diff --git a/Makefile b/Makefile index 252e1de5f..7baaa486b 100644 --- a/Makefile +++ b/Makefile @@ -84,6 +84,7 @@ CORE_DEPENDS?= apinger \ ntp \ openssh-portable \ openvpn \ + opnsense-lang \ opnsense-update \ p7zip \ pecl-radius \ @@ -169,7 +170,6 @@ scripts: force install: force @${MAKE} -C ${.CURDIR}/contrib install DESTDIR=${DESTDIR} - @${MAKE} -C ${.CURDIR}/lang install DESTDIR=${DESTDIR} @${MAKE} -C ${.CURDIR}/src install DESTDIR=${DESTDIR} \ CORE_PACKAGESITE=${CORE_PACKAGESITE} \ CORE_REPOSITORY=${CORE_REPOSITORY} @@ -181,7 +181,6 @@ bootstrap: force plist: force @${MAKE} -C ${.CURDIR}/contrib plist - @${MAKE} -C ${.CURDIR}/lang plist @${MAKE} -C ${.CURDIR}/src plist package-keywords: force @@ -223,7 +222,7 @@ lint: force -name "*.sh" -type f -print0 | xargs -0 -n1 sh -n find ${.CURDIR}/src ${.CURDIR}/src \ -name "*.xml" -type f -print0 | xargs -0 -n1 xmllint --noout - find ${.CURDIR}/src ${.CURDIR}/lang/dynamic/helpers \ + find ${.CURDIR}/src \ ! -name "*.xml" ! -name "*.xml.sample" ! -name "*.eot" \ ! -name "*.svg" ! -name "*.woff" ! -name "*.woff2" \ ! -name "*.otf" ! -name "*.png" ! -name "*.js" \ @@ -235,8 +234,6 @@ sweep: force find ${.CURDIR}/src ! -name "*.min.*" ! -name "*.svg" \ ! -name "*.map" ! -name "*.ser" -type f -print0 | \ xargs -0 -n1 scripts/cleanfile - find ${.CURDIR}/lang -type f -print0 | \ - xargs -0 -n1 scripts/cleanfile find ${.CURDIR}/scripts -type f -print0 | \ xargs -0 -n1 scripts/cleanfile diff --git a/lang/Makefile b/lang/Makefile deleted file mode 100644 index cbfcec972..000000000 --- a/lang/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -XGETTEXT= xgettext -L PHP --from-code=UTF-8 -F --strict --debug -XGETTEXT_PL= xgettext.pl -P Locale::Maketext::Extract::Plugin::Volt \ - -u -w -W -MSGMERGE= msgmerge -U -N --backup=off -MSGFMT= msgfmt --strict - -PERL_DIR= /usr/local/lib/perl5/site_perl -PERL_NAME= Locale/Maketext/Extract/Plugin - -LOCALEDIR= /usr/local/share/locale/%%LANG%%/LC_MESSAGES - -# stable -LANGUAGES= de_DE fr_FR ja_JP zh_CN -# devel -LANGUAGES+= es_CO mn_MN nl_NL ru_RU - -TEMPLATE= en_US -INSTALL= -MERGE= -PLIST= - -PAGER?= less - -all: - @cat ${.CURDIR}/README.md | ${PAGER} - -.for LANG in ${LANGUAGES} -${LANG}DIR= ${LOCALEDIR:S/%%LANG%%/${LANG}/g} -install-${LANG}: - @mkdir -p ${DESTDIR}${${LANG}DIR} - ${MSGFMT} -o ${DESTDIR}${${LANG}DIR}/OPNsense.mo ${LANG}.po - -clean-${LANG}: - @rm -f ${DESTDIR}${${LANG}DIR}/OPNsense.mo - -plist-${LANG}: - @echo ${${LANG}DIR}/OPNsense.mo - -merge-${LANG}: - ${MSGMERGE} ${LANG}.po ${TEMPLATE}.pot - # strip stale translations - sed -i '' -e '/^#~.*/d' ${LANG}.po - -INSTALL+= install-${LANG} -CLEAN+= clean-${LANG} -PLIST+= plist-${LANG} -MERGE+= merge-${LANG} -.endfor - -${TEMPLATE}: - @cp ${.CURDIR}/Volt.pm ${PERL_DIR}/${PERL_NAME}/ - @: > ${TEMPLATE}.pot - cd ${.CURDIR}/.. && \ - ${XGETTEXT_PL} -D src -p ${.CURDIR} -o ${TEMPLATE}.pot - cd ${.CURDIR}/.. && find src lang/dynamic/helpers | \ - xargs ${XGETTEXT} -j -o ${.CURDIR}/${TEMPLATE}.pot - -template: ${TEMPLATE} -install: ${INSTALL} -clean: ${CLEAN} -plist: ${PLIST} -merge: ${MERGE} - -dynamic: - @${.CURDIR}/dynamic/collect.py ${.CURDIR}/.. - -.PHONY: ${INSTALL} ${PLIST} ${MERGE} ${TEMPLATE} dynamic diff --git a/lang/README.md b/lang/README.md deleted file mode 100644 index 676f7933c..000000000 --- a/lang/README.md +++ /dev/null @@ -1,26 +0,0 @@ -OPNsense language translation kit -================================= - -The kit requires additional tools in order to properly extract strings -from the source code. You'll need to run this once locally: - - # pkg install gettext-tools p5-Locale-Maketext-Lexicon python27 - -Regenerate dynamic strings that can't be found in the template -generation step (XML contents, etc.): - - # make dynamic - -Regenerate the translation template using: - - # make template - -Merge the latest template changes into the actual translations: - - # make merge - -Remove the compiled translation files from the system/chroot: - - # make clean - -The build system will automatically pick up all registered languages. diff --git a/lang/Volt.pm b/lang/Volt.pm deleted file mode 100644 index 52b980656..000000000 --- a/lang/Volt.pm +++ /dev/null @@ -1,32 +0,0 @@ -package Locale::Maketext::Extract::Plugin::Volt; -$Locale::Maketext::Extract::Plugin::Volt::VERSION = '1.00'; -use strict; -use base qw(Locale::Maketext::Extract::Plugin::Base); - -# ABSTRACT: Volt template parser - - -sub file_types { - return qw( volt ); -} - -sub extract { - my $self = shift; - local $_ = shift; - - my $line = 1; - - # Volt Template: - $line = 1; - pos($_) = 0; - while (m/\G(.*?(?add_entry( $str, $line, $vars ); - } -} - - -1; - -__END__ diff --git a/lang/de_DE.po b/lang/de_DE.po deleted file mode 100644 index 8437ab004..000000000 --- a/lang/de_DE.po +++ /dev/null @@ -1,20777 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-13 05:39+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 1.13.0\n" -"X-Pootle-Path: /de/gui/de.po\n" -"X-Pootle-Revision: 4294\n" - -# File: lang/dynamic/helpers/acl.php, line: 36 -msgid "Allow access to the 'Status: IPsec: SAD' page." -msgstr "Den Zugriff zur Seite 'Status: IPsec: SAD' erlauben." - -# Hier müssen wir am Code selbst verbessern. Nicht zu viel Mühe geben, eventuell auch nicht die Sachen in den Anführungszeichen übersetzen. -msgid "Allow access to the 'VPN: PPTP: Users' page." -msgstr "Den Zugriff zur Seite 'VPN: PPTP: Benutzer' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 39 -msgid "Allow access to the 'System: Authentication Servers' page." -msgstr "Den Zugriff zur Seite 'System: Authentifizierungsserver' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 40 -msgid "Allow access to the 'Diagnostics: States Summary' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Statuszusamenfassung' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 43 -msgid "Allow access to the 'VPN: PPTP: User: Edit' page." -msgstr "Den Zugriff zur Seite 'VPN: PPTP: Benutzer: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 44 -msgid "Show all items on help menu" -msgstr "Zeige alle Punkte im Hilfemenü" - -# File: lang/dynamic/helpers/acl.php, line: 46 -msgid "Allow access to the 'System: Firmware: Settings' page." -msgstr "Den Zugriff zur Seite 'System: Firmware: Einstellungen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 47 -msgid "Allow access to the 'System: User Manager: Add Privileges' page." -msgstr "" -"Den Zugriff zur Seite 'System: Benutzerverwaltung: Berechtigungen " -"hinzufügen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 48 -msgid "Allow access to the 'Services: NTP' page." -msgstr "Den Zugriff zur Seite 'Dienste: NTP' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 49 -msgid "Allow access to the 'VPN: OpenVPN: Client Specific Override' page." -msgstr "" -"Den Zugriff zur Seite 'VPN: OpenVPN: Clientspezifische Überschreibungen' " -"erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 50 -msgid "Allow access to the 'VPN: OpenVPN: Client' page." -msgstr "Den Zugriff zur Seite 'VPN: OpenVPN: Client' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 51 -msgid "Allow access to the 'Interfaces: Assign network ports' page." -msgstr "Zugriff zur Seite 'Schnittstellen: Netzwerkportzuweisung' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 52 -msgid "Allow access to the 'Firewall: NAT: Port Forward' page." -msgstr "Den Zugriff zur Seite 'Firewall: NAT: Portweiterleitung' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 38 -msgid "Allow access to the 'VPN: IPsec: Pre-Shared Keys List' page." -msgstr "Den Zugriff zur Seite 'VPN: IPsec: Pre-Shared Schlüssel' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 54 -msgid "Create interface groups" -msgstr "Erstelle Schnittstellengruppen" - -# File: lang/dynamic/helpers/acl.php, line: 56 -msgid "Allow access to the 'Interfaces: VLAN: Edit' page." -msgstr "Den Zugriff zur Seite 'Schnittstellen: VLAN: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 57 -msgid "Allow access to the 'Diagnostics: Reboot System' page." -msgstr "Den Zugriff zur Seite 'Diagnose: System neu starten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 59 -msgid "Allow access to the 'Load Balancer: Pool: Edit' page." -msgstr "Den Zugriff zur Seite 'Lastverteiler: Pool: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 60 -msgid "Allow access to the 'System: User Manager' page." -msgstr "Den Zugriff zur Seite 'System: Benutzerverwaltung' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 61 -msgid "" -"Allow access to the 'Services: DHCPv6 Server : Edit static mapping' page." -msgstr "" -"Den Zugriff zur Seite 'Dienste: DHCPv6 Server: Statische Zuweisung " -"bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 62 -msgid "Allow access to the 'Load Balancer: Pool' page." -msgstr "Den Zugriff zur Seite 'Lastverteiler: Pool' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 63 -msgid "Allow access to the 'VPN: L2TP: Users : Edit' page." -msgstr "Den Zugriff zur Seite 'VPN: L2TP: Benutzer: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 64 -msgid "Allow access to the 'Firewall: Schedules' page." -msgstr "Den Zugriff zur Seite 'Firewall: Zeitpläne' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 65 -msgid "Allow access to the 'Diagnostics: Logs: Settings' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Protokolle: Einstellungen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 66 -msgid "Allow access to the 'Service: Universal Plug and Play' page." -msgstr "Den Zugriff zur Seite 'Dienste: Universal Plug and Play' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 68 -msgid "Allow access to the 'Firewall: Virtual IP Addresses' page." -msgstr "Den Zugriff zur Seite 'Firewall: Virtuelle IP-Adressen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 69 -msgid "Allow access to the 'System: Firmware: Manual Update' page." -msgstr "Den Zugriff zur Seite 'System: Firmware: Manuelles Update' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 71 -msgid "Allow access to the 'Status: Services' page." -msgstr "Den Zugriff zur Seite 'Status: Dienste' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 72 -msgid "Allow access to the 'Status: IPsec: Leases' page." -msgstr "Den Zugriff zur Seite 'Status: IPsec: Leases' erlauben." - -msgid "" -"Allow access to the 'Services: DNS Forwarder: Edit Domain Override' page." -msgstr "" -"Den Zugriff zur Seite 'Dienste: DNS Forwarder: Domain Override bearbeiten' " -"erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 74 -msgid "Allow access to the 'Interfaces: PPPs' page." -msgstr "Den Zugriff zur Seite 'Schnittstellen: PPPs' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 78 -msgid "Allow access to the 'Firewall: NAT: 1:1' page." -msgstr "Den Zugriff zur Seite 'Firewall: NAT: 1:1' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 79 -msgid "Indicates whether the user is allowed to use the proxy" -msgstr "Gibt an, ob der Benutzer berechtigt ist, den Proxy zu verwenden" - -# File: lang/dynamic/helpers/acl.php, line: 80 -# File: lang/dynamic/helpers/acl.php, line: 175 -msgid "Allow access to the 'Status: System logs: IPsec VPN' page." -msgstr "Den Zugriff zur Seite 'Status: Systemprotokolle: IPsec VPN' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 81 -msgid "Allow access to the 'Services: DHCP Server : Edit static mapping' page." -msgstr "" -"Den Zugriff zur Seite 'Dienste: DHCP Server: Statische Zuweisung bearbeiten' " -"erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 82 -msgid "Allow access to the 'Services: DHCPv6 server' page." -msgstr "Den Zugriff zur Seite 'Dienste: DHCPv6-Server' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 84 -msgid "Allow access to the 'Status: System logs: Load Balancer' page." -msgstr "" -"Den Zugriff zur Seite 'Status: Systemprotokolle: Lastverteiler' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 86 -msgid "Allow access to the 'Lobby: Login / Logout/ Dashboard' page." -msgstr "" -"Den Zugriff zur Seite 'Lobby: Anmelden / Abmelden / Dashboard' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 87 -msgid "Allow access to the 'Services: DNS Resolver: Edit host' page." -msgstr "" -"Den Zugriff zur Seite 'Dienste: DNS Resolver: Host bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 88 -msgid "Allow access to the 'Services: SNMP' page." -msgstr "Den Zugriff zur Seite 'Dienste: SNMP' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 89 -msgid "Allow access to the 'Settings: Load Balancer: Settings' page." -msgstr "" -"Den Zugriff zur Seite 'Einstellungen: Lastverteiler: Einstellungen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 90 -msgid "Allow access to the 'Diagnostics: Show States' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Status anzeigen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 91 -msgid "Allow access to the 'VPN: OpenVPN: Client Export Utility' page." -msgstr "Den Zugriff zur Seite 'VPN: OpenVPN: Clientexportwerkzeug' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 92 -msgid "Indicates whether the user is able to login for example via SSH." -msgstr "Zeigt an, ob sich der Benutzer anmelden kann (z. B. mit SSH)." - -# File: lang/dynamic/helpers/acl.php, line: 93 -msgid "Allow access to the 'Status: Traffic Graph' page." -msgstr "Den Zugriff zur Seite 'Status: Datenverkehrsgraph' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 94 -msgid "Allow access to the 'Firewall: Aliases' page." -msgstr "Den Zugriff zur Seite 'Firewall: Alias' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 138 -msgid "Allow access to the 'Services: Load Balancer: Monitor: Edit' page." -msgstr "" -"Den Zugriff zur Seite 'Dienste: Lastverteiler: Überwachung: Bearbeiten' " -"erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 96 -msgid "Allow access to the 'System: CRL Manager' page." -msgstr "Den Zugriff zur Seite 'System: CRL Verwaltung' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 99 -msgid "Allow access to the 'Diagnostics: Interface Traffic' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Schnittstellen Traffic' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 100 -msgid "Allow access to the 'System: Firmware: Auto Update' page." -msgstr "" -"Den Zugriff zur Seite 'System: Firmware: Automatische Aktualisierung' " -"erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 101 -msgid "Allow access to the 'Diagnostics: Sockets' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Sockets' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 99 -msgid "Allow access to the 'Status: Universal Plug and Play' page." -msgstr "Den Zugriff zur Seite 'Status: Universal Plug and Play' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 103 -msgid "Allow access to the 'Services: PPPoE Server' page." -msgstr "Den Zugriff zur Seite 'Dienste: PPPoE Server' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 104 -msgid "Allow access to the 'Status: System logs: OpenVPN' page." -msgstr "Den Zugriff zur Seite 'Status: Systemprotokolle: OpenVPN' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 105 -msgid "Allow access to the 'Status: OpenVPN' page." -msgstr "Den Zugriff zur Seite 'Status: OpenVPN' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 106 -msgid "Allow access to the 'Services: RFC 2136 clients' page." -msgstr "Den Zugiff zur Seite 'Dienste: RFC 2136 Clients' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 105 -msgid "Uploads crash reports to the developers." -msgstr "Lädt Absturzberichte für die Entwickler hoch." - -# File: lang/dynamic/helpers/acl.php, line: 108 -msgid "Allow access to the 'Firewall: Alias: Edit' page." -msgstr "Den Zugriff zur Seite 'Firewall: Alias: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 109 -msgid "Allow access to the 'Interfaces: PPPs: Edit' page." -msgstr "Den Zugriff zur Seite 'Schnittstellen: PPPs: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 110 -msgid "Allow access to the 'Firewall: NAT: NPT' page." -msgstr "Den Zugriff zur Seite 'Firewall: NAT: NPT' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 246 -msgid "Allow access to the 'Interfaces: GIF: Edit' page." -msgstr "Den Zugriff zur Seite 'Schnittstellen: GIF: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 112 -msgid "Allow access to the 'VPN: IPsec' page." -msgstr "Den Zugriff zur Seite 'VPN: IPsec' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 114 -msgid "Allow access to the 'Load Balancer: Virtual Server: Edit' page." -msgstr "" -"Den Zugriff zur Seite 'Lastverteiler: Virtueller Server: Bearbeiten' " -"erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 115 -msgid "Allow access to the 'Status: System logs: NTP' page." -msgstr "Den Zugriff zur Seite 'Status: Systemprotokolle: NTP' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 116 -msgid "Allow access to the 'Interfaces: GRE' page." -msgstr "Den Zugriff zur Seite 'Schnittstellen: GRE' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 118 -msgid "Allow access to the 'Services: Router Advertisements' page." -msgstr "Den Zugriff zur Seite 'Dienste: Router Advertisements' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 119 -msgid "Allow access to the 'VPN: IPsec: Edit Phase 2' page." -msgstr "Den Zugriff zur Seite 'VPN: IPsec: Phase 2 bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 74 -msgid "Allow access to the 'System: Advanced: Networking' page." -msgstr "Den Zugriff zur Seite 'System: Erweitert: Netzwerk' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 122 -msgid "Allow access to the 'VPN: IPsec: Edit Phase 1' page." -msgstr "Den Zugriff zur Seite 'VPN: IPsec: Phase 1 bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 123 -msgid "Allow access to the 'Interfaces: VLAN' page." -msgstr "Den Zugriff zur Seite 'Schnittstellen: VLAN' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 125 -msgid "Allow access to the 'Firewall: NAT: Port Forward: Edit' page." -msgstr "" -"Den Zugriff zur Seite 'Firewall: NAT: Portweiterleitung: Bearbeiten' " -"erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 126 -msgid "" -"Allow access to the 'Services: DNS Resolver: Edit Domain Override' page." -msgstr "" -"Den Zugriff zur Seite 'Dienste: DNS Resolver: Domänenüberschreibung " -"bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 127 -msgid "Allow access to the 'Firewall: Alias: Import' page." -msgstr "Den Zugriff zur Seite 'Firewall: Alias: Import' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 128 -msgid "Allow access to the 'Diagnostics: Reset state' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Status zurücksetzen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 129 -msgid "Allow access to the 'Services: Wake on LAN: Edit' page." -msgstr "Den Zugriff zur Seite 'Dienste: Wake on LAN: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 130 -msgid "Allow access to the 'Firewall: Virtual IP Address: Edit' page." -msgstr "" -"Den Zugriff zur Seite 'Firewall: Virtuelle IP Adresse: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 131 -msgid "Allow access to the 'Diagnostics: Routing tables' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Routingtabelle' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 132 -msgid "Allow access to the 'System: Advanced: Admin Access' page." -msgstr "" -"Den Zugriff zur Seite 'System: Erweitert: Administativer Zugriff' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 70 -msgid "Allow access to the 'Status: System logs: System: Routing' page." -msgstr "" -"Den Zugriff zur Seite 'Status: Systemprotokolle: System: Routing' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 134 -msgid "Allow access to the 'Status: Interfaces' page." -msgstr "Den Zugriff zur Seite 'Status: Schnittstellen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 135 -msgid "Allow access to the 'Services: DNS Forwarder' page." -msgstr "Den Zugriff zur Seite 'Dienste: DNS Forwarder' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 136 -msgid "Allow access to the 'Status: Gateways' page." -msgstr "Den Zugriff zur Seite 'Status: Gateway' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 137 -msgid "Allow access to the 'Status: DHCP leases' page." -msgstr "Den Zugriff zur Seite 'Status: DHCP-Leases' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 139 -msgid "Allow access to the 'Hidden: Detailed Status' page." -msgstr "Die Zugriff zur Seite 'Versteckt: Detailierter Status' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 140 -msgid "Allow access to the 'System: Advanced: Miscellaneous' page." -msgstr "Den Zugriff zur Seite 'System: Erweitert: Verschiedenes' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 142 -msgid "Allow access to the 'AJAX: Service Providers' page." -msgstr "Den Zugriff zur Seite 'AJAX: Service Providers' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 127 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Normal View' page." -msgstr "" -"Den Zugriff zur Seite 'Diagnose: Systemprotokolle: Firewall: " -"Standardansicht' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 144 -msgid "Allow access to the 'Diagnostics: Halt system' page." -msgstr "Den Zugriff zur Seite 'Diagnose: System herunterfahren' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 123 -msgid "Allow access to the 'Diagnostics: Logs: L2TP' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Protokolle: L2TP' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 146 -msgid "Allow access to the 'Services: Igmpproxy: Edit' page." -msgstr "Den Zugriff zur Seite 'Dienste: IGMP-Proxy: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 147 -msgid "Allow access to the 'System: User Manager: Settings: Test LDAP' page." -msgstr "" -"Den Zugriff zur Seite 'System: Benutzerverwaltung: Einstellungen: LDAP " -"testen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 148 -msgid "Allow access to the 'VPN: L2TP' page." -msgstr "Den Zugriff zur Seite 'VPN: L2TP' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 149 -msgid "Allow access to the 'XMLRPC Library' page." -msgstr "Den Zugriff zur Seite 'XMLRPC-Bibliothek' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 134 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Summary View' page." -msgstr "" -"Den Zugriff zur Seite 'Diagnose: Systemprotokolle: Firewall: " -"Zusammengefasste Ansicht' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 150 -msgid "Allow access to the 'Status: IPsec: SPD' page." -msgstr "Den Zugriff zur Seite 'Status: IPsec: SPD' erlauben." - -# Filterneuladestatus: vielleicht eine bessere Übersetzung möglich -msgid "Allow access to the 'Status: Filter Reload Status' page." -msgstr "Den Zugriff zur Seite 'Status: Filterneuladestatus' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 152 -msgid "Allow access to all pages" -msgstr "Erlaube Zugriff auf alle Seiten" - -# File: lang/dynamic/helpers/acl.php, line: 150 -msgid "Allow access to the 'Firewall: NAT: NPT: Edit' page." -msgstr "Den Zugriff zur Seite 'Firewall: NAT: NPT: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 154 -msgid "Indicates whether the user is allowed to dial in via PPPOE" -msgstr "Gibt an, ob der Benutzer berechtigt ist, sich mit PPPoE einzuwählen" - -# File: lang/dynamic/helpers/acl.php, line: 155 -msgid "Allow access to the 'System: Advanced: Notifications' page." -msgstr "Den Zugriff zur Seite 'System: Erweitert: Benachrichtigungen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 156 -msgid "Allow access to the 'Diagnostics: Logs: DHCP' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Protokolle: DHCP' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 157 -msgid "Allow access to the 'System: Gateway Groups' page." -msgstr "Den Zugriff zur Seite 'System: Gatewaygruppen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 156 -msgid "Allow access to the 'Wizard subsystem' page." -msgstr "Den Zugriff zur Seite 'Wizard Subsystem' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 159 -msgid "Allow access to the 'Diagnostics: Restore Full Backup' page." -msgstr "" -"Den Zugriff zur Seite 'Diagnose: Volle Sicherung Wiederherstellen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 160 -msgid "Allow access to the 'Status: CARP' page." -msgstr "Den Zugriff zur Seite 'Status: CARP' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 161 -msgid "Allow access to the 'Diagnostics: Authentication' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Authentifizierung' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 97 -msgid "Allow access to the 'VPN: PPTP' page." -msgstr "Den Zugriff zur Seite 'VPN: PPTP' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 163 -msgid "Allow access to the 'Firewall: Rules' page." -msgstr "Den Zugriff zur Seite 'Firewall: Regeln' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 247 -msgid "Allow access to the 'AJAX: Get Stats' page." -msgstr "Den Zugriff zur Seite 'AJAX: Status bekommen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 164 -msgid "Allow access to the 'Diagnostics: Logs: System: Gateways' page." -msgstr "" -"Den Zugriff zur Seite 'Diagnose: Protokolle: System: Gateways' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 170 -msgid "Allow access to the 'Services: DHCPv6 Relay' page." -msgstr "Den Zugriff zur Seite 'Dienste: DHCPv6 Relay' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 165 -msgid "Allow access to the 'Services: DNS Resolver: Advanced' page." -msgstr "Den Zugriff zur Seite 'Dienste: DNS Resolver: Erweitert' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 166 -msgid "Allow access to the 'Services: Load Balancer: Virtual Servers' page." -msgstr "" -"Den Zugriff zur Seite 'Dienste: Lastverteiler: Virtuelle Server' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 167 -msgid "Allow access to the 'Status: NTP' page." -msgstr "Den Zugriff zur Seite 'Status: NTP' erlauben." - -# Wäre "Begrenzer" hier nicht besser? Siehe auch "Generating Limiter rules" -msgid "Allows access to the 'Diagnostics: Limiter Info' page" -msgstr "Den Zugriff zur Seite 'Diagnose: Limitiererinfo' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 155 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Plain View' page." -msgstr "" -"Den Zugriff zur Seite 'Diagnose: Systemprotokolle: Originalansicht' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 171 -msgid "Allow access to the 'Diagnostics: Logs: System: Resolver' page." -msgstr "" -"Den Zugriff zur Seite 'Diagnose: Protokolle: System: Resolver' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 172 -msgid "Allow access to the 'Status: Wireless' page." -msgstr "Den Zugriff zur Seite 'Status: Drahtlos' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 174 -msgid "Allow access to the 'Status: NTP PPS' page." -msgstr "Den Zugriff zur Seite 'Status: NTP PPS' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 154 -msgid "Allow access to the 'Diagnostics: Logs: PPTP' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Protokolle: PPTP' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 176 -msgid "Allow access to the 'Diagnostics: NanoBSD' page." -msgstr "Den Zugriff zur Seite 'Diagnose: NanoBSD' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 177 -msgid "Allow access to the 'System: CA Manager' page." -msgstr "" -"Den Zugriff zur Seite 'System: Zertifizierungsstellenverwaltung' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 178 -msgid "Allow access to all pages required for the dashboard." -msgstr "Den Zugriff zu allen für das Dashboard erforderlichen Seiten erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 179 -msgid "Allow access to the 'Diagnostics: Patterns' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Muster' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 180 -msgid "Allow access to the 'System: User Password Manager' page." -msgstr "Den Zugriff zur Seite 'System: Benutzerpasswortverwaltung' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 181 -msgid "Allow access to 'Interfaces: QinQ: Edit' page" -msgstr "Den Zugriff zur Seite 'Schnittstellen: QinQ: Bearbeiten' erlauben" - -# File: lang/dynamic/helpers/acl.php, line: 182 -msgid "Allow access to the 'Firewall: Rules: Edit' page." -msgstr "Den Zugriff zur Seite 'Firewall: Regeln: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 183 -msgid "Allow access to the 'Diagnostics: Packet Capture' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Paketaufzeichnung' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 184 -msgid "Allow access to the 'Services: DNS Resolver: Access Lists' page." -msgstr "Den Zugriff zur Seite 'Dienste: DNS Resolver: Zugriffslisten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 185 -msgid "Allow access to the 'Firewall: NAT: Outbound: Edit' page." -msgstr "Den Zugriff zur Seite 'Firewall: NAT: Ausgehend: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 42 -msgid "Allow access to the 'Status: IPsec' page." -msgstr "Den Zugriff zur Seite 'Status: IPsec' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 187 -msgid "Allow access to the 'Interfaces: Wireless : Edit' page." -msgstr "Den Zugriff zur Seite 'Schnittstellen: Drahtlos: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 188 -msgid "Allow access to the 'Diagnostics: Test Port' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Port testen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 189 -msgid "Allow access to the 'Diagnostics: Logs: System' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Protokolle: System' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 113 -msgid "Allow access to the 'VPN: L2TP : Users' page." -msgstr "Den Zugriff zur Seite 'VPN: L2TP: Benutzer' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 191 -msgid "If present, ignores requests from this user to write config.xml." -msgstr "" -"Anfrangen, die config.xml zu schreiben, werden ignoriert, falls diese Option " -"gesetzt ist." - -# File: lang/dynamic/helpers/acl.php, line: 192 -msgid "Allow access to the 'Interfaces: Groups: Edit' page." -msgstr "Den Zugriff zur Seite 'Schnittstellen: Gruppen: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 177 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Dynamic View' page." -msgstr "" -"Den Zugriff zur Seite 'Diagnose: Systemprotokolle: Firewall: Dynamische " -"Ansicht' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 194 -msgid "Allows access to the 'Diagnostics: pfInfo' page" -msgstr "Den Zugriff zur Seite 'Diagnose: pfInfo' erlauben" - -# File: lang/dynamic/helpers/acl.php, line: 195 -msgid "" -"Indicates whether the user is allowed to dial in via IPsec xauth (Note: Does " -"not allow shell access, but may allow the user to create ssh tunnels)" -msgstr "" -"Zeigt an, ob sich der Benutzer mit IPsec xauth verbinden darf (Anmerkung: " -"Dies erlaubt keinen Shellzugang könnte dem Benutzer aber erlauben, einen SSH-" -"Tunnel aufzubauen)" - -# File: lang/dynamic/helpers/acl.php, line: 196 -msgid "Allow access to the 'Interfaces: LAGG: Edit' page." -msgstr "Den Zugriff zur Seite 'Schnittstellen: LAGG: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 197 -msgid "Allow access to the 'VPN: OpenVPN: Server' page." -msgstr "Den Zugriff zur Seite 'VPN: OpenVPN: Server' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 198 -msgid "Allow access to the 'VPN: IPsec: Mobile' page." -msgstr "Den Zugriff zur Seite 'VPN: IPsec: Mobil' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 199 -msgid "Allow access to the 'System: Gateways: Edit Gateway' page." -msgstr "Den Zugriff zur Seite 'System: Gateways: Gateway bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 143 -msgid "Allow access to the 'Diagnostics: Backup/restore' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Sicherung/Wiederherstellung' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 202 -msgid "" -"Allow direct access to all Dashboard widget pages, required for some widgets " -"using AJAX." -msgstr "" -"Den Zugriff zu allen Widgetseiten des Dashboards erlauben. Dies ist für " -"Widgets erforderlich, die AJAX voraussetzen." - -# File: lang/dynamic/helpers/acl.php, line: 203 -msgid "Allow access to the 'Status: Load Balancer: Virtual Server' page." -msgstr "" -"Den Zugriff zur Seite 'Status: Lastverteiler: Virtueller Server' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 204 -msgid "Allow access to the 'Diagnostics: Configuration History' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Konfigurationsvergangenheit' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 205 -msgid "Allow access to the 'Interfaces: GRE: Edit' page." -msgstr "Den Zugriff zur Seite 'Schnittstellen: GRE: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 207 -msgid "Allow access to the 'Status: Gateway Groups' page." -msgstr "Den Zugriff zur Seite 'Status: Gatewaygruppen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 145 -msgid "Allow access to the 'Services: DHCP server' page." -msgstr "Den Zugriff zur Seite 'Dienste: DHCP Server' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 208 -msgid "Allow access to the 'Interfaces' page." -msgstr "Den Zugriff zur Seite 'Schnittstellen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 209 -msgid "Allow access to the 'Services: DNS Forwarder: Edit host' page." -msgstr "" -"Den Zugriff zur Seite 'Dienste: DNS Forwarder: Host bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 210 -msgid "Allow access to the 'Status: System logs: Captive portal' page." -msgstr "" -"Den Zugriff zur Seite 'Status: Systemprotokolle: Captive Portal' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 206 -msgid "Allow access to the 'System: General Setup' page." -msgstr "Den Zugriff zur Seite 'System: Allgemeine Einstellungen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 240 -msgid "Allow access to the 'Services: DNS Resolver: Access Lists: Edit' page." -msgstr "" -"Den Zugriff zur Seite 'Dienste: DNS Resolver: Zugriffslisten: Bearbeiten' " -"erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 214 -msgid "Allow access to the 'Firewall: NAT: 1:1: Edit' page." -msgstr "Den Zugriff zur Seite 'Firewall: NAT: 1:1: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 215 -msgid "Allow access to the 'Diagnostics: Tables' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Tabellen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 216 -msgid "Allow access to the 'System: Group manager' page." -msgstr "Den Zugriff zur Seite 'System: Gruppenverwaltung' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 217 -msgid "Allow access to the 'System: User Manager: settings' page." -msgstr "" -"Den Zugriff zur Seite 'System: Benutzerverwaltung: Einstellungen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 218 -msgid "Allow access to the 'Status: DHCPv6 leases' page." -msgstr "Den Zugriff zur Seite 'Status: DHCPv6 Leases' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 219 -msgid "Edit Interface LAGG" -msgstr "Bearbeite LAGG Schnittstelle" - -# File: lang/dynamic/helpers/acl.php, line: 220 -msgid "Allow access to the 'Status: NTP Serial GPS' page." -msgstr "Den Zugriff zur Seite 'Status: NTP serielles GPS' bearbeiten." - -# File: lang/dynamic/helpers/acl.php, line: 221 -msgid "Indicates whether the user is allowed to dial in via L2TP" -msgstr "Zeigt an, ob sich der Benutzer via L2TP einwählen kann." - -# File: lang/dynamic/helpers/acl.php, line: 222 -msgid "Allow access to the 'Status: Load Balancer: Pool' page." -msgstr "Den Zugriff zur Seite 'Status: Lastverteiler: Pool' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 261 -msgid "Allow access to the 'Interfaces: QinQ' page." -msgstr "Den Zugriff zur Seite 'Schnittstellen: QinQ' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 225 -msgid "Allow access to the 'Interfaces: Bridge : Edit' page." -msgstr "Den Zugriff zur Seite 'Schnittstellen: Brücke: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 226 -msgid "Allow access to the 'Interfaces: Wireless' page." -msgstr "Den Zugriff zur Seite 'Schnittstellen: Drahtlos' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 227 -msgid "Allow access to the 'Services: Dynamic DNS clients' page." -msgstr "Den Zugriff zur Seite 'Dienste: Clients für dynamisches DNS' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 228 -msgid "Allow access to the 'Status: System logs: System: Wireless' page." -msgstr "" -"Den Zugriff zur Seite 'Status: Systemprotokolle: System: Drahtlos' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 229 -msgid "Allow access to the 'Firewall: Schedules: Edit' page." -msgstr "Den Zugriff zur Seite 'Firewall: Zeitpläne: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 230 -msgid "Allow access to the 'Diagnostics: Ping' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Ping' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 231 -msgid "Allow access to the 'System: Certificate Manager' page." -msgstr "Den Zugriff zur Seite 'System: Zertifikatsverwaltung' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 232 -msgid "Allow access to the 'System: Gateways: Edit Gateway Groups' page." -msgstr "" -"Den Zugriff zur Seite 'System: Gateways: Gatewaygruppen bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 233 -msgid "Allow access to the 'System: Static Routes: Edit route' page." -msgstr "" -"Den Zugriff zur Seite 'System: Statische Routen: Route bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 41 -msgid "Allow access to the 'Services: Wake on LAN' page." -msgstr "Den Zugriff zur Seite 'Dienste: Wake on LAN' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 235 -msgid "Allow access to the 'System: License' page." -msgstr "Den Zugriff zur Seite 'System: Lizenz' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 236 -msgid "Allow access to the 'Services: DNS Filter' page." -msgstr "Den Zugriff zur Seite 'Dienste: DNS Filter' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 237 -msgid "Allow access to the 'Services: DNS Resolver' page." -msgstr "Den Zugriff zur Seite 'Dienste: DNS Resolver' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 238 -msgid "Allows access to the 'Diagnostics: pfTop' page" -msgstr "Den Zugriff zur Seite 'Diagnose: pfTop' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 241 -msgid "Allow access to the 'Interfaces: GIF' page." -msgstr "Den Zugriff zur Seite 'Schnittstellen: GIF' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 242 -msgid "Allow access to the 'VPN: IPsec: Edit Pre-Shared Keys' page." -msgstr "" -"Den Zugriff zur Seite 'VPN: IPsec: Pre-Shared Schlüssel bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 243 -msgid "Allow access to the 'Services: Dynamic DNS client' page." -msgstr "Den Zugriff zur Seite 'Dienste: Dynamischer DNS-Client' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 245 -msgid "Allow access to the 'Services: PPPoE Server: Edit' page." -msgstr "Den Zugriff zur Seite 'Dienste: PPPoE Server: Bearbeiten' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 220 -msgid "Allow access to the 'Diagnostics: Logs: PPPoE' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Protokolle: PPPoE' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 248 -msgid "Allow access to the 'System: Advanced: Tunables' page." -msgstr "Den Zugriff zur Seite 'System: Erweitert: Optimierungen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 249 -msgid "Allow access to the 'System: Group Manager: Add Privileges' page." -msgstr "" -"Den Zugriff zur Seite 'System: Gruppenverwaltung: Berechtigungen hinzufügen' " -"erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 250 -msgid "Allow access to the 'Services: Load Balancer: Monitors' page." -msgstr "Den Zugriff zur Seite 'Dienste: Lastverteiler: Überwachung' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 252 -msgid "Indicates whether the user is allowed to dial in via PPTP" -msgstr "Zeigt an, ob sich der Benutzer mit PPTP einwählen darf" - -# File: lang/dynamic/helpers/acl.php, line: 253 -msgid "Allow access to the 'Diagnostics: Traceroute' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Traceroute' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 254 -msgid "Allow access to the 'Firewall: NAT: Outbound' page." -msgstr "Den Zugriff zur Seite 'Firewall: NAT: Ausgehend' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 255 -msgid "Allow access to the 'System: Advanced: Firewall and NAT' page." -msgstr "Den Zugriff zur Seite 'System: Erweitert: Firewall und NAT' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 256 -msgid "Allow access to the 'System: Gateways' page." -msgstr "Den Zugriff zur Seite 'System: Gateways' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 257 -msgid "Allow access to the 'Firewall: Easy Rule' add/status page." -msgstr "" -"Den Zugriff zu den Seiten 'Firewall: Einfache Regel' Hinzufügen und Status " -"erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 259 -msgid "Allow access to the 'System: Static Routes' page." -msgstr "Den Zugriff zur Seite 'System: Statische Routen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 260 -msgid "Allow access to the 'XMLRPC Interface Stats' page." -msgstr "Den Zugriff zur Seite 'XMLRPC Schnittstellenstatus' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 224 -msgid "Allow access to the 'Interfaces: Bridge' page." -msgstr "Den Zugriff zur Seite 'Schnittstellen: Brücke' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 262 -msgid "Allow access to the 'System: High Availability' page." -msgstr "Den Zugriff zur Seite 'System: Hochverfügbarkeit' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 263 -msgid "Allow access to the 'Diagnostics: Factory defaults' page." -msgstr "Den Zugriff zur Seite 'Diagnose: Werkseinstellungen' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 264 -msgid "Allow access to the 'Services: DHCP Relay' page." -msgstr "Den Zugriff zur Seite 'Dienste: DHCP Relay' erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 265 -msgid "" -"Allow access to the 'System: Firmware: Manual Update: Progress bar' page." -msgstr "" -"Den Zugriff zur Seite 'System: Manuelle Aktualisierung: Statusbalken' " -"erlauben." - -# File: lang/dynamic/helpers/acl.php, line: 266 -msgid "Allow access to the 'Services: Igmpproxy' page." -msgstr "Den Zugriff zur Seite 'Dienste: IGMP-Proxy' erlauben." - -# File: lang/dynamic/helpers/controllers.php, line: 95 -msgid "Enable this zone" -msgstr "Diese Zone aktivieren" - -# File: lang/dynamic/helpers/controllers.php, line: 96 -msgid "Internal number used for this zone" -msgstr "Interne Nummer, die für diese Zone verwendet wird" - -# File: lang/dynamic/helpers/controllers.php, line: 97 -msgid "Select interface(s) to enable for captive portal." -msgstr "" -"Auswählen der Schnittstellen die für das Captive Portal verwendet werden " -"sollen." - -# File: lang/dynamic/helpers/controllers.php, line: 98 -msgid "" -"Select authentication methods to use, leave empty for no authentication " -"needed." -msgstr "" -"Wählen Sie die Authentifizierungsmethoden aus, die verwendet werden sollen " -"oder leer lassen, falls keine Authentifizierung benötigt wird." - -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "" -"Clients will be disconnected after this amount of inactivity. They may log " -"in again immediately, though. Enter 0 to disable idle timeout." -msgstr "" -"Clients werden bei Inaktivität nach dieser Zeit getrennt. Sie können jedoch " -"sofort wieder einloggen. Die Eingabe von 0 schaltet diese " -"Inaktivitätstrennung ab." - -# File: lang/dynamic/helpers/controllers.php, line: 40 -msgid "" -"Clients will be disconnected after this amount of time, regardless of " -"activity. They may log in again immediately, though. Enter 0 to disable hard " -"timeout (not recommended unless an idle timeout is set)." -msgstr "" -"Clients werden nach dieser Zeit unabhängig von Aktivität getrennt. Sie " -"können sich jedoch sofort wieder einloggen. Die Eingabe von 0 schaltet diese " -"Zwangstrennung ab (nur empfohlen, wenn die Inaktivitätstrennung " -"eingeschaltet ist)." - -# File: lang/dynamic/helpers/controllers.php, line: 101 -msgid "" -"If this option is set, users can login on multiple machines at once. If " -"disabled subsequent logins will cause machines previously logged in with the " -"same username to be disconnected." -msgstr "" -"Falls diese Option gewählt wird, können sich Benutzer auf mehreren Geräten " -"gleichzeitig anmelden. Falls sie deaktiviert ist, wird das Gerät, das sich " -"zuvor mit demselben Benutzernamen angemeldet hat, getrennt." - -# File: lang/dynamic/helpers/controllers.php, line: 102 -msgid "" -"If provided, all traffic will be transmitted over an HTTPS connection to " -"protect against eavesdroppers." -msgstr "" -"Wenn vorhanden, wird der gesamte Traffic über eine HTTPS-verbindung " -"übertragen um vor Abhören zu schützen." - -# File: lang/dynamic/helpers/controllers.php, line: 103 -msgid "" -"Hostname (of this machine) to redirect login page to, leave blank to use " -"this interface IP address, otherwise make sure the client can access DNS to " -"resolve this location. When using a SSL certificate, make sure both this " -"name and the cert name are equal." -msgstr "" -"Hostname (dieses Rechners) auf den die Anmeldeseite weitergeleitet werden " -"soll, leer lassen um die IP-Adresse dieser Netzwerkschnittstelle zu nutzen, " -"andernfalls muss sichergestellt sein, dass Clients DNS-Zugriff haben um den " -"Namen aufzulösen. Bei Nutzung eines SSL-Zertifikats stellen Sie sicher, dass " -"diese Angabe und der Name des Zertifikats übereinstimmen. " - -# File: lang/dynamic/helpers/controllers.php, line: 104 -msgid "Avoid authentication for addresses and subnets in this list" -msgstr "Umgehe Authentifizierung für Adressen und Subnetze in dieser Liste" - -# File: lang/dynamic/helpers/controllers.php, line: 105 -msgid "Avoid authentication for physical addresses in this list" -msgstr "Umgehe für physikalische Adressen in dieser Liste die Authentifizierung" - -# File: lang/dynamic/helpers/controllers.php, line: 106 -msgid "Use custom template package for user login" -msgstr "Benutzerdefiniertes Vorlagenpaket für die Benutzeranmeldung verwenden" - -# File: lang/dynamic/helpers/controllers.php, line: 107 -msgid "Description to identify this zone." -msgstr "Beschreibung, um diese Zone zu identifizieren." - -# File: lang/dynamic/helpers/controllers.php, line: 64 -# File: lang/dynamic/helpers/controllers.php, line: 85 -msgid "Select if job is enabled or not" -msgstr "Auswählen, ob der Job aktiv ist oder nicht" - -# File: lang/dynamic/helpers/controllers.php, line: 86 -msgid "" -"Enter the minutes for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,20,30 or 10-30)" -msgstr "" -"Geben Sie die Minuten an, in denen der Job ausgeführt wird. Die Angabe kann " -"in einer kommagetrennten Liste, * (jede Minute) oder einem Bereich (z.B. " -"1,20,30 oder 10-30) erfolgen." - -# File: lang/dynamic/helpers/controllers.php, line: 87 -msgid "" -"Enter the hours for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,11,12 or 10-12)" -msgstr "" -"Geben Sie die Stunden an, in denen der Job ausgeführt wird. Die Angabe kann " -"in einer kommagetrennten Liste, * (jede Stunde) oder einem Bereich (z.B. " -"10,11,12 oder 10-12) erfolgen." - -# File: lang/dynamic/helpers/controllers.php, line: 88 -msgid "" -"Enter the days of the month for the job to act, can also be a comma " -"separated list, * (each) or a range (ex. 1,20,28 or 1-28)" -msgstr "" -"Geben Sie die Tage im Monat an, an denen der Job ausgeführt wird. Die Angabe " -"kann in einer Kommagetrennte Liste, * (täglich) oder ein Bereich (z.B. " -"1,20,28 oder 1-28) erfolgen." - -# File: lang/dynamic/helpers/controllers.php, line: 89 -msgid "" -"Enter the months for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 1,2,3 or 1-3)" -msgstr "" -"Geben Sie die Monate ein in Form einer kommagetrennten Liste, * (jeden) oder " -"eines Bereichs (z.B. 1,2,3 oder 1-3) ein, in denen der Job ausgeführt werden " -"soll." - -# File: lang/dynamic/helpers/controllers.php, line: 90 -msgid "" -"Enter the days of the week for the job to act, can also be a comma separated " -"list, * (each) or a range (ex. 1,2,3 or 1-3)" -msgstr "" -"Geben Sie die Wochentage ein in Form einer kommagetrennten Liste, * (jeder) " -"oder eines Bereichs (z.B. 1,2,3 oder 1-3) ein, an denen der Job ausgeführt " -"werden soll." - -# File: lang/dynamic/helpers/controllers.php, line: 91 -msgid "Select the command that needs to be executed at given time frame." -msgstr "Wählen Sie das Komando aus, das auf das gegebene Frame angewandt wird." - -# File: lang/dynamic/helpers/controllers.php, line: 92 -msgid "Enter parameters for this job if required." -msgstr "Falls erforderlich, gib für diesen Job Parameter ein." - -# File: lang/dynamic/helpers/controllers.php, line: 93 -msgid "Enter a description to explain what this job is intended for." -msgstr "Geben Sie eine Beschreibung ein, die erklärt, wozu der Job gedacht ist." - -# File: lang/dynamic/helpers/controllers.php, line: 63 -msgid "set action to perform here, only used when in IPS mode" -msgstr "setze auszuführende Aktion, wenn Einbruchsschutz aktiviert ist" - -# File: lang/dynamic/helpers/controllers.php, line: 68 -msgid "enable IDS" -msgstr "IDS aktivieren" - -# File: lang/dynamic/helpers/controllers.php, line: 69 -msgid "Select interface(s) to use." -msgstr "Wählen Sie die zu verwendenden Schnittstellen aus." - -# File: lang/dynamic/helpers/controllers.php, line: 65 -msgid "Enter a filename for storing the blacklist." -msgstr "" -"Geben Sie einen Dateinamen an, der zum Speichern der Blacklist verwendet " -"wird." - -# File: lang/dynamic/helpers/controllers.php, line: 66 -msgid "Enter an url to fetch the blacklist from." -msgstr "Geben Sie eine URL ein, von der die Blacklist abgerufen werden soll." - -# File: lang/dynamic/helpers/controllers.php, line: 67 -msgid "Enter a description to explain what this blacklist is intended for." -msgstr "Geben Sie eine Beschreibung ein, wozu die Blacklist gedacht ist." - -# File: lang/dynamic/helpers/controllers.php, line: 35 -msgid "Enable or disable the proxy service." -msgstr "Den Proxydienst aktivieren oder deaktivieren." - -# File: lang/dynamic/helpers/controllers.php, line: 36 -msgid "" -"The port number where Squid sends and receives ICP queries to and from " -"neighbor caches. Leave blank to disable (default). The standard UDP port for " -"ICP is 3130." -msgstr "" -"Die Portnummer von der Squid ICP-Anfragen an Nachbar-Cache sendet und " -"empfängt. Leer lassen zum Deaktivieren (Standard). Der übliche UDP-Port für " -"ICP ist 3130." - -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "Enable access logging." -msgstr "Zugriffsprotokollierung aktivieren." - -# File: lang/dynamic/helpers/controllers.php, line: 40 -msgid "Enable store logging." -msgstr "Protokollierung von Speichervorgängen aktivieren." - -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "" -"If set (default), Squid will include a Via header in requests and\n" -" replies as required by RFC2616." -msgstr "" -"Wenn aktiviert (Standard), wird Squid einen Via-Header in Anfragen und " -"Antworten einfügen, wie von RFC2616 verlangt." - -# File: lang/dynamic/helpers/controllers.php, line: 41 -msgid "Select what to do with X-Forwarded for header." -msgstr "Wählen Sie aus, wie der X-Forwarded-For Header behandelt werden soll." - -# File: lang/dynamic/helpers/controllers.php, line: 42 -msgid "" -"Suppress Squid version string info in HTTP headers and HTML error pages." -msgstr "" -"Unterdrücke Squids Versionsinformation in HTTP-Headern und HTML-Fehlerseiten." - -# File: lang/dynamic/helpers/controllers.php, line: 72 -msgid "Enter the cache memory size to use." -msgstr "Geben die zu verwendende Größe des Cache Speichers an." - -# File: lang/dynamic/helpers/controllers.php, line: 43 -msgid "Enter the storage size for the local cache (default is 100)." -msgstr "" -"Geben Sie die Speichergröße für den lokalen Cache an (Standardwert ist 100)." - -# File: lang/dynamic/helpers/controllers.php, line: 46 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 16)." -msgstr "" -"Geben Sie die Zahl von Untervezcihnissen in erster Ebene für den lokalen " -"Cache ein (Standard sind 16)." - -# File: lang/dynamic/helpers/controllers.php, line: 47 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 256)." -msgstr "" -"Geben Sie die Zahl von Unterverzeichnissen in erster Ebene für den lokalen " -"Cache ein (Standard sind 256)." - -# File: lang/dynamic/helpers/controllers.php, line: 48 -msgid "Enable or disable traffic management." -msgstr "Aktivieren oder deaktivieren vom Traffic Management" - -# File: lang/dynamic/helpers/controllers.php, line: 49 -msgid "" -"Enter the maxium size for downloads in kilobytes (leave empty to disable)." -msgstr "" -"Geben Sie die maximale Größe für Downloads in Kilobyte ein (leer lassen, um " -"zu deaktivieren)." - -# File: lang/dynamic/helpers/controllers.php, line: 50 -msgid "" -"Enter the maxium size for uploads in kilobytes (leave empty to disable)." -msgstr "" -"Geben Sie die maximale Größe eines Uploads in Kilobyte an (oder lassen Sie " -"es zum Deaktivieren leer)" - -# File: lang/dynamic/helpers/controllers.php, line: 51 -msgid "" -"Enter the allowed overall bandtwith in kilobits per second (leave empty to " -"disable)." -msgstr "" -"Geben Sie die erlaubte Gesamtbandbreite in Kilobit pro Sekunde ein (oder " -"leer lassen zur Deaktivierung)." - -# File: lang/dynamic/helpers/controllers.php, line: 52 -msgid "" -"Enter the allowed per host bandwidth in kilobits per second (leave empty to " -"disable)." -msgstr "" -"Geben Sie die erlaubte Bandbreite je Host in Kilobit pro Sekunde ein (oder " -"leer lassen zur Deaktivierung)." - -# File: lang/dynamic/helpers/controllers.php, line: 55 -msgid "Select interface(s) the proxy will bind to." -msgstr "" -"Wählen Sie die Schnittstellen aus, an welche sich der Proxy binden soll." - -# File: lang/dynamic/helpers/controllers.php, line: 56 -# File: lang/dynamic/helpers/controllers.php, line: 60 -msgid "The port the proxy service will listen to." -msgstr "Der Port, auf dem der Proxydienst hören wird." - -# File: lang/dynamic/helpers/controllers.php, line: 55 -msgid "" -"When enabled the subnets of the selected interfaces will be added to the " -"allow access list." -msgstr "" -"Falls aktiviert, werden die Subnetze der ausgewählten Schnittstellen zur " -"erlaubenden Zugriffsliste hinzugefügt." - -# File: lang/dynamic/helpers/controllers.php, line: 59 -msgid "Select interface(s) the ftp proxy will bind to." -msgstr "" -"Wählen Sie die Schnittstellen aus, an welche sich der FTP-Proxy binden soll." - -# File: lang/dynamic/helpers/controllers.php, line: 61 -msgid "Select Authentication method" -msgstr "Authentifizierungsmethode auswählen" - -# File: lang/dynamic/helpers/controllers.php, line: 64 -msgid "The prompt will be displayed in the authentication request window." -msgstr "Diese Eingabeaufforderung wird im Anmeldefenster angezeigt." - -# File: lang/dynamic/helpers/controllers.php, line: 63 -msgid "The total number of authenticator processes to spawn." -msgstr "Die Gesamtanzahl an Authenticator-Prozessen, die gestartet werden soll." - -# File: lang/dynamic/helpers/controllers.php, line: 70 -msgid "enable this pipe and it's related queues and rules" -msgstr "diese Pipe und die zugehörigen Queues und Regeln aktivieren" - -# File: lang/dynamic/helpers/controllers.php, line: 71 -msgid "Total bandwidth for this pipe" -msgstr "Gesamte Bandbreite für dieses Pipe" - -# File: lang/dynamic/helpers/controllers.php, line: 72 -msgid "number of dynamic queues, leave empty for default" -msgstr "Anzahl an dynamischen Queues; leer lassen für den Standardwert" - -# File: lang/dynamic/helpers/controllers.php, line: 73 -# File: lang/dynamic/helpers/controllers.php, line: 77 -msgid "Description to identify this pipe." -msgstr "Beschreibung zum Identifzieren des Datenstromes." - -# File: lang/dynamic/helpers/controllers.php, line: 74 -msgid "enable this queue and it's related rules" -msgstr "diese Queue und die zugehörigen Regeln aktivieren" - -# File: lang/dynamic/helpers/controllers.php, line: 75 -msgid "connected pipe for this queue" -msgstr "verbundene Pipe für diese Queue" - -# File: lang/dynamic/helpers/controllers.php, line: 76 -msgid "" -"Weight of this queue (1..100), used to prioritize within a pipe. (1 is low, " -"100 is high)" -msgstr "" -"Gewichtung dieser Queue (1..100), wird für die Priorisierung in einer Pipe " -"verwendet. (1 ist niedrig, 100 ist hoch)" - -# File: lang/dynamic/helpers/controllers.php, line: 78 -msgid "order in which the rule will be evaluated (lowest first)" -msgstr "Reihenfolge, in der die Regel ausgewertet wird (kleinste zuerst)" - -# File: lang/dynamic/helpers/controllers.php, line: 81 -msgid "" -"secondary interface, matches packets going traveling from interface (1) to " -"interface (2).\n" -" " -msgstr "" -"sekundäre Schnittstelle, vergleicht Pakete die von Schnittstelle (1) zu " -"Schnittstelle (2) transportiert werden.\n" -" " - -# File: lang/dynamic/helpers/controllers.php, line: 79 -msgid "source ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "Quell-IP oder -netzwerk, z.B. 10.0.0.0/24, 10.0.0.1" - -# File: lang/dynamic/helpers/controllers.php, line: 80 -msgid "source port number or well known name (imap,imaps, http,https,...)" -msgstr "Quellportnummer oder bekannter Name (imap, imaps, http, https,...)" - -# File: lang/dynamic/helpers/controllers.php, line: 81 -msgid "destination ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "Ziel-IP oder -netzwerk, z.B. 10.0.0.0/24, 10.0.0.1" - -# File: lang/dynamic/helpers/controllers.php, line: 82 -msgid "destination port number or well known name (imap,imaps, http,https,...)" -msgstr "Zielportnummer oder bekannter Name (imap,imaps, http,https,...)" - -# File: lang/dynamic/helpers/controllers.php, line: 87 -msgid "matches incoming or outgoing packets or both (default)" -msgstr "" -"entspricht eingehenden Paketen, ausgehenden Paketen oder beiden (Standard) " - -# File: lang/dynamic/helpers/controllers.php, line: 84 -msgid "target pipe or queue" -msgstr "Zielpipe oder Queue" - -# File: lang/dynamic/helpers/models.php, line: 35 -msgid "Root" -msgstr "Root" - -# File: src/www/index.php, line: 354 -msgid "Dashboard" -msgstr "Dashboard" - -msgid "License" -msgstr "Lizenz" - -msgid "Password" -msgstr "Passwort" - -msgid "Logout" -msgstr "Abmelden" - -# File: src/www/index.php, line: 354 -msgid "Lobby" -msgstr "Lobby" - -# File: lang/dynamic/helpers/models.php, line: 38 -# File: lang/dynamic/helpers/models.php, line: 40 -# File: lang/dynamic/helpers/models.php, line: 42 -msgid "workAround" -msgstr "Workaround" - -msgid "Certificates" -msgstr "Zertifikate" - -# File: lang/dynamic/helpers/models.php, line: 41 -msgid "Authorities" -msgstr "Aussteller" - -# File: lang/dynamic/helpers/models.php, line: 43 -msgid "Revocation" -msgstr "Widerruf" - -# File: lang/dynamic/helpers/models.php, line: 47 -msgid "Trust" -msgstr "Sicherheit" - -msgid "none" -msgstr "keiner" - -# File: lang/dynamic/helpers/models.php, line: 177 -msgid "History" -msgstr "Verlauf" - -# File: lang/dynamic/helpers/models.php, line: 47 -msgid "Backups" -msgstr "Sicherungen" - -# File: lang/dynamic/helpers/models.php, line: 51 -msgid "Configuration" -msgstr "Konfiguration" - -msgid "Crash Reporter" -msgstr "Absturzreporter" - -# File: lang/dynamic/helpers/models.php, line: 41 -msgid "Firmware" -msgstr "Firmware" - -# File: src/www/system_hasync.php, line: 97 -msgid "Synchronization" -msgstr "Synchronisation" - -# File: src/www/carp_status.php, line: 99 -msgid "CARP Status" -msgstr "CARP Status" - -# File: src/www/system_hasync.php, line: 87 -msgid "High Availability" -msgstr "Hochverfügbarkeit" - -msgid "Edit" -msgstr "Bearbeiten" - -msgid "All" -msgstr "Alle" - -msgid "Status" -msgstr "Status" - -# File: lang/dynamic/helpers/models.php, line: 202 -# File: lang/dynamic/helpers/models.php, line: 211 -# File: lang/dynamic/helpers/models.php, line: 217 -# File: lang/dynamic/helpers/models.php, line: 241 -# File: lang/dynamic/helpers/models.php, line: 254 -# File: lang/dynamic/helpers/models.php, line: 285 -# File: src/www/diag_logs_auth.php, line: 47 -# File: src/www/diag_logs_openvpn.php, line: 37 -# File: src/www/diag_logs_proxy.php, line: 49 -# File: src/www/diag_logs_relayd.php, line: 48 -msgid "Log File" -msgstr "Protokolldatei" - -msgid "Routes" -msgstr "Routen" - -msgid "Group" -msgstr "Gruppe" - -# File: src/www/status_gateway_groups.php, line: 60 -msgid "Group Status" -msgstr "Gruppenstatus" - -msgid "Gateways" -msgstr "Gateways" - -msgid "General" -msgstr "Allgemein" - -msgid "Admin Access" -msgstr "Administratorzugang" - -# Hab mir den String mal im Betrieb angeschaut. Dieser findet man unter System -> Einstellungen -> Ansicht auswählen. -# Hier hört sich wie ich finde "Netzwerk" besser an. -msgid "Networking" -msgstr "Netzwerk" - -# File: lang/dynamic/helpers/models.php, line: 46 -msgid "Firewall/NAT" -msgstr "Firewall/NAT" - -msgid "Notifications" -msgstr "Benachrichtigungen" - -# File: lang/dynamic/helpers/models.php, line: 79 -msgid "Logs/Reports" -msgstr "Protokolle/Berichte" - -msgid "Miscellaneous" -msgstr "Verschiedenes" - -# File: src/www/system_advanced_sysctl.php, line: 119 -msgid "Tunables" -msgstr "Optimierungen" - -msgid "Settings" -msgstr "Einstellungen" - -# File: lang/dynamic/helpers/models.php, line: 82 -msgid "Step" -msgstr "Schritt" - -# File: lang/dynamic/helpers/models.php, line: 83 -msgid "Wizard" -msgstr "Assistent" - -# File: src/www/system_groupmanager_addprivs.php, line: 48 -# File: src/www/system_usermanager_addprivs.php, line: 48 -msgid "Privileges" -msgstr "Berechtigungen" - -msgid "Users" -msgstr "Benutzer" - -msgid "Groups" -msgstr "Gruppen" - -msgid "Servers" -msgstr "Server" - -# File: lang/dynamic/helpers/models.php, line: 93 -msgid "Tester" -msgstr "Prüfer" - -# File: src/www/diag_logs_pills.inc, line: 45 -msgid "Access" -msgstr "Zugang" - -# File: lang/dynamic/helpers/models.php, line: 181 -msgid "Factory Defaults" -msgstr "Werkseinstellungen" - -# File: lang/dynamic/helpers/models.php, line: 182 -msgid "Halt System" -msgstr "System herunterfahren" - -msgid "Reboot System" -msgstr "System neustarten" - -msgid "SMART Status" -msgstr "SMART Status" - -msgid "Services" -msgstr "Dienste" - -msgid "Diagnostics" -msgstr "Diagnose" - -msgid "System" -msgstr "System" - -# File: src/www/diag_ipsec_tabs.inc, line: 28 -msgid "Overview" -msgstr "Überblick" - -# File: lang/dynamic/helpers/models.php, line: 107 -msgid "Assignments" -msgstr "Zuweisungen" - -msgid "Bridge" -msgstr "Brücke" - -msgid "GIF" -msgstr "GIF" - -msgid "GRE" -msgstr "GRE" - -msgid "LAGG" -msgstr "LAGG" - -msgid "QinQ" -msgstr "QinQ" - -msgid "VLAN" -msgstr "VLAN" - -# File: lang/dynamic/helpers/models.php, line: 122 -msgid "Other Types" -msgstr "Andere Typen" - -# File: lang/dynamic/helpers/models.php, line: 124 -# File: lang/dynamic/helpers/models.php, line: 128 -msgid "Devices" -msgstr "Geräte" - -# File: lang/dynamic/helpers/models.php, line: 126 -msgid "Point-to-Point" -msgstr "Punkt-zu-Punkt" - -msgid "Wireless" -msgstr "Drahtlos" - -msgid "DNS Lookup" -msgstr "DNS-Abfrage" - -msgid "Packet Capture" -msgstr "Paketaufzeichnung" - -msgid "Ping" -msgstr "Ping" - -msgid "Test Port" -msgstr "Port testen" - -msgid "Traceroute" -msgstr "Traceroute" - -# File: lang/dynamic/helpers/models.php, line: 128 -# File: lang/dynamic/helpers/models.php, line: 166 -msgid "Details" -msgstr "Details" - -msgid "Traffic Graph" -msgstr "Datenverkehrsgraph" - -msgid "Interfaces" -msgstr "Schnittstellen" - -# File: lang/dynamic/helpers/models.php, line: 140 -msgid "NoneEdit" -msgstr "NoneEdit" - -# Bezieht sich auf die "Gateway-Liste" unter dem Menüpunkt Interfaces -msgid "None" -msgstr "Keines" - -# File: lang/dynamic/helpers/models.php, line: 144 -msgid "IPs" -msgstr "IPs" - -msgid "Ports" -msgstr "Ports" - -msgid "URLs" -msgstr "URLs" - -# File: lang/dynamic/helpers/models.php, line: 97 -msgid "Import" -msgstr "Import" - -msgid "Aliases" -msgstr "Aliase" - -# File: lang/dynamic/helpers/models.php, line: 92 -msgid "RulesEdit" -msgstr "Bearbeitung von Regeln" - -msgid "Floating" -msgstr "Schwebend" - -msgid "Interface" -msgstr "Schnittstelle" - -msgid "Rules" -msgstr "Regeln" - -# File: lang/dynamic/helpers/models.php, line: 83 -msgid "NatEdit" -msgstr "Natbearbeitung" - -msgid "Port Forward" -msgstr "Portweiterleitung" - -# File: lang/dynamic/helpers/models.php, line: 86 -msgid "OneOnOneEdit" -msgstr "EinsZuEinsBearbeitung" - -msgid "1:1" -msgstr "1:1" - -# File: lang/dynamic/helpers/models.php, line: 88 -msgid "OutboundEdit" -msgstr "OutboundEdit" - -msgid "Outbound" -msgstr "Ausgehend" - -# File: lang/dynamic/helpers/models.php, line: 106 -msgid "NPTEdit" -msgstr "NPT-Bearbeitung" - -# File: lang/dynamic/helpers/models.php, line: 107 -msgid "NPT (IPv6)" -msgstr "NPT (IPv6)" - -msgid "NAT" -msgstr "NAT" - -# File: lang/dynamic/helpers/models.php, line: 165 -msgid "TrafficShaper" -msgstr "TrafficShaper" - -# File: lang/dynamic/helpers/models.php, line: 99 -msgid "VirtualIPEdit" -msgstr "VirtualIPEdit" - -msgid "Virtual IPs" -msgstr "Virtuelle IPs" - -# File: lang/dynamic/helpers/models.php, line: 96 -msgid "SchedulesEdit" -msgstr "Zeitpläne bearbeiten" - -msgid "Schedules" -msgstr "Zeitpläne" - -# File: lang/dynamic/helpers/models.php, line: 138 -msgid "Filter Reload" -msgstr "Filter neu laden" - -# File: lang/dynamic/helpers/models.php, line: 186 -msgid "pfInfo" -msgstr "pfInfo" - -# File: lang/dynamic/helpers/models.php, line: 187 -msgid "pfTop" -msgstr "pfTop" - -# File: lang/dynamic/helpers/models.php, line: 167 -# File: src/www/diag_tables.php, line: 76 -msgid "pfTables" -msgstr "pf-Tabellen" - -# File: lang/dynamic/helpers/models.php, line: 232 -msgid "SocketsDetails" -msgstr "Socketdetails" - -msgid "Sockets" -msgstr "Sockets" - -# File: lang/dynamic/helpers/models.php, line: 170 -msgid "States Dump" -msgstr "Statusauflisting" - -# File: lang/dynamic/helpers/models.php, line: 171 -msgid "States Reset" -msgstr "Status zurücksetzen" - -# File: lang/dynamic/helpers/models.php, line: 194 -msgid "States Summary" -msgstr "Statuszusammenfassung" - -msgid "Filter" -msgstr "Filter" - -msgid "Source Tracking" -msgstr "Quellenverfolgung" - -msgid "Normal View" -msgstr "Standardansicht" - -msgid "Dynamic View" -msgstr "Dynamische Ansicht" - -msgid "Summary View" -msgstr "Zusammengefasste Ansicht" - -# File: lang/dynamic/helpers/models.php, line: 142 -# File: src/www/diag_logs_filter_plain.php, line: 52 -msgid "Plain View" -msgstr "Originalansicht" - -# File: lang/dynamic/helpers/models.php, line: 71 -# File: lang/dynamic/helpers/models.php, line: 80 -# File: lang/dynamic/helpers/models.php, line: 143 -# File: lang/dynamic/helpers/models.php, line: 272 -# File: src/www/diag_logs.php, line: 51 -# File: src/www/diag_logs_filter.php, line: 593 -# File: src/www/diag_logs_filter_dynamic.php, line: 50 -# File: src/www/diag_logs_filter_plain.php, line: 52 -# File: src/www/diag_logs_filter_summary.php, line: 30 -# File: src/www/diag_logs_gateways.php, line: 53 -# File: src/www/diag_logs_resolver.php, line: 53 -# File: src/www/diag_logs_routing.php, line: 50 -# File: src/www/diag_logs_settings.php, line: 215 -# File: src/www/diag_logs_wireless.php, line: 52 -msgid "Log Files" -msgstr "Protokolldateien" - -msgid "Firewall" -msgstr "Firewall" - -# File: lang/dynamic/helpers/models.php, line: 189 -msgid "Tab" -msgstr "Tab" - -msgid "Server" -msgstr "Server" - -# File: lang/dynamic/helpers/models.php, line: 192 -# File: lang/dynamic/helpers/models.php, line: 199 -msgid "Relay" -msgstr "Relay" - -# File: lang/dynamic/helpers/models.php, line: 194 -# File: lang/dynamic/helpers/models.php, line: 201 -msgid "Leases" -msgstr "Leases" - -msgid "DHCP" -msgstr "DHCP" - -# File: lang/dynamic/helpers/models.php, line: 197 -msgid "RA" -msgstr "RA" - -msgid "DHCPv6" -msgstr "DHCPv6" - -# File: src/www/firewall_aliases_edit.php, line: 442 -msgid "Hosts" -msgstr "Hosts" - -# File: lang/dynamic/helpers/models.php, line: 204 -# File: lang/dynamic/helpers/models.php, line: 207 -msgid "Domains" -msgstr "Domains" - -msgid "DNS Forwarder" -msgstr "DNS Forwarder" - -# File: lang/dynamic/helpers/models.php, line: 210 -# File: src/www/services_unbound_overrides.php, line: 92 -msgid "Overrides" -msgstr "Überbrückung" - -msgid "Advanced" -msgstr "Erweitert" - -msgid "Access Lists" -msgstr "Zugriffslisten" - -msgid "DNS Resolver" -msgstr "DNS Resolver" - -# File: lang/dynamic/helpers/models.php, line: 214 -msgid "DynDNS" -msgstr "DynDNS" - -msgid "RFC 2136" -msgstr "RFC 2136" - -# File: lang/dynamic/helpers/models.php, line: 219 -msgid "DNS Tools" -msgstr "DNS-Werkzeuge" - -# File: lang/dynamic/helpers/models.php, line: 127 -msgid "IGMPProxyEdit" -msgstr "IGMPProxyEdit" - -msgid "IGMP Proxy" -msgstr "IGMP Proxy" - -msgid "Monitors" -msgstr "Monitore" - -# File: lang/dynamic/helpers/models.php, line: 199 -# File: src/www/load_balancer_pool.php, line: 87 -msgid "Pool Setup" -msgstr "Pooleinrichtung" - -# File: lang/dynamic/helpers/models.php, line: 200 -# File: src/www/status_lb_pool.php, line: 56 -msgid "Pool Status" -msgstr "Poolstatus" - -# File: lang/dynamic/helpers/models.php, line: 204 -# File: src/www/load_balancer_virtual_server.php, line: 125 -msgid "Virtual Server Setup" -msgstr "Einrichtung virtueller Server" - -# File: lang/dynamic/helpers/models.php, line: 205 -# File: src/www/status_lb_vs.php, line: 44 -msgid "Virtual Server Status" -msgstr "Status virtueller Server" - -msgid "Load Balancer" -msgstr "Lastverteiler" - -msgid "GPS" -msgstr "GPS" - -msgid "PPS" -msgstr "PPS" - -# File: lang/dynamic/helpers/models.php, line: 238 -# File: src/www/services_ntpd.php, line: 161 -# File: src/www/services_ntpd_gps.php, line: 134 -# File: src/www/services_ntpd_pps.php, line: 92 -# File: src/www/status_ntpd.php, line: 147 -msgid "Network Time" -msgstr "Netzwerk-Zeit" - -msgid "Type" -msgstr "Typ" - -msgid "PPPoE Server" -msgstr "PPPoE-Server" - -# File: lang/dynamic/helpers/models.php, line: 216 -msgid "More" -msgstr "Mehr" - -# File: lang/dynamic/helpers/models.php, line: 248 -msgid "Proxy" -msgstr "Proxy" - -msgid "SNMP" -msgstr "SNMP" - -# File: lang/dynamic/helpers/models.php, line: 115 -# File: lang/dynamic/helpers/models.php, line: 173 -# File: src/www/status_upnp.php, line: 44 -msgid "Universal Plug and Play" -msgstr "Universal Plug and Play" - -# File: lang/dynamic/helpers/models.php, line: 145 -msgid "WoLEdit" -msgstr "WoLBearbeitung" - -msgid "Wake on LAN" -msgstr "Wake on LAN" - -# File: lang/dynamic/helpers/models.php, line: 229 -msgid "Phase1" -msgstr "Phase1" - -# File: lang/dynamic/helpers/models.php, line: 230 -msgid "Phase2" -msgstr "Phase2" - -msgid "Tunnel Settings" -msgstr "Tunneleinstellungen" - -# File: lang/dynamic/helpers/models.php, line: 232 -# File: src/www/vpn_ipsec_mobile.php, line: 197 -msgid "Mobile Clients" -msgstr "Mobile Clients" - -msgid "Pre-Shared Keys" -msgstr "Pre-Shared Schlüssel" - -msgid "Advanced Settings" -msgstr "Erweiterte Einstellungen" - -msgid "Act" -msgstr "Handlung" - -# File: lang/dynamic/helpers/models.php, line: 221 -# File: lang/dynamic/helpers/models.php, line: 237 -# File: src/www/diag_ipsec.php, line: 64 -msgid "Status Overview" -msgstr "Statusübersicht" - -# File: lang/dynamic/helpers/models.php, line: 238 -# File: src/www/diag_ipsec_leases.php, line: 35 -msgid "Lease Status" -msgstr "Lease Status" - -# File: lang/dynamic/helpers/models.php, line: 239 -# File: src/www/diag_ipsec_sad.php, line: 36 -msgid "Security Association Database" -msgstr "Datenbank Sicherheitszuordnung" - -# File: lang/dynamic/helpers/models.php, line: 240 -# File: src/www/diag_ipsec_spd.php, line: 36 -msgid "Security Policy Database" -msgstr "Datenbank Sicherheitsregelwerk" - -msgid "IPsec" -msgstr "IPsec" - -msgid "L2TP" -msgstr "L2TP" - -# File: lang/dynamic/helpers/models.php, line: 256 -msgid "Server Settings" -msgstr "Servereinstellungen" - -msgid "Client Settings" -msgstr "Client Einstellungen" - -msgid "Client Specific Overrides" -msgstr "Client-spezifische Konfiguration" - -# File: src/www/vpn_openvpn_client.php, line: 491 -# File: src/www/vpn_openvpn_csc.php, line: 357 -# File: src/www/vpn_openvpn_export.php, line: 633 -# File: src/www/vpn_openvpn_export_shared.php, line: 309 -# File: src/www/vpn_openvpn_server.php, line: 820 -msgid "Client Export" -msgstr "Clientexport" - -# File: src/www/vpn_openvpn_client.php, line: 492 -# File: src/www/vpn_openvpn_csc.php, line: 358 -# File: src/www/vpn_openvpn_export.php, line: 634 -# File: src/www/vpn_openvpn_export_shared.php, line: 310 -# File: src/www/vpn_openvpn_server.php, line: 821 -msgid "Shared Key Export" -msgstr "Export des gemeinsamen Schlüssels" - -# File: lang/dynamic/helpers/models.php, line: 257 -# File: src/www/status_openvpn.php, line: 70 -msgid "Connection Status" -msgstr "Verbindungsstatus" - -msgid "OpenVPN" -msgstr "OpenVPN" - -msgid "PPTP" -msgstr "PPTP" - -msgid "VPN" -msgstr "VPN" - -# File: lang/dynamic/helpers/models.php, line: 200 -msgid "About this Page" -msgstr "Über diese Seite" - -# File: lang/dynamic/helpers/models.php, line: 201 -msgid "Developers Wiki" -msgstr "Entwickler-Wiki" - -# File: lang/dynamic/helpers/models.php, line: 202 -msgid "Documentation" -msgstr "Dokumentation" - -# File: lang/dynamic/helpers/models.php, line: 203 -msgid "FreeBSD Handbook" -msgstr "FreeBSD Handbuch" - -# File: lang/dynamic/helpers/models.php, line: 204 -msgid "Paid Support" -msgstr "Bezahlte Unterstützung" - -# File: lang/dynamic/helpers/models.php, line: 262 -msgid "User Forum" -msgstr "Benutzerforum" - -# File: lang/dynamic/helpers/models.php, line: 206 -msgid "Help" -msgstr "Hilfe" - -# File: lang/dynamic/helpers/models.php, line: 207 -msgid "menu" -msgstr "Menü" - -# File: lang/dynamic/helpers/models.php, line: 215 -# File: lang/dynamic/helpers/models.php, line: 282 -msgid "Administration" -msgstr "Verwaltung" - -# File: lang/dynamic/helpers/models.php, line: 283 -msgid "Sessions" -msgstr "Sitzungen" - -msgid "Vouchers" -msgstr "Voucher" - -msgid "Captive Portal" -msgstr "Captive Portal" - -# File: lang/dynamic/helpers/models.php, line: 289 -msgid "Maximum number of zones reached" -msgstr "Maximale Anzahl an Zonen erreicht" - -# File: lang/dynamic/helpers/models.php, line: 290 -msgid "Idle timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "" -"Das Leerlaufzeitlimit muss zwischen 0 (kein Zeitlimit) und 10080 (eine Woche)" -" liegen" - -# File: lang/dynamic/helpers/models.php, line: 291 -msgid "Hard timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "" -"Das feste Zeitlimit muss zwischen 0 (kein Zeitlimit) und 10080 (eine Woche) " -"liegen" - -# File: lang/dynamic/helpers/models.php, line: 292 -msgid "Please select a valid certificate from the list" -msgstr "Bitte wählen Sie ein gültiges Zertifikat aus der Liste" - -# File: lang/dynamic/helpers/models.php, line: 293 -msgid "Please enter a valid servername, ip address or leave this option blank" -msgstr "" -"Bitte geben Sie einen gültigen Servernamen oder eine IP-Adresse ein, oder " -"lassen Sie das Feld frei" - -# File: lang/dynamic/helpers/models.php, line: 294 -msgid "Please enter valid addresses" -msgstr "Bitte geben Sie gültige Adressen ein " - -# File: lang/dynamic/helpers/models.php, line: 295 -msgid "Please enter valid mac addresses" -msgstr "Bitte geben Sie gültige MAC-Adressen ein" - -# File: lang/dynamic/helpers/models.php, line: 296 -msgid "Related template not found" -msgstr "Zugehörige Vorlage nicht gefunden" - -# File: lang/dynamic/helpers/models.php, line: 232 -# File: lang/dynamic/helpers/models.php, line: 236 -msgid "Description should be a string between 1 and 255 characters" -msgstr "Beschreibung sollte ein String zwischen 1 und 255 Zeichen enthalten" - -# File: lang/dynamic/helpers/models.php, line: 298 -msgid "Fileid should be an internally generated unique number" -msgstr "Fileid sollte eine intern erzeugte einzigartige Zahl sein" - -# File: lang/dynamic/helpers/models.php, line: 299 -msgid "Template name should be a string between 1 and 255 characters" -msgstr "Der Name der Vorlage muss zwischen 1 und 255 Zeichen enthalten" - -# File: lang/dynamic/helpers/models.php, line: 300 -msgid "File content should be in (base64 encoded) zip format" -msgstr "Der Dateiinhalt sollte in (base64 kodiertem) ZIP-Format sein" - -# File: lang/dynamic/helpers/models.php, line: 241 -msgid "Origin should be regular text of max 30 characters" -msgstr "Herkunft sollte ein regulärer Text aus maximal 30 Zeichen sein" - -# File: lang/dynamic/helpers/models.php, line: 242 -msgid "" -"Value needs to be between 0 and 59, multiple values, ranges and * are " -"supported (ex. 1,10,20,30 or 1-30 )" -msgstr "" -"Der Wert muss zwischen 0 und 59 liegen; mehrere Werte, Bereiche und * werden " -"unterstützt (z.B. 1,10,20,30 oder 1-30 )" - -# File: lang/dynamic/helpers/models.php, line: 243 -msgid "" -"Value needs to be between 0 and 23, multiple values, ranges and * are " -"supported (ex. 1,2,8 or 0-8 )" -msgstr "" -"Der Wert muss zwischen 0 und 23 liegen; mehrere Werte, Wertebereiche und der " -"*-Platzhalter sind erlaubt (z.B. 1,2,8 oder 0-8)" - -# File: lang/dynamic/helpers/models.php, line: 244 -msgid "" -"Value needs to be between 1 and 31, multiple values, ranges, L (last day of " -"month) and * are supported (ex. 1,2,8 or 1-28 )" -msgstr "" -"Der Wert muss zwischen 1 und 31 liegen; mehrere Werte, Wertebereiche, L (" -"letzter Tag des Monats) und der *-Platzhalter sind erlaubt (z.B. 1,2,8 oder " -"1-28)" - -# File: lang/dynamic/helpers/models.php, line: 245 -msgid "" -"Value needs to be between 1 and 12 or JAN to DEC, multiple values, ranges " -"and * are supported (ex. JAN,2,10 or 3-8 )" -msgstr "" -"Wert muss zwischen 1 und 12 oder zwischen JAN und DEZ sein; mehrere Werte, " -"Bereiche und * werden unterstützt (z.B. JAN,2,10 oder 3-8)" - -# File: lang/dynamic/helpers/models.php, line: 246 -msgid "" -"Value needs to be between 0 and 6 ( Sunday to Saturday), multiple values, " -"ranges and * are supported (ex. 1,2,4 or 0-4 ) " -msgstr "" -"Der Wert muss zwischen 0 und 6 liegen (Sonntag bis Samstag), mehrere Werte, " -"Wertebereiche und der *-Platzhalter sind erlaubt (z.B. 1,2,4 oder 0-4)" - -# File: lang/dynamic/helpers/models.php, line: 247 -msgid "Select a command from the list." -msgstr "Wählen Sie ein Kommando aus der Liste aus." - -# File: lang/dynamic/helpers/models.php, line: 248 -msgid "" -"Enter valid parameter(s) for the chosen command (Found illegal characters)." -msgstr "" -"Geben Sie gülitge Parameter für das gewählte Kommando ein (Verbotene Zeichen " -"gefunden)." - -# File: lang/dynamic/helpers/models.php, line: 249 -msgid "Enter a description." -msgstr "Geben Sie eine Beschreibung ein." - -# File: lang/dynamic/helpers/models.php, line: 117 -# File: src/etc/inc/service-utils.inc, line: 183 -msgid "Intrusion Detection" -msgstr "Einbruchserkennung" - -# File: lang/dynamic/helpers/models.php, line: 210 -msgid "sid should be a number" -msgstr "sid sollte eine Zahl sein" - -# File: lang/dynamic/helpers/models.php, line: 211 -msgid "Related cron not found" -msgstr "Zugehörigen cron-Eintrag nicht gefunden" - -# File: lang/dynamic/helpers/models.php, line: 113 -msgid "Proxy Server" -msgstr "Proxy-Server" - -# File: lang/dynamic/helpers/models.php, line: 212 -msgid "ICP port needs to be an integer value between 1 and 65535" -msgstr "Der ICP Port muss eine Zahl zwischen 1 und 65535 sein" - -# File: lang/dynamic/helpers/models.php, line: 342 -msgid "Specify a positive memory cache size. (number of MB's)" -msgstr "Geben Sie eine positive Größe für den Cache ein (in MB)." - -# File: lang/dynamic/helpers/models.php, line: 213 -msgid "Specify a positive cache size. (number of MB's)" -msgstr "Geben Sie eine positive Größe für den Cache ein (in MB)." - -# File: lang/dynamic/helpers/models.php, line: 214 -msgid "Specify a positive number of first-level subdirectories." -msgstr "" -"Geben Sie eine positive Zahl von Unterverzeichnissen in erster Ebene an." - -# File: lang/dynamic/helpers/models.php, line: 215 -msgid "Specify a positive number of second-level subdirectories." -msgstr "" -"Geben Sie eine positive Zahl von Unterverzeichnissen in zweiter Ebene an." - -# File: lang/dynamic/helpers/models.php, line: 276 -msgid "Specify the maximum download size. (number of KBs)" -msgstr "Geben Sie die maximale Downloadgröße an. (In KBs)" - -# File: lang/dynamic/helpers/models.php, line: 277 -msgid "Specify the maximum upload size. (number of KBs)" -msgstr "Geben Sie die maximale Uploadgröße an. (In KBs)" - -# File: lang/dynamic/helpers/models.php, line: 218 -msgid "Specify the overall bandwidth for downloads in kilobits per second." -msgstr "Geben Sie Gesamtbandbreite für Downloads in Kilobit pro Sekunde an." - -# File: lang/dynamic/helpers/models.php, line: 219 -msgid "Specify the per host bandwidth for downloads in kilobits per second." -msgstr "" -"Geben Sie die Bandbreite für Downloads je Host in Kilobit pro Sekunde an." - -# File: lang/dynamic/helpers/models.php, line: 220 -msgid "Proxy port needs to be an integer value between 1 and 65535" -msgstr "Proxy-Port muss eine Zahl zwischen 1 und 65535 sein" - -# File: lang/dynamic/helpers/models.php, line: 221 -msgid "FTP Proxy port needs to be an integer value between 1 and 65535" -msgstr "FTP-Proxy-Port muss eine Zahl zwischen 1 und 65535 sein" - -# File: lang/dynamic/helpers/models.php, line: 222 -msgid "" -"The filename may only contain letters,digits and one dot (not required)." -msgstr "" -"Der Dateiname darf nur Buchstaben, Ziffern und einen Punkt enthalten (nicht " -"erforderlich ) ." - -# File: lang/dynamic/helpers/models.php, line: 223 -msgid "This does not look like a valid url." -msgstr "Dies sieht nicht nach einer gültigen URL aus." - -# File: lang/dynamic/helpers/models.php, line: 224 -msgid "Credentials TTL needs to be an integer value above 0" -msgstr "" -"Die Halbwertszeit (TTL) für Zugangsdaten muss eine Ganzzahl größer als 0 sein" - -# File: lang/dynamic/helpers/models.php, line: 225 -msgid "Number of children needs to be an integer value above 0" -msgstr "Die Anzahl von Kindprozessen muss eine Ganzzahl größer als 0 sein" - -msgid "Health" -msgstr "Gesundheit" - -# File: lang/dynamic/helpers/models.php, line: 92 -msgid "Activity Monitor" -msgstr "Aktivitätsmonitor" - -msgid "ARP Table" -msgstr "ARP Tabelle" - -msgid "NDP Table" -msgstr "NDP Tabelle" - -msgid "Traffic Shaper" -msgstr "Traffic Shaper" - -# File: lang/dynamic/helpers/models.php, line: 226 -msgid "Pipe number must be between 1...65535" -msgstr "Pipe Nummer muss zwischen 1 und 65535 liegen" - -# File: lang/dynamic/helpers/models.php, line: 227 -msgid "Bandwidth out of range" -msgstr "Bandbreite außerhalb des Bereichs" - -# File: lang/dynamic/helpers/models.php, line: 228 -msgid "Bandwidth metric should be one of bit,Kbit,Mbit" -msgstr "Bandbreitenmetrik sollte eine der Folegenden sein: bit, Kbit und Mbit" - -# File: lang/dynamic/helpers/models.php, line: 229 -msgid "The burst value is an integer and represent a number of bytes." -msgstr "Der Burst-Wert ist eine Ganzzahl und stellt den Wert in Bytes dar." - -# File: lang/dynamic/helpers/models.php, line: 230 -msgid "queue size should be between 2...100" -msgstr "Queue-Größe sollte zwischen 2 .... 100 sein" - -# File: lang/dynamic/helpers/models.php, line: 231 -# File: lang/dynamic/helpers/models.php, line: 237 -# File: lang/dynamic/helpers/models.php, line: 240 -msgid "origin should be regular text of max 30 characters" -msgstr "Herkunft sollte ein regulärer Text aus maximal 30 Zeichen sein" - -# File: lang/dynamic/helpers/models.php, line: 233 -msgid "Queue number must be between 1...65535" -msgstr "Warteschlangennummer muss zwischen 1 und 65535 sein." - -# File: lang/dynamic/helpers/models.php, line: 234 -msgid "Related pipe not found" -msgstr "Verbundene Pipe wurde nicht gefunden" - -# File: lang/dynamic/helpers/models.php, line: 235 -msgid "Weight must be between 1...100" -msgstr "Gewichtung muss zwichen 1 und 100 sein" - -# File: lang/dynamic/helpers/models.php, line: 238 -msgid "provide a valid sequence for sorting" -msgstr "geben Sie eine gültige Reihenfolge für die Sortierung an" - -# File: lang/dynamic/helpers/models.php, line: 239 -msgid "Related pipe or queue not found" -msgstr "Verbundene Pipe oder Queue wurde nicht gefunden" - -msgid "" -"Potential DNS Rebind attack detected, see " -"http://en.wikipedia.org/wiki/DNS_rebinding
Try accessing the router by " -"IP address instead of by hostname." -msgstr "" -"Potentiellen DNS-Rebind Angriff erkannt, siehe https://en.wikipedia.org/wiki/" -"DNS_rebinding. Versuchen Sie den Router über die IP-Adresse anstelle des " -"Hostnamens zu erreichen." - -msgid "Redirecting to the dashboard..." -msgstr "Leite weiter zum Dashboard..." - -msgid "Redirecting..." -msgstr "Leite weiter..." - -# File: src/etc/inc/auth.inc, line: 394 -msgid "" -"There is something wrong in your config because user %s password is missing!" -msgstr "" -"Mit Ihrer Konfiguration stimmt etwas nicht, da das Passwort des Benutzers %s " -"fehlt!" - -# Gibt es eine bessere Formulierung? -msgid "LDAP: Could not lookup CA by reference for host %s." -msgstr "LDAP: Konnte CA mit Bezug zu Host %s nicht nachschlagen." - -msgid "Local Database" -msgstr "Lokale Datenbank" - -# File: src/etc/inc/auth.inc, line: 1333 -msgid "Successful login for user '%1$s' from: %2$s" -msgstr "Der Benutzer '%1$s' hat sich erfolgreich von %2$s angemeldet" - -# File: src/etc/inc/auth.inc, line: 1343 -msgid "Wrong username or password." -msgstr "Falscher Benutzername oder falsches Passwort." - -# File: src/etc/inc/auth.inc, line: 1384 -msgid "Session timed out for user '%1$s' from: %2$s" -msgstr "Die Sitzung des Benutzers '%1$s' von %2$s ist abgelaufen." - -# File: src/etc/inc/auth.inc, line: 1386 -msgid "User logged out for user '%1$s' from: %2$s" -msgstr "Benutzer abgemeldet für Benutzer '%1$s' von: %2$s" - -msgid "No page assigned to this user! Click here to logout." -msgstr "Keine Seite dem Benutzer zugewiesen! Klicke hier zum Abmelden." - -# "Anmeldung" ist hier glaub ich ja eher der Überbegriff. Ich denk "Anmelden" auf dem Button ist hier besser. -msgid "Login" -msgstr "Anmelden" - -msgid "" -"You are accessing this router by an IP address not configured locally, which " -"may be forwarded by NAT or other means.

If you did not setup " -"this forwarding, you may be the target of a man-in-the-middle attack." -msgstr "" -"Sie greifen auf diesen Router mit einer IP Adresse zu, die nicht lokal " -"konfiguriert ist, was auf eine NAT-Weiterleitung schließen lässt.

Falls Sie diese NAT-Weiterleitung nicht eingerichtet haben, könnten Sie " -"Ziel eines Man-in-the-Middle Angriffs sein." - -msgid "Username:" -msgstr "Benutzername:" - -msgid "Password:" -msgstr "Passwort:" - -msgid "Your browser must support cookies to login." -msgstr "" -"Ihr Browser muss Cookies unterstützen, um eine Anmeldung zu ermöglichen." - -# File: src/etc/inc/config.console.inc, line: 42 -msgid "Press any key to start the manual interface assignment: " -msgstr "Taste drücken, um die manuelle Schnittstellenzuweisung zu starten: " - -msgid "No interfaces found!" -msgstr "Keine Schnittstellen gefunden!" - -msgid "VLAN interfaces:" -msgstr "VLAN Schnittstellen:" - -msgid "Enter the WAN interface name or 'a' for auto-detection:" -msgstr "" -"Geben Sie den WAN Schnittstellennamen oder 'a' für automatische Erkennung " -"ein:" - -# File: src/etc/inc/config.console.inc, line: 126 -msgid "Invalid interface name '%s'" -msgstr "Ungültiger Schnittstellenbezeichnung '%s'" - -msgid "" -"%sEnter the LAN interface name or 'a' for auto-detection %sNOTE: this " -"enables full Firewalling/NAT mode.%s(or nothing if finished):%s" -msgstr "" -"%sGeben Sie die LAN-Schnittstellenbezeichnung oder 'a' für automatische " -"Erkennung ein %sHINWEIS: Dies aktiviert den vollen Firewall/NAT Modus.%s(" -"oder nichts wenn Sie fertig sind):%s" - -msgid "%sInvalid interface name '%s'%s" -msgstr "%sUngültige Schnittstellenbezeichnung '%s'%s" - -msgid "%sOptional interface %s description found: %s" -msgstr "%sOptionale Schnittstelle %s Beschreibung gefunden: %s" - -msgid "" -"%sEnter the Optional %s interface name or 'a' for auto-detection%s(or " -"nothing if finished):%s" -msgstr "" -"%sGeben Sie den optionalen %s Schnittstellennamen oder 'a' für automatische " -"Erkennung.%s(oder nichts falls Sie fertig sind):%s" - -msgid "The interfaces will be assigned as follows:" -msgstr "Die Schnittstellen werden wie folgt zugewiesen:" - -msgid "%sWriting configuration..." -msgstr "%sSchreibe Konfiguration..." - -msgid "done.%s" -msgstr "erledigt.%s" - -# File: src/etc/inc/config.console.inc, line: 444 -msgid "Detected link-up: %s%s" -msgstr "Aktive Verbindung gefunden: %s%s" - -msgid "No link-up detected.%s" -msgstr "Kein aktive Verbindung gefunden.%s" - -msgid "VLAN Capable interfaces:" -msgstr "VLAN-fähige Schnittstellen:" - -msgid "No VLAN capable interfaces detected." -msgstr "Keine VLAN-fähige Schnittstelle gefunden." - -msgid "" -"Enter the parent interface name for the new VLAN (or nothing if finished):" -msgstr "" -"Geben Sie die übergeordnete Schnittstellenbezeichnung für das neue VLAN ein (" -"oder nichts wenn Sie fertig sind):" - -msgid "Enter the VLAN tag (1-4094):" -msgstr "Geben Sie ein VLAN Tag ein (1-4096):" - -msgid "%sInvalid VLAN tag '%s'%s" -msgstr "%sUngültiges VLAN Tag '%s'%s" - -# File: src/etc/inc/config.lib.inc, line: 70 -msgid "No valid config.xml found, attempting last known config restore." -msgstr "" -"Keine gültige config.xml gefunden, versuche letzte bekannte Konfiguration " -"wiederherzustellen." - -# File: src/etc/inc/config.lib.inc, line: 74 -msgid "No valid config.xml found, attempting to restore factory config." -msgstr "" -"Keine gültige config.xml gefunden, versuche Werkskonfiguration " -"wiederherzustellen." - -msgid "Updated bogon update frequency to 3am" -msgstr "Bogon Aktualisierungshäufigkeit auf 3 Uhr eingestellt" - -# File: src/etc/inc/config.lib.inc, line: 143 -msgid "Upgraded config version level from %s to %s" -msgstr "Aktualisiere Konfigurations-Versionslevel von %s auf %s" - -# TODO: These lines need clarification in the source: -# src/www/interfaces.php:1931 -# src/www/interfaces.php:2092 -# src/www/interfaces.php:2336 -# src/www/interfaces.php:2058 -# src/www/interfaces.php:2060 -# src/www/interfaces.php:2068 -# src/www/interfaces.php:2074 -# src/www/interfaces.php:2082 -# src/www/interfaces.php:2092 -# src/www/interfaces.php:2336 -# src/www/interfaces.php:2301 -# src/www/interfaces.php:2247 -# src/www/interfaces.php:2215 -# src/www/interfaces.php:2288 -# src/www/interfaces.php:2317 -# src/www/interfaces.php:2288 -msgid "WARNING: User" -msgstr "WARNUNG: Benutzer" - -msgid "may not write config (user-config-readonly set)" -msgstr "darf die Konfiguration nicht schreiben (user-config-readonly gesetzt)" - -msgid "WARNING: Corrupt config!" -msgstr "WARNUNG: Beschädigte Konfiguration!" - -msgid "WARNING: Config contents could not be saved. Could not open file!" -msgstr "" -"WARNUNG: Konnte Konfiguration nicht speichern. Datei konnte nicht geöffnet " -"werden!" - -msgid "Reverted to" -msgstr "Zurückgesetzt auf" - -msgid "%s made unknown change" -msgstr "%s machte unbekannte Änderungen" - -msgid "Failed to encrypt/decrypt data!" -msgstr "Konnte Daten nicht ver- bzw. entschlüsseln!" - -# File: src/etc/inc/dyndns.class, line: 1197 -msgid "Dynamic DNS updated IP Address on %s (%s) to %s" -msgstr "Dynamisches DNS änderte IP Adresse von %s (%s) nach %s" - -# File: src/etc/inc/dyndns.class, line: 1204 -msgid "Dynamic DNS updated IPv6 Address on %s (%s) to %s" -msgstr "Dynamisches DNS änderte IPv6 Adresse von %s (%s) nach %s" - -msgid "Initializing" -msgstr "Initialisieren" - -msgid "Configuring firewall" -msgstr "Konfiguriere Firewall" - -msgid "Creating aliases" -msgstr "Erstelle Aliase" - -msgid "Generating Limiter rules" -msgstr "Generiere Begrenzerregeln" - -msgid "Generating NAT rules" -msgstr "Generiere NAT Regeln" - -msgid "Generating filter rules" -msgstr "Generiere Filterregeln" - -msgid "Loading filter rules" -msgstr "Lade Filterregeln" - -msgid "Filter is disabled. Not loading rules." -msgstr "Filter ist deaktiviert. Regeln werden nicht geladen." - -msgid "done." -msgstr "erledigt." - -msgid "Setting up logging information" -msgstr "Richte Protokollinformationen ein" - -msgid "Setting up SCRUB information" -msgstr "Konfiguriere SCRUB-Information" - -# File: src/etc/inc/filter.inc, line: 297 -msgid "The line in question reads [%d]: %s" -msgstr "Die fragwürdige Zeile lautet [%d]: %s" - -msgid "PF was wedged/busy and has been reset." -msgstr "PF hing fest oder war ausgelastet und wurde zurückgesetzt." - -# File: src/etc/inc/filter.inc, line: 315 -# File: src/etc/inc/filter.inc, line: 316 -msgid "There were error(s) loading the rules: %s - %s" -msgstr "Es gab Fehler beim Laden der Regeln: %s - %s" - -msgid "Processing down interface states" -msgstr "Schnittstellenstatus verarbeiten" - -msgid "Done" -msgstr "Erledigt" - -msgid "Creating gateway group item..." -msgstr "Erstelle Gatewaygruppeneinträge..." - -msgid "" -"An error occurred while trying to find the interface got %s . The rule has " -"not been added." -msgstr "" -"Ein Fehler ist aufgetreten beim Versuch, die Schnittstelle zu finden: %s. " -"Die Regel wurde nicht hinzugefügt." - -msgid "Creating reflection NAT rule for %s..." -msgstr "Erstelle NAT-Reflektionsregel für %s..." - -msgid "Creating reflection rule for %s..." -msgstr "Erstelle Reflektionsregel für %s..." - -msgid "localhost" -msgstr "localhost" - -msgid "static route" -msgstr "statische Route" - -msgid "DHCP alias address" -msgstr "DHCP Alias Adresse" - -msgid "PPTP server" -msgstr "PPTP Server" - -msgid "PPPoE server" -msgstr "PPPoE Server" - -msgid "L2TP server" -msgstr "L2TP Server" - -msgid "OpenVPN server" -msgstr "OpenVPN Server" - -msgid "OpenVPN client" -msgstr "OpenVPN Client" - -msgid "IPsec client" -msgstr "IPsec Client" - -msgid "Auto created rule for ISAKMP" -msgstr "Automatisch erstellte Regel für ISAKMP" - -msgid "Auto created rule" -msgstr "Automatisch erstellte Regel" - -msgid "Creating 1:1 rules..." -msgstr "Erstelle 1:1 Regeln..." - -msgid "Creating advanced outbound rule %s" -msgstr "Erstelle erweiterte Ausgangsregel %s" - -msgid "Creating outbound NAT rules" -msgstr "Erstelle ausgehende NAT Regeln" - -msgid "Creating automatic outbound rules" -msgstr "Erstelle automatische Ausgangsregel" - -msgid "Creating NAT rule %s" -msgstr "Erstelle NAT Regel %s" - -msgid "Creating filter rule %s ..." -msgstr "Erstelle Filterregel %s ..." - -# File: src/etc/inc/filter.inc, line: 1990 -msgid "filter_generate_port: %s is not a valid %s port." -msgstr "filter_generate_port: %s ist kein gültiger %s-Port." - -msgid "Setting up pass/block rules %s" -msgstr "Konfiguriere Erlaubnis- und Blockierregeln %s" - -msgid "Could not find IPv4 gateway for interface (%s)." -msgstr "Konnte IPv4 Gateway für die Schnittstelle nicht finden (%s)." - -msgid "Creating rule %s" -msgstr "Erstelle Regel %s" - -msgid "Creating default rules" -msgstr "Erstelle Standardregeln" - -msgid "Creating IPsec rules..." -msgstr "Erstelle IPsec Regeln..." - -msgid "Installed 15 minute filter reload for Time Based Rules" -msgstr "15 minütiges Neuladen der Filter für zeitbasierte Regeln aktiviert" - -msgid "Removed 15 minute filter reload for Time Based Rules" -msgstr "15 minütiges Neuladen der Filter für zeitbasierte Regeln deaktiviert" - -# File: src/etc/inc/filter_log.inc, line: 137 -msgid "There was an error parsing a rule: no time (`%s')" -msgstr "Es gab einen Fehler beim Parsen einer Regel: keine Zeit ('%s')" - -# File: src/etc/inc/filter_log.inc, line: 157 -msgid "There was an error parsing rule number: %s -- not IPv4 or IPv6 (`%s')" -msgstr "" -"Es gab einen Fehler beim Parsen der Regel mit der Nummmer %s -- nicht IPv4 " -"oder IPv6 ('%s')" - -# File: src/etc/inc/filter_log.inc, line: 191 -msgid "There was an error parsing rule number: %s -- no src or dst (`%s')" -msgstr "" -"Es gab einen Fehler beim Parsen der Regel mit der Nummer %s -- keine Quelle " -"oder Ziel ('%s')" - -# File: src/etc/inc/gwlb.inc, line: 825 -msgid "MONITOR: %s is down, removing from routing group %s" -msgstr "" -"MONITOR: %s ist nicht erreichbar und wird daher aus der Routinggruppe %s " -"entfernt" - -# File: src/etc/inc/gwlb.inc, line: 829 -msgid "MONITOR: %s has packet loss, removing from routing group %s" -msgstr "" -"MONITOR: %s verliert Pakete und wird daher aus der Routinggruppe %s entfernt" - -# File: src/etc/inc/gwlb.inc, line: 833 -msgid "MONITOR: %s has high latency, removing from routing group %s" -msgstr "" -"MONITOR: %s hat eine hohe Latenz und wird aus der Routinggruppe %s entfernt" - -# File: src/etc/inc/gwlb.inc, line: 854 -msgid "" -"Gateways status could not be determined, considering all as up/active. " -"(Group: %s)" -msgstr "" -"Der Gatewaystatus konnte nicht erkannt werden; nehme an, dass alle " -"erreichbar/aktiv sind. (Gruppe: %s)" - -msgid "interfaces_bring_up() was called but no variable defined." -msgstr "interfaces_bring_up() wurde aufgerufen, aber keine Variable definiert." - -msgid "Configuring loopback interface..." -msgstr "Konfiguriere Loopback Schnittstelle..." - -msgid "Configuring VLAN interfaces..." -msgstr "Konfiguriere VLAN Schnittstellen..." - -msgid "VLAN: called with wrong options. Problems with config!" -msgstr "" -"VLAN: Aufgerufen mit den falschen Optionen. Probleme mit der Konfiguration!" - -msgid "interface_vlan_configure called with if undefined." -msgstr "interface_vlan_configure wurde mit undefiniertem if aufgerufen." - -msgid "QinQ compat VLAN: called with wrong options. Problems with config!%s" -msgstr "" -"QinQ compat VLAN: mit falschen Optionen aufgerufen. Probleme mit der " -"Konfiguration!%s" - -msgid "interface_qinq_configure called with if undefined.%s" -msgstr "interface_qinq_configure wurde mit undefiniertem if aufgerufen.%s" - -msgid "interface_qinq_configure called with invalid if.%s" -msgstr "interface_qinq_configure wurde mit ungültigem if aufgerufen.%s" - -msgid "Configuring QinQ interfaces..." -msgstr "Konfiguriere QinQ Schnittstellen..." - -msgid "interface_qinq2_configure called with if undefined.%s" -msgstr "interface_qinq2_configure wurde mit undefiniertem if aufgerufen.%s" - -msgid "Creating wireless clone interfaces..." -msgstr "Erstelle drahtlose Klon-Schnittstellen..." - -msgid "No members found on %s" -msgstr "Keine Mitglieder auf %s gefunden" - -msgid "realif not defined in interfaces bridge - up" -msgstr "realif nicht definiert in Schnittstellen Brücke - up" - -msgid "bridgeif not defined -- could not bring interface up" -msgstr "Brückeninterface nicht definiert -- konnte Interface nicht aktivieren" - -msgid "Configuring LAGG interfaces..." -msgstr "Konfiguriere LAGG Schnittstellen..." - -msgid "" -"could not bring realif up -- variable not defined -- " -"interface_gif_configure()" -msgstr "" -"konnte realif nicht aktivieren -- Variable nicht definiert -- " -"interface_gif_configure()" - -msgid "Configuring %s interface..." -msgstr "Konfiguriere Schnittstelle %s..." - -msgid "Wrong parameters used during interface_bring_down" -msgstr "Falsche Parameter verwendet während interface_bring_down" - -msgid "Can't find PPP config for %s in interface_ppps_configure()." -msgstr "" -"Konnte PPP Konfiguration für %s in interface_ppps_configure() nicht finden." - -# File: src/etc/inc/interfaces.inc, line: 1537 -msgid "" -"Could not get a PPTP/L2TP Remote IP address from %s for %s in " -"interfaces_ppps_configure." -msgstr "" -"Konnte keine PPTP/L2TP entfernte IP-Adresse von %s für %s bekommen in " -"interfaces_ppps_configure." - -msgid "" -"Device %s does not exist. PPP link cannot start without the modem device." -msgstr "" -"Gerät %s existiert nicht. PPP Verbindung kann nicht ohne Modem gestartet " -"werden." - -msgid "Unkown %s configured as ppp interface." -msgstr "Unbekanntes %s als PPP Schnittstelle konfiguriert." - -msgid "Error: cannot open mpd_%s.conf in interface_ppps_configure().%s" -msgstr "" -"Fehler: konnte mpd_%s.conf in interface_ppps_configure() nicht öffnen.%s" - -msgid "Configuring CARP settings..." -msgstr "Konfiguriere CARP Einstellungen..." - -msgid "" -"Interface specified for the virtual IP address %s does not exist. Skipping " -"this VIP." -msgstr "" -"Die Schnittstelle, die für die virtuelle IP-Adresse %s angegeben wurde, " -"existiert nicht. Überspringe diese VIP." - -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IP address %s." -msgstr "" -"Entschuldigung, aber wir konnten keine erforderliche zugewiesene IP-Adresse " -"auf der Schnittstelle für die virtuelle IP-Adresse %s finden." - -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IPv6 address %s." -msgstr "" -"Entschuldigung, aber wir konnten keine erforderliche zugewiesene IP-Adresse " -"auf der Schnittstelle für die virtuelle IPv6 Adresse %s finden." - -msgid "Interface %s changed to hostap mode" -msgstr "Die Schnittstelle %s wechselte in den hostap-Modus" - -msgid "Interface %s changed to adhoc mode" -msgstr "Die Schnittstelle %s wechselte in den adhoc-Modus" - -msgid "Interface %s changed to infrastructure mode" -msgstr "Die Schnittstelle %s wechselte in den Infrastrukturmodus" - -msgid "Cloning new wireless interface %s" -msgstr "Klone neue drahtlose Schnittstelle %s" - -# File: src/etc/inc/interfaces.inc, line: 2211 -msgid "Failed to clone interface %s with error code %s, output %s" -msgstr "" -"Klonen der Schnittstelle %s fehlgeschlagen mit Fehlercode %s, Ausgabe %s" - -msgid "Generating new MAC address." -msgstr "Generiere neue MAC-Adresse." - -# File: src/etc/inc/interfaces.inc, line: 2934 -msgid "" -"The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface %s has been " -"automatically replaced with %s" -msgstr "" -"Die UNGÜLTIGE MAC-Adresse (ff:ff:ff:ff:ff:ff) auf Schnittstelle %s, wurde " -"automatische ersetzt mit %s" - -msgid "" -"Error: cannot open dhclient_%s.conf in interface_dhcp_configure() for " -"writing.%s" -msgstr "" -"Fehler: konnte dhclient_%s.conf in interface_dhcp_configure() nicht zum " -"Schreiben öffnen.%s" - -msgid "Invalid interface \"%s\" in interface_dhcp_configure()" -msgstr "Ungültige Schnittstelle \"%s\" in interface_dhcp_configure()" - -msgid "Could not bring up %s interface in interface_dhcp_configure()" -msgstr "Konnte Schnittstelle %s nicht aktivieren in interface_dhcp_configure()" - -msgid "device not present! Is the modem attached to the system?" -msgstr "Gerät nicht vorhanden! Ist das Modem am System angeschlossen?" - -msgid "blocking" -msgstr "blockieren" - -msgid "check for ethernet loops" -msgstr "Prüfe auf Ethernet Loops" - -msgid "learning" -msgstr "lernen" - -msgid "forwarding" -msgstr "weiterleitung" - -msgid "No history data found!" -msgstr "Keine Verlaufsdaten gefunden!" - -# File: src/etc/inc/load_balancer_maintable.inc, line: 150 -msgid "Move selected entries before this entry" -msgstr "Verschiebe ausgewählten Eintrag vor diesen Eintrag" - -msgid "Do you really want to delete this entry?" -msgstr "Wollen Sie diesen Eintrag wirklich löschen?" - -# File: src/etc/inc/load_balancer_maintable.inc, line: 162 -msgid "Duplicate entry" -msgstr "Doppelter Eintrag" - -msgid "Could not open %s for writing" -msgstr "Konnte %s nicht zum Schreiben öffnen" - -msgid "Message sent to %s OK" -msgstr "Nachricht erfolgreich an %s gesendet" - -# File: src/etc/inc/notices.inc, line: 296 -msgid "Could not send the message to %s -- Error: %s" -msgstr "Konnte keine Nachricht an %s senden -- Fehler: %s" - -# File: src/etc/inc/notices.smtp.inc, line: 83 -msgid ": data access time out" -msgstr ": Datenzugriff Time out" - -# File: src/etc/inc/notices.smtp.inc, line: 86 -msgid ": the server disconnected" -msgstr ": der Server trennte" - -# eine exakte Übersetzung ist hier schwierig -msgid "reached the end of data while reading from the SMTP server connection" -msgstr "Ende des DATA-Blocks erreicht in der Verbindung zum SMTP-Server" - -# File: src/etc/inc/notices.smtp.inc, line: 104 -msgid "it was not possible to read line from the SMTP server" -msgstr "es war nicht möglich die Zeile des SMTP Servers zu lesen" - -# File: src/etc/inc/notices.smtp.inc, line: 126 -msgid "it was not possible to send a line to the SMTP server" -msgstr "es war nicht möglich eine Zeile an den SMTP Server zu senden" - -# File: src/etc/inc/notices.smtp.inc, line: 140 -msgid "it was not possible to send data to the SMTP server" -msgstr "es war nicht möglich, Daten an den SMTP Server zu senden" - -# File: src/etc/inc/notices.smtp.inc, line: 212 -msgid "establishing SSL connections requires at least PHP version 4.3.0" -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 -msgid "establishing SSL connections requires the OpenSSL extension enabled" -msgstr "Aufbau von SSL Verbindungen benötigt die OpenSSL-Erweiterung" - -# File: src/etc/inc/notices.smtp.inc, line: 224 -msgid "could not resolve host \"%s\"" -msgstr "Konnte Host \"%s\" nicht auflösen" - -# File: src/etc/inc/notices.smtp.inc, line: 228 -msgid "domain \"%s\" resolved to an address excluded to be valid" -msgstr "" -"Domain \"%s\" wurde zu einer Adresse aufgelöst, die als gültig " -"ausgeschlossen wurde" - -# File: src/etc/inc/notices.smtp.inc, line: 230 -msgid "Connecting to host address \"%s\" port %s..." -msgstr "Verbinden zu Host-Adresse \"%s\" Port %s..." - -# File: src/etc/inc/notices.smtp.inc, line: 237 -msgid "-3 socket could not be created" -msgstr "-3 Socket konnte nicht erstellt werden" - -# File: src/etc/inc/notices.smtp.inc, line: 239 -msgid "-4 dns lookup on hostname \"%s\" failed" -msgstr "-4 DNS Auflösung auf Host \"%s\" fehlgeschlagen" - -# File: src/etc/inc/notices.smtp.inc, line: 241 -msgid "-5 connection refused or timed out" -msgstr "-5 Verbindung abgelehnt oder Zeitüberschreitung" - -# File: src/etc/inc/notices.smtp.inc, line: 243 -msgid "-6 fdopen() call failed" -msgstr "-6 fdopen() Aufruf fehlgeschlagen" - -# File: src/etc/inc/notices.smtp.inc, line: 245 -msgid "-7 setvbuf() call failed" -msgstr "-7 setvbuf() Aufruf fehlgeschlagen" - -# File: src/etc/inc/notices.smtp.inc, line: 247 -msgid "could not connect to the host \"%s\": %s" -msgstr "konnte nicht zum Host \"%s\" verbinden: %s" - -# File: src/etc/inc/notices.smtp.inc, line: 256 -msgid "" -"it is not possible to authenticate using the specified mechanism because the " -"SASL library class is not loaded" -msgstr "" -"es ist nicht möglich, sich mit der angegebenen Authentifizierungsmethode zu " -"Authentifizieren, weil die SASL-Bibliotheksklasse nicht geladen wurde" - -# File: src/etc/inc/notices.smtp.inc, line: 280 -msgid "Authentication mechanism %s may not be used: %s" -msgstr "Authentifizierungsmechanismus %s darf nicht verwendet werden: %s" - -# File: src/etc/inc/notices.smtp.inc, line: 285 -msgid "Could not start the SASL authentication client:" -msgstr "Der SASL Authentifizierungsclient konnte nicht gestartet werden:" - -# File: src/etc/inc/notices.smtp.inc, line: 292 -msgid "Could not send the AUTH command" -msgstr "Konnte das AUTH Kommando nicht senden." - -# File: src/etc/inc/notices.smtp.inc, line: 307 -# File: src/etc/inc/notices.smtp.inc, line: 337 -msgid "Authentication error:" -msgstr "Authentifizierungsfehler:" - -# File: src/etc/inc/notices.smtp.inc, line: 322 -msgid "Could not send the authentication step message" -msgstr "Konnte die Nachricht für den Anmeldevorgang nicht senden" - -# File: src/etc/inc/notices.smtp.inc, line: 342 -msgid "Could not process the SASL authentication step:" -msgstr "Konnte SASL-Authentifizierungsschritt nicht ausführen:" - -# File: src/etc/inc/notices.smtp.inc, line: 356 -msgid "connection is already established" -msgstr "Verbindung besteht bereits" - -# File: src/etc/inc/notices.smtp.inc, line: 394 -msgid "it was not specified the POP3 authentication user" -msgstr "POP3 Authentifizierungs-Benutzer nicht angegeben" - -# File: src/etc/inc/notices.smtp.inc, line: 400 -msgid "it was not specified the POP3 authentication password" -msgstr "POP3 Authentifizierungs-Passwort nicht angegeben" - -# File: src/etc/inc/notices.smtp.inc, line: 404 -msgid "Resolving POP3 authentication host \"%s\"..." -msgstr "Löse POP3 Authentifizierungshost \"%s\" auf..." - -# File: src/etc/inc/notices.smtp.inc, line: 411 -msgid "POP3 authentication server greeting was not found" -msgstr "POP3 Authentifizierungsserverbegrüßung wurde nicht gefunden" - -# File: src/etc/inc/notices.smtp.inc, line: 419 -msgid "POP3 authentication user was not accepted:" -msgstr "Der POP3 Benutzer wurde nicht akzeptiert:" - -# File: src/etc/inc/notices.smtp.inc, line: 427 -msgid "POP3 authentication password was not accepted:" -msgstr "Das POP3 Passwort wurde nicht akzeptiert:" - -# File: src/etc/inc/notices.smtp.inc, line: 436 -msgid "could not determine the SMTP to connect" -msgstr "konnte SMTP nicht bestimmen zum Verbinden" - -# File: src/etc/inc/notices.smtp.inc, line: 442 -msgid "Resolving SMTP server domain \"%s\"..." -msgstr "Löse SMTP-Serverdomain \"%s\" auf..." - -# File: src/etc/inc/notices.smtp.inc, line: 454 -msgid "Connected to SMTP server \"%s\"." -msgstr "Verbunden mit SMTP Server \"%s\"." - -# File: src/etc/inc/notices.smtp.inc, line: 468 -msgid "server does not require authentication" -msgstr "Der Server benötigt keine Authentifizierung" - -# File: src/etc/inc/notices.smtp.inc, line: 532 -msgid "" -"it is not supported any of the authentication mechanisms required by the " -"server" -msgstr "keiner der vom Server verlangten Anmeldemechanismen wird unterstützt" - -# File: src/etc/inc/notices.smtp.inc, line: 629 -msgid "" -"direct delivery connection is already established and sender is already set" -msgstr "" -"direkte Zustellverbindung ist bereits aufgebaut und der Absender wurde " -"bereits gesetzt" - -# File: src/etc/inc/notices.smtp.inc, line: 637 -msgid "connection is not in the initial state" -msgstr "Die Verbindung ist nicht im initialen Status" - -# File: src/etc/inc/notices.smtp.inc, line: 659 -msgid "it was not specified a valid direct recipient" -msgstr "es wurde kein gültiger direkter Empfänger angegeben" - -# File: src/etc/inc/notices.smtp.inc, line: 678 -msgid "" -"it is not possible to deliver directly to recipients of different domains" -msgstr "" -"es ist nicht möglich, an Empfänger unterschiedlicher Domains zuzustellen" - -# File: src/etc/inc/notices.smtp.inc, line: 683 -msgid "connection is already established and the recipient is already set" -msgstr "Verbindung ist bereits aufgebaut und der Empfänger ist bereits gesetzt" - -# File: src/etc/inc/notices.smtp.inc, line: 695 -msgid "connection is not in the recipient setting state" -msgstr "die Verbindung ist nicht bereit zur Übermittlung des Empfängers" - -# File: src/etc/inc/notices.smtp.inc, line: 724 -msgid "connection is not in the start sending data state" -msgstr "die Verbindung ist nicht bereit zur Übermittlung des DATA-Blocks" - -# File: src/etc/inc/notices.smtp.inc, line: 754 -# File: src/etc/inc/notices.smtp.inc, line: 765 -msgid "connection is not in the sending data state" -msgstr "die Verbindung ist nicht im Sendevorgang des DATA-Blocks" - -# File: src/etc/inc/notices.smtp.inc, line: 801 -msgid "it was not previously established a SMTP connection" -msgstr "es wurde zuvor keine SMTP Verbindung aufgebaut" - -# File: src/etc/inc/openvpn-client-export.inc, line: 84 -# File: src/etc/inc/openvpn-client-export.inc, line: 686 -msgid "Could not locate server configuration." -msgstr "Konnte Serverkonfiguration nicht finden." - -# File: src/etc/inc/openvpn-client-export.inc, line: 88 -# File: src/etc/inc/openvpn-client-export.inc, line: 690 -msgid "You cannot export for disabled servers." -msgstr "Sie können keinen deaktivierten Server exportieren." - -# File: src/etc/inc/openvpn-client-export.inc, line: 96 -msgid "Could not locate server certificate." -msgstr "Server-Zertifikat konnte nicht lokalisiert werden." - -# File: src/etc/inc/openvpn-client-export.inc, line: 100 -msgid "Could not locate the CA reference for the server certificate." -msgstr "Konnte die CA-Referenz für das Serverzertifikat nicht finden." - -# File: src/etc/inc/openvpn-client-export.inc, line: 111 -msgid "Could not find user settings." -msgstr "Konnte Benutzereinstellungen nicht finden." - -# File: src/etc/inc/openvpn-client-export.inc, line: 123 -# File: src/etc/inc/openvpn-client-export.inc, line: 132 -msgid "Could not find client certificate." -msgstr "Konnte Client-Zertifikat nicht finden." - -# File: src/etc/inc/openvpn-client-export.inc, line: 209 -# File: src/etc/inc/openvpn-client-export.inc, line: 754 -msgid "This server uses UDP protocol and cannot communicate with HTTP proxy." -msgstr "" -"Dieser Server verwendet das UDP Protokoll und kann deshalb nicht mit einem " -"HTTP Proxy kommunizieren." - -# File: src/etc/inc/openvpn-client-export.inc, line: 502 -msgid "Could not create a config to export." -msgstr "Konnte keine Konfiguration zum Exportieren erstellen." - -# File: src/etc/inc/openvpn.inc, line: 34 -msgid "0 (none)" -msgstr "0 (nichts)" - -# File: src/etc/inc/openvpn.inc, line: 35 -msgid "1 (default)" -msgstr "1 (standard)" - -# File: src/etc/inc/openvpn.inc, line: 36 -msgid "2" -msgstr "2" - -# File: src/etc/inc/openvpn.inc, line: 37 -msgid "3 (recommended)" -msgstr "3 (empfohlen)" - -# File: src/etc/inc/openvpn.inc, line: 38 -msgid "4" -msgstr "4" - -# File: src/etc/inc/openvpn.inc, line: 39 -msgid "5" -msgstr "5" - -# File: src/etc/inc/openvpn.inc, line: 40 -msgid "6" -msgstr "6" - -# File: src/etc/inc/openvpn.inc, line: 41 -msgid "7" -msgstr "7" - -# File: src/etc/inc/openvpn.inc, line: 42 -msgid "8" -msgstr "8" - -# File: src/etc/inc/openvpn.inc, line: 43 -msgid "9" -msgstr "9" - -# File: src/etc/inc/openvpn.inc, line: 44 -msgid "10" -msgstr "10" - -# File: src/etc/inc/openvpn.inc, line: 45 -msgid "11" -msgstr "11" - -msgid "No Preference" -msgstr "Keine Einstellung" - -msgid "Disabled - No Compression" -msgstr "Deaktiviert - keine Kompression" - -msgid "Enabled with Adaptive Compression" -msgstr "Aktiviert mit adaptiver Kompression" - -msgid "Enabled without Adaptive Compression" -msgstr "Aktiviert ohne adaptiver Kompression" - -msgid "None (No Encryption)" -msgstr "Keine (Keine Verschlüsselung)" - -msgid "None (No Authentication)" -msgstr "Keine (Keine Authentifizierung)" - -msgid "The field '%s' must contain a valid port, ranging from 0 to 65535." -msgstr "" -"Das Feld '%s' muss einen gültigen Port im Bereich zwischen 0 und 65535 " -"beinhalten." - -msgid "The field '%s' must contain a single valid %s CIDR range." -msgstr "Das Feld '%s' muss einen gültigen %s CIDR-Bereich beinhalten." - -msgid "" -"The field '%s' must contain only valid %s CIDR range(s) separated by commas." -msgstr "" -"Das Feld '%s' muss ein oder mehre gültige %s CIDR-Bereiche enthalten, " -"getrennt durch ein Komma." - -# File: src/etc/inc/openvpn_wizard.inc, line: 216 -# File: src/etc/inc/openvpn_wizard.inc, line: 315 -msgid "Please do not use special characters in Certificate field names." -msgstr "Bitte benutzen Sie keine speziellen Zeichen im Zertifikatsnamesfeld." - -# File: src/etc/inc/openvpn_wizard.inc, line: 401 -msgid "The specified 'Local port' is in use. Please select another value." -msgstr "" -"Der angegebene 'lokale Port' ist in Benutzung. Bitte wählen Sie einen " -"anderen Wert." - -# File: src/etc/inc/openvpn_wizard.inc, line: 406 -msgid "The field 'TLS Authentication Key' does not appear to be valid." -msgstr "" -"Das Feld \"TLS-Authentifizierungsschlüssel' scheint nicht gültig zu sein." - -msgid "The field 'DNS Server #1' must contain a valid IP address" -msgstr "Das Feld 'DNS-Server #1' muss eine gültige IP-Adresse enthalten" - -msgid "The field 'DNS Server #2' must contain a valid IP address" -msgstr "Das Feld 'DNS-Server #2' muss eine gültige IP-Adresse enthalten" - -msgid "The field 'DNS Server #3' must contain a valid IP address" -msgstr "Das Feld 'DNS-Server #3' muss eine gültige IP-Adresse enthalten" - -msgid "The field 'DNS Server #4' must contain a valid IP address" -msgstr "Das Feld 'DNS Server #4' muss eine gültige IP-Adresse enthalten" - -msgid "The field 'NTP Server #1' must contain a valid IP address" -msgstr "Das Feld 'NTP-Server #1' muss eine gültige IP-Adresse enthalten" - -msgid "The field 'NTP Server #2' must contain a valid IP address" -msgstr "Das Feld 'NTP-Server #2' muss eine gültige IP-Adresse enthalten " - -msgid "The field 'WINS Server #1' must contain a valid IP address" -msgstr "Das Feld 'WINS-Server #1' muss eine gültige IP-Adresse enthalten" - -msgid "The field 'WINS Server #2' must contain a valid IP address" -msgstr "Das Feld 'WINS-Server #2' muss eine gültige IP-Adresse enthalten " - -msgid "The field 'Concurrent connections' must be numeric." -msgstr "Das Feld 'gleichzeitge Verbindungen' muss aus Zahlen bestehen." - -# File: src/etc/inc/openvpn_wizard.inc, line: 431 -msgid "You must specify a 'Tunnel network'." -msgstr "Sie müssen ein 'Tunnelnetzwerk' angeben." - -msgid "OpenVPN %s wizard" -msgstr "OpenVPN %s Assistent" - -msgid "OpenVPN Wizard" -msgstr "OpenVPN Assistent" - -msgid "MASTER" -msgstr "MASTER" - -msgid "BACKUP" -msgstr "BACKUP" - -msgid "INIT" -msgstr "INIT" - -msgid "Restored %s of config file (maybe from CARP partner)" -msgstr "" -"%s der Konfigurationsdatei wurde wiederhergestellt (möglicherweise von einem " -"CARP Partner)" - -msgid "" -"Alias archive is a .zip file which cannot be decompressed because utility is " -"missing!" -msgstr "" -"Das Aliasarchiv ist eine .zip Datei, welche nicht entpackt werden kann, weil " -"das entsprechende Werkzeug fehlt!" - -# File: src/etc/inc/pfsense-utils.inc, line: 1555 -# File: src/etc/inc/pfsense-utils.inc, line: 1587 -msgid "Could not open %s/aliases for writing!" -msgstr "Konnte %s/aliases nicht zum Schreiben öffnen!" - -# File: src/etc/inc/pfsense-utils.inc, line: 1561 -# File: src/etc/inc/pfsense-utils.inc, line: 1593 -msgid "The following file could not be read %s from %s" -msgstr "Die Datei %s konnte nicht aus der Datei %s gelesen werden" - -msgid "" -"Alias archive is a .tar/tgz file which cannot be decompressed because " -"utility is missing!" -msgstr "" -"Das Aliasarchiv ist eine .tar/tgz Datei, welche nicht entpackt werden kann, " -"weil das entsprechende Werkzeug fehlt!" - -# File: src/etc/inc/rrd.inc, line: 74 -msgid "RRD create failed exited with %s, the error is: %s" -msgstr "RRD Erstellung fehlgeschlagen, beendet mit %s, der Fehler ist: %s" - -msgid "Generating RRD graphs..." -msgstr "Generiere RRD Graphen..." - -msgid "Creating rrd update script" -msgstr "Erstelle rrd Updateskript" - -# File: src/etc/inc/services.inc, line: 425 -msgid "DHCP leases restore failed exited with %s, the error is: %s" -msgstr "DHCP Lease Wiederherstellung wurde beendet mit %s, der Fehler war: %s" - -msgid "Starting DHCP service..." -msgstr "Starte DHCP Dienst..." - -msgid "Warning! DHCP Failover setup and no CARP virtual IPs defined!" -msgstr "" -"Warnung! DHCP Failover konfiguriert, aber keine CARP virtuellen IPs " -"definiert!" - -msgid "Error: cannot open dhcpd.conf in services_dhcpdv4_configure().%s" -msgstr "" -"Fehler: konnte dhcpd.conf in services_dhcpdv4_configure() nicht öffnen.%s" - -msgid "Could not write Igmpproxy configuration file!" -msgstr "Konnte IGMP-Proxy Konfigurationsdatei nicht schreiben!" - -msgid "Started IGMP proxy service." -msgstr "IGMP-Proxy Dienst gestartet." - -msgid "Starting DHCP relay service..." -msgstr "DHCP relay service wird gestartet..." - -msgid "Starting DHCPv6 relay service..." -msgstr "DHCPv6 relay service wird gestartet..." - -# File: src/etc/inc/services.inc, line: 1739 -msgid "Starting dynamic DNS clients..." -msgstr "Starte dynamische DNS Clients..." - -msgid "Starting DNS forwarder..." -msgstr "Starte DNS-Forwarder..." - -msgid "Starting DNS Resolver..." -msgstr "DNS-Resolver starten..." - -msgid "Starting SNMP daemon... " -msgstr "Starte SNMP Daemon... " - -msgid "Error: cannot open snmpd.conf in services_snmpd_configure().%s" -msgstr "Fehler: Konnte snmpd.conf in services_snmpd_configure() nicht öffnen.%s" - -# File: src/etc/inc/services.inc, line: 2253 -msgid "Dynamic DNS updated IP Address (A) for %s on %s (%s) to %s" -msgstr "Dynamisches DNS aktualisierte IP Adresse (A) für %s auf %s (%s) nach %s" - -# File: src/etc/inc/services.inc, line: 2268 -msgid "Dynamic DNS updated IPv6 Address (AAAA) for %s on %s (%s) to %s" -msgstr "" -"Dynamisches DNS aktualisierte IPv6 Adresse (AAAA) für %s auf %s (%s) nach %s" - -msgid "Starting UPnP service... " -msgstr "Starte UPnP Dienst..." - -msgid "Installed cron job for %s" -msgstr "Cronjob für %s installiert" - -msgid "Updated cron job for %s" -msgstr "Cronjob für %s aktualisiert" - -msgid "Removed cron job for %s" -msgstr "Cronjob für %s entfernt" - -msgid "Router Advertisement Daemon" -msgstr "Router Advertisement Daemon" - -# File: src/etc/inc/services.inc, line: 2476 -msgid "Unbound DNS Resolver" -msgstr "Unbound DNS Resolver" - -msgid "NTP clock sync" -msgstr "NTP Zeitsynchronisation" - -msgid "DHCP Relay" -msgstr "DHCP Relay" - -msgid "DHCPv6 Relay" -msgstr "DHCPv6 Relay" - -msgid "DHCP Service" -msgstr "DHCP Dienst" - -msgid "Gateway Monitoring Daemon" -msgstr "Gateway Monitoring Daemon" - -msgid "SNMP Service" -msgstr "SNMP Dienst" - -msgid "IGMP proxy" -msgstr "IGMP Proxy" - -msgid "UPnP Service" -msgstr "UPnP Dienst" - -msgid "IPsec VPN" -msgstr "IPsec VPN" - -msgid "Secure Shell Daemon" -msgstr "Secure Shell Daemon" - -msgid "Server load balancing daemon" -msgstr "Server Lastverteilungsdaemon" - -# File: src/etc/inc/service-utils.inc, line: 180 -msgid "Proxy server" -msgstr "Proxy Server" - -msgid "Running" -msgstr "Aktiv" - -msgid "%s Service is" -msgstr "%s Dienst ist" - -msgid "Stopped" -msgstr "Gestoppt" - -msgid "Restart %sService" -msgstr "%sDienst neu starten" - -msgid "Stop %sService" -msgstr "%sDienst anhalten" - -msgid "Start %sService" -msgstr "%sDienst starten" - -# File: src/etc/inc/system.inc, line: 611 -msgid "DNSCACHE: Found old IP %s and new IP %s" -msgstr "DNSCACHE: Alte %s und neue %s IP gefunden" - -msgid "Static Routes: Gateway IP could not be found for %s" -msgstr "Statische Route: Gateway IP wurde nicht gefunden für %s" - -msgid "Starting syslog..." -msgstr "Starte Systemprotokoll..." - -msgid "Error: cannot open syslog.conf in system_syslogd_start().%s" -msgstr "Fehler: Konnte syslog.conf in system_syslogd_start() nicht öffnen.%s" - -msgid "webConfigurator default" -msgstr "webConfigurator Standard" - -msgid "Importing HTTPS certificate" -msgstr "Importiere HTTPS Zertifikat" - -msgid "Error: cannot open cert.pem in system_webgui_start().%s" -msgstr "Fehler: konnte cert.pem in system_webgui_start() nicht öffnen.%s" - -msgid "Error: cannot open ca.pem in system_webgui_start().%s" -msgstr "Fehler: konnte ca.pem in system_webgui_start() nicht öffnen.%s" - -msgid "ssl configuration" -msgstr "SSL Konfiguration" - -msgid "Error: cannot open %s in system_generate_lighty_config().%s" -msgstr "Fehler: konnte %s in system_generate_lighty_config() nicht öffnen.%s" - -msgid "Setting timezone..." -msgstr "Setze Zeitzone..." - -# File: src/etc/inc/upgrade_config.inc, line: 40 -msgid "RRD dump failed exited with %s, the error is: %s" -msgstr "RRD-Dump fehlgeschlagen, beendet mit %s, der Fehler ist: %s" - -# File: src/etc/inc/upgrade_config.inc, line: 56 -msgid "" -"Import RRD has %s DS values and %s RRA databases, new format RRD has %s DS " -"values and %s RRA databases" -msgstr "" -"Importierte RRD hat %s DS Werte und %s RRA Datenbanken, RRD mit neuem " -"Datenformat hat %s Werte und %s RRA Datenbanken" - -# File: src/etc/inc/upgrade_config.inc, line: 140 -msgid "The new RRD now has %s DS values and %s RRA databases" -msgstr "Die neue RRD hat jetzt %s DS Werte und %s RRA Datenbanken" - -msgid "%sWarning: filter rule removed (interface '%s' does not exist anymore)." -msgstr "" -"%sWarnung: Filterregel wurde entfernt (Schnittstelle '%s' existiert nicht " -"mehr)." - -msgid "" -"%sWarning: filter rule removed (source network '%s' does not exist anymore)." -msgstr "" -"%sWarnung: Filterregel wurde entfernt (Quellnetzwerk '%s' existiert nicht " -"mehr)." - -msgid "" -"%sWarning: filter rule removed (destination network '%s' does not exist " -"anymore)." -msgstr "" -"%sWarnung: Filterregel wurde entfernt (Zielnetzwerk '%s' existiert nicht " -"mehr)." - -msgid "" -"%sWarning: traffic shaper rule removed (interface '%s' does not exist " -"anymore)." -msgstr "" -"%sWarnung: Traffic Shaper Regel entfernt (Schnittstelle '%s' existiert nicht " -"mehr)." - -msgid "" -"%sWarning: traffic shaper rule removed (source network '%s' does not exist " -"anymore)." -msgstr "" -"%sWarnung: Traffic Shaper Regel entfernt (Quellnetzwerk '%s' existiert nicht " -"mehr)." - -msgid "" -"%sWarning: traffic shaper rule removed (destination network '%s' does not " -"exist anymore)." -msgstr "" -"%sWarnung: Traffic Shaper Regel entfernt (Zielnetzwerk '%s' existiert nicht " -"mehr)." - -msgid "CARP vhid %s" -msgstr "CARP vhid %s" - -msgid "Permit IPsec traffic." -msgstr "Erlaube IPsec-Verkehr." - -msgid "System Administrators" -msgstr "Systemadministratoren" - -msgid "" -"Indicates whether this user will lock access to the webConfigurator for " -"other users." -msgstr "" -"Gibt an, ob dieser Benutzer den Zugang zum webConfigurator für andere " -"Benutzer sperrt." - -msgid "" -"Indicates whether this user will lock individual HTML pages after having " -"accessed a particular page (the lock will be freed if the user leaves or " -"saves the page form)." -msgstr "" -"Gibt an, ob dieser Benutzer einzelne HTML Seiten sperrt, nachdem er eine " -"bestimmte Seite aufgerufen hat (die Sperre wird aufgehoben, wenn der " -"Benutzer die Seite verlässt oder das Seitenformular abschickt)." - -msgid "Indicates whether this user is able to login for example via SSH." -msgstr "Gibt an, ob der Benutzer sich z.B. über SSH anmelden kann." - -msgid "" -"Indicates whether this user is allowed to copy files onto the %s appliance " -"via SCP/SFTP. If you are going to use this privilege, you must install " -"scponly on the appliance (Hint: pkg_add -r scponly)." -msgstr "" -"Zeigt an, ob dieser Benutzer Dateien mittels SCP/SFTP auf die %s-Appliance " -"kopieren darf. Falls Sie diese Berechtigung verwenden möchten, müssen Sie " -"zuerst scponly auf der Appliance installieren (Hinweis: pkg_add -r scponly)." - -msgid "" -"This user is associated with the UNIX root user (you should associate this " -"privilege only with one single user)." -msgstr "" -"Dieser Benutzer ist mit dem UNIX root Benutzer verknüpft (Sie sollten diese " -"Berechtigung nur einem einzigen Benutzer zuweisen)." - -msgid "Drop packets to closed TCP ports without returning a RST" -msgstr "" -"Verwerfe Pakete an geschlossene TCP-Ports, ohne mit einem RST zu antworten" - -msgid "Do not send ICMP port unreachable messages for closed UDP ports" -msgstr "" -"Sende keine ICMP-\"Port unreachable\"-Nachrichten bei geschlossenen UDP-Ports" - -msgid "Randomize the ID field in IP packets (default is 0: sequential IP IDs)" -msgstr "" -"Füge Zufallszahlen in das ID Feld von IP Paketen ein (Standard ist 0: " -"sequenzielle IP IDs)" - -msgid "Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)" -msgstr "" -"Verwerfe SYN-FIN Segmente (widerspricht RFC 1379, diese Kombination tritt " -"jedoch nicht auf)" - -msgid "Sending of IPv4 ICMP redirects" -msgstr "Senden von IPv4 ICMP Weiterleitungen" - -msgid "Sending of IPv6 ICMP redirects" -msgstr "Senden von IPv6 ICMP Weiterleitungen" - -msgid "Generate SYN cookies for outbound SYN-ACK packets" -msgstr "Generiere SYN-Cookies für ausgehende SYN-ACK-Pakete" - -msgid "Maximum incoming TCP datagram size" -msgstr "Maximale Größe eines eingehenden TCP Segments" - -msgid "Maximum outgoing TCP datagram size" -msgstr "Maximale Größe eines ausgehenden TCP Segments" - -msgid "" -"Fastforwarding (see http://lists.freebsd.org/pipermail/freebsd-" -"net/2004-January/002534.html)" -msgstr "" -"Fastforwarding (siehe http://lists.freebsd.org/pipermail/freebsd-" -"net/2004-January/002534.html)" - -msgid "Do not delay ACK to try and piggyback it onto a data packet" -msgstr "" -"Keine Verzögerung von ACK Paketen um zu versuchen, es an ein Datenpaket " -"anzuhängen" - -msgid "Maximum outgoing UDP datagram size" -msgstr "Maximale Größe eines ausgehenden UDP Datagramms" - -msgid "" -"Handling of non-IP packets which are not passed to pfil (see if_bridge(4))" -msgstr "" -"Umgang mit nicht-IP Paketen, welche nicht an pfil übergeben werden (siehe " -"if_bridge(4))" - -msgid "Allow unprivileged access to tap(4) device nodes" -msgstr "Erlaube unprivilegierten Zugriff auf tap(4) Geräteknoten" - -msgid "Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())" -msgstr "" -"Randomisiere PIDs (siehe src/sys/kern/kern_fork.c: sysctl_kern_randompid())" - -msgid "" -"The system will attempt to calculate the bandwidth delay product for each " -"connection and limit the amount of data queued to the network to just the " -"amount required to maintain optimum throughput. " -msgstr "" -"Das System wird versuchen die Bandbreite über die Verzögerung jeder " -"Verbindung zu berechnen und die Anzahl der Daten, die an das Netzwerk " -"gesendet werden, so limitieren, dass ein optimaler Durchsatz erreicht wird. " - -msgid "Set ICMP Limits" -msgstr "Setze ICMP Limits" - -msgid "TCP Offload engine" -msgstr "TCP Offload engine" - -msgid "Interface %s Static Gateway" -msgstr "Schnittstelle %s statisches Gateway" - -msgid "Interface %s Dynamic Gateway" -msgstr "Schnittstelle %s dynamisches Gateway" - -msgid "Upgraded static route for %s" -msgstr "Aktualisierte statische Route für %s" - -msgid "Sitedown pool for VS: %s" -msgstr "Sitedown Pool für VS: %s" - -msgid "phase2 for %s" -msgstr "Phase 2 für %s" - -msgid "Upgraded Dyndns %s" -msgstr "Aktualisierte Dyndns %s" - -msgid "All Users" -msgstr "Alle Benutzer" - -msgid "Converted bridged %s" -msgstr "Brücke konvertiert %s" - -msgid "Auto added OpenVPN rule from config upgrade." -msgstr "Automatisch hinzugefügte OpenVPN-Regel aus dem Konfigurationsupgrade." - -msgid "WARNING: You must give a name as parameter to lock() function." -msgstr "" -"WARNUNG: Sie müssen der lock() Funktion einen Parameter für den Namen " -"übergeben." - -# File: src/etc/inc/util.inc, line: 1014 -msgid "The command '%s' returned exit code '%d', the output was '%s'" -msgstr "Das Kommando '%s' gab den Exit-Code '%d' zurück, die Ausgabe war '%s'" - -msgid "Configuring IPsec VPN... " -msgstr "Konfiguriere IPsec VPN... " - -msgid "Error: Invalid certificate info for %s" -msgstr "Fehler: Üngültige Zertifikatsinformation für %s" - -msgid "Error: Invalid certificate hash info for %s" -msgstr "Fehler: Ungültiger Zertifikatshashinformation für %s" - -msgid "Error: Cannot write IPsec CA file for %s" -msgstr "Fehler: IPsec CA Datei für %s konnte nicht geschrieben werden" - -msgid "Error: Invalid phase1 certificate reference for %s" -msgstr "Fehler: Ungültige Phase 1 Zertifikatsreferenz für %s" - -msgid "Error: Cannot write phase1 key file for %s" -msgstr "Fehler: Konnte Phase 1 Schlüsseldatei für %s nicht schreiben" - -msgid "Error: Cannot write phase1 certificate file for %s" -msgstr "Fehler: Konnte Phase 1 Zertifikatsdatei für %s nicht schreiben" - -msgid "Ignoring IPsec reload since there are no tunnels on interface %s" -msgstr "" -"Ignoriere das Neuladen von IPsec da es keine Tunnel auf der Schnittstelle %s " -"gibt." - -msgid "Forcefully reloading IPsec" -msgstr "Erzwinge erneutes Laden von IPsec" - -msgid "Configuring PPTP VPN service... " -msgstr "Konfiguriere PPTP VPN Dienst... " - -msgid "Could not kill mpd within 3 seconds. Trying again." -msgstr "Konnte mpd in 3 Sekunden nicht stoppen, Neuer Versuch" - -msgid "Error: cannot open mpd.conf in vpn_pptpd_configure()." -msgstr "Fehler: Konnte mpd.conf in vpn_pptpd_configure() nicht öffnen." - -msgid "Error: cannot open mpd.links in vpn_pptpd_configure()." -msgstr "Fehler: Konnte mpd.links in vpn_pptpd_configure() nicht öffnen." - -msgid "Error: cannot open mpd.secret in vpn_pptpd_configure()." -msgstr "Fehler: Konnte mpd.secret in vpn_pptpd_configure() nicht öffnen." - -msgid "Configuring PPPoE VPN service... " -msgstr "Konfiguriere PPPoE VPN Dienst " - -msgid "Error: cannot open mpd.conf in vpn_pppoe_configure()." -msgstr "Fehler: Konnte mpd.conf in vpn_pppoe_configure() nicht öffnen." - -msgid "Error: cannot open mpd.links in vpn_pppoe_configure()." -msgstr "Fehler: Konnte mpd.links in vpn_pppoe_configure() nicht öffnen." - -msgid "Error: cannot open mpd.secret in vpn_pppoe_configure()." -msgstr "Fehler: Konnte mpd.secret in vpn_pppoe_configure() nicht öffnen." - -msgid "done" -msgstr "erledigt." - -msgid "Configuring l2tp VPN service... " -msgstr "Konfiguriere L2TP VPN Dienst... " - -msgid "Error: cannot open mpd.conf in vpn_l2tp_configure()." -msgstr "Fehler: Konnte mpd.conf in vpn_l2tp_configure() nicht öffnen." - -msgid "Error: cannot open mpd.links in vpn_l2tp_configure()." -msgstr "Fehler: Konnte mpd.links in vpn_l2tp_configure() nicht öffnen." - -msgid "Error: cannot open mpd.secret in vpn_l2tp_configure()." -msgstr "Fehler: Konnte mpd.secret in vpn_l2tp_configure() nicht öffnen." - -# File: src/etc/inc/xmlparse.inc, line: 83 -# File: src/www/interfaces.php, line: 92 -msgid "XML error: %s at line %d cannot occur more than once" -msgstr "XML-Fehler: %s in der Zeile %d kann nicht mehr als einmal vorkommen" - -msgid "Error: could not open XML input" -msgstr "Fehler: konnte XML-Eingabe nicht öffnen" - -# File: src/etc/inc/xmlparse.inc, line: 165 -msgid "XML error: %s at line %d in %s" -msgstr "XML-Fehler: %s in der Zeile %d in %s" - -msgid "XML error: no %s object found!" -msgstr "XML Fehler: keine %s Objekte gefunden!" - -msgid "Merged in config (%s sections) from XMLRPC client." -msgstr "Konfiguration (%s Abschnitte) von XMLRPC Client hinzugefügt." - -# File: src/etc/rc.bootup, line: 143 -msgid "Default interfaces not found -- Running interface assignment option." -msgstr "" -"Standard Schnittstelle nicht gefunden -- Starte Schnittstelle " -"Zuweisungseinstellung." - -# File: src/etc/rc.initial.password, line: 37 -msgid "The %s password will be reset to the factory default of `%s'." -msgstr "Das %s Passwort wird auf die Werkseinstellungen von `%s' zurückgesetzt." - -# File: src/etc/rc.initial.password, line: 42 -msgid "Do you want to proceed [y|n]? " -msgstr "Möchten Sie fortfahren [j|n]? " - -# File: src/etc/rc.initial.password, line: 48 -msgid "The User manager authentication server is set to \"%s\"." -msgstr "" -"Der Anmeldeserver für die Benutzerverwaltung ist auf \"%s\" eingestellt." - -# File: src/etc/rc.initial.password, line: 50 -msgid "Do you want to set it back to Local Database [y|n]? " -msgstr "Wollen Sie wieder die lokale Datenbank einstellen [j|n]? " - -msgid "password changed from console menu" -msgstr "Password im Konsolenmenü geändert" - -# File: src/etc/rc.initial.password, line: 78 -msgid "The password has been reset." -msgstr "Das Passwort wurde zurückgesetzt." - -# File: src/etc/rc.initial.password, line: 80 -msgid "Please change the password as soon as you log in!" -msgstr "Bitte ändern Sie das Passwort, sobald Sie sich angemeldet haben!" - -msgid "Do you want to enable the %s server on %s?" -msgstr "Wollen Sie den %s Server auf %s aktivieren?" - -msgid "Configure %s address %s interface via %s?" -msgstr "Konfiguration der %s-Adresse der %s-Schnittstelle mittels %s?" - -msgid "Enter the new %s %s address. Press for none:" -msgstr "Geben Sie die neue %s %s Adresse ein. Drücken Sie für keine:" - -msgid "This IP address conflicts with another interface or a VIP" -msgstr "" -"Diese IP-Adresse steht im Konflikt mit einer anderen Schnittstelle oder " -"einer VIP" - -msgid "Subnet masks are entered as bit counts (as in CIDR notation) in %s." -msgstr "" -"Subnetzmasken müssen als Bitwerte (in CIDR-Notation) eingegeben werden bei " -"%s." - -msgid "Enter the new %s %s subnet bit count (1 to %s):" -msgstr "Geben Sie die neue %s %s Subnetbitzahl ein (1 bis %s):" - -msgid "You cannot set network address to an interface" -msgstr "Sie können die Netzwerkadresse keiner Schnittstelle zuweisen" - -msgid "You cannot set broadcast address to an interface" -msgstr "Sie können die Broadcastadresse keiner Schnittstelle zuweisen" - -msgid "For a WAN, enter the new %s %s upstream gateway address." -msgstr "Für ein WAN, geben Sie die neue %s %s Upstream Gateway Adresse ein." - -msgid "For a LAN, press for none:" -msgstr "Für ein LAN, drücke für nichts:" - -msgid "not an %s IP address!" -msgstr "keine %s IP-Adresse!" - -msgid "not in subnet!" -msgstr "nicht im Subnetz!" - -msgid "Enter the start address of the %s client address range:" -msgstr "Geben Sie die Startadresse des %s Clientadressbereichs ein:" - -msgid "This IP address must be in the interface's subnet" -msgstr "Diese IP-Adresse muss im Subnetz der Schnittstelle liegen" - -msgid "Enter the end address of the %s client address range:" -msgstr "Geben Sie die letzte Adresse des %s Client Adressbereichs an:" - -msgid "The end address of the DHCP range must be >= the start address" -msgstr "" -"Die letzte Adresse des DHCP Bereichs muss größer gleich der Startadresse sein" - -msgid "Disabling %s DHCPD..." -msgstr "Deaktiviere %s DHCPD..." - -msgid "Do you want to revert to HTTP as the webConfigurator protocol?" -msgstr "Möchten Sie den webConfigurator auf das HTTP-Protokoll zurücksetzen?" - -msgid "Note: the anti-lockout rule on %s has been re-enabled." -msgstr "Hinweis: die Anti-Lockout Regel für %s wurde wieder aktiviert." - -msgid "%s IP configuration from console menu" -msgstr "%s IP Konfiguration aus dem Konsolenmenü" - -msgid "The IPv4 %s address has been set to %s" -msgstr "Die %s IPv4 Adresse wurde auf %s gesetzt" - -msgid "The IPv6 %s address has been set to %s" -msgstr "Die %s IPv6 Adresse wurde auf %s gesetzt" - -msgid "" -"You can now access the webConfigurator by opening the following URL in your " -"web browser:" -msgstr "" -"Sie können nun den WebConfigurator erreichen indem Sie die folgende URL in " -"Ihrem Browser öffnen:" - -msgid "Press to continue." -msgstr "Drücken Sie um fortzufahren." - -msgid "WARNING: You must give a name as parameter to try_lock() function." -msgstr "" -"WARNUNG: Sie müssen der try_lock() Funktion einen Parameter für den Namen " -"übergeben." - -msgid "" -"Could not obtain openvpn lock for executing rc.openvpn for more than 10 " -"seconds continuing..." -msgstr "" -"Konnte über 10 Sekunden lang keinen openvpn Lock erhalten um rc.openvpn " -"auszuführen..." - -msgid "n/j/y H:i:s" -msgstr "n/j/y H:i:s" - -msgid "Unknown" -msgstr "Unbekannt" - -msgid "Unknown Page" -msgstr "Unbekannte Seite" - -msgid "No backups found in the configuration history." -msgstr "Keine Sicherungen im Konfigurationsverlauf gefunden." - -msgid "Which configuration would you like to restore?" -msgstr "Welche Konfiguration möchten Sie wiederherstellen?" - -msgid "That is not a valid backup number.\n" -msgstr "Dies ist keine gültige Backupnummer.\n" - -msgid "Is this the backup you wish to restore?" -msgstr "Ist dies das Backup, welches Sie wiederherstellen möchten?" - -msgid "Y/N?" -msgstr "J/N?" - -msgid "Y" -msgstr "J" - -# File: src/etc/rc.restore_config_backup, line: 76 -# File: src/www/diag_confbak.php, line: 47 -msgid "Successfully reverted to timestamp %s with description \"%s\"." -msgstr "Erfolgreich zurückgekehrt zum Zeitstempel %s mit Beschreibung \"%s\"." - -msgid "" -"You may need to reboot the firewall or restart services before the restored " -"configuration is fully active." -msgstr "" -"Es kann sein, dass Sie die Firewall oder Dienste neustarten müssen, bevor " -"die wiederhergestellte Konfiguration vollständig übernommen wird." - -msgid "Unable to revert to the selected configuration." -msgstr "Auf die ausgewählte Konfiguration konnte nicht zurückgesetzt werden." - -msgid "Restore canceled." -msgstr "Wiederherstellung abgebrochen." - -msgid "Restore canceled due to invalid input." -msgstr "Wiederherstellung wegen ungültiger Eingabe." - -msgid "Restore Backup from Configuration History" -msgstr "Sicherung wiederherstellen vom Konfigurationsverlauf" - -msgid "List Backups" -msgstr "Sicherungen auflisten" - -msgid "Restore Backup" -msgstr "Backup Wiederherstellen" - -msgid "Quit" -msgstr "Beenden" - -msgid "Please select an option to continue" -msgstr "Bitte wählen Sie eine Option aus, um fortzufahren" - -msgid "quit" -msgstr "beenden" - -# File: src/etc/rc.sshd, line: 132 -msgid "Started creating your SSH keys. SSH startup is being delayed a wee bit." -msgstr "" -"Die Erstellung von SSH-Schlüsseln wurde gestartet. Der Start von SSH " -"verzögert sich dadurch." - -# File: src/etc/rc.sshd, line: 139 -msgid "Completed creating your SSH keys. SSH will now be started." -msgstr "SSH-Schlüssel wurden erstellt. SSH wird nun gestartet." - -# File: src/etc/inc/pfsense-utils.inc, line: 1511 -msgid "Could not process aliases from alias: %s" -msgstr "Konnte Aliase von Alias nicht verarbeiten: %s" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 54 -msgid "Connection error." -msgstr "Verbindungsfehler." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 57 -msgid "Repository problem." -msgstr "Repository Problem." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 60 -msgid "There are no updates available." -msgstr "Es sind keine Aktualisierungen verfügbar." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 68 -msgid "" -"There is a mandatory update for the package manager available. Please " -"install and fetch updates again." -msgstr "" -"Es ist eine verpflichtende Aktualisierung für den Paketmanager verfügbar. " -"Bitte installieren und Aktualisierung erneut suchen." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 77 -msgid "There is %s update available, total download size is %s." -msgstr "" -"Es sind %s Aktualisierungen verfügbar, gesamte Download-Größe beträgt %s." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 83 -msgid "There are %s updates available, total download size is %s." -msgstr "" -"Es sind %s Aktualisierungen verfügbar, gesamte Download-Größe beträgt %s." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 84 -msgid "This update requires a reboot." -msgstr "Diese Aktualisierung erfordert einen Neustart." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 89 -msgid "Current status is unknown." -msgstr "Aktueller Status ist unbekannt." - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 98 -msgid "Disconnect selected client?" -msgstr "Ausgewählten Client trennen?" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 131 -msgid "Session" -msgstr "Sitzung" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 132 -msgid "userName" -msgstr "Benutzername" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 133 -msgid "macAddress" -msgstr "MAC-Adresse" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 134 -msgid "ipAddress" -msgstr "IP-Adresse" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 135 -msgid "connected since" -msgstr "verbunden seit" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 63 -msgid "Error reconfiguring captiveportal" -msgstr "Fehler beim Neukonfigurieren des Captive Portals" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 167 -msgid "Error uploading template" -msgstr "Hochladen des Templates fehlgeschlagen" - -msgid "Zones" -msgstr "Zonen" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 181 -msgid "Templates" -msgstr "Vorlagen" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 86 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 409 -msgid "Enabled" -msgstr "Aktiviert" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 87 -msgid "Zoneid" -msgstr "Zonen-ID" - -msgid "Description" -msgstr "Beschreibung" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 89 -msgid "Commands" -msgstr "Befehle" - -msgid "ID" -msgstr "ID" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 214 -msgid "Fileid" -msgstr "Datei-ID" - -msgid "Name" -msgstr "Name" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 111 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 505 -msgid "Apply" -msgstr "Anwenden" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 251 -msgid "Upload file" -msgstr "Datei hochladen" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 257 -msgid "Template name" -msgstr "Vorlagenname" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 261 -msgid "File input" -msgstr "Dateieingabe" - -msgid "Upload" -msgstr "Upload" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "Please setup a voucher server first " -msgstr "Bitte erstelle zuerste einen Voucher-Server " - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "goto auth servers" -msgstr "gehe zu den Authentifizierungsservern" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 139 -msgid "Remove voucher group" -msgstr "Entferne Voucher-Gruppe" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 140 -msgid "All vouchers within this group will be deleted" -msgstr "Alle Vouchers in dieser Gruppe werden gelöscht" - -msgid "Yes" -msgstr "Ja" - -msgid "Voucher" -msgstr "Voucher" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 240 -msgid "Valid from" -msgstr "Gültig von" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 241 -msgid "Valid to" -msgstr "Gültig bis" - -# unclear if country ("Staat") or state ("Status") - it can be translated to both! -msgid "State" -msgstr "Status" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 256 -msgid "Create vouchers" -msgstr "Vouchers erstellen" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 276 -msgid "Generate vouchers" -msgstr "Vouchers generieren" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 282 -msgid "Validity" -msgstr "Gültigkeit" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 283 -msgid "Number of vouchers" -msgstr "Anzahl an Vouchers" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 284 -msgid "Groupname" -msgstr "Gruppenname" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 291 -msgid "4 hours" -msgstr "vier Stunden" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 292 -msgid "8 hours" -msgstr "acht Stunden" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 293 -msgid "1 day" -msgstr "ein Tag" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 294 -msgid "2 days" -msgstr "zwei Tage" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 295 -msgid "3 days" -msgstr "drei Tage" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 296 -msgid "4 days" -msgstr "vier Tage" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 297 -msgid "5 days" -msgstr "fünf Tage" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 298 -msgid "6 days" -msgstr "sechs Tage" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 299 -msgid "1 week" -msgstr "eine Woche" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 300 -msgid "2 weeks" -msgstr "zwei Wochen" - -msgid "Generate" -msgstr "Generieren" - -msgid "Close" -msgstr "Schließen" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 39 -msgid "Fetching... (may take up to 30 seconds)" -msgstr "Aktualisiere... (kann bis zu 30 Sekunden dauern)" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 57 -msgid "Package Name" -msgstr "Paketname" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "Current Version" -msgstr "Aktuelle Version" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "New Version" -msgstr "Neue Version" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 64 -msgid "NEW" -msgstr "NEU" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 67 -msgid "REINSTALL" -msgstr "NEUINSTALLIEREN" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 85 -msgid "Upgrading... (do not leave this page while upgrade is in progress)" -msgstr "" -"Aktualisierung... (verlassen Sie nicht diese Seite solang der " -"Aktualisierungsvorgang nicht abgeschlossen ist)" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 100 -msgid "Executing... (do not leave this page while execute is in progress)" -msgstr "" -"Ausführung... (diese Seite nicht verlassen, solange die Ausführung nicht " -"beendet wurde)" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 146 -msgid "Upgrade done!" -msgstr "Aktualisierung abgeschlossen!" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 152 -msgid "Your device is rebooting" -msgstr "Ihr Gerät startet neu" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 157 -msgid "" -"The upgrade has finished and your device is being rebooted at the moment, " -"please wait..." -msgstr "" -"Die Aktualisierung wurde abgeschlossen und ihr Gerät startet nun neu, bitte " -"warten..." - -msgid "Size" -msgstr "Größe" - -msgid "Version" -msgstr "Version" - -msgid "Comment" -msgstr "Beschreibung" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 248 -msgid "Fetch updates to view available plugins." -msgstr "Aktualisierungen abholen um verfügbare Plugins anzuzeigen." - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 207 -msgid "Upgrade now" -msgstr "Jetzt aktualisieren" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 208 -msgid "Fetch updates" -msgstr "Updates herunterladen" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 209 -msgid "Click to check for updates." -msgstr "Klicke um nach Aktualisierungen zu suchen." - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 215 -msgid "Packages" -msgstr "Pakete" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 307 -msgid "Plugins" -msgstr "Plugins" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 108 -msgid "Updates" -msgstr "Aktualisierungen" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 217 -msgid "Progress" -msgstr "Fortschritt" - -# File: src/opnsense/mvc/app/views/OPNsense/Cron/index.volt, line: 116 -msgid "Jobs" -msgstr "Aufgaben" - -msgid "IP" -msgstr "IP" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 79 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 79 -msgid "MAC" -msgstr "MAC" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 80 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 80 -msgid "Manufacturer" -msgstr "Hersteller" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 82 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 82 -msgid "Interface name" -msgstr "Schnittstellenbezeichnung" - -msgid "Hostname" -msgstr "Hostname" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 90 -msgid "NOTE: Local IPv6 peers use NDP instead of ARP." -msgstr "HINWEIS: Lokale IPv6 Peers verwenden NDP anstelle von ARP." - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 100 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 94 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 128 -msgid "Refresh" -msgstr "Aktualisieren" - -msgid "IPv6" -msgstr "IPv6" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 100 -msgid "PID" -msgstr "PID" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 101 -msgid "USERNAME" -msgstr "BENUTZERNAME" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 102 -msgid "PRI" -msgstr "PRI" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 103 -msgid "NICE" -msgstr "NICE" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 104 -msgid "SIZE" -msgstr "Größe" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 105 -msgid "RES" -msgstr "RES" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 106 -msgid "STATE" -msgstr "STATUS" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 107 -msgid "C" -msgstr "C" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 108 -msgid "TIME" -msgstr "ZEIT" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 109 -msgid "WCPU" -msgstr "WCPU" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 110 -msgid "COMMAND" -msgstr "BEFEHL" - -msgid "seconds" -msgstr "Sekunden" - -msgid "days" -msgstr "Tage" - -msgid "hours" -msgstr "Stunden" - -msgid "minutes" -msgstr "Minuten" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 336 -msgid "Year(s)" -msgstr "Jahr(e)" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 338 -msgid "Days" -msgstr "Tage" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 340 -msgid "Hours" -msgstr "Stunden" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 342 -msgid "Minutes" -msgstr "Minuten" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 369 -msgid "full date & time" -msgstr "vollständiges Datum & Zeit" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 371 -msgid "timestamp" -msgstr "Zeitstempel" - -msgid "Options" -msgstr "Einstellungen" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 578 -msgid "Zoom level" -msgstr "Vergrößerungsstufe" - -msgid "Inverse" -msgstr "Umgekehrt" - -msgid "Off" -msgstr "Deaktiviert" - -msgid "On" -msgstr "Eingehend" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 602 -msgid "Resolution" -msgstr "Auflösung" - -msgid "Standard" -msgstr "Standard" - -msgid "Medium" -msgstr "Mittel" - -msgid "High" -msgstr "Hoch" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 622 -msgid "Show Tables" -msgstr "Tabellen anzeigen" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 646 -msgid "Please wait while loading data..." -msgstr "Bitte warten Sie während die Daten geladen werden..." - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 643 -msgid "Current detail is showing" -msgstr "Derzeitig angezeigtes Detail" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 643 -msgid "averages" -msgstr "Mittelwerte" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 668 -msgid "Current View - Overview" -msgstr "Aktuelle Ansicht - Überblick" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 692 -msgid "Current View - Details" -msgstr "Aktuelle Ansicht - Details" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 696 -msgid "Toggle Timeview" -msgstr "Zeitansicht umschalten" - -msgid "Timestamp" -msgstr "Zeitstempel" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 706 -msgid "" -"Full Date &\n" -" Time" -msgstr "" -"Volles Datum &\n" -" Zeit" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 712 -msgid "Download as CSV" -msgstr "Als CSV herunterladen" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 383 -msgid "Alerts" -msgstr "Alarmmeldungen" - -msgid "Schedule" -msgstr "Zeitplan" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 399 -msgid "rulesets" -msgstr "Regelwerk" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 408 -msgid "Last updated" -msgstr "Zuletzt aktualisiert" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 418 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 455 -msgid "disable selected" -msgstr "ausgewählte deaktivieren" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 419 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 456 -msgid "enable selected" -msgstr "ausgewählte aktivieren" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 443 -msgid "sid" -msgstr "sid" - -msgid "Action" -msgstr "Aktion" - -msgid "Source" -msgstr "Quelle" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 445 -msgid "ClassType" -msgstr "Klassentyp" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 446 -msgid "Message" -msgstr "Nachricht" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 447 -msgid "Info / enabled" -msgstr "Info / aktiviert" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 481 -msgid "Search" -msgstr "Suche" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 482 -msgid "Query" -msgstr "Abfrage" - -msgid "Destination" -msgstr "Ziel" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 495 -msgid "Alert" -msgstr "Alarm" - -msgid "Info" -msgstr "Info" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 506 -msgid "Download & Update Rules" -msgstr "Herunterladen & Regeln aktualisieren" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 508 -msgid "" -"Please use \"Download & Update Rules\" to fetch your initial ruleset, " -"automatic updating can be scheduled after the first download" -msgstr "" -"Bitte benutzen Sie \"Herunterladen & Regeln aktualisieren\" um Ihre " -"initialen Regelsatz abzurufen. Automatische Aktualisierungen kommen nach dem " -"ersten Herunterladen geplant werden" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 519 -msgid "Processing request..." -msgstr "Anfrage verarbeiten..." - -# File: src/www/firewall_aliases_edit.php, line: 324 -# File: src/www/firewall_aliases_import.php, line: 165 -# File: src/www/firewall_nat_1to1_edit.php, line: 288 -# File: src/www/firewall_nat_edit.php, line: 507 -# File: src/www/firewall_nat_npt_edit.php, line: 176 -# File: src/www/firewall_nat_out_edit.php, line: 393 -# File: src/www/vpn_ipsec_mobile.php, line: 348 -# File: src/www/vpn_ipsec_phase1.php, line: 604 -# File: src/www/vpn_ipsec_phase2.php, line: 645 -# File: src/www/vpn_ipsec_settings.php, line: 164 -# File: src/www/vpn_openvpn_client.php, line: 480 -# File: src/www/vpn_openvpn_client.php.orig, line: 480 -# File: src/www/vpn_openvpn_csc.php, line: 340 -# File: src/www/vpn_openvpn_export.php, line: 633 -# File: src/www/vpn_openvpn_export.php.orig, line: 633 -# File: src/www/vpn_openvpn_export_shared.php, line: 312 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 312 -# File: src/www/vpn_openvpn_server.php, line: 730 -# File: src/www/vpn_openvpn_server.php.orig, line: 730 -msgid "full help" -msgstr "vollständige Hilfe" - -# File: src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt, line: 234 -msgid "" -"\n" -" Add an item to the table to fetch a remote acl for " -"blacklisting.
\n" -" You can enable or disable the blacklist list.
\n" -" The active blacklists will be merged with the settings " -"under Forward Proxy -> Access Control List.\n" -" " -msgstr "" -"\n" -" Fügen Sie einen Eintrag in der Tabelle hinzu, um eine " -"externe ACL für das Blacklisting herunter zu laden.
\n" -" Sie können den Eintrag in der Blockliste aktivieren oder " -"deaktivieren.
\n" -" Die aktiven Blocklisten werden mit den Einstellungen " -"unter Forward Proxy / Zugriffslisten zusammengeführt.\n" -" " - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 88 -msgid "Error reconfiguring trafficshaper" -msgstr "Fehler bei der Neukonfiguration des Traffic-Shapers" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 102 -msgid "Pipes" -msgstr "Pipes" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 103 -msgid "Queues" -msgstr "Queues" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 112 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 142 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 171 -msgid "Origin" -msgstr "Ursprung" - -msgid "Number" -msgstr "Nummer" - -msgid "Bandwidth" -msgstr "Bandbreite" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 116 -msgid "Metric" -msgstr "Metrisch" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 117 -msgid "Burst" -msgstr "Burst" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 118 -msgid "Mask" -msgstr "Maske" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 145 -msgid "Pipe" -msgstr "Pipe" - -msgid "Weight" -msgstr "Gewichtung" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 170 -msgid "#" -msgstr "#" - -msgid "Protocol" -msgstr "Protokoll" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 176 -msgid "Target" -msgstr "Ziel" - -# File: src/opnsense/mvc/app/views/layout_partials/base_dialog.volt, line: 73 -# File: src/opnsense/mvc/app/views/layout_partials/base_form.volt, line: 63 -msgid "advanced mode" -msgstr "erweiterter Modus" - -# File: src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt, line: 61 -msgid "Clear All" -msgstr "Alles entfernen" - -msgid "" -"%s IPs have been disabled. Please note that disabling does not survive a " -"reboot." -msgstr "" -"%s IPs wurden deaktiviert. Bitte beachten Sie, dass die Deaktivierung nur " -"bis zum nächsten Neustart gültig ist." - -msgid "CARP has been enabled." -msgstr "CARP wurde aktiviert" - -msgid "" -"CARP has detected a problem and this unit has been demoted to BACKUP status." -msgstr "" -"CARP hat ein Problem erkannt und diese Einheit wurde auf den BACKUP Status " -"herabgestuft." - -msgid "Check link status on all interfaces with configured CARP VIPs." -msgstr "" -"Überprüfen Sie den Link Status aller Schnittstellen mit CARP VIP " -"Konfiguration." - -msgid "Enable CARP" -msgstr "Aktiviere CARP" - -msgid "Temporarily Disable CARP" -msgstr "CARP temporär deaktivieren" - -msgid "Enter Persistent CARP Maintenance Mode" -msgstr "In den persistenten CARP Wartungsmodus wechseln" - -msgid "Leave Persistent CARP Maintenance Mode" -msgstr "Den persistenten CARP Wartungsmodus verlassen" - -msgid "CARP Interface" -msgstr "CARP Schnittstelle" - -msgid "Virtual IP" -msgstr "Virtuelle IP" - -msgid "Could not locate any defined CARP interfaces." -msgstr "Konnte kein definiertes CARP Schnittstelle finden." - -msgid "pfSync nodes" -msgstr "pfSync Knoten" - -# File: src/www/crash_reporter.php, line: 119 -msgid "Luckily we have not detected a programming bug." -msgstr "Zum Glück haben wir keinen Programmierfehler gefunden." - -# File: src/www/crash_reporter.php, line: 115 -msgid "Thank you for submitting this crash report." -msgstr "Danke, dass Sie diesen Fehlerbericht gesendet haben." - -# File: src/www/crash_reporter.php, line: 117 -msgid "Please consider submitting a crash report if the error persists." -msgstr "" -"Ziehen Sie bitte in Betracht, einen Fehlerbericht zu senden, falls der " -"Fehler häufiger auftritt." - -# File: src/www/crash_reporter.php, line: 156 -msgid "Dismiss this report" -msgstr "Diesen Bericht verwerfen" - -# File: src/www/crash_reporter.php, line: 157 -msgid "Submit this report" -msgstr "Sende diesen Bericht" - -# File: src/www/crash_reporter.php, line: 136 -msgid "Unfortunately we have detected at least one programming bug." -msgstr "" -"Unglücklicherweise haben wir mindestens einen Programmierfehler entdeckt." - -# File: src/www/crash_reporter.php, line: 150 -msgid "Would you like to submit this crash report to the developers?" -msgstr "Möchten Sie diesen Absturzbericht an die Entwickler senden?" - -# File: src/www/crash_reporter.php, line: 174 -msgid "" -"You can help us further by adding your contact information and a problem " -"description. Please note that providing your contact information greatly " -"improves the chances of bugs being fixed." -msgstr "" -"Sie können uns zusätzlich unterstützen, indem Sie uns Ihre " -"Kontaktinformation und eine Problembeschreibung senden. Bitte denken Sie " -"daran, dass die Zurverfügungstellung von Kontaktinformationen die " -"Wahrscheinlichkeit einer Problemlösung signifikant erhöht." - -# File: src/www/crash_reporter.php, line: 176 -msgid "your@email.com" -msgstr "deinemail@email.com" - -# File: src/www/crash_reporter.php, line: 177 -msgid "A short problem description or steps to reproduce." -msgstr "" -"Eine kleine Beschreibung oder Schritte zum Nachvollziehen der Probleme. " - -# File: src/www/crash_reporter.php, line: 156 -msgid "" -"Please double-check the following contents to ensure you are comfortable " -"submitting the following information." -msgstr "" -"Bitte prüfen Sie die folgenden Inhalte zweimal um sicherzustellen, dass Sie " -"mit der Übertragung der folgenden Informationen einverstanden sind." - -# File: src/www/crash_reporter.php, line: 170 -msgid "Report an issue" -msgstr "Ein Problem melden" - -msgid "is not a valid authentication server" -msgstr "ist kein gültiger Authentifizierungsserver" - -msgid "A username and password must be specified." -msgstr "Ein Benutzername und ein Passwort müssen angegeben werden." - -msgid "User" -msgstr "Benutzer" - -msgid "authenticated successfully." -msgstr "Erfolgreich authentifiziert." - -msgid "This user is a member of these groups" -msgstr "Dieser Benutzer ist Mitglied dieser Gruppen" - -msgid "Authentication failed." -msgstr "Authentifizierung fehlgeschlagen." - -# File: src/www/diag_authentication.php, line: 105 -msgid "Test a server" -msgstr "Teste einen Server" - -msgid "Authentication Server" -msgstr "Authentifizierungsserver" - -msgid "Username" -msgstr "Benutzername" - -msgid "Test" -msgstr "Test" - -msgid "DHCP Server" -msgstr "DHCP Server" - -msgid "DHCPv6 Server" -msgstr "DHCPv6 Server" - -msgid "Firewall Rules" -msgstr "Firewall Regeln" - -msgid "IPSEC" -msgstr "IPSEC" - -msgid "PPTP Server" -msgstr "PPTP Server" - -msgid "RRD Data" -msgstr "RRD Daten" - -msgid "Scheduled Tasks" -msgstr "Geplante Tasks" - -msgid "Syslog" -msgstr "Systemprotokoll" - -msgid "Static routes" -msgstr "Statische Routen" - -msgid "System tunables" -msgstr "Systemoptimierungen" - -msgid "SNMP Server" -msgstr "SNMP Server" - -msgid "VLANS" -msgstr "VLANS" - -msgid "You must supply and confirm the password for encryption." -msgstr "Sie müssen ein Passwort zur Verschlüsselung angeben und bestätigen." - -msgid "The supplied 'Password' and 'Confirm' field values must match." -msgstr "" -"Die Eingaben der Felder 'Passwort' und 'Bestätigung' müssen übereinstimmen." - -msgid "You must supply and confirm the password for decryption." -msgstr "Die müssen das Passwort zur Entschlüsselung eingeben und bestätigen." - -msgid "Warning, could not read file %s" -msgstr "Warnung, konnte Datei %s nicht lesen" - -msgid "The configuration could not be restored (file upload error)." -msgstr "" -"Die Konfiguration konnte nicht wiederhergestellt werden (Datei hochladen " -"fehlgeschlagen)." - -msgid "" -"The uploaded file does not appear to contain an encrypted OPNsense " -"configuration." -msgstr "" -"Die hochgeladene Datei scheint keine verschlüsselte OPNsense-Konfiguration " -"zu beinhalten." - -msgid "" -"You have selected to restore an area but we could not locate the correct xml " -"tag." -msgstr "" -"Sie haben einen Bereich zur Wiederherstellung ausgewählt, für den wir das " -"korrekte XML Tag nicht finden konnten" - -msgid "Upgrading m0n0wall configuration to OPNsense." -msgstr "Aktualisiere m0n0wall Konfiguration zu OPNsense." - -msgid "" -"The configuration area has been restored. You may need to reboot the " -"firewall." -msgstr "" -"Der Konfigurationsbereich wurde wiederhergestellt. Sie müssen die Firewall " -"eventuell neu starten." - -msgid "The m0n0wall configuration has been restored and upgraded to OPNsense." -msgstr "" -"Die m0n0wall Konfiguration wurde wiederhergestellt und auf OPNsense " -"aktualisiert." - -msgid "The configuration could not be restored." -msgstr "Die Konfiguration konnte nicht wiederhergestellt werden." - -msgid "Google Drive communication failure" -msgstr "Kommunikation mit Google Drive fehlgeschlagen" - -# File: src/www/diag_backup.php, line: 526 -msgid "Backup succesfull, current filelist:" -msgstr "Backup erfolgreich, aktuelle Dateiliste:" - -msgid "The firewall configuration has been changed." -msgstr "Die Firewallkonfiguration wurde geändert." - -msgid "The firewall is now rebooting." -msgstr "Die Firewall startet jetzt neu." - -msgid "Download" -msgstr "Herunterladen" - -msgid "Click this button to download the system configuration in XML format." -msgstr "" -"Klicke diese Schaltfläche um die Konfiguration des Systems im XML-Format " -"herunterzuladen. " - -msgid "Backup area:" -msgstr "Sicherungsbereich:" - -msgid "ALL" -msgstr "ALLE" - -msgid "Encrypt this configuration file." -msgstr "Konfigurationsdatei verschlüsseln." - -msgid "" -"Do not backup RRD data (NOTE: RRD Data can consume 4+ megabytes of " -"config.xml space!)" -msgstr "" -"RRD-Daten nicht sichern. (Hinweis: RRD-Daten können mehr als 4 Megabytes an " -"Speicherplatz für die Config.xml verbauchen!)" - -msgid "confirm:" -msgstr "bestätigen:" - -msgid "Download configuration" -msgstr "Konfiguration herunterladen" - -# File: src/www/diag_backup.php, line: 672 -msgid "Restore" -msgstr "Wiederherstellen" - -msgid "Open a" -msgstr "Öffne eine" - -msgid "" -"configuration XML file and click the button below to restore the " -"configuration." -msgstr "" -"Konfigurations XML-Datei und klicke danach auf den unteren Button um die " -"Konfiguration wiederherzustellen." - -msgid "Restore area:" -msgstr "Wiederherstellungsbereich:" - -msgid "Configuration file is encrypted." -msgstr "Konfigurationsdatei ist verschlüsselt." - -msgid "Restore configuration" -msgstr "Konfiguration wiederherstellen" - -msgid "Note:" -msgstr "Hinweis:" - -msgid "The firewall will reboot after restoring the configuration." -msgstr "" -"Die Firewall wird nach der Wiederherstellung der Konfiguration neu gestartet." - -# File: src/www/diag_backup.php, line: 734 -msgid "Google Drive" -msgstr "Google Drive" - -msgid "Enable" -msgstr "Aktivieren" - -msgid "Email Address" -msgstr "E-Mail Adresse" - -# File: src/www/diag_backup.php, line: 761 -msgid "(not loaded)" -msgstr "(nicht geladen)" - -# File: src/www/diag_backup.php, line: 761 -msgid "(replace)" -msgstr "(ersetzen)" - -# File: src/www/diag_backup.php, line: 761 -msgid "P12 key" -msgstr "P12 Schlüssel" - -# File: src/www/diag_backup.php, line: 762 -msgid "Folder ID" -msgstr "Ordner ID" - -msgid "Backup Count" -msgstr "Anzahl an Sicherungen" - -# File: src/www/diag_backup.php, line: 764 -msgid "Password protect your data" -msgstr "Passwortschutz Ihrer Daten" - -msgid "Password :" -msgstr "Passwort:" - -# File: src/www/diag_backup.php, line: 766 -msgid "Confirm :" -msgstr "Bestätigen:" - -# File: src/www/diag_backup.php, line: 208 -# File: src/www/diag_backup.php, line: 767 -msgid "Setup/Test Google Drive" -msgstr "Einrichten/Test Google Drive" - -# File: src/www/diag_confbak.php, line: 42 -msgid "Changed backup revision count." -msgstr "Zähler der Sicherungs-Revision geändert." - -# File: src/www/diag_confbak.php, line: 59 -msgid "Deleted backup with timestamp %s and description \"%s\"." -msgstr "" -"Die Sicherung mit dem Zeitstempel %s und der Beschreibung \"%s\" wurde " -"gelöscht." - -# File: src/www/diag_confbak.php, line: 61 -msgid "Unable to delete the selected configuration." -msgstr "Nicht möglich die ausgewählte Konfiguration zu löschen." - -msgid "Restore from Configuration Backup" -msgstr "Aus Konfigurationssicherung wiederherstellen" - -msgid "No" -msgstr "Nein" - -msgid "Remove Configuration Backup" -msgstr "Konfigurationssicherung löschen" - -# File: src/www/diag_confbak.php, line: 248 -msgid "" -"Enter the number of older configurations to keep in the local backup cache. " -"By default this is 30." -msgstr "" -"Anzahl an alten Konfigurationen, die im lokalen Zwischenspeicher aufbewahrt " -"werden sollen. Standardwert beträgt 30." - -msgid "Save" -msgstr "Speichern" - -msgid "" -"NOTE: Be aware of how much space is consumed by backups before adjusting " -"this value. Current space used by backups: " -msgstr "" -"HINWEIS: Beachten Sie, wie viel Speicherplatz durch Sicherungen vor der " -"Einstellung dieses Wertes verbraucht wird. Zurzeit benötigter Speicherplatz " -"von Sicherungen: " - -msgid "Configuration diff from" -msgstr "Konfigurationsunterschied von" - -msgid "to" -msgstr "bis" - -# File: src/www/diag_confbak.php, line: 271 -msgid "View differences" -msgstr "Unterschiede anzeigen" - -# File: src/www/diag_confbak.php, line: 266 -msgid "" -"To view the differences between an older configuration and a newer " -"configuration, select the older configuration using the left column of radio " -"options and select the newer configuration in the right column, then press " -"the button." -msgstr "" -"Um die Unterschiede zwischen einer alten und einer neueren Konfiguration " -"anzuzeigen, wählen Sie die alte Konfiguration anhand der Auswahlfelder in " -"der linken Spalte und eine neuere Konfiguration in der rechten Spalte aus. " -"Drücken Sie anschließend den Button." - -msgid "Diff" -msgstr "Unterschied" - -msgid "Date" -msgstr "Datum" - -msgid "Configuration Change" -msgstr "Konfigurationsänderung" - -msgid "Current" -msgstr "Aktuell" - -msgid "Revert to this configuration" -msgstr "Diese Konfiguration wiederherstellen" - -msgid "Remove this backup" -msgstr "Dieses Backup entfernen" - -msgid "Download this backup" -msgstr "Dieses Backup herunterladen" - -msgid "" -"The system has been reset to factory defaults and is now rebooting. This may " -"take a few minutes, depending on your hardware." -msgstr "" -"Das System wurde auf Werkseinstellungen zurückgesetzt und startet jetzt neu. " -"Das kann je nach Hardware einige Minuten dauern." - -# File: src/www/diag_defaults.php, line: 50 -msgid "If you click \"Yes\", the firewall will:" -msgstr "Falls Sie \"Ja\" klicken, die Firewall wird:" - -msgid "Reset to factory defaults" -msgstr "Auf Werkseinstellungen zurücksetzen" - -msgid "LAN IP address will be reset to 192.168.1.1" -msgstr "LAN IP-Adresse wird auf 192.168.1.1 zurückgesetzt" - -msgid "System will be configured as a DHCP server on the default LAN interface" -msgstr "" -"Das System wird als DHCP Server auf der Standard LAN Schnittstelle " -"eingerichtet " - -msgid "Reboot after changes are installed" -msgstr "Neustarten nachdem die Änderungen installiert wurden" - -msgid "" -"WAN interface will be set to obtain an address automatically from a DHCP " -"server" -msgstr "" -"Die WAN Schnittstelle wird so konfiguriert, dass sie automatisch eine " -"Adresse vom DHCP Server erhält." - -msgid "webConfigurator admin username will be reset to 'root'" -msgstr "" -"Webkonfigurator administrativer Benutzername wird auf 'root' zurückgesetzt" - -msgid "webConfigurator admin password will be reset to" -msgstr "Webkonfigurator Administratorpasswort wird zurückgesetzt auf" - -msgid "Are you sure you want to proceed?" -msgstr "Sind Sie sicher, dass Sie fortfahren möchten?" - -msgid "Host must be a valid hostname or IP address." -msgstr "Host muss einen gültigen Hostnamen oder IP Adresse haben" - -msgid "No response" -msgstr "Keine Antwort" - -msgid "Resolve DNS hostname or IP" -msgstr "DNS-Hostname oder IP auflösen" - -msgid "Hostname or IP" -msgstr "Hostname oder IP" - -# File: src/www/diag_dns.php, line: 90 -msgid "Response" -msgstr "Rückmeldung" - -msgid "Address" -msgstr "Adresse" - -msgid "Resolution time per server" -msgstr "Auflösungszeit pro Server" - -msgid "Query time" -msgstr "Abfragezeit" - -msgid "More Information:" -msgstr "Mehr Information" - -msgid "" -"NOTE: The following links are to external services, so their reliability " -"cannot be guaranteed." -msgstr "" -"Hinweis: Die folgenden Links führen zu externen Dienstleistungen, ihre " -"Zuverlässigkeit kann nicht garantiert werden." - -msgid "IP WHOIS @ DNS Stuff" -msgstr "IP WHOIS @ DNS Stuff" - -msgid "IP Info @ DNS Stuff" -msgstr "IP Info @ DNS Stuff" - -msgid "invalid input" -msgstr "Ungültige Eingabe" - -msgid "An error occurred." -msgstr "Ein Fehler ist aufgetreten." - -msgid "Current total state count" -msgstr "Aktuelle Gesamtstatusanzahl" - -msgid "Filter expression:" -msgstr "Filterausdruck:" - -msgid "Kill" -msgstr "Beenden" - -msgid "Int" -msgstr "Int" - -msgid "Proto" -msgstr "Protokoll" - -msgid "Source -> Router -> Destination" -msgstr "Quelle -> Router -> Ziel" - -msgid "Remove all state entries from" -msgstr "Entferne alle Statuseinträge von" - -msgid "No states were found." -msgstr "Keine Status wurden gefunden." - -msgid "States matching current filter" -msgstr "Status die dem aktuellen Filter entsprechen" - -msgid "Source -> Destination" -msgstr "Quelle -> Ziel" - -msgid "# States" -msgstr " Statuse" - -msgid "# Connections" -msgstr "# Verbindungen" - -msgid "Rate" -msgstr "Rate" - -msgid "Remove all source tracking entries from" -msgstr "Lösche alle Quellverfolgungseinträge aus" - -msgid "No source tracking entries were found." -msgstr "Es wurden keine Quellenverfolgungseinträge gefunden." - -# File: src/www/diag_halt.php, line: 48 -msgid "The system is halting now. This may take one minute." -msgstr "Das System stoppt nun. Dies könnte eine Minute dauern." - -# File: src/www/diag_halt.php, line: 56 -msgid "Are you sure you want to halt the system?" -msgstr "Sind Sie sicher, dass Sie das System herunterfahren möchten?" - -# File: src/www/diag_ipsec.php, line: 91 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 127 -msgid "Connection" -msgstr "Verbindung" - -msgid "Local ID" -msgstr "Lokale ID" - -msgid "Local IP" -msgstr "Lokale IP" - -msgid "Remote ID" -msgstr "Ferne ID" - -msgid "Remote IP" -msgstr "Ferne IP" - -# File: src/www/diag_ipsec.php, line: 97 -msgid "Local Auth" -msgstr "Lokale Authentifizierung" - -# File: src/www/diag_ipsec.php, line: 98 -msgid "Remote Auth" -msgstr "Ferne Authentifizierung" - -msgid "Local subnets" -msgstr "Lokale Subnetze" - -# File: src/www/diag_ipsec.php, line: 148 -msgid "SPI(s)" -msgstr "SPI(s)" - -msgid "Remote subnets" -msgstr "Ferne Subnetze" - -# File: src/www/diag_ipsec.php, line: 151 -msgid "Stats" -msgstr "Statistiken" - -# File: src/www/diag_ipsec.php, line: 162 -msgid "in" -msgstr "eingehend" - -# File: src/www/diag_ipsec.php, line: 163 -msgid "out" -msgstr "ausgehend" - -msgid "Time" -msgstr "Zeit" - -# File: src/www/diag_ipsec.php, line: 174 -msgid "Bytes in" -msgstr "Byte eingehend" - -# File: src/www/diag_ipsec.php, line: 175 -msgid "Bytes out" -msgstr "Byte ausgehend" - -msgid "Pool: " -msgstr "Pool: " - -msgid "usage: " -msgstr "Verbrauch: " - -msgid "online: " -msgstr "online: " - -msgid "Host" -msgstr "Host" - -msgid "No leases from this pool yet." -msgstr "Noch keine Leases aus diesem Pool." - -msgid "No IPsec pools." -msgstr "Keine IPsec Pools" - -msgid "SPI" -msgstr "SPI" - -msgid "Enc. alg." -msgstr "Verschlüsselungsalgorithmus" - -msgid "Auth. alg." -msgstr "Authentifizierungsalgorithmus" - -msgid "Data" -msgstr "Daten" - -msgid "No IPsec security associations." -msgstr "Keine IPsec Sicherheitsverbindungen." - -msgid "Direction" -msgstr "Richtung" - -msgid "Tunnel endpoints" -msgstr "Tunnelendpunkte" - -msgid "incoming (as seen by firewall)" -msgstr "eingehend (wie von der Firewall gesehen)" - -msgid "outgoing (as seen by firewall)" -msgstr "ausgehend (wie von der Firewall gesehen)" - -msgid "No IPsec security policies." -msgstr "Keine IPsec Sicherheitsrichtlinien." - -# File: src/www/diag_limiter_info.php, line: 37 -msgid "We could not find any limiters on this system." -msgstr "Wir konnten keine Begrenzer auf diesem System finden." - -msgid "Gathering Limiter information, please wait..." -msgstr "Erfasse Begrenzer Informationen, bitte warten..." - -msgid "Easy Rule: Blocked from Firewall Log View" -msgstr "Einfache Regel: Blockiert aus der Firewalllogansicht" - -msgid "Easy Rule" -msgstr "Einfache Regel" - -msgid "Entry added" -msgstr "Eintrag hinzugefügt" - -msgid "Hosts blocked from Firewall Log view" -msgstr "Hosts, welche aus der Firewallprotokollansicht blockiert wurden" - -msgid "Easy Rule: Passed from Firewall Log View" -msgstr "Einfache Regel: Erlaubt aus der Firewalllogansicht" - -msgid "Tried to block invalid IP:" -msgstr "Versuchte eine ungültige IP zu blockieren:" - -msgid "Invalid interface for block rule:" -msgstr "Ungültige Schnittstelle für Blockierregel" - -msgid "Host added successfully" -msgstr "Host erfolgreich hinzugefügt" - -msgid "Failed to create block rule, alias, or add host." -msgstr "" -"Es konnte die Blockierregel oder der Alias nicht erstellt werden bzw. der " -"Host konnte nicht hinzugefügt werden." - -msgid "Tried to block but had no host IP or interface" -msgstr "" -"Versuchte zu blockieren, hatte aber keine Host IP-Adresse oder Schnittstelle" - -msgid "Unknown block error." -msgstr "Unbekannter Blockierfehler." - -msgid "Invalid interface for pass rule:" -msgstr "Ungültige Schnittstelle für Erlaubnisregel:" - -msgid "Invalid protocol for pass rule:" -msgstr "Ungültiges Protokoll für Erlaubnisregel:" - -msgid "Tried to pass invalid source IP:" -msgstr "Versuchte eine ungültige Quell-IP zu erlauben:" - -msgid "Tried to pass invalid destination IP:" -msgstr "Versuchte eine ungültige Ziel-IP zu erlauben:" - -msgid "Missing destination port:" -msgstr "Zielport fehlt:" - -msgid "Tried to pass invalid destination port:" -msgstr "Versuchte einen ungültigen Zielport zu erlauben:" - -msgid "Successfully added pass rule!" -msgstr "Erlaubnisregel erfolgreich hinzugefügt!" - -msgid "Failed to add pass rule." -msgstr "Das hinzufügen einer Erlaubnisregel ist fehlgeschlagen." - -msgid "Missing parameters for pass rule." -msgstr "Es fehlen Parameter für Erlaubnisregel." - -msgid "Unknown pass error." -msgstr "Unbekannter Genehmigungsfehler." - -msgid "Cannot resolve" -msgstr "Kann nicht aufgelöst werden" - -msgid "The rule that triggered this action is" -msgstr "Die Regel die diese Aktion ausgelöst hat ist" - -# File: src/www/diag_logs_filter.php, line: 627 -msgid "Time and interface" -msgstr "Zeit und Schnittstelle" - -# File: src/www/diag_logs_filter.php, line: 628 -msgid "Source and destination IP Address" -msgstr "Quell und Ziel IP-Adressen" - -# File: src/www/diag_logs_filter.php, line: 629 -msgid "Source and destination port" -msgstr "Quell- und Zielport" - -# File: src/www/diag_logs_filter.php, line: 642 -msgid "Source IP Address" -msgstr "Quell-IP-Adresse" - -msgid "Source Port" -msgstr "Quellport" - -msgid "Quantity" -msgstr "Quantität" - -# File: src/www/diag_logs_filter.php, line: 654 -msgid "Destination IP Address" -msgstr "Ziel-IP-Adresse" - -msgid "Destination Port" -msgstr "Zielport" - -# File: src/www/diag_logs_filter.php, line: 656 -msgid "Protocol Flags" -msgstr "Protokoll Markierungen" - -msgid "Any" -msgstr "Jedes" - -msgid "IPv4" -msgstr "IPv4" - -msgid "Last %s firewall log entries." -msgstr "Letzte %s Firewallprotokolleinträge." - -# File: src/www/diag_logs_filter.php, line: 706 -msgid "Showing %s matching log entries (maximum is %s)." -msgstr "Es werden %s passenden Protokolleinträge angezeigt (maximal %s)." - -# Das "If" hier hat hier die Bedeutung "Interface". Zu finden unter Firewall -> NAT. Dort die erste Tabellenreihe. -msgid "If" -msgstr "Schnittstelle" - -msgid "Rule" -msgstr "Regel" - -# File: src/www/diag_logs_filter.php, line: 748 -msgid "Direction=OUT" -msgstr "Richtung=AUSGEHEND" - -msgid "Click to resolve" -msgstr "Klicken zum Auflösen" - -msgid "Easy Rule: Add to Block List" -msgstr "Einfache Regel: Zur Blockierliste hinzufügen" - -msgid "Easy Rule: Pass this traffic" -msgstr "Einfache Regel: Erlaube diese Verbindung" - -# File: src/www/diag_logs_filter.php, line: 790 -msgid "Icon Easy Rule: Pass this traffic" -msgstr "Icon Einfache Regel: Erlaube diesen Datenverkehr" - -# File: src/www/diag_logs_filter.php, line: 837 -msgid "added block rule" -msgstr "Blockierungsregel hinzufügen" - -# File: src/www/diag_logs_filter.php, line: 859 -msgid "added pass rule" -msgstr "Genehmigungsregel hinzufügen" - -# File: src/www/diag_logs_filter_dynamic.php, line: 101 -msgid "Showing last %s records." -msgstr "Zeigt die letzten %s Aufzeichnungen." - -msgid "Pause" -msgstr "Pause" - -msgid "Last %s firewall log entries" -msgstr "Neueste %s Firewallprotokolleinträge" - -msgid "Clear log" -msgstr "Protokoll löschen" - -msgid "Actions" -msgstr "Aktionen" - -msgid "Protocols" -msgstr "Protokolle" - -msgid "Source IPs" -msgstr "Quell-IPs" - -msgid "Destination IPs" -msgstr "Ziel IPs" - -msgid "Source Ports" -msgstr "Quellports" - -msgid "Destination Ports" -msgstr "Zielports" - -msgid "other" -msgstr "andere(r|s)" - -# File: src/www/diag_logs_filter_summary.php, line: 124 -msgid "" -"The following summaries have been collected from the last %s lines of the " -"firewall log (maximum is %s)." -msgstr "" -"Die folgenden Zusammenfassungen wurden aus den neuesten %s Zeilen des " -"Firewallprotokolls erstellt (Maximum ist %s)." - -msgid "Count" -msgstr "Anzahl" - -msgid "L2TP Logins" -msgstr "L2TP Anmeldungen" - -msgid "L2TP Raw" -msgstr "L2TP Raw" - -msgid "PPPoE Logins" -msgstr "PPPoE Anmeldungen" - -msgid "PPPoE Raw" -msgstr "PPoR Raw" - -msgid "PPTP Logins" -msgstr "PPTP Anmeldungen" - -msgid "PPTP Raw" -msgstr "PPTP Raw" - -# File: src/www/diag_logs_pills.inc, line: 44 -msgid "Cache" -msgstr "Cache" - -# File: src/www/diag_logs_pills.inc, line: 42 -msgid "Store" -msgstr "Speicher" - -msgid "The log files have been reset." -msgstr "Die Protokolldatei wurde zurückgesetzt" - -# File: src/www/status_rrd_graph_settings.php, line: 40 -msgid "RRD data has been cleared." -msgstr "RRD-Daten wurden gelöscht." - -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #1." -msgstr "" -"Eine gültige IP-Adresse/Hostname oder IP/Hostname:Port muss für den " -"entfernten Syslog Server #1 angegeben werden." - -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #2." -msgstr "" -"Eine gültige IP-Adresse/Hostname oder IP/Hostname:Port muss für den " -"entfernten Syslog Server #2 angegeben werden." - -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #3." -msgstr "" -"Eine gültige IP-Adresse/Hostname oder IP/Hostname:Port muss für den " -"entfernten Syslog Server #3 angegeben werden." - -msgid "Number of log entries to show must be between 5 and 2000." -msgstr "" -"Die Nummer der anzuzeigenden Logeinträge muss zwischen 5 und 2000 liegen." - -msgid "Log file size must be a positive integer greater than 5120." -msgstr "" -"Protokolldateigröße muss eine positive Zahl sein, die größer als 5120 ist." - -msgid "webConfigurator configuration has changed. Restarting webConfigurator." -msgstr "" -"Die Konfiguration des webConfigurator hat sich geändert. Der webConfigurator " -"wird neugestartet." - -msgid "WebGUI process is restarting." -msgstr "WebGUI Prozess startet neu." - -msgid "" -"Do you really want to reset the RRD graphs? This will erase all graph data." -msgstr "" -"Wollen Sie wirklich alle RRD-Diagramme zurücksetzten? Dadurch werden alle " -"Diagrammdaten zu gelöscht." - -msgid "" -"Do you really want to reset the log files? This will erase all local log " -"data." -msgstr "" -"Möchten Sie wirklich die Protokolldateien zurücksetzen? Dies wird sämtliche " -"lokalen Protokolldaten löschen." - -# File: src/www/diag_logs_settings.php, line: 339 -msgid "Reporting Database Options" -msgstr "Einstellungen für Berichtdatenbank" - -# File: src/www/diag_logs_settings.php, line: 342 -msgid "Round-Robin-Database" -msgstr "Round-Robin-Datenbank" - -msgid "Enables the RRD graphing backend." -msgstr "Aktiviert das Backend für RRD Graphen" - -msgid "Reset RRD Data" -msgstr "RRD-Daten zurücksetzen" - -msgid "" -"Graphs will not be allowed to be recreated within a 1 minute interval, " -"please take this into account after changing the style." -msgstr "" -"Die Neuerstellung der Diagramme wird während eines einminütigen Intervalls " -"verhindert, Sie sollten dies berücksichtigen wenn Sie die Einstellung ändern." - -# File: src/www/diag_logs_settings.php, line: 371 -msgid "Local Logging Options" -msgstr "Lokale Protokollierungseinstellungen" - -# File: src/www/diag_logs_settings.php, line: 378 -msgid "Reverse Display" -msgstr "Ansicht umkehren" - -msgid "Show log entries in reverse order (newest entries on top)" -msgstr "" -"Zeige Protokolleinträge in umgekehrter Reihenfolge (neueste Einträge oben)" - -# File: src/www/diag_logs_settings.php, line: 315 -msgid "GUI Log Entries to Display" -msgstr "Anzahl von Protokolleinträgen" - -msgid "" -"Hint: This is only the number of log entries displayed in the GUI. It does " -"not affect how many entries are contained in the actual log files." -msgstr "" -"Hinweis: Dies ist nur die Anzahl der Protokolleinträge die in der GUI " -"angzeigt werden. Dies hat keinen Einfluss wieviele Einträge in der aktuellen " -"Protokolldatei enthalten sind." - -# File: src/www/diag_logs_settings.php, line: 321 -msgid "Log File Size (Bytes)" -msgstr "Protokolldateigröße (Byte)" - -# Rechtschreibfehler behoben -msgid "" -"Logs are held in constant-size circular log files. This field controls how " -"large each log file is, and thus how many entries may exist inside the log. " -"By default this is approximately 500KB per log file, and there are nearly 20 " -"such log files." -msgstr "" -"Die Protokolldateien werden zirkulär gleich groß gehalten. Dieses Feld " -"regelt, wie groß diese Protokolldateien werden und damit wie viele Einträge " -"in eine Datei passen. Standardmäßig liegt der Wert ungefähr bei 500kB pro " -"Protokolldatei und es existieren in etwa 20 dieser Protokolldateien." - -msgid "" -"NOTE: Log sizes are changed the next time a log file is cleared or deleted. " -"To immediately increase the size of the log files, you must first save the " -"options to set the size, then clear all logs using the \"Reset Log Files\" " -"option farther down this page. " -msgstr "" -"HINWEIS: Protokollgrößen werden geändert, sobald die Protokolldatei das " -"nächste Mal geleert oder gelöscht wird. Um die Größe der Protokolldateien " -"sofort anzupassen, müssen Sie zuerst die Größeneinstellungen speichern und " -"anschließend die Funktion \"Logdateien zurücksetzen\" auf dieser Seite " -"ausführen." - -msgid "" -"Be aware that increasing this value increases every log file size, so disk " -"usage will increase significantly." -msgstr "" -"Seien Sie sich bewusst, dass eine Erhöhung dieses Werts die Größe jeder " -"Logdatei erhöht und so der Speicherverbrauch auf dem Datenträger signifikant " -"steigt." - -msgid "Disk space currently used by log files: " -msgstr "Festplattenspeicher der zurzeit von Logdateien belegt wird:" - -msgid "Remaining disk space for log files: " -msgstr "Verbleibender Festplattenspeicher für Protokolldateien: " - -# File: src/www/diag_logs_settings.php, line: 333 -msgid "Log Firewall Default Blocks" -msgstr "Protokolliere Firewall Standardblockierungen" - -msgid "Log packets matched from the default block rules put in the ruleset" -msgstr "" -"Protokolliere Pakete, bei denen es eine Übereinstimmung mit den Standard " -"Blockierregeln im Regelwerk gibt" - -msgid "" -"Hint: packets that are blocked by the implicit default block rule will not " -"be logged if you uncheck this option. Per-rule logging options are still " -"respected." -msgstr "" -"Tipp: Pakete, die von der impliziten Standard Blockierregel blockiert " -"wurden, werden nicht protokolliert, wenn Sie diese Option abwählen. Pro-" -"Regel Logeinstellungen werden weiterhin berücksichtigt." - -msgid "Log packets matched from the default pass rules put in the ruleset" -msgstr "" -"Protokolliere Pakete, bei denen es eine Übereinstimmung mit den Standard " -"Erlaubnisregeln im Regelwerk gibt." - -msgid "" -"Hint: packets that are allowed by the implicit default pass rule will be " -"logged if you check this option. Per-rule logging options are still " -"respected." -msgstr "" -"Tipp: Pakete, die von der impliziten Standard Erlaubnisregel erlaubt wurden, " -"werden protokolliert, wenn Sie diese Option aktivieren. Pro-Regel " -"Logeinstellungen werden weiterhin berücksichtigt." - -msgid "Log packets blocked by 'Block Bogon Networks' rules" -msgstr "" -"Protokolliere Pakete, die durch die 'Blockiere Bogon-Netze'-Regel blockiert " -"werden" - -msgid "Log packets blocked by 'Block Private Networks' rules" -msgstr "" -"Protokolliere Pakete, die durch die 'Blockiere private Netzwerke'-Regel " -"blockiert werden" - -# File: src/www/diag_logs_settings.php, line: 351 -msgid "Web Server Log" -msgstr "Webserver-Protokoll" - -msgid "Log errors from the web server process." -msgstr "Protokolliere Fehler des Webserverprozesses." - -msgid "" -"Hint: If this is checked, errors from the lighttpd web server process for " -"the GUI or Captive Portal will appear in the main system log." -msgstr "" -"Hinweis: Ist dies ausgewählt, erscheinen Fehler vom Lighttpd-Web-Server " -"Prozess für die GUI oder des Captive Portals im Hauptsystemprotokoll." - -# File: src/www/diag_logs_settings.php, line: 357 -msgid "Filter descriptions" -msgstr "Filterbeschreibung" - -# File: src/www/diag_logs_settings.php, line: 360 -msgid "Omit descriptions" -msgstr "Beschreibungen ausblenden" - -# File: src/www/diag_logs_settings.php, line: 361 -msgid "Display as column" -msgstr "Als Spalte anzeigen" - -# File: src/www/diag_logs_settings.php, line: 362 -msgid "Display as second row" -msgstr "Als zweite Zeile anzeigen" - -msgid "Show the applied rule description below or in the firewall log rows." -msgstr "" -"Zeige die Beschreibung der angewandten Regel unter oder in der " -"Firewallprotokollzeile." - -msgid "" -"Displaying rule descriptions for all lines in the log might affect " -"performance with large rule sets." -msgstr "" -"Das Anzeigen von Regelbeschreibungen für alle Zeilen im Protokoll könnte " -"sich bei großen Regelwerken auf die Performance auswirken." - -# File: src/www/diag_logs_settings.php, line: 370 -msgid "Local Logging" -msgstr "Lokale Aufzeichnung" - -msgid "Disable writing log files to the local disk" -msgstr "" -"Deaktiviere das Schreiben von Protokolldateien auf die lokale Festplatte" - -# File: src/www/diag_logs_settings.php, line: 375 -msgid "Reset Logs" -msgstr "Protokolle zurücksetzen" - -msgid "Reset Log Files" -msgstr "Protokolldateien zurücksetzen" - -msgid "" -"Note: Clears all local log files and reinitializes them as empty logs. This " -"also restarts the DHCP daemon. Use the Save button first if you have made " -"any setting changes." -msgstr "" -"Hinweis: Leert alle lokalen Protokolldateien und erstellt sie als leere " -"Protokolle neu. Dadurch wird außerdem der DHCP Dienst neugestartet. " -"Speichern Sie zuvor eventuell geänderte Einstellungen, bevor Sie fortfahren." - -msgid "Remote Logging Options" -msgstr "Optionen für ferne Protokollierung" - -msgid "Source Address" -msgstr "Quelladresse" - -# File: src/www/diag_logs_settings.php, line: 392 -msgid "Default (any)" -msgstr "Standard (jegliche)" - -msgid "" -"This option will allow the logging daemon to bind to a single IP address, " -"rather than all IP addresses." -msgstr "" -"Diese Option erlaubt dem Protokollierungsdaemon das Binden an eine einzelne " -"IP Adresse anstelle des Bindens an alle IP-Adressen." - -msgid "" -"If you pick a single IP, remote syslog severs must all be of that IP type. " -"If you wish to mix IPv4 and IPv6 remote syslog servers, you must bind to all " -"interfaces." -msgstr "" -"Falls Sie eine einzelne IP wählen, müssen alle fernen Systemprotokollserver " -"dem IP-Typ entsprechen. Falls Sie ferne IPv4 und IPv6 Systemprotokollserver " -"mischen wollen, müssen Sie an alle Schnittstellen binden." - -msgid "" -"NOTE: If an IP address cannot be located on the chosen interface, the daemon " -"will bind to all addresses." -msgstr "" -"HINWEIS: Wenn eine IP-Adresse nicht auf der ausgewählten Schnittstelle " -"gefunden wurde, wird der Dienst alle verfügbaren Adressen verwenden. " - -msgid "IP Protocol" -msgstr "IP Protokoll" - -msgid "" -"This option is only used when a non-default address is chosen as the source " -"above. This option only expresses a preference; If an IP address of the " -"selected type is not found on the chosen interface, the other type will be " -"tried." -msgstr "" -"Diese Einstellung wird nur verwendet, wenn oben eine Nicht-Standard Adresse " -"als Quelle ausgewählt wurde. Diese Einstellung stellt nur eine Präferenz dar;" -" wenn eine IP-Adresse der ausgewählten Art nicht auf der ausgewählten " -"Schnittstelle gefunden wurde, dann wird die andere Art verwendet." - -msgid "Enable Remote Logging" -msgstr "Aktiviere entfernte Protokollierung" - -msgid "Send log messages to remote syslog server" -msgstr "Sende Protokollnachrichten an einen fernen Systemprotokollserver" - -msgid "Remote Syslog Servers" -msgstr "Entfernte Syslog Server" - -msgid "IP addresses of remote syslog servers, or an IP:port." -msgstr "IP-Adressen des fernen Systemprotokollservers oder IP:Port." - -msgid "Remote Syslog Contents" -msgstr "Ferne Systemprotokollinhalte" - -msgid "Everything" -msgstr "Alles" - -msgid "System events" -msgstr "Systemereignisse" - -msgid "Firewall events" -msgstr "Firewallereignisse" - -msgid "DHCP service events" -msgstr "DHCP Dienstereignisse" - -msgid "Portal Auth events" -msgstr "Portal Authentifizierungs Ereignisse" - -msgid "VPN (PPTP, IPsec, OpenVPN) events" -msgstr "VPN (PPTP, IPsec, OpenVPN) Ereignisse" - -msgid "Gateway Monitor events" -msgstr "Gateway Monitor Ereignisse" - -msgid "Server Load Balancer events" -msgstr "Server Lastverteiler Ereignisse" - -msgid "Wireless events" -msgstr "WLAN Ereignisse" - -msgid "" -"syslog sends UDP datagrams to port 514 on the specified remote syslog " -"server, unless another port is specified. Be sure to set syslogd on the " -"remote server to accept syslog messages from" -msgstr "" -"syslog sendet UDP Datagramme an Port 514 des angegebenen entfernen Syslog " -"Servers, es sei denn ein anderer Port wird angegeben. Stellen Sie sicher, " -"dass syslogd auf dem entfernen Syslog Server auch Syslog-Nachrichten annimmt " -"von" - -msgid "IP address" -msgstr "IP-Adresse" - -msgid "Invalid interface." -msgstr "Ungültige Schnittstelle" - -msgid "Invalid address family." -msgstr "Ungültige Adressfamilie" - -msgid "Invalid protocol." -msgstr "Ungültiges Protokoll" - -msgid "A valid IP address or CIDR block must be specified. [%s]" -msgstr "Eine gültige IP-Adresse oder CIDR Block muss angegeben werden. [%s]" - -msgid "Invalid value specified for port." -msgstr "Es wurde ein ungültiger Wert für den Port angegeben." - -msgid "Invalid value specified for packet length." -msgstr "Es wurde ein ungültiger Wert für die angegebene Paketlänge angegeben." - -msgid "Invalid value specified for packet count." -msgstr "Es wurde ein ungültiger Wert für die Paketanzahl angegeben." - -msgid "Packet capture" -msgstr "Paketaufzeichnung" - -msgid "Select the interface on which to capture traffic." -msgstr "" -"Wählen Sie die Schnittstelle aus, von welcher Sie den Datenverkehr " -"aufzeichnen möchten." - -msgid "Promiscuous" -msgstr "Promiscuous" - -msgid "If checked, the" -msgstr "Falls ausgewählt, das" - -msgid "packet capture" -msgstr "Paketaufzeichnung" - -msgid "will be performed using promiscuous mode." -msgstr "wird im Promiscuous Modus ausgeführt." - -msgid "Note" -msgstr "Anmerkung" - -msgid "Some network adapters do not support or work well in promiscuous mode." -msgstr "" -"Der Promiscuous Modus wird von einige Netzwerkkarten nicht oder nur " -"eingeschränkt unterstützt." - -msgid "Address Family" -msgstr "Adressfamilie" - -# File: src/www/diag_packet_capture.php, line: 264 -msgid "IPv4 Only" -msgstr "Nur IPv4" - -# File: src/www/diag_packet_capture.php, line: 265 -msgid "IPv6 Only" -msgstr "Nur IPv6" - -msgid "" -"Select the type of traffic to be captured, either Any, IPv4 only or IPv6 " -"only." -msgstr "" -"Wählen Sie den Typ des Datenverkehrs aus, der aufgezeichnet werden soll; " -"entweder Jeglicher, nur IPv4 oder nur IPv6." - -msgid "ICMP" -msgstr "ICMP" - -# File: src/www/diag_packet_capture.php, line: 276 -msgid "Exclude ICMP" -msgstr "ICMP ausschließen" - -# File: src/www/diag_packet_capture.php, line: 277 -msgid "ICMPv6" -msgstr "ICMPv6" - -# File: src/www/diag_packet_capture.php, line: 278 -msgid "Exclude ICMPv6" -msgstr "ICMPv6 ausschließen" - -msgid "TCP" -msgstr "TCP" - -# File: src/www/diag_packet_capture.php, line: 280 -msgid "Exclude TCP" -msgstr "TCP ausschließen" - -# File: src/www/diag_packet_capture.php, line: 281 -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "UDP" -msgstr "UDP" - -# File: src/www/diag_packet_capture.php, line: 282 -msgid "Exclude UDP" -msgstr "UDP ausschließen" - -# File: src/www/diag_packet_capture.php, line: 283 -msgid "ARP" -msgstr "ARP" - -# File: src/www/diag_packet_capture.php, line: 284 -msgid "Exclude ARP" -msgstr "ARP ausschließen" - -# File: src/www/diag_packet_capture.php, line: 285 -msgid "CARP (VRRP)" -msgstr "CARP (VRRP)" - -# File: src/www/diag_packet_capture.php, line: 286 -msgid "Exclude CARP (VRRP)" -msgstr "CARP (VRRP) ausschließen" - -# File: src/www/diag_packet_capture.php, line: 287 -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "ESP" -msgstr "ESP" - -msgid "Select the protocol to capture, or Any." -msgstr "Wählen sie das Protokoll zur Aufzeichnung oder jegliches aus." - -msgid "Host Address" -msgstr "Host Adresse" - -msgid "" -"This value is either the Source or Destination IP address or subnet in CIDR " -"notation. The packet capture will look for this address in either field." -msgstr "" -"Dies ist entweder die Quell- oder Ziel-IP-Adresse oder das Subnetz in CIDR-" -"Notation. Die Paketaufzeichnung wird nach dieser Adresse in beiden Feldern " -"suchen." - -# File: src/www/diag_packet_capture.php, line: 384 -msgid "" -"Matching can be negated by preceding the value with \"not\". Multiple IP " -"addresses or CIDR subnets may be specified as boolean expresion." -msgstr "" -"Die Übereinstimmung kann negiert werden, indem der Wert \"not\" " -"vorangestellt wird. Mehrere IP-Adressen oder CIDR-Subnetze können als " -"boolscher Ausdruck angegeben werden." - -msgid "" -"If you leave this field blank, all packets on the specified interface will " -"be captured." -msgstr "" -"Falls Sie das Feld leer lassen, werden alle Pakete auf der angegebenen " -"Schnittstelle aufgezeichnet." - -msgid "Example:" -msgstr "Beispiel:" - -msgid "Port" -msgstr "Port" - -msgid "Leave blank if you do not want to filter by port." -msgstr "Lassen Sie es leer wenn Sie nicht nach den Port filtern wollen." - -msgid "" -"The port can be either the source or destination port. The packet capture " -"will look for this port in either field." -msgstr "" -"Der Port kann entweder der Quell- oder Zielport sein. Die Paketaufzeichnung " -"wird in beiden Feldern nach diesem Port suchen." - -msgid "Packet Length" -msgstr "Paketlänge" - -msgid "" -"The Packet length is the number of bytes of each packet that will be " -"captured. Default value is 0, which will capture the entire frame regardless " -"of its size." -msgstr "" -"Die Paketlänge ist die Anzahl an Bytes eines jeden Paketes, das " -"aufgezeichnet wird. Der Standardwert ist 0, wodurch jeder Frame unabhängig " -"seiner Größe aufgezeichnet wird." - -msgid "Enter 0 (zero) for no count limit." -msgstr "Geben Sie 0 (Null) für kein Limit ein." - -msgid "" -"This is the number of packets the packet capture will grab. Default value is " -"100." -msgstr "" -"Dies ist die Anzahl an Paketen die aufgezeichnet werden sollen. Der " -"Standardwert ist 100." - -# File: src/www/diag_packet_capture.php, line: 418 -msgid "View settings" -msgstr "Ansichtseinstellungen" - -msgid "Level of Detail" -msgstr "Detaillierungsgrad" - -msgid "Normal" -msgstr "Normal" - -msgid "Full" -msgstr "Voll" - -msgid "" -"This is the level of detail that will be displayed after hitting 'Stop' when " -"the packets have been captured." -msgstr "" -"Dies ist der Detailgrad, der angezeigt wird wenn man 'Stop' drückt, nachdem " -"die Pakete aufgezeichnet wurden." - -msgid "" -"This option does not affect the level of detail when downloading the packet " -"capture." -msgstr "" -"Diese Option hat keinen Einfluss auf den Detailierungsgrad beim " -"Herunterladen der Paketaufzeichnung." - -msgid "Reverse DNS Lookup" -msgstr "Reverse DNS Abfrage" - -msgid "" -"This check box will cause the packet capture to perform a reverse DNS lookup " -"associated with all IP addresses." -msgstr "" -"Durch diese Einstellung wird die Paketaufzeichnung eine Reverse DNS Abfrage " -"für sämtliche IP-Adressen durchführen." - -msgid "This option can cause delays for large packet captures." -msgstr "" -"Diese Option kann bei größeren Paketaufzeichnungen zu Verzögerungen führen." - -msgid "Stop" -msgstr "Stopp" - -msgid "Start" -msgstr "Start" - -msgid "View Capture" -msgstr "Aufzeichnung anzeigen" - -msgid "Download Capture" -msgstr "Aufzeichnung herunterladen" - -# File: src/www/diag_packet_capture.php, line: 461 -msgid "Delete Capture" -msgstr "Lösche Aufzeichnung" - -# File: src/www/diag_packet_capture.php, line: 479 -msgid "Capture output" -msgstr "Aufzeichnung anzeigen" - -msgid "Gathering PF information, please wait..." -msgstr "Sammle PF Informationen, bitte warten..." - -msgid "Count must be between 1 and %s" -msgstr "Anzahl muss zwischen 1 und %s sein" - -msgid "When using IPv4, the target host must be an IPv4 address or hostname." -msgstr "" -"Wenn Sie IPv4 verwenden, muss der Zielhost eine IPv4 Adresse oder ein " -"Hostname sein." - -msgid "When using IPv6, the target host must be an IPv6 address or hostname." -msgstr "" -"Wenn Sie IPv6 verwenden, muss der Zielhost eine IPv6 Adresse oder ein " -"Hostname sein." - -msgid "Default" -msgstr "Standard" - -msgid "Ping output" -msgstr "Pingausgabe" - -msgid "The state table has been flushed successfully." -msgstr "Die Statustabelle wurde erfolgreich geleert." - -msgid "The source tracking table has been flushed successfully." -msgstr "Die Quellverfolgungstabelle wurde erfolgreich geleert." - -msgid "Firewall state table" -msgstr "Firewall Statustabelle" - -msgid "" -"Resetting the state tables will remove all entries from the corresponding " -"tables. This means that all open connections will be broken and will have to " -"be re-established. This may be necessary after making substantial changes to " -"the firewall and/or NAT rules, especially if there are IP protocol mappings (" -"e.g. for PPTP or IPv6) with open connections." -msgstr "" -"Das Zurücksetzen der Statustabellen wird alle Einträge aus den " -"entsprechenden Tabellen löschen. Das bedeutet, dass alle offenen " -"Verbindungen unterbrochen und neu aufgebaut werden müssen. Dies könnte " -"erforderlich sein, falls wesentliche Änderungen am Firewall- und/oder NAT-" -"Regelwerk, im Speziellen falls IP-Protokollzuweisungen (z.B. PPTP oder IPv6) " -"betroffen sind, gemacht wurden." - -msgid "" -"The firewall will normally leave the state tables intact when changing rules." -msgstr "" -"Die Firewall lässt die Statustablelle üblicherweise intakt, wenn Sie Regeln " -"ändern." - -msgid "" -"NOTE: If you reset the firewall state table, the browser session may appear " -"to be hung after clicking "Reset". Simply refresh the page to " -"continue." -msgstr "" -"HINWEIS: Wenn Sie die Firewall Statustabelle zurücksetzen, könnte die " -"Browserverbindung unterbrochen werden, nachdem auf "Reset" " -"geklickt wurde. Laden Sie dann einfach die Seite neu um fortzufahren." - -msgid "Firewall Source Tracking" -msgstr "Firewallquellverfolgung" - -msgid "" -"Resetting the source tracking table will remove all source/destination " -"associations. This means that the \"sticky\" source/destination association " -"will be cleared for all clients." -msgstr "" -"Durch das Zurücksetzen der Quellverfolgungstabelle gehen sämtliche Quell-/" -"Zielverbindungen verloren. Das heißt, dass alle \"klebrigen\" Quell-/" -"Zielverbindungen für alle Clients zurückgesetzt werden." - -msgid "This does not clear active connection states, only source tracking." -msgstr "Dies setzt keine aktiven Verbindungsstatus zurück, nur Quellverfolgung." - -msgid "Reset" -msgstr "Zurücksetzen" - -msgid "Routing tables" -msgstr "Routingtabellen" - -msgid "Name resolution" -msgstr "Namensauflösung" - -msgid "Enable this to attempt to resolve names when displaying the tables." -msgstr "" -"Aktivieren Sie dies um das Auflösen von Namen bei der Anzeige der Tabellen " -"zu versuchen." - -msgid "" -"By enabling name resolution, the query should take a bit longer. You can " -"stop it at any time by clicking the Stop button in your browser." -msgstr "" -"Beim Aktivieren der Namensauflösung dauert die Abfrage ein bisschen länger. " -"Sie können diese jederzeit stoppen, indem Sie im Browser auf den Stop-Button " -"klicken." - -msgid "Number of rows" -msgstr "Anzahl an Zeilen" - -msgid "all" -msgstr "alle" - -msgid "Select how many rows to display." -msgstr "Wählen Sie aus, wie viele Zeilen angezeigt werden sollen." - -msgid "Filter expression" -msgstr "Filterausdruck" - -msgid "Use a regular expression to filter IP address or hostnames." -msgstr "" -"Verwenden Sie einen regulären Ausdruck um IP-Adressen oder Hostnamen zu " -"filtern." - -msgid "Update" -msgstr "Aktualisieren" - -msgid "Gathering data, please wait..." -msgstr "Sammle Daten, bitte warten..." - -msgid "PASSED" -msgstr "GENEHMIGT" - -msgid "FAILED" -msgstr "Fehlgeschlagen" - -msgid "Warning" -msgstr "Warnung" - -msgid "Abort" -msgstr "Abbrechen" - -msgid "Email sent to %s" -msgstr "E-Mail an %s gesendet" - -msgid "Information/Tests" -msgstr "Information/Tests" - -msgid "Config" -msgstr "Konfiguration" - -msgid "Test email" -msgstr "Test-E-Mail" - -msgid "Send test email to %s" -msgstr "Sende Test-Email an %s" - -msgid "Send" -msgstr "Senden" - -msgid "Info type" -msgstr "Infotyp" - -msgid "SMART Capabilities" -msgstr "SMART-Fähigkeiten" - -msgid "Attributes" -msgstr "Attribute" - -msgid "Device: /dev/" -msgstr "Gerät /dev/" - -msgid "View" -msgstr "Ansicht" - -msgid "Perform Self-tests" -msgstr "Selbsttest ausführen" - -msgid "Test type" -msgstr "Testtyp" - -msgid "Offline" -msgstr "Offline" - -msgid "Short" -msgstr "Kurz" - -msgid "Long" -msgstr "Lang" - -msgid "Conveyance (ATA Disks Only)" -msgstr "Conveyance (nur ATA Geräte)" - -msgid "View Logs" -msgstr "Protokolle anzeigen" - -msgid "Log type" -msgstr "Protokolltyp" - -msgid "Error" -msgstr "Fehler" - -msgid "Self-test" -msgstr "Selbsttest" - -msgid "Abort tests" -msgstr "Tests abbrechen" - -msgid "Do you really want to abort the test?" -msgstr "Wollen Sie diesen Test wirklich abbrechen?" - -msgid "Back" -msgstr "Zurück" - -# File: src/www/diag_sockets.php, line: 41 -msgid "Show all socket connections" -msgstr "Zeige alle Socket-Verbindungen" - -# File: src/www/diag_sockets.php, line: 41 -msgid "Show only listening sockets" -msgstr "Nur abhörende Sockets anzeigen" - -# File: src/www/diag_sockets.php, line: 52 -msgid "Information about listening sockets for both %sIPv4%s and %sIPv6%s." -msgstr "" -"Informationen zu abhörenden Sockets sowohl für %sIPv4%s als auch %sIPv6%s." - -# File: src/www/diag_sockets.php, line: 53 -msgid "" -"For explanation about the meaning of the information listed for each socket " -"click %shere%s." -msgstr "" -"Um Erklärungen zur Bedeutung der Informationen zu erhalten, die für jeden " -"Socket angezeigt werden, klicken Sie %shier%s." - -# File: src/www/diag_sockets.php, line: 54 -msgid "" -"To show information about both listening and connected sockets click this." -msgstr "" -"Klicken Sie dies an, um Informationen sowohl für abhörende als auch für " -"verbundene Sockets anzuzeigen." - -# File: src/www/diag_sockets.php, line: 123 -msgid "" -"This page show the output for the commands: \"sockstat -4lL\" and \"sockstat " -"-6lL\".%sOr in case of showing all sockets the output for: \"sockstat -4\" " -"and \"sockstat -6\".%s%sThe information listed for each socket is:" -msgstr "" -"Diese Seite zeigt die Ausgabe der folgenden Kommandos: \"sockstat -4IL\" und " -"\"sockstat -6IL\".%sOder wenn alle Sockets angezeigt werden: \"sockstat -4\" " -"und \"sockstat -6\".%s%sDie Informationen für jeden Socket enthalten:" - -# File: src/www/diag_sockets.php, line: 129 -msgid "The user who owns the socket." -msgstr "Der Besitzer des Socket." - -# File: src/www/diag_sockets.php, line: 130 -msgid "The command which holds the socket." -msgstr "Das Kommando, dass den Socket bereitstellt." - -# File: src/www/diag_sockets.php, line: 131 -msgid "The process ID of the command which holds the socket." -msgstr "Die Prozess-ID des Kommandos, dem der Socket gehört." - -# File: src/www/diag_sockets.php, line: 132 -msgid "The file descriptor number of the socket." -msgstr "Die Anzahl der Datei-Handles des Sockets." - -# File: src/www/diag_sockets.php, line: 133 -msgid "" -"The transport protocol associated with the socket for Internet sockets, or " -"the type of socket (stream or data-gram) for UNIX sockets." -msgstr "" -"Das Transportprotokoll, welches für Internet-Sockets verwendet wird oder der " -"Typ des Sockets (stream oder data-gram) für UNIX-Sockets, der verwendet wird." - -# File: src/www/firewall_aliases_edit.php, line: 156 -msgid "Alias type may not be changed for an existing alias." -msgstr "Aliastyp eines bestehenden Alias kann nicht geändert werden." - -# File: src/www/diag_sockets.php, line: 134 -msgid "" -"(UNIX sockets only) For bound sockets, this is the file-name of the socket. %" -"sFor other sockets, it is the name, PID and file descriptor number of the " -"peer, or ``(none)'' if the socket is neither bound nor connected." -msgstr "" - -# File: src/www/diag_sockets.php, line: 135 -msgid "" -"(Internet sockets only) The address the local end of the socket is bound to (" -"see getsockname(2))." -msgstr "" -"(Nur Internet-Sockets) Die Adresse, an die das lokale Ende des Sockets " -"gebunden wurde (siehe getsockname(2))." - -# File: src/www/diag_sockets.php, line: 136 -msgid "" -"(Internet sockets only) The address the foreign end of the socket is bound " -"to (see getpeername(2))." -msgstr "" - -msgid "States" -msgstr "Status" - -msgid "Src Ports" -msgstr "Quellports" - -msgid "Dst Ports" -msgstr "Zielports" - -msgid "By Source IP" -msgstr "Nach Source IP" - -msgid "By Destination IP" -msgstr "Nach Ziel IP" - -msgid "Total per IP" -msgstr "Gesamt per IP" - -msgid "By IP Pair" -msgstr "durch IP Paar" - -msgid "View type:" -msgstr "Ansichtstyp:" - -msgid "Sort type:" -msgstr "Sortiertyp:" - -msgid "Number of States:" -msgstr "Anzahl an Status:" - -msgid "Label" -msgstr "Etikett" - -msgid "Speed" -msgstr "Geschwindigkeit" - -msgid "Age" -msgstr "Alter" - -msgid "Bytes" -msgstr "Bytes" - -msgid "Destination Address" -msgstr "Zieladresse" - -msgid "Expiry" -msgstr "Ablauf" - -msgid "Peak" -msgstr "Peak" - -msgid "Packet" -msgstr "Paket" - -msgid "Gathering pfTOP activity, please wait..." -msgstr "Sammle pfTOP-Aktivität, bitte warten..." - -# File: src/www/diag_tables.php, line: 53 -msgid "The bogons database has NOT been updated." -msgstr "Die Bogons Datenbank wurde NICHT aktualisiert." - -msgid "The bogons database has been updated." -msgstr "Die Bogons Datenbank wurde aktualisiert." - -msgid "Tables" -msgstr "Tabellen" - -# File: src/www/diag_tables.php, line: 130 -msgid "Do you really want to flush this table?" -msgstr "Wollen Sie diese Tabelle wirklich leeren?" - -# File: src/www/diag_tables.php, line: 164 -msgid "Flush" -msgstr "Leeren" - -# File: src/www/diag_tables.php, line: 166 -msgid "Update bogons" -msgstr "Aktualisiere Bogons" - -msgid "IP Address" -msgstr "IP-Adresse" - -msgid "No entries exist in this table." -msgstr "Es existieren keine Einträge in dieser Tabelle." - -# File: src/www/diag_tables.php, line: 187 -msgid "delete this entry" -msgstr "diesen Eintrag löschen" - -msgid "Please enter a valid IP or hostname." -msgstr "Bitte geben Sie eine gültige IP oder einen gültigen Hostnamen ein." - -msgid "Please enter a valid port number." -msgstr "Bitte geben Sie eine gültige Portnummer ein." - -msgid "Please enter a valid source port number, or leave the field blank." -msgstr "" -"Bitte geben Sie eine gültige Quellportnummer ein oder lassen Sie das Feld " -"leer." - -msgid "You cannot connect to an IPv4 address using IPv6." -msgstr "Sie können sich nicht mittels einer IPv6 Adresse mit IPv4 verbinden." - -msgid "You cannot connect to an IPv6 address using IPv4." -msgstr "Sie können sich nicht mittels einer IPv4 Adresse mit IPv6 verbinden." - -msgid "" -"This page allows you to perform a simple TCP connection test to determine if " -"a host is up and accepting connections on a given port. This test does not " -"function for UDP since there is no way to reliably determine if a UDP port " -"accepts connections in this manner." -msgstr "" -"Diese Seite erlaubt die Ausführung eines simplen TCP Verbindungstests um " -"festzustellen, ob der Host erreichbar ist und Verbindungen am angegebenen " -"Port akzeptiert. Dieser Test funktioniert nicht mit UDP, da es keinen " -"verlässlichen Weg zur Erkennung gibt, ob ein UDP-Port Verbindungen " -"akzeptiert." - -msgid "" -"No data is transmitted to the remote host during this test, it will only " -"attempt to open a connection and optionally display the data sent back from " -"the server." -msgstr "" -"Wärend des Tests werden keine Daten an den fernen Host gesendet. Es wird " -"lediglich versucht, eine Verbindung aufzubauen und optional die Daten " -"angezeigt, die der Server gesendet hat." - -msgid "" -"If you force IPv4 or IPv6 and use a hostname that does not contain a result " -"using that protocol,
it will result in an error. For example if you " -"force IPv4 and use a hostname that only returns an AAAA IPv6 IP address, it " -"will not work." -msgstr "" - -msgid "This should typically be left blank." -msgstr "Dies sollte üblicherweise leer gelassen werden." - -msgid "Show Remote Text" -msgstr "Zeige fernen Text" - -msgid "" -"Shows the text given by the server when connecting to the port. Will take 10+" -" seconds to display if checked." -msgstr "" -"Zeigt den Text an, den der Server beim Verbinden mit dem Port sendet. Dies " -"dauert länger als 10 Sekunden, sofern aktiviert, bis der Text angezeigt wird." - -msgid "Port Test Results" -msgstr "Ergebnis des Porttests" - -msgid "" -"No output received, or connection failed. Try with \"Show Remote Text\" " -"unchecked first." -msgstr "" -"Es wurde entweder keine Ausgabe empfangen oder die Verbindung ist " -"fehlgeschlagen. Versuchen Sie es ohne der Option \"Fernen Text anzeigen\" " -"erneut." - -msgid "Connection failed (Refused/Timeout)" -msgstr "Verbindung fehlgeschlagen (Abgelehnt/Zeitüberschreitung)" - -msgid "ttl" -msgstr "TTL" - -msgid "Maximum number of hops must be between 1 and %s" -msgstr "Die maximale Anzahl an Hops muss zwischen 1 und %s liegen" - -msgid "Maximum number of hops" -msgstr "Maximale Anzahl an Hops" - -msgid "Reverse Address Lookup" -msgstr "Reverse-Lookup-Adresse" - -msgid "Use ICMP" -msgstr "Benutze ICMP" - -msgid "Note: " -msgstr "Hinweis: " - -msgid "" -"Traceroute may take a while to complete. You may hit the Stop button on your " -"browser at any time to see the progress of failed traceroutes." -msgstr "" -"Traceroute könnte einige Zeit bis zur Fertigstellung beanspruchen. Sie " -"können jederzeit den \"Stopp\"-Button Ihres Browsers drücken, um den " -"Fortschritt der fehlgeschlagenen Traceroutes zu sehen." - -msgid "" -"Using a source interface/IP address that does not match selected type (IPv4, " -"IPv6) will result in an error or empty output." -msgstr "" -"Die Verwendung einer Quell-Schnittstelle/Quell-IP-Adresse die nicht dem " -"ausgewählten Typ (IPv4, IPv6) entspricht, führt zu einem Fehler oder einer " -"leeren Ausgabe." - -msgid "Traceroute output" -msgstr "Traceroute Ausgabe" - -msgid "Help for items on this page" -msgstr "Hilfe für Punkte auf dieser Seite" - -msgid "Save Settings" -msgstr "Einstellungen speichern" - -# File: src/www/fbegin.inc, line: 258 -msgid "Add widget" -msgstr "Widget hinzufügen" - -msgid "Cannot delete alias. Currently in use by %s" -msgstr "Konnte den Alias nicht löschen, da er gerade durch %s genutzt wird." - -msgid "Add a new alias" -msgstr "Neuen Alias hinzufügen" - -msgid "" -"Do you really want to delete this alias? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" -"Wollen Sie diesen Alias wirklich löschen? Alle Elemente die ihn nutzen " -"werden ungültig (z.B. Filterregeln)!" - -msgid "The alias list has been changed." -msgstr "Die Aliasliste wurde geändert." - -msgid "You must apply the changes in order for them to take effect." -msgstr "Sie müssen die Änderungen übernehmen, damit diese in Kraft treten." - -msgid "Values" -msgstr "Werte" - -msgid "Edit alias" -msgstr "Alias bearbeiten" - -msgid "delete alias" -msgstr "Alias löschen" - -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 changes. You can enter the name of an alias instead of the " -"host, network or port in all fields that have a red background. The alias " -"will be resolved according to 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." -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 "Entry added %s" -msgstr "Eintrag hinzugefügt %s" - -msgid "Cannot use a reserved keyword as alias name %s" -msgstr "" -"Es ist nicht möglich, ein reserviertes Wort als Aliasnamen zu benutzen %s" - -msgid "An interface description with this name already exists." -msgstr "Eine Schnittstellenschreibung mit diesem Namen existiert bereits." - -# see information some lines later for rules -msgid "" -"The alias name must be less than 32 characters long and may only consist of " -"the characters" -msgstr "" -"Der Aliasname muss kürzer als 32 Zeichen sein und darf nur aus den folgenden " -"Zeichen bestehen:" - -# File: src/www/firewall_aliases_edit.php, line: 139 -msgid "Update Frequency should be a number" -msgstr "Aktualisierungshäufigkeit sollte eine Zahl sein" - -msgid "An alias with this name already exists." -msgstr "Ein Alias mit diesem Namen existiert bereits." - -msgid "You must provide a valid URL." -msgstr "Sie müssen eine gültige URL eingeben." - -msgid "IP or FQDN" -msgstr "IP oder FQDN" - -msgid "Host(s)" -msgstr "Host(s)" - -msgid "Network(s)" -msgstr "Netzwerk(e)" - -msgid "Port(s)" -msgstr "Port(s)" - -msgid "Alias Edit" -msgstr "Alias bearbeiten" - -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z, 0-9 and " -"_\"." -msgstr "" -"Der Name des Alias darf nur aus den Zeichen \"a-z, A-Z, 0-9 und _\" bestehen." - -msgid "You may enter a description here for your reference (not parsed)." -msgstr "Die Beschreibung wird nicht als Parameter verwendet." - -msgid "URL (IPs)" -msgstr "URL (IPs)" - -msgid "URL (Ports)" -msgstr "URL (Ports)" - -msgid "URL Table (IPs)" -msgstr "URL Tabelle (IPs)" - -msgid "URL Table (Ports)" -msgstr "URL Tabelle (Ports)" - -msgid "Network" -msgstr "Netzwerk" - -msgid "Update Freq. (days)" -msgstr "Aktualisierungsintervall (Tage)" - -msgid "Networks" -msgstr "Netzwerke" - -msgid "" -"Networks are specified in CIDR format. Select the CIDR mask that pertains " -"to each entry. /32 specifies a single IPv4 host, /128 specifies a single " -"IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, " -"etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 or /" -"128 for IPv6. You may also enter an IP range such as 192.168.1.1-" -"192.168.1.254 and a list of CIDR networks will be derived to fill the range." -msgstr "" -"Netzwerke sind spezifiziert im CIDR Format. Wählen Sie die CIDR-Maske, " -"welche jeden Eintrag betrifft. /32 spezifiziert einen einzelnen IPv4 Host, /" -"128 spezifiziert einen einzelnen IPv6 Host, /24 spezifiziert 255.255.255.0, /" -"64 spezifiziert ein normales IPv6 Netzwerk, etc. Hostnamen (voll " -"qualifizierte Domainnamen) können auch verwendet werden um eine /32 Maske " -"für IPv4 oder /128 für IPv6. Sie können auch einen IP Bereich wie " -"192.168.1.1-192.168.1.254 eingeben und eine Liste von CIDR Netzwerken wobei " -"die Bereiche abgeleitet werden um diese zu füllen." - -msgid "" -"Enter as many hosts as you would like. Hosts must be specified by their IP " -"address or fully qualified domain name (FQDN). FQDN hostnames are " -"periodically re-resolved and updated. If multiple IPs are returned by a DNS " -"query, all are used." -msgstr "" - -msgid "" -"Enter as many ports as you wish. Port ranges can be expressed by separating " -"with a colon." -msgstr "" -"Geben Sie soviele Ports ein wie Sie wünschen. Portbereiche können durch " -"Trennung mit einem Doppelpunkt angegeben werden." - -# File: src/www/firewall_aliases_edit.php, line: 456 -msgid "URL's" -msgstr "URLs" - -# File: src/www/firewall_aliases_edit.php, line: 459 -msgid "" -"Enter a URL containing a large number of IPs,ports and/or Subnets. After " -"saving the lists will be downloaded and scheduled for automatic updates when " -"a frequency is provided." -msgstr "" - -msgid "Cancel" -msgstr "Abbrechen" - -msgid "The alias name may only consist of the characters" -msgstr "Der Aliasname kann nur aus folgenden Zeichen bestehen:" - -msgid "%s is not an IP address. Please correct the error to continue" -msgstr "" -"%s ist keine IP-Adresse. Bitte korrigieren Sie den Fehler um fortzufahren" - -msgid "Alias Import" -msgstr "Alias Import" - -msgid "Alias Name" -msgstr "Aliasbezeichnung" - -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z and 0-9\"" -"." -msgstr "Der Name des Alias darf nur aus den Zeichen a-z, A-Z und 0-9 bestehen." - -msgid "You may enter a description here for your reference (not parsed)" -msgstr "Diese Beschreibung wird nicht als Parameter verwendet" - -msgid "Aliases to import" -msgstr "Aliase zum Importieren" - -msgid "" -"Paste in the aliases to import separated by a carriage return. Common " -"examples are lists of IPs, networks, blacklists, etc." -msgstr "" - -msgid "" -"The list may contain IP addresses, with or without CIDR prefix, IP ranges, " -"blank lines (ignored) and an optional description after each IP. e.g.:" -msgstr "" -"Die Liste kann IP-Adressen mit als auch ohne CIDR-Präfix, IP-Bereiche, leere " -"Zeilen (werden ignoriert) und eine optionale Beschreibung nach jeder IP " -"beinhalten. Z. B.:" - -msgid "Add" -msgstr "Hinzufügen" - -msgid "Do you really want to delete this rule?" -msgstr "Wollen Sie diese Regel wirklich löschen?" - -msgid "Do you really want to delete the selected rules?" -msgstr "Wollen Sie die ausgewählten Regeln wirklich löschen?" - -msgid "The NAT configuration has been changed" -msgstr "Die NAT Konfiguration hat sich geändert" - -msgid "address" -msgstr "Adresse" - -msgid "Anti-Lockout Rule" -msgstr "Anti-Aussperrregel" - -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "disable rule" -msgstr "Regel deaktivieren" - -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "enable rule" -msgstr "Regel aktivieren" - -# File: src/www/firewall_nat.php, line: 333 -# File: src/www/firewall_nat.php, line: 347 -# File: src/www/firewall_nat.php, line: 361 -# File: src/www/firewall_nat.php, line: 375 -# File: src/www/firewall_nat.php, line: 404 -# File: src/www/firewall_nat_1to1.php, line: 239 -# File: src/www/firewall_nat_1to1.php, line: 252 -# File: src/www/firewall_nat_out.php, line: 384 -# File: src/www/firewall_nat_out.php, line: 402 -# File: src/www/firewall_nat_out.php, line: 430 -# File: src/www/firewall_rules.php, line: 490 -# File: src/www/firewall_rules.php, line: 504 -# File: src/www/firewall_rules.php, line: 518 -# File: src/www/firewall_rules.php, line: 532 -msgid "edit alias" -msgstr "Alias bearbeiten" - -msgid "move selected rules before this rule" -msgstr "Ausgewählte Regeln vor dieser Regel einordnen" - -msgid "edit rule" -msgstr "Regel bearbeiten" - -# File: src/www/firewall_nat.php, line: 423 -# File: src/www/firewall_nat_1to1.php, line: 269 -# File: src/www/firewall_nat_npt.php, line: 241 -# File: src/www/firewall_nat_out.php, line: 453 -# File: src/www/firewall_rules.php, line: 585 -msgid "delete rule" -msgstr "Regel löschen" - -# File: src/www/firewall_nat.php, line: 426 -# File: src/www/firewall_nat_1to1.php, line: 272 -# File: src/www/firewall_nat_npt.php, line: 244 -# File: src/www/firewall_nat_out.php, line: 456 -# File: src/www/firewall_rules.php, line: 588 -msgid "clone rule" -msgstr "Regel klonen" - -msgid "move selected rules to end" -msgstr "Ausgewählte Regeln am Ende einordnen" - -msgid "delete selected rules" -msgstr "ausgewählte Regeln löschen" - -msgid "add new rule" -msgstr "Eine neue Regel hinzufügen" - -# File: src/www/firewall_nat.php, line: 426 -# File: src/www/firewall_nat_1to1.php, line: 306 -# File: src/www/firewall_nat_npt.php, line: 288 -# File: src/www/firewall_nat_out.php, line: 476 -msgid "Enabled rule" -msgstr "Aktivierte Regel" - -# File: src/www/firewall_nat.php, line: 430 -# File: src/www/firewall_nat_1to1.php, line: 310 -# File: src/www/firewall_nat_npt.php, line: 292 -# File: src/www/firewall_nat_out.php, line: 480 -msgid "Disabled rule" -msgstr "Deaktivierte Regel" - -# File: src/www/firewall_nat.php, line: 434 -msgid "No redirect" -msgstr "Keine Weiterleitung" - -msgid "linked rule" -msgstr "verlinkte Regel" - -# File: src/www/firewall_nat.php, line: 442 -# File: src/www/firewall_nat_1to1.php, line: 314 -# File: src/www/firewall_rules.php, line: 579 -msgid "Alias (click to view/edit)" -msgstr "Alias (zur Betrachtung/Bearbeitung klicken)" - -# File: src/www/firewall_nat_1to1.php, line: 90 -msgid "Toggled NAT rule" -msgstr "NAT-Regel ein/ausschalten" - -msgid "add rule" -msgstr "Regel hinzufügen" - -msgid "The NAT configuration has been changed." -msgstr "Die NAT Konfiguration hat sich geändert." - -msgid "External IP" -msgstr "Externe IP" - -msgid "Internal IP" -msgstr "Interne IP" - -msgid "Destination IP" -msgstr "Ziel IP" - -# File: src/www/firewall_nat_1to1.php, line: 266 -msgid "edit rule " -msgstr "Regel bearbeiten " - -msgid "Hint: this is usually identical to the 'from' port above" -msgstr "Hinweis: Dieser ist üblicherweise mit dem 'von'-Port oben identisch " - -msgid "Depending on the way your WAN connection is setup, you may also need a" -msgstr "" -"Je nachdem wie Ihre WAN-Verbindung konfiguriert ist, benötigen Sie " -"möglicherweise auch eine" - -msgid "Virtual IP." -msgstr "Virtuelle IP." - -msgid "" -"If you add a 1:1 NAT entry for any of the interface IPs on this system, it " -"will make this system inaccessible on that IP address. i.e. if you use your " -"WAN IP address, any services on this system (IPsec, OpenVPN server, etc.) " -"using the WAN IP address will no longer function." -msgstr "" -"Wenn Sie einen 1:1 NAT Eintrag für eine Schnittstellen-IP dieses Systems " -"hinzufügen, wird das System unter dieser IP-Adresse nicht mehr erreichbar " -"sein. Das bedeutet beispielsweise, wenn Sie Ihre WAN IP-Adresse verwenden, " -"werden sämtliche lokalen Dienste auf diesem System (IPsec, OpenVPN Server, " -"etc.) die diese WAN IP-Adresse verwenden, nicht mehr funktionieren." - -msgid "any" -msgstr "jeglich" - -msgid "PPTP clients" -msgstr "PPTP Clients" - -msgid "PPPoE clients" -msgstr "PPPoE Clients" - -msgid "L2TP clients" -msgstr "L2TP Clients" - -msgid "net" -msgstr "Netzwerk" - -msgid "" -"Invalid characters detected (%s). Please remove invalid characters and save " -"again." -msgstr "" -"Ungültige Zeichen entdeckt (%s). Bitte entfernen Sie die ungültigen Zeichen " -"und speichern nochmals ab." - -msgid "Destination address" -msgstr "Zieladresse" - -msgid "External subnet" -msgstr "Externes Subnetz" - -msgid "Source address" -msgstr "Quelladresse" - -msgid "A valid external subnet must be specified." -msgstr "Ein gültiges externes Subnetz muss angegeben werden." - -msgid "%s is not a valid source IP address or alias." -msgstr "%s ist keine gültige Quell-IP-Adresse oder Alias." - -msgid "A valid source bit count must be specified." -msgstr "Eine gültige Quellbitanzahl muss angegeben werden." - -msgid "%s is not a valid destination IP address or alias." -msgstr "%s ist keine gültige Ziel-IP-Adresse oder Alias" - -msgid "A valid destination bit count must be specified." -msgstr "Eine gültige Zielbitanzahl muss angegeben werden." - -msgid "Edit NAT 1:1 entry" -msgstr "NAT 1:1 Eintrag bearbeiten" - -msgid "Disabled" -msgstr "Deaktiviert" - -msgid "Disable this rule" -msgstr "Diese Regel deaktivieren" - -msgid "Set this option to disable this rule without removing it from the list." -msgstr "" -"Setze diese Einstellung um die Regel zu deaktivieren aber nicht von der " -"Liste zu entfernen." - -msgid "Choose which interface this rule applies to" -msgstr "" -"Wählen Sie aus, auf welche Schnittstelle diese Regel angewandt werden soll." - -msgid "Hint: in most cases, you'll want to use WAN here" -msgstr "Tipp: In den meisten Fällen, sollten Sie hier WAN benutzen." - -msgid "External subnet IP" -msgstr "Externe Subnetz-IP" - -# File: src/www/firewall_nat_1to1_edit.php, line: 327 -msgid "" -"Enter the external (usually on a WAN) subnet's starting address for the 1:1 " -"mapping. " -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 328 -msgid "" -"The subnet mask from the internal address below will be applied to this IP " -"address." -msgstr "" -"Die Subnetzmaske von der internen Adresse unten wird dieser IP-Adresse " -"zugewiesen." - -msgid "" -"Hint: this is generally an address owned by the router itself on the " -"selected interface." -msgstr "" -"Hinweis: Dies ist generell eine Adresse des Routers der ausgewählten " -"Schnittstelle." - -# File: src/www/firewall_nat_1to1_edit.php, line: 334 -# File: src/www/firewall_nat_1to1_edit.php, line: 385 -# File: src/www/firewall_nat_edit.php, line: 579 -# File: src/www/firewall_nat_edit.php, line: 693 -# File: src/www/firewall_nat_npt_edit.php, line: 213 -# File: src/www/firewall_nat_npt_edit.php, line: 251 -# File: src/www/firewall_nat_out_edit.php, line: 506 -msgid "Invert" -msgstr "Umkehren" - -msgid "Use this option to invert the sense of the match." -msgstr "" -"Verwenden Sie diese Option, um das Ergebnis dieses Vergleichs zu invertieren." - -# File: src/www/firewall_nat_1to1_edit.php, line: 349 -# File: src/www/firewall_nat_1to1_edit.php, line: 400 -# File: src/www/firewall_nat_edit.php, line: 594 -# File: src/www/firewall_nat_edit.php, line: 708 -# File: src/www/firewall_nat_out_edit.php, line: 465 -# File: src/www/firewall_nat_out_edit.php, line: 521 -# File: src/www/firewall_nat_out_edit.php, line: 567 -msgid "Single host or Network" -msgstr "Einzelner Host oder Netzwerk" - -msgid "" -"Enter the internal (LAN) subnet for the 1:1 mapping. The subnet size " -"specified for the internal subnet will be applied to the external subnet." -msgstr "" -"Geben Sie das interne (LAN-) Subnetz für die 1:1-Zuweisung ein. Die Größe " -"des internen Subnetzes wird auch für das externe Subnetz angewandt." - -msgid "" -"The 1:1 mapping will only be used for connections to or from the specified " -"destination." -msgstr "" -"Die 1:1-Zuweiseung wird nur für Verbindungen zu oder von dem angegebenen " -"Ziel verwendet." - -msgid "Hint: this is usually 'any'." -msgstr "Hinweis: Dies ist üblicherweise 'jegliche(r|s)'." - -msgid "NAT reflection" -msgstr "NAT reflection" - -msgid "Use system default" -msgstr "Benutze Systemvorgabe" - -msgid "Disable" -msgstr "Deaktivieren" - -msgid "" -"Invalid characters detected %s. Please remove invalid characters and save " -"again." -msgstr "" -"Ungültige Zeichen erkannt %s. Bitte entfernen Sie alle ungültigen Zeichen " -"und Speichern Sie erneut." - -msgid "Destination port from" -msgstr "Zielport von" - -msgid "Destination port to" -msgstr "Zielport bis" - -msgid "Redirect target IP" -msgstr "Ziel-IP umleiten" - -# File: src/www/firewall_nat_edit.php, line: 219 -msgid "\"%s\" is not a valid redirect target IP address or host alias." -msgstr "\"%s\" ist keine gültige Umleitungsziel-IP-Adresse oder Hostalias." - -msgid "" -"%s is not a valid start source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" -"%s ist kein gültiger Start-Quellport. Es muss ein Portalias oder eine Zahl " -"zwischen 1 und 65535 sein." - -msgid "" -"%s is not a valid end source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" -"%s ist kein gültiger End-Zielport. Es muss ein Portalias oder eine Zahl " -"zwischen 1 und 65535 sein." - -msgid "" -"%s is not a valid start destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" -"%s ist kein gültiger Start-Zielport. Es muss ein Portalias oder eine Zahl " -"zwischen 1 und 65535 sein." - -msgid "" -"%s is not a valid end destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" -"%s ist kein gültiger End-Zielport. Es muss ein Portalias oder eine Zahl " -"zwischen 1 und 65535 sein." - -msgid "" -"A valid redirect target port must be specified. It must be a port alias or " -"integer between 1 and 65535." -msgstr "" -"Ein gültiger Zielport für die Umleitung muss angegeben werden. Es muss ein " -"Portalias oder eine Zahl zwischen 1 und 65535 sein." - -msgid "The target port range must be an integer between 1 and 65535." -msgstr "Der Zielportbereich muss eine Zahl zwischen 1 und 65535 sein." - -msgid "NAT Port Forward" -msgstr "NAT Portweiterleitung" - -msgid "Edit Redirect entry" -msgstr "Weiterleitungseintrag bearbeiten" - -msgid "No RDR (NOT)" -msgstr "Kein RDR (NICHT)" - -msgid "" -"Enabling this option will disable redirection for traffic matching this rule." -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." -msgstr "" -"Tipp: Diese Option wird selten benötigt. Nutzen Sie diese nur, wenn Sie " -"wissen was Sie tun." - -msgid "Choose which interface this rule applies to." -msgstr "" -"Wählen Sie aus, auf welche Schnittstelle diese Regel angewandt werden soll." - -msgid "Hint: in most cases, you'll want to use WAN here." -msgstr "Tipp: In den meisten Fällen sollten Sie hier WAN benutzen." - -msgid "Choose which IP protocol this rule should match." -msgstr "Wählen Sie aus, für welches IP Protokoll diese Regel gelten soll." - -msgid "Hint: in most cases, you should specify" -msgstr "Hinweis: In den meisten Fällen sollten Sie dies angeben" - -msgid "here." -msgstr "hier." - -msgid "Show source address and port range" -msgstr "Zeige Quelladresse und Portbereich" - -msgid "Source port range" -msgstr "Quellportbereich" - -msgid "from:" -msgstr "von:" - -msgid "to:" -msgstr "an:" - -# File: src/www/firewall_nat_edit.php, line: 646 -# File: src/www/firewall_nat_edit.php, line: 663 -# File: src/www/firewall_nat_edit.php, line: 790 -# File: src/www/firewall_nat_edit.php, line: 807 -# File: src/www/firewall_nat_edit.php, line: 857 -# File: src/www/firewall_rules_edit.php, line: 938 -# File: src/www/firewall_rules_edit.php, line: 955 -# File: src/www/firewall_rules_edit.php, line: 1060 -# File: src/www/firewall_rules_edit.php, line: 1077 -msgid "Well-known ports" -msgstr "Bekannte Ports" - -msgid "Specify the source port or port range for this rule" -msgstr "Gebe den Quellport oder den Quellportbereich für diese Regel an" - -msgid "This is usually" -msgstr "Dies ist üblicherweise" - -msgid "random" -msgstr "zufällig" - -msgid "" -"and almost never equal to the destination port range (and should usually be " -"'any')" -msgstr "" -"und so gut wie nie identisch mit dem Zielportbereich (und sollte " -"üblicherweise 'jeglicher' sein)" - -msgid "Destination port range" -msgstr "Zielportbereich" - -msgid "" -"Specify the port or port range for the destination of the packet for this " -"mapping." -msgstr "" - -msgid "" -"Enter the internal IP address of the server on which you want to map the " -"ports." -msgstr "" - -msgid "e.g." -msgstr "z.B." - -msgid "Redirect target port" -msgstr "Zielport weiterleiten" - -msgid "" -"Specify the port on the machine with the IP address entered above. In case " -"of a port range, specify the beginning port of the range (the end port will " -"be calculated automatically)." -msgstr "" - -msgid "No XMLRPC Sync" -msgstr "Keine XMLRPC Synchronisation" - -msgid "" -"Hint: This prevents the rule on Master from automatically syncing to other " -"CARP members. This does NOT prevent the rule from being overwritten on Slave." -msgstr "" -"Hinweis: Dadurch wird verhindert, dass Regeln von Master automatisch auf " -"andere CARP-Mitglieder synchronisiert werden. Dadurch wird NICHT verhindert, " -"dass die Regel auf dem Slave überschrieben wird." - -msgid "Enable (NAT + Proxy)" -msgstr "Aktivieren (NAT + Proxy)" - -msgid "Enable (Pure NAT)" -msgstr "Aktivieren (Pures NAT)" - -msgid "Filter rule association" -msgstr "Filter Regel Zuordnung" - -msgid "Pass" -msgstr "Erlauben" - -msgid "View the filter rule" -msgstr "Die Filterregel anzeigen" - -msgid "Add associated filter rule" -msgstr "Zugehörige Filterregel hinzufügen" - -msgid "Add unassociated filter rule" -msgstr "Unabhängige Filterregel hinzufügen" - -msgid "" -"NOTE: The \"pass\" selection does not work properly with Multi-WAN. It will " -"only work on an interface containing the default gateway." -msgstr "" -"HINWEIS: Die Auswahl \"pass\" funktioniert bei Multi-WAN nicht korrekt. Es " -"wird nur auf der Schnittstelle funktionieren, die das Standard Gateway " -"verwendet." - -msgid "Rule Information" -msgstr "Regelinformation" - -msgid "Created" -msgstr "Erstellt" - -msgid "by" -msgstr "durch" - -msgid "Updated" -msgstr "Aktualisiert" - -# File: src/www/firewall_nat_npt.php, line: 91 -msgid "Firewall: NAT: NPT, enable/disable NAT rule" -msgstr "Firewall: NAT: NPT, NAT-Regel aktivieren/deaktivieren" - -# File: src/www/firewall_nat_npt.php, line: 106 -msgid "Add rule" -msgstr "Regel hinzufügen" - -# File: src/www/firewall_nat_npt.php, line: 120 -# File: src/www/firewall_nat_npt.php, line: 139 -msgid "NPT" -msgstr "NPT" - -msgid "External Prefix" -msgstr "Externer Präfix" - -msgid "Internal prefix" -msgstr "Interner Präfix" - -msgid "Source prefix" -msgstr "Quellpräfix" - -msgid "Destination prefix" -msgstr "Zielpräfix" - -# File: src/www/firewall_nat_npt_edit.php, line: 174 -msgid "Edit NAT NPT entry" -msgstr "Bearbeite NAT NPT Eintrag" - -msgid "Internal IPv6 Prefix" -msgstr "Interner IPv6 Präfix" - -msgid "Address:" -msgstr "Adresse:" - -# File: src/www/firewall_nat_npt_edit.php, line: 239 -msgid "" -"Enter the internal (LAN) ULA IPv6 Prefix for the Network Prefix translation. " -"The prefix size specified for the internal IPv6 prefix will be applied to " -"the external prefix." -msgstr "" - -msgid "Destination IPv6 Prefix" -msgstr "Ziel IPv6 Präfix" - -msgid "Enter the Global Unicast routable IPv6 prefix here" -msgstr "Geben Sie den global routingfähigen Unicast-IPv6-Präfix hier ein" - -msgid "Manual Outbound NAT Switch" -msgstr "" - -msgid "Default rules for each interface have been created." -msgstr "Die Standardregeln für jede Schnittstelle wurden erstellt." - -# File: src/www/firewall_nat_out.php, line: 184 -# File: src/www/firewall_nat_out.php, line: 204 -msgid "Nat" -msgstr "NAT" - -msgid "Mode:" -msgstr "Modus:" - -msgid "Automatic outbound NAT rule generation" -msgstr "Automatische ausgehende NAT Regelgenerierung" - -# File: src/www/firewall_nat_out.php, line: 278 -msgid "(no manual rules can be used)" -msgstr "(keine manuellen Regeln können verwendet werden)" - -# File: src/www/firewall_nat_out.php, line: 289 -msgid "Hybrid outbound NAT rule generation" -msgstr "Hybride Erstellung ausgehender NAT Regeln" - -# File: src/www/firewall_nat_out.php, line: 290 -msgid "(automatically generated rules are applied after manual rules)" -msgstr "" -"(automatisch generierte Regeln werden nach den manuellen Regeln angewandt)" - -# File: src/www/firewall_nat_out.php, line: 303 -msgid "Manual outbound NAT rule generation" -msgstr "Manuelle Erstellung ausgehender NAT Regeln" - -# File: src/www/firewall_nat_out.php, line: 304 -msgid "(no automatic rules are being generated)" -msgstr "(keine automatischen Regeln werden generiert)" - -# File: src/www/firewall_nat_out.php, line: 315 -msgid "Disable outbound NAT rule generation" -msgstr "Deaktiviere Erstellung ausgehender NAT Regeln" - -# File: src/www/firewall_nat_out.php, line: 316 -msgid "(outbound NAT is disabled)" -msgstr "(ausgehendes NAT ist deaktiviert)" - -# File: src/www/firewall_nat_out.php, line: 335 -msgid "Manual rules:" -msgstr "Manuelle Regeln:" - -msgid "NAT Address" -msgstr "NAT Adresse" - -msgid "NAT Port" -msgstr "NAT Port" - -msgid "Static Port" -msgstr "Statischer Port" - -# File: src/www/firewall_nat_out.php, line: 364 -msgid "All manual rules are being ignored" -msgstr "Alle manuelle Regeln werden ignoriert" - -# File: src/www/firewall_nat_out.php, line: 388 -msgid "This Firewall" -msgstr "Diese Firewall" - -msgid "NO" -msgstr "NEIN" - -msgid "YES" -msgstr "JA" - -msgid "Automatic rules:" -msgstr "Automatische Regeln:" - -msgid "automatic outbound nat" -msgstr "automatisches ausgehendes NAT" - -msgid "Destination bit count" -msgstr "Zielbitanzahl" - -msgid "Source bit count" -msgstr "Quellbitanzahl" - -msgid "" -"You must supply either a valid port or port alias for the source port entry." -msgstr "" -"Sie müssen entweder einen gültigen Port oder Portalias als Quellport angeben." - -msgid "" -"You must supply either a valid port or port alias for the destination port " -"entry." -msgstr "" -"Sie müssen entweder einen gültigen Port oder Portalias als Zielport angeben." - -msgid "You must supply a valid port for the NAT port entry." -msgstr "Sie müssen einen gültigen Port für den NAT-Port-Eintrag angeben." - -msgid "A valid source must be specified." -msgstr "Eine gültige Quelle muss angegeben werden." - -msgid "A valid destination must be specified." -msgstr "Ein gültiges Ziel muss angegeben werden." - -msgid "Negating destination address of \"any\" is invalid." -msgstr "Die Zieladresse \"beliebig\" kann nicht negiert werden." - -msgid "A valid target IP address must be specified." -msgstr "Eine gültige Ziel-IP-Adresse muss angegeben werden." - -msgid "Only Round Robin pool options may be chosen when selecting an alias." -msgstr "" -"Nur Round Robin Pooleinstellungen können für einen Alias ausgewählt werden." - -msgid "Edit Advanced Outbound NAT entry" -msgstr "Bearbeite Eintrag für ausgehendes NAT " - -msgid "Do not NAT" -msgstr "Nicht NATen" - -msgid "" -"Enabling this option will disable NAT for traffic matching this rule and " -"stop processing Outbound NAT rules." -msgstr "" -"Die Aktivierung dieser Einstellung deaktiviert NAT für Verkehr, der dieser " -"Regel entspricht, und hält die Verarbeitung von ausgehenden NAT Regeln an." - -msgid "Hint: in most cases, you won't use this option." -msgstr "Hinweis: Meistens werden Sie die Option nicht nutzen." - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "AH" -msgstr "AH" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "IGMP" -msgstr "IGMP" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "IPV6" -msgstr "IPv6" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "OSPF" -msgstr "OSPF" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "PIM" -msgstr "PIM" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "TCP/UDP" -msgstr "TCP/UDP" - -msgid "This Firewall (self)" -msgstr "Diese Firewall (selbst)" - -msgid "Enter the source network for the outbound NAT mapping." -msgstr "Geben Sie das Quellnetzwerk für das ausgehende NAT Mapping an." - -msgid "Source port:" -msgstr "Quellport:" - -msgid "(leave blank for any)" -msgstr "(leerlassen für alle)" - -msgid "Destination port:" -msgstr "Zielport:" - -# File: src/www/firewall_nat_out_edit.php, line: 561 -msgid "Translation / target" -msgstr "Übersetzung / Ziel" - -# File: src/www/firewall_nat_out_edit.php, line: 572 -msgid "Interface address" -msgstr "Schnittstellenadresse" - -# File: src/www/firewall_nat_out_edit.php, line: 582 -msgid "Translation address" -msgstr "Übersetzungsadresse" - -msgid "Packets matching this rule will be mapped to the IP address given here." -msgstr "" -"Pakete die dieser Regel entsprechen werden der hier eingegebenen IP Adresse " -"zugeordnet." - -# File: src/www/firewall_nat_out_edit.php, line: 604 -msgid "" -"If you want this rule to apply to another IP address rather than the IP " -"address of the interface chosen above, select it here (you will need to " -"define %sVirtual IP addresses%s on the interface first)." -msgstr "" -"Wenn Sie möchten, dass diese Regel auf eine andere IP-Adresse angewandt " -"wird, statt auf der IP-Adresse der Schnittstelle, die oben ausgewählt wurde, " -"dann wählen Sie diese hier aus (Sie müssen zuerst %svirtuelle IP-Adressen%s " -"für diese Schnittstelle hinzufügen)." - -# File: src/www/firewall_nat_out_edit.php, line: 602 -msgid "Pool Options:" -msgstr "Pooloptionen:" - -# File: src/www/firewall_nat_out_edit.php, line: 609 -msgid "Round Robin" -msgstr "Round Robin" - -# File: src/www/firewall_nat_out_edit.php, line: 612 -msgid "Round Robin with Sticky Address" -msgstr "Round Robin mit dauerhafter Adresszuordnung (\"Sticky\")" - -# File: src/www/firewall_nat_out_edit.php, line: 615 -msgid "Random" -msgstr "Zufall" - -# File: src/www/firewall_nat_out_edit.php, line: 618 -msgid "Random with Sticky Address" -msgstr "Zufällig mit dauerhafter Adresszuordnung (\"Sticky\")" - -# File: src/www/firewall_nat_out_edit.php, line: 621 -msgid "Source Hash" -msgstr "Quell Hash" - -# File: src/www/firewall_nat_out_edit.php, line: 624 -msgid "Bitmask" -msgstr "Bitmaske" - -msgid "" -"Only Round Robin types work with Host Aliases. Any type can be used with a " -"Subnet." -msgstr "" -"Nur die Auswahl von Round Robin funktioniert mit Host Alias. Jede andere " -"Auswahl kann mit einem Subnetz verwendet werden." - -msgid "Round Robin: Loops through the translation addresses." -msgstr "Round Robin: Verwende eine Schleife durch die Übersetzungsadressen." - -msgid "Random: Selects an address from the translation address pool at random." -msgstr "" -"Zufällig: Wähle zufällig eine Adresse aus dem Pool der Übersetzungsadressen " -"aus." - -msgid "" -"Source Hash: Uses a hash of the source address to determine the translation " -"address, ensuring that the redirection address is always the same for a " -"given source." -msgstr "" -"Quell Hash: Verwendet einen Hash der Quelladressen, um die " -"Übersetzungsadresse auszuwählen; stellt sicher, dass die " -"Weiterleitungsadresse für eine bestimmte Quelle immer gleich ist." - -msgid "" -"Bitmask: Applies the subnet mask and keeps the last portion identical; " -"10.0.1.50 -> x.x.x.50." -msgstr "" -"Bitmaske: Wendet die Subnetzmaske an und lässt den letzten Teil identisch. " -"10.0.1.50 -> x.x.x.50" - -msgid "" -"Sticky Address: The Sticky Address option can be used with the Random and " -"Round Robin pool types to ensure that a particular source address is always " -"mapped to the same translation address." -msgstr "" -"Dauerhafte Adresszuordnung: Die Einstellung der dauerhaften Adresszuordnung (" -"\"Sticky\") kann zusammen mit den Pooltypen \"Zufällig\" und \"Round Robin\" " -"verwendet werden, um sicherzustellen, dass eine bestimmte Quelladresse immer " -"der gleichen Übersetzungsadresse zugeordnet wird." - -msgid "Translation" -msgstr "Übersetzung" - -# File: src/www/firewall_nat_out_edit.php, line: 638 -msgid "port:" -msgstr "Port:" - -# Für "Mapping" gibt es keine geeignete deutsche Wiedergabe. -msgid "Enter the source port for the outbound NAT mapping." -msgstr "Geben Sie den Quellport für das ausgehende NAT Mapping an." - -msgid "Static-port:" -msgstr "statischer Port:" - -# "monitor" wird zwar häufig als "überwachen" verwendet, in diesem Fall beobachten wir aber den Fortschritt -msgid "" -"The settings have been applied. The firewall rules are now reloading in the " -"background.
You can also %s monitor %s the reload progress" -msgstr "" -"Die Einstellung wurden übernommen. Jetzt werden die Firewall Regeln im " -"Hintergrund neugeladen.
Sie können den Fortschritt auch %s beobachten " -"%s." - -msgid "" -"The firewall rule configuration has been changed.
You must apply the " -"changes in order for them to take effect." -msgstr "" -"Die Firewall Regel Konfiguration wurde geändert.
Sie müssen die " -"Änderungen bestätigen damit sie wirksam werden." - -msgid "Gateway" -msgstr "Gateway" - -# File: src/www/firewall_rules.php, line: 291 -msgid "Block all IPv6 traffic" -msgstr "Blockiere gesammten IPv6 Datenverkehr" - -# File: src/www/firewall_rules.php, line: 293 -# File: src/www/firewall_rules.php, line: 317 -# File: src/www/firewall_rules.php, line: 343 -# File: src/www/firewall_rules.php, line: 368 -msgid "change configuration" -msgstr "Konfiguration ändern" - -msgid "RFC 1918 networks" -msgstr "RFC 1918 Netzwerke" - -msgid "Block private networks" -msgstr "Blockiere private Netze" - -msgid "Reserved/not assigned by IANA" -msgstr "Reserviert / nicht durch die IANA zugewiesen" - -msgid "Block bogon networks" -msgstr "Blockiere Bogon-Netze" - -# File: src/www/firewall_rules.php, line: 441 -# File: src/www/firewall_rules.php, line: 658 -msgid "first match" -msgstr "erste Zuordnung" - -# File: src/www/firewall_rules.php, line: 443 -# File: src/www/firewall_rules.php, line: 680 -msgid "last match" -msgstr "letzte Zuordnung" - -msgid "Echo request" -msgstr "Echo request" - -msgid "Echo reply" -msgstr "Echo reply" - -msgid "Destination unreachable" -msgstr "Ziel unerreichbar" - -msgid "Source quench" -msgstr "Quelle löschen" - -msgid "Redirect" -msgstr "Weiterleiten" - -msgid "Alternate Host" -msgstr "Alternativer Host" - -msgid "Router advertisement" -msgstr "Router Advertisement" - -msgid "Router solicitation" -msgstr "Router Solicitation" - -msgid "Time exceeded" -msgstr "Zeit überschritten" - -msgid "Invalid IP header" -msgstr "Ungültiger IP Header" - -msgid "Timestamp reply" -msgstr "Zeitstempelantwort" - -msgid "Information request" -msgstr "Informationsanfrage" - -msgid "Information reply" -msgstr "Informationsantwort" - -msgid "Address mask request" -msgstr "Anfrage zur Adressmaskierung" - -msgid "Address mask reply" -msgstr "Antwort zur Adressmaskierung" - -# File: src/www/firewall_rules.php, line: 569 -# File: src/www/firewall_schedule.php, line: 235 -msgid "edit schedule" -msgstr "Zeitplan bearbeiten" - -msgid "No floating rules are currently defined." -msgstr "Es sind derzeit keine schwebenden Regeln vorhanden." - -msgid "No rules are currently defined for this interface" -msgstr "Zur Zeit sind keine Regeln für diese Schnittstelle definiert" - -# Wenn wir "allow" und "deny" übersetzen, müssen wir konsequenterweise auch "pass" übersetzen. -msgid "" -"All incoming connections on this interface will be blocked until you add " -"pass rules." -msgstr "" -"Alle eingehenden Verbindungen auf dieser Schnittstelle werden blockiert bis " -"Durchgangsregeln hinzugefügt werden." - -msgid "Click the" -msgstr "Klicken Sie auf" - -msgid " button to add a new rule." -msgstr " Button um eine neue Regel hinzuzufügen" - -msgid "pass" -msgstr "Erlauben" - -msgid "match" -msgstr "entsprechen" - -msgid "block" -msgstr "blockieren" - -msgid "reject" -msgstr "ablehnen" - -msgid "log" -msgstr "protokollieren" - -msgid "pass (disabled)" -msgstr "erlauben (deaktiviert)" - -msgid "match (disabled)" -msgstr "entsprechen (deaktiviert)" - -msgid "block (disabled)" -msgstr "blockieren (deaktiviert)" - -msgid "reject (disabled)" -msgstr "ablehnen (deaktiviert)" - -msgid "log (disabled)" -msgstr "protokollieren (deaktiviert)" - -# File: src/www/firewall_rules.php, line: 583 -msgid "Schedule (click to view/edit)" -msgstr "Zeitplan (klicken zum Anzeigen/Bearbeiten)" - -msgid "Hint:" -msgstr "Hinweis:" - -msgid "" -"Rules are evaluated on a first-match basis (i.e. the action of the first " -"rule to match a packet will be executed). This means that if you use block " -"rules, you'll have to pay attention to the rule order. Everything that isn't " -"explicitly passed is blocked by default. " -msgstr "" -"Regeln werden nach nach dem Erster-Treffer Prinzip bearbeitet (d.h. es wird " -"die Aktion der Regel ausgeführt, bei der es die erste Übereinstimmung für " -"ein Paket gegeben hat). Achten Sie deshalb auf die Reihenfolge Ihrer Regeln, " -"wenn Sie Blockierregeln verwenden. Alles was nicht ausdrücklich erlaubt ist, " -"wird standardmäßig blockiert." - -msgid "" -"Floating rules are evaluated on a first-match basis (i.e. the action of the " -"first rule to match a packet will be executed) only if the 'quick' option is " -"checked on a rule. Otherwise they will only apply if no other rules match. " -"Pay close attention to the rule order and options chosen. If no rule here " -"matches, the per-interface or default rules are used. " -msgstr "" -"Schwebende Regeln werden nach nur dann dem Erster-Treffer Prinzip bearbeitet " -"(d.h. es wird die Aktion der Regel ausgeführt, bei der es die erste " -"Übereinstimmung für ein Paket gegeben hat), wenn die Option \"schnell\" für " -"die Regel aktiviert wurde. Andernfalls werden diese Regeln nur dann " -"angewandt, wenn es bei keiner anderen Regel eine Übereinstimmung gab. Legen " -"Sie großes Augenmerk auf die Reihenfolge der Regeln und die ausgewählten " -"Optionen. Wenn keine dieser Regeln angewandt wird, dann greifen die Regeln " -"der jeweiligen Schnittstellen oder die Standardregeln." - -msgid "TCP/IP Version" -msgstr "TCP/IP Version" - -msgid "You can not assign a gateway to a rule that applies to IPv4 and IPv6" -msgstr "" -"Sie können kein Gateway einer Regel zuweisen die für IPv4 und IPv6 verwendet " -"wird." - -msgid "You can not assign a IPv4 gateway group on IPv6 Address Family rule" -msgstr "" -"Sie können keine IPv4 Gateway Gruppe einer Regel der IPv6 Adressfamilie " -"zuweisen" - -msgid "You can not assign a IPv6 gateway group on IPv4 Address Family rule" -msgstr "" -"Sie können keine IPv6 Gateway Gruppe einer Regel der IPv4 Adressfamilie " -"zuweisen" - -msgid "You can not assign the IPv4 Gateway to a IPv6 Filter rule" -msgstr "Sie können das IPv4 Gateway nicht einer IPv6 Filterregel zuweisen" - -msgid "You can not assign the IPv6 Gateway to a IPv4 Filter rule" -msgstr "Sie können das IPv6 Gateway nicht einer IPv4 Filterregel zuweisen" - -msgid "You can not assign a ICMP type to a rule that applies to IPv4 and IPv6" -msgstr "" -"Sie können einer Regel keinen ICMP-Typ zuweisen, die sowohl bei IPv4 als " -"auch bei IPv6 angewandt wird" - -msgid "%s is only valid with protocol tcp." -msgstr "%s ist nur mit dem Protokoll TCP gültig" - -msgid "%s is only valid if the gateway is set to 'default'." -msgstr "%s ist nur gültig, wenn Gateway auf 'standard' gesetzt wird." - -# File: src/www/firewall_rules_edit.php, line: 281 -msgid "" -"When selecting aliases for source ports, both from and to fields must be the " -"same" -msgstr "" -"Bei der Auswahl von Alias für Quellports, müssen sowohl \"Von\" als auch \"" -"An\" Felder übereinstimmen" - -# File: src/www/firewall_rules_edit.php, line: 284 -msgid "" -"When selecting aliases for destination ports, both from and to fields must " -"be the same" -msgstr "" -"Bei der Auswahl von Alias für Zielports, müssen sowohl \"Von\" als auch \"" -"An\" Felder übereinstimmen" - -msgid "" -"The Source IP address %s Address Family differs from the destination %s." -msgstr "" -"Die Adressfamilie der Quell IP Adresse %s unterscheidet sich von der der " -"Zieladresse %s." - -msgid "You can not use IPv6 addresses in IPv4 rules." -msgstr "Sie können keine IPv6 Adressen in IPv4 Regeln verwenden." - -msgid "You can not use IPv4 addresses in IPv6 rules." -msgstr "Sie können keine IPv4-Adressen in IPv6-Regeln anwenden." - -# File: src/www/firewall_rules_edit.php, line: 312 -msgid "Invalid subnet mask on IPv4 source" -msgstr "Ungültige Subnetzmaske bei IPv4-Quelle" - -# File: src/www/firewall_rules_edit.php, line: 315 -msgid "Invalid subnet mask on IPv4 destination" -msgstr "Ungültige Subnetzmaske bei IPv4-Ziel" - -msgid "You can not use a IPv4 or IPv6 address in combined IPv4 + IPv6 rules." -msgstr "" -"Sie können keine IPv4- oder IPv6-Adresse in kombinierten IPv4 + IPv6 Regeln " -"anwenden." - -msgid "OS detection is only valid with protocol tcp." -msgstr "Betriebssystemerkennung ist nur mit dem Protokoll TCP gültig." - -msgid "Invalid OS detection selection. Please select a valid OS." -msgstr "" -"Ungültige Betriebsystem Erkennungsauswahl. Bitte wähle ein güliges " -"Betriebsystem." - -msgid "" -"You can not use gateways in Floating rules without choosing a direction." -msgstr "" -"Sie können in schwebenden Regeln keine Gateways verwenden ohne die Richtung " -"anzugeben." - -msgid "" -"You can only specify the maximum number of established connections per host (" -"advanced option) for TCP protocol." -msgstr "" -"Sie können die maximale Zahl von aufgebauten Verbindungen pro Host (" -"erweiterte Einstellung) nur für das TCP Protokoll angeben." - -msgid "" -"You can only specify the maximum new connections per host / per second(s) (" -"advanced option) for TCP protocol." -msgstr "" -"Sie können die maximale Zahl neuer Verbindungen pro Host / pro Sekunde(n) (" -"erweiterte Einstellung) nur für das TCP Protokoll angeben." - -msgid "" -"You can only specify the state timeout (advanced option) for TCP protocol." -msgstr "" -"Sie können den die Statuszeitüberschreitung (erweiterte Einstellung) nur für " -"das TCP Protokoll angeben." - -# XXX: pass type rules? -msgid "" -"You can only specify the maximum state entries (advanced option) for Pass " -"type rules." -msgstr "" -"Sie können die maximalen Statuseinträge (erweiterte Einstellung) nur für " -"Pass Typ Regeln angeben." - -# XXX: pass type rules? -msgid "" -"You can only specify the maximum number of unique source hosts (advanced " -"option) for Pass type rules." -msgstr "" -"Sie können die maximale Anzahl von eindeutigen Quellhosts (erweiterte " -"Einstellung) nur für Pass Typ Regeln angeben." - -msgid "" -"You can only specify the maximum number of established connections per host (" -"advanced option) for Pass type rules." -msgstr "" -"Sie können die maximale Anzahl von aufgebauten Verbindungen pro Host (" -"erweiterte Einstellung) nur für Pass Typ Regeln angeben." - -msgid "" -"You can only specify the maximum state entries per host (advanced option) " -"for Pass type rules." -msgstr "" -"Sie können die maximalen Statuseinträge pro Host (erweiterte Einstellung) " -"nur für Pass Typ Regeln angeben." - -msgid "" -"You can only specify the maximum new connections per host / per second(s) (" -"advanced option) for Pass type rules." -msgstr "" -"Sie können die maximalen neuen Verbindungen pro Host / pro Sekunde(n) (" -"erweiterte Einstellung) nur für Pass Typ Regeln angeben." - -msgid "" -"You can only specify the state timeout (advanced option) for Pass type rules." -msgstr "" -"Sie können die Statuszeitüberschreitung (erweiterte Einstellung) nur für " -"Pass Typ Regeln angeben." - -# File: src/www/firewall_rules_edit.php, line: 496 -msgid "" -"You cannot specify the maximum state entries (advanced option) if statetype " -"is none." -msgstr "" -"Sie können die maximalen Statuseinträge (erweiterte Einstellung) nicht " -"angeben, wenn Statustyp auf \"keiner\" eingestellt ist." - -# File: src/www/firewall_rules_edit.php, line: 498 -msgid "" -"You cannot specify the maximum number of unique source hosts (advanced " -"option) if statetype is none." -msgstr "" -"Sie können die maximale Anzahl von eindeutigen Quellhosts (erweiterte " -"Einstellung) nicht angeben, wenn Statustyp auf \"keiner\" eingestellt ist." - -# File: src/www/firewall_rules_edit.php, line: 500 -msgid "" -"You cannot specify the maximum number of established connections per host (" -"advanced option) if statetype is none." -msgstr "" -"Sie können die maximale Anzahl von aufgebauten Verbindungen pro Host (" -"erweiterte Einstellung) nicht angeben, wenn Statustyp auf \"keiner\" " -"eingestellt ist." - -# File: src/www/firewall_rules_edit.php, line: 502 -msgid "" -"You cannot specify the maximum state entries per host (advanced option) if " -"statetype is none." -msgstr "" -"Sie können kein Maximum an Statuseinträgen pro Host (erweiterte Option) " -"angeben, wenn der Statustyp \"keiner\" verwendet wird." - -# File: src/www/firewall_rules_edit.php, line: 504 -msgid "" -"You cannot specify the maximum new connections per host / per second(s) (" -"advanced option) if statetype is none." -msgstr "" -"Sie können die maximalen neuen Verbindungen pro Host / pro Sekunde(n) (" -"erweiterte Einstellung) nicht angeben, wenn Statustyp auf \"keiner\" " -"eingestellt ist." - -# File: src/www/firewall_rules_edit.php, line: 506 -msgid "" -"You cannot specify the state timeout (advanced option) if statetype is none." -msgstr "" -"Sie können keine Statuszeitüberschreitung (erweiterte Einstellung) angeben, " -"wenn Statustyp auf \"keiner\" eingestellt ist." - -msgid "Maximum state entries (advanced option) must be a positive integer" -msgstr "" -"Maximale Statistikeinträge (erweiterte Einstellungen) muss ein positiver " -"Wert sein" - -msgid "" -"Maximum number of unique source hosts (advanced option) must be a positive " -"integer" -msgstr "" - -msgid "" -"Maximum number of established connections per host (advanced option) must be " -"a positive integer" -msgstr "" -"Maximale Anzahl der hergestellten Verbindungen pro Host (erweiterte " -"Einstellung) muss eine positive ganze Zahl sein" - -msgid "" -"Maximum state entries per host (advanced option) must be a positive integer" -msgstr "" -"Maximale Statuseinträge pro Host (erweiterte Option) muss eine positive Zahl " -"sein" - -msgid "" -"Maximum new connections per host / per second(s) (advanced option) must be a " -"positive integer" -msgstr "" -"Maximale neue Verbindungen pro Host / pro Sekunde (erweiterte Option) muss " -"eine positive Zahl sein" - -msgid "State timeout (advanced option) must be a positive integer" -msgstr "Statusgültigkeitsdauer (erweiterte Option) muss eine positive Zahl sein" - -msgid "" -"Both maximum new connections per host and the interval (per second(s)) must " -"be specified" -msgstr "" - -msgid "" -"If you specify TCP flags that should be set you should specify out of which " -"flags as well." -msgstr "" - -msgid "Edit Firewall rule" -msgstr "Firewallregel bearbeiten" - -# File: src/www/firewall_rules_edit.php, line: 667 -msgid "Block" -msgstr "Blockieren" - -# File: src/www/firewall_rules_edit.php, line: 667 -msgid "Reject" -msgstr "Ablehnen" - -# File: src/www/firewall_rules_edit.php, line: 669 -msgid "Match" -msgstr "Entsprechen" - -msgid "Choose what to do with packets that match the criteria specified below." -msgstr "" -"Wählen Sie aus, was mit Paketen zu tun ist, die den Kriterien entsprechen, " -"die unten angegeben wurden." - -msgid "" -"Hint: the difference between block and reject is that with reject, a packet (" -"TCP RST or ICMP port unreachable for UDP) is returned to the sender, whereas " -"with block the packet is dropped silently. In either case, the original " -"packet is discarded." -msgstr "" -"Hinweis: Der Unterschied zwischen blockieren und zurückweisen ist der, dass " -"beim Zurückweisen ein Paket (TCP RST oder ICMP port unreachable bei UDP) an " -"den Absender geschickt wird, während beim Blockieren das Paket still " -"verworfen wird. In beiden Fällen wird das originale Paket verworfen." - -msgid "Quick" -msgstr "Schnell" - -msgid "Apply the action immediately on match." -msgstr "Wende die Aktion sofort bei einem Treffer an." - -msgid "" -"Set this option if you need to apply this action to traffic that matches " -"this rule immediately." -msgstr "" -"Setzen Sie diese Option, falls Sie diese Aktion sofort auf den Datenverkehr " -"anwenden möchten, der dieser Regel entspricht." - -msgid "Associated filter rule" -msgstr "Zugewiesene Filterregel" - -msgid "This is associated to a NAT rule." -msgstr "Dies ist einer NAT-Regel zugeordnet." - -msgid "" -"You cannot edit the interface, protocol, source, or destination of " -"associated filter rules." -msgstr "" -"Sie können Schnittstelle, Protokoll, Quelle und Ziel der verknüpften " -"Filterregeln nicht bearbeiten." - -msgid "View the NAT rule" -msgstr "Anschauen der NAT-Regel" - -msgid "Choose on which interface packets must come in to match this rule." -msgstr "" -"Wählen Sie aus, auf welcher Schnittstelle die Pakete ankommen müssen um " -"dieser Regel zu entsprechen." - -msgid "Select the Internet Protocol version this rule applies to" -msgstr "" -"Wählen Sie die Internet Protokoll-Version aus, auf die diese Regel angewandt " -"werden soll" - -msgid "Hint: in most cases, you should specify " -msgstr "Hinweis: in den meisten Fällen, müssen Sie spezifizieren " - -msgid "ICMP type" -msgstr "ICMP Typ" - -msgid "" -"If you selected ICMP for the protocol above, you may specify an ICMP type " -"here." -msgstr "" -"Falls Sie oben ICMP als Protokoll ausgewählt haben, können Sie hier einen " -"ICMP-Typ angeben." - -msgid "Log" -msgstr "Protokoll" - -msgid "Log packets that are handled by this rule" -msgstr "Protokolliere Pakete die von dieser Regel behandelt werden" - -msgid "Diagnostics: System logs: Settings" -msgstr "Diagnose: Systemprotokolle: Einstellungen" - -msgid "" -"Hint: the firewall has limited local log space. Don't turn on logging for " -"everything. If you want to do a lot of logging, consider using a remote " -"syslog server" -msgstr "" -"Hinweis: Die Firewall hat limitierten Protokollspeicher. Schalten Sie die " -"Protokollierung nicht für alles ein. Falls Sie viel protokollieren, sollten " -"Sie überlegen, ob Sie einen externen Syslog-Server zu verwenden möchten" - -msgid "page" -msgstr "Seite" - -msgid "see the" -msgstr "siehe die" - -msgid "Advanced features" -msgstr "Erweiterte Funktionen" - -msgid "Source OS" -msgstr "Quellbetriebssystem" - -msgid "OS Type:" -msgstr "Betriebssystemtyp" - -msgid "" -"Note: this only works for TCP rules. General OS choice matches all subtypes." -msgstr "" - -msgid "Diffserv Code Point" -msgstr "" - -msgid "Leave as 'none' to leave the rule enabled all the time." -msgstr "Belassen Sie es auf 'keiner', damit die Regel permanent aktiv ist." - -msgid "default" -msgstr "standard" - -msgid "" -"Leave as 'default' to use the system routing table. Or choose a gateway to " -"utilize policy based routing." -msgstr "" - -msgid "Advanced Options" -msgstr "Erweiterte Optionen" - -# File: src/www/firewall_rules_edit.php, line: 1219 -msgid "Show/Hide" -msgstr "Zeigen/Verstecken" - -# File: src/www/firewall_rules_edit.php, line: 1224 -msgid "Note: Leave fields blank to disable the feature." -msgstr "Hinweis: Feld freilassen um die Funktion zu deaktivieren." - -# File: src/www/firewall_rules_edit.php, line: 1227 -msgid "allow options" -msgstr "erlaube Einstellungen" - -msgid "" -"This allows packets with IP options to pass. Otherwise they are blocked by " -"default. This is usually only seen with multicast traffic." -msgstr "" -"Dies erlaubt Paketen, bei denen IP Optionen gesetzt sind, zu passieren. " -"Ansonsten werden sie standardmäßig blockiert. Dies ist normalerweise nur in " -"Multicastverkehr üblich." - -# File: src/www/firewall_rules_edit.php, line: 1236 -msgid "disable reply-to" -msgstr "deaktiviere Antwort-an" - -msgid "This will disable auto generated reply-to for this rule." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1245 -msgid "Set local tag" -msgstr "Setze lokal-Tag" - -msgid "Policy filtering" -msgstr "" - -msgid "" -"You can mark a packet matching this rule and use this mark to match on other " -"NAT/filter rules. It is called" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1254 -msgid "Match local tag" -msgstr "" - -msgid "You can match packet on a mark placed before on another rule." -msgstr "" -"Sie können ein Paket auf eine Markierung prüfen, die von einer anderen Regel " -"erstellt wurde." - -# File: src/www/firewall_rules_edit.php, line: 1263 -msgid "Max states" -msgstr "Max Status" - -msgid " Maximum state entries this rule can create" -msgstr "Maximale Statuseinträge, die diese Regel erzeugen kann" - -# File: src/www/firewall_rules_edit.php, line: 1272 -msgid "Max source nodes" -msgstr "Max Quellknoten" - -msgid " Maximum number of unique source hosts" -msgstr " Maximale Anzahl einmaliger Quellhosts" - -# File: src/www/firewall_rules_edit.php, line: 1281 -msgid "Max established" -msgstr "Max etabliert" - -msgid " Maximum number of established connections per host (TCP only)" -msgstr " Maximale Anzahl bestehender Verbindungen per Host (Nur TCP)" - -# File: src/www/firewall_rules_edit.php, line: 1290 -msgid "Max source states" -msgstr "Maximale Quellstatus" - -msgid " Maximum state entries per host" -msgstr " Maximale Statuseinträge pro Host" - -# File: src/www/firewall_rules_edit.php, line: 1299 -msgid "Max new connections" -msgstr "Maximale neue Verbindungen" - -msgid "Maximum new connections per host / per second(s) (TCP only)" -msgstr "Maximale neue Verbindungen pro Host / pro Sekunde(n) (nur TCP)" - -# File: src/www/firewall_rules_edit.php, line: 1329 -msgid "State timeout" -msgstr "Statusgültigkeitsdauer" - -msgid "State Timeout in seconds (TCP only)" -msgstr "Statusgültigkeitsdauer in Sekunden (nur TCP)" - -msgid "TCP flags" -msgstr "TCP Flags" - -msgid "Any flags." -msgstr "Jegliche Flags." - -msgid "" -"Use this to choose TCP flags that must be set or cleared for this rule to " -"match." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1376 -msgid "NO pfsync" -msgstr "KEINE pfsync" - -msgid "State Type" -msgstr "Statustyp" - -msgid "" -"Hint: This prevents states created by this rule to be sync'ed over pfsync." -msgstr "" -"Hinweis: Dies verhindert, dass Status, die durch diese Regel erzeugt werden, " -"über pfsync synchronisiert werden." - -msgid "keep state" -msgstr "" - -msgid "sloppy state" -msgstr "" - -msgid "synproxy state" -msgstr "" - -msgid "" -"Hint: Select which type of state tracking mechanism you would like to use. " -"If in doubt, use keep state." -msgstr "" - -msgid "Works with all IP protocols." -msgstr "Funktioniert mit alen IP-Protokollen." - -msgid "" -"Proxies incoming TCP connections to help protect servers from spoofed TCP " -"SYN floods. This option includes the functionality of keep state and " -"modulate state combined." -msgstr "" - -msgid "" -"Do not use state mechanisms to keep track. This is only useful if you're " -"doing advanced queueing in certain situations. Please check the " -"documentation." -msgstr "" - -msgid "Fri" -msgstr "Fr" - -msgid "Mon" -msgstr "Mo" - -msgid "Sat" -msgstr "Sa" - -msgid "Sun" -msgstr "So" - -msgid "Thur" -msgstr "Do" - -msgid "Tues" -msgstr "Di" - -msgid "Wed" -msgstr "Mi" - -msgid "April" -msgstr "April" - -msgid "August" -msgstr "August" - -msgid "December" -msgstr "Dezember" - -msgid "February" -msgstr "Februar" - -msgid "January" -msgstr "Januar" - -msgid "July" -msgstr "Juli" - -msgid "June" -msgstr "Juni" - -msgid "March" -msgstr "März" - -msgid "May" -msgstr "Mai" - -msgid "November" -msgstr "November" - -msgid "October" -msgstr "Oktober" - -msgid "September" -msgstr "September" - -msgid "Cannot delete Schedule. Currently in use by %s" -msgstr "Konnte Zeitplan nicht löschen, da dieser gerade von %s verwendet wird." - -# File: src/www/firewall_schedule.php, line: 79 -msgid "Add a new schedule" -msgstr "Einen neuen Zeitplan hinzufügen" - -msgid "Do you really want to delete this schedule?" -msgstr "Sind Sie sicher, dass Sie diesen Zeitplan löschen möchten?" - -msgid "Time Range(s)" -msgstr "Zeitbereich(e)" - -msgid "Schedule is currently active" -msgstr "Zeitplan ist zurzeit aktiv" - -# File: src/www/firewall_schedule.php, line: 238 -msgid "delete schedule" -msgstr "Zeitplan löschen" - -# File: src/www/firewall_schedule.php, line: 241 -msgid "clone schedule" -msgstr "Zeitplan klonen" - -msgid "" -"Schedules act as placeholders for time ranges to be used in Firewall Rules." -msgstr "" -"Zeitpläne dienen als Platzhalter für Zeitbereiche, die in Firewallregeln " -"verwendet werden können." - -msgid "Schedule may not be named LAN." -msgstr "Zeitplan kann nicht \"LAN\" genannt werden." - -msgid "Schedule may not be named WAN." -msgstr "Zeitplan kann nicht \"WAN\" genannt werden." - -msgid "Schedule name cannot be blank." -msgstr "Name des Zeitplans kann nicht leer sein." - -msgid "Reserved word used for schedule name." -msgstr "Reserviertes Wort für den Namen des Zeitplans verwendet." - -msgid "The schedule name may only consist of the characters a-z, A-Z, 0-9" -msgstr "Der Name des Zeitplans darf nur aus den Zeichen a-z, A-Z, 0-9 bestehen" - -msgid "A Schedule with this name already exists." -msgstr "Ein Zeitplan mit diesem Namen existiert bereits." - -msgid "Invalid start time - '%s'" -msgstr "Ungültige Startzeit - '%s'" - -msgid "Invalid stop time - '%s'" -msgstr "Ungültige Stoppzeit - '%s'" - -msgid "The schedule must have at least one time range configured." -msgstr "Der Zeitplan muss mindestens über einen Zeitbereich verfügen." - -msgid "Schedule information" -msgstr "Zeitplan Information" - -msgid "Schedule Name" -msgstr "Name des Zeitplans" - -msgid "NOTE: This schedule is in use so the name may not be modified!" -msgstr "" -"HINWEIS: Dieser Zeitplan ist in Benutzung deswegen kann der Name nicht " -"geändert werden!" - -msgid "" -"The name of the alias may only consist of the characters a-z, A-Z and 0-9" -msgstr "Der Name des Alias kann nur aus den Zeichen a-z, A-Z und 0-9 bestehen" - -msgid "Month" -msgstr "Monat" - -msgid "Tue" -msgstr "Di" - -msgid "Thu" -msgstr "Do" - -msgid "" -"Click individual date to select that date only. Click the appropriate " -"weekday Header to select all occurrences of that weekday." -msgstr "" -"Klicken Sie auf ein Datum um nur dieses Datum auszuwählen. Klicken Sie auf " -"einen Wochentagsheader um alle Vorkommen dieses Wochentags auszuwählen." - -msgid "Start Time" -msgstr "Startzeit" - -msgid "Stop Time" -msgstr "Endzeit" - -msgid "" -"Select the time range for the day(s) selected on the Month(s) above. A full " -"day is 0:00-23:59." -msgstr "" -"Wählen Sie einen Zeitbereich für den/die oben ausgewählten Tag(e) der/des " -"Monat(s) aus. Ein vollständiger Tag ist 0:00-23:59." - -msgid "Time Range Description" -msgstr "Beschreibung Zeitbereich" - -msgid "Add Time" -msgstr "Zeit hinzufügen" - -msgid "Clear Selection" -msgstr "Auswahl löschen" - -msgid "Schedule repeat" -msgstr "Zeitplan wiederholen" - -msgid "Configured Ranges" -msgstr "Konfigurierte Bereiche" - -msgid "Day(s)" -msgstr "Tag(e)" - -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"NAT mapping." -msgstr "" -"Dieser Eintrag kann nicht gelöscht werden, da mindestens noch eine NAT-" -"Zuordnung besteht." - -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"Gateway." -msgstr "" -"Dieser Eintrag kann nicht gelöscht werden, da er noch von mindestens einem " -"Gateway referenziert wird." - -msgid "" -"This entry cannot be deleted because it is still referenced by a CARP IP " -"with the description" -msgstr "" - -msgid "The VIP configuration has been changed." -msgstr "Die VIP Konfiguration hat sich geändert." - -msgid "Virtual IP address" -msgstr "Virtuelle IP-Adresse" - -# File: src/www/firewall_virtual_ip.php, line: 309 -msgid "move selected virtual IPs before this entry" -msgstr "ausgewählte virtuelle IPs vor diesen Eintrag verschieben" - -# File: src/www/firewall_virtual_ip.php, line: 312 -msgid "edit virtual IP" -msgstr "virtuelle IP bearbeiten" - -# File: src/www/firewall_virtual_ip.php, line: 315 -msgid "delete virtual IP" -msgstr "virtuelle IP löschen" - -# File: src/www/firewall_virtual_ip.php, line: 318 -msgid "clone virtual IP" -msgstr "virtuelle IP klonen" - -# File: src/www/firewall_virtual_ip.php, line: 332 -msgid "move selected virtual IPs to end" -msgstr "ausgewählte virtuelle IPs an das Ende verschieben" - -# File: src/www/firewall_virtual_ip.php, line: 335 -msgid "add new virtual IP" -msgstr "eine neue virtuelle IP hinzufügen" - -msgid "The virtual IP addresses defined on this page may be used in" -msgstr "" - -msgid "mappings." -msgstr "Zuordnungen." - -msgid "You can check the status of your CARP Virtual IPs and interfaces " -msgstr "" -"Sie können den Status Ihrer virtuellen CARP IPs und Schnittstellen " -"überprüfen." - -msgid "here" -msgstr "hier" - -msgid "A valid IP address must be specified." -msgstr "Eine gültige IP Adresse muss spezifiziert werden." - -msgid "This IP address is being used by another interface or VIP." -msgstr "" -"Diese IP Adresse ist von einer anderen Schnittstelle oder VIP in Benutzung." - -msgid "" -"The interface chosen for the VIP has no IPv4 or IPv6 address configured so " -"it cannot be used as a parent for the VIP." -msgstr "" -"Die für das VIP ausgewählte Schnittstelle hat weder eine IPv4- noch eine " -"IPv6-Adresse und kann deshalb nicht als übergeordnete Schnittstelle für die " -"VIP verwendet werden." - -msgid "You cannot use the network address for this VIP" -msgstr "Sie können diese Netzwerkadresse nicht für diesen VIP nutzen." - -msgid "You cannot use the broadcast address for this VIP" -msgstr "Sie können die Broadcastadresse nicht für dieses VIP benutzen" - -msgid "" -"VHID %s is already in use on interface %s. Pick a unique number on this " -"interface." -msgstr "" -"VHID %s wird bereits für Schnittstelle %s verwendet. Wählen Sie eine " -"eindeutige Zahl für diese Schnittstelle." - -msgid "" -"You must specify a CARP password that is shared between the two VHID members." -msgstr "" -"Sie müssen ein CARP Passwort spezifizieren, welches von den zwei VHID " -"Mitgliedern geteilt wird." - -msgid "" -"Sorry, we could not locate an interface with a matching subnet for %s. " -"Please add an IP alias in this subnet on this interface." -msgstr "" -"Entschuldigung, wir könnten kein übereinstimmendes Subnetz für %s in den " -"Schnittstellen finden. Bitte konfigurieren Sie einen IP-Alias in diesem " -"Subnetz für diese Schnittstelle." - -msgid "For this type of vip localhost is not allowed." -msgstr "Für diesen VIP-Typ ist localhost nicht erlaubt." - -# File: src/www/firewall_virtual_ip_edit.php, line: 266 -msgid "Please provide a single IP address" -msgstr "Bitte geben Sie eine einzelne IP-Adresse an" - -msgid "" -"This must be the network's subnet mask. It does not specify a CIDR range." -msgstr "" - -msgid "This is a CIDR block of proxy ARP addresses." -msgstr "Dies ist ein CIDR-Block von Proxy-ARP-Adressen" - -msgid "Edit Virtual IP" -msgstr "Virtuelle IP bearbeiten" - -msgid "IP Alias" -msgstr "IP Alias" - -# File: src/www/firewall_virtual_ip_edit.php, line: 334 -msgid "carp" -msgstr "carp" - -msgid "Proxy ARP" -msgstr "Proxy ARP" - -msgid "Other" -msgstr "Andere(r|s)" - -msgid "IP Address(es)" -msgstr "IP-Adresse(n)" - -msgid "Type:" -msgstr "Typ:" - -msgid "Single address" -msgstr "Einzelne Adresse" - -msgid "Expansion:" -msgstr "Erweiterung:" - -# File: src/www/firewall_virtual_ip_edit.php, line: 403 -msgid "" -"Disable expansion of this entry into IPs on NAT lists (e.g. 192.168.1.0/24 " -"expands to 256 entries." -msgstr "" - -msgid "Virtual IP Password" -msgstr "Passwort der virtuellen IP" - -msgid "Enter the VHID group password." -msgstr "Geben Sie das VHID Gruppenpasswort ein." - -msgid "VHID Group" -msgstr "VHID Gruppe" - -msgid "Enter the VHID group that the machines will share" -msgstr "Geben Sie die VHID Gruppe ein, die die Maschinen teilen werden" - -msgid "Advertising Frequency" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 433 -msgid "Base" -msgstr "Basis" - -# File: src/www/firewall_virtual_ip_edit.php, line: 441 -msgid "Skew" -msgstr "Zeitversatz" - -msgid "" -"The frequency that this machine will advertise. 0 means usually master. " -"Otherwise the lowest combination of both values in the cluster determines " -"the master." -msgstr "" - -msgid "" -"Proxy ARP and Other type Virtual IPs cannot be bound to by anything running " -"on the firewall, such as IPsec, OpenVPN, etc. Use a CARP or IP Alias type " -"address for these cases." -msgstr "" - -msgid "CARP FAQ" -msgstr "CARP FAQ" - -msgid "For more information on CARP and the above values, visit the OpenBSD " -msgstr "" -"Weitere Informationen zu CARP und den oben genannten Werten, finden Sie auf " -"der OpenBSD Seite " - -msgid "Available Widgets" -msgstr "Verfügbare Widgets" - -# File: src/www/graph.php, line: 79 -msgid "Cannot get data about interface %s" -msgstr "Konnte keine Informationen zu Schnittstelle %s sammeln" - -msgid "In" -msgstr "Ein" - -msgid "Out" -msgstr "Ausgehend" - -msgid "Switch to bytes/s" -msgstr "Zu Bytes/s wechseln" - -msgid "AutoScale" -msgstr "Automatische Skalierung" - -msgid "Graph shows last" -msgstr "Graph zeigt die letzten" - -msgid "Collecting initial data, please wait" -msgstr "Sammle initiale Daten, bitte warten" - -msgid "No URL for getURL" -msgstr "Keine URL für getURL" - -msgid "No callback function for getURL" -msgstr "Keine callback Funktion für getURL" - -msgid "Both getURL and XMLHttpRequest are undefined" -msgstr "getURL und XMLHttpRequest sind nicht definiert" - -msgid "Switch to" -msgstr "Wechsle zu" - -msgid "follow" -msgstr "folgen" - -msgid "up" -msgstr "aktiv" - -msgid "Kbps" -msgstr "Kbps" - -msgid "Mbps" -msgstr "Mbps" - -msgid "Gbps" -msgstr "Gbps" - -msgid "KB/s" -msgstr "KB/s" - -msgid "MB/s" -msgstr "MB/s" - -msgid "GB/s" -msgstr "GB/s" - -msgid "The field %s contains invalid characters." -msgstr "Das Feld %s enthält ungültige Zeichen." - -msgid "The field %s is required." -msgstr "Das Feld %s ist erforderlich." - -msgid "The following input errors were detected:" -msgstr "Die folgenden Eingabefehler wurden entdeckt:" - -msgid "Apply changes" -msgstr "Änderungen übernehmen" - -# File: src/www/guiconfig.inc, line: 259 -msgid "" -"The firewall has globally been disabled and configured rules are currently " -"not enforced. It can be enabled in the %sFirewall/NAT%s settings." -msgstr "" -"Die Firewall wurde global deaktiviert und die konfigurierten Regeln werden " -"derzeit nicht durchgesetzt. Sie kann in den %sFirewall/NAT%s-Einstellungen " -"aktiviert werden." - -msgid "The changes have been applied successfully." -msgstr "Die Änderungen wurden erfolgreich angewandt." - -msgid "" -"You can also monitor the filter " -"reload progress." -msgstr "" -"Sie können den Fortschritt des Neuladens des Filters auch überwachen." - -# File: src/www/guiconfig.inc, line: 412 -msgid "File %s is a directory." -msgstr "Datei %s ist ein Verzeichnis." - -# File: src/www/guiconfig.inc, line: 414 -msgid "File %s doesn't exist." -msgstr "Datei %s existiert nicht." - -# File: src/www/guiconfig.inc, line: 389 -# File: src/www/guiconfig.inc, line: 420 -msgid "File %s yielded no results." -msgstr "Die Datei %s lieferte keine Ergebnisse." - -msgid "Currently viewing: " -msgstr "Aktuelle Ansicht: " - -# File: src/www/guiconfig.inc, line: 629 -msgid "A problem was detected. Click %shere%s for more information." -msgstr "" -"Ein Problem wurde gefunden. Klicken Sie %shier%s für weitere Informationen." - -msgid "Acknowledge All Notices" -msgstr "Alle Meldungen bestätigen" - -msgid "unread notice" -msgstr "ungelesene Mitteilung" - -msgid "unread notices" -msgstr "ungelesene Mitteilungen" - -msgid "Widget configuration has been changed." -msgstr "Widget-Konfiguration hat sich geändert." - -msgid "Starting initial configuration" -msgstr "Starte initiale Konfiguration" - -msgid "Welcome to %s!\n" -msgstr "Willkommen bei %s!\n" - -msgid "One moment while we start the initial setup wizard." -msgstr "" -"Einen Moment bitte während wir die Oberfläche für die initiale Konfiguration " -"starten." - -msgid "" -"Embedded platform users: Please be patient, the wizard takes a little longer " -"to run than the normal GUI." -msgstr "" -"Nutzer von Embedded-Plattformen: Bitte seien Sie geduldig, der Wizard " -"benötigt etwas länger als das normale GUI." - -msgid "To bypass the wizard, click on the %s logo on the initial page." -msgstr "" -"Klicken Sie auf das %s-Logo auf der ersten Seite, um den Assistenten zu " -"umgehen." - -msgid "Loading selected widget" -msgstr "Lade ausgewähltes Widget" - -# File: src/www/interfaces.php, line: 214 -msgid "XML error: %s at line %d" -msgstr "XML-Fehler: %s in Zeile %d" - -msgid "You have already applied your settings!" -msgstr "Sie haben ihre Einstellungen bereits angewandt!" - -msgid "Sorry, an alias with the name %s already exists." -msgstr "Entschuldigung, ein Alias mit dem Namen %s existiert bereits." - -msgid "An interface with the specified description already exists." -msgstr "Ein Schnittstelle mit der angegebenen Beschreibung existiert bereits." - -msgid "" -"The DHCP Server is active on this interface and it can be used only with a " -"static IP configuration. Please disable the DHCP Server service on this " -"interface first, then change the interface configuration." -msgstr "" -"Der DHCP Server ist auf dieser Schnittstelle aktiv und kann nur mit einer " -"statischen IP-Konfiguration verwendet werden. Bitte deaktivieren Sie zuerst " -"den DHCP Serverdienst auf dieser Schnittstelle und dann ändern Sie die " -"Schnittstellenkonfiguration." - -# File: src/www/interfaces.php, line: 779 -msgid "" -"The DHCPv6 Server is active on this interface and it can be used only with a " -"static IPv6 configuration. Please disable the DHCPv6 Server service on this " -"interface first, then change the interface configuration." -msgstr "" -"Der DHCPv6 Server ist auf dieser Schnittstelle aktiv und kann nur mit einer " -"statischen IPv6-Konfiguration verwendet werden. Bitte deaktivieren Sie " -"zuerst den DHCPv6 Serverdienst auf dieser Schnittstelle und dann ändern Sie " -"die Schnittstellenkonfiguration." - -msgid "IPv4 address" -msgstr "IPv4-Adresse" - -msgid "Subnet bit count" -msgstr "Subnetzbitanzahl" - -msgid "Reject Leases From" -msgstr "Verweigere Leases von" - -msgid "" -"This interface is referenced by IPv4 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "" -"Diese Schnittstelle wird von IPv4 VIPs verwendet. Bitte entfernen Sie diese " -"zuerst, bevor Sie die Konfiguration der Schnittstelle auf \"keine\" ändern." - -msgid "You have to reassign the interface to be able to configure as %s." -msgstr "" -"Sie müssen die Schnittstelle neu zuweisen um sie als %s zu konfigurieren." - -msgid "Modem Port" -msgstr "Modemport" - -msgid "Phone Number" -msgstr "Telefonnummer" - -msgid "Dial on demand" -msgstr "Einwählen bei Bedarf" - -msgid "Idle timeout value" -msgstr "Leerlaufgültigkeitsdauerwert" - -msgid "PPPoE password" -msgstr "PPPoE Passwort" - -msgid "PPPoE username" -msgstr "PPPoE Benutzername" - -msgid "PPTP local IP address" -msgstr "Lokale PPTP IP-Adresse" - -msgid "PPTP password" -msgstr "PPTP Passwort" - -msgid "PPTP remote IP address" -msgstr "Ferne PPTP IP-Adresse" - -msgid "PPTP subnet" -msgstr "PPTP-Subnetz" - -msgid "PPTP username" -msgstr "PPTP Benutzername" - -msgid "L2TP password" -msgstr "L2TP Passwort" - -msgid "L2TP remote IP address" -msgstr "Ferne L2TP IP-Adresse" - -msgid "L2TP username" -msgstr "L2TP Benutzername" - -msgid "IPv6 address" -msgstr "IPv6 Adresse" - -msgid "" -"This interface is referenced by IPv6 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "" -"Diese Schnittstelle wird von IPv6 VIPs verwendet. Bitte entfernen Sie diese " -"zuerst, bevor Sie die Konfiguration der Schnittstelle auf \"keine\" ändern." - -msgid "You can only have one interface configured in 6rd with same prefix." -msgstr "" -"Sie können nur eine Schnittstelle in 6rd mit dem selben Präfix konfigurieren." - -msgid "You can only have one interface configured as 6to4." -msgstr "Sie können nur eine Schnittstelle als 6to4 konfigurieren." - -msgid "You must enter a valid hexadecimal number for the IPv6 prefix ID." -msgstr "Sie müssen eine valide dezimale Zahl für die IPv6 Präfix ID eingeben." - -msgid "You specified an IPv6 prefix ID that is out of range." -msgstr "" -"Sie haben eine IPv6 Präfix-ID spezifiziert, die außerhalb des gültigen " -"Bereichs liegt." - -msgid "A valid IPv4 address must be specified." -msgstr "Eine gültige IPv4 Adresse muss angegeben werden." - -msgid "This IPv4 address is being used by another interface or VIP." -msgstr "" -"Diese IPv4 Adresse wird bereits von einer anderen Schnittstelle oder VIP " -"verwendet." - -msgid "This IPv4 address is the network address and cannot be used" -msgstr "" -"Bei dieser IPv4-Adresse handelt es sich um die Netzwerkadresse und kann " -"daher nicht verwendet werden" - -msgid "This IPv4 address is the broadcast address and cannot be used" -msgstr "" -"Bei dieser IPv4-Adresse handelt es sich um die Broadcastadresse und kann " -"daher nicht verwendet werden" - -msgid "This IPv4 address conflicts with a Static Route." -msgstr "Diese IPv4 Adresse steht in konflikt mit einer statischen Route." - -msgid "A valid IPv6 address must be specified." -msgstr "Eine gültige IPv6 Adresse muss angegeben werden." - -msgid "This IPv6 address is being used by another interface or VIP." -msgstr "" -"Diese IPv6 Adresse wird bereits von einer anderen Schnittstelle oder VIP " -"verwendet." - -msgid "This IPv6 address conflicts with a Static Route." -msgstr "Diese IPv6-Adresse steht in Konflikt mit einer statischen Route." - -msgid "A valid subnet bit count must be specified." -msgstr "Eine gültige Subnetzbitanzahl muss angegeben werden." - -msgid "A valid alias IP address must be specified." -msgstr "Eine gültige Alias IP-Adresse muss spezifiziert werden." - -msgid "A valid alias subnet bit count must be specified." -msgstr "Eine gültige Aliassubnetzbitanzahl muss angegeben werden." - -msgid "A valid alias IP address must be specified to reject DHCP Leases from." -msgstr "" -"Eine gültige Alias IP-Adresse muss spezifiziert werden von der DHCP Leases " -"abgelehnt werden." - -msgid "A valid gateway must be specified." -msgstr "Ein gültiger Gateway muss spezifiziert werden." - -msgid "The service name contains invalid characters." -msgstr "Der Dienstname enthält ungültige Zeichen." - -msgid "The idle timeout value must be an integer." -msgstr "Die Leerlaufgültigkeitsdauer muss eine Zahl sein." - -msgid "A valid PPPoE reset hour must be specified (0-23)." -msgstr "" - -msgid "A valid PPPoE reset minute must be specified (0-59)." -msgstr "" - -msgid "A valid PPPoE reset date must be specified (mm/dd/yyyy)." -msgstr "" - -msgid "A valid PPTP local IP address must be specified." -msgstr "Eine gültige lokale PPTP-IP muss angegeben werden." - -msgid "A valid PPTP subnet bit count must be specified." -msgstr "Eine gültige PPTP-Subnetzbitanzahl muss angegeben werden." - -msgid "A valid PPTP remote IP address must be specified." -msgstr "Eine gültige PPTP entfernte IP-Adresse muss angegeben werden." - -msgid "A valid MAC address must be specified." -msgstr "Eine gültige MAC-Adresse muss spezifiziert werden." - -msgid "The MTU must be greater than 576 bytes and less than 9000." -msgstr "Die MTU muss größer als 576 Byte und kleiner als 9000 sein ." - -msgid "MTU of a vlan should not be bigger than parent interface." -msgstr "" -"Die MTU eines VLAN sollte nicht größer sein als die der übergeordneten " -"Schnittstelle." - -msgid "Interface %s (VLAN) has MTU set to a bigger value" -msgstr "" -"Für Schnittstelle %s (VLAN) ist die MTU auf einen höheren Wert eingestellt" - -msgid "The MSS must be greater than 576 bytes." -msgstr "MSS muss größer sein als 576 bytes." - -msgid "Mode" -msgstr "Modus" - -msgid "SSID" -msgstr "SSID" - -msgid "" -"Unable to change mode to %s. You may already have the maximum number of " -"wireless clones supported in this mode." -msgstr "" - -msgid "" -"Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit." -msgstr "" -"Ungültige WEP Schlüssellänge. Eine Schlüssellänge von 40 (64) Bit oder 104 " -"(128) Bit wird benötigt." - -msgid "The length of the passphrase should be between 8 and 63 characters." -msgstr "Die Länge des Passworts muss zwischen 8 und 63 Zeichen lang sein." - -msgid "Don't forget to adjust the DHCP Server range if needed after applying." -msgstr "" -"Vergessen Sie nicht daruf, ggf. den Bereich des DHCP-Servers nach dem " -"übernehmen anzupassen" - -msgid "The %s configuration has been changed." -msgstr "Die Konfiguration von %s hat sich geändert." - -msgid "General configuration" -msgstr "Allgemeine Konfiguration" - -msgid "Enable Interface" -msgstr "Schnittstelle aktivieren" - -msgid "Enter a description (name) for the interface here." -msgstr "Geben Sie hier eine Beschreibung (Name) für die Schnittstelle ein." - -# File: src/www/interfaces.php, line: 1706 -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved for " -"private networks as per RFC 1918 (10/8, 172.16/12, 192.168/16) as well as " -"loopback addresses (127/8)." -msgstr "" - -msgid "" -"You should generally leave this option turned on, unless your WAN network " -"lies in such a private address space, too." -msgstr "" -"Sie sollten diese Option generell aktiviert lassen, sofern Ihr WAN-Netzwerk " -"nicht ebenfalls im privaten Adressraum liegt." - -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved (" -"but not RFC 1918) or not yet assigned by IANA." -msgstr "" -"Wenn diese Einstellung ausgewählt ist, blockiert es den Traffic von IP-" -"Adressen die reserviert sind (aber nicht RFC 1918) oder noch nicht von IANA " -"zugewiesenen." - -msgid "" -"Bogons are prefixes that should never appear in the Internet routing table, " -"and obviously should not appear as the source address in any packets you " -"receive." -msgstr "" -"Bogons sind Präfixe die niemals in der Internetroutingtabelle auftauchen " -"sollten und auch nicht als Quelladresse in Paketen verwendet werden sollte, " -"die Sie empfangen." - -msgid "" -"Note: The update frequency can be changed under System->Advanced Firewall/" -"NAT settings." -msgstr "" -"Hinweis: Die Aktualisierungsfrequenz kann unter System -> Einstellungen -> " -"Firewall / NAT Einstellungen geändert werden." - -msgid "IPv4 Configuration Type" -msgstr "IPv4 Konfigurationstyp" - -msgid "PPP" -msgstr "PPP" - -msgid "PPPoE" -msgstr "PPPoE" - -msgid "Static IPv4" -msgstr "Statisches IPv4" - -msgid "IPv6 Configuration Type" -msgstr "IPv6 Konfigurationstyp" - -msgid "6rd Tunnel" -msgstr "6rd Tunnel" - -msgid "6to4 Tunnel" -msgstr "6zu4 Tunnel" - -msgid "SLAAC" -msgstr "SLAAC" - -msgid "Static IPv6" -msgstr "Statisches IPv6" - -msgid "Track Interface" -msgstr "Schnittstelle aufzeichnen" - -msgid "MAC address" -msgstr "MAC-Adresse" - -msgid "Insert my local MAC address" -msgstr "Meine lokale MAC-Adresse einfügen" - -msgid "" -"This field can be used to modify (\"spoof\") the MAC address of this " -"interface" -msgstr "" -"Dieses Feld kann dazu benutzt werden, um die MAC-Adresse für diese " -"Schnittstelle zu ändern (\"fälschen\")" - -msgid "(may be required with some cable connections)" -msgstr "(könnte bei manchen Kabelverbindungen erforderlich sein)" - -msgid "" -"Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx or leave blank" -msgstr "" -"Geben Sie eine MAC-Adresse im Format xx:xx:xx:xx:xx:xx ein oder lassen Sie " -"das Feld leer." - -msgid "MTU" -msgstr "MTU" - -msgid "" -"If you leave this field blank, the adapter's default MTU will be used. This " -"is typically 1500 bytes but can vary in some circumstances." -msgstr "" -"Falls Sie diese Feld frei lassen, wird der Standard MTU Wert vom Adapter " -"benutzt. Dies ist normalerweise 1500 bytes kann aber in einigen Fällen " -"abweichen." - -msgid "MSS" -msgstr "MSS" - -msgid "" -"If you enter a value in this field, then MSS clamping for TCP connections to " -"the value entered above minus 40 (TCP/IP header size) will be in effect." -msgstr "" - -msgid "Speed and duplex" -msgstr "Geschwindigkeit und Duplex" - -# File: src/www/interfaces.php, line: 1802 -msgid "Default (no preference, typically autoselect)" -msgstr "Standard (keine Bevorzugung, üblicherweise automatische Auswahl)" - -msgid "" -"Here you can explicitly set speed and duplex mode for this interface. " -"WARNING: You MUST leave this set to autoselect (automatically negotiate " -"speed) unless the port this interface connects to has its speed and duplex " -"forced." -msgstr "" -"Hier können Sie die Geschwindigkeit und den Duplex Modus für diese " -"Schnittstelle einstellen. WARNUNG: Sie MÜSSEN die automatische Auswahl (" -"automatische Aushandlung der Geschwindigkeit) verwenden, es sei denn der " -"Port an den diese Schnittstelle angeschlossen ist erzwingt bestimmte " -"Einstellungen für Geschwindigkeit oder Duplex Modus." - -msgid "Static IPv4 configuration" -msgstr "Statische IPv4 Konfiguration" - -msgid "IPv4 Upstream Gateway" -msgstr "IPv4 Upstream Gateway" - -# Hängt mit Unit #9610 zusammen -msgid "add a new one." -msgstr "füge ein Neues hinzu." - -msgid "Add new gateway" -msgstr "Ein neues Gateway hinzufügen" - -msgid "Default gateway:" -msgstr "Standardgateway:" - -msgid "Gateway Name:" -msgstr "Gateway Name:" - -msgid "Gateway IPv4:" -msgstr "Gateway IPv4:" - -msgid "Description:" -msgstr "Beschreibung:" - -msgid "Save Gateway" -msgstr "Gateway speichern" - -msgid "" -"If this interface is an Internet connection, select an existing Gateway from " -"the list or add a new one using the link above." -msgstr "" -"Falls diese Schnittstelle eine Internetverbindung hat, wählen Sie ein " -"existierendes Gateway aus der Liste aus oder fügen Sie mit dem oberen Link " -"ein Neues hinzu." - -msgid "On local LANs the upstream gateway should be \"none\"." -msgstr "Bei lokalen LANs sollte der Gateway \"keiner\" sein." - -msgid "NOTE:" -msgstr "Hinweis:" - -msgid "You can manage Gateways" -msgstr "Sie können Gateways verwalten" - -msgid "DHCP client configuration" -msgstr "DHCP Client Konfiguration" - -# File: src/www/interfaces.php, line: 1937 -# File: src/www/interfaces.php, line: 2530 -msgid "Basic" -msgstr "Basic" - -# File: src/www/interfaces.php, line: 1945 -# File: src/www/interfaces.php, line: 2073 -# File: src/www/interfaces.php, line: 2538 -msgid "Config File Override" -msgstr "" - -msgid "" -"The value in this field is sent as the DHCP client identifier and hostname " -"when requesting a DHCP lease. Some ISPs may require this (for client " -"identification)." -msgstr "" - -msgid "Alias IPv4 address" -msgstr "Alias IPv4 Adresse" - -msgid "" -"The value in this field is used as a fixed alias IPv4 address by the DHCP " -"client." -msgstr "" - -msgid "" -"If there is a certain upstream DHCP server that should be ignored, place the " -"IP address or subnet of the DHCP server to be ignored here." -msgstr "" - -msgid "" -"This is useful for rejecting leases from cable modems that offer private IPs " -"when they lose upstream sync." -msgstr "" - -msgid "Protocol Timing" -msgstr "" - -# File: src/www/interfaces.php, line: 2003 -msgid "Timeout" -msgstr "Gültigkeitsdauer" - -msgid "Retry" -msgstr "Wiederholen" - -# File: src/www/interfaces.php, line: 2005 -msgid "Select Timeout" -msgstr "Gültigkeitsdauer auswählen" - -# File: src/www/interfaces.php, line: 2006 -msgid "Reboot" -msgstr "Neustart" - -# File: src/www/interfaces.php, line: 2007 -msgid "Backoff Cutoff" -msgstr "" - -# File: src/www/interfaces.php, line: 2008 -msgid "Initial Interval" -msgstr "Initialer Intervall" - -# File: src/www/interfaces.php, line: 2010 -msgid "Presets:" -msgstr "Voreinstellungen:" - -# File: src/www/interfaces.php, line: 2013 -msgid "FreeBSD Default" -msgstr "FreeBSD-Standard" - -msgid "Clear" -msgstr "Leeren" - -# File: src/www/interfaces.php, line: 2019 -msgid "OPNsense Default" -msgstr "OPNsense-Standard" - -# File: src/www/interfaces.php, line: 2022 -msgid "Saved Cfg" -msgstr "Gespeicherte Konfiguration" - -msgid "" -"The values in these fields are DHCP protocol timings used when requesting a " -"lease.
" -msgstr "" - -# File: src/www/interfaces.php, line: 2032 -msgid "Lease Requirements" -msgstr "Leaseanforderungen" - -# File: src/www/interfaces.php, line: 2035 -msgid "FreeBSD Manual" -msgstr "FreeBSD Handbuch" - -# File: src/www/interfaces.php, line: 2035 -msgid "" -"More detailed information about lease requirements and requests can be found " -"in the " -msgstr "" - -msgid "Send Options" -msgstr "Sendeoptionen" - -msgid "" -"The values in this field are DHCP options to be sent when requesting a DHCP " -"lease. [option declaration [, ...]]
Value Substitutions: {interface}, " -"{hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C is U(pper) or " -"L(ower) Case, and D is \" :-.\" Delimiter (space, colon, hyphen, or period) (" -"omitted for none).
Some ISPs may require certain options be or not be " -"sent. " -msgstr "" - -msgid "Request Options" -msgstr "Abfrageoptionen" - -msgid "" -"The values in this field are DHCP option 55 to be sent when requesting a " -"DHCP lease. [option [, ...]]
Some ISPs may require certain options be " -"or not be requested. " -msgstr "" - -# File: src/www/interfaces.php, line: 2054 -msgid "Require Options" -msgstr "Erfordere Optionen" - -msgid "" -"The values in this field are DHCP options required by the client when " -"requesting a DHCP lease. [option [, ...]] " -msgstr "" - -# File: src/www/interfaces.php, line: 2062 -msgid "Option Modifiers" -msgstr "Optionsmodifizierer" - -msgid "" -"The values in this field are DHCP option modifiers applied to obtained DHCP " -"lease. [modifier option declaration [, ...]]
modifiers: (default, " -"supersede, prepend, append)" -msgstr "" - -# File: src/www/interfaces.php, line: 2068 -# File: src/www/interfaces.php, line: 2081 -msgid "FreeBSD manual" -msgstr "FreeBSD Handbuch" - -# File: src/www/interfaces.php, line: 2106 -# File: src/www/interfaces.php, line: 2351 -msgid "" -"The value in this field is the full absolute path to a DHCP client " -"configuration file. [/[dirname/[.../]]filename[.ext]]
Value " -"Substitutions in Config File: {interface}, {hostname}, {mac_addr_asciiCD}, " -"{mac_addr_hexCD}
Where C is U(pper) or L(ower) Case, and D is \" :-.\" " -"Delimiter (space, colon, hyphen, or period) (omitted for none).
Some " -"ISPs may require certain options be or not be sent. " -msgstr "" - -msgid "PPP configuration" -msgstr "PPP Konfiguration" - -msgid "Service Provider" -msgstr "Dienstleister" - -msgid "Country:" -msgstr "Land:" - -msgid "Provider:" -msgstr "Provider:" - -msgid "Plan:" -msgstr "Plan:" - -msgid "Select to fill in data for your service provider." -msgstr "Auswählen, um Daten für Ihren Serviceprovider einzufügen." - -msgid "Access Point Name (APN)" -msgstr "Access Point Name (APN)" - -msgid "Advanced PPP" -msgstr "Erweitertes PPP" - -msgid "Click here" -msgstr "Hier klicken" - -msgid "to edit PPP configuration." -msgstr "PPP-Konfiguration bearbeiten." - -msgid "to create a PPP configuration." -msgstr "eine PPP-Konfiguration erstellen." - -msgid "PPPoE configuration" -msgstr "PPPoE Konfiguration" - -msgid "Service name" -msgstr "Dienstname" - -msgid "Hint: this field can usually be left empty" -msgstr "Hinweis: Dieses Feld kann in der Regel leer bleiben" - -msgid "Enable Dial-On-Demand mode" -msgstr "Aktiviere Dial-On-Demand" - -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a " -msgstr "" - -msgid "" -"connection. The interface is configured, but the actual connection of the " -"link is delayed until qualifying outgoing traffic is detected." -msgstr "" -"Verbindung. Die Schnittstelle ist konfiguriert, aber die aktuelle Verbindung " -"ist verzögert bis entsprechender ausgehender Datenverkehr erkannt wird." - -msgid "virtual full time" -msgstr "virtuelle Vollzeit" - -msgid "Idle timeout" -msgstr "Leerlaufzeitlimit" - -msgid "" -"If no qualifying outgoing packets are transmitted for the specified number " -"of seconds, the connection is brought down. An idle timeout of zero disables " -"this feature." -msgstr "" - -msgid "Periodic reset" -msgstr "Periodische Rücksetzung" - -msgid "Custom" -msgstr "Benutzerdefiniert" - -msgid "Pre-Set" -msgstr "Voreinstellung" - -msgid "Select a reset timing type" -msgstr "Einen Rücksetzungstyp auswählen" - -msgid "hour (0-23)" -msgstr "Stunde (0-23)" - -msgid "minute (0-59)" -msgstr "Minute (0-59)" - -msgid "reset at a specific date (mm/dd/yyyy)" -msgstr "zurücksetzten auf ein bestimmten Datum (mm/tt/jjjj)" - -msgid "" -"If you leave the date field empty, the reset will be executed each day at " -"the time you did specify using the minutes and hour field." -msgstr "" - -msgid "reset at each month ('0 0 1 * *')" -msgstr "jeden Monat zurücksetzen ('0 0 1 * *')" - -msgid "reset at each week ('0 0 * * 0')" -msgstr "jeder Woche zurücksetzen ('0 0 * * 0')" - -msgid "reset at each day ('0 0 * * *')" -msgstr "jeden Tag zurücksetzen ('0 0 * * *')" - -msgid "reset at each hour ('0 * * * *')" -msgstr "jede Stunde zurücksetzen ('0 * * * *')" - -msgid "Advanced and MLPPP" -msgstr "Erweitert und MLPPP" - -msgid "" -"for additional PPPoE configuration options. Save first if you made changes." -msgstr "" -"für zusätzliche PPPoE Konfigurationseinstellungen. Zuerst speichern bevor " -"Sie Änderungen vornehmen." - -msgid "for advanced PPPoE configuration options and MLPPP configuration." -msgstr "" -"für erweiterte PPPoE Konfigurationseinstellungen und MLPPP Konfigurationen." - -msgid "PPTP/L2TP configuration" -msgstr "PPTP/L2TP Konfiguration" - -msgid "Local IP address" -msgstr "Lokale IP-Adresse" - -msgid "Remote IP address" -msgstr "Remote IP-Adresse" - -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a" -msgstr "" -"Diese Einstellung bewirkt, dass die Schnittstelle im Dial-on-Demand Modus " -"betrieben wird; das ermöglicht Ihnen eine" - -msgid "" -"for additional PPTP and L2TP configuration options. Save first if you made " -"changes." -msgstr "" -"für zusätzliche PPTP- und L2TP-Konfigurationsoptionen. Falls Sie zuvor " -"Änderungen vorgenommen haben, müssen Sie diese zuerst speichern." - -msgid "for advanced PPTP and L2TP configuration options" -msgstr "für erweiterte PPTP und L2TP Konfigurationseinstellungen" - -msgid "Static IPv6 configuration" -msgstr "Statische IPv6 Konfiguration" - -msgid "IPv6 Upstream Gateway" -msgstr "" - -msgid "Add new v6 gateway:" -msgstr "Neues v6 Gateway hinzufügen" - -msgid "Default v6 gateway:" -msgstr "Standard v6 Gateway" - -msgid "Gateway Name IPv6:" -msgstr "Gateway Name IPv6:" - -msgid "Gateway IPv6:" -msgstr "Gateway IPv6:" - -# File: src/www/interfaces.php, line: 2520 -msgid "DHCPv6 client configuration" -msgstr "DHCPv6 Clientkonfiguration" - -# File: src/www/interfaces.php, line: 2544 -msgid "Use IPv4 connectivity" -msgstr "" - -msgid "Request a IPv6 prefix/information through the IPv4 connectivity link" -msgstr "" - -msgid "Request only a IPv6 prefix" -msgstr "Nur einen IPv6-Präfix anfordern" - -msgid "Only request a IPv6 prefix, do not request a IPv6 address" -msgstr "Nur einen IPv6-Präfix, aber keine IPv6-Adresse anfordern" - -msgid "DHCPv6 Prefix Delegation size" -msgstr "DHCPv6 Prefix Delegation Größe" - -msgid "" -"The value in this field is the delegated prefix length provided by the " -"DHCPv6 server. Normally specified by the ISP." -msgstr "" - -msgid "Send IPv6 prefix hint" -msgstr "Sende einen IPv6-Präfixhinweis" - -msgid "" -"Send an IPv6 prefix hint to indicate the desired prefix size for delegation" -msgstr "" - -# Was ist die hier passende Wiedergabe von "Statement"? -msgid "Interface Statement" -msgstr "Schnittstellen Statement" - -msgid "Information Only" -msgstr "Nur Information" - -# File: src/www/interfaces.php, line: 2593 -msgid "" -"This statement specifies dhcp6c to only exchange informational " -"configuration parameters with servers. A list of DNS server addresses is " -"an example of such parameters. This statement is useful when the client " -"does not need stateful configuration parameters such as IPv6 addresses or " -"prefixes." -msgstr "" - -# File: src/www/interfaces.php, line: 2598 -msgid "source: FreeBSD man page" -msgstr "" - -msgid "" -"The values in this field are DHCP send options to be sent when requesting a " -"DHCP lease. [option declaration [, ...]]
Value Substitutions: " -"{interface}, {hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C " -"is U(pper) or L(ower) Case, and D is \" :-.\" Delimiter (space, colon, " -"hyphen, or period) (omitted for none).
Some DHCP services may require " -"certain options be or not be sent. " -msgstr "" - -msgid "" -"The values in this field are DHCP request options to be sent when requesting " -"a DHCP lease. [option [, ...]]
Some DHCP services may require certain " -"options be or not be requested. " -msgstr "" - -msgid "Script" -msgstr "Skript" - -msgid "" -"The value in this field is the absolute path to a script invoked on certain " -"conditions including when a reply message is received.
[/[dirname/[.../]]filename[.ext]] " -msgstr "" - -# File: src/www/interfaces.php, line: 2629 -msgid "Identity Association" -msgstr "" - -msgid "Non-Temporary Address Allocation" -msgstr "" - -msgid "id-assoc na" -msgstr "" - -msgid "ID" -msgstr "ID" - -msgid "ipv6-address" -msgstr "ipv6-Adresse" - -msgid "pltime" -msgstr "" - -msgid "vltime" -msgstr "" - -msgid "Prefix Delegation" -msgstr "Präfixdelegation" - -msgid "id-assoc pd" -msgstr "" - -msgid "Prefix" -msgstr "Präfix" - -msgid "ipv6-prefix" -msgstr "ipv6-Prefix" - -# File: src/www/interfaces.php, line: 2665 -msgid "Prefix Interface" -msgstr "Schnittstellen Präfix" - -msgid "Prefix Interface " -msgstr "Schnittstellen Präfix" - -msgid "sla-id" -msgstr "sla-id" - -msgid "sla-len" -msgstr "sla-len" - -msgid "Authentication" -msgstr "Authentifizierung" - -msgid "authname" -msgstr "" - -msgid "protocol" -msgstr "Protokoll" - -msgid "algorithm" -msgstr "Algorithmus" - -msgid "rdm" -msgstr "rdm" - -# File: src/www/interfaces.php, line: 2688 -msgid "Keyinfo" -msgstr "Schlüsselinfo" - -msgid "keyname" -msgstr "Schlüsselname" - -msgid "realm" -msgstr "Realm" - -msgid "keyid" -msgstr "Schlüsselid" - -msgid "secret" -msgstr "geheim" - -msgid "expire" -msgstr "ablauf" - -# File: src/www/interfaces.php, line: 2704 -msgid "Configuration File Override" -msgstr "Konfigurationsdatei überschreiben" - -msgid "6RD Rapid Deployment" -msgstr "6RD Rapid Deployment" - -msgid "6RD prefix" -msgstr "6RD Präfix" - -msgid "" -"The value in this field is the 6RD IPv6 prefix assigned by your ISP. e.g. " -"'2001:db8::/32'" -msgstr "" - -msgid "6RD Border Relay" -msgstr "6RD Border Relay" - -msgid "" -"The value in this field is 6RD IPv4 gateway address assigned by your ISP" -msgstr "" - -msgid "6RD IPv4 Prefix length" -msgstr "6RD IPv4 Präfixlänge" - -msgid "bits" -msgstr "Bits" - -msgid "" -"The value in this field is the 6RD IPv4 prefix length. Normally specified by " -"the ISP. A value of 0 means we embed the entire IPv4 address in the 6RD " -"prefix." -msgstr "" - -msgid "Track IPv6 Interface" -msgstr "IPv6-Schnittstelle aufzeichnen" - -msgid "IPv6 Interface" -msgstr "IPv6 Schnittstelle" - -msgid "This selects the dynamic IPv6 WAN interface to track for configuration" -msgstr "" - -msgid "IPv6 Prefix ID" -msgstr "IPv6 Präfix ID" - -msgid "" -"The value in this field is the (Delegated) IPv6 prefix id. This determines " -"the configurable network ID based on the dynamic IPv6 connection" -msgstr "" - -msgid "" -"Enter a hexadecimal value between %x and %x here, default value is 0." -msgstr "" -"Geben Sie einen Hexadezimal-Wert zwischen %x und %x hier ein, der " -"Standardwert ist 0." - -msgid "" -"Common wireless configuration - Settings apply to all wireless networks on" -msgstr "" - -msgid "Persist common settings" -msgstr "Übliche Einstellungen speichern" - -msgid "" -"Enabling this preserves the common wireless configuration through interface " -"deletions and reassignments." -msgstr "" -"Bei Aktivierung wird die allgemeine Konfiguration für drahtlose " -"Schnittstellen beim Löschen oder Neuzuordnungen beibehalten." - -msgid "Protection Mode" -msgstr "Schutzmodus" - -msgid "Protection mode off" -msgstr "Schutzmodus aus" - -msgid "Protection mode CTS to self" -msgstr "" - -msgid "Protection mode RTS and CTS" -msgstr "Schutzmodus RTS und CTS" - -msgid "" -"For IEEE 802.11g, use the specified technique for protecting OFDM frames in " -"a mixed 11b/11g network." -msgstr "" - -msgid "Transmit power" -msgstr "Sendeleistung" - -msgid "" -"Note: Typically only a few discreet power settings are available and the " -"driver will use the setting closest to the specified value. Not all " -"adapters support changing the transmit power setting." -msgstr "" - -msgid "Channel" -msgstr "Kanal" - -msgid "Auto" -msgstr "Automatisch" - -msgid "" -"Legend: wireless standards - channel # (frequency @ max TX power / TX power " -"allowed in reg. domain)" -msgstr "" -"Legende: Drahtlosstandards - Kanalnummer (Frequenz auf maximaler " -"Sendeleistung / erlaubter Sendeleistung in der regionalen Gesetzgebung)" - -msgid "" -"Note: Not all channels may be supported by your card. Auto may override the " -"wireless standard selected above." -msgstr "" - -msgid "Antenna settings" -msgstr "Antenneneinstellungen" - -msgid "Diversity" -msgstr "" - -msgid "Transmit antenna" -msgstr "Sendeantenne" - -msgid "#1" -msgstr "#1" - -msgid "#2" -msgstr "#2" - -msgid "Receive antenna" -msgstr "Empfangsantenne" - -msgid "" -"Note: The antenna numbers do not always match up with the labels on the card." -msgstr "" -"Anmerkung: Die Antennenanzahl stimmt nicht immer mit der auf der Karte " -"angegebenen überein." - -msgid "Distance setting" -msgstr "Distanzeinstellung" - -msgid "" -"Note: This field can be used to tune ACK/CTS timers to fit the distance " -"between AP and Client" -msgstr "" -"Anmerkung: Dieses Feld kann benutzt werden, um die ACK/CTS Timer abgestimmt " -"auf die Distanz zwischen AP und Client zu optimieren." - -msgid "(measured in Meters and works only for Atheros based cards !)" -msgstr "" -"(gemessen in Meter und funktioniert nur mit Atheros basierenden " -"Netzwerkkarten!)" - -msgid "Regulatory settings" -msgstr "" - -msgid "Regulatory domain" -msgstr "" - -msgid "" -"Note: Some cards have a default that is not recognized and require changing " -"the regulatory domain to one in this list for the changes to other " -"regulatory settings to work." -msgstr "" - -msgid "Country (listed with country code and regulatory domain)" -msgstr "Land (gelistet mit Ländercode und regulativer domain)" - -msgid "" -"Note: Any country setting other than \"Default\" will override the " -"regulatory domain setting" -msgstr "" - -msgid "Location" -msgstr "Position" - -msgid "Indoor" -msgstr "Innen" - -msgid "Outdoor" -msgstr "Außen" - -msgid "Anywhere" -msgstr "Irgendwo" - -msgid "" -"These settings may affect which channels are available and the maximum " -"transmit power allowed on those channels. Using the correct settings to " -"comply with local regulatory requirements is recommended." -msgstr "" - -msgid "" -"Note: All wireless networks on this interface will be temporarily brought " -"down when changing regulatory settings. Some of the regulatory domains or " -"country codes may not be allowed by some cards. These settings may not be " -"able to add additional channels that are not already supported." -msgstr "" -"Hinweis: Alle drahtlosen Netzwerke dieser Schnittstelle werden vorübergehend " -"stillgelegt, wenn die regulativen Einstellungen verändert werden. Einige der " -"regulativen Einsatzgebiete oder Ländercodes können bei einigen Karten nicht " -"erlaubt sein. Diese Einstellungen können wahrscheinlich keine zusätzlichen " -"Kanäle hinzufügen, wenn diese nicht bereits unterstützt werden." - -msgid "Network-specific wireless configuration" -msgstr "Netzwerkspezifische Drahtloskonfiguration" - -msgid "Infrastructure (BSS)" -msgstr "Infrastruktur (BSS)" - -msgid "Ad-hoc (IBSS)" -msgstr "Ad-hoc (IBSS)" - -msgid "Access Point" -msgstr "Access Point" - -msgid "" -"Note: Only required in Access Point mode. If left blank in Ad-hoc or " -"Infrastructure mode, this interface will connect to any available SSID" -msgstr "" -"Bemerkung: Nur im Access Point-Modus erforderlich. Falls es im Ad-hoc oder " -"Infrastrukturmodus leer gelassen wird, wird sich die Schnittstelle mit jeder " -"verfügbaren SSID verbinden" - -# File: src/www/interfaces.php, line: 3067 -msgid "Minimum standard" -msgstr "Mindeststandard" - -msgid "802.11g" -msgstr "802.11g" - -msgid "802.11n" -msgstr "802.11n" - -msgid "" -"When operating as an access point, allow only stations capable of the " -"selected wireless standard to associate (stations not capable are not " -"permitted to associate)." -msgstr "" - -msgid "802.11g only" -msgstr "802.11g alleine" - -msgid "" -"When operating as an access point in 802.11g mode, allow only 11g-capable " -"stations to associate (11b-only stations are not permitted to associate)." -msgstr "" - -msgid "Allow intra-BSS communication" -msgstr "Erlaube Intra-BSS Kommunikation" - -msgid "" -"When operating as an access point, enable this if you want to pass packets " -"between wireless clients directly." -msgstr "" - -msgid "" -"Disabling the internal bridging is useful when traffic is to be processed " -"with packet filtering." -msgstr "" - -msgid "Enable WME" -msgstr "Aktiviere WME" - -msgid "Setting this option will force the card to use WME (wireless QoS)." -msgstr "" -"Setzen dieser Einstellung wird die Karte zwingen, WME zu verwenden (wireless " -"QoS)." - -msgid "Enable Hide SSID" -msgstr "SSID verstecken" - -msgid "Setting this option will force the card to NOT broadcast its SSID" -msgstr "" -"Das Setzen dieser Option erzwingt, dass die Netzwerkkarte die SSID nicht " -"broadcastet" - -msgid "(this might create problems for some clients)." -msgstr "(dies könnte Probleme für manche Clients machen)" - -msgid "WEP" -msgstr "WEP" - -msgid "Enable WEP" -msgstr "Aktiviere WEP" - -msgid "TX key" -msgstr "TX Schlüssel" - -msgid "Key 1:" -msgstr "Schlüssel 1:" - -msgid "Key 2:" -msgstr "Schlüssel 2:" - -msgid "Key 3:" -msgstr "Schlüssel 3:" - -msgid "Key 4:" -msgstr "Schlüssel 4:" - -msgid "" -"40 (64) bit keys may be entered as 5 ASCII characters or 10 hex digits " -"preceded by '0x'." -msgstr "" -"40 (64) Bit Schlüssel können als 5 ASCII Zeichen oder 10 Hexadezimalziffern " -"mit vorangestelltem '0x' eingegeben werden." - -msgid "" -"104 (128) bit keys may be entered as 13 ASCII characters or 26 hex digits " -"preceded by '0x'." -msgstr "" - -msgid "WPA" -msgstr "WPA" - -msgid "Enable WPA" -msgstr "Aktiviere WPA" - -msgid "WPA Pre-Shared Key" -msgstr "WPA Pre-Shared Schlüssel" - -msgid "Passphrase must be from 8 to 63 characters." -msgstr "Das Passwort muss eine Länge von 8 bis 63 Zeichen haben." - -msgid "WPA Mode" -msgstr "WPA Modus" - -msgid "WPA2" -msgstr "WPA2" - -msgid "Both" -msgstr "Beide" - -msgid "WPA Key Management Mode" -msgstr "WPA Schlüsselverwaltungsmodus" - -msgid "Pre-Shared Key" -msgstr "Pre-Shared Schlüssel" - -msgid "Extensible Authentication Protocol" -msgstr "Extensible Authentication Protocol" - -msgid "Open System Authentication" -msgstr "" - -msgid "Shared Key Authentication" -msgstr "" - -msgid "Note: Shared Key Authentication requires WEP." -msgstr "Hinweis: Shared-Key-Authentifizierung erfordert WEP." - -msgid "WPA Pairwise" -msgstr "WPA paarweise" - -msgid "AES (recommended)" -msgstr "AES (empfohlen)" - -msgid "TKIP" -msgstr "TKIP" - -msgid "Key Rotation" -msgstr "Schlüsselrotation" - -msgid "" -"Allowed values are 1-9999 but should not be longer than Master Key " -"Regeneration time." -msgstr "" -"Erlaubt sind die Werte 1-9999, sollte aber nicht länger als die " -"Regenerierungszeit des Masterschlüssels sein." - -msgid "Master Key Regeneration" -msgstr "Regenerierung des Masterschlüssels" - -msgid "" -"Allowed values are 1-9999 but should not be shorter than Key Rotation time." -msgstr "" -"Die Werte 1-9999 sind erlaubt, sollte aber kürzer als die " -"Schlüsselrotationszeit sein." - -msgid "Strict Key Regeneration" -msgstr "" - -msgid "" -"Setting this option will force the AP to rekey whenever a client " -"disassociates." -msgstr "" -"Wenn diese Option gesetzt wird, wird erzwungen, dass der AP die Schlüssel " -"neu generiert, wenn ein Client getrennt wird." - -msgid "Enable IEEE802.1X Authentication" -msgstr "IEEE802.1X Authentifizierung aktivieren" - -msgid "Setting this option will enable 802.1x authentication." -msgstr "Setzen dieser Option wird die 802.1x-Authentifizierung aktivieren." - -msgid "NOTE" -msgstr "HINWEIS" - -msgid "this option requires checking the \"Enable WPA box\"." -msgstr "Diese Option erfordert, dass die \"WPA aktivieren\" angehakt ist." - -# File: src/www/interfaces.php, line: 3275 -msgid "802.1X Server IP Address" -msgstr "802.1X Server IP-Addresse" - -msgid "" -"Enter the IP address of the 802.1X Authentication Server. This is commonly " -"a Radius server (FreeRadius, Internet Authentication Services, etc.)" -msgstr "" - -# File: src/www/interfaces.php, line: 3284 -msgid "802.1X Server Port" -msgstr "802.1X Serverport" - -msgid "Leave blank for the default 1812 port." -msgstr "Freilassen für Standard-Port 1812." - -# File: src/www/interfaces.php, line: 3293 -msgid "802.1X Server Shared Secret" -msgstr "" - -# File: src/www/interfaces.php, line: 3299 -msgid "802.1X Server IP Address (2)" -msgstr "802.1X Server-IP-Adresse (2)" - -msgid "Secondary 802.1X Authentication Server IP Address" -msgstr "IP Adresse des sekundären 802.1X Authentifizierungsservers" - -# File: src/www/interfaces.php, line: 3309 -msgid "802.1X Server Port (2)" -msgstr "802.1X Serverport (2)" - -msgid "Secondary 802.1X Authentication Server Port" -msgstr "Serverport des sekundären 802.1X Authentifizierungsservers" - -# File: src/www/interfaces.php, line: 3319 -msgid "802.1X Server Shared Secret (2)" -msgstr "" - -msgid "Secondary 802.1X Authentication Server Shared Secret" -msgstr "" - -# File: src/www/interfaces.php, line: 3328 -msgid "802.1X Roaming Preauth" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 49 -msgid "vlan %s on %s" -msgstr "Vlan %s auf %s " - -msgid "lan" -msgstr "LAN" - -msgid "LAN" -msgstr "LAN" - -msgid "" -"The interface is part of a group. Please remove it from the group to continue" -msgstr "" -"Die Schnittstelle ist Teil einer Gruppe. Bitte entfernen Sie sie aus der " -"Gruppe um fortzufahren" - -msgid "" -"The interface is part of a bridge. Please remove it from the bridge to " -"continue" -msgstr "" -"Die Schnittstelle ist Teil einer Brücke. Bitte entfernen Sie sie aus der " -"Brücke um fortzufahren" - -msgid "" -"The interface is part of a gre tunnel. Please delete the tunnel to continue" -msgstr "" -"Diese Schnittstelle ist Teil eines gre Tunnels. Bitte löschen Sie den Tunnel " -"um fortzufahren" - -msgid "" -"The interface is part of a gif tunnel. Please delete the tunnel to continue" -msgstr "" -"Diese Schnittstelle ist Teil eines gif Tunnels. Bitte löschen Sie den Tunnel " -"um fortzufahren" - -# File: src/www/interfaces_assign.php, line: 271 -msgid "Port %s was assigned to %d interfaces:" -msgstr "Port %s wurde zur Schnittstelle %d zugewiesen:" - -msgid "" -"You cannot set port %s to interface %s because this interface is a member of " -"%s." -msgstr "" -"Sie können den Port %s nicht der Schnittstelle %s zuordnen, weil diese " -"Schnittstelle Mitglied von %s ist." - -# File: src/www/interfaces_assign.php, line: 299 -msgid "VLAN parent interface %s does not exist." -msgstr "Die übergeordnete VLAN Schnittstelle %s existiert nicht." - -msgid "Do you really want to delete this interface?" -msgstr "Wollen Sie diese Schnittstelle wirklich löschen?" - -msgid "Network port" -msgstr "Netzwerkport" - -msgid "delete interface" -msgstr "Schnittstelle löschen" - -msgid "Available network ports:" -msgstr "Verfügbare Netzwerkports:" - -msgid "add selected interface" -msgstr "ausgewählte Schnittstelle hinzufügen" - -# File: src/www/interfaces_assign.php, line: 527 -msgid "" -"Interfaces that are configured as members of a LAGG interface will not be " -"shown." -msgstr "" -"Schnittstellen die als Mitglieder einer LAGG Schnittstelle konfiguriert " -"sind, werden nicht angezeigt." - -msgid "This bridge cannot be deleted because it is assigned as an interface." -msgstr "" -"Diese Brücke kann nicht gelöscht werden, da sie noch als Schnittstelle " -"zugeordnet ist." - -msgid "Do you really want to delete this bridge?" -msgstr "Wollen Sie diese Brücke wirklich löschen?" - -msgid "Members" -msgstr "Mitglieder" - -# File: src/www/interfaces_bridge.php, line: 155 -msgid "edit bridge" -msgstr "Brücke bearbeiten" - -msgid "Here you can configure bridging of interfaces." -msgstr "Hier können Sie das Bridging für Schnittstellen konfigurieren." - -msgid "Member Interfaces" -msgstr "Mitglieder Schnittstellen" - -msgid "Maxage needs to be an integer between 6 and 40." -msgstr "" - -msgid "Maxaddr needs to be an integer." -msgstr "" - -msgid "Timeout needs to be an integer." -msgstr "Zeitüberschreitung muss eine Zahl sein." - -msgid "Forward Delay needs to be an integer between 4 and 30." -msgstr "" - -msgid "Hello time for STP needs to be an integer between 1 and 2." -msgstr "Die Hello-Time für STP muss eine Zahl zwischen 1 und 2 sein." - -msgid "Priority for STP needs to be an integer between 0 and 61440." -msgstr "Die Priorität für STP muss eine Zahl zwischen 0 und 61440 sein." - -msgid "Transmit Hold Count for STP needs to be an integer between 1 and 10." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 143 -msgid "%s interface priority for STP needs to be an integer between 0 and 240." -msgstr "" -"%s Schnittstellen Priorität für STP muss eine Zahl zwischen 0 und 240 sein." - -# File: src/www/interfaces_bridge_edit.php, line: 149 -msgid "" -"%s interface path cost for STP needs to be an integer between 1 and " -"200000000." -msgstr "" -"%s Schnittstellen Pfadkosten für STP muss eine Zahl zwischen 1 und 200000000 " -"sein." - -msgid "You must select at least 2 member interfaces for a bridge." -msgstr "" -"Sie müssen mindestens 2 Schnittstellen als Mitglieder für eine Brücke " -"auswählen." - -msgid "A member interface passed does not exist in configuration" -msgstr "" -"Ein angegebene Mitglieder Schnittstelle wurde nicht in der Konfiguration " -"gefunden" - -# bridgeing is hard to translate this way to german -msgid "Bridging a wireless interface is only possible in hostap mode." -msgstr "" -"Eine drahtlose Schnittstelle kann nur gebridget werden, wenn sie sich im " -"Hostap Modus befindet." - -msgid "" -"Span interface cannot be part of the bridge. Remove the span interface from " -"bridge members to continue." -msgstr "" -"Eine span Schnittstelle kann kein Teil der Brücke sein. Entfernen Sie die " -"span Schnittstelle von der Liste der Mitglieder um fortzufahren." - -msgid "Error occurred creating interface, please retry." -msgstr "Fehler beim Erstellen der Schnittstelle, bitte versuchen Sie es erneut." - -msgid "Bridge configuration" -msgstr "Brückenkonfiguration" - -msgid "Member interfaces" -msgstr "Mitglieder Schnittstellen" - -msgid "Interfaces participating in the bridge." -msgstr "Schnittstellen die Teil der Brücke sind." - -msgid "Show advanced options" -msgstr "Erweiterte Optionen anzeigen" - -msgid "RSTP/STP" -msgstr "RSTP/STP" - -# File: src/www/interfaces_bridge_edit.php, line: 298 -msgid "Spanning Tree Protocol" -msgstr "" - -msgid "Enable spanning tree options for this bridge." -msgstr "Spanning Tree Optionen für diese Brücke aktivieren." - -# File: src/www/interfaces_bridge_edit.php, line: 316 -msgid "RSTP" -msgstr "RSTP" - -# File: src/www/interfaces_bridge_edit.php, line: 319 -msgid "STP" -msgstr "STP" - -msgid "Protocol used for spanning tree." -msgstr "Protokoll, das für Spanning Tree verwendet wird." - -msgid "STP interfaces" -msgstr "STP-Schnittstellen" - -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 remove loops in a network topology." -msgstr "" -"Spanning Tree auf der Schnittstelle aktivieren. Der if_bridge(4) Treiber " -"unterstützt das IEEE 802.1D Spanning Tree Protokoll (STP). STP wird " -"verwendet um Schleifen in der Netzwerktopologie zu erkennen und zu entfernen." - -msgid "Valid time" -msgstr "Gültige Zeit" - -msgid "" -"Set the time that a Spanning Tree Protocol configuration is valid. The " -"default is 20 seconds. The minimum is 6 seconds and the maximum is 40 " -"seconds." -msgstr "" - -msgid "Forward time" -msgstr "" - -msgid "" -"Set the time that must pass before an interface begins forwarding packets " -"when Spanning Tree is enabled. The default is 15 seconds. The minimum is 4 " -"seconds and the maximum is 30 seconds." -msgstr "" - -msgid "Hello time" -msgstr "Hello time" - -msgid "" -"Set the time between broadcasting of Spanning Tree Protocol configuration " -"messages. The hello time may only be changed when operating in legacy STP " -"mode. The default is 2 seconds. The minimum is 1 second and the maximum is " -"2 seconds." -msgstr "" - -msgid "Priority" -msgstr "Priorrität" - -msgid "" -"Set the bridge priority for Spanning Tree. The default is 32768. The " -"minimum is 0 and the maximum is 61440." -msgstr "" - -msgid "Hold count" -msgstr "" - -msgid "" -"Set the transmit hold count for Spanning Tree. This is the number of " -"packets transmitted before being rate limited. The default is 6. The " -"minimum is 1 and the maximum is 10." -msgstr "" - -msgid "" -"Set the Spanning Tree priority of interface to value. The default is 128. " -"The minimum is 0 and the maximum is 240. Increments of 16." -msgstr "" - -msgid "Path cost" -msgstr "Pfadkosten" - -msgid "" -"Set the Spanning Tree path cost of interface to value. The default is " -"calculated from the link speed. To change a previously selected path cost " -"back to automatic, set the cost to 0. The minimum is 1 and the maximum is " -"200000000." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 452 -msgid "Advanced options" -msgstr "Erweiterte Optionen" - -msgid "Cache size" -msgstr "Cache Größe" - -msgid "entries" -msgstr "Einträge" - -# File: src/www/interfaces_bridge_edit.php, line: 461 -msgid "" -"Set the size of the bridge address cache to size. The default is .100 " -"entries." -msgstr "" - -msgid "Cache entry expire time" -msgstr "Ablaufzeit für den Cache-Eintrag" - -msgid "" -"Set the timeout of address cache entries to this number of seconds. If " -"seconds is zero, then address cache entries will not be expired. The default " -"is 240 seconds." -msgstr "" - -msgid "Span port" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 468 -msgid "" -"Add the interface named by interface as a span port on the bridge. Span " -"ports transmit a copy of every frame received by the bridge. This is most " -"useful for snooping a bridged network passively on another host connected to " -"one of the span ports of the bridge." -msgstr "" -"Die Schnittstelle als Span-Port der Brücke hinzufügen. Span-Ports senden " -"eine Kopie jedes Frames, die die Brücke empfängt. Dies kann am nützlichsten " -"für transparente Netzwerküberwachung (z.B durch ein IDS) eingesetzt werden." - -msgid "The span interface cannot be part of the bridge member interfaces." -msgstr "" - -msgid "Edge ports" -msgstr "" - -msgid "" -"Set interface as an edge port. An edge port connects directly to end " -"stations and cannot create bridging loops in the network; this allows it to " -"transition straight to forwarding." -msgstr "" - -msgid "Auto Edge ports" -msgstr "" - -msgid "" -"Allow interface to automatically detect edge status. This is the default " -"for all interfaces added to a bridge." -msgstr "" - -msgid "This will disable the autoedge status of interfaces." -msgstr "" - -msgid "PTP ports" -msgstr "PTP-Ports" - -msgid "" -"Set the interface as a point-to-point link. This is required for straight " -"transitions to forwarding and should be enabled on a direct link to another " -"RSTP-capable switch." -msgstr "" - -msgid "Auto PTP ports" -msgstr "Automatische PTP-Ports" - -msgid "" -"Automatically detect the point-to-point status on interface by checking the " -"full duplex link status. This is the default for interfaces added to the " -"bridge." -msgstr "" - -msgid "" -"The interfaces selected here will be removed from default autoedge status." -msgstr "" - -msgid "Sticky ports" -msgstr "" - -msgid "" -"Mark an interface as a \"sticky\" interface. Dynamically learned address " -"entries are treated as static once entered into the cache. Sticky entries " -"are never aged out of the cache or replaced, even if the address is seen on " -"a different interface." -msgstr "" - -msgid "Private ports" -msgstr "Private Ports" - -msgid "" -"Mark an interface as a \"private\" interface. A private interface does not " -"forward any traffic to any other port that is also a private interface." -msgstr "" - -msgid "" -"This gif TUNNEL cannot be deleted because it is still being used as an " -"interface." -msgstr "" - -msgid "Do you really want to delete this gif tunnel?" -msgstr "Wollen Sie diesen gif Tunnel wirklich löschen?" - -msgid "Tunnel to..." -msgstr "Tunnel zu..." - -# File: src/www/interfaces_gif.php, line: 134 -# File: src/www/interfaces_gre.php, line: 136 -# File: src/www/interfaces_lagg.php, line: 144 -# File: src/www/interfaces_vlan.php, line: 136 -msgid "edit interface" -msgstr "Schnittstelle bearbeiten" - -msgid "GIF tunnels are configured here." -msgstr "GIF-Tunnel werden hier konfiguriert." - -# File: src/www/interfaces_gif.php, line: 158 -msgid "" -"If you are using a GIF tunnel to connect to a Hurricane Electric (he.net) " -"Tunnel Broker on a WAN with a dynamic IP, you may want to add a %sHE.net " -"Tunnelbroker dynamic DNS entry%s to keep your tunnel functional when your IP " -"changes." -msgstr "" - -msgid "" -"Parent interface,Local address, Remote tunnel address, Remote tunnel " -"network, Local tunnel address" -msgstr "" - -msgid "The tunnel local and tunnel remote fields must have valid IP addresses." -msgstr "" -"Das lokale und entfernte Tunnel Feld muss eine gültige IP-Adresse enthalten." - -msgid "" -"The alias IP address family has to match the family of the remote peer " -"address." -msgstr "" - -msgid "A gif with the network %s is already defined." -msgstr "Ein GIF mit dem Netzwerk %s ist bereits definiert." - -msgid "GIF configuration" -msgstr "GIF Konfiguration" - -msgid "Parent interface" -msgstr "Übergeordnete Schnittstelle" - -msgid "" -"The interface here serves as the local address to be used for the gif tunnel." -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 205 -msgid "GIF remote address" -msgstr "" - -msgid "Peer address where encapsulated gif packets will be sent. " -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 214 -msgid "GIF tunnel local address" -msgstr "" - -msgid "Local gif tunnel endpoint" -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 223 -msgid "GIF tunnel remote address " -msgstr "" - -msgid "" -"Remote gif address endpoint. The subnet part is used for determining the " -"network that is tunnelled." -msgstr "" -"Adresse des fernen GIF-Endpunkts. Der Subnetzteil wird verwendet, um " -"festzustellen, welches Netzwerk getunnelt wird." - -msgid "Route caching " -msgstr "" - -msgid "" -"Specify if route caching can be enabled. Be careful with these settings on " -"dynamic networks. " -msgstr "" - -msgid "ECN friendly behavior" -msgstr "ECN freundliches Verhalten" - -msgid "" -"Note that the ECN friendly behavior violates RFC2893. This should be used " -"in mutual agreement with the peer." -msgstr "" - -msgid "" -"This GRE tunnel cannot be deleted because it is still being used as an " -"interface." -msgstr "" -"Dieser GRE-Tunnel kann nicht gelöscht werden, da er noch immer als " -"Schnittstelle verwendet wird." - -msgid "Do you really want to delete this GRE tunnel?" -msgstr "Wollen Sie diesen GRE Tunnel wirklich löschen?" - -msgid "" -"Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) " -"tunnels." -msgstr "" -"Sie können hier Generic Routing Encapsulation (GRE - RFC 2784) Tunnel " -"konfigurieren." - -msgid "Local address" -msgstr "Lokale Adresse" - -msgid "Local tunnel address" -msgstr "Lokale Tunnel Adresse" - -msgid "Remote tunnel address" -msgstr "Entferne Tunnel Adresse" - -msgid "Remote tunnel network" -msgstr "Fernes Tunnelnetzwerk" - -msgid "A GRE tunnel with the network %s is already defined." -msgstr "Ein GRE Tunnel mit dem Netzwerk %s ist bereits definiert." - -msgid "GRE configuration" -msgstr "GRE Konfiguration" - -msgid "" -"The interface here serves as the local address to be used for the GRE tunnel." -msgstr "" - -msgid "GRE remote address" -msgstr "Ferne GRE Adresse" - -msgid "Peer address where encapsulated GRE packets will be sent " -msgstr "Peeradresse, an die die gekapselten GRE Pakete gesendet werden " - -msgid "GRE tunnel local address " -msgstr "Lokale GRE Tunneladresse " - -msgid "Local GRE tunnel endpoint" -msgstr "Lokaler GRE-Tunnelendpunkt" - -msgid "GRE tunnel remote address " -msgstr "Ferne GRE-Tunneladresse " - -msgid "" -"Remote GRE address endpoint. The subnet part is used for the determining the " -"network that is tunneled." -msgstr "" - -msgid "Mobile tunnel" -msgstr "mobiler Tunnel" - -msgid "Specify which encapsulation method the tunnel should use. " -msgstr "Geben Sie an, welche Kapselungsmethode der Tunnel verwenden soll. " - -msgid "Route search type" -msgstr "" - -msgid "" -"For correct operation, the GRE device needs a route to the destination that " -"is less specific than the one over the tunnel. (Basically, there needs to " -"be a route to the decapsulating host that does not run over the tunnel, as " -"this would be a loop." -msgstr "" - -msgid "WCCP version" -msgstr "WCCP Version" - -msgid "" -"Check this box for WCCP encapsulation version 2, or leave unchecked for " -"version 1." -msgstr "" - -msgid "" -"Do you really want to delete this group? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" -"Wollen Sie diese Gruppe wirklich löschen? Alle Elemente die diese benutzen " -"werden ungültig (z.B. Filterregeln)!" - -msgid "edit group" -msgstr "Gruppe bearbeiten" - -msgid "delete ifgroupentry" -msgstr "Schnittstellengruppeneintrag löschen" - -msgid "" -"Interface Groups allow you to create rules that apply to multiple interfaces " -"without duplicating the rules. If you remove members from an interface " -"group, the group rules no longer apply to that interface." -msgstr "" - -msgid "Group name already exists!" -msgstr "Gruppenname existiert bereits!" - -msgid "Only letters A-Z are allowed as the group name." -msgstr "Nur Buchstaben von A-Z sind als Gruppennamen erlaubt." - -# File: src/www/interfaces_groups_edit.php, line: 71 -msgid "" -"The specified group name is already used by an interface. Please choose " -"another name." -msgstr "" -"Der ausgewählte Gruppenname wird schon von einer Schnittstelle verwendet. " -"Bitte wählen Sie einen anderen Namen." - -msgid "Interface Groups Edit" -msgstr "Schnittstellengruppen bearbeiten" - -msgid "Group Name" -msgstr "Gruppenname" - -msgid "No numbers or spaces are allowed. Only characters in a-zA-Z" -msgstr "Keine Nummern oder Leerzeichen erlaubt. Nur Buchstaben von a-zA-Z" - -msgid "Member (s)" -msgstr "Mitglied(er)" - -msgid "" -"Rules for WAN type interfaces in groups do not contain the reply-to " -"mechanism upon which Multi-WAN typically relies." -msgstr "" - -msgid "This LAGG interface cannot be deleted because it is still being used." -msgstr "" -"Die LAGG-Schnittstelle kann nicht gelöscht werden, da sie noch in Benutzung " -"ist." - -msgid "Do you really want to delete this LAGG interface?" -msgstr "Wollen Sie diese LAGG Schnittstelle wirklich löschen?" - -msgid "" -"LAGG allows for link aggregation, bonding and fault tolerance. Only " -"unassigned interfaces can be added to LAGG." -msgstr "" - -msgid "Lagg protocol" -msgstr "Lagg Protokoll" - -msgid "Interface supplied as member is invalid" -msgstr "Die als Mitglied angegebene Schnittstelle ist ungültig" - -msgid "Protocol supplied is invalid" -msgstr "Protokoll ist ungültig" - -msgid "LAGG configuration" -msgstr "LAGG Konfiguration" - -msgid "Choose the members that will be used for the link aggregation" -msgstr "" -"Wählen Sie die Elemente, die für die Link Aggregation genutzt werden sollen." - -msgid "Lag proto" -msgstr "" - -msgid "failover" -msgstr "Failover" - -msgid "" -"Sends and receives traffic only through the master port. If the master port " -"becomes unavailable, the next active port is used. The first interface " -"added is the master port; any interfaces added after that are used as " -"failover devices." -msgstr "" - -msgid "fec" -msgstr "fec" - -msgid "" -"Supports Cisco EtherChannel. This is a static setup and does not negotiate " -"aggregation with the peer or exchange frames to monitor the link." -msgstr "" - -msgid "lacp" -msgstr "LACP" - -msgid "" -"Supports the IEEE 802.3ad Link Aggregation Control Protocol (LACP) and the " -"Marker Protocol. LACP will negotiate a set of aggregable links with the " -"peer in to one or more Link Aggregated Groups. Each LAG is composed of " -"ports of the same speed, set to full-duplex operation. The traffic will be " -"balanced across the ports in the LAG with the greatest total speed, in most " -"cases there will only be one LAG which contains all ports. In the event of " -"changes in physical connectivity, Link Aggregation will quickly converge to " -"a new configuration." -msgstr "" - -msgid "loadbalance" -msgstr "Last verteilen" - -msgid "" -"Balances outgoing traffic across the active ports based on hashed protocol " -"header information and accepts incoming traffic from any active port. This " -"is a static setup and does not negotiate aggregation with the peer or " -"exchange frames to monitor the link. The hash includes the Ethernet source " -"and destination address, and, if available, the VLAN tag, and the IP source " -"and destination address" -msgstr "" - -msgid "roundrobin" -msgstr "Roundrobin" - -# File: src/www/interfaces_lagg_edit.php, line: 217 -msgid "" -"Distributes outgoing traffic using a round-robin scheduler through all " -"active ports and accepts incoming traffic from any active port" -msgstr "" - -msgid "" -"This protocol is intended to do nothing: it disables any traffic without " -"disabling the lagg interface itself" -msgstr "" - -msgid "" -"This point-to-point link cannot be deleted because it is still being used as " -"an interface." -msgstr "" -"Diese Punkt-zu-Punkt-Verbindung kann nicht gelöscht werden, weil sie noch " -"als Interface verwendet wird." - -msgid "Do you really want to delete this PPP interface?" -msgstr "Wollen Sie diese PPP Schnittstelle wirklich löschen?" - -msgid "Interface(s)/Port(s)" -msgstr "Schnittstellen/Ports" - -msgid "Link Interface(s)" -msgstr "Verbindungsschnittstelle(n)" - -msgid "Subnet" -msgstr "Subnetz" - -msgid "Please choose a Link Type." -msgstr "Bitte wählen Sie einen Verbindungstyp" - -msgid "" -"Multilink connections (MLPPP) using the PPP link type is not currently " -"supported. Please select only one Link Interface." -msgstr "" - -msgid "The Service name contains invalid characters." -msgstr "Der Dienstname enthält ungültige Zeichen." - -msgid "Do not specify both a Service name and a NULL Service name." -msgstr "" -"Sie können keinen Dienstnamen und einen NULL Dienstnamen gleichzeitig " -"verwenden." - -msgid "A valid local IP address must be specified for %s." -msgstr "Eine gültige lokale IP-Adresse muss für %s angegeben werden." - -msgid "A valid gateway IP address OR hostname must be specified for %s." -msgstr "" -"Eine gültige Gateway IP-Adresse ODER Hostname muss für %s angegeben werden." - -msgid "The bandwidth value for %s must be an integer." -msgstr "Der Brandbreitenwert für %s muss eine ganze Zahl sein." - -msgid "The MTU for %s must be greater than 576 bytes." -msgstr "Der MTU für %s muss größer als 576 bytes sein." - -msgid "The MRU for %s must be greater than 576 bytes." -msgstr "Der MRU für %s muss größer als 576 bytes sein." - -msgid "PPPs configuration" -msgstr "PPPs-Konfiguration" - -msgid "Link Type" -msgstr "Verbindungstyp" - -msgid "Link interface(s)" -msgstr "Verbindungsschnittstelle(n)" - -msgid "Select at least two interfaces for Multilink (MLPPP) connections." -msgstr "" - -msgid "" -"You may enter a description here for your reference. Description will appear " -"in the \"Interfaces Assign\" select lists." -msgstr "" -"Sie können eine Beschreibung für Ihre eigene Verwendung angeben. Sie " -"erscheint dann in der \"Schnittstellen Zuordnung\" Selektionsliste." - -msgid "Note: Typically *99# for GSM networks and #777 for CDMA networks" -msgstr "" -"Hinweis: Typischerweise *99# für GSM-Netzwerke und #777 für CDMA-Netzwerke" - -msgid "Configure a NULL Service name" -msgstr "Einen NULL Dienstnamen konfigurieren" - -msgid "" -"Hint: this field can usually be left empty. Service name will not be " -"configured if this field is empty. Check the \"Configure NULL\" box to " -"configure a blank Service name." -msgstr "" - -msgid "IP Address OR Hostname" -msgstr "IP Adresse ODER Hostname" - -msgid "APN number (optional)" -msgstr "APN Nummer (optional)" - -msgid "" -"Note: Defaults to 1 if you set APN above. Ignored if you set no APN above." -msgstr "" - -msgid "SIM PIN" -msgstr "SIM-PIN" - -msgid "SIM PIN wait" -msgstr "SIM-PIN warten" - -msgid "" -"Note: Time to wait for SIM to discover network after PIN is sent to SIM " -"(seconds)." -msgstr "" - -msgid "Init String" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 582 -msgid "" -"Note: Enter the modem initialization string here. Do NOT include the \"AT\" " -"string at the beginning of the command. Many modern USB 3G modems don't need " -"an initialization string." -msgstr "" - -msgid "Connection Timeout" -msgstr "Connection Timeout" - -msgid "" -"Note: Enter timeout in seconds for connection to be established (sec.) " -"Default is 45 sec." -msgstr "" - -msgid "Uptime Logging" -msgstr "Laufzeitaufzeichnung" - -msgid "Enable persistent logging of connection uptime." -msgstr "" - -msgid "" -"This option causes cumulative uptime to be recorded and displayed on the " -"Status Interfaces page." -msgstr "" - -msgid "Dial On Demand" -msgstr "Einwählen bei Bedarf" - -msgid "Enable Dial-on-Demand mode" -msgstr "Dial-on-Demand-Modus aktivieren" - -msgid "" -"This option causes the interface to operate in dial-on-demand mode. Do NOT " -"enable if you want your link to be always up. The interface is configured, " -"but the actual connection of the link is delayed until qualifying outgoing " -"traffic is detected." -msgstr "" - -msgid "Idle Timeout" -msgstr "Leerlaufzeit" - -msgid "(seconds) Default is 0, which disables the timeout feature." -msgstr "(Sekunden) Standard ist 0, wodurch das Timeout deaktiviert wird." - -msgid "" -"If no incoming or outgoing packets are transmitted for the entered number of " -"seconds the connection is brought down." -msgstr "" - -msgid "" -"When the idle timeout occurs, if the dial-on-demand option is enabled, mpd " -"goes back into dial-on-demand mode. Otherwise, the interface is brought down " -"and all associated routes removed." -msgstr "" - -msgid "Compression" -msgstr "Komprimierung" - -msgid "Disable vjcomp(compression) (auto-negotiated by default)." -msgstr "" - -msgid "" -"This option enables Van Jacobson TCP header compression, which saves several " -"bytes per TCP data packet. You almost always want this option. This " -"compression ineffective for TCP connections with enabled modern extensions " -"like time stamping or SACK, which modify TCP options between sequential " -"packets." -msgstr "" - -msgid "TCPmssFix" -msgstr "TCPmssFix" - -msgid "Disable tcpmssfix (enabled by default)." -msgstr "Deaktiviere TCPmssFix (Standard ist aktiviert)." - -msgid "" -"This option causes mpd to adjust incoming and outgoing TCP SYN segments so " -"that the requested maximum segment size is not greater than the amount " -"allowed by the interface MTU. This is necessary in many setups to avoid " -"problems caused by routers that drop ICMP Datagram Too Big messages. Without " -"these messages, the originating machine sends data, it passes the rogue " -"router then hits a machine that has an MTU that is not big enough for the " -"data. Because the IP Don't Fragment option is set, this machine sends an " -"ICMP Datagram Too Big message back to the originator and drops the packet. " -"The rogue router drops the ICMP message and the originator never gets to " -"discover that it must reduce the fragment size or drop the IP Don't Fragment " -"option from its outgoing data." -msgstr "" - -msgid "ShortSeq" -msgstr "ShortSeq" - -msgid "Disable shortseq (auto-negotiated by default)." -msgstr "" - -msgid "" -"This option is only meaningful if multi-link PPP is negotiated. It " -"proscribes shorter multi-link fragment headers, saving two bytes on every " -"frame. It is not necessary to disable this for connections that are not " -"multi-link." -msgstr "" - -msgid "ACFComp" -msgstr "ACFComp" - -msgid "Disable acfcomp (compression) (auto-negotiated by default)." -msgstr "" - -msgid "" -"Address and control field compression. This option only applies to " -"asynchronous link types. It saves two bytes per frame." -msgstr "" -"Adress- und Kontrollfeldkomprimierung. Diese Option wird bei asynchronen " -"Verbindungstypen angewandt. Dadurch werden zwei Byte pro Frame gespart." - -msgid "ProtoComp" -msgstr "ProtoComp" - -msgid "Disable protocomp (compression) (auto-negotiated by default)." -msgstr "" - -msgid "" -"Protocol field compression. This option saves one byte per frame for most " -"frames." -msgstr "" -"Protokollfeldkomprimierung. Diese Option spart ein Byte pro Frame bei den " -"meisten Frames." - -msgid "Link Parameters" -msgstr "Verbindungsparameter" - -msgid "MRU" -msgstr "MRU" - -msgid "MRRU" -msgstr "MRRU" - -msgid "" -"Set ONLY for MLPPP connections and ONLY when links have different bandwidths." -msgstr "" - -msgid "MTU will default to 1492." -msgstr "MTU wird auf den Standardwert 1492 gesetzt." - -msgid "will be auto-negotiated by default." -msgstr "" - -msgid "Set ONLY for MLPPP connections." -msgstr "NUR für MLPPP-Verbindungen." - -msgid "" -"This QinQ cannot be deleted because it is still being used as an interface." -msgstr "" -"Das QinQ kann nicht gelöscht werden, da es von einer Schnittstelle verwendet " -"wird." - -msgid "QinQ interface does not exist" -msgstr "QinQ Schnittstelle existiert nicht" - -msgid "Do you really want to delete this QinQ?" -msgstr "Wollen Sie diese QinQ wirklich löschen?" - -msgid "Tag" -msgstr "Tag" - -msgid "QinQ members" -msgstr "QinQ Mitglieder" - -msgid "" -"Not all drivers/NICs support 802.1Q QinQ tagging properly. On cards that do " -"not explicitly support it, QinQ tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" - -msgid "First level tag cannot be empty." -msgstr "" - -msgid "" -"You are editing an existing entry and modifying the first level tag is not " -"allowed." -msgstr "" - -msgid "" -"You are editing an existing entry and modifying the interface is not allowed." -msgstr "" -"Sie bearbeiten einen bereits vorhandenen Eintrag; Veränderungen an der " -"Schnittstelle sind nicht erlaubt." - -msgid "QinQ level already exists for this interface, edit it!" -msgstr "" - -msgid "" -"A normal VLAN exists with this tag please remove it to use this tag for QinQ " -"first level." -msgstr "" - -msgid "Interface QinQ Edit" -msgstr "Schnittstelle QinQ ändern" - -msgid "Only QinQ capable interfaces will be shown." -msgstr "Nur QinQ fähige Schnittstellen werden angezeigt." - -msgid "First level tag" -msgstr "" - -msgid "" -"This is the first level VLAN tag. On top of this are stacked the member " -"VLANs defined below." -msgstr "" - -msgid "" -"This VLAN cannot be deleted because it is still being used as an interface." -msgstr "" -"Dieses VLAN kann nicht gelöscht werden, da es von einer Schnittstelle " -"benutzt wird." - -msgid "Do you really want to delete this VLAN?" -msgstr "Wollen Sie dieses VLAN wirklich löschen?" - -msgid "VLAN tag" -msgstr "VLAN Tag" - -msgid "" -"Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do " -"not explicitly support it, VLAN tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" - -msgid "The VLAN tag must be an integer between 1 and 4094." -msgstr "Das VLAN Tag muss eine Zahl zwischen 1 und 4094 sein." - -msgid "Interface supplied as parent is invalid" -msgstr "Die ausgewählte übergeordnete Schnittstelle ist ungültig" - -msgid "" -"Interface is assigned and you cannot change the VLAN tag while assigned." -msgstr "" -"Solang die Schnittstelle zugewiesen ist können Sie das VLAN Tag nicht ändern." - -msgid "A VLAN with the tag %s is already defined on this interface." -msgstr "Ein VLAN mit dem Tag %s ist bereits auf dieser Schnittstelle vorhanden." - -msgid "A QinQ VLAN exists with this tag please remove it to use this tag with." -msgstr "" - -msgid "Only VLAN capable interfaces will be shown." -msgstr "Nur VLAN fähige Schnittstellen werden angezeigt." - -msgid "VLAN tag " -msgstr "VLAN Tag " - -msgid "802.1Q VLAN tag (between 1 and 4094) " -msgstr "802.1Q VLAN Tag (zwischen 1 und 4094) " - -msgid "" -"This wireless clone cannot be deleted because it is assigned as an interface." -msgstr "" -"Dieser drahtlose Klon kann nicht gelöscht werden, weil er einer " -"Schnittstelle zugewiesen ist." - -msgid "Do you really want to delete this wireless clone?" -msgstr "Wollen Sie diesen Wireless-Klon wirklich löschen?" - -msgid "" -"Here you can configure clones of wireless interfaces, which can be assigned " -"as separate independent interfaces. Only available on wireless chipsets that " -"support this, with limitations on the number that can be created in each " -"mode." -msgstr "" - -msgid "" -"This wireless clone cannot be modified because it is still assigned as an " -"interface." -msgstr "" -"Dieser drahtlose Klon kann nicht geändert werden, weil er noch einer " -"Schnittstelle zugewiesen ist." - -msgid "" -"Use the configuration page for the assigned interface to change the mode." -msgstr "" -"Verwenden Sie die Konfigurationsseite für die zugewiesene Schnittstelle um " -"den Modus zu ändern." - -# File: src/www/interfaces_wireless_edit.php, line: 118 -msgid "" -"Error creating interface with mode %s. The %s interface may not support " -"creating more clones with the selected mode." -msgstr "" -"Fehler bei der Erstellung der Schnittstelle im Modus %s. Die %s-" -"Schnittstelle könnte die Erstellung weiterer Klone im ausgewählten Modus " -"nicht unterstützen." - -msgid "Wireless clone configuration" -msgstr "Drahtlosklonkonfiguration" - -msgid "Wrong Interface" -msgstr "Falsche Schnittstelle" - -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"pool." -msgstr "" -"Dieser Eintrag kann nicht gelöscht werden, da er noch vom mindestens einem " -"Pool referenziert wird." - -msgid "The load balancer configuration has been changed" -msgstr "Die Lastverteiler-Einstellungen haben sich geändert" - -msgid "This monitor name has already been used. Monitor names must be unique." -msgstr "" -"Dieser Monitor-Name ist schon in Benutzung. Monitor-Namen müssen " -"unterschiedlich sein." - -msgid "You cannot use spaces in the 'name' field." -msgstr "Sie können keine Leerzeichen im Namensfeld verwenden." - -msgid "The hostname can only contain the characters A-Z, 0-9 and '-'." -msgstr "Der Hostname darf nur folgende Zeichen enthalten: A-Z, 0-9 und '-'." - -msgid "HTTP(s) codes must be from RFC2616." -msgstr "" - -msgid "The path to monitor must be set." -msgstr "Der Pfad zum Monitor muss angegeben werden." - -msgid "HTTP" -msgstr "HTTP" - -msgid "HTTPS" -msgstr "HTTPS" - -msgid "Send/Expect" -msgstr "Senden/Erwarten" - -msgid "Edit Load Balancer - Monitor entry" -msgstr "Lastverteiler bearbeiten: Überwachungseintrag" - -msgid "Path" -msgstr "Pfad" - -msgid "Hostname for Host: header if needed." -msgstr "" - -msgid "HTTP Code" -msgstr "HTTP Code" - -msgid "Send string" -msgstr "Zeichenkette senden" - -msgid "Expect string" -msgstr "Erwarte String" - -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"virtual server." -msgstr "" -"Dieser Eintrag kann nicht gelöscht werden, da es noch von mindestens einem " -"virtuellen Server referenziert wird." - -msgid "" -"The load balancer configuration has been changed%sYou must apply the changes " -"in order for them to take effect." -msgstr "" -"Die Konfiguration des Lastverteilers wurde geändert.%sSie müssen die " -"Änderungen anwenden damit diese übernommen werden." - -msgid "Monitor" -msgstr "Monitor" - -# File: src/www/load_balancer_pool.php, line: 139 -msgid "" -"This feature is intended for server load balancing, not multi-WAN. For load " -"balancing or failover for multiple WANs, use %sGateway Groups%s." -msgstr "" -"Dieses Feature ist für Serverlastverteilung gedacht und nicht für Multi-WAN. " -"Für Lastverteilung oder Failover mehrerer WANs, sollten Sie %sGatewaygruppen%" -"s verwenden." - -msgid "Server List" -msgstr "Serverliste" - -msgid "This pool name has already been used. Pool names must be unique." -msgstr "" - -msgid "The name '%s' is a reserved word and cannot be used." -msgstr "Der Name '%s' ist eine reserviertes Wort und kann nicht benutzt werden." - -msgid "Sorry, an alias is already named %s." -msgstr "Sorry, es gibt bereits einen Alias mit dem Namen %s." - -msgid "The port must be an integer between 1 and 65535, or a port alias." -msgstr "" -"Der Port muss eine ganze Zahl zwischen 1 und 65535 oder ein Portalias sein." - -msgid "The retry value must be an integer between 1 and 65535." -msgstr "Der Wiederholungswert muss eine Zahl zwischen 1 und 65535 sein." - -msgid "%s is not a valid IP address or IPv4 subnet (in \"enabled\" list)." -msgstr "" -"%s ist keine gültige IP-Adresse oder IPv4-Subnetz (in \"aktiviert\"-Liste)" - -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"enabled\" list)." -msgstr "" -"%s ist ein Subnetz, welches mehr als 64 IP-Adressen enthält (in \"aktiviert\"" -"-Liste)." - -msgid "%s is not a valid IP address or IPv4 subnet (in \"disabled\" list)." -msgstr "" -"%s ist keine gültige IP-Adresse oder IPv4-Subnetz (in \"deaktiviert\"-Liste)" - -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"disabled\" list)." -msgstr "" -"%s ist ein Subnetz, welches mehr als 64 IP-Adressen enthält (in der \"" -"deaktiviert\"-Liste)." - -msgid "Invalid monitor chosen." -msgstr "Ungültiger Monitor ausgewählt." - -msgid "Add/edit Load Balancer - Pool entry" -msgstr "Lastverteiler - Pool-Eintrag hinzufügen / bearbeiten" - -msgid "Load Balance" -msgstr "Lastverteilung" - -msgid "Manual Failover" -msgstr "Manueller Failover" - -msgid "This is the port your servers are listening on." -msgstr "" - -msgid "" -"You may also specify a port alias listed in Firewall -> Aliases here." -msgstr "" - -msgid "" -"Optionally specify how many times to retry checking a server before " -"declaring it down." -msgstr "" - -msgid "Add item to pool" -msgstr "Ein neues Element zu diesem Pool hinzufügen" - -msgid "" -"Please add a monitor IP address on the monitors tab if you wish to use this " -"feature." -msgstr "" - -msgid "Server IP Address" -msgstr "Server IP-Adresse" - -msgid "Add to pool" -msgstr "Zum Pool hinzufügen" - -msgid "Current Pool Members" -msgstr "Aktuelle Poolmitglieder" - -msgid "Pool Disabled" -msgstr "Pool deaktiviert" - -msgid "Remove" -msgstr "Entfernen" - -msgid "Enabled (default)" -msgstr "Aktiviert (Standard)" - -msgid "Timeout must be a numeric value" -msgstr "Timeout muss ein numerischer Wert sein" - -msgid "Interval must be a numeric value" -msgstr "Intervall muss ein gültiger numerischer Wert sein" - -msgid "Prefork must be a numeric value" -msgstr "Prefork muss ein numerischer Wert sein" - -msgid "Prefork value must be between 1 and 32" -msgstr "Der Perfork Wert muss zwischen 1 und 32 sein" - -# File: src/www/load_balancer_setting.php, line: 117 -msgid "Global settings" -msgstr "Globale Einstellungen" - -msgid "timeout" -msgstr "Zeitüberschreitung" - -msgid "" -"Set the global timeout in milliseconds for checks. Leave blank to use the " -"default value of 1000 ms " -msgstr "" - -msgid "interval" -msgstr "Intervall" - -msgid "" -"Set the interval in seconds at which the member of a pool will be checked. " -"Leave blank to use the default interval of 10 seconds" -msgstr "" - -msgid "prefork" -msgstr "prefork" - -msgid "" -"Number of processes used by relayd for dns protocol. Leave blank to use the " -"default value of 5 processes" -msgstr "" - -msgid "The virtual server configuration has been changed" -msgstr "Die Virtualserver Konfiguration wurde geändert" - -msgid "Pool" -msgstr "Pool" - -msgid "Fall Back Pool" -msgstr "" - -msgid "Relay Protocol" -msgstr "Relay-Protokoll" - -msgid "" -"This virtual server name has already been used. Virtual server names must " -"be unique." -msgstr "" -"Der Virtualservername wird schon verwendet. Virtualservernamen müssen " -"eindeutig sein." - -msgid "You cannot use spaces or slashes in the 'name' field." -msgstr "" -"Sie können im Feld 'Name' keine Leerzeichen oder Schrägstriche verwenden." - -msgid "" -"The port must be an integer between 1 and 65535, a port alias, or left blank." -msgstr "" -"Der Port muss eine Zahl zwischen 1 und 65535 oder ein Portalias sein oder " -"leer gelassen werden." - -msgid "%s is not a valid IP address, IPv4 subnet, or alias." -msgstr "%s ist keine gültige IP-Adresse oder IPv4-Subnetz" - -msgid "%s is a subnet containing more than 64 IP addresses." -msgstr "%s ist ein Subnetz, welches mehr als 64 IP-Adressen enthält." - -msgid "You cannot select a Fall Back Pool when using the DNS relay protocol." -msgstr "" - -msgid "Edit Load Balancer - Virtual Server entry" -msgstr "Eintrag des Virtuellen Servers des Lastverteilers bearbeiten" - -msgid "" -"This is normally the WAN IP address that you would like the server to listen " -"on. All connections to this IP and port will be forwarded to the pool " -"cluster." -msgstr "" - -msgid "" -"You may also specify a host alias listed in Firewall -> Aliases here." -msgstr "" - -msgid "" -"This is the port that the clients will connect to. All connections to this " -"port will be forwarded to the pool cluster." -msgstr "" - -msgid "If left blank, listening ports from the pool will be used." -msgstr "" - -msgid "Virtual Server Pool" -msgstr "Pool virtueller Server" - -msgid "Please add a pool on the Pools tab to use this feature." -msgstr "" - -msgid "" -"The server pool to which clients will be redirected if *ALL* servers in the " -"Virtual Server Pool are offline." -msgstr "" - -msgid "This option is NOT compatible with the DNS relay protocol." -msgstr "Die Option ist NICHT mit dem DNS-Relay-Protokoll kompatibel." - -msgid "Submit" -msgstr "Absenden" - -msgid "" -"Don't forget to add a firewall rule for the virtual server/pool after you're " -"finished setting it up." -msgstr "" -"Vergessen Sie nicht darauf, eine Firewallregel für den virtuellen Server/" -"Pool zu erstellen, sobald Sie mit der Konfiguration fertig sind." - -msgid "The system is rebooting now. This may take one minute." -msgstr "Das System startet nun neu. Dies kann eine Minute dauern." - -msgid "Are you sure you want to reboot the system?" -msgstr "Sind Sie sicher dass Sie das System neu starten möchten?" - -msgid "Only interfaces configured with a static IP will be shown" -msgstr "Nur Schnittstellen mit einer statischen IP-Adresse werden angezeigt" - -msgid "" -"The DHCP Server can only be enabled on interfaces configured with static IP " -"addresses" -msgstr "" -"Der DHCP-Server kann nur auf einer Schnittstelle mit statischen IP-Adressen " -"aktiviert werden" - -msgid "Range begin" -msgstr "Bereichsstart" - -msgid "Range end" -msgstr "Bereichsende" - -msgid "A valid range must be specified." -msgstr "Ein gültiger Bereich muss angegeben werden." - -msgid "A valid IP address must be specified for the gateway." -msgstr "Eine gültige IP-Adresse muss für das Gateway angegeben werden." - -msgid "" -"A valid IP address must be specified for the primary/secondary WINS servers." -msgstr "" -"Ein gültige IP-Adresse muss für den Ersten/Zweiten WINS-Server angegeben " -"werden." - -msgid "" -"The gateway address %s does not lie within the chosen interface's subnet." -msgstr "" - -msgid "" -"A valid IP address must be specified for the primary/secondary DNS servers." -msgstr "" -"Ein gültige IP-Adresse muss für den ersten/zweiten DNS-Server angegeben " -"werden." - -msgid "The default lease time must be at least 60 seconds." -msgstr "" - -msgid "" -"The maximum lease time must be at least 60 seconds and higher than the " -"default lease time." -msgstr "" - -msgid "A valid domain name must be specified for the dynamic DNS registration." -msgstr "" - -msgid "" -"A valid primary domain name server IP address must be specified for the " -"dynamic domain name." -msgstr "" - -msgid "You must specify both a valid domain key and key name." -msgstr "" - -msgid "A valid domain search list must be specified." -msgstr "" - -msgid "" -"If you specify a mac allow list, it must contain only valid partial MAC " -"addresses." -msgstr "" - -msgid "" -"If you specify a mac deny list, it must contain only valid partial MAC " -"addresses." -msgstr "" - -msgid "" -"A valid IP address must be specified for the primary/secondary NTP servers." -msgstr "" -"Eine gültige IP-Adresse muss für den primären/sekundären NTP-Server " -"angegeben werden." - -msgid "A valid domain name must be specified for the DNS domain." -msgstr "" - -msgid "A valid IP address or hostname must be specified for the TFTP server." -msgstr "" -"Eine gültige IP-Adresse oder Hostname muss für den TFTP Server angegeben " -"werden." - -msgid "A valid IP address must be specified for the network boot server." -msgstr "" -"Eine gültige IP-Adresse muss für den Netzwerkbootserver angegeben werden." - -msgid "You cannot use the network address in the starting subnet range." -msgstr "" - -msgid "You cannot use the broadcast address in the ending subnet range." -msgstr "" - -msgid "The subnet range cannot overlap with virtual IP address %s." -msgstr "" - -# File: src/www/services_dhcp.php, line: 296 -msgid "" -"Cannot enable static ARP when you have static map entries without IP " -"addresses. Ensure all static maps have IP addresses and try again." -msgstr "" - -msgid "Text type cannot include quotation marks." -msgstr "Text-Typ kann keine Fragezeichen beinhalten." - -msgid "" -"String type must be enclosed in quotes like \"this\" or must be a series of " -"octets specified in hexadecimal, separated by colons, like " -"01:23:45:67:89:ab:cd:ef" -msgstr "" - -# I think the user has to enter the english word but not sure so I have written the english and the German word. if not just remove the english words and the brackets -msgid "Boolean type must be true, false, on, or off." -msgstr "" -"Wahrheitstyp muss true (wahr), false (falsch), on (ein) oder off (aus) sein." - -msgid "Unsigned 8-bit integer type must be a number in the range 0 to 255." -msgstr "" -"Der vorzeichenlose 8-Bit Zahlentyp muss eine Zahl zwischen 0 und 255 sein." - -msgid "Unsigned 16-bit integer type must be a number in the range 0 to 65535." -msgstr "" -"Der vorzeichenlose 16-Bit Ganzzahl-Typ muss eine Zahl zwischen 0 und 65535 " -"sein." - -msgid "" -"Unsigned 32-bit integer type must be a number in the range 0 to 4294967295." -msgstr "" - -msgid "Signed 8-bit integer type must be a number in the range -128 to 127." -msgstr "" - -msgid "" -"Signed 16-bit integer type must be a number in the range -32768 to 32767." -msgstr "" - -msgid "" -"Signed 32-bit integer type must be a number in the range -2147483648 to " -"2147483647." -msgstr "" - -msgid "IP address or host type must be an IP address or host name." -msgstr "" - -msgid "The specified range lies outside of the current subnet." -msgstr "" - -msgid "The range is invalid (first element higher than second element)." -msgstr "" - -msgid "" -"The specified range must not be within the DHCP range for this interface." -msgstr "" - -msgid "" -"The specified range must not be within the range configured on a DHCP pool " -"for this interface." -msgstr "" - -msgid "" -"You must disable the DHCP relay on the %s interface before enabling the DHCP " -"server." -msgstr "" -"Sie müssen das DHCP-Relay auf der Schnittstelle %s deaktivieren, bevor der " -"DHCP-Server aktiviert werden kann." - -msgid "The DHCP range cannot overlap any static DHCP mappings." -msgstr "" -"Der DHCP-Bereich kann nicht mit einem statischen DHCP-Mapping überlappen." - -msgid "Boolean" -msgstr "Wahrheitswert" - -msgid "String" -msgstr "Zeichenkette" - -msgid "Text" -msgstr "Text" - -msgid "Unsigned 16-bit integer" -msgstr "Vorzeichenlose 16-Bit Ganzzahl" - -msgid "Unsigned 32-bit integer" -msgstr "Vorzeichenlose 32-Bit Ganzzahl" - -msgid "Unsigned 8-bit integer" -msgstr "Vorzeichenlose 8-Bit Ganzzahl" - -msgid "IP address or host" -msgstr "IP-Adresse oder Host" - -msgid "Signed 16-bit integer" -msgstr "Signierte 16-bit Ganzzahl" - -msgid "Signed 32-bit integer" -msgstr "Signierte 32-bit Ganzzahl" - -msgid "Signed 8-bit integer" -msgstr "Signierte 8-bit Ganzzahl" - -msgid "The static mapping configuration has been changed" -msgstr "" - -msgid "" -"DHCP Relay is currently enabled. Cannot enable the DHCP Server service while " -"the DHCP Relay is enabled on any interface." -msgstr "" - -# File: src/www/services_dhcp.php, line: 736 -msgid "Enable DHCP server on %s interface" -msgstr "Aktiviere DHCP-Server auf Schnittstelle %s" - -msgid "" -"Editing Pool-Specific Options. To return to the Interface, click its tab " -"above." -msgstr "" - -msgid "Deny unknown clients" -msgstr "Unbekannte Clients ablehnen" - -msgid "" -"If this is checked, only the clients defined below will get DHCP leases from " -"this server. " -msgstr "" -"Ist dies ausgewählt, nur Clients, die unten definiert wurden, bekommen von " -"diesem Server DHCP-Leases. " - -msgid "Pool Description" -msgstr "Poolbeschreibung" - -msgid "Subnet mask" -msgstr "Subnetzmaske" - -msgid "Available range" -msgstr "Verfügbarer Bereich" - -msgid "Range" -msgstr "Bereich" - -msgid "Additional Pools" -msgstr "Zusätzliche Pools" - -msgid "" -"If you need additional pools of addresses inside of this subnet outside the " -"above Range, they may be specified here." -msgstr "" - -msgid "Pool Start" -msgstr "Start des Pools" - -msgid "Pool End" -msgstr "Ende des Pools" - -msgid "Do you really want to delete this pool?" -msgstr "Wollen Sie diesen Pool wirklich löschen?" - -msgid "WINS servers" -msgstr "WINS-Server" - -msgid "DNS servers" -msgstr "DNS-Server" - -msgid "" -"NOTE: leave blank to use the system default DNS servers - this interface's " -"IP if DNS forwarder is enabled, otherwise the servers configured on the " -"General page." -msgstr "" - -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network. Type \"none\" for no gateway assignment." -msgstr "" - -msgid "Domain name" -msgstr "Domain name" - -msgid "" -"The default is to use the domain name of this system as the default domain " -"name provided by DHCP. You may specify an alternate domain name here." -msgstr "" - -msgid "Domain search list" -msgstr "Domainsuchliste" - -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator " -msgstr "" - -msgid "Default lease time" -msgstr "Standard Leasezeit" - -msgid "" -"This is used for clients that do not ask for a specific expiration time." -msgstr "" - -msgid "The default is 7200 seconds." -msgstr "Der Standard ist 7200 Sekunden." - -msgid "Maximum lease time" -msgstr "Maximale Leasezeit" - -msgid "" -"This is the maximum lease time for clients that ask for a specific " -"expiration time." -msgstr "" -"Dies ist die maximale Leasezeit für Clients, die eine bestimmte Ablaufzeit " -"anfragen." - -msgid "The default is 86400 seconds." -msgstr "Der Standard ist 86400 Sekunden." - -msgid "Failover peer IP:" -msgstr "Failover Peer IP:" - -msgid "" -"Leave blank to disable. Enter the interface IP address of the other " -"machine. Machines must be using CARP. Interface's advskew determines " -"whether the DHCPd process is Primary or Secondary. Ensure one machine's " -"advskew<20 (and the other is >20)." -msgstr "" - -msgid "Static ARP" -msgstr "Statisches ARP" - -msgid "Enable Static ARP entries" -msgstr "Aktiviere statische ARP Einträge" - -# File: src/www/services_dhcp.php, line: 932 -msgid "" -"Warning: This option persists even if DHCP server is disabled. Only the " -"machines listed below will be able to communicate with the firewall on this " -"NIC." -msgstr "" - -msgid "Time format change" -msgstr "Zeitformat geändert" - -msgid "Change DHCP display lease time from UTC to local time." -msgstr "Ändere die DHCP-Leasezeit von UTC auf lokale Zeit." - -# File: src/www/services_dhcp.php, line: 943 -msgid "" -"Warning: By default DHCP leases are displayed in UTC time. By checking this " -"box DHCP lease time will be displayed in local time and set to time zone " -"selected. This will be used for all DHCP interfaces lease time." -msgstr "" -"Warnung: Standardmäßig werden die DHCP-Leases in der UTC-Zeit angezeigt. " -"Durch das anhaken dieser Box wird die DHCP-Leasezeit in der ausgewählten " -"Zeitzone angezeigt. Dies wird für alle Leasezeiten auf allen DHCP-" -"Schnittstellen übernommen." - -msgid "Dynamic DNS" -msgstr "Dynamisches DNS" - -msgid "Show Dynamic DNS" -msgstr "Zeige dynamisches DNS" - -msgid "Enable registration of DHCP client names in DNS." -msgstr "Registrierung von DHCP-Clientnamen im DNS aktivieren." - -msgid "Note: Leave blank to disable dynamic DNS registration." -msgstr "Hinweis: Freilassen zum Deaktivieren der dynamischen DNS-Anmeldung." - -msgid "" -"Enter the dynamic DNS domain which will be used to register client names in " -"the DNS server." -msgstr "" -"Geben Sie die dynamische DNS-Domain ein, welche verwendet wird, um " -"Clientnamen im DNS-Server zu registrieren." - -msgid "" -"Enter the primary domain name server IP address for the dynamic domain name." -msgstr "" - -msgid "" -"Enter the dynamic DNS domain key name which will be used to register client " -"names in the DNS server." -msgstr "" - -msgid "" -"Enter the dynamic DNS domain key secret which will be used to register " -"client names in the DNS server." -msgstr "" - -msgid "MAC Address Control" -msgstr "MAC-Adressensteuerung" - -msgid "Show MAC Address Control" -msgstr "Zeige MAC-Addresskontrolle an" - -msgid "" -"Enter a list of partial MAC addresses to allow, comma separated, no spaces, " -"such as " -msgstr "" - -msgid "" -"Enter a list of partial MAC addresses to deny access, comma separated, no " -"spaces, such as " -msgstr "" - -msgid "NTP servers" -msgstr "NTP-Server" - -msgid "Show NTP configuration" -msgstr "Zeige NTP Konfiguration" - -msgid "TFTP server" -msgstr "TFTP-Server" - -msgid "Show TFTP configuration" -msgstr "Zeige TFTP Konfiguration" - -msgid "" -"Leave blank to disable. Enter a full hostname or IP for the TFTP server." -msgstr "" -"Freilassen zum Deaktivieren. Geben Sie einen vollständigen Hostnamen oder " -"eine IP für den TFTP-Server ein." - -msgid "LDAP URI" -msgstr "LDAP URI" - -msgid "Show LDAP configuration" -msgstr "Zeige LDAP Konfiguration" - -msgid "" -"Leave blank to disable. Enter a full URI for the LDAP server in the form " -"ldap://ldap.example.com/dc=example,dc=com" -msgstr "" - -msgid "Enable network booting" -msgstr "Booten über das Netzwerk aktivieren" - -msgid "Show Network booting" -msgstr "" - -msgid "Enables network booting." -msgstr "Aktiviert das Booten über das Netzwerk." - -msgid "Enter the IP of the" -msgstr "" - -msgid "next-server" -msgstr "nächster-Server" - -msgid "and the default bios filename" -msgstr "und der standard BIOS Dateiname" - -msgid "and the UEFI 32bit filename " -msgstr "und den UEFI 32 Bit Dateinamen " - -msgid "and the UEFI 64bit filename " -msgstr "und den UEFI 64 Bit Dateinamen " - -msgid "" -"Note: You need both a filename and a boot server configured for this to work!" -msgstr "" -"Anmerkung: Sie brauchen sowohl einen Dateinamen als auch einen Bootserver " -"damit dies funktioniert!" - -msgid "" -"You will need all three filenames and a boot server configured for UEFI to " -"work!" -msgstr "" -"Sie brauchen alle drei Dateinamen und einen Bootserver für UEFI damit dies " -"funktioniert!" - -msgid "Enter the" -msgstr "Gib die" - -msgid "root-path" -msgstr "root-Pfad" - -msgid "string" -msgstr "Zeichenkette" - -msgid "" -"Note: string-format: iscsi:(servername):(protocol):(port):(LUN):targetname" -msgstr "" -"Hinweis: Zeichenformatierung: " -"iscsi:(Servername):(Protokoll):(Port):(LUN):Zielname" - -msgid "Additional BOOTP/DHCP Options" -msgstr "Zusätzliche BOOTP/DHCP Optionen" - -msgid "Show Additional BOOTP/DHCP Options" -msgstr "Zeige zusätzliche BOOTP/DHCP Einstellungen" - -msgid "" -"Enter the DHCP option number and the value for each item you would like to " -"include in the DHCP lease information. For a list of available options " -"please visit this" -msgstr "" -"Geben Sie die DHCP Einstellungsnummer und den Wert für jeden Eintrag an, der " -"in den DHCP Lease Informationen enthalten sein soll. Für eine Liste an " -"verfügbaren Einstellungen besuchen Sie bitte folgende Seite" - -msgid "URL" -msgstr "URL" - -msgid "Value" -msgstr "Wert" - -msgid "System: General setup" -msgstr "System: Allgemeine Einstellungen" - -msgid "The DNS servers entered in" -msgstr "" - -msgid "(or the" -msgstr "(oder der" - -msgid "DNS forwarder" -msgstr "DNS Forwarder" - -msgid "if enabled)" -msgstr "falls aktiviert)" - -msgid "will be assigned to clients by the DHCP server." -msgstr "wird den Clients vom DHCP-Server zugewiesen." - -msgid "Status: DHCP leases" -msgstr "Status: DHCP-Leases" - -msgid "The DHCP lease table can be viewed on the" -msgstr "" - -msgid "page." -msgstr "Seite." - -msgid "DHCP Static Mappings for this interface." -msgstr "Statische DHCP-Zuweisung für diese Schnittstelle" - -msgid "Do you really want to delete this mapping?" -msgstr "Wollen Sie diese Zuweisung wirklich löschen?" - -msgid "Either MAC address or Client identifier must be specified" -msgstr "Entweder eine MAC-Adresse oder ein Client-Kennung muss angegeben werden" - -msgid "The hostname cannot end with a hyphen according to RFC952" -msgstr "Der Hostname kann nach RFC 952 nicht mit einem Bindestrich enden" - -msgid "" -"A valid hostname is specified, but the domain name part should be omitted" -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." -msgstr "Satisches ARP ist aktiviert. Du musst eine IP-Adresse angeben." - -msgid "This Hostname, IP, MAC address or Client identifier already exists." -msgstr "Dieser Hostname, IP, MAC Adresse oder Client-ID existiert bereits." - -msgid "The IP address must not be within the DHCP range for this interface." -msgstr "" -"Die IP-Adresse für diese Schnittstelle darf nicht im DHCP-Bereich liegen." - -msgid "" -"The IP address must not be within the range configured on a DHCP pool for " -"this interface." -msgstr "" -"Die IP-Adresse für diese Schnittstelle darf nicht im Bereich einer der " -"konfigurierten DHCP-Pools liegen." - -msgid "The IP address must lie in the %s subnet." -msgstr "Die IPAdresse muss in dem Subnetz %s liegen." - -msgid "Static DHCP Mapping" -msgstr "" - -msgid "Copy my MAC address" -msgstr "Kopiere meine MAC-Adresse" - -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "Geben Sie eine MAC-Adresse im Format xx:xx:xx:xx:xx:xx ein." - -msgid "Client identifier" -msgstr "Client-Kennung" - -msgid "If an IPv4 address is entered, the address must be outside of the pool." -msgstr "" -"Wenn eine IPv4 Adresse eingegeben wird, muss die Adresse außerhalb des Pools " -"liegen." - -msgid "" -"If no IPv4 address is given, one will be dynamically allocated from the pool." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 395 -# File: src/www/services_dhcpv6_edit.php, line: 218 -msgid "Name of the host, without domain part." -msgstr "Name des Hosts ohne Domainteil." - -# File: src/www/services_dhcp_edit.php, line: 400 -msgid "Netboot Filename" -msgstr "Netboot Dateiname" - -# File: src/www/services_dhcp_edit.php, line: 403 -# File: src/www/services_dhcpv6_edit.php, line: 225 -msgid "" -"Name of the file that should be loaded when this host boots off of the " -"network, overrides setting on main page." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 406 -# File: src/www/services_dhcpv6_edit.php, line: 228 -msgid "Root Path" -msgstr "Root Pfad" - -# File: src/www/services_dhcp_edit.php, line: 409 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "Enter the root-path-string, overrides setting on main page." -msgstr "" - -msgid "ARP Table Static Entry" -msgstr "ARP statischer Tabelleneintrag" - -msgid "Create an ARP Table Static Entry for this MAC & IP Address pair. " -msgstr "" -"Erstelle einen statischen ARP Tabelleneintrag für diese MAC- und IP-" -"Adresskombination" - -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network." -msgstr "" - -msgid "Destination Server" -msgstr "Zielserver" - -msgid "A valid Destination Server IP address must be specified." -msgstr "Eine gültige IP-Adresse eines Zielservers muss angegeben werden." - -# File: src/www/services_dhcp_relay.php, line: 140 -msgid "" -"DHCP Server is currently enabled. Cannot enable the DHCP Relay service while " -"the DHCP Server is enabled on any interface." -msgstr "" - -msgid "DHCP Relay configuration" -msgstr "DHCP Relay Konfiguration" - -msgid "Enable DHCP relay on interface" -msgstr "Aktiviere DHCP-Relay auf der Schnittstelle" - -# File: src/www/services_dhcp_relay.php, line: 158 -# File: src/www/services_dhcpv6_relay.php, line: 155 -# File: src/www/services_ntpd.php, line: 230 -msgid "Interface(s)" -msgstr "Schnittstelle(n)" - -msgid "Interfaces without an IP address will not be shown." -msgstr "Schnittstellen ohne IP-Adresse werden nicht angezeigt." - -msgid "Append circuit ID and agent ID to requests" -msgstr "" - -msgid "" -"If this is checked, the DHCP relay will append the circuit ID (%s interface " -"number) and the agent ID to the DHCP request." -msgstr "" - -msgid "Destination server" -msgstr "Zielserver" - -msgid "" -"This is the IP address of the server to which DHCP requests are relayed. You " -"can enter multiple server IP addresses, separated by commas. Select \"Proxy " -"requests to DHCP server on WAN subnet\" to relay DHCP packets to the server " -"that was used on the WAN interface." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 50 -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses. Only interfaces configured with a static IP will be shown." -msgstr "" - -msgid "A valid prefix range must be specified." -msgstr "Ein gültiger Präfix-Bereich muss angegeben werden." - -msgid "A valid IPv6 address must be specified for the gateway." -msgstr "Eine gültige IPv6 Adresse muss für den Gateway angegeben werden." - -msgid "" -"A valid IPv6 address must be specified for the primary/secondary DNS servers." -msgstr "" -"Eine valide IPv6 Adresse muss für die primären/sekundären DNS Server " -"angegeben werden." - -msgid "" -"A valid primary domain name server IPv4 address must be specified for the " -"dynamic domain name." -msgstr "" - -msgid "" -"A valid IPv6 address must be specified for the primary/secondary NTP servers." -msgstr "" -"Eine valide IPv6 Adresse muss für die primären/sekundären NTP Server " -"angegeben werden." - -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." - -msgid "A valid URL must be specified for the network bootfile." -msgstr "Eine gültige URL muss für die Netzwerkbootdatei angegeben werden." - -msgid "The subnet range cannot overlap with virtual IPv6 address %s." -msgstr "" - -msgid "Router Advertisements" -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 521 -msgid "Enable DHCPv6 server on %s interface" -msgstr "DHCPv6 Server auf Schnittstelle %s aktivieren" - -msgid "Subnet Mask" -msgstr "Subnetzmaske" - -msgid "Prefix Delegation Range" -msgstr "" - -msgid "Prefix Delegation Size" -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 598 -msgid "" -"You can define a Prefix range here for DHCP Prefix Delegation. This allows " -"for\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\tassigning networks to subrouters. The start and " -"end of the range must end on boundaries of the prefix delegation size." -msgstr "" - -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator" -msgstr "" -"Der DHCP-Server kann optional eine Domainsuchliste zur Verfügung stellen. " -"Verwenden Sie einen Strichpunkt als Separator" - -msgid "Change DHCPv6 display lease time from UTC to local time." -msgstr "Ändere die Angezeigte DHCPv4-Leasezeit von UTC auf lokale Zeit." - -# File: src/www/services_dhcpv6.php, line: 661 -msgid "" -"By default DHCPv6 leases are displayed in UTC time. By checking this\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\tbox DHCPv6 lease time will be displayed in local " -"time and set to time zone selected. This will be used for all DHCPv6 " -"interfaces lease time." -msgstr "" - -msgid "Enter the Bootfile URL" -msgstr "Geben Sie die Bootdatei-URL ein" - -msgid "Delete" -msgstr "Löschen" - -msgid "add another entry" -msgstr "einen anderen Eintrag hinzufügen" - -msgid "Status: DHCPv6 leases" -msgstr "Status: DHCPv6 Leases" - -msgid "DHCPv6 Static Mappings for this interface." -msgstr "Statische DHCPv6 Zuweisungen für diese Schnittstelle." - -msgid "DUID" -msgstr "DUID" - -msgid "DUID Identifier" -msgstr "DUID Bezeichnung" - -msgid "A valid DUID Identifier must be specified." -msgstr "Eine gültige DUID Kennung muss angegeben werden." - -msgid "This Hostname, IP or DUID Identifier already exists." -msgstr "Dieser Hostname, IP oder DUID Kennung exestiert bereits." - -msgid "Static DHCPv6 Mapping" -msgstr "Statische DHCPv6 Zuweisung" - -msgid "Enter a DUID Identifier in the following format: " -msgstr "Gebe eine DUID Bezeichnung im folgenden Format ein: " - -# File: src/www/services_dhcpv6_edit.php, line: 201 -msgid "DUID-LLT - ETH -- TIME --- ---- ADDR ----" -msgstr "" - -msgid "If an IPv6 address is entered, the address must be outside of the pool." -msgstr "" -"Falls eine IPv6-Adresse eingegeben wird, muss diese außerhalb des Pools " -"liegen." - -msgid "" -"If no IPv6 address is given, one will be dynamically allocated from the pool." -msgstr "" -"Falls keine IPv6-Adresse angegeben wird, wird dynamisch eine aus dem Pool " -"zugewiesen." - -# File: src/www/services_dhcpv6_edit.php, line: 222 -msgid "Netboot filename" -msgstr "Netzwerkbootdateiname" - -msgid "A valid Destination Server IPv6 address must be specified." -msgstr "Eine gültige Zielserveradresse muss spezifiziert werden." - -# File: src/www/services_dhcpv6_relay.php, line: 136 -msgid "" -"DHCPv6 Server is currently enabled. Cannot enable the DHCPv6 Relay service " -"while the DHCPv6 Server is enabled on any interface." -msgstr "" - -msgid "DHCPv6 Relay configuration" -msgstr "DHCPv6 Relay Konfiguration" - -msgid "Enable DHCPv6 relay on interface" -msgstr "DHCPv6 Relay auf der Schnittstelle aktivieren" - -msgid "Interfaces without an IPv6 address will not be shown." -msgstr "Schnittstellen ohne eine IPv6 Adresse werden nicht angezeigt." - -msgid "" -"If this is checked, the DHCPv6 relay will append the circuit ID (%s " -"interface number) and the agent ID to the DHCPv6 request." -msgstr "" - -msgid "" -"This is the IPv6 address of the server to which DHCPv6 requests are relayed. " -"You can enter multiple server IPv6 addresses, separated by commas. " -msgstr "" - -msgid "You must specify a valid port number" -msgstr "Sie müssen eine gültige Portnummer angeben" - -msgid "Invalid custom options" -msgstr "Ungültige benutzerdefinierten Einstellungen" - -# File: src/www/services_dnsmasq.php, line: 178 -msgid "The DNS forwarder configuration has been changed." -msgstr "" - -msgid "General DNS Forwarder Options" -msgstr "Allgemeine DNS-Forwarder Einstellungen" - -msgid "Enable DNS forwarder" -msgstr "Aktiviere DNS-Forwarder" - -msgid "DHCP Registration" -msgstr "DHCP Registrierung" - -msgid "Register DHCP leases in DNS forwarder" -msgstr "" - -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS forwarder, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" - -msgid "Static DHCP" -msgstr "Static DHCP" - -msgid "Register DHCP static mappings in DNS forwarder" -msgstr "" - -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS forwarder, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" - -msgid "Prefer DHCP" -msgstr "DHCP bevorzugen" - -msgid "Resolve DHCP mappings first" -msgstr "" - -msgid "" -"If this option is set, then DHCP mappings will be resolved before the manual " -"list of names below. This only affects the name given for a reverse lookup " -"(PTR)." -msgstr "" - -msgid "DNS Query Forwarding" -msgstr "DNS Abfrage-Weiterleitung" - -msgid "Query DNS servers sequentially" -msgstr "DNS-Server sequenziell abfragen" - -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will query the DNS servers " -"sequentially in the order specified (System - General Setup - DNS " -"Servers), rather than all at once in parallel. " -msgstr "" - -msgid "Require domain" -msgstr "Domain verlangen" - -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward A or AAAA " -"queries for plain names, without dots or domain parts, to upstream name " -"servers. If the name is not known from /etc/hosts or DHCP then a \"not " -"found\" answer is returned. " -msgstr "" - -msgid "Do not forward private reverse lookups" -msgstr "" - -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward reverse " -"DNS lookups (PTR) for private addresses (RFC 1918) to upstream name " -"servers. Any entries in the Domain Overrides section forwarding private \"" -"n.n.n.in-addr.arpa\" names to a specific server are still forwarded. If the " -"IP to name is not known from /etc/hosts, DHCP or a specific domain override " -"then a \"not found\" answer is immediately returned. " -msgstr "" - -msgid "Listen Port" -msgstr "" - -msgid "" -"The port used for responding to DNS queries. It should normally be left " -"blank unless another service needs to bind to TCP/UDP port 53." -msgstr "" - -msgid "" -"Interface IPs used by the DNS Forwarder for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" - -msgid "Strict Interface Binding" -msgstr "" - -msgid "" -"If this option is set, the DNS forwarder will only bind to the interfaces " -"containing the IP addresses selected above, rather than binding to all " -"interfaces and discarding queries to other addresses." -msgstr "" - -msgid "" -"NOTE: This option does NOT work with IPv6. If set, dnsmasq will not bind to " -"IPv6 addresses." -msgstr "" - -msgid "Show advanced option" -msgstr "Zeige erweiterte Optionen" - -msgid "" -"Enter any additional options you would like to add to the dnsmasq " -"configuration here, separated by a space or newline" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 332 -msgid "" -"If the DNS forwarder is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the forwarder. The DNS forwarder will use the DNS servers " -"entered in %sSystem: General setup%s or those obtained via DHCP or PPP on " -"WAN if the "Allow DNS server list to be overridden by DHCP/PPP on " -"WAN" is checked. If you don't use that option (or if you use a static " -"IP address on WAN), you must manually specify at least one DNS server on the " -"%sSystem: General setup%s page." -msgstr "" - -msgid "Host Overrides" -msgstr "" - -msgid "" -"Entries in this section override individual results from the forwarders." -msgstr "" - -msgid "Use these for changing DNS results or for adding custom DNS records." -msgstr "" - -msgid "Domain" -msgstr "Domain" - -msgid "Do you really want to delete this host?" -msgstr "Wollen Sie diesen Host wirklich löschen?" - -msgid "Domain Overrides" -msgstr "" - -msgid "" -"Entries in this area override an entire domain, and subdomains, by " -"specifying an authoritative DNS server to be queried for that domain." -msgstr "" - -msgid "Do you really want to delete this domain override?" -msgstr "" - -msgid "A valid domain must be specified after _msdcs." -msgstr "" - -msgid "A valid domain must be specified." -msgstr "Eine gültige Domain muss angegeben werden." - -msgid "" -"A valid IP address must be specified, or # for an exclusion or ! to not " -"forward at all." -msgstr "" - -msgid "An interface IP address must be specified for the DNS query source." -msgstr "" - -msgid "Domain to override (NOTE: this does not have to be a valid TLD!)" -msgstr "" - -msgid "or" -msgstr "oder" - -msgid "test" -msgstr "testen" - -msgid "IP address of the authoritative DNS server for this domain" -msgstr "" - -msgid "" -"Or enter ! for lookups for this host/subdomain to NOT be forwarded anywhere." -msgstr "" - -msgid "" -"Or enter # for an exclusion to pass through this host/subdomain to standard " -"nameservers instead of a previous override." -msgstr "" - -msgid "Source IP" -msgstr "Quell-IP" - -msgid "" -"Source IP address for queries to the DNS server for the override domain." -msgstr "" - -msgid "Leave blank unless your DNS server is accessed through a VPN tunnel." -msgstr "" - -msgid "Alias Domain" -msgstr "Alias Domain" - -msgid "" -"Hostnames in alias list can only contain the characters A-Z, 0-9 and '-'." -msgstr "" - -msgid "A valid domain must be specified in alias list." -msgstr "Eine gültige Domain muss in der Aliasliste spezifiziert werden." - -msgid "This host/domain already exists." -msgstr "Dieser Host/Domain existiert bereits." - -msgid "Edit DNS Forwarder entry" -msgstr "DNS-Forwardereintrag bearbeiten" - -msgid "Name of the host, without domain part" -msgstr "Name des Hosts ohne Domainteil" - -msgid "myhost" -msgstr "meinhost" - -msgid "Domain of the host" -msgstr "Domain des Hosts" - -msgid "example.com" -msgstr "example.com" - -msgid "IP address of the host" -msgstr "IP Adresse des Hosts" - -msgid "Enter additional names for this host." -msgstr "Geben Sie zusätzliche Namen für den Host ein." - -msgid "remove this entry" -msgstr "diesen Eintrag entfernen" - -msgid "Service" -msgstr "Dienst" - -msgid "Cached IP" -msgstr "Zwischengespeicherte IP" - -msgid "" -"IP addresses appearing in green are up to date with Dynamic DNS provider." -msgstr "" - -msgid "" -"You can force an update for an IP address on the edit page for that service." -msgstr "" - -msgid "Service type" -msgstr "Typ des Dienstes" - -msgid "Update URL" -msgstr "Aktualisierungs-URL" - -msgid "The Hostname contains invalid characters." -msgstr "Der Hostname enthält ungültige Zeichen. " - -msgid "The MX contains invalid characters." -msgstr "Der MC enthält ungültige Zeichen. " - -msgid "The username contains invalid characters." -msgstr "Der Benutzername enthält ungültige Zeichen." - -msgid "Dynamic DNS client" -msgstr "Client für dynamisches DNS" - -msgid "yes" -msgstr "ja" - -msgid "Interface to monitor" -msgstr "Zu überwachende Schnittstelle" - -msgid "Interface to send update from" -msgstr "" - -msgid "Note: This is almost always the same as the Interface to Monitor." -msgstr "" - -msgid "Enter the complete host/domain name. example: myhost.dyndns.org" -msgstr "" -"Bitte geben Sie den kompletten Namen des Hosts oder der Domain ein.Beispiel: " -"myhost.dyndns.org" - -msgid "For he.net tunnelbroker, enter your tunnel ID" -msgstr "" - -msgid "MX" -msgstr "MX" - -# File: src/www/services_dyndns_edit.php, line: 338 -msgid "" -"Note: With a dynamic DNS service you can only use a hostname, not an IP " -"address." -msgstr "" -"Hinweis: Mit einem dynamischen DNS Service können Sie nur einen Hostname " -"nutzen, keine IP Adresse." - -msgid "" -"Set this option only if you need a special MX record. Not all services " -"support this." -msgstr "" -"Setzen Sie diese Option nur wenn Sie einen speziellen MX Record benötigen. " -"Nicht alle Services unterstützen dies." - -msgid "Wildcards" -msgstr "Wildcards" - -msgid "Enable " -msgstr "Aktivieren " - -msgid "Wildcard" -msgstr "Wildcard" - -msgid "Verbose logging" -msgstr "Ausführliche Protokollierung" - -msgid "verbose logging" -msgstr "ausführliche Protokollierung" - -msgid "CURL options" -msgstr "CURL Optionen" - -msgid "Force IPv4 resolving" -msgstr "Erzwinge IPv4 Auflösung" - -msgid "Verify SSL peer" -msgstr "SSL-Peer prüfen" - -msgid "" -"Username is required for all types except Namecheap, FreeDNS and Custom " -"Entries." -msgstr "" - -msgid "Route 53: Enter your Access Key ID." -msgstr "" - -msgid "Duck DNS: Enter your Token." -msgstr "Duck DNS: Gib dein Token ein." - -msgid "" -"For Custom Entries, Username and Password represent HTTP Authentication " -"username and passwords." -msgstr "" - -msgid "" -"FreeDNS (freedns.afraid.org): Enter your \"Authentication Token\" provided " -"by FreeDNS." -msgstr "" - -msgid "Route 53: Enter your Secret Access Key." -msgstr "" - -msgid "Duck DNS: Leave blank." -msgstr "Duck DNS: leer lassen." - -msgid "Zone ID" -msgstr "Zonen-ID" - -msgid "" -"Enter Zone ID that you received when you created your domain in Route 53." -msgstr "" - -msgid "" -"This is the only field required by for Custom Dynamic DNS, and is only used " -"by Custom Entries." -msgstr "" - -msgid "" -"If you need the new IP to be included in the request, put %IP% in its place." -msgstr "" - -msgid "Result Match" -msgstr "" - -msgid "This field is only used by Custom Dynamic DNS Entries." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 407 -msgid "" -"This field should be identical to what your dynamic DNS Provider will return " -"if the update succeeds, leave it blank to disable checking of returned " -"results." -msgstr "" - -msgid "" -"If you need to include multiple possible values, separate them with a |. If " -"your provider includes a |, escape it with \\|" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 411 -msgid "" -"Tabs (\\t), newlines (\\n" -") and carriage returns (\\r) at the beginning or end of the returned results " -"are removed before comparison." -msgstr "" - -msgid "TTL" -msgstr "TTL" - -# File: src/www/services_dyndns_edit.php, line: 419 -msgid "Choose TTL for your dns record." -msgstr "Wählen Sie eine TTL für Ihren DNS-Eintrag" - -msgid "Save & Force Update" -msgstr "Speichern & Aktualisierung erzwingen" - -# File: src/www/services_dyndns_edit.php, line: 444 -msgid "" -"You must configure a DNS server in %sSystem:\n" -"\t\t\t\t\t General setup%s or allow the DNS server list " -"to be overridden\n" -"\t\t\t\t\t by DHCP/PPP on WAN for dynamic DNS updates to " -"work." -msgstr "" - -msgid "add a new igmpentry" -msgstr "" - -msgid "The IGMP entry list has been changed" -msgstr "" - -msgid "edit igmpentry" -msgstr "" - -msgid "" -"Do you really want to delete this igmp entry? All elements that still use it " -"will become invalid (e.g. filter rules)!" -msgstr "" - -msgid "delete igmpentry" -msgstr "Igmpeintrag löschen" - -msgid "" -"Please add the interface for upstream, the allowed subnets, and the " -"downstream interfaces you would like the proxy to allow. Only one 'upstream' " -"interface can be configured." -msgstr "" - -msgid "Only one 'upstream' interface can be configured." -msgstr "" - -msgid "IGMP Proxy Edit" -msgstr "IGMP Proxy bearbeiten" - -msgid "Upstream Interface" -msgstr "" - -msgid "Downstream Interface" -msgstr "" - -msgid "" -"The upstream network interface is the outgoing interface which is " -"responsible for communicating to available multicast data sources. There can " -"only be one upstream interface." -msgstr "" - -msgid "Downstream" -msgstr "" - -msgid "" -"network interfaces are the distribution interfaces to the destination " -"networks, where multicast clients can join groups and receive multicast " -"data. One or more downstream interfaces must be configured." -msgstr "" - -msgid "Threshold" -msgstr "Schwellwert" - -msgid "" -"Defines the TTL threshold for the network interface. Packets with a " -"lower TTL than the threshold value will be ignored. This setting is " -"optional, and by default the threshold is 1." -msgstr "" - -msgid "Network (s)" -msgstr "Netzwerk(e)" - -msgid "CIDR" -msgstr "CIDR" - -msgid "Add another Time server" -msgstr "Einen weiteren Zeitserver hinzufügen" - -msgid "NTP Server Configuration" -msgstr "NTP-Server Konfiguration" - -msgid "Selecting no interfaces will listen on all interfaces with a wildcard." -msgstr "" - -msgid "" -"Selecting all interfaces will explicitly listen on only the interfaces/IPs " -"specified." -msgstr "" - -# File: src/www/services_ntpd.php, line: 261 -msgid "Time servers" -msgstr "Zeitserver" - -# File: src/www/services_ntpd.php, line: 280 -msgid "prefer this server" -msgstr "diesen Server bevorzugen" - -# File: src/www/services_ntpd.php, line: 283 -msgid "do not use this server" -msgstr "diesen Server nicht verwenden" - -msgid "For best results three to five servers should be configured here." -msgstr "" -"Für die besten Ergebnisse sollten drei bis fünf Servern konfiguriert werden." - -# File: src/www/services_ntpd.php, line: 292 -msgid "" -"The %sprefer%s option indicates that NTP should favor the use of this server " -"more than all others." -msgstr "" - -# File: src/www/services_ntpd.php, line: 294 -msgid "" -"The %snoselect%s option indicates that NTP should not use this server for " -"time, but stats for this server will be collected and displayed." -msgstr "" - -# File: src/www/services_ntpd.php, line: 299 -msgid "Orphan mode" -msgstr "" - -msgid "(0-15)" -msgstr "(0-15)" - -msgid "" -"Orphan mode allows the system clock to be used when no other clocks are " -"available. The number here specifies the stratum reported during orphan mode " -"and should normally be set to a number high enough to insure that any other " -"servers available to clients are preferred over this server. (default: 12)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 306 -msgid "NTP graphs" -msgstr "NTP-Graphen" - -msgid "Enable rrd graphs of NTP statistics (default: disabled)." -msgstr "" -"RRD-Graphen von NTP-Statistiken aktivieren (Standardeinstellung: " -"deaktiviert)." - -# File: src/www/services_ntpd.php, line: 313 -msgid "Syslog logging" -msgstr "" - -msgid "Status > System Logs > NTP" -msgstr "Status > Systemprotokolle > NTP" - -msgid "" -"These options enable additional messages from NTP to be written to the " -"System Log" -msgstr "" -"Diese Einstellung aktiviert weitere Meldungen von NTP, um diese in die " -"Systemprotokolle zu schreiben" - -msgid "Enable logging of peer messages (default: disabled)." -msgstr "" -"Aktiviere Protokollierung von Peer Nachrichten (Standardwert: Deaktiviert)" - -msgid "Enable logging of system messages (default: disabled)." -msgstr "Aktiviere Aufzeichnung von Systemnachrichten (Standard: deaktiviert)" - -# File: src/www/services_ntpd.php, line: 325 -msgid "Statistics logging" -msgstr "Statistik-Protokollierung" - -msgid "Show statistics logging options" -msgstr "Zeige Statistik-Protokollierungs Einstellungen" - -msgid "Warning: " -msgstr "Warnung: " - -msgid "these options will create persistant daily log files in /var/log/ntp." -msgstr "" -"diese Einstellung erstellt täglich permante Protokolldateien in /var/log/ntp." - -msgid "Enable logging of reference clock statistics (default: disabled)." -msgstr "" - -msgid "Enable logging of clock discipline statistics (default: disabled)." -msgstr "" - -msgid "Enable logging of NTP peer statistics (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 345 -msgid "Access restrictions" -msgstr "Zugangsbeschränkungen" - -msgid "Show access restriction options" -msgstr "Zeige Zugangsbeschränkungens Einstellungen" - -msgid "these options control access to NTP from the WAN." -msgstr "Diese Einstellung steuert den Zugriff von WAN auf NTP." - -msgid "Enable Kiss-o'-death packets (default: enabled)." -msgstr "" - -msgid "" -"Deny state modifications (i.e. run time configuration) by ntpq and ntpdc " -"(default: enabled)." -msgstr "" - -msgid "Disable ntpq and ntpdc queries (default: disabled)." -msgstr "" - -msgid "Disable all except ntpq and ntpdc queries (default: disabled)." -msgstr "" - -msgid "Deny packets that attempt a peer association (default: enabled)." -msgstr "" - -msgid "Deny mode 6 control message trap service (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 374 -msgid "Leap seconds" -msgstr "Schaltsekunden" - -msgid "Show Leap second configuration" -msgstr "Zeige Schaltsekunden Konfiguration" - -msgid "" -"A leap second file allows NTP to advertize an upcoming leap second addition " -"or subtraction." -msgstr "" -"Eine Schaltsekundendatei erlaubt NTP die Bekanntgabe von kommender " -"Schaltsekundenaddition oder -subtraktion." - -msgid "Normally this is only useful if this server is a stratum 1 time server." -msgstr "" -"Normalerweise ist dies nur sinnvoll, wenn dieser Server ein Stratum-1-" -"Zeitserver ist." - -msgid "Enter Leap second configuration as text:" -msgstr "Geben Sie die Schaltsekundenkonfiguration als Text ein:" - -msgid "Or" -msgstr "Oder" - -msgid "select a file to upload:" -msgstr "Wählen Sie eine Datei aus:" - -msgid "NTP Serial GPS Configuration" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 356 -msgid "" -"A GPS connected via a serial port may be used as a reference clock for NTP. " -"If the GPS also supports PPS and is properly configured, and connected, that " -"GPS may also be used as a Pulse Per Second clock reference. NOTE: a USB GPS " -"may work, but is not recommended due to USB bus timing issues." -msgstr "" - -msgid "" -"For the best results, NTP should have at least three sources of time. So it " -"is best to configure at least 2 servers under" -msgstr "" - -msgid "Services > NTP" -msgstr "Dienste > NTP" - -msgid "" -"to minimize clock drift if the GPS data is not valid over time. Otherwise " -"ntpd may only use values from the unsynchronized local clock when providing " -"time to clients." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 366 -msgid "Generic" -msgstr "Allgemein" - -# File: src/www/services_ntpd_gps.php, line: 368 -msgid "Garmin" -msgstr "Garmin" - -# File: src/www/services_ntpd_gps.php, line: 370 -msgid "SiRF" -msgstr "SiRF" - -# File: src/www/services_ntpd_gps.php, line: 371 -msgid "U-Blox" -msgstr "U-Blox" - -# File: src/www/services_ntpd_gps.php, line: 372 -msgid "SureGPS" -msgstr "SureGPS" - -msgid "This option allows you to select a predefined configuration." -msgstr "" -"Diese Option ermöglicht es Ihnen, eine vordefinierte Konfiguration auswählen." - -# File: src/www/services_ntpd_gps.php, line: 400 -msgid "Select Generic if your GPS is not listed." -msgstr "Wähle allgemein aus wenn dein GPS nicht aufgeführt wird." - -msgid "" -"The perdefined configurations assume your GPS has already been set to NMEA " -"mode." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 388 -# File: src/www/services_ntpd_pps.php, line: 132 -msgid "Serial port" -msgstr "Serieller Port" - -msgid "" -"All serial ports are listed, be sure to pick the port with the GPS attached." -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." -msgstr "Baud Rate des seriellen Ports" - -msgid "" -"Note: A higher baud rate is generally only helpful if the GPS is sending too " -"many sentences. It is recommended to configure the GPS to send only one " -"sentence at a baud rate of 4800 or 9600." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 423 -msgid "NMEA sentences" -msgstr "NMEA-Sätze" - -msgid "" -"By default NTP will listen for all supported NMEA sentences. Here one or " -"more sentences to listen for may be specified." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 436 -msgid "Fudge time 1" -msgstr "" - -msgid "Fudge time 1 is used to specify the GPS PPS signal offset" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 442 -msgid "Fudge time 2" -msgstr "" - -msgid "Fudge time 2 is used to specify the GPS time offset" -msgstr "" - -msgid "Stratum" -msgstr "" - -msgid "(0-16)" -msgstr "(0-16)" - -msgid "This may be used to change the GPS Clock stratum" -msgstr "" - -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 454 -# File: src/www/services_ntpd_pps.php, line: 159 -msgid "Flags" -msgstr "" - -msgid "" -"Normally there should be no need to change these options from the defaults." -msgstr "" -"Normalerweise sollte es nicht notwendig sein, diese Option vom Standard zu " -"ändern." - -msgid "NTP should prefer this clock (default: enabled)." -msgstr "NTP sollte diese Uhr bevorzugen (Standard: aktiviert)." - -msgid "" -"NTP should not use this clock, it will be displayed for reference " -"only(default: disabled)." -msgstr "" -"NTP sollte diese Uhr nicht verwenden, diese wird nur als Referenz angezeigt " -"(Standard: deaktiviert)." - -msgid "Enable PPS signal processing (default: enabled)." -msgstr "Aktivieren PPS Signalverarbeitung (Standard: aktiviert)." - -msgid "Enable falling edge PPS signal processing (default: rising edge)." -msgstr "" - -msgid "Enable kernel PPS clock discipline (default: enabled)." -msgstr "" - -msgid "Obscure location in timestamp (default: unobscured)." -msgstr "" - -msgid "" -"Log the sub-second fraction of the received time stamp (default: Not " -"logged).
Note: enabling this will rapidly fill the log, but is useful " -"for tuning Fudge time 2." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 524 -# File: src/www/services_ntpd_pps.php, line: 197 -msgid "Clock ID" -msgstr "" - -msgid "(1 to 4 charactors)" -msgstr "(1 bis 4 Zeichen)" - -msgid "This may be used to change the GPS Clock ID" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 530 -msgid "GPS Initialization" -msgstr "GPS Initialisierung" - -msgid "Show GPS Initialization commands" -msgstr "Zeige GPS Initialisierungs Befehle" - -msgid "" -"Note: Commands entered here will be sent to the GPS during initialization. " -"Please read and understand your GPS documentation before making any changes " -"here." -msgstr "" - -msgid "NMEA checksum calculator" -msgstr "NMEA-Prüfsummenrechner" - -msgid "" -"Enter the text between "$" and "*" of a NMEA command " -"string:" -msgstr "" - -msgid "checksum" -msgstr "Prüfsumme" - -msgid "Calculate NMEA checksum" -msgstr "Berechne NMEA Prüfsumme" - -msgid "NTP PPS Configuration" -msgstr "NTP PPS Konfiguration" - -msgid "" -"Devices with a Pulse Per Second output such as radios that receive a time " -"signal from DCF77 (DE), JJY (JP), MSF (GB) or WWVB (US) may be used as a PPS " -"reference for NTP." -msgstr "" - -msgid "" -"A serial GPS may also be used, but the serial GPS driver would usually be " -"the better option." -msgstr "" - -msgid "" -"A PPS signal only provides a reference to the change of a second, so at " -"least one other source to number the seconds is required." -msgstr "" - -msgid "At least 3 additional time sources should be configured under" -msgstr "" - -msgid "to reliably supply the time of each PPS pulse." -msgstr "" - -msgid "" -"All serial ports are listed, be sure to pick the port with the PPS source " -"attached." -msgstr "" -"Alle seriellen Ports sind gelistet; stellen Sie sicher, dass Sie die den " -"Port auswählen, an dem die PPS Quelle angeschlossen ist." - -# File: src/www/services_ntpd_pps.php, line: 147 -msgid "Fudge time" -msgstr "" - -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 "" - -msgid "This may be used to change the PPS Clock stratum" -msgstr "" - -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock and just monitor this source." -msgstr "" - -msgid "Enable kernel PPS clock discipline (default: disabled)." -msgstr "" - -msgid "" -"Record a timestamp once for each second, useful for constructing Allan " -"deviation plots (default: disabled)." -msgstr "" - -msgid "This may be used to change the PPS Clock ID" -msgstr "" - -# File: src/www/services_opendns.php, line: 125 -msgid "OpenDNS Setup" -msgstr "OpenDNS Setup" - -# File: src/www/services_opendns.php, line: 133 -msgid "Filter DNS requests using OpenDNS" -msgstr "DNS-Abfragen mit OpenDNS filtern" - -# File: src/www/services_opendns.php, line: 153 -msgid "" -"Signon Username to log into your OpenDNS dashboard. It is used to " -"automatically update the IP address of the registered network." -msgstr "" - -# File: src/www/services_opendns.php, line: 177 -msgid "Networks Dashboard of OpenDNS" -msgstr "Netzwerke Dashboard von OpenDNS" - -# File: src/www/services_opendns.php, line: 184 -msgid "Test result" -msgstr "Testergebnis" - -# File: src/www/services_opendns.php, line: 206 -msgid "Test/Update" -msgstr "Test/Update" - -msgid "Do you really want to delete this client?" -msgstr "Wollen Sie diesen Client wirklich löschen?" - -msgid "Key" -msgstr "Schlüssel" - -msgid "Key name" -msgstr "Schlüsselname" - -msgid "The DNS update host name contains invalid characters." -msgstr "" - -msgid "The DNS update TTL must be an integer." -msgstr "" - -msgid "The DNS update key name contains invalid characters." -msgstr "" - -msgid "New/Edited RFC2136 dnsupdate entry was posted." -msgstr "" - -msgid "RFC 2136 client" -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 169 -msgid "Fully qualified hostname of the host to be updated." -msgstr "" - -msgid "This must match the setting on the DNS server." -msgstr "" - -msgid "Key type" -msgstr "Schlüsseltyp" - -msgid "Zone" -msgstr "Zone" - -msgid " User" -msgstr " Benutzer" - -msgid "Paste an HMAC-MD5 key here." -msgstr "HMAC-MD5 Schlüssel hier einfügen." - -msgid "Use TCP instead of UDP" -msgstr "TCP statt UDP benutzen" - -msgid "Use Public IP" -msgstr "Public IP benutzen" - -msgid "" -"If the interface IP is private, attempt to fetch and use the public IP " -"instead." -msgstr "" - -msgid "Save & Force Update" -msgstr "" - -msgid "" -"You must configure a DNS server in %sSystem: General setup %sor allow the " -"DNS server list to be overridden by DHCP/PPP on WAN for dynamic DNS updates " -"to work." -msgstr "" - -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses" -msgstr "" -"Der DHCPv6-Server kann nur auf Schnittstellen mit statischen IP Adressen " -"aktiviert werden" - -msgid "" -"Subnets are specified in CIDR format. Select the CIDR mask that pertains to " -"each entry. /128 specifies a single IPv6 host; /64 specifies a normal IPv6 " -"network; etc. If no subnets are specified here, the Router Advertisement " -"(RA) Daemon will advertise to the subnet to which the router's interface is " -"assigned." -msgstr "" - -msgid "An invalid subnet or alias was specified. [%s/%s]" -msgstr "Ein ungültiges Subnetz oder Alias wurde angegeben. [%s/%s]" - -msgid "Select the Operating Mode for the Router Advertisement (RA) Daemon." -msgstr "" - -msgid "" -"Use \"Router Only\" to only advertise this router, \"Unmanaged\" for Router " -"Advertising with Stateless Autoconfig, \"Managed\" for assignment through (a)" -" DHCPv6 Server, \"Assisted\" for DHCPv6 Server assignment combined with " -"Stateless Autoconfig" -msgstr "" - -msgid "" -"It is not required to activate this DHCPv6 server when set to \"Managed\", " -"this can be another host on the network" -msgstr "" - -msgid "Router Priority" -msgstr "Routerpriorität" - -msgid "Select the Priority for the Router Advertisement (RA) Daemon." -msgstr "" - -msgid "RA Interface" -msgstr "RA Schnittstelle" - -msgid "Select the Interface for the Router Advertisement (RA) Daemon." -msgstr "" -"Wählen Sie die Schnittstelle für den Router Advertisement (RA) Dienst aus." - -msgid "RA Subnet(s)" -msgstr "RA Subnetz/e" - -msgid "" -"The RA server can optionally provide a domain search list. Use the semicolon " -"character as separator" -msgstr "" - -msgid "Use same settings as DHCPv6 server" -msgstr "" - -msgid "Invalid character '#' in system location" -msgstr "Ungültiges Zeichen '#' in Systemstandort" - -msgid "Invalid character '#' in system contact" -msgstr "Üngültiges Zeichen '#' in Systemkontakt" - -msgid "Invalid character '#' in read community string" -msgstr "" - -msgid "Community" -msgstr "Community" - -msgid "Polling Port" -msgstr "" - -msgid "Invalid character '#' in SNMP trap string" -msgstr "Ungültiges Zeichen '#' im SNMP-Trap-String" - -msgid "Trap server" -msgstr "" - -msgid "Trap server port" -msgstr "" - -msgid "Trap string" -msgstr "" - -msgid "SNMP Daemon" -msgstr "SNMP Daemon" - -msgid "Polling Port " -msgstr "" - -msgid "Enter the port to accept polling events on (default 161)" -msgstr "" - -msgid "System location" -msgstr "Systemstandort" - -msgid "System contact" -msgstr "Systemkontakt" - -msgid "Read Community String" -msgstr "Lese Community-String" - -msgid "" -"The community string is like a password, restricting access to querying SNMP " -"to hosts knowing the community string. Use a strong value here to protect " -"from unauthorized information disclosure." -msgstr "" - -msgid "SNMP Traps" -msgstr "SNMP-Traps" - -msgid "Enter trap server name" -msgstr "" - -msgid "Trap server port " -msgstr "" - -msgid "Enter the port to send the traps to (default 162)" -msgstr "" - -msgid "Enter the SNMP trap string" -msgstr "" - -msgid "Modules" -msgstr "Module" - -msgid "SNMP Modules" -msgstr "SNMP Module" - -msgid "MibII" -msgstr "MibII" - -msgid "Netgraph" -msgstr "Netgraph" - -msgid "PF" -msgstr "PF" - -msgid "Host Resources (Requires MibII)" -msgstr "" - -msgid "UCD" -msgstr "UCD" - -msgid "Regex" -msgstr "Regulärer Ausdruck" - -msgid "Interface Binding" -msgstr "Schnittstellen Zuordnung" - -msgid "Bind Interface" -msgstr "Zugeordnete Schnittstelle" - -# File: src/www/services_unbound.php, line: 89 -msgid "" -"The DNS Forwarder is still active. Disable it before enabling the DNS " -"Resolver." -msgstr "" - -# File: src/www/services_unbound.php, line: 92 -msgid "" -"A single network interface needs to be selected for the DNS Resolver to bind " -"to." -msgstr "" -"Eine einzelne Netzwerkschnittstelle muss ausgewählt werden, um dem DNS " -"Resolver zugeordnet werden zu können." - -# File: src/www/services_unbound.php, line: 95 -msgid "" -"A single outgoing network interface needs to be selected for the DNS " -"Resolver to use for outgoing DNS requests." -msgstr "" -"Eine einzelne ausgehende Netzwerkschnittstelle muss ausgewählt werden, um " -"vom DNS Resolver für ausgehende DNS-Anfragen verwendet zu können." - -msgid "You must specify a valid port number." -msgstr "Sie müssen eine gültige Portnummer angeben." - -msgid "The configuration for the DNS Resolver, has been changed" -msgstr "Die Konfiguration für den DNS-Resolver wurde geändert" - -msgid "General DNS Resolver Options" -msgstr "" - -msgid "Enable DNS Resolver" -msgstr "DNS Resolver aktivieren" - -msgid "Network Interfaces" -msgstr "Netzwerkschnittstellen" - -msgid "" -"Interface IPs used by the DNS Resolver for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" - -msgid "Outgoing Network Interfaces" -msgstr "Ausgehende Netzwerkschnittstellen" - -msgid "" -"Utilize different network interface(s) that the DNS Resolver will use to " -"send queries to authoritative servers and receive their replies. By default " -"all interfaces are used." -msgstr "" - -msgid "DNSSEC" -msgstr "DNSSEC" - -msgid "Enable DNSSEC Support" -msgstr "Aktiviere DNSSEC Unterstützung" - -msgid "Enable Forwarding Mode" -msgstr "Weiterleitungs-Modus aktivieren" - -msgid "Register DHCP leases in the DNS Resolver" -msgstr "" - -# File: src/www/services_unbound.php, line: 303 -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS Resolver, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" - -msgid "Register DHCP static mappings in the DNS Resolver" -msgstr "" - -# File: src/www/services_unbound.php, line: 315 -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS Resolver, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" - -msgid "TXT Comment Support" -msgstr "TXT-Kommentarunterstützung" - -msgid "" -"If this option is set, then any descriptions associated with Host entries " -"and DHCP Static mappings will create a corresponding TXT record." -msgstr "" - -msgid "" -"Enter any additional options you would like to add to the DNS Resolver " -"configuration here, separated by a space or newline" -msgstr "" - -msgid "" -"If the DNS Resolver is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the DNS Resolver. If Forwarding, is enabled, the DNS Resolver " -"will use the DNS servers entered in %sSystem: General setup%s or those " -"obtained via DHCP or PPP on WAN if the "Allow DNS server list to be " -"overridden by DHCP/PPP on WAN" is checked." -msgstr "" - -msgid "" -"The settings for the DNS Resolver have changed. You must apply the " -"configuration to take affect." -msgstr "" -"Die Einstellungen für den DNS-Resolver wurden geändert. Sie müssen die " -"Konfiguration bestätigen um sie wirksam zu machen." - -msgid "%s Access List" -msgstr "%s Zugriffsliste" - -msgid "Access List name" -msgstr "Zugriffslistenname" - -msgid "When" -msgstr "Wann" - -msgid "Provide an Access List name." -msgstr "Einen Zugriffslistennamen zur Verfügung stellen." - -msgid "" -"Choose what to do with DNS requests that match the criteria specified below." -msgstr "" -"Wählen Sie wie mit DNS Anfragen umgegangen wird, die den folgenden Kriterien " -"entsprechen." - -msgid "" -"Deny: This action stops queries from hosts within the netblock " -"defined below." -msgstr "" -"Ablehnen: Diese Aktion verbietet Anfragen von Hosts im Netzwerkblock " -"darunter." - -msgid "" -"Refuse: This action also stops queries from hosts within the netblock " -"defined below, but sends a DNS rcode REFUSED error message back to the " -"client." -msgstr "" - -msgid "" -"Allow: This action allows queries from hosts within the netblock " -"defined below." -msgstr "" -"Erlauben: Diese Aktion erlaubt Anfragen von Hosts im Netzwerkblock " -"darunter." - -msgid "" -"Allow Snoop: This action allows recursive and nonrecursive access " -"from hosts within the netblock defined below. Used for cache snooping and " -"ideally should only be configured for your administrative host." -msgstr "" -"Erlaube Snoop Diese Aktion erlaubt rekursiven und nichtrekursiven " -"Zugang von Hosts im Netzwerkblock, der unten definiert wird. Wird für Cache " -"Snooping verwendet und sollte idealerweise nur für Ihren administrativen " -"Host konfiguriert werden." - -msgid "You may enter a description here for your reference." -msgstr "Die Beschreibung wird nicht als Parameter verwendet." - -msgid "Access List Name" -msgstr "Zugriffslistenname" - -msgid "Access Lists to control access to the DNS Resolver can be defined here." -msgstr "" -"Zugriffslisten zur Zugriffssteuerung zum DNS Resolver können hier definiert " -"werden." - -msgid "Do you really want to delete this access list?" -msgstr "Wollen Sie diese Zugriffsliste wirklich löschen?" - -msgid "The configuration of the DNS Resolver, has been changed" -msgstr "Die Konfiguration des DNS Resolver wurde gändert" - -msgid "Advanced Resolver Options" -msgstr "Erweiterte Resolveroptionen" - -msgid "Hide Identity" -msgstr "Identität verbergen" - -msgid "If enabled, id.server and hostname.bind queries are refused." -msgstr "" -"Falls aktiviert, werden Abfragen für id.server und hostname.bind verweigert." - -msgid "Hide Version" -msgstr "Version verstecken" - -msgid "If enabled, version.server and version.bind queries are refused." -msgstr "" -"Falls aktiviert, werden Abfragen für version.server und version.bind " -"verweigert." - -msgid "Prefetch Support" -msgstr "" - -msgid "" -"Message cache elements are prefetched before they expire to help keep the " -"cache up to date. When enabled, this option can cause an increase of around " -"10% more DNS traffic and load on the server, but frequently requested items " -"will not expire from the cache." -msgstr "" - -msgid "Prefetch DNS Key Support" -msgstr "" - -msgid "" -"DNSKEY's are fetched earlier in the validation process when a %sDelegation " -"signer%s is encountered. This helps lower the latency of requests but does " -"utilize a little more CPU." -msgstr "" - -msgid "Harden Glue" -msgstr "" - -msgid "Only trust glue if it is within the servers authority." -msgstr "" - -msgid "Harden DNSSEC data" -msgstr "Härte DNSSEC-Daten" - -msgid "" -"DNSSEC data is required for trust-anchored zones. If such data is absent, " -"the zone becomes bogus. If this is disabled and no DNSSEC data is received, " -"then the zone is made insecure." -msgstr "" - -msgid "Message Cache Size" -msgstr "" - -msgid "" -"Size of the message cache. The message cache stores DNS rcodes and " -"validation statuses. The RRSet cache will automatically be set to twice this " -"amount. The RRSet cache contains the actual RR data. The default is 4 " -"megabytes." -msgstr "" - -msgid "Outgoing TCP Buffers" -msgstr "Ausgehende TCP-Puffer" - -msgid "" -"The number of outgoing TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, to authoritative servers, are " -"done." -msgstr "" - -msgid "Incoming TCP Buffers" -msgstr "Eingehende TCP-Puffer" - -msgid "" -"The number of incoming TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, from clients, are accepted." -msgstr "" - -msgid "EDNS Buffer Size" -msgstr "EDNS Puffergröße" - -msgid "" -"Number of bytes size to advertise as the EDNS reassembly buffer size. This " -"is the value that is used in UDP datagrams sent to peers. RFC recommendation " -"is 4096 (which is the default). If you have fragmentation reassemble " -"problems, usually seen as timeouts, then a value of 1480 should help. The " -"512 value bypasses most MTU path problems, but it can generate an excessive " -"amount of TCP fallback." -msgstr "" - -msgid "Number of queries per thread" -msgstr "Anzahl an Abfragen pro Thread" - -msgid "" -"The number of queries that every thread will service simultaneously. If more " -"queries arrive that need to be serviced, and no queries can be jostled, then " -"these queries are dropped." -msgstr "" - -msgid "Jostle Timeout" -msgstr "" - -msgid "" -"This timeout is used for when the server is very busy. This protects against " -"denial of service by slow queries or high query rates. The default value is " -"200 milliseconds." -msgstr "" - -msgid "Maximum TTL for RRsets and messages" -msgstr "" - -msgid "" -"Configure a maximum Time to live for RRsets and messages in the cache. The " -"default is 86400 seconds (1 day). When the internal TTL expires the cache " -"item is expired. This can be configured to force the resolver to query for " -"data more often and not trust (very large) TTL values." -msgstr "" - -msgid "Minimum TTL for RRsets and messages" -msgstr "" - -msgid "" -"Configure a minimum Time to live for RRsets and messages in the cache. The " -"default is 0 seconds. If the minimum value kicks in, the data is cached for " -"longer than the domain owner intended, and thus less queries are made to " -"look up the data. The 0 value ensures the data in the cache is as the domain " -"owner intended. High values can lead to trouble as the data in the cache " -"might not match up with the actual data anymore." -msgstr "" - -msgid "TTL for Host cache entries" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 331 -# File: src/www/services_unbound_advanced.php, line: 346 -msgid "1 minute" -msgstr "1 Minute" - -# File: src/www/services_unbound_advanced.php, line: 332 -# File: src/www/services_unbound_advanced.php, line: 347 -msgid "2 minutes" -msgstr "2 Minuten" - -# File: src/www/services_unbound_advanced.php, line: 333 -# File: src/www/services_unbound_advanced.php, line: 348 -msgid "5 minutes" -msgstr "5 Minuten" - -# File: src/www/services_unbound_advanced.php, line: 334 -# File: src/www/services_unbound_advanced.php, line: 349 -msgid "10 minutes" -msgstr "10 Minuten" - -# File: src/www/services_unbound_advanced.php, line: 335 -# File: src/www/services_unbound_advanced.php, line: 350 -msgid "15 minutes" -msgstr "15 Minuten" - -msgid "" -"Time to live for entries in the host cache. The host cache contains " -"roundtrip timing and EDNS support information. The default is 15 minutes." -msgstr "" - -msgid "TTL for lame delegation" -msgstr "" - -msgid "" -"Time to live for when a delegation is considered to be lame. The default is " -"15 minutes." -msgstr "" - -msgid "Number of Hosts to cache" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 361 -msgid "1000" -msgstr "1000" - -# File: src/www/services_unbound_advanced.php, line: 362 -msgid "5000" -msgstr "5000" - -# File: src/www/services_unbound_advanced.php, line: 363 -msgid "10 000" -msgstr "10 000" - -# File: src/www/services_unbound_advanced.php, line: 364 -msgid "20 000" -msgstr "20 000" - -# File: src/www/services_unbound_advanced.php, line: 365 -msgid "50 000" -msgstr "50 000" - -msgid "Number of hosts for which information is cached. The default is 10,000." -msgstr "" -"Anzahl der Rechner, für die Informationen im Cache gespeichert werden. Der " -"Standardwert ist 10.000." - -msgid "Unwanted Reply Threshold" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 376 -msgid "disabled" -msgstr "deaktiviert" - -# File: src/www/services_unbound_advanced.php, line: 377 -msgid "5 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 378 -msgid "10 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 379 -msgid "20 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 380 -msgid "40 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 381 -msgid "50 million" -msgstr "" - -msgid "" -"If enabled, a total number of unwanted replies is kept track of in every " -"thread. When it reaches the threshold, a defensive action is taken and a " -"warning is printed to the log file. This defensive action is to clear the " -"RRSet and message caches, hopefully flushing away any poison. The default is " -"disabled, but if enabled a value of 10 million is suggested." -msgstr "" -"Falls aktiviert, wird eine Gesamtanzahl an ungewollter Antworten in jedem " -"Thread verfolgt. Wenn ein Grenzwert überschritten wird, wird eine " -"Abwehraktion ausgelöst und eine Warnung in die Protokolldatei geschrieben. " -"Die Abwehraktion bereinigt die RRSet und Nachrichtenzwischenspeicher, um die " -"Vergiftung zu beseitigen. Standardmäßig ist diese Option deaktiviert, aber " -"falls sie aktiviert wird, wird ein Wert von 10 Millionen empfohlen." - -msgid "Log level verbosity" -msgstr "Protokolldetaillierungsgrad" - -msgid "Select the log verbosity." -msgstr "Wählen Sie den Detaillierungsgrad des Protokolls." - -msgid "" -"A valid IP address and port must be specified, for example " -"192.168.100.10@5353." -msgstr "" -"Eine gültige IP-Adresse und Port muss angegeben werden. Zum Beispiel " -"192.168.100.10@5353." - -msgid "A valid IP address must be specified, for example 192.168.100.10." -msgstr "" -"Eine gültige IP-Adresse muss angegeben werden. Zum Beispiel 192.168.100.10." - -msgid "" -"To use a nondefault port for communication, append an '@' with the port " -"number." -msgstr "" -"Um einen vom Standard abweichenden Port zur Kommunikation zu verwenden, " -"fügen Sie ein '@' mit der Portnummer an." - -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 306 -msgid "MX Host" -msgstr "MX-Host" - -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 298 -msgid "MX Priority" -msgstr "MX-Priorität" - -# File: src/www/services_unbound_host_edit.php, line: 114 -msgid "A valid MX priority must be specified." -msgstr "Eine gültige MX-Priorität muss angegeben werden." - -# File: src/www/services_unbound_host_edit.php, line: 118 -msgid "A valid MX host must be specified." -msgstr "Ein gültiger MX-Host muss angegeben werden." - -# File: src/www/services_unbound_host_edit.php, line: 122 -msgid "A valid resource record type must be specified." -msgstr "" - -msgid "Edit DNS Resolver entry" -msgstr "DNS Resolvereintrag bearbeiten" - -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "A or AAAA (IPv4 or IPv6 address)" -msgstr "A oder AAAA (IPv4- oder IPv6-Adresse)" - -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "MX (Mail server)" -msgstr "MX (Mailserver)" - -# File: src/www/services_unbound_host_edit.php, line: 285 -msgid "Type of resource record" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 286 -msgid "for IPv4 or IPv6 addresses" -msgstr "für IPv4- und IPv6-Adressen" - -# File: src/www/services_unbound_host_edit.php, line: 301 -msgid "Priority of MX record" -msgstr "Priorität des MX-Eintrags" - -# File: src/www/services_unbound_host_edit.php, line: 309 -msgid "Host name of MX host" -msgstr "Hostname des MX-Hosts" - -# File: src/www/services_unbound_overrides.php, line: 124 -msgid "" -"Keep in mind that all resource record types (i.e. A, AAAA, MX, etc. records) " -"of a specified host below are being overwritten." -msgstr "" - -msgid "" -"Entries in this area override an entire domain by specifying an " -"authoritative DNS server to be queried for that domain." -msgstr "" - -# File: src/www/services_upnp.php, line: 70 -msgid "At least one of 'UPnP' or 'NAT-PMP' must be allowed" -msgstr "Zumindest eins von 'UPnP' oder 'NAT-PMP' muss erlaubt werden" - -# File: src/www/services_upnp.php, line: 74 -msgid "It is a security risk to specify WAN in the 'Interface' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 76 -msgid "You cannot select the external interface as an internal interface." -msgstr "" - -# File: src/www/services_upnp.php, line: 79 -msgid "You must specify a valid ip address in the 'Override WAN address' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 81 -msgid "" -"You must fill in both 'Maximum Download Speed' and 'Maximum Upload Speed' " -"fields" -msgstr "" - -# File: src/www/services_upnp.php, line: 83 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Download Speed' field" -msgstr "" -"Sie müssen im Feld 'maximale Downloadgeschwindigkeit' einen Wert größer als " -"0 angeben" - -# File: src/www/services_upnp.php, line: 85 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Upload Speed' field" -msgstr "" -"Sie müssen im Feld 'maximale Uploadgeschwindigkeit' einen Wert größer als 0 " -"angeben" - -# File: src/www/services_upnp.php, line: 93 -msgid "" -"You must follow the specified format in the 'User specified permissions %s' " -"field" -msgstr "" - -# File: src/www/services_upnp.php, line: 97 -msgid "" -"You must begin with allow or deny in the 'User specified permissions %s' " -"field" -msgstr "" - -# File: src/www/services_upnp.php, line: 100 -msgid "" -"You must specify a port or port range between 0 and 65535 in the 'User " -"specified permissions %s' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 103 -msgid "" -"You must specify a valid ip address in the 'User specified permissions %s' " -"field" -msgstr "" - -# File: src/www/services_upnp.php, line: 208 -msgid "Modified Universal Plug and Play settings." -msgstr "Modifizierte Universal Plug and Play-Einstellungen" - -# File: src/www/services_wol.php, line: 55 -msgid "Sent magic packet to %s (%s)." -msgstr "Sende Magic Packet an %s (%s)." - -# File: src/www/services_wol.php, line: 57 -msgid "" -"Please check the %ssystem log%s, the wol command for %s (%s) did not " -"complete successfully." -msgstr "" -"Bitte überprüfe das %sHauptprotokoll%s, der WOL-Befehl für %s (%s) wurde " -"nicht erfolgreich abgeschlossen." - -msgid "A valid interface must be specified." -msgstr "Eine gültige Schnittstelle muss angegeben werden." - -msgid "A valid ip could not be found!" -msgstr "Eine gültige IP konnte nicht gefunden werden!" - -msgid "Sent magic packet to %s." -msgstr "Sende Magic Packet an %s." - -# File: src/www/services_wol.php, line: 94 -msgid "" -"Please check the %ssystem log%s, the wol command for %s did not complete " -"successfully." -msgstr "" -"Bitte überprüfe das %sHauptprotokoll%s, der WOL-Befehl für %s wurde nicht " -"erfolgreich abgeschlossen." - -msgid "Choose which interface the host to be woken up is connected to." -msgstr "" -"Wählen Sie die Schnittstelle aus, mit dem der Host verbunden ist, der " -"aufgeweckt werden soll." - -# File: src/www/services_wol.php, line: 157 -msgid "Enter a MAC address %sin the following format: xx:xx:xx:xx:xx:xx%s" -msgstr "Geben Sie die MAC-Adresse %sim Format xx:xx:xx:xx:xx:xx%s ein." - -msgid "Or Click the MAC address to wake up an individual device:" -msgstr "" -"Oder klicken Sie auf die MAC-Adresse um ein individuelles Gerät aufzuwecken:" - -msgid "Wake all clients at once: " -msgstr "Wecke alle Clients auf einmal: " - -# File: src/www/services_wol.php, line: 216 -msgid "" -"This service can be used to wake up (power on) computers by sending special " -"\"Magic Packets\". The NIC in the computer that is to be woken up must " -"support Wake on LAN and has to be configured properly (WOL cable, BIOS " -"settings)." -msgstr "" - -msgid "Edit WOL entry" -msgstr "WOL Eintrag bearbeiten" - -msgid "Choose which interface this host is connected to." -msgstr "Wählen Sie aus, mit welcher Schnittstelle dieser Host verbunden ist." - -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "Geben Sie eine MAC-Adresse im Format xx:xx:xx:xx:xx:xx ein." - -msgid "Log entries for items on this page" -msgstr "" - -msgid "This status page includes the following information" -msgstr "Diese Statusseite enthält die folgenden Informationen" - -msgid "" -"Note: make sure to remove any sensitive information (passwords, maybe also " -"IP addresses) before posting information from this page in public places (" -"like mailing lists)" -msgstr "" - -msgid "Passwords in config.xml have been automatically removed" -msgstr "Passwort in config.xml wurde automatisch entfernt" - -msgid "Failover Group" -msgstr "Failover Gruppe" - -msgid "My State" -msgstr "Mein Status" - -msgid "Since" -msgstr "Seit" - -msgid "Peer State" -msgstr "" - -msgid "End" -msgstr "Ende" - -# File: src/www/status_dhcp_leases.php, line: 346 -msgid "Lease type" -msgstr "" - -msgid "send Wake on LAN packet to this MAC address" -msgstr "sende Wake-on-LAN-Paket an diese MAC-Adresse" - -msgid "add a static mapping for this MAC address" -msgstr "" - -msgid "add a Wake on LAN mapping for this MAC address" -msgstr "" - -msgid "delete this DHCP lease" -msgstr "lösche dieses DHCP Lease" - -msgid "Show active and static leases only" -msgstr "Zeige nur aktive und statische Leases" - -msgid "Show all configured leases" -msgstr "Zeige alle konfigurierten Leases" - -msgid "No leases file found. Is the DHCP server active" -msgstr "" - -msgid "IAID" -msgstr "" - -msgid "Hostname/MAC" -msgstr "Hostname/MAC" - -msgid "Online" -msgstr "Online" - -msgid "Lease Type" -msgstr "" - -msgid "IPv6 Prefix" -msgstr "IPv6 Präfix" - -# File: src/www/status_filter_reload.php, line: 73 -msgid "Reload Filter" -msgstr "Filter neu laden" - -# File: src/www/status_filter_reload.php, line: 75 -msgid "Force Config Sync" -msgstr "" - -msgid "Warning, Packetloss" -msgstr "Warnung, Paketverlust" - -msgid "Warning, Latency" -msgstr "Warnung, Latenz" - -msgid "Gathering data" -msgstr "Daten sammeln" - -msgid "Tier %s" -msgstr "" - -msgid "RTT" -msgstr "RTT" - -msgid "Loss" -msgstr "Verluste" - -msgid "Pending" -msgstr "Ausstehend" - -msgid "Offline (forced)" -msgstr "Offline (erzwungen)" - -msgid "Last check:" -msgstr "Letzte Überprüfung:" - -# File: src/www/status_graph.php, line: 207 -msgid "Sort by" -msgstr "Sortieren nach" - -# File: src/www/status_graph.php, line: 209 -msgid "Display" -msgstr "Anzeigen" - -# File: src/www/status_graph.php, line: 224 -msgid "Bw In" -msgstr "Bw eingehend" - -# File: src/www/status_graph.php, line: 225 -msgid "Bw Out" -msgstr "Bw ausgehend" - -msgid "Local" -msgstr "Lokal" - -msgid "Host Name" -msgstr "Hostname" - -# File: src/www/status_graph.php, line: 235 -msgid "FQDN" -msgstr "FQDN" - -msgid "Host IP" -msgstr "Host IP" - -# Schreibt man Hostname nicht auch im englischen zusammen? -msgid "Host Name or IP" -msgstr "Hostname oder IP" - -msgid "Bandwidth In" -msgstr "Bandbreite eingehend" - -msgid "Bandwidth Out" -msgstr "Bandbreite ausgehend" - -# File: src/www/status_graph.php, line: 202 -msgid "" -"The %sAdobe SVG Viewer%s, Firefox 1.5 or later or other browser supporting " -"SVG is required to view the graph." -msgstr "" - -msgid "interface" -msgstr "Schnittstelle" - -msgid "Release" -msgstr "" - -msgid "Renew" -msgstr "Erneuern" - -# File: src/www/status_interfaces.php, line: 102 -msgid "DHCP6" -msgstr "DHCP6" - -msgid "Connect" -msgstr "Verbinden" - -msgid "Disconnect" -msgstr "Trennen" - -msgid "Uptime " -msgstr "Laufzeit " - -msgid "Cell Signal (RSSI)" -msgstr "" - -msgid "Cell Mode" -msgstr "" - -msgid "Cell SIM State" -msgstr "" - -msgid "Cell Service" -msgstr "" - -msgid "Cell Upstream" -msgstr "" - -# File: src/www/status_interfaces.php, line: 214 -# File: src/www/status_interfaces.php, line: 221 -# File: src/www/status_interfaces.php, line: 228 -# File: src/www/status_interfaces.php, line: 235 -msgid "kbit/s" -msgstr "kBit/s" - -msgid "Cell Downstream" -msgstr "" - -msgid "Cell Current Up" -msgstr "" - -msgid "Cell Current Down" -msgstr "" - -msgid "Subnet mask IPv4" -msgstr "IPv4-Subnetzmaske" - -msgid "Gateway IPv4" -msgstr "Gateway IPv4" - -msgid "IPv6 Link Local" -msgstr "" - -msgid "Subnet mask IPv6" -msgstr "Subnetzmaske IPv6" - -msgid "Gateway IPv6" -msgstr "Gateway IPv6" - -msgid "ISP DNS servers" -msgstr "ISP DNS-Server" - -msgid "Media" -msgstr "Media" - -msgid "LAGG Protocol" -msgstr "LAGG Protokoll" - -msgid "LAGG Ports" -msgstr "LAGG Ports" - -msgid "BSSID" -msgstr "BSSID" - -msgid "RSSI" -msgstr "RSSI" - -msgid "In/out packets" -msgstr "Eingehende/Ausgehende Pakete" - -msgid "In/out packets (pass)" -msgstr "Eingehende/Ausgehende Pakete (erlaubt)" - -msgid "In/out packets (block)" -msgstr "Eingehende/Ausgehende Pakete (blockiert)" - -msgid "In/out errors" -msgstr "Eingehende/ausgehende Fehler" - -msgid "Collisions" -msgstr "Kollisionen" - -msgid "Bridge (%s)" -msgstr "Brücke (%s)" - -msgid "Interrupts/Second" -msgstr "Interrupts/Second" - -msgid "total" -msgstr "insgesammt" - -msgid "rate" -msgstr "Rate" - -msgid "" -"Using dial-on-demand will bring the connection up again if any packet " -"triggers it. To substantiate this point: disconnecting manually will %snot%s " -"prevent dial-on-demand from making connections to the outside! Don't use " -"dial-on-demand if you want to make sure that the line is kept disconnected." -msgstr "" - -msgid "Ref ID" -msgstr "" - -msgid "Poll" -msgstr "" - -msgid "Reach" -msgstr "" - -msgid "Delay" -msgstr "Verzögerung" - -msgid "Offset" -msgstr "" - -msgid "Jitter" -msgstr "Jitter" - -# File: src/www/status_ntpd.php, line: 192 -msgid "" -"Statistics unavailable because ntpq and ntpdc queries are disabled in the %" -"sNTP service settings%s." -msgstr "" - -# File: src/www/status_ntpd.php, line: 196 -msgid "No peers found, %sis the ntp service running%s?" -msgstr "Keine Peers gefunden. %sLäuft der NTP-Service%s?" - -msgid "Clock Latitude" -msgstr "" - -msgid "Clock Longitude" -msgstr "" - -msgid "Clock Altitude" -msgstr "" - -msgid "Satellites" -msgstr "Satelliten" - -# File: src/www/status_openvpn.php, line: 131 -msgid "OpenVPN Status" -msgstr "OpenVPN Status" - -msgid "Client connections" -msgstr "Clientverbindungen" - -msgid "Common Name" -msgstr "Common Name" - -msgid "Real Address" -msgstr "Reale Adresse" - -msgid "Virtual Address" -msgstr "Virtuelle Adresse" - -msgid "Connected Since" -msgstr "Verbunden seit" - -msgid "Bytes Sent" -msgstr "Bytes gesendet" - -msgid "Bytes Received" -msgstr "Bytes Empfangen" - -msgid "Kill client connection from" -msgstr "" - -# File: src/www/status_openvpn.php, line: 185 -msgid "Show/Hide Routing Table" -msgstr "Routingtabelle anzeigen/ausblenden" - -msgid "Routing Table" -msgstr "Routingtablelle" - -msgid "Target Network" -msgstr "Zielnetzwerk" - -msgid "Last Used" -msgstr "Zuletzt benutzt" - -msgid "" -"An IP address followed by C indicates a host currently connected through the " -"VPN." -msgstr "" -"Eine IP-Adresse gefolgt von einem C zeigt an, dass der Host gerade durch ein " -"VPN verbunden ist." - -msgid "Peer to Peer Server Instance Statistics" -msgstr "" - -msgid "Remote Host" -msgstr "Ferner Host" - -msgid "Virtual Addr" -msgstr "Virtuelle Adresse" - -msgid "Client Instance Statistics" -msgstr "" - -msgid "Bytes Rcvd" -msgstr "Bytes Empfangen" - -msgid "No OpenVPN instance defined" -msgstr "Keine OpenVPN Instanz definiert" - -# File: src/etc/inc/service-utils.inc, line: 404 -msgid "Could not start unknown service `%s'" -msgstr "Konnte unbekannten Dienst '%s' nicht starten." - -msgid "%s has been started." -msgstr "%s wurde gestartet." - -# File: src/etc/inc/service-utils.inc, line: 480 -msgid "Could not stop unknown service `%s'" -msgstr "Konnte unbekannten Dienst '%s' nicht anhalten." - -msgid "%s has been stopped." -msgstr "%s wurde beendet." - -# File: src/etc/inc/service-utils.inc, line: 554 -msgid "Could not restart unknown service `%s'" -msgstr "Konnte unbekannten Dienst '%s' nicht neu starten." - -msgid "%s has been restarted." -msgstr "%s wurde neugestartet." - -msgid "No services found" -msgstr "Keine Dienste gefunden" - -msgid "Rules have been cleared and the daemon restarted" -msgstr "" - -msgid "UPnP is currently disabled." -msgstr "UPnP ist zurzeit deaktiviert." - -msgid "Int. Port" -msgstr "" - -msgid "all currently connected sessions" -msgstr "alle aktuell verbundenen Sitzungen" - -msgid "" -"Rescan has been initiated in the background. Refresh this page in 10 seconds " -"to see the results." -msgstr "" -"Neu-Scan wurde im Hintergrund initiiert. Aktualisiere diese Seite in 10 " -"Sekunden um das Resultat anzuzeigen." - -msgid "Nearby access points or ad-hoc peers" -msgstr "Nahe Access Points oder Ad-Hoc Peers" - -# File: src/www/status_wireless.php, line: 99 -# File: src/www/status_wireless.php, line: 151 -msgid "CHAN" -msgstr "" - -# File: src/www/status_wireless.php, line: 100 -# File: src/www/status_wireless.php, line: 152 -msgid "RATE" -msgstr "" - -# File: src/www/status_wireless.php, line: 102 -msgid "INT" -msgstr "" - -# File: src/www/status_wireless.php, line: 103 -# File: src/www/status_wireless.php, line: 157 -msgid "CAPS" -msgstr "" - -msgid "Associated or ad-hoc peers" -msgstr "Assoziierte oder Ad-Hoc Peers" - -# File: src/www/status_wireless.php, line: 149 -msgid "ADDR" -msgstr "" - -# File: src/www/status_wireless.php, line: 150 -msgid "AID" -msgstr "" - -# File: src/www/status_wireless.php, line: 154 -msgid "IDLE" -msgstr "" - -# File: src/www/status_wireless.php, line: 155 -msgid "TXSEQ" -msgstr "TXSEQ" - -# File: src/www/status_wireless.php, line: 156 -msgid "RXSEQ" -msgstr "RXSEQ" - -# File: src/www/status_wireless.php, line: 158 -msgid "ERP" -msgstr "ERP" - -# File: src/www/status_wireless.php, line: 190 -msgid "Rescan" -msgstr "Erneut scannen" - -# File: src/www/status_wireless.php, line: 191 -msgid "A = authorized, E = Extended Rate (802.11g), P = Power save mode" -msgstr "" -"A = autorisiert, E = erweiterte Frequenz (802.11g), P = Energiesparmodus" - -# File: src/www/status_wireless.php, line: 191 -msgid "Flags:" -msgstr "Markierung:" - -# File: src/www/status_wireless.php, line: 192 -msgid "Capabilities:" -msgstr "Fähigkeiten:" - -# File: src/www/status_wireless.php, line: 192 -msgid "" -"E = ESS (infrastructure mode), I = IBSS (ad-hoc mode), P = privacy " -"(WEP/TKIP/AES), S = Short preamble, s = Short slot time" -msgstr "" - -msgid "You must specify a valid webConfigurator port number" -msgstr "Sie müssen einen gültigen Port für den Web-Konfigurator angeben" - -msgid "Alternate hostname %s is not a valid hostname." -msgstr "Alternativer Hostname %s ist kein gültiger Hostname." - -msgid "One moment...redirecting to %s in 20 seconds." -msgstr "Einen Moment... Weiterleitung nach %s in 20 Sekunden." - -# File: src/www/system_advanced_admin.php, line: 252 -msgid "Secure Shell configuration has changed. Applying now..." -msgstr "Secure-Shell Konfiguration hat sich geändert. Jetzt anwenden..." - -# File: src/www/system_advanced_admin.php, line: 257 -msgid "webConfigurator configuration has changed. Applying now..." -msgstr "Die Konfiguration des webConfigurator wurde geändert. Jetzt anwenden..." - -msgid "webConfigurator" -msgstr "Webkonfigurator" - -msgid "No Certificates have been defined. You must" -msgstr "Es wurden keine Zertifikate definiert. Sie müssen" - -msgid "Create or Import" -msgstr "Erstellen oder Importieren" - -msgid "a Certificate before SSL can be enabled." -msgstr "ein Zertifikat bevor SSL aktiviert werden kann." - -msgid "SSL Certificate" -msgstr "SSL Zertifikat" - -# File: src/www/system_advanced_admin.php, line: 379 -msgid "" -"The %sSSL certificate manager%s can be used to create or import certificates " -"if required." -msgstr "" -"Der %sSSL-Zertifikatsmanager%s kann benutzt werden um Zertifikate zu " -"erstellen ooder zu importieren wenn diese benötigt werden." - -msgid "TCP port" -msgstr "TCP Port" - -msgid "" -"Enter a custom port number for the webConfigurator above if you want to " -"override the default (80 for HTTP, 443 for HTTPS). Changes will take effect " -"immediately after save." -msgstr "" -"Geben Sie oben einen benutzerdefinierten Port für den Webkonfigurator ein, " -"um den Standardport (80 für HTTP, 443 für HTTPS) zu überschreiben. Die " -"Änderung wird sofort nach dem Speichern übernommen." - -msgid "WebGUI redirect" -msgstr "WebGUI Weiterleitung" - -msgid "Disable webConfigurator redirect rule" -msgstr "Deaktiviere die Webkonfigurator Weiterleitungsregel" - -msgid "" -"When this is unchecked, access to the webConfigurator is always permitted " -"even on port 80, regardless of the listening port configured. Check this box " -"to disable this automatically added redirect rule. " -msgstr "" - -msgid "WebGUI Login Autocomplete" -msgstr "Autovervollständigung der WebGUI-Anmeldung" - -msgid "Enable webConfigurator login autocomplete" -msgstr "Webkonfigurator Login Autovervollständigung aktivieren" - -msgid "" -"When this is checked, login credentials for the webConfigurator may be saved " -"by the browser. While convenient, some security standards require this to be " -"disabled. Check this box to enable autocomplete on the login form so that " -"browsers will prompt to save credentials (NOTE: Some browsers do not respect " -"this option). " -msgstr "" - -msgid "WebGUI login messages" -msgstr "WebGUI Anmeldenachrichten" - -msgid "Disable logging of webConfigurator successful logins" -msgstr "" -"Aufzeichnen von erfolgreichen Anmeldeversuchen am Webkonfigurator " -"deaktivieren" - -msgid "" -"When this is checked, successful logins to the webConfigurator will not be " -"logged." -msgstr "" -"Wenn dies ausgewählt ist, werden keine erfolgreichen Anmeldungen am " -"Webkonfigurator protokolliert." - -msgid "Anti-lockout" -msgstr "Anti-Aussperren" - -msgid "Disable webConfigurator anti-lockout rule" -msgstr "WebKonfigurator Anti-Aussperr-Regel deaktivieren" - -msgid "" -"When this is unchecked, access to the webConfigurator on the %s interface is " -"always permitted, regardless of the user-defined firewall rule set. Check " -"this box to disable this automatically added rule, so access to the " -"webConfigurator is controlled by the user-defined firewall rules (ensure you " -"have a firewall rule in place that allows you in, or you will lock yourself " -"out!)" -msgstr "" - -msgid "" -"Hint: the "Set interface(s) IP address" option in the console menu " -"resets this setting as well." -msgstr "" - -msgid "DNS Rebind Check" -msgstr "" - -msgid "Disable DNS Rebinding Checks" -msgstr "Deaktiviere DNS-Rebinding-Prüfungen" - -msgid "" -"When this is unchecked, your system is protected against DNS Rebinding attacks. This " -"blocks private IP responses from your configured DNS servers. Check this box " -"to disable this protection if it interferes with webConfigurator access or " -"name resolution in your environment. " -msgstr "" - -msgid "Alternate Hostnames" -msgstr "Alternative Hostnamen" - -msgid "Alternate Hostnames for DNS Rebinding and HTTP_REFERER Checks" -msgstr "Alternative Hostnamen für DNS Neubindung und HTTP_REFERER Prüfungen" - -msgid "" -"Here you can specify alternate hostnames by which the router may be queried, " -"to bypass the DNS Rebinding Attack checks. Separate hostnames with spaces." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 458 -msgid "HTTP_REFERER enforcement" -msgstr "" - -msgid "Disable HTTP_REFERER enforcement check" -msgstr "HTTP_REFERER Prüfung deaktivieren" - -msgid "" -"When this is unchecked, access to the webConfigurator is protected against " -"HTTP_REFERER redirection attempts. Check this box to disable this protection " -"if you find that it interferes with webConfigurator access in certain corner " -"cases such as using external scripts to interact with this system. More " -"information on HTTP_REFERER is available from Wikipedia." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 504 -msgid "Enable XDebug" -msgstr "XDebug aktivieren" - -# File: src/www/system_advanced_admin.php, line: 509 -msgid "" -"Enable debugger / profiler (developer mode, do not enable in production " -"environment)" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 511 -msgid "" -"When this is checked, php XDebug will be enabled and profiling output can be " -"analysed using webgrind which will be available at [this-url]/webgrind/" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 513 -msgid "" -"For more information about XDebug profiling and how to enable it for your " -"requests, please visit " -"http://www.xdebug.org/docs/all_settings#profiler_enable_trigger" -msgstr "" - -msgid "Secure Shell" -msgstr "Secure Shell" - -msgid "Secure Shell Server" -msgstr "Secure Shell Server" - -msgid "Enable Secure Shell" -msgstr "Aktiviere Secure Shell" - -msgid "Root Login" -msgstr "Root Login" - -# File: src/www/system_advanced_admin.php, line: 536 -msgid "Permit root user login" -msgstr "Erlaube Anmeldung mit dem root-Benutzer" - -# File: src/www/system_advanced_admin.php, line: 499 -msgid "" -"Root login is generally discouraged. It is advised to log in via another " -"user and switch to root afterwards." -msgstr "" - -msgid "Authentication Method" -msgstr "Authentifizierungsmethode" - -# File: src/www/system_advanced_admin.php, line: 548 -msgid "Permit password login" -msgstr "Anmeldung mit Passwort erlauben" - -# File: src/www/system_advanced_admin.php, line: 550 -msgid "When disabled, authorized keys need to be configured for each" -msgstr "" - -msgid "user" -msgstr "Benutzer" - -msgid "that has been granted secure shell access." -msgstr "" - -msgid "SSH port" -msgstr "SSH Port" - -msgid "Leave this blank for the default of 22." -msgstr "Freilassen für Standardport (22)." - -msgid "Serial Communications" -msgstr "Serielle Kommunikation" - -msgid "Serial Terminal" -msgstr "Serielles Terminal" - -msgid "" -"Enables the first serial port with 115200/8/N/1 by default, or another speed " -"selectable below." -msgstr "" - -msgid "" -"Note: This will redirect the console output and messages to the serial " -"port. You can still access the console menu from the internal video card/" -"keyboard. A null modem serial cable or adapter is required to use the " -"serial console." -msgstr "" - -msgid "Serial Speed" -msgstr "Serielle Geschwindigkeit" - -# File: src/www/system_advanced_admin.php, line: 549 -msgid "bps" -msgstr "bps" - -msgid "Allows selection of different speeds for the serial console port." -msgstr "" -"Erlaubt die Auswahl unterschiedlicher Geschwindigkeiten für den seriellen " -"Konsolenport." - -msgid "Primary Console" -msgstr "Primäre Konsole" - -# File: src/www/system_advanced_admin.php, line: 560 -msgid "Serial Console" -msgstr "Serial-Konsole" - -# File: src/www/system_advanced_admin.php, line: 563 -msgid "VGA Console" -msgstr "VGA-Konsole" - -msgid "" -"Select the preferred console if multiple consoles are present. The preferred " -"console will show OPNsense boot script output. All consoles display OS boot " -"messages, console messages, and the console menu." -msgstr "" - -msgid "Console Options" -msgstr "Konsolenoptionen" - -msgid "Console menu" -msgstr "Konsolenmenü" - -msgid "Password protect the console menu" -msgstr "Das Konsolenmenü mit einem Passwort schützen" - -msgid "Changes to this option will take effect after a reboot." -msgstr "Die Änderung dieser Option wird nach einem Neustart aktiv." - -msgid "The Firewall Adaptive values must be set together." -msgstr "" - -msgid "The Firewall Adaptive Start value must be an integer." -msgstr "" - -msgid "The Firewall Adaptive End value must be an integer." -msgstr "" - -msgid "The Firewall Maximum States value must be an integer." -msgstr "" - -msgid "The Aliases Hostname Resolve Interval value must be an integer." -msgstr "" - -msgid "The Firewall Maximum Table Entries value must be an integer." -msgstr "" - -msgid "The Reflection timeout must be an integer." -msgstr "" - -msgid "Firewall Advanced" -msgstr "Firewall (Erweitert)" - -# File: src/www/system_advanced_firewall.php, line: 269 -msgid "IP Do-Not-Fragment" -msgstr "IP-Nicht-Fragmentieren" - -msgid "Clear invalid DF bits instead of dropping the packets" -msgstr "Entferne ungültige DF Bits, anstatt die Pakete zu verwerfen" - -# File: src/www/system_advanced_firewall.php, line: 289 -msgid "" -"This allows for communications with hosts that generate fragmented packets " -"with the don't fragment (DF) bit set. Linux NFS is known to do this. This " -"will cause the filter to not drop such packets but instead clear the don't " -"fragment bit." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 282 -msgid "IP Random id" -msgstr "Zufällige IP-id" - -msgid "" -"Insert a stronger id into IP header of packets passing through the filter." -msgstr "" - -msgid "" -"Replaces the IP identification field of packets with random values to " -"compensate for operating systems that use predictable values. This option " -"only applies to packets that are not fragmented after the optional packet " -"reassembly." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 295 -msgid "Firewall Optimization" -msgstr "Firewall Optimierungen" - -msgid "normal" -msgstr "normal" - -msgid "high-latency" -msgstr "hohe Latenz" - -msgid "aggressive" -msgstr "aggressiv" - -msgid "conservative" -msgstr "konservativ" - -msgid "Select the type of state table optimization to use" -msgstr "" -"Wählen Sie den Typ der Statustabellenoptimierung aus, der verwendet werden " -"soll" - -msgid "as the name says, it is the normal optimization algorithm" -msgstr "wie der Name sagt, ist das der normale Optimierungsalgorithmus" - -msgid "" -"used for high latency links, such as satellite links. Expires idle " -"connections later than default" -msgstr "" - -msgid "" -"expires idle connections quicker. More efficient use of CPU and memory but " -"can drop legitimate idle connections" -msgstr "" - -msgid "" -"tries to avoid dropping any legitimate idle connections at the expense of " -"increased memory usage and CPU utilization." -msgstr "" - -msgid "Disable Firewall" -msgstr "Firewall deaktivieren" - -msgid "Disable all packet filtering." -msgstr "Paketfilterung komplett deaktivieren" - -# File: src/www/system_advanced_firewall.php, line: 357 -msgid "Warning: This converts %s into a routing only platform!" -msgstr "Warnung: Dadurch wird %s zur reinen Routing-Plattform!" - -# File: src/www/system_advanced_firewall.php, line: 358 -msgid "Warning: This will also turn off NAT!" -msgstr "Warnung: Dies wird ebenfalls NAT deaktivieren!" - -# File: src/www/system_advanced_firewall.php, line: 360 -msgid "" -"If you only want to disable NAT, and not firewall rules, visit the %" -"sOutbound NAT%s page." -msgstr "" - -msgid "Disable Firewall Scrub" -msgstr "Deaktiviere Firewall Scrub" - -msgid "" -"Disables the PF scrubbing option which can sometimes interfere with NFS and " -"PPTP traffic." -msgstr "" - -msgid "Firewall Adaptive Timeouts" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 365 -# File: src/www/system_advanced_firewall.php, line: 383 -msgid "start" -msgstr "anfang" - -# File: src/www/system_advanced_firewall.php, line: 366 -# File: src/www/system_advanced_firewall.php, line: 385 -msgid "end" -msgstr "ende" - -msgid "" -"Timeouts for states can be scaled adaptively as the number of state table " -"entries grows." -msgstr "" - -msgid "" -"When the number of state entries exceeds this value, adaptive scaling " -"begins. All timeout values are scaled linearly with factor (adaptive.end - " -"number of states) / (adaptive.end - adaptive.start)." -msgstr "" - -msgid "" -"When reaching this number of state entries, all timeout values become zero, " -"effectively purging all state entries immediately. This value is used to " -"define the scale factor, it should not actually be reached (set a lower " -"state limit, see below)." -msgstr "" - -msgid "Note: Leave this blank for the default(0)." -msgstr "Hinweis: Lasse dies frei für den Standardwert(0)." - -msgid "Firewall Maximum States" -msgstr "Firewall Maximale Status" - -msgid "Maximum number of connections to hold in the firewall state table." -msgstr "" - -msgid "" -"Note: Leave this blank for the default. On your system the default size is:" -msgstr "" -"Hinweis: Für den Standardwert das Feld frei lassen. Auf Ihrem System " -"beträgt die Standardgröße:" - -msgid "Firewall Maximum Table Entries" -msgstr "Maximale Firewalltabelleneinträge" - -msgid "" -"Maximum number of table entries for systems such as aliases, sshlockout, " -"snort, etc, combined." -msgstr "" - -msgid "Note: Leave this blank for the default." -msgstr "Hinweis: Leerlassen für Standard." - -msgid "On your system the default size is:" -msgstr "Auf Ihrem Sytem ist die Standardgröße:" - -msgid "Static route filtering" -msgstr "Filterung statischer Routen" - -msgid "Bypass firewall rules for traffic on the same interface" -msgstr "Umgehe Firewall Regeln für Verkehr auf der gleichen Schnittstelle" - -msgid "" -"This option only applies if you have defined one or more static routes. If " -"it is enabled, traffic that enters and leaves through the same interface " -"will not be checked by the firewall. This may be desirable in some " -"situations where multiple subnets are connected to the same interface." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 433 -msgid "Disable Auto-added VPN rules" -msgstr "" - -msgid "Disable all auto-added VPN rules." -msgstr "Deaktiviere alle automatisch hinzugefügten VPN-Regeln" - -msgid "Note: This disables automatically added rules for IPsec, PPTP." -msgstr "" -"Hinweis: Dies deaktiviert automatisch hinzugefügte Regeln für IPsec und PPTP." - -# File: src/www/system_advanced_firewall.php, line: 444 -msgid "Disable reply-to" -msgstr "" - -msgid "Disable reply-to on WAN rules" -msgstr "" - -msgid "" -"With Multi-WAN you generally want to ensure traffic leaves the same " -"interface it arrives on, hence reply-to is added automatically by default. " -"When using bridging, you must disable this behavior if the WAN gateway IP is " -"different from the gateway IP of the hosts behind the bridged interface." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 456 -msgid "Disable Negate rules" -msgstr "" - -msgid "Disable Negate rule on policy routing rules" -msgstr "" - -msgid "" -"With Multi-WAN you generally want to ensure traffic reaches directly " -"connected networks and VPN networks when using policy routing. You can " -"disable this for special purposes but it requires manually creating rules " -"for these networks" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 467 -msgid "Aliases Resolve Interval" -msgstr "" - -msgid "" -"Interval, in seconds, that will be used to resolve hostnames configured on " -"aliases." -msgstr "" - -msgid "Note: Leave this blank for the default (300s)." -msgstr "Hinweis: Für Standard hier leer lassen (300s)." - -msgid "Check certificate of aliases URLs" -msgstr "" - -msgid "Verify HTTPS certificates when downloading alias URLs" -msgstr "" - -msgid "" -"Make sure the certificate is valid for all HTTPS addresses on aliases. If " -"it's not valid or is revoked, do not download it." -msgstr "" - -msgid "Bogon Networks" -msgstr "Bogon-Netze" - -msgid "Update Frequency" -msgstr "Aktualisierungshäufigkeit" - -msgid "Monthly" -msgstr "Monatlich" - -msgid "Weekly" -msgstr "Wöchentlich" - -msgid "Daily" -msgstr "Täglich" - -msgid "" -"The frequency of updating the lists of IP addresses that are reserved (but " -"not RFC 1918) or not yet assigned by IANA." -msgstr "" - -msgid "Network Address Translation" -msgstr "Network Address Translation" - -# File: src/www/system_advanced_firewall.php, line: 516 -msgid "Reflection for port forwards" -msgstr "Reflektion für Portweiterleitungen" - -msgid "" -"When enabled, this automatically creates additional NAT redirect rules for " -"access to port forwards on your external IP addresses from within your " -"internal networks." -msgstr "" -"Dies generiert, sofern aktiviert, automatisch zusätzliche NAT-" -"Weiterleitungsregeln die den Zugang zu Ihren Portweiterleitungen Ihrer " -"externen IP von Ihren internen Netzen aus ermöglicht." - -msgid "" -"The NAT + proxy mode uses a helper program to send packets to the target of " -"the port forward. It is useful in setups where the interface and/or gateway " -"IP used for communication with the target cannot be accurately determined at " -"the time the rules are loaded. Reflection rules are not created for ranges " -"larger than 500 ports and will not be used for more than 1000 ports total " -"between all port forwards. Only TCP and UDP protocols are supported." -msgstr "" - -msgid "" -"The pure NAT mode uses a set of NAT rules to direct packets to the target of " -"the port forward. It has better scalability, but it must be possible to " -"accurately determine the interface and gateway IP used for communication " -"with the target at the time the rules are loaded. There are no inherent " -"limits to the number of ports other than the limits of the protocols. All " -"protocols available for port forwards are supported." -msgstr "" - -msgid "" -"Individual rules may be configured to override this system setting on a per-" -"rule basis." -msgstr "" - -msgid "Reflection Timeout" -msgstr "Reflection Zeitüberschreitung" - -msgid "Enter value for Reflection timeout in seconds." -msgstr "" - -msgid "Note: Only applies to Reflection on port forwards in NAT + proxy mode." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 552 -msgid "Enable Reflection for 1:1" -msgstr "Aktiviere Reflexion für 1:1" - -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 "" - -msgid "" -"Note: Reflection on 1:1 mappings is only for the inbound component of the 1:" -"1 mappings. This functions the same as the pure NAT mode for port " -"forwards. For more details, refer to the pure NAT mode description above." -msgstr "" - -msgid "Enable automatic outbound NAT for Reflection" -msgstr "" - -msgid "" -"Automatically create outbound NAT rules which assist inbound NAT rules that " -"direct traffic back out to the same subnet it originated from." -msgstr "" - -msgid "" -"Required for full functionality of the pure NAT mode of NAT Reflection for " -"port forwards or NAT Reflection for 1:1 NAT." -msgstr "" - -msgid "" -"Note: This only works for assigned interfaces. Other interfaces require " -"manually creating the outbound NAT rules that direct the reply packets back " -"through the router." -msgstr "" - -msgid "AMD Geode LX Security Block" -msgstr "AMD Geode LX Security Block" - -msgid "AES-NI CPU-based Acceleration" -msgstr "AES-NI CPU-basierte Beschleunigung" - -msgid "Intel Core* CPU on-die thermal sensor" -msgstr "" - -msgid "AMD K8, K10 and K11 CPU on-die thermal sensor" -msgstr "CPU-integrierter Temperatursensor (AMD K8, K10 und K11)" - -msgid "Please select a valid Cryptographic Accelerator." -msgstr "Bitte wählen sie einen gültigen Kryptografiebeschleuniger aus." - -msgid "Please select a valid Thermal Hardware Sensor." -msgstr "Bitte wählen Sie einen gültigen Hardwarewärmesensor aus." - -msgid "Proxy support" -msgstr "Proxy Unterstützung" - -msgid "Proxy URL" -msgstr "Proxy URL" - -msgid "Proxy url for allowing %s to use this proxy to connect outside." -msgstr "" - -msgid "Proxy Port" -msgstr "Proxy Port" - -msgid "" -"Proxy port to use when %s connects to the proxy URL configured above. " -"Default is 8080 for http protocol or 443 for ssl." -msgstr "" - -msgid "Proxy Username" -msgstr "Proxy Benutzername" - -msgid "Proxy username for allowing %s to use this proxy to connect outside" -msgstr "" - -msgid "Proxy Pass" -msgstr "Proxy Passwort" - -msgid "Proxy password for allowing %s to use this proxy to connect outside" -msgstr "" - -msgid "Load Balancing" -msgstr "Last verteilen" - -# File: src/www/system_advanced_misc.php, line: 310 -msgid "Gateway switching" -msgstr "" - -msgid "Allow default gateway switching" -msgstr "" - -msgid "" -"If the link where the default gateway resides fails switch the default " -"gateway to another available one." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 321 -msgid "Sticky connections" -msgstr "" - -msgid "Use sticky connections" -msgstr "" - -msgid "" -"Successive connections will be redirected to the servers in a round-robin " -"manner with connections from the same source being sent to the same web " -"server. This 'sticky connection' will exist as long as there are states that " -"refer to this connection. Once the states expire, so will the sticky " -"connection. Further connections from that host will be redirected to the " -"next web server in the round robin. Changing this option will restart the " -"Load Balancing service." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 335 -msgid "Source tracking timeout" -msgstr "" - -msgid "" -"Set the source tracking timeout for sticky connections. By default this is " -"0, so source tracking is removed as soon as the state expires. Setting this " -"timeout higher will cause the source/destination relationship to persist for " -"longer periods of time." -msgstr "" - -msgid "Power savings" -msgstr "Energieoptionen" - -msgid "Use PowerD" -msgstr "Benutze PowerD" - -msgid "On AC Power Mode" -msgstr "" - -msgid "On Battery Power Mode" -msgstr "Im Batterie-Modus" - -msgid "Hiadaptive" -msgstr "" - -msgid "Adaptive" -msgstr "Adaptiv" - -msgid "Minimum" -msgstr "Minimum" - -msgid "Maximum" -msgstr "Maximum" - -msgid "" -"The powerd utility monitors the system state and sets various power control " -"options accordingly. It offers four modes (maximum, minimum, adaptive and " -"hiadaptive) that can be individually selected while on AC power or " -"batteries. The modes maximum, minimum, adaptive and hiadaptive may be " -"abbreviated max, min, adp, hadp. Maximum mode chooses the highest " -"performance values. Minimum mode selects the lowest performance values to " -"get the most power savings. Adaptive mode attempts to strike a balance by " -"degrading performance when the system appears idle and increasing it when " -"the system is busy. It offers a good balance between a small performance " -"loss for greatly increased power savings. Hiadaptive mode is alike adaptive " -"mode, but tuned for systems where performance and interactivity are more " -"important than power consumption. It raises frequency faster, drops slower " -"and keeps twice lower CPU load." -msgstr "" - -msgid "Cryptographic Hardware Acceleration" -msgstr "Hardwarekryptografiebeschleunigung" - -# File: src/www/system_advanced_misc.php, line: 417 -# File: src/www/system_advanced_misc.php, line: 446 -msgid "Hardware" -msgstr "Hardware" - -msgid "" -"A cryptographic accelerator module will use hardware support to speed up " -"some cryptographic functions on systems which have the chip. Do not enable " -"this option if you have a Hifn cryptographic acceleration card, as this will " -"take precedence and the Hifn card will not be used. Acceleration should be " -"automatic for IPsec when using a cipher supported by your chip, such as AES-" -"128. OpenVPN should be set for AES-128-CBC and have cryptodev enabled for " -"hardware acceleration." -msgstr "" -"Ein hardware-basiertes Kryptografiemodul wird verwendet, um die Performance " -"von kryptografischen Funktionen zu erhöhen. Aktivieren Sie diese Option " -"nicht, falls Sie eine Hifn Kryptografiebeschleunigungskarte haben, weil " -"diese Option Vorrang hat und die Kryptografiebeschleunigungskarte dann nicht " -"verwendet wird. Die Beschleunigung sollte automatisch verwendet werden wenn " -"Sie IPsec einsetzen und die verwendeten Algorithmen von Ihrem Chip " -"unterstützt wird (z.B. AES-128-CBC). OpenVPN sollte auf AES-128-CBC gestellt " -"werden und cryptodev aktiviert um Hardwarebeschleunigung zu nutzen." - -msgid "" -"If you do not have a crypto chip in your system, this option will have no " -"effect. To unload the selected module, set this option to 'none' and then " -"reboot." -msgstr "" - -msgid "Thermal Sensors" -msgstr "Wärmesensoren" - -msgid "None/ACPI" -msgstr "Keine/ACPI" - -msgid "" -"If you have a supported CPU, selecting a themal sensor will load the " -"appropriate driver to read its temperature. Setting this to 'None' will " -"attempt to read the temperature from an ACPI-compliant motherboard sensor " -"instead, if one is present." -msgstr "" - -msgid "" -"If you do not have a supported thermal sensor chip in your system, this " -"option will have no effect. To unload the selected module, set this option " -"to 'none' and then reboot." -msgstr "" - -msgid "Schedule States" -msgstr "Zeitplanstatus" - -msgid "" -"By default schedules clear the states of existing connections when the " -"expiration time has come. This option overrides that behavior by not " -"clearing states for existing connections." -msgstr "" - -msgid "Gateway Monitoring" -msgstr "Gatewayüberwachung" - -# File: src/www/system_advanced_misc.php, line: 485 -msgid "Kill states" -msgstr "" - -msgid "State Killing on Gateway Failure" -msgstr "Verbindungsstatus zurücksetzen bei Gatewayfehler" - -msgid "" -"The monitoring process will flush states for a gateway that goes down if " -"this box is not checked. Check this box to disable this behavior." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 495 -msgid "Skip rules" -msgstr "Regeln überspringen" - -msgid "Skip rules when gateway is down" -msgstr "Regeln überspringen wenn das Gateway inaktiv ist" - -# File: src/www/system_advanced_misc.php, line: 533 -msgid "" -"By default, when a rule has a specific gateway set, and this gateway is " -"down, rule is created and traffic is sent to default gateway.This option " -"overrides that behavior and the rule is not created when gateway is down" -msgstr "" - -msgid "RAM Disk Settings (Reboot to Apply Changes)" -msgstr "RAM-Disks Einstellungen (Neustart um die Änderungen vorzunehmen)" - -msgid "Use RAM Disks" -msgstr "RAM-Disks verwenden" - -msgid "Use memory file system for /tmp and /var" -msgstr "" - -msgid "" -"Set this if you wish to use /tmp and /var as RAM disks (memory file system " -"disks) on a full install rather than use the hard disk. Setting this will " -"cause the data in /tmp and /var to be lost at reboot, including log data. " -"RRD and DHCP Leases will be retained." -msgstr "" - -msgid "Periodic RRD Backup" -msgstr "Periodische RRD-Sicherung" - -msgid "hour" -msgstr "Stunde" - -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 will happen to your media." -msgstr "" -"Dies wird in regelmäßigen Abständen eine Sicherung der RRD-Daten machen, " -"damit diese automatisch beim nächsten Start wieder hergestellt werden " -"können. Beachten Sie, je häufiger eine Sicherungung erfolgt, umso mehr " -"Schreibvorgänge werden auf Ihrem Medium erfolgen." - -msgid "Periodic DHCP Leases Backup" -msgstr "" - -msgid "" -"This will periodically backup the DHCP leases data so it can be restored " -"automatically on the next boot. Keep in mind that the more frequent the " -"backup, the more writes will happen to your media." -msgstr "" - -msgid "You must specify an IP address to NAT IPv6 packets." -msgstr "" - -msgid "IPv6 Options" -msgstr "IPv6-Optionen" - -msgid "Allow IPv6" -msgstr "Erlaube IPv6" - -msgid "" -"All IPv6 traffic will be blocked by the firewall unless this box is checked." -msgstr "" -"Jeglicher IPv6 Verkehr wird durch die Firewall blockiert falls diese Option " -"nicht angehakt ist." - -msgid "" -"NOTE: This does not disable any IPv6 features on the firewall, it only " -"blocks traffic." -msgstr "" -"Hinweis: Dies deaktiviert nicht alle IPv6 Eigenschaften auf der Firewall, es " -"blockiert nur den Verkehr." - -msgid "IPv6 over IPv4 Tunneling" -msgstr "" - -msgid "Enable IPv4 NAT encapsulation of IPv6 packets" -msgstr "IPv4 NAT Kapselung für IPv6 Pakete aktivieren" - -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 firewall rule to permit IPv6 packets." -msgstr "" - -msgid "Prefer IPv4 over IPv6" -msgstr "IPv4 gegenüber IPv6 bevorzugen" - -msgid "Prefer to use IPv4 even if IPv6 is available" -msgstr "Bevorzuge die Verwendung von IPv4 auch wenn IPv6 verfügbar ist" - -msgid "" -"By default, if a hostname resolves IPv6 and IPv4 addresses IPv6 will be " -"used, if you check this option, IPv4 will be used instead of IPv6." -msgstr "" - -msgid "Device polling" -msgstr "Device polling" - -msgid "Enable device polling" -msgstr "Aktiviere Geräte-Polling" - -msgid "" -"Device polling is a technique that lets the system periodically poll network " -"devices for new data instead of relying on interrupts. This prevents your " -"webConfigurator, SSH, etc. from being inaccessible due to interrupt floods " -"when under extreme load. Generally this is not recommended. Not all NICs " -"support polling; see the %s homepage for a list of supported cards." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 239 -msgid "Hardware CRC" -msgstr "Hardware CRC" - -msgid "Disable hardware checksum offload" -msgstr "" - -msgid "" -"Checking this option will disable hardware checksum offloading. Checksum " -"offloading is broken in some hardware, particularly some Realtek cards. " -"Rarely, drivers may have problems with checksum offloading and some specific " -"NICs." -msgstr "" - -msgid "" -"This will take effect after you reboot the machine or re-configure each " -"interface." -msgstr "" -"Dies wird wirksam, nachdem Sie diesen Computer neu starten oder jede " -"Schnittstelle neukonfigurieren." - -# File: src/www/system_advanced_network.php, line: 252 -msgid "Hardware TSO" -msgstr "Hardware TSO" - -msgid "Disable hardware TCP segmentation offload" -msgstr "" - -msgid "" -"Checking this option will disable hardware TCP segmentation offloading (TSO, " -"TSO4, TSO6). This offloading is broken in some hardware drivers, and may " -"impact performance with some specific NICs." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 265 -msgid "Hardware LRO" -msgstr "Hardware LRO" - -msgid "Disable hardware large receive offload" -msgstr "" - -msgid "" -"Checking this option will disable hardware large receive offloading (LRO). " -"This offloading is broken in some hardware drivers, and may impact " -"performance with some specific NICs." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 274 -msgid "VLAN Hardware Filtering" -msgstr "VLAN Hardware Filterung" - -# File: src/www/system_advanced_network.php, line: 279 -msgid "Disable VLAN Hardware Filtering" -msgstr "Deaktiviere VLAN Hardware Filterung" - -# File: src/www/system_advanced_network.php, line: 280 -msgid "" -"Checking this option will disable VLAN hardware filtering. This offloading " -"is broken in some hardware drivers, and may impact performance with some " -"specific NICs." -msgstr "" - -msgid "ARP Handling" -msgstr "ARP Handhabung" - -msgid "Suppress ARP messages" -msgstr "ARP-Nachrichten unterdrücken" - -msgid "" -"This option will suppress ARP log messages when multiple interfaces reside " -"on the same broadcast domain" -msgstr "" - -msgid "Test Growl" -msgstr "Growl testen" - -msgid "This is a test message from %s. It is safe to ignore this message." -msgstr "" -"Dies ist eine Test-Nachricht von %s. Es ist sicher diese Nachricht zu " -"ignorieren." - -msgid "Test SMTP" -msgstr "Teste SMTP" - -msgid "Growl" -msgstr "Growl" - -msgid "Disable Growl Notifications" -msgstr "Deaktiviere Growl-Benachrichtigungen" - -msgid "" -"Check this option to disable growl notifications but preserve the settings " -"below." -msgstr "" -"Aktivieren Sie diese Einstellung, um Growl-Benachrichtigungen zu " -"deaktivieren aber bewahren Sie die Einstellungen unten." - -msgid "Registration Name" -msgstr "Anmelde Name" - -msgid "Enter the name to register with the Growl server (default: PHP-Growl)." -msgstr "" -"Geben Sie den Namen ein um sich mit dem Growl-Server zu regestrieren. " -"(Standard: PHP-Growl)" - -msgid "Notification Name" -msgstr "Benachrichtigungs Name" - -msgid "Enter a name for the Growl notifications (default: %s growl alert)." -msgstr "" -"Gebe einen Namen für die Growl-Benachrichtigung ein (Standard: %s Growl " -"Alarm)." - -msgid "" -"This is the IP address that you would like to send growl notifications to." -msgstr "Dies ist die IP-Adresse an die Sie Growl-Benachrichtigungen senden." - -msgid "Enter the password of the remote growl notification device." -msgstr "" -"Geben Sie das Passwort für das entfernte Growl-Benachrichtigungsgerät ein." - -msgid "SMTP E-Mail" -msgstr "SMTP E-Mail" - -msgid "Disable SMTP Notifications" -msgstr "SMPT Benachrichtigungen deaktivieren" - -msgid "" -"Check this option to disable SMTP notifications but preserve the settings " -"below. Some other mechanisms, such as packages, may need these settings in " -"place to function." -msgstr "" - -msgid "E-Mail server" -msgstr "E-Mail Server" - -msgid "" -"This is the FQDN or IP address of the SMTP E-Mail server to which " -"notifications will be sent." -msgstr "" - -msgid "SMTP Port of E-Mail server" -msgstr "SMTP Port vom E-Mail Server" - -msgid "" -"This is the port of the SMTP E-Mail server, typically 25, 587 (submission) " -"or 465 (smtps)" -msgstr "" -"Dies ist der Port vom SMTP E-Mail Server, typischerweiße 25, 587 (submission)" -" oder 465 (SMTPS)" - -msgid "Secure SMTP Connection" -msgstr "Sichere SMTP Verbindung" - -# File: src/www/system_advanced_notifications.php, line: 283 -msgid "Enable SMTP over SSL/TLS" -msgstr "Aktiviere SMTP über SSL/TLS" - -# File: src/www/system_advanced_notifications.php, line: 287 -msgid "Enable STARTTLS" -msgstr "Aktiviere STARTTLS" - -msgid "From e-mail address" -msgstr "Von E-mail Adresse" - -msgid "This is the e-mail address that will appear in the from field." -msgstr "Dies ist die e-Mail Adresse die im Von-Feld erscheint." - -# File: src/www/system_advanced_notifications.php, line: 257 -msgid "E-Mail address" -msgstr "E-Mail-Addresse" - -msgid "" -"Enter the e-mail address that you would like email notifications sent to." -msgstr "" -"Geben Sie eine E-Mail Adresse ein, an die Sie Benachrichtigungen senden " -"möchten." - -# File: src/www/system_advanced_notifications.php, line: 266 -msgid "E-Mail auth username" -msgstr "Benutzername für die E-Mail-Authentifizierung" - -msgid "(optional)" -msgstr "(optional)" - -msgid "Enter the e-mail address username for SMTP authentication." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 276 -msgid "E-Mail auth password" -msgstr "Passwort für die E-Mail-Authentifizierung" - -msgid "Enter the e-mail address password for SMTP authentication." -msgstr "Geben Sie das E-Mail Adresspassword für SMTP Authentifizierung ein." - -msgid "System Sounds" -msgstr "Systemtöne" - -msgid "Startup/Shutdown Sound" -msgstr "Ton beim Starten/Herunterfahren" - -msgid "Disable the startup/shutdown beep" -msgstr "Deaktiviere den Piepton beim Starten/Herunterfahren" - -msgid "When this is checked, startup and shutdown sounds will no longer play." -msgstr "" -"Bei Auswahl dieser Einstellung, wird beim Starten oder Herunterfahren kein " -"Ton abgespielt." - -msgid "" -"NOTE: A test notification will be sent even if the service is marked as " -"disabled." -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 111 -msgid "Add a new tunable" -msgstr "" - -msgid "Tunable" -msgstr "Optimierung" - -msgid "" -"The firewall tunables have changed. You must apply the configuration to " -"take affect." -msgstr "" - -msgid "Tunable Name" -msgstr "" - -msgid "Edit Tunable" -msgstr "Optimierung bearbeiten" - -msgid "Delete Tunable" -msgstr "Optimierung löschen" - -msgid "Edit system tunable" -msgstr "Systemoptimierung bearbeiten" - -msgid "Descriptive name" -msgstr "Beschreibender Name" - -msgid "Port value" -msgstr "Port-Wert" - -msgid "Transport" -msgstr "Transport" - -msgid "Protocol version" -msgstr "Protokollversion" - -msgid "Search level" -msgstr "Suchlevel" - -msgid "User naming Attribute" -msgstr "" - -msgid "Authentication container" -msgstr "" - -msgid "Bind user DN" -msgstr "Bind-Nutzer DN" - -msgid "Bind Password" -msgstr "Bind Passwort" - -msgid "Authentication port value" -msgstr "Authentifizierungsportnummer" - -msgid "Shared Secret" -msgstr "" - -msgid "The host name contains invalid characters." -msgstr "Der Hostname enthält ungültige Zeichen." - -msgid "An authentication server with the same name already exists." -msgstr "Ein Authentifizierungsserver mit dem selben Namen existiert bereits." - -msgid "RADIUS Timeout value must be numeric and positive." -msgstr "" - -msgid "deleted" -msgstr "gelöscht" - -# File: src/www/system_authservers.php, line: 287 -msgid "Add server" -msgstr "Server hinzufügen" - -msgid "Please fill the required values." -msgstr "Bitte füllen Sie die erforderlichen Werte aus." - -msgid "Popup blocker detected. Action aborted." -msgstr "Pop-up-Blocker entdeckt. Vorgang abgebrochen." - -msgid "Do you really want to delete this Server?" -msgstr "Wollen Sie diesen Server wirklich löschen?" - -msgid "Hostname or IP address" -msgstr "Hostname oder IP-Adresse" - -msgid "" -"NOTE: When using SSL, this hostname MUST match the Common Name (CN) of the " -"LDAP server's SSL Certificate." -msgstr "" -"Hinweis: Wenn SSL verwendet wird, muss der Hostname dem Common Name (CN) des " -"Serverzertifikats des LDAP Servers entsprechen." - -# File: src/www/system_authservers.php, line: 476 -msgid "TCP - Standard" -msgstr "TCP - Standard" - -# File: src/www/system_authservers.php, line: 479 -msgid "SSL - Encrypted" -msgstr "SSL - Verschlüsselt" - -msgid "Peer Certificate Authority" -msgstr "" - -msgid "This option is used if 'SSL Encrypted' option is choosen." -msgstr "" -"Diese Einstellungen wird verwendet, wenn 'SSL Verschlüsselung' ausgewählt " -"wurde." - -msgid "It must match with the CA in the AD otherwise problems will arise." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php, line: 1031 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 1031 -msgid "Create one under" -msgstr "Erstelle hier eines" - -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -msgid "No Certificate Authorities defined." -msgstr "Keine Zertifizierungsstellen definiert." - -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php, line: 1031 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 1031 -msgid "System: Certificates" -msgstr "System: Zertifikate" - -msgid "Bind credentials" -msgstr "Bind Zugangsdaten" - -msgid "User DN:" -msgstr "Benutzer DN:" - -# File: src/www/system_authservers.php, line: 525 -msgid "Leave empty to use anonymous binds to resolve distinguished names" -msgstr "" - -msgid "Search scope" -msgstr "Suchbereich" - -msgid "Level:" -msgstr "Level:" - -# File: src/www/system_authservers.php, line: 536 -msgid "One Level" -msgstr "" - -# File: src/www/system_authservers.php, line: 539 -msgid "Entire Subtree" -msgstr "" - -msgid "Base DN:" -msgstr "Basis DN:" - -msgid "Authentication containers" -msgstr "" - -msgid "Select" -msgstr "Auswählen" - -msgid "" -"Note: Semi-Colon separated. This will be prepended to the search base dn " -"above or you can specify full container path containing a dc= component." -msgstr "" - -msgid "Extended Query" -msgstr "Erweiterte Abfrage" - -msgid "Initial Template" -msgstr "Initiale Vorlage" - -# File: src/www/system_authservers.php, line: 579 -msgid "OpenLDAP" -msgstr "OpenLDAP" - -# File: src/www/system_authservers.php, line: 580 -msgid "Microsoft AD" -msgstr "Microsoft AD" - -# File: src/www/system_authservers.php, line: 581 -msgid "Novell eDirectory" -msgstr "" - -msgid "User naming attribute" -msgstr "" - -msgid "Services offered" -msgstr "Angebotene Dienste" - -# File: src/www/system_authservers.php, line: 611 -msgid "Authentication and Accounting" -msgstr "Authentifizierung und Verrechnung" - -msgid "Accounting port value" -msgstr "Verrechnungsportnummer" - -msgid "Authentication Timeout" -msgstr "Authentifiktionstimeout" - -msgid "" -"This value controls how long, in seconds, that the RADIUS server may take to " -"respond to an authentication request." -msgstr "" - -msgid "If left blank, the default value is 5 seconds." -msgstr "Bleibt dieses Feld leer, ist der Standardwert 5 Sekunden." - -msgid "" -"NOTE: If you are using an interactive two-factor authentication system, " -"increase this timeout to account for how long it will take the user to " -"receive and enter a token." -msgstr "" - -msgid "Server Name" -msgstr "Servername" - -msgid "Additional authentication servers can be added here." -msgstr "Zusätzliche Authentifizierungsserver können hier hinzugefügt werden." - -# File: src/www/system_authservers.php, line: 695 -msgid "delete this server" -msgstr "diesen Server löschen" - -msgid "Certificate data" -msgstr "Zertifikatdaten" - -msgid "This certificate does not appear to be valid." -msgstr "Das Zertifikat scheint nicht gültig zu sein." - -msgid "Encrypted private keys are not yet supported." -msgstr "Verschlüsselte private Schlüssel werden noch nicht unterstützt." - -msgid "Key length" -msgstr "Schlüssellänge" - -msgid "Lifetime" -msgstr "Lebenszeit" - -msgid "Distinguished name Country Code" -msgstr "" - -msgid "Distinguished name State or Province" -msgstr "" - -msgid "Distinguished name City" -msgstr "" - -msgid "Distinguished name Organization" -msgstr "" - -msgid "Distinguished name Email Address" -msgstr "" - -msgid "Distinguished name Common Name" -msgstr "" - -msgid "Signing Certificate Authority" -msgstr "" - -# File: src/www/system_camanager.php, line: 315 -# File: src/www/system_certmanager.php, line: 361 -msgid "" -"The field 'Distinguished name Email Address' contains invalid characters." -msgstr "" - -# File: src/www/system_camanager.php, line: 319 -# File: src/www/system_certmanager.php, line: 366 -msgid "The field 'Distinguished name Common Name' contains invalid characters." -msgstr "" - -# File: src/www/system_camanager.php, line: 322 -# File: src/www/system_certmanager.php, line: 369 -msgid "The field '%s' contains invalid characters." -msgstr "Das Feld '%s' enthält ungültige Zeichen." - -msgid "Please select a valid Key Length." -msgstr "Bitte wählen Sie eine gültige Schlüssellänge aus." - -msgid "Please select a valid Digest Algorithm." -msgstr "" - -# File: src/www/system_camanager.php, line: 381 -# File: src/www/system_camanager.php, line: 395 -# File: src/www/system_certmanager.php, line: 441 -# File: src/www/system_certmanager.php, line: 464 -msgid "openssl library returns:" -msgstr "" - -msgid "add or import ca" -msgstr "CA hinzufügen oder importieren" - -msgid "" -"Do you really want to delete this Certificate Authority and its CRLs, and " -"unreference any associated certificates?" -msgstr "" -"Wollen Sie diese Zertifizierungsstelle und ihre CRLs wirklich löschen und " -"alle assoziierten Zertifikate dereferenzieren?" - -msgid "Method" -msgstr "Vorgehen" - -msgid "Import an existing Certificate Authority" -msgstr "Eine existierende Zertifizierungsstelle importieren" - -msgid "Create an internal Certificate Authority" -msgstr "Erstelle eine interne Zertifizierungsstelle" - -msgid "Create an intermediate Certificate Authority" -msgstr "Erstelle eine Unterzertifizierungsstelle" - -msgid "Existing Certificate Authority" -msgstr "Existierende Zertifizierungsstelle" - -msgid "Paste a certificate in X.509 PEM format here." -msgstr "Füge hier ein Zertifikat im X.509 PEM Format ein." - -msgid "Certificate Private Key" -msgstr "Private Key des Zertifikats" - -msgid "" -"Paste the private key for the above certificate here. This is optional in " -"most cases, but required if you need to generate a Certificate Revocation " -"List (CRL)." -msgstr "" -"Fügen Sie den privaten Schlüssel für das obige Zertifikat hier ein. Dies ist " -"in den meisten Fällen optional, ist aber erforderlich, falls Sie eine " -"Zertifikatswiderrufsliste (CRL) erstellen müssen." - -msgid "Serial for next certificate" -msgstr "Serial für nächstes Zertifikat" - -msgid "" -"Enter a decimal number to be used as the serial number for the next " -"certificate to be created using this CA." -msgstr "" - -msgid "Internal Certificate Authority" -msgstr "Interne Zertifizierungsstelle" - -msgid "Digest Algorithm" -msgstr "Hashalgorithmus" - -msgid "" -"NOTE: It is recommended to use an algorithm stronger than SHA1 when possible." -msgstr "" -"Hinweis: Es wird empfohlen wenn möglich, einen Algorithmus stärker als SHA1 " -"zu verwenden. " - -msgid "Distinguished name" -msgstr "Distinguished name" - -msgid "Country Code" -msgstr "Ländercode" - -msgid "State or Province" -msgstr "Staat oder Provinz" - -msgid "ex:" -msgstr "Bsp:" - -msgid "Sachsen" -msgstr "Sachsen" - -msgid "City" -msgstr "Stadt" - -msgid "Leipzig" -msgstr "Leipzig" - -msgid "Organization" -msgstr "Organisation" - -msgid "My Company Inc" -msgstr "My Company Inc" - -msgid "admin@mycompany.com" -msgstr "admin@mycompany.com" - -msgid "internal-ca" -msgstr "interne CA" - -msgid "Internal" -msgstr "Intern" - -msgid "Issuer" -msgstr "Herausgeber" - -msgid "Distinguished Name" -msgstr "Distinguished Name" - -msgid "self-signed" -msgstr "selbstsigniert" - -msgid "external" -msgstr "extern" - -msgid "Valid From" -msgstr "Gültig von" - -msgid "Valid Until" -msgstr "Gültig bis" - -msgid "edit CA" -msgstr "CA bearbeiten" - -msgid "export CA cert" -msgstr "CA Zertifikat exportieren" - -msgid "export CA private key" -msgstr "Privaten Schlüssel der CA exportieren" - -msgid "delete ca" -msgstr "Zertifizierungsstelle löschen" - -msgid "Import an existing Certificate" -msgstr "Existierendes Zertifikat importieren" - -msgid "Create an internal Certificate" -msgstr "Erstelle ein neues internes Zertifikat" - -msgid "Create a Certificate Signing Request" -msgstr "Erstelle eine neue Zertifikatssignaturanfrage" - -msgid "Choose an existing certificate" -msgstr "Wählen Sie ein existierendes Zertifikat aus" - -msgid "Final Certificate data" -msgstr "" - -msgid "The certificate modulus does not match the signing request modulus." -msgstr "" - -msgid "Key data" -msgstr "Schlüsseldaten" - -msgid "Certificate authority" -msgstr "Zertifizierungsstelle" - -msgid "Existing Certificate Choice" -msgstr "Existierende Zertifikat Auswahl" - -# File: src/www/system_certmanager.php, line: 329 -msgid "DNS subjectAltName values must be valid hostnames or FQDNs" -msgstr "" - -# File: src/www/system_certmanager.php, line: 334 -msgid "IP subjectAltName values must be valid IP Addresses" -msgstr "" - -# File: src/www/system_certmanager.php, line: 339 -msgid "You must provide an e-mail address for this type of subjectAltName" -msgstr "" - -# File: src/www/system_certmanager.php, line: 342 -msgid "The e-mail provided in a subjectAltName contains invalid characters." -msgstr "" - -# File: src/www/system_certmanager.php, line: 348 -msgid "URI subjectAltName types must be a valid URI" -msgstr "" - -# File: src/www/system_certmanager.php, line: 352 -msgid "Unrecognized subjectAltName type." -msgstr "" - -msgid "add or import certificate" -msgstr "Zertifikat hinzufügen oder importieren" - -msgid "Do you really want to delete this Certificate?" -msgstr "Wollen Sie dieses Zertifikat wirklich löschen?" - -msgid "Certificate" -msgstr "Zertifikat" - -msgid "Import Certificate" -msgstr "Zertifikatimport" - -msgid "Private key data" -msgstr "Private Schlüsseldaten" - -msgid "Paste a private key in X.509 PEM format here." -msgstr "Füge hier einen privaten Schlüssel im X.509 Format ein." - -msgid "Internal Certificate" -msgstr "Interne Zertifikate" - -# File: src/www/system_certmanager.php, line: 779 -msgid "" -"No internal Certificate Authorities have been defined. You must %sadd%s an " -"internal CA before creating an internal certificate." -msgstr "" -"Es wurde keine interne Zertifizierungsstelle definiert. Sie müssen eine neue " -"interne CA %shinzufügen%s, bevor Sie ein internes Zertifikat erstellen " -"können." - -msgid "Client Certificate" -msgstr "Client Zertifikat" - -msgid "Server Certificate" -msgstr "Serverzertifikate" - -msgid "Certificate Authority" -msgstr "Zertifizierungsstelle" - -# File: src/www/system_certmanager.php, line: 792 -msgid "" -"Choose the type of certificate to generate here, the type defines it's " -"constraints" -msgstr "" - -msgid "Alternative Names" -msgstr "Alternative Namen" - -msgid "DNS" -msgstr "DNS" - -# File: src/www/system_certmanager.php, line: 922 -# File: src/www/system_certmanager.php, line: 942 -msgid "email" -msgstr "Email" - -# File: src/www/system_certmanager.php, line: 923 -# File: src/www/system_certmanager.php, line: 943 -msgid "URI" -msgstr "URI" - -msgid "External Signing Request" -msgstr "Externe Signaturanfrage" - -msgid "Choose an Existing Certificate" -msgstr "Wählen Sie ein existierendes Zertifikat aus" - -msgid "Existing Certificates" -msgstr "Existierende Zertifikate" - -# File: src/www/system_certmanager.php, line: 1110 -msgid "*In Use" -msgstr "*In Verwendung" - -# File: src/www/system_certmanager.php, line: 1111 -msgid "*Revoked" -msgstr "*widerrufen" - -msgid "Complete Signing Request" -msgstr "Signaturanfrage vervollständigen" - -msgid "Signing request data" -msgstr "Signaturanfragedaten" - -msgid "" -"Copy the certificate signing data from here and forward it to your " -"certificate authority for signing." -msgstr "" - -msgid "Final certificate data" -msgstr "" - -msgid "Paste the certificate received from your certificate authority here." -msgstr "" -"Fügen Sie hier das Zertifika, welches Sie von der Zertifizierungsstelle " -"erhalten haben ein." - -msgid "In Use" -msgstr "In Verwendung" - -msgid "external - signature pending" -msgstr "extern - Signatur ausstehend" - -# File: src/www/system_certmanager.php, line: 1247 -msgid "CA:" -msgstr "CA:" - -# File: src/www/system_certmanager.php, line: 1248 -msgid "Server:" -msgstr "Server:" - -# File: src/www/system_certmanager.php, line: 1272 -# File: src/www/system_usermanager.php, line: 842 -msgid "Revoked" -msgstr "Widerrufen" - -# File: src/www/system_certmanager.php, line: 1282 -msgid "User Cert" -msgstr "Benutzer Zertifikat" - -# File: src/www/system_certmanager.php, line: 1287 -msgid "OpenVPN Server" -msgstr "OpenVPN Server" - -# File: src/www/system_certmanager.php, line: 1292 -msgid "OpenVPN Client" -msgstr "OpenVPN Client" - -# File: src/www/system_certmanager.php, line: 1297 -msgid "IPsec Tunnel" -msgstr "IPsec-Tunnel" - -# File: src/www/system_certmanager.php, line: 1276 -msgid "show certificate info" -msgstr "" - -msgid "export ca" -msgstr "Zertifizierungsstelle exportieren" - -msgid "export key" -msgstr "Schlüssel exportieren" - -# Tooltip letzter Button in der Zertifikatsübersicht -#, fuzzy -msgid "export ca cert+user cert+user cert key in .p12 format" -msgstr "" -"Exportiere CA Zertifikat + Benutzerzertifikat + privater Schlüssel für das " -"Benutzerzertifikat im p12 Format" - -msgid "delete cert" -msgstr "Zertifikat löschen" - -msgid "update csr" -msgstr "CSR aktualisieren" - -msgid "Note: You can only delete a certificate if it is not currently in use." -msgstr "" -"Anmerkung: Es können nur Zertifikate gelöscht werden, die gegenwärtig nicht " -"verwendet werden." - -msgid "Certificate Revocation List %s is in use and cannot be deleted" -msgstr "" -"Zertifikats-Widerrufsliste %s ist in Benutzung und kann deshalb nicht " -"gelöscht werden" - -msgid "Deleted Certificate %s from CRL %s" -msgstr "Zertifikat %s aus der Zertifikatsrückrufliste %s gelöscht" - -msgid "Failed to delete Certificate %s from CRL %s" -msgstr "Das Löschen des Zertifikats %s von der CRL %s ist fehlgeschlagen" - -msgid "Both the Certificate and CRL must be specified." -msgstr "Das Zertifikat und die Zertifikatsrückrufliste müssen angegeben werden." - -msgid "CA mismatch between the Certificate and CRL. Unable to Revoke." -msgstr "CA Unterschied zwischen Zertifikat und CRL. Rückruf unmöglich." - -msgid "Cannot revoke certificates for an imported/external CRL." -msgstr "" -"Konnte Zertifikat nicht für eine importierte oder externe CRL zurückrufen." - -msgid "Certificate Revocation List data" -msgstr "Zertifikats-Widerrufsliste Daten" - -msgid "Do you really want to delete this Certificate Revocation List?" -msgstr "Wollen Sie diese Zertifikatsrückrufliste wirklich löschen?" - -msgid "Delete this certificate from the CRL " -msgstr "Diese Zertifikat aus der Zertifikatsrückrufliste löschen " - -msgid "Create an internal Certificate Revocation List" -msgstr "Erstelle eine neue interne Zertifikatsrückrufliste" - -msgid "Import an existing Certificate Revocation List" -msgstr "Importieren einer existierenden Zertifikats-Widerrufsliste" - -msgid "Existing Certificate Revocation List" -msgstr "Existierende Zertifikatsrückrufliste" - -msgid "CRL data" -msgstr "CRL Daten" - -msgid "Paste a Certificate Revocation List in X.509 CRL format here." -msgstr "Füge hier eine Zertifikats-Widerrufsliste im X.509 CRL Format ein." - -msgid "Internal Certificate Revocation List" -msgstr "Interne Zertifikatsrückrufliste" - -msgid "Default: 9999" -msgstr "Standard: 9999" - -msgid "Serial" -msgstr "Serial" - -msgid "Default: 0" -msgstr "Standard: 0" - -msgid "Edit Imported Certificate Revocation List" -msgstr "Importierte CRL bearbeiten " - -msgid "Currently Revoked Certificates for CRL" -msgstr "Gegenwärtig zurückgerufene Zertifikate dieser CRL" - -msgid "Certificate Name" -msgstr "Zertifikatsname" - -msgid "Revocation Reason" -msgstr "Widerrufungsgrund" - -msgid "Revoked At" -msgstr "Widerrufen am" - -msgid "No Certificates Found for this CRL." -msgstr "Keine Zertifikate für diese CRL gefunden." - -msgid "No Certificates Found for this CA." -msgstr "Keine Zertifikate für diese Zertifizierungsstelle gefunden." - -msgid "Revoke a Certificate" -msgstr "Ein Zertifikat widerrufen" - -msgid "Choose a Certificate to Revoke" -msgstr "Wählen Sie ein Zertifikat für den Rückruf aus" - -msgid "Reason" -msgstr "Begründung" - -msgid "Additional Certificate Revocation Lists can be added here." -msgstr "Zusätzliche Zertifikatsrückruflisten können hier hinzugefügt werden." - -msgid "Add or Import CRL for %s" -msgstr "CRL für %s importieren oder hinzufügen" - -msgid "Import CRL for %s" -msgstr "Import der CRL für %s" - -# File: src/www/system_crlmanager.php, line: 719 -msgid "Unknown (imported)" -msgstr "Unbekannt (importiert)" - -msgid "Export CRL" -msgstr "CRL Exportieren" - -msgid "Edit CRL" -msgstr "CRL bearbeiten" - -msgid "Delete CRL" -msgstr "CRL löschen" - -# File: src/www/system_gateway_groups.php, line: 135 -msgid "Add group" -msgstr "Gruppe hinzufügen" - -# File: src/www/system_gateway_groups.php, line: 131 -msgid "Gateway-group" -msgstr "Gateway-Gruppe" - -msgid "Do you really want to delete this gateway group?" -msgstr "Wollen Sie diese Gatewaygruppe wirklich löschen?" - -msgid "" -"The gateway configuration has been changed.%sYou must apply the changes in " -"order for them to take effect." -msgstr "" -"Die Gatewaykonfiguration wurde geändert.%sSie müssen die Änderungen anwenden " -"damit diese in Kraft treten." - -# File: src/www/system_gateway_groups.php, line: 193 -msgid "Tier " -msgstr "Ebene " - -msgid "delete group" -msgstr "Gruppe löschen" - -msgid "" -"Remember to use these Gateway Groups in firewall rules in order to enable " -"load balancing, failover, or policy-based routing. Without rules directing " -"traffic into the Gateway Groups, they will not be used." -msgstr "" - -msgid "A valid gateway group name must be specified." -msgstr "Eine gültiger Gatewaygruppenname muss angegeben werden." - -msgid "The gateway name must not contain invalid characters." -msgstr "Der Gateway-Name darf keine ungütligen Zeichen enthalten." - -msgid "Changing name on a gateway group is not allowed." -msgstr "Es ist nicht erlaubt den Gateway Gruppenname zu ändern." - -msgid "A gateway group with this name \"%s\" already exists." -msgstr "Eine Gatewaygruppe mit dem Namen \"%s\" existiert bereits." - -msgid "" -"A gateway group cannot have the same name with a gateway \"%s\" please " -"choose another name." -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" -msgstr "" -"Es wurden kein(e) Gateway(s) ausgewählt um in dieser Gruppe verwendet zu " -"werden" - -msgid "Gateway Priority" -msgstr "Gateway Priorität" - -# File: src/www/system_gateway_groups_edit.php, line: 197 -msgid "Tier" -msgstr "Ebene" - -msgid "Never" -msgstr "Nie" - -# File: src/www/system_gateway_groups_edit.php, line: 226 -msgid "Tier %d" -msgstr "Ebene %d" - -msgid "Interface Address" -msgstr "Schnittstellenadresse" - -msgid "Link Priority" -msgstr "Link Priorität" - -msgid "" -"The priority selected here defines in what order failover and balancing of " -"links will be done. Multiple links of the same priority will balance " -"connections until all links in the priority will be exhausted. If all links " -"in a priority level are exhausted we will use the next available link(s) in " -"the next priority level." -msgstr "" - -msgid "" -"The virtual IP field selects what (virtual) IP should be used when this " -"group applies to a local Dynamic DNS, IPsec or OpenVPN endpoint" -msgstr "" - -msgid "Trigger Level" -msgstr "" - -msgid "Member Down" -msgstr "Mitglied inaktiv" - -msgid "Packet Loss" -msgstr "Paketverlust" - -msgid "High Latency" -msgstr "Hohe Latenz" - -msgid "Packet Loss or High Latency" -msgstr "Paketverlust oder hohe Latenz" - -msgid "When to trigger exclusion of a member" -msgstr "" - -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Gateway Group '%s'" -msgstr "" -"Gateway '%s' kann nicht gelöscht werden weil es in Benutzung einer Gateway-" -"Gruppe ist '%s'" - -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Static Route '%s'" -msgstr "" -"Gateway '%s' kann nicht gelöscht werden weil es in Benutzung einer satischen " -"Route ist '%s'" - -# File: src/www/system_gateways.php, line: 194 -msgid "Add gateway" -msgstr "Gateway hinzufügen" - -msgid "Do you really want to delete this gateway?" -msgstr "Wollen Sie dieses Gateway wirklich löschen?" - -msgid "Do you really want to delete the selected gateway items?" -msgstr "Wollen Sie die ausgewählten Gatewayeinträge wirklich löschen?" - -msgid "The gateway configuration has been changed." -msgstr "Die Gateway-Konfiguration wurde geändert." - -msgid "Monitor IP" -msgstr "Monitor IP" - -# File: src/www/system_gateways.php, line: 326 -msgid "Gateway is inactive because interface is missing" -msgstr "Das Gateway ist nicht aktiv, weil die Schnittstelle fehlt" - -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "disable gateway" -msgstr "Gateway deaktivieren" - -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "enable gateway" -msgstr "Gateway aktivieren" - -# File: src/www/system_gateways.php, line: 356 -msgid "edit gateway" -msgstr "Gateway bearbeiten" - -# File: src/www/system_gateways.php, line: 361 -msgid "delete gateway" -msgstr "Gateway löschen" - -# File: src/www/system_gateways.php, line: 368 -msgid "clone gateway" -msgstr "Gateway klonen" - -msgid "delete selected items" -msgstr "Ausgewählte Punkte löschen" - -# File: src/www/system_gateways_edit.php, line: 118 -msgid "A valid gateway name must be specified." -msgstr "Ein gültiger Gateway-Name muss angegeben werden." - -msgid "A valid gateway IP address must be specified." -msgstr "Eine gültige Gateway-IP-Adresse muss spezifiziert werden." - -msgid "" -"Cannot add IPv4 Gateway Address because no IPv4 address could be found on " -"the interface." -msgstr "" -"Konnte keine IPv4 Gatewayadresse hinzufügen, da für die Schnittstelle keine " -"IPv4 Adresse gefunden wurde." - -# File: src/www/system_gateways_edit.php, line: 152 -# File: src/www/system_gateways_edit.php, line: 183 -msgid "" -"The gateway address %1$s does not lie within one of the chosen interface's " -"subnets." -msgstr "" -"Die Gatewayadresse %1$s liegt nicht im Subnetz der ausgewählten " -"Schnittstelle." - -msgid "" -"Cannot add IPv6 Gateway Address because no IPv6 address could be found on " -"the interface." -msgstr "" -"Konnte keine IPv6 Gatewayadresse hinzufügen, da für die Schnittstelle keine " -"IPv6 Adresse gefunden wurde." - -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv4 " -"configuration." -msgstr "" -"Dynamische Gateway-Werte können nicht für Schnittstellen mit einer " -"statischen IPv4-Konfiguration festgelegt werden." - -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv6 " -"configuration." -msgstr "" -"Dynamische Gateway-Werte können nicht für Schnittstellen mit einer " -"statischen IPv6-Konfiguration festgelegt werden." - -msgid "A valid monitor IP address must be specified." -msgstr "Eine gültige Monitor IP-Adresse muss spezifiziert werden." - -msgid "Changing name on a gateway is not allowed." -msgstr "Es ist nicht erlaubt den Gateway-Namen zu ändern." - -msgid "The gateway name \"%s\" already exists." -msgstr "Der Gateway-Name \"%s\" existiert bereits." - -msgid "The gateway IP address \"%s\" already exists." -msgstr "Der Gateway-IP-Adresse \"%s\" existiert bereits." - -msgid "" -"The monitor IP address \"%s\" is already in use. You must choose a different " -"monitor IP." -msgstr "" -"Die Monitor-IP-Adresse \"%s\" ist bereits in Benutzung. Sie müssen eine " -"andere Monitor IP auswählen." - -msgid "The low latency threshold needs to be a numeric value." -msgstr "Die geringe Latenzschwelle muss ein numerischer Wert sein." - -msgid "The low latency threshold needs to be positive." -msgstr "Die geringe Latenzschwelle muss positiv sein." - -msgid "The high latency threshold needs to be a numeric value." -msgstr "Die hohe Latenzschwelle muss ein numerischer Wert sein." - -msgid "The high latency threshold needs to be positive." -msgstr "Die hohe Latenzschwelle muss positiv sein." - -msgid "The low Packet Loss threshold needs to be a numeric value." -msgstr "" - -msgid "The low Packet Loss threshold needs to be positive." -msgstr "" - -msgid "The low Packet Loss threshold needs to be less than 100." -msgstr "" - -msgid "The high Packet Loss threshold needs to be a numeric value." -msgstr "" - -msgid "The high Packet Loss threshold needs to be positive." -msgstr "" - -msgid "The high Packet Loss threshold needs to be 100 or less." -msgstr "" - -msgid "" -"The high latency threshold needs to be higher than the low latency threshold" -msgstr "" - -msgid "" -"The high Packet Loss threshold needs to be higher than the low Packet Loss " -"threshold" -msgstr "" - -msgid "The probe interval needs to be a numeric value." -msgstr "" - -msgid "The probe interval needs to be positive." -msgstr "" - -msgid "The down time setting needs to be a numeric value." -msgstr "" - -msgid "The down time setting needs to be positive." -msgstr "Die Inaktivzeit Einstellung muss positiv sein." - -msgid "The probe interval needs to be less than the down time setting." -msgstr "" - -msgid "The average delay replies qty needs to be a numeric value." -msgstr "" - -msgid "The average delay replies qty needs to be positive." -msgstr "" - -msgid "The average packet loss probes qty needs to be a numeric value." -msgstr "" - -msgid "The average packet loss probes qty needs to be positive." -msgstr "" - -msgid "The lost probe delay needs to be a numeric value." -msgstr "" - -msgid "The lost probe delay needs to be positive." -msgstr "" - -msgid "Edit gateway" -msgstr "Gateway bearbeiten" - -msgid "Disable this gateway" -msgstr "Dieses Gateway deaktivieren" - -msgid "" -"Set this option to disable this gateway without removing it from the list." -msgstr "" -"Setze Sie diese Option, um dieses Gateway zu deaktivieren, ohne es aus der " -"Liste zu entfernen." - -msgid "Choose which interface this gateway applies to." -msgstr "" -"Wählen Sie aus, welcher Schnittstelle dieses Gateway zugeteilt werden soll." - -msgid "Choose the Internet Protocol this gateway uses." -msgstr "" -"Wählen Sie das Internet Protokoll aus, welches dieses Gateway verwendet." - -msgid "Gateway name" -msgstr "Gateway Name" - -msgid "Gateway IP address" -msgstr "Gateway IP-Adresse" - -msgid "Default Gateway" -msgstr "Default Gateway" - -msgid "This will select the above gateway as the default gateway" -msgstr "Dies wählt das obere Gateway als Standardgateway aus" - -msgid "Disable Gateway Monitoring" -msgstr "Deaktiviere Gatewayüberwachung" - -msgid "This will consider this gateway as always being up" -msgstr "" - -msgid "Alternative monitor IP" -msgstr "Alternative Monitor IP" - -msgid "" -"Enter an alternative address here to be used to monitor the link. This is " -"used for the quality RRD graphs as well as the load balancer entries. Use " -"this if the gateway does not respond to ICMP echo requests (pings)" -msgstr "" - -msgid "Mark Gateway as Down" -msgstr "Markiere Gateway als inaktiv" - -msgid "This will force this gateway to be considered Down" -msgstr "Dies wird das Gateway als inaktiv erzwingen" - -msgid " - Show advanced option" -msgstr " - zeige fortgeschrittene Optionen" - -msgid "Weight for this gateway when used in a Gateway Group." -msgstr "" -"Gewichtung für dieses Gateway wenn es in einer Gatewaygruppe verwendet wird." - -msgid "Latency thresholds" -msgstr "Latenzschwellwerte" - -msgid "From" -msgstr "Von" - -msgid "To" -msgstr "Bis" - -msgid "Packet Loss thresholds" -msgstr "Paketverlustgrenzwerte" - -msgid "Probe Interval" -msgstr "" - -msgid "" -"NOTE: The quality graph is averaged over seconds, not intervals, so as the " -"probe interval is increased the accuracy of the quality graph is decreased." -msgstr "" - -msgid "Down" -msgstr "Inaktiv" - -# File: src/www/system_gateways_edit.php, line: 772 -msgid "Avg Delay Replies Qty" -msgstr "" - -msgid "Use calculated value." -msgstr "Berechneten Wert verwenden." - -# File: src/www/system_gateways_edit.php, line: 783 -msgid "Avg Packet Loss Probes Qty" -msgstr "" - -msgid "Lost Probe Delay" -msgstr "" - -msgid "" -"The probe interval must be less than the down time, otherwise the gateway " -"will seem to go down then come up again at the next probe." -msgstr "" - -msgid "" -"The down time defines the length of time before the gateway is marked as " -"down, but the accuracy is controlled by the probe interval. For example, if " -"your down time is 40 seconds but on a 30 second probe interval, only one " -"probe would have to fail before the gateway is marked down at the 40 second " -"mark. By default, the gateway is considered down after 10 seconds, and the " -"probe interval is 1 second, so 10 probes would have to fail before the " -"gateway is marked down." -msgstr "" - -msgid "English" -msgstr "Englisch" - -msgid "Chinese (Simplified)" -msgstr "Chinesisch (Vereinfacht)" - -# File: src/www/system_general.php, line: 45 -msgid "French" -msgstr "Französisch" - -# File: src/www/system_general.php, line: 40 -msgid "German" -msgstr "Deutsch" - -# File: src/www/system_general.php, line: 42 -msgid "Japanese" -msgstr "Japanisch" - -# File: src/www/system_general.php, line: 48 -msgid "Mongolian" -msgstr "Mongolisch" - -# File: src/www/system_general.php, line: 41 -msgid "Spanish" -msgstr "Spanisch" - -msgid "The hostname may only contain the characters a-z, 0-9 and '-'." -msgstr "Die Hostname kann nur folgende Zeichen enthalten a-z, 0-9, '-' und '.'." - -msgid "The domain may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "Die Domäne kann nur folgende Zeichen enthalten a-z, 0-9, '-' und '.'." - -msgid "" -"You can not assign a gateway to DNS '%s' server which is on a directly " -"connected network." -msgstr "" - -msgid "" -"A NTP Time Server name may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "" -"Ein NTP-Zeitserver kann nur folgende Zeichen enthalten a-z, 0-9, '-' und '.'." - -msgid "Name of the firewall host, without domain part" -msgstr "Name des Firewallhosts ohne Domainteil" - -# File: src/www/system_general.php, line: 331 -msgid "firewall" -msgstr "Firewall" - -msgid "" -"Do not use 'local' as a domain name. It will cause local hosts running mDNS (" -"avahi, bonjour, etc.) to be unable to resolve local hosts not running mDNS." -msgstr "" -"Verwenden Sie nicht 'local' als Domainnamen. Das wird Maschinen, die mDNS (" -"avahi, bonjour, etc) verwenden daran hindern andere Maschinen korrekt " -"aufzulösen." - -# File: src/www/system_general.php, line: 341 -msgid "e.g. %smycorp.com, home, office, private, etc.%s" -msgstr "z.B. %smeinefirma.com, zuhause, buero, privat, etc.%s" - -msgid "DNS Server" -msgstr "DNS-Server" - -msgid "Use gateway" -msgstr "Verwende Gateway" - -msgid "" -"Enter IP addresses to be used by the system for DNS resolution. These are " -"also used for the DHCP service, DNS forwarder and for PPTP VPN clients." -msgstr "" -"Geben Sie die zu verwendenden IP-Adressen für die DNS Auflösung ein. Diese " -"werden auch benötigt für den DHCP Service, DNS-Forwarder und PPTP VPN " -"Clients." - -msgid "" -"In addition, optionally select the gateway for each DNS server. When using " -"multiple WAN connections there should be at least one unique DNS server per " -"gateway." -msgstr "" -"Wählen Sie zusätzlich den Gateway für jeden DNS-Server. Wenn mehrere WAN " -"Verbindungen verwendet werden, sollte mindestens ein DNS-Server pro Gateway " -"konfiguriert werden." - -# File: src/www/system_general.php, line: 401 -msgid "DNS server options" -msgstr "DNS-Server Einstellungen" - -msgid "Allow DNS server list to be overridden by DHCP/PPP on WAN" -msgstr "Erlaube das Überschreiben der DNS Serverliste durch DHCP/PPP auf WAN" - -msgid "" -"If this option is set, %s will use DNS servers assigned by a DHCP/PPP server " -"on WAN for its own purposes (including the DNS forwarder). However, they " -"will not be assigned to DHCP and PPTP VPN clients." -msgstr "" - -msgid "Do not use the DNS Forwarder as a DNS server for the firewall" -msgstr "Verwenden Sie den DNS Forwarder nicht als DNS Server für die Firewall" - -msgid "" -"By default localhost (127.0.0.1) will be used as the first DNS server where " -"the DNS Forwarder or DNS Resolver is enabled and set to listen on Localhost, " -"so system can use the local DNS service to perform lookups. Checking this " -"box omits localhost from the list of DNS servers." -msgstr "" - -msgid "Time zone" -msgstr "Zeitzone" - -msgid "Select the location closest to you" -msgstr "Wählen Sie den nächstgelegenen Standort" - -msgid "NTP time server" -msgstr "NTP Zeitserver" - -msgid "" -"Use a space to separate multiple hosts (only one required). Remember to set " -"up at least one DNS server if you enter a host name here!" -msgstr "" - -msgid "Language" -msgstr "Sprache" - -msgid "Choose a language for the webConfigurator" -msgstr "Wählen Sie eine Sprache für den Webkonfigurator" - -msgid "Theme" -msgstr "Design" - -msgid "This will change the look and feel of" -msgstr "Dies ändert das Aussehen von " - -# File: src/www/system_general.php, line: 565 -msgid "Firmware Mirror" -msgstr "Firmwareserver" - -# File: src/www/system_general.php, line: 579 -msgid "Select an alternate firmware mirror." -msgstr "Auswählen eines alternativen Firmware Server." - -# File: src/www/system_general.php, line: 584 -msgid "Firmware Flavour" -msgstr "" - -# File: src/www/system_general.php, line: 598 -msgid "Select the firmware cryptography flavour." -msgstr "" - -msgid "The group name contains invalid characters." -msgstr "Der Gruppenname enhält ungültige Zeichen." - -msgid "The group name is longer than 16 characters." -msgstr "Der Gruppenname ist lägner als 16 Zeichen." - -msgid "Another entry with the same group name already exists." -msgstr "Ein anderer Eintrag mit dem selben Gruppennamen existiert bereits." - -# File: src/www/system_groupmanager.php, line: 127 -msgid "That groupname is reserved by the system." -msgstr "Dieser Gruppenname ist vom System reserviert." - -msgid "Do you really want to delete this privilege?" -msgstr "Wollen Sie diese Berechtigung wirklich löschen?" - -msgid "Do you really want to delete this group?" -msgstr "Wollen Sie diese Gruppe wirklich löschen?" - -msgid "Defined by" -msgstr "Definiert durch" - -msgid "Group name" -msgstr "Gruppenname" - -msgid "Group description, for your own information only" -msgstr "Gruppenbeschreibung, nur für deine eigene Information" - -msgid "Group Memberships" -msgstr "Gruppenmitgliedschaften" - -msgid "Not Member Of" -msgstr "Kein Mitglied von" - -msgid "Member Of" -msgstr "Mitglied von" - -msgid "Add Groups" -msgstr "Gruppen hinzufügen" - -msgid "Remove Groups" -msgstr "Gruppen entfernen" - -msgid "Hold down CTRL (pc)/COMMAND (mac) key to select multiple items" -msgstr "Mehrfachauswahl durch STRG (PC) bzw. Command (MAC) Taste" - -msgid "Assigned Privileges" -msgstr "Zugewiesene Berechtigungen" - -msgid "delete privilege" -msgstr "Berechtigung entfernen" - -msgid "Member Count" -msgstr "Mitgliederzahl" - -msgid "add user" -msgstr "Benutzer hinzufügen" - -# File: src/www/system_groupmanager.php, line: 525 -msgid "" -"Additional webConfigurator groups can be added here.\n" -" Group permissions can be assigned which are inherited " -"by users who are members of the group.\n" -" An icon that appears grey indicates that it is a " -"system defined object.\n" -" Some system object properties can be modified but they " -"cannot be deleted." -msgstr "" - -msgid "Selected priveleges" -msgstr "Ausgewählte Berechtigungen" - -msgid "System Privileges" -msgstr "Systemberechtigungen" - -msgid "Select a privilege from the list above for a description" -msgstr "" -"Wählen Sie eine Berechtigung aus obiger Liste aus, um eine Beschreibung zu " -"erhalten." - -# File: src/www/system_hasync.php, line: 98 -msgid "State Synchronization" -msgstr "Statussynchronisation" - -# File: src/www/system_hasync.php, line: 127 -msgid "Synchronize States" -msgstr "Status synchronisieren" - -# File: src/www/system_hasync.php, line: 132 -msgid "" -"pfsync transfers state insertion, update, and deletion messages between " -"firewalls.%sEach firewall sends these messages out via multicast on a " -"specified interface, using the PFSYNC protocol (%sIP Protocol 240%s).%sIt " -"also listens on that interface for similar messages from other firewalls, " -"and imports them into the local state table.%sThis setting should be enabled " -"on all members of a failover group." -msgstr "" - -# File: src/www/system_hasync.php, line: 136 -msgid "" -"Clicking save will force a configuration sync if it is enabled! (see " -"Configuration Synchronization Settings below)" -msgstr "" - -# File: src/www/system_hasync.php, line: 140 -msgid "Synchronize Interface" -msgstr "Synchronisierungsschnittstelle" - -# File: src/www/system_hasync.php, line: 123 -msgid "loopback" -msgstr "" - -# File: src/www/system_hasync.php, line: 151 -msgid "" -"If Synchronize States is enabled, it will utilize this interface for " -"communication." -msgstr "" - -# File: src/www/system_hasync.php, line: 154 -msgid "" -"We recommend setting this to a interface other than LAN! A dedicated " -"interface works the best." -msgstr "" - -# File: src/www/system_hasync.php, line: 155 -msgid "" -"You must define a IP on each machine participating in this failover group." -msgstr "" - -# File: src/www/system_hasync.php, line: 156 -msgid "" -"You must have an IP assigned to the interface on any participating sync " -"nodes." -msgstr "" - -# File: src/www/system_hasync.php, line: 145 -msgid "Synchronize Peer IP" -msgstr "" - -# File: src/www/system_hasync.php, line: 165 -msgid "" -"Setting this option will force pfsync to synchronize its state table to this " -"IP address. The default is directed multicast." -msgstr "" - -# Hab mich hier mal entschieden das Wort Konfiguration wegzulassen. Ist meiner Meinung Doppelt mit dem Wort Einstellungen -msgid "Configuration Synchronization Settings (XMLRPC Sync)" -msgstr "Synchronisierungseinstellungen (XMLRPC Sync)" - -# File: src/www/system_hasync.php, line: 183 -msgid "Synchronize Config to IP" -msgstr "" - -# File: src/www/system_hasync.php, line: 186 -msgid "" -"Enter the IP address of the firewall to which the selected configuration " -"sections should be synchronized." -msgstr "" - -# File: src/www/system_hasync.php, line: 189 -msgid "" -"XMLRPC sync is currently only supported over connections using the same " -"protocol and port as this system - make sure the remote system's port and " -"protocol are set accordingly!" -msgstr "" - -# File: src/www/system_hasync.php, line: 190 -# File: src/www/system_hasync.php, line: 213 -msgid "" -"Do not use the Synchronize Config to IP and password option on backup " -"cluster members!" -msgstr "" - -# File: src/www/system_hasync.php, line: 196 -msgid "Remote System Username" -msgstr "Entfernter System-Benutzername" - -# File: src/www/system_hasync.php, line: 200 -msgid "" -"Enter the webConfigurator username of the system entered above for " -"synchronizing your configuration." -msgstr "" - -# File: src/www/system_hasync.php, line: 202 -msgid "" -"Do not use the Synchronize Config to IP and username option on backup " -"cluster members!" -msgstr "" - -# File: src/www/system_hasync.php, line: 207 -msgid "Remote System Password" -msgstr "Entferntes System-Passwort" - -# File: src/www/system_hasync.php, line: 211 -msgid "" -"Enter the webConfigurator password of the system entered above for " -"synchronizing your configuration." -msgstr "" - -# File: src/www/system_hasync.php, line: 196 -msgid "Users and Groups" -msgstr "Benutzer und Gruppen" - -# File: src/www/system_hasync.php, line: 223 -msgid "" -"Automatically sync the users and groups over to the other HA host when " -"changes are made." -msgstr "" -"Automatisch Benutzer und Gruppen zum anderen HA-Host synchronisieren, wenn " -"Änderungen vorgenommen wurden." - -# File: src/www/system_hasync.php, line: 205 -msgid "Auth Servers" -msgstr "Authentifizierungsserver" - -# File: src/www/system_hasync.php, line: 232 -msgid "" -"Automatically sync the authentication servers (e.g. LDAP, RADIUS) over to " -"the other HA host when changes are made." -msgstr "" -"Automatisch die Authentifizierungsserver (z.B. LDAP, RADIUS) zum anderen HA-" -"Host synchronisieren, wenn Änderungen vorgenommen wurden." - -# File: src/www/system_hasync.php, line: 241 -msgid "" -"Automatically sync the Certificate Authorities, Certificates, and " -"Certificate Revocation Lists over to the other HA host when changes are made." -msgstr "" -"Automatisch die Zertifizierungsstellen, Zertifikate und Zertifikats-" -"Widerrufslisten zum anderen HA-Host synchronisieren, wenn Änderungen " -"vorgenommen wurden. " - -# File: src/www/system_hasync.php, line: 250 -msgid "" -"Automatically sync the firewall rules to the other HA host when changes are " -"made." -msgstr "" -"Automatisch die Firewall Regeln zum anderen HA-Host synchronisieren, wenn " -"Änderungen vorgenommen wurden." - -# File: src/www/system_hasync.php, line: 232 -msgid "Firewall Schedules" -msgstr "Firewallzeitpläne" - -# File: src/www/system_hasync.php, line: 259 -msgid "" -"Automatically sync the firewall schedules to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 268 -msgid "" -"Automatically sync the aliases over to the other HA host when changes are " -"made." -msgstr "" -"Automatisch die Aliase zum anderen HA-Host synchronisieren, wenn Änderungen " -"vorgenommen wurden." - -# File: src/www/system_hasync.php, line: 277 -msgid "" -"Automatically sync the NAT rules over to the other HA host when changes are " -"made." -msgstr "" -"Automatisch die NAT-Regeln zum anderen HA-Host synchronisieren, wenn " -"Änderungen vorgenommen wurden." - -# File: src/www/system_hasync.php, line: 286 -msgid "" -"Automatically sync the IPsec configuration to the other HA host when changes " -"are made." -msgstr "" -"Automatisch die IPsec-Konfiguration zum anderen HA-Host synchronisieren, " -"wenn Änderungen vorgenommen wurden." - -# File: src/www/system_hasync.php, line: 295 -msgid "" -"Automatically sync the OpenVPN configuration to the other HA host when " -"changes are made." -msgstr "" -"Automatisch die OpenVPN-Konfiguration zum anderen HA-Host synchronisieren, " -"wenn Änderungen vorgenommen wurden." - -# File: src/www/system_hasync.php, line: 296 -msgid "" -"Using this option implies \"Synchronize Certificates\" as they are required " -"for OpenVPN." -msgstr "" - -# File: src/www/system_hasync.php, line: 278 -msgid "DHCPD" -msgstr "DHCPD" - -# File: src/www/system_hasync.php, line: 305 -msgid "" -"Automatically sync the DHCP Server settings over to the other HA host when " -"changes are made. This only applies to DHCP for IPv4." -msgstr "" -"Automatisch die DHCP-Server-Einstellungen zum anderen HA-Host " -"synchronisieren, wenn Änderungen vorgenommen wurden. Dies gilt nur für " -"IPv4-DHCP." - -# File: src/www/system_hasync.php, line: 314 -msgid "" -"Automatically sync the WoL configuration to the other HA host when changes " -"are made." -msgstr "" -"Automatisch die WoL-Konfiguration zum anderen HA-Host synchronisieren, wenn " -"Änderungen vorgenommen wurden." - -# File: src/www/system_hasync.php, line: 296 -msgid "Static Routes" -msgstr "Statische Routen" - -# File: src/www/system_hasync.php, line: 323 -msgid "" -"Automatically sync the Static Route configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 332 -msgid "" -"Automatically sync the Load Balancer configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 341 -msgid "" -"Automatically sync the CARP Virtual IPs to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 350 -msgid "" -"Automatically sync the DNS Forwarder configuration to the other HA host when " -"changes are made." -msgstr "" -"Die DNS-Forwarderkonfiguration automatisch zum anderen HA-Host " -"synchronisieren, wenn Änderungen gemacht werden." - -# File: src/www/system_routes.php, line: 210 -msgid "Add route" -msgstr "Route hinzufügen" - -# File: src/www/system_routes.php, line: 165 -# File: src/www/system_routes.php, line: 187 -msgid "Route" -msgstr "Route" - -# File: src/www/system_routes.php, line: 166 -msgid "Do you really want to delete this route?" -msgstr "Sind Sie sicher, dass Sie diese Route löschen möchten?" - -msgid "Do you really want to delete the selected routes?" -msgstr "Wollen Sie die ausgewählten Routen wirklich löschen?" - -msgid "" -"The static route configuration has been changed.%sYou must apply the changes " -"in order for them to take effect." -msgstr "" -"Die statische Routen Konfiguration wurde geändert.%sSie müssen die " -"Änderungen anwenden, um diese wirksam zu machen." - -# File: src/www/system_routes.php, line: 258 -msgid "disable route" -msgstr "Route deaktivieren" - -# File: src/www/system_routes.php, line: 258 -msgid "enable route" -msgstr "Route aktivieren" - -# File: src/www/system_routes.php, line: 275 -msgid "move selected routes before this route" -msgstr "verschiebe ausgewählte Routen vor diese Route" - -# File: src/www/system_routes.php, line: 279 -msgid "edit route" -msgstr "Route bearbeiten" - -# File: src/www/system_routes.php, line: 283 -msgid "delete route" -msgstr "Route löschen" - -# File: src/www/system_routes.php, line: 287 -msgid "clone route" -msgstr "Route klonen" - -msgid "move selected routes to end" -msgstr "verschiebe ausgewählte Routen ans Ende" - -msgid "delete selected routes" -msgstr "Ausgewählte Routen löschen" - -# File: src/www/system_routes.php, line: 321 -msgid "add route" -msgstr "Route hinzufügen" - -msgid "" -"Do not enter static routes for networks assigned on any interface of this " -"firewall. Static routes are only used for networks reachable via a " -"different router, and not reachable via your default gateway." -msgstr "" -"Geben Sie keine statischen Routen für Netzwerke an, die einer Schnittstelle " -"der Firewall zugewiesen wurden. Statische Routen werden nur für Netzwerke " -"verwendet, die über einen anderen Router und nicht über den Standardgateway " -"erreichbar sind." - -msgid "Destination network" -msgstr "Zielnetzwerk" - -msgid "Destination network bit count" -msgstr "Zielnetzwerkbitzahl" - -msgid "A valid IPv4 or IPv6 destination network must be specified." -msgstr "Eine gültiges IPv4 oder IPv6 Zielnetzwerk muss angegeben werden." - -msgid "A valid destination network bit count must be specified." -msgstr "Eine gültige Bitzahl des Zielnetzwerks muss angegeben werden." - -msgid "A IPv4 subnet can not be over 32 bits." -msgstr "Ein IPv4 Subnetz kann nicht mehr als 32 Bit haben." - -msgid "A route to these destination networks already exists" -msgstr "Eine Route zu diesem Zielnetzwerk existiert bereits" - -msgid "This network conflicts with address configured on interface %s." -msgstr "" -"Es gibt einen Konflikt für dieses Netzwerk und der Adresse von Schnittstelle " -"%s." - -msgid "Destination network for this static route" -msgstr "Zielnetzwerk für diese statische Route" - -msgid "Choose which gateway this route applies to or" -msgstr "Wähle aus welches Gateway dieser Route zugeordnet werden soll oder" - -msgid "Disable this static route" -msgstr "Diese statische Route deaktivieren" - -msgid "" -"Set this option to disable this static route without removing it from the " -"list." -msgstr "" -"Setze diese Einstellung um die statische Route zu deaktivieren ohne diese " -"von der Liste zu entfernen." - -msgid "successfully deleted" -msgstr "erfolgreich gelöscht" - -msgid "Privilege" -msgstr "Berechtigung" - -msgid "association removed." -msgstr "Zuweisung entfernt." - -# File: src/www/system_usermanager.php, line: 227 -msgid "API key" -msgstr "API-Schlüssel" - -# File: src/www/system_usermanager.php, line: 228 -msgid "removed." -msgstr "entfernt." - -# File: src/www/system_usermanager.php, line: 230 -msgid "No API key found" -msgstr "Keinen API-Schlüssel gefunden" - -msgid "The username is longer than 16 characters." -msgstr "Der Benutzername ist länger als 16 Zeichen." - -msgid "The passwords do not match." -msgstr "Die Kennwörter stimmen nicht überein." - -msgid "Another entry with the same username already exists." -msgstr "Ein anderer Eintrag mit dem gleichen Benutzernamen existiert bereits." - -msgid "That username is reserved by the system." -msgstr "Der Benutzername ist vom System reserviert." - -msgid "Invalid expiration date format; use MM/DD/YYYY instead." -msgstr "Format des Ablaufdatums ungültig; benutze stattdessen MM/TT/JJJJ." - -msgid "Invalid internal Certificate Authority" -msgstr "Ungültige interne Zertifizierungsstelle" - -msgid "(Certificate will not be deleted)" -msgstr "(Zertifikat wird nicht gelöscht werden)" - -msgid "Do you really want to remove this certificate association?" -msgstr "Wollen Sie wirklich, diesesn Zertifikats-Verbund entfernen ?" - -msgid "Do you really want to delete this user?" -msgstr "Wollen Sie diesen Benutzer wirklich löschen?" - -# File: src/www/system_usermanager.php, line: 611 -msgid "Do you really want to delete this API key?" -msgstr "Sind Sie sicher, dass Sie diesen API-Schlüssel löschen möchten?" - -msgid "User distinguished name" -msgstr "" - -msgid "(confirmation)" -msgstr "(Bestätigung)" - -msgid "Full name" -msgstr "Voller Name" - -msgid "User's full name, for your own information only" -msgstr "Kompletter Name des Users, nur zur eigenen Information." - -msgid "Expiration date" -msgstr "Ablaufdatum" - -msgid "" -"Leave blank if the account shouldn't expire, otherwise enter the expiration " -"date in the following format: mm/dd/yyyy" -msgstr "" -"Leer lassen, wenn das Konto nicht ablaufen soll, andernfalls geben Sie das " -"Ablaufdatum im folgenden Format ein: mm/tt/jjjj" - -# File: src/www/system_usermanager.php, line: 704 -msgid "add groups" -msgstr "Gruppen hinzufügen" - -# File: src/www/system_usermanager.php, line: 708 -msgid "remove groups" -msgstr "Gruppen löschen" - -msgid "Effective Privileges" -msgstr "Effektive Berechtigungen" - -msgid "Inherited From" -msgstr "Geerbt von" - -# File: src/www/system_usermanager.php, line: 761 -msgid "revoke privilege" -msgstr "Privilegien widerrufen" - -# File: src/www/system_usermanager.php, line: 774 -msgid "assign privileges" -msgstr "Privilegien zuweisen" - -msgid "User Certificates" -msgstr "Benutzer Zertifikate" - -msgid "CA" -msgstr "CA" - -msgid "export private key" -msgstr "privaten Schlüssel exportieren" - -# File: src/www/system_usermanager.php, line: 811 -msgid "export certificate" -msgstr "Zertifikat exportieren" - -# File: src/www/system_usermanager.php, line: 815 -msgid "unlink certificate" -msgstr "" - -# File: src/www/system_usermanager.php, line: 828 -msgid "create or link user certificate" -msgstr "" - -# File: src/www/system_usermanager.php, line: 880 -msgid "API keys" -msgstr "API-Schlüssel" - -# File: src/www/system_usermanager.php, line: 887 -msgid "key" -msgstr "Schlüssel" - -# File: src/www/system_usermanager.php, line: 907 -msgid "delete API key" -msgstr "API-Schlüssel löschen" - -# File: src/www/system_usermanager.php, line: 921 -msgid "create API key" -msgstr "API-Schlüssel erstellen" - -# File: src/www/system_usermanager.php, line: 930 -msgid "" -"manage API keys here for machine to machine interaction using this users " -"credentials" -msgstr "" -"die API-Schlüssel zur Interaktion zwischen Maschinen unter Verwendung der " -"Zugangsdaten dieses Benutzers hier verwalten" - -msgid "Click to create a user certificate." -msgstr "Klicken Sie hier um ein Benutzerzertifikat zu erstellen." - -# File: src/www/system_usermanager.php, line: 896 -msgid "Redirects on save" -msgstr "Leitet beim Speichern um" - -msgid "Authorized keys" -msgstr "Autorisierte Schlüssel" - -msgid "Paste an authorized keys file here." -msgstr "Hier einfügen eines autorisierten Schlüssels." - -msgid "IPsec Pre-Shared Key" -msgstr "IPsec Pre-Shared Schlüssel" - -msgid "edit user" -msgstr "Benutzer bearbeiten" - -msgid "delete user" -msgstr "Benutzer löschen" - -# File: src/www/system_usermanager.php, line: 983 -msgid "import users" -msgstr "Benutzer importieren" - -# File: src/www/system_usermanager.php, line: 914 -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 appears grey indicates that it is a system defined " -"object. Some system object properties can be modified but they cannot be " -"deleted." -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." -msgstr "" -"Benutzerkonten die hier erstellt werden, werden auch in anderen Teilen des " -"Systems wie OpenVPN, IPsec und Captive Portal verwendet." - -# File: src/www/system_usermanager.php, line: 1053 -msgid "System Admininistrator" -msgstr "System Admininistrator" - -# File: src/www/system_usermanager.php, line: 1055 -msgid "Disabled User" -msgstr "Deaktivierter Benutzer" - -# File: src/www/system_usermanager.php, line: 1057 -msgid "Normal User" -msgstr "Normaler Benutzer" - -msgid "" -"Could not connect to the LDAP server. Please check your LDAP configuration." -msgstr "" -"Kann nicht zum LDAP-Server verbinden. Bitte überprüfe deine LDAP-" -"Konfiguration." - -# File: src/www/system_usermanager_import_ldap.php, line: 150 -msgid "Please select users to import:" -msgstr "Benutzer auswählen zum Importieren:" - -msgid "Sorry, you cannot change the password for a non-local user." -msgstr "" -"Sorry, Sie können das Passwort für einen nicht-lokalen Benutzer nicht ändern." - -msgid "Password successfully changed" -msgstr "Passwort erfolgreich geändert" - -# File: src/www/system_usermanager_passwordmg.php, line: 114 -msgid "Old password" -msgstr "Altes Passwort" - -# File: src/www/system_usermanager_passwordmg.php, line: 120 -msgid "New password" -msgstr "Neues Passwort" - -msgid "Confirmation" -msgstr "Bestätigung" - -msgid "Session timeout must be an integer value." -msgstr "Sitzungs-Zeitlimit muss eine Zahl sein." - -msgid "" -"The test was not performed because it is supported only for ldap based " -"backends." -msgstr "" - -msgid "Session Timeout" -msgstr "Sitzungs-Zeitlimit" - -msgid "" -"Time in minutes to expire idle management sessions. The default is 4 hours (" -"240 minutes)." -msgstr "" -"Zeit in Minuten, nachdem eine inaktive Administrationssitzung automatisch " -"beendet wird. Standardmässig 4h (240 Minuten)." - -msgid "Enter 0 to never expire sessions. NOTE: This is a security risk!" -msgstr "" -"Geben Sie eine 0 ein, damit Sitzungen niemals ablaufen. Hinweis: Dies ist " -"ein Sicherheitsrisiko!" - -msgid "Save and Test" -msgstr "Speichern und Testen" - -msgid "Please select which containers to Authenticate against:" -msgstr "" - -msgid "Could not find settings for %s%s" -msgstr "Konnte Einstellungen für %s%s nicht finden" - -msgid "Testing %s LDAP settings... One moment please..." -msgstr "Teste %s LDAP-Einstellungen... Einen Moment bitte..." - -msgid "Attempting connection to" -msgstr "Versuche zu verbinden mit" - -msgid "Attempting to fetch Organizational Units from" -msgstr "" - -msgid "Organization units found" -msgstr "Organisationseinheiten gefunden" - -msgid "failed" -msgstr "fehlgeschlagen" - -msgid "Mobile Client" -msgstr "mobiler Client" - -msgid "" -"Do you really want to delete this phase1 and all associated phase2 entries?" -msgstr "" -"Wollen Sie wirklich diese phase1 löschen und alle zugehörige phase2 Einträge?" - -msgid "Do you really want to delete the selected phase1 entries?" -msgstr "Wollen Sie die ausgewählten Phase 1 Einträge wirklich löschen?" - -msgid "Do you really want to delete this phase2 entry?" -msgstr "Wollen Sie diesen Phase 2 Eintrag wirklich löschen?" - -msgid "Do you really want to delete the selected phase2 entries?" -msgstr "Wollen Sie die ausgewählten Phase 2 Einträge wirklich löschen?" - -# File: src/www/vpn_ipsec.php, line: 300 -msgid "The IPsec tunnel configuration has been changed." -msgstr "Die IPsec-Tunnel Konfiguration wurde geändert." - -msgid "IKE" -msgstr "IKE" - -msgid "Remote Gateway" -msgstr "Ferner Gateway" - -msgid "P1 Protocol" -msgstr "Phase 1 Protokoll" - -msgid "P1 Transforms" -msgstr "" - -msgid "P1 Description" -msgstr "Phase 1 Beschreibung" - -# File: src/www/vpn_ipsec.php, line: 333 -msgid "disable phase 1 entry" -msgstr "Phase 1 Eintrag deaktivieren" - -# File: src/www/vpn_ipsec.php, line: 333 -msgid "enable phase 1 entry" -msgstr "Phase 1 Eintrag aktivieren" - -msgid "auto" -msgstr "automatisch" - -msgid "move selected entries before this" -msgstr "bewege ausgewählte Einträge vor dieses" - -msgid "edit phase1 entry" -msgstr "Phase 1 Eintrag bearbeiten" - -msgid "delete phase1 entry" -msgstr "Lösche Phase 1 Eintrag" - -# File: src/www/vpn_ipsec.php, line: 413 -msgid "clone phase1 entry" -msgstr "Phase 1 Eintrag klonen" - -msgid "Show %s Phase-2 entries" -msgstr "Zeige %s Phase-2 Einträge" - -msgid "Local Subnet" -msgstr "Lokales Subnetz" - -msgid "Remote Subnet" -msgstr "Fernes Subnetz" - -msgid "P2 Protocol" -msgstr "Phase 2 Protokoll" - -msgid "P2 Transforms" -msgstr "" - -msgid "P2 Auth Methods" -msgstr "Phase 2 Authentifizierungsmethode" - -# File: src/www/vpn_ipsec.php, line: 463 -msgid "disable phase 2 entry" -msgstr "Phase 2 Eintrag deaktivieren" - -# File: src/www/vpn_ipsec.php, line: 463 -msgid "enable phase 2 entry" -msgstr "Phase 2 Eintrag aktivieren" - -# File: src/www/vpn_ipsec.php, line: 519 -msgid "edit phase 2 entry" -msgstr "Phase 2 Eintrag bearbeiten" - -# File: src/www/vpn_ipsec.php, line: 524 -msgid "delete phase 2 entry" -msgstr "Phase 2 Eintrag löschen" - -# File: src/www/vpn_ipsec.php, line: 530 -msgid "clone phase 2 entry" -msgstr "Phase 2 Eintrag klonen" - -# File: src/www/vpn_ipsec.php, line: 546 -msgid "move selected phase 2 entries to end" -msgstr "ausgewählte Phase 2 Einträge ans Ende verschieben" - -# File: src/www/vpn_ipsec.php, line: 550 -msgid "delete selected phase 2 entries" -msgstr "ausgewählte Phase 2 Einträge löschen" - -# File: src/www/vpn_ipsec.php, line: 557 -msgid "add phase 2 entry" -msgstr "Phase 2 Eintrag hinzufügen" - -# File: src/www/vpn_ipsec.php, line: 577 -msgid "move selected phase 1 entries to end" -msgstr "ausgewählte Phase 1 Einträge ans Ende verschieben" - -# File: src/www/vpn_ipsec.php, line: 584 -msgid "delete selected phase 1 entries" -msgstr "ausgewählte Phase 1 Einträge löschen" - -# File: src/www/vpn_ipsec.php, line: 589 -msgid "add new phase 1 entry" -msgstr "neuen Phase 1 Eintrag hinzufügen" - -msgid "Enable IPsec" -msgstr "IPsec aktivieren" - -msgid "Deleted IPsec Pre-Shared Key" -msgstr "IPsec Pre-Shared Schlüssel gelöscht" - -msgid "Do you really want to delete this Pre-Shared Key?" -msgstr "Wollen Sie diesen gemeinsamen Schlüssel wirklich löschen?" - -msgid "The IPsec tunnel configuration has been changed" -msgstr "Die IPsec-Tunnel Konfiguration wurde geändert" - -msgid "Identifier" -msgstr "Kennung" - -msgid "ANY USER" -msgstr "JEDER Benutzer" - -msgid "edit" -msgstr "bearbeiten" - -msgid "edit key" -msgstr "Schlüssel bearbeiten" - -msgid "delete key" -msgstr "Key löschen" - -msgid "PSK for any user can be set by using an identifier of any/ANY" -msgstr "" - -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." - -msgid "The identifier contains invalid characters." -msgstr "Die Kennung enthält ungültig Zeichen." - -msgid "Another entry with the same identifier already exists." -msgstr "Ein anderer Eintrag mit dem selben Identifizierer existiert bereits." - -msgid "Edited" -msgstr "Bearbeitet" - -msgid "Added" -msgstr "Hinzugefügt" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 146 -msgid "" -"This can be either an IP address, fully qualified domain name or an e-mail " -"address." -msgstr "" - -msgid "Group Authentication Source" -msgstr "" - -msgid "User Authentication Source" -msgstr "Benutzerauthentifizierungsquelle" - -msgid "" -"A valid IP address for 'Virtual Address Pool Network' must be specified." -msgstr "" - -msgid "A valid value for 'DNS Default Domain' must be specified." -msgstr "Ein gültiger Wert muss für 'DNS Standarddomain' angegeben werden." - -msgid "A valid split DNS domain list must be specified." -msgstr "Eine gültige Split-DNS Domain muss angegeben werden." - -msgid "A valid IP address for 'DNS Server #1' must be specified." -msgstr "Es muss eine gültige IP-Adresse für 'DNS-Server #1' eingegeben werden." - -msgid "A valid IP address for 'DNS Server #2' must be specified." -msgstr "Es muss eine gültige IP-Adresse für 'DNS-Server #2' eingegeben werden." - -msgid "A valid IP address for 'DNS Server #3' must be specified." -msgstr "Es muss eine gültige IP-Adresse für 'DNS-Server #3' eingegeben werden." - -msgid "A valid IP address for 'DNS Server #4' must be specified." -msgstr "Es muss eine gültige IP-Adresse für 'DNS-Server #4' eingegeben werden." - -msgid "A valid IP address for 'WINS Server #1' must be specified." -msgstr "Ein gültige IP-Adresse für 'WINS-Server #1' muss angegeben werden." - -msgid "A valid IP address for 'WINS Server #2' must be specified." -msgstr "Ein gültige IP-Adresse für 'WINS-Server #2' muss angegeben werden." - -msgid "Create Phase1" -msgstr "Erstelle Phase 1" - -msgid "Please click Create to define one." -msgstr "Bitte klicke ERSTELLEN um eins zu definieren." - -msgid "" -"Support for IPsec Mobile clients is enabled but a Phase1 definition was not " -"found" -msgstr "" - -msgid "IKE Extensions" -msgstr "IKE Erweiterungen" - -msgid "Enable IPsec Mobile Client Support" -msgstr "IPsec Unterstützung für mobile Clients aktivieren" - -msgid "Extended Authentication (Xauth)" -msgstr "Erweiterte Authentifikation (Xauth)" - -msgid "User Authentication" -msgstr "Benutzer Authentifikation" - -msgid "Group Authentication" -msgstr "Gruppenauthentifizierung" - -msgid "system" -msgstr "System" - -msgid "Client Configuration (mode-cfg)" -msgstr "Client-Konfiguration (mode-cfg)" - -msgid "Virtual Address Pool" -msgstr "Virtueller Adresspool" - -msgid "Provide a virtual IP address to clients" -msgstr "" - -msgid "Network List" -msgstr "Netzwerk Liste" - -msgid "Provide a list of accessible networks to clients" -msgstr "" - -msgid "Save Xauth Password" -msgstr "Speichere Xauth-Passwort" - -msgid "Allow clients to save Xauth passwords (Cisco VPN client only)." -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." -msgstr "" - -msgid "DNS Default Domain" -msgstr "DNS Standard Domain" - -msgid "Provide a default domain name to clients" -msgstr "" - -msgid "Split DNS" -msgstr "Split DNS" - -msgid "" -"Provide a list of split DNS domain names to clients. Enter a comma separated " -"list." -msgstr "" - -msgid "" -"NOTE: If left blank, and a default domain is set, it will be used for this " -"value." -msgstr "" - -msgid "DNS Servers" -msgstr "DNS Server" - -msgid "Provide a DNS server list to clients" -msgstr "" - -msgid "WINS Servers" -msgstr "WINS-Server" - -msgid "Provide a WINS server list to clients" -msgstr "" - -msgid "Phase2 PFS Group" -msgstr "Phase2-PFS-Gruppe" - -msgid "" -"Provide the Phase2 PFS group to clients ( overrides all mobile phase2 " -"settings )" -msgstr "" - -msgid "Login Banner" -msgstr "Login Banner" - -msgid "Provide a login banner to clients" -msgstr "" - -msgid "EAP-TLS can only be used with IKEv2 type VPNs." -msgstr "EAP-TLS kann nur mit IKEv2 VPNs verwendet werden." - -msgid "Remote gateway" -msgstr "Ferner Gateway" - -msgid "The P1 lifetime must be an integer." -msgstr "Die P1 Lebensdauer muss eine Zahl sein." - -msgid "A valid remote gateway address or host name must be specified." -msgstr "" -"Eine gültige entfernte Gateway-Adresse oder Hostname muss angegeben werden." - -msgid "" -"A valid remote gateway IPv4 address must be specified or you need to change " -"protocol to IPv6" -msgstr "" -"Eine gültige entfernte Gateway IPv4-Adresse muss angegeben werden oder Sie " -"müssen das Protokoll zu IPv6 ändern" - -msgid "" -"A valid remote gateway IPv6 address must be specified or you need to change " -"protocol to IPv4" -msgstr "" -"Eine gültige entfernte Gateway IPv6-Adresse muss angegeben werden oder Sie " -"müssen das Protokoll zu IPv4 ändern" - -# File: src/www/vpn_ipsec_phase1.php, line: 233 -msgid "The remote gateway \"%s\" is already used by phase1 \"%s\"." -msgstr "" -"Das entfernte Gateway \"%s\" ist bereits in Benutzung von Phase1 \"%s\"." - -msgid "There is a Phase 2 using IPv6, you cannot use IPv4." -msgstr "" - -msgid "There is a Phase 2 using IPv4, you cannot use IPv6." -msgstr "" -"Es gibt eine Phase 2, die IPv4 verwendet. Sie können IPv6 nicht verwenden." - -msgid "Please enter an address for 'My Identifier'" -msgstr "Bitte gebe eine Adresse für 'Meine Kennung' ein" - -msgid "Please enter a keyid tag for 'My Identifier'" -msgstr "" - -msgid "Please enter a fully qualified domain name for 'My Identifier'" -msgstr "" - -msgid "Please enter a user and fully qualified domain name for 'My Identifier'" -msgstr "" - -msgid "Please enter a dynamic domain name for 'My Identifier'" -msgstr "Bitte gebe ein dynamischen Domainname für 'Meine Kennung' ein" - -msgid "A valid IP address for 'My identifier' must be specified." -msgstr "Ein gültige IP-Adresse für 'Meine Kennung' muss eingegeben werden." - -msgid "A valid domain name for 'My identifier' must be specified." -msgstr "" - -msgid "A valid FQDN for 'My identifier' must be specified." -msgstr "" - -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'My identifier' must " -"be specified." -msgstr "" - -msgid "A valid Dynamic DNS address for 'My identifier' must be specified." -msgstr "" - -msgid "Please enter an address for 'Peer Identifier'" -msgstr "Geben Sie eine Adresse für 'Peer Bezeichnung' ein" - -msgid "Please enter a keyid tag for 'Peer Identifier'" -msgstr "" - -msgid "Please enter a fully qualified domain name for 'Peer Identifier'" -msgstr "" - -msgid "" -"Please enter a user and fully qualified domain name for 'Peer Identifier'" -msgstr "" -"Bitte geben Sie einen Benutzer und einen vollqualifizierten Domainnamen als " -"'Peer-Identifizierer' ein." - -msgid "A valid IP address for 'Peer identifier' must be specified." -msgstr "" -"Eine gültige IP-Adresse muss für den 'Peer-Identifizierer' angegeben werden." - -msgid "A valid domain name for 'Peer identifier' must be specified." -msgstr "" - -msgid "A valid FQDN for 'Peer identifier' must be specified." -msgstr "" - -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'Peer identifier' " -"must be specified." -msgstr "" -"Ein gültiger Benutzer-FQDN in der Form benutzer@meine.domain.com muss für " -"den 'Peer-Identifizierer' angegeben werden." - -msgid "A numeric value must be specified for DPD delay." -msgstr "Ein numerischer Wert muss für den DPD Delay angegeben werden." - -msgid "A numeric value must be specified for DPD retries." -msgstr "Ein numerischer Wert muss für DPD Wiederholungen angegeben werden." - -# File: src/www/vpn_ipsec_phase1.php, line: 345 -msgid "Invalid argument for key exchange protocol version." -msgstr "" - -msgid "General information" -msgstr "Allgemeine Information" - -msgid "Disable this phase1 entry" -msgstr "Deaktiviere diesen Phase 1 Eintrag" - -# File: src/www/vpn_ipsec_phase1.php, line: 600 -msgid "" -"Set this option to disable this phase1 without removing it from the list." -msgstr "" -"Setzen Sie diese Einstellung, um diese Phase1 zu deaktivieren, ohne diese " -"von der Liste zu entfernen." - -# File: src/www/vpn_ipsec_phase1.php, line: 606 -msgid "Connection method" -msgstr "Anschlussart" - -# File: src/www/vpn_ipsec_phase1.php, line: 611 -msgid "Respond only" -msgstr "Nur antworten" - -# File: src/www/vpn_ipsec_phase1.php, line: 612 -msgid "Start on traffic" -msgstr "Starte bei Datenverkehr" - -# File: src/www/vpn_ipsec_phase1.php, line: 613 -msgid "Start immediate" -msgstr "Sofort starten" - -# File: src/www/vpn_ipsec_phase1.php, line: 616 -msgid "" -"Choose the connect behaviour here, when using CARP you might want to " -"consider the Repond only option here (wait for the other side to connect)." -msgstr "" - -msgid "Key Exchange version" -msgstr "Schlüsselaustauschversion" - -msgid "" -"Select the KeyExchange Protocol version to be used. Usually known as IKEv1 " -"or IKEv2." -msgstr "" - -msgid "Internet Protocol" -msgstr "Internet Protokoll" - -# File: src/www/vpn_ipsec_phase1.php, line: 655 -msgid "Select the Internet Protocol family from this dropdown." -msgstr "Wählen Sie die Internetprotokollfamilie aus diesem Dropdown." - -# File: src/www/vpn_ipsec_phase1.php, line: 695 -msgid "Select the interface for the local endpoint of this phase1 entry." -msgstr "" - -msgid "Enter the public IP address or host name of the remote gateway" -msgstr "" -"Geben Sie die öffentliche IP-Adresse oder den Hostnamen des entfernten " -"Gateway ein." - -msgid "Phase 1 proposal (Authentication)" -msgstr "" - -msgid "Authentication method" -msgstr "Authentifizierungsmethode" - -# File: src/www/vpn_ipsec_phase1.php, line: 753 -# File: src/www/vpn_ipsec_phase1.php, line: 932 -# File: src/www/vpn_ipsec_phase1.php, line: 963 -msgid "Must match the setting chosen on the remote side." -msgstr "" - -msgid "Negotiation mode" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 772 -msgid "Aggressive is more flexible, but less secure." -msgstr "Aggressiv ist mehr flexibler, aber nicht so sicher." - -msgid "My identifier" -msgstr "Meine Kennung" - -msgid "My IP address" -msgstr "Meine IP-Adresse" - -msgid "ASN.1 distinguished Name" -msgstr "" - -msgid "KeyID tag" -msgstr "KeyID Tag" - -msgid "Peer identifier" -msgstr "Peer-Identifizierer" - -msgid "Peer IP address" -msgstr "Peer IP-Adresse" - -# File: src/www/vpn_ipsec_phase1.php, line: 830 -msgid "" -"NOTE: This is known as the \"group\" setting on some VPN client " -"implementations." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 841 -msgid "Input your Pre-Shared Key string." -msgstr "" - -msgid "My Certificate" -msgstr "Mein Zertifikat" - -# File: src/www/vpn_ipsec_phase1.php, line: 861 -msgid "Select a certificate previously configured in the Certificate Manager." -msgstr "" - -msgid "My Certificate Authority" -msgstr "Meine Zertifizierungsstelle" - -# File: src/www/vpn_ipsec_phase1.php, line: 884 -msgid "" -"Select a certificate authority previously configured in the Certificate " -"Manager." -msgstr "" - -msgid "Phase 1 proposal (Algorithms)" -msgstr "" - -msgid "Encryption algorithm" -msgstr "Verschlüsselungsalgorithmus" - -msgid "Hash algorithm" -msgstr "Hashalgorithmus" - -msgid "DH key group" -msgstr "DH Schlüsselgruppe" - -msgid "Disable Rekey" -msgstr "ReKey deaktivieren" - -msgid "Whether a connection should be renegotiated when it is about to expire." -msgstr "" - -msgid "Disable Reauth" -msgstr "Reauth deaktivieren" - -msgid "" -"Whether rekeying of an IKE_SA should also reauthenticate the peer. In IKEv1, " -"reauthentication is always done." -msgstr "" - -msgid "NAT Traversal" -msgstr "NAT Traversal" - -msgid "Force" -msgstr "Erzwingen" - -# File: src/www/vpn_ipsec_phase1.php, line: 1012 -msgid "" -"Set this option to enable the use of NAT-T (i.e. the encapsulation of ESP in " -"UDP packets) if needed, which can help with clients that are behind " -"restrictive firewalls." -msgstr "" - -msgid "Dead Peer Detection" -msgstr "Dead Peer Detection" - -msgid "Enable DPD" -msgstr "DPD aktivieren" - -# File: src/www/vpn_ipsec_phase1.php, line: 1029 -msgid "Delay between requesting peer acknowledgement." -msgstr "" - -msgid "retries" -msgstr "Wiederholungen" - -# File: src/www/vpn_ipsec_phase1.php, line: 1035 -msgid "Number of consecutive failures allowed before disconnect." -msgstr "" - -msgid "A valid ikeid must be specified." -msgstr "Eine gültige IKE ID muss angegeben werden." - -msgid "Local network type" -msgstr "Lokaler Netzwerk-Typ" - -msgid "Unique Identifier" -msgstr "Eindeutige Beizeichnung" - -msgid "Remote network type" -msgstr "Entfernter Netzwerktyp" - -msgid "A valid local network bit count must be specified." -msgstr "Eine gültige lokale Netzwerkbitzahl muss angegeben werden." - -msgid "A valid local network IP address must be specified." -msgstr "Eine gültige lokale IP-Adresse muss angegeben werden." - -msgid "" -"A valid local network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "" -"Eine valide IPv4 Adresse muss angegeben werden oder Sie ändern den Modus auf " -"IPv6" - -msgid "" -"A valid local network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "" -"Eine valide lokale IPv6 Adresse muss angegeben werden oder Sie ändern den " -"Modus auf IPv4" - -msgid "Invalid Local Network." -msgstr "Ungültiges lokales Netzwerk." - -msgid "has no subnet." -msgstr "hat kein Subnetz." - -msgid "A valid NAT local network bit count must be specified." -msgstr "" - -msgid "" -"You cannot configure a network type address for NAT while only an address " -"type is selected for local source." -msgstr "" - -msgid "A valid NAT local network IP address must be specified." -msgstr "Eine gültige lokale NAT-Netzwerk-IP-Adresse muss angegeben werden." - -msgid "" -"A valid NAT local network IPv4 address must be specified or you need to " -"change Mode to IPv6" -msgstr "" - -msgid "" -"A valid NAT local network IPv6 address must be specified or you need to " -"change Mode to IPv4" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 299 -msgid "" -"BINAT requires that the netmask of the local network matches the one of the " -"NAT/BINAT network." -msgstr "" - -msgid "A valid remote network bit count must be specified." -msgstr "" - -msgid "A valid remote network IP address must be specified." -msgstr "" - -msgid "" -"A valid remote network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "" -"Ein gültige ferne IPv4-Netzwerkadresse muss angegeben werden oder Sie müssen " -"den Modus auf IPv6 ändern" - -msgid "" -"A valid remote network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "" - -msgid "Phase2 with this Local Network is already defined for mobile clients." -msgstr "" - -msgid "" -"Phase2 with this Local/Remote networks combination is already defined for " -"this Phase1." -msgstr "" - -msgid "At least one encryption algorithm must be selected." -msgstr "Mindestens ein Verschlüsselungsalgorithmus muss ausgewählt werden." - -msgid "At least one hashing algorithm needs to be selected." -msgstr "Mindestens ein Hashalgorithmus muss ausgewählt werden." - -msgid "The P2 lifetime must be an integer." -msgstr "Die P2 Lebensdauer muss eine Zahl sein." - -msgid "Disable this phase2 entry" -msgstr "Deaktiviere diesen Phase 2 Eintrag" - -msgid "" -"Set this option to disable this phase2 entry without removing it from the " -"list" -msgstr "" -"Setze diese Einstellung um den Phase2 Eintrag zu deaktivieren ohne diesen " -"von der Liste zu entfernen" - -msgid "Local Network" -msgstr "Lokales Netzwerk" - -msgid "%s subnet" -msgstr "%s Subnetz" - -# File: src/www/vpn_ipsec_phase2.php, line: 725 -msgid "NAT/BINAT" -msgstr "NAT/BINAT" - -# File: src/www/vpn_ipsec_phase2.php, line: 746 -msgid "NAT Type" -msgstr "NAT-Typ" - -# File: src/www/vpn_ipsec_phase2.php, line: 756 -msgid "BINAT" -msgstr "BINAT" - -# File: src/www/vpn_ipsec_phase2.php, line: 760 -msgid "" -"Enforce the type of NAT by choosing either NAT or BINAT. Leave it to Auto to " -"let OPNsense automatically choose the best NAT option." -msgstr "" - -msgid "" -"In case you need NAT/BINAT on this network specify the address to be " -"translated" -msgstr "" - -msgid "Remote Network" -msgstr "Entferntes Netzwerk" - -msgid "Phase 2 proposal (SA/Key Exchange)" -msgstr "" - -msgid "ESP is encryption, AH is authentication only" -msgstr "ESP ist Verschlüsselung, AH ist nur Authentifizierung" - -msgid "Encryption algorithms" -msgstr "Verschlüsselungsalgorithmen" - -msgid "" -"Hint: use 3DES for best compatibility or if you have a hardware crypto " -"accelerator card. Blowfish is usually the fastest in software encryption" -msgstr "" - -msgid "Hash algorithms" -msgstr "Hashalgorithmen" - -msgid "PFS key group" -msgstr "PFS Schlüsselgruppe" - -msgid "Set globally in mobile client options" -msgstr "" - -msgid "Automatically ping host" -msgstr "Automatisch Host pingen" - -msgid "IPSec Advanced Settings" -msgstr "Erweiterte IPSec Einstellungen" - -# File: src/www/vpn_ipsec_settings.php, line: 162 -msgid "LAN security associations" -msgstr "" - -msgid "Do not install LAN SPD" -msgstr "Installieren sie nicht LAN SPD" - -msgid "" -"By default, if IPSec is enabled negating SPD are inserted to provide " -"protection. This behaviour can be changed by enabling this setting which " -"will prevent installing these SPDs." -msgstr "" - -msgid "Security Associations" -msgstr "" - -msgid "Prefer older IPsec SAs" -msgstr "Bevorzuge alte IPsec SAs" - -msgid "" -"By default, if several SAs match, the newest one is preferred if it's at " -"least 30 seconds old. Select this option to always prefer old SAs over new " -"ones." -msgstr "" - -msgid "IPsec Debug" -msgstr "IPsec Debug" - -msgid "Start IPSec in debug mode based on sections selected" -msgstr "" - -msgid "" -"Launches IPSec in debug mode so that more verbose logs will be generated to " -"aid in troubleshooting." -msgstr "" - -msgid "IPsec Reload on Failover" -msgstr "" - -msgid "Force IPsec Reload on Failover" -msgstr "" - -msgid "" -"In some circumstances using a gateway group as the interface for an IPsec " -"tunnel does not function properly, and IPsec must be forcefully reloaded " -"when a failover occurs. Because this will disrupt all IPsec tunnels, this " -"behavior is disabled by default. Check this box to force IPsec to fully " -"reload on failover." -msgstr "" - -msgid "Maximum MSS" -msgstr "Maximale MSS" - -msgid "Enable MSS clamping on VPN traffic" -msgstr "Aktiviere MSS Clamping auf dem VPN-Datenverkehr" - -msgid "" -"Enable MSS clamping on TCP flows over VPN. This helps overcome problems with " -"PMTUD on IPsec VPN links. If left blank, the default value is 1400 bytes. " -msgstr "" - -msgid "Remote start address" -msgstr "Entfernte Startadresse" - -msgid "Server address" -msgstr "Server Adresse" - -msgid "RADIUS server address" -msgstr "RADIUS-Server Adresse" - -msgid "RADIUS shared secret" -msgstr "" - -msgid "A valid server address must be specified." -msgstr "Eine gültige Server-Adresse muss angegeben werden." - -msgid "" -"'Server address' parameter should NOT be set to any IP address currently in " -"use on this firewall." -msgstr "" -"Serveradressparameter sollte nicht auf eine IP-Adresse gesetzt werden, die " -"gerade von der Firewall verwendet wird." - -msgid "A valid remote start address must be specified." -msgstr "Ein gültige entfernete Start-Adresse muss angegeben werden." - -msgid "A valid RADIUS server address must be specified." -msgstr "Eine gültige RADIUS-Serveradresse muss spezifiziert werden." - -msgid "The specified server address lies in the remote subnet." -msgstr "Die angegebene Server-Adresse liegt im entfernten Subnetz." - -msgid "The specified server address is equal to the LAN interface address." -msgstr "" -"Die angegebene Server-Adresse ist identisch mit der LAN-Interface Adresse." - -msgid "Enable L2TP server" -msgstr "Aktiviere L2TP Server" - -msgid "Server Address" -msgstr "Server Adresse" - -# File: src/www/vpn_l2tp.php, line: 328 -msgid "" -"Enter the IP address the L2TP server should give to clients for use as their " -"\"gateway\"." -msgstr "" - -msgid "Typically this is set to an unused IP just outside of the client range" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 333 -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall." -msgstr "" - -msgid "Remote Address Range" -msgstr "Entferneter Adressbereich" - -msgid "Specify the starting address for the client IP address subnet." -msgstr "" - -msgid "is" -msgstr "ist" - -msgid "Number of L2TP users" -msgstr "Anzahl an L2TP Benutzer" - -# File: src/www/vpn_l2tp.php, line: 377 -msgid "10 is ten L2TP clients" -msgstr "10 sind zehn L2TP-Clients" - -msgid "Secret" -msgstr "Geheimnis" - -msgid "" -"Specify optional secret shared between peers. Required on some " -"devices/setups." -msgstr "" - -msgid "Authentication Type" -msgstr "Authentifizierungstyp" - -msgid "CHAP" -msgstr "CHAP" - -msgid "PAP" -msgstr "PAP" - -msgid "Specifies which protocol to use for authentication." -msgstr "" -"Gebe an welches Protokoll für die Authentifizierung verwendet werden soll." - -msgid "L2TP DNS Servers" -msgstr "L2TP-DNS-Server" - -msgid "primary and secondary DNS servers assigned to L2TP clients" -msgstr "" - -msgid "WINS Server" -msgstr "WINS-Server" - -msgid "RADIUS" -msgstr "RADIUS" - -msgid "Use a RADIUS server for authentication" -msgstr "Benutze einen RADIUS-Server für die Authentifizierung" - -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used." -msgstr "" -"Wenn gesetzt, werden sich alle Benutzer bei dem unten angebenden RADIUS-" -"Server authentifizieren. Die lokale Benutzerdatenbank wird nicht verwendet." - -msgid "Enable RADIUS accounting" -msgstr "Aktiviere RADIUS-Verrechnung" - -msgid "Sends accounting packets to the RADIUS server." -msgstr "Sendet Verrechnungspakete an den RADIUS-Server." - -msgid "RADIUS Server" -msgstr "RADIUS Server" - -msgid "Enter the IP address of the RADIUS server." -msgstr "Geben Sie die IP-Adresse des RADIUS Servers ein." - -msgid "RADIUS Shared Secret" -msgstr "" - -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server." -msgstr "" - -msgid "RADIUS Issued IP's" -msgstr "" - -msgid "Issue IP Addresses via RADIUS server." -msgstr "" - -msgid "" -"Don't forget to add a firewall rule to permit traffic from L2TP clients!" -msgstr "" -"Vergessen Sie nicht, eine Firewallregel hinzuzufügen um Datenverkehr von " -"L2TP Clients zu erlauben!" - -msgid "Warning: RADIUS is enabled. The local user database will not be used." -msgstr "" -"Warnung: RADIUS ist aktiviert. Die lokale Benutzerdatenbank wird nicht " -"verwendet." - -msgid "The l2tp user list has been modified" -msgstr "Die L2TP-Benutzerliste wurde geändert" - -msgid "Warning: this will terminate all current l2tp sessions!" -msgstr "Warnung: dies trennt alle laufenden L2TP-Sitzungen!" - -msgid "You must apply the changes in order for them to take effect" -msgstr "Sie müssen den Änderungen zustimmen um sie wirksam zu machen." - -msgid "The password contains invalid characters." -msgstr "Das Passwort enthält ungültige Zeichen." - -msgid "The IP address entered is not valid." -msgstr "Die eingegebene IP-Adresse ist nicht gültig." - -msgid "confirmation" -msgstr "Bestätigung" - -msgid "If you want to change the users password, enter it here twice." -msgstr "" -"Falls Sie das Benutzerpasswort ändern möchten, geben Sie es hier zweimal ein." - -msgid "" -"If you want the user to be assigned a specific IP address, enter it here." -msgstr "Hier können Sie dem Benutzer eine bestimmte IP-Adresse zuweisen." - -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv6 " -"protocol and an IPv4 IP address." -msgstr "" - -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv4 " -"protocol and an IPv6 IP address." -msgstr "" - -msgid "" -"An IPv4 protocol was selected, but the selected interface has no IPv4 " -"address." -msgstr "" -"Ein IPv4 Protokoll wurde ausgewählt obwohl die ausgewählte Schnittstelle " -"keine IPv4 Adresse hat." - -msgid "" -"An IPv6 protocol was selected, but the selected interface has no IPv6 " -"address." -msgstr "" -"Ein IPv6 Protokoll wurde ausgewählt obwohl die ausgewählte Schnittstelle " -"keine IPv6 Adresse hat." - -# File: src/www/vpn_openvpn_client.php, line: 178 -msgid "" -"The field Local port must contain a valid port, ranging from 0 to 65535." -msgstr "" -"Das Feld Lokaler-Port muss einen gültigen Port zwischen 0 bis 65535 " -"enthalten." - -msgid "The specified 'Local port' is in use. Please select another value" -msgstr "" -"Der angegebene 'lokale Port' ist in Benutzung. Bitte wähle einen anderen " -"Wert." - -# File: src/www/vpn_openvpn_client.php, line: 186 -# File: src/www/vpn_openvpn_client.php.orig, line: 186 -msgid "" -"The field Server host or address must contain a valid IP address or domain " -"name." -msgstr "" -"Das Feld Server Host oder Adresse muss eine gültige IP-Adresse oder den " -"Domänennamen enthalten." - -# File: src/www/vpn_openvpn_client.php, line: 190 -msgid "" -"The field Server port must contain a valid port, ranging from 0 to 65535." -msgstr "" -"Das Feld Server-Port muss einen gültigen Port zwischen 0 bis 65535 enthalten." - -# File: src/www/vpn_openvpn_client.php, line: 195 -# File: src/www/vpn_openvpn_client.php.orig, line: 195 -msgid "" -"The field Proxy host or address must contain a valid IP address or domain " -"name." -msgstr "" -"Das Feld Proxy Host oder Adresse muss eine gültige IP-Adresse oder den " -"Domänennamen enthalten." - -# File: src/www/vpn_openvpn_client.php, line: 198 -msgid "" -"The field Proxy port must contain a valid port, ranging from 0 to 65535." -msgstr "" -"Das Feld Proxy-Port muss einen gültigen Port zwischen 0 bis 65535 enthalten." - -msgid "User name and password are required for proxy with authentication." -msgstr "" -"Benutzername und Passwort sind für Proxy mit Authentifizierung erforderlich." - -msgid "The bandwidth limit must be a positive numeric value." -msgstr "Die Bandbreitenbeschränkung muss ein positiver numerischer Wert sein." - -msgid "The field 'Shared Key' does not appear to be valid" -msgstr "Der Wert im Feld 'Gemeinsamer Schlüssel' scheint ungültig zu sein" - -msgid "The field 'TLS Authentication Key' does not appear to be valid" -msgstr "" -"Der Wert im Feld 'TLS Authentifizierungsschlüssel' scheint ungültig zu sein" - -msgid "Shared key" -msgstr "Gemeinsamer Schlüssel" - -msgid "" -"If no Client Certificate is selected, a username and password must be " -"entered." -msgstr "" -"Falls kein Zertifikat ausgewählt wird, muss ein Benutzername und Passwort " -"eingegeben werden." - -msgid "add client" -msgstr "Client hinzufügen" - -msgid "" -"Set this option to disable this client without removing it from the list" -msgstr "" -"Setzen Sie diese Option um diesen Client zu deaktivieren ohne ihn aus der " -"Liste zu entfernen" - -msgid "Server Mode" -msgstr "Servermodus" - -msgid "Peer to Peer ( SSL/TLS )" -msgstr "Peer-to-Peer ( SSL/TLS )" - -msgid "Peer to Peer ( Shared Key )" -msgstr "Peer-to-Peer ( gemeinsamer Schlüssel )" - -msgid "Device mode" -msgstr "Gerätemodus" - -msgid "Local port" -msgstr "Lokaler Port" - -msgid "" -"Set this option if you would like to bind to a specific port. Leave this " -"blank or enter 0 for a random dynamic port." -msgstr "" -"Setzen Sie diese Option, falls Sie an einen spezifischen Port binden " -"möchten. Lassen Sie es leer oder geben Sie eine 0 ein, um einen zufälligen " -"dynamischen Port zu verwenden." - -msgid "Server host or address" -msgstr "Server Host oder Adresse" - -msgid "Server port" -msgstr "Serverport" - -msgid "Proxy host or address" -msgstr "Proxy Host oder Adresse" - -msgid "Proxy port" -msgstr "Proxy port" - -msgid "Proxy authentication extra options" -msgstr "Extraoptionen der Proxyauthentifizierung" - -msgid "basic" -msgstr "basis" - -msgid "ntlm" -msgstr "NTLM" - -msgid "Server host name resolution" -msgstr "Serverhostnamensauflösung" - -msgid "Infinitely resolve server" -msgstr "" - -msgid "" -"Continuously attempt to resolve the server host name. Useful when " -"communicating with a server that is not permanently connected to the Internet" -msgstr "" - -msgid "User Authentication Settings" -msgstr "Einstellung für Benutzerauthentifizierung" - -msgid "User name/pass" -msgstr "Benutzername/Passwort" - -msgid "Leave empty when no user name and password are needed." -msgstr "Freilassen wenn kein Benutzername und Passwort benötigt wird." - -msgid "Cryptographic Settings" -msgstr "Kryptografische Einstellungen" - -msgid "TLS Authentication" -msgstr "TLS Authentifikation" - -msgid "Enable authentication of TLS packets" -msgstr "Authentifizierung von TLS Paketen aktivieren" - -msgid "Automatically generate a shared TLS authentication key" -msgstr "Automatisch gemeinsamen Authentifizierungsschlüssel generieren" - -msgid "Paste your shared key here" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 752 -# File: src/www/vpn_openvpn_client.php.orig, line: 752 -msgid "(Username and Password required)" -msgstr "(Benutzername und Passwort erforderlich)" - -msgid "No Certificates defined." -msgstr "Keine Zertifikate definiert." - -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -msgid "if one is required for this connection." -msgstr "wenn eins für diese Verbindung benötigt wird." - -msgid "Shared Key" -msgstr "Gemeinsamer Schlüssel" - -msgid "Automatically generate a shared key" -msgstr "Automatisch einen gemeinsamen Schlüssel generieren" - -msgid "Auth Digest Algorithm" -msgstr "Authentifizierungs-Digestalgorithmus" - -msgid "" -"NOTE: Leave this set to SHA1 unless the server is set to match. SHA1 is the " -"default for OpenVPN." -msgstr "" - -msgid "Hardware Crypto" -msgstr "Hardwarekryptografie" - -msgid "IPv4 Tunnel Network" -msgstr "IPv4 Tunnelnetzwerk" - -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 assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" - -msgid "IPv6 Tunnel Network" -msgstr "IPv6 Tunnelnetzwerk" - -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 is assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" - -msgid "IPv4 Remote Network/s" -msgstr "Ferne IPv4 Netzwerke" - -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" - -msgid "IPv6 Remote Network/s" -msgstr "Ferne IPv6 Netzwerke" - -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" - -msgid "Limit outgoing bandwidth" -msgstr "Bandbreitenbeschränkung ausgehend" - -msgid "" -"Maximum outgoing bandwidth for this tunnel. Leave empty for no limit. The " -"input value has to be something between 100 bytes/sec and 100 Mbytes/sec (" -"entered as bytes per second)" -msgstr "" - -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently." -msgstr "" - -msgid "Type-of-Service" -msgstr "Typ des Dienstes" - -msgid "" -"Set the TOS IP header value of tunnel packets to match the encapsulated " -"packet value" -msgstr "" - -msgid "Disable IPv6" -msgstr "IPv6 deaktivieren" - -msgid "Don't forward IPv6 traffic" -msgstr "IPv6 Verkehr nicht weiterleiten" - -msgid "Don't pull routes" -msgstr "Keine Routen beziehen" - -# File: src/www/vpn_openvpn_client.php, line: 967 -msgid "" -"Don't add or remove routes automatically. Instead pass routes to %s--route-" -"up%s script using environmental variables" -msgstr "" - -msgid "Don't add/remove routes" -msgstr "Routen nicht hinzufügen oder entfernen" - -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 properties of the client's TUN/TAP interface" -msgstr "" - -msgid "Advanced configuration" -msgstr "Erweiterte Konfiguration" - -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"configuration here, separated by a semicolon" -msgstr "" - -msgid "EXAMPLE:" -msgstr "BEISPIEL:" - -msgid "Verbosity level" -msgstr "Ausführlichkeitslevel" - -# File: src/www/vpn_openvpn_client.php, line: 1011 -# File: src/www/vpn_openvpn_server.php, line: 1680 -msgid "" -"Each level shows all info from the previous levels. Level 3 is recommended " -"if you want a good summary of what's happening without being swamped by " -"output." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1012 -# File: src/www/vpn_openvpn_server.php, line: 1681 -msgid "%snone%s -- No output except fatal errors." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1013 -# File: src/www/vpn_openvpn_server.php, line: 1682 -msgid "%sdefault%s-%s4%s -- Normal usage range." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1014 -# File: src/www/vpn_openvpn_server.php, line: 1683 -msgid "" -"%s5%s -- Output R and W characters to the console for each packet read and " -"write, uppercase is used for TCP/UDP packets and lowercase is used for TUN/" -"TAP packets." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1015 -# File: src/www/vpn_openvpn_server.php, line: 1684 -msgid "%s6%s-%s11%s -- Debug info range." -msgstr "%s6%s-%s11%s -- Debug Informationsbereich" - -msgid "delete client" -msgstr "Client löschen" - -msgid "The field 'NTP Server #3' must contain a valid IP address" -msgstr "Das Feld 'NTP-Server #3' muss eine gültige IP-Adresse enthalten " - -msgid "The field 'NTP Server #4' must contain a valid IP address" -msgstr "Das Feld 'NTP-Server #4' muss eine gültige IP-Adresse enthalten " - -msgid "Do you really want to delete this csc?" -msgstr "Wollen Sie dieses csc wirklich löschen?" - -msgid "add csc" -msgstr "CSC hinzufügen" - -msgid "" -"Set this option to disable this client-specific override without removing it " -"from the list" -msgstr "" - -msgid "Common name" -msgstr "Common Name" - -msgid "Enter the client's X.509 common name here" -msgstr "" - -msgid "Connection blocking" -msgstr "Verbindungsblockierung" - -# Formulierung -msgid "Block this client connection based on its common name" -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" -msgstr "" - -msgid "Tunnel Network" -msgstr "Tunnel Netzwerk" - -msgid "IPv4 Local Network/s" -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." -msgstr "" - -msgid "" -"NOTE: You do not need to specify networks here if they have already been " -"defined on the main server configuration." -msgstr "" -"Hinweis: Sie müssen hier keine Netzwerke spezifizieren falls diese schon in " -"der Hauptserverkonfiguration definiert sind" - -msgid "IPv6 Local Network/s" -msgstr "lokale/s IPv6 Netzwerk/e" - -msgid "" -"These are the IPv6 networks that will be accessible from this particular " -"client. Expressed as a comma-separated list of one or more IP/PREFIX " -"networks." -msgstr "" - -msgid "" -"These are the IPv4 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more CIDR ranges. You may leave this blank if " -"there are no client-side networks to be routed" -msgstr "" - -msgid "" -"NOTE: Remember to add these subnets to the IPv4 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 439 -msgid "" -"These are the IPv6 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more IP/PREFIX networks. You may leave this " -"blank if there are no client-side networks to be routed." -msgstr "" - -msgid "" -"NOTE: Remember to add these subnets to the IPv6 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" - -msgid "Redirect Gateway" -msgstr "Weiterleitungs Gateway" - -msgid "Force all client generated traffic through the tunnel" -msgstr "" - -msgid "Server Definitions" -msgstr "Serverdefinitionen" - -# File: src/www/vpn_openvpn_csc.php, line: 470 -msgid "Prevent this client from receiving any server-defined client settings." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 491 -# File: src/www/vpn_openvpn_csc.php, line: 510 -# File: src/www/vpn_openvpn_csc.php, line: 569 -# File: src/www/vpn_openvpn_server.php, line: 1511 -# File: src/www/vpn_openvpn_server.php, line: 1551 -# File: src/www/vpn_openvpn_server.php, line: 1625 -msgid "Server #1:" -msgstr "Server #1:" - -# File: src/www/vpn_openvpn_csc.php, line: 493 -# File: src/www/vpn_openvpn_csc.php, line: 512 -# File: src/www/vpn_openvpn_csc.php, line: 571 -# File: src/www/vpn_openvpn_server.php, line: 1515 -# File: src/www/vpn_openvpn_server.php, line: 1555 -# File: src/www/vpn_openvpn_server.php, line: 1629 -msgid "Server #2:" -msgstr "Server #2:" - -# File: src/www/vpn_openvpn_csc.php, line: 495 -# File: src/www/vpn_openvpn_server.php, line: 1519 -msgid "Server #3:" -msgstr "Server #3:" - -# File: src/www/vpn_openvpn_csc.php, line: 497 -# File: src/www/vpn_openvpn_server.php, line: 1523 -msgid "Server #4:" -msgstr "Server #4:" - -msgid "NTP Servers" -msgstr "NTP Server" - -msgid "Provide a NTP server list to clients" -msgstr "Stelle den Clients eine NTP-Serverliste zur Verfügung" - -msgid "NetBIOS Options" -msgstr "NetBIOS Optionen" - -msgid "Enable NetBIOS over TCP/IP" -msgstr "NetBIOS über TCP/IP aktivieren" - -msgid "" -"If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) " -"will be disabled" -msgstr "" -"Falls diese Einstellung gesetzt ist, werden alle NetBIOS-over-TCP/IP " -"Einstellungen (einschließlich WINS) deaktiviert" - -msgid "Node Type" -msgstr "Knotentyp" - -# File: src/www/vpn_openvpn_csc.php, line: 547 -# File: src/www/vpn_openvpn_server.php, line: 1595 -msgid "" -"Possible options: b-node (broadcasts), p-node (point-to-point name queries " -"to a WINS server), m-node (broadcast then query name server), and h-node (" -"query name server, then broadcast)." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 555 -msgid "" -"A NetBIOS Scope\tID provides an extended naming service for\tNetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" - -msgid "" -"Enter any additional options you would like to add for this client specific " -"override, separated by a semicolon" -msgstr "" - -msgid "EXAMPLE: push \"route 10.0.0.0 255.255.255.0\"" -msgstr "BEISPIEL: push \"route 10.0.0.0 255.255.255.0\"" - -msgid "delete csc" -msgstr "CSC löschen" - -msgid "Additional OpenVPN client specific overrides can be added here." -msgstr "" -"Zusätzliche OpenVPN clientspezifische Änderungen können hier hinzugefügt " -"werden." - -# File: src/www/vpn_openvpn_export.php, line: 139 -# File: src/www/vpn_openvpn_export_shared.php, line: 79 -msgid "You need to specify an IP or hostname." -msgstr "Sie müssen eine IP-Adresse oder den Hostnamen angeben." - -# File: src/www/vpn_openvpn_export.php, line: 149 -msgid "" -"You cannot use Microsoft Certificate Storage with an Inline configuration." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 152 -msgid "" -"You cannot use Microsoft Certificate Storage with a Yealink or SNOM " -"configuration." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 163 -# File: src/www/vpn_openvpn_export_shared.php, line: 88 -msgid "You need to specify an address for the proxy port." -msgstr "Sie müssen eine Adresse für den Proxy-Port angeben." - -# File: src/www/vpn_openvpn_export.php, line: 168 -# File: src/www/vpn_openvpn_export_shared.php, line: 93 -msgid "You need to specify a port for the proxy ip." -msgstr "Sie müssen einen Port für die Proxy IP angeben." - -# File: src/www/vpn_openvpn_export.php, line: 179 -# File: src/www/vpn_openvpn_export_shared.php, line: 101 -msgid "You need to specify a username with the proxy config." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 184 -# File: src/www/vpn_openvpn_export_shared.php, line: 106 -msgid "You need to specify a password with the proxy user." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 246 -# File: src/www/vpn_openvpn_export_shared.php, line: 119 -msgid "Failed to export config files!" -msgstr "Exportieren der Konfigurationsdateien fehlgeschlagen!" - -# File: src/www/vpn_openvpn_export.php, line: 338 -# File: src/www/vpn_openvpn_export_shared.php, line: 177 -msgid "Please specify an IP address or hostname." -msgstr "Bitte geben Sie eine IP-Adresse oder den Hostnamen ein." - -# File: src/www/vpn_openvpn_export.php, line: 367 -msgid "The password or confirm field is empty" -msgstr "Das Passwort und Bestätigungsfeld ist leer" - -# File: src/www/vpn_openvpn_export.php, line: 371 -msgid "The password and confirm fields must match" -msgstr "Das Passwort und Bestätigungsfeld muss übereinstimmen" - -# File: src/www/vpn_openvpn_export.php, line: 385 -# File: src/www/vpn_openvpn_export_shared.php, line: 193 -msgid "The proxy ip and port cannot be empty" -msgstr "Die Proxy IP und Port darf nicht leer sein" - -# File: src/www/vpn_openvpn_export.php, line: 400 -# File: src/www/vpn_openvpn_export_shared.php, line: 208 -msgid "Please fill the proxy username and password." -msgstr "Bitte geben Sie ein Proxy Benutzername und Passwort ein." - -# File: src/www/vpn_openvpn_export.php, line: 404 -# File: src/www/vpn_openvpn_export_shared.php, line: 212 -msgid "The proxy password or confirm field is empty" -msgstr "Das Proxy Passwort und Bestätigungsfeld ist leer" - -# File: src/www/vpn_openvpn_export.php, line: 408 -# File: src/www/vpn_openvpn_export_shared.php, line: 216 -msgid "The proxy password and confirm fields must match" -msgstr "Das Proxy Passwort und Bestätigungsfeld muss übereinstimmen" - -# File: src/www/vpn_openvpn_export.php, line: 638 -# File: src/www/vpn_openvpn_export.php.orig, line: 638 -msgid "Remote Access Server" -msgstr "Ferner Zugriffsserver" - -# File: src/www/vpn_openvpn_export.php, line: 650 -# File: src/www/vpn_openvpn_export.php.orig, line: 650 -# File: src/www/vpn_openvpn_export_shared.php, line: 329 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 329 -msgid "Host Name Resolution" -msgstr "Hostname Auflösung" - -# File: src/www/vpn_openvpn_export.php, line: 653 -# File: src/www/vpn_openvpn_export.php.orig, line: 653 -# File: src/www/vpn_openvpn_export_shared.php, line: 332 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 332 -msgid "Interface IP Address" -msgstr "Schnittstellen IP-Adresse" - -# File: src/www/vpn_openvpn_export.php, line: 654 -# File: src/www/vpn_openvpn_export.php.orig, line: 654 -msgid "Automagic Multi-WAN IPs (port forward targets)" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 656 -msgid "Automagic Multi-WAN dynamic DNS Hostnames (port forward targets)" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 656 -# File: src/www/vpn_openvpn_export.php.orig, line: 656 -# File: src/www/vpn_openvpn_export_shared.php, line: 333 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 333 -msgid "Installation hostname" -msgstr "Installationshostname" - -# File: src/www/vpn_openvpn_export.php, line: 679 -# File: src/www/vpn_openvpn_export.php.orig, line: 679 -# File: src/www/vpn_openvpn_export_shared.php, line: 346 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 346 -msgid "" -"Enter the hostname or IP address the client will use to connect to this " -"server." -msgstr "" -"Geben Sie den Hostnamen oder die IP Adresse ein die der Client für die " -"Verbindung zum Server benutzen wird." - -# File: src/www/vpn_openvpn_export.php, line: 686 -# File: src/www/vpn_openvpn_export.php.orig, line: 686 -msgid "Verify Server CN" -msgstr "Servernamen überprüfen" - -# File: src/www/vpn_openvpn_export.php, line: 689 -# File: src/www/vpn_openvpn_export.php.orig, line: 689 -msgid "Automatic - Use verify-x509-name (OpenVPN 2.3+) where possible" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 690 -# File: src/www/vpn_openvpn_export.php.orig, line: 690 -msgid "Use tls-remote (Deprecated, use only on old clients <= OpenVPN 2.2.x" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 691 -# File: src/www/vpn_openvpn_export.php.orig, line: 691 -msgid "Use tls-remote and quote the server CN" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 692 -# File: src/www/vpn_openvpn_export.php.orig, line: 692 -msgid "Do not verify the server CN" -msgstr "Den Servernamen nicht überprüfen" - -# File: src/www/vpn_openvpn_export.php, line: 695 -# File: src/www/vpn_openvpn_export.php.orig, line: 695 -msgid "" -"Optionally verify the server certificate Common Name (CN) when the client " -"connects. Current clients, including the most recent versions of Windows, " -"Viscosity, Tunnelblick, OpenVPN on iOS and Android and so on should all work " -"at the default automatic setting." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 696 -# File: src/www/vpn_openvpn_export.php.orig, line: 696 -msgid "" -"Only use tls-remote if you must use an older client that you cannot control. " -"The option has been deprecated by OpenVPN and will be removed in the next " -"major version." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 697 -# File: src/www/vpn_openvpn_export.php.orig, line: 697 -msgid "" -"With tls-remote the server CN may optionally be enclosed in quotes. This can " -"help if the server CN contains spaces and certain clients cannot parse the " -"server CN. Some clients have problems parsing the CN with quotes. Use only " -"as needed." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 702 -# File: src/www/vpn_openvpn_export.php.orig, line: 702 -msgid "Use Random Local Port" -msgstr "Benutze zufälligen lokalen Port" - -# File: src/www/vpn_openvpn_export.php, line: 706 -# File: src/www/vpn_openvpn_export.php.orig, line: 706 -msgid "" -"Use a random local source port (lport) for traffic from the client. Without " -"this set, two clients may not run concurrently." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 708 -# File: src/www/vpn_openvpn_export.php.orig, line: 708 -msgid "" -"NOTE: Not supported on older clients. Automatically disabled for Yealink and " -"Snom configurations." -msgstr "" -"Hinweis: Nicht auf ältere Clients unterstützt. Automatisch deaktviert für " -"Yealink und Snom Konfigurationen." - -# File: src/www/vpn_openvpn_export.php, line: 712 -# File: src/www/vpn_openvpn_export.php.orig, line: 712 -msgid "Certificate Export Options" -msgstr "Zertifikat Exporteinstellungen" - -# File: src/www/vpn_openvpn_export.php, line: 716 -# File: src/www/vpn_openvpn_export.php.orig, line: 716 -msgid "Use Microsoft Certificate Storage instead of local files." -msgstr "Benutze Mircrosoft Zertifikatspeicher anstatt von lokalen Dateien." - -# File: src/www/vpn_openvpn_export.php, line: 720 -# File: src/www/vpn_openvpn_export.php.orig, line: 720 -msgid "" -"Use a password to protect the pkcs12 file contents or key in Viscosity " -"bundle." -msgstr "" - -msgid "Confirm" -msgstr "Bestätigen" - -# File: src/www/vpn_openvpn_export.php, line: 731 -# File: src/www/vpn_openvpn_export.php.orig, line: 731 -# File: src/www/vpn_openvpn_export_shared.php, line: 352 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 352 -msgid "Use Proxy" -msgstr "Benutze Proxy" - -# File: src/www/vpn_openvpn_export.php, line: 735 -# File: src/www/vpn_openvpn_export.php.orig, line: 735 -# File: src/www/vpn_openvpn_export_shared.php, line: 383 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 383 -msgid "Use proxy to communicate with the server." -msgstr "Benutze Proxy zum Kommunizieren mit dem Server." - -# File: src/www/vpn_openvpn_export.php, line: 733 -# File: src/www/vpn_openvpn_export_shared.php, line: 356 -msgid "SOCKS" -msgstr "SOCKS" - -# File: src/www/vpn_openvpn_export.php, line: 748 -# File: src/www/vpn_openvpn_export.php.orig, line: 748 -# File: src/www/vpn_openvpn_export_shared.php, line: 367 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 367 -msgid "Choose proxy authentication if any." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 767 -# File: src/www/vpn_openvpn_export.php.orig, line: 767 -msgid "Management Interface OpenVPNManager" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 771 -# File: src/www/vpn_openvpn_export.php.orig, line: 771 -msgid "" -"This will change the generated .ovpn configuration to allow for usage of the " -"management interface.And include the OpenVPNManager program in the \"Windows " -"Installers\". With this OpenVPN can be used also by non-administrator " -"users.This is also useful for Windows Vista/7/8 systems where elevated " -"permissions are needed to add routes to the system." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 775 -# File: src/www/vpn_openvpn_export.php.orig, line: 775 -msgid "" -"NOTE: This is not currently compatible with the 64-bit OpenVPN installer. It " -"will work with the 32-bit installer on a 64-bit system." -msgstr "" -"HINWEIS: Dies ist zurzeit nicht kompatibel mit dem 64-bit OpenVPN " -"Installationsprogramm. Es funktioniert aber mit dem 32-bit " -"Installationsprogramm auf einem 64-bit System." - -# File: src/www/vpn_openvpn_export.php, line: 783 -# File: src/www/vpn_openvpn_export.php.orig, line: 783 -msgid "Additional configuration options" -msgstr "Zusätzliche Konfigurationseinstellungen" - -# File: src/www/vpn_openvpn_export.php, line: 926 -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"export configuration here, separated by a line break or semicolon" -msgstr "" -"Geben Sie hier durch Zeilenumbruch oder Strichpunkt getrennte zusätzliche " -"Optionen ein, die Sie der exportierten OpenVPN Clientkonfiguration " -"hinzufügen möchten" - -# File: src/www/vpn_openvpn_export.php, line: 927 -msgid "EXAMPLE: remote-random" -msgstr "BEISPIEL: remote-random" - -# File: src/www/vpn_openvpn_export.php, line: 793 -# File: src/www/vpn_openvpn_export.php.orig, line: 793 -msgid "Client Install Packages" -msgstr "Client Installationspakete" - -# File: src/www/vpn_openvpn_export.php, line: 938 -# File: src/www/vpn_openvpn_export_shared.php, line: 475 -msgid "Export" -msgstr "Export" - -# File: src/www/vpn_openvpn_export.php, line: 943 -msgid "NOTES:" -msgstr "HINWEISE:" - -# File: src/www/vpn_openvpn_export.php, line: 944 -msgid "" -"The "XP" Windows installers work on Windows XP and later versions. " -"The "win6" Windows installers include a new tap-windows6 driver " -"that works only on Windows Vista and later." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 951 -msgid "Links to OpenVPN clients for various platforms:" -msgstr "Links zu OpenVPN Clients für verschiedene Plattformen:" - -# File: src/www/vpn_openvpn_export.php, line: 956 -msgid "" -"Binaries for Windows, Source for other platforms. Packaged above in the " -"Windows Installers" -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 -msgid "OpenVPN Community Client" -msgstr "OpenVPN Community Client" - -# File: src/www/vpn_openvpn_export.php, line: 957 -msgid "OpenVPN For Android" -msgstr "OpenVPN für Android" - -# File: src/www/vpn_openvpn_export.php, line: 957 -msgid "Recommended client for Android" -msgstr "Empfohlener Client für Android" - -# File: src/www/vpn_openvpn_export.php, line: 958 -msgid "FEAT VPN For Android" -msgstr "FEAT VPN für Android" - -# File: src/www/vpn_openvpn_export.php, line: 958 -msgid "For older versions of Android" -msgstr "Für ältere Version von Android" - -# File: src/www/vpn_openvpn_export.php, line: 959 -msgid "Android (Google Play)" -msgstr "Android (Google Play)" - -# File: src/www/vpn_openvpn_export.php, line: 959 -msgid "OpenVPN Connect" -msgstr "OpenVPN Verbindung" - -# File: src/www/vpn_openvpn_export.php, line: 959 -msgid "Recommended client for iOS" -msgstr "Empfohlener Client für iOS" - -# File: src/www/vpn_openvpn_export.php, line: 959 -msgid "iOS (App Store)" -msgstr "iOS (App Store)" - -# File: src/www/vpn_openvpn_export.php, line: 960 -msgid "Recommended client for Mac OSX" -msgstr "Empfohlener Client für Mac OSX" - -# File: src/www/vpn_openvpn_export.php, line: 960 -msgid "Viscosity" -msgstr "Viskosität" - -# File: src/www/vpn_openvpn_export.php, line: 961 -msgid "Free client for OSX" -msgstr "Freier Client für OSX" - -# File: src/www/vpn_openvpn_export.php, line: 961 -msgid "Tunnelblick" -msgstr "Tunnelblick" - -# File: src/www/vpn_openvpn_export.php, line: 948 -msgid "" -"If you expect to see a certain client in the list but it is not there, it is " -"usually due to a CA mismatch between the OpenVPN server instance and the " -"client certificates found in the User Manager." -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 317 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 317 -msgid "Shared Key Server" -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 340 -msgid "Dynamic DNS:" -msgstr "Dynamischer DNS:" - -# File: src/www/vpn_openvpn_export_shared.php, line: 388 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 388 -msgid "Client Configuration Packages" -msgstr "Client Konfigurationspakete" - -# File: src/www/vpn_openvpn_export_shared.php, line: 474 -msgid "Client Type" -msgstr "Client-Typ" - -# File: src/www/vpn_openvpn_export_shared.php, line: 481 -msgid "" -"These are shared key configurations for use in site-to-site tunnels with " -"other routers. Shared key tunnels are not normally used for remote access " -"connections to end users." -msgstr "" - -msgid "" -"You must select a Backend for Authentication if the server mode requires " -"User Auth." -msgstr "" -"Sie müssen ein Backend zur Authentifizierung auswählen, falls der " -"Servermodus Benutzerauthentifizierung verlangt." - -msgid "Tunnel network" -msgstr "Tunnel Netzwerk" - -msgid "" -"Using a tunnel network and server bridge settings together is not allowed." -msgstr "" - -msgid "Server Bridge DHCP Start and End must both be empty, or defined." -msgstr "" - -msgid "Server Bridge DHCP Start must be an IPv4 address." -msgstr "" - -msgid "Server Bridge DHCP End must be an IPv4 address." -msgstr "" - -msgid "The Server Bridge DHCP range is invalid (start higher than end)." -msgstr "" - -msgid "add server" -msgstr "Server hinzufügen" - -msgid "Do you really want to delete this server?" -msgstr "Wollen Sie diesen Server wirklich löschen?" - -msgid "" -"Set this option to disable this server without removing it from the list" -msgstr "" -"Setzen Sie diese Einstellung um den Server zu deaktivieren ohne in von der " -"Liste zu entfernen" - -msgid "Remote Access ( SSL/TLS )" -msgstr "Remotezugriff ( SSL/TLS )" - -msgid "Remote Access ( User Auth )" -msgstr "Remotezugriff ( Benutzerauthentifizierung )" - -msgid "Remote Access ( SSL/TLS + User Auth )" -msgstr "Remotezugriff ( SSL/TLS + Benutzerauthentifizierung )" - -msgid "Backend for authentication" -msgstr "Backend Authentifizierung" - -msgid "Device Mode" -msgstr "Gerätemodus" - -msgid "Peer Certificate Revocation List" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -msgid "No Certificate Revocation Lists (CRLs) defined." -msgstr "" - -msgid "DH Parameters Length" -msgstr "DH Parameterlänge" - -msgid "" -"NOTE: Leave this set to SHA1 unless all clients are set to match. SHA1 is " -"the default for OpenVPN." -msgstr "" - -msgid "Certificate Depth" -msgstr "Zertifikatstiefe" - -# File: src/www/vpn_openvpn_server.php, line: 1160 -msgid "Do Not Check" -msgstr "Nicht prüfen" - -# File: src/www/vpn_openvpn_server.php, line: 1163 -msgid "One (Client+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1164 -msgid "Two (Client+Intermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1165 -msgid "Three (Client+2xIntermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1166 -msgid "Four (Client+3xIntermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1167 -msgid "Five (Client+4xIntermediate+Server)" -msgstr "" - -msgid "" -"When a certificate-based client logs in, do not accept certificates below " -"this depth. Useful for denying certificates made with intermediate CAs " -"generated from the same CA as the server." -msgstr "" - -msgid "Strict User/CN Matching" -msgstr "" - -msgid "" -"When authenticating users, enforce a match between the common name of the " -"client certificate and the username given at login." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1227 -msgid "" -"This is the IPv4 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. 10.0.8.0/24). The " -"first network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" - -msgid "" -"This is the IPv6 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. fe80::/64). The first " -"network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" - -msgid "Bridge DHCP" -msgstr "Bridge DHCP" - -msgid "Allow clients on the bridge to obtain DHCP." -msgstr "" -"Erlaube den Clients, die mit der Bridge verbunden sind, DHCP Nachrichten zu " -"erhalten." - -msgid "Bridge Interface" -msgstr "Brücken-Schnittstelle" - -msgid "" -"The interface to which this tap instance will be bridged. This is not done " -"automatically. You must assign this interface and create the bridge " -"separately. This setting controls which existing IP address and subnet mask " -"are used by OpenVPN for the bridge. Setting this to 'none' will cause the " -"Server Bridge DHCP settings below to be ignored." -msgstr "" - -msgid "Server Bridge DHCP Start" -msgstr "" - -msgid "" -"When using tap mode as a multi-point server, you may optionally supply a " -"DHCP range to use on the interface to which this tap instance is bridged. If " -"these settings are left blank, DHCP will be passed through to the LAN, and " -"the interface setting above will be ignored." -msgstr "" - -msgid "Server Bridge DHCP End" -msgstr "" - -msgid "" -"These are the IPv4 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more CIDR ranges. " -"You may leave this blank if you don't want to add a route to the local " -"network through this tunnel on the remote machine. This is generally set to " -"your LAN network" -msgstr "" - -msgid "" -"These are the IPv6 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more IP/PREFIX. You " -"may leave this blank if you don't want to add a route to the local network " -"through this tunnel on the remote machine. This is generally set to your LAN " -"network" -msgstr "" - -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" - -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" - -msgid "Concurrent connections" -msgstr "Konkurrierende Verbindungen" - -msgid "" -"Specify the maximum number of clients allowed to concurrently connect to " -"this server" -msgstr "" -"Gebe die maximale Anzahl an Clients an, die sich zur gleichen Zeit mit dem " -"Server verbinden können" - -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently" -msgstr "" - -msgid "Inter-client communication" -msgstr "Inter-Client-Kommunikation" - -msgid "Allow communication between clients connected to this server" -msgstr "" -"Kommunikation zwischen den Clients, die mit diesem Server verbunden sind, " -"erlauben" - -msgid "Duplicate Connections" -msgstr "Doppelte Verbindungen" - -msgid "" -"Allow multiple concurrent connections from clients using the same Common " -"Name.
NOTE: This is not generally recommended, but may be needed for " -"some scenarios." -msgstr "" - -msgid "Dynamic IP" -msgstr "Dynamische IP" - -msgid "" -"Allow connected clients to retain their connections if their IP address " -"changes" -msgstr "" -"Erlaube den Verbundenen Clients, deren Verbindung aufrecht zu erhalten falls " -"sich deren IP-Adresse ändert" - -msgid "Address Pool" -msgstr "Adresspool" - -msgid "Provide a virtual adapter IP address to clients (see Tunnel Network)" -msgstr "" - -msgid "Topology" -msgstr "Netzstruktur" - -msgid "" -"Allocate only one IP per client (topology subnet), rather than an isolated " -"subnet per client (topology net30)." -msgstr "" - -msgid "" -"Relevant when supplying a virtual adapter IP address to clients when using " -"tun mode on IPv4." -msgstr "" - -msgid "" -"Some clients may require this even for IPv6, such as OpenVPN Connect " -"(iOS/Android). Others may break if it is present, such as older versions of " -"OpenVPN or clients such as Yealink phones." -msgstr "" - -msgid "Force DNS cache update" -msgstr "Erzwinge DNS-Cache Aktualisierung" - -msgid "" -"Run ''net stop dnscache'', ''net start dnscache'', ''ipconfig /flushdns'' " -"and ''ipconfig /registerdns'' on connection initiation. This is known to " -"kick Windows into recognizing pushed DNS servers." -msgstr "" - -msgid "Scope ID" -msgstr "Scope ID" - -# File: src/www/vpn_openvpn_server.php, line: 1605 -msgid "" -"A NetBIOS Scope ID provides an extended naming service for NetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" - -msgid "Client Management Port" -msgstr "Clientverwaltungsport" - -msgid "" -"Use a different management port on clients. The default port is 166. Specify " -"a different port if the client machines need to select from multiple OpenVPN " -"links." -msgstr "" - -msgid "" -"Enter any additional options you would like to add to the OpenVPN server " -"configuration here, separated by a semicolon" -msgstr "" - -msgid "Protocol / Port" -msgstr "Protokoll / Port" - -msgid "edit server" -msgstr "Server bearbeiten" - -msgid "delete server" -msgstr "Server löschen" - -# File: src/www/vpn_openvpn_server.php, line: 1749 -# File: src/www/vpn_openvpn_server.php.orig, line: 1749 -msgid "Use a wizard to setup a new server" -msgstr "Verwenden Sie einen Assistenten für das Einrichten eines neuen Servers" - -msgid "add a new pppoe instance" -msgstr "Eine neue PPPoE Instanz hinzufügen" - -msgid "The PPPoE entry list has been changed" -msgstr "Die PPPoE Eintragsliste wurde geändert" - -msgid "Number of users" -msgstr "Benutzeranzahl" - -msgid "edit pppoe instance" -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)!" -msgstr "" -"Wollen Sie diesen Eintrag wirklich löschen? Alle Elemente die ihn noch " -"verwenden werden ungültig (z.B. Filterregeln)!" - -msgid "delete pppoe instance" -msgstr "Lösche PPPoE Instanz" - -msgid "The specified server address is equal to an interface ip address." -msgstr "" -"Die angegebene Serveradresse ist identisch mit der IP-Adresse einer " -"Schnittstelle." - -msgid "No password specified for username %s" -msgstr "Kein Passwort für Benutzer %s angegeben" - -msgid "Incorrect ip address specified for username %s" -msgstr "Falsche IP-Adresse für Benutzernamen %s angegeben" - -msgid "Wrong data submitted" -msgstr "Falsche Daten übermittelt" - -msgid "PPPoE server configuration" -msgstr "PPPoE-Server Konfiguration" - -msgid "Enable PPPoE server" -msgstr "PPPoE Server aktivieren" - -msgid "Subnet netmask" -msgstr "Subnetzmaske" - -msgid "Hint" -msgstr "Hinweis" - -msgid "No. PPPoE users" -msgstr "Anzahl PPPoE Benutzer" - -msgid "Hint: 10 is ten PPPoE clients" -msgstr "Hinweis: 10 ist zehn PPPoE Clients" - -msgid "" -"Enter the IP address the PPPoE server should give to clients for use as " -"their \"gateway\"" -msgstr "" - -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 486 -# File: src/www/vpn_pptp.php, line: 396 -msgid "Remote address range" -msgstr "Entfernter Adressbereich" - -msgid "Specify the starting address for the client IP address subnet" -msgstr "" - -msgid "" -"If entered they will be given to all PPPoE clients, else LAN DNS and one WAN " -"DNS will go to all clients" -msgstr "" - -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used" -msgstr "" - -msgid "Sends accounting packets to the RADIUS server" -msgstr "Sendet Verrechnungspakete an den RADIUS-Server" - -msgid "Use Backup RADIUS Server" -msgstr "Benutze Ersatz RADIUS-Server" - -msgid "" -"When set, if primary server fails all requests will be sent via backup server" -msgstr "" - -msgid "NAS IP Address" -msgstr "NAS IP-Adresse" - -msgid "RADIUS server NAS IP Address" -msgstr "" - -msgid "RADIUS Accounting Update" -msgstr "RADIUS-Verrechnungsaktualisierung" - -msgid "RADIUS accounting update period in seconds" -msgstr "RADIUS-Verrechnungsaktualisierungsperiode in Sekunden" - -msgid "RADIUS issued IPs" -msgstr "" - -msgid "Issue IP Addresses via RADIUS server" -msgstr "IP-Adressen via RADIUS-Server vergeben" - -msgid "RADIUS server Primary" -msgstr "Primärer RADIUS-Server" - -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the RADIUS server." -msgstr "" -"Geben Sie die IP-Adresse, Authentifizierungsport und den Verrechnungsport " -"(optional) des RADIUS-Servers ein." - -msgid "standard port 1812 and 1813 accounting" -msgstr "Standardport 1812 und 1813 Verrechnung" - -msgid "RADIUS primary shared secret" -msgstr "" - -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server" -msgstr "" -"Geben Sie den gemeinsamen Schlüssel ein, der zur Authentifizierung am RADIUS-" -"Server benutzt wird" - -msgid "RADIUS server Secondary" -msgstr "" - -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the backup RADIUS server." -msgstr "" - -msgid "RADIUS secondary shared secret" -msgstr "" - -msgid "User (s)" -msgstr "Benutzer" - -msgid "" -"don't forget to add a firewall rule to permit traffic from PPPoE clients" -msgstr "" -"vergessen Sie nicht, Firewallregeln zu erstellen, welche Datenverkehr von " -"PPPoE-Clients erlauben" - -msgid "PPTP redirection target address" -msgstr "" - -msgid "A valid target address must be specified." -msgstr "Eine gültige Zieladresse muss angegeben werden." - -# File: src/www/vpn_pptp.php, line: 312 -msgid "" -"PPTP is not considered a secure VPN technology, because it relies upon the " -"compromised MS-CHAPv2 protocol. If you choose to use PPTP, be aware that " -"your traffic can be decrypted by virtually any third party. It should be " -"considered an unencrypted tunneling protocol." -msgstr "" - -# File: src/www/vpn_pptp.php, line: 318 -msgid "Read more" -msgstr "Weiterlesen" - -msgid "Redirect incoming PPTP connections to" -msgstr "Eingehende PPTP-Verbindungen weiterleiten an" - -msgid "PPTP redirection" -msgstr "PPTP-Weiterleitung" - -msgid "" -"Enter the IP address of a host which will accept incoming PPTP connections" -msgstr "" -"Gib eine IP-Adresse von einem Host ein, der eingehende PPTP-Verbindungen " -"erlaubt." - -msgid "Enable PPTP server" -msgstr "PPTP Server aktivieren" - -# No = Number -# oder -# No = Nein -# ? -msgid "No. PPTP users" -msgstr "Anzahl PPTP Benutzer" - -msgid "Hint: 10 is ten PPTP clients" -msgstr "Hinweis: 10 sind zehn PPTP Clients" - -msgid "" -"Enter the IP address the PPTP server should give to clients for use as their " -"\"gateway\"" -msgstr "" - -msgid "Specify the starting address for the client IP subnet" -msgstr "Geben Sie die Startadresse für das Client-IP-Subnetz an" - -msgid "PPTP DNS Servers" -msgstr "PPTP DNS Server" - -msgid "primary and secondary DNS servers assigned to PPTP clients" -msgstr "" - -msgid "Secondary RADIUS server for failover authentication" -msgstr "" - -msgid "" -"When set, all requests will go to the secondary server when primary fails" -msgstr "" - -msgid "Issue IP addresses via RADIUS server" -msgstr "IP-Adressen via RADIUS-Server vergeben" - -msgid "RADIUS NAS IP" -msgstr "RADIUS NAS IP" - -msgid "" -"Enter the IP address, RADIUS port, and RADIUS accounting port of the RADIUS " -"server" -msgstr "" -"Geben Sie die IP-Adresse, RADIUS-Port und den Verrechnungsport des RADIUS-" -"Servers ein" - -msgid "Secondary RADIUS server" -msgstr "Sekundären RADIUS-Server" - -msgid "Secondary RADIUS shared secret" -msgstr "" - -msgid "" -"Enter the shared secret that will be used to authenticate to the secondary " -"RADIUS server" -msgstr "" - -msgid "Require 128-bit encryption" -msgstr "128-bit Verschlüsselung erforderlich" - -msgid "" -"When set, only 128-bit encryption will be accepted. Otherwise 40-bit and 56-" -"bit encryption will be accepted as well. Note that encryption will always be " -"forced on PPTP connections (i.e. unencrypted connections will not be " -"accepted)" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 518 -msgid "" -"Note: don't forget to %sadd a firewall rule%s to permit traffic from PPTP " -"clients!" -msgstr "" -"Hinweis: Vergesse nicht eine %sFirewall-Regel hinzuzufügen%s, um " -"Datenverkehr von PPTP Clients zu erlauben!" - -msgid "The PPTP user list has been modified" -msgstr "Die PPTP Benutzerliste wurde geändert" - -msgid "Warning: this will terminate all current PPTP sessions" -msgstr "Warnung: Dies trennt alle zurzeit aktiven PPTP Sitzungen" - -msgid "The password cannot start with '!'." -msgstr "Das Passwort darf nicht mit '!' beginnen." - -msgid "If you want to change the users' password, enter it here twice." -msgstr "" -"Falls Sie das Benutzerpasswort ändern möchten, geben Sie es hier zweimal ein." - -# File: src/www/widgets/widgets/carp_status.widget.php, line: 64 -msgid "DISABLED" -msgstr "DEAKTIVIERT" - -# File: src/www/widgets/widgets/carp_status.widget.php, line: 84 -msgid "No CARP Interfaces Defined. Click %shere%s to configure CARP." -msgstr "" -"Keine CARP-Schnittstellen vorhanden. Klicken Sie %shier%s um CARP zu " -"konfigurieren." - -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 68 -msgid "N/A " -msgstr "Nicht Verfügbar " - -msgid "Int." -msgstr "Int." - -msgid "Checking ..." -msgstr "Prüfe..." - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 64 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 65 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 70 -msgid "n/a" -msgstr "nicht verfügbar" - -msgid "Packets In" -msgstr "Pakete eingehend" - -msgid "Packets Out" -msgstr "Pakete ausgehend" - -msgid "Bytes In" -msgstr "Bytes eingehend" - -msgid "Bytes Out" -msgstr "Bytes ausgehend" - -msgid "Errors In" -msgstr "Fehler eingehend" - -msgid "Errors Out" -msgstr "Fehler ausgehend" - -msgid "Tunnels" -msgstr "Tunnel" - -msgid "Mobile" -msgstr "Mobil" - -msgid "Active Tunnels" -msgstr "Aktive Tunnel" - -msgid "Inactive Tunnels" -msgstr "Inaktive Tunnel" - -msgid "Mobile Users" -msgstr "mobile Benutzer" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 245 -msgid "Note: There are no configured IPsec Tunnels" -msgstr "Hinweis: Es sind keine konfigurierten IPsec Tunnel vorhanden" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 248 -msgid "You can configure your IPsec %shere%s." -msgstr "Sie können IPsec %shier%s konfigurieren." - -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 79 -msgid "Active" -msgstr "Aktiv" - -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 87 -msgid "Unknown - relayd not running?" -msgstr "Unbekannt - läuft relayd?" - -# File: src/www/widgets/widgets/log.widget.php, line: 153 -msgid "Number of lines to display:" -msgstr "Anzahl von Zeilen die angezeigt werden:" - -# File: src/www/widgets/widgets/log.widget.php, line: 190 -msgid "Interfaces:" -msgstr "Schnittstellen:" - -msgid "IF" -msgstr "FALLS" - -msgid "Reverse Resolve with DNS" -msgstr "" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 135 -msgid "No active peers available" -msgstr "Keine aktiven Peers verfügbar" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 147 -msgid "Clock location" -msgstr "Überprüfe Standort" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 165 -msgid "in view " -msgstr "in Ansicht " - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 171 -msgid "in use " -msgstr "in Benutzung " - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 192 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 245 -msgid "Name/Time" -msgstr "Name/Zeit" - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 193 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 246 -msgid "Remote/Virtual IP" -msgstr "Entfernte/Virtual-IP" - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 289 -msgid "" -"You need to bind each OpenVPN client to enable its management daemon: use " -"'Local port' setting in the OpenVPN client screen" -msgstr "" - -# File: src/www/widgets/widgets/rss.widget.php, line: 97 -msgid "Display number of items:" -msgstr "Anzahl von Einträgen die angezeigt werden:" - -# File: src/www/widgets/widgets/rss.widget.php, line: 112 -msgid "Widget height:" -msgstr "Widget Höhe:" - -# File: src/www/widgets/widgets/rss.widget.php, line: 127 -msgid "Show how many characters from story:" -msgstr "" - -# File: src/www/widgets/widgets/services_status.widget.php, line: 52 -msgid "Comma separated list of services to NOT display in the widget" -msgstr "" -"Kommagetrennte Liste an Diensten, die NICHT im Widget angezeigt werden sollen" - -msgid "Drive" -msgstr "Festplatte" - -msgid "Ident" -msgstr "Ident" - -# File: src/www/widgets/widgets/smart_status.widget.php, line: 58 -msgid "OK" -msgstr "OK" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 45 -# File: src/www/widgets/widgets/system_information.widget.php, line: 47 -msgid "Click to retry" -msgstr "Für neuen Versuch klicken" - -msgid "Connection Error" -msgstr "Verbindungsfehler" - -msgid "Repository Problem" -msgstr "Repository Problem" - -# Bisschen kompakter gestaltet :) -msgid "Click to check for updates" -msgstr "Nach Aktualisierungen suchen" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 49 -msgid "Your system is up to date." -msgstr "Ihr System ist auf dem neusten Stand." - -# File: src/www/widgets/widgets/system_information.widget.php, line: 51 -msgid " update(s) available." -msgstr " Aktualisierung(en) verfügbar." - -msgid "Click to upgrade" -msgstr "Für Aktualisierung klicken" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid "Re-check now" -msgstr "Jetzt nochmals überprüfen" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 51 -msgid "There are " -msgstr "Es gibt " - -# File: src/www/widgets/widgets/system_information.widget.php, line: 96 -msgid "Versions" -msgstr "Versionen" - -msgid "CPU Type" -msgstr "CPU-Typ" - -msgid "Hardware crypto" -msgstr "Hardwarekryptografie" - -msgid "Uptime" -msgstr "Laufzeit" - -msgid "Current date/time" -msgstr "Aktuelle(s) Uhrzeit/Datum" - -msgid "DNS server(s)" -msgstr "DNS Server" - -msgid "Last config change" -msgstr "Letzte Konfigurationsänderung" - -msgid "State table size" -msgstr "Verbindungsstatustabellengröße" - -msgid "Show states" -msgstr "Status anzeigen" - -msgid "MBUF Usage" -msgstr "MBUF Auslastung" - -msgid "Temperature" -msgstr "Temperatur" - -msgid "Load average" -msgstr "Durchschnittliche Auslastung" - -msgid "CPU usage" -msgstr "CPU-Auslastung" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 233 -msgid "Updating in 10 seconds" -msgstr "Aktualisierung in 10 Sekunden" - -msgid "Memory usage" -msgstr "Speicherauslastung" - -msgid "SWAP usage" -msgstr "SWAP Auslastung" - -msgid "Disk usage" -msgstr "Festplattennutzung" - -# File: src/www/widgets/widgets/system_log.widget.php, line: 58 -msgid "Number of Log lines to display" -msgstr "Anzahl der Einträge die angezeigt werden" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 181 -msgid "Thresholds in °C (1 to 100):" -msgstr "Schwellwerte in &Grad;C (1 bis 100):" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 184 -msgid "Display settings:" -msgstr "Anzeige Einstellungen:" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 189 -msgid "Zone Warning:" -msgstr "Zone Warnung:" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 198 -msgid "Show raw output (no graph):" -msgstr "Zeige unbearbeitete Ausgabe (kein Diagramm):" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 208 -msgid "Zone Critical:" -msgstr "Zone kritisch:" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 217 -msgid "Show full sensor name:" -msgstr "Zeige vollen Sensorname:" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 227 -msgid "Core Warning:" -msgstr "Haupt Warnung:" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 236 -msgid "Pulsate Warning:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 246 -msgid "Core Critical:" -msgstr "Kritischer Kern:" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 255 -msgid "Pulsate Critical:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 270 -msgid "" -"You can configure a proper Thermal Sensor / Module under
\n" -"    System > " -"Advanced > Miscellaneous : Thermal Sensors section." -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 280 -msgid "Updating..." -msgstr "Aktualisieren..." - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 114 -msgid "Default AutoScale:" -msgstr "Standard Autoanpassung:" - -msgid "Scale up" -msgstr "Hochskalieren" - -msgid "Scale follow" -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 139 -msgid "Refresh Interval:" -msgstr "Aktualisierungsintervall:" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "Seconds" -msgstr "Sekunden" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "changing this setting will increase CPU utilization" -msgstr "ändern dieser Einstellung kann die CPU Nutzung ansteigen lassen" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 190 -msgid "Current %s Traffic" -msgstr "Aktueller %s Datenverkehr" - -msgid "Computer / Device" -msgstr "Computer / Gerät" - -msgid "Wake Up" -msgstr "Aufwecken" - -msgid "No saved WoL addresses" -msgstr "Keine gespeicherten WoL Adressen" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 80 -msgid "DHCP Leases Status" -msgstr "" - -# File: src/www/wizard.php, line: 126 -msgid "ERROR: Could not parse %s wizard file." -msgstr "" diff --git a/lang/dynamic/collect.py b/lang/dynamic/collect.py deleted file mode 100755 index c34b71ea9..000000000 --- a/lang/dynamic/collect.py +++ /dev/null @@ -1,70 +0,0 @@ -#!/usr/bin/env python2.7 - -""" - Copyright (c) 2015 Deciso B.V. - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, - INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY - AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, - OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. -""" -__author__ = 'Ad Schellevis' - -import os.path -import glob -import importlib -import sys - -if len(sys.argv) < 2: - print 'Usage: collect.py rootdir' - sys.exit(1) - -# get source location (root of core package) -OPNsenseRoot=sys.argv[1] + '/src' - -# create target location -targetPath=sys.argv[1] + '/lang/dynamic/helpers' - -if len(glob.glob(targetPath)) == 0: - os.mkdir(targetPath) - -# load default output template -templateText = open('%s/template.txt'%'/'.join(os.path.realpath(__file__).split('/')[:-1]),'r').read() - -for filename in glob.glob('%s/plugins/*.py'%'/'.join(os.path.realpath(__file__).split('/')[:-1])): - modulename = os.path.basename(filename)[:-3] - lang = importlib.import_module('plugins.%s'%modulename) - if hasattr(lang,'getTranslations'): - # open filehandle for collected plugin - fOut=open('%s/%s.php'%(targetPath,modulename),'w') - fOut.write(templateText) - - # collect and sort tags - translations = list() - for textValue in lang.getTranslations(OPNsenseRoot): - translations.append(textValue) - translations.sort() - - # fill with gettext tags - for textValue in translations: - line="echo gettext('%s');\n"%(unicode(textValue).replace("'","\\'")) - fOut.write(line) - - fOut.close() diff --git a/lang/dynamic/helpers/acl.php b/lang/dynamic/helpers/acl.php deleted file mode 100644 index d9511da88..000000000 --- a/lang/dynamic/helpers/acl.php +++ /dev/null @@ -1,237 +0,0 @@ -, YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-12 22:32+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" -# -# File: lang/dynamic/helpers/acl.php, line: 35 -msgid "Allow access to the 'Status: IPsec: SAD' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 36 -msgid "Allow access to the 'VPN: PPTP: Users' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 37 -msgid "Allow access to the 'System: Authentication Servers' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 38 -msgid "Allow access to the 'Diagnostics: States Summary' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 39 -msgid "Allow access to the 'VPN: PPTP: User: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 40 -msgid "Show all items on help menu" -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 41 -msgid "Allow access to the 'System: Firmware: Settings' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 42 -msgid "Allow access to the 'System: User Manager: Add Privileges' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 43 -msgid "Allow access to the 'Services: NTP' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 44 -msgid "Allow access to the 'VPN: OpenVPN: Client Specific Override' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 45 -msgid "Allow access to the 'VPN: OpenVPN: Client' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 46 -msgid "Allow access to the 'Interfaces: Assign network ports' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 47 -msgid "Allow access to the 'Firewall: NAT: Port Forward' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 48 -msgid "Allow access to the 'VPN: IPsec: Pre-Shared Keys List' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 49 -msgid "Create interface groups" -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 50 -msgid "Allow access to the 'Interfaces: VLAN: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 51 -msgid "Allow access to the 'Diagnostics: Reboot System' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 52 -msgid "Allow access to the 'Load Balancer: Pool: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 53 -msgid "Allow access to the 'System: User Manager' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 54 -msgid "" -"Allow access to the 'Services: DHCPv6 Server : Edit static mapping' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 55 -msgid "Allow access to the 'Load Balancer: Pool' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 56 -msgid "Allow access to the 'VPN: L2TP: Users : Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 57 -msgid "Allow access to the 'Firewall: Schedules' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 58 -msgid "Allow access to the 'Diagnostics: Logs: Settings' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 59 -msgid "Allow access to the 'Service: Universal Plug and Play' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 60 -msgid "Allow access to the 'Firewall: Virtual IP Addresses' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 61 -msgid "Allow access to the 'System: Firmware: Manual Update' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 62 -msgid "Allow access to the 'Status: Services' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 63 -msgid "Allow access to the 'Status: IPsec: Leases' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 64 -msgid "" -"Allow access to the 'Services: DNS Forwarder: Edit Domain Override' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 65 -msgid "Allow access to the 'Interfaces: PPPs' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 66 -msgid "Allow access to the 'Firewall: NAT: 1:1' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 67 -msgid "Indicates whether the user is allowed to use the proxy" -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 68 -# File: lang/dynamic/helpers/acl.php, line: 175 -msgid "Allow access to the 'Status: System logs: IPsec VPN' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 69 -msgid "Allow access to the 'Services: DHCP Server : Edit static mapping' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 70 -msgid "Allow access to the 'Services: DHCPv6 server' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 71 -msgid "Allow access to the 'Status: System logs: Load Balancer' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 72 -msgid "Allow access to the 'Lobby: Login / Logout/ Dashboard' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 73 -msgid "Allow access to the 'Services: DNS Resolver: Edit host' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 74 -msgid "Allow access to the 'Services: SNMP' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 75 -msgid "Allow access to the 'Settings: Load Balancer: Settings' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 76 -msgid "Allow access to the 'Diagnostics: Show States' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 77 -msgid "Allow access to the 'VPN: OpenVPN: Client Export Utility' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 78 -msgid "Indicates whether the user is able to login for example via SSH." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 79 -msgid "Allow access to the 'Status: Traffic Graph' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 80 -msgid "Allow access to the 'Firewall: Aliases' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 81 -msgid "Allow access to the 'Services: Load Balancer: Monitor: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 82 -msgid "Allow access to the 'System: CRL Manager' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 83 -msgid "Allow access to the 'Diagnostics: Interface Traffic' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 84 -msgid "Allow access to the 'System: Firmware: Auto Update' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 85 -msgid "Allow access to the 'Diagnostics: Sockets' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 86 -msgid "Allow access to the 'Status: Universal Plug and Play' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 87 -msgid "Allow access to the 'Services: PPPoE Server' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 88 -msgid "Allow access to the 'Status: System logs: OpenVPN' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 89 -msgid "Allow access to the 'Status: OpenVPN' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 90 -msgid "Allow access to the 'Services: RFC 2136 clients' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 91 -msgid "Uploads crash reports to the developers." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 92 -msgid "Allow access to the 'Firewall: Alias: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 93 -msgid "Allow access to the 'Interfaces: PPPs: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 94 -msgid "Allow access to the 'Firewall: NAT: NPT' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 95 -msgid "Allow access to the 'Interfaces: GIF: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 96 -msgid "Allow access to the 'VPN: IPsec' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 97 -msgid "Allow access to the 'Load Balancer: Virtual Server: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 98 -msgid "Allow access to the 'Status: System logs: NTP' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 99 -msgid "Allow access to the 'Interfaces: GRE' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 100 -msgid "Allow access to the 'Services: Router Advertisements' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 101 -msgid "Allow access to the 'VPN: IPsec: Edit Phase 2' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 102 -msgid "Allow access to the 'System: Advanced: Networking' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 103 -msgid "Allow access to the 'VPN: IPsec: Edit Phase 1' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 104 -msgid "Allow access to the 'Interfaces: VLAN' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 105 -msgid "Allow access to the 'Firewall: NAT: Port Forward: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 106 -msgid "" -"Allow access to the 'Services: DNS Resolver: Edit Domain Override' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 107 -msgid "Allow access to the 'Firewall: Alias: Import' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 108 -msgid "Allow access to the 'Diagnostics: Reset state' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 109 -msgid "Allow access to the 'Services: Wake on LAN: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 110 -msgid "Allow access to the 'Firewall: Virtual IP Address: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 111 -msgid "Allow access to the 'Diagnostics: Routing tables' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 112 -msgid "Allow access to the 'System: Advanced: Admin Access' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 113 -msgid "Allow access to the 'Status: System logs: System: Routing' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 114 -msgid "Allow access to the 'Status: Interfaces' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 115 -msgid "Allow access to the 'Services: DNS Forwarder' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 116 -msgid "Allow access to the 'Status: Gateways' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 117 -msgid "Allow access to the 'Status: DHCP leases' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 118 -msgid "Allow access to the 'Hidden: Detailed Status' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 119 -msgid "Allow access to the 'System: Advanced: Miscellaneous' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 120 -msgid "Allow access to the 'AJAX: Service Providers' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 121 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Normal View' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 122 -msgid "Allow access to the 'Diagnostics: Halt system' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 123 -msgid "Allow access to the 'Diagnostics: Logs: L2TP' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 124 -msgid "Allow access to the 'Services: Igmpproxy: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 125 -msgid "Allow access to the 'System: User Manager: Settings: Test LDAP' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 126 -msgid "Allow access to the 'VPN: L2TP' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 127 -msgid "Allow access to the 'XMLRPC Library' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 128 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Summary View' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 129 -msgid "Allow access to the 'Status: IPsec: SPD' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 130 -msgid "Allow access to the 'Status: Filter Reload Status' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 131 -msgid "Allow access to all pages" -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 132 -msgid "Allow access to the 'Firewall: NAT: NPT: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 133 -msgid "Indicates whether the user is allowed to dial in via PPPOE" -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 134 -msgid "Allow access to the 'System: Advanced: Notifications' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 135 -msgid "Allow access to the 'Diagnostics: Logs: DHCP' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 136 -msgid "Allow access to the 'System: Gateway Groups' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 137 -msgid "Allow access to the 'Wizard subsystem' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 138 -msgid "Allow access to the 'Diagnostics: Restore Full Backup' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 139 -msgid "Allow access to the 'Status: CARP' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 140 -msgid "Allow access to the 'Diagnostics: Authentication' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 141 -msgid "Allow access to the 'VPN: PPTP' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 142 -msgid "Allow access to the 'Firewall: Rules' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 143 -msgid "Allow access to the 'AJAX: Get Stats' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 144 -msgid "Allow access to the 'Diagnostics: Logs: System: Gateways' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 145 -msgid "Allow access to the 'Services: DHCPv6 Relay' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 146 -msgid "Allow access to the 'Services: DNS Resolver: Advanced' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 147 -msgid "Allow access to the 'Services: Load Balancer: Virtual Servers' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 148 -msgid "Allow access to the 'Status: NTP' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 149 -msgid "Allows access to the 'Diagnostics: Limiter Info' page" -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 150 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Plain View' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 151 -msgid "Allow access to the 'Diagnostics: Logs: System: Resolver' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 152 -msgid "Allow access to the 'Status: Wireless' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 153 -msgid "Allow access to the 'Status: NTP PPS' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 154 -msgid "Allow access to the 'Diagnostics: Logs: PPTP' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 155 -msgid "Allow access to the 'Diagnostics: NanoBSD' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 156 -msgid "Allow access to the 'System: CA Manager' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 157 -msgid "Allow access to all pages required for the dashboard." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 158 -msgid "Allow access to the 'Diagnostics: Patterns' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 159 -msgid "Allow access to the 'System: User Password Manager' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 160 -msgid "Allow access to 'Interfaces: QinQ: Edit' page" -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 161 -msgid "Allow access to the 'Firewall: Rules: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 162 -msgid "Allow access to the 'Diagnostics: Packet Capture' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 163 -msgid "Allow access to the 'Services: DNS Resolver: Access Lists' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 164 -msgid "Allow access to the 'Firewall: NAT: Outbound: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 165 -msgid "Allow access to the 'Status: IPsec' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 166 -msgid "Allow access to the 'Interfaces: Wireless : Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 167 -msgid "Allow access to the 'Diagnostics: Test Port' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 168 -msgid "Allow access to the 'Diagnostics: Logs: System' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 169 -msgid "Allow access to the 'VPN: L2TP : Users' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 170 -msgid "If present, ignores requests from this user to write config.xml." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 171 -msgid "Allow access to the 'Interfaces: Groups: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 172 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Dynamic View' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 173 -msgid "Allows access to the 'Diagnostics: pfInfo' page" -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 174 -msgid "" -"Indicates whether the user is allowed to dial in via IPsec xauth (Note: Does " -"not allow shell access, but may allow the user to create ssh tunnels)" -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 176 -msgid "Allow access to the 'Interfaces: LAGG: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 177 -msgid "Allow access to the 'VPN: OpenVPN: Server' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 178 -msgid "Allow access to the 'VPN: IPsec: Mobile' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 179 -msgid "Allow access to the 'System: Gateways: Edit Gateway' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 180 -msgid "Allow access to the 'Diagnostics: Backup/restore' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 181 -msgid "" -"Allow direct access to all Dashboard widget pages, required for some widgets " -"using AJAX." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 182 -msgid "Allow access to the 'Status: Load Balancer: Virtual Server' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 183 -msgid "Allow access to the 'Diagnostics: Configuration History' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 184 -msgid "Allow access to the 'Interfaces: GRE: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 185 -msgid "Allow access to the 'Status: Gateway Groups' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 186 -msgid "Allow access to the 'Services: DHCP server' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 187 -msgid "Allow access to the 'Interfaces' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 188 -msgid "Allow access to the 'Services: DNS Forwarder: Edit host' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 189 -msgid "Allow access to the 'Status: System logs: Captive portal' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 190 -msgid "Allow access to the 'System: General Setup' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 191 -msgid "Allow access to the 'Services: DNS Resolver: Access Lists: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 192 -msgid "Allow access to the 'Firewall: NAT: 1:1: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 193 -msgid "Allow access to the 'Diagnostics: Tables' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 194 -msgid "Allow access to the 'System: Group manager' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 195 -msgid "Allow access to the 'System: User Manager: settings' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 196 -msgid "Allow access to the 'Status: DHCPv6 leases' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 197 -msgid "Edit Interface LAGG" -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 198 -msgid "Allow access to the 'Status: NTP Serial GPS' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 199 -msgid "Indicates whether the user is allowed to dial in via L2TP" -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 200 -msgid "Allow access to the 'Status: Load Balancer: Pool' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 201 -msgid "Allow access to the 'Interfaces: QinQ' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 202 -msgid "Allow access to the 'Interfaces: Bridge : Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 203 -msgid "Allow access to the 'Interfaces: Wireless' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 204 -msgid "Allow access to the 'Services: Dynamic DNS clients' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 205 -msgid "Allow access to the 'Status: System logs: System: Wireless' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 206 -msgid "Allow access to the 'Firewall: Schedules: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 207 -msgid "Allow access to the 'Diagnostics: Ping' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 208 -msgid "Allow access to the 'System: Certificate Manager' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 209 -msgid "Allow access to the 'System: Gateways: Edit Gateway Groups' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 210 -msgid "Allow access to the 'System: Static Routes: Edit route' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 211 -msgid "Allow access to the 'Services: Wake on LAN' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 212 -msgid "Allow access to the 'System: License' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 213 -msgid "Allow access to the 'Services: DNS Filter' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 214 -msgid "Allow access to the 'Services: DNS Resolver' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 215 -msgid "Allows access to the 'Diagnostics: pfTop' page" -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 216 -msgid "Allow access to the 'Interfaces: GIF' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 217 -msgid "Allow access to the 'VPN: IPsec: Edit Pre-Shared Keys' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 218 -msgid "Allow access to the 'Services: Dynamic DNS client' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 219 -msgid "Allow access to the 'Services: PPPoE Server: Edit' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 220 -msgid "Allow access to the 'Diagnostics: Logs: PPPoE' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 221 -msgid "Allow access to the 'System: Advanced: Tunables' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 222 -msgid "Allow access to the 'System: Group Manager: Add Privileges' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 223 -msgid "Allow access to the 'Services: Load Balancer: Monitors' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 224 -msgid "Indicates whether the user is allowed to dial in via PPTP" -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 225 -msgid "Allow access to the 'Diagnostics: Traceroute' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 226 -msgid "Allow access to the 'Firewall: NAT: Outbound' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 227 -msgid "Allow access to the 'System: Advanced: Firewall and NAT' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 228 -msgid "Allow access to the 'System: Gateways' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 229 -msgid "Allow access to the 'Firewall: Easy Rule' add/status page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 230 -msgid "Allow access to the 'System: Static Routes' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 231 -msgid "Allow access to the 'XMLRPC Interface Stats' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 232 -msgid "Allow access to the 'Interfaces: Bridge' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 233 -msgid "Allow access to the 'System: High Availability' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 234 -msgid "Allow access to the 'Diagnostics: Factory defaults' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 235 -msgid "Allow access to the 'Services: DHCP Relay' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 236 -msgid "" -"Allow access to the 'System: Firmware: Manual Update: Progress bar' page." -msgstr "" -# -# File: lang/dynamic/helpers/acl.php, line: 237 -msgid "Allow access to the 'Services: Igmpproxy' page." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 35 -msgid "Enable this zone" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 36 -msgid "Internal number used for this zone" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 37 -msgid "Select interface(s) to enable for captive portal." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 38 -msgid "" -"Select authentication methods to use, leave empty for no authentication " -"needed." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "" -"Clients will be disconnected after this amount of inactivity. They may log " -"in again immediately, though. Enter 0 to disable idle timeout." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 40 -msgid "" -"Clients will be disconnected after this amount of time, regardless of " -"activity. They may log in again immediately, though. Enter 0 to disable hard " -"timeout (not recommended unless an idle timeout is set)." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 41 -msgid "" -"If this option is set, users can login on multiple machines at once. If " -"disabled subsequent logins will cause machines previously logged in with the " -"same username to be disconnected." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 42 -msgid "" -"If provided, all traffic will be transmitted over an HTTPS connection to " -"protect against eavesdroppers." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 43 -msgid "" -"Hostname (of this machine) to redirect login page to, leave blank to use " -"this interface IP address, otherwise make sure the client can access DNS to " -"resolve this location. When using a SSL certificate, make sure both this " -"name and the cert name are equal." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 44 -msgid "Avoid authentication for addresses and subnets in this list" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 45 -msgid "Avoid authentication for physical addresses in this list" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 46 -msgid "Use custom template package for user login" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 47 -msgid "Description to identify this zone." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 48 -# File: lang/dynamic/helpers/controllers.php, line: 60 -msgid "Select if job is enabled or not" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 49 -msgid "" -"Enter the minutes for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,20,30 or 10-30)" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 50 -msgid "" -"Enter the hours for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,11,12 or 10-12)" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 51 -msgid "" -"Enter the days of the month for the job to act, can also be a comma " -"separated list, * (each) or a range (ex. 1,20,28 or 1-28)" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 52 -msgid "" -"Enter the months for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 1,2,3 or 1-3)" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 53 -msgid "" -"Enter the days of the week for the job to act, can also be a comma separated " -"list, * (each) or a range (ex. 1,2,3 or 1-3)" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 54 -msgid "Select the command that needs to be executed at given time frame." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 55 -msgid "Enter parameters for this job if required." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 56 -msgid "Enter a description to explain what this job is intended for." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 57 -msgid "set action to perform here, only used when in IPS mode" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 58 -msgid "enable IDS" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 59 -msgid "Select interface(s) to use." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 61 -msgid "Enter a filename for storing the blacklist." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 62 -msgid "Enter an url to fetch the blacklist from." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 63 -msgid "Enter a description to explain what this blacklist is intended for." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 64 -msgid "Enable or disable the proxy service." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 65 -msgid "" -"The port number where Squid sends and receives ICP queries to and from " -"neighbor caches. Leave blank to disable (default). The standard UDP port for " -"ICP is 3130." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 66 -msgid "Enable access logging." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 67 -msgid "Enable store logging." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 68 -msgid "" -"If set (default), Squid will include a Via header in requests and\n" -" replies as required by RFC2616." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 70 -msgid "Select what to do with X-Forwarded for header." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 71 -msgid "" -"Suppress Squid version string info in HTTP headers and HTML error pages." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 72 -msgid "Enter the cache memory size to use." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 73 -msgid "Enter the storage size for the local cache (default is 100)." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 74 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 16)." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 75 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 256)." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 76 -msgid "Enable or disable traffic management." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 77 -msgid "" -"Enter the maxium size for downloads in kilobytes (leave empty to disable)." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 78 -msgid "" -"Enter the maxium size for uploads in kilobytes (leave empty to disable)." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 79 -msgid "" -"Enter the allowed overall bandtwith in kilobits per second (leave empty to " -"disable)." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 80 -msgid "" -"Enter the allowed per host bandwidth in kilobits per second (leave empty to " -"disable)." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 81 -msgid "Select interface(s) the proxy will bind to." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 82 -# File: lang/dynamic/helpers/controllers.php, line: 85 -msgid "The port the proxy service will listen to." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 83 -msgid "" -"When enabled the subnets of the selected interfaces will be added to the " -"allow access list." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 84 -msgid "Select interface(s) the ftp proxy will bind to." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 86 -msgid "Select Authentication method" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 87 -msgid "The prompt will be displayed in the authentication request window." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 88 -msgid "The total number of authenticator processes to spawn." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 89 -msgid "enable this pipe and it's related queues and rules" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 90 -msgid "Total bandwidth for this pipe" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 91 -msgid "number of dynamic queues, leave empty for default" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 92 -# File: lang/dynamic/helpers/controllers.php, line: 96 -msgid "Description to identify this pipe." -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 93 -msgid "enable this queue and it's related rules" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 94 -msgid "connected pipe for this queue" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 95 -msgid "" -"Weight of this queue (1..100), used to prioritize within a pipe. (1 is low, " -"100 is high)" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 97 -msgid "order in which the rule will be evaluated (lowest first)" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 98 -msgid "" -"secondary interface, matches packets going traveling from interface (1) to " -"interface (2).\n" -" " -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 100 -msgid "source ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 101 -msgid "source port number or well known name (imap,imaps, http,https,...)" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 102 -msgid "destination ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 103 -msgid "destination port number or well known name (imap,imaps, http,https,...)" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 104 -msgid "matches incoming or outgoing packets or both (default)" -msgstr "" -# -# File: lang/dynamic/helpers/controllers.php, line: 105 -msgid "target pipe or queue" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 35 -msgid "Root" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 36 -msgid "Dashboard" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 37 -msgid "License" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 38 -# File: src/www/diag_authentication.php, line: 130 -# File: src/www/interfaces.php, line: 2140 -# File: src/www/interfaces.php, line: 2212 -# File: src/www/interfaces.php, line: 2350 -# File: src/www/interfaces_ppps_edit.php, line: 119 -# File: src/www/interfaces_ppps_edit.php, line: 122 -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -# File: src/www/interfaces_ppps_edit.php, line: 557 -# File: src/www/services_dyndns_edit.php, line: 96 -# File: src/www/services_dyndns_edit.php, line: 374 -# File: src/www/services_opendns.php, line: 178 -# File: src/www/system_advanced_notifications.php, line: 201 -# File: src/www/system_usermanager.php, line: 244 -# File: src/www/system_usermanager.php, line: 648 -# File: src/www/system_usermanager_passwordmg.php, line: 42 -# File: src/www/vpn_l2tp_users_edit.php, line: 78 -# File: src/www/vpn_l2tp_users_edit.php, line: 169 -# File: src/www/vpn_openvpn_client.php, line: 630 -# File: src/www/vpn_openvpn_client.php, line: 665 -# File: src/www/vpn_openvpn_export.php, line: 714 -# File: src/www/vpn_openvpn_export.php, line: 748 -# File: src/www/vpn_openvpn_export_shared.php, line: 371 -# File: src/www/vpn_pppoe_edit.php, line: 596 -# File: src/www/vpn_pptp_users_edit.php, line: 76 -# File: src/www/vpn_pptp_users_edit.php, line: 167 -msgid "Password" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 39 -# File: src/opnsense/mvc/app/views/layouts/default.volt, line: 126 -# File: src/www/fbegin.inc, line: 118 -msgid "Logout" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 40 -# File: src/www/status.php, line: 188 -msgid "Lobby" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 41 -# File: lang/dynamic/helpers/models.php, line: 43 -# File: lang/dynamic/helpers/models.php, line: 45 -msgid "workAround" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 42 -# File: src/www/system_camanager.php, line: 711 -# File: src/www/system_certmanager.php, line: 541 -# File: src/www/system_crlmanager.php, line: 296 -# File: src/www/system_crlmanager.php, line: 320 -# File: src/www/system_crlmanager.php, line: 610 -# File: src/www/system_hasync.php, line: 214 -msgid "Certificates" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 44 -# File: src/www/system_camanager.php, line: 430 -msgid "Authorities" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 46 -msgid "Revocation" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 47 -msgid "Trust" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 48 -# File: src/www/firewall_rules_edit.php, line: 1175 -# File: src/www/firewall_rules_edit.php, line: 1202 -# File: src/www/firewall_rules_edit.php, line: 1342 -# File: src/www/firewall_rules_edit.php, line: 1430 -# File: src/www/firewall_rules_edit.php, line: 1441 -# File: src/www/interfaces_lagg_edit.php, line: 243 -# File: src/www/load_balancer_virtual_server_edit.php, line: 229 -# File: src/www/system_general.php, line: 366 -# File: src/www/vpn_ipsec_mobile.php, line: 406 -# File: src/www/vpn_openvpn_client.php, line: 623 -# File: src/www/vpn_openvpn_export.php, line: 741 -# File: src/www/vpn_openvpn_export_shared.php, line: 364 -msgid "none" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 49 -# File: src/www/diag_confbak.php, line: 265 -msgid "History" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 50 -msgid "Backups" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 51 -msgid "Configuration" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 52 -msgid "Crash Reporter" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 53 -msgid "Firmware" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 54 -msgid "Synchronization" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 55 -msgid "CARP Status" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 56 -msgid "High Availability" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 57 -# File: lang/dynamic/helpers/models.php, line: 63 -# File: lang/dynamic/helpers/models.php, line: 66 -# File: lang/dynamic/helpers/models.php, line: 78 -# File: lang/dynamic/helpers/models.php, line: 91 -# File: lang/dynamic/helpers/models.php, line: 105 -# File: lang/dynamic/helpers/models.php, line: 107 -# File: lang/dynamic/helpers/models.php, line: 109 -# File: lang/dynamic/helpers/models.php, line: 111 -# File: lang/dynamic/helpers/models.php, line: 113 -# File: lang/dynamic/helpers/models.php, line: 115 -# File: lang/dynamic/helpers/models.php, line: 117 -# File: lang/dynamic/helpers/models.php, line: 120 -# File: lang/dynamic/helpers/models.php, line: 124 -# File: lang/dynamic/helpers/models.php, line: 139 -# File: lang/dynamic/helpers/models.php, line: 143 -# File: lang/dynamic/helpers/models.php, line: 145 -# File: lang/dynamic/helpers/models.php, line: 147 -# File: lang/dynamic/helpers/models.php, line: 190 -# File: lang/dynamic/helpers/models.php, line: 197 -# File: lang/dynamic/helpers/models.php, line: 215 -# File: lang/dynamic/helpers/models.php, line: 219 -# File: lang/dynamic/helpers/models.php, line: 224 -# File: lang/dynamic/helpers/models.php, line: 226 -# File: lang/dynamic/helpers/models.php, line: 231 -# File: lang/dynamic/helpers/models.php, line: 241 -# File: lang/dynamic/helpers/models.php, line: 250 -# File: lang/dynamic/helpers/models.php, line: 261 -# File: lang/dynamic/helpers/models.php, line: 272 -# File: lang/dynamic/helpers/models.php, line: 277 -# File: lang/dynamic/helpers/models.php, line: 279 -# File: lang/dynamic/helpers/models.php, line: 281 -# File: lang/dynamic/helpers/models.php, line: 283 -# File: lang/dynamic/helpers/models.php, line: 290 -msgid "Edit" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 58 -# File: lang/dynamic/helpers/models.php, line: 62 -# File: lang/dynamic/helpers/models.php, line: 64 -# File: lang/dynamic/helpers/models.php, line: 84 -# File: lang/dynamic/helpers/models.php, line: 87 -# File: lang/dynamic/helpers/models.php, line: 99 -# File: lang/dynamic/helpers/models.php, line: 142 -# File: lang/dynamic/helpers/models.php, line: 212 -# File: src/www/diag_smart.php, line: 299 -# File: src/www/services_snmp.php, line: 465 -# File: src/www/status_graph.php, line: 150 -msgid "All" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 59 -# File: lang/dynamic/helpers/models.php, line: 65 -# File: lang/dynamic/helpers/models.php, line: 127 -# File: lang/dynamic/helpers/models.php, line: 128 -# File: lang/dynamic/helpers/models.php, line: 164 -# File: lang/dynamic/helpers/models.php, line: 238 -# File: lang/dynamic/helpers/models.php, line: 252 -# File: src/www/carp_status.php, line: 140 -# File: src/www/diag_ipsec.php, line: 100 -# File: src/www/diag_ipsec_leases.php, line: 68 -# File: src/www/status.php, line: 189 -# File: src/www/status_dhcp_leases.php, line: 345 -# File: src/www/status_gateways.php, line: 57 -# File: src/www/status_interfaces.php, line: 82 -# File: src/www/status_lb_vs.php, line: 76 -# File: src/www/status_ntpd.php, line: 177 -# File: src/www/status_openvpn.php, line: 235 -# File: src/www/status_openvpn.php, line: 273 -# File: src/www/status_services.php, line: 297 -# File: src/www/status_wireless.php, line: 82 -# File: src/www/widgets/widgets/gateways.widget.php, line: 48 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 143 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 178 -# File: src/www/widgets/widgets/services_status.widget.php, line: 61 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 47 -msgid "Status" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 60 -# File: lang/dynamic/helpers/models.php, line: 69 -# File: lang/dynamic/helpers/models.php, line: 81 -# File: lang/dynamic/helpers/models.php, line: 122 -# File: lang/dynamic/helpers/models.php, line: 126 -# File: lang/dynamic/helpers/models.php, line: 195 -# File: lang/dynamic/helpers/models.php, line: 218 -# File: lang/dynamic/helpers/models.php, line: 230 -# File: lang/dynamic/helpers/models.php, line: 239 -# File: lang/dynamic/helpers/models.php, line: 244 -# File: lang/dynamic/helpers/models.php, line: 247 -# File: lang/dynamic/helpers/models.php, line: 269 -# File: lang/dynamic/helpers/models.php, line: 275 -# File: lang/dynamic/helpers/models.php, line: 287 -# File: lang/dynamic/helpers/models.php, line: 293 -# File: lang/dynamic/helpers/models.php, line: 307 -msgid "Log File" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 61 -msgid "Routes" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 67 -# File: lang/dynamic/helpers/models.php, line: 112 -# File: src/www/interfaces_groups.php, line: 78 -# File: src/www/system_groupmanager.php, line: 255 -# File: src/www/system_groupmanager.php, line: 279 -msgid "Group" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 68 -msgid "Group Status" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 70 -# File: src/www/status_gateway_groups.php, line: 62 -# File: src/www/system_gateway_groups.php, line: 169 -# File: src/www/system_gateways.php, line: 224 -# File: src/www/system_gateways.php, line: 256 -msgid "Gateways" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 71 -# File: lang/dynamic/helpers/models.php, line: 207 -# File: lang/dynamic/helpers/models.php, line: 235 -msgid "General" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 72 -msgid "Admin Access" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 73 -msgid "Networking" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 74 -msgid "Firewall/NAT" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 75 -msgid "Notifications" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 76 -msgid "Logs/Reports" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 77 -msgid "Miscellaneous" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 79 -msgid "Tunables" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 80 -# File: lang/dynamic/helpers/models.php, line: 90 -# File: lang/dynamic/helpers/models.php, line: 229 -# File: lang/dynamic/helpers/models.php, line: 242 -# File: lang/dynamic/helpers/models.php, line: 251 -# File: lang/dynamic/helpers/models.php, line: 271 -# File: lang/dynamic/helpers/models.php, line: 289 -# File: lang/dynamic/helpers/models.php, line: 366 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 382 -msgid "Settings" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 82 -msgid "Step" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 83 -msgid "Wizard" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 85 -# File: lang/dynamic/helpers/models.php, line: 88 -msgid "Privileges" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 86 -# File: lang/dynamic/helpers/models.php, line: 273 -# File: lang/dynamic/helpers/models.php, line: 291 -msgid "Users" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 89 -# File: src/www/system_usermanager.php, line: 939 -msgid "Groups" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 92 -# File: src/www/load_balancer_pool.php, line: 126 -# File: src/www/status_lb_pool.php, line: 130 -# File: src/www/status_lb_vs.php, line: 75 -msgid "Servers" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 93 -msgid "Tester" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 94 -# File: src/www/diag_logs_proxy.php, line: 13 -msgid "Access" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 95 -msgid "Factory Defaults" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 96 -msgid "Halt System" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 97 -msgid "Reboot System" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 98 -# File: src/www/widgets/widgets/smart_status.widget.php, line: 40 -msgid "SMART Status" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 100 -# File: lang/dynamic/helpers/models.php, line: 256 -# File: lang/dynamic/helpers/models.php, line: 309 -# File: lang/dynamic/helpers/models.php, line: 333 -# File: lang/dynamic/helpers/models.php, line: 339 -# File: src/www/services_unbound_overrides.php, line: 92 -# File: src/www/system_authservers.php, line: 152 -msgid "Services" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 101 -# File: lang/dynamic/helpers/models.php, line: 137 -# File: lang/dynamic/helpers/models.php, line: 182 -# File: lang/dynamic/helpers/models.php, line: 359 -# File: lang/dynamic/helpers/models.php, line: 363 -msgid "Diagnostics" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 102 -# File: lang/dynamic/helpers/models.php, line: 360 -# File: src/www/diag_backup.php, line: 146 -# File: src/www/system_general.php, line: 317 -msgid "System" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 103 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 44 -msgid "Overview" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 104 -msgid "Assignments" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 106 -# File: src/www/interfaces_bridge.php, line: 92 -msgid "Bridge" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 108 -# File: src/www/interfaces_gif.php, line: 85 -msgid "GIF" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 110 -# File: src/www/firewall_nat_out_edit.php, line: 457 -# File: src/www/interfaces_gre.php, line: 87 -msgid "GRE" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 114 -# File: src/www/interfaces_lagg.php, line: 96 -msgid "LAGG" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 116 -# File: src/www/interfaces_qinq.php, line: 102 -msgid "QinQ" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 118 -# File: src/www/interfaces_vlan.php, line: 88 -msgid "VLAN" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 119 -msgid "Other Types" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 121 -# File: lang/dynamic/helpers/models.php, line: 125 -msgid "Devices" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 123 -# File: src/www/interfaces_ppps.php, line: 87 -msgid "Point-to-Point" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 129 -# File: src/www/interfaces_wireless.php, line: 85 -msgid "Wireless" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 130 -# File: src/www/diag_dns.php, line: 150 -msgid "DNS Lookup" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 131 -msgid "Packet Capture" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 132 -# File: src/www/diag_dns.php, line: 134 -# File: src/www/diag_ping.php, line: 103 -# File: src/www/diag_ping.php, line: 154 -msgid "Ping" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 133 -# File: src/www/diag_testport.php, line: 129 -msgid "Test Port" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 134 -# File: src/www/diag_dns.php, line: 135 -# File: src/www/diag_traceroute.php, line: 105 -# File: src/www/diag_traceroute.php, line: 169 -msgid "Traceroute" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 135 -# File: lang/dynamic/helpers/models.php, line: 173 -# File: lang/dynamic/helpers/models.php, line: 193 -# File: lang/dynamic/helpers/models.php, line: 201 -msgid "Details" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 136 -msgid "Traffic Graph" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 138 -# File: lang/dynamic/helpers/models.php, line: 364 -# File: src/www/diag_backup.php, line: 138 -# File: src/www/diag_logs_filter_summary.php, line: 45 -# File: src/www/interfaces_assign.php, line: 361 -# File: src/www/services_dnsmasq.php, line: 275 -msgid "Interfaces" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 140 -msgid "NoneEdit" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 141 -# File: src/www/diag_system_pftop.php, line: 136 -# File: src/www/firewall_nat_edit.php, line: 927 -# File: src/www/firewall_nat_edit.php, line: 959 -# File: src/www/interfaces.php, line: 1732 -# File: src/www/interfaces.php, line: 1745 -# File: src/www/interfaces.php, line: 1860 -# File: src/www/interfaces.php, line: 2453 -# File: src/www/interfaces_bridge_edit.php, line: 480 -# File: src/www/system_advanced_misc.php, line: 420 -# File: src/www/vpn_ipsec.php, line: 55 -# File: src/www/vpn_ipsec_phase2.php, line: 768 -# File: src/www/vpn_openvpn_client.php, line: 757 -msgid "None" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 144 -msgid "IPs" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 146 -# File: src/www/firewall_aliases_edit.php, line: 466 -# File: src/www/firewall_nat.php, line: 256 -# File: src/www/firewall_nat.php, line: 258 -# File: src/www/firewall_nat.php, line: 260 -msgid "Ports" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 148 -msgid "URLs" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 149 -msgid "Import" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 150 -# File: src/www/diag_backup.php, line: 133 -# File: src/www/firewall_aliases.php, line: 154 -# File: src/www/firewall_aliases_import.php, line: 48 -# File: src/www/firewall_nat_1to1_edit.php, line: 357 -# File: src/www/firewall_nat_1to1_edit.php, line: 408 -# File: src/www/firewall_nat_edit.php, line: 606 -# File: src/www/firewall_nat_edit.php, line: 652 -# File: src/www/firewall_nat_edit.php, line: 669 -# File: src/www/firewall_nat_edit.php, line: 720 -# File: src/www/firewall_nat_edit.php, line: 796 -# File: src/www/firewall_nat_edit.php, line: 813 -# File: src/www/firewall_nat_edit.php, line: 863 -# File: src/www/firewall_nat_out_edit.php, line: 479 -# File: src/www/firewall_nat_out_edit.php, line: 534 -# File: src/www/firewall_rules_edit.php, line: 896 -# File: src/www/firewall_rules_edit.php, line: 961 -# File: src/www/firewall_rules_edit.php, line: 978 -# File: src/www/firewall_rules_edit.php, line: 1029 -# File: src/www/firewall_rules_edit.php, line: 1083 -# File: src/www/firewall_rules_edit.php, line: 1100 -# File: src/www/services_dnsmasq_edit.php, line: 231 -# File: src/www/services_unbound_host_edit.php, line: 321 -# File: src/www/system_hasync.php, line: 241 -msgid "Aliases" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 151 -msgid "RulesEdit" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 152 -msgid "Floating" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 153 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 81 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 81 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 172 -# File: src/www/diag_logs_filter.php, line: 647 -# File: src/www/diag_packet_capture.php, line: 311 -# File: src/www/firewall_nat_1to1.php, line: 198 -# File: src/www/firewall_nat_1to1_edit.php, line: 168 -# File: src/www/firewall_nat_1to1_edit.php, line: 310 -# File: src/www/firewall_nat_edit.php, line: 196 -# File: src/www/firewall_nat_edit.php, line: 199 -# File: src/www/firewall_nat_edit.php, line: 543 -# File: src/www/firewall_nat_npt.php, line: 197 -# File: src/www/firewall_nat_npt_edit.php, line: 124 -# File: src/www/firewall_nat_npt_edit.php, line: 196 -# File: src/www/firewall_nat_out.php, line: 339 -# File: src/www/firewall_nat_out.php, line: 539 -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_nat_out_edit.php, line: 434 -# File: src/www/firewall_rules_edit.php, line: 765 -# File: src/www/firewall_virtual_ip.php, line: 274 -# File: src/www/firewall_virtual_ip_edit.php, line: 336 -# File: src/www/interfaces_assign.php, line: 398 -# File: src/www/interfaces_bridge.php, line: 126 -# File: src/www/interfaces_gif.php, line: 119 -# File: src/www/interfaces_gre.php, line: 121 -# File: src/www/interfaces_lagg.php, line: 129 -# File: src/www/interfaces_ppps.php, line: 120 -# File: src/www/interfaces_qinq.php, line: 136 -# File: src/www/interfaces_vlan.php, line: 121 -# File: src/www/interfaces_wireless.php, line: 118 -# File: src/www/services_dhcp_relay.php, line: 69 -# File: src/www/services_dhcpv6_relay.php, line: 65 -# File: src/www/services_dyndns.php, line: 84 -# File: src/www/services_igmpproxy_edit.php, line: 160 -# File: src/www/services_wol.php, line: 139 -# File: src/www/services_wol.php, line: 174 -# File: src/www/services_wol_edit.php, line: 77 -# File: src/www/services_wol_edit.php, line: 137 -# File: src/www/status_graph.php, line: 115 -# File: src/www/system_gateways.php, line: 301 -# File: src/www/system_gateways_edit.php, line: 53 -# File: src/www/system_gateways_edit.php, line: 575 -# File: src/www/system_routes.php, line: 244 -# File: src/www/vpn_ipsec_phase1.php, line: 660 -# File: src/www/vpn_l2tp.php, line: 304 -# File: src/www/vpn_openvpn_client.php, line: 544 -# File: src/www/vpn_openvpn_server.php, line: 836 -# File: src/www/vpn_pppoe.php, line: 117 -# File: src/www/vpn_pppoe_edit.php, line: 417 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 46 -msgid "Interface" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 154 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 383 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 104 -# File: src/www/diag_system_pftop.php, line: 121 -# File: src/www/firewall_rules.php, line: 142 -# File: src/www/firewall_rules.php, line: 161 -# File: src/www/firewall_schedule.php, line: 92 -msgid "Rules" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 155 -msgid "NatEdit" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 156 -# File: src/www/firewall_nat.php, line: 170 -# File: src/www/firewall_nat.php, line: 189 -msgid "Port Forward" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 157 -msgid "OneOnOneEdit" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 158 -# File: src/www/firewall_nat_1to1.php, line: 118 -# File: src/www/firewall_nat_1to1.php, line: 137 -msgid "1:1" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 159 -msgid "OutboundEdit" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 160 -# File: src/www/firewall_nat_out.php, line: 187 -# File: src/www/firewall_nat_out.php, line: 207 -msgid "Outbound" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 161 -msgid "NPTEdit" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 162 -msgid "NPT (IPv6)" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 163 -# File: src/www/diag_backup.php, line: 140 -# File: src/www/firewall_nat.php, line: 246 -# File: src/www/firewall_virtual_ip.php, line: 345 -# File: src/www/system_hasync.php, line: 250 -# File: src/www/vpn_ipsec_phase2.php, line: 746 -msgid "NAT" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 165 -msgid "TrafficShaper" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 166 -msgid "VirtualIPEdit" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 167 -# File: src/www/firewall_nat_edit.php, line: 733 -# File: src/www/system_hasync.php, line: 314 -msgid "Virtual IPs" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 168 -msgid "SchedulesEdit" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 169 -# File: src/www/system_advanced_misc.php, line: 469 -msgid "Schedules" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 170 -msgid "Filter Reload" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 171 -msgid "pfInfo" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 172 -msgid "pfTop" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 174 -msgid "pfTables" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 175 -msgid "SocketsDetails" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 176 -msgid "Sockets" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 177 -msgid "States Dump" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 178 -msgid "States Reset" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 179 -msgid "States Summary" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 180 -# File: lang/dynamic/helpers/models.php, line: 217 -# File: src/www/diag_dump_states.php, line: 125 -# File: src/www/diag_dump_states_sources.php, line: 119 -# File: src/www/diag_logs_filter.php, line: 670 -# File: src/www/diag_logs_template.inc, line: 89 -# File: src/www/status_graph.php, line: 117 -msgid "Filter" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 181 -msgid "Source Tracking" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 183 -msgid "Normal View" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 184 -msgid "Dynamic View" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 185 -msgid "Summary View" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 186 -msgid "Plain View" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 187 -msgid "Log Files" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 188 -# File: lang/dynamic/helpers/models.php, line: 368 -msgid "Firewall" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 189 -msgid "Tab" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 191 -# File: lang/dynamic/helpers/models.php, line: 199 -# File: src/www/diag_dns.php, line: 113 -# File: src/www/diag_logs_settings.php, line: 525 -# File: src/www/diag_logs_settings.php, line: 529 -# File: src/www/diag_logs_settings.php, line: 533 -# File: src/www/services_rfc2136.php, line: 79 -# File: src/www/services_rfc2136_edit.php, line: 200 -# File: src/www/status_ntpd.php, line: 178 -# File: src/www/system_authservers.php, line: 374 -# File: src/www/vpn_ipsec_mobile.php, line: 480 -# File: src/www/vpn_ipsec_mobile.php, line: 482 -# File: src/www/vpn_ipsec_mobile.php, line: 484 -# File: src/www/vpn_ipsec_mobile.php, line: 486 -# File: src/www/vpn_ipsec_mobile.php, line: 499 -# File: src/www/vpn_ipsec_mobile.php, line: 501 -# File: src/www/vpn_openvpn_client.php, line: 1049 -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 68 -msgid "Server" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 192 -# File: lang/dynamic/helpers/models.php, line: 200 -msgid "Relay" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 194 -# File: lang/dynamic/helpers/models.php, line: 202 -msgid "Leases" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 196 -# File: src/www/interfaces.php, line: 1732 -# File: src/www/status_interfaces.php, line: 88 -msgid "DHCP" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 198 -msgid "RA" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 203 -# File: src/www/interfaces.php, line: 1745 -msgid "DHCPv6" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 204 -# File: lang/dynamic/helpers/models.php, line: 208 -# File: src/www/firewall_aliases_edit.php, line: 459 -msgid "Hosts" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 205 -# File: lang/dynamic/helpers/models.php, line: 209 -msgid "Domains" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 206 -# File: src/etc/inc/services.inc, line: 2469 -# File: src/www/diag_backup.php, line: 134 -# File: src/www/system_hasync.php, line: 323 -msgid "DNS Forwarder" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 210 -# File: src/www/services_unbound_overrides.php, line: 92 -msgid "Overrides" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 211 -# File: src/www/firewall_nat_edit.php, line: 583 -# File: src/www/firewall_rules_edit.php, line: 940 -# File: src/www/interfaces.php, line: 1941 -# File: src/www/interfaces.php, line: 2399 -# File: src/www/interfaces.php, line: 2534 -# File: src/www/services_dhcp.php, line: 925 -# File: src/www/services_dhcp.php, line: 947 -# File: src/www/services_dhcp.php, line: 961 -# File: src/www/services_dhcp.php, line: 973 -# File: src/www/services_dhcp.php, line: 985 -# File: src/www/services_dhcp.php, line: 997 -# File: src/www/services_dhcp.php, line: 1024 -# File: src/www/services_dhcp_edit.php, line: 485 -# File: src/www/services_dhcp_edit.php, line: 508 -# File: src/www/services_dhcp_edit.php, line: 520 -# File: src/www/services_dhcpv6.php, line: 675 -# File: src/www/services_dhcpv6.php, line: 698 -# File: src/www/services_dhcpv6.php, line: 711 -# File: src/www/services_dhcpv6.php, line: 724 -# File: src/www/services_dhcpv6.php, line: 736 -# File: src/www/services_dhcpv6.php, line: 751 -# File: src/www/services_dnsmasq.php, line: 310 -# File: src/www/services_dnsmasq.php, line: 313 -# File: src/www/services_dnsmasq.php, line: 316 -# File: src/www/services_ntpd.php, line: 327 -# File: src/www/services_ntpd.php, line: 347 -# File: src/www/services_ntpd.php, line: 376 -# File: src/www/services_ntpd_gps.php, line: 533 -# File: src/www/services_unbound.php, line: 299 -# File: src/www/services_unbound.php, line: 302 -# File: src/www/services_unbound.php, line: 305 -# File: src/www/services_upnp.php, line: 547 -# File: src/www/system_gateways_edit.php, line: 666 -# File: src/www/system_gateways_edit.php, line: 672 -# File: src/www/vpn_openvpn_client.php, line: 987 -# File: src/www/vpn_openvpn_csc.php, line: 580 -# File: src/www/vpn_openvpn_server.php, line: 1656 -msgid "Advanced" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 213 -msgid "Access Lists" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 214 -# File: src/www/services_unbound_overrides.php, line: 92 -msgid "DNS Resolver" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 216 -msgid "DynDNS" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 220 -msgid "RFC 2136" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 221 -msgid "DNS Tools" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 222 -msgid "IGMPProxyEdit" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 223 -msgid "IGMP Proxy" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 225 -msgid "Monitors" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 227 -msgid "Pool Setup" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 228 -msgid "Pool Status" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 232 -msgid "Virtual Server Setup" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 233 -msgid "Virtual Server Status" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 234 -# File: src/www/system_hasync.php, line: 305 -msgid "Load Balancer" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 236 -# File: src/www/services_ntpd_gps.php, line: 362 -msgid "GPS" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 237 -msgid "PPS" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 240 -msgid "Network Time" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 243 -# File: lang/dynamic/helpers/models.php, line: 274 -# File: lang/dynamic/helpers/models.php, line: 292 -# File: src/www/diag_dns.php, line: 94 -# File: src/www/firewall_aliases_edit.php, line: 361 -# File: src/www/firewall_rules_edit.php, line: 234 -# File: src/www/firewall_virtual_ip.php, line: 275 -# File: src/www/firewall_virtual_ip_edit.php, line: 103 -# File: src/www/firewall_virtual_ip_edit.php, line: 325 -# File: src/www/load_balancer_monitor.php, line: 114 -# File: src/www/load_balancer_monitor_edit.php, line: 147 -# File: src/www/load_balancer_monitor_edit.php, line: 316 -# File: src/www/services_dhcp.php, line: 1038 -# File: src/www/services_igmpproxy.php, line: 99 -# File: src/www/services_igmpproxy_edit.php, line: 184 -# File: src/www/services_unbound_host_edit.php, line: 84 -# File: src/www/services_unbound_host_edit.php, line: 273 -# File: src/www/services_unbound_overrides.php, line: 133 -# File: src/www/status_ntpd.php, line: 181 -# File: src/www/system_authservers.php, line: 129 -# File: src/www/system_authservers.php, line: 150 -# File: src/www/system_authservers.php, line: 441 -# File: src/www/system_authservers.php, line: 672 -# File: src/www/system_certmanager.php, line: 784 -# File: src/www/system_certmanager.php, line: 909 -# File: src/www/vpn_ipsec_phase2.php, line: 703 -# File: src/www/vpn_ipsec_phase2.php, line: 758 -# File: src/www/vpn_ipsec_phase2.php, line: 799 -# File: src/www/vpn_openvpn_export.php, line: 729 -# File: src/www/vpn_openvpn_export_shared.php, line: 352 -msgid "Type" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 245 -msgid "PPPoE Server" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 246 -msgid "More" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 248 -msgid "Proxy" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 249 -msgid "SNMP" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 253 -msgid "Universal Plug and Play" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 254 -msgid "WoLEdit" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 255 -# File: src/www/diag_backup.php, line: 151 -# File: src/www/services_wol.php, line: 129 -# File: src/www/system_hasync.php, line: 287 -msgid "Wake on LAN" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 257 -msgid "Phase1" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 258 -msgid "Phase2" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 259 -# File: src/www/vpn_openvpn_client.php, line: 850 -# File: src/www/vpn_openvpn_csc.php, line: 377 -# File: src/www/vpn_openvpn_server.php, line: 1206 -msgid "Tunnel Settings" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 260 -msgid "Mobile Clients" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 262 -msgid "Pre-Shared Keys" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 263 -msgid "Advanced Settings" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 264 -# File: src/www/diag_logs_filter.php, line: 709 -# File: src/www/diag_logs_filter_dynamic.php, line: 109 -# File: src/www/widgets/widgets/log.widget.php, line: 234 -msgid "Act" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 265 -msgid "Status Overview" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 266 -msgid "Lease Status" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 267 -msgid "Security Association Database" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 268 -msgid "Security Policy Database" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 270 -# File: src/www/system_hasync.php, line: 259 -# File: src/www/vpn_ipsec_keys.php, line: 87 -msgid "IPsec" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 276 -# File: src/www/interfaces.php, line: 1732 -# File: src/www/status_interfaces.php, line: 144 -msgid "L2TP" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 278 -msgid "Server Settings" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 280 -# File: src/www/vpn_openvpn_csc.php, line: 463 -# File: src/www/vpn_openvpn_server.php, line: 1454 -msgid "Client Settings" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 282 -msgid "Client Specific Overrides" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 284 -msgid "Client Export" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 285 -msgid "Shared Key Export" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 286 -msgid "Connection Status" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 288 -# File: src/etc/inc/services.inc, line: 2566 -# File: src/etc/inc/system.inc, line: 1802 -# File: src/www/diag_backup.php, line: 141 -# File: src/www/diag_packet_capture.php, line: 145 -# File: src/www/status_graph.php, line: 42 -# File: src/www/system_hasync.php, line: 268 -# File: src/www/vpn_openvpn_client.php, line: 344 -# File: src/www/vpn_openvpn_csc.php, line: 218 -# File: src/www/vpn_openvpn_server.php, line: 425 -msgid "OpenVPN" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 294 -# File: src/www/interfaces.php, line: 1732 -# File: src/www/status_interfaces.php, line: 130 -msgid "PPTP" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 295 -msgid "VPN" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 296 -msgid "About this Page" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 297 -msgid "Developers Wiki" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 298 -msgid "Documentation" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 299 -msgid "FreeBSD Handbook" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 300 -msgid "Paid Support" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 301 -msgid "User Forum" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 302 -# File: src/www/fbegin.inc, line: 117 -msgid "Help" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 303 -# File: lang/dynamic/helpers/models.php, line: 310 -# File: lang/dynamic/helpers/models.php, line: 334 -# File: lang/dynamic/helpers/models.php, line: 340 -# File: lang/dynamic/helpers/models.php, line: 365 -# File: lang/dynamic/helpers/models.php, line: 369 -msgid "menu" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 304 -# File: lang/dynamic/helpers/models.php, line: 337 -msgid "Administration" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 305 -msgid "Sessions" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 306 -msgid "Vouchers" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 308 -msgid "Captive Portal" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 311 -msgid "Maximum number of zones reached" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 312 -msgid "Idle timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 313 -msgid "Hard timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 314 -msgid "Please select a valid certificate from the list" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 315 -msgid "Please enter a valid servername, ip address or leave this option blank" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 316 -msgid "Please enter valid addresses" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 317 -msgid "Please enter valid mac addresses" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 318 -msgid "Related template not found" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 319 -# File: lang/dynamic/helpers/models.php, line: 376 -# File: lang/dynamic/helpers/models.php, line: 380 -msgid "Description should be a string between 1 and 255 characters" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 320 -msgid "Fileid should be an internally generated unique number" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 321 -msgid "Template name should be a string between 1 and 255 characters" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 322 -msgid "File content should be in (base64 encoded) zip format" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 323 -msgid "Origin should be regular text of max 30 characters" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 324 -msgid "" -"Value needs to be between 0 and 59, multiple values, ranges and * are " -"supported (ex. 1,10,20,30 or 1-30 )" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 325 -msgid "" -"Value needs to be between 0 and 23, multiple values, ranges and * are " -"supported (ex. 1,2,8 or 0-8 )" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 326 -msgid "" -"Value needs to be between 1 and 31, multiple values, ranges, L (last day of " -"month) and * are supported (ex. 1,2,8 or 1-28 )" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 327 -msgid "" -"Value needs to be between 1 and 12 or JAN to DEC, multiple values, ranges " -"and * are supported (ex. JAN,2,10 or 3-8 )" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 328 -msgid "" -"Value needs to be between 0 and 6 ( Sunday to Saturday), multiple values, " -"ranges and * are supported (ex. 1,2,4 or 0-4 ) " -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 329 -msgid "Select a command from the list." -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 330 -msgid "" -"Enter valid parameter(s) for the chosen command (Found illegal characters)." -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 331 -msgid "Enter a description." -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 332 -# File: src/etc/inc/services.inc, line: 2584 -msgid "Intrusion Detection" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 335 -msgid "sid should be a number" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 336 -# File: lang/dynamic/helpers/models.php, line: 354 -msgid "Related cron not found" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 338 -msgid "Proxy Server" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 341 -msgid "ICP port needs to be an integer value between 1 and 65535" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 342 -msgid "Specify a positive memory cache size. (number of MB's)" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 343 -msgid "Specify a positive cache size. (number of MB's)" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 344 -msgid "Specify a positive number of first-level subdirectories." -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 345 -msgid "Specify a positive number of second-level subdirectories." -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 346 -msgid "Specify the maximum download size. (number of KBs)" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 347 -msgid "Specify the maximum upload size. (number of KBs)" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 348 -msgid "Specify the overall bandwidth for downloads in kilobits per second." -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 349 -msgid "Specify the per host bandwidth for downloads in kilobits per second." -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 350 -msgid "Proxy port needs to be an integer value between 1 and 65535" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 351 -msgid "FTP Proxy port needs to be an integer value between 1 and 65535" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 352 -msgid "" -"The filename may only contain letters,digits and one dot (not required)." -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 353 -msgid "This does not look like a valid url." -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 355 -msgid "Credentials TTL needs to be an integer value above 0" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 356 -msgid "Number of children needs to be an integer value above 0" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 357 -# File: src/www/diag_smart.php, line: 296 -msgid "Health" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 358 -msgid "Activity Monitor" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 361 -msgid "ARP Table" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 362 -msgid "NDP Table" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 367 -msgid "Traffic Shaper" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 370 -msgid "Pipe number must be between 1...65535" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 371 -msgid "Bandwidth out of range" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 372 -msgid "Bandwidth metric should be one of bit,Kbit,Mbit" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 373 -msgid "The burst value is an integer and represent a number of bytes." -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 374 -msgid "queue size should be between 2...100" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 375 -# File: lang/dynamic/helpers/models.php, line: 381 -# File: lang/dynamic/helpers/models.php, line: 384 -msgid "origin should be regular text of max 30 characters" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 377 -msgid "Queue number must be between 1...65535" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 378 -msgid "Related pipe not found" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 379 -msgid "Weight must be between 1...100" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 382 -msgid "provide a valid sequence for sorting" -msgstr "" -# -# File: lang/dynamic/helpers/models.php, line: 383 -msgid "Related pipe or queue not found" -msgstr "" -# -# File: src/etc/inc/auth.inc, line: 98 -msgid "" -"Potential DNS Rebind attack detected, see http://en.wikipedia.org/wiki/" -"DNS_rebinding
Try accessing the router by IP address instead of by " -"hostname." -msgstr "" -# -# File: src/etc/inc/auth.inc, line: 113 -msgid "Redirecting to the dashboard..." -msgstr "" -# -# File: src/etc/inc/auth.inc, line: 113 -msgid "Redirecting..." -msgstr "" -# -# File: src/etc/inc/auth.inc, line: 383 -#, php-format -msgid "" -"There is something wrong in your config because user %s password is missing!" -msgstr "" -# -# File: src/etc/inc/auth.inc, line: 624 -#, php-format -msgid "LDAP: Could not lookup CA by reference for host %s." -msgstr "" -# -# File: src/etc/inc/auth.inc, line: 664 -# File: src/etc/inc/auth.inc, line: 712 -msgid "Local Database" -msgstr "" -# -# File: src/etc/inc/authgui.inc, line: 185 -#, php-format -msgid "Successful login for user '%1$s' from: %2$s" -msgstr "" -# -# File: src/etc/inc/authgui.inc, line: 191 -msgid "Wrong username or password." -msgstr "" -# -# File: src/etc/inc/authgui.inc, line: 226 -#, php-format -msgid "Session timed out for user '%1$s' from: %2$s" -msgstr "" -# -# File: src/etc/inc/authgui.inc, line: 228 -#, php-format -msgid "User logged out for user '%1$s' from: %2$s" -msgstr "" -# -# File: src/etc/inc/authgui.inc, line: 280 -msgid "No page assigned to this user! Click here to logout." -msgstr "" -# -# File: src/etc/inc/authgui.inc, line: 376 -# File: src/etc/inc/authgui.inc, line: 423 -msgid "Login" -msgstr "" -# -# File: src/etc/inc/authgui.inc, line: 389 -msgid "" -"You are accessing this router by an IP address not configured locally, which " -"may be forwarded by NAT or other means.

If you did not setup " -"this forwarding, you may be the target of a man-in-the-middle attack." -msgstr "" -# -# File: src/etc/inc/authgui.inc, line: 412 -msgid "Username:" -msgstr "" -# -# File: src/etc/inc/authgui.inc, line: 417 -# File: src/www/diag_backup.php, line: 535 -# File: src/www/diag_backup.php, line: 586 -# File: src/www/system_authservers.php, line: 529 -msgid "Password:" -msgstr "" -# -# File: src/etc/inc/authgui.inc, line: 431 -msgid "Your browser must support cookies to login." -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 65 -msgid "Press any key to start the manual interface assignment: " -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 84 -# File: src/etc/inc/config.console.inc, line: 485 -msgid "No interfaces found!" -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 114 -msgid "VLAN interfaces:" -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 131 -msgid "Enter the WAN interface name or 'a' for auto-detection:" -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 153 -#, php-format -msgid "Invalid interface name '%s'" -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 159 -#, php-format -msgid "" -"%sEnter the LAN interface name or 'a' for auto-detection %sNOTE: this " -"enables full Firewalling/NAT mode.%s(or nothing if finished):%s" -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 183 -# File: src/etc/inc/config.console.inc, line: 240 -# File: src/etc/inc/config.console.inc, line: 508 -#, php-format -msgid "%sInvalid interface name '%s'%s" -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 210 -#, php-format -msgid "%sOptional interface %s description found: %s" -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 213 -#, php-format -msgid "" -"%sEnter the Optional %s interface name or 'a' for auto-detection%s(or " -"nothing if finished):%s" -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 268 -msgid "The interfaces will be assigned as follows:" -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 418 -#, php-format -msgid "%sWriting configuration..." -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 420 -#, php-format -msgid "done.%s" -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 445 -#, php-format -msgid "Detected link-up: %s%s" -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 451 -#, php-format -msgid "No link-up detected.%s" -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 483 -msgid "VLAN Capable interfaces:" -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 498 -msgid "No VLAN capable interfaces detected." -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 502 -msgid "" -"Enter the parent interface name for the new VLAN (or nothing if finished):" -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 515 -msgid "Enter the VLAN tag (1-4094):" -msgstr "" -# -# File: src/etc/inc/config.console.inc, line: 519 -#, php-format -msgid "%sInvalid VLAN tag '%s'%s" -msgstr "" -# -# File: src/etc/inc/config.lib.inc, line: 70 -msgid "No valid config.xml found, attempting last known config restore." -msgstr "" -# -# File: src/etc/inc/config.lib.inc, line: 74 -msgid "No valid config.xml found, attempting to restore factory config." -msgstr "" -# -# File: src/etc/inc/config.lib.inc, line: 122 -# File: src/etc/inc/config.lib.inc, line: 123 -msgid "Updated bogon update frequency to 3am" -msgstr "" -# -# File: src/etc/inc/config.lib.inc, line: 143 -#, php-format -msgid "Upgraded config version level from %s to %s" -msgstr "" -# -# File: src/etc/inc/config.lib.inc, line: 174 -msgid "WARNING: User" -msgstr "" -# -# File: src/etc/inc/config.lib.inc, line: 174 -msgid "may not write config (user-config-readonly set)" -msgstr "" -# -# File: src/etc/inc/config.lib.inc, line: 183 -msgid "WARNING: Corrupt config!" -msgstr "" -# -# File: src/etc/inc/config.lib.inc, line: 194 -msgid "WARNING: Config contents could not be saved. Could not open file!" -msgstr "" -# -# File: src/etc/inc/config.lib.inc, line: 246 -msgid "Reverted to" -msgstr "" -# -# File: src/etc/inc/config.lib.inc, line: 343 -# File: src/opnsense/mvc/app/library/OPNsense/Core/Config.php, line: 363 -# File: src/opnsense/mvc/app/library/OPNsense/Core/Config.php, line: 366 -#, php-format -msgid "%s made unknown change" -msgstr "" -# -# File: src/etc/inc/crypt.inc, line: 47 -msgid "Failed to encrypt/decrypt data!" -msgstr "" -# -# File: src/etc/inc/dyndns.class, line: 1214 -#, php-format -msgid "Dynamic DNS updated IP Address on %s (%s) to %s" -msgstr "" -# -# File: src/etc/inc/dyndns.class, line: 1221 -#, php-format -msgid "Dynamic DNS updated IPv6 Address on %s (%s) to %s" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 170 -msgid "Initializing" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 174 -msgid "Configuring firewall" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 181 -msgid "Creating aliases" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 187 -msgid "Generating Limiter rules" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 188 -msgid "Generating NAT rules" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 194 -msgid "Generating filter rules" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 200 -msgid "Loading filter rules" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 207 -msgid "Filter is disabled. Not loading rules." -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 209 -# File: src/etc/inc/filter.inc, line: 382 -# File: src/etc/inc/interfaces.inc, line: 218 -# File: src/etc/inc/interfaces.inc, line: 247 -# File: src/etc/inc/interfaces.inc, line: 399 -# File: src/etc/inc/interfaces.inc, line: 479 -# File: src/etc/inc/interfaces.inc, line: 766 -# File: src/etc/inc/interfaces.inc, line: 1103 -# File: src/etc/inc/interfaces.inc, line: 1132 -# File: src/etc/inc/interfaces.inc, line: 1153 -# File: src/etc/inc/interfaces.inc, line: 1168 -# File: src/etc/inc/interfaces.inc, line: 2089 -# File: src/etc/inc/rrd.inc, line: 565 -# File: src/etc/inc/services.inc, line: 1374 -# File: src/etc/inc/services.inc, line: 1752 -# File: src/etc/inc/services.inc, line: 1927 -# File: src/etc/inc/services.inc, line: 1955 -# File: src/etc/inc/services.inc, line: 2161 -# File: src/etc/inc/system.inc, line: 921 -# File: src/etc/inc/system.inc, line: 1360 -msgid "done." -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 254 -msgid "Setting up logging information" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 259 -msgid "Setting up SCRUB information" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 297 -#, php-format -msgid "The line in question reads [%d]: %s" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 307 -msgid "PF was wedged/busy and has been reset." -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 315 -# File: src/etc/inc/filter.inc, line: 316 -#, php-format -msgid "There were error(s) loading the rules: %s - %s" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 377 -msgid "Processing down interface states" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 380 -msgid "Done" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 657 -msgid "Creating gateway group item..." -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 702 -#, php-format -msgid "" -"An error occurred while trying to find the interface got %s . The rule has " -"not been added." -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1074 -#, php-format -msgid "Creating reflection NAT rule for %s..." -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1169 -#, php-format -msgid "Creating reflection rule for %s..." -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1367 -msgid "localhost" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1375 -msgid "static route" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1387 -msgid "DHCP alias address" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1425 -msgid "PPTP server" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1434 -msgid "PPPoE server" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1444 -msgid "L2TP server" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1453 -msgid "OpenVPN server" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1462 -msgid "OpenVPN client" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1472 -msgid "IPsec client" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1511 -msgid "Auto created rule for ISAKMP" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1521 -msgid "Auto created rule" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1637 -msgid "Creating 1:1 rules..." -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1803 -#, php-format -msgid "Creating advanced outbound rule %s" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1846 -msgid "Creating outbound NAT rules" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1853 -msgid "Creating automatic outbound rules" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 1918 -#, php-format -msgid "Creating NAT rule %s" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 2141 -#, php-format -msgid "Creating filter rule %s ..." -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 2167 -#, php-format -msgid "filter_generate_port: %s is not a valid %s port." -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 2515 -#, php-format -msgid "Setting up pass/block rules %s" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 2531 -#, php-format -msgid "Could not find IPv4 gateway for interface (%s)." -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 2561 -#, php-format -msgid "Creating rule %s" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 2788 -msgid "Creating default rules" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 3368 -msgid "Creating IPsec rules..." -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 3452 -msgid "Installed 15 minute filter reload for Time Based Rules" -msgstr "" -# -# File: src/etc/inc/filter.inc, line: 3459 -msgid "Removed 15 minute filter reload for Time Based Rules" -msgstr "" -# -# File: src/etc/inc/filter_log.inc, line: 135 -#, php-format -msgid "There was an error parsing a rule: no time (`%s')" -msgstr "" -# -# File: src/etc/inc/filter_log.inc, line: 155 -#, php-format -msgid "There was an error parsing rule number: %s -- not IPv4 or IPv6 (`%s')" -msgstr "" -# -# File: src/etc/inc/filter_log.inc, line: 189 -#, php-format -msgid "There was an error parsing rule number: %s -- no src or dst (`%s')" -msgstr "" -# -# File: src/etc/inc/gwlb.inc, line: 850 -#, php-format -msgid "MONITOR: %s is down, removing from routing group %s" -msgstr "" -# -# File: src/etc/inc/gwlb.inc, line: 854 -#, php-format -msgid "MONITOR: %s has packet loss, removing from routing group %s" -msgstr "" -# -# File: src/etc/inc/gwlb.inc, line: 858 -#, php-format -msgid "MONITOR: %s has high latency, removing from routing group %s" -msgstr "" -# -# File: src/etc/inc/gwlb.inc, line: 879 -#, php-format -msgid "" -"Gateways status could not be determined, considering all as up/active. " -"(Group: %s)" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 99 -msgid "interfaces_bring_up() was called but no variable defined." -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 211 -msgid "Configuring loopback interface..." -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 229 -msgid "Configuring VLAN interfaces..." -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 256 -msgid "VLAN: called with wrong options. Problems with config!" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 264 -msgid "interface_vlan_configure called with if undefined." -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 313 -# File: src/etc/inc/interfaces.inc, line: 408 -#, php-format -msgid "QinQ compat VLAN: called with wrong options. Problems with config!%s" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 320 -#, php-format -msgid "interface_qinq_configure called with if undefined.%s" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 325 -#, php-format -msgid "interface_qinq_configure called with invalid if.%s" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 390 -msgid "Configuring QinQ interfaces..." -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 416 -#, php-format -msgid "interface_qinq2_configure called with if undefined.%s" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 454 -msgid "Creating wireless clone interfaces..." -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 535 -#, php-format -msgid "No members found on %s" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 588 -msgid "realif not defined in interfaces bridge - up" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 710 -msgid "bridgeif not defined -- could not bring interface up" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 747 -msgid "Configuring LAGG interfaces..." -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 988 -msgid "" -"could not bring realif up -- variable not defined -- " -"interface_gif_configure()" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 1098 -# File: src/etc/inc/interfaces.inc, line: 1126 -# File: src/etc/inc/interfaces.inc, line: 1147 -# File: src/etc/inc/interfaces.inc, line: 1162 -#, php-format -msgid "Configuring %s interface..." -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 1248 -msgid "Wrong parameters used during interface_bring_down" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 1576 -#, php-format -msgid "Can't find PPP config for %s in interface_ppps_configure()." -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 1637 -#, php-format -msgid "" -"Could not get a PPTP/L2TP Remote IP address from %s for %s in " -"interfaces_ppps_configure." -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 1644 -#, php-format -msgid "" -"Device %s does not exist. PPP link cannot start without the modem device." -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 1649 -#, php-format -msgid "Unkown %s configured as ppp interface." -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 1946 -#, php-format -msgid "Error: cannot open mpd_%s.conf in interface_ppps_configure().%s" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 2023 -msgid "Configuring CARP settings..." -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 2259 -#, php-format -msgid "" -"Interface specified for the virtual IP address %s does not exist. Skipping " -"this VIP." -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 2267 -#, php-format -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IP address %s." -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 2274 -#, php-format -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IPv6 address %s." -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 2337 -#, php-format -msgid "Interface %s changed to hostap mode" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 2341 -#, php-format -msgid "Interface %s changed to adhoc mode" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 2345 -#, php-format -msgid "Interface %s changed to infrastructure mode" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 2358 -#, php-format -msgid "Cloning new wireless interface %s" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 2363 -#, php-format -msgid "Failed to clone interface %s with error code %s, output %s" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 3116 -msgid "Generating new MAC address." -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 3122 -#, php-format -msgid "" -"The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface %s has been " -"automatically replaced with %s" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 3976 -#, php-format -msgid "" -"Error: cannot open dhclient_%s.conf in interface_dhcp_configure() for " -"writing.%s" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 3989 -#, php-format -msgid "Invalid interface \"%s\" in interface_dhcp_configure()" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 4045 -#, php-format -msgid "Could not bring up %s interface in interface_dhcp_configure()" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 5357 -msgid "device not present! Is the modem attached to the system?" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 5471 -msgid "blocking" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 5471 -msgid "check for ethernet loops" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 5474 -msgid "learning" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 5477 -msgid "forwarding" -msgstr "" -# -# File: src/etc/inc/interfaces.inc, line: 5625 -msgid "No history data found!" -msgstr "" -# -# File: src/etc/inc/load_balancer_maintable.inc, line: 150 -msgid "Move selected entries before this entry" -msgstr "" -# -# File: src/etc/inc/load_balancer_maintable.inc, line: 158 -# File: src/www/firewall_virtual_ip.php, line: 224 -# File: src/www/services_dyndns.php, line: 175 -# File: src/www/services_wol.php, line: 201 -# File: src/www/system_advanced_sysctl.php, line: 120 -msgid "Do you really want to delete this entry?" -msgstr "" -# -# File: src/etc/inc/load_balancer_maintable.inc, line: 162 -msgid "Duplicate entry" -msgstr "" -# -# File: src/etc/inc/notices.inc, line: 64 -#, php-format -msgid "Could not open %s for writing" -msgstr "" -# -# File: src/etc/inc/notices.inc, line: 293 -#, php-format -msgid "Message sent to %s OK" -msgstr "" -# -# File: src/etc/inc/notices.inc, line: 296 -#, php-format -msgid "Could not send the message to %s -- Error: %s" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 83 -msgid ": data access time out" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 86 -msgid ": the server disconnected" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 98 -msgid "reached the end of data while reading from the SMTP server connection" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 104 -msgid "it was not possible to read line from the SMTP server" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 126 -msgid "it was not possible to send a line to the SMTP server" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 140 -msgid "it was not possible to send data to the SMTP server" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 212 -msgid "establishing SSL connections requires at least PHP version 4.3.0" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 215 -msgid "establishing SSL connections requires the OpenSSL extension enabled" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 224 -#, php-format -msgid "could not resolve host \"%s\"" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 228 -#, php-format -msgid "domain \"%s\" resolved to an address excluded to be valid" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 230 -#, php-format -msgid "Connecting to host address \"%s\" port %s..." -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 237 -msgid "-3 socket could not be created" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 239 -#, php-format -msgid "-4 dns lookup on hostname \"%s\" failed" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 241 -msgid "-5 connection refused or timed out" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 243 -msgid "-6 fdopen() call failed" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 245 -msgid "-7 setvbuf() call failed" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 247 -#, php-format -msgid "could not connect to the host \"%s\": %s" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 256 -msgid "" -"it is not possible to authenticate using the specified mechanism because the " -"SASL library class is not loaded" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 280 -#, php-format -msgid "Authentication mechanism %s may not be used: %s" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 285 -msgid "Could not start the SASL authentication client:" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 292 -msgid "Could not send the AUTH command" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 307 -# File: src/etc/inc/notices.smtp.inc, line: 337 -msgid "Authentication error:" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 322 -msgid "Could not send the authentication step message" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 342 -msgid "Could not process the SASL authentication step:" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 356 -msgid "connection is already established" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 394 -msgid "it was not specified the POP3 authentication user" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 400 -msgid "it was not specified the POP3 authentication password" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 404 -#, php-format -msgid "Resolving POP3 authentication host \"%s\"..." -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 411 -msgid "POP3 authentication server greeting was not found" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 419 -msgid "POP3 authentication user was not accepted:" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 427 -msgid "POP3 authentication password was not accepted:" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 436 -msgid "could not determine the SMTP to connect" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 442 -#, php-format -msgid "Resolving SMTP server domain \"%s\"..." -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 454 -#, php-format -msgid "Connected to SMTP server \"%s\"." -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 468 -msgid "server does not require authentication" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 532 -msgid "" -"it is not supported any of the authentication mechanisms required by the " -"server" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 629 -msgid "" -"direct delivery connection is already established and sender is already set" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 637 -msgid "connection is not in the initial state" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 659 -msgid "it was not specified a valid direct recipient" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 678 -msgid "" -"it is not possible to deliver directly to recipients of different domains" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 683 -msgid "connection is already established and the recipient is already set" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 695 -msgid "connection is not in the recipient setting state" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 724 -msgid "connection is not in the start sending data state" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 754 -# File: src/etc/inc/notices.smtp.inc, line: 765 -msgid "connection is not in the sending data state" -msgstr "" -# -# File: src/etc/inc/notices.smtp.inc, line: 801 -msgid "it was not previously established a SMTP connection" -msgstr "" -# -# File: src/etc/inc/openvpn-client-export.inc, line: 84 -# File: src/etc/inc/openvpn-client-export.inc, line: 686 -msgid "Could not locate server configuration." -msgstr "" -# -# File: src/etc/inc/openvpn-client-export.inc, line: 88 -# File: src/etc/inc/openvpn-client-export.inc, line: 690 -msgid "You cannot export for disabled servers." -msgstr "" -# -# File: src/etc/inc/openvpn-client-export.inc, line: 96 -msgid "Could not locate server certificate." -msgstr "" -# -# File: src/etc/inc/openvpn-client-export.inc, line: 100 -msgid "Could not locate the CA reference for the server certificate." -msgstr "" -# -# File: src/etc/inc/openvpn-client-export.inc, line: 111 -msgid "Could not find user settings." -msgstr "" -# -# File: src/etc/inc/openvpn-client-export.inc, line: 123 -# File: src/etc/inc/openvpn-client-export.inc, line: 132 -msgid "Could not find client certificate." -msgstr "" -# -# File: src/etc/inc/openvpn-client-export.inc, line: 209 -# File: src/etc/inc/openvpn-client-export.inc, line: 754 -msgid "This server uses UDP protocol and cannot communicate with HTTP proxy." -msgstr "" -# -# File: src/etc/inc/openvpn-client-export.inc, line: 502 -msgid "Could not create a config to export." -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 34 -msgid "0 (none)" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 35 -msgid "1 (default)" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 36 -msgid "2" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 37 -msgid "3 (recommended)" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 38 -msgid "4" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 39 -msgid "5" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 40 -msgid "6" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 41 -msgid "7" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 42 -msgid "8" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 43 -msgid "9" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 44 -msgid "10" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 45 -msgid "11" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 63 -msgid "No Preference" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 64 -msgid "Disabled - No Compression" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 65 -msgid "Enabled with Adaptive Compression" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 66 -msgid "Enabled without Adaptive Compression" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 168 -msgid "None (No Encryption)" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 182 -msgid "None (No Authentication)" -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 226 -#, php-format -msgid "The field '%s' must contain a valid port, ranging from 0 to 65535." -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 238 -#, php-format -msgid "The field '%s' must contain a single valid %s CIDR range." -msgstr "" -# -# File: src/etc/inc/openvpn.inc, line: 250 -#, php-format -msgid "" -"The field '%s' must contain only valid %s CIDR range(s) separated by commas." -msgstr "" -# -# File: src/etc/inc/openvpn_wizard.inc, line: 218 -# File: src/etc/inc/openvpn_wizard.inc, line: 317 -msgid "Please do not use special characters in Certificate field names." -msgstr "" -# -# File: src/etc/inc/openvpn_wizard.inc, line: 403 -msgid "The specified 'Local port' is in use. Please select another value." -msgstr "" -# -# File: src/etc/inc/openvpn_wizard.inc, line: 408 -msgid "The field 'TLS Authentication Key' does not appear to be valid." -msgstr "" -# -# File: src/etc/inc/openvpn_wizard.inc, line: 411 -# File: src/www/vpn_openvpn_csc.php, line: 122 -# File: src/www/vpn_openvpn_server.php, line: 237 -msgid "The field 'DNS Server #1' must contain a valid IP address" -msgstr "" -# -# File: src/etc/inc/openvpn_wizard.inc, line: 413 -# File: src/www/vpn_openvpn_csc.php, line: 125 -# File: src/www/vpn_openvpn_server.php, line: 240 -msgid "The field 'DNS Server #2' must contain a valid IP address" -msgstr "" -# -# File: src/etc/inc/openvpn_wizard.inc, line: 415 -# File: src/www/vpn_openvpn_csc.php, line: 128 -# File: src/www/vpn_openvpn_server.php, line: 243 -msgid "The field 'DNS Server #3' must contain a valid IP address" -msgstr "" -# -# File: src/etc/inc/openvpn_wizard.inc, line: 417 -# File: src/www/vpn_openvpn_csc.php, line: 131 -# File: src/www/vpn_openvpn_server.php, line: 246 -msgid "The field 'DNS Server #4' must contain a valid IP address" -msgstr "" -# -# File: src/etc/inc/openvpn_wizard.inc, line: 420 -# File: src/www/vpn_openvpn_csc.php, line: 137 -# File: src/www/vpn_openvpn_server.php, line: 250 -msgid "The field 'NTP Server #1' must contain a valid IP address" -msgstr "" -# -# File: src/etc/inc/openvpn_wizard.inc, line: 422 -# File: src/www/vpn_openvpn_csc.php, line: 140 -# File: src/www/vpn_openvpn_server.php, line: 253 -msgid "The field 'NTP Server #2' must contain a valid IP address" -msgstr "" -# -# File: src/etc/inc/openvpn_wizard.inc, line: 425 -# File: src/www/vpn_openvpn_csc.php, line: 153 -# File: src/www/vpn_openvpn_server.php, line: 264 -msgid "The field 'WINS Server #1' must contain a valid IP address" -msgstr "" -# -# File: src/etc/inc/openvpn_wizard.inc, line: 427 -# File: src/www/vpn_openvpn_csc.php, line: 156 -# File: src/www/vpn_openvpn_server.php, line: 267 -msgid "The field 'WINS Server #2' must contain a valid IP address" -msgstr "" -# -# File: src/etc/inc/openvpn_wizard.inc, line: 430 -# File: src/www/vpn_openvpn_server.php, line: 278 -msgid "The field 'Concurrent connections' must be numeric." -msgstr "" -# -# File: src/etc/inc/openvpn_wizard.inc, line: 433 -msgid "You must specify a 'Tunnel network'." -msgstr "" -# -# File: src/etc/inc/openvpn_wizard.inc, line: 635 -# File: src/etc/inc/openvpn_wizard.inc, line: 652 -#, php-format -msgid "OpenVPN %s wizard" -msgstr "" -# -# File: src/etc/inc/openvpn_wizard.inc, line: 647 -# File: src/etc/inc/openvpn_wizard.inc, line: 662 -msgid "OpenVPN Wizard" -msgstr "" -# -# File: src/etc/inc/pfsense-utils.inc, line: 158 -# File: src/www/widgets/widgets/carp_status.widget.php, line: 67 -msgid "MASTER" -msgstr "" -# -# File: src/etc/inc/pfsense-utils.inc, line: 160 -# File: src/www/widgets/widgets/carp_status.widget.php, line: 69 -msgid "BACKUP" -msgstr "" -# -# File: src/etc/inc/pfsense-utils.inc, line: 162 -# File: src/www/widgets/widgets/carp_status.widget.php, line: 71 -msgid "INIT" -msgstr "" -# -# File: src/etc/inc/pfsense-utils.inc, line: 218 -# File: src/etc/inc/pfsense-utils.inc, line: 240 -#, php-format -msgid "Restored %s of config file (maybe from CARP partner)" -msgstr "" -# -# File: src/etc/inc/pfsense-utils.inc, line: 565 -msgid "" -"Alias archive is a .zip file which cannot be decompressed because utility is " -"missing!" -msgstr "" -# -# File: src/etc/inc/pfsense-utils.inc, line: 575 -# File: src/etc/inc/pfsense-utils.inc, line: 607 -#, php-format -msgid "Could not open %s/aliases for writing!" -msgstr "" -# -# File: src/etc/inc/pfsense-utils.inc, line: 581 -# File: src/etc/inc/pfsense-utils.inc, line: 613 -#, php-format -msgid "The following file could not be read %s from %s" -msgstr "" -# -# File: src/etc/inc/pfsense-utils.inc, line: 597 -msgid "" -"Alias archive is a .tar/tgz file which cannot be decompressed because " -"utility is missing!" -msgstr "" -# -# File: src/etc/inc/rrd.inc, line: 74 -#, php-format -msgid "RRD create failed exited with %s, the error is: %s" -msgstr "" -# -# File: src/etc/inc/rrd.inc, line: 86 -msgid "Generating RRD graphs..." -msgstr "" -# -# File: src/etc/inc/rrd.inc, line: 539 -msgid "Creating rrd update script" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 425 -#, php-format -msgid "DHCP leases restore failed exited with %s, the error is: %s" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 447 -msgid "Starting DHCP service..." -msgstr "" -# -# File: src/etc/inc/services.inc, line: 530 -msgid "Warning! DHCP Failover setup and no CARP virtual IPs defined!" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 929 -#, php-format -msgid "Error: cannot open dhcpd.conf in services_dhcpdv4_configure().%s" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 1423 -msgid "Could not write Igmpproxy configuration file!" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 1431 -msgid "Started IGMP proxy service." -msgstr "" -# -# File: src/etc/inc/services.inc, line: 1450 -msgid "Starting DHCP relay service..." -msgstr "" -# -# File: src/etc/inc/services.inc, line: 1567 -msgid "Starting DHCPv6 relay service..." -msgstr "" -# -# File: src/etc/inc/services.inc, line: 1739 -msgid "Starting dynamic DNS clients..." -msgstr "" -# -# File: src/etc/inc/services.inc, line: 1806 -msgid "Starting DNS forwarder..." -msgstr "" -# -# File: src/etc/inc/services.inc, line: 1948 -msgid "Starting DNS Resolver..." -msgstr "" -# -# File: src/etc/inc/services.inc, line: 1981 -msgid "Starting SNMP daemon... " -msgstr "" -# -# File: src/etc/inc/services.inc, line: 1986 -#, php-format -msgid "Error: cannot open snmpd.conf in services_snmpd_configure().%s" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2255 -#, php-format -msgid "Dynamic DNS updated IP Address (A) for %s on %s (%s) to %s" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2270 -#, php-format -msgid "Dynamic DNS updated IPv6 Address (AAAA) for %s on %s (%s) to %s" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2379 -msgid "Starting UPnP service... " -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2416 -#, php-format -msgid "Installed cron job for %s" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2419 -#, php-format -msgid "Updated cron job for %s" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2424 -#, php-format -msgid "Removed cron job for %s" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2462 -msgid "Router Advertisement Daemon" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2476 -msgid "Unbound DNS Resolver" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2482 -msgid "NTP clock sync" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2496 -msgid "DHCP Relay" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2503 -msgid "DHCPv6 Relay" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2510 -msgid "DHCP Service" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2518 -msgid "Gateway Monitoring Daemon" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2525 -msgid "SNMP Service" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2532 -msgid "IGMP proxy" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2539 -msgid "UPnP Service" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2546 -msgid "IPsec VPN" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2553 -msgid "Secure Shell Daemon" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2576 -msgid "Server load balancing daemon" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2581 -msgid "Proxy server" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2634 -msgid "Running" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2635 -# File: src/etc/inc/services.inc, line: 2638 -#, php-format -msgid "%s Service is" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2637 -msgid "Stopped" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2656 -#, php-format -msgid "Restart %sService" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2665 -#, php-format -msgid "Stop %sService" -msgstr "" -# -# File: src/etc/inc/services.inc, line: 2676 -#, php-format -msgid "Start %sService" -msgstr "" -# -# File: src/etc/inc/system.inc, line: 611 -#, php-format -msgid "DNSCACHE: Found old IP %s and new IP %s" -msgstr "" -# -# File: src/etc/inc/system.inc, line: 630 -#, php-format -msgid "Static Routes: Gateway IP could not be found for %s" -msgstr "" -# -# File: src/etc/inc/system.inc, line: 775 -msgid "Starting syslog..." -msgstr "" -# -# File: src/etc/inc/system.inc, line: 885 -#, php-format -msgid "Error: cannot open syslog.conf in system_syslogd_start().%s" -msgstr "" -# -# File: src/etc/inc/system.inc, line: 956 -msgid "webConfigurator default" -msgstr "" -# -# File: src/etc/inc/system.inc, line: 971 -msgid "Importing HTTPS certificate" -msgstr "" -# -# File: src/etc/inc/system.inc, line: 1247 -#, php-format -msgid "Error: cannot open cert.pem in system_webgui_start().%s" -msgstr "" -# -# File: src/etc/inc/system.inc, line: 1258 -#, php-format -msgid "Error: cannot open ca.pem in system_webgui_start().%s" -msgstr "" -# -# File: src/etc/inc/system.inc, line: 1266 -msgid "ssl configuration" -msgstr "" -# -# File: src/etc/inc/system.inc, line: 1302 -#, php-format -msgid "Error: cannot open %s in system_generate_lighty_config().%s" -msgstr "" -# -# File: src/etc/inc/system.inc, line: 1343 -msgid "Setting timezone..." -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 40 -#, php-format -msgid "RRD dump failed exited with %s, the error is: %s" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 56 -#, php-format -msgid "" -"Import RRD has %s DS values and %s RRA databases, new format RRD has %s DS " -"values and %s RRA databases" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 140 -#, php-format -msgid "The new RRD now has %s DS values and %s RRA databases" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 241 -#, php-format -msgid "%sWarning: filter rule removed (interface '%s' does not exist anymore)." -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 253 -#, php-format -msgid "" -"%sWarning: filter rule removed (source network '%s' does not exist anymore)." -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 266 -#, php-format -msgid "" -"%sWarning: filter rule removed (destination network '%s' does not exist " -"anymore)." -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 286 -#, php-format -msgid "" -"%sWarning: traffic shaper rule removed (interface '%s' does not exist " -"anymore)." -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 298 -#, php-format -msgid "" -"%sWarning: traffic shaper rule removed (source network '%s' does not exist " -"anymore)." -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 311 -#, php-format -msgid "" -"%sWarning: traffic shaper rule removed (destination network '%s' does not " -"exist anymore)." -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 458 -#, php-format -msgid "CARP vhid %s" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 582 -msgid "Permit IPsec traffic." -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 602 -msgid "System Administrators" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 621 -msgid "" -"Indicates whether this user will lock access to the webConfigurator for " -"other users." -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 624 -msgid "" -"Indicates whether this user will lock individual HTML pages after having " -"accessed a particular page (the lock will be freed if the user leaves or " -"saves the page form)." -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 627 -msgid "Indicates whether this user is able to login for example via SSH." -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 630 -#, php-format -msgid "" -"Indicates whether this user is allowed to copy files onto the %s appliance " -"via SCP/SFTP. If you are going to use this privilege, you must install " -"scponly on the appliance (Hint: pkg_add -r scponly)." -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 633 -msgid "" -"This user is associated with the UNIX root user (you should associate this " -"privilege only with one single user)." -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 650 -msgid "Drop packets to closed TCP ports without returning a RST" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 654 -msgid "Do not send ICMP port unreachable messages for closed UDP ports" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 658 -msgid "Randomize the ID field in IP packets (default is 0: sequential IP IDs)" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 662 -msgid "Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 666 -msgid "Sending of IPv4 ICMP redirects" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 670 -msgid "Sending of IPv6 ICMP redirects" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 674 -msgid "Generate SYN cookies for outbound SYN-ACK packets" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 678 -msgid "Maximum incoming TCP datagram size" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 682 -msgid "Maximum outgoing TCP datagram size" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 686 -msgid "" -"Fastforwarding (see http://lists.freebsd.org/pipermail/freebsd-net/2004-" -"January/002534.html)" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 690 -msgid "Do not delay ACK to try and piggyback it onto a data packet" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 694 -msgid "Maximum outgoing UDP datagram size" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 698 -msgid "" -"Handling of non-IP packets which are not passed to pfil (see if_bridge(4))" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 702 -msgid "Allow unprivileged access to tap(4) device nodes" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 706 -msgid "Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 710 -msgid "" -"The system will attempt to calculate the bandwidth delay product for each " -"connection and limit the amount of data queued to the network to just the " -"amount required to maintain optimum throughput. " -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 714 -msgid "Set ICMP Limits" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 718 -msgid "TCP Offload engine" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 749 -#, php-format -msgid "Interface %s Static Gateway" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 752 -#, php-format -msgid "Interface %s Dynamic Gateway" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 820 -#, php-format -msgid "Upgraded static route for %s" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 917 -#, php-format -msgid "Sitedown pool for VS: %s" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 1072 -#, php-format -msgid "phase2 for %s" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 1299 -#, php-format -msgid "Upgraded Dyndns %s" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 1351 -msgid "All Users" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 1503 -#, php-format -msgid "Converted bridged %s" -msgstr "" -# -# File: src/etc/inc/upgrade_config.inc, line: 1877 -msgid "Auto added OpenVPN rule from config upgrade." -msgstr "" -# -# File: src/etc/inc/util.inc, line: 92 -msgid "WARNING: You must give a name as parameter to lock() function." -msgstr "" -# -# File: src/etc/inc/util.inc, line: 959 -#, php-format -msgid "The command '%s' returned exit code '%d', the output was '%s'" -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 125 -msgid "Configuring IPsec VPN... " -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 387 -#, php-format -msgid "Error: Invalid certificate info for %s" -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 393 -#, php-format -msgid "Error: Invalid certificate hash info for %s" -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 398 -#, php-format -msgid "Error: Cannot write IPsec CA file for %s" -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 416 -#, php-format -msgid "Error: Invalid phase1 certificate reference for %s" -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 424 -#, php-format -msgid "Error: Cannot write phase1 key file for %s" -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 431 -#, php-format -msgid "Error: Cannot write phase1 certificate file for %s" -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 948 -#, php-format -msgid "Ignoring IPsec reload since there are no tunnels on interface %s" -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 955 -msgid "Forcefully reloading IPsec" -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 997 -msgid "Configuring PPTP VPN service... " -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 1007 -msgid "Could not kill mpd within 3 seconds. Trying again." -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 1029 -#, php-format -msgid "Error: cannot open mpd.conf in vpn_pptpd_configure()." -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 1148 -#, php-format -msgid "Error: cannot open mpd.links in vpn_pptpd_configure()." -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 1173 -#, php-format -msgid "Error: cannot open mpd.secret in vpn_pptpd_configure()." -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 1230 -msgid "Configuring PPPoE VPN service... " -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 1254 -#, php-format -msgid "Error: cannot open mpd.conf in vpn_pppoe_configure()." -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 1363 -#, php-format -msgid "Error: cannot open mpd.links in vpn_pppoe_configure()." -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 1390 -#, php-format -msgid "Error: cannot open mpd.secret in vpn_pppoe_configure()." -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 1422 -msgid "done" -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 1442 -msgid "Configuring l2tp VPN service... " -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 1463 -#, php-format -msgid "Error: cannot open mpd.conf in vpn_l2tp_configure()." -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 1562 -#, php-format -msgid "Error: cannot open mpd.links in vpn_l2tp_configure()." -msgstr "" -# -# File: src/etc/inc/vpn.inc, line: 1588 -#, php-format -msgid "Error: cannot open mpd.secret in vpn_l2tp_configure()." -msgstr "" -# -# File: src/etc/inc/xmlparse.inc, line: 83 -# File: src/www/interfaces.php, line: 85 -#, php-format -msgid "XML error: %s at line %d cannot occur more than once" -msgstr "" -# -# File: src/etc/inc/xmlparse.inc, line: 159 -# File: src/www/interfaces.php, line: 202 -msgid "Error: could not open XML input" -msgstr "" -# -# File: src/etc/inc/xmlparse.inc, line: 165 -#, php-format -msgid "XML error: %s at line %d in %s" -msgstr "" -# -# File: src/etc/inc/xmlparse.inc, line: 182 -# File: src/www/interfaces.php, line: 225 -#, php-format -msgid "XML error: no %s object found!" -msgstr "" -# -# File: src/etc/inc/xmlrpc/legacy.inc, line: 234 -# File: src/etc/inc/xmlrpc/legacy.inc, line: 298 -#, php-format -msgid "Merged in config (%s sections) from XMLRPC client." -msgstr "" -# -# File: src/etc/rc.bootup, line: 172 -msgid "Default interfaces not found -- Running interface assignment option." -msgstr "" -# -# File: src/etc/rc.initial.password, line: 36 -#, php-format -msgid "The %s password will be reset to the factory default of `%s'." -msgstr "" -# -# File: src/etc/rc.initial.password, line: 41 -#, php-format -msgid "Do you want to proceed [y|n]? " -msgstr "" -# -# File: src/etc/rc.initial.password, line: 47 -#, php-format -msgid "The User manager authentication server is set to \"%s\"." -msgstr "" -# -# File: src/etc/rc.initial.password, line: 49 -#, php-format -msgid "Do you want to set it back to Local Database [y|n]? " -msgstr "" -# -# File: src/etc/rc.initial.password, line: 75 -msgid "password changed from console menu" -msgstr "" -# -# File: src/etc/rc.initial.password, line: 78 -#, php-format -msgid "The password has been reset." -msgstr "" -# -# File: src/etc/rc.initial.password, line: 80 -#, php-format -msgid "Please change the password as soon as you log in!" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 118 -#, php-format -msgid "Do you want to enable the %s server on %s?" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 274 -#, php-format -msgid "Configure %s address %s interface via %s?" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 290 -#, php-format -msgid "Enter the new %s %s address. Press for none:" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 298 -msgid "This IP address conflicts with another interface or a VIP" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 305 -#, php-format -msgid "Subnet masks are entered as bit counts (as in CIDR notation) in %s." -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 322 -#, php-format -msgid "Enter the new %s %s subnet bit count (1 to %s):" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 333 -msgid "You cannot set network address to an interface" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 337 -msgid "You cannot set broadcast address to an interface" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 350 -#, php-format -msgid "For a WAN, enter the new %s %s upstream gateway address." -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 351 -msgid "For a LAN, press for none:" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 357 -#, php-format -msgid "not an %s IP address!" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 359 -msgid "not in subnet!" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 406 -#, php-format -msgid "Enter the start address of the %s client address range:" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 415 -# File: src/etc/rc.initial.setlanip, line: 429 -msgid "This IP address must be in the interface's subnet" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 420 -#, php-format -msgid "Enter the end address of the %s client address range:" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 433 -msgid "The end address of the DHCP range must be >= the start address" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 444 -#, php-format -msgid "Disabling %s DHCPD..." -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 456 -msgid "Do you want to revert to HTTP as the webConfigurator protocol?" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 463 -#, php-format -msgid "Note: the anti-lockout rule on %s has been re-enabled." -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 498 -#, php-format -msgid "%s IP configuration from console menu" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 514 -# File: src/etc/rc.initial.setlanip, line: 520 -#, php-format -msgid "The IPv4 %s address has been set to %s" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 529 -# File: src/etc/rc.initial.setlanip, line: 535 -#, php-format -msgid "The IPv6 %s address has been set to %s" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 544 -msgid "" -"You can now access the webConfigurator by opening the following URL in your " -"web browser:" -msgstr "" -# -# File: src/etc/rc.initial.setlanip, line: 572 -msgid "Press to continue." -msgstr "" -# -# File: src/etc/rc.openvpn, line: 94 -msgid "WARNING: You must give a name as parameter to try_lock() function." -msgstr "" -# -# File: src/etc/rc.openvpn, line: 141 -msgid "" -"Could not obtain openvpn lock for executing rc.openvpn for more than 10 " -"seconds continuing..." -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 13 -# File: src/etc/rc.restore_config_backup, line: 76 -# File: src/www/diag_confbak.php, line: 95 -# File: src/www/diag_confbak.php, line: 107 -# File: src/www/diag_confbak.php, line: 227 -# File: src/www/diag_confbak.php, line: 299 -# File: src/www/diag_confbak.php, line: 315 -# File: src/www/firewall_nat_edit.php, line: 986 -# File: src/www/firewall_nat_edit.php, line: 995 -# File: src/www/firewall_nat_out_edit.php, line: 695 -# File: src/www/firewall_nat_out_edit.php, line: 705 -# File: src/www/firewall_rules_edit.php, line: 1459 -# File: src/www/firewall_rules_edit.php, line: 1468 -msgid "n/j/y H:i:s" -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 15 -# File: src/www/widgets/widgets/gateways.widget.php, line: 123 -# File: src/www/widgets/widgets/smart_status.widget.php, line: 63 -msgid "Unknown" -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 20 -msgid "Unknown Page" -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 33 -# File: src/etc/rc.restore_config_backup, line: 49 -msgid "No backups found in the configuration history." -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 52 -msgid "Which configuration would you like to restore?" -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 58 -msgid "That is not a valid backup number.\n" -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 66 -msgid "Is this the backup you wish to restore?" -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 70 -msgid "Y/N?" -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 72 -msgid "Y" -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 76 -# File: src/www/diag_confbak.php, line: 95 -#, php-format -msgid "Successfully reverted to timestamp %s with description \"%s\"." -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 77 -msgid "" -"You may need to reboot the firewall or restart services before the restored " -"configuration is fully active." -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 79 -# File: src/www/diag_confbak.php, line: 97 -msgid "Unable to revert to the selected configuration." -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 82 -msgid "Restore canceled." -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 85 -msgid "Restore canceled due to invalid input." -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 92 -msgid "Restore Backup from Configuration History" -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 93 -msgid "List Backups" -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 94 -msgid "Restore Backup" -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 95 -msgid "Quit" -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 97 -msgid "Please select an option to continue" -msgstr "" -# -# File: src/etc/rc.restore_config_backup, line: 102 -msgid "quit" -msgstr "" -# -# File: src/etc/rc.sshd, line: 131 -msgid "Started creating your SSH keys. SSH startup is being delayed a wee bit." -msgstr "" -# -# File: src/etc/rc.sshd, line: 138 -msgid "Completed creating your SSH keys. SSH will now be started." -msgstr "" -# -# File: src/etc/rc.update_alias_url_data, line: 68 -#, php-format -msgid "Could not process aliases from alias: %s" -msgstr "" -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 54 -msgid "Connection error." -msgstr "" -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 57 -msgid "Repository problem." -msgstr "" -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 60 -msgid "There are no updates available." -msgstr "" -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 68 -msgid "" -"There is a mandatory update for the package manager available. Please " -"install and fetch updates again." -msgstr "" -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 77 -#, php-format -msgid "There is %s update available, total download size is %s." -msgstr "" -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 83 -#, php-format -msgid "There are %s updates available, total download size is %s." -msgstr "" -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 92 -msgid "This update requires a reboot." -msgstr "" -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 97 -msgid "Current status is unknown." -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 98 -msgid "Disconnect selected client?" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 131 -msgid "Session" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 132 -msgid "userName" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 133 -msgid "macAddress" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 134 -msgid "ipAddress" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 135 -msgid "connected since" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 130 -msgid "Error reconfiguring captiveportal" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 167 -msgid "Error uploading template" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 180 -msgid "Zones" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 181 -msgid "Templates" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 189 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 410 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 113 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 143 -msgid "Enabled" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 190 -msgid "Zoneid" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 191 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 408 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 119 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 147 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 177 -# File: src/www/firewall_aliases.php, line: 190 -# File: src/www/firewall_aliases_edit.php, line: 352 -# File: src/www/firewall_aliases_edit.php, line: 382 -# File: src/www/firewall_aliases_import.php, line: 179 -# File: src/www/firewall_nat.php, line: 261 -# File: src/www/firewall_nat_1to1.php, line: 202 -# File: src/www/firewall_nat_1to1_edit.php, line: 444 -# File: src/www/firewall_nat_edit.php, line: 895 -# File: src/www/firewall_nat_npt.php, line: 200 -# File: src/www/firewall_nat_npt_edit.php, line: 287 -# File: src/www/firewall_nat_out.php, line: 347 -# File: src/www/firewall_nat_out.php, line: 547 -# File: src/www/firewall_nat_out_edit.php, line: 671 -# File: src/www/firewall_rules.php, line: 271 -# File: src/www/firewall_rules_edit.php, line: 1142 -# File: src/www/firewall_schedule.php, line: 127 -# File: src/www/firewall_schedule_edit.php, line: 815 -# File: src/www/firewall_schedule_edit.php, line: 1013 -# File: src/www/firewall_virtual_ip.php, line: 276 -# File: src/www/firewall_virtual_ip_edit.php, line: 453 -# File: src/www/interfaces.php, line: 1693 -# File: src/www/interfaces_bridge.php, line: 128 -# File: src/www/interfaces_bridge_edit.php, line: 274 -# File: src/www/interfaces_gif.php, line: 121 -# File: src/www/interfaces_gif_edit.php, line: 268 -# File: src/www/interfaces_gre.php, line: 123 -# File: src/www/interfaces_gre_edit.php, line: 256 -# File: src/www/interfaces_groups.php, line: 111 -# File: src/www/interfaces_groups_edit.php, line: 167 -# File: src/www/interfaces_lagg.php, line: 131 -# File: src/www/interfaces_lagg_edit.php, line: 252 -# File: src/www/interfaces_ppps.php, line: 122 -# File: src/www/interfaces_ppps_edit.php, line: 508 -# File: src/www/interfaces_qinq.php, line: 139 -# File: src/www/interfaces_qinq_edit.php, line: 190 -# File: src/www/interfaces_vlan.php, line: 123 -# File: src/www/interfaces_vlan_edit.php, line: 206 -# File: src/www/interfaces_wireless.php, line: 120 -# File: src/www/interfaces_wireless_edit.php, line: 179 -# File: src/www/load_balancer_monitor.php, line: 115 -# File: src/www/load_balancer_monitor_edit.php, line: 147 -# File: src/www/load_balancer_monitor_edit.php, line: 310 -# File: src/www/load_balancer_pool.php, line: 129 -# File: src/www/load_balancer_pool_edit.php, line: 207 -# File: src/www/load_balancer_virtual_server.php, line: 165 -# File: src/www/load_balancer_virtual_server_edit.php, line: 169 -# File: src/www/services_dhcp.php, line: 801 -# File: src/www/services_dhcp.php, line: 1132 -# File: src/www/services_dhcp_edit.php, line: 412 -# File: src/www/services_dhcpv6.php, line: 838 -# File: src/www/services_dhcpv6_edit.php, line: 234 -# File: src/www/services_dnsmasq.php, line: 368 -# File: src/www/services_dnsmasq.php, line: 446 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 160 -# File: src/www/services_dnsmasq_edit.php, line: 224 -# File: src/www/services_dnsmasq_edit.php, line: 245 -# File: src/www/services_dyndns.php, line: 88 -# File: src/www/services_dyndns_edit.php, line: 426 -# File: src/www/services_igmpproxy.php, line: 101 -# File: src/www/services_igmpproxy_edit.php, line: 174 -# File: src/www/services_rfc2136.php, line: 82 -# File: src/www/services_rfc2136_edit.php, line: 219 -# File: src/www/services_unbound_acls.php, line: 250 -# File: src/www/services_unbound_acls.php, line: 300 -# File: src/www/services_unbound_acls.php, line: 325 -# File: src/www/services_unbound_domainoverride_edit.php, line: 152 -# File: src/www/services_unbound_host_edit.php, line: 314 -# File: src/www/services_unbound_host_edit.php, line: 335 -# File: src/www/services_unbound_overrides.php, line: 135 -# File: src/www/services_unbound_overrides.php, line: 216 -# File: src/www/services_wol.php, line: 176 -# File: src/www/services_wol_edit.php, line: 159 -# File: src/www/status_dhcp_leases.php, line: 342 -# File: src/www/status_dhcpv6_leases.php, line: 423 -# File: src/www/status_gateway_groups.php, line: 61 -# File: src/www/status_gateways.php, line: 58 -# File: src/www/status_lb_pool.php, line: 132 -# File: src/www/status_lb_vs.php, line: 77 -# File: src/www/status_services.php, line: 296 -# File: src/www/status_upnp.php, line: 82 -# File: src/www/system_advanced_sysctl.php, line: 165 -# File: src/www/system_advanced_sysctl.php, line: 211 -# File: src/www/system_gateway_groups.php, line: 171 -# File: src/www/system_gateway_groups_edit.php, line: 198 -# File: src/www/system_gateway_groups_edit.php, line: 297 -# File: src/www/system_gateways.php, line: 304 -# File: src/www/system_gateways_edit.php, line: 807 -# File: src/www/system_groupmanager.php, line: 333 -# File: src/www/system_groupmanager.php, line: 412 -# File: src/www/system_groupmanager.php, line: 469 -# File: src/www/system_groupmanager_addprivs.php, line: 146 -# File: src/www/system_routes.php, line: 245 -# File: src/www/system_routes_edit.php, line: 303 -# File: src/www/system_usermanager.php, line: 748 -# File: src/www/system_usermanager_addprivs.php, line: 143 -# File: src/www/vpn_ipsec_phase1.php, line: 714 -# File: src/www/vpn_ipsec_phase2.php, line: 690 -# File: src/www/vpn_openvpn_client.php, line: 646 -# File: src/www/vpn_openvpn_client.php, line: 1050 -# File: src/www/vpn_openvpn_csc.php, line: 353 -# File: src/www/vpn_openvpn_csc.php, line: 614 -# File: src/www/vpn_openvpn_server.php, line: 881 -# File: src/www/vpn_openvpn_server.php, line: 1713 -# File: src/www/vpn_pppoe.php, line: 120 -# File: src/www/vpn_pppoe_edit.php, line: 495 -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 70 -# File: src/www/widgets/widgets/services_status.widget.php, line: 60 -msgid "Description" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 192 -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 216 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 120 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 148 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 178 -msgid "Commands" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 193 -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 217 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 121 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 149 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 179 -msgid "ID" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 214 -msgid "Fileid" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 215 -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 193 -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 196 -# File: src/www/firewall_aliases.php, line: 188 -# File: src/www/firewall_aliases_edit.php, line: 339 -# File: src/www/firewall_aliases_import.php, line: 48 -# File: src/www/firewall_schedule.php, line: 125 -# File: src/www/interfaces_groups.php, line: 109 -# File: src/www/load_balancer_monitor.php, line: 113 -# File: src/www/load_balancer_monitor_edit.php, line: 147 -# File: src/www/load_balancer_monitor_edit.php, line: 304 -# File: src/www/load_balancer_pool.php, line: 124 -# File: src/www/load_balancer_pool_edit.php, line: 63 -# File: src/www/load_balancer_pool_edit.php, line: 192 -# File: src/www/load_balancer_virtual_server.php, line: 159 -# File: src/www/load_balancer_virtual_server_edit.php, line: 63 -# File: src/www/load_balancer_virtual_server_edit.php, line: 68 -# File: src/www/load_balancer_virtual_server_edit.php, line: 163 -# File: src/www/services_igmpproxy.php, line: 98 -# File: src/www/status_gateways.php, line: 52 -# File: src/www/status_lb_pool.php, line: 128 -# File: src/www/status_lb_vs.php, line: 73 -# File: src/www/status_openvpn.php, line: 229 -# File: src/www/status_openvpn.php, line: 267 -# File: src/www/system_camanager.php, line: 708 -# File: src/www/system_certmanager.php, line: 1187 -# File: src/www/system_crlmanager.php, line: 608 -# File: src/www/system_gateways.php, line: 300 -# File: src/www/system_gateways_edit.php, line: 53 -# File: src/www/system_gateways_edit.php, line: 608 -# File: src/www/system_groupmanager.php, line: 411 -# File: src/www/system_usermanager.php, line: 747 -# File: src/www/system_usermanager.php, line: 787 -# File: src/www/widgets/widgets/gateways.widget.php, line: 45 -# File: src/www/widgets/widgets/system_information.widget.php, line: 85 -msgid "Name" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 236 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 506 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 197 -msgid "Apply" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 251 -msgid "Upload file" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 257 -msgid "Template name" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 261 -msgid "File input" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 269 -# File: src/www/widgets/widgets/picture.widget.php, line: 84 -msgid "Upload" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "Please setup a voucher server first " -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "goto auth servers" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 139 -msgid "Remove voucher group" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 140 -msgid "All vouchers within this group will be deleted" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 143 -# File: src/www/diag_confbak.php, line: 139 -# File: src/www/diag_confbak.php, line: 161 -# File: src/www/diag_defaults.php, line: 62 -# File: src/www/diag_halt.php, line: 52 -# File: src/www/diag_logs_settings.php, line: 284 -# File: src/www/diag_logs_settings.php, line: 305 -# File: src/www/diag_tables.php, line: 133 -# File: src/www/firewall_aliases.php, line: 161 -# File: src/www/firewall_nat.php, line: 177 -# File: src/www/firewall_nat.php, line: 196 -# File: src/www/firewall_nat_1to1.php, line: 125 -# File: src/www/firewall_nat_1to1.php, line: 144 -# File: src/www/firewall_nat_npt.php, line: 127 -# File: src/www/firewall_nat_npt.php, line: 146 -# File: src/www/firewall_nat_out.php, line: 194 -# File: src/www/firewall_nat_out.php, line: 214 -# File: src/www/firewall_rules.php, line: 149 -# File: src/www/firewall_rules.php, line: 168 -# File: src/www/firewall_schedule.php, line: 99 -# File: src/www/firewall_virtual_ip.php, line: 230 -# File: src/www/interfaces_assign.php, line: 368 -# File: src/www/interfaces_bridge.php, line: 99 -# File: src/www/interfaces_gif.php, line: 92 -# File: src/www/interfaces_gre.php, line: 94 -# File: src/www/interfaces_groups.php, line: 85 -# File: src/www/interfaces_lagg.php, line: 103 -# File: src/www/interfaces_ppps.php, line: 94 -# File: src/www/interfaces_qinq.php, line: 109 -# File: src/www/interfaces_vlan.php, line: 95 -# File: src/www/interfaces_wireless.php, line: 92 -# File: src/www/reboot.php, line: 53 -# File: src/www/system_advanced_sysctl.php, line: 126 -# File: src/www/system_authservers.php, line: 381 -# File: src/www/system_camanager.php, line: 437 -# File: src/www/system_certmanager.php, line: 548 -# File: src/www/system_crlmanager.php, line: 303 -# File: src/www/system_crlmanager.php, line: 327 -# File: src/www/system_gateway_groups.php, line: 137 -# File: src/www/system_gateways.php, line: 231 -# File: src/www/system_gateways.php, line: 263 -# File: src/www/system_groupmanager.php, line: 262 -# File: src/www/system_groupmanager.php, line: 286 -# File: src/www/system_routes.php, line: 171 -# File: src/www/system_routes.php, line: 193 -# File: src/www/system_usermanager.php, line: 466 -# File: src/www/system_usermanager.php, line: 489 -# File: src/www/system_usermanager.php, line: 513 -# File: src/www/system_usermanager.php, line: 574 -# File: src/www/vpn_ipsec.php, line: 208 -# File: src/www/vpn_ipsec.php, line: 227 -# File: src/www/vpn_ipsec.php, line: 253 -# File: src/www/vpn_ipsec.php, line: 272 -# File: src/www/vpn_ipsec_keys.php, line: 94 -# File: src/www/vpn_openvpn_client.php, line: 351 -# File: src/www/vpn_openvpn_csc.php, line: 225 -# File: src/www/vpn_openvpn_server.php, line: 432 -msgid "Yes" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 239 -msgid "Voucher" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 240 -msgid "Valid from" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 241 -msgid "Valid to" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 242 -# File: src/www/diag_dump_states.php, line: 181 -# File: src/www/diag_ipsec.php, line: 151 -# File: src/www/diag_system_pftop.php, line: 124 -# File: src/www/status_dhcpv6_leases.php, line: 527 -msgid "State" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 256 -msgid "Create vouchers" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 276 -msgid "Generate vouchers" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 282 -msgid "Validity" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 283 -msgid "Number of vouchers" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 284 -msgid "Groupname" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 291 -msgid "4 hours" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 292 -msgid "8 hours" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 293 -msgid "1 day" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 294 -msgid "2 days" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 295 -msgid "3 days" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 296 -msgid "4 days" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 297 -msgid "5 days" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 298 -msgid "6 days" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 299 -msgid "1 week" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 300 -msgid "2 weeks" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 323 -msgid "Generate" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 324 -# File: src/www/system_usermanager_import_ldap.php, line: 144 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 84 -# File: src/www/system_usermanager_settings_test.php, line: 80 -msgid "Close" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 39 -# File: src/www/widgets/widgets/system_information.widget.php, line: 276 -msgid "Fetching... (may take up to 30 seconds)" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 57 -msgid "Package Name" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "Current Version" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "New Version" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 64 -msgid "NEW" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 67 -msgid "REINSTALL" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 85 -msgid "Upgrading... (do not leave this page while upgrade is in progress)" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 100 -msgid "Executing... (do not leave this page while execute is in progress)" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 160 -msgid "Upgrade done!" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 166 -msgid "Your device is rebooting" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 171 -msgid "" -"The upgrade has finished and your device is being rebooted at the moment, " -"please wait..." -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 194 -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 197 -# File: src/www/diag_confbak.php, line: 288 -# File: src/www/diag_system_pftop.php, line: 122 -# File: src/www/diag_system_pftop.php, line: 140 -msgid "Size" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 194 -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 197 -# File: src/www/diag_confbak.php, line: 133 -# File: src/www/diag_confbak.php, line: 155 -# File: src/www/diag_confbak.php, line: 287 -# File: src/www/diag_ipsec.php, line: 93 -msgid "Version" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 195 -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 198 -msgid "Comment" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 248 -msgid "Fetch updates to view available plugins." -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 298 -msgid "Upgrade now" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 299 -msgid "Fetch updates" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 300 -msgid "Click to check for updates." -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 306 -msgid "Packages" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 307 -msgid "Plugins" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 308 -# File: src/www/widgets/widgets/system_information.widget.php, line: 102 -msgid "Updates" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 309 -msgid "Progress" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Cron/index.volt, line: 116 -msgid "Jobs" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 78 -# File: src/www/diag_states_summary.php, line: 119 -# File: src/www/firewall_nat.php, line: 259 -# File: src/www/services_dnsmasq.php, line: 367 -# File: src/www/services_dnsmasq.php, line: 445 -# File: src/www/services_unbound_host_edit.php, line: 290 -# File: src/www/services_unbound_overrides.php, line: 215 -# File: src/www/system_certmanager.php, line: 921 -# File: src/www/system_certmanager.php, line: 941 -# File: src/www/vpn_pppoe_edit.php, line: 597 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 177 -msgid "IP" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 79 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 79 -msgid "MAC" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 80 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 80 -msgid "Manufacturer" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 82 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 82 -msgid "Interface name" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 83 -# File: src/www/interfaces.php, line: 1951 -# File: src/www/services_dhcp.php, line: 1131 -# File: src/www/services_dhcp_edit.php, line: 392 -# File: src/www/services_dhcpv6.php, line: 837 -# File: src/www/services_dhcpv6_edit.php, line: 214 -# File: src/www/services_dyndns.php, line: 86 -# File: src/www/services_dyndns_edit.php, line: 91 -# File: src/www/services_dyndns_edit.php, line: 320 -# File: src/www/services_rfc2136.php, line: 80 -# File: src/www/services_rfc2136_edit.php, line: 73 -# File: src/www/services_rfc2136_edit.php, line: 165 -# File: src/www/status_dhcp_leases.php, line: 341 -# File: src/www/system_general.php, line: 109 -# File: src/www/system_general.php, line: 324 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 80 -msgid "Hostname" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 90 -msgid "NOTE: Local IPv6 peers use NDP instead of ARP." -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 100 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 94 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 128 -msgid "Refresh" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 78 -# File: src/www/diag_logs_filter.php, line: 654 -# File: src/www/diag_logs_settings.php, line: 506 -# File: src/www/diag_ping.php, line: 119 -# File: src/www/diag_testport.php, line: 146 -# File: src/www/diag_traceroute.php, line: 121 -# File: src/www/system_gateways_edit.php, line: 599 -msgid "IPv6" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 100 -msgid "PID" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 101 -msgid "USERNAME" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 102 -msgid "PRI" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 103 -msgid "NICE" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 104 -msgid "SIZE" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 105 -msgid "RES" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 106 -msgid "STATE" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 107 -msgid "C" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 108 -msgid "TIME" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 109 -msgid "WCPU" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 110 -msgid "COMMAND" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 298 -# File: src/www/graph.php, line: 108 -# File: src/www/interfaces.php, line: 2239 -# File: src/www/interfaces.php, line: 2395 -# File: src/www/interfaces_bridge_edit.php, line: 348 -# File: src/www/interfaces_bridge_edit.php, line: 359 -# File: src/www/interfaces_bridge_edit.php, line: 369 -# File: src/www/interfaces_bridge_edit.php, line: 466 -# File: src/www/services_dhcp.php, line: 872 -# File: src/www/services_dhcp.php, line: 882 -# File: src/www/services_dhcp_edit.php, line: 465 -# File: src/www/services_dhcp_edit.php, line: 475 -# File: src/www/services_dhcpv6.php, line: 630 -# File: src/www/services_dhcpv6.php, line: 640 -# File: src/www/services_ntpd_gps.php, line: 438 -# File: src/www/services_ntpd_gps.php, line: 444 -# File: src/www/services_ntpd_pps.php, line: 150 -# File: src/www/services_rfc2136_edit.php, line: 175 -# File: src/www/vpn_ipsec_phase1.php, line: 972 -# File: src/www/vpn_ipsec_phase1.php, line: 1027 -# File: src/www/vpn_ipsec_phase2.php, line: 930 -msgid "seconds" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 305 -# File: src/www/system_camanager.php, line: 609 -# File: src/www/system_certmanager.php, line: 826 -# File: src/www/system_crlmanager.php, line: 434 -msgid "days" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 309 -msgid "hours" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 313 -msgid "minutes" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 335 -msgid "Year(s)" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 337 -msgid "Days" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 339 -msgid "Hours" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 341 -msgid "Minutes" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 368 -msgid "full date & time" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 370 -msgid "timestamp" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 577 -msgid "Options" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 587 -msgid "Zoom level" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 596 -msgid "Inverse" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 602 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 637 -# File: src/www/interfaces.php, line: 2930 -# File: src/www/vpn_l2tp.php, line: 292 -# File: src/www/vpn_pppoe_edit.php, line: 404 -# File: src/www/vpn_pptp.php, line: 336 -msgid "Off" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 605 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 640 -# File: src/www/interfaces.php, line: 2931 -msgid "On" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 611 -msgid "Resolution" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 617 -# File: src/www/interfaces.php, line: 2845 -msgid "Standard" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 621 -# File: src/www/diag_packet_capture.php, line: 425 -msgid "Medium" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 625 -# File: src/www/diag_packet_capture.php, line: 426 -msgid "High" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 631 -msgid "Show Tables" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 659 -msgid "Please wait while loading data..." -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 664 -msgid "Current detail is showing" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 664 -msgid "averages" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 680 -msgid "Current View - Overview" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 706 -msgid "Current View - Details" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 712 -msgid "Toggle Timeview" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 718 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 492 -# File: src/www/firewall_rules.php, line: 465 -# File: src/www/firewall_rules_edit.php, line: 858 -msgid "Timestamp" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 722 -msgid "" -"Full Date &\n" -" Time" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 728 -msgid "Download as CSV" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 384 -msgid "Alerts" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 385 -# File: src/www/firewall_rules.php, line: 270 -# File: src/www/firewall_rules_edit.php, line: 1198 -msgid "Schedule" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 400 -msgid "rulesets" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 409 -msgid "Last updated" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 419 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 457 -msgid "disable selected" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 420 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 458 -msgid "enable selected" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 444 -msgid "sid" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 445 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 493 -# File: src/www/diag_confbak.php, line: 132 -# File: src/www/diag_confbak.php, line: 154 -# File: src/www/diag_logs_filter.php, line: 620 -# File: src/www/diag_logs_vpn.inc, line: 108 -# File: src/www/firewall_rules_edit.php, line: 692 -# File: src/www/services_unbound_acls.php, line: 224 -# File: src/www/services_unbound_acls.php, line: 324 -msgid "Action" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 446 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 494 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 174 -# File: src/www/diag_ipsec_sad.php, line: 56 -# File: src/www/diag_ipsec_spd.php, line: 56 -# File: src/www/diag_logs_filter.php, line: 715 -# File: src/www/diag_logs_filter_dynamic.php, line: 112 -# File: src/www/firewall_nat.php, line: 244 -# File: src/www/firewall_nat_edit.php, line: 581 -# File: src/www/firewall_nat_edit.php, line: 590 -# File: src/www/firewall_nat_edit.php, line: 599 -# File: src/www/firewall_nat_npt_edit.php, line: 218 -# File: src/www/firewall_nat_npt_edit.php, line: 227 -# File: src/www/firewall_nat_out.php, line: 340 -# File: src/www/firewall_nat_out.php, line: 540 -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_nat_out_edit.php, line: 470 -# File: src/www/firewall_rules.php, line: 265 -# File: src/www/firewall_rules_edit.php, line: 235 -# File: src/www/firewall_rules_edit.php, line: 880 -# File: src/www/firewall_rules_edit.php, line: 889 -# File: src/www/firewall_rules_edit.php, line: 938 -# File: src/www/vpn_ipsec_mobile.php, line: 391 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 141 -# File: src/www/widgets/widgets/log.widget.php, line: 237 -msgid "Source" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 447 -msgid "ClassType" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 448 -msgid "Message" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 449 -msgid "Info / enabled" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 481 -msgid "Search" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 482 -msgid "Query" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 495 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 175 -# File: src/www/diag_ipsec_sad.php, line: 57 -# File: src/www/diag_ipsec_spd.php, line: 57 -# File: src/www/diag_logs_filter.php, line: 716 -# File: src/www/diag_logs_filter_dynamic.php, line: 113 -# File: src/www/firewall_nat.php, line: 245 -# File: src/www/firewall_nat_1to1_edit.php, line: 392 -# File: src/www/firewall_nat_1to1_edit.php, line: 401 -# File: src/www/firewall_nat_edit.php, line: 704 -# File: src/www/firewall_nat_edit.php, line: 713 -# File: src/www/firewall_nat_npt_edit.php, line: 256 -# File: src/www/firewall_nat_npt_edit.php, line: 265 -# File: src/www/firewall_nat_out.php, line: 342 -# File: src/www/firewall_nat_out.php, line: 542 -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_nat_out_edit.php, line: 517 -# File: src/www/firewall_nat_out_edit.php, line: 526 -# File: src/www/firewall_rules.php, line: 267 -# File: src/www/firewall_rules_edit.php, line: 235 -# File: src/www/firewall_rules_edit.php, line: 1013 -# File: src/www/firewall_rules_edit.php, line: 1022 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 142 -# File: src/www/widgets/widgets/log.widget.php, line: 238 -msgid "Destination" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 496 -msgid "Alert" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 497 -# File: src/www/diag_smart.php, line: 284 -# File: src/www/diag_smart.php, line: 295 -msgid "Info" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 507 -msgid "Download & Update Rules" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 509 -msgid "" -"Please use \"Download & Update Rules\" to fetch your initial ruleset, " -"automatic updating can be scheduled after the first download" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 520 -msgid "Processing request..." -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt, line: 219 -# File: src/opnsense/mvc/app/views/layout_partials/base_dialog.volt, line: 75 -# File: src/opnsense/mvc/app/views/layout_partials/base_form.volt, line: 65 -# File: src/www/diag_logs_settings.php, line: 373 -# File: src/www/diag_logs_settings.php, line: 476 -# File: src/www/diag_packet_capture.php, line: 303 -# File: src/www/diag_testport.php, line: 131 -# File: src/www/firewall_aliases_edit.php, line: 334 -# File: src/www/firewall_aliases_import.php, line: 165 -# File: src/www/firewall_nat_1to1_edit.php, line: 295 -# File: src/www/firewall_nat_edit.php, line: 518 -# File: src/www/firewall_nat_npt_edit.php, line: 181 -# File: src/www/firewall_nat_out_edit.php, line: 406 -# File: src/www/firewall_rules_edit.php, line: 687 -# File: src/www/firewall_schedule_edit.php, line: 790 -# File: src/www/firewall_virtual_ip_edit.php, line: 320 -# File: src/www/interfaces.php, line: 1663 -# File: src/www/interfaces_bridge_edit.php, line: 249 -# File: src/www/interfaces_gif_edit.php, line: 171 -# File: src/www/interfaces_gre_edit.php, line: 146 -# File: src/www/interfaces_groups_edit.php, line: 150 -# File: src/www/interfaces_lagg_edit.php, line: 172 -# File: src/www/interfaces_ppps_edit.php, line: 453 -# File: src/www/interfaces_qinq_edit.php, line: 146 -# File: src/www/interfaces_vlan_edit.php, line: 161 -# File: src/www/interfaces_wireless_edit.php, line: 152 -# File: src/www/system_advanced_admin.php, line: 326 -# File: src/www/system_advanced_firewall.php, line: 256 -# File: src/www/system_advanced_misc.php, line: 266 -# File: src/www/system_advanced_network.php, line: 182 -# File: src/www/system_advanced_notifications.php, line: 160 -# File: src/www/system_authservers.php, line: 422 -# File: src/www/system_camanager.php, line: 491 -# File: src/www/system_certmanager.php, line: 704 -# File: src/www/system_gateway_groups_edit.php, line: 180 -# File: src/www/system_gateways_edit.php, line: 560 -# File: src/www/system_general.php, line: 319 -# File: src/www/system_hasync.php, line: 100 -# File: src/www/system_routes_edit.php, line: 251 -# File: src/www/system_usermanager.php, line: 613 -# File: src/www/vpn_ipsec_mobile.php, line: 371 -# File: src/www/vpn_ipsec_phase1.php, line: 590 -# File: src/www/vpn_ipsec_phase2.php, line: 654 -# File: src/www/vpn_ipsec_settings.php, line: 157 -# File: src/www/vpn_openvpn_client.php, line: 470 -# File: src/www/vpn_openvpn_csc.php, line: 330 -# File: src/www/vpn_openvpn_export.php, line: 621 -# File: src/www/vpn_openvpn_export_shared.php, line: 304 -# File: src/www/vpn_openvpn_server.php, line: 726 -msgid "full help" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt, line: 234 -msgid "" -"\n" -" Add an item to the table to fetch a remote acl for " -"blacklisting.
\n" -" You can enable or disable the blacklist list.
\n" -" The active blacklists will be merged with the settings " -"under Forward Proxy -> Access Control List.\n" -" " -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 88 -msgid "Error reconfiguring trafficshaper" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 102 -msgid "Pipes" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 103 -msgid "Queues" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 112 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 142 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 171 -msgid "Origin" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 114 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 144 -# File: src/www/services_dhcp.php, line: 1037 -# File: src/www/services_dhcpv6.php, line: 764 -msgid "Number" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 115 -# File: src/www/interfaces_ppps_edit.php, line: 874 -# File: src/www/interfaces_ppps_edit.php, line: 900 -msgid "Bandwidth" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 116 -msgid "Metric" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 117 -msgid "Burst" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 118 -msgid "Mask" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 145 -msgid "Pipe" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 146 -# File: src/www/system_gateways_edit.php, line: 675 -msgid "Weight" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 170 -msgid "#" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 173 -# File: src/www/diag_ipsec_sad.php, line: 58 -# File: src/www/diag_ipsec_spd.php, line: 59 -# File: src/www/diag_logs_filter.php, line: 624 -# File: src/www/diag_logs_filter.php, line: 625 -# File: src/www/diag_logs_filter.php, line: 638 -# File: src/www/diag_packet_capture.php, line: 355 -# File: src/www/firewall_nat_edit.php, line: 196 -# File: src/www/firewall_nat_edit.php, line: 199 -# File: src/www/firewall_nat_edit.php, line: 562 -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_nat_out_edit.php, line: 453 -# File: src/www/firewall_rules_edit.php, line: 235 -# File: src/www/firewall_rules_edit.php, line: 823 -# File: src/www/interfaces_bridge_edit.php, line: 312 -# File: src/www/load_balancer_virtual_server.php, line: 160 -# File: src/www/services_rfc2136_edit.php, line: 206 -# File: src/www/status_upnp.php, line: 79 -# File: src/www/system_advanced_admin.php, line: 331 -# File: src/www/vpn_ipsec_phase2.php, line: 836 -# File: src/www/vpn_openvpn_client.php, line: 506 -# File: src/www/vpn_openvpn_client.php, line: 1048 -# File: src/www/vpn_openvpn_server.php, line: 792 -msgid "Protocol" -msgstr "" -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 176 -msgid "Target" -msgstr "" -# -# File: src/opnsense/mvc/app/views/layout_partials/base_dialog.volt, line: 73 -# File: src/opnsense/mvc/app/views/layout_partials/base_form.volt, line: 63 -msgid "advanced mode" -msgstr "" -# -# File: src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt, line: 61 -msgid "Clear All" -msgstr "" -# -# File: src/www/carp_status.php, line: 75 -#, php-format -msgid "" -"%s IPs have been disabled. Please note that disabling does not survive a " -"reboot." -msgstr "" -# -# File: src/www/carp_status.php, line: 77 -msgid "CARP has been enabled." -msgstr "" -# -# File: src/www/carp_status.php, line: 120 -msgid "" -"CARP has detected a problem and this unit has been demoted to BACKUP status." -msgstr "" -# -# File: src/www/carp_status.php, line: 120 -msgid "Check link status on all interfaces with configured CARP VIPs." -msgstr "" -# -# File: src/www/carp_status.php, line: 129 -msgid "Enable CARP" -msgstr "" -# -# File: src/www/carp_status.php, line: 129 -msgid "Temporarily Disable CARP" -msgstr "" -# -# File: src/www/carp_status.php, line: 130 -msgid "Enter Persistent CARP Maintenance Mode" -msgstr "" -# -# File: src/www/carp_status.php, line: 130 -msgid "Leave Persistent CARP Maintenance Mode" -msgstr "" -# -# File: src/www/carp_status.php, line: 138 -msgid "CARP Interface" -msgstr "" -# -# File: src/www/carp_status.php, line: 139 -# File: src/www/firewall_virtual_ip.php, line: 223 -# File: src/www/system_gateway_groups_edit.php, line: 197 -# File: src/www/system_gateway_groups_edit.php, line: 277 -msgid "Virtual IP" -msgstr "" -# -# File: src/www/carp_status.php, line: 147 -msgid "Could not locate any defined CARP interfaces." -msgstr "" -# -# File: src/www/carp_status.php, line: 183 -msgid "pfSync nodes" -msgstr "" -# -# File: src/www/crash_reporter.php, line: 150 -msgid "Luckily we have not detected a programming bug." -msgstr "" -# -# File: src/www/crash_reporter.php, line: 153 -msgid "Thank you for submitting this crash report." -msgstr "" -# -# File: src/www/crash_reporter.php, line: 155 -msgid "Please consider submitting a crash report if the error persists." -msgstr "" -# -# File: src/www/crash_reporter.php, line: 173 -msgid "Dismiss this report" -msgstr "" -# -# File: src/www/crash_reporter.php, line: 174 -msgid "Submit this report" -msgstr "" -# -# File: src/www/crash_reporter.php, line: 175 -msgid "Unfortunately we have detected at least one programming bug." -msgstr "" -# -# File: src/www/crash_reporter.php, line: 176 -msgid "Would you like to submit this crash report to the developers?" -msgstr "" -# -# File: src/www/crash_reporter.php, line: 177 -msgid "" -"You can help us further by adding your contact information and a problem " -"description. Please note that providing your contact information greatly " -"improves the chances of bugs being fixed." -msgstr "" -# -# File: src/www/crash_reporter.php, line: 179 -msgid "your@email.com" -msgstr "" -# -# File: src/www/crash_reporter.php, line: 180 -msgid "A short problem description or steps to reproduce." -msgstr "" -# -# File: src/www/crash_reporter.php, line: 181 -msgid "" -"Please double-check the following contents to ensure you are comfortable " -"submitting the following information." -msgstr "" -# -# File: src/www/crash_reporter.php, line: 192 -msgid "Report an issue" -msgstr "" -# -# File: src/www/diag_authentication.php, line: 62 -msgid "is not a valid authentication server" -msgstr "" -# -# File: src/www/diag_authentication.php, line: 66 -msgid "A username and password must be specified." -msgstr "" -# -# File: src/www/diag_authentication.php, line: 71 -# File: src/www/diag_ipsec_leases.php, line: 66 -# File: src/www/diag_logs_vpn.inc, line: 109 -# File: src/www/system_usermanager.php, line: 170 -# File: src/www/system_usermanager.php, line: 459 -# File: src/www/system_usermanager.php, line: 506 -# File: src/www/system_usermanager.php, line: 567 -# File: src/www/vpn_openvpn_export.php, line: 788 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 176 -msgid "User" -msgstr "" -# -# File: src/www/diag_authentication.php, line: 71 -msgid "authenticated successfully." -msgstr "" -# -# File: src/www/diag_authentication.php, line: 73 -msgid "This user is a member of these groups" -msgstr "" -# -# File: src/www/diag_authentication.php, line: 77 -msgid "Authentication failed." -msgstr "" -# -# File: src/www/diag_authentication.php, line: 103 -msgid "Test a server" -msgstr "" -# -# File: src/www/diag_authentication.php, line: 111 -# File: src/www/system_authservers.php, line: 259 -# File: src/www/system_usermanager_settings.php, line: 113 -msgid "Authentication Server" -msgstr "" -# -# File: src/www/diag_authentication.php, line: 126 -# File: src/www/interfaces.php, line: 2134 -# File: src/www/interfaces.php, line: 2206 -# File: src/www/interfaces.php, line: 2344 -# File: src/www/interfaces_ppps_edit.php, line: 119 -# File: src/www/interfaces_ppps_edit.php, line: 122 -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -# File: src/www/interfaces_ppps_edit.php, line: 551 -# File: src/www/services_dyndns_edit.php, line: 93 -# File: src/www/services_dyndns_edit.php, line: 364 -# File: src/www/services_opendns.php, line: 164 -# File: src/www/system_usermanager.php, line: 239 -# File: src/www/system_usermanager.php, line: 243 -# File: src/www/system_usermanager.php, line: 631 -# File: src/www/system_usermanager.php, line: 937 -# File: src/www/vpn_l2tp_users.php, line: 105 -# File: src/www/vpn_l2tp_users_edit.php, line: 75 -# File: src/www/vpn_l2tp_users_edit.php, line: 78 -# File: src/www/vpn_l2tp_users_edit.php, line: 163 -# File: src/www/vpn_openvpn_client.php, line: 628 -# File: src/www/vpn_openvpn_client.php, line: 663 -# File: src/www/vpn_openvpn_export.php, line: 746 -# File: src/www/vpn_openvpn_export_shared.php, line: 369 -# File: src/www/vpn_pppoe_edit.php, line: 595 -# File: src/www/vpn_pptp_users.php, line: 100 -# File: src/www/vpn_pptp_users_edit.php, line: 73 -# File: src/www/vpn_pptp_users_edit.php, line: 76 -# File: src/www/vpn_pptp_users_edit.php, line: 161 -msgid "Username" -msgstr "" -# -# File: src/www/diag_authentication.php, line: 135 -# File: src/www/diag_smart.php, line: 373 -# File: src/www/diag_testport.php, line: 201 -msgid "Test" -msgstr "" -# -# File: src/www/diag_backup.php, line: 135 -msgid "DHCP Server" -msgstr "" -# -# File: src/www/diag_backup.php, line: 136 -# File: src/www/services_dhcpv6.php, line: 500 -# File: src/www/services_dhcpv6.php, line: 520 -# File: src/www/services_router_advertisements.php, line: 223 -msgid "DHCPv6 Server" -msgstr "" -# -# File: src/www/diag_backup.php, line: 137 -# File: src/www/system_hasync.php, line: 223 -msgid "Firewall Rules" -msgstr "" -# -# File: src/www/diag_backup.php, line: 139 -# File: src/www/vpn_ipsec.php, line: 201 -# File: src/www/vpn_ipsec.php, line: 220 -# File: src/www/vpn_ipsec.php, line: 246 -# File: src/www/vpn_ipsec.php, line: 265 -msgid "IPSEC" -msgstr "" -# -# File: src/www/diag_backup.php, line: 142 -msgid "PPTP Server" -msgstr "" -# -# File: src/www/diag_backup.php, line: 143 -msgid "RRD Data" -msgstr "" -# -# File: src/www/diag_backup.php, line: 144 -msgid "Scheduled Tasks" -msgstr "" -# -# File: src/www/diag_backup.php, line: 145 -# File: src/www/diag_logs_settings.php, line: 277 -# File: src/www/diag_logs_settings.php, line: 298 -msgid "Syslog" -msgstr "" -# -# File: src/www/diag_backup.php, line: 147 -msgid "Static routes" -msgstr "" -# -# File: src/www/diag_backup.php, line: 148 -msgid "System tunables" -msgstr "" -# -# File: src/www/diag_backup.php, line: 149 -msgid "SNMP Server" -msgstr "" -# -# File: src/www/diag_backup.php, line: 150 -msgid "VLANS" -msgstr "" -# -# File: src/www/diag_backup.php, line: 179 -msgid "You must supply and confirm the password for encryption." -msgstr "" -# -# File: src/www/diag_backup.php, line: 181 -# File: src/www/diag_backup.php, line: 234 -# File: src/www/diag_backup.php, line: 412 -msgid "The supplied 'Password' and 'Confirm' field values must match." -msgstr "" -# -# File: src/www/diag_backup.php, line: 232 -msgid "You must supply and confirm the password for decryption." -msgstr "" -# -# File: src/www/diag_backup.php, line: 240 -# File: src/www/diag_backup.php, line: 241 -#, php-format -msgid "Warning, could not read file %s" -msgstr "" -# -# File: src/www/diag_backup.php, line: 244 -msgid "The configuration could not be restored (file upload error)." -msgstr "" -# -# File: src/www/diag_backup.php, line: 249 -msgid "" -"The uploaded file does not appear to contain an encrypted OPNsense " -"configuration." -msgstr "" -# -# File: src/www/diag_backup.php, line: 256 -# File: src/www/diag_backup.php, line: 268 -msgid "" -"You have selected to restore an area but we could not locate the correct xml " -"tag." -msgstr "" -# -# File: src/www/diag_backup.php, line: 261 -msgid "Upgrading m0n0wall configuration to OPNsense." -msgstr "" -# -# File: src/www/diag_backup.php, line: 277 -msgid "" -"The configuration area has been restored. You may need to reboot the " -"firewall." -msgstr "" -# -# File: src/www/diag_backup.php, line: 388 -msgid "The m0n0wall configuration has been restored and upgraded to OPNsense." -msgstr "" -# -# File: src/www/diag_backup.php, line: 392 -msgid "The configuration could not be restored." -msgstr "" -# -# File: src/www/diag_backup.php, line: 436 -msgid "Google Drive communication failure" -msgstr "" -# -# File: src/www/diag_backup.php, line: 438 -msgid "Backup succesfull, current filelist:" -msgstr "" -# -# File: src/www/diag_backup.php, line: 494 -msgid "The firewall configuration has been changed." -msgstr "" -# -# File: src/www/diag_backup.php, line: 494 -msgid "The firewall is now rebooting." -msgstr "" -# -# File: src/www/diag_backup.php, line: 504 -msgid "Download" -msgstr "" -# -# File: src/www/diag_backup.php, line: 512 -msgid "Click this button to download the system configuration in XML format." -msgstr "" -# -# File: src/www/diag_backup.php, line: 513 -msgid "Backup area:" -msgstr "" -# -# File: src/www/diag_backup.php, line: 515 -# File: src/www/diag_backup.php, line: 569 -# File: src/www/widgets/widgets/log.widget.php, line: 196 -msgid "ALL" -msgstr "" -# -# File: src/www/diag_backup.php, line: 529 -msgid "Encrypt this configuration file." -msgstr "" -# -# File: src/www/diag_backup.php, line: 531 -msgid "" -"Do not backup RRD data (NOTE: RRD Data can consume 4+ megabytes of config." -"xml space!)" -msgstr "" -# -# File: src/www/diag_backup.php, line: 539 -# File: src/www/diag_backup.php, line: 590 -msgid "confirm:" -msgstr "" -# -# File: src/www/diag_backup.php, line: 545 -msgid "Download configuration" -msgstr "" -# -# File: src/www/diag_backup.php, line: 557 -msgid "Restore" -msgstr "" -# -# File: src/www/diag_backup.php, line: 565 -msgid "Open a" -msgstr "" -# -# File: src/www/diag_backup.php, line: 565 -msgid "" -"configuration XML file and click the button below to restore the " -"configuration." -msgstr "" -# -# File: src/www/diag_backup.php, line: 567 -msgid "Restore area:" -msgstr "" -# -# File: src/www/diag_backup.php, line: 582 -msgid "Configuration file is encrypted." -msgstr "" -# -# File: src/www/diag_backup.php, line: 596 -msgid "Restore configuration" -msgstr "" -# -# File: src/www/diag_backup.php, line: 598 -# File: src/www/diag_logs_settings.php, line: 358 -# File: src/www/diag_logs_settings.php, line: 571 -# File: src/www/diag_packet_capture.php, line: 431 -# File: src/www/diag_routes.php, line: 168 -# File: src/www/firewall_aliases.php, line: 258 -# File: src/www/firewall_nat_1to1.php, line: 333 -# File: src/www/firewall_schedule.php, line: 253 -# File: src/www/firewall_virtual_ip.php, line: 344 -# File: src/www/firewall_virtual_ip_edit.php, line: 477 -# File: src/www/interfaces.php, line: 2274 -# File: src/www/interfaces_bridge.php, line: 170 -# File: src/www/interfaces_bridge_edit.php, line: 495 -# File: src/www/interfaces_bridge_edit.php, line: 534 -# File: src/www/interfaces_bridge_edit.php, line: 574 -# File: src/www/interfaces_gif.php, line: 150 -# File: src/www/interfaces_gre.php, line: 152 -# File: src/www/interfaces_groups.php, line: 149 -# File: src/www/interfaces_lagg.php, line: 160 -# File: src/www/interfaces_ppps_edit.php, line: 679 -# File: src/www/interfaces_qinq.php, line: 169 -# File: src/www/interfaces_vlan.php, line: 152 -# File: src/www/load_balancer_virtual_server_edit.php, line: 285 -# File: src/www/services_dhcp.php, line: 1106 -# File: src/www/services_dhcpv6.php, line: 663 -# File: src/www/services_dhcpv6.php, line: 815 -# File: src/www/services_dnsmasq.php, line: 331 -# File: src/www/services_dyndns.php, line: 182 -# File: src/www/services_dyndns_edit.php, line: 325 -# File: src/www/services_dyndns_edit.php, line: 444 -# File: src/www/services_igmpproxy.php, line: 143 -# File: src/www/services_rfc2136_edit.php, line: 237 -# File: src/www/services_unbound.php, line: 321 -# File: src/www/services_wol.php, line: 214 -# File: src/www/status_graph.php, line: 202 -# File: src/www/system_advanced_network.php, line: 245 -# File: src/www/system_advanced_network.php, line: 258 -# File: src/www/system_advanced_network.php, line: 271 -# File: src/www/system_advanced_network.php, line: 284 -# File: src/www/system_gateway_groups.php, line: 218 -# File: src/www/system_routes.php, line: 328 -# File: src/www/vpn_l2tp.php, line: 469 -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "Note:" -msgstr "" -# -# File: src/www/diag_backup.php, line: 598 -msgid "The firewall will reboot after restoring the configuration." -msgstr "" -# -# File: src/www/diag_backup.php, line: 610 -msgid "Google Drive" -msgstr "" -# -# File: src/www/diag_backup.php, line: 623 -# File: src/www/diag_routes.php, line: 166 -# File: src/www/firewall_nat_1to1_edit.php, line: 456 -# File: src/www/interfaces.php, line: 1671 -# File: src/www/interfaces_bridge_edit.php, line: 303 -# File: src/www/services_dhcp_relay.php, line: 151 -# File: src/www/services_dhcpv6_relay.php, line: 148 -# File: src/www/services_dnsmasq.php, line: 195 -# File: src/www/services_opendns.php, line: 147 -# File: src/www/services_rfc2136_edit.php, line: 148 -# File: src/www/services_snmp.php, line: 297 -# File: src/www/services_snmp.php, line: 373 -# File: src/www/services_snmp.php, line: 375 -# File: src/www/services_unbound.php, line: 185 -# File: src/www/vpn_ipsec_mobile.php, line: 376 -# File: src/www/vpn_ipsec_phase1.php, line: 1005 -msgid "Enable" -msgstr "" -# -# File: src/www/diag_backup.php, line: 629 -# File: src/www/diag_smart.php, line: 223 -# File: src/www/system_camanager.php, line: 665 -# File: src/www/system_certmanager.php, line: 882 -# File: src/www/system_certmanager.php, line: 1060 -msgid "Email Address" -msgstr "" -# -# File: src/www/diag_backup.php, line: 635 -msgid "(not loaded)" -msgstr "" -# -# File: src/www/diag_backup.php, line: 635 -msgid "(replace)" -msgstr "" -# -# File: src/www/diag_backup.php, line: 635 -msgid "P12 key" -msgstr "" -# -# File: src/www/diag_backup.php, line: 641 -msgid "Folder ID" -msgstr "" -# -# File: src/www/diag_backup.php, line: 647 -# File: src/www/diag_confbak.php, line: 198 -msgid "Backup Count" -msgstr "" -# -# File: src/www/diag_backup.php, line: 653 -msgid "Password protect your data" -msgstr "" -# -# File: src/www/diag_backup.php, line: 656 -msgid "Password :" -msgstr "" -# -# File: src/www/diag_backup.php, line: 662 -msgid "Confirm :" -msgstr "" -# -# File: src/www/diag_backup.php, line: 669 -msgid "Setup/Test Google Drive" -msgstr "" -# -# File: src/www/diag_confbak.php, line: 90 -msgid "Changed backup revision count." -msgstr "" -# -# File: src/www/diag_confbak.php, line: 107 -#, php-format -msgid "Deleted backup with timestamp %s and description \"%s\"." -msgstr "" -# -# File: src/www/diag_confbak.php, line: 109 -msgid "Unable to delete the selected configuration." -msgstr "" -# -# File: src/www/diag_confbak.php, line: 133 -msgid "Restore from Configuration Backup" -msgstr "" -# -# File: src/www/diag_confbak.php, line: 135 -# File: src/www/diag_confbak.php, line: 157 -# File: src/www/diag_defaults.php, line: 63 -# File: src/www/diag_halt.php, line: 53 -# File: src/www/diag_logs_settings.php, line: 280 -# File: src/www/diag_logs_settings.php, line: 301 -# File: src/www/diag_tables.php, line: 129 -# File: src/www/firewall_aliases.php, line: 157 -# File: src/www/firewall_nat.php, line: 173 -# File: src/www/firewall_nat.php, line: 192 -# File: src/www/firewall_nat_1to1.php, line: 121 -# File: src/www/firewall_nat_1to1.php, line: 140 -# File: src/www/firewall_nat_npt.php, line: 123 -# File: src/www/firewall_nat_npt.php, line: 142 -# File: src/www/firewall_nat_out.php, line: 190 -# File: src/www/firewall_nat_out.php, line: 210 -# File: src/www/firewall_rules.php, line: 145 -# File: src/www/firewall_rules.php, line: 164 -# File: src/www/firewall_schedule.php, line: 95 -# File: src/www/firewall_virtual_ip.php, line: 226 -# File: src/www/interfaces_assign.php, line: 364 -# File: src/www/interfaces_bridge.php, line: 95 -# File: src/www/interfaces_gif.php, line: 88 -# File: src/www/interfaces_gre.php, line: 90 -# File: src/www/interfaces_groups.php, line: 81 -# File: src/www/interfaces_lagg.php, line: 99 -# File: src/www/interfaces_ppps.php, line: 90 -# File: src/www/interfaces_qinq.php, line: 105 -# File: src/www/interfaces_vlan.php, line: 91 -# File: src/www/interfaces_wireless.php, line: 88 -# File: src/www/reboot.php, line: 54 -# File: src/www/system_advanced_sysctl.php, line: 122 -# File: src/www/system_authservers.php, line: 377 -# File: src/www/system_camanager.php, line: 433 -# File: src/www/system_certmanager.php, line: 544 -# File: src/www/system_crlmanager.php, line: 299 -# File: src/www/system_crlmanager.php, line: 323 -# File: src/www/system_gateway_groups.php, line: 133 -# File: src/www/system_gateways.php, line: 227 -# File: src/www/system_gateways.php, line: 259 -# File: src/www/system_groupmanager.php, line: 258 -# File: src/www/system_groupmanager.php, line: 282 -# File: src/www/system_routes.php, line: 167 -# File: src/www/system_routes.php, line: 189 -# File: src/www/system_usermanager.php, line: 462 -# File: src/www/system_usermanager.php, line: 485 -# File: src/www/system_usermanager.php, line: 509 -# File: src/www/system_usermanager.php, line: 570 -# File: src/www/vpn_ipsec.php, line: 204 -# File: src/www/vpn_ipsec.php, line: 223 -# File: src/www/vpn_ipsec.php, line: 249 -# File: src/www/vpn_ipsec.php, line: 268 -# File: src/www/vpn_ipsec_keys.php, line: 90 -# File: src/www/vpn_openvpn_client.php, line: 347 -# File: src/www/vpn_openvpn_csc.php, line: 221 -# File: src/www/vpn_openvpn_server.php, line: 428 -msgid "No" -msgstr "" -# -# File: src/www/diag_confbak.php, line: 155 -msgid "Remove Configuration Backup" -msgstr "" -# -# File: src/www/diag_confbak.php, line: 205 -msgid "" -"Enter the number of older configurations to keep in the local backup cache. " -"By default this is 30." -msgstr "" -# -# File: src/www/diag_confbak.php, line: 209 -# File: src/www/diag_logs_settings.php, line: 351 -# File: src/www/diag_logs_settings.php, line: 567 -# File: src/www/diag_smart.php, line: 233 -# File: src/www/firewall_aliases_edit.php, line: 483 -# File: src/www/firewall_aliases_import.php, line: 209 -# File: src/www/firewall_nat_1to1_edit.php, line: 464 -# File: src/www/firewall_nat_edit.php, line: 1008 -# File: src/www/firewall_nat_npt_edit.php, line: 297 -# File: src/www/firewall_nat_out.php, line: 323 -# File: src/www/firewall_nat_out_edit.php, line: 715 -# File: src/www/firewall_rules_edit.php, line: 1478 -# File: src/www/firewall_schedule_edit.php, line: 1162 -# File: src/www/firewall_virtual_ip_edit.php, line: 464 -# File: src/www/interfaces.php, line: 3347 -# File: src/www/interfaces_assign.php, line: 461 -# File: src/www/interfaces_bridge_edit.php, line: 630 -# File: src/www/interfaces_gif_edit.php, line: 281 -# File: src/www/interfaces_gre_edit.php, line: 269 -# File: src/www/interfaces_groups_edit.php, line: 197 -# File: src/www/interfaces_lagg_edit.php, line: 265 -# File: src/www/interfaces_ppps_edit.php, line: 917 -# File: src/www/interfaces_qinq_edit.php, line: 215 -# File: src/www/interfaces_vlan_edit.php, line: 218 -# File: src/www/interfaces_wireless_edit.php, line: 192 -# File: src/www/load_balancer_monitor_edit.php, line: 425 -# File: src/www/load_balancer_pool_edit.php, line: 325 -# File: src/www/load_balancer_setting.php, line: 145 -# File: src/www/services_dhcp.php, line: 1101 -# File: src/www/services_dhcp_edit.php, line: 531 -# File: src/www/services_dhcp_relay.php, line: 193 -# File: src/www/services_dhcpv6.php, line: 810 -# File: src/www/services_dhcpv6_edit.php, line: 243 -# File: src/www/services_dhcpv6_relay.php, line: 190 -# File: src/www/services_dnsmasq.php, line: 324 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 169 -# File: src/www/services_dnsmasq_edit.php, line: 292 -# File: src/www/services_dyndns_edit.php, line: 434 -# File: src/www/services_igmpproxy.php, line: 137 -# File: src/www/services_igmpproxy_edit.php, line: 276 -# File: src/www/services_ntpd.php, line: 392 -# File: src/www/services_ntpd_gps.php, line: 549 -# File: src/www/services_ntpd_pps.php, line: 206 -# File: src/www/services_opendns.php, line: 222 -# File: src/www/services_rfc2136_edit.php, line: 227 -# File: src/www/services_router_advertisements.php, line: 365 -# File: src/www/services_snmp.php, line: 482 -# File: src/www/services_unbound.php, line: 313 -# File: src/www/services_unbound_acls.php, line: 131 -# File: src/www/services_unbound_acls.php, line: 311 -# File: src/www/services_unbound_domainoverride_edit.php, line: 163 -# File: src/www/services_unbound_host_edit.php, line: 380 -# File: src/www/services_upnp.php, line: 343 -# File: src/www/services_wol_edit.php, line: 168 -# File: src/www/status_lb_pool.php, line: 218 -# File: src/www/system_advanced_admin.php, line: 589 -# File: src/www/system_advanced_firewall.php, line: 571 -# File: src/www/system_advanced_misc.php, line: 562 -# File: src/www/system_advanced_network.php, line: 301 -# File: src/www/system_advanced_notifications.php, line: 54 -# File: src/www/system_advanced_notifications.php, line: 310 -# File: src/www/system_advanced_sysctl.php, line: 225 -# File: src/www/system_authservers.php, line: 652 -# File: src/www/system_camanager.php, line: 693 -# File: src/www/system_certmanager.php, line: 1125 -# File: src/www/system_crlmanager.php, line: 458 -# File: src/www/system_crlmanager.php, line: 493 -# File: src/www/system_gateway_groups_edit.php, line: 308 -# File: src/www/system_gateways_edit.php, line: 818 -# File: src/www/system_general.php, line: 536 -# File: src/www/system_groupmanager.php, line: 447 -# File: src/www/system_groupmanager_addprivs.php, line: 154 -# File: src/www/system_routes_edit.php, line: 314 -# File: src/www/system_usermanager.php, line: 916 -# File: src/www/system_usermanager_addprivs.php, line: 151 -# File: src/www/system_usermanager_import_ldap.php, line: 163 -# File: src/www/system_usermanager_passwordmg.php, line: 117 -# File: src/www/system_usermanager_settings.php, line: 129 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 109 -# File: src/www/vpn_ipsec.php, line: 603 -# File: src/www/vpn_ipsec_keys_edit.php, line: 159 -# File: src/www/vpn_ipsec_mobile.php, line: 543 -# File: src/www/vpn_ipsec_phase1.php, line: 1054 -# File: src/www/vpn_ipsec_phase2.php, line: 956 -# File: src/www/vpn_ipsec_settings.php, line: 239 -# File: src/www/vpn_l2tp.php, line: 463 -# File: src/www/vpn_l2tp_users_edit.php, line: 188 -# File: src/www/vpn_openvpn_client.php, line: 1027 -# File: src/www/vpn_openvpn_csc.php, line: 592 -# File: src/www/vpn_openvpn_server.php, line: 1691 -# File: src/www/vpn_pppoe_edit.php, line: 654 -# File: src/www/vpn_pptp.php, line: 513 -# File: src/www/vpn_pptp_users_edit.php, line: 186 -# File: src/www/widgets/widgets/log.widget.php, line: 216 -# File: src/www/widgets/widgets/rss.widget.php, line: 142 -# File: src/www/widgets/widgets/system_log.widget.php, line: 65 -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 265 -msgid "Save" -msgstr "" -# -# File: src/www/diag_confbak.php, line: 216 -msgid "" -"NOTE: Be aware of how much space is consumed by backups before adjusting " -"this value. Current space used by backups: " -msgstr "" -# -# File: src/www/diag_confbak.php, line: 227 -msgid "Configuration diff from" -msgstr "" -# -# File: src/www/diag_confbak.php, line: 227 -# File: src/www/diag_dump_states.php, line: 223 -# File: src/www/diag_dump_states_sources.php, line: 166 -# File: src/www/services_dhcp.php, line: 789 -# File: src/www/services_dhcpv6.php, line: 583 -# File: src/www/services_dhcpv6.php, line: 590 -msgid "to" -msgstr "" -# -# File: src/www/diag_confbak.php, line: 273 -msgid "View differences" -msgstr "" -# -# File: src/www/diag_confbak.php, line: 277 -msgid "" -"To view the differences between an older configuration and a newer " -"configuration, select the older configuration using the left column of radio " -"options and select the newer configuration in the right column, then press " -"the button." -msgstr "" -# -# File: src/www/diag_confbak.php, line: 285 -msgid "Diff" -msgstr "" -# -# File: src/www/diag_confbak.php, line: 286 -msgid "Date" -msgstr "" -# -# File: src/www/diag_confbak.php, line: 289 -msgid "Configuration Change" -msgstr "" -# -# File: src/www/diag_confbak.php, line: 303 -msgid "Current" -msgstr "" -# -# File: src/www/diag_confbak.php, line: 320 -msgid "Revert to this configuration" -msgstr "" -# -# File: src/www/diag_confbak.php, line: 323 -msgid "Remove this backup" -msgstr "" -# -# File: src/www/diag_confbak.php, line: 326 -msgid "Download this backup" -msgstr "" -# -# File: src/www/diag_defaults.php, line: 46 -msgid "" -"The system has been reset to factory defaults and is now rebooting. This may " -"take a few minutes, depending on your hardware." -msgstr "" -# -# File: src/www/diag_defaults.php, line: 50 -msgid "If you click \"Yes\", the firewall will:" -msgstr "" -# -# File: src/www/diag_defaults.php, line: 52 -msgid "Reset to factory defaults" -msgstr "" -# -# File: src/www/diag_defaults.php, line: 53 -msgid "LAN IP address will be reset to 192.168.1.1" -msgstr "" -# -# File: src/www/diag_defaults.php, line: 54 -msgid "System will be configured as a DHCP server on the default LAN interface" -msgstr "" -# -# File: src/www/diag_defaults.php, line: 55 -msgid "Reboot after changes are installed" -msgstr "" -# -# File: src/www/diag_defaults.php, line: 56 -msgid "" -"WAN interface will be set to obtain an address automatically from a DHCP " -"server" -msgstr "" -# -# File: src/www/diag_defaults.php, line: 57 -msgid "webConfigurator admin username will be reset to 'root'" -msgstr "" -# -# File: src/www/diag_defaults.php, line: 58 -msgid "webConfigurator admin password will be reset to" -msgstr "" -# -# File: src/www/diag_defaults.php, line: 60 -msgid "Are you sure you want to proceed?" -msgstr "" -# -# File: src/www/diag_dns.php, line: 39 -msgid "Host must be a valid hostname or IP address." -msgstr "" -# -# File: src/www/diag_dns.php, line: 47 -msgid "No response" -msgstr "" -# -# File: src/www/diag_dns.php, line: 76 -msgid "Resolve DNS hostname or IP" -msgstr "" -# -# File: src/www/diag_dns.php, line: 82 -# File: src/www/system_authservers.php, line: 130 -# File: src/www/system_authservers.php, line: 151 -msgid "Hostname or IP" -msgstr "" -# -# File: src/www/diag_dns.php, line: 90 -msgid "Response" -msgstr "" -# -# File: src/www/diag_dns.php, line: 95 -# File: src/www/firewall_nat.php, line: 255 -# File: src/www/firewall_nat.php, line: 257 -# File: src/www/interfaces.php, line: 2638 -# File: src/www/status_lb_vs.php, line: 74 -# File: src/www/vpn_ipsec_phase2.php, line: 706 -# File: src/www/vpn_ipsec_phase2.php, line: 762 -# File: src/www/vpn_ipsec_phase2.php, line: 803 -# File: src/www/vpn_ipsec_phase2.php, line: 812 -msgid "Address" -msgstr "" -# -# File: src/www/diag_dns.php, line: 109 -msgid "Resolution time per server" -msgstr "" -# -# File: src/www/diag_dns.php, line: 114 -msgid "Query time" -msgstr "" -# -# File: src/www/diag_dns.php, line: 132 -msgid "More Information:" -msgstr "" -# -# File: src/www/diag_dns.php, line: 137 -msgid "" -"NOTE: The following links are to external services, so their reliability " -"cannot be guaranteed." -msgstr "" -# -# File: src/www/diag_dns.php, line: 138 -msgid "IP WHOIS @ DNS Stuff" -msgstr "" -# -# File: src/www/diag_dns.php, line: 139 -msgid "IP Info @ DNS Stuff" -msgstr "" -# -# File: src/www/diag_dump_states.php, line: 40 -# File: src/www/diag_dump_states_sources.php, line: 40 -# File: src/www/status_openvpn.php, line: 82 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 43 -msgid "invalid input" -msgstr "" -# -# File: src/www/diag_dump_states.php, line: 95 -# File: src/www/diag_dump_states_sources.php, line: 83 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 113 -msgid "An error occurred." -msgstr "" -# -# File: src/www/diag_dump_states.php, line: 122 -msgid "Current total state count" -msgstr "" -# -# File: src/www/diag_dump_states.php, line: 123 -# File: src/www/diag_dump_states_sources.php, line: 108 -msgid "Filter expression:" -msgstr "" -# -# File: src/www/diag_dump_states.php, line: 127 -msgid "Kill" -msgstr "" -# -# File: src/www/diag_dump_states.php, line: 151 -msgid "Int" -msgstr "" -# -# File: src/www/diag_dump_states.php, line: 161 -# File: src/www/diag_logs_filter.php, line: 717 -# File: src/www/diag_logs_filter_dynamic.php, line: 114 -# File: src/www/diag_states_summary.php, line: 121 -# File: src/www/firewall_nat.php, line: 254 -# File: src/www/firewall_rules.php, line: 264 -msgid "Proto" -msgstr "" -# -# File: src/www/diag_dump_states.php, line: 171 -msgid "Source -> Router -> Destination" -msgstr "" -# -# File: src/www/diag_dump_states.php, line: 223 -msgid "Remove all state entries from" -msgstr "" -# -# File: src/www/diag_dump_states.php, line: 236 -msgid "No states were found." -msgstr "" -# -# File: src/www/diag_dump_states.php, line: 246 -msgid "States matching current filter" -msgstr "" -# -# File: src/www/diag_dump_states_sources.php, line: 131 -msgid "Source -> Destination" -msgstr "" -# -# File: src/www/diag_dump_states_sources.php, line: 132 -msgid "# States" -msgstr "" -# -# File: src/www/diag_dump_states_sources.php, line: 133 -msgid "# Connections" -msgstr "" -# -# File: src/www/diag_dump_states_sources.php, line: 134 -# File: src/www/diag_system_pftop.php, line: 139 -# File: src/www/status_interfaces.php, line: 365 -msgid "Rate" -msgstr "" -# -# File: src/www/diag_dump_states_sources.php, line: 166 -msgid "Remove all source tracking entries from" -msgstr "" -# -# File: src/www/diag_dump_states_sources.php, line: 177 -msgid "No source tracking entries were found." -msgstr "" -# -# File: src/www/diag_halt.php, line: 46 -msgid "The system is halting now. This may take one minute." -msgstr "" -# -# File: src/www/diag_halt.php, line: 50 -msgid "Are you sure you want to halt the system?" -msgstr "" -# -# File: src/www/diag_ipsec.php, line: 92 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 140 -msgid "Connection" -msgstr "" -# -# File: src/www/diag_ipsec.php, line: 94 -msgid "Local ID" -msgstr "" -# -# File: src/www/diag_ipsec.php, line: 95 -# File: src/www/interfaces_ppps_edit.php, line: 594 -# File: src/www/vpn_pppoe.php, line: 118 -msgid "Local IP" -msgstr "" -# -# File: src/www/diag_ipsec.php, line: 96 -msgid "Remote ID" -msgstr "" -# -# File: src/www/diag_ipsec.php, line: 97 -msgid "Remote IP" -msgstr "" -# -# File: src/www/diag_ipsec.php, line: 98 -msgid "Local Auth" -msgstr "" -# -# File: src/www/diag_ipsec.php, line: 99 -msgid "Remote Auth" -msgstr "" -# -# File: src/www/diag_ipsec.php, line: 148 -msgid "Local subnets" -msgstr "" -# -# File: src/www/diag_ipsec.php, line: 149 -msgid "SPI(s)" -msgstr "" -# -# File: src/www/diag_ipsec.php, line: 150 -msgid "Remote subnets" -msgstr "" -# -# File: src/www/diag_ipsec.php, line: 152 -msgid "Stats" -msgstr "" -# -# File: src/www/diag_ipsec.php, line: 163 -# File: src/www/firewall_rules.php, line: 430 -# File: src/www/firewall_rules.php, line: 655 -msgid "in" -msgstr "" -# -# File: src/www/diag_ipsec.php, line: 164 -# File: src/www/firewall_rules.php, line: 433 -# File: src/www/firewall_rules.php, line: 677 -msgid "out" -msgstr "" -# -# File: src/www/diag_ipsec.php, line: 174 -# File: src/www/diag_logs_filter.php, line: 635 -# File: src/www/diag_logs_filter.php, line: 710 -# File: src/www/diag_logs_filter_dynamic.php, line: 110 -# File: src/www/diag_logs_vpn.inc, line: 107 -# File: src/www/diag_system_pftop.php, line: 125 -# File: src/www/firewall_schedule_edit.php, line: 923 -# File: src/www/widgets/widgets/log.widget.php, line: 235 -msgid "Time" -msgstr "" -# -# File: src/www/diag_ipsec.php, line: 175 -msgid "Bytes in" -msgstr "" -# -# File: src/www/diag_ipsec.php, line: 176 -msgid "Bytes out" -msgstr "" -# -# File: src/www/diag_ipsec_leases.php, line: 58 -msgid "Pool: " -msgstr "" -# -# File: src/www/diag_ipsec_leases.php, line: 59 -msgid "usage: " -msgstr "" -# -# File: src/www/diag_ipsec_leases.php, line: 60 -msgid "online: " -msgstr "" -# -# File: src/www/diag_ipsec_leases.php, line: 67 -# File: src/www/diag_ping.php, line: 50 -# File: src/www/diag_ping.php, line: 111 -# File: src/www/diag_testport.php, line: 50 -# File: src/www/diag_testport.php, line: 155 -# File: src/www/diag_traceroute.php, line: 53 -# File: src/www/diag_traceroute.php, line: 113 -# File: src/www/load_balancer_monitor_edit.php, line: 347 -# File: src/www/load_balancer_monitor_edit.php, line: 380 -# File: src/www/services_dnsmasq.php, line: 365 -# File: src/www/services_dnsmasq_edit.php, line: 202 -# File: src/www/services_dnsmasq_edit.php, line: 243 -# File: src/www/services_rfc2136_edit.php, line: 188 -# File: src/www/services_unbound_host_edit.php, line: 257 -# File: src/www/services_unbound_host_edit.php, line: 333 -# File: src/www/services_unbound_overrides.php, line: 131 -msgid "Host" -msgstr "" -# -# File: src/www/diag_ipsec_leases.php, line: 93 -msgid "No leases from this pool yet." -msgstr "" -# -# File: src/www/diag_ipsec_leases.php, line: 112 -msgid "No IPsec pools." -msgstr "" -# -# File: src/www/diag_ipsec_sad.php, line: 59 -msgid "SPI" -msgstr "" -# -# File: src/www/diag_ipsec_sad.php, line: 60 -msgid "Enc. alg." -msgstr "" -# -# File: src/www/diag_ipsec_sad.php, line: 61 -msgid "Auth. alg." -msgstr "" -# -# File: src/www/diag_ipsec_sad.php, line: 62 -msgid "Data" -msgstr "" -# -# File: src/www/diag_ipsec_sad.php, line: 78 -msgid "No IPsec security associations." -msgstr "" -# -# File: src/www/diag_ipsec_spd.php, line: 58 -# File: src/www/firewall_rules_edit.php, line: 790 -msgid "Direction" -msgstr "" -# -# File: src/www/diag_ipsec_spd.php, line: 60 -msgid "Tunnel endpoints" -msgstr "" -# -# File: src/www/diag_ipsec_spd.php, line: 77 -msgid "incoming (as seen by firewall)" -msgstr "" -# -# File: src/www/diag_ipsec_spd.php, line: 79 -msgid "outgoing (as seen by firewall)" -msgstr "" -# -# File: src/www/diag_ipsec_spd.php, line: 85 -msgid "No IPsec security policies." -msgstr "" -# -# File: src/www/diag_limiter_info.php, line: 35 -msgid "We could not find any limiters on this system." -msgstr "" -# -# File: src/www/diag_limiter_info.php, line: 90 -msgid "Gathering Limiter information, please wait..." -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 123 -msgid "Easy Rule: Blocked from Firewall Log View" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 124 -# File: src/www/diag_logs_filter.php, line: 312 -msgid "Easy Rule" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 194 -# File: src/www/diag_logs_filter.php, line: 202 -msgid "Entry added" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 199 -msgid "Hosts blocked from Firewall Log view" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 274 -msgid "Easy Rule: Passed from Firewall Log View" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 324 -msgid "Tried to block invalid IP:" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 328 -msgid "Invalid interface for block rule:" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 331 -msgid "Host added successfully" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 333 -msgid "Failed to create block rule, alias, or add host." -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 336 -msgid "Tried to block but had no host IP or interface" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 338 -msgid "Unknown block error." -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 349 -msgid "Invalid interface for pass rule:" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 352 -msgid "Invalid protocol for pass rule:" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 355 -msgid "Tried to pass invalid source IP:" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 358 -msgid "Tried to pass invalid destination IP:" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 362 -msgid "Missing destination port:" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 365 -msgid "Tried to pass invalid destination port:" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 372 -msgid "Successfully added pass rule!" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 374 -msgid "Failed to add pass rule." -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 377 -msgid "Missing parameters for pass rule." -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 379 -msgid "Unknown pass error." -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 499 -msgid "Cannot resolve" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 538 -msgid "The rule that triggered this action is" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 621 -msgid "Time and interface" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 622 -msgid "Source and destination IP Address" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 623 -msgid "Source and destination port" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 636 -msgid "Source IP Address" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 637 -# File: src/www/diag_system_pftop.php, line: 141 -# File: src/www/diag_testport.php, line: 167 -# File: src/www/firewall_nat_out.php, line: 341 -# File: src/www/firewall_nat_out.php, line: 541 -msgid "Source Port" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 639 -msgid "Quantity" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 648 -msgid "Destination IP Address" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 649 -# File: src/www/diag_system_pftop.php, line: 134 -# File: src/www/firewall_nat_out.php, line: 343 -# File: src/www/firewall_nat_out.php, line: 543 -msgid "Destination Port" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 650 -msgid "Protocol Flags" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 654 -# File: src/www/diag_packet_capture.php, line: 341 -# File: src/www/diag_packet_capture.php, line: 358 -# File: src/www/diag_testport.php, line: 188 -# File: src/www/diag_traceroute.php, line: 129 -# File: src/www/firewall_rules_edit.php, line: 1156 -# File: src/www/interfaces.php, line: 3070 -msgid "Any" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 654 -# File: src/www/diag_logs_settings.php, line: 505 -# File: src/www/diag_ping.php, line: 118 -# File: src/www/diag_testport.php, line: 143 -# File: src/www/diag_traceroute.php, line: 120 -# File: src/www/system_gateways_edit.php, line: 596 -msgid "IPv4" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 702 -#, php-format -msgid "Last %s firewall log entries." -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 704 -#, php-format -msgid "Showing %s matching log entries (maximum is %s)." -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 711 -# File: src/www/diag_logs_filter_dynamic.php, line: 111 -# File: src/www/firewall_nat.php, line: 253 -# File: src/www/services_rfc2136.php, line: 78 -msgid "If" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 713 -msgid "Rule" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 746 -msgid "Direction=OUT" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 770 -# File: src/www/diag_logs_filter.php, line: 780 -msgid "Click to resolve" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 772 -msgid "Easy Rule: Add to Block List" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 781 -msgid "Easy Rule: Pass this traffic" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 788 -msgid "Icon Easy Rule: Pass this traffic" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 835 -msgid "added block rule" -msgstr "" -# -# File: src/www/diag_logs_filter.php, line: 857 -msgid "added pass rule" -msgstr "" -# -# File: src/www/diag_logs_filter_dynamic.php, line: 100 -#, php-format -msgid "Showing last %s records." -msgstr "" -# -# File: src/www/diag_logs_filter_dynamic.php, line: 105 -msgid "Pause" -msgstr "" -# -# File: src/www/diag_logs_filter_plain.php, line: 77 -#, php-format -msgid "Last %s firewall log entries" -msgstr "" -# -# File: src/www/diag_logs_filter_plain.php, line: 82 -# File: src/www/diag_logs_template.inc, line: 103 -# File: src/www/diag_logs_vpn.inc, line: 119 -msgid "Clear log" -msgstr "" -# -# File: src/www/diag_logs_filter_summary.php, line: 44 -msgid "Actions" -msgstr "" -# -# File: src/www/diag_logs_filter_summary.php, line: 46 -msgid "Protocols" -msgstr "" -# -# File: src/www/diag_logs_filter_summary.php, line: 47 -msgid "Source IPs" -msgstr "" -# -# File: src/www/diag_logs_filter_summary.php, line: 48 -msgid "Destination IPs" -msgstr "" -# -# File: src/www/diag_logs_filter_summary.php, line: 49 -msgid "Source Ports" -msgstr "" -# -# File: src/www/diag_logs_filter_summary.php, line: 50 -msgid "Destination Ports" -msgstr "" -# -# File: src/www/diag_logs_filter_summary.php, line: 99 -# File: src/www/firewall_nat_edit.php, line: 651 -# File: src/www/firewall_nat_edit.php, line: 668 -# File: src/www/firewall_nat_edit.php, line: 795 -# File: src/www/firewall_nat_edit.php, line: 812 -# File: src/www/firewall_nat_edit.php, line: 862 -# File: src/www/firewall_rules_edit.php, line: 960 -# File: src/www/firewall_rules_edit.php, line: 977 -# File: src/www/firewall_rules_edit.php, line: 1082 -# File: src/www/firewall_rules_edit.php, line: 1099 -msgid "other" -msgstr "" -# -# File: src/www/diag_logs_filter_summary.php, line: 122 -#, php-format -msgid "" -"The following summaries have been collected from the last %s lines of the " -"firewall log (maximum is %s)." -msgstr "" -# -# File: src/www/diag_logs_filter_summary.php, line: 142 -# File: src/www/diag_packet_capture.php, line: 409 -# File: src/www/diag_ping.php, line: 50 -# File: src/www/diag_ping.php, line: 139 -msgid "Count" -msgstr "" -# -# File: src/www/diag_logs_l2tp.php, line: 19 -msgid "L2TP Logins" -msgstr "" -# -# File: src/www/diag_logs_l2tp.php, line: 20 -msgid "L2TP Raw" -msgstr "" -# -# File: src/www/diag_logs_poes.php, line: 19 -msgid "PPPoE Logins" -msgstr "" -# -# File: src/www/diag_logs_poes.php, line: 20 -msgid "PPPoE Raw" -msgstr "" -# -# File: src/www/diag_logs_pptp.php, line: 19 -msgid "PPTP Logins" -msgstr "" -# -# File: src/www/diag_logs_pptp.php, line: 20 -msgid "PPTP Raw" -msgstr "" -# -# File: src/www/diag_logs_proxy.php, line: 12 -msgid "Cache" -msgstr "" -# -# File: src/www/diag_logs_proxy.php, line: 14 -msgid "Store" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 101 -msgid "The log files have been reset." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 103 -msgid "RRD data has been cleared." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 113 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #1." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 116 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #2." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 119 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #3." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 123 -msgid "Number of log entries to show must be between 5 and 2000." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 128 -msgid "Log file size must be a positive integer greater than 5120." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 186 -msgid "webConfigurator configuration has changed. Restarting webConfigurator." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 188 -msgid "WebGUI process is restarting." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 278 -msgid "" -"Do you really want to reset the RRD graphs? This will erase all graph data." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 299 -msgid "" -"Do you really want to reset the log files? This will erase all local log " -"data." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 339 -msgid "Reporting Database Options" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 342 -msgid "Round-Robin-Database" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 345 -msgid "Enables the RRD graphing backend." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 352 -msgid "Reset RRD Data" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 359 -msgid "" -"Graphs will not be allowed to be recreated within a 1 minute interval, " -"please take this into account after changing the style." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 371 -msgid "Local Logging Options" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 378 -msgid "Reverse Display" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 382 -msgid "Show log entries in reverse order (newest entries on top)" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 387 -msgid "GUI Log Entries to Display" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 391 -msgid "" -"Hint: This is only the number of log entries displayed in the GUI. It does " -"not affect how many entries are contained in the actual log files." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 396 -msgid "Log File Size (Bytes)" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 400 -msgid "" -"Logs are held in constant-size circular log files. This field controls how " -"large each log file is, and thus how many entries may exist inside the log. " -"By default this is approximately 500KB per log file, and there are nearly 20 " -"such log files." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 402 -msgid "" -"NOTE: Log sizes are changed the next time a log file is cleared or deleted. " -"To immediately increase the size of the log files, you must first save the " -"options to set the size, then clear all logs using the \"Reset Log Files\" " -"option farther down this page. " -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 403 -msgid "" -"Be aware that increasing this value increases every log file size, so disk " -"usage will increase significantly." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 404 -msgid "Disk space currently used by log files: " -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 405 -msgid "Remaining disk space for log files: " -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 410 -msgid "Log Firewall Default Blocks" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 413 -msgid "Log packets matched from the default block rules put in the ruleset" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 415 -msgid "" -"Hint: packets that are blocked by the implicit default block rule will not " -"be logged if you uncheck this option. Per-rule logging options are still " -"respected." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 418 -msgid "Log packets matched from the default pass rules put in the ruleset" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 420 -msgid "" -"Hint: packets that are allowed by the implicit default pass rule will be " -"logged if you check this option. Per-rule logging options are still " -"respected." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 423 -msgid "Log packets blocked by 'Block Bogon Networks' rules" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 425 -msgid "Log packets blocked by 'Block Private Networks' rules" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 429 -msgid "Web Server Log" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 432 -msgid "Log errors from the web server process." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 434 -msgid "" -"Hint: If this is checked, errors from the lighttpd web server process for " -"the GUI or Captive Portal will appear in the main system log." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 438 -msgid "Filter descriptions" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 441 -msgid "Omit descriptions" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 442 -msgid "Display as column" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 443 -msgid "Display as second row" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 446 -msgid "Show the applied rule description below or in the firewall log rows." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 448 -msgid "" -"Displaying rule descriptions for all lines in the log might affect " -"performance with large rule sets." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 453 -msgid "Local Logging" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 455 -msgid "Disable writing log files to the local disk" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 458 -msgid "Reset Logs" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 460 -msgid "Reset Log Files" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 462 -msgid "" -"Note: Clears all local log files and reinitializes them as empty logs. This " -"also restarts the DHCP daemon. Use the Save button first if you have made " -"any setting changes." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 474 -msgid "Remote Logging Options" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 481 -# File: src/www/diag_ping.php, line: 124 -# File: src/www/diag_system_pftop.php, line: 142 -# File: src/www/diag_testport.php, line: 185 -# File: src/www/diag_traceroute.php, line: 126 -msgid "Source Address" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 484 -msgid "Default (any)" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 494 -msgid "" -"This option will allow the logging daemon to bind to a single IP address, " -"rather than all IP addresses." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 495 -msgid "" -"If you pick a single IP, remote syslog severs must all be of that IP type. " -"If you wish to mix IPv4 and IPv6 remote syslog servers, you must bind to all " -"interfaces." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 497 -msgid "" -"NOTE: If an IP address cannot be located on the chosen interface, the daemon " -"will bind to all addresses." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 502 -# File: src/www/diag_ping.php, line: 115 -# File: src/www/diag_testport.php, line: 139 -# File: src/www/diag_traceroute.php, line: 117 -msgid "IP Protocol" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 509 -msgid "" -"This option is only used when a non-default address is chosen as the source " -"above. This option only expresses a preference; If an IP address of the " -"selected type is not found on the chosen interface, the other type will be " -"tried." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 514 -msgid "Enable Remote Logging" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 517 -msgid "Send log messages to remote syslog server" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 521 -msgid "Remote Syslog Servers" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 538 -msgid "IP addresses of remote syslog servers, or an IP:port." -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 543 -msgid "Remote Syslog Contents" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 546 -msgid "Everything" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 548 -msgid "System events" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 550 -msgid "Firewall events" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 552 -msgid "DHCP service events" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 554 -msgid "Portal Auth events" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 556 -msgid "VPN (PPTP, IPsec, OpenVPN) events" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 558 -msgid "Gateway Monitor events" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 560 -msgid "Server Load Balancer events" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 562 -msgid "Wireless events" -msgstr "" -# -# File: src/www/diag_logs_settings.php, line: 572 -msgid "" -"syslog sends UDP datagrams to port 514 on the specified remote syslog " -"server, unless another port is specified. Be sure to set syslogd on the " -"remote server to accept syslog messages from" -msgstr "" -# -# File: src/www/diag_logs_vpn.inc, line: 110 -# File: src/www/services_dhcp.php, line: 1130 -# File: src/www/services_dhcp_edit.php, line: 382 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 68 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 146 -# File: src/www/services_dnsmasq_edit.php, line: 74 -# File: src/www/services_dnsmasq_edit.php, line: 217 -# File: src/www/services_unbound_domainoverride_edit.php, line: 60 -# File: src/www/services_unbound_domainoverride_edit.php, line: 141 -# File: src/www/services_unbound_host_edit.php, line: 99 -# File: src/www/status_dhcp_leases.php, line: 339 -# File: src/www/system_advanced_network.php, line: 208 -# File: src/www/vpn_ipsec_phase1.php, line: 783 -# File: src/www/vpn_ipsec_phase1.php, line: 811 -# File: src/www/vpn_ipsec_phase2.php, line: 943 -# File: src/www/vpn_l2tp_users.php, line: 106 -# File: src/www/vpn_l2tp_users_edit.php, line: 180 -# File: src/www/vpn_pptp_users.php, line: 101 -# File: src/www/vpn_pptp_users_edit.php, line: 178 -msgid "IP address" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 216 -msgid "Invalid interface." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 219 -msgid "Invalid address family." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 224 -msgid "Invalid protocol." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 230 -#, php-format -msgid "A valid IP address or CIDR block must be specified. [%s]" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 235 -msgid "Invalid value specified for port." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 238 -msgid "Invalid value specified for packet length." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 241 -msgid "Invalid value specified for packet count." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 301 -msgid "Packet capture" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 323 -msgid "Select the interface on which to capture traffic." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 328 -msgid "Promiscuous" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 332 -msgid "If checked, the" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 332 -msgid "packet capture" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 332 -msgid "will be performed using promiscuous mode." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 333 -# File: src/www/diag_packet_capture.php, line: 443 -# File: src/www/interfaces_wireless.php, line: 149 -# File: src/www/services_ntpd_pps.php, line: 127 -# File: src/www/vpn_ipsec_keys.php, line: 188 -# File: src/www/vpn_ipsec_keys_edit.php, line: 171 -# File: src/www/vpn_pppoe_edit.php, line: 660 -msgid "Note" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 333 -msgid "Some network adapters do not support or work well in promiscuous mode." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 338 -# File: src/www/system_gateways_edit.php, line: 592 -msgid "Address Family" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 343 -msgid "IPv4 Only" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 346 -msgid "IPv6 Only" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 350 -msgid "" -"Select the type of traffic to be captured, either Any, IPv4 only or IPv6 " -"only." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 359 -# File: src/www/firewall_nat_out_edit.php, line: 457 -# File: src/www/load_balancer_monitor_edit.php, line: 253 -msgid "ICMP" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 360 -msgid "Exclude ICMP" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 361 -msgid "ICMPv6" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 362 -msgid "Exclude ICMPv6" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 363 -# File: src/www/firewall_nat_edit.php, line: 576 -# File: src/www/firewall_nat_out_edit.php, line: 457 -# File: src/www/firewall_nat_out_edit.php, line: 465 -# File: src/www/load_balancer_monitor_edit.php, line: 253 -msgid "TCP" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 364 -msgid "Exclude TCP" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 365 -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "UDP" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 366 -msgid "Exclude UDP" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 367 -msgid "ARP" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 368 -msgid "Exclude ARP" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 369 -msgid "CARP (VRRP)" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 370 -msgid "Exclude CARP (VRRP)" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 371 -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "ESP" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 374 -msgid "Select the protocol to capture, or Any." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 379 -msgid "Host Address" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 383 -msgid "" -"This value is either the Source or Destination IP address or subnet in CIDR " -"notation. The packet capture will look for this address in either field." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 384 -msgid "" -"Matching can be negated by preceding the value with \"not\". Multiple IP " -"addresses or CIDR subnets may be specified as boolean expresion." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 385 -msgid "" -"If you leave this field blank, all packets on the specified interface will " -"be captured." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 386 -# File: src/www/system_authservers.php, line: 566 -# File: src/www/system_authservers.php, line: 567 -# File: src/www/system_authservers.php, line: 576 -msgid "Example:" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 391 -# File: src/www/diag_testport.php, line: 50 -# File: src/www/diag_testport.php, line: 161 -# File: src/www/firewall_rules.php, line: 266 -# File: src/www/firewall_rules.php, line: 268 -# File: src/www/load_balancer_pool.php, line: 127 -# File: src/www/load_balancer_pool_edit.php, line: 63 -# File: src/www/load_balancer_pool_edit.php, line: 214 -# File: src/www/load_balancer_virtual_server.php, line: 162 -# File: src/www/load_balancer_virtual_server_edit.php, line: 189 -# File: src/www/status_upnp.php, line: 78 -# File: src/www/vpn_openvpn_export.php, line: 736 -# File: src/www/vpn_openvpn_export_shared.php, line: 360 -msgid "Port" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 395 -msgid "Leave blank if you do not want to filter by port." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 395 -msgid "" -"The port can be either the source or destination port. The packet capture " -"will look for this port in either field." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 400 -msgid "Packet Length" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 404 -msgid "" -"The Packet length is the number of bytes of each packet that will be " -"captured. Default value is 0, which will capture the entire frame regardless " -"of its size." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 413 -msgid "Enter 0 (zero) for no count limit." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 413 -msgid "" -"This is the number of packets the packet capture will grab. Default value is " -"100." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 418 -msgid "View settings" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 421 -msgid "Level of Detail" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 424 -msgid "Normal" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 427 -msgid "Full" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 430 -msgid "" -"This is the level of detail that will be displayed after hitting 'Stop' when " -"the packets have been captured." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 432 -msgid "" -"This option does not affect the level of detail when downloading the packet " -"capture." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 438 -msgid "Reverse DNS Lookup" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 442 -msgid "" -"This check box will cause the packet capture to perform a reverse DNS lookup " -"associated with all IP addresses." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 443 -msgid "This option can cause delays for large packet captures." -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 453 -msgid "Stop" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 456 -# File: src/www/status_dhcp_leases.php, line: 343 -# File: src/www/status_dhcpv6_leases.php, line: 424 -# File: src/www/status_dhcpv6_leases.php, line: 525 -msgid "Start" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 459 -msgid "View Capture" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 460 -msgid "Download Capture" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 461 -msgid "Delete Capture" -msgstr "" -# -# File: src/www/diag_packet_capture.php, line: 479 -msgid "Capture output" -msgstr "" -# -# File: src/www/diag_pf_info.php, line: 93 -msgid "Gathering PF information, please wait..." -msgstr "" -# -# File: src/www/diag_ping.php, line: 54 -#, php-format -msgid "Count must be between 1 and %s" -msgstr "" -# -# File: src/www/diag_ping.php, line: 57 -# File: src/www/diag_traceroute.php, line: 62 -msgid "When using IPv4, the target host must be an IPv4 address or hostname." -msgstr "" -# -# File: src/www/diag_ping.php, line: 59 -# File: src/www/diag_traceroute.php, line: 64 -msgid "When using IPv6, the target host must be an IPv6 address or hostname." -msgstr "" -# -# File: src/www/diag_ping.php, line: 127 -# File: src/www/diag_system_pftop.php, line: 118 -# File: src/www/firewall_nat_out_edit.php, line: 615 -# File: src/www/interfaces.php, line: 2929 -# File: src/www/interfaces.php, line: 2941 -# File: src/www/interfaces.php, line: 2954 -# File: src/www/interfaces.php, line: 2989 -# File: src/www/interfaces.php, line: 3005 -# File: src/www/interfaces.php, line: 3021 -# File: src/www/services_ntpd_gps.php, line: 367 -msgid "Default" -msgstr "" -# -# File: src/www/diag_ping.php, line: 168 -msgid "Ping output" -msgstr "" -# -# File: src/www/diag_resetstate.php, line: 46 -msgid "The state table has been flushed successfully." -msgstr "" -# -# File: src/www/diag_resetstate.php, line: 52 -msgid "The source tracking table has been flushed successfully." -msgstr "" -# -# File: src/www/diag_resetstate.php, line: 75 -msgid "Firewall state table" -msgstr "" -# -# File: src/www/diag_resetstate.php, line: 77 -msgid "" -"Resetting the state tables will remove all entries from the corresponding " -"tables. This means that all open connections will be broken and will have to " -"be re-established. This may be necessary after making substantial changes to " -"the firewall and/or NAT rules, especially if there are IP protocol mappings " -"(e.g. for PPTP or IPv6) with open connections." -msgstr "" -# -# File: src/www/diag_resetstate.php, line: 84 -msgid "" -"The firewall will normally leave the state tables intact when changing rules." -msgstr "" -# -# File: src/www/diag_resetstate.php, line: 87 -msgid "" -"NOTE: If you reset the firewall state table, the browser session may appear " -"to be hung after clicking "Reset". Simply refresh the page to " -"continue." -msgstr "" -# -# File: src/www/diag_resetstate.php, line: 94 -msgid "Firewall Source Tracking" -msgstr "" -# -# File: src/www/diag_resetstate.php, line: 96 -msgid "" -"Resetting the source tracking table will remove all source/destination " -"associations. This means that the \"sticky\" source/destination association " -"will be cleared for all clients." -msgstr "" -# -# File: src/www/diag_resetstate.php, line: 100 -msgid "This does not clear active connection states, only source tracking." -msgstr "" -# -# File: src/www/diag_resetstate.php, line: 103 -# File: src/www/status_lb_pool.php, line: 219 -msgid "Reset" -msgstr "" -# -# File: src/www/diag_routes.php, line: 162 -msgid "Routing tables" -msgstr "" -# -# File: src/www/diag_routes.php, line: 165 -msgid "Name resolution" -msgstr "" -# -# File: src/www/diag_routes.php, line: 167 -msgid "Enable this to attempt to resolve names when displaying the tables." -msgstr "" -# -# File: src/www/diag_routes.php, line: 168 -msgid "" -"By enabling name resolution, the query should take a bit longer. You can " -"stop it at any time by clicking the Stop button in your browser." -msgstr "" -# -# File: src/www/diag_routes.php, line: 172 -msgid "Number of rows" -msgstr "" -# -# File: src/www/diag_routes.php, line: 175 -# File: src/www/diag_system_pftop.php, line: 154 -msgid "all" -msgstr "" -# -# File: src/www/diag_routes.php, line: 180 -msgid "Select how many rows to display." -msgstr "" -# -# File: src/www/diag_routes.php, line: 184 -msgid "Filter expression" -msgstr "" -# -# File: src/www/diag_routes.php, line: 187 -msgid "Use a regular expression to filter IP address or hostnames." -msgstr "" -# -# File: src/www/diag_routes.php, line: 193 -# File: src/www/system_certmanager.php, line: 1173 -msgid "Update" -msgstr "" -# -# File: src/www/diag_routes.php, line: 212 -# File: src/www/diag_routes.php, line: 228 -msgid "Gathering data, please wait..." -msgstr "" -# -# File: src/www/diag_smart.php, line: 68 -msgid "PASSED" -msgstr "" -# -# File: src/www/diag_smart.php, line: 69 -msgid "FAILED" -msgstr "" -# -# File: src/www/diag_smart.php, line: 70 -msgid "Warning" -msgstr "" -# -# File: src/www/diag_smart.php, line: 121 -# File: src/www/diag_smart.php, line: 466 -msgid "Abort" -msgstr "" -# -# File: src/www/diag_smart.php, line: 170 -#, php-format -msgid "Email sent to %s" -msgstr "" -# -# File: src/www/diag_smart.php, line: 208 -msgid "Information/Tests" -msgstr "" -# -# File: src/www/diag_smart.php, line: 209 -# File: src/www/diag_smart.php, line: 220 -msgid "Config" -msgstr "" -# -# File: src/www/diag_smart.php, line: 245 -msgid "Test email" -msgstr "" -# -# File: src/www/diag_smart.php, line: 250 -#, php-format -msgid "Send test email to %s" -msgstr "" -# -# File: src/www/diag_smart.php, line: 258 -# File: src/www/services_wol.php, line: 161 -msgid "Send" -msgstr "" -# -# File: src/www/diag_smart.php, line: 293 -msgid "Info type" -msgstr "" -# -# File: src/www/diag_smart.php, line: 297 -msgid "SMART Capabilities" -msgstr "" -# -# File: src/www/diag_smart.php, line: 298 -msgid "Attributes" -msgstr "" -# -# File: src/www/diag_smart.php, line: 304 -# File: src/www/diag_smart.php, line: 357 -# File: src/www/diag_smart.php, line: 408 -# File: src/www/diag_smart.php, line: 450 -msgid "Device: /dev/" -msgstr "" -# -# File: src/www/diag_smart.php, line: 320 -# File: src/www/diag_smart.php, line: 424 -msgid "View" -msgstr "" -# -# File: src/www/diag_smart.php, line: 337 -msgid "Perform Self-tests" -msgstr "" -# -# File: src/www/diag_smart.php, line: 346 -msgid "Test type" -msgstr "" -# -# File: src/www/diag_smart.php, line: 349 -# File: src/www/status_gateway_groups.php, line: 85 -# File: src/www/status_gateways.php, line: 88 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 64 -msgid "Offline" -msgstr "" -# -# File: src/www/diag_smart.php, line: 350 -msgid "Short" -msgstr "" -# -# File: src/www/diag_smart.php, line: 351 -# File: src/www/diag_system_pftop.php, line: 120 -msgid "Long" -msgstr "" -# -# File: src/www/diag_smart.php, line: 352 -msgid "Conveyance (ATA Disks Only)" -msgstr "" -# -# File: src/www/diag_smart.php, line: 390 -msgid "View Logs" -msgstr "" -# -# File: src/www/diag_smart.php, line: 399 -msgid "Log type" -msgstr "" -# -# File: src/www/diag_smart.php, line: 402 -msgid "Error" -msgstr "" -# -# File: src/www/diag_smart.php, line: 403 -msgid "Self-test" -msgstr "" -# -# File: src/www/diag_smart.php, line: 441 -msgid "Abort tests" -msgstr "" -# -# File: src/www/diag_smart.php, line: 466 -msgid "Do you really want to abort the test?" -msgstr "" -# -# File: src/www/diag_smart.php, line: 485 -msgid "Back" -msgstr "" -# -# File: src/www/diag_sockets.php, line: 40 -msgid "Show all socket connections" -msgstr "" -# -# File: src/www/diag_sockets.php, line: 40 -msgid "Show only listening sockets" -msgstr "" -# -# File: src/www/diag_sockets.php, line: 51 -#, php-format -msgid "Information about listening sockets for both %sIPv4%s and %sIPv6%s." -msgstr "" -# -# File: src/www/diag_sockets.php, line: 52 -#, php-format -msgid "" -"For explanation about the meaning of the information listed for each socket " -"click %shere%s." -msgstr "" -# -# File: src/www/diag_sockets.php, line: 53 -msgid "" -"To show information about both listening and connected sockets click this." -msgstr "" -# -# File: src/www/diag_sockets.php, line: 122 -#, php-format -msgid "" -"This page show the output for the commands: \"sockstat -4lL\" and \"sockstat " -"-6lL\".%sOr in case of showing all sockets the output for: \"sockstat -4\" " -"and \"sockstat -6\".%s%sThe information listed for each socket is:" -msgstr "" -# -# File: src/www/diag_sockets.php, line: 128 -msgid "The user who owns the socket." -msgstr "" -# -# File: src/www/diag_sockets.php, line: 129 -msgid "The command which holds the socket." -msgstr "" -# -# File: src/www/diag_sockets.php, line: 130 -msgid "The process ID of the command which holds the socket." -msgstr "" -# -# File: src/www/diag_sockets.php, line: 131 -msgid "The file descriptor number of the socket." -msgstr "" -# -# File: src/www/diag_sockets.php, line: 132 -msgid "" -"The transport protocol associated with the socket for Internet sockets, or " -"the type of socket (stream or data-gram) for UNIX sockets." -msgstr "" -# -# File: src/www/diag_sockets.php, line: 133 -#, php-format -msgid "" -"(UNIX sockets only) For bound sockets, this is the file-name of the socket. " -"%sFor other sockets, it is the name, PID and file descriptor number of the " -"peer, or ``(none)'' if the socket is neither bound nor connected." -msgstr "" -# -# File: src/www/diag_sockets.php, line: 134 -msgid "" -"(Internet sockets only) The address the local end of the socket is bound to " -"(see getsockname(2))." -msgstr "" -# -# File: src/www/diag_sockets.php, line: 135 -msgid "" -"(Internet sockets only) The address the foreign end of the socket is bound " -"to (see getpeername(2))." -msgstr "" -# -# File: src/www/diag_states_summary.php, line: 120 -# File: src/www/diag_states_summary.php, line: 122 -msgid "States" -msgstr "" -# -# File: src/www/diag_states_summary.php, line: 123 -msgid "Src Ports" -msgstr "" -# -# File: src/www/diag_states_summary.php, line: 124 -msgid "Dst Ports" -msgstr "" -# -# File: src/www/diag_states_summary.php, line: 160 -msgid "By Source IP" -msgstr "" -# -# File: src/www/diag_states_summary.php, line: 161 -msgid "By Destination IP" -msgstr "" -# -# File: src/www/diag_states_summary.php, line: 162 -msgid "Total per IP" -msgstr "" -# -# File: src/www/diag_states_summary.php, line: 163 -msgid "By IP Pair" -msgstr "" -# -# File: src/www/diag_system_pftop.php, line: 109 -msgid "View type:" -msgstr "" -# -# File: src/www/diag_system_pftop.php, line: 110 -msgid "Sort type:" -msgstr "" -# -# File: src/www/diag_system_pftop.php, line: 111 -msgid "Number of States:" -msgstr "" -# -# File: src/www/diag_system_pftop.php, line: 119 -msgid "Label" -msgstr "" -# -# File: src/www/diag_system_pftop.php, line: 123 -msgid "Speed" -msgstr "" -# -# File: src/www/diag_system_pftop.php, line: 131 -msgid "Age" -msgstr "" -# -# File: src/www/diag_system_pftop.php, line: 132 -msgid "Bytes" -msgstr "" -# -# File: src/www/diag_system_pftop.php, line: 133 -msgid "Destination Address" -msgstr "" -# -# File: src/www/diag_system_pftop.php, line: 135 -msgid "Expiry" -msgstr "" -# -# File: src/www/diag_system_pftop.php, line: 137 -msgid "Peak" -msgstr "" -# -# File: src/www/diag_system_pftop.php, line: 138 -msgid "Packet" -msgstr "" -# -# File: src/www/diag_system_pftop.php, line: 164 -msgid "Gathering pfTOP activity, please wait..." -msgstr "" -# -# File: src/www/diag_tables.php, line: 51 -msgid "The bogons database has NOT been updated." -msgstr "" -# -# File: src/www/diag_tables.php, line: 53 -msgid "The bogons database has been updated." -msgstr "" -# -# File: src/www/diag_tables.php, line: 126 -msgid "Tables" -msgstr "" -# -# File: src/www/diag_tables.php, line: 127 -msgid "Do you really want to flush this table?" -msgstr "" -# -# File: src/www/diag_tables.php, line: 161 -msgid "Flush" -msgstr "" -# -# File: src/www/diag_tables.php, line: 163 -msgid "Update bogons" -msgstr "" -# -# File: src/www/diag_tables.php, line: 171 -# File: src/www/interfaces_ppps_edit.php, line: 606 -# File: src/www/load_balancer_virtual_server.php, line: 161 -# File: src/www/load_balancer_virtual_server_edit.php, line: 63 -# File: src/www/load_balancer_virtual_server_edit.php, line: 68 -# File: src/www/load_balancer_virtual_server_edit.php, line: 175 -# File: src/www/status_graph.php, line: 156 -# File: src/www/system_advanced_notifications.php, line: 192 -# File: src/www/vpn_openvpn_export.php, line: 734 -# File: src/www/vpn_openvpn_export_shared.php, line: 358 -msgid "IP Address" -msgstr "" -# -# File: src/www/diag_tables.php, line: 176 -msgid "No entries exist in this table." -msgstr "" -# -# File: src/www/diag_tables.php, line: 184 -msgid "delete this entry" -msgstr "" -# -# File: src/www/diag_testport.php, line: 54 -msgid "Please enter a valid IP or hostname." -msgstr "" -# -# File: src/www/diag_testport.php, line: 58 -msgid "Please enter a valid port number." -msgstr "" -# -# File: src/www/diag_testport.php, line: 62 -msgid "Please enter a valid source port number, or leave the field blank." -msgstr "" -# -# File: src/www/diag_testport.php, line: 66 -msgid "You cannot connect to an IPv4 address using IPv6." -msgstr "" -# -# File: src/www/diag_testport.php, line: 69 -msgid "You cannot connect to an IPv6 address using IPv4." -msgstr "" -# -# File: src/www/diag_testport.php, line: 117 -msgid "" -"This page allows you to perform a simple TCP connection test to determine if " -"a host is up and accepting connections on a given port. This test does not " -"function for UDP since there is no way to reliably determine if a UDP port " -"accepts connections in this manner." -msgstr "" -# -# File: src/www/diag_testport.php, line: 119 -msgid "" -"No data is transmitted to the remote host during this test, it will only " -"attempt to open a connection and optionally display the data sent back from " -"the server." -msgstr "" -# -# File: src/www/diag_testport.php, line: 150 -msgid "" -"If you force IPv4 or IPv6 and use a hostname that does not contain a result " -"using that protocol,
it will result in an error. For example if you " -"force IPv4 and use a hostname that only returns an AAAA IPv6 IP address, it " -"will not work." -msgstr "" -# -# File: src/www/diag_testport.php, line: 171 -msgid "This should typically be left blank." -msgstr "" -# -# File: src/www/diag_testport.php, line: 176 -msgid "Show Remote Text" -msgstr "" -# -# File: src/www/diag_testport.php, line: 180 -msgid "" -"Shows the text given by the server when connecting to the port. Will take " -"10+ seconds to display if checked." -msgstr "" -# -# File: src/www/diag_testport.php, line: 215 -msgid "Port Test Results" -msgstr "" -# -# File: src/www/diag_testport.php, line: 220 -msgid "" -"No output received, or connection failed. Try with \"Show Remote Text\" " -"unchecked first." -msgstr "" -# -# File: src/www/diag_testport.php, line: 223 -msgid "Connection failed (Refused/Timeout)" -msgstr "" -# -# File: src/www/diag_traceroute.php, line: 53 -msgid "ttl" -msgstr "" -# -# File: src/www/diag_traceroute.php, line: 57 -#, php-format -msgid "Maximum number of hops must be between 1 and %s" -msgstr "" -# -# File: src/www/diag_traceroute.php, line: 141 -msgid "Maximum number of hops" -msgstr "" -# -# File: src/www/diag_traceroute.php, line: 155 -msgid "Reverse Address Lookup" -msgstr "" -# -# File: src/www/diag_traceroute.php, line: 161 -msgid "Use ICMP" -msgstr "" -# -# File: src/www/diag_traceroute.php, line: 176 -# File: src/www/firewall_rules_edit.php, line: 745 -# File: src/www/services_ntpd_gps.php, line: 377 -# File: src/www/services_ntpd_gps.php, line: 378 -msgid "Note: " -msgstr "" -# -# File: src/www/diag_traceroute.php, line: 177 -msgid "" -"Traceroute may take a while to complete. You may hit the Stop button on your " -"browser at any time to see the progress of failed traceroutes." -msgstr "" -# -# File: src/www/diag_traceroute.php, line: 179 -msgid "" -"Using a source interface/IP address that does not match selected type (IPv4, " -"IPv6) will result in an error or empty output." -msgstr "" -# -# File: src/www/diag_traceroute.php, line: 192 -msgid "Traceroute output" -msgstr "" -# -# File: src/www/fbegin.inc, line: 117 -msgid "Help for items on this page" -msgstr "" -# -# File: src/www/fbegin.inc, line: 233 -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 153 -msgid "Save Settings" -msgstr "" -# -# File: src/www/fbegin.inc, line: 235 -msgid "Add widget" -msgstr "" -# -# File: src/www/firewall_aliases.php, line: 124 -#, php-format -msgid "Cannot delete alias. Currently in use by %s" -msgstr "" -# -# File: src/www/firewall_aliases.php, line: 140 -msgid "Add a new alias" -msgstr "" -# -# File: src/www/firewall_aliases.php, line: 155 -msgid "" -"Do you really want to delete this alias? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" -# -# File: src/www/firewall_aliases.php, line: 177 -msgid "The alias list has been changed." -msgstr "" -# -# File: src/www/firewall_aliases.php, line: 177 -# File: src/www/firewall_nat.php, line: 232 -# File: src/www/firewall_nat_1to1.php, line: 186 -# File: src/www/firewall_nat_npt.php, line: 183 -# File: src/www/firewall_nat_out.php, line: 255 -# File: src/www/firewall_virtual_ip.php, line: 261 -# File: src/www/interfaces.php, line: 1648 -# File: src/www/load_balancer_monitor.php, line: 97 -# File: src/www/load_balancer_setting.php, line: 102 -# File: src/www/load_balancer_virtual_server.php, line: 145 -# File: src/www/services_dhcp.php, line: 671 -# File: src/www/services_dhcpv6.php, line: 450 -# File: src/www/services_dnsmasq.php, line: 178 -# File: src/www/services_igmpproxy.php, line: 86 -# File: src/www/services_unbound.php, line: 168 -# File: src/www/services_unbound_advanced.php, line: 135 -# File: src/www/services_unbound_overrides.php, line: 108 -# File: src/www/system_gateways.php, line: 287 -# File: src/www/vpn_ipsec.php, line: 300 -# File: src/www/vpn_ipsec_keys.php, line: 117 -# File: src/www/vpn_ipsec_mobile.php, line: 328 -# File: src/www/vpn_pppoe.php, line: 102 -msgid "You must apply the changes in order for them to take effect." -msgstr "" -# -# File: src/www/firewall_aliases.php, line: 189 -# File: src/www/services_igmpproxy.php, line: 100 -msgid "Values" -msgstr "" -# -# File: src/www/firewall_aliases.php, line: 247 -msgid "Edit alias" -msgstr "" -# -# File: src/www/firewall_aliases.php, line: 248 -msgid "delete alias" -msgstr "" -# -# File: src/www/firewall_aliases.php, line: 261 -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 changes. You can enter the name of an alias instead of the " -"host, network or port in all fields that have a red background. The alias " -"will be resolved according to 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." -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 100 -#, php-format -msgid "Entry added %s" -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 125 -# File: src/www/firewall_aliases_import.php, line: 75 -#, php-format -msgid "Cannot use a reserved keyword as alias name %s" -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 130 -# File: src/www/firewall_aliases_import.php, line: 80 -msgid "An interface description with this name already exists." -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 135 -msgid "" -"The alias name must be less than 32 characters long and may only consist of " -"the characters" -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 139 -msgid "Update Frequency should be a number" -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 146 -# File: src/www/firewall_aliases_import.php, line: 58 -msgid "An alias with this name already exists." -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 154 -msgid "Alias type may not be changed for an existing alias." -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 159 -msgid "You must provide a valid URL." -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 286 -# File: src/www/firewall_aliases_edit.php, line: 289 -# File: src/www/firewall_aliases_edit.php, line: 292 -# File: src/www/firewall_aliases_edit.php, line: 295 -msgid "IP or FQDN" -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 298 -# File: src/www/firewall_aliases_edit.php, line: 364 -# File: src/www/firewall_aliases_edit.php, line: 375 -msgid "Host(s)" -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 301 -# File: src/www/firewall_aliases_edit.php, line: 365 -msgid "Network(s)" -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 304 -# File: src/www/firewall_aliases_edit.php, line: 366 -msgid "Port(s)" -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 326 -msgid "Alias Edit" -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 347 -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z, 0-9 and " -"_\"." -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 356 -# File: src/www/firewall_nat_1to1_edit.php, line: 448 -# File: src/www/firewall_nat_edit.php, line: 899 -# File: src/www/firewall_nat_npt_edit.php, line: 291 -# File: src/www/firewall_nat_out_edit.php, line: 675 -# File: src/www/firewall_rules_edit.php, line: 1146 -# File: src/www/firewall_schedule_edit.php, line: 819 -# File: src/www/firewall_schedule_edit.php, line: 980 -# File: src/www/firewall_virtual_ip_edit.php, line: 457 -# File: src/www/interfaces_bridge_edit.php, line: 278 -# File: src/www/interfaces_gif_edit.php, line: 272 -# File: src/www/interfaces_gre_edit.php, line: 260 -# File: src/www/interfaces_groups_edit.php, line: 171 -# File: src/www/interfaces_lagg_edit.php, line: 256 -# File: src/www/interfaces_qinq_edit.php, line: 194 -# File: src/www/interfaces_vlan_edit.php, line: 210 -# File: src/www/interfaces_wireless_edit.php, line: 183 -# File: src/www/services_dhcp_edit.php, line: 415 -# File: src/www/services_dhcpv6_edit.php, line: 237 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 163 -# File: src/www/services_dnsmasq_edit.php, line: 227 -# File: src/www/services_igmpproxy_edit.php, line: 179 -# File: src/www/services_unbound_domainoverride_edit.php, line: 156 -# File: src/www/services_unbound_host_edit.php, line: 317 -# File: src/www/services_wol_edit.php, line: 162 -# File: src/www/system_gateway_groups_edit.php, line: 301 -# File: src/www/system_routes_edit.php, line: 307 -# File: src/www/vpn_ipsec_phase1.php, line: 718 -msgid "You may enter a description here for your reference (not parsed)." -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 367 -msgid "URL (IPs)" -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 368 -msgid "URL (Ports)" -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 369 -msgid "URL Table (IPs)" -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 370 -msgid "URL Table (Ports)" -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 381 -# File: src/www/firewall_virtual_ip_edit.php, line: 363 -# File: src/www/services_igmpproxy_edit.php, line: 222 -# File: src/www/services_opendns.php, line: 184 -# File: src/www/services_unbound_acls.php, line: 248 -# File: src/www/system_routes.php, line: 242 -# File: src/www/vpn_ipsec_mobile.php, line: 420 -# File: src/www/vpn_ipsec_phase2.php, line: 707 -# File: src/www/vpn_ipsec_phase2.php, line: 765 -# File: src/www/vpn_ipsec_phase2.php, line: 806 -msgid "Network" -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 383 -msgid "Update Freq. (days)" -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 452 -# File: src/www/firewall_nat_1to1_edit.php, line: 363 -# File: src/www/firewall_nat_1to1_edit.php, line: 414 -# File: src/www/firewall_nat_edit.php, line: 612 -# File: src/www/firewall_nat_edit.php, line: 726 -# File: src/www/firewall_rules_edit.php, line: 902 -# File: src/www/firewall_rules_edit.php, line: 1035 -# File: src/www/services_unbound_acls.php, line: 244 -msgid "Networks" -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 455 -msgid "" -"Networks are specified in CIDR format. Select the CIDR mask that pertains " -"to each entry. /32 specifies a single IPv4 host, /128 specifies a single " -"IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, " -"etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 " -"or /128 for IPv6. You may also enter an IP range such as " -"192.168.1.1-192.168.1.254 and a list of CIDR networks will be derived to " -"fill the range." -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 462 -msgid "" -"Enter as many hosts as you would like. Hosts must be specified by their IP " -"address or fully qualified domain name (FQDN). FQDN hostnames are " -"periodically re-resolved and updated. If multiple IPs are returned by a DNS " -"query, all are used." -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 469 -msgid "" -"Enter as many ports as you wish. Port ranges can be expressed by separating " -"with a colon." -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 473 -msgid "URL's" -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 476 -msgid "" -"Enter a URL containing a large number of IPs,ports and/or Subnets. After " -"saving the lists will be downloaded and scheduled for automatic updates when " -"a frequency is provided." -msgstr "" -# -# File: src/www/firewall_aliases_edit.php, line: 484 -# File: src/www/firewall_aliases_import.php, line: 210 -# File: src/www/firewall_nat_1to1_edit.php, line: 465 -# File: src/www/firewall_nat_edit.php, line: 1009 -# File: src/www/firewall_nat_npt_edit.php, line: 298 -# File: src/www/firewall_nat_out_edit.php, line: 716 -# File: src/www/firewall_rules_edit.php, line: 1479 -# File: src/www/firewall_schedule_edit.php, line: 1163 -# File: src/www/firewall_virtual_ip_edit.php, line: 465 -# File: src/www/interfaces.php, line: 1903 -# File: src/www/interfaces.php, line: 2502 -# File: src/www/interfaces.php, line: 3348 -# File: src/www/interfaces_bridge_edit.php, line: 631 -# File: src/www/interfaces_gif_edit.php, line: 282 -# File: src/www/interfaces_gre_edit.php, line: 270 -# File: src/www/interfaces_groups_edit.php, line: 198 -# File: src/www/interfaces_lagg_edit.php, line: 266 -# File: src/www/interfaces_ppps_edit.php, line: 918 -# File: src/www/interfaces_qinq_edit.php, line: 216 -# File: src/www/interfaces_vlan_edit.php, line: 219 -# File: src/www/interfaces_wireless_edit.php, line: 193 -# File: src/www/load_balancer_monitor_edit.php, line: 426 -# File: src/www/load_balancer_pool_edit.php, line: 326 -# File: src/www/load_balancer_virtual_server_edit.php, line: 277 -# File: src/www/services_dhcp_edit.php, line: 532 -# File: src/www/services_dhcpv6_edit.php, line: 244 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 170 -# File: src/www/services_dnsmasq_edit.php, line: 293 -# File: src/www/services_dyndns_edit.php, line: 439 -# File: src/www/services_igmpproxy_edit.php, line: 277 -# File: src/www/services_rfc2136_edit.php, line: 228 -# File: src/www/services_unbound_acls.php, line: 312 -# File: src/www/services_unbound_domainoverride_edit.php, line: 164 -# File: src/www/services_unbound_host_edit.php, line: 381 -# File: src/www/services_wol_edit.php, line: 169 -# File: src/www/system_advanced_sysctl.php, line: 226 -# File: src/www/system_gateway_groups_edit.php, line: 309 -# File: src/www/system_gateways_edit.php, line: 819 -# File: src/www/system_groupmanager.php, line: 448 -# File: src/www/system_groupmanager_addprivs.php, line: 155 -# File: src/www/system_hasync.php, line: 335 -# File: src/www/system_routes_edit.php, line: 315 -# File: src/www/system_usermanager.php, line: 917 -# File: src/www/system_usermanager_addprivs.php, line: 152 -# File: src/www/vpn_l2tp_users_edit.php, line: 189 -# File: src/www/vpn_pppoe_edit.php, line: 655 -msgid "Cancel" -msgstr "" -# -# File: src/www/firewall_aliases_import.php, line: 53 -msgid "The alias name may only consist of the characters" -msgstr "" -# -# File: src/www/firewall_aliases_import.php, line: 103 -# File: src/www/firewall_aliases_import.php, line: 105 -# File: src/www/firewall_aliases_import.php, line: 115 -#, php-format -msgid "%s is not an IP address. Please correct the error to continue" -msgstr "" -# -# File: src/www/firewall_aliases_import.php, line: 158 -msgid "Alias Import" -msgstr "" -# -# File: src/www/firewall_aliases_import.php, line: 170 -msgid "Alias Name" -msgstr "" -# -# File: src/www/firewall_aliases_import.php, line: 174 -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z and " -"0-9\"." -msgstr "" -# -# File: src/www/firewall_aliases_import.php, line: 183 -# File: src/www/system_gateways_edit.php, line: 811 -# File: src/www/vpn_ipsec_phase2.php, line: 694 -# File: src/www/vpn_openvpn_client.php, line: 650 -# File: src/www/vpn_openvpn_csc.php, line: 357 -# File: src/www/vpn_openvpn_server.php, line: 885 -msgid "You may enter a description here for your reference (not parsed)" -msgstr "" -# -# File: src/www/firewall_aliases_import.php, line: 188 -msgid "Aliases to import" -msgstr "" -# -# File: src/www/firewall_aliases_import.php, line: 192 -msgid "" -"Paste in the aliases to import separated by a carriage return. Common " -"examples are lists of IPs, networks, blacklists, etc." -msgstr "" -# -# File: src/www/firewall_aliases_import.php, line: 194 -msgid "" -"The list may contain IP addresses, with or without CIDR prefix, IP ranges, " -"blank lines (ignored) and an optional description after each IP. e.g.:" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 155 -# File: src/www/firewall_virtual_ip.php, line: 210 -# File: src/www/interfaces_bridge.php, line: 77 -# File: src/www/interfaces_gif.php, line: 71 -# File: src/www/interfaces_gre.php, line: 72 -# File: src/www/interfaces_groups.php, line: 64 -# File: src/www/interfaces_lagg.php, line: 81 -# File: src/www/interfaces_ppps.php, line: 73 -# File: src/www/interfaces_qinq.php, line: 87 -# File: src/www/interfaces_vlan.php, line: 73 -# File: src/www/interfaces_wireless.php, line: 71 -# File: src/www/load_balancer_monitor.php, line: 82 -# File: src/www/load_balancer_pool.php, line: 92 -# File: src/www/load_balancer_virtual_server.php, line: 130 -# File: src/www/services_dyndns.php, line: 57 -# File: src/www/services_rfc2136.php, line: 53 -# File: src/www/system_crlmanager.php, line: 592 -msgid "Add" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 171 -# File: src/www/firewall_nat_1to1.php, line: 119 -# File: src/www/firewall_nat_npt.php, line: 121 -# File: src/www/firewall_nat_out.php, line: 188 -# File: src/www/firewall_rules.php, line: 143 -msgid "Do you really want to delete this rule?" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 190 -# File: src/www/firewall_nat_1to1.php, line: 138 -# File: src/www/firewall_nat_npt.php, line: 140 -# File: src/www/firewall_nat_out.php, line: 208 -# File: src/www/firewall_rules.php, line: 162 -msgid "Do you really want to delete the selected rules?" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 232 -# File: src/www/firewall_nat_npt.php, line: 183 -msgid "The NAT configuration has been changed" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 285 -# File: src/www/firewall_nat_1to1_edit.php, line: 45 -# File: src/www/firewall_nat_edit.php, line: 85 -# File: src/www/firewall_nat_out_edit.php, line: 79 -# File: src/www/firewall_rules_edit.php, line: 92 -msgid "address" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 289 -# File: src/www/firewall_rules.php, line: 315 -msgid "Anti-Lockout Rule" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "disable rule" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "enable rule" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 333 -# File: src/www/firewall_nat.php, line: 347 -# File: src/www/firewall_nat.php, line: 361 -# File: src/www/firewall_nat.php, line: 375 -# File: src/www/firewall_nat.php, line: 404 -# File: src/www/firewall_nat_1to1.php, line: 239 -# File: src/www/firewall_nat_1to1.php, line: 252 -# File: src/www/firewall_nat_out.php, line: 384 -# File: src/www/firewall_nat_out.php, line: 402 -# File: src/www/firewall_nat_out.php, line: 430 -# File: src/www/firewall_rules.php, line: 490 -# File: src/www/firewall_rules.php, line: 504 -# File: src/www/firewall_rules.php, line: 518 -# File: src/www/firewall_rules.php, line: 532 -msgid "edit alias" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 417 -# File: src/www/firewall_nat_1to1.php, line: 263 -# File: src/www/firewall_nat_npt.php, line: 235 -# File: src/www/firewall_nat_out.php, line: 447 -# File: src/www/firewall_rules.php, line: 579 -msgid "move selected rules before this rule" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 420 -# File: src/www/firewall_nat_npt.php, line: 238 -# File: src/www/firewall_nat_out.php, line: 450 -# File: src/www/firewall_rules.php, line: 582 -msgid "edit rule" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 423 -# File: src/www/firewall_nat_1to1.php, line: 269 -# File: src/www/firewall_nat_npt.php, line: 241 -# File: src/www/firewall_nat_out.php, line: 453 -# File: src/www/firewall_rules.php, line: 585 -msgid "delete rule" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 426 -# File: src/www/firewall_nat_1to1.php, line: 272 -# File: src/www/firewall_nat_npt.php, line: 244 -# File: src/www/firewall_nat_out.php, line: 456 -# File: src/www/firewall_rules.php, line: 588 -msgid "clone rule" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 442 -# File: src/www/firewall_nat_1to1.php, line: 286 -# File: src/www/firewall_nat_1to1.php, line: 292 -# File: src/www/firewall_nat_npt.php, line: 258 -# File: src/www/firewall_nat_out.php, line: 477 -# File: src/www/firewall_rules.php, line: 619 -msgid "move selected rules to end" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 447 -# File: src/www/firewall_nat.php, line: 449 -# File: src/www/firewall_nat_1to1.php, line: 299 -# File: src/www/firewall_nat_1to1.php, line: 304 -# File: src/www/firewall_nat_npt.php, line: 263 -# File: src/www/firewall_nat_npt.php, line: 265 -# File: src/www/firewall_nat_out.php, line: 486 -# File: src/www/firewall_nat_out.php, line: 490 -# File: src/www/firewall_rules.php, line: 622 -msgid "delete selected rules" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 453 -# File: src/www/firewall_nat_1to1.php, line: 309 -# File: src/www/firewall_nat_npt.php, line: 269 -# File: src/www/firewall_nat_out.php, line: 496 -# File: src/www/firewall_rules.php, line: 625 -msgid "add new rule" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 465 -# File: src/www/firewall_nat_1to1.php, line: 319 -# File: src/www/firewall_nat_npt.php, line: 281 -# File: src/www/firewall_nat_out.php, line: 506 -msgid "Enabled rule" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 469 -# File: src/www/firewall_nat_1to1.php, line: 323 -# File: src/www/firewall_nat_npt.php, line: 285 -# File: src/www/firewall_nat_out.php, line: 510 -msgid "Disabled rule" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 473 -msgid "No redirect" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 477 -msgid "linked rule" -msgstr "" -# -# File: src/www/firewall_nat.php, line: 481 -# File: src/www/firewall_nat_1to1.php, line: 327 -# File: src/www/firewall_rules.php, line: 688 -msgid "Alias (click to view/edit)" -msgstr "" -# -# File: src/www/firewall_nat_1to1.php, line: 91 -msgid "Toggled NAT rule" -msgstr "" -# -# File: src/www/firewall_nat_1to1.php, line: 104 -msgid "add rule" -msgstr "" -# -# File: src/www/firewall_nat_1to1.php, line: 184 -# File: src/www/firewall_nat_out.php, line: 255 -msgid "The NAT configuration has been changed." -msgstr "" -# -# File: src/www/firewall_nat_1to1.php, line: 199 -msgid "External IP" -msgstr "" -# -# File: src/www/firewall_nat_1to1.php, line: 200 -# File: src/www/firewall_nat_1to1_edit.php, line: 341 -# File: src/www/firewall_nat_1to1_edit.php, line: 350 -# File: src/www/status_upnp.php, line: 80 -msgid "Internal IP" -msgstr "" -# -# File: src/www/firewall_nat_1to1.php, line: 201 -msgid "Destination IP" -msgstr "" -# -# File: src/www/firewall_nat_1to1.php, line: 266 -msgid "edit rule " -msgstr "" -# -# File: src/www/firewall_nat_1to1.php, line: 336 -msgid "Depending on the way your WAN connection is setup, you may also need a" -msgstr "" -# -# File: src/www/firewall_nat_1to1.php, line: 337 -msgid "Virtual IP." -msgstr "" -# -# File: src/www/firewall_nat_1to1.php, line: 338 -msgid "" -"If you add a 1:1 NAT entry for any of the interface IPs on this system, it " -"will make this system inaccessible on that IP address. i.e. if you use your " -"WAN IP address, any services on this system (IPsec, OpenVPN server, etc.) " -"using the WAN IP address will no longer function." -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 39 -# File: src/www/firewall_nat_edit.php, line: 79 -# File: src/www/firewall_nat_edit.php, line: 659 -# File: src/www/firewall_nat_edit.php, line: 676 -# File: src/www/firewall_nat_edit.php, line: 803 -# File: src/www/firewall_nat_edit.php, line: 820 -# File: src/www/firewall_nat_edit.php, line: 870 -# File: src/www/firewall_nat_out_edit.php, line: 457 -# File: src/www/firewall_nat_out_edit.php, line: 477 -# File: src/www/firewall_nat_out_edit.php, line: 533 -# File: src/www/firewall_rules.php, line: 436 -# File: src/www/firewall_rules.php, line: 454 -# File: src/www/firewall_rules_edit.php, line: 86 -# File: src/www/firewall_rules_edit.php, line: 847 -# File: src/www/firewall_rules_edit.php, line: 968 -# File: src/www/firewall_rules_edit.php, line: 985 -# File: src/www/firewall_rules_edit.php, line: 1090 -# File: src/www/firewall_rules_edit.php, line: 1107 -msgid "any" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 40 -# File: src/www/firewall_nat_edit.php, line: 80 -# File: src/www/firewall_rules_edit.php, line: 87 -msgid "PPTP clients" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 41 -# File: src/www/firewall_nat_edit.php, line: 81 -# File: src/www/firewall_rules_edit.php, line: 88 -msgid "PPPoE clients" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 42 -# File: src/www/firewall_nat_edit.php, line: 82 -# File: src/www/firewall_rules_edit.php, line: 89 -msgid "L2TP clients" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 44 -# File: src/www/firewall_nat_edit.php, line: 84 -# File: src/www/firewall_rules_edit.php, line: 91 -msgid "net" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 163 -#, php-format -msgid "" -"Invalid characters detected (%s). Please remove invalid characters and save " -"again." -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 168 -# File: src/www/firewall_nat_1to1_edit.php, line: 427 -# File: src/www/firewall_nat_edit.php, line: 205 -# File: src/www/firewall_nat_edit.php, line: 769 -# File: src/www/firewall_nat_out_edit.php, line: 547 -# File: src/www/firewall_rules_edit.php, line: 1051 -msgid "Destination address" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 168 -msgid "External subnet" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 168 -# File: src/www/firewall_nat_1to1_edit.php, line: 376 -# File: src/www/firewall_nat_edit.php, line: 203 -# File: src/www/firewall_nat_edit.php, line: 625 -# File: src/www/firewall_nat_npt_edit.php, line: 232 -# File: src/www/firewall_nat_npt_edit.php, line: 270 -# File: src/www/firewall_nat_out_edit.php, line: 492 -# File: src/www/firewall_rules_edit.php, line: 919 -msgid "Source address" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 174 -msgid "A valid external subnet must be specified." -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 178 -# File: src/www/firewall_nat_edit.php, line: 231 -# File: src/www/firewall_rules_edit.php, line: 300 -#, php-format -msgid "%s is not a valid source IP address or alias." -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 181 -# File: src/www/firewall_nat_edit.php, line: 234 -# File: src/www/firewall_nat_out_edit.php, line: 210 -# File: src/www/firewall_rules_edit.php, line: 303 -msgid "A valid source bit count must be specified." -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 185 -# File: src/www/firewall_nat_edit.php, line: 238 -# File: src/www/firewall_rules_edit.php, line: 308 -#, php-format -msgid "%s is not a valid destination IP address or alias." -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 188 -# File: src/www/firewall_nat_edit.php, line: 242 -# File: src/www/firewall_nat_out_edit.php, line: 216 -# File: src/www/firewall_rules_edit.php, line: 311 -msgid "A valid destination bit count must be specified." -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 293 -msgid "Edit NAT 1:1 entry" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 300 -# File: src/www/firewall_nat_edit.php, line: 523 -# File: src/www/firewall_nat_npt_edit.php, line: 186 -# File: src/www/firewall_nat_out_edit.php, line: 414 -# File: src/www/firewall_rules_edit.php, line: 715 -# File: src/www/interfaces.php, line: 2252 -# File: src/www/interfaces_ppps_edit.php, line: 655 -# File: src/www/system_gateways_edit.php, line: 565 -# File: src/www/system_routes_edit.php, line: 293 -# File: src/www/system_usermanager.php, line: 625 -# File: src/www/vpn_ipsec_phase1.php, line: 595 -# File: src/www/vpn_ipsec_phase2.php, line: 659 -# File: src/www/vpn_openvpn_client.php, line: 475 -# File: src/www/vpn_openvpn_client.php, line: 1047 -# File: src/www/vpn_openvpn_csc.php, line: 335 -# File: src/www/vpn_openvpn_csc.php, line: 612 -# File: src/www/vpn_openvpn_server.php, line: 733 -# File: src/www/vpn_openvpn_server.php, line: 1710 -msgid "Disabled" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 304 -# File: src/www/firewall_nat_edit.php, line: 527 -# File: src/www/firewall_nat_npt_edit.php, line: 190 -# File: src/www/firewall_nat_out_edit.php, line: 418 -# File: src/www/firewall_rules_edit.php, line: 719 -msgid "Disable this rule" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 305 -# File: src/www/firewall_nat_edit.php, line: 528 -# File: src/www/firewall_nat_npt_edit.php, line: 191 -# File: src/www/firewall_nat_out_edit.php, line: 419 -# File: src/www/firewall_rules_edit.php, line: 720 -msgid "Set this option to disable this rule without removing it from the list." -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 323 -# File: src/www/firewall_nat_npt_edit.php, line: 209 -# File: src/www/firewall_nat_out_edit.php, line: 447 -msgid "Choose which interface this rule applies to" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 324 -# File: src/www/firewall_nat_npt_edit.php, line: 210 -# File: src/www/firewall_nat_out_edit.php, line: 448 -msgid "Hint: in most cases, you'll want to use WAN here" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 329 -msgid "External subnet IP" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 334 -msgid "" -"Enter the external (usually on a WAN) subnet's starting address for the 1:1 " -"mapping. " -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 335 -msgid "" -"The subnet mask from the internal address below will be applied to this IP " -"address." -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 336 -msgid "" -"Hint: this is generally an address owned by the router itself on the " -"selected interface." -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 341 -# File: src/www/firewall_nat_1to1_edit.php, line: 392 -# File: src/www/firewall_nat_edit.php, line: 590 -# File: src/www/firewall_nat_edit.php, line: 704 -# File: src/www/firewall_nat_npt_edit.php, line: 218 -# File: src/www/firewall_nat_npt_edit.php, line: 256 -# File: src/www/firewall_nat_out_edit.php, line: 517 -# File: src/www/firewall_rules_edit.php, line: 880 -# File: src/www/firewall_rules_edit.php, line: 1013 -msgid "Invert" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 345 -# File: src/www/firewall_nat_1to1_edit.php, line: 396 -# File: src/www/firewall_nat_edit.php, line: 594 -# File: src/www/firewall_nat_edit.php, line: 708 -# File: src/www/firewall_nat_npt_edit.php, line: 222 -# File: src/www/firewall_nat_npt_edit.php, line: 260 -# File: src/www/firewall_nat_out_edit.php, line: 521 -# File: src/www/firewall_rules_edit.php, line: 884 -# File: src/www/firewall_rules_edit.php, line: 1017 -msgid "Use this option to invert the sense of the match." -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 356 -# File: src/www/firewall_nat_1to1_edit.php, line: 407 -# File: src/www/firewall_nat_edit.php, line: 605 -# File: src/www/firewall_nat_edit.php, line: 719 -# File: src/www/firewall_nat_out_edit.php, line: 476 -# File: src/www/firewall_nat_out_edit.php, line: 532 -# File: src/www/firewall_nat_out_edit.php, line: 579 -# File: src/www/firewall_rules_edit.php, line: 895 -# File: src/www/firewall_rules_edit.php, line: 1028 -msgid "Single host or Network" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 387 -msgid "" -"Enter the internal (LAN) subnet for the 1:1 mapping. The subnet size " -"specified for the internal subnet will be applied to the external subnet." -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 438 -msgid "" -"The 1:1 mapping will only be used for connections to or from the specified " -"destination." -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 439 -msgid "Hint: this is usually 'any'." -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 452 -# File: src/www/firewall_nat_edit.php, line: 912 -msgid "NAT reflection" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 455 -# File: src/www/firewall_nat_edit.php, line: 915 -msgid "Use system default" -msgstr "" -# -# File: src/www/firewall_nat_1to1_edit.php, line: 457 -# File: src/www/firewall_nat_edit.php, line: 918 -# File: src/www/services_dyndns_edit.php, line: 249 -# File: src/www/system_advanced_firewall.php, line: 511 -# File: src/www/system_advanced_misc.php, line: 525 -# File: src/www/system_advanced_misc.php, line: 545 -# File: src/www/vpn_ipsec_phase1.php, line: 1002 -msgid "Disable" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 190 -# File: src/www/firewall_nat_out_edit.php, line: 187 -#, php-format -msgid "" -"Invalid characters detected %s. Please remove invalid characters and save " -"again." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 196 -msgid "Destination port from" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 196 -msgid "Destination port to" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 209 -# File: src/www/firewall_nat_edit.php, line: 845 -msgid "Redirect target IP" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 215 -#, php-format -msgid "\"%s\" is not a valid redirect target IP address or host alias." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 218 -# File: src/www/firewall_rules_edit.php, line: 284 -#, php-format -msgid "" -"%s is not a valid start source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 220 -# File: src/www/firewall_rules_edit.php, line: 286 -#, php-format -msgid "" -"%s is not a valid end source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 222 -# File: src/www/firewall_rules_edit.php, line: 288 -#, php-format -msgid "" -"%s is not a valid start destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 224 -# File: src/www/firewall_rules_edit.php, line: 290 -#, php-format -msgid "" -"%s is not a valid end destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 227 -#, php-format -msgid "" -"A valid redirect target port must be specified. It must be a port alias or " -"integer between 1 and 65535." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 248 -msgid "The target port range must be an integer between 1 and 65535." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 374 -msgid "NAT Port Forward" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 516 -msgid "Edit Redirect entry" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 533 -msgid "No RDR (NOT)" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 537 -msgid "" -"Enabling this option will disable redirection for traffic matching this rule." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 538 -msgid "" -"Hint: this option is rarely needed, don't use this unless you know what " -"you're doing." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 556 -msgid "Choose which interface this rule applies to." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 557 -msgid "Hint: in most cases, you'll want to use WAN here." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 575 -# File: src/www/firewall_nat_out_edit.php, line: 464 -# File: src/www/firewall_rules_edit.php, line: 836 -msgid "Choose which IP protocol this rule should match." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 576 -# File: src/www/firewall_nat_out_edit.php, line: 465 -msgid "Hint: in most cases, you should specify" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 576 -# File: src/www/firewall_nat_out_edit.php, line: 465 -# File: src/www/firewall_rules_edit.php, line: 837 -msgid "here." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 585 -# File: src/www/firewall_rules_edit.php, line: 942 -msgid "Show source address and port range" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 638 -# File: src/www/firewall_rules_edit.php, line: 947 -msgid "Source port range" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 643 -# File: src/www/firewall_nat_edit.php, line: 787 -# File: src/www/firewall_rules_edit.php, line: 952 -# File: src/www/firewall_rules_edit.php, line: 1074 -msgid "from:" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 644 -# File: src/www/firewall_nat_edit.php, line: 788 -# File: src/www/firewall_rules_edit.php, line: 953 -# File: src/www/firewall_rules_edit.php, line: 1075 -msgid "to:" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 658 -# File: src/www/firewall_nat_edit.php, line: 675 -# File: src/www/firewall_nat_edit.php, line: 802 -# File: src/www/firewall_nat_edit.php, line: 819 -# File: src/www/firewall_nat_edit.php, line: 869 -# File: src/www/firewall_rules_edit.php, line: 967 -# File: src/www/firewall_rules_edit.php, line: 984 -# File: src/www/firewall_rules_edit.php, line: 1089 -# File: src/www/firewall_rules_edit.php, line: 1106 -msgid "Well-known ports" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 695 -# File: src/www/firewall_rules_edit.php, line: 1004 -msgid "Specify the source port or port range for this rule" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 696 -# File: src/www/firewall_rules_edit.php, line: 1005 -msgid "This is usually" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 697 -# File: src/www/firewall_rules_edit.php, line: 1006 -msgid "random" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 698 -# File: src/www/firewall_rules_edit.php, line: 1007 -msgid "" -"and almost never equal to the destination port range (and should usually be " -"'any')" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 782 -# File: src/www/firewall_rules_edit.php, line: 1069 -msgid "Destination port range" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 839 -# File: src/www/firewall_rules_edit.php, line: 1126 -msgid "" -"Specify the port or port range for the destination of the packet for this " -"mapping." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 849 -msgid "" -"Enter the internal IP address of the server on which you want to map the " -"ports." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 851 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 143 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 150 -# File: src/www/services_dnsmasq_edit.php, line: 207 -# File: src/www/services_dnsmasq_edit.php, line: 214 -# File: src/www/services_dnsmasq_edit.php, line: 221 -# File: src/www/services_unbound_domainoverride_edit.php, line: 136 -# File: src/www/services_unbound_domainoverride_edit.php, line: 146 -# File: src/www/services_unbound_host_edit.php, line: 261 -# File: src/www/services_unbound_host_edit.php, line: 269 -# File: src/www/services_unbound_host_edit.php, line: 286 -# File: src/www/services_unbound_host_edit.php, line: 294 -# File: src/www/services_unbound_host_edit.php, line: 302 -# File: src/www/services_unbound_host_edit.php, line: 310 -# File: src/www/system_general.php, line: 330 -msgid "e.g." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 855 -msgid "Redirect target port" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 886 -msgid "" -"Specify the port on the machine with the IP address entered above. In case " -"of a port range, specify the beginning port of the range (the end port will " -"be calculated automatically)." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 890 -msgid "Hint: this is usually identical to the 'from' port above" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 903 -# File: src/www/firewall_nat_out_edit.php, line: 662 -# File: src/www/firewall_rules_edit.php, line: 1189 -msgid "No XMLRPC Sync" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 907 -# File: src/www/firewall_nat_out_edit.php, line: 666 -# File: src/www/firewall_rules_edit.php, line: 1193 -msgid "" -"Hint: This prevents the rule on Master from automatically syncing to other " -"CARP members. This does NOT prevent the rule from being overwritten on Slave." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 916 -# File: src/www/system_advanced_firewall.php, line: 514 -msgid "Enable (NAT + Proxy)" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 917 -# File: src/www/system_advanced_firewall.php, line: 517 -msgid "Enable (Pure NAT)" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 924 -# File: src/www/firewall_nat_edit.php, line: 956 -msgid "Filter rule association" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 929 -# File: src/www/firewall_nat_edit.php, line: 962 -# File: src/www/firewall_rules_edit.php, line: 696 -msgid "Pass" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 950 -msgid "View the filter rule" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 960 -msgid "Add associated filter rule" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 961 -msgid "Add unassociated filter rule" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 965 -msgid "" -"NOTE: The \"pass\" selection does not work properly with Multi-WAN. It will " -"only work on an interface containing the default gateway." -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 980 -# File: src/www/firewall_nat_out_edit.php, line: 687 -# File: src/www/firewall_rules_edit.php, line: 1452 -msgid "Rule Information" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 984 -# File: src/www/firewall_nat_out_edit.php, line: 693 -# File: src/www/firewall_rules_edit.php, line: 1457 -msgid "Created" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 986 -# File: src/www/firewall_nat_edit.php, line: 995 -# File: src/www/firewall_nat_out_edit.php, line: 695 -# File: src/www/firewall_nat_out_edit.php, line: 705 -# File: src/www/firewall_rules_edit.php, line: 1459 -# File: src/www/firewall_rules_edit.php, line: 1468 -msgid "by" -msgstr "" -# -# File: src/www/firewall_nat_edit.php, line: 993 -# File: src/www/firewall_nat_out_edit.php, line: 703 -# File: src/www/firewall_rules_edit.php, line: 1466 -msgid "Updated" -msgstr "" -# -# File: src/www/firewall_nat_npt.php, line: 91 -msgid "Firewall: NAT: NPT, enable/disable NAT rule" -msgstr "" -# -# File: src/www/firewall_nat_npt.php, line: 104 -msgid "Add rule" -msgstr "" -# -# File: src/www/firewall_nat_npt.php, line: 120 -# File: src/www/firewall_nat_npt.php, line: 139 -msgid "NPT" -msgstr "" -# -# File: src/www/firewall_nat_npt.php, line: 198 -msgid "External Prefix" -msgstr "" -# -# File: src/www/firewall_nat_npt.php, line: 199 -msgid "Internal prefix" -msgstr "" -# -# File: src/www/firewall_nat_npt_edit.php, line: 126 -msgid "Source prefix" -msgstr "" -# -# File: src/www/firewall_nat_npt_edit.php, line: 128 -msgid "Destination prefix" -msgstr "" -# -# File: src/www/firewall_nat_npt_edit.php, line: 179 -msgid "Edit NAT NPT entry" -msgstr "" -# -# File: src/www/firewall_nat_npt_edit.php, line: 215 -msgid "Internal IPv6 Prefix" -msgstr "" -# -# File: src/www/firewall_nat_npt_edit.php, line: 227 -# File: src/www/firewall_nat_npt_edit.php, line: 265 -# File: src/www/firewall_virtual_ip_edit.php, line: 368 -# File: src/www/vpn_ipsec_phase2.php, line: 720 -# File: src/www/vpn_ipsec_phase2.php, line: 777 -msgid "Address:" -msgstr "" -# -# File: src/www/firewall_nat_npt_edit.php, line: 244 -msgid "" -"Enter the internal (LAN) ULA IPv6 Prefix for the Network Prefix translation. " -"The prefix size specified for the internal IPv6 prefix will be applied to " -"the external prefix." -msgstr "" -# -# File: src/www/firewall_nat_npt_edit.php, line: 253 -msgid "Destination IPv6 Prefix" -msgstr "" -# -# File: src/www/firewall_nat_npt_edit.php, line: 282 -msgid "Enter the Global Unicast routable IPv6 prefix here" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 87 -msgid "Manual Outbound NAT Switch" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 115 -msgid "Default rules for each interface have been created." -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 187 -# File: src/www/firewall_nat_out.php, line: 207 -msgid "Nat" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 265 -msgid "Mode:" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 277 -msgid "Automatic outbound NAT rule generation" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 278 -msgid "(no manual rules can be used)" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 289 -msgid "Hybrid outbound NAT rule generation" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 290 -msgid "(automatically generated rules are applied after manual rules)" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 303 -msgid "Manual outbound NAT rule generation" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 304 -msgid "(no automatic rules are being generated)" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 315 -msgid "Disable outbound NAT rule generation" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 316 -msgid "(outbound NAT is disabled)" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 335 -msgid "Manual rules:" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 344 -# File: src/www/firewall_nat_out.php, line: 544 -msgid "NAT Address" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 345 -# File: src/www/firewall_nat_out.php, line: 545 -msgid "NAT Port" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 346 -# File: src/www/firewall_nat_out.php, line: 546 -msgid "Static Port" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 364 -msgid "All manual rules are being ignored" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 388 -msgid "This Firewall" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 441 -# File: src/www/firewall_nat_out.php, line: 595 -# File: src/www/system_camanager.php, line: 749 -# File: src/www/system_crlmanager.php, line: 658 -# File: src/www/system_crlmanager.php, line: 660 -msgid "NO" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 441 -# File: src/www/firewall_nat_out.php, line: 595 -# File: src/www/system_camanager.php, line: 749 -# File: src/www/system_crlmanager.php, line: 658 -# File: src/www/system_crlmanager.php, line: 660 -msgid "YES" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 534 -msgid "Automatic rules:" -msgstr "" -# -# File: src/www/firewall_nat_out.php, line: 557 -msgid "automatic outbound nat" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_rules_edit.php, line: 242 -msgid "Destination bit count" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_rules_edit.php, line: 238 -msgid "Source bit count" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 197 -msgid "" -"You must supply either a valid port or port alias for the source port entry." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 200 -msgid "" -"You must supply either a valid port or port alias for the destination port " -"entry." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 203 -msgid "You must supply a valid port for the NAT port entry." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 207 -msgid "A valid source must be specified." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 213 -msgid "A valid destination must be specified." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 219 -msgid "Negating destination address of \"any\" is invalid." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 223 -msgid "A valid target IP address must be specified." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 227 -msgid "Only Round Robin pool options may be chosen when selecting an alias." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 404 -msgid "Edit Advanced Outbound NAT entry" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 424 -msgid "Do not NAT" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 428 -msgid "" -"Enabling this option will disable NAT for traffic matching this rule and " -"stop processing Outbound NAT rules." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 429 -msgid "Hint: in most cases, you won't use this option." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "AH" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "IGMP" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "IPV6" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "OSPF" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "PIM" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "TCP/UDP" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 478 -msgid "This Firewall (self)" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 503 -# File: src/www/firewall_nat_out_edit.php, line: 558 -msgid "Enter the source network for the outbound NAT mapping." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 508 -msgid "Source port:" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 512 -# File: src/www/firewall_nat_out_edit.php, line: 567 -msgid "(leave blank for any)" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 563 -msgid "Destination port:" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 572 -msgid "Translation / target" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 578 -msgid "Interface address" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 592 -msgid "Translation address" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 603 -msgid "Packets matching this rule will be mapped to the IP address given here." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 604 -#, php-format -msgid "" -"If you want this rule to apply to another IP address rather than the IP " -"address of the interface chosen above, select it here (you will need to " -"define %sVirtual IP addresses%s on the interface first)." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 611 -msgid "Pool Options:" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 618 -msgid "Round Robin" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 621 -msgid "Round Robin with Sticky Address" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 624 -msgid "Random" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 627 -msgid "Random with Sticky Address" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 630 -msgid "Source Hash" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 633 -msgid "Bitmask" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 637 -msgid "" -"Only Round Robin types work with Host Aliases. Any type can be used with a " -"Subnet." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 638 -msgid "Round Robin: Loops through the translation addresses." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 639 -msgid "Random: Selects an address from the translation address pool at random." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 640 -msgid "" -"Source Hash: Uses a hash of the source address to determine the translation " -"address, ensuring that the redirection address is always the same for a " -"given source." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 641 -msgid "" -"Bitmask: Applies the subnet mask and keeps the last portion identical; " -"10.0.1.50 -> x.x.x.50." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 642 -msgid "" -"Sticky Address: The Sticky Address option can be used with the Random and " -"Round Robin pool types to ensure that a particular source address is always " -"mapped to the same translation address." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 647 -msgid "Translation" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 647 -msgid "port:" -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 651 -msgid "Enter the source port for the outbound NAT mapping." -msgstr "" -# -# File: src/www/firewall_nat_out_edit.php, line: 656 -msgid "Static-port:" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 55 -#, php-format -msgid "" -"The settings have been applied. The firewall rules are now reloading in the " -"background.
You can also %s monitor %s the reload progress" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 205 -msgid "" -"The firewall rule configuration has been changed.
You must apply the " -"changes in order for them to take effect." -msgstr "" -# -# File: src/www/firewall_rules.php, line: 269 -# File: src/www/firewall_rules_edit.php, line: 1221 -# File: src/www/interfaces.php, line: 611 -# File: src/www/interfaces.php, line: 666 -# File: src/www/interfaces_ppps_edit.php, line: 611 -# File: src/www/services_dhcp.php, line: 848 -# File: src/www/services_dhcp_edit.php, line: 441 -# File: src/www/status_gateways.php, line: 53 -# File: src/www/system_gateway_groups_edit.php, line: 195 -# File: src/www/system_gateways.php, line: 302 -# File: src/www/system_gateways_edit.php, line: 617 -# File: src/www/system_routes.php, line: 243 -# File: src/www/system_routes_edit.php, line: 85 -# File: src/www/system_routes_edit.php, line: 275 -msgid "Gateway" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 291 -msgid "Block all IPv6 traffic" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 293 -# File: src/www/firewall_rules.php, line: 317 -# File: src/www/firewall_rules.php, line: 343 -# File: src/www/firewall_rules.php, line: 368 -msgid "change configuration" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 335 -msgid "RFC 1918 networks" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 341 -# File: src/www/interfaces.php, line: 1702 -msgid "Block private networks" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 360 -msgid "Reserved/not assigned by IANA" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 366 -# File: src/www/interfaces.php, line: 1714 -msgid "Block bogon networks" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 441 -# File: src/www/firewall_rules.php, line: 658 -msgid "first match" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 443 -# File: src/www/firewall_rules.php, line: 680 -msgid "last match" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 455 -# File: src/www/firewall_rules_edit.php, line: 848 -msgid "Echo request" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 456 -# File: src/www/firewall_rules_edit.php, line: 849 -msgid "Echo reply" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 457 -# File: src/www/firewall_rules_edit.php, line: 850 -msgid "Destination unreachable" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 458 -# File: src/www/firewall_rules_edit.php, line: 851 -msgid "Source quench" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 459 -# File: src/www/firewall_rules_edit.php, line: 852 -msgid "Redirect" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 460 -# File: src/www/firewall_rules_edit.php, line: 853 -msgid "Alternate Host" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 461 -# File: src/www/firewall_rules_edit.php, line: 854 -msgid "Router advertisement" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 462 -# File: src/www/firewall_rules_edit.php, line: 855 -msgid "Router solicitation" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 463 -# File: src/www/firewall_rules_edit.php, line: 856 -msgid "Time exceeded" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 464 -# File: src/www/firewall_rules_edit.php, line: 857 -msgid "Invalid IP header" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 466 -# File: src/www/firewall_rules_edit.php, line: 859 -msgid "Timestamp reply" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 467 -# File: src/www/firewall_rules_edit.php, line: 860 -msgid "Information request" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 468 -# File: src/www/firewall_rules_edit.php, line: 861 -msgid "Information reply" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 469 -# File: src/www/firewall_rules_edit.php, line: 862 -msgid "Address mask request" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 470 -# File: src/www/firewall_rules_edit.php, line: 863 -msgid "Address mask reply" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 569 -# File: src/www/firewall_schedule.php, line: 235 -msgid "edit schedule" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 602 -msgid "No floating rules are currently defined." -msgstr "" -# -# File: src/www/firewall_rules.php, line: 604 -msgid "No rules are currently defined for this interface" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 605 -msgid "" -"All incoming connections on this interface will be blocked until you add " -"pass rules." -msgstr "" -# -# File: src/www/firewall_rules.php, line: 607 -msgid "Click the" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 611 -msgid " button to add a new rule." -msgstr "" -# -# File: src/www/firewall_rules.php, line: 641 -msgid "pass" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 644 -msgid "match" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 647 -msgid "block" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 650 -msgid "reject" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 653 -msgid "log" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 663 -msgid "pass (disabled)" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 666 -msgid "match (disabled)" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 669 -msgid "block (disabled)" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 672 -msgid "reject (disabled)" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 675 -msgid "log (disabled)" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 692 -msgid "Schedule (click to view/edit)" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 697 -# File: src/www/vpn_l2tp.php, line: 357 -# File: src/www/vpn_l2tp.php, line: 376 -msgid "Hint:" -msgstr "" -# -# File: src/www/firewall_rules.php, line: 701 -msgid "" -"Rules are evaluated on a first-match basis (i.e. the action of the first " -"rule to match a packet will be executed). This means that if you use block " -"rules, you'll have to pay attention to the rule order. Everything that isn't " -"explicitly passed is blocked by default. " -msgstr "" -# -# File: src/www/firewall_rules.php, line: 707 -msgid "" -"Floating rules are evaluated on a first-match basis (i.e. the action of the " -"first rule to match a packet will be executed) only if the 'quick' option is " -"checked on a rule. Otherwise they will only apply if no other rules match. " -"Pay close attention to the rule order and options chosen. If no rule here " -"matches, the per-interface or default rules are used. " -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 234 -# File: src/www/firewall_rules_edit.php, line: 806 -msgid "TCP/IP Version" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 248 -msgid "You can not assign a gateway to a rule that applies to IPv4 and IPv6" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 256 -msgid "You can not assign a IPv4 gateway group on IPv6 Address Family rule" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 259 -msgid "You can not assign a IPv6 gateway group on IPv4 Address Family rule" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 266 -msgid "You can not assign the IPv4 Gateway to a IPv6 Filter rule" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 269 -msgid "You can not assign the IPv6 Gateway to a IPv4 Filter rule" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 273 -msgid "You can not assign a ICMP type to a rule that applies to IPv4 and IPv6" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 277 -#, php-format -msgid "%s is only valid with protocol tcp." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 280 -#, php-format -msgid "%s is only valid if the gateway is set to 'default'." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 293 -msgid "" -"When selecting aliases for source ports, both from and to fields must be the " -"same" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 296 -msgid "" -"When selecting aliases for destination ports, both from and to fields must " -"be the same" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 316 -#, php-format -msgid "" -"The Source IP address %s Address Family differs from the destination %s." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 318 -msgid "You can not use IPv6 addresses in IPv4 rules." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 320 -msgid "You can not use IPv4 addresses in IPv6 rules." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 324 -msgid "Invalid subnet mask on IPv4 source" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 327 -msgid "Invalid subnet mask on IPv4 destination" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 331 -msgid "You can not use a IPv4 or IPv6 address in combined IPv4 + IPv6 rules." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 335 -msgid "OS detection is only valid with protocol tcp." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 338 -msgid "Invalid OS detection selection. Please select a valid OS." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 343 -msgid "" -"You can not use gateways in Floating rules without choosing a direction." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 348 -msgid "" -"You can only specify the maximum number of established connections per host " -"(advanced option) for TCP protocol." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 350 -msgid "" -"You can only specify the maximum new connections per host / per second(s) " -"(advanced option) for TCP protocol." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 352 -msgid "" -"You can only specify the state timeout (advanced option) for TCP protocol." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 356 -msgid "" -"You can only specify the maximum state entries (advanced option) for Pass " -"type rules." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 358 -msgid "" -"You can only specify the maximum number of unique source hosts (advanced " -"option) for Pass type rules." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 360 -msgid "" -"You can only specify the maximum number of established connections per host " -"(advanced option) for Pass type rules." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 362 -msgid "" -"You can only specify the maximum state entries per host (advanced option) " -"for Pass type rules." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 364 -msgid "" -"You can only specify the maximum new connections per host / per second(s) " -"(advanced option) for Pass type rules." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 366 -msgid "" -"You can only specify the state timeout (advanced option) for Pass type rules." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 370 -msgid "" -"You cannot specify the maximum state entries (advanced option) if statetype " -"is none." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 372 -msgid "" -"You cannot specify the maximum number of unique source hosts (advanced " -"option) if statetype is none." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 374 -msgid "" -"You cannot specify the maximum number of established connections per host " -"(advanced option) if statetype is none." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 376 -msgid "" -"You cannot specify the maximum state entries per host (advanced option) if " -"statetype is none." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 378 -msgid "" -"You cannot specify the maximum new connections per host / per second(s) " -"(advanced option) if statetype is none." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 380 -msgid "" -"You cannot specify the state timeout (advanced option) if statetype is none." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 384 -msgid "Maximum state entries (advanced option) must be a positive integer" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 387 -msgid "" -"Maximum number of unique source hosts (advanced option) must be a positive " -"integer" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 390 -msgid "" -"Maximum number of established connections per host (advanced option) must be " -"a positive integer" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 393 -msgid "" -"Maximum state entries per host (advanced option) must be a positive integer" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 396 -msgid "" -"Maximum new connections per host / per second(s) (advanced option) must be a " -"positive integer" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 399 -msgid "State timeout (advanced option) must be a positive integer" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 404 -msgid "" -"Both maximum new connections per host and the interval (per second(s)) must " -"be specified" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 408 -msgid "" -"If you specify TCP flags that should be set you should specify out of which " -"flags as well." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 685 -msgid "Edit Firewall rule" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 696 -msgid "Block" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 696 -msgid "Reject" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 698 -msgid "Match" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 708 -msgid "Choose what to do with packets that match the criteria specified below." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 709 -msgid "" -"Hint: the difference between block and reject is that with reject, a packet " -"(TCP RST or ICMP port unreachable for UDP) is returned to the sender, " -"whereas with block the packet is dropped silently. In either case, the " -"original packet is discarded." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 727 -msgid "Quick" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 732 -msgid "Apply the action immediately on match." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 733 -msgid "" -"Set this option if you need to apply this action to traffic that matches " -"this rule immediately." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 742 -msgid "Associated filter rule" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 745 -msgid "This is associated to a NAT rule." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 746 -msgid "" -"You cannot edit the interface, protocol, source, or destination of " -"associated filter rules." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 753 -msgid "View the NAT rule" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 783 -msgid "Choose on which interface packets must come in to match this rule." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 818 -msgid "Select the Internet Protocol version this rule applies to" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 837 -msgid "Hint: in most cases, you should specify " -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 842 -msgid "ICMP type" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 875 -msgid "" -"If you selected ICMP for the protocol above, you may specify an ICMP type " -"here." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1131 -msgid "Log" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1135 -msgid "Log packets that are handled by this rule" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1137 -msgid "Diagnostics: System logs: Settings" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1137 -msgid "" -"Hint: the firewall has limited local log space. Don't turn on logging for " -"everything. If you want to do a lot of logging, consider using a remote " -"syslog server" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1137 -msgid "page" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1137 -msgid "see the" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1150 -msgid "Advanced features" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1153 -msgid "Source OS" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1166 -msgid "OS Type:" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1167 -msgid "" -"Note: this only works for TCP rules. General OS choice matches all subtypes." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1172 -msgid "Diffserv Code Point" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1216 -msgid "Leave as 'none' to leave the rule enabled all the time." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1224 -# File: src/www/services_ntpd_gps.php, line: 439 -# File: src/www/services_ntpd_gps.php, line: 445 -# File: src/www/services_ntpd_gps.php, line: 451 -# File: src/www/services_ntpd_gps.php, line: 527 -# File: src/www/services_ntpd_pps.php, line: 151 -# File: src/www/services_ntpd_pps.php, line: 157 -# File: src/www/services_ntpd_pps.php, line: 201 -# File: src/www/vpn_ipsec_phase1.php, line: 610 -msgid "default" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1244 -msgid "" -"Leave as 'default' to use the system routing table. Or choose a gateway to " -"utilize policy based routing." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1249 -# File: src/www/interfaces_ppps_edit.php, line: 647 -# File: src/www/interfaces_ppps_edit.php, line: 722 -# File: src/www/vpn_ipsec_phase1.php, line: 977 -# File: src/www/vpn_ipsec_phase2.php, line: 935 -msgid "Advanced Options" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1251 -msgid "Show/Hide" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1256 -msgid "Note: Leave fields blank to disable the feature." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1259 -msgid "allow options" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1263 -msgid "" -"This allows packets with IP options to pass. Otherwise they are blocked by " -"default. This is usually only seen with multicast traffic." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1268 -msgid "disable reply-to" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1272 -msgid "This will disable auto generated reply-to for this rule." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1277 -msgid "Set local tag" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1281 -msgid "Policy filtering" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1281 -msgid "" -"You can mark a packet matching this rule and use this mark to match on other " -"NAT/filter rules. It is called" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1286 -msgid "Match local tag" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1290 -msgid "You can match packet on a mark placed before on another rule." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1295 -msgid "Max states" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1299 -msgid " Maximum state entries this rule can create" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1304 -msgid "Max source nodes" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1308 -msgid " Maximum number of unique source hosts" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1313 -msgid "Max established" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1317 -msgid " Maximum number of established connections per host (TCP only)" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1322 -msgid "Max source states" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1326 -msgid " Maximum state entries per host" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1331 -msgid "Max new connections" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1356 -msgid "Maximum new connections per host / per second(s) (TCP only)" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1361 -msgid "State timeout" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1365 -msgid "State Timeout in seconds (TCP only)" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1370 -msgid "TCP flags" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1398 -msgid "Any flags." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1403 -msgid "" -"Use this to choose TCP flags that must be set or cleared for this rule to " -"match." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1408 -msgid "NO pfsync" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1408 -# File: src/www/firewall_rules_edit.php, line: 1417 -msgid "State Type" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1412 -msgid "" -"Hint: This prevents states created by this rule to be sync'ed over pfsync." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1421 -# File: src/www/firewall_rules_edit.php, line: 1438 -msgid "keep state" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1424 -# File: src/www/firewall_rules_edit.php, line: 1439 -msgid "sloppy state" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1427 -# File: src/www/firewall_rules_edit.php, line: 1440 -msgid "synproxy state" -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1435 -msgid "" -"Hint: Select which type of state tracking mechanism you would like to use. " -"If in doubt, use keep state." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1438 -# File: src/www/firewall_rules_edit.php, line: 1439 -msgid "Works with all IP protocols." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1440 -msgid "" -"Proxies incoming TCP connections to help protect servers from spoofed TCP " -"SYN floods. This option includes the functionality of keep state and " -"modulate state combined." -msgstr "" -# -# File: src/www/firewall_rules_edit.php, line: 1441 -msgid "" -"Do not use state mechanisms to keep track. This is only useful if you're " -"doing advanced queueing in certain situations. Please check the " -"documentation." -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -# File: src/www/firewall_schedule_edit.php, line: 868 -msgid "Fri" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -# File: src/www/firewall_schedule_edit.php, line: 864 -msgid "Mon" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -# File: src/www/firewall_schedule_edit.php, line: 869 -msgid "Sat" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -# File: src/www/firewall_schedule_edit.php, line: 870 -msgid "Sun" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -msgid "Thur" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -msgid "Tues" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -# File: src/www/firewall_schedule_edit.php, line: 866 -msgid "Wed" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "April" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "August" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "December" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "February" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "January" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "July" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "June" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "March" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "May" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "November" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "October" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "September" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 63 -#, php-format -msgid "Cannot delete Schedule. Currently in use by %s" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 79 -msgid "Add a new schedule" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 93 -msgid "Do you really want to delete this schedule?" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 126 -msgid "Time Range(s)" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 138 -msgid "Schedule is currently active" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 238 -msgid "delete schedule" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 241 -msgid "clone schedule" -msgstr "" -# -# File: src/www/firewall_schedule.php, line: 254 -msgid "" -"Schedules act as placeholders for time ranges to be used in Firewall Rules." -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 116 -msgid "Schedule may not be named LAN." -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 118 -msgid "Schedule may not be named WAN." -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 120 -msgid "Schedule name cannot be blank." -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 123 -msgid "Reserved word used for schedule name." -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 125 -msgid "The schedule name may only consist of the characters a-z, A-Z, 0-9" -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 130 -msgid "A Schedule with this name already exists." -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 142 -#, php-format -msgid "Invalid start time - '%s'" -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 146 -#, php-format -msgid "Invalid stop time - '%s'" -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 189 -msgid "The schedule must have at least one time range configured." -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 788 -msgid "Schedule information" -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 795 -msgid "Schedule Name" -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 802 -msgid "NOTE: This schedule is in use so the name may not be modified!" -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 808 -msgid "" -"The name of the alias may only consist of the characters a-z, A-Z and 0-9" -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 824 -msgid "Month" -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 865 -msgid "Tue" -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 867 -msgid "Thu" -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 918 -msgid "" -"Click individual date to select that date only. Click the appropriate " -"weekday Header to select all occurrences of that weekday." -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 927 -# File: src/www/firewall_schedule_edit.php, line: 1011 -msgid "Start Time" -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 928 -# File: src/www/firewall_schedule_edit.php, line: 1012 -msgid "Stop Time" -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 971 -msgid "" -"Select the time range for the day(s) selected on the Month(s) above. A full " -"day is 0:00-23:59." -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 976 -msgid "Time Range Description" -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 987 -msgid "Add Time" -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 988 -msgid "Clear Selection" -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 1000 -msgid "Schedule repeat" -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 1005 -msgid "Configured Ranges" -msgstr "" -# -# File: src/www/firewall_schedule_edit.php, line: 1010 -msgid "Day(s)" -msgstr "" -# -# File: src/www/firewall_virtual_ip.php, line: 48 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"NAT mapping." -msgstr "" -# -# File: src/www/firewall_virtual_ip.php, line: 82 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"Gateway." -msgstr "" -# -# File: src/www/firewall_virtual_ip.php, line: 110 -msgid "" -"This entry cannot be deleted because it is still referenced by a CARP IP " -"with the description" -msgstr "" -# -# File: src/www/firewall_virtual_ip.php, line: 261 -msgid "The VIP configuration has been changed." -msgstr "" -# -# File: src/www/firewall_virtual_ip.php, line: 273 -msgid "Virtual IP address" -msgstr "" -# -# File: src/www/firewall_virtual_ip.php, line: 309 -msgid "move selected virtual IPs before this entry" -msgstr "" -# -# File: src/www/firewall_virtual_ip.php, line: 312 -msgid "edit virtual IP" -msgstr "" -# -# File: src/www/firewall_virtual_ip.php, line: 315 -msgid "delete virtual IP" -msgstr "" -# -# File: src/www/firewall_virtual_ip.php, line: 318 -msgid "clone virtual IP" -msgstr "" -# -# File: src/www/firewall_virtual_ip.php, line: 332 -msgid "move selected virtual IPs to end" -msgstr "" -# -# File: src/www/firewall_virtual_ip.php, line: 335 -msgid "add new virtual IP" -msgstr "" -# -# File: src/www/firewall_virtual_ip.php, line: 345 -msgid "The virtual IP addresses defined on this page may be used in" -msgstr "" -# -# File: src/www/firewall_virtual_ip.php, line: 345 -msgid "mappings." -msgstr "" -# -# File: src/www/firewall_virtual_ip.php, line: 346 -msgid "You can check the status of your CARP Virtual IPs and interfaces " -msgstr "" -# -# File: src/www/firewall_virtual_ip.php, line: 346 -# File: src/www/interfaces.php, line: 1913 -# File: src/www/interfaces.php, line: 2471 -msgid "here" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 109 -# File: src/www/services_dhcp_edit.php, line: 159 -# File: src/www/services_dnsmasq_edit.php, line: 85 -# File: src/www/services_unbound_host_edit.php, line: 104 -msgid "A valid IP address must be specified." -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 116 -msgid "This IP address is being used by another interface or VIP." -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 123 -msgid "" -"The interface chosen for the VIP has no IPv4 or IPv6 address configured so " -"it cannot be used as a parent for the VIP." -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 136 -msgid "You cannot use the network address for this VIP" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 138 -msgid "You cannot use the broadcast address for this VIP" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 149 -#, php-format -msgid "" -"VHID %s is already in use on interface %s. Pick a unique number on this " -"interface." -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 153 -msgid "" -"You must specify a CARP password that is shared between the two VHID members." -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 168 -#, php-format -msgid "" -"Sorry, we could not locate an interface with a matching subnet for %s. " -"Please add an IP alias in this subnet on this interface." -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 172 -# File: src/www/firewall_virtual_ip_edit.php, line: 175 -msgid "For this type of vip localhost is not allowed." -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 266 -msgid "Please provide a single IP address" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 275 -# File: src/www/firewall_virtual_ip_edit.php, line: 287 -msgid "" -"This must be the network's subnet mask. It does not specify a CIDR range." -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 282 -msgid "This is a CIDR block of proxy ARP addresses." -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 318 -msgid "Edit Virtual IP" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 328 -msgid "IP Alias" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 329 -msgid "carp" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 330 -msgid "Proxy ARP" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 331 -# File: src/www/vpn_openvpn_export.php, line: 666 -# File: src/www/vpn_openvpn_export_shared.php, line: 338 -msgid "Other" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 352 -msgid "IP Address(es)" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 356 -msgid "Type:" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 360 -msgid "Single address" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 395 -msgid "Expansion:" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 399 -msgid "" -"Disable expansion of this entry into IPs on NAT lists (e.g. 192.168.1.0/24 " -"expands to 256 entries." -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 403 -msgid "Virtual IP Password" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 407 -msgid "Enter the VHID group password." -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 412 -msgid "VHID Group" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 422 -msgid "Enter the VHID group that the machines will share" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 427 -msgid "Advertising Frequency" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 429 -msgid "Base" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 437 -msgid "Skew" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 448 -msgid "" -"The frequency that this machine will advertise. 0 means usually master. " -"Otherwise the lowest combination of both values in the cluster determines " -"the master." -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 479 -msgid "" -"Proxy ARP and Other type Virtual IPs cannot be bound to by anything running " -"on the firewall, such as IPsec, OpenVPN, etc. Use a CARP or IP Alias type " -"address for these cases." -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 481 -msgid "CARP FAQ" -msgstr "" -# -# File: src/www/firewall_virtual_ip_edit.php, line: 481 -msgid "For more information on CARP and the above values, visit the OpenBSD " -msgstr "" -# -# File: src/www/foot.inc, line: 24 -msgid "Available Widgets" -msgstr "" -# -# File: src/www/graph.php, line: 79 -#, php-format -msgid "Cannot get data about interface %s" -msgstr "" -# -# File: src/www/graph.php, line: 99 -msgid "In" -msgstr "" -# -# File: src/www/graph.php, line: 100 -msgid "Out" -msgstr "" -# -# File: src/www/graph.php, line: 104 -msgid "Switch to bytes/s" -msgstr "" -# -# File: src/www/graph.php, line: 105 -msgid "AutoScale" -msgstr "" -# -# File: src/www/graph.php, line: 108 -msgid "Graph shows last" -msgstr "" -# -# File: src/www/graph.php, line: 111 -msgid "Collecting initial data, please wait" -msgstr "" -# -# File: src/www/graph.php, line: 123 -msgid "No URL for getURL" -msgstr "" -# -# File: src/www/graph.php, line: 130 -msgid "No callback function for getURL" -msgstr "" -# -# File: src/www/graph.php, line: 146 -msgid "Both getURL and XMLHttpRequest are undefined" -msgstr "" -# -# File: src/www/graph.php, line: 183 -msgid "Switch to" -msgstr "" -# -# File: src/www/graph.php, line: 189 -msgid "follow" -msgstr "" -# -# File: src/www/graph.php, line: 189 -msgid "up" -msgstr "" -# -# File: src/www/graph.php, line: 350 -msgid "Kbps" -msgstr "" -# -# File: src/www/graph.php, line: 352 -msgid "Mbps" -msgstr "" -# -# File: src/www/graph.php, line: 354 -msgid "Gbps" -msgstr "" -# -# File: src/www/graph.php, line: 360 -msgid "KB/s" -msgstr "" -# -# File: src/www/graph.php, line: 362 -msgid "MB/s" -msgstr "" -# -# File: src/www/graph.php, line: 364 -msgid "GB/s" -msgstr "" -# -# File: src/www/guiconfig.inc, line: 178 -#, php-format -msgid "The field %s contains invalid characters." -msgstr "" -# -# File: src/www/guiconfig.inc, line: 187 -#, php-format -msgid "The field %s is required." -msgstr "" -# -# File: src/www/guiconfig.inc, line: 198 -msgid "The following input errors were detected:" -msgstr "" -# -# File: src/www/guiconfig.inc, line: 220 -msgid "Apply changes" -msgstr "" -# -# File: src/www/guiconfig.inc, line: 259 -#, php-format -msgid "" -"The firewall has globally been disabled and configured rules are currently " -"not enforced. It can be enabled in the %sFirewall/NAT%s settings." -msgstr "" -# -# File: src/www/guiconfig.inc, line: 276 -msgid "The changes have been applied successfully." -msgstr "" -# -# File: src/www/guiconfig.inc, line: 281 -msgid "" -"You can also monitor the filter " -"reload progress." -msgstr "" -# -# File: src/www/guiconfig.inc, line: 424 -# File: src/www/guiconfig.inc, line: 453 -#, php-format -msgid "File %s is a directory." -msgstr "" -# -# File: src/www/guiconfig.inc, line: 426 -# File: src/www/guiconfig.inc, line: 455 -#, php-format -msgid "File %s doesn't exist." -msgstr "" -# -# File: src/www/guiconfig.inc, line: 432 -# File: src/www/guiconfig.inc, line: 461 -#, php-format -msgid "File %s yielded no results." -msgstr "" -# -# File: src/www/guiconfig.inc, line: 611 -msgid "Currently viewing: " -msgstr "" -# -# File: src/www/guiconfig.inc, line: 654 -#, php-format -msgid "A problem was detected. Click %shere%s for more information." -msgstr "" -# -# File: src/www/guiconfig.inc, line: 720 -msgid "Acknowledge All Notices" -msgstr "" -# -# File: src/www/guiconfig.inc, line: 733 -msgid "unread notice" -msgstr "" -# -# File: src/www/guiconfig.inc, line: 735 -msgid "unread notices" -msgstr "" -# -# File: src/www/index.php, line: 88 -msgid "Widget configuration has been changed." -msgstr "" -# -# File: src/www/index.php, line: 375 -msgid "Starting initial configuration" -msgstr "" -# -# File: src/www/index.php, line: 391 -#, php-format -msgid "Welcome to %s!\n" -msgstr "" -# -# File: src/www/index.php, line: 392 -msgid "One moment while we start the initial setup wizard." -msgstr "" -# -# File: src/www/index.php, line: 393 -msgid "" -"Embedded platform users: Please be patient, the wizard takes a little longer " -"to run than the normal GUI." -msgstr "" -# -# File: src/www/index.php, line: 394 -#, php-format -msgid "To bypass the wizard, click on the %s logo on the initial page." -msgstr "" -# -# File: src/www/index.php, line: 573 -msgid "Loading selected widget" -msgstr "" -# -# File: src/www/interfaces.php, line: 212 -#, php-format -msgid "XML error: %s at line %d" -msgstr "" -# -# File: src/www/interfaces.php, line: 524 -msgid "You have already applied your settings!" -msgstr "" -# -# File: src/www/interfaces.php, line: 589 -#, php-format -msgid "Sorry, an alias with the name %s already exists." -msgstr "" -# -# File: src/www/interfaces.php, line: 596 -msgid "An interface with the specified description already exists." -msgstr "" -# -# File: src/www/interfaces.php, line: 602 -msgid "" -"The DHCP Server is active on this interface and it can be used only with a " -"static IP configuration. Please disable the DHCP Server service on this " -"interface first, then change the interface configuration." -msgstr "" -# -# File: src/www/interfaces.php, line: 605 -msgid "" -"The DHCPv6 Server is active on this interface and it can be used only with a " -"static IPv6 configuration. Please disable the DHCPv6 Server service on this " -"interface first, then change the interface configuration." -msgstr "" -# -# File: src/www/interfaces.php, line: 611 -# File: src/www/interfaces.php, line: 1833 -# File: src/www/status_interfaces.php, line: 257 -msgid "IPv4 address" -msgstr "" -# -# File: src/www/interfaces.php, line: 611 -# File: src/www/interfaces.php, line: 666 -msgid "Subnet bit count" -msgstr "" -# -# File: src/www/interfaces.php, line: 618 -msgid "" -"This interface is referenced by IPv4 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "" -# -# File: src/www/interfaces.php, line: 624 -#, php-format -msgid "You have to reassign the interface to be able to configure as %s." -msgstr "" -# -# File: src/www/interfaces.php, line: 629 -# File: src/www/interfaces.php, line: 2158 -msgid "Modem Port" -msgstr "" -# -# File: src/www/interfaces.php, line: 629 -# File: src/www/interfaces.php, line: 2146 -# File: src/www/interfaces_ppps_edit.php, line: 113 -# File: src/www/interfaces_ppps_edit.php, line: 563 -msgid "Phone Number" -msgstr "" -# -# File: src/www/interfaces.php, line: 635 -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 655 -# File: src/www/interfaces.php, line: 2227 -# File: src/www/interfaces.php, line: 2383 -# File: src/www/interfaces_ppps_edit.php, line: 119 -# File: src/www/interfaces_ppps_edit.php, line: 130 -msgid "Dial on demand" -msgstr "" -# -# File: src/www/interfaces.php, line: 635 -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 655 -# File: src/www/interfaces_ppps_edit.php, line: 119 -# File: src/www/interfaces_ppps_edit.php, line: 130 -msgid "Idle timeout value" -msgstr "" -# -# File: src/www/interfaces.php, line: 635 -# File: src/www/interfaces.php, line: 638 -msgid "PPPoE password" -msgstr "" -# -# File: src/www/interfaces.php, line: 635 -# File: src/www/interfaces.php, line: 638 -msgid "PPPoE username" -msgstr "" -# -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 648 -msgid "PPTP local IP address" -msgstr "" -# -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 648 -msgid "PPTP password" -msgstr "" -# -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 648 -msgid "PPTP remote IP address" -msgstr "" -# -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 648 -msgid "PPTP subnet" -msgstr "" -# -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 648 -msgid "PPTP username" -msgstr "" -# -# File: src/www/interfaces.php, line: 655 -# File: src/www/interfaces.php, line: 658 -msgid "L2TP password" -msgstr "" -# -# File: src/www/interfaces.php, line: 655 -# File: src/www/interfaces.php, line: 658 -msgid "L2TP remote IP address" -msgstr "" -# -# File: src/www/interfaces.php, line: 655 -# File: src/www/interfaces.php, line: 658 -msgid "L2TP username" -msgstr "" -# -# File: src/www/interfaces.php, line: 666 -# File: src/www/interfaces.php, line: 2427 -# File: src/www/services_dhcpv6.php, line: 836 -# File: src/www/services_dhcpv6_edit.php, line: 204 -# File: src/www/status_dhcpv6_leases.php, line: 419 -# File: src/www/status_interfaces.php, line: 285 -msgid "IPv6 address" -msgstr "" -# -# File: src/www/interfaces.php, line: 673 -msgid "" -"This interface is referenced by IPv6 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "" -# -# File: src/www/interfaces.php, line: 682 -msgid "You can only have one interface configured in 6rd with same prefix." -msgstr "" -# -# File: src/www/interfaces.php, line: 691 -#, php-format -msgid "You can only have one interface configured as 6to4." -msgstr "" -# -# File: src/www/interfaces.php, line: 698 -msgid "You must enter a valid hexadecimal number for the IPv6 prefix ID." -msgstr "" -# -# File: src/www/interfaces.php, line: 704 -msgid "You specified an IPv6 prefix ID that is out of range." -msgstr "" -# -# File: src/www/interfaces.php, line: 715 -msgid "A valid IPv4 address must be specified." -msgstr "" -# -# File: src/www/interfaces.php, line: 718 -msgid "This IPv4 address is being used by another interface or VIP." -msgstr "" -# -# File: src/www/interfaces.php, line: 723 -msgid "This IPv4 address is the network address and cannot be used" -msgstr "" -# -# File: src/www/interfaces.php, line: 725 -msgid "This IPv4 address is the broadcast address and cannot be used" -msgstr "" -# -# File: src/www/interfaces.php, line: 732 -msgid "This IPv4 address conflicts with a Static Route." -msgstr "" -# -# File: src/www/interfaces.php, line: 741 -# File: src/www/services_dhcpv6_edit.php, line: 112 -msgid "A valid IPv6 address must be specified." -msgstr "" -# -# File: src/www/interfaces.php, line: 744 -msgid "This IPv6 address is being used by another interface or VIP." -msgstr "" -# -# File: src/www/interfaces.php, line: 750 -msgid "This IPv6 address conflicts with a Static Route." -msgstr "" -# -# File: src/www/interfaces.php, line: 758 -# File: src/www/interfaces.php, line: 761 -msgid "A valid subnet bit count must be specified." -msgstr "" -# -# File: src/www/interfaces.php, line: 764 -msgid "A valid alias IP address must be specified." -msgstr "" -# -# File: src/www/interfaces.php, line: 767 -msgid "A valid alias subnet bit count must be specified." -msgstr "" -# -# File: src/www/interfaces.php, line: 770 -msgid "A valid alias IP address must be specified to reject DHCP Leases from." -msgstr "" -# -# File: src/www/interfaces.php, line: 788 -# File: src/www/system_routes_edit.php, line: 98 -msgid "A valid gateway must be specified." -msgstr "" -# -# File: src/www/interfaces.php, line: 792 -msgid "The service name contains invalid characters." -msgstr "" -# -# File: src/www/interfaces.php, line: 795 -# File: src/www/interfaces.php, line: 819 -# File: src/www/interfaces_ppps_edit.php, line: 151 -msgid "The idle timeout value must be an integer." -msgstr "" -# -# File: src/www/interfaces.php, line: 800 -# File: src/www/interfaces_ppps_edit.php, line: 156 -msgid "A valid PPPoE reset hour must be specified (0-23)." -msgstr "" -# -# File: src/www/interfaces.php, line: 803 -# File: src/www/interfaces_ppps_edit.php, line: 159 -msgid "A valid PPPoE reset minute must be specified (0-59)." -msgstr "" -# -# File: src/www/interfaces.php, line: 806 -# File: src/www/interfaces_ppps_edit.php, line: 162 -msgid "A valid PPPoE reset date must be specified (mm/dd/yyyy)." -msgstr "" -# -# File: src/www/interfaces.php, line: 810 -msgid "A valid PPTP local IP address must be specified." -msgstr "" -# -# File: src/www/interfaces.php, line: 813 -msgid "A valid PPTP subnet bit count must be specified." -msgstr "" -# -# File: src/www/interfaces.php, line: 816 -msgid "A valid PPTP remote IP address must be specified." -msgstr "" -# -# File: src/www/interfaces.php, line: 822 -# File: src/www/services_dhcp_edit.php, line: 162 -# File: src/www/services_wol.php, line: 79 -# File: src/www/services_wol_edit.php, line: 85 -msgid "A valid MAC address must be specified." -msgstr "" -# -# File: src/www/interfaces.php, line: 826 -msgid "The MTU must be greater than 576 bytes and less than 9000." -msgstr "" -# -# File: src/www/interfaces.php, line: 836 -msgid "MTU of a vlan should not be bigger than parent interface." -msgstr "" -# -# File: src/www/interfaces.php, line: 854 -#, php-format -msgid "Interface %s (VLAN) has MTU set to a bigger value" -msgstr "" -# -# File: src/www/interfaces.php, line: 860 -msgid "The MSS must be greater than 576 bytes." -msgstr "" -# -# File: src/www/interfaces.php, line: 867 -# File: src/www/interfaces.php, line: 3038 -# File: src/www/interfaces_wireless.php, line: 119 -# File: src/www/interfaces_wireless_edit.php, line: 71 -# File: src/www/load_balancer_pool.php, line: 125 -# File: src/www/load_balancer_pool_edit.php, line: 63 -# File: src/www/load_balancer_pool_edit.php, line: 198 -# File: src/www/load_balancer_virtual_server_edit.php, line: 63 -# File: src/www/status_lb_pool.php, line: 129 -# File: src/www/vpn_ipsec.php, line: 315 -# File: src/www/vpn_ipsec.php, line: 441 -# File: src/www/vpn_ipsec_phase2.php, line: 670 -msgid "Mode" -msgstr "" -# -# File: src/www/interfaces.php, line: 870 -# File: src/www/interfaces.php, line: 3056 -# File: src/www/status_interfaces.php, line: 351 -# File: src/www/status_wireless.php, line: 97 -msgid "SSID" -msgstr "" -# -# File: src/www/interfaces.php, line: 894 -#, php-format -msgid "" -"Unable to change mode to %s. You may already have the maximum number of " -"wireless clones supported in this mode." -msgstr "" -# -# File: src/www/interfaces.php, line: 930 -msgid "" -"Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit." -msgstr "" -# -# File: src/www/interfaces.php, line: 938 -msgid "The length of the passphrase should be between 8 and 63 characters." -msgstr "" -# -# File: src/www/interfaces.php, line: 1648 -msgid "Don't forget to adjust the DHCP Server range if needed after applying." -msgstr "" -# -# File: src/www/interfaces.php, line: 1648 -#, php-format -msgid "The %s configuration has been changed." -msgstr "" -# -# File: src/www/interfaces.php, line: 1661 -# File: src/www/interfaces.php, line: 1688 -msgid "General configuration" -msgstr "" -# -# File: src/www/interfaces.php, line: 1674 -msgid "Enable Interface" -msgstr "" -# -# File: src/www/interfaces.php, line: 1697 -msgid "Enter a description (name) for the interface here." -msgstr "" -# -# File: src/www/interfaces.php, line: 1706 -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved for " -"private networks as per RFC 1918 (10/8, 172.16/12, 192.168/16) as well as " -"loopback addresses (127/8)." -msgstr "" -# -# File: src/www/interfaces.php, line: 1707 -msgid "" -"You should generally leave this option turned on, unless your WAN network " -"lies in such a private address space, too." -msgstr "" -# -# File: src/www/interfaces.php, line: 1718 -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved " -"(but not RFC 1918) or not yet assigned by IANA." -msgstr "" -# -# File: src/www/interfaces.php, line: 1720 -msgid "" -"Bogons are prefixes that should never appear in the Internet routing table, " -"and obviously should not appear as the source address in any packets you " -"receive." -msgstr "" -# -# File: src/www/interfaces.php, line: 1723 -msgid "" -"Note: The update frequency can be changed under System->Advanced Firewall/" -"NAT settings." -msgstr "" -# -# File: src/www/interfaces.php, line: 1728 -msgid "IPv4 Configuration Type" -msgstr "" -# -# File: src/www/interfaces.php, line: 1732 -# File: src/www/status_interfaces.php, line: 158 -msgid "PPP" -msgstr "" -# -# File: src/www/interfaces.php, line: 1732 -# File: src/www/status_interfaces.php, line: 116 -msgid "PPPoE" -msgstr "" -# -# File: src/www/interfaces.php, line: 1732 -msgid "Static IPv4" -msgstr "" -# -# File: src/www/interfaces.php, line: 1741 -msgid "IPv6 Configuration Type" -msgstr "" -# -# File: src/www/interfaces.php, line: 1745 -msgid "6rd Tunnel" -msgstr "" -# -# File: src/www/interfaces.php, line: 1745 -msgid "6to4 Tunnel" -msgstr "" -# -# File: src/www/interfaces.php, line: 1745 -msgid "SLAAC" -msgstr "" -# -# File: src/www/interfaces.php, line: 1745 -msgid "Static IPv6" -msgstr "" -# -# File: src/www/interfaces.php, line: 1745 -msgid "Track Interface" -msgstr "" -# -# File: src/www/interfaces.php, line: 1754 -# File: src/www/services_dhcp.php, line: 1129 -# File: src/www/services_dhcp_edit.php, line: 362 -# File: src/www/services_wol.php, line: 153 -# File: src/www/services_wol.php, line: 175 -# File: src/www/services_wol_edit.php, line: 77 -# File: src/www/services_wol_edit.php, line: 151 -# File: src/www/status_dhcp_leases.php, line: 340 -# File: src/www/status_interfaces.php, line: 241 -msgid "MAC address" -msgstr "" -# -# File: src/www/interfaces.php, line: 1764 -msgid "Insert my local MAC address" -msgstr "" -# -# File: src/www/interfaces.php, line: 1767 -msgid "" -"This field can be used to modify (\"spoof\") the MAC address of this " -"interface" -msgstr "" -# -# File: src/www/interfaces.php, line: 1769 -msgid "(may be required with some cable connections)" -msgstr "" -# -# File: src/www/interfaces.php, line: 1770 -msgid "" -"Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx or leave blank" -msgstr "" -# -# File: src/www/interfaces.php, line: 1776 -# File: src/www/interfaces_ppps_edit.php, line: 880 -# File: src/www/interfaces_ppps_edit.php, line: 901 -msgid "MTU" -msgstr "" -# -# File: src/www/interfaces.php, line: 1780 -msgid "" -"If you leave this field blank, the adapter's default MTU will be used. This " -"is typically 1500 bytes but can vary in some circumstances." -msgstr "" -# -# File: src/www/interfaces.php, line: 1786 -msgid "MSS" -msgstr "" -# -# File: src/www/interfaces.php, line: 1790 -msgid "" -"If you enter a value in this field, then MSS clamping for TCP connections to " -"the value entered above minus 40 (TCP/IP header size) will be in effect." -msgstr "" -# -# File: src/www/interfaces.php, line: 1799 -msgid "Speed and duplex" -msgstr "" -# -# File: src/www/interfaces.php, line: 1802 -msgid "Default (no preference, typically autoselect)" -msgstr "" -# -# File: src/www/interfaces.php, line: 1812 -msgid "" -"Here you can explicitly set speed and duplex mode for this interface. " -"WARNING: You MUST leave this set to autoselect (automatically negotiate " -"speed) unless the port this interface connects to has its speed and duplex " -"forced." -msgstr "" -# -# File: src/www/interfaces.php, line: 1828 -msgid "Static IPv4 configuration" -msgstr "" -# -# File: src/www/interfaces.php, line: 1857 -msgid "IPv4 Upstream Gateway" -msgstr "" -# -# File: src/www/interfaces.php, line: 1874 -# File: src/www/interfaces.php, line: 2467 -# File: src/www/system_routes_edit.php, line: 288 -msgid "add a new one." -msgstr "" -# -# File: src/www/interfaces.php, line: 1880 -msgid "Add new gateway" -msgstr "" -# -# File: src/www/interfaces.php, line: 1883 -msgid "Default gateway:" -msgstr "" -# -# File: src/www/interfaces.php, line: 1887 -msgid "Gateway Name:" -msgstr "" -# -# File: src/www/interfaces.php, line: 1891 -msgid "Gateway IPv4:" -msgstr "" -# -# File: src/www/interfaces.php, line: 1895 -# File: src/www/interfaces.php, line: 2495 -msgid "Description:" -msgstr "" -# -# File: src/www/interfaces.php, line: 1902 -# File: src/www/interfaces.php, line: 2501 -msgid "Save Gateway" -msgstr "" -# -# File: src/www/interfaces.php, line: 1911 -# File: src/www/interfaces.php, line: 2469 -msgid "" -"If this interface is an Internet connection, select an existing Gateway from " -"the list or add a new one using the link above." -msgstr "" -# -# File: src/www/interfaces.php, line: 1912 -# File: src/www/interfaces.php, line: 2470 -msgid "On local LANs the upstream gateway should be \"none\"." -msgstr "" -# -# File: src/www/interfaces.php, line: 1913 -# File: src/www/interfaces.php, line: 2471 -# File: src/www/interfaces_groups_edit.php, line: 189 -# File: src/www/load_balancer_virtual_server_edit.php, line: 207 -# File: src/www/load_balancer_virtual_server_edit.php, line: 226 -# File: src/www/vpn_openvpn_export_shared.php, line: 392 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 289 -msgid "NOTE:" -msgstr "" -# -# File: src/www/interfaces.php, line: 1913 -# File: src/www/interfaces.php, line: 2471 -msgid "You can manage Gateways" -msgstr "" -# -# File: src/www/interfaces.php, line: 1927 -msgid "DHCP client configuration" -msgstr "" -# -# File: src/www/interfaces.php, line: 1937 -# File: src/www/interfaces.php, line: 2530 -msgid "Basic" -msgstr "" -# -# File: src/www/interfaces.php, line: 1945 -# File: src/www/interfaces.php, line: 2073 -# File: src/www/interfaces.php, line: 2538 -msgid "Config File Override" -msgstr "" -# -# File: src/www/interfaces.php, line: 1955 -msgid "" -"The value in this field is sent as the DHCP client identifier and hostname " -"when requesting a DHCP lease. Some ISPs may require this (for client " -"identification)." -msgstr "" -# -# File: src/www/interfaces.php, line: 1962 -msgid "Alias IPv4 address" -msgstr "" -# -# File: src/www/interfaces.php, line: 1985 -msgid "" -"The value in this field is used as a fixed alias IPv4 address by the DHCP " -"client." -msgstr "" -# -# File: src/www/interfaces.php, line: 1991 -msgid "Reject Leases From" -msgstr "" -# -# File: src/www/interfaces.php, line: 1995 -msgid "" -"If there is a certain upstream DHCP server that should be ignored, place the " -"IP address or subnet of the DHCP server to be ignored here." -msgstr "" -# -# File: src/www/interfaces.php, line: 1996 -msgid "" -"This is useful for rejecting leases from cable modems that offer private IPs " -"when they lose upstream sync." -msgstr "" -# -# File: src/www/interfaces.php, line: 2001 -msgid "Protocol Timing" -msgstr "" -# -# File: src/www/interfaces.php, line: 2003 -msgid "Timeout" -msgstr "" -# -# File: src/www/interfaces.php, line: 2004 -# File: src/www/load_balancer_pool_edit.php, line: 230 -msgid "Retry" -msgstr "" -# -# File: src/www/interfaces.php, line: 2005 -msgid "Select Timeout" -msgstr "" -# -# File: src/www/interfaces.php, line: 2006 -msgid "Reboot" -msgstr "" -# -# File: src/www/interfaces.php, line: 2007 -msgid "Backoff Cutoff" -msgstr "" -# -# File: src/www/interfaces.php, line: 2008 -msgid "Initial Interval" -msgstr "" -# -# File: src/www/interfaces.php, line: 2010 -msgid "Presets:" -msgstr "" -# -# File: src/www/interfaces.php, line: 2013 -msgid "FreeBSD Default" -msgstr "" -# -# File: src/www/interfaces.php, line: 2016 -# File: src/www/status_upnp.php, line: 114 -msgid "Clear" -msgstr "" -# -# File: src/www/interfaces.php, line: 2019 -msgid "OPNsense Default" -msgstr "" -# -# File: src/www/interfaces.php, line: 2022 -msgid "Saved Cfg" -msgstr "" -# -# File: src/www/interfaces.php, line: 2026 -msgid "" -"The values in these fields are DHCP protocol timings used when requesting a " -"lease.
" -msgstr "" -# -# File: src/www/interfaces.php, line: 2032 -msgid "Lease Requirements" -msgstr "" -# -# File: src/www/interfaces.php, line: 2035 -msgid "FreeBSD Manual" -msgstr "" -# -# File: src/www/interfaces.php, line: 2035 -msgid "" -"More detailed information about lease requirements and requests can be found " -"in the " -msgstr "" -# -# File: src/www/interfaces.php, line: 2038 -# File: src/www/interfaces.php, line: 2602 -msgid "Send Options" -msgstr "" -# -# File: src/www/interfaces.php, line: 2041 -msgid "" -"The values in this field are DHCP options to be sent when requesting a DHCP " -"lease. [option declaration [, ...]]
Value Substitutions: {interface}, " -"{hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C is U(pper) or " -"L(ower) Case, and D is \" :-.\" Delimiter (space, colon, hyphen, or period) " -"(omitted for none).
Some ISPs may require certain options be or not be " -"sent. " -msgstr "" -# -# File: src/www/interfaces.php, line: 2047 -# File: src/www/interfaces.php, line: 2612 -msgid "Request Options" -msgstr "" -# -# File: src/www/interfaces.php, line: 2050 -msgid "" -"The values in this field are DHCP option 55 to be sent when requesting a " -"DHCP lease. [option [, ...]]
Some ISPs may require certain options be " -"or not be requested. " -msgstr "" -# -# File: src/www/interfaces.php, line: 2054 -msgid "Require Options" -msgstr "" -# -# File: src/www/interfaces.php, line: 2057 -msgid "" -"The values in this field are DHCP options required by the client when " -"requesting a DHCP lease. [option [, ...]] " -msgstr "" -# -# File: src/www/interfaces.php, line: 2062 -msgid "Option Modifiers" -msgstr "" -# -# File: src/www/interfaces.php, line: 2066 -msgid "" -"The values in this field are DHCP option modifiers applied to obtained DHCP " -"lease. [modifier option declaration [, ...]]
modifiers: (default, " -"supersede, prepend, append)" -msgstr "" -# -# File: src/www/interfaces.php, line: 2068 -# File: src/www/interfaces.php, line: 2081 -msgid "FreeBSD manual" -msgstr "" -# -# File: src/www/interfaces.php, line: 2077 -# File: src/www/interfaces.php, line: 2708 -msgid "" -"The value in this field is the full absolute path to a DHCP client " -"configuration file. [/[dirname/[.../]]filename[.ext]]
Value " -"Substitutions in Config File: {interface}, {hostname}, {mac_addr_asciiCD}, " -"{mac_addr_hexCD}
Where C is U(pper) or L(ower) Case, and D is \" :-.\" " -"Delimiter (space, colon, hyphen, or period) (omitted for none).
Some " -"ISPs may require certain options be or not be sent. " -msgstr "" -# -# File: src/www/interfaces.php, line: 2095 -msgid "PPP configuration" -msgstr "" -# -# File: src/www/interfaces.php, line: 2100 -# File: src/www/interfaces_ppps_edit.php, line: 517 -msgid "Service Provider" -msgstr "" -# -# File: src/www/interfaces.php, line: 2104 -# File: src/www/interfaces_ppps_edit.php, line: 521 -msgid "Country:" -msgstr "" -# -# File: src/www/interfaces.php, line: 2112 -# File: src/www/interfaces_ppps_edit.php, line: 529 -msgid "Provider:" -msgstr "" -# -# File: src/www/interfaces.php, line: 2120 -# File: src/www/interfaces_ppps_edit.php, line: 537 -msgid "Plan:" -msgstr "" -# -# File: src/www/interfaces.php, line: 2129 -# File: src/www/interfaces_ppps_edit.php, line: 546 -msgid "Select to fill in data for your service provider." -msgstr "" -# -# File: src/www/interfaces.php, line: 2152 -# File: src/www/interfaces_ppps_edit.php, line: 572 -msgid "Access Point Name (APN)" -msgstr "" -# -# File: src/www/interfaces.php, line: 2178 -msgid "Advanced PPP" -msgstr "" -# -# File: src/www/interfaces.php, line: 2181 -# File: src/www/interfaces.php, line: 2186 -# File: src/www/interfaces.php, line: 2319 -# File: src/www/interfaces.php, line: 2324 -# File: src/www/interfaces.php, line: 2402 -# File: src/www/interfaces.php, line: 2407 -msgid "Click here" -msgstr "" -# -# File: src/www/interfaces.php, line: 2182 -msgid "to edit PPP configuration." -msgstr "" -# -# File: src/www/interfaces.php, line: 2187 -msgid "to create a PPP configuration." -msgstr "" -# -# File: src/www/interfaces.php, line: 2201 -msgid "PPPoE configuration" -msgstr "" -# -# File: src/www/interfaces.php, line: 2218 -# File: src/www/interfaces_ppps_edit.php, line: 578 -msgid "Service name" -msgstr "" -# -# File: src/www/interfaces.php, line: 2222 -msgid "Hint: this field can usually be left empty" -msgstr "" -# -# File: src/www/interfaces.php, line: 2230 -# File: src/www/interfaces.php, line: 2386 -msgid "Enable Dial-On-Demand mode" -msgstr "" -# -# File: src/www/interfaces.php, line: 2232 -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a " -msgstr "" -# -# File: src/www/interfaces.php, line: 2232 -# File: src/www/interfaces.php, line: 2388 -msgid "" -"connection. The interface is configured, but the actual connection of the " -"link is delayed until qualifying outgoing traffic is detected." -msgstr "" -# -# File: src/www/interfaces.php, line: 2232 -# File: src/www/interfaces.php, line: 2388 -msgid "virtual full time" -msgstr "" -# -# File: src/www/interfaces.php, line: 2237 -# File: src/www/interfaces.php, line: 2393 -msgid "Idle timeout" -msgstr "" -# -# File: src/www/interfaces.php, line: 2241 -# File: src/www/interfaces.php, line: 2395 -msgid "" -"If no qualifying outgoing packets are transmitted for the specified number " -"of seconds, the connection is brought down. An idle timeout of zero disables " -"this feature." -msgstr "" -# -# File: src/www/interfaces.php, line: 2246 -# File: src/www/interfaces_ppps_edit.php, line: 652 -msgid "Periodic reset" -msgstr "" -# -# File: src/www/interfaces.php, line: 2253 -# File: src/www/interfaces_ppps_edit.php, line: 656 -# File: src/www/services_ntpd_gps.php, line: 373 -msgid "Custom" -msgstr "" -# -# File: src/www/interfaces.php, line: 2254 -# File: src/www/interfaces_ppps_edit.php, line: 657 -msgid "Pre-Set" -msgstr "" -# -# File: src/www/interfaces.php, line: 2256 -# File: src/www/interfaces_ppps_edit.php, line: 660 -msgid "Select a reset timing type" -msgstr "" -# -# File: src/www/interfaces.php, line: 2263 -# File: src/www/interfaces_ppps_edit.php, line: 665 -msgid "hour (0-23)" -msgstr "" -# -# File: src/www/interfaces.php, line: 2265 -# File: src/www/interfaces_ppps_edit.php, line: 667 -msgid "minute (0-59)" -msgstr "" -# -# File: src/www/interfaces.php, line: 2272 -# File: src/www/interfaces_ppps_edit.php, line: 676 -msgid "reset at a specific date (mm/dd/yyyy)" -msgstr "" -# -# File: src/www/interfaces.php, line: 2275 -# File: src/www/interfaces_ppps_edit.php, line: 680 -msgid "" -"If you leave the date field empty, the reset will be executed each day at " -"the time you did specify using the minutes and hour field." -msgstr "" -# -# File: src/www/interfaces.php, line: 2298 -# File: src/www/interfaces_ppps_edit.php, line: 703 -msgid "reset at each month ('0 0 1 * *')" -msgstr "" -# -# File: src/www/interfaces.php, line: 2301 -# File: src/www/interfaces_ppps_edit.php, line: 706 -msgid "reset at each week ('0 0 * * 0')" -msgstr "" -# -# File: src/www/interfaces.php, line: 2304 -# File: src/www/interfaces_ppps_edit.php, line: 709 -msgid "reset at each day ('0 0 * * *')" -msgstr "" -# -# File: src/www/interfaces.php, line: 2307 -# File: src/www/interfaces_ppps_edit.php, line: 712 -msgid "reset at each hour ('0 * * * *')" -msgstr "" -# -# File: src/www/interfaces.php, line: 2316 -msgid "Advanced and MLPPP" -msgstr "" -# -# File: src/www/interfaces.php, line: 2320 -msgid "" -"for additional PPPoE configuration options. Save first if you made changes." -msgstr "" -# -# File: src/www/interfaces.php, line: 2325 -msgid "for advanced PPPoE configuration options and MLPPP configuration." -msgstr "" -# -# File: src/www/interfaces.php, line: 2339 -msgid "PPTP/L2TP configuration" -msgstr "" -# -# File: src/www/interfaces.php, line: 2356 -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -msgid "Local IP address" -msgstr "" -# -# File: src/www/interfaces.php, line: 2377 -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -msgid "Remote IP address" -msgstr "" -# -# File: src/www/interfaces.php, line: 2388 -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a" -msgstr "" -# -# File: src/www/interfaces.php, line: 2403 -msgid "" -"for additional PPTP and L2TP configuration options. Save first if you made " -"changes." -msgstr "" -# -# File: src/www/interfaces.php, line: 2408 -msgid "for advanced PPTP and L2TP configuration options" -msgstr "" -# -# File: src/www/interfaces.php, line: 2422 -msgid "Static IPv6 configuration" -msgstr "" -# -# File: src/www/interfaces.php, line: 2450 -msgid "IPv6 Upstream Gateway" -msgstr "" -# -# File: src/www/interfaces.php, line: 2478 -msgid "Add new v6 gateway:" -msgstr "" -# -# File: src/www/interfaces.php, line: 2483 -msgid "Default v6 gateway:" -msgstr "" -# -# File: src/www/interfaces.php, line: 2487 -msgid "Gateway Name IPv6:" -msgstr "" -# -# File: src/www/interfaces.php, line: 2491 -msgid "Gateway IPv6:" -msgstr "" -# -# File: src/www/interfaces.php, line: 2520 -msgid "DHCPv6 client configuration" -msgstr "" -# -# File: src/www/interfaces.php, line: 2544 -msgid "Use IPv4 connectivity" -msgstr "" -# -# File: src/www/interfaces.php, line: 2548 -msgid "Request a IPv6 prefix/information through the IPv4 connectivity link" -msgstr "" -# -# File: src/www/interfaces.php, line: 2553 -msgid "Request only a IPv6 prefix" -msgstr "" -# -# File: src/www/interfaces.php, line: 2557 -msgid "Only request a IPv6 prefix, do not request a IPv6 address" -msgstr "" -# -# File: src/www/interfaces.php, line: 2562 -msgid "DHCPv6 Prefix Delegation size" -msgstr "" -# -# File: src/www/interfaces.php, line: 2574 -msgid "" -"The value in this field is the delegated prefix length provided by the " -"DHCPv6 server. Normally specified by the ISP." -msgstr "" -# -# File: src/www/interfaces.php, line: 2579 -msgid "Send IPv6 prefix hint" -msgstr "" -# -# File: src/www/interfaces.php, line: 2583 -msgid "" -"Send an IPv6 prefix hint to indicate the desired prefix size for delegation" -msgstr "" -# -# File: src/www/interfaces.php, line: 2588 -msgid "Interface Statement" -msgstr "" -# -# File: src/www/interfaces.php, line: 2591 -msgid "Information Only" -msgstr "" -# -# File: src/www/interfaces.php, line: 2593 -msgid "" -"This statement specifies dhcp6c to only exchange informational " -"configuration parameters with servers. A list of DNS server addresses is " -"an example of such parameters. This statement is useful when the client " -"does not need stateful configuration parameters such as IPv6 addresses or " -"prefixes." -msgstr "" -# -# File: src/www/interfaces.php, line: 2598 -msgid "source: FreeBSD man page" -msgstr "" -# -# File: src/www/interfaces.php, line: 2605 -msgid "" -"The values in this field are DHCP send options to be sent when requesting a " -"DHCP lease. [option declaration [, ...]]
Value Substitutions: " -"{interface}, {hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C " -"is U(pper) or L(ower) Case, and D is \" :-.\" Delimiter (space, colon, " -"hyphen, or period) (omitted for none).
Some DHCP services may require " -"certain options be or not be sent. " -msgstr "" -# -# File: src/www/interfaces.php, line: 2615 -msgid "" -"The values in this field are DHCP request options to be sent when requesting " -"a DHCP lease. [option [, ...]]
Some DHCP services may require certain " -"options be or not be requested. " -msgstr "" -# -# File: src/www/interfaces.php, line: 2620 -msgid "Script" -msgstr "" -# -# File: src/www/interfaces.php, line: 2623 -msgid "" -"The value in this field is the absolute path to a script invoked on certain " -"conditions including when a reply message is received.
[/[dirname/" -"[.../]]filename[.ext]] " -msgstr "" -# -# File: src/www/interfaces.php, line: 2629 -msgid "Identity Association" -msgstr "" -# -# File: src/www/interfaces.php, line: 2632 -msgid "Non-Temporary Address Allocation" -msgstr "" -# -# File: src/www/interfaces.php, line: 2634 -msgid "id-assoc na" -msgstr "" -# -# File: src/www/interfaces.php, line: 2635 -# File: src/www/interfaces.php, line: 2651 -msgid "ID" -msgstr "" -# -# File: src/www/interfaces.php, line: 2639 -msgid "ipv6-address" -msgstr "" -# -# File: src/www/interfaces.php, line: 2641 -# File: src/www/interfaces.php, line: 2657 -msgid "pltime" -msgstr "" -# -# File: src/www/interfaces.php, line: 2643 -# File: src/www/interfaces.php, line: 2659 -msgid "vltime" -msgstr "" -# -# File: src/www/interfaces.php, line: 2648 -msgid "Prefix Delegation" -msgstr "" -# -# File: src/www/interfaces.php, line: 2650 -msgid "id-assoc pd" -msgstr "" -# -# File: src/www/interfaces.php, line: 2654 -msgid "Prefix" -msgstr "" -# -# File: src/www/interfaces.php, line: 2655 -msgid "ipv6-prefix" -msgstr "" -# -# File: src/www/interfaces.php, line: 2665 -msgid "Prefix Interface" -msgstr "" -# -# File: src/www/interfaces.php, line: 2667 -msgid "Prefix Interface " -msgstr "" -# -# File: src/www/interfaces.php, line: 2668 -msgid "sla-id" -msgstr "" -# -# File: src/www/interfaces.php, line: 2670 -msgid "sla-len" -msgstr "" -# -# File: src/www/interfaces.php, line: 2675 -# File: src/www/interfaces.php, line: 3215 -# File: src/www/system_authservers.php, line: 621 -msgid "Authentication" -msgstr "" -# -# File: src/www/interfaces.php, line: 2677 -msgid "authname" -msgstr "" -# -# File: src/www/interfaces.php, line: 2679 -msgid "protocol" -msgstr "" -# -# File: src/www/interfaces.php, line: 2681 -msgid "algorithm" -msgstr "" -# -# File: src/www/interfaces.php, line: 2683 -msgid "rdm" -msgstr "" -# -# File: src/www/interfaces.php, line: 2688 -msgid "Keyinfo" -msgstr "" -# -# File: src/www/interfaces.php, line: 2690 -msgid "keyname" -msgstr "" -# -# File: src/www/interfaces.php, line: 2692 -msgid "realm" -msgstr "" -# -# File: src/www/interfaces.php, line: 2695 -msgid "keyid" -msgstr "" -# -# File: src/www/interfaces.php, line: 2697 -msgid "secret" -msgstr "" -# -# File: src/www/interfaces.php, line: 2699 -msgid "expire" -msgstr "" -# -# File: src/www/interfaces.php, line: 2704 -msgid "Configuration File Override" -msgstr "" -# -# File: src/www/interfaces.php, line: 2725 -msgid "6RD Rapid Deployment" -msgstr "" -# -# File: src/www/interfaces.php, line: 2730 -msgid "6RD prefix" -msgstr "" -# -# File: src/www/interfaces.php, line: 2734 -msgid "" -"The value in this field is the 6RD IPv6 prefix assigned by your ISP. e.g. " -"'2001:db8::/32'" -msgstr "" -# -# File: src/www/interfaces.php, line: 2739 -msgid "6RD Border Relay" -msgstr "" -# -# File: src/www/interfaces.php, line: 2743 -msgid "" -"The value in this field is 6RD IPv4 gateway address assigned by your ISP" -msgstr "" -# -# File: src/www/interfaces.php, line: 2748 -msgid "6RD IPv4 Prefix length" -msgstr "" -# -# File: src/www/interfaces.php, line: 2754 -# File: src/www/system_camanager.php, line: 582 -# File: src/www/system_certmanager.php, line: 797 -# File: src/www/system_certmanager.php, line: 980 -# File: src/www/vpn_ipsec.php, line: 385 -# File: src/www/vpn_ipsec.php, line: 495 -# File: src/www/vpn_ipsec_phase2.php, line: 867 -# File: src/www/vpn_openvpn_server.php, line: 1061 -msgid "bits" -msgstr "" -# -# File: src/www/interfaces.php, line: 2761 -msgid "" -"The value in this field is the 6RD IPv4 prefix length. Normally specified by " -"the ISP. A value of 0 means we embed the entire IPv4 address in the 6RD " -"prefix." -msgstr "" -# -# File: src/www/interfaces.php, line: 2775 -msgid "Track IPv6 Interface" -msgstr "" -# -# File: src/www/interfaces.php, line: 2778 -msgid "IPv6 Interface" -msgstr "" -# -# File: src/www/interfaces.php, line: 2798 -msgid "This selects the dynamic IPv6 WAN interface to track for configuration" -msgstr "" -# -# File: src/www/interfaces.php, line: 2803 -msgid "IPv6 Prefix ID" -msgstr "" -# -# File: src/www/interfaces.php, line: 2812 -msgid "" -"The value in this field is the (Delegated) IPv6 prefix id. This determines " -"the configurable network ID based on the dynamic IPv6 connection" -msgstr "" -# -# File: src/www/interfaces.php, line: 2814 -#, php-format -msgid "" -"Enter a hexadecimal value between %x and %x here, default value is 0." -msgstr "" -# -# File: src/www/interfaces.php, line: 2831 -msgid "" -"Common wireless configuration - Settings apply to all wireless networks on" -msgstr "" -# -# File: src/www/interfaces.php, line: 2836 -msgid "Persist common settings" -msgstr "" -# -# File: src/www/interfaces.php, line: 2840 -msgid "" -"Enabling this preserves the common wireless configuration through interface " -"deletions and reassignments." -msgstr "" -# -# File: src/www/interfaces.php, line: 2861 -msgid "Protection Mode" -msgstr "" -# -# File: src/www/interfaces.php, line: 2864 -msgid "Protection mode off" -msgstr "" -# -# File: src/www/interfaces.php, line: 2865 -msgid "Protection mode CTS to self" -msgstr "" -# -# File: src/www/interfaces.php, line: 2866 -msgid "Protection mode RTS and CTS" -msgstr "" -# -# File: src/www/interfaces.php, line: 2869 -msgid "" -"For IEEE 802.11g, use the specified technique for protecting OFDM frames in " -"a mixed 11b/11g network." -msgstr "" -# -# File: src/www/interfaces.php, line: 2879 -msgid "Transmit power" -msgstr "" -# -# File: src/www/interfaces.php, line: 2889 -msgid "" -"Note: Typically only a few discreet power settings are available and the " -"driver will use the setting closest to the specified value. Not all " -"adapters support changing the transmit power setting." -msgstr "" -# -# File: src/www/interfaces.php, line: 2894 -# File: src/www/status_interfaces.php, line: 344 -msgid "Channel" -msgstr "" -# -# File: src/www/interfaces.php, line: 2897 -# File: src/www/interfaces.php, line: 2942 -# File: src/www/interfaces.php, line: 2955 -# File: src/www/vpn_ipsec_phase2.php, line: 743 -msgid "Auto" -msgstr "" -# -# File: src/www/interfaces.php, line: 2911 -msgid "" -"Legend: wireless standards - channel # (frequency @ max TX power / TX power " -"allowed in reg. domain)" -msgstr "" -# -# File: src/www/interfaces.php, line: 2913 -msgid "" -"Note: Not all channels may be supported by your card. Auto may override the " -"wireless standard selected above." -msgstr "" -# -# File: src/www/interfaces.php, line: 2920 -msgid "Antenna settings" -msgstr "" -# -# File: src/www/interfaces.php, line: 2927 -msgid "Diversity" -msgstr "" -# -# File: src/www/interfaces.php, line: 2939 -msgid "Transmit antenna" -msgstr "" -# -# File: src/www/interfaces.php, line: 2943 -# File: src/www/interfaces.php, line: 2956 -msgid "#1" -msgstr "" -# -# File: src/www/interfaces.php, line: 2944 -# File: src/www/interfaces.php, line: 2957 -msgid "#2" -msgstr "" -# -# File: src/www/interfaces.php, line: 2952 -msgid "Receive antenna" -msgstr "" -# -# File: src/www/interfaces.php, line: 2965 -msgid "" -"Note: The antenna numbers do not always match up with the labels on the card." -msgstr "" -# -# File: src/www/interfaces.php, line: 2973 -msgid "Distance setting" -msgstr "" -# -# File: src/www/interfaces.php, line: 2977 -msgid "" -"Note: This field can be used to tune ACK/CTS timers to fit the distance " -"between AP and Client" -msgstr "" -# -# File: src/www/interfaces.php, line: 2978 -msgid "(measured in Meters and works only for Atheros based cards !)" -msgstr "" -# -# File: src/www/interfaces.php, line: 2985 -msgid "Regulatory settings" -msgstr "" -# -# File: src/www/interfaces.php, line: 2987 -msgid "Regulatory domain" -msgstr "" -# -# File: src/www/interfaces.php, line: 2999 -msgid "" -"Note: Some cards have a default that is not recognized and require changing " -"the regulatory domain to one in this list for the changes to other " -"regulatory settings to work." -msgstr "" -# -# File: src/www/interfaces.php, line: 3003 -msgid "Country (listed with country code and regulatory domain)" -msgstr "" -# -# File: src/www/interfaces.php, line: 3016 -msgid "" -"Note: Any country setting other than \"Default\" will override the " -"regulatory domain setting" -msgstr "" -# -# File: src/www/interfaces.php, line: 3019 -msgid "Location" -msgstr "" -# -# File: src/www/interfaces.php, line: 3022 -msgid "Indoor" -msgstr "" -# -# File: src/www/interfaces.php, line: 3023 -msgid "Outdoor" -msgstr "" -# -# File: src/www/interfaces.php, line: 3024 -msgid "Anywhere" -msgstr "" -# -# File: src/www/interfaces.php, line: 3028 -msgid "" -"These settings may affect which channels are available and the maximum " -"transmit power allowed on those channels. Using the correct settings to " -"comply with local regulatory requirements is recommended." -msgstr "" -# -# File: src/www/interfaces.php, line: 3030 -msgid "" -"Note: All wireless networks on this interface will be temporarily brought " -"down when changing regulatory settings. Some of the regulatory domains or " -"country codes may not be allowed by some cards. These settings may not be " -"able to add additional channels that are not already supported." -msgstr "" -# -# File: src/www/interfaces.php, line: 3035 -msgid "Network-specific wireless configuration" -msgstr "" -# -# File: src/www/interfaces.php, line: 3041 -msgid "Infrastructure (BSS)" -msgstr "" -# -# File: src/www/interfaces.php, line: 3044 -msgid "Ad-hoc (IBSS)" -msgstr "" -# -# File: src/www/interfaces.php, line: 3049 -msgid "Access Point" -msgstr "" -# -# File: src/www/interfaces.php, line: 3060 -msgid "" -"Note: Only required in Access Point mode. If left blank in Ad-hoc or " -"Infrastructure mode, this interface will connect to any available SSID" -msgstr "" -# -# File: src/www/interfaces.php, line: 3067 -msgid "Minimum standard" -msgstr "" -# -# File: src/www/interfaces.php, line: 3073 -msgid "802.11g" -msgstr "" -# -# File: src/www/interfaces.php, line: 3076 -msgid "802.11n" -msgstr "" -# -# File: src/www/interfaces.php, line: 3079 -msgid "" -"When operating as an access point, allow only stations capable of the " -"selected wireless standard to associate (stations not capable are not " -"permitted to associate)." -msgstr "" -# -# File: src/www/interfaces.php, line: 3086 -msgid "802.11g only" -msgstr "" -# -# File: src/www/interfaces.php, line: 3090 -msgid "" -"When operating as an access point in 802.11g mode, allow only 11g-capable " -"stations to associate (11b-only stations are not permitted to associate)." -msgstr "" -# -# File: src/www/interfaces.php, line: 3097 -msgid "Allow intra-BSS communication" -msgstr "" -# -# File: src/www/interfaces.php, line: 3101 -msgid "" -"When operating as an access point, enable this if you want to pass packets " -"between wireless clients directly." -msgstr "" -# -# File: src/www/interfaces.php, line: 3103 -msgid "" -"Disabling the internal bridging is useful when traffic is to be processed " -"with packet filtering." -msgstr "" -# -# File: src/www/interfaces.php, line: 3108 -msgid "Enable WME" -msgstr "" -# -# File: src/www/interfaces.php, line: 3112 -msgid "Setting this option will force the card to use WME (wireless QoS)." -msgstr "" -# -# File: src/www/interfaces.php, line: 3117 -msgid "Enable Hide SSID" -msgstr "" -# -# File: src/www/interfaces.php, line: 3121 -msgid "Setting this option will force the card to NOT broadcast its SSID" -msgstr "" -# -# File: src/www/interfaces.php, line: 3123 -msgid "(this might create problems for some clients)." -msgstr "" -# -# File: src/www/interfaces.php, line: 3128 -msgid "WEP" -msgstr "" -# -# File: src/www/interfaces.php, line: 3131 -msgid "Enable WEP" -msgstr "" -# -# File: src/www/interfaces.php, line: 3136 -msgid "TX key" -msgstr "" -# -# File: src/www/interfaces.php, line: 3139 -msgid "Key 1:" -msgstr "" -# -# File: src/www/interfaces.php, line: 3148 -msgid "Key 2:" -msgstr "" -# -# File: src/www/interfaces.php, line: 3157 -msgid "Key 3:" -msgstr "" -# -# File: src/www/interfaces.php, line: 3166 -msgid "Key 4:" -msgstr "" -# -# File: src/www/interfaces.php, line: 3176 -msgid "" -"40 (64) bit keys may be entered as 5 ASCII characters or 10 hex digits " -"preceded by '0x'." -msgstr "" -# -# File: src/www/interfaces.php, line: 3177 -msgid "" -"104 (128) bit keys may be entered as 13 ASCII characters or 26 hex digits " -"preceded by '0x'." -msgstr "" -# -# File: src/www/interfaces.php, line: 3182 -# File: src/www/interfaces.php, line: 3198 -msgid "WPA" -msgstr "" -# -# File: src/www/interfaces.php, line: 3185 -msgid "Enable WPA" -msgstr "" -# -# File: src/www/interfaces.php, line: 3187 -msgid "WPA Pre-Shared Key" -msgstr "" -# -# File: src/www/interfaces.php, line: 3190 -msgid "Passphrase must be from 8 to 63 characters." -msgstr "" -# -# File: src/www/interfaces.php, line: 3195 -msgid "WPA Mode" -msgstr "" -# -# File: src/www/interfaces.php, line: 3199 -msgid "WPA2" -msgstr "" -# -# File: src/www/interfaces.php, line: 3200 -# File: src/www/interfaces.php, line: 3210 -# File: src/www/interfaces.php, line: 3220 -# File: src/www/interfaces.php, line: 3231 -msgid "Both" -msgstr "" -# -# File: src/www/interfaces.php, line: 3205 -msgid "WPA Key Management Mode" -msgstr "" -# -# File: src/www/interfaces.php, line: 3208 -# File: src/www/vpn_ipsec_keys.php, line: 128 -# File: src/www/vpn_ipsec_keys_edit.php, line: 78 -# File: src/www/vpn_ipsec_keys_edit.php, line: 151 -# File: src/www/vpn_ipsec_phase1.php, line: 199 -# File: src/www/vpn_ipsec_phase1.php, line: 836 -msgid "Pre-Shared Key" -msgstr "" -# -# File: src/www/interfaces.php, line: 3209 -msgid "Extensible Authentication Protocol" -msgstr "" -# -# File: src/www/interfaces.php, line: 3218 -msgid "Open System Authentication" -msgstr "" -# -# File: src/www/interfaces.php, line: 3219 -msgid "Shared Key Authentication" -msgstr "" -# -# File: src/www/interfaces.php, line: 3223 -msgid "Note: Shared Key Authentication requires WEP." -msgstr "" -# -# File: src/www/interfaces.php, line: 3228 -msgid "WPA Pairwise" -msgstr "" -# -# File: src/www/interfaces.php, line: 3232 -msgid "AES (recommended)" -msgstr "" -# -# File: src/www/interfaces.php, line: 3233 -msgid "TKIP" -msgstr "" -# -# File: src/www/interfaces.php, line: 3238 -msgid "Key Rotation" -msgstr "" -# -# File: src/www/interfaces.php, line: 3242 -msgid "" -"Allowed values are 1-9999 but should not be longer than Master Key " -"Regeneration time." -msgstr "" -# -# File: src/www/interfaces.php, line: 3247 -msgid "Master Key Regeneration" -msgstr "" -# -# File: src/www/interfaces.php, line: 3251 -msgid "" -"Allowed values are 1-9999 but should not be shorter than Key Rotation time." -msgstr "" -# -# File: src/www/interfaces.php, line: 3256 -msgid "Strict Key Regeneration" -msgstr "" -# -# File: src/www/interfaces.php, line: 3260 -msgid "" -"Setting this option will force the AP to rekey whenever a client " -"disassociates." -msgstr "" -# -# File: src/www/interfaces.php, line: 3265 -msgid "Enable IEEE802.1X Authentication" -msgstr "" -# -# File: src/www/interfaces.php, line: 3269 -msgid "Setting this option will enable 802.1x authentication." -msgstr "" -# -# File: src/www/interfaces.php, line: 3270 -# File: src/www/load_balancer_pool_edit.php, line: 258 -msgid "NOTE" -msgstr "" -# -# File: src/www/interfaces.php, line: 3270 -msgid "this option requires checking the \"Enable WPA box\"." -msgstr "" -# -# File: src/www/interfaces.php, line: 3275 -msgid "802.1X Server IP Address" -msgstr "" -# -# File: src/www/interfaces.php, line: 3279 -# File: src/www/interfaces.php, line: 3304 -msgid "" -"Enter the IP address of the 802.1X Authentication Server. This is commonly " -"a Radius server (FreeRadius, Internet Authentication Services, etc.)" -msgstr "" -# -# File: src/www/interfaces.php, line: 3284 -msgid "802.1X Server Port" -msgstr "" -# -# File: src/www/interfaces.php, line: 3288 -# File: src/www/interfaces.php, line: 3314 -msgid "Leave blank for the default 1812 port." -msgstr "" -# -# File: src/www/interfaces.php, line: 3293 -msgid "802.1X Server Shared Secret" -msgstr "" -# -# File: src/www/interfaces.php, line: 3299 -msgid "802.1X Server IP Address (2)" -msgstr "" -# -# File: src/www/interfaces.php, line: 3303 -msgid "Secondary 802.1X Authentication Server IP Address" -msgstr "" -# -# File: src/www/interfaces.php, line: 3309 -msgid "802.1X Server Port (2)" -msgstr "" -# -# File: src/www/interfaces.php, line: 3313 -msgid "Secondary 802.1X Authentication Server Port" -msgstr "" -# -# File: src/www/interfaces.php, line: 3319 -msgid "802.1X Server Shared Secret (2)" -msgstr "" -# -# File: src/www/interfaces.php, line: 3323 -msgid "Secondary 802.1X Authentication Server Shared Secret" -msgstr "" -# -# File: src/www/interfaces.php, line: 3328 -msgid "802.1X Roaming Preauth" -msgstr "" -# -# File: src/www/interfaces_assign.php, line: 49 -#, possible-php-format -msgid "vlan %s on %s" -msgstr "" -# -# File: src/www/interfaces_assign.php, line: 142 -msgid "lan" -msgstr "" -# -# File: src/www/interfaces_assign.php, line: 143 -msgid "LAN" -msgstr "" -# -# File: src/www/interfaces_assign.php, line: 170 -msgid "" -"The interface is part of a group. Please remove it from the group to continue" -msgstr "" -# -# File: src/www/interfaces_assign.php, line: 172 -msgid "" -"The interface is part of a bridge. Please remove it from the bridge to " -"continue" -msgstr "" -# -# File: src/www/interfaces_assign.php, line: 174 -msgid "" -"The interface is part of a gre tunnel. Please delete the tunnel to continue" -msgstr "" -# -# File: src/www/interfaces_assign.php, line: 176 -msgid "" -"The interface is part of a gif tunnel. Please delete the tunnel to continue" -msgstr "" -# -# File: src/www/interfaces_assign.php, line: 239 -#, php-format -msgid "Port %s was assigned to %d interfaces:" -msgstr "" -# -# File: src/www/interfaces_assign.php, line: 253 -#, php-format -msgid "" -"You cannot set port %s to interface %s because this interface is a member of " -"%s." -msgstr "" -# -# File: src/www/interfaces_assign.php, line: 264 -#, php-format -msgid "VLAN parent interface %s does not exist." -msgstr "" -# -# File: src/www/interfaces_assign.php, line: 362 -msgid "Do you really want to delete this interface?" -msgstr "" -# -# File: src/www/interfaces_assign.php, line: 399 -msgid "Network port" -msgstr "" -# -# File: src/www/interfaces_assign.php, line: 424 -# File: src/www/interfaces_bridge.php, line: 158 -# File: src/www/interfaces_gif.php, line: 137 -# File: src/www/interfaces_gre.php, line: 139 -# File: src/www/interfaces_lagg.php, line: 147 -# File: src/www/interfaces_ppps.php, line: 145 -# File: src/www/interfaces_qinq.php, line: 156 -# File: src/www/interfaces_vlan.php, line: 139 -# File: src/www/interfaces_wireless.php, line: 136 -msgid "delete interface" -msgstr "" -# -# File: src/www/interfaces_assign.php, line: 436 -msgid "Available network ports:" -msgstr "" -# -# File: src/www/interfaces_assign.php, line: 448 -msgid "add selected interface" -msgstr "" -# -# File: src/www/interfaces_assign.php, line: 455 -msgid "" -"Interfaces that are configured as members of a LAGG interface will not be " -"shown." -msgstr "" -# -# File: src/www/interfaces_bridge.php, line: 59 -msgid "This bridge cannot be deleted because it is assigned as an interface." -msgstr "" -# -# File: src/www/interfaces_bridge.php, line: 93 -msgid "Do you really want to delete this bridge?" -msgstr "" -# -# File: src/www/interfaces_bridge.php, line: 127 -# File: src/www/interfaces_groups.php, line: 110 -# File: src/www/interfaces_lagg.php, line: 130 -# File: src/www/load_balancer_pool_edit.php, line: 277 -msgid "Members" -msgstr "" -# -# File: src/www/interfaces_bridge.php, line: 155 -msgid "edit bridge" -msgstr "" -# -# File: src/www/interfaces_bridge.php, line: 171 -msgid "Here you can configure bridging of interfaces." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 108 -msgid "Member Interfaces" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 113 -msgid "Maxage needs to be an integer between 6 and 40." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 116 -msgid "Maxaddr needs to be an integer." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 119 -msgid "Timeout needs to be an integer." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 122 -msgid "Forward Delay needs to be an integer between 4 and 30." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 125 -msgid "Hello time for STP needs to be an integer between 1 and 2." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 128 -msgid "Priority for STP needs to be an integer between 0 and 61440." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 131 -msgid "Transmit Hold Count for STP needs to be an integer between 1 and 10." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 135 -#, php-format -msgid "%s interface priority for STP needs to be an integer between 0 and 240." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 138 -#, php-format -msgid "" -"%s interface path cost for STP needs to be an integer between 1 and " -"200000000." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 143 -msgid "You must select at least 2 member interfaces for a bridge." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 149 -msgid "A member interface passed does not exist in configuration" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 152 -msgid "Bridging a wireless interface is only possible in hostap mode." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 155 -msgid "" -"Span interface cannot be part of the bridge. Remove the span interface from " -"bridge members to continue." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 202 -# File: src/www/interfaces_gif_edit.php, line: 129 -# File: src/www/interfaces_gre_edit.php, line: 103 -# File: src/www/interfaces_lagg_edit.php, line: 134 -# File: src/www/interfaces_vlan_edit.php, line: 124 -msgid "Error occurred creating interface, please retry." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 247 -msgid "Bridge configuration" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 257 -# File: src/www/interfaces_lagg_edit.php, line: 108 -msgid "Member interfaces" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 269 -msgid "Interfaces participating in the bridge." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 285 -# File: src/www/interfaces_ppps_edit.php, line: 634 -msgid "Show advanced options" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 298 -msgid "RSTP/STP" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 298 -msgid "Spanning Tree Protocol" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 307 -msgid "Enable spanning tree options for this bridge." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 316 -msgid "RSTP" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 319 -msgid "STP" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 323 -msgid "Protocol used for spanning tree." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 328 -msgid "STP interfaces" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 340 -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 remove loops in a network topology." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 348 -msgid "Valid time" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 352 -msgid "" -"Set the time that a Spanning Tree Protocol configuration is valid. The " -"default is 20 seconds. The minimum is 6 seconds and the maximum is 40 " -"seconds." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 359 -msgid "Forward time" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 363 -msgid "" -"Set the time that must pass before an interface begins forwarding packets " -"when Spanning Tree is enabled. The default is 15 seconds. The minimum is 4 " -"seconds and the maximum is 30 seconds." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 369 -msgid "Hello time" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 373 -msgid "" -"Set the time between broadcasting of Spanning Tree Protocol configuration " -"messages. The hello time may only be changed when operating in legacy STP " -"mode. The default is 2 seconds. The minimum is 1 second and the maximum is " -"2 seconds." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 379 -# File: src/www/interfaces_bridge_edit.php, line: 400 -# File: src/www/system_gateway_groups.php, line: 170 -msgid "Priority" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 383 -msgid "" -"Set the bridge priority for Spanning Tree. The default is 32768. The " -"minimum is 0 and the maximum is 61440." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 389 -msgid "Hold count" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 393 -msgid "" -"Set the transmit hold count for Spanning Tree. This is the number of " -"packets transmitted before being rate limited. The default is 6. The " -"minimum is 1 and the maximum is 10." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 415 -msgid "" -"Set the Spanning Tree priority of interface to value. The default is 128. " -"The minimum is 0 and the maximum is 240. Increments of 16." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 421 -msgid "Path cost" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 436 -msgid "" -"Set the Spanning Tree path cost of interface to value. The default is " -"calculated from the link speed. To change a previously selected path cost " -"back to automatic, set the cost to 0. The minimum is 1 and the maximum is " -"200000000." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 452 -msgid "Advanced options" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 457 -msgid "Cache size" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 457 -msgid "entries" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 461 -msgid "" -"Set the size of the bridge address cache to size. The default is .100 " -"entries." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 466 -msgid "Cache entry expire time" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 470 -msgid "" -"Set the timeout of address cache entries to this number of seconds. If " -"seconds is zero, then address cache entries will not be expired. The default " -"is 240 seconds." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 477 -msgid "Span port" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 490 -msgid "" -"Add the interface named by interface as a span port on the bridge. Span " -"ports transmit a copy of every frame received by the bridge. This is most " -"useful for snooping a bridged network passively on another host connected to " -"one of the span ports of the bridge." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 496 -msgid "The span interface cannot be part of the bridge member interfaces." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 501 -msgid "Edge ports" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 513 -msgid "" -"Set interface as an edge port. An edge port connects directly to end " -"stations and cannot create bridging loops in the network; this allows it to " -"transition straight to forwarding." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 520 -msgid "Auto Edge ports" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 532 -msgid "" -"Allow interface to automatically detect edge status. This is the default " -"for all interfaces added to a bridge." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 535 -msgid "This will disable the autoedge status of interfaces." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 540 -msgid "PTP ports" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 552 -msgid "" -"Set the interface as a point-to-point link. This is required for straight " -"transitions to forwarding and should be enabled on a direct link to another " -"RSTP-capable switch." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 559 -msgid "Auto PTP ports" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 571 -msgid "" -"Automatically detect the point-to-point status on interface by checking the " -"full duplex link status. This is the default for interfaces added to the " -"bridge." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 575 -msgid "" -"The interfaces selected here will be removed from default autoedge status." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 580 -msgid "Sticky ports" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 592 -msgid "" -"Mark an interface as a \"sticky\" interface. Dynamically learned address " -"entries are treated as static once entered into the cache. Sticky entries " -"are never aged out of the cache or replaced, even if the address is seen on " -"a different interface." -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 600 -msgid "Private ports" -msgstr "" -# -# File: src/www/interfaces_bridge_edit.php, line: 612 -msgid "" -"Mark an interface as a \"private\" interface. A private interface does not " -"forward any traffic to any other port that is also a private interface." -msgstr "" -# -# File: src/www/interfaces_gif.php, line: 56 -msgid "" -"This gif TUNNEL cannot be deleted because it is still being used as an " -"interface." -msgstr "" -# -# File: src/www/interfaces_gif.php, line: 86 -msgid "Do you really want to delete this gif tunnel?" -msgstr "" -# -# File: src/www/interfaces_gif.php, line: 120 -# File: src/www/interfaces_gre.php, line: 122 -msgid "Tunnel to..." -msgstr "" -# -# File: src/www/interfaces_gif.php, line: 134 -# File: src/www/interfaces_gre.php, line: 136 -# File: src/www/interfaces_lagg.php, line: 144 -# File: src/www/interfaces_vlan.php, line: 136 -msgid "edit interface" -msgstr "" -# -# File: src/www/interfaces_gif.php, line: 151 -msgid "GIF tunnels are configured here." -msgstr "" -# -# File: src/www/interfaces_gif.php, line: 155 -#, php-format -msgid "" -"If you are using a GIF tunnel to connect to a Hurricane Electric (he.net) " -"Tunnel Broker on a WAN with a dynamic IP, you may want to add a %sHE.net " -"Tunnelbroker dynamic DNS entry%s to keep your tunnel functional when your IP " -"changes." -msgstr "" -# -# File: src/www/interfaces_gif_edit.php, line: 82 -msgid "" -"Parent interface,Local address, Remote tunnel address, Remote tunnel " -"network, Local tunnel address" -msgstr "" -# -# File: src/www/interfaces_gif_edit.php, line: 87 -# File: src/www/interfaces_gre_edit.php, line: 77 -msgid "The tunnel local and tunnel remote fields must have valid IP addresses." -msgstr "" -# -# File: src/www/interfaces_gif_edit.php, line: 94 -msgid "" -"The alias IP address family has to match the family of the remote peer " -"address." -msgstr "" -# -# File: src/www/interfaces_gif_edit.php, line: 103 -#, php-format -msgid "A gif with the network %s is already defined." -msgstr "" -# -# File: src/www/interfaces_gif_edit.php, line: 169 -msgid "GIF configuration" -msgstr "" -# -# File: src/www/interfaces_gif_edit.php, line: 179 -# File: src/www/interfaces_gre_edit.php, line: 72 -# File: src/www/interfaces_gre_edit.php, line: 154 -# File: src/www/interfaces_lagg_edit.php, line: 180 -# File: src/www/interfaces_qinq_edit.php, line: 154 -# File: src/www/interfaces_vlan_edit.php, line: 66 -# File: src/www/interfaces_vlan_edit.php, line: 169 -# File: src/www/interfaces_wireless_edit.php, line: 71 -# File: src/www/interfaces_wireless_edit.php, line: 160 -msgid "Parent interface" -msgstr "" -# -# File: src/www/interfaces_gif_edit.php, line: 200 -msgid "" -"The interface here serves as the local address to be used for the gif tunnel." -msgstr "" -# -# File: src/www/interfaces_gif_edit.php, line: 205 -msgid "GIF remote address" -msgstr "" -# -# File: src/www/interfaces_gif_edit.php, line: 209 -msgid "Peer address where encapsulated gif packets will be sent. " -msgstr "" -# -# File: src/www/interfaces_gif_edit.php, line: 214 -msgid "GIF tunnel local address" -msgstr "" -# -# File: src/www/interfaces_gif_edit.php, line: 218 -msgid "Local gif tunnel endpoint" -msgstr "" -# -# File: src/www/interfaces_gif_edit.php, line: 223 -msgid "GIF tunnel remote address " -msgstr "" -# -# File: src/www/interfaces_gif_edit.php, line: 244 -msgid "" -"Remote gif address endpoint. The subnet part is used for determining the " -"network that is tunnelled." -msgstr "" -# -# File: src/www/interfaces_gif_edit.php, line: 249 -msgid "Route caching " -msgstr "" -# -# File: src/www/interfaces_gif_edit.php, line: 253 -msgid "" -"Specify if route caching can be enabled. Be careful with these settings on " -"dynamic networks. " -msgstr "" -# -# File: src/www/interfaces_gif_edit.php, line: 258 -msgid "ECN friendly behavior" -msgstr "" -# -# File: src/www/interfaces_gif_edit.php, line: 262 -msgid "" -"Note that the ECN friendly behavior violates RFC2893. This should be used " -"in mutual agreement with the peer." -msgstr "" -# -# File: src/www/interfaces_gre.php, line: 57 -msgid "" -"This GRE tunnel cannot be deleted because it is still being used as an " -"interface." -msgstr "" -# -# File: src/www/interfaces_gre.php, line: 88 -msgid "Do you really want to delete this GRE tunnel?" -msgstr "" -# -# File: src/www/interfaces_gre.php, line: 153 -msgid "" -"Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) " -"tunnels." -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 72 -msgid "Local address" -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 72 -msgid "Local tunnel address" -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 72 -msgid "Remote tunnel address" -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 72 -msgid "Remote tunnel network" -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 85 -#, php-format -msgid "A GRE tunnel with the network %s is already defined." -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 144 -msgid "GRE configuration" -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 177 -msgid "" -"The interface here serves as the local address to be used for the GRE tunnel." -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 182 -msgid "GRE remote address" -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 186 -msgid "Peer address where encapsulated GRE packets will be sent " -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 191 -msgid "GRE tunnel local address " -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 195 -msgid "Local GRE tunnel endpoint" -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 200 -msgid "GRE tunnel remote address " -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 221 -msgid "" -"Remote GRE address endpoint. The subnet part is used for the determining the " -"network that is tunneled." -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 226 -msgid "Mobile tunnel" -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 230 -msgid "Specify which encapsulation method the tunnel should use. " -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 235 -msgid "Route search type" -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 239 -msgid "" -"For correct operation, the GRE device needs a route to the destination that " -"is less specific than the one over the tunnel. (Basically, there needs to " -"be a route to the decapsulating host that does not run over the tunnel, as " -"this would be a loop." -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 247 -msgid "WCCP version" -msgstr "" -# -# File: src/www/interfaces_gre_edit.php, line: 251 -msgid "" -"Check this box for WCCP encapsulation version 2, or leave unchecked for " -"version 1." -msgstr "" -# -# File: src/www/interfaces_groups.php, line: 79 -msgid "" -"Do you really want to delete this group? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" -# -# File: src/www/interfaces_groups.php, line: 134 -# File: src/www/interfaces_ppps.php, line: 144 -# File: src/www/interfaces_qinq.php, line: 153 -# File: src/www/interfaces_wireless.php, line: 134 -# File: src/www/system_groupmanager.php, line: 490 -msgid "edit group" -msgstr "" -# -# File: src/www/interfaces_groups.php, line: 137 -msgid "delete ifgroupentry" -msgstr "" -# -# File: src/www/interfaces_groups.php, line: 150 -msgid "" -"Interface Groups allow you to create rules that apply to multiple interfaces " -"without duplicating the rules. If you remove members from an interface " -"group, the group rules no longer apply to that interface." -msgstr "" -# -# File: src/www/interfaces_groups_edit.php, line: 63 -msgid "Group name already exists!" -msgstr "" -# -# File: src/www/interfaces_groups_edit.php, line: 68 -msgid "Only letters A-Z are allowed as the group name." -msgstr "" -# -# File: src/www/interfaces_groups_edit.php, line: 73 -msgid "" -"The specified group name is already used by an interface. Please choose " -"another name." -msgstr "" -# -# File: src/www/interfaces_groups_edit.php, line: 148 -msgid "Interface Groups Edit" -msgstr "" -# -# File: src/www/interfaces_groups_edit.php, line: 158 -# File: src/www/status_gateway_groups.php, line: 60 -# File: src/www/system_gateway_groups.php, line: 168 -# File: src/www/system_gateway_groups_edit.php, line: 185 -# File: src/www/system_groupmanager.php, line: 105 -msgid "Group Name" -msgstr "" -# -# File: src/www/interfaces_groups_edit.php, line: 162 -msgid "No numbers or spaces are allowed. Only characters in a-zA-Z" -msgstr "" -# -# File: src/www/interfaces_groups_edit.php, line: 177 -# File: src/www/interfaces_qinq_edit.php, line: 199 -msgid "Member (s)" -msgstr "" -# -# File: src/www/interfaces_groups_edit.php, line: 190 -msgid "" -"Rules for WAN type interfaces in groups do not contain the reply-to " -"mechanism upon which Multi-WAN typically relies." -msgstr "" -# -# File: src/www/interfaces_lagg.php, line: 66 -msgid "This LAGG interface cannot be deleted because it is still being used." -msgstr "" -# -# File: src/www/interfaces_lagg.php, line: 97 -msgid "Do you really want to delete this LAGG interface?" -msgstr "" -# -# File: src/www/interfaces_lagg.php, line: 161 -msgid "" -"LAGG allows for link aggregation, bonding and fault tolerance. Only " -"unassigned interfaces can be added to LAGG." -msgstr "" -# -# File: src/www/interfaces_lagg_edit.php, line: 108 -msgid "Lagg protocol" -msgstr "" -# -# File: src/www/interfaces_lagg_edit.php, line: 114 -msgid "Interface supplied as member is invalid" -msgstr "" -# -# File: src/www/interfaces_lagg_edit.php, line: 119 -msgid "Protocol supplied is invalid" -msgstr "" -# -# File: src/www/interfaces_lagg_edit.php, line: 170 -msgid "LAGG configuration" -msgstr "" -# -# File: src/www/interfaces_lagg_edit.php, line: 192 -msgid "Choose the members that will be used for the link aggregation" -msgstr "" -# -# File: src/www/interfaces_lagg_edit.php, line: 197 -msgid "Lag proto" -msgstr "" -# -# File: src/www/interfaces_lagg_edit.php, line: 210 -msgid "failover" -msgstr "" -# -# File: src/www/interfaces_lagg_edit.php, line: 211 -msgid "" -"Sends and receives traffic only through the master port. If the master port " -"becomes unavailable, the next active port is used. The first interface " -"added is the master port; any interfaces added after that are used as " -"failover devices." -msgstr "" -# -# File: src/www/interfaces_lagg_edit.php, line: 215 -msgid "fec" -msgstr "" -# -# File: src/www/interfaces_lagg_edit.php, line: 216 -msgid "" -"Supports Cisco EtherChannel. This is a static setup and does not negotiate " -"aggregation with the peer or exchange frames to monitor the link." -msgstr "" -# -# File: src/www/interfaces_lagg_edit.php, line: 220 -msgid "lacp" -msgstr "" -# -# File: src/www/interfaces_lagg_edit.php, line: 221 -msgid "" -"Supports the IEEE 802.3ad Link Aggregation Control Protocol (LACP) and the " -"Marker Protocol. LACP will negotiate a set of aggregable links with the " -"peer in to one or more Link Aggregated Groups. Each LAG is composed of " -"ports of the same speed, set to full-duplex operation. The traffic will be " -"balanced across the ports in the LAG with the greatest total speed, in most " -"cases there will only be one LAG which contains all ports. In the event of " -"changes in physical connectivity, Link Aggregation will quickly converge to " -"a new configuration." -msgstr "" -# -# File: src/www/interfaces_lagg_edit.php, line: 231 -msgid "loadbalance" -msgstr "" -# -# File: src/www/interfaces_lagg_edit.php, line: 232 -msgid "" -"Balances outgoing traffic across the active ports based on hashed protocol " -"header information and accepts incoming traffic from any active port. This " -"is a static setup and does not negotiate aggregation with the peer or " -"exchange frames to monitor the link. The hash includes the Ethernet source " -"and destination address, and, if available, the VLAN tag, and the IP source " -"and destination address" -msgstr "" -# -# File: src/www/interfaces_lagg_edit.php, line: 239 -msgid "roundrobin" -msgstr "" -# -# File: src/www/interfaces_lagg_edit.php, line: 240 -msgid "" -"Distributes outgoing traffic using a round-robin scheduler through all " -"active ports and accepts incoming traffic from any active port" -msgstr "" -# -# File: src/www/interfaces_lagg_edit.php, line: 244 -msgid "" -"This protocol is intended to do nothing: it disables any traffic without " -"disabling the lagg interface itself" -msgstr "" -# -# File: src/www/interfaces_ppps.php, line: 58 -msgid "" -"This point-to-point link cannot be deleted because it is still being used as " -"an interface." -msgstr "" -# -# File: src/www/interfaces_ppps.php, line: 88 -msgid "Do you really want to delete this PPP interface?" -msgstr "" -# -# File: src/www/interfaces_ppps.php, line: 121 -msgid "Interface(s)/Port(s)" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 113 -# File: src/www/interfaces_ppps_edit.php, line: 119 -# File: src/www/interfaces_ppps_edit.php, line: 122 -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -msgid "Link Interface(s)" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -# File: src/www/services_dhcp.php, line: 747 -# File: src/www/services_dhcpv6.php, line: 532 -msgid "Subnet" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 138 -msgid "Please choose a Link Type." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 142 -msgid "" -"Multilink connections (MLPPP) using the PPP link type is not currently " -"supported. Please select only one Link Interface." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 145 -msgid "The Service name contains invalid characters." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 148 -msgid "Do not specify both a Service name and a NULL Service name." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 169 -#, php-format -msgid "A valid local IP address must be specified for %s." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 172 -#, php-format -msgid "A valid gateway IP address OR hostname must be specified for %s." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 175 -#, php-format -msgid "The bandwidth value for %s must be an integer." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 179 -#, php-format -msgid "The MTU for %s must be greater than 576 bytes." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 182 -#, php-format -msgid "The MRU for %s must be greater than 576 bytes." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 451 -msgid "PPPs configuration" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 461 -msgid "Link Type" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 474 -msgid "Link interface(s)" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 503 -msgid "Select at least two interfaces for Multilink (MLPPP) connections." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 512 -msgid "" -"You may enter a description here for your reference. Description will appear " -"in the \"Interfaces Assign\" select lists." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 567 -msgid "Note: Typically *99# for GSM networks and #777 for CDMA networks" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 581 -msgid "Configure a NULL Service name" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 583 -msgid "" -"Hint: this field can usually be left empty. Service name will not be " -"configured if this field is empty. Check the \"Configure NULL\" box to " -"configure a blank Service name." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 615 -msgid "IP Address OR Hostname" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 727 -msgid "APN number (optional)" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 731 -msgid "" -"Note: Defaults to 1 if you set APN above. Ignored if you set no APN above." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 736 -msgid "SIM PIN" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 742 -msgid "SIM PIN wait" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 746 -msgid "" -"Note: Time to wait for SIM to discover network after PIN is sent to SIM " -"(seconds)." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 751 -msgid "Init String" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 755 -msgid "" -"Note: Enter the modem initialization string here. Do NOT include the \"AT\" " -"string at the beginning of the command. Many modern USB 3G modems don't need " -"an initialization string." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 761 -msgid "Connection Timeout" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 765 -msgid "" -"Note: Enter timeout in seconds for connection to be established (sec.) " -"Default is 45 sec." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 770 -msgid "Uptime Logging" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 773 -msgid "Enable persistent logging of connection uptime." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 775 -msgid "" -"This option causes cumulative uptime to be recorded and displayed on the " -"Status Interfaces page." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 785 -msgid "Dial On Demand" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 788 -msgid "Enable Dial-on-Demand mode" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 790 -msgid "" -"This option causes the interface to operate in dial-on-demand mode. Do NOT " -"enable if you want your link to be always up. The interface is configured, " -"but the actual connection of the link is delayed until qualifying outgoing " -"traffic is detected." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 796 -msgid "Idle Timeout" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 800 -msgid "(seconds) Default is 0, which disables the timeout feature." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 801 -msgid "" -"If no incoming or outgoing packets are transmitted for the entered number of " -"seconds the connection is brought down." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 802 -msgid "" -"When the idle timeout occurs, if the dial-on-demand option is enabled, mpd " -"goes back into dial-on-demand mode. Otherwise, the interface is brought down " -"and all associated routes removed." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 807 -# File: src/www/vpn_openvpn_client.php, line: 925 -# File: src/www/vpn_openvpn_server.php, line: 1387 -msgid "Compression" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 810 -msgid "Disable vjcomp(compression) (auto-negotiated by default)." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 812 -msgid "" -"This option enables Van Jacobson TCP header compression, which saves several " -"bytes per TCP data packet. You almost always want this option. This " -"compression ineffective for TCP connections with enabled modern extensions " -"like time stamping or SACK, which modify TCP options between sequential " -"packets." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 819 -msgid "TCPmssFix" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 822 -msgid "Disable tcpmssfix (enabled by default)." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 824 -msgid "" -"This option causes mpd to adjust incoming and outgoing TCP SYN segments so " -"that the requested maximum segment size is not greater than the amount " -"allowed by the interface MTU. This is necessary in many setups to avoid " -"problems caused by routers that drop ICMP Datagram Too Big messages. Without " -"these messages, the originating machine sends data, it passes the rogue " -"router then hits a machine that has an MTU that is not big enough for the " -"data. Because the IP Don't Fragment option is set, this machine sends an " -"ICMP Datagram Too Big message back to the originator and drops the packet. " -"The rogue router drops the ICMP message and the originator never gets to " -"discover that it must reduce the fragment size or drop the IP Don't Fragment " -"option from its outgoing data." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 833 -msgid "ShortSeq" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 836 -msgid "Disable shortseq (auto-negotiated by default)." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 838 -msgid "" -"This option is only meaningful if multi-link PPP is negotiated. It " -"proscribes shorter multi-link fragment headers, saving two bytes on every " -"frame. It is not necessary to disable this for connections that are not " -"multi-link." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 844 -msgid "ACFComp" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 847 -msgid "Disable acfcomp (compression) (auto-negotiated by default)." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 849 -msgid "" -"Address and control field compression. This option only applies to " -"asynchronous link types. It saves two bytes per frame." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 854 -msgid "ProtoComp" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 857 -msgid "Disable protocomp (compression) (auto-negotiated by default)." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 859 -msgid "" -"Protocol field compression. This option saves one byte per frame for most " -"frames." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 870 -msgid "Link Parameters" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 886 -# File: src/www/interfaces_ppps_edit.php, line: 902 -msgid "MRU" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 892 -# File: src/www/interfaces_ppps_edit.php, line: 903 -msgid "MRRU" -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 900 -msgid "" -"Set ONLY for MLPPP connections and ONLY when links have different bandwidths." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 901 -msgid "MTU will default to 1492." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 902 -# File: src/www/interfaces_ppps_edit.php, line: 903 -msgid "will be auto-negotiated by default." -msgstr "" -# -# File: src/www/interfaces_ppps_edit.php, line: 903 -msgid "Set ONLY for MLPPP connections." -msgstr "" -# -# File: src/www/interfaces_qinq.php, line: 57 -msgid "" -"This QinQ cannot be deleted because it is still being used as an interface." -msgstr "" -# -# File: src/www/interfaces_qinq.php, line: 59 -msgid "QinQ interface does not exist" -msgstr "" -# -# File: src/www/interfaces_qinq.php, line: 103 -msgid "Do you really want to delete this QinQ?" -msgstr "" -# -# File: src/www/interfaces_qinq.php, line: 137 -msgid "Tag" -msgstr "" -# -# File: src/www/interfaces_qinq.php, line: 138 -msgid "QinQ members" -msgstr "" -# -# File: src/www/interfaces_qinq.php, line: 170 -#, php-format -msgid "" -"Not all drivers/NICs support 802.1Q QinQ tagging properly. On cards that do " -"not explicitly support it, QinQ tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" -# -# File: src/www/interfaces_qinq_edit.php, line: 60 -msgid "First level tag cannot be empty." -msgstr "" -# -# File: src/www/interfaces_qinq_edit.php, line: 63 -msgid "" -"You are editing an existing entry and modifying the first level tag is not " -"allowed." -msgstr "" -# -# File: src/www/interfaces_qinq_edit.php, line: 66 -msgid "" -"You are editing an existing entry and modifying the interface is not allowed." -msgstr "" -# -# File: src/www/interfaces_qinq_edit.php, line: 72 -msgid "QinQ level already exists for this interface, edit it!" -msgstr "" -# -# File: src/www/interfaces_qinq_edit.php, line: 78 -msgid "" -"A normal VLAN exists with this tag please remove it to use this tag for QinQ " -"first level." -msgstr "" -# -# File: src/www/interfaces_qinq_edit.php, line: 144 -# File: src/www/interfaces_vlan_edit.php, line: 159 -msgid "Interface QinQ Edit" -msgstr "" -# -# File: src/www/interfaces_qinq_edit.php, line: 176 -msgid "Only QinQ capable interfaces will be shown." -msgstr "" -# -# File: src/www/interfaces_qinq_edit.php, line: 181 -msgid "First level tag" -msgstr "" -# -# File: src/www/interfaces_qinq_edit.php, line: 185 -msgid "" -"This is the first level VLAN tag. On top of this are stacked the member " -"VLANs defined below." -msgstr "" -# -# File: src/www/interfaces_vlan.php, line: 57 -msgid "" -"This VLAN cannot be deleted because it is still being used as an interface." -msgstr "" -# -# File: src/www/interfaces_vlan.php, line: 89 -msgid "Do you really want to delete this VLAN?" -msgstr "" -# -# File: src/www/interfaces_vlan.php, line: 122 -# File: src/www/interfaces_vlan_edit.php, line: 66 -msgid "VLAN tag" -msgstr "" -# -# File: src/www/interfaces_vlan.php, line: 153 -#, php-format -msgid "" -"Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do " -"not explicitly support it, VLAN tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" -# -# File: src/www/interfaces_vlan_edit.php, line: 71 -msgid "The VLAN tag must be an integer between 1 and 4094." -msgstr "" -# -# File: src/www/interfaces_vlan_edit.php, line: 75 -msgid "Interface supplied as parent is invalid" -msgstr "" -# -# File: src/www/interfaces_vlan_edit.php, line: 80 -msgid "" -"Interface is assigned and you cannot change the VLAN tag while assigned." -msgstr "" -# -# File: src/www/interfaces_vlan_edit.php, line: 89 -#, php-format -msgid "A VLAN with the tag %s is already defined on this interface." -msgstr "" -# -# File: src/www/interfaces_vlan_edit.php, line: 96 -msgid "A QinQ VLAN exists with this tag please remove it to use this tag with." -msgstr "" -# -# File: src/www/interfaces_vlan_edit.php, line: 192 -msgid "Only VLAN capable interfaces will be shown." -msgstr "" -# -# File: src/www/interfaces_vlan_edit.php, line: 197 -msgid "VLAN tag " -msgstr "" -# -# File: src/www/interfaces_vlan_edit.php, line: 201 -msgid "802.1Q VLAN tag (between 1 and 4094) " -msgstr "" -# -# File: src/www/interfaces_wireless.php, line: 55 -msgid "" -"This wireless clone cannot be deleted because it is assigned as an interface." -msgstr "" -# -# File: src/www/interfaces_wireless.php, line: 86 -msgid "Do you really want to delete this wireless clone?" -msgstr "" -# -# File: src/www/interfaces_wireless.php, line: 150 -msgid "" -"Here you can configure clones of wireless interfaces, which can be assigned " -"as separate independent interfaces. Only available on wireless chipsets that " -"support this, with limitations on the number that can be created in each " -"mode." -msgstr "" -# -# File: src/www/interfaces_wireless_edit.php, line: 101 -msgid "" -"This wireless clone cannot be modified because it is still assigned as an " -"interface." -msgstr "" -# -# File: src/www/interfaces_wireless_edit.php, line: 103 -msgid "" -"Use the configuration page for the assigned interface to change the mode." -msgstr "" -# -# File: src/www/interfaces_wireless_edit.php, line: 108 -#, php-format -msgid "" -"Error creating interface with mode %s. The %s interface may not support " -"creating more clones with the selected mode." -msgstr "" -# -# File: src/www/interfaces_wireless_edit.php, line: 150 -msgid "Wireless clone configuration" -msgstr "" -# -# File: src/www/legacy_traffic_stats.php, line: 38 -msgid "Wrong Interface" -msgstr "" -# -# File: src/www/load_balancer_monitor.php, line: 61 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"pool." -msgstr "" -# -# File: src/www/load_balancer_monitor.php, line: 97 -# File: src/www/load_balancer_setting.php, line: 102 -msgid "The load balancer configuration has been changed" -msgstr "" -# -# File: src/www/load_balancer_monitor_edit.php, line: 154 -msgid "This monitor name has already been used. Monitor names must be unique." -msgstr "" -# -# File: src/www/load_balancer_monitor_edit.php, line: 157 -# File: src/www/load_balancer_pool_edit.php, line: 73 -msgid "You cannot use spaces in the 'name' field." -msgstr "" -# -# File: src/www/load_balancer_monitor_edit.php, line: 171 -# File: src/www/services_dhcp_edit.php, line: 151 -# File: src/www/services_dhcpv6_edit.php, line: 104 -# File: src/www/services_dnsmasq_edit.php, line: 79 -# File: src/www/services_unbound_host_edit.php, line: 89 -msgid "The hostname can only contain the characters A-Z, 0-9 and '-'." -msgstr "" -# -# File: src/www/load_balancer_monitor_edit.php, line: 177 -msgid "HTTP(s) codes must be from RFC2616." -msgstr "" -# -# File: src/www/load_balancer_monitor_edit.php, line: 181 -msgid "The path to monitor must be set." -msgstr "" -# -# File: src/www/load_balancer_monitor_edit.php, line: 253 -# File: src/www/load_balancer_monitor_edit.php, line: 337 -# File: src/www/system_advanced_admin.php, line: 334 -# File: src/www/vpn_openvpn_export.php, line: 731 -# File: src/www/vpn_openvpn_export_shared.php, line: 354 -msgid "HTTP" -msgstr "" -# -# File: src/www/load_balancer_monitor_edit.php, line: 253 -# File: src/www/load_balancer_monitor_edit.php, line: 370 -# File: src/www/system_advanced_admin.php, line: 337 -msgid "HTTPS" -msgstr "" -# -# File: src/www/load_balancer_monitor_edit.php, line: 253 -# File: src/www/load_balancer_monitor_edit.php, line: 404 -msgid "Send/Expect" -msgstr "" -# -# File: src/www/load_balancer_monitor_edit.php, line: 301 -msgid "Edit Load Balancer - Monitor entry" -msgstr "" -# -# File: src/www/load_balancer_monitor_edit.php, line: 341 -# File: src/www/load_balancer_monitor_edit.php, line: 374 -msgid "Path" -msgstr "" -# -# File: src/www/load_balancer_monitor_edit.php, line: 349 -# File: src/www/load_balancer_monitor_edit.php, line: 382 -msgid "Hostname for Host: header if needed." -msgstr "" -# -# File: src/www/load_balancer_monitor_edit.php, line: 353 -# File: src/www/load_balancer_monitor_edit.php, line: 386 -msgid "HTTP Code" -msgstr "" -# -# File: src/www/load_balancer_monitor_edit.php, line: 408 -msgid "Send string" -msgstr "" -# -# File: src/www/load_balancer_monitor_edit.php, line: 414 -msgid "Expect string" -msgstr "" -# -# File: src/www/load_balancer_pool.php, line: 62 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"virtual server." -msgstr "" -# -# File: src/www/load_balancer_pool.php, line: 108 -# File: src/www/status_lb_pool.php, line: 113 -# File: src/www/status_lb_vs.php, line: 59 -#, php-format -msgid "" -"The load balancer configuration has been changed%sYou must apply the changes " -"in order for them to take effect." -msgstr "" -# -# File: src/www/load_balancer_pool.php, line: 128 -# File: src/www/load_balancer_pool_edit.php, line: 63 -# File: src/www/load_balancer_pool_edit.php, line: 243 -# File: src/www/status_gateways.php, line: 54 -# File: src/www/status_lb_pool.php, line: 131 -msgid "Monitor" -msgstr "" -# -# File: src/www/load_balancer_pool.php, line: 138 -#, php-format -msgid "" -"This feature is intended for server load balancing, not multi-WAN. For load " -"balancing or failover for multiple WANs, use %sGateway Groups%s." -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 63 -msgid "Server List" -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 70 -msgid "This pool name has already been used. Pool names must be unique." -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 76 -#, php-format -msgid "The name '%s' is a reserved word and cannot be used." -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 79 -#, php-format -msgid "Sorry, an alias is already named %s." -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 82 -msgid "The port must be an integer between 1 and 65535, or a port alias." -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 86 -msgid "The retry value must be an integer between 1 and 65535." -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 91 -#, php-format -msgid "%s is not a valid IP address or IPv4 subnet (in \"enabled\" list)." -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 94 -#, php-format -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"enabled\" list)." -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 101 -#, php-format -msgid "%s is not a valid IP address or IPv4 subnet (in \"disabled\" list)." -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 104 -#, php-format -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"disabled\" list)." -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 113 -msgid "Invalid monitor chosen." -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 189 -msgid "Add/edit Load Balancer - Pool entry" -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 201 -msgid "Load Balance" -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 202 -msgid "Manual Failover" -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 218 -msgid "This is the port your servers are listening on." -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 219 -# File: src/www/load_balancer_virtual_server_edit.php, line: 194 -msgid "" -"You may also specify a port alias listed in Firewall -> Aliases here." -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 233 -msgid "" -"Optionally specify how many times to retry checking a server before " -"declaring it down." -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 240 -msgid "Add item to pool" -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 258 -msgid "" -"Please add a monitor IP address on the monitors tab if you wish to use this " -"feature." -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 264 -msgid "Server IP Address" -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 267 -msgid "Add to pool" -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 274 -msgid "Current Pool Members" -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 283 -msgid "Pool Disabled" -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 294 -# File: src/www/load_balancer_pool_edit.php, line: 314 -msgid "Remove" -msgstr "" -# -# File: src/www/load_balancer_pool_edit.php, line: 303 -msgid "Enabled (default)" -msgstr "" -# -# File: src/www/load_balancer_setting.php, line: 57 -msgid "Timeout must be a numeric value" -msgstr "" -# -# File: src/www/load_balancer_setting.php, line: 61 -msgid "Interval must be a numeric value" -msgstr "" -# -# File: src/www/load_balancer_setting.php, line: 66 -msgid "Prefork must be a numeric value" -msgstr "" -# -# File: src/www/load_balancer_setting.php, line: 69 -msgid "Prefork value must be between 1 and 32" -msgstr "" -# -# File: src/www/load_balancer_setting.php, line: 116 -msgid "Global settings" -msgstr "" -# -# File: src/www/load_balancer_setting.php, line: 119 -msgid "timeout" -msgstr "" -# -# File: src/www/load_balancer_setting.php, line: 123 -msgid "" -"Set the global timeout in milliseconds for checks. Leave blank to use the " -"default value of 1000 ms " -msgstr "" -# -# File: src/www/load_balancer_setting.php, line: 127 -msgid "interval" -msgstr "" -# -# File: src/www/load_balancer_setting.php, line: 131 -msgid "" -"Set the interval in seconds at which the member of a pool will be checked. " -"Leave blank to use the default interval of 10 seconds" -msgstr "" -# -# File: src/www/load_balancer_setting.php, line: 135 -msgid "prefork" -msgstr "" -# -# File: src/www/load_balancer_setting.php, line: 139 -msgid "" -"Number of processes used by relayd for dns protocol. Leave blank to use the " -"default value of 5 processes" -msgstr "" -# -# File: src/www/load_balancer_virtual_server.php, line: 145 -msgid "The virtual server configuration has been changed" -msgstr "" -# -# File: src/www/load_balancer_virtual_server.php, line: 163 -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 69 -msgid "Pool" -msgstr "" -# -# File: src/www/load_balancer_virtual_server.php, line: 164 -# File: src/www/load_balancer_virtual_server_edit.php, line: 223 -msgid "Fall Back Pool" -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 68 -# File: src/www/load_balancer_virtual_server_edit.php, line: 257 -msgid "Relay Protocol" -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 77 -msgid "" -"This virtual server name has already been used. Virtual server names must " -"be unique." -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 80 -msgid "You cannot use spaces or slashes in the 'name' field." -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 83 -msgid "" -"The port must be an integer between 1 and 65535, a port alias, or left blank." -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 86 -#, php-format -msgid "%s is not a valid IP address, IPv4 subnet, or alias." -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 88 -#, php-format -msgid "%s is a subnet containing more than 64 IP addresses." -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 91 -msgid "You cannot select a Fall Back Pool when using the DNS relay protocol." -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 160 -msgid "Edit Load Balancer - Virtual Server entry" -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 178 -msgid "" -"This is normally the WAN IP address that you would like the server to listen " -"on. All connections to this IP and port will be forwarded to the pool " -"cluster." -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 179 -msgid "" -"You may also specify a host alias listed in Firewall -> Aliases here." -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 192 -msgid "" -"This is the port that the clients will connect to. All connections to this " -"port will be forwarded to the pool cluster." -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 193 -msgid "If left blank, listening ports from the pool will be used." -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 204 -msgid "Virtual Server Pool" -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 207 -# File: src/www/load_balancer_virtual_server_edit.php, line: 226 -msgid "Please add a pool on the Pools tab to use this feature." -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 239 -msgid "" -"The server pool to which clients will be redirected if *ALL* servers in the " -"Virtual Server Pool are offline." -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 240 -msgid "This option is NOT compatible with the DNS relay protocol." -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 276 -msgid "Submit" -msgstr "" -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 285 -msgid "" -"Don't forget to add a firewall rule for the virtual server/pool after you're " -"finished setting it up." -msgstr "" -# -# File: src/www/reboot.php, line: 47 -msgid "The system is rebooting now. This may take one minute." -msgstr "" -# -# File: src/www/reboot.php, line: 51 -msgid "Are you sure you want to reboot the system?" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 89 -# File: src/www/services_router_advertisements.php, line: 41 -msgid "Only interfaces configured with a static IP will be shown" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 89 -msgid "" -"The DHCP Server can only be enabled on interfaces configured with static IP " -"addresses" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 218 -# File: src/www/services_dhcpv6.php, line: 149 -msgid "Range begin" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 218 -# File: src/www/services_dhcpv6.php, line: 149 -msgid "Range end" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 223 -# File: src/www/services_dhcp.php, line: 225 -# File: src/www/services_dhcpv6.php, line: 154 -# File: src/www/services_dhcpv6.php, line: 158 -# File: src/www/services_dhcpv6.php, line: 160 -msgid "A valid range must be specified." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 227 -# File: src/www/services_dhcp_edit.php, line: 204 -msgid "A valid IP address must be specified for the gateway." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 229 -# File: src/www/services_dhcp_edit.php, line: 206 -msgid "" -"A valid IP address must be specified for the primary/secondary WINS servers." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 234 -# File: src/www/services_dhcp_edit.php, line: 212 -#, php-format -msgid "" -"The gateway address %s does not lie within the chosen interface's subnet." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 237 -# File: src/www/services_dhcp_edit.php, line: 215 -msgid "" -"A valid IP address must be specified for the primary/secondary DNS servers." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 240 -# File: src/www/services_dhcp_edit.php, line: 218 -# File: src/www/services_dhcpv6.php, line: 167 -msgid "The default lease time must be at least 60 seconds." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 243 -# File: src/www/services_dhcp_edit.php, line: 220 -# File: src/www/services_dhcpv6.php, line: 169 -msgid "" -"The maximum lease time must be at least 60 seconds and higher than the " -"default lease time." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 245 -# File: src/www/services_dhcp_edit.php, line: 222 -# File: src/www/services_dhcpv6.php, line: 171 -msgid "A valid domain name must be specified for the dynamic DNS registration." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 247 -# File: src/www/services_dhcp_edit.php, line: 224 -msgid "" -"A valid primary domain name server IP address must be specified for the " -"dynamic domain name." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 250 -# File: src/www/services_dhcp_edit.php, line: 227 -# File: src/www/services_dhcpv6.php, line: 176 -msgid "You must specify both a valid domain key and key name." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 255 -# File: src/www/services_dhcp_edit.php, line: 232 -# File: src/www/services_dhcpv6.php, line: 181 -# File: src/www/services_router_advertisements.php, line: 120 -msgid "A valid domain search list must be specified." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 263 -msgid "" -"If you specify a mac allow list, it must contain only valid partial MAC " -"addresses." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 265 -msgid "" -"If you specify a mac deny list, it must contain only valid partial MAC " -"addresses." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 268 -# File: src/www/services_dhcp_edit.php, line: 239 -msgid "" -"A valid IP address must be specified for the primary/secondary NTP servers." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 270 -# File: src/www/services_dhcpv6.php, line: 190 -msgid "A valid domain name must be specified for the DNS domain." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 272 -# File: src/www/services_dhcp_edit.php, line: 241 -msgid "A valid IP address or hostname must be specified for the TFTP server." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 274 -# File: src/www/services_dhcp_edit.php, line: 243 -msgid "A valid IP address must be specified for the network boot server." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 277 -msgid "You cannot use the network address in the starting subnet range." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 279 -msgid "You cannot use the broadcast address in the ending subnet range." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 286 -#, php-format -msgid "The subnet range cannot overlap with virtual IP address %s." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 296 -msgid "" -"Cannot enable static ARP when you have static map entries without IP " -"addresses. Ensure all static maps have IP addresses and try again." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 301 -msgid "Text type cannot include quotation marks." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 303 -msgid "" -"String type must be enclosed in quotes like \"this\" or must be a series of " -"octets specified in hexadecimal, separated by colons, like 01:23:45:67:89:ab:" -"cd:ef" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 305 -msgid "Boolean type must be true, false, on, or off." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 307 -msgid "Unsigned 8-bit integer type must be a number in the range 0 to 255." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 309 -msgid "Unsigned 16-bit integer type must be a number in the range 0 to 65535." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 311 -msgid "" -"Unsigned 32-bit integer type must be a number in the range 0 to 4294967295." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 313 -msgid "Signed 8-bit integer type must be a number in the range -128 to 127." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 315 -msgid "" -"Signed 16-bit integer type must be a number in the range -32768 to 32767." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 317 -msgid "" -"Signed 32-bit integer type must be a number in the range -2147483648 to " -"2147483647." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 319 -msgid "IP address or host type must be an IP address or host name." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 330 -# File: src/www/services_dhcpv6.php, line: 218 -msgid "The specified range lies outside of the current subnet." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 334 -# File: src/www/services_dhcpv6.php, line: 223 -msgid "The range is invalid (first element higher than second element)." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 341 -msgid "" -"The specified range must not be within the DHCP range for this interface." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 350 -msgid "" -"The specified range must not be within the range configured on a DHCP pool " -"for this interface." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 357 -# File: src/www/services_dhcpv6.php, line: 227 -#, php-format -msgid "" -"You must disable the DHCP relay on the %s interface before enabling the DHCP " -"server." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 367 -# File: src/www/services_dhcpv6.php, line: 242 -#, php-format -msgid "The DHCP range cannot overlap any static DHCP mappings." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 553 -msgid "Boolean" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 553 -msgid "String" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 553 -msgid "Text" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 554 -msgid "Unsigned 16-bit integer" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 554 -msgid "Unsigned 32-bit integer" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 554 -msgid "Unsigned 8-bit integer" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 555 -msgid "IP address or host" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 555 -msgid "Signed 16-bit integer" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 555 -msgid "Signed 32-bit integer" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 555 -msgid "Signed 8-bit integer" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 671 -# File: src/www/services_dhcpv6.php, line: 450 -msgid "The static mapping configuration has been changed" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 711 -# File: src/www/services_dhcpv6.php, line: 510 -msgid "" -"DHCP Relay is currently enabled. Cannot enable the DHCP Server service while " -"the DHCP Relay is enabled on any interface." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 722 -#, php-format -msgid "Enable DHCP server on %s interface" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 728 -msgid "" -"Editing Pool-Specific Options. To return to the Interface, click its tab " -"above." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 735 -msgid "Deny unknown clients" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 736 -msgid "" -"If this is checked, only the clients defined below will get DHCP leases from " -"this server. " -msgstr "" -# -# File: src/www/services_dhcp.php, line: 740 -msgid "Pool Description" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 753 -# File: src/www/services_dhcpv6.php, line: 538 -msgid "Subnet mask" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 759 -# File: src/www/services_dhcpv6.php, line: 544 -msgid "Available range" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 786 -# File: src/www/services_dhcpv6.php, line: 580 -msgid "Range" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 794 -msgid "Additional Pools" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 796 -msgid "" -"If you need additional pools of addresses inside of this subnet outside the " -"above Range, they may be specified here." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 799 -msgid "Pool Start" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 800 -msgid "Pool End" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 821 -msgid "Do you really want to delete this pool?" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 833 -# File: src/www/services_dhcp_edit.php, line: 426 -msgid "WINS servers" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 840 -# File: src/www/services_dhcp_edit.php, line: 433 -# File: src/www/services_dhcpv6.php, line: 605 -# File: src/www/services_router_advertisements.php, line: 337 -# File: src/www/system_general.php, line: 346 -# File: src/www/vpn_pppoe_edit.php, line: 502 -msgid "DNS servers" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 844 -# File: src/www/services_dhcp_edit.php, line: 437 -# File: src/www/services_dhcpv6.php, line: 609 -# File: src/www/services_router_advertisements.php, line: 341 -msgid "" -"NOTE: leave blank to use the system default DNS servers - this interface's " -"IP if DNS forwarder is enabled, otherwise the servers configured on the " -"General page." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 851 -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network. Type \"none\" for no gateway assignment." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 855 -# File: src/www/services_dhcp_edit.php, line: 448 -# File: src/www/services_dhcpv6.php, line: 613 -msgid "Domain name" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 858 -# File: src/www/services_dhcp_edit.php, line: 451 -# File: src/www/services_dhcpv6.php, line: 616 -msgid "" -"The default is to use the domain name of this system as the default domain " -"name provided by DHCP. You may specify an alternate domain name here." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 862 -# File: src/www/services_dhcp_edit.php, line: 455 -# File: src/www/services_dhcpv6.php, line: 620 -# File: src/www/services_router_advertisements.php, line: 346 -msgid "Domain search list" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 865 -# File: src/www/services_dhcp_edit.php, line: 458 -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator " -msgstr "" -# -# File: src/www/services_dhcp.php, line: 869 -# File: src/www/services_dhcp_edit.php, line: 462 -# File: src/www/services_dhcpv6.php, line: 627 -msgid "Default lease time" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 873 -# File: src/www/services_dhcp_edit.php, line: 466 -# File: src/www/services_dhcpv6.php, line: 631 -msgid "" -"This is used for clients that do not ask for a specific expiration time." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 875 -# File: src/www/services_dhcp_edit.php, line: 468 -# File: src/www/services_dhcpv6.php, line: 633 -msgid "The default is 7200 seconds." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 879 -# File: src/www/services_dhcp_edit.php, line: 472 -# File: src/www/services_dhcpv6.php, line: 637 -msgid "Maximum lease time" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 883 -# File: src/www/services_dhcp_edit.php, line: 476 -# File: src/www/services_dhcpv6.php, line: 641 -msgid "" -"This is the maximum lease time for clients that ask for a specific " -"expiration time." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 885 -# File: src/www/services_dhcp_edit.php, line: 478 -# File: src/www/services_dhcpv6.php, line: 643 -msgid "The default is 86400 seconds." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 890 -msgid "Failover peer IP:" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 893 -msgid "" -"Leave blank to disable. Enter the interface IP address of the other " -"machine. Machines must be using CARP. Interface's advskew determines " -"whether the DHCPd process is Primary or Secondary. Ensure one machine's " -"advskew<20 (and the other is >20)." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 899 -# File: src/www/services_dhcp.php, line: 1128 -msgid "Static ARP" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 902 -msgid "Enable Static ARP entries" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 904 -msgid "" -"Warning: This option persists even if DHCP server is disabled. Only the " -"machines listed below will be able to communicate with the firewall on this " -"NIC." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 910 -# File: src/www/services_dhcpv6.php, line: 647 -msgid "Time format change" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 913 -msgid "Change DHCP display lease time from UTC to local time." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 915 -msgid "" -"Warning: By default DHCP leases are displayed in UTC time. By checking this " -"box DHCP lease time will be displayed in local time and set to time zone " -"selected. This will be used for all DHCP interfaces lease time." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 922 -# File: src/www/services_dhcp_edit.php, line: 482 -# File: src/www/services_dhcpv6.php, line: 672 -# File: src/www/vpn_ipsec_phase1.php, line: 788 -# File: src/www/vpn_openvpn_export.php, line: 650 -# File: src/www/vpn_openvpn_export.php, line: 660 -msgid "Dynamic DNS" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 925 -# File: src/www/services_dhcp_edit.php, line: 485 -# File: src/www/services_dhcpv6.php, line: 675 -msgid "Show Dynamic DNS" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 929 -# File: src/www/services_dhcp_edit.php, line: 489 -# File: src/www/services_dhcpv6.php, line: 679 -msgid "Enable registration of DHCP client names in DNS." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 932 -# File: src/www/services_dhcp_edit.php, line: 492 -# File: src/www/services_dhcpv6.php, line: 682 -msgid "Note: Leave blank to disable dynamic DNS registration." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 933 -# File: src/www/services_dhcp_edit.php, line: 493 -# File: src/www/services_dhcpv6.php, line: 683 -msgid "" -"Enter the dynamic DNS domain which will be used to register client names in " -"the DNS server." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 935 -# File: src/www/services_dhcp_edit.php, line: 495 -# File: src/www/services_dhcpv6.php, line: 685 -msgid "" -"Enter the primary domain name server IP address for the dynamic domain name." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 937 -# File: src/www/services_dhcp_edit.php, line: 497 -# File: src/www/services_dhcpv6.php, line: 687 -msgid "" -"Enter the dynamic DNS domain key name which will be used to register client " -"names in the DNS server." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 939 -# File: src/www/services_dhcp_edit.php, line: 499 -# File: src/www/services_dhcpv6.php, line: 689 -msgid "" -"Enter the dynamic DNS domain key secret which will be used to register " -"client names in the DNS server." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 944 -msgid "MAC Address Control" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 947 -msgid "Show MAC Address Control" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 951 -msgid "" -"Enter a list of partial MAC addresses to allow, comma separated, no spaces, " -"such as " -msgstr "" -# -# File: src/www/services_dhcp.php, line: 953 -msgid "" -"Enter a list of partial MAC addresses to deny access, comma separated, no " -"spaces, such as " -msgstr "" -# -# File: src/www/services_dhcp.php, line: 958 -# File: src/www/services_dhcp_edit.php, line: 505 -# File: src/www/services_dhcpv6.php, line: 695 -msgid "NTP servers" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 961 -# File: src/www/services_dhcp_edit.php, line: 508 -# File: src/www/services_dhcpv6.php, line: 698 -msgid "Show NTP configuration" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 970 -# File: src/www/services_dhcp_edit.php, line: 517 -# File: src/www/services_dhcpv6.php, line: 708 -msgid "TFTP server" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 973 -# File: src/www/services_dhcp_edit.php, line: 520 -# File: src/www/services_dhcpv6.php, line: 711 -msgid "Show TFTP configuration" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 977 -# File: src/www/services_dhcp_edit.php, line: 524 -# File: src/www/services_dhcpv6.php, line: 715 -msgid "" -"Leave blank to disable. Enter a full hostname or IP for the TFTP server." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 982 -# File: src/www/services_dhcpv6.php, line: 721 -msgid "LDAP URI" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 985 -# File: src/www/services_dhcpv6.php, line: 724 -msgid "Show LDAP configuration" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 989 -# File: src/www/services_dhcpv6.php, line: 728 -msgid "" -"Leave blank to disable. Enter a full URI for the LDAP server in the form " -"ldap://ldap.example.com/dc=example,dc=com" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 994 -# File: src/www/services_dhcpv6.php, line: 733 -msgid "Enable network booting" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 997 -# File: src/www/services_dhcpv6.php, line: 736 -msgid "Show Network booting" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1001 -# File: src/www/services_dhcpv6.php, line: 740 -msgid "Enables network booting." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1003 -msgid "Enter the IP of the" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1003 -msgid "next-server" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1005 -msgid "and the default bios filename" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1007 -msgid "and the UEFI 32bit filename " -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1009 -msgid "and the UEFI 64bit filename " -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1011 -msgid "" -"Note: You need both a filename and a boot server configured for this to work!" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1012 -msgid "" -"You will need all three filenames and a boot server configured for UEFI to " -"work!" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1013 -msgid "Enter the" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1013 -msgid "root-path" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1013 -msgid "string" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1015 -msgid "" -"Note: string-format: iscsi:(servername):(protocol):(port):(LUN):targetname" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1021 -# File: src/www/services_dhcpv6.php, line: 748 -msgid "Additional BOOTP/DHCP Options" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1024 -# File: src/www/services_dhcpv6.php, line: 751 -msgid "Show Additional BOOTP/DHCP Options" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1032 -# File: src/www/services_dhcpv6.php, line: 759 -msgid "" -"Enter the DHCP option number and the value for each item you would like to " -"include in the DHCP lease information. For a list of available options " -"please visit this" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1032 -# File: src/www/services_dhcpv6.php, line: 759 -msgid "URL" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1039 -# File: src/www/services_dhcpv6.php, line: 765 -# File: src/www/services_unbound_overrides.php, line: 134 -# File: src/www/system_advanced_sysctl.php, line: 166 -# File: src/www/system_advanced_sysctl.php, line: 217 -# File: src/www/system_certmanager.php, line: 910 -msgid "Value" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1107 -# File: src/www/services_dhcpv6.php, line: 816 -msgid "System: General setup" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1107 -# File: src/www/services_dhcpv6.php, line: 816 -msgid "The DNS servers entered in" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1108 -# File: src/www/services_dhcpv6.php, line: 817 -msgid "(or the" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1108 -# File: src/www/services_dhcpv6.php, line: 817 -msgid "DNS forwarder" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1109 -# File: src/www/services_dhcpv6.php, line: 818 -msgid "if enabled)" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1109 -# File: src/www/services_dhcpv6.php, line: 818 -msgid "will be assigned to clients by the DHCP server." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1112 -msgid "Status: DHCP leases" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1112 -# File: src/www/services_dhcpv6.php, line: 821 -msgid "The DHCP lease table can be viewed on the" -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1113 -# File: src/www/services_dhcpv6.php, line: 822 -msgid "page." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1124 -msgid "DHCP Static Mappings for this interface." -msgstr "" -# -# File: src/www/services_dhcp.php, line: 1167 -# File: src/www/services_dhcpv6.php, line: 868 -msgid "Do you really want to delete this mapping?" -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 141 -msgid "Either MAC address or Client identifier must be specified" -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 149 -# File: src/www/services_dhcpv6_edit.php, line: 102 -msgid "The hostname cannot end with a hyphen according to RFC952" -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 154 -# File: src/www/services_dhcpv6_edit.php, line: 107 -msgid "" -"A valid hostname is specified, but the domain name part should be omitted" -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 165 -msgid "Static ARP is enabled. You must specify an IP address." -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 174 -msgid "This Hostname, IP, MAC address or Client identifier already exists." -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 185 -#, php-format -msgid "The IP address must not be within the DHCP range for this interface." -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 190 -msgid "" -"The IP address must not be within the range configured on a DHCP pool for " -"this interface." -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 199 -#, php-format -msgid "The IP address must lie in the %s subnet." -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 359 -msgid "Static DHCP Mapping" -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 370 -msgid "Copy my MAC address" -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 372 -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 376 -msgid "Client identifier" -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 386 -msgid "If an IPv4 address is entered, the address must be outside of the pool." -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 388 -msgid "" -"If no IPv4 address is given, one will be dynamically allocated from the pool." -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 395 -# File: src/www/services_dhcpv6_edit.php, line: 217 -msgid "Name of the host, without domain part." -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 399 -msgid "Netboot Filename" -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 402 -# File: src/www/services_dhcpv6_edit.php, line: 224 -msgid "" -"Name of the file that should be loaded when this host boots off of the " -"network, overrides setting on main page." -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 405 -# File: src/www/services_dhcpv6_edit.php, line: 227 -msgid "Root Path" -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 408 -# File: src/www/services_dhcpv6_edit.php, line: 230 -msgid "Enter the root-path-string, overrides setting on main page." -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 419 -msgid "ARP Table Static Entry" -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 422 -msgid "Create an ARP Table Static Entry for this MAC & IP Address pair. " -msgstr "" -# -# File: src/www/services_dhcp_edit.php, line: 444 -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network." -msgstr "" -# -# File: src/www/services_dhcp_relay.php, line: 69 -# File: src/www/services_dhcpv6_relay.php, line: 65 -msgid "Destination Server" -msgstr "" -# -# File: src/www/services_dhcp_relay.php, line: 77 -msgid "A valid Destination Server IP address must be specified." -msgstr "" -# -# File: src/www/services_dhcp_relay.php, line: 140 -msgid "" -"DHCP Server is currently enabled. Cannot enable the DHCP Relay service while " -"the DHCP Server is enabled on any interface." -msgstr "" -# -# File: src/www/services_dhcp_relay.php, line: 144 -msgid "DHCP Relay configuration" -msgstr "" -# -# File: src/www/services_dhcp_relay.php, line: 154 -#, php-format -msgid "Enable DHCP relay on interface" -msgstr "" -# -# File: src/www/services_dhcp_relay.php, line: 158 -# File: src/www/services_dhcpv6_relay.php, line: 155 -# File: src/www/services_ntpd.php, line: 229 -msgid "Interface(s)" -msgstr "" -# -# File: src/www/services_dhcp_relay.php, line: 172 -# File: src/www/services_ntpd.php, line: 253 -msgid "Interfaces without an IP address will not be shown." -msgstr "" -# -# File: src/www/services_dhcp_relay.php, line: 179 -# File: src/www/services_dhcpv6_relay.php, line: 176 -msgid "Append circuit ID and agent ID to requests" -msgstr "" -# -# File: src/www/services_dhcp_relay.php, line: 180 -#, php-format -msgid "" -"If this is checked, the DHCP relay will append the circuit ID (%s interface " -"number) and the agent ID to the DHCP request." -msgstr "" -# -# File: src/www/services_dhcp_relay.php, line: 183 -# File: src/www/services_dhcpv6_relay.php, line: 180 -msgid "Destination server" -msgstr "" -# -# File: src/www/services_dhcp_relay.php, line: 187 -msgid "" -"This is the IP address of the server to which DHCP requests are relayed. You " -"can enter multiple server IP addresses, separated by commas. Select \"Proxy " -"requests to DHCP server on WAN subnet\" to relay DHCP packets to the server " -"that was used on the WAN interface." -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 45 -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses. Only interfaces configured with a static IP will be shown." -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 156 -msgid "A valid prefix range must be specified." -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 162 -msgid "A valid IPv6 address must be specified for the gateway." -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 164 -# File: src/www/services_router_advertisements.php, line: 115 -msgid "" -"A valid IPv6 address must be specified for the primary/secondary DNS servers." -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 173 -msgid "" -"A valid primary domain name server IPv4 address must be specified for the " -"dynamic domain name." -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 188 -msgid "" -"A valid IPv6 address must be specified for the primary/secondary NTP servers." -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 192 -msgid "A valid IPv6 address or hostname must be specified for the TFTP server." -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 194 -msgid "A valid URL must be specified for the network bootfile." -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 201 -#, php-format -msgid "The subnet range cannot overlap with virtual IPv6 address %s." -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 501 -# File: src/www/services_router_advertisements.php, line: 224 -# File: src/www/services_router_advertisements.php, line: 232 -msgid "Router Advertisements" -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 523 -#, php-format -msgid "Enable DHCPv6 server on %s interface" -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 563 -# File: src/www/vpn_l2tp.php, line: 343 -msgid "Subnet Mask" -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 587 -msgid "Prefix Delegation Range" -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 591 -msgid "Prefix Delegation Size" -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 600 -msgid "" -"You can define a Prefix range here for DHCP Prefix Delegation. This allows " -"for\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\tassigning networks to subrouters. The start and " -"end of the range must end on boundaries of the prefix delegation size." -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 623 -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator" -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 656 -msgid "Change DHCPv6 display lease time from UTC to local time." -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 663 -msgid "" -"By default DHCPv6 leases are displayed in UTC time. By checking this\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\tbox DHCPv6 lease time will be displayed in local " -"time and set to time zone selected. This will be used for all DHCPv6 " -"interfaces lease time." -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 742 -msgid "Enter the Bootfile URL" -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 784 -msgid "Delete" -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 791 -# File: src/www/services_router_advertisements.php, line: 322 -msgid "add another entry" -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 821 -msgid "Status: DHCPv6 leases" -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 831 -msgid "DHCPv6 Static Mappings for this interface." -msgstr "" -# -# File: src/www/services_dhcpv6.php, line: 835 -# File: src/www/status_dhcpv6_leases.php, line: 421 -# File: src/www/status_dhcpv6_leases.php, line: 524 -msgid "DUID" -msgstr "" -# -# File: src/www/services_dhcpv6_edit.php, line: 95 -# File: src/www/services_dhcpv6_edit.php, line: 195 -msgid "DUID Identifier" -msgstr "" -# -# File: src/www/services_dhcpv6_edit.php, line: 115 -msgid "A valid DUID Identifier must be specified." -msgstr "" -# -# File: src/www/services_dhcpv6_edit.php, line: 124 -msgid "This Hostname, IP or DUID Identifier already exists." -msgstr "" -# -# File: src/www/services_dhcpv6_edit.php, line: 192 -msgid "Static DHCPv6 Mapping" -msgstr "" -# -# File: src/www/services_dhcpv6_edit.php, line: 199 -msgid "Enter a DUID Identifier in the following format: " -msgstr "" -# -# File: src/www/services_dhcpv6_edit.php, line: 200 -msgid "DUID-LLT - ETH -- TIME --- ---- ADDR ----" -msgstr "" -# -# File: src/www/services_dhcpv6_edit.php, line: 208 -msgid "If an IPv6 address is entered, the address must be outside of the pool." -msgstr "" -# -# File: src/www/services_dhcpv6_edit.php, line: 210 -msgid "" -"If no IPv6 address is given, one will be dynamically allocated from the pool." -msgstr "" -# -# File: src/www/services_dhcpv6_edit.php, line: 221 -msgid "Netboot filename" -msgstr "" -# -# File: src/www/services_dhcpv6_relay.php, line: 73 -msgid "A valid Destination Server IPv6 address must be specified." -msgstr "" -# -# File: src/www/services_dhcpv6_relay.php, line: 136 -msgid "" -"DHCPv6 Server is currently enabled. Cannot enable the DHCPv6 Relay service " -"while the DHCPv6 Server is enabled on any interface." -msgstr "" -# -# File: src/www/services_dhcpv6_relay.php, line: 140 -msgid "DHCPv6 Relay configuration" -msgstr "" -# -# File: src/www/services_dhcpv6_relay.php, line: 151 -#, php-format -msgid "Enable DHCPv6 relay on interface" -msgstr "" -# -# File: src/www/services_dhcpv6_relay.php, line: 169 -msgid "Interfaces without an IPv6 address will not be shown." -msgstr "" -# -# File: src/www/services_dhcpv6_relay.php, line: 177 -#, php-format -msgid "" -"If this is checked, the DHCPv6 relay will append the circuit ID (%s " -"interface number) and the agent ID to the DHCPv6 request." -msgstr "" -# -# File: src/www/services_dhcpv6_relay.php, line: 184 -msgid "" -"This is the IPv6 address of the server to which DHCPv6 requests are relayed. " -"You can enter multiple server IPv6 addresses, separated by commas. " -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 83 -# File: src/www/system_advanced_admin.php, line: 82 -msgid "You must specify a valid port number" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 98 -msgid "Invalid custom options" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 178 -msgid "The DNS forwarder configuration has been changed." -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 188 -msgid "General DNS Forwarder Options" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 198 -msgid "Enable DNS forwarder" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 202 -# File: src/www/services_unbound.php, line: 268 -msgid "DHCP Registration" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 205 -msgid "Register DHCP leases in DNS forwarder" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 206 -#, php-format -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS forwarder, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 214 -# File: src/www/services_unbound.php, line: 280 -msgid "Static DHCP" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 217 -msgid "Register DHCP static mappings in DNS forwarder" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 218 -#, php-format -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS forwarder, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 225 -msgid "Prefer DHCP" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 228 -msgid "Resolve DHCP mappings first" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 229 -#, php-format -msgid "" -"If this option is set, then DHCP mappings will be resolved before the manual " -"list of names below. This only affects the name given for a reverse lookup " -"(PTR)." -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 235 -# File: src/www/services_unbound.php, line: 261 -msgid "DNS Query Forwarding" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 238 -msgid "Query DNS servers sequentially" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 239 -#, php-format -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will query the DNS servers " -"sequentially in the order specified (System - General Setup - DNS " -"Servers), rather than all at once in parallel. " -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 248 -msgid "Require domain" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 249 -#, php-format -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward A or AAAA " -"queries for plain names, without dots or domain parts, to upstream name " -"servers. If the name is not known from /etc/hosts or DHCP then a \"not found" -"\" answer is returned. " -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 258 -msgid "Do not forward private reverse lookups" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 259 -#, php-format -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward reverse " -"DNS lookups (PTR) for private addresses (RFC 1918) to upstream name " -"servers. Any entries in the Domain Overrides section forwarding private \"n." -"n.n.in-addr.arpa\" names to a specific server are still forwarded. If the IP " -"to name is not known from /etc/hosts, DHCP or a specific domain override " -"then a \"not found\" answer is immediately returned. " -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 267 -# File: src/www/services_unbound.php, line: 193 -msgid "Listen Port" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 271 -# File: src/www/services_unbound.php, line: 198 -msgid "" -"The port used for responding to DNS queries. It should normally be left " -"blank unless another service needs to bind to TCP/UDP port 53." -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 281 -msgid "" -"Interface IPs used by the DNS Forwarder for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 301 -msgid "Strict Interface Binding" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 303 -msgid "" -"If this option is set, the DNS forwarder will only bind to the interfaces " -"containing the IP addresses selected above, rather than binding to all " -"interfaces and discarding queries to other addresses." -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 305 -msgid "" -"NOTE: This option does NOT work with IPv6. If set, dnsmasq will not bind to " -"IPv6 addresses." -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 313 -# File: src/www/services_unbound.php, line: 302 -# File: src/www/services_upnp.php, line: 547 -msgid "Show advanced option" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 318 -msgid "" -"Enter any additional options you would like to add to the dnsmasq " -"configuration here, separated by a space or newline" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 332 -#, php-format -msgid "" -"If the DNS forwarder is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the forwarder. The DNS forwarder will use the DNS servers " -"entered in %sSystem: General setup%s or those obtained via DHCP or PPP on " -"WAN if the "Allow DNS server list to be overridden by DHCP/PPP on " -"WAN" is checked. If you don't use that option (or if you use a static " -"IP address on WAN), you must manually specify at least one DNS server on the " -"%sSystem: General setup%s page." -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 350 -# File: src/www/services_unbound_overrides.php, line: 118 -msgid "Host Overrides" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 354 -# File: src/www/services_unbound_overrides.php, line: 122 -msgid "" -"Entries in this section override individual results from the forwarders." -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 355 -# File: src/www/services_unbound_overrides.php, line: 123 -msgid "Use these for changing DNS results or for adding custom DNS records." -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 366 -# File: src/www/services_dnsmasq.php, line: 444 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 68 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 139 -# File: src/www/services_dnsmasq_edit.php, line: 74 -# File: src/www/services_dnsmasq_edit.php, line: 210 -# File: src/www/services_dnsmasq_edit.php, line: 244 -# File: src/www/services_unbound_domainoverride_edit.php, line: 60 -# File: src/www/services_unbound_domainoverride_edit.php, line: 131 -# File: src/www/services_unbound_host_edit.php, line: 84 -# File: src/www/services_unbound_host_edit.php, line: 265 -# File: src/www/services_unbound_host_edit.php, line: 334 -# File: src/www/services_unbound_overrides.php, line: 132 -# File: src/www/services_unbound_overrides.php, line: 214 -# File: src/www/system_general.php, line: 109 -# File: src/www/system_general.php, line: 335 -msgid "Domain" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 398 -# File: src/www/services_unbound_overrides.php, line: 182 -msgid "Do you really want to delete this host?" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 432 -# File: src/www/services_unbound_overrides.php, line: 202 -msgid "Domain Overrides" -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 435 -msgid "" -"Entries in this area override an entire domain, and subdomains, by " -"specifying an authoritative DNS server to be queried for that domain." -msgstr "" -# -# File: src/www/services_dnsmasq.php, line: 471 -# File: src/www/services_unbound_overrides.php, line: 244 -msgid "Do you really want to delete this domain override?" -msgstr "" -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 79 -# File: src/www/services_unbound_domainoverride_edit.php, line: 71 -msgid "A valid domain must be specified after _msdcs." -msgstr "" -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 83 -# File: src/www/services_dnsmasq_edit.php, line: 82 -# File: src/www/services_unbound_domainoverride_edit.php, line: 73 -# File: src/www/services_unbound_host_edit.php, line: 93 -msgid "A valid domain must be specified." -msgstr "" -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 86 -msgid "" -"A valid IP address must be specified, or # for an exclusion or ! to not " -"forward at all." -msgstr "" -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 89 -msgid "An interface IP address must be specified for the DNS query source." -msgstr "" -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 142 -# File: src/www/services_unbound_domainoverride_edit.php, line: 135 -msgid "Domain to override (NOTE: this does not have to be a valid TLD!)" -msgstr "" -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 143 -# File: src/www/services_dnsmasq_edit.php, line: 221 -# File: src/www/services_unbound_domainoverride_edit.php, line: 136 -# File: src/www/services_unbound_host_edit.php, line: 286 -# File: src/www/services_unbound_host_edit.php, line: 294 -msgid "or" -msgstr "" -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 143 -# File: src/www/services_unbound_domainoverride_edit.php, line: 136 -msgid "test" -msgstr "" -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 149 -# File: src/www/services_unbound_domainoverride_edit.php, line: 145 -msgid "IP address of the authoritative DNS server for this domain" -msgstr "" -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 150 -msgid "" -"Or enter ! for lookups for this host/subdomain to NOT be forwarded anywhere." -msgstr "" -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 150 -msgid "" -"Or enter # for an exclusion to pass through this host/subdomain to standard " -"nameservers instead of a previous override." -msgstr "" -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 153 -msgid "Source IP" -msgstr "" -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 156 -msgid "" -"Source IP address for queries to the DNS server for the override domain." -msgstr "" -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 157 -msgid "Leave blank unless your DNS server is accessed through a VPN tunnel." -msgstr "" -# -# File: src/www/services_dnsmasq_edit.php, line: 112 -# File: src/www/services_unbound_host_edit.php, line: 151 -msgid "Alias Domain" -msgstr "" -# -# File: src/www/services_dnsmasq_edit.php, line: 117 -# File: src/www/services_unbound_host_edit.php, line: 156 -msgid "" -"Hostnames in alias list can only contain the characters A-Z, 0-9 and '-'." -msgstr "" -# -# File: src/www/services_dnsmasq_edit.php, line: 120 -# File: src/www/services_unbound_host_edit.php, line: 158 -msgid "A valid domain must be specified in alias list." -msgstr "" -# -# File: src/www/services_dnsmasq_edit.php, line: 131 -msgid "This host/domain already exists." -msgstr "" -# -# File: src/www/services_dnsmasq_edit.php, line: 199 -msgid "Edit DNS Forwarder entry" -msgstr "" -# -# File: src/www/services_dnsmasq_edit.php, line: 205 -# File: src/www/services_unbound_host_edit.php, line: 260 -msgid "Name of the host, without domain part" -msgstr "" -# -# File: src/www/services_dnsmasq_edit.php, line: 207 -# File: src/www/services_unbound_host_edit.php, line: 261 -msgid "myhost" -msgstr "" -# -# File: src/www/services_dnsmasq_edit.php, line: 213 -# File: src/www/services_unbound_host_edit.php, line: 268 -msgid "Domain of the host" -msgstr "" -# -# File: src/www/services_dnsmasq_edit.php, line: 214 -# File: src/www/services_unbound_host_edit.php, line: 269 -msgid "example.com" -msgstr "" -# -# File: src/www/services_dnsmasq_edit.php, line: 220 -# File: src/www/services_unbound_host_edit.php, line: 293 -msgid "IP address of the host" -msgstr "" -# -# File: src/www/services_dnsmasq_edit.php, line: 238 -# File: src/www/services_unbound_host_edit.php, line: 328 -msgid "Enter additional names for this host." -msgstr "" -# -# File: src/www/services_dnsmasq_edit.php, line: 266 -# File: src/www/services_router_advertisements.php, line: 305 -msgid "remove this entry" -msgstr "" -# -# File: src/www/services_dyndns.php, line: 85 -# File: src/www/status_services.php, line: 295 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 79 -# File: src/www/widgets/widgets/services_status.widget.php, line: 59 -msgid "Service" -msgstr "" -# -# File: src/www/services_dyndns.php, line: 87 -# File: src/www/services_rfc2136.php, line: 81 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 81 -msgid "Cached IP" -msgstr "" -# -# File: src/www/services_dyndns.php, line: 184 -msgid "" -"IP addresses appearing in green are up to date with Dynamic DNS provider." -msgstr "" -# -# File: src/www/services_dyndns.php, line: 185 -msgid "" -"You can force an update for an IP address on the edit page for that service." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 88 -# File: src/www/services_dyndns_edit.php, line: 255 -msgid "Service type" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 100 -# File: src/www/services_dyndns_edit.php, line: 392 -msgid "Update URL" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 113 -msgid "The Hostname contains invalid characters." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 119 -msgid "The MX contains invalid characters." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 121 -# File: src/www/system_usermanager.php, line: 250 -# File: src/www/vpn_l2tp_users_edit.php, line: 84 -# File: src/www/vpn_pptp_users_edit.php, line: 82 -msgid "The username contains invalid characters." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 244 -msgid "Dynamic DNS client" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 251 -# File: src/www/services_rfc2136_edit.php, line: 208 -# File: src/www/services_rfc2136_edit.php, line: 214 -msgid "yes" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 269 -# File: src/www/services_rfc2136_edit.php, line: 154 -msgid "Interface to monitor" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 294 -msgid "Interface to send update from" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 316 -msgid "Note: This is almost always the same as the Interface to Monitor." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 327 -msgid "Enter the complete host/domain name. example: myhost.dyndns.org" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 328 -msgid "For he.net tunnelbroker, enter your tunnel ID" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 333 -msgid "MX" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 337 -msgid "" -"Note: With a dynamic DNS service you can only use a hostname, not an IP " -"address." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 339 -msgid "" -"Set this option only if you need a special MX record. Not all services " -"support this." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 343 -msgid "Wildcards" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 346 -# File: src/www/services_dyndns_edit.php, line: 352 -msgid "Enable " -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 346 -msgid "Wildcard" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 349 -msgid "Verbose logging" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 352 -msgid "verbose logging" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 355 -msgid "CURL options" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 358 -msgid "Force IPv4 resolving" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 360 -msgid "Verify SSL peer" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 367 -msgid "" -"Username is required for all types except Namecheap, FreeDNS and Custom " -"Entries." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 368 -msgid "Route 53: Enter your Access Key ID." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 369 -msgid "Duck DNS: Enter your Token." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 370 -msgid "" -"For Custom Entries, Username and Password represent HTTP Authentication " -"username and passwords." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 378 -msgid "" -"FreeDNS (freedns.afraid.org): Enter your \"Authentication Token\" provided " -"by FreeDNS." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 379 -msgid "Route 53: Enter your Secret Access Key." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 380 -msgid "Duck DNS: Leave blank." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 385 -msgid "Zone ID" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 388 -msgid "" -"Enter Zone ID that you received when you created your domain in Route 53." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 395 -msgid "" -"This is the only field required by for Custom Dynamic DNS, and is only used " -"by Custom Entries." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 397 -# File: src/www/services_dyndns_edit.php, line: 408 -msgid "" -"If you need the new IP to be included in the request, put %IP% in its place." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 401 -msgid "Result Match" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 404 -msgid "This field is only used by Custom Dynamic DNS Entries." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 406 -msgid "" -"This field should be identical to what your dynamic DNS Provider will return " -"if the update succeeds, leave it blank to disable checking of returned " -"results." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 410 -msgid "" -"If you need to include multiple possible values, separate them with a |. If " -"your provider includes a |, escape it with \\|" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 412 -msgid "" -"Tabs (\\t), newlines (\\n) and carriage returns (\\r) at the beginning or " -"end of the returned results are removed before comparison." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 417 -# File: src/www/services_rfc2136_edit.php, line: 73 -# File: src/www/services_rfc2136_edit.php, line: 172 -msgid "TTL" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 420 -msgid "Choose TTL for your dns record." -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 437 -# File: src/www/services_rfc2136_edit.php, line: 105 -msgid "Save & Force Update" -msgstr "" -# -# File: src/www/services_dyndns_edit.php, line: 445 -#, php-format -msgid "" -"You must configure a DNS server in %sSystem:\n" -"\t\t\t\t\t General setup%s or allow the DNS server list " -"to be overridden\n" -"\t\t\t\t\t by DHCP/PPP on WAN for dynamic DNS updates to " -"work." -msgstr "" -# -# File: src/www/services_igmpproxy.php, line: 71 -msgid "add a new igmpentry" -msgstr "" -# -# File: src/www/services_igmpproxy.php, line: 86 -msgid "The IGMP entry list has been changed" -msgstr "" -# -# File: src/www/services_igmpproxy.php, line: 128 -msgid "edit igmpentry" -msgstr "" -# -# File: src/www/services_igmpproxy.php, line: 129 -msgid "" -"Do you really want to delete this igmp entry? All elements that still use it " -"will become invalid (e.g. filter rules)!" -msgstr "" -# -# File: src/www/services_igmpproxy.php, line: 129 -msgid "delete igmpentry" -msgstr "" -# -# File: src/www/services_igmpproxy.php, line: 143 -msgid "" -"Please add the interface for upstream, the allowed subnets, and the " -"downstream interfaces you would like the proxy to allow. Only one 'upstream' " -"interface can be configured." -msgstr "" -# -# File: src/www/services_igmpproxy_edit.php, line: 64 -msgid "Only one 'upstream' interface can be configured." -msgstr "" -# -# File: src/www/services_igmpproxy_edit.php, line: 157 -msgid "IGMP Proxy Edit" -msgstr "" -# -# File: src/www/services_igmpproxy_edit.php, line: 187 -msgid "Upstream Interface" -msgstr "" -# -# File: src/www/services_igmpproxy_edit.php, line: 188 -msgid "Downstream Interface" -msgstr "" -# -# File: src/www/services_igmpproxy_edit.php, line: 192 -msgid "" -"The upstream network interface is the outgoing interface which is " -"responsible for communicating to available multicast data sources. There can " -"only be one upstream interface." -msgstr "" -# -# File: src/www/services_igmpproxy_edit.php, line: 198 -msgid "Downstream" -msgstr "" -# -# File: src/www/services_igmpproxy_edit.php, line: 198 -msgid "" -"network interfaces are the distribution interfaces to the destination " -"networks, where multicast clients can join groups and receive multicast " -"data. One or more downstream interfaces must be configured." -msgstr "" -# -# File: src/www/services_igmpproxy_edit.php, line: 205 -msgid "Threshold" -msgstr "" -# -# File: src/www/services_igmpproxy_edit.php, line: 210 -msgid "" -"Defines the TTL threshold for the network interface. Packets with a " -"lower TTL than the threshold value will be ignored. This setting is " -"optional, and by default the threshold is 1." -msgstr "" -# -# File: src/www/services_igmpproxy_edit.php, line: 217 -msgid "Network (s)" -msgstr "" -# -# File: src/www/services_igmpproxy_edit.php, line: 223 -# File: src/www/services_unbound_acls.php, line: 249 -msgid "CIDR" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 196 -# File: src/www/services_ntpd.php, line: 287 -msgid "Add another Time server" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 226 -msgid "NTP Server Configuration" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 255 -msgid "Selecting no interfaces will listen on all interfaces with a wildcard." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 256 -msgid "" -"Selecting all interfaces will explicitly listen on only the interfaces/IPs " -"specified." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 260 -msgid "Time servers" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 280 -msgid "prefer this server" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 283 -msgid "do not use this server" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 290 -msgid "For best results three to five servers should be configured here." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 292 -#, php-format -msgid "" -"The %sprefer%s option indicates that NTP should favor the use of this server " -"more than all others." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 294 -#, php-format -msgid "" -"The %snoselect%s option indicates that NTP should not use this server for " -"time, but stats for this server will be collected and displayed." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 298 -msgid "Orphan mode" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 300 -msgid "(0-15)" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 301 -msgid "" -"Orphan mode allows the system clock to be used when no other clocks are " -"available. The number here specifies the stratum reported during orphan mode " -"and should normally be set to a number high enough to insure that any other " -"servers available to clients are preferred over this server. (default: 12)." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 305 -msgid "NTP graphs" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 308 -msgid "Enable rrd graphs of NTP statistics (default: disabled)." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 312 -msgid "Syslog logging" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 314 -msgid "Status > System Logs > NTP" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 314 -msgid "" -"These options enable additional messages from NTP to be written to the " -"System Log" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 317 -msgid "Enable logging of peer messages (default: disabled)." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 320 -msgid "Enable logging of system messages (default: disabled)." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 324 -msgid "Statistics logging" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 327 -msgid "Show statistics logging options" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 330 -msgid "Warning: " -msgstr "" -# -# File: src/www/services_ntpd.php, line: 330 -msgid "these options will create persistant daily log files in /var/log/ntp." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 333 -msgid "Enable logging of reference clock statistics (default: disabled)." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 336 -msgid "Enable logging of clock discipline statistics (default: disabled)." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 339 -msgid "Enable logging of NTP peer statistics (default: disabled)." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 344 -msgid "Access restrictions" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 347 -msgid "Show access restriction options" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 350 -msgid "these options control access to NTP from the WAN." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 353 -msgid "Enable Kiss-o'-death packets (default: enabled)." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 356 -msgid "" -"Deny state modifications (i.e. run time configuration) by ntpq and ntpdc " -"(default: enabled)." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 359 -msgid "Disable ntpq and ntpdc queries (default: disabled)." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 362 -msgid "Disable all except ntpq and ntpdc queries (default: disabled)." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 365 -msgid "Deny packets that attempt a peer association (default: enabled)." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 368 -msgid "Deny mode 6 control message trap service (default: enabled)." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 373 -msgid "Leap seconds" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 376 -msgid "Show Leap second configuration" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 379 -msgid "" -"A leap second file allows NTP to advertize an upcoming leap second addition " -"or subtraction." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 380 -msgid "Normally this is only useful if this server is a stratum 1 time server." -msgstr "" -# -# File: src/www/services_ntpd.php, line: 382 -msgid "Enter Leap second configuration as text:" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 384 -msgid "Or" -msgstr "" -# -# File: src/www/services_ntpd.php, line: 384 -msgid "select a file to upload:" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 351 -msgid "NTP Serial GPS Configuration" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 356 -msgid "" -"A GPS connected via a serial port may be used as a reference clock for NTP. " -"If the GPS also supports PPS and is properly configured, and connected, that " -"GPS may also be used as a Pulse Per Second clock reference. NOTE: a USB GPS " -"may work, but is not recommended due to USB bus timing issues." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 358 -msgid "" -"For the best results, NTP should have at least three sources of time. So it " -"is best to configure at least 2 servers under" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 358 -# File: src/www/services_ntpd_pps.php, line: 127 -msgid "Services > NTP" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 358 -msgid "" -"to minimize clock drift if the GPS data is not valid over time. Otherwise " -"ntpd may only use values from the unsynchronized local clock when providing " -"time to clients." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 366 -msgid "Generic" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 368 -msgid "Garmin" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 370 -msgid "SiRF" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 371 -msgid "U-Blox" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 372 -msgid "SureGPS" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 374 -msgid "This option allows you to select a predefined configuration." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 377 -msgid "Select Generic if your GPS is not listed." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 378 -msgid "" -"The perdefined configurations assume your GPS has already been set to NMEA " -"mode." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 388 -# File: src/www/services_ntpd_pps.php, line: 133 -msgid "Serial port" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 403 -msgid "" -"All serial ports are listed, be sure to pick the port with the GPS attached." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 412 -msgid "Serial port baud rate." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 415 -msgid "" -"Note: A higher baud rate is generally only helpful if the GPS is sending too " -"many sentences. It is recommended to configure the GPS to send only one " -"sentence at a baud rate of 4800 or 9600." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 423 -msgid "NMEA sentences" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 432 -msgid "" -"By default NTP will listen for all supported NMEA sentences. Here one or " -"more sentences to listen for may be specified." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 436 -msgid "Fudge time 1" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 439 -msgid "Fudge time 1 is used to specify the GPS PPS signal offset" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 442 -msgid "Fudge time 2" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 445 -msgid "Fudge time 2 is used to specify the GPS time offset" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 448 -# File: src/www/services_ntpd_pps.php, line: 154 -# File: src/www/status_ntpd.php, line: 180 -msgid "Stratum" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 450 -# File: src/www/services_ntpd_pps.php, line: 156 -msgid "(0-16)" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 451 -msgid "This may be used to change the GPS Clock stratum" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 451 -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 454 -# File: src/www/services_ntpd_pps.php, line: 160 -msgid "Flags" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 459 -# File: src/www/services_ntpd_pps.php, line: 165 -msgid "" -"Normally there should be no need to change these options from the defaults." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 469 -msgid "NTP should prefer this clock (default: enabled)." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 477 -msgid "" -"NTP should not use this clock, it will be displayed for reference " -"only(default: disabled)." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 485 -msgid "Enable PPS signal processing (default: enabled)." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 493 -# File: src/www/services_ntpd_pps.php, line: 175 -msgid "Enable falling edge PPS signal processing (default: rising edge)." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 501 -msgid "Enable kernel PPS clock discipline (default: enabled)." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 509 -msgid "Obscure location in timestamp (default: unobscured)." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 517 -msgid "" -"Log the sub-second fraction of the received time stamp (default: Not logged)." -"
Note: enabling this will rapidly fill the log, but is useful for " -"tuning Fudge time 2." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 524 -# File: src/www/services_ntpd_pps.php, line: 198 -msgid "Clock ID" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 526 -# File: src/www/services_ntpd_pps.php, line: 200 -msgid "(1 to 4 charactors)" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 527 -msgid "This may be used to change the GPS Clock ID" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 530 -msgid "GPS Initialization" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 533 -msgid "Show GPS Initialization commands" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 538 -msgid "" -"Note: Commands entered here will be sent to the GPS during initialization. " -"Please read and understand your GPS documentation before making any changes " -"here." -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 539 -msgid "NMEA checksum calculator" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 541 -msgid "" -"Enter the text between "$" and "*" of a NMEA command " -"string:" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 541 -msgid "checksum" -msgstr "" -# -# File: src/www/services_ntpd_gps.php, line: 542 -msgid "Calculate NMEA checksum" -msgstr "" -# -# File: src/www/services_ntpd_pps.php, line: 118 -msgid "NTP PPS Configuration" -msgstr "" -# -# File: src/www/services_ntpd_pps.php, line: 123 -msgid "" -"Devices with a Pulse Per Second output such as radios that receive a time " -"signal from DCF77 (DE), JJY (JP), MSF (GB) or WWVB (US) may be used as a PPS " -"reference for NTP." -msgstr "" -# -# File: src/www/services_ntpd_pps.php, line: 124 -msgid "" -"A serial GPS may also be used, but the serial GPS driver would usually be " -"the better option." -msgstr "" -# -# File: src/www/services_ntpd_pps.php, line: 125 -msgid "" -"A PPS signal only provides a reference to the change of a second, so at " -"least one other source to number the seconds is required." -msgstr "" -# -# File: src/www/services_ntpd_pps.php, line: 127 -msgid "At least 3 additional time sources should be configured under" -msgstr "" -# -# File: src/www/services_ntpd_pps.php, line: 127 -msgid "to reliably supply the time of each PPS pulse." -msgstr "" -# -# File: src/www/services_ntpd_pps.php, line: 143 -msgid "" -"All serial ports are listed, be sure to pick the port with the PPS source " -"attached." -msgstr "" -# -# File: src/www/services_ntpd_pps.php, line: 148 -msgid "Fudge time" -msgstr "" -# -# File: src/www/services_ntpd_pps.php, line: 151 -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 "" -# -# File: src/www/services_ntpd_pps.php, line: 157 -msgid "This may be used to change the PPS Clock stratum" -msgstr "" -# -# File: src/www/services_ntpd_pps.php, line: 157 -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock and just monitor this source." -msgstr "" -# -# File: src/www/services_ntpd_pps.php, line: 183 -msgid "Enable kernel PPS clock discipline (default: disabled)." -msgstr "" -# -# File: src/www/services_ntpd_pps.php, line: 191 -msgid "" -"Record a timestamp once for each second, useful for constructing Allan " -"deviation plots (default: disabled)." -msgstr "" -# -# File: src/www/services_ntpd_pps.php, line: 201 -msgid "This may be used to change the PPS Clock ID" -msgstr "" -# -# File: src/www/services_opendns.php, line: 142 -msgid "OpenDNS Setup" -msgstr "" -# -# File: src/www/services_opendns.php, line: 150 -msgid "Filter DNS requests using OpenDNS" -msgstr "" -# -# File: src/www/services_opendns.php, line: 170 -msgid "" -"Signon Username to log into your OpenDNS dashboard. It is used to " -"automatically update the IP address of the registered network." -msgstr "" -# -# File: src/www/services_opendns.php, line: 194 -msgid "Networks Dashboard of OpenDNS" -msgstr "" -# -# File: src/www/services_opendns.php, line: 201 -msgid "Test result" -msgstr "" -# -# File: src/www/services_opendns.php, line: 223 -msgid "Test/Update" -msgstr "" -# -# File: src/www/services_rfc2136.php, line: 166 -# File: src/www/vpn_openvpn_client.php, line: 345 -msgid "Do you really want to delete this client?" -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 73 -# File: src/www/services_rfc2136_edit.php, line: 193 -msgid "Key" -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 73 -# File: src/www/services_rfc2136_edit.php, line: 178 -msgid "Key name" -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 78 -msgid "The DNS update host name contains invalid characters." -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 80 -msgid "The DNS update TTL must be an integer." -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 82 -msgid "The DNS update key name contains invalid characters." -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 103 -msgid "New/Edited RFC2136 dnsupdate entry was posted." -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 143 -msgid "RFC 2136 client" -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 168 -msgid "Fully qualified hostname of the host to be updated." -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 182 -msgid "This must match the setting on the DNS server." -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 185 -msgid "Key type" -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 187 -msgid "Zone" -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 189 -msgid " User" -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 197 -msgid "Paste an HMAC-MD5 key here." -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 209 -msgid "Use TCP instead of UDP" -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 212 -msgid "Use Public IP" -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 215 -msgid "" -"If the interface IP is private, attempt to fetch and use the public IP " -"instead." -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 229 -msgid "Save & Force Update" -msgstr "" -# -# File: src/www/services_rfc2136_edit.php, line: 238 -#, php-format -msgid "" -"You must configure a DNS server in %sSystem: General setup %sor allow the " -"DNS server list to be overridden by DHCP/PPP on WAN for dynamic DNS updates " -"to work." -msgstr "" -# -# File: src/www/services_router_advertisements.php, line: 40 -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses" -msgstr "" -# -# File: src/www/services_router_advertisements.php, line: 83 -msgid "" -"Subnets are specified in CIDR format. Select the CIDR mask that pertains to " -"each entry. /128 specifies a single IPv6 host; /64 specifies a normal IPv6 " -"network; etc. If no subnets are specified here, the Router Advertisement " -"(RA) Daemon will advertise to the subnet to which the router's interface is " -"assigned." -msgstr "" -# -# File: src/www/services_router_advertisements.php, line: 110 -#, php-format -msgid "An invalid subnet or alias was specified. [%s/%s]" -msgstr "" -# -# File: src/www/services_router_advertisements.php, line: 239 -#, php-format -msgid "Select the Operating Mode for the Router Advertisement (RA) Daemon." -msgstr "" -# -# File: src/www/services_router_advertisements.php, line: 240 -#, php-format -msgid "" -"Use \"Router Only\" to only advertise this router, \"Unmanaged\" for Router " -"Advertising with Stateless Autoconfig, \"Managed\" for assignment through " -"(a) DHCPv6 Server, \"Assisted\" for DHCPv6 Server assignment combined with " -"Stateless Autoconfig" -msgstr "" -# -# File: src/www/services_router_advertisements.php, line: 241 -#, php-format -msgid "" -"It is not required to activate this DHCPv6 server when set to \"Managed\", " -"this can be another host on the network" -msgstr "" -# -# File: src/www/services_router_advertisements.php, line: 245 -msgid "Router Priority" -msgstr "" -# -# File: src/www/services_router_advertisements.php, line: 252 -#, php-format -msgid "Select the Priority for the Router Advertisement (RA) Daemon." -msgstr "" -# -# File: src/www/services_router_advertisements.php, line: 266 -msgid "RA Interface" -msgstr "" -# -# File: src/www/services_router_advertisements.php, line: 274 -#, php-format -msgid "Select the Interface for the Router Advertisement (RA) Daemon." -msgstr "" -# -# File: src/www/services_router_advertisements.php, line: 280 -msgid "RA Subnet(s)" -msgstr "" -# -# File: src/www/services_router_advertisements.php, line: 349 -msgid "" -"The RA server can optionally provide a domain search list. Use the semicolon " -"character as separator" -msgstr "" -# -# File: src/www/services_router_advertisements.php, line: 357 -msgid "Use same settings as DHCPv6 server" -msgstr "" -# -# File: src/www/services_snmp.php, line: 81 -msgid "Invalid character '#' in system location" -msgstr "" -# -# File: src/www/services_snmp.php, line: 82 -msgid "Invalid character '#' in system contact" -msgstr "" -# -# File: src/www/services_snmp.php, line: 83 -msgid "Invalid character '#' in read community string" -msgstr "" -# -# File: src/www/services_snmp.php, line: 86 -msgid "Community" -msgstr "" -# -# File: src/www/services_snmp.php, line: 90 -msgid "Polling Port" -msgstr "" -# -# File: src/www/services_snmp.php, line: 97 -msgid "Invalid character '#' in SNMP trap string" -msgstr "" -# -# File: src/www/services_snmp.php, line: 100 -# File: src/www/services_snmp.php, line: 382 -msgid "Trap server" -msgstr "" -# -# File: src/www/services_snmp.php, line: 104 -msgid "Trap server port" -msgstr "" -# -# File: src/www/services_snmp.php, line: 108 -# File: src/www/services_snmp.php, line: 401 -msgid "Trap string" -msgstr "" -# -# File: src/www/services_snmp.php, line: 288 -msgid "SNMP Daemon" -msgstr "" -# -# File: src/www/services_snmp.php, line: 305 -msgid "Polling Port " -msgstr "" -# -# File: src/www/services_snmp.php, line: 308 -msgid "Enter the port to accept polling events on (default 161)" -msgstr "" -# -# File: src/www/services_snmp.php, line: 313 -msgid "System location" -msgstr "" -# -# File: src/www/services_snmp.php, line: 320 -msgid "System contact" -msgstr "" -# -# File: src/www/services_snmp.php, line: 327 -msgid "Read Community String" -msgstr "" -# -# File: src/www/services_snmp.php, line: 330 -msgid "" -"The community string is like a password, restricting access to querying SNMP " -"to hosts knowing the community string. Use a strong value here to protect " -"from unauthorized information disclosure." -msgstr "" -# -# File: src/www/services_snmp.php, line: 363 -msgid "SNMP Traps" -msgstr "" -# -# File: src/www/services_snmp.php, line: 385 -msgid "Enter trap server name" -msgstr "" -# -# File: src/www/services_snmp.php, line: 390 -msgid "Trap server port " -msgstr "" -# -# File: src/www/services_snmp.php, line: 393 -msgid "Enter the port to send the traps to (default 162)" -msgstr "" -# -# File: src/www/services_snmp.php, line: 398 -msgid "Enter the SNMP trap string" -msgstr "" -# -# File: src/www/services_snmp.php, line: 414 -msgid "Modules" -msgstr "" -# -# File: src/www/services_snmp.php, line: 425 -msgid "SNMP Modules" -msgstr "" -# -# File: src/www/services_snmp.php, line: 427 -msgid "MibII" -msgstr "" -# -# File: src/www/services_snmp.php, line: 429 -msgid "Netgraph" -msgstr "" -# -# File: src/www/services_snmp.php, line: 431 -msgid "PF" -msgstr "" -# -# File: src/www/services_snmp.php, line: 433 -msgid "Host Resources (Requires MibII)" -msgstr "" -# -# File: src/www/services_snmp.php, line: 435 -msgid "UCD" -msgstr "" -# -# File: src/www/services_snmp.php, line: 437 -msgid "Regex" -msgstr "" -# -# File: src/www/services_snmp.php, line: 452 -msgid "Interface Binding" -msgstr "" -# -# File: src/www/services_snmp.php, line: 462 -msgid "Bind Interface" -msgstr "" -# -# File: src/www/services_unbound.php, line: 81 -msgid "" -"The DNS Forwarder is still active. Disable it before enabling the DNS " -"Resolver." -msgstr "" -# -# File: src/www/services_unbound.php, line: 84 -msgid "" -"A single network interface needs to be selected for the DNS Resolver to bind " -"to." -msgstr "" -# -# File: src/www/services_unbound.php, line: 87 -msgid "" -"A single outgoing network interface needs to be selected for the DNS " -"Resolver to use for outgoing DNS requests." -msgstr "" -# -# File: src/www/services_unbound.php, line: 93 -msgid "You must specify a valid port number." -msgstr "" -# -# File: src/www/services_unbound.php, line: 168 -# File: src/www/services_unbound_overrides.php, line: 108 -msgid "The configuration for the DNS Resolver, has been changed" -msgstr "" -# -# File: src/www/services_unbound.php, line: 182 -msgid "General DNS Resolver Options" -msgstr "" -# -# File: src/www/services_unbound.php, line: 188 -msgid "Enable DNS Resolver" -msgstr "" -# -# File: src/www/services_unbound.php, line: 203 -# File: src/www/system_advanced_network.php, line: 225 -msgid "Network Interfaces" -msgstr "" -# -# File: src/www/services_unbound.php, line: 209 -msgid "" -"Interface IPs used by the DNS Resolver for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" -# -# File: src/www/services_unbound.php, line: 228 -msgid "Outgoing Network Interfaces" -msgstr "" -# -# File: src/www/services_unbound.php, line: 234 -msgid "" -"Utilize different network interface(s) that the DNS Resolver will use to " -"send queries to authoritative servers and receive their replies. By default " -"all interfaces are used." -msgstr "" -# -# File: src/www/services_unbound.php, line: 253 -msgid "DNSSEC" -msgstr "" -# -# File: src/www/services_unbound.php, line: 256 -msgid "Enable DNSSEC Support" -msgstr "" -# -# File: src/www/services_unbound.php, line: 264 -msgid "Enable Forwarding Mode" -msgstr "" -# -# File: src/www/services_unbound.php, line: 271 -msgid "Register DHCP leases in the DNS Resolver" -msgstr "" -# -# File: src/www/services_unbound.php, line: 272 -#, php-format -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS Resolver, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" -# -# File: src/www/services_unbound.php, line: 283 -msgid "Register DHCP static mappings in the DNS Resolver" -msgstr "" -# -# File: src/www/services_unbound.php, line: 284 -#, php-format -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS Resolver, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" -# -# File: src/www/services_unbound.php, line: 291 -msgid "TXT Comment Support" -msgstr "" -# -# File: src/www/services_unbound.php, line: 294 -msgid "" -"If this option is set, then any descriptions associated with Host entries " -"and DHCP Static mappings will create a corresponding TXT record." -msgstr "" -# -# File: src/www/services_unbound.php, line: 307 -msgid "" -"Enter any additional options you would like to add to the DNS Resolver " -"configuration here, separated by a space or newline" -msgstr "" -# -# File: src/www/services_unbound.php, line: 322 -#, php-format -msgid "" -"If the DNS Resolver is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the DNS Resolver. If Forwarding, is enabled, the DNS Resolver " -"will use the DNS servers entered in %sSystem: General setup%s or those " -"obtained via DHCP or PPP on WAN if the "Allow DNS server list to be " -"overridden by DHCP/PPP on WAN" is checked." -msgstr "" -# -# File: src/www/services_unbound_acls.php, line: 199 -msgid "" -"The settings for the DNS Resolver have changed. You must apply the " -"configuration to take affect." -msgstr "" -# -# File: src/www/services_unbound_acls.php, line: 213 -#, php-format -msgid "%s Access List" -msgstr "" -# -# File: src/www/services_unbound_acls.php, line: 216 -msgid "Access List name" -msgstr "" -# -# File: src/www/services_unbound_acls.php, line: 220 -msgid "Provide an Access List name." -msgstr "" -# -# File: src/www/services_unbound_acls.php, line: 235 -msgid "" -"Choose what to do with DNS requests that match the criteria specified below." -msgstr "" -# -# File: src/www/services_unbound_acls.php, line: 236 -msgid "" -"Deny: This action stops queries from hosts within the netblock " -"defined below." -msgstr "" -# -# File: src/www/services_unbound_acls.php, line: 237 -msgid "" -"Refuse: This action also stops queries from hosts within the netblock " -"defined below, but sends a DNS rcode REFUSED error message back to the " -"client." -msgstr "" -# -# File: src/www/services_unbound_acls.php, line: 238 -msgid "" -"Allow: This action allows queries from hosts within the netblock " -"defined below." -msgstr "" -# -# File: src/www/services_unbound_acls.php, line: 239 -msgid "" -"Allow Snoop: This action allows recursive and nonrecursive access " -"from hosts within the netblock defined below. Used for cache snooping and " -"ideally should only be configured for your administrative host." -msgstr "" -# -# File: src/www/services_unbound_acls.php, line: 304 -msgid "You may enter a description here for your reference." -msgstr "" -# -# File: src/www/services_unbound_acls.php, line: 323 -msgid "Access List Name" -msgstr "" -# -# File: src/www/services_unbound_acls.php, line: 340 -msgid "Access Lists to control access to the DNS Resolver can be defined here." -msgstr "" -# -# File: src/www/services_unbound_acls.php, line: 361 -msgid "Do you really want to delete this access list?" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 135 -msgid "The configuration of the DNS Resolver, has been changed" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 150 -msgid "Advanced Resolver Options" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 153 -msgid "Hide Identity" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 156 -msgid "If enabled, id.server and hostname.bind queries are refused." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 160 -msgid "Hide Version" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 163 -msgid "If enabled, version.server and version.bind queries are refused." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 167 -msgid "Prefetch Support" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 170 -msgid "" -"Message cache elements are prefetched before they expire to help keep the " -"cache up to date. When enabled, this option can cause an increase of around " -"10% more DNS traffic and load on the server, but frequently requested items " -"will not expire from the cache." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 174 -msgid "Prefetch DNS Key Support" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 177 -#, php-format -msgid "" -"DNSKEY's are fetched earlier in the validation process when a %sDelegation " -"signer%s is encountered. This helps lower the latency of requests but does " -"utilize a little more CPU." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 181 -msgid "Harden Glue" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 184 -msgid "Only trust glue if it is within the servers authority." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 188 -msgid "Harden DNSSEC data" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 191 -msgid "" -"DNSSEC data is required for trust-anchored zones. If such data is absent, " -"the zone becomes bogus. If this is disabled and no DNSSEC data is received, " -"then the zone is made insecure." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 195 -msgid "Message Cache Size" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 209 -msgid "" -"Size of the message cache. The message cache stores DNS rcodes and " -"validation statuses. The RRSet cache will automatically be set to twice this " -"amount. The RRSet cache contains the actual RR data. The default is 4 " -"megabytes." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 214 -msgid "Outgoing TCP Buffers" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 228 -msgid "" -"The number of outgoing TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, to authoritative servers, are " -"done." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 233 -msgid "Incoming TCP Buffers" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 247 -msgid "" -"The number of incoming TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, from clients, are accepted." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 252 -msgid "EDNS Buffer Size" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 266 -msgid "" -"Number of bytes size to advertise as the EDNS reassembly buffer size. This " -"is the value that is used in UDP datagrams sent to peers. RFC recommendation " -"is 4096 (which is the default). If you have fragmentation reassemble " -"problems, usually seen as timeouts, then a value of 1480 should help. The " -"512 value bypasses most MTU path problems, but it can generate an excessive " -"amount of TCP fallback." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 271 -msgid "Number of queries per thread" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 285 -msgid "" -"The number of queries that every thread will service simultaneously. If more " -"queries arrive that need to be serviced, and no queries can be jostled, then " -"these queries are dropped." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 290 -msgid "Jostle Timeout" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 304 -msgid "" -"This timeout is used for when the server is very busy. This protects against " -"denial of service by slow queries or high query rates. The default value is " -"200 milliseconds." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 309 -msgid "Maximum TTL for RRsets and messages" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 313 -msgid "" -"Configure a maximum Time to live for RRsets and messages in the cache. The " -"default is 86400 seconds (1 day). When the internal TTL expires the cache " -"item is expired. This can be configured to force the resolver to query for " -"data more often and not trust (very large) TTL values." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 318 -msgid "Minimum TTL for RRsets and messages" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 322 -msgid "" -"Configure a minimum Time to live for RRsets and messages in the cache. The " -"default is 0 seconds. If the minimum value kicks in, the data is cached for " -"longer than the domain owner intended, and thus less queries are made to " -"look up the data. The 0 value ensures the data in the cache is as the domain " -"owner intended. High values can lead to trouble as the data in the cache " -"might not match up with the actual data anymore." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 327 -msgid "TTL for Host cache entries" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 331 -# File: src/www/services_unbound_advanced.php, line: 346 -msgid "1 minute" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 332 -# File: src/www/services_unbound_advanced.php, line: 347 -msgid "2 minutes" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 333 -# File: src/www/services_unbound_advanced.php, line: 348 -msgid "5 minutes" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 334 -# File: src/www/services_unbound_advanced.php, line: 349 -msgid "10 minutes" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 335 -# File: src/www/services_unbound_advanced.php, line: 350 -msgid "15 minutes" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 337 -msgid "" -"Time to live for entries in the host cache. The host cache contains " -"roundtrip timing and EDNS support information. The default is 15 minutes." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 342 -msgid "TTL for lame delegation" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 352 -msgid "" -"Time to live for when a delegation is considered to be lame. The default is " -"15 minutes." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 357 -msgid "Number of Hosts to cache" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 361 -msgid "1000" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 362 -msgid "5000" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 363 -msgid "10 000" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 364 -msgid "20 000" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 365 -msgid "50 000" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 367 -msgid "Number of hosts for which information is cached. The default is 10,000." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 372 -msgid "Unwanted Reply Threshold" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 376 -msgid "disabled" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 377 -msgid "5 million" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 378 -msgid "10 million" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 379 -msgid "20 million" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 380 -msgid "40 million" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 381 -msgid "50 million" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 383 -msgid "" -"If enabled, a total number of unwanted replies is kept track of in every " -"thread. When it reaches the threshold, a defensive action is taken and a " -"warning is printed to the log file. This defensive action is to clear the " -"RRSet and message caches, hopefully flushing away any poison. The default is " -"disabled, but if enabled a value of 10 million is suggested." -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 388 -msgid "Log level verbosity" -msgstr "" -# -# File: src/www/services_unbound_advanced.php, line: 402 -msgid "Select the log verbosity." -msgstr "" -# -# File: src/www/services_unbound_domainoverride_edit.php, line: 79 -msgid "" -"A valid IP address and port must be specified, for example " -"192.168.100.10@5353." -msgstr "" -# -# File: src/www/services_unbound_domainoverride_edit.php, line: 81 -msgid "A valid IP address must be specified, for example 192.168.100.10." -msgstr "" -# -# File: src/www/services_unbound_domainoverride_edit.php, line: 147 -msgid "" -"To use a nondefault port for communication, append an '@' with the port " -"number." -msgstr "" -# -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 306 -msgid "MX Host" -msgstr "" -# -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 298 -msgid "MX Priority" -msgstr "" -# -# File: src/www/services_unbound_host_edit.php, line: 114 -msgid "A valid MX priority must be specified." -msgstr "" -# -# File: src/www/services_unbound_host_edit.php, line: 118 -msgid "A valid MX host must be specified." -msgstr "" -# -# File: src/www/services_unbound_host_edit.php, line: 122 -msgid "A valid resource record type must be specified." -msgstr "" -# -# File: src/www/services_unbound_host_edit.php, line: 254 -msgid "Edit DNS Resolver entry" -msgstr "" -# -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "A or AAAA (IPv4 or IPv6 address)" -msgstr "" -# -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "MX (Mail server)" -msgstr "" -# -# File: src/www/services_unbound_host_edit.php, line: 285 -msgid "Type of resource record" -msgstr "" -# -# File: src/www/services_unbound_host_edit.php, line: 286 -msgid "for IPv4 or IPv6 addresses" -msgstr "" -# -# File: src/www/services_unbound_host_edit.php, line: 301 -msgid "Priority of MX record" -msgstr "" -# -# File: src/www/services_unbound_host_edit.php, line: 309 -msgid "Host name of MX host" -msgstr "" -# -# File: src/www/services_unbound_overrides.php, line: 124 -msgid "" -"Keep in mind that all resource record types (i.e. A, AAAA, MX, etc. records) " -"of a specified host below are being overwritten." -msgstr "" -# -# File: src/www/services_unbound_overrides.php, line: 206 -msgid "" -"Entries in this area override an entire domain by specifying an " -"authoritative DNS server to be queried for that domain." -msgstr "" -# -# File: src/www/services_upnp.php, line: 70 -msgid "At least one of 'UPnP' or 'NAT-PMP' must be allowed" -msgstr "" -# -# File: src/www/services_upnp.php, line: 74 -msgid "It is a security risk to specify WAN in the 'Interface' field" -msgstr "" -# -# File: src/www/services_upnp.php, line: 76 -msgid "You cannot select the external interface as an internal interface." -msgstr "" -# -# File: src/www/services_upnp.php, line: 79 -msgid "You must specify a valid ip address in the 'Override WAN address' field" -msgstr "" -# -# File: src/www/services_upnp.php, line: 81 -msgid "" -"You must fill in both 'Maximum Download Speed' and 'Maximum Upload Speed' " -"fields" -msgstr "" -# -# File: src/www/services_upnp.php, line: 83 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Download Speed' field" -msgstr "" -# -# File: src/www/services_upnp.php, line: 85 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Upload Speed' field" -msgstr "" -# -# File: src/www/services_upnp.php, line: 93 -#, php-format -msgid "" -"You must follow the specified format in the 'User specified permissions %s' " -"field" -msgstr "" -# -# File: src/www/services_upnp.php, line: 97 -#, php-format -msgid "" -"You must begin with allow or deny in the 'User specified permissions %s' " -"field" -msgstr "" -# -# File: src/www/services_upnp.php, line: 100 -#, php-format -msgid "" -"You must specify a port or port range between 0 and 65535 in the 'User " -"specified permissions %s' field" -msgstr "" -# -# File: src/www/services_upnp.php, line: 103 -#, php-format -msgid "" -"You must specify a valid ip address in the 'User specified permissions %s' " -"field" -msgstr "" -# -# File: src/www/services_upnp.php, line: 206 -msgid "Modified Universal Plug and Play settings." -msgstr "" -# -# File: src/www/services_wol.php, line: 55 -#, php-format -msgid "Sent magic packet to %s (%s)." -msgstr "" -# -# File: src/www/services_wol.php, line: 57 -#, php-format -msgid "" -"Please check the %ssystem log%s, the wol command for %s (%s) did not " -"complete successfully." -msgstr "" -# -# File: src/www/services_wol.php, line: 81 -msgid "A valid interface must be specified." -msgstr "" -# -# File: src/www/services_wol.php, line: 87 -msgid "A valid ip could not be found!" -msgstr "" -# -# File: src/www/services_wol.php, line: 92 -#, php-format -msgid "Sent magic packet to %s." -msgstr "" -# -# File: src/www/services_wol.php, line: 94 -#, php-format -msgid "" -"Please check the %ssystem log%s, the wol command for %s did not complete " -"successfully." -msgstr "" -# -# File: src/www/services_wol.php, line: 150 -msgid "Choose which interface the host to be woken up is connected to." -msgstr "" -# -# File: src/www/services_wol.php, line: 157 -#, php-format -msgid "Enter a MAC address %sin the following format: xx:xx:xx:xx:xx:xx%s" -msgstr "" -# -# File: src/www/services_wol.php, line: 168 -msgid "Or Click the MAC address to wake up an individual device:" -msgstr "" -# -# File: src/www/services_wol.php, line: 168 -msgid "Wake all clients at once: " -msgstr "" -# -# File: src/www/services_wol.php, line: 216 -msgid "" -"This service can be used to wake up (power on) computers by sending special " -"\"Magic Packets\". The NIC in the computer that is to be woken up must " -"support Wake on LAN and has to be configured properly (WOL cable, BIOS " -"settings)." -msgstr "" -# -# File: src/www/services_wol_edit.php, line: 127 -msgid "Edit WOL entry" -msgstr "" -# -# File: src/www/services_wol_edit.php, line: 148 -msgid "Choose which interface this host is connected to." -msgstr "" -# -# File: src/www/services_wol_edit.php, line: 155 -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "" -# -# File: src/www/shortcuts.inc, line: 53 -# File: src/www/shortcuts.inc, line: 55 -msgid "Log entries for items on this page" -msgstr "" -# -# File: src/www/status.php, line: 92 -msgid "This status page includes the following information" -msgstr "" -# -# File: src/www/status.php, line: 209 -msgid "" -"Note: make sure to remove any sensitive information (passwords, maybe also " -"IP addresses) before posting information from this page in public places " -"(like mailing lists)" -msgstr "" -# -# File: src/www/status.php, line: 212 -msgid "Passwords in config.xml have been automatically removed" -msgstr "" -# -# File: src/www/status_dhcp_leases.php, line: 304 -# File: src/www/status_dhcpv6_leases.php, line: 384 -msgid "Failover Group" -msgstr "" -# -# File: src/www/status_dhcp_leases.php, line: 305 -# File: src/www/status_dhcpv6_leases.php, line: 385 -msgid "My State" -msgstr "" -# -# File: src/www/status_dhcp_leases.php, line: 306 -# File: src/www/status_dhcp_leases.php, line: 308 -# File: src/www/status_dhcpv6_leases.php, line: 386 -# File: src/www/status_dhcpv6_leases.php, line: 388 -msgid "Since" -msgstr "" -# -# File: src/www/status_dhcp_leases.php, line: 307 -# File: src/www/status_dhcpv6_leases.php, line: 387 -msgid "Peer State" -msgstr "" -# -# File: src/www/status_dhcp_leases.php, line: 344 -# File: src/www/status_dhcpv6_leases.php, line: 425 -# File: src/www/status_dhcpv6_leases.php, line: 526 -msgid "End" -msgstr "" -# -# File: src/www/status_dhcp_leases.php, line: 346 -msgid "Lease type" -msgstr "" -# -# File: src/www/status_dhcp_leases.php, line: 400 -msgid "send Wake on LAN packet to this MAC address" -msgstr "" -# -# File: src/www/status_dhcp_leases.php, line: 427 -msgid "add a static mapping for this MAC address" -msgstr "" -# -# File: src/www/status_dhcp_leases.php, line: 433 -msgid "add a Wake on LAN mapping for this MAC address" -msgstr "" -# -# File: src/www/status_dhcp_leases.php, line: 438 -msgid "delete this DHCP lease" -msgstr "" -# -# File: src/www/status_dhcp_leases.php, line: 457 -# File: src/www/status_dhcpv6_leases.php, line: 587 -msgid "Show active and static leases only" -msgstr "" -# -# File: src/www/status_dhcp_leases.php, line: 460 -# File: src/www/status_dhcpv6_leases.php, line: 590 -msgid "Show all configured leases" -msgstr "" -# -# File: src/www/status_dhcp_leases.php, line: 464 -# File: src/www/status_dhcpv6_leases.php, line: 594 -msgid "No leases file found. Is the DHCP server active" -msgstr "" -# -# File: src/www/status_dhcpv6_leases.php, line: 420 -# File: src/www/status_dhcpv6_leases.php, line: 523 -msgid "IAID" -msgstr "" -# -# File: src/www/status_dhcpv6_leases.php, line: 422 -msgid "Hostname/MAC" -msgstr "" -# -# File: src/www/status_dhcpv6_leases.php, line: 426 -# File: src/www/status_gateway_groups.php, line: 94 -# File: src/www/status_gateways.php, line: 97 -# File: src/www/status_gateways.php, line: 101 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 61 -msgid "Online" -msgstr "" -# -# File: src/www/status_dhcpv6_leases.php, line: 427 -msgid "Lease Type" -msgstr "" -# -# File: src/www/status_dhcpv6_leases.php, line: 522 -msgid "IPv6 Prefix" -msgstr "" -# -# File: src/www/status_filter_reload.php, line: 73 -msgid "Reload Filter" -msgstr "" -# -# File: src/www/status_filter_reload.php, line: 75 -msgid "Force Config Sync" -msgstr "" -# -# File: src/www/status_gateway_groups.php, line: 88 -# File: src/www/status_gateways.php, line: 91 -msgid "Warning, Packetloss" -msgstr "" -# -# File: src/www/status_gateway_groups.php, line: 91 -# File: src/www/status_gateways.php, line: 94 -msgid "Warning, Latency" -msgstr "" -# -# File: src/www/status_gateway_groups.php, line: 97 -msgid "Gathering data" -msgstr "" -# -# File: src/www/status_gateway_groups.php, line: 102 -#, php-format -msgid "Tier %s" -msgstr "" -# -# File: src/www/status_gateways.php, line: 55 -# File: src/www/widgets/widgets/gateways.widget.php, line: 46 -msgid "RTT" -msgstr "" -# -# File: src/www/status_gateways.php, line: 56 -# File: src/www/widgets/widgets/gateways.widget.php, line: 47 -msgid "Loss" -msgstr "" -# -# File: src/www/status_gateways.php, line: 75 -# File: src/www/status_gateways.php, line: 78 -# File: src/www/status_gateways.php, line: 104 -# File: src/www/widgets/widgets/gateways.widget.php, line: 86 -# File: src/www/widgets/widgets/gateways.widget.php, line: 96 -msgid "Pending" -msgstr "" -# -# File: src/www/status_gateways.php, line: 85 -msgid "Offline (forced)" -msgstr "" -# -# File: src/www/status_gateways.php, line: 113 -msgid "Last check:" -msgstr "" -# -# File: src/www/status_graph.php, line: 116 -msgid "Sort by" -msgstr "" -# -# File: src/www/status_graph.php, line: 118 -msgid "Display" -msgstr "" -# -# File: src/www/status_graph.php, line: 137 -msgid "Bw In" -msgstr "" -# -# File: src/www/status_graph.php, line: 140 -msgid "Bw Out" -msgstr "" -# -# File: src/www/status_graph.php, line: 147 -msgid "Local" -msgstr "" -# -# File: src/www/status_graph.php, line: 158 -# File: src/www/system_authservers.php, line: 673 -msgid "Host Name" -msgstr "" -# -# File: src/www/status_graph.php, line: 161 -msgid "FQDN" -msgstr "" -# -# File: src/www/status_graph.php, line: 191 -msgid "Host IP" -msgstr "" -# -# File: src/www/status_graph.php, line: 191 -msgid "Host Name or IP" -msgstr "" -# -# File: src/www/status_graph.php, line: 192 -msgid "Bandwidth In" -msgstr "" -# -# File: src/www/status_graph.php, line: 193 -msgid "Bandwidth Out" -msgstr "" -# -# File: src/www/status_graph.php, line: 202 -#, php-format -msgid "" -"The %sAdobe SVG Viewer%s, Firefox 1.5 or later or other browser supporting " -"SVG is required to view the graph." -msgstr "" -# -# File: src/www/status_interfaces.php, line: 76 -msgid "interface" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 94 -# File: src/www/status_interfaces.php, line: 108 -msgid "Release" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 94 -# File: src/www/status_interfaces.php, line: 108 -msgid "Renew" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 102 -msgid "DHCP6" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 122 -# File: src/www/status_interfaces.php, line: 136 -# File: src/www/status_interfaces.php, line: 150 -# File: src/www/status_interfaces.php, line: 168 -msgid "Connect" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 122 -# File: src/www/status_interfaces.php, line: 136 -# File: src/www/status_interfaces.php, line: 150 -# File: src/www/status_interfaces.php, line: 165 -msgid "Disconnect" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 178 -msgid "Uptime " -msgstr "" -# -# File: src/www/status_interfaces.php, line: 185 -msgid "Cell Signal (RSSI)" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 192 -msgid "Cell Mode" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 199 -msgid "Cell SIM State" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 206 -msgid "Cell Service" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 213 -msgid "Cell Upstream" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 214 -# File: src/www/status_interfaces.php, line: 221 -# File: src/www/status_interfaces.php, line: 228 -# File: src/www/status_interfaces.php, line: 235 -msgid "kbit/s" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 220 -msgid "Cell Downstream" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 227 -msgid "Cell Current Up" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 234 -msgid "Cell Current Down" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 264 -msgid "Subnet mask IPv4" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 271 -msgid "Gateway IPv4" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 278 -msgid "IPv6 Link Local" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 292 -msgid "Subnet mask IPv6" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 299 -msgid "Gateway IPv6" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 306 -msgid "ISP DNS servers" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 319 -msgid "Media" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 326 -msgid "LAGG Protocol" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 333 -msgid "LAGG Ports" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 358 -# File: src/www/status_wireless.php, line: 98 -msgid "BSSID" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 372 -# File: src/www/status_wireless.php, line: 101 -# File: src/www/status_wireless.php, line: 153 -msgid "RSSI" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 378 -msgid "In/out packets" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 384 -msgid "In/out packets (pass)" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 390 -msgid "In/out packets (block)" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 398 -msgid "In/out errors" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 405 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 100 -msgid "Collisions" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 413 -#, php-format -msgid "Bridge (%s)" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 434 -msgid "Interrupts/Second" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 437 -msgid "total" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 439 -msgid "rate" -msgstr "" -# -# File: src/www/status_interfaces.php, line: 457 -#, php-format -msgid "" -"Using dial-on-demand will bring the connection up again if any packet " -"triggers it. To substantiate this point: disconnecting manually will %snot%s " -"prevent dial-on-demand from making connections to the outside! Don't use " -"dial-on-demand if you want to make sure that the line is kept disconnected." -msgstr "" -# -# File: src/www/status_ntpd.php, line: 179 -msgid "Ref ID" -msgstr "" -# -# File: src/www/status_ntpd.php, line: 182 -msgid "When" -msgstr "" -# -# File: src/www/status_ntpd.php, line: 183 -msgid "Poll" -msgstr "" -# -# File: src/www/status_ntpd.php, line: 184 -msgid "Reach" -msgstr "" -# -# File: src/www/status_ntpd.php, line: 185 -msgid "Delay" -msgstr "" -# -# File: src/www/status_ntpd.php, line: 186 -msgid "Offset" -msgstr "" -# -# File: src/www/status_ntpd.php, line: 187 -msgid "Jitter" -msgstr "" -# -# File: src/www/status_ntpd.php, line: 193 -#, php-format -msgid "" -"Statistics unavailable because ntpq and ntpdc queries are disabled in the " -"%sNTP service settings%s." -msgstr "" -# -# File: src/www/status_ntpd.php, line: 197 -#, php-format -msgid "No peers found, %sis the ntp service running%s?" -msgstr "" -# -# File: src/www/status_ntpd.php, line: 244 -msgid "Clock Latitude" -msgstr "" -# -# File: src/www/status_ntpd.php, line: 245 -msgid "Clock Longitude" -msgstr "" -# -# File: src/www/status_ntpd.php, line: 246 -msgid "Clock Altitude" -msgstr "" -# -# File: src/www/status_ntpd.php, line: 247 -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 161 -msgid "Satellites" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 130 -msgid "OpenVPN Status" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 140 -msgid "Client connections" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 144 -# File: src/www/status_openvpn.php, line: 193 -# File: src/www/system_camanager.php, line: 676 -# File: src/www/system_certmanager.php, line: 893 -# File: src/www/system_certmanager.php, line: 1071 -# File: src/www/vpn_openvpn_csc.php, line: 613 -msgid "Common Name" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 145 -# File: src/www/status_openvpn.php, line: 194 -msgid "Real Address" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 146 -msgid "Virtual Address" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 147 -# File: src/www/status_openvpn.php, line: 232 -# File: src/www/status_openvpn.php, line: 268 -msgid "Connected Since" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 148 -# File: src/www/status_openvpn.php, line: 233 -# File: src/www/status_openvpn.php, line: 271 -msgid "Bytes Sent" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 149 -# File: src/www/status_openvpn.php, line: 234 -msgid "Bytes Received" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 165 -msgid "Kill client connection from" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 184 -msgid "Show/Hide Routing Table" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 188 -msgid "Routing Table" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 195 -msgid "Target Network" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 196 -msgid "Last Used" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 210 -msgid "" -"An IP address followed by C indicates a host currently connected through the " -"VPN." -msgstr "" -# -# File: src/www/status_openvpn.php, line: 225 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 186 -msgid "Peer to Peer Server Instance Statistics" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 230 -# File: src/www/status_openvpn.php, line: 270 -msgid "Remote Host" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 231 -# File: src/www/status_openvpn.php, line: 269 -msgid "Virtual Addr" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 263 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 239 -msgid "Client Instance Statistics" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 272 -msgid "Bytes Rcvd" -msgstr "" -# -# File: src/www/status_openvpn.php, line: 299 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 293 -msgid "No OpenVPN instance defined" -msgstr "" -# -# File: src/www/status_services.php, line: 129 -#, php-format -msgid "Could not start unknown service `%s'" -msgstr "" -# -# File: src/www/status_services.php, line: 132 -#, php-format -msgid "%s has been started." -msgstr "" -# -# File: src/www/status_services.php, line: 198 -#, php-format -msgid "Could not stop unknown service `%s'" -msgstr "" -# -# File: src/www/status_services.php, line: 201 -#, php-format -msgid "%s has been stopped." -msgstr "" -# -# File: src/www/status_services.php, line: 267 -#, php-format -msgid "Could not restart unknown service `%s'" -msgstr "" -# -# File: src/www/status_services.php, line: 270 -#, php-format -msgid "%s has been restarted." -msgstr "" -# -# File: src/www/status_services.php, line: 317 -# File: src/www/widgets/widgets/services_status.widget.php, line: 87 -msgid "No services found" -msgstr "" -# -# File: src/www/status_upnp.php, line: 37 -msgid "Rules have been cleared and the daemon restarted" -msgstr "" -# -# File: src/www/status_upnp.php, line: 69 -msgid "UPnP is currently disabled." -msgstr "" -# -# File: src/www/status_upnp.php, line: 81 -msgid "Int. Port" -msgstr "" -# -# File: src/www/status_upnp.php, line: 114 -msgid "all currently connected sessions" -msgstr "" -# -# File: src/www/status_wireless.php, line: 39 -msgid "" -"Rescan has been initiated in the background. Refresh this page in 10 seconds " -"to see the results." -msgstr "" -# -# File: src/www/status_wireless.php, line: 91 -msgid "Nearby access points or ad-hoc peers" -msgstr "" -# -# File: src/www/status_wireless.php, line: 99 -# File: src/www/status_wireless.php, line: 151 -msgid "CHAN" -msgstr "" -# -# File: src/www/status_wireless.php, line: 100 -# File: src/www/status_wireless.php, line: 152 -msgid "RATE" -msgstr "" -# -# File: src/www/status_wireless.php, line: 102 -msgid "INT" -msgstr "" -# -# File: src/www/status_wireless.php, line: 103 -# File: src/www/status_wireless.php, line: 157 -msgid "CAPS" -msgstr "" -# -# File: src/www/status_wireless.php, line: 144 -msgid "Associated or ad-hoc peers" -msgstr "" -# -# File: src/www/status_wireless.php, line: 149 -msgid "ADDR" -msgstr "" -# -# File: src/www/status_wireless.php, line: 150 -msgid "AID" -msgstr "" -# -# File: src/www/status_wireless.php, line: 154 -msgid "IDLE" -msgstr "" -# -# File: src/www/status_wireless.php, line: 155 -msgid "TXSEQ" -msgstr "" -# -# File: src/www/status_wireless.php, line: 156 -msgid "RXSEQ" -msgstr "" -# -# File: src/www/status_wireless.php, line: 158 -msgid "ERP" -msgstr "" -# -# File: src/www/status_wireless.php, line: 190 -msgid "Rescan" -msgstr "" -# -# File: src/www/status_wireless.php, line: 196 -msgid "A = authorized, E = Extended Rate (802.11g), P = Power save mode" -msgstr "" -# -# File: src/www/status_wireless.php, line: 196 -msgid "Flags:" -msgstr "" -# -# File: src/www/status_wireless.php, line: 197 -msgid "Capabilities:" -msgstr "" -# -# File: src/www/status_wireless.php, line: 197 -msgid "" -"E = ESS (infrastructure mode), I = IBSS (ad-hoc mode), P = privacy (WEP/TKIP/" -"AES), S = Short preamble, s = Short slot time" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 67 -msgid "You must specify a valid webConfigurator port number" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 75 -#, php-format -msgid "Alternate hostname %s is not a valid hostname." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 238 -#, php-format -msgid "One moment...redirecting to %s in 20 seconds." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 252 -msgid "Secure Shell configuration has changed. Applying now..." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 257 -msgid "webConfigurator configuration has changed. Applying now..." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 324 -# File: src/www/system_certmanager.php, line: 1256 -msgid "webConfigurator" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 342 -msgid "No Certificates have been defined. You must" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 343 -msgid "Create or Import" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 344 -msgid "a Certificate before SSL can be enabled." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 350 -msgid "SSL Certificate" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 363 -#, php-format -msgid "" -"The %sSSL certificate manager%s can be used to create or import certificates " -"if required." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 371 -msgid "TCP port" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 375 -msgid "" -"Enter a custom port number for the webConfigurator above if you want to " -"override the default (80 for HTTP, 443 for HTTPS). Changes will take effect " -"immediately after save." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 382 -msgid "WebGUI redirect" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 385 -msgid "Disable webConfigurator redirect rule" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 387 -msgid "" -"When this is unchecked, access to the webConfigurator is always permitted " -"even on port 80, regardless of the listening port configured. Check this box " -"to disable this automatically added redirect rule. " -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 395 -msgid "WebGUI Login Autocomplete" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 398 -msgid "Enable webConfigurator login autocomplete" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 400 -msgid "" -"When this is checked, login credentials for the webConfigurator may be saved " -"by the browser. While convenient, some security standards require this to be " -"disabled. Check this box to enable autocomplete on the login form so that " -"browsers will prompt to save credentials (NOTE: Some browsers do not respect " -"this option). " -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 407 -msgid "WebGUI login messages" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 410 -msgid "Disable logging of webConfigurator successful logins" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 412 -msgid "" -"When this is checked, successful logins to the webConfigurator will not be " -"logged." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 418 -msgid "Anti-lockout" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 421 -msgid "Disable webConfigurator anti-lockout rule" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 423 -#, php-format -msgid "" -"When this is unchecked, access to the webConfigurator on the %s interface is " -"always permitted, regardless of the user-defined firewall rule set. Check " -"this box to disable this automatically added rule, so access to the " -"webConfigurator is controlled by the user-defined firewall rules (ensure you " -"have a firewall rule in place that allows you in, or you will lock yourself " -"out!)" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 429 -msgid "" -"Hint: the "Set interface(s) IP address" option in the console menu " -"resets this setting as well." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 434 -msgid "DNS Rebind Check" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 437 -msgid "Disable DNS Rebinding Checks" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 439 -msgid "" -"When this is unchecked, your system is protected against DNS Rebinding attacks. This blocks " -"private IP responses from your configured DNS servers. Check this box to " -"disable this protection if it interferes with webConfigurator access or name " -"resolution in your environment. " -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 447 -msgid "Alternate Hostnames" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 450 -msgid "Alternate Hostnames for DNS Rebinding and HTTP_REFERER Checks" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 452 -msgid "" -"Here you can specify alternate hostnames by which the router may be queried, " -"to bypass the DNS Rebinding Attack checks. Separate hostnames with spaces." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 458 -msgid "HTTP_REFERER enforcement" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 461 -msgid "Disable HTTP_REFERER enforcement check" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 463 -msgid "" -"When this is unchecked, access to the webConfigurator is protected against " -"HTTP_REFERER redirection attempts. Check this box to disable this protection " -"if you find that it interferes with webConfigurator access in certain corner " -"cases such as using external scripts to interact with this system. More " -"information on HTTP_REFERER is available from Wikipedia." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 471 -msgid "Enable XDebug" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 474 -msgid "" -"Enable debugger / profiler (developer mode, do not enable in production " -"environment)" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 476 -msgid "" -"When this is checked, php XDebug will be enabled and profiling output can be " -"analysed using webgrind which will be available at [this-url]/webgrind/" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 478 -msgid "" -"For more information about XDebug profiling and how to enable it for your " -"requests, please visit http://www.xdebug.org/docs/" -"all_settings#profiler_enable_trigger" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 483 -msgid "Secure Shell" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 486 -msgid "Secure Shell Server" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 489 -msgid "Enable Secure Shell" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 493 -msgid "Root Login" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 496 -msgid "Permit root user login" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 499 -msgid "" -"Root login is generally discouraged. It is advised to log in via another " -"user and switch to root afterwards." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 506 -msgid "Authentication Method" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 509 -msgid "Permit password login" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 511 -msgid "When disabled, authorized keys need to be configured for each" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 512 -msgid "user" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 513 -msgid "that has been granted secure shell access." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 518 -msgid "SSH port" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 522 -msgid "Leave this blank for the default of 22." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 527 -msgid "Serial Communications" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 530 -msgid "Serial Terminal" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 533 -msgid "" -"Enables the first serial port with 115200/8/N/1 by default, or another speed " -"selectable below." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 535 -msgid "" -"Note: This will redirect the console output and messages to the serial " -"port. You can still access the console menu from the internal video card/" -"keyboard. A null modem serial cable or adapter is required to use the " -"serial console." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 540 -msgid "Serial Speed" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 549 -msgid "bps" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 551 -msgid "Allows selection of different speeds for the serial console port." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 556 -msgid "Primary Console" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 560 -msgid "Serial Console" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 563 -msgid "VGA Console" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 567 -msgid "" -"Select the preferred console if multiple consoles are present. The preferred " -"console will show OPNsense boot script output. All consoles display OS boot " -"messages, console messages, and the console menu." -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 572 -msgid "Console Options" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 575 -msgid "Console menu" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 578 -msgid "Password protect the console menu" -msgstr "" -# -# File: src/www/system_advanced_admin.php, line: 580 -msgid "Changes to this option will take effect after a reboot." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 79 -msgid "The Firewall Adaptive values must be set together." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 82 -msgid "The Firewall Adaptive Start value must be an integer." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 85 -msgid "The Firewall Adaptive End value must be an integer." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 88 -msgid "The Firewall Maximum States value must be an integer." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 91 -msgid "The Aliases Hostname Resolve Interval value must be an integer." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 94 -msgid "The Firewall Maximum Table Entries value must be an integer." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 97 -msgid "The Reflection timeout must be an integer." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 254 -msgid "Firewall Advanced" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 261 -msgid "IP Do-Not-Fragment" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 265 -msgid "Clear invalid DF bits instead of dropping the packets" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 266 -msgid "" -"This allows for communications with hosts that generate fragmented packets " -"with the don't fragment (DF) bit set. Linux NFS is known to do this. This " -"will cause the filter to not drop such packets but instead clear the don't " -"fragment bit." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 274 -msgid "IP Random id" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 278 -msgid "" -"Insert a stronger id into IP header of packets passing through the filter." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 279 -msgid "" -"Replaces the IP identification field of packets with random values to " -"compensate for operating systems that use predictable values. This option " -"only applies to packets that are not fragmented after the optional packet " -"reassembly." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 287 -msgid "Firewall Optimization" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 291 -# File: src/www/system_advanced_firewall.php, line: 307 -msgid "normal" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 294 -# File: src/www/system_advanced_firewall.php, line: 311 -msgid "high-latency" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 297 -# File: src/www/system_advanced_firewall.php, line: 315 -msgid "aggressive" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 300 -# File: src/www/system_advanced_firewall.php, line: 319 -msgid "conservative" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 304 -msgid "Select the type of state table optimization to use" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 308 -msgid "as the name says, it is the normal optimization algorithm" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 312 -msgid "" -"used for high latency links, such as satellite links. Expires idle " -"connections later than default" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 316 -msgid "" -"expires idle connections quicker. More efficient use of CPU and memory but " -"can drop legitimate idle connections" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 320 -msgid "" -"tries to avoid dropping any legitimate idle connections at the expense of " -"increased memory usage and CPU utilization." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 328 -msgid "Disable Firewall" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 332 -msgid "Disable all packet filtering." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 333 -#, php-format -msgid "Warning: This converts %s into a routing only platform!" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 334 -msgid "Warning: This will also turn off NAT!" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 336 -#, php-format -msgid "" -"If you only want to disable NAT, and not firewall rules, visit the " -"%sOutbound NAT%s page." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 343 -msgid "Disable Firewall Scrub" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 347 -msgid "" -"Disables the PF scrubbing option which can sometimes interfere with NFS and " -"PPTP traffic." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 352 -msgid "Firewall Adaptive Timeouts" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 357 -# File: src/www/system_advanced_firewall.php, line: 375 -msgid "start" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 358 -# File: src/www/system_advanced_firewall.php, line: 377 -msgid "end" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 373 -msgid "" -"Timeouts for states can be scaled adaptively as the number of state table " -"entries grows." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 376 -msgid "" -"When the number of state entries exceeds this value, adaptive scaling " -"begins. All timeout values are scaled linearly with factor (adaptive.end - " -"number of states) / (adaptive.end - adaptive.start)." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 378 -msgid "" -"When reaching this number of state entries, all timeout values become zero, " -"effectively purging all state entries immediately. This value is used to " -"define the scale factor, it should not actually be reached (set a lower " -"state limit, see below)." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 380 -msgid "Note: Leave this blank for the default(0)." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 385 -msgid "Firewall Maximum States" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 389 -msgid "Maximum number of connections to hold in the firewall state table." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 391 -msgid "" -"Note: Leave this blank for the default. On your system the default size is:" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 396 -msgid "Firewall Maximum Table Entries" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 400 -msgid "" -"Maximum number of table entries for systems such as aliases, sshlockout, " -"snort, etc, combined." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 402 -msgid "Note: Leave this blank for the default." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 405 -msgid "On your system the default size is:" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 412 -msgid "Static route filtering" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 416 -msgid "Bypass firewall rules for traffic on the same interface" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 418 -msgid "" -"This option only applies if you have defined one or more static routes. If " -"it is enabled, traffic that enters and leaves through the same interface " -"will not be checked by the firewall. This may be desirable in some " -"situations where multiple subnets are connected to the same interface." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 425 -msgid "Disable Auto-added VPN rules" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 429 -msgid "Disable all auto-added VPN rules." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 431 -msgid "Note: This disables automatically added rules for IPsec, PPTP." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 436 -msgid "Disable reply-to" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 440 -msgid "Disable reply-to on WAN rules" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 442 -msgid "" -"With Multi-WAN you generally want to ensure traffic leaves the same " -"interface it arrives on, hence reply-to is added automatically by default. " -"When using bridging, you must disable this behavior if the WAN gateway IP is " -"different from the gateway IP of the hosts behind the bridged interface." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 448 -msgid "Disable Negate rules" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 452 -msgid "Disable Negate rule on policy routing rules" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 454 -msgid "" -"With Multi-WAN you generally want to ensure traffic reaches directly " -"connected networks and VPN networks when using policy routing. You can " -"disable this for special purposes but it requires manually creating rules " -"for these networks" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 459 -msgid "Aliases Resolve Interval" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 463 -msgid "" -"Interval, in seconds, that will be used to resolve hostnames configured on " -"aliases." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 465 -msgid "Note: Leave this blank for the default (300s)." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 470 -msgid "Check certificate of aliases URLs" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 474 -msgid "Verify HTTPS certificates when downloading alias URLs" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 476 -msgid "" -"Make sure the certificate is valid for all HTTPS addresses on aliases. If " -"it's not valid or is revoked, do not download it." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 481 -msgid "Bogon Networks" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 484 -msgid "Update Frequency" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 488 -msgid "Monthly" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 491 -msgid "Weekly" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 494 -msgid "Daily" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 498 -msgid "" -"The frequency of updating the lists of IP addresses that are reserved (but " -"not RFC 1918) or not yet assigned by IANA." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 504 -msgid "Network Address Translation" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 507 -msgid "Reflection for port forwards" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 521 -msgid "" -"When enabled, this automatically creates additional NAT redirect rules for " -"access to port forwards on your external IP addresses from within your " -"internal networks." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 523 -msgid "" -"The NAT + proxy mode uses a helper program to send packets to the target of " -"the port forward. It is useful in setups where the interface and/or gateway " -"IP used for communication with the target cannot be accurately determined at " -"the time the rules are loaded. Reflection rules are not created for ranges " -"larger than 500 ports and will not be used for more than 1000 ports total " -"between all port forwards. Only TCP and UDP protocols are supported." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 525 -msgid "" -"The pure NAT mode uses a set of NAT rules to direct packets to the target of " -"the port forward. It has better scalability, but it must be possible to " -"accurately determine the interface and gateway IP used for communication " -"with the target at the time the rules are loaded. There are no inherent " -"limits to the number of ports other than the limits of the protocols. All " -"protocols available for port forwards are supported." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 527 -# File: src/www/system_advanced_firewall.php, line: 551 -msgid "" -"Individual rules may be configured to override this system setting on a per-" -"rule basis." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 532 -msgid "Reflection Timeout" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 536 -msgid "Enter value for Reflection timeout in seconds." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 538 -msgid "Note: Only applies to Reflection on port forwards in NAT + proxy mode." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 543 -msgid "Enable Reflection for 1:1" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 547 -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 "" -# -# File: src/www/system_advanced_firewall.php, line: 549 -msgid "" -"Note: Reflection on 1:1 mappings is only for the inbound component of the " -"1:1 mappings. This functions the same as the pure NAT mode for port " -"forwards. For more details, refer to the pure NAT mode description above." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 556 -msgid "Enable automatic outbound NAT for Reflection" -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 560 -msgid "" -"Automatically create outbound NAT rules which assist inbound NAT rules that " -"direct traffic back out to the same subnet it originated from." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 562 -msgid "" -"Required for full functionality of the pure NAT mode of NAT Reflection for " -"port forwards or NAT Reflection for 1:1 NAT." -msgstr "" -# -# File: src/www/system_advanced_firewall.php, line: 564 -msgid "" -"Note: This only works for assigned interfaces. Other interfaces require " -"manually creating the outbound NAT rules that direct the reply packets back " -"through the router." -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 42 -msgid "AMD Geode LX Security Block" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 43 -msgid "AES-NI CPU-based Acceleration" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 46 -msgid "Intel Core* CPU on-die thermal sensor" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 47 -msgid "AMD K8, K10 and K11 CPU on-die thermal sensor" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 84 -msgid "Please select a valid Cryptographic Accelerator." -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 88 -msgid "Please select a valid Thermal Hardware Sensor." -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 264 -msgid "Proxy support" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 271 -msgid "Proxy URL" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 275 -#, php-format -msgid "Proxy url for allowing %s to use this proxy to connect outside." -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 280 -msgid "Proxy Port" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 284 -#, php-format -msgid "" -"Proxy port to use when %s connects to the proxy URL configured above. " -"Default is 8080 for http protocol or 443 for ssl." -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 289 -msgid "Proxy Username" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 293 -#, php-format -msgid "Proxy username for allowing %s to use this proxy to connect outside" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 298 -msgid "Proxy Pass" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 302 -#, php-format -msgid "Proxy password for allowing %s to use this proxy to connect outside" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 307 -msgid "Load Balancing" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 310 -msgid "Gateway switching" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 313 -msgid "Allow default gateway switching" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 315 -msgid "" -"If the link where the default gateway resides fails switch the default " -"gateway to another available one." -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 321 -msgid "Sticky connections" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 324 -msgid "Use sticky connections" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 326 -msgid "" -"Successive connections will be redirected to the servers in a round-robin " -"manner with connections from the same source being sent to the same web " -"server. This 'sticky connection' will exist as long as there are states that " -"refer to this connection. Once the states expire, so will the sticky " -"connection. Further connections from that host will be redirected to the " -"next web server in the round robin. Changing this option will restart the " -"Load Balancing service." -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 335 -msgid "Source tracking timeout" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 338 -msgid "" -"Set the source tracking timeout for sticky connections. By default this is " -"0, so source tracking is removed as soon as the state expires. Setting this " -"timeout higher will cause the source/destination relationship to persist for " -"longer periods of time." -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 345 -msgid "Power savings" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 348 -msgid "Use PowerD" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 355 -msgid "On AC Power Mode" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 356 -msgid "On Battery Power Mode" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 364 -# File: src/www/system_advanced_misc.php, line: 380 -msgid "Hiadaptive" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 367 -# File: src/www/system_advanced_misc.php, line: 383 -msgid "Adaptive" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 370 -# File: src/www/system_advanced_misc.php, line: 386 -msgid "Minimum" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 373 -# File: src/www/system_advanced_misc.php, line: 389 -msgid "Maximum" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 397 -msgid "" -"The powerd utility monitors the system state and sets various power control " -"options accordingly. It offers four modes (maximum, minimum, adaptive and " -"hiadaptive) that can be individually selected while on AC power or " -"batteries. The modes maximum, minimum, adaptive and hiadaptive may be " -"abbreviated max, min, adp, hadp. Maximum mode chooses the highest " -"performance values. Minimum mode selects the lowest performance values to " -"get the most power savings. Adaptive mode attempts to strike a balance by " -"degrading performance when the system appears idle and increasing it when " -"the system is busy. It offers a good balance between a small performance " -"loss for greatly increased power savings. Hiadaptive mode is alike adaptive " -"mode, but tuned for systems where performance and interactivity are more " -"important than power consumption. It raises frequency faster, drops slower " -"and keeps twice lower CPU load." -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 414 -msgid "Cryptographic Hardware Acceleration" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 417 -# File: src/www/system_advanced_misc.php, line: 446 -msgid "Hardware" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 430 -msgid "" -"A cryptographic accelerator module will use hardware support to speed up " -"some cryptographic functions on systems which have the chip. Do not enable " -"this option if you have a Hifn cryptographic acceleration card, as this will " -"take precedence and the Hifn card will not be used. Acceleration should be " -"automatic for IPsec when using a cipher supported by your chip, such as " -"AES-128. OpenVPN should be set for AES-128-CBC and have cryptodev enabled " -"for hardware acceleration." -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 438 -msgid "" -"If you do not have a crypto chip in your system, this option will have no " -"effect. To unload the selected module, set this option to 'none' and then " -"reboot." -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 443 -msgid "Thermal Sensors" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 449 -msgid "None/ACPI" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 459 -msgid "" -"If you have a supported CPU, selecting a themal sensor will load the " -"appropriate driver to read its temperature. Setting this to 'None' will " -"attempt to read the temperature from an ACPI-compliant motherboard sensor " -"instead, if one is present." -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 463 -msgid "" -"If you do not have a supported thermal sensor chip in your system, this " -"option will have no effect. To unload the selected module, set this option " -"to 'none' and then reboot." -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 472 -msgid "Schedule States" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 476 -msgid "" -"By default schedules clear the states of existing connections when the " -"expiration time has come. This option overrides that behavior by not " -"clearing states for existing connections." -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 482 -msgid "Gateway Monitoring" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 485 -msgid "Kill states" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 488 -msgid "State Killing on Gateway Failure" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 490 -msgid "" -"The monitoring process will flush states for a gateway that goes down if " -"this box is not checked. Check this box to disable this behavior." -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 495 -msgid "Skip rules" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 498 -msgid "Skip rules when gateway is down" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 500 -msgid "" -"By default, when a rule has a specific gateway set, and this gateway is " -"down, rule is created and traffic is sent to default gateway.This option " -"overrides that behavior and the rule is not created when gateway is down" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 507 -msgid "RAM Disk Settings (Reboot to Apply Changes)" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 510 -msgid "Use RAM Disks" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 514 -msgid "Use memory file system for /tmp and /var" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 515 -msgid "" -"Set this if you wish to use /tmp and /var as RAM disks (memory file system " -"disks) on a full install rather than use the hard disk. Setting this will " -"cause the data in /tmp and /var to be lost at reboot, including log data. " -"RRD and DHCP Leases will be retained." -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 521 -msgid "Periodic RRD Backup" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 530 -# File: src/www/system_advanced_misc.php, line: 549 -msgid "hour" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 537 -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 will happen to your media." -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 542 -msgid "Periodic DHCP Leases Backup" -msgstr "" -# -# File: src/www/system_advanced_misc.php, line: 555 -msgid "" -"This will periodically backup the DHCP leases data so it can be restored " -"automatically on the next boot. Keep in mind that the more frequent the " -"backup, the more writes will happen to your media." -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 56 -msgid "You must specify an IP address to NAT IPv6 packets." -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 180 -msgid "IPv6 Options" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 187 -# File: src/www/system_advanced_network.php, line: 191 -msgid "Allow IPv6" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 192 -msgid "" -"All IPv6 traffic will be blocked by the firewall unless this box is checked." -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 193 -msgid "" -"NOTE: This does not disable any IPv6 features on the firewall, it only " -"blocks traffic." -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 198 -msgid "IPv6 over IPv4 Tunneling" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 201 -msgid "Enable IPv4 NAT encapsulation of IPv6 packets" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 203 -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 firewall rule to permit IPv6 packets." -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 213 -msgid "Prefer IPv4 over IPv6" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 217 -msgid "Prefer to use IPv4 even if IPv6 is available" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 218 -msgid "" -"By default, if a hostname resolves IPv6 and IPv4 addresses IPv6 will be " -"used, if you check this option, IPv4 will be used instead of IPv6." -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 228 -msgid "Device polling" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 231 -msgid "Enable device polling" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 233 -#, php-format -msgid "" -"Device polling is a technique that lets the system periodically poll network " -"devices for new data instead of relying on interrupts. This prevents your " -"webConfigurator, SSH, etc. from being inaccessible due to interrupt floods " -"when under extreme load. Generally this is not recommended. Not all NICs " -"support polling; see the %s homepage for a list of supported cards." -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 238 -msgid "Hardware CRC" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 241 -msgid "Disable hardware checksum offload" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 243 -msgid "" -"Checking this option will disable hardware checksum offloading. Checksum " -"offloading is broken in some hardware, particularly some Realtek cards. " -"Rarely, drivers may have problems with checksum offloading and some specific " -"NICs." -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 246 -# File: src/www/system_advanced_network.php, line: 259 -# File: src/www/system_advanced_network.php, line: 272 -# File: src/www/system_advanced_network.php, line: 285 -msgid "" -"This will take effect after you reboot the machine or re-configure each " -"interface." -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 251 -msgid "Hardware TSO" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 254 -msgid "Disable hardware TCP segmentation offload" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 256 -msgid "" -"Checking this option will disable hardware TCP segmentation offloading (TSO, " -"TSO4, TSO6). This offloading is broken in some hardware drivers, and may " -"impact performance with some specific NICs." -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 264 -msgid "Hardware LRO" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 267 -msgid "Disable hardware large receive offload" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 269 -msgid "" -"Checking this option will disable hardware large receive offloading (LRO). " -"This offloading is broken in some hardware drivers, and may impact " -"performance with some specific NICs." -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 277 -msgid "VLAN Hardware Filtering" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 280 -msgid "Disable VLAN Hardware Filtering" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 282 -msgid "" -"Checking this option will disable VLAN hardware filtering. This offloading " -"is broken in some hardware drivers, and may impact performance with some " -"specific NICs." -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 290 -msgid "ARP Handling" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 293 -msgid "Suppress ARP messages" -msgstr "" -# -# File: src/www/system_advanced_network.php, line: 295 -msgid "" -"This option will suppress ARP log messages when multiple interfaces reside " -"on the same broadcast domain" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 102 -# File: src/www/system_advanced_notifications.php, line: 316 -msgid "Test Growl" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 108 -# File: src/www/system_advanced_notifications.php, line: 113 -#, php-format -msgid "This is a test message from %s. It is safe to ignore this message." -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 110 -# File: src/www/system_advanced_notifications.php, line: 317 -msgid "Test SMTP" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 158 -msgid "Growl" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 165 -msgid "Disable Growl Notifications" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 169 -msgid "" -"Check this option to disable growl notifications but preserve the settings " -"below." -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 174 -msgid "Registration Name" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 178 -msgid "Enter the name to register with the Growl server (default: PHP-Growl)." -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 183 -msgid "Notification Name" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 187 -#, php-format -msgid "Enter a name for the Growl notifications (default: %s growl alert)." -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 196 -msgid "" -"This is the IP address that you would like to send growl notifications to." -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 205 -msgid "Enter the password of the remote growl notification device." -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 210 -msgid "SMTP E-Mail" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 213 -msgid "Disable SMTP Notifications" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 217 -msgid "" -"Check this option to disable SMTP notifications but preserve the settings " -"below. Some other mechanisms, such as packages, may need these settings in " -"place to function." -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 222 -msgid "E-Mail server" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 226 -msgid "" -"This is the FQDN or IP address of the SMTP E-Mail server to which " -"notifications will be sent." -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 231 -msgid "SMTP Port of E-Mail server" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 235 -msgid "" -"This is the port of the SMTP E-Mail server, typically 25, 587 (submission) " -"or 465 (smtps)" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 240 -msgid "Secure SMTP Connection" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 243 -msgid "Enable SMTP over SSL/TLS" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 245 -msgid "Enable STARTTLS" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 249 -msgid "From e-mail address" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 253 -msgid "This is the e-mail address that will appear in the from field." -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 258 -msgid "E-Mail address" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 262 -msgid "" -"Enter the e-mail address that you would like email notifications sent to." -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 267 -msgid "E-Mail auth username" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 271 -# File: src/www/system_advanced_notifications.php, line: 281 -# File: src/www/system_camanager.php, line: 538 -msgid "(optional)" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 272 -msgid "Enter the e-mail address username for SMTP authentication." -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 277 -msgid "E-Mail auth password" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 282 -msgid "Enter the e-mail address password for SMTP authentication." -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 291 -msgid "System Sounds" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 294 -msgid "Startup/Shutdown Sound" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 297 -msgid "Disable the startup/shutdown beep" -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 300 -msgid "When this is checked, startup and shutdown sounds will no longer play." -msgstr "" -# -# File: src/www/system_advanced_notifications.php, line: 319 -msgid "" -"NOTE: A test notification will be sent even if the service is marked as " -"disabled." -msgstr "" -# -# File: src/www/system_advanced_sysctl.php, line: 104 -msgid "Add a new tunable" -msgstr "" -# -# File: src/www/system_advanced_sysctl.php, line: 119 -# File: src/www/system_advanced_sysctl.php, line: 205 -msgid "Tunable" -msgstr "" -# -# File: src/www/system_advanced_sysctl.php, line: 150 -msgid "" -"The firewall tunables have changed. You must apply the configuration to " -"take affect." -msgstr "" -# -# File: src/www/system_advanced_sysctl.php, line: 164 -msgid "Tunable Name" -msgstr "" -# -# File: src/www/system_advanced_sysctl.php, line: 183 -msgid "Edit Tunable" -msgstr "" -# -# File: src/www/system_advanced_sysctl.php, line: 185 -msgid "Delete Tunable" -msgstr "" -# -# File: src/www/system_advanced_sysctl.php, line: 200 -msgid "Edit system tunable" -msgstr "" -# -# File: src/www/system_authservers.php, line: 128 -# File: src/www/system_authservers.php, line: 149 -# File: src/www/system_authservers.php, line: 427 -# File: src/www/system_camanager.php, line: 267 -# File: src/www/system_camanager.php, line: 282 -# File: src/www/system_camanager.php, line: 298 -# File: src/www/system_camanager.php, line: 496 -# File: src/www/system_certmanager.php, line: 260 -# File: src/www/system_certmanager.php, line: 293 -# File: src/www/system_certmanager.php, line: 304 -# File: src/www/system_certmanager.php, line: 319 -# File: src/www/system_certmanager.php, line: 723 -# File: src/www/system_certmanager.php, line: 1143 -# File: src/www/system_crlmanager.php, line: 228 -# File: src/www/system_crlmanager.php, line: 236 -# File: src/www/system_crlmanager.php, line: 386 -# File: src/www/system_crlmanager.php, line: 476 -msgid "Descriptive name" -msgstr "" -# -# File: src/www/system_authservers.php, line: 131 -# File: src/www/system_authservers.php, line: 473 -msgid "Port value" -msgstr "" -# -# File: src/www/system_authservers.php, line: 132 -# File: src/www/system_authservers.php, line: 479 -msgid "Transport" -msgstr "" -# -# File: src/www/system_authservers.php, line: 133 -# File: src/www/system_authservers.php, line: 516 -msgid "Protocol version" -msgstr "" -# -# File: src/www/system_authservers.php, line: 134 -msgid "Search level" -msgstr "" -# -# File: src/www/system_authservers.php, line: 135 -msgid "User naming Attribute" -msgstr "" -# -# File: src/www/system_authservers.php, line: 136 -msgid "Authentication container" -msgstr "" -# -# File: src/www/system_authservers.php, line: 141 -msgid "Bind user DN" -msgstr "" -# -# File: src/www/system_authservers.php, line: 142 -msgid "Bind Password" -msgstr "" -# -# File: src/www/system_authservers.php, line: 157 -# File: src/www/system_authservers.php, line: 627 -msgid "Authentication port value" -msgstr "" -# -# File: src/www/system_authservers.php, line: 162 -# File: src/www/system_authservers.php, line: 608 -msgid "Shared Secret" -msgstr "" -# -# File: src/www/system_authservers.php, line: 169 -# File: src/www/system_authservers.php, line: 172 -msgid "The host name contains invalid characters." -msgstr "" -# -# File: src/www/system_authservers.php, line: 176 -msgid "An authentication server with the same name already exists." -msgstr "" -# -# File: src/www/system_authservers.php, line: 180 -msgid "RADIUS Timeout value must be numeric and positive." -msgstr "" -# -# File: src/www/system_authservers.php, line: 260 -msgid "deleted" -msgstr "" -# -# File: src/www/system_authservers.php, line: 287 -msgid "Add server" -msgstr "" -# -# File: src/www/system_authservers.php, line: 302 -msgid "Please fill the required values." -msgstr "" -# -# File: src/www/system_authservers.php, line: 325 -# File: src/www/system_usermanager.php, line: 533 -# File: src/www/system_usermanager_settings.php, line: 82 -msgid "Popup blocker detected. Action aborted." -msgstr "" -# -# File: src/www/system_authservers.php, line: 375 -msgid "Do you really want to delete this Server?" -msgstr "" -# -# File: src/www/system_authservers.php, line: 464 -# File: src/www/system_authservers.php, line: 602 -msgid "Hostname or IP address" -msgstr "" -# -# File: src/www/system_authservers.php, line: 468 -msgid "" -"NOTE: When using SSL, this hostname MUST match the Common Name (CN) of the " -"LDAP server's SSL Certificate." -msgstr "" -# -# File: src/www/system_authservers.php, line: 483 -msgid "TCP - Standard" -msgstr "" -# -# File: src/www/system_authservers.php, line: 486 -msgid "SSL - Encrypted" -msgstr "" -# -# File: src/www/system_authservers.php, line: 492 -# File: src/www/vpn_openvpn_client.php, line: 697 -# File: src/www/vpn_openvpn_server.php, line: 937 -msgid "Peer Certificate Authority" -msgstr "" -# -# File: src/www/system_authservers.php, line: 505 -msgid "This option is used if 'SSL Encrypted' option is choosen." -msgstr "" -# -# File: src/www/system_authservers.php, line: 506 -msgid "It must match with the CA in the AD otherwise problems will arise." -msgstr "" -# -# File: src/www/system_authservers.php, line: 510 -# File: src/www/vpn_openvpn_client.php, line: 719 -# File: src/www/vpn_openvpn_client.php, line: 763 -# File: src/www/vpn_openvpn_server.php, line: 959 -# File: src/www/vpn_openvpn_server.php, line: 995 -# File: src/www/vpn_openvpn_server.php, line: 1039 -msgid "Create one under" -msgstr "" -# -# File: src/www/system_authservers.php, line: 510 -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_server.php, line: 958 -msgid "No Certificate Authorities defined." -msgstr "" -# -# File: src/www/system_authservers.php, line: 510 -# File: src/www/vpn_openvpn_client.php, line: 720 -# File: src/www/vpn_openvpn_client.php, line: 764 -# File: src/www/vpn_openvpn_server.php, line: 959 -# File: src/www/vpn_openvpn_server.php, line: 996 -# File: src/www/vpn_openvpn_server.php, line: 1040 -msgid "System: Certificates" -msgstr "" -# -# File: src/www/system_authservers.php, line: 525 -msgid "Bind credentials" -msgstr "" -# -# File: src/www/system_authservers.php, line: 527 -msgid "User DN:" -msgstr "" -# -# File: src/www/system_authservers.php, line: 532 -msgid "Leave empty to use anonymous binds to resolve distinguished names" -msgstr "" -# -# File: src/www/system_authservers.php, line: 537 -msgid "Search scope" -msgstr "" -# -# File: src/www/system_authservers.php, line: 540 -msgid "Level:" -msgstr "" -# -# File: src/www/system_authservers.php, line: 543 -msgid "One Level" -msgstr "" -# -# File: src/www/system_authservers.php, line: 546 -msgid "Entire Subtree" -msgstr "" -# -# File: src/www/system_authservers.php, line: 551 -msgid "Base DN:" -msgstr "" -# -# File: src/www/system_authservers.php, line: 557 -msgid "Authentication containers" -msgstr "" -# -# File: src/www/system_authservers.php, line: 561 -msgid "Select" -msgstr "" -# -# File: src/www/system_authservers.php, line: 565 -msgid "" -"Note: Semi-Colon separated. This will be prepended to the search base dn " -"above or you can specify full container path containing a dc= component." -msgstr "" -# -# File: src/www/system_authservers.php, line: 572 -msgid "Extended Query" -msgstr "" -# -# File: src/www/system_authservers.php, line: 583 -msgid "Initial Template" -msgstr "" -# -# File: src/www/system_authservers.php, line: 586 -msgid "OpenLDAP" -msgstr "" -# -# File: src/www/system_authservers.php, line: 587 -msgid "Microsoft AD" -msgstr "" -# -# File: src/www/system_authservers.php, line: 588 -msgid "Novell eDirectory" -msgstr "" -# -# File: src/www/system_authservers.php, line: 595 -msgid "User naming attribute" -msgstr "" -# -# File: src/www/system_authservers.php, line: 614 -msgid "Services offered" -msgstr "" -# -# File: src/www/system_authservers.php, line: 618 -msgid "Authentication and Accounting" -msgstr "" -# -# File: src/www/system_authservers.php, line: 633 -msgid "Accounting port value" -msgstr "" -# -# File: src/www/system_authservers.php, line: 639 -msgid "Authentication Timeout" -msgstr "" -# -# File: src/www/system_authservers.php, line: 643 -msgid "" -"This value controls how long, in seconds, that the RADIUS server may take to " -"respond to an authentication request." -msgstr "" -# -# File: src/www/system_authservers.php, line: 644 -msgid "If left blank, the default value is 5 seconds." -msgstr "" -# -# File: src/www/system_authservers.php, line: 645 -msgid "" -"NOTE: If you are using an interactive two-factor authentication system, " -"increase this timeout to account for how long it will take the user to " -"receive and enter a token." -msgstr "" -# -# File: src/www/system_authservers.php, line: 671 -msgid "Server Name" -msgstr "" -# -# File: src/www/system_authservers.php, line: 681 -msgid "Additional authentication servers can be added here." -msgstr "" -# -# File: src/www/system_authservers.php, line: 702 -msgid "delete this server" -msgstr "" -# -# File: src/www/system_camanager.php, line: 268 -# File: src/www/system_camanager.php, line: 527 -# File: src/www/system_certmanager.php, line: 294 -# File: src/www/system_certmanager.php, line: 738 -msgid "Certificate data" -msgstr "" -# -# File: src/www/system_camanager.php, line: 270 -# File: src/www/system_certmanager.php, line: 297 -msgid "This certificate does not appear to be valid." -msgstr "" -# -# File: src/www/system_camanager.php, line: 273 -msgid "Encrypted private keys are not yet supported." -msgstr "" -# -# File: src/www/system_camanager.php, line: 283 -# File: src/www/system_camanager.php, line: 300 -# File: src/www/system_camanager.php, line: 582 -# File: src/www/system_certmanager.php, line: 306 -# File: src/www/system_certmanager.php, line: 320 -# File: src/www/system_certmanager.php, line: 797 -# File: src/www/system_certmanager.php, line: 980 -msgid "Key length" -msgstr "" -# -# File: src/www/system_camanager.php, line: 284 -# File: src/www/system_camanager.php, line: 301 -# File: src/www/system_camanager.php, line: 609 -# File: src/www/system_certmanager.php, line: 307 -# File: src/www/system_certmanager.php, line: 826 -# File: src/www/system_crlmanager.php, line: 434 -# File: src/www/vpn_ipsec_phase1.php, line: 968 -# File: src/www/vpn_ipsec_phase2.php, line: 927 -msgid "Lifetime" -msgstr "" -# -# File: src/www/system_camanager.php, line: 285 -# File: src/www/system_camanager.php, line: 302 -# File: src/www/system_certmanager.php, line: 308 -# File: src/www/system_certmanager.php, line: 321 -msgid "Distinguished name Country Code" -msgstr "" -# -# File: src/www/system_camanager.php, line: 286 -# File: src/www/system_camanager.php, line: 303 -# File: src/www/system_certmanager.php, line: 309 -# File: src/www/system_certmanager.php, line: 322 -msgid "Distinguished name State or Province" -msgstr "" -# -# File: src/www/system_camanager.php, line: 287 -# File: src/www/system_camanager.php, line: 304 -# File: src/www/system_certmanager.php, line: 310 -# File: src/www/system_certmanager.php, line: 323 -msgid "Distinguished name City" -msgstr "" -# -# File: src/www/system_camanager.php, line: 288 -# File: src/www/system_camanager.php, line: 305 -# File: src/www/system_certmanager.php, line: 311 -# File: src/www/system_certmanager.php, line: 324 -msgid "Distinguished name Organization" -msgstr "" -# -# File: src/www/system_camanager.php, line: 289 -# File: src/www/system_camanager.php, line: 306 -# File: src/www/system_certmanager.php, line: 312 -# File: src/www/system_certmanager.php, line: 325 -msgid "Distinguished name Email Address" -msgstr "" -# -# File: src/www/system_camanager.php, line: 290 -# File: src/www/system_camanager.php, line: 307 -# File: src/www/system_certmanager.php, line: 313 -# File: src/www/system_certmanager.php, line: 326 -msgid "Distinguished name Common Name" -msgstr "" -# -# File: src/www/system_camanager.php, line: 299 -# File: src/www/system_camanager.php, line: 567 -msgid "Signing Certificate Authority" -msgstr "" -# -# File: src/www/system_camanager.php, line: 316 -# File: src/www/system_certmanager.php, line: 378 -msgid "" -"The field 'Distinguished name Email Address' contains invalid characters." -msgstr "" -# -# File: src/www/system_camanager.php, line: 320 -# File: src/www/system_certmanager.php, line: 383 -msgid "The field 'Distinguished name Common Name' contains invalid characters." -msgstr "" -# -# File: src/www/system_camanager.php, line: 323 -# File: src/www/system_certmanager.php, line: 386 -#, php-format -msgid "The field '%s' contains invalid characters." -msgstr "" -# -# File: src/www/system_camanager.php, line: 327 -# File: src/www/system_certmanager.php, line: 391 -# File: src/www/system_certmanager.php, line: 398 -msgid "Please select a valid Key Length." -msgstr "" -# -# File: src/www/system_camanager.php, line: 330 -# File: src/www/system_certmanager.php, line: 394 -# File: src/www/system_certmanager.php, line: 401 -msgid "Please select a valid Digest Algorithm." -msgstr "" -# -# File: src/www/system_camanager.php, line: 375 -# File: src/www/system_camanager.php, line: 389 -# File: src/www/system_certmanager.php, line: 454 -# File: src/www/system_certmanager.php, line: 477 -msgid "openssl library returns:" -msgstr "" -# -# File: src/www/system_camanager.php, line: 415 -msgid "add or import ca" -msgstr "" -# -# File: src/www/system_camanager.php, line: 431 -msgid "" -"Do you really want to delete this Certificate Authority and its CRLs, and " -"unreference any associated certificates?" -msgstr "" -# -# File: src/www/system_camanager.php, line: 502 -# File: src/www/system_certmanager.php, line: 709 -# File: src/www/system_crlmanager.php, line: 375 -msgid "Method" -msgstr "" -# -# File: src/www/system_camanager.php, line: 506 -msgid "Import an existing Certificate Authority" -msgstr "" -# -# File: src/www/system_camanager.php, line: 509 -msgid "Create an internal Certificate Authority" -msgstr "" -# -# File: src/www/system_camanager.php, line: 512 -msgid "Create an intermediate Certificate Authority" -msgstr "" -# -# File: src/www/system_camanager.php, line: 522 -msgid "Existing Certificate Authority" -msgstr "" -# -# File: src/www/system_camanager.php, line: 531 -# File: src/www/system_certmanager.php, line: 742 -msgid "Paste a certificate in X.509 PEM format here." -msgstr "" -# -# File: src/www/system_camanager.php, line: 537 -msgid "Certificate Private Key" -msgstr "" -# -# File: src/www/system_camanager.php, line: 543 -msgid "" -"Paste the private key for the above certificate here. This is optional in " -"most cases, but required if you need to generate a Certificate Revocation " -"List (CRL)." -msgstr "" -# -# File: src/www/system_camanager.php, line: 548 -msgid "Serial for next certificate" -msgstr "" -# -# File: src/www/system_camanager.php, line: 552 -msgid "" -"Enter a decimal number to be used as the serial number for the next " -"certificate to be created using this CA." -msgstr "" -# -# File: src/www/system_camanager.php, line: 562 -msgid "Internal Certificate Authority" -msgstr "" -# -# File: src/www/system_camanager.php, line: 594 -# File: src/www/system_certmanager.php, line: 809 -# File: src/www/system_certmanager.php, line: 993 -msgid "Digest Algorithm" -msgstr "" -# -# File: src/www/system_camanager.php, line: 604 -# File: src/www/system_certmanager.php, line: 821 -# File: src/www/system_certmanager.php, line: 1005 -msgid "" -"NOTE: It is recommended to use an algorithm stronger than SHA1 when possible." -msgstr "" -# -# File: src/www/system_camanager.php, line: 615 -# File: src/www/system_certmanager.php, line: 832 -# File: src/www/system_certmanager.php, line: 1010 -# File: src/www/vpn_ipsec_phase1.php, line: 784 -# File: src/www/vpn_ipsec_phase1.php, line: 812 -msgid "Distinguished name" -msgstr "" -# -# File: src/www/system_camanager.php, line: 618 -# File: src/www/system_certmanager.php, line: 835 -# File: src/www/system_certmanager.php, line: 1013 -msgid "Country Code" -msgstr "" -# -# File: src/www/system_camanager.php, line: 632 -# File: src/www/system_certmanager.php, line: 849 -# File: src/www/system_certmanager.php, line: 1027 -msgid "State or Province" -msgstr "" -# -# File: src/www/system_camanager.php, line: 636 -# File: src/www/system_camanager.php, line: 647 -# File: src/www/system_camanager.php, line: 658 -# File: src/www/system_camanager.php, line: 669 -# File: src/www/system_camanager.php, line: 680 -# File: src/www/system_certmanager.php, line: 853 -# File: src/www/system_certmanager.php, line: 864 -# File: src/www/system_certmanager.php, line: 875 -# File: src/www/system_certmanager.php, line: 886 -# File: src/www/system_certmanager.php, line: 897 -# File: src/www/system_certmanager.php, line: 1031 -# File: src/www/system_certmanager.php, line: 1042 -# File: src/www/system_certmanager.php, line: 1053 -# File: src/www/system_certmanager.php, line: 1064 -# File: src/www/system_certmanager.php, line: 1075 -msgid "ex:" -msgstr "" -# -# File: src/www/system_camanager.php, line: 638 -# File: src/www/system_certmanager.php, line: 855 -# File: src/www/system_certmanager.php, line: 1033 -msgid "Sachsen" -msgstr "" -# -# File: src/www/system_camanager.php, line: 643 -# File: src/www/system_certmanager.php, line: 860 -# File: src/www/system_certmanager.php, line: 1038 -msgid "City" -msgstr "" -# -# File: src/www/system_camanager.php, line: 649 -# File: src/www/system_certmanager.php, line: 866 -# File: src/www/system_certmanager.php, line: 1044 -msgid "Leipzig" -msgstr "" -# -# File: src/www/system_camanager.php, line: 654 -# File: src/www/system_certmanager.php, line: 871 -# File: src/www/system_certmanager.php, line: 1049 -msgid "Organization" -msgstr "" -# -# File: src/www/system_camanager.php, line: 660 -# File: src/www/system_certmanager.php, line: 877 -# File: src/www/system_certmanager.php, line: 1055 -msgid "My Company Inc" -msgstr "" -# -# File: src/www/system_camanager.php, line: 671 -# File: src/www/system_certmanager.php, line: 888 -# File: src/www/system_certmanager.php, line: 1066 -msgid "admin@mycompany.com" -msgstr "" -# -# File: src/www/system_camanager.php, line: 682 -# File: src/www/system_certmanager.php, line: 899 -# File: src/www/system_certmanager.php, line: 1077 -msgid "internal-ca" -msgstr "" -# -# File: src/www/system_camanager.php, line: 709 -# File: src/www/system_crlmanager.php, line: 609 -msgid "Internal" -msgstr "" -# -# File: src/www/system_camanager.php, line: 710 -# File: src/www/system_certmanager.php, line: 1188 -msgid "Issuer" -msgstr "" -# -# File: src/www/system_camanager.php, line: 712 -# File: src/www/system_certmanager.php, line: 1189 -msgid "Distinguished Name" -msgstr "" -# -# File: src/www/system_camanager.php, line: 724 -# File: src/www/system_certmanager.php, line: 1206 -msgid "self-signed" -msgstr "" -# -# File: src/www/system_camanager.php, line: 726 -# File: src/www/system_certmanager.php, line: 1208 -msgid "external" -msgstr "" -# -# File: src/www/system_camanager.php, line: 756 -# File: src/www/system_certmanager.php, line: 1239 -msgid "Valid From" -msgstr "" -# -# File: src/www/system_camanager.php, line: 761 -# File: src/www/system_certmanager.php, line: 1244 -msgid "Valid Until" -msgstr "" -# -# File: src/www/system_camanager.php, line: 767 -msgid "edit CA" -msgstr "" -# -# File: src/www/system_camanager.php, line: 770 -msgid "export CA cert" -msgstr "" -# -# File: src/www/system_camanager.php, line: 775 -msgid "export CA private key" -msgstr "" -# -# File: src/www/system_camanager.php, line: 780 -msgid "delete ca" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 85 -msgid "Import an existing Certificate" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 86 -msgid "Create an internal Certificate" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 87 -msgid "Create a Certificate Signing Request" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 112 -msgid "Choose an existing certificate" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 261 -msgid "Final Certificate data" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 269 -msgid "The certificate modulus does not match the signing request modulus." -msgstr "" -# -# File: src/www/system_certmanager.php, line: 295 -msgid "Key data" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 305 -# File: src/www/system_certmanager.php, line: 766 -msgid "Certificate authority" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 329 -msgid "Existing Certificate Choice" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 347 -msgid "DNS subjectAltName values must be valid hostnames or FQDNs" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 352 -msgid "IP subjectAltName values must be valid IP Addresses" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 357 -msgid "You must provide an e-mail address for this type of subjectAltName" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 360 -msgid "The e-mail provided in a subjectAltName contains invalid characters." -msgstr "" -# -# File: src/www/system_certmanager.php, line: 365 -msgid "URI subjectAltName types must be a valid URI" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 369 -msgid "Unrecognized subjectAltName type." -msgstr "" -# -# File: src/www/system_certmanager.php, line: 511 -msgid "add or import certificate" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 542 -msgid "Do you really want to delete this Certificate?" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 567 -# File: src/www/system_usermanager.php, line: 203 -# File: src/www/system_usermanager.php, line: 482 -# File: src/www/system_usermanager.php, line: 894 -# File: src/www/vpn_ipsec_phase1.php, line: 205 -# File: src/www/vpn_openvpn_server.php, line: 284 -msgid "Certificate" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 733 -msgid "Import Certificate" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 747 -msgid "Private key data" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 751 -msgid "Paste a private key in X.509 PEM format here." -msgstr "" -# -# File: src/www/system_certmanager.php, line: 761 -msgid "Internal Certificate" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 779 -#, php-format -msgid "" -"No internal Certificate Authorities have been defined. You must %sadd%s an " -"internal CA before creating an internal certificate." -msgstr "" -# -# File: src/www/system_certmanager.php, line: 787 -# File: src/www/vpn_openvpn_client.php, line: 726 -msgid "Client Certificate" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 788 -# File: src/www/vpn_openvpn_server.php, line: 1002 -msgid "Server Certificate" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 789 -# File: src/www/system_crlmanager.php, line: 237 -# File: src/www/system_crlmanager.php, line: 392 -# File: src/www/vpn_ipsec_phase1.php, line: 205 -# File: src/www/vpn_openvpn_client.php, line: 241 -# File: src/www/vpn_openvpn_server.php, line: 284 -msgid "Certificate Authority" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 792 -msgid "" -"Choose the type of certificate to generate here, the type defines it's " -"constraints" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 904 -msgid "Alternative Names" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 920 -# File: src/www/system_certmanager.php, line: 940 -msgid "DNS" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 922 -# File: src/www/system_certmanager.php, line: 942 -msgid "email" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 923 -# File: src/www/system_certmanager.php, line: 943 -msgid "URI" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 975 -msgid "External Signing Request" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1087 -msgid "Choose an Existing Certificate" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1092 -msgid "Existing Certificates" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1110 -msgid "*In Use" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1111 -msgid "*Revoked" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1152 -msgid "Complete Signing Request" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1155 -msgid "Signing request data" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1159 -msgid "" -"Copy the certificate signing data from here and forward it to your " -"certificate authority for signing." -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1163 -msgid "Final certificate data" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1167 -msgid "Paste the certificate received from your certificate authority here." -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1190 -# File: src/www/system_crlmanager.php, line: 611 -msgid "In Use" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1214 -msgid "external - signature pending" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1229 -msgid "CA:" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1230 -msgid "Server:" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1252 -# File: src/www/system_usermanager.php, line: 800 -msgid "Revoked" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1260 -msgid "User Cert" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1264 -msgid "OpenVPN Server" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1268 -msgid "OpenVPN Client" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1272 -msgid "IPsec Tunnel" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1276 -msgid "show certificate info" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1280 -msgid "export ca" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1284 -msgid "export key" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1288 -msgid "export ca cert+user cert+user cert key in .p12 format" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1294 -msgid "delete cert" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1300 -msgid "update csr" -msgstr "" -# -# File: src/www/system_certmanager.php, line: 1313 -msgid "Note: You can only delete a certificate if it is not currently in use." -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 153 -#, php-format -msgid "Certificate Revocation List %s is in use and cannot be deleted" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 183 -#, php-format -msgid "Deleted Certificate %s from CRL %s" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 187 -#, php-format -msgid "Failed to delete Certificate %s from CRL %s" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 202 -msgid "Both the Certificate and CRL must be specified." -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 206 -msgid "CA mismatch between the Certificate and CRL. Unable to Revoke." -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 209 -msgid "Cannot revoke certificates for an imported/external CRL." -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 229 -msgid "Certificate Revocation List data" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 297 -msgid "Do you really want to delete this Certificate Revocation List?" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 321 -# File: src/www/system_crlmanager.php, line: 536 -msgid "Delete this certificate from the CRL " -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 378 -msgid "Create an internal Certificate Revocation List" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 379 -msgid "Import an existing Certificate Revocation List" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 410 -msgid "Existing Certificate Revocation List" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 415 -# File: src/www/system_crlmanager.php, line: 482 -msgid "CRL data" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 419 -# File: src/www/system_crlmanager.php, line: 486 -msgid "Paste a Certificate Revocation List in X.509 CRL format here." -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 429 -msgid "Internal Certificate Revocation List" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 438 -msgid "Default: 9999" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 443 -msgid "Serial" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 447 -msgid "Default: 0" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 473 -msgid "Edit Imported Certificate Revocation List" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 511 -msgid "Currently Revoked Certificates for CRL" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 514 -# File: src/www/vpn_openvpn_export.php, line: 789 -msgid "Certificate Name" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 515 -msgid "Revocation Reason" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 516 -msgid "Revoked At" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 525 -msgid "No Certificates Found for this CRL." -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 552 -msgid "No Certificates Found for this CA." -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 557 -msgid "Revoke a Certificate" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 561 -msgid "Choose a Certificate to Revoke" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 575 -msgid "Reason" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 619 -msgid "Additional Certificate Revocation Lists can be added here." -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 638 -#, php-format -msgid "Add or Import CRL for %s" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 643 -#, php-format -msgid "Import CRL for %s" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 659 -msgid "Unknown (imported)" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 663 -msgid "Export CRL" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 668 -# File: src/www/system_crlmanager.php, line: 673 -msgid "Edit CRL" -msgstr "" -# -# File: src/www/system_crlmanager.php, line: 679 -msgid "Delete CRL" -msgstr "" -# -# File: src/www/system_gateway_groups.php, line: 118 -msgid "Add group" -msgstr "" -# -# File: src/www/system_gateway_groups.php, line: 130 -msgid "Gateway-group" -msgstr "" -# -# File: src/www/system_gateway_groups.php, line: 131 -msgid "Do you really want to delete this gateway group?" -msgstr "" -# -# File: src/www/system_gateway_groups.php, line: 155 -#, php-format -msgid "" -"The gateway configuration has been changed.%sYou must apply the changes in " -"order for them to take effect." -msgstr "" -# -# File: src/www/system_gateway_groups.php, line: 192 -msgid "Tier " -msgstr "" -# -# File: src/www/system_gateway_groups.php, line: 203 -# File: src/www/system_groupmanager.php, line: 498 -msgid "delete group" -msgstr "" -# -# File: src/www/system_gateway_groups.php, line: 219 -msgid "" -"Remember to use these Gateway Groups in firewall rules in order to enable " -"load balancing, failover, or policy-based routing. Without rules directing " -"traffic into the Gateway Groups, they will not be used." -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 77 -msgid "A valid gateway group name must be specified." -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 80 -# File: src/www/system_gateways_edit.php, line: 61 -msgid "The gateway name must not contain invalid characters." -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 89 -msgid "Changing name on a gateway group is not allowed." -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 95 -#, php-format -msgid "A gateway group with this name \"%s\" already exists." -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 112 -#, php-format -msgid "" -"A gateway group cannot have the same name with a gateway \"%s\" please " -"choose another name." -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 117 -msgid "No gateway(s) have been selected to be used in this group" -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 191 -msgid "Gateway Priority" -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 196 -msgid "Tier" -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 225 -msgid "Never" -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 225 -#, php-format -msgid "Tier %d" -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 243 -msgid "Interface Address" -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 271 -msgid "Link Priority" -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 272 -msgid "" -"The priority selected here defines in what order failover and balancing of " -"links will be done. Multiple links of the same priority will balance " -"connections until all links in the priority will be exhausted. If all links " -"in a priority level are exhausted we will use the next available link(s) in " -"the next priority level." -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 278 -msgid "" -"The virtual IP field selects what (virtual) IP should be used when this " -"group applies to a local Dynamic DNS, IPsec or OpenVPN endpoint" -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 283 -msgid "Trigger Level" -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 286 -msgid "Member Down" -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 287 -msgid "Packet Loss" -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 288 -msgid "High Latency" -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 289 -msgid "Packet Loss or High Latency" -msgstr "" -# -# File: src/www/system_gateway_groups_edit.php, line: 292 -msgid "When to trigger exclusion of a member" -msgstr "" -# -# File: src/www/system_gateways.php, line: 58 -#, php-format -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Gateway Group '%s'" -msgstr "" -# -# File: src/www/system_gateways.php, line: 68 -#, php-format -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Static Route '%s'" -msgstr "" -# -# File: src/www/system_gateways.php, line: 211 -msgid "Add gateway" -msgstr "" -# -# File: src/www/system_gateways.php, line: 225 -msgid "Do you really want to delete this gateway?" -msgstr "" -# -# File: src/www/system_gateways.php, line: 257 -msgid "Do you really want to delete the selected gateway items?" -msgstr "" -# -# File: src/www/system_gateways.php, line: 287 -msgid "The gateway configuration has been changed." -msgstr "" -# -# File: src/www/system_gateways.php, line: 303 -# File: src/www/system_gateways_edit.php, line: 644 -msgid "Monitor IP" -msgstr "" -# -# File: src/www/system_gateways.php, line: 326 -msgid "Gateway is inactive because interface is missing" -msgstr "" -# -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "disable gateway" -msgstr "" -# -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "enable gateway" -msgstr "" -# -# File: src/www/system_gateways.php, line: 356 -msgid "edit gateway" -msgstr "" -# -# File: src/www/system_gateways.php, line: 361 -msgid "delete gateway" -msgstr "" -# -# File: src/www/system_gateways.php, line: 368 -msgid "clone gateway" -msgstr "" -# -# File: src/www/system_gateways.php, line: 383 -msgid "delete selected items" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 58 -msgid "A valid gateway name must be specified." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 67 -msgid "A valid gateway IP address must be specified." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 75 -msgid "" -"Cannot add IPv4 Gateway Address because no IPv4 address could be found on " -"the interface." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 97 -# File: src/www/system_gateways_edit.php, line: 128 -#, php-format -msgid "" -"The gateway address %1$s does not lie within one of the chosen interface's " -"subnets." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 106 -msgid "" -"Cannot add IPv6 Gateway Address because no IPv6 address could be found on " -"the interface." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 136 -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv4 " -"configuration." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 141 -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv6 " -"configuration." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 146 -msgid "A valid monitor IP address must be specified." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 172 -msgid "Changing name on a gateway is not allowed." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 178 -#, php-format -msgid "The gateway name \"%s\" already exists." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 184 -#, php-format -msgid "The gateway IP address \"%s\" already exists." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 190 -#, php-format -msgid "" -"The monitor IP address \"%s\" is already in use. You must choose a different " -"monitor IP." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 200 -msgid "The low latency threshold needs to be a numeric value." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 202 -msgid "The low latency threshold needs to be positive." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 208 -msgid "The high latency threshold needs to be a numeric value." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 210 -msgid "The high latency threshold needs to be positive." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 216 -msgid "The low Packet Loss threshold needs to be a numeric value." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 218 -msgid "The low Packet Loss threshold needs to be positive." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 220 -msgid "The low Packet Loss threshold needs to be less than 100." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 226 -msgid "The high Packet Loss threshold needs to be a numeric value." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 228 -msgid "The high Packet Loss threshold needs to be positive." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 230 -msgid "The high Packet Loss threshold needs to be 100 or less." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 238 -msgid "" -"The high latency threshold needs to be higher than the low latency threshold" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 252 -msgid "" -"The high Packet Loss threshold needs to be higher than the low Packet Loss " -"threshold" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 266 -msgid "The probe interval needs to be a numeric value." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 268 -msgid "The probe interval needs to be positive." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 274 -msgid "The down time setting needs to be a numeric value." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 276 -msgid "The down time setting needs to be positive." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 282 -msgid "The probe interval needs to be less than the down time setting." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 296 -msgid "The average delay replies qty needs to be a numeric value." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 298 -msgid "The average delay replies qty needs to be positive." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 304 -msgid "The average packet loss probes qty needs to be a numeric value." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 306 -msgid "The average packet loss probes qty needs to be positive." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 312 -msgid "The lost probe delay needs to be a numeric value." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 314 -msgid "The lost probe delay needs to be positive." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 558 -msgid "Edit gateway" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 569 -msgid "Disable this gateway" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 570 -msgid "" -"Set this option to disable this gateway without removing it from the list." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 587 -msgid "Choose which interface this gateway applies to." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 603 -msgid "Choose the Internet Protocol this gateway uses." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 612 -msgid "Gateway name" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 621 -msgid "Gateway IP address" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 626 -msgid "Default Gateway" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 630 -msgid "This will select the above gateway as the default gateway" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 635 -msgid "Disable Gateway Monitoring" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 639 -msgid "This will consider this gateway as always being up" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 648 -msgid "Alternative monitor IP" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 649 -msgid "" -"Enter an alternative address here to be used to monitor the link. This is " -"used for the quality RRD graphs as well as the load balancer entries. Use " -"this if the gateway does not respond to ICMP echo requests (pings)" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 656 -# File: src/www/system_gateways_edit.php, line: 660 -msgid "Mark Gateway as Down" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 661 -msgid "This will force this gateway to be considered Down" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 668 -msgid " - Show advanced option" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 687 -msgid "Weight for this gateway when used in a Gateway Group." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 692 -msgid "Latency thresholds" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 697 -# File: src/www/system_gateways_edit.php, line: 723 -msgid "From" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 698 -# File: src/www/system_gateways_edit.php, line: 724 -msgid "To" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 718 -msgid "Packet Loss thresholds" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 744 -msgid "Probe Interval" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 749 -msgid "" -"NOTE: The quality graph is averaged over seconds, not intervals, so as the " -"probe interval is increased the accuracy of the quality graph is decreased." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 754 -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 83 -msgid "Down" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 763 -msgid "Avg Delay Replies Qty" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 767 -# File: src/www/system_gateways_edit.php, line: 778 -# File: src/www/system_gateways_edit.php, line: 790 -msgid "Use calculated value." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 774 -msgid "Avg Packet Loss Probes Qty" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 786 -msgid "Lost Probe Delay" -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 801 -msgid "" -"The probe interval must be less than the down time, otherwise the gateway " -"will seem to go down then come up again at the next probe." -msgstr "" -# -# File: src/www/system_gateways_edit.php, line: 802 -msgid "" -"The down time defines the length of time before the gateway is marked as " -"down, but the accuracy is controlled by the probe interval. For example, if " -"your down time is 40 seconds but on a 30 second probe interval, only one " -"probe would have to fail before the gateway is marked down at the 40 second " -"mark. By default, the gateway is considered down after 10 seconds, and the " -"probe interval is 1 second, so 10 probes would have to fail before the " -"gateway is marked down." -msgstr "" -# -# File: src/www/system_general.php, line: 43 -msgid "English" -msgstr "" -# -# File: src/www/system_general.php, line: 44 -msgid "Chinese (Simplified)" -msgstr "" -# -# File: src/www/system_general.php, line: 45 -msgid "French" -msgstr "" -# -# File: src/www/system_general.php, line: 46 -msgid "German" -msgstr "" -# -# File: src/www/system_general.php, line: 47 -msgid "Japanese" -msgstr "" -# -# File: src/www/system_general.php, line: 48 -msgid "Mongolian" -msgstr "" -# -# File: src/www/system_general.php, line: 49 -msgid "Spanish" -msgstr "" -# -# File: src/www/system_general.php, line: 114 -msgid "The hostname may only contain the characters a-z, 0-9 and '-'." -msgstr "" -# -# File: src/www/system_general.php, line: 117 -msgid "The domain may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "" -# -# File: src/www/system_general.php, line: 151 -#, php-format -msgid "" -"You can not assign a gateway to DNS '%s' server which is on a directly " -"connected network." -msgstr "" -# -# File: src/www/system_general.php, line: 163 -msgid "" -"A NTP Time Server name may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "" -# -# File: src/www/system_general.php, line: 328 -msgid "Name of the firewall host, without domain part" -msgstr "" -# -# File: src/www/system_general.php, line: 330 -msgid "firewall" -msgstr "" -# -# File: src/www/system_general.php, line: 339 -msgid "" -"Do not use 'local' as a domain name. It will cause local hosts running mDNS " -"(avahi, bonjour, etc.) to be unable to resolve local hosts not running mDNS." -msgstr "" -# -# File: src/www/system_general.php, line: 341 -#, php-format -msgid "e.g. %smycorp.com, home, office, private, etc.%s" -msgstr "" -# -# File: src/www/system_general.php, line: 351 -msgid "DNS Server" -msgstr "" -# -# File: src/www/system_general.php, line: 352 -msgid "Use gateway" -msgstr "" -# -# File: src/www/system_general.php, line: 390 -msgid "" -"Enter IP addresses to be used by the system for DNS resolution. These are " -"also used for the DHCP service, DNS forwarder and for PPTP VPN clients." -msgstr "" -# -# File: src/www/system_general.php, line: 394 -msgid "" -"In addition, optionally select the gateway for each DNS server. When using " -"multiple WAN connections there should be at least one unique DNS server per " -"gateway." -msgstr "" -# -# File: src/www/system_general.php, line: 400 -msgid "DNS server options" -msgstr "" -# -# File: src/www/system_general.php, line: 404 -msgid "Allow DNS server list to be overridden by DHCP/PPP on WAN" -msgstr "" -# -# File: src/www/system_general.php, line: 407 -#, php-format -msgid "" -"If this option is set, %s will use DNS servers assigned by a DHCP/PPP server " -"on WAN for its own purposes (including the DNS forwarder). However, they " -"will not be assigned to DHCP and PPTP VPN clients." -msgstr "" -# -# File: src/www/system_general.php, line: 416 -msgid "Do not use the DNS Forwarder as a DNS server for the firewall" -msgstr "" -# -# File: src/www/system_general.php, line: 419 -msgid "" -"By default localhost (127.0.0.1) will be used as the first DNS server where " -"the DNS Forwarder or DNS Resolver is enabled and set to listen on Localhost, " -"so system can use the local DNS service to perform lookups. Checking this " -"box omits localhost from the list of DNS servers." -msgstr "" -# -# File: src/www/system_general.php, line: 425 -msgid "Time zone" -msgstr "" -# -# File: src/www/system_general.php, line: 440 -msgid "Select the location closest to you" -msgstr "" -# -# File: src/www/system_general.php, line: 445 -msgid "NTP time server" -msgstr "" -# -# File: src/www/system_general.php, line: 449 -msgid "" -"Use a space to separate multiple hosts (only one required). Remember to set " -"up at least one DNS server if you enter a host name here!" -msgstr "" -# -# File: src/www/system_general.php, line: 456 -msgid "Language" -msgstr "" -# -# File: src/www/system_general.php, line: 469 -msgid "Choose a language for the webConfigurator" -msgstr "" -# -# File: src/www/system_general.php, line: 475 -msgid "Theme" -msgstr "" -# -# File: src/www/system_general.php, line: 489 -msgid "This will change the look and feel of" -msgstr "" -# -# File: src/www/system_general.php, line: 496 -msgid "Firmware Mirror" -msgstr "" -# -# File: src/www/system_general.php, line: 509 -msgid "Select an alternate firmware mirror." -msgstr "" -# -# File: src/www/system_general.php, line: 515 -msgid "Firmware Flavour" -msgstr "" -# -# File: src/www/system_general.php, line: 528 -msgid "Select the firmware cryptography flavour." -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 110 -msgid "The group name contains invalid characters." -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 114 -msgid "The group name is longer than 16 characters." -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 121 -msgid "Another entry with the same group name already exists." -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 129 -msgid "That groupname is reserved by the system." -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 256 -# File: src/www/system_usermanager.php, line: 460 -msgid "Do you really want to delete this privilege?" -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 280 -msgid "Do you really want to delete this group?" -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 320 -# File: src/www/system_usermanager.php, line: 618 -msgid "Defined by" -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 327 -# File: src/www/system_groupmanager.php, line: 468 -msgid "Group name" -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 337 -msgid "Group description, for your own information only" -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 342 -# File: src/www/system_usermanager.php, line: 675 -msgid "Group Memberships" -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 347 -# File: src/www/system_usermanager.php, line: 680 -msgid "Not Member Of" -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 349 -# File: src/www/system_usermanager.php, line: 682 -msgid "Member Of" -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 371 -msgid "Add Groups" -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 375 -msgid "Remove Groups" -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 398 -# File: src/www/system_groupmanager_addprivs.php, line: 142 -# File: src/www/system_usermanager.php, line: 733 -# File: src/www/system_usermanager_addprivs.php, line: 139 -msgid "Hold down CTRL (pc)/COMMAND (mac) key to select multiple items" -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 405 -msgid "Assigned Privileges" -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 423 -msgid "delete privilege" -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 470 -msgid "Member Count" -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 515 -# File: src/www/system_usermanager.php, line: 989 -# File: src/www/vpn_l2tp_users.php, line: 69 -# File: src/www/vpn_pptp_users.php, line: 66 -msgid "add user" -msgstr "" -# -# File: src/www/system_groupmanager.php, line: 523 -msgid "" -"Additional webConfigurator groups can be added here.\n" -" Group permissions can be assigned which are inherited " -"by users who are members of the group.\n" -" An icon that appears grey indicates that it is a " -"system defined object.\n" -" Some system object properties can be modified but they " -"cannot be deleted." -msgstr "" -# -# File: src/www/system_groupmanager_addprivs.php, line: 56 -# File: src/www/system_usermanager_addprivs.php, line: 66 -msgid "Selected priveleges" -msgstr "" -# -# File: src/www/system_groupmanager_addprivs.php, line: 126 -# File: src/www/system_usermanager_addprivs.php, line: 123 -msgid "System Privileges" -msgstr "" -# -# File: src/www/system_groupmanager_addprivs.php, line: 148 -# File: src/www/system_usermanager_addprivs.php, line: 145 -msgid "Select a privilege from the list above for a description" -msgstr "" -# -# File: src/www/system_hasync.php, line: 98 -msgid "State Synchronization" -msgstr "" -# -# File: src/www/system_hasync.php, line: 105 -msgid "Synchronize States" -msgstr "" -# -# File: src/www/system_hasync.php, line: 109 -#, php-format -msgid "" -"pfsync transfers state insertion, update, and deletion messages between " -"firewalls.%sEach firewall sends these messages out via multicast on a " -"specified interface, using the PFSYNC protocol (%sIP Protocol 240%s).%sIt " -"also listens on that interface for similar messages from other firewalls, " -"and imports them into the local state table.%sThis setting should be enabled " -"on all members of a failover group." -msgstr "" -# -# File: src/www/system_hasync.php, line: 113 -msgid "" -"Clicking save will force a configuration sync if it is enabled! (see " -"Configuration Synchronization Settings below)" -msgstr "" -# -# File: src/www/system_hasync.php, line: 118 -msgid "Synchronize Interface" -msgstr "" -# -# File: src/www/system_hasync.php, line: 123 -msgid "loopback" -msgstr "" -# -# File: src/www/system_hasync.php, line: 133 -msgid "" -"If Synchronize States is enabled, it will utilize this interface for " -"communication." -msgstr "" -# -# File: src/www/system_hasync.php, line: 136 -msgid "" -"We recommend setting this to a interface other than LAN! A dedicated " -"interface works the best." -msgstr "" -# -# File: src/www/system_hasync.php, line: 137 -msgid "" -"You must define a IP on each machine participating in this failover group." -msgstr "" -# -# File: src/www/system_hasync.php, line: 138 -msgid "" -"You must have an IP assigned to the interface on any participating sync " -"nodes." -msgstr "" -# -# File: src/www/system_hasync.php, line: 145 -msgid "Synchronize Peer IP" -msgstr "" -# -# File: src/www/system_hasync.php, line: 149 -msgid "" -"Setting this option will force pfsync to synchronize its state table to this " -"IP address. The default is directed multicast." -msgstr "" -# -# File: src/www/system_hasync.php, line: 154 -msgid "Configuration Synchronization Settings (XMLRPC Sync)" -msgstr "" -# -# File: src/www/system_hasync.php, line: 157 -msgid "Synchronize Config to IP" -msgstr "" -# -# File: src/www/system_hasync.php, line: 161 -msgid "" -"Enter the IP address of the firewall to which the selected configuration " -"sections should be synchronized." -msgstr "" -# -# File: src/www/system_hasync.php, line: 164 -msgid "" -"XMLRPC sync is currently only supported over connections using the same " -"protocol and port as this system - make sure the remote system's port and " -"protocol are set accordingly!" -msgstr "" -# -# File: src/www/system_hasync.php, line: 165 -# File: src/www/system_hasync.php, line: 190 -msgid "" -"Do not use the Synchronize Config to IP and password option on backup " -"cluster members!" -msgstr "" -# -# File: src/www/system_hasync.php, line: 172 -msgid "Remote System Username" -msgstr "" -# -# File: src/www/system_hasync.php, line: 176 -msgid "" -"Enter the webConfigurator username of the system entered above for " -"synchronizing your configuration." -msgstr "" -# -# File: src/www/system_hasync.php, line: 178 -msgid "" -"Do not use the Synchronize Config to IP and username option on backup " -"cluster members!" -msgstr "" -# -# File: src/www/system_hasync.php, line: 184 -msgid "Remote System Password" -msgstr "" -# -# File: src/www/system_hasync.php, line: 188 -msgid "" -"Enter the webConfigurator password of the system entered above for " -"synchronizing your configuration." -msgstr "" -# -# File: src/www/system_hasync.php, line: 196 -msgid "Users and Groups" -msgstr "" -# -# File: src/www/system_hasync.php, line: 200 -msgid "" -"Automatically sync the users and groups over to the other HA host when " -"changes are made." -msgstr "" -# -# File: src/www/system_hasync.php, line: 205 -msgid "Auth Servers" -msgstr "" -# -# File: src/www/system_hasync.php, line: 209 -msgid "" -"Automatically sync the authentication servers (e.g. LDAP, RADIUS) over to " -"the other HA host when changes are made." -msgstr "" -# -# File: src/www/system_hasync.php, line: 218 -msgid "" -"Automatically sync the Certificate Authorities, Certificates, and " -"Certificate Revocation Lists over to the other HA host when changes are made." -msgstr "" -# -# File: src/www/system_hasync.php, line: 227 -msgid "" -"Automatically sync the firewall rules to the other HA host when changes are " -"made." -msgstr "" -# -# File: src/www/system_hasync.php, line: 232 -msgid "Firewall Schedules" -msgstr "" -# -# File: src/www/system_hasync.php, line: 236 -msgid "" -"Automatically sync the firewall schedules to the other HA host when changes " -"are made." -msgstr "" -# -# File: src/www/system_hasync.php, line: 245 -msgid "" -"Automatically sync the aliases over to the other HA host when changes are " -"made." -msgstr "" -# -# File: src/www/system_hasync.php, line: 254 -msgid "" -"Automatically sync the NAT rules over to the other HA host when changes are " -"made." -msgstr "" -# -# File: src/www/system_hasync.php, line: 263 -msgid "" -"Automatically sync the IPsec configuration to the other HA host when changes " -"are made." -msgstr "" -# -# File: src/www/system_hasync.php, line: 272 -msgid "" -"Automatically sync the OpenVPN configuration to the other HA host when " -"changes are made." -msgstr "" -# -# File: src/www/system_hasync.php, line: 273 -msgid "" -"Using this option implies \"Synchronize Certificates\" as they are required " -"for OpenVPN." -msgstr "" -# -# File: src/www/system_hasync.php, line: 278 -msgid "DHCPD" -msgstr "" -# -# File: src/www/system_hasync.php, line: 282 -msgid "" -"Automatically sync the DHCP Server settings over to the other HA host when " -"changes are made. This only applies to DHCP for IPv4." -msgstr "" -# -# File: src/www/system_hasync.php, line: 291 -msgid "" -"Automatically sync the WoL configuration to the other HA host when changes " -"are made." -msgstr "" -# -# File: src/www/system_hasync.php, line: 296 -msgid "Static Routes" -msgstr "" -# -# File: src/www/system_hasync.php, line: 300 -msgid "" -"Automatically sync the Static Route configuration to the other HA host when " -"changes are made." -msgstr "" -# -# File: src/www/system_hasync.php, line: 309 -msgid "" -"Automatically sync the Load Balancer configuration to the other HA host when " -"changes are made." -msgstr "" -# -# File: src/www/system_hasync.php, line: 318 -msgid "" -"Automatically sync the CARP Virtual IPs to the other HA host when changes " -"are made." -msgstr "" -# -# File: src/www/system_hasync.php, line: 327 -msgid "" -"Automatically sync the DNS Forwarder configuration to the other HA host when " -"changes are made." -msgstr "" -# -# File: src/www/system_routes.php, line: 148 -msgid "Add route" -msgstr "" -# -# File: src/www/system_routes.php, line: 164 -# File: src/www/system_routes.php, line: 186 -msgid "Route" -msgstr "" -# -# File: src/www/system_routes.php, line: 165 -msgid "Do you really want to delete this route?" -msgstr "" -# -# File: src/www/system_routes.php, line: 187 -msgid "Do you really want to delete the selected routes?" -msgstr "" -# -# File: src/www/system_routes.php, line: 229 -#, php-format -msgid "" -"The static route configuration has been changed.%sYou must apply the changes " -"in order for them to take effect." -msgstr "" -# -# File: src/www/system_routes.php, line: 258 -msgid "disable route" -msgstr "" -# -# File: src/www/system_routes.php, line: 258 -msgid "enable route" -msgstr "" -# -# File: src/www/system_routes.php, line: 275 -msgid "move selected routes before this route" -msgstr "" -# -# File: src/www/system_routes.php, line: 279 -msgid "edit route" -msgstr "" -# -# File: src/www/system_routes.php, line: 283 -msgid "delete route" -msgstr "" -# -# File: src/www/system_routes.php, line: 287 -msgid "clone route" -msgstr "" -# -# File: src/www/system_routes.php, line: 302 -# File: src/www/system_routes.php, line: 305 -msgid "move selected routes to end" -msgstr "" -# -# File: src/www/system_routes.php, line: 318 -msgid "delete selected routes" -msgstr "" -# -# File: src/www/system_routes.php, line: 321 -msgid "add route" -msgstr "" -# -# File: src/www/system_routes.php, line: 329 -msgid "" -"Do not enter static routes for networks assigned on any interface of this " -"firewall. Static routes are only used for networks reachable via a " -"different router, and not reachable via your default gateway." -msgstr "" -# -# File: src/www/system_routes_edit.php, line: 83 -# File: src/www/system_routes_edit.php, line: 256 -msgid "Destination network" -msgstr "" -# -# File: src/www/system_routes_edit.php, line: 84 -msgid "Destination network bit count" -msgstr "" -# -# File: src/www/system_routes_edit.php, line: 91 -msgid "A valid IPv4 or IPv6 destination network must be specified." -msgstr "" -# -# File: src/www/system_routes_edit.php, line: 94 -msgid "A valid destination network bit count must be specified." -msgstr "" -# -# File: src/www/system_routes_edit.php, line: 114 -msgid "A IPv4 subnet can not be over 32 bits." -msgstr "" -# -# File: src/www/system_routes_edit.php, line: 163 -msgid "A route to these destination networks already exists" -msgstr "" -# -# File: src/www/system_routes_edit.php, line: 173 -# File: src/www/system_routes_edit.php, line: 179 -#, php-format -msgid "This network conflicts with address configured on interface %s." -msgstr "" -# -# File: src/www/system_routes_edit.php, line: 270 -msgid "Destination network for this static route" -msgstr "" -# -# File: src/www/system_routes_edit.php, line: 287 -msgid "Choose which gateway this route applies to or" -msgstr "" -# -# File: src/www/system_routes_edit.php, line: 297 -msgid "Disable this static route" -msgstr "" -# -# File: src/www/system_routes_edit.php, line: 298 -msgid "" -"Set this option to disable this static route without removing it from the " -"list." -msgstr "" -# -# File: src/www/system_usermanager.php, line: 170 -# File: src/www/system_usermanager.php, line: 191 -msgid "successfully deleted" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 190 -msgid "Privilege" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 204 -msgid "association removed." -msgstr "" -# -# File: src/www/system_usermanager.php, line: 226 -msgid "API key" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 227 -msgid "removed." -msgstr "" -# -# File: src/www/system_usermanager.php, line: 229 -msgid "No API key found" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 254 -msgid "The username is longer than 16 characters." -msgstr "" -# -# File: src/www/system_usermanager.php, line: 258 -# File: src/www/system_usermanager_passwordmg.php, line: 47 -# File: src/www/vpn_l2tp_users_edit.php, line: 92 -# File: src/www/vpn_pptp_users_edit.php, line: 94 -msgid "The passwords do not match." -msgstr "" -# -# File: src/www/system_usermanager.php, line: 270 -# File: src/www/vpn_l2tp_users_edit.php, line: 102 -# File: src/www/vpn_pptp_users_edit.php, line: 104 -msgid "Another entry with the same username already exists." -msgstr "" -# -# File: src/www/system_usermanager.php, line: 281 -msgid "That username is reserved by the system." -msgstr "" -# -# File: src/www/system_usermanager.php, line: 301 -msgid "Invalid expiration date format; use MM/DD/YYYY instead." -msgstr "" -# -# File: src/www/system_usermanager.php, line: 308 -msgid "Invalid internal Certificate Authority" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 483 -msgid "(Certificate will not be deleted)" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 483 -msgid "Do you really want to remove this certificate association?" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 507 -# File: src/www/vpn_l2tp_users.php, line: 125 -# File: src/www/vpn_pptp_users.php, line: 119 -msgid "Do you really want to delete this user?" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 568 -msgid "Do you really want to delete this API key?" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 640 -# File: src/www/vpn_ipsec_phase1.php, line: 785 -# File: src/www/vpn_ipsec_phase1.php, line: 813 -msgid "User distinguished name" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 652 -msgid "(confirmation)" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 658 -# File: src/www/system_usermanager.php, line: 938 -msgid "Full name" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 662 -msgid "User's full name, for your own information only" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 667 -msgid "Expiration date" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 671 -msgid "" -"Leave blank if the account shouldn't expire, otherwise enter the expiration " -"date in the following format: mm/dd/yyyy" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 704 -msgid "add groups" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 708 -msgid "remove groups" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 740 -msgid "Effective Privileges" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 746 -msgid "Inherited From" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 761 -msgid "revoke privilege" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 774 -msgid "assign privileges" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 783 -msgid "User Certificates" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 788 -msgid "CA" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 807 -msgid "export private key" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 811 -msgid "export certificate" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 815 -msgid "unlink certificate" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 828 -msgid "create or link user certificate" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 837 -msgid "API keys" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 844 -msgid "key" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 864 -msgid "delete API key" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 878 -msgid "create API key" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 887 -msgid "" -"manage API keys here for machine to machine interaction using this users " -"credentials" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 896 -msgid "Click to create a user certificate." -msgstr "" -# -# File: src/www/system_usermanager.php, line: 896 -msgid "Redirects on save" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 902 -msgid "Authorized keys" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 904 -msgid "Paste an authorized keys file here." -msgstr "" -# -# File: src/www/system_usermanager.php, line: 908 -msgid "IPsec Pre-Shared Key" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 965 -msgid "edit user" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 972 -# File: src/www/vpn_l2tp_users.php, line: 126 -# File: src/www/vpn_pptp_users.php, line: 120 -msgid "delete user" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 998 -msgid "import users" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 1008 -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 appears grey indicates that it is a system defined " -"object. Some system object properties can be modified but they cannot be " -"deleted." -msgstr "" -# -# File: src/www/system_usermanager.php, line: 1013 -msgid "" -"Accounts created here are also used for other parts of the system such as " -"OpenVPN, IPsec, and Captive Portal." -msgstr "" -# -# File: src/www/system_usermanager.php, line: 1025 -msgid "System Admininistrator" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 1027 -msgid "Disabled User" -msgstr "" -# -# File: src/www/system_usermanager.php, line: 1029 -msgid "Normal User" -msgstr "" -# -# File: src/www/system_usermanager_import_ldap.php, line: 143 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 83 -msgid "" -"Could not connect to the LDAP server. Please check your LDAP configuration." -msgstr "" -# -# File: src/www/system_usermanager_import_ldap.php, line: 153 -msgid "Please select users to import:" -msgstr "" -# -# File: src/www/system_usermanager_passwordmg.php, line: 59 -msgid "Sorry, you cannot change the password for a non-local user." -msgstr "" -# -# File: src/www/system_usermanager_passwordmg.php, line: 69 -msgid "Password successfully changed" -msgstr "" -# -# File: src/www/system_usermanager_passwordmg.php, line: 97 -msgid "Old password" -msgstr "" -# -# File: src/www/system_usermanager_passwordmg.php, line: 103 -msgid "New password" -msgstr "" -# -# File: src/www/system_usermanager_passwordmg.php, line: 109 -msgid "Confirmation" -msgstr "" -# -# File: src/www/system_usermanager_settings.php, line: 43 -msgid "Session timeout must be an integer value." -msgstr "" -# -# File: src/www/system_usermanager_settings.php, line: 52 -msgid "" -"The test was not performed because it is supported only for ldap based " -"backends." -msgstr "" -# -# File: src/www/system_usermanager_settings.php, line: 103 -msgid "Session Timeout" -msgstr "" -# -# File: src/www/system_usermanager_settings.php, line: 107 -msgid "" -"Time in minutes to expire idle management sessions. The default is 4 hours " -"(240 minutes)." -msgstr "" -# -# File: src/www/system_usermanager_settings.php, line: 108 -msgid "Enter 0 to never expire sessions. NOTE: This is a security risk!" -msgstr "" -# -# File: src/www/system_usermanager_settings.php, line: 130 -msgid "Save and Test" -msgstr "" -# -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 92 -msgid "Please select which containers to Authenticate against:" -msgstr "" -# -# File: src/www/system_usermanager_settings_test.php, line: 53 -#, php-format -msgid "Could not find settings for %s%s" -msgstr "" -# -# File: src/www/system_usermanager_settings_test.php, line: 57 -#, php-format -msgid "Testing %s LDAP settings... One moment please..." -msgstr "" -# -# File: src/www/system_usermanager_settings_test.php, line: 58 -msgid "Attempting connection to" -msgstr "" -# -# File: src/www/system_usermanager_settings_test.php, line: 61 -msgid "Attempting to fetch Organizational Units from" -msgstr "" -# -# File: src/www/system_usermanager_settings_test.php, line: 65 -msgid "Organization units found" -msgstr "" -# -# File: src/www/system_usermanager_settings_test.php, line: 70 -# File: src/www/system_usermanager_settings_test.php, line: 73 -msgid "failed" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 52 -# File: src/www/vpn_ipsec.php, line: 372 -msgid "Mobile Client" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 202 -msgid "" -"Do you really want to delete this phase1 and all associated phase2 entries?" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 221 -msgid "Do you really want to delete the selected phase1 entries?" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 247 -msgid "Do you really want to delete this phase2 entry?" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 266 -msgid "Do you really want to delete the selected phase2 entries?" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 300 -msgid "The IPsec tunnel configuration has been changed." -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 313 -msgid "IKE" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 314 -msgid "Remote Gateway" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 316 -msgid "P1 Protocol" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 317 -msgid "P1 Transforms" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 318 -msgid "P1 Description" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 333 -msgid "disable phase 1 entry" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 333 -msgid "enable phase 1 entry" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 383 -# File: src/www/vpn_ipsec.php, line: 493 -# File: src/www/vpn_ipsec_phase2.php, line: 863 -msgid "auto" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 397 -# File: src/www/vpn_ipsec.php, line: 513 -msgid "move selected entries before this" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 401 -msgid "edit phase1 entry" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 405 -msgid "delete phase1 entry" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 413 -msgid "clone phase1 entry" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 432 -#, php-format -msgid "Show %s Phase-2 entries" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 442 -msgid "Local Subnet" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 443 -msgid "Remote Subnet" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 444 -msgid "P2 Protocol" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 445 -msgid "P2 Transforms" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 446 -msgid "P2 Auth Methods" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 463 -msgid "disable phase 2 entry" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 463 -msgid "enable phase 2 entry" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 519 -msgid "edit phase 2 entry" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 524 -msgid "delete phase 2 entry" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 530 -msgid "clone phase 2 entry" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 546 -msgid "move selected phase 2 entries to end" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 550 -msgid "delete selected phase 2 entries" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 557 -msgid "add phase 2 entry" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 577 -msgid "move selected phase 1 entries to end" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 584 -msgid "delete selected phase 1 entries" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 589 -msgid "add new phase 1 entry" -msgstr "" -# -# File: src/www/vpn_ipsec.php, line: 598 -msgid "Enable IPsec" -msgstr "" -# -# File: src/www/vpn_ipsec_keys.php, line: 52 -msgid "Deleted IPsec Pre-Shared Key" -msgstr "" -# -# File: src/www/vpn_ipsec_keys.php, line: 88 -msgid "Do you really want to delete this Pre-Shared Key?" -msgstr "" -# -# File: src/www/vpn_ipsec_keys.php, line: 117 -# File: src/www/vpn_ipsec_mobile.php, line: 328 -msgid "The IPsec tunnel configuration has been changed" -msgstr "" -# -# File: src/www/vpn_ipsec_keys.php, line: 127 -# File: src/www/vpn_ipsec_keys_edit.php, line: 78 -# File: src/www/vpn_ipsec_keys_edit.php, line: 142 -msgid "Identifier" -msgstr "" -# -# File: src/www/vpn_ipsec_keys.php, line: 145 -msgid "ANY USER" -msgstr "" -# -# File: src/www/vpn_ipsec_keys.php, line: 152 -msgid "edit" -msgstr "" -# -# File: src/www/vpn_ipsec_keys.php, line: 170 -msgid "edit key" -msgstr "" -# -# File: src/www/vpn_ipsec_keys.php, line: 172 -msgid "delete key" -msgstr "" -# -# File: src/www/vpn_ipsec_keys.php, line: 190 -# File: src/www/vpn_ipsec_keys_edit.php, line: 173 -msgid "PSK for any user can be set by using an identifier of any/ANY" -msgstr "" -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 73 -msgid "A user with this name already exists. Add the key to the user instead." -msgstr "" -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 83 -msgid "The identifier contains invalid characters." -msgstr "" -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 90 -msgid "Another entry with the same identifier already exists." -msgstr "" -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 104 -msgid "Edited" -msgstr "" -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 106 -msgid "Added" -msgstr "" -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 146 -msgid "" -"This can be either an IP address, fully qualified domain name or an e-mail " -"address." -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 112 -msgid "Group Authentication Source" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 112 -msgid "User Authentication Source" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 116 -msgid "" -"A valid IP address for 'Virtual Address Pool Network' must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 120 -msgid "A valid value for 'DNS Default Domain' must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 127 -msgid "A valid split DNS domain list must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 134 -msgid "A valid IP address for 'DNS Server #1' must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 137 -msgid "A valid IP address for 'DNS Server #2' must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 140 -msgid "A valid IP address for 'DNS Server #3' must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 143 -msgid "A valid IP address for 'DNS Server #4' must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 147 -msgid "A valid IP address for 'WINS Server #1' must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 150 -msgid "A valid IP address for 'WINS Server #2' must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 357 -msgid "Create Phase1" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 357 -msgid "Please click Create to define one." -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 357 -msgid "" -"Support for IPsec Mobile clients is enabled but a Phase1 definition was not " -"found" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 369 -msgid "IKE Extensions" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 380 -msgid "Enable IPsec Mobile Client Support" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 385 -msgid "Extended Authentication (Xauth)" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 389 -msgid "User Authentication" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 403 -msgid "Group Authentication" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 408 -msgid "system" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 413 -msgid "Client Configuration (mode-cfg)" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 416 -msgid "Virtual Address Pool" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 419 -msgid "Provide a virtual IP address to clients" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 436 -msgid "Network List" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 440 -msgid "Provide a list of accessible networks to clients" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 445 -msgid "Save Xauth Password" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 449 -msgid "Allow clients to save Xauth passwords (Cisco VPN client only)." -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 450 -msgid "" -"NOTE: With iPhone clients, this does not work when deployed via the iPhone " -"configuration utility, only by manual entry." -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 455 -# File: src/www/vpn_openvpn_csc.php, line: 475 -# File: src/www/vpn_openvpn_server.php, line: 1492 -msgid "DNS Default Domain" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 460 -# File: src/www/vpn_openvpn_csc.php, line: 482 -# File: src/www/vpn_openvpn_server.php, line: 1500 -msgid "Provide a default domain name to clients" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 465 -msgid "Split DNS" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 470 -msgid "" -"Provide a list of split DNS domain names to clients. Enter a comma separated " -"list." -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 471 -msgid "" -"NOTE: If left blank, and a default domain is set, it will be used for this " -"value." -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 476 -# File: src/www/vpn_openvpn_csc.php, line: 487 -# File: src/www/vpn_openvpn_server.php, line: 1506 -msgid "DNS Servers" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 490 -# File: src/www/vpn_openvpn_csc.php, line: 501 -# File: src/www/vpn_openvpn_server.php, line: 1529 -msgid "Provide a DNS server list to clients" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 495 -# File: src/www/vpn_openvpn_csc.php, line: 565 -# File: src/www/vpn_openvpn_server.php, line: 1615 -msgid "WINS Servers" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 505 -# File: src/www/vpn_openvpn_csc.php, line: 575 -# File: src/www/vpn_openvpn_server.php, line: 1620 -msgid "Provide a WINS server list to clients" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 510 -msgid "Phase2 PFS Group" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 526 -msgid "" -"Provide the Phase2 PFS group to clients ( overrides all mobile phase2 " -"settings )" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 531 -msgid "Login Banner" -msgstr "" -# -# File: src/www/vpn_ipsec_mobile.php, line: 536 -msgid "Provide a login banner to clients" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 188 -msgid "EAP-TLS can only be used with IKEv2 type VPNs." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 210 -# File: src/www/vpn_ipsec_phase1.php, line: 703 -msgid "Remote gateway" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 216 -msgid "The P1 lifetime must be an integer." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 221 -msgid "A valid remote gateway address or host name must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 223 -msgid "" -"A valid remote gateway IPv4 address must be specified or you need to change " -"protocol to IPv6" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 225 -msgid "" -"A valid remote gateway IPv6 address must be specified or you need to change " -"protocol to IPv4" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 234 -#, php-format -msgid "The remote gateway \"%s\" is already used by phase1 \"%s\"." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 245 -msgid "There is a Phase 2 using IPv6, you cannot use IPv4." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 249 -msgid "There is a Phase 2 using IPv4, you cannot use IPv6." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 257 -msgid "Please enter an address for 'My Identifier'" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 261 -msgid "Please enter a keyid tag for 'My Identifier'" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 265 -msgid "Please enter a fully qualified domain name for 'My Identifier'" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 269 -msgid "Please enter a user and fully qualified domain name for 'My Identifier'" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 273 -msgid "Please enter a dynamic domain name for 'My Identifier'" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 277 -msgid "A valid IP address for 'My identifier' must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 281 -msgid "A valid domain name for 'My identifier' must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 286 -msgid "A valid FQDN for 'My identifier' must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 293 -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'My identifier' must " -"be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 299 -msgid "A valid Dynamic DNS address for 'My identifier' must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 306 -msgid "Please enter an address for 'Peer Identifier'" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 309 -msgid "Please enter a keyid tag for 'Peer Identifier'" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 312 -msgid "Please enter a fully qualified domain name for 'Peer Identifier'" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 315 -msgid "" -"Please enter a user and fully qualified domain name for 'Peer Identifier'" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 318 -msgid "A valid IP address for 'Peer identifier' must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 321 -msgid "A valid domain name for 'Peer identifier' must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 325 -msgid "A valid FQDN for 'Peer identifier' must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 331 -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'Peer identifier' " -"must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 338 -msgid "A numeric value must be specified for DPD delay." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 341 -msgid "A numeric value must be specified for DPD retries." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 346 -msgid "Invalid argument for key exchange protocol version." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 588 -# File: src/www/vpn_ipsec_phase2.php, line: 652 -# File: src/www/vpn_openvpn_client.php, line: 468 -# File: src/www/vpn_openvpn_csc.php, line: 328 -# File: src/www/vpn_openvpn_server.php, line: 724 -msgid "General information" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 599 -msgid "Disable this phase1 entry" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 600 -msgid "" -"Set this option to disable this phase1 without removing it from the list." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 606 -msgid "Connection method" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 611 -msgid "Respond only" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 612 -msgid "Start on traffic" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 613 -msgid "Start immediate" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 616 -msgid "" -"Choose the connect behaviour here, when using CARP you might want to " -"consider the Repond only option here (wait for the other side to connect)." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 621 -msgid "Key Exchange version" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 636 -msgid "" -"Select the KeyExchange Protocol version to be used. Usually known as IKEv1 " -"or IKEv2." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 641 -msgid "Internet Protocol" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 655 -msgid "Select the Internet Protocol family from this dropdown." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 695 -msgid "Select the interface for the local endpoint of this phase1 entry." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 707 -msgid "Enter the public IP address or host name of the remote gateway" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 727 -msgid "Phase 1 proposal (Authentication)" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 730 -# File: src/www/vpn_openvpn_client.php, line: 621 -msgid "Authentication method" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 753 -# File: src/www/vpn_ipsec_phase1.php, line: 932 -# File: src/www/vpn_ipsec_phase1.php, line: 963 -msgid "Must match the setting chosen on the remote side." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 758 -msgid "Negotiation mode" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 772 -msgid "Aggressive is more flexible, but less secure." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 777 -msgid "My identifier" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 782 -msgid "My IP address" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 786 -# File: src/www/vpn_ipsec_phase1.php, line: 814 -msgid "ASN.1 distinguished Name" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 787 -# File: src/www/vpn_ipsec_phase1.php, line: 815 -msgid "KeyID tag" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 805 -msgid "Peer identifier" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 810 -msgid "Peer IP address" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 830 -msgid "" -"NOTE: This is known as the \"group\" setting on some VPN client " -"implementations." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 841 -msgid "Input your Pre-Shared Key string." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 846 -msgid "My Certificate" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 861 -msgid "Select a certificate previously configured in the Certificate Manager." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 866 -msgid "My Certificate Authority" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 884 -msgid "" -"Select a certificate authority previously configured in the Certificate " -"Manager." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 889 -msgid "Phase 1 proposal (Algorithms)" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 892 -# File: src/www/vpn_openvpn_client.php, line: 787 -# File: src/www/vpn_openvpn_server.php, line: 1095 -msgid "Encryption algorithm" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 911 -msgid "Hash algorithm" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 937 -msgid "DH key group" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 980 -msgid "Disable Rekey" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 984 -msgid "Whether a connection should be renegotiated when it is about to expire." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 989 -msgid "Disable Reauth" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 993 -msgid "" -"Whether rekeying of an IKE_SA should also reauthenticate the peer. In IKEv1, " -"reauthentication is always done." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 998 -msgid "NAT Traversal" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 1008 -msgid "Force" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 1012 -msgid "" -"Set this option to enable the use of NAT-T (i.e. the encapsulation of ESP in " -"UDP packets) if needed, which can help with clients that are behind " -"restrictive firewalls." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 1018 -msgid "Dead Peer Detection" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 1022 -msgid "Enable DPD" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 1029 -msgid "Delay between requesting peer acknowledgement." -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 1033 -msgid "retries" -msgstr "" -# -# File: src/www/vpn_ipsec_phase1.php, line: 1035 -msgid "Number of consecutive failures allowed before disconnect." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 237 -msgid "A valid ikeid must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 240 -msgid "Local network type" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 240 -msgid "Unique Identifier" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 243 -msgid "Remote network type" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 252 -msgid "A valid local network bit count must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 256 -msgid "A valid local network IP address must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 258 -msgid "" -"A valid local network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 260 -msgid "" -"A valid local network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 270 -msgid "Invalid Local Network." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 270 -msgid "has no subnet." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 278 -msgid "A valid NAT local network bit count must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 281 -msgid "" -"You cannot configure a network type address for NAT while only an address " -"type is selected for local source." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 286 -msgid "A valid NAT local network IP address must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 288 -msgid "" -"A valid NAT local network IPv4 address must be specified or you need to " -"change Mode to IPv6" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 290 -msgid "" -"A valid NAT local network IPv6 address must be specified or you need to " -"change Mode to IPv4" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 297 -msgid "" -"BINAT requires that the netmask of the local network matches the one of the " -"NAT/BINAT network." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 305 -msgid "A valid remote network bit count must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 310 -msgid "A valid remote network IP address must be specified." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 312 -msgid "" -"A valid remote network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 314 -msgid "" -"A valid remote network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 337 -msgid "Phase2 with this Local Network is already defined for mobile clients." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 369 -msgid "" -"Phase2 with this Local/Remote networks combination is already defined for " -"this Phase1." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 381 -msgid "At least one encryption algorithm must be selected." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 386 -msgid "At least one hashing algorithm needs to be selected." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 394 -msgid "The P2 lifetime must be an integer." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 663 -msgid "Disable this phase2 entry" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 664 -msgid "" -"Set this option to disable this phase2 entry without removing it from the " -"list" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 700 -msgid "Local Network" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 712 -#, php-format -msgid "%s subnet" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 736 -msgid "NAT/BINAT" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 739 -msgid "NAT Type" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 749 -msgid "BINAT" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 753 -msgid "" -"Enforce the type of NAT by choosing either NAT or BINAT. Leave it to Auto to " -"let OPNsense automatically choose the best NAT option." -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 772 -msgid "" -"In case you need NAT/BINAT on this network specify the address to be " -"translated" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 796 -msgid "Remote Network" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 832 -msgid "Phase 2 proposal (SA/Key Exchange)" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 849 -msgid "ESP is encryption, AH is authentication only" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 854 -msgid "Encryption algorithms" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 882 -msgid "" -"Hint: use 3DES for best compatibility or if you have a hardware crypto " -"accelerator card. Blowfish is usually the fastest in software encryption" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 889 -msgid "Hash algorithms" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 901 -msgid "PFS key group" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 921 -msgid "Set globally in mobile client options" -msgstr "" -# -# File: src/www/vpn_ipsec_phase2.php, line: 939 -msgid "Automatically ping host" -msgstr "" -# -# File: src/www/vpn_ipsec_settings.php, line: 155 -msgid "IPSec Advanced Settings" -msgstr "" -# -# File: src/www/vpn_ipsec_settings.php, line: 162 -msgid "LAN security associations" -msgstr "" -# -# File: src/www/vpn_ipsec_settings.php, line: 165 -msgid "Do not install LAN SPD" -msgstr "" -# -# File: src/www/vpn_ipsec_settings.php, line: 167 -msgid "" -"By default, if IPSec is enabled negating SPD are inserted to provide " -"protection. This behaviour can be changed by enabling this setting which " -"will prevent installing these SPDs." -msgstr "" -# -# File: src/www/vpn_ipsec_settings.php, line: 173 -msgid "Security Associations" -msgstr "" -# -# File: src/www/vpn_ipsec_settings.php, line: 176 -msgid "Prefer older IPsec SAs" -msgstr "" -# -# File: src/www/vpn_ipsec_settings.php, line: 178 -msgid "" -"By default, if several SAs match, the newest one is preferred if it's at " -"least 30 seconds old. Select this option to always prefer old SAs over new " -"ones." -msgstr "" -# -# File: src/www/vpn_ipsec_settings.php, line: 185 -msgid "IPsec Debug" -msgstr "" -# -# File: src/www/vpn_ipsec_settings.php, line: 188 -msgid "Start IPSec in debug mode based on sections selected" -msgstr "" -# -# File: src/www/vpn_ipsec_settings.php, line: 205 -msgid "" -"Launches IPSec in debug mode so that more verbose logs will be generated to " -"aid in troubleshooting." -msgstr "" -# -# File: src/www/vpn_ipsec_settings.php, line: 211 -msgid "IPsec Reload on Failover" -msgstr "" -# -# File: src/www/vpn_ipsec_settings.php, line: 214 -msgid "Force IPsec Reload on Failover" -msgstr "" -# -# File: src/www/vpn_ipsec_settings.php, line: 216 -msgid "" -"In some circumstances using a gateway group as the interface for an IPsec " -"tunnel does not function properly, and IPsec must be forcefully reloaded " -"when a failover occurs. Because this will disrupt all IPsec tunnels, this " -"behavior is disabled by default. Check this box to force IPsec to fully " -"reload on failover." -msgstr "" -# -# File: src/www/vpn_ipsec_settings.php, line: 224 -msgid "Maximum MSS" -msgstr "" -# -# File: src/www/vpn_ipsec_settings.php, line: 227 -msgid "Enable MSS clamping on VPN traffic" -msgstr "" -# -# File: src/www/vpn_ipsec_settings.php, line: 231 -msgid "" -"Enable MSS clamping on TCP flows over VPN. This helps overcome problems with " -"PMTUD on IPsec VPN links. If left blank, the default value is 1400 bytes. " -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 64 -# File: src/www/vpn_pppoe_edit.php, line: 110 -# File: src/www/vpn_pptp.php, line: 74 -msgid "Remote start address" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 64 -# File: src/www/vpn_pppoe_edit.php, line: 110 -# File: src/www/vpn_pppoe_edit.php, line: 475 -# File: src/www/vpn_pptp.php, line: 74 -# File: src/www/vpn_pptp.php, line: 383 -msgid "Server address" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 70 -# File: src/www/vpn_pppoe_edit.php, line: 116 -# File: src/www/vpn_pptp.php, line: 80 -msgid "RADIUS server address" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 70 -# File: src/www/vpn_pppoe_edit.php, line: 116 -# File: src/www/vpn_pptp.php, line: 80 -# File: src/www/vpn_pptp.php, line: 471 -msgid "RADIUS shared secret" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 77 -# File: src/www/vpn_pppoe_edit.php, line: 123 -# File: src/www/vpn_pptp.php, line: 87 -msgid "A valid server address must be specified." -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 80 -# File: src/www/vpn_pptp.php, line: 90 -msgid "" -"'Server address' parameter should NOT be set to any IP address currently in " -"use on this firewall." -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 83 -# File: src/www/vpn_pppoe_edit.php, line: 126 -# File: src/www/vpn_pptp.php, line: 93 -msgid "A valid remote start address must be specified." -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 86 -# File: src/www/vpn_pppoe_edit.php, line: 129 -# File: src/www/vpn_pptp.php, line: 96 -msgid "A valid RADIUS server address must be specified." -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 96 -# File: src/www/vpn_pppoe_edit.php, line: 137 -# File: src/www/vpn_pptp.php, line: 105 -msgid "The specified server address lies in the remote subnet." -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 99 -# File: src/www/vpn_pptp.php, line: 109 -msgid "The specified server address is equal to the LAN interface address." -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 300 -msgid "Enable L2TP server" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 324 -msgid "Server Address" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 328 -msgid "" -"Enter the IP address the L2TP server should give to clients for use as their " -"\"gateway\"." -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 330 -# File: src/www/vpn_pppoe_edit.php, line: 481 -# File: src/www/vpn_pptp.php, line: 389 -msgid "Typically this is set to an unused IP just outside of the client range" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 333 -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall." -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 336 -msgid "Remote Address Range" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 339 -msgid "Specify the starting address for the client IP address subnet." -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 358 -# File: src/www/vpn_pppoe_edit.php, line: 453 -msgid "is" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 362 -msgid "Number of L2TP users" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 377 -msgid "10 is ten L2TP clients" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 381 -msgid "Secret" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 385 -msgid "" -"Specify optional secret shared between peers. Required on some devices/" -"setups." -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 389 -msgid "Authentication Type" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 395 -msgid "CHAP" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 399 -msgid "PAP" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 402 -msgid "Specifies which protocol to use for authentication." -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 406 -msgid "L2TP DNS Servers" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 412 -msgid "primary and secondary DNS servers assigned to L2TP clients" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 416 -# File: src/www/vpn_pptp.php, line: 414 -msgid "WINS Server" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 422 -# File: src/www/vpn_pppoe_edit.php, line: 512 -# File: src/www/vpn_pptp.php, line: 420 -msgid "RADIUS" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 427 -# File: src/www/vpn_pppoe_edit.php, line: 517 -# File: src/www/vpn_pptp.php, line: 425 -msgid "Use a RADIUS server for authentication" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 428 -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used." -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 433 -# File: src/www/vpn_pppoe_edit.php, line: 525 -# File: src/www/vpn_pptp.php, line: 433 -msgid "Enable RADIUS accounting" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 434 -msgid "Sends accounting packets to the RADIUS server." -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 437 -# File: src/www/vpn_pptp.php, line: 462 -msgid "RADIUS Server" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 441 -msgid "Enter the IP address of the RADIUS server." -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 444 -msgid "RADIUS Shared Secret" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 448 -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server." -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 451 -msgid "RADIUS Issued IP's" -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 457 -msgid "Issue IP Addresses via RADIUS server." -msgstr "" -# -# File: src/www/vpn_l2tp.php, line: 470 -msgid "" -"Don't forget to add a firewall rule to permit traffic from L2TP clients!" -msgstr "" -# -# File: src/www/vpn_l2tp_users.php, line: 85 -# File: src/www/vpn_pptp_users.php, line: 83 -msgid "Warning: RADIUS is enabled. The local user database will not be used." -msgstr "" -# -# File: src/www/vpn_l2tp_users.php, line: 89 -msgid "The l2tp user list has been modified" -msgstr "" -# -# File: src/www/vpn_l2tp_users.php, line: 89 -msgid "Warning: this will terminate all current l2tp sessions!" -msgstr "" -# -# File: src/www/vpn_l2tp_users.php, line: 89 -# File: src/www/vpn_pptp_users.php, line: 87 -msgid "You must apply the changes in order for them to take effect" -msgstr "" -# -# File: src/www/vpn_l2tp_users_edit.php, line: 88 -# File: src/www/vpn_pptp_users_edit.php, line: 90 -msgid "The password contains invalid characters." -msgstr "" -# -# File: src/www/vpn_l2tp_users_edit.php, line: 95 -# File: src/www/vpn_pptp_users_edit.php, line: 97 -msgid "The IP address entered is not valid." -msgstr "" -# -# File: src/www/vpn_l2tp_users_edit.php, line: 173 -# File: src/www/vpn_pptp_users_edit.php, line: 171 -msgid "confirmation" -msgstr "" -# -# File: src/www/vpn_l2tp_users_edit.php, line: 175 -msgid "If you want to change the users password, enter it here twice." -msgstr "" -# -# File: src/www/vpn_l2tp_users_edit.php, line: 183 -# File: src/www/vpn_pptp_users_edit.php, line: 181 -msgid "" -"If you want the user to be assigned a specific IP address, enter it here." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 168 -# File: src/www/vpn_openvpn_server.php, line: 176 -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv6 " -"protocol and an IPv4 IP address." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 170 -# File: src/www/vpn_openvpn_server.php, line: 178 -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv4 " -"protocol and an IPv6 IP address." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 172 -# File: src/www/vpn_openvpn_server.php, line: 180 -msgid "" -"An IPv4 protocol was selected, but the selected interface has no IPv4 " -"address." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 174 -# File: src/www/vpn_openvpn_server.php, line: 182 -msgid "" -"An IPv6 protocol was selected, but the selected interface has no IPv6 " -"address." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 178 -msgid "" -"The field Local port must contain a valid port, ranging from 0 to 65535." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 182 -# File: src/www/vpn_openvpn_server.php, line: 219 -msgid "The specified 'Local port' is in use. Please select another value" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 186 -msgid "" -"The field Server host or address must contain a valid IP address or domain " -"name." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 190 -msgid "" -"The field Server port must contain a valid port, ranging from 0 to 65535." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 195 -msgid "" -"The field Proxy host or address must contain a valid IP address or domain " -"name." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 198 -msgid "" -"The field Proxy port must contain a valid port, ranging from 0 to 65535." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 202 -msgid "User name and password are required for proxy with authentication." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 223 -msgid "The bandwidth limit must be a positive numeric value." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 228 -# File: src/www/vpn_openvpn_server.php, line: 225 -msgid "The field 'Shared Key' does not appear to be valid" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 234 -# File: src/www/vpn_openvpn_server.php, line: 232 -msgid "The field 'TLS Authentication Key' does not appear to be valid" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 245 -# File: src/www/vpn_openvpn_server.php, line: 288 -msgid "Shared key" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 251 -msgid "" -"If no Client Certificate is selected, a username and password must be " -"entered." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 321 -msgid "add client" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 479 -msgid "" -"Set this option to disable this client without removing it from the list" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 484 -# File: src/www/vpn_openvpn_server.php, line: 745 -msgid "Server Mode" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 489 -# File: src/www/vpn_openvpn_server.php, line: 750 -msgid "Peer to Peer ( SSL/TLS )" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 490 -# File: src/www/vpn_openvpn_server.php, line: 751 -msgid "Peer to Peer ( Shared Key )" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 525 -msgid "Device mode" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 586 -# File: src/www/vpn_openvpn_server.php, line: 875 -msgid "Local port" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 590 -msgid "" -"Set this option if you would like to bind to a specific port. Leave this " -"blank or enter 0 for a random dynamic port." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 595 -msgid "Server host or address" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 601 -msgid "Server port" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 607 -msgid "Proxy host or address" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 613 -msgid "Proxy port" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 619 -msgid "Proxy authentication extra options" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 624 -# File: src/www/vpn_openvpn_export.php, line: 742 -# File: src/www/vpn_openvpn_export_shared.php, line: 365 -msgid "basic" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 625 -# File: src/www/vpn_openvpn_export.php, line: 743 -# File: src/www/vpn_openvpn_export_shared.php, line: 366 -msgid "ntlm" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 636 -msgid "Server host name resolution" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 640 -msgid "Infinitely resolve server" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 641 -msgid "" -"Continuously attempt to resolve the server host name. Useful when " -"communicating with a server that is not permanently connected to the Internet" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 658 -msgid "User Authentication Settings" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 661 -msgid "User name/pass" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 668 -msgid "Leave empty when no user name and password are needed." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 674 -# File: src/www/vpn_openvpn_server.php, line: 893 -msgid "Cryptographic Settings" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 677 -# File: src/www/vpn_openvpn_server.php, line: 896 -msgid "TLS Authentication" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 680 -# File: src/www/vpn_openvpn_server.php, line: 905 -msgid "Enable authentication of TLS packets" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 686 -# File: src/www/vpn_openvpn_server.php, line: 919 -msgid "Automatically generate a shared TLS authentication key" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 692 -# File: src/www/vpn_openvpn_client.php, line: 782 -# File: src/www/vpn_openvpn_server.php, line: 930 -# File: src/www/vpn_openvpn_server.php, line: 1088 -msgid "Paste your shared key here" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 758 -msgid "(Username and Password required)" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 762 -# File: src/www/vpn_openvpn_server.php, line: 1038 -msgid "No Certificates defined." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 765 -msgid "if one is required for this connection." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 771 -# File: src/www/vpn_openvpn_server.php, line: 1066 -msgid "Shared Key" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 776 -# File: src/www/vpn_openvpn_server.php, line: 1077 -msgid "Automatically generate a shared key" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 806 -# File: src/www/vpn_openvpn_server.php, line: 1115 -msgid "Auth Digest Algorithm" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 823 -msgid "" -"NOTE: Leave this set to SHA1 unless the server is set to match. SHA1 is the " -"default for OpenVPN." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 828 -# File: src/www/vpn_openvpn_server.php, line: 1137 -msgid "Hardware Crypto" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 853 -# File: src/www/vpn_openvpn_server.php, line: 1209 -msgid "IPv4 Tunnel Network" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 857 -# File: src/www/vpn_openvpn_csc.php, line: 384 -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 assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 868 -# File: src/www/vpn_openvpn_server.php, line: 1224 -msgid "IPv6 Tunnel Network" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 872 -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 is assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 883 -# File: src/www/vpn_openvpn_csc.php, line: 419 -# File: src/www/vpn_openvpn_server.php, line: 1348 -msgid "IPv4 Remote Network/s" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 887 -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 898 -# File: src/www/vpn_openvpn_csc.php, line: 435 -# File: src/www/vpn_openvpn_server.php, line: 1363 -msgid "IPv6 Remote Network/s" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 902 -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 913 -msgid "Limit outgoing bandwidth" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 917 -msgid "" -"Maximum outgoing bandwidth for this tunnel. Leave empty for no limit. The " -"input value has to be something between 100 bytes/sec and 100 Mbytes/sec " -"(entered as bytes per second)" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 940 -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 945 -# File: src/www/vpn_openvpn_server.php, line: 1407 -msgid "Type-of-Service" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 949 -# File: src/www/vpn_openvpn_server.php, line: 1412 -msgid "" -"Set the TOS IP header value of tunnel packets to match the encapsulated " -"packet value" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 954 -# File: src/www/vpn_openvpn_server.php, line: 1440 -msgid "Disable IPv6" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 958 -# File: src/www/vpn_openvpn_server.php, line: 1445 -msgid "Don't forward IPv6 traffic" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 963 -msgid "Don't pull routes" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 967 -#, php-format -msgid "" -"Don't add or remove routes automatically. Instead pass routes to %s--route-up" -"%s script using environmental variables" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 972 -msgid "Don't add/remove routes" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 976 -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 properties of the client's TUN/TAP interface" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 984 -# File: src/www/vpn_openvpn_server.php, line: 1653 -msgid "Advanced configuration" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 991 -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"configuration here, separated by a semicolon" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 992 -msgid "EXAMPLE:" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 997 -# File: src/www/vpn_openvpn_server.php, line: 1666 -msgid "Verbosity level" -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 1011 -# File: src/www/vpn_openvpn_server.php, line: 1680 -msgid "" -"Each level shows all info from the previous levels. Level 3 is recommended " -"if you want a good summary of what's happening without being swamped by " -"output." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 1012 -# File: src/www/vpn_openvpn_server.php, line: 1681 -#, php-format -msgid "%snone%s -- No output except fatal errors." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 1013 -# File: src/www/vpn_openvpn_server.php, line: 1682 -#, php-format -msgid "%sdefault%s-%s4%s -- Normal usage range." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 1014 -# File: src/www/vpn_openvpn_server.php, line: 1683 -#, php-format -msgid "" -"%s5%s -- Output R and W characters to the console for each packet read and " -"write, uppercase is used for TCP/UDP packets and lowercase is used for TUN/" -"TAP packets." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 1015 -# File: src/www/vpn_openvpn_server.php, line: 1684 -#, php-format -msgid "%s6%s-%s11%s -- Debug info range." -msgstr "" -# -# File: src/www/vpn_openvpn_client.php, line: 1081 -msgid "delete client" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 143 -# File: src/www/vpn_openvpn_server.php, line: 256 -msgid "The field 'NTP Server #3' must contain a valid IP address" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 146 -# File: src/www/vpn_openvpn_server.php, line: 259 -msgid "The field 'NTP Server #4' must contain a valid IP address" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 219 -msgid "Do you really want to delete this csc?" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 297 -msgid "add csc" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 339 -msgid "" -"Set this option to disable this client-specific override without removing it " -"from the list" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 344 -msgid "Common name" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 348 -msgid "Enter the client's X.509 common name here" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 362 -msgid "Connection blocking" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 366 -msgid "Block this client connection based on its common name" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 367 -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 "" -# -# File: src/www/vpn_openvpn_csc.php, line: 380 -# File: src/www/vpn_openvpn_server.php, line: 1712 -msgid "Tunnel Network" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 395 -# File: src/www/vpn_openvpn_server.php, line: 1320 -msgid "IPv4 Local Network/s" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 399 -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 "" -# -# File: src/www/vpn_openvpn_csc.php, line: 401 -# File: src/www/vpn_openvpn_csc.php, line: 413 -msgid "" -"NOTE: You do not need to specify networks here if they have already been " -"defined on the main server configuration." -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 407 -# File: src/www/vpn_openvpn_server.php, line: 1334 -msgid "IPv6 Local Network/s" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 411 -msgid "" -"These are the IPv6 networks that will be accessible from this particular " -"client. Expressed as a comma-separated list of one or more IP/PREFIX " -"networks." -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 423 -msgid "" -"These are the IPv4 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more CIDR ranges. You may leave this blank if " -"there are no client-side networks to be routed" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 429 -msgid "" -"NOTE: Remember to add these subnets to the IPv4 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 439 -msgid "" -"These are the IPv6 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more IP/PREFIX networks. You may leave this " -"blank if there are no client-side networks to be routed." -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 445 -msgid "" -"NOTE: Remember to add these subnets to the IPv6 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 451 -# File: src/www/vpn_openvpn_server.php, line: 1309 -msgid "Redirect Gateway" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 455 -# File: src/www/vpn_openvpn_server.php, line: 1314 -msgid "Force all client generated traffic through the tunnel" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 466 -msgid "Server Definitions" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 470 -msgid "Prevent this client from receiving any server-defined client settings." -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 491 -# File: src/www/vpn_openvpn_csc.php, line: 510 -# File: src/www/vpn_openvpn_csc.php, line: 569 -# File: src/www/vpn_openvpn_server.php, line: 1511 -# File: src/www/vpn_openvpn_server.php, line: 1551 -# File: src/www/vpn_openvpn_server.php, line: 1625 -msgid "Server #1:" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 493 -# File: src/www/vpn_openvpn_csc.php, line: 512 -# File: src/www/vpn_openvpn_csc.php, line: 571 -# File: src/www/vpn_openvpn_server.php, line: 1515 -# File: src/www/vpn_openvpn_server.php, line: 1555 -# File: src/www/vpn_openvpn_server.php, line: 1629 -msgid "Server #2:" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 495 -# File: src/www/vpn_openvpn_server.php, line: 1519 -msgid "Server #3:" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 497 -# File: src/www/vpn_openvpn_server.php, line: 1523 -msgid "Server #4:" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 506 -# File: src/www/vpn_openvpn_server.php, line: 1546 -msgid "NTP Servers" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 516 -# File: src/www/vpn_openvpn_server.php, line: 1561 -msgid "Provide a NTP server list to clients" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 521 -# File: src/www/vpn_openvpn_server.php, line: 1567 -msgid "NetBIOS Options" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 524 -# File: src/www/vpn_openvpn_server.php, line: 1572 -msgid "Enable NetBIOS over TCP/IP" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 526 -# File: src/www/vpn_openvpn_server.php, line: 1573 -msgid "" -"If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) " -"will be disabled" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 530 -# File: src/www/vpn_openvpn_server.php, line: 1578 -msgid "Node Type" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 547 -# File: src/www/vpn_openvpn_server.php, line: 1595 -msgid "" -"Possible options: b-node (broadcasts), p-node (point-to-point name queries " -"to a WINS server), m-node (broadcast then query name server), and h-node " -"(query name server, then broadcast)." -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 555 -msgid "" -"A NetBIOS Scope\tID provides an extended naming service for\tNetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 584 -msgid "" -"Enter any additional options you would like to add for this client specific " -"override, separated by a semicolon" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 585 -# File: src/www/vpn_openvpn_server.php, line: 1661 -msgid "EXAMPLE: push \"route 10.0.0.0 255.255.255.0\"" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 638 -msgid "delete csc" -msgstr "" -# -# File: src/www/vpn_openvpn_csc.php, line: 649 -msgid "Additional OpenVPN client specific overrides can be added here." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 138 -# File: src/www/vpn_openvpn_export_shared.php, line: 78 -msgid "You need to specify an IP or hostname." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 148 -msgid "" -"You cannot use Microsoft Certificate Storage with an Inline configuration." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 151 -msgid "" -"You cannot use Microsoft Certificate Storage with a Yealink or SNOM " -"configuration." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 162 -# File: src/www/vpn_openvpn_export_shared.php, line: 87 -msgid "You need to specify an address for the proxy port." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 167 -# File: src/www/vpn_openvpn_export_shared.php, line: 92 -msgid "You need to specify a port for the proxy ip." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 178 -# File: src/www/vpn_openvpn_export_shared.php, line: 100 -msgid "You need to specify a username with the proxy config." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 183 -# File: src/www/vpn_openvpn_export_shared.php, line: 105 -msgid "You need to specify a password with the proxy user." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 245 -# File: src/www/vpn_openvpn_export_shared.php, line: 118 -msgid "Failed to export config files!" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 337 -# File: src/www/vpn_openvpn_export_shared.php, line: 176 -msgid "Please specify an IP address or hostname." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 366 -msgid "The password or confirm field is empty" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 370 -msgid "The password and confirm fields must match" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 384 -# File: src/www/vpn_openvpn_export_shared.php, line: 192 -msgid "The proxy ip and port cannot be empty" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 399 -# File: src/www/vpn_openvpn_export_shared.php, line: 207 -msgid "Please fill the proxy username and password." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 403 -# File: src/www/vpn_openvpn_export_shared.php, line: 211 -msgid "The proxy password or confirm field is empty" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 407 -# File: src/www/vpn_openvpn_export_shared.php, line: 215 -msgid "The proxy password and confirm fields must match" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 626 -msgid "Remote Access Server" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 639 -# File: src/www/vpn_openvpn_export_shared.php, line: 322 -msgid "Host Name Resolution" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 642 -# File: src/www/vpn_openvpn_export_shared.php, line: 325 -msgid "Interface IP Address" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 643 -msgid "Automagic Multi-WAN IPs (port forward targets)" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 644 -msgid "Automagic Multi-WAN dynamic DNS Hostnames (port forward targets)" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 645 -# File: src/www/vpn_openvpn_export_shared.php, line: 326 -msgid "Installation hostname" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 670 -# File: src/www/vpn_openvpn_export_shared.php, line: 341 -msgid "" -"Enter the hostname or IP address the client will use to connect to this " -"server." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 677 -msgid "Verify Server CN" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 680 -msgid "Automatic - Use verify-x509-name (OpenVPN 2.3+) where possible" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 681 -msgid "Use tls-remote (Deprecated, use only on old clients <= OpenVPN 2.2.x" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 682 -msgid "Use tls-remote and quote the server CN" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 683 -msgid "Do not verify the server CN" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 686 -msgid "" -"Optionally verify the server certificate Common Name (CN) when the client " -"connects. Current clients, including the most recent versions of Windows, " -"Viscosity, Tunnelblick, OpenVPN on iOS and Android and so on should all work " -"at the default automatic setting." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 687 -msgid "" -"Only use tls-remote if you must use an older client that you cannot control. " -"The option has been deprecated by OpenVPN and will be removed in the next " -"major version." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 688 -msgid "" -"With tls-remote the server CN may optionally be enclosed in quotes. This can " -"help if the server CN contains spaces and certain clients cannot parse the " -"server CN. Some clients have problems parsing the CN with quotes. Use only " -"as needed." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 693 -msgid "Use Random Local Port" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 697 -msgid "" -"Use a random local source port (lport) for traffic from the client. Without " -"this set, two clients may not run concurrently." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 699 -msgid "" -"NOTE: Not supported on older clients. Automatically disabled for Yealink and " -"Snom configurations." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 703 -msgid "Certificate Export Options" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 707 -msgid "Use Microsoft Certificate Storage instead of local files." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 711 -msgid "" -"Use a password to protect the pkcs12 file contents or key in Viscosity " -"bundle." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 716 -# File: src/www/vpn_openvpn_export.php, line: 750 -# File: src/www/vpn_openvpn_export_shared.php, line: 373 -msgid "Confirm" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 722 -# File: src/www/vpn_openvpn_export_shared.php, line: 347 -msgid "Use Proxy" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 726 -# File: src/www/vpn_openvpn_export_shared.php, line: 378 -msgid "Use proxy to communicate with the server." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 732 -# File: src/www/vpn_openvpn_export_shared.php, line: 355 -msgid "SOCKS" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 739 -# File: src/www/vpn_openvpn_export_shared.php, line: 362 -msgid "Choose proxy authentication if any." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 758 -msgid "Management Interface OpenVPNManager" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 762 -msgid "" -"This will change the generated .ovpn configuration to allow for usage of the " -"management interface.And include the OpenVPNManager program in the \"Windows " -"Installers\". With this OpenVPN can be used also by non-administrator users." -"This is also useful for Windows Vista/7/8 systems where elevated permissions " -"are needed to add routes to the system." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 766 -msgid "" -"NOTE: This is not currently compatible with the 64-bit OpenVPN installer. It " -"will work with the 32-bit installer on a 64-bit system." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 774 -msgid "Additional configuration options" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 778 -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"export configuration here, separated by a line break or semicolon" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 779 -msgid "EXAMPLE: remote-random" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 784 -msgid "Client Install Packages" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 790 -# File: src/www/vpn_openvpn_export_shared.php, line: 388 -msgid "Export" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 794 -# File: src/www/vpn_openvpn_export.php, line: 805 -msgid "NOTES:" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 795 -msgid "" -"The "XP" Windows installers work on Windows XP and later versions. " -"The "win6" Windows installers include a new tap-windows6 driver " -"that works only on Windows Vista and later." -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 797 -msgid "Links to OpenVPN clients for various platforms:" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 798 -msgid "" -"Binaries for Windows, Source for other platforms. Packaged above in the " -"Windows Installers" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 798 -msgid "OpenVPN Community Client" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 799 -msgid "OpenVPN For Android" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 799 -msgid "Recommended client for Android" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 800 -msgid "FEAT VPN For Android" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 800 -msgid "For older versions of Android" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 801 -msgid "Android (Google Play)" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 801 -msgid "OpenVPN Connect" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 801 -msgid "Recommended client for iOS" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 801 -msgid "iOS (App Store)" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 802 -msgid "Recommended client for Mac OSX" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 802 -msgid "Viscosity" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 803 -msgid "Free client for OSX" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 803 -msgid "Tunnelblick" -msgstr "" -# -# File: src/www/vpn_openvpn_export.php, line: 806 -msgid "" -"If you expect to see a certain client in the list but it is not there, it is " -"usually due to a CA mismatch between the OpenVPN server instance and the " -"client certificates found in the User Manager." -msgstr "" -# -# File: src/www/vpn_openvpn_export_shared.php, line: 309 -msgid "Shared Key Server" -msgstr "" -# -# File: src/www/vpn_openvpn_export_shared.php, line: 332 -msgid "Dynamic DNS:" -msgstr "" -# -# File: src/www/vpn_openvpn_export_shared.php, line: 383 -msgid "Client Configuration Packages" -msgstr "" -# -# File: src/www/vpn_openvpn_export_shared.php, line: 387 -msgid "Client Type" -msgstr "" -# -# File: src/www/vpn_openvpn_export_shared.php, line: 393 -msgid "" -"These are shared key configurations for use in site-to-site tunnels with " -"other routers. Shared key tunnels are not normally used for remote access " -"connections to end users." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 186 -msgid "" -"You must select a Backend for Authentication if the server mode requires " -"User Auth." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 293 -msgid "Tunnel network" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 296 -msgid "" -"Using a tunnel network and server bridge settings together is not allowed." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 300 -msgid "Server Bridge DHCP Start and End must both be empty, or defined." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 303 -msgid "Server Bridge DHCP Start must be an IPv4 address." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 306 -msgid "Server Bridge DHCP End must be an IPv4 address." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 309 -msgid "The Server Bridge DHCP range is invalid (start higher than end)." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 408 -msgid "add server" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 426 -msgid "Do you really want to delete this server?" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 740 -msgid "" -"Set this option to disable this server without removing it from the list" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 752 -msgid "Remote Access ( SSL/TLS )" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 753 -msgid "Remote Access ( User Auth )" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 754 -msgid "Remote Access ( SSL/TLS + User Auth )" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 770 -msgid "Backend for authentication" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 811 -msgid "Device Mode" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 965 -msgid "Peer Certificate Revocation List" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 994 -msgid "No Certificate Revocation Lists (CRLs) defined." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1046 -msgid "DH Parameters Length" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1132 -msgid "" -"NOTE: Leave this set to SHA1 unless all clients are set to match. SHA1 is " -"the default for OpenVPN." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1156 -msgid "Certificate Depth" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1161 -msgid "Do Not Check" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1164 -msgid "One (Client+Server)" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1165 -msgid "Two (Client+Intermediate+Server)" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1166 -msgid "Three (Client+2xIntermediate+Server)" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1167 -msgid "Four (Client+3xIntermediate+Server)" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1168 -msgid "Five (Client+4xIntermediate+Server)" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1184 -msgid "" -"When a certificate-based client logs in, do not accept certificates below " -"this depth. Useful for denying certificates made with intermediate CAs " -"generated from the same CA as the server." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1192 -msgid "Strict User/CN Matching" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1197 -msgid "" -"When authenticating users, enforce a match between the common name of the " -"client certificate and the username given at login." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1213 -msgid "" -"This is the IPv4 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. 10.0.8.0/24). The " -"first network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1228 -msgid "" -"This is the IPv6 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. fe80::/64). The first " -"network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1239 -msgid "Bridge DHCP" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1244 -msgid "Allow clients on the bridge to obtain DHCP." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1250 -msgid "Bridge Interface" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1278 -msgid "" -"The interface to which this tap instance will be bridged. This is not done " -"automatically. You must assign this interface and create the bridge " -"separately. This setting controls which existing IP address and subnet mask " -"are used by OpenVPN for the bridge. Setting this to 'none' will cause the " -"Server Bridge DHCP settings below to be ignored." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1288 -msgid "Server Bridge DHCP Start" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1292 -msgid "" -"When using tap mode as a multi-point server, you may optionally supply a " -"DHCP range to use on the interface to which this tap instance is bridged. If " -"these settings are left blank, DHCP will be passed through to the LAN, and " -"the interface setting above will be ignored." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1302 -msgid "Server Bridge DHCP End" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1324 -msgid "" -"These are the IPv4 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more CIDR ranges. " -"You may leave this blank if you don't want to add a route to the local " -"network through this tunnel on the remote machine. This is generally set to " -"your LAN network" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1338 -msgid "" -"These are the IPv6 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more IP/PREFIX. You " -"may leave this blank if you don't want to add a route to the local network " -"through this tunnel on the remote machine. This is generally set to your LAN " -"network" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1352 -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1367 -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1378 -msgid "Concurrent connections" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1382 -msgid "" -"Specify the maximum number of clients allowed to concurrently connect to " -"this server" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1402 -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1418 -msgid "Inter-client communication" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1423 -msgid "Allow communication between clients connected to this server" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1429 -msgid "Duplicate Connections" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1434 -msgid "" -"Allow multiple concurrent connections from clients using the same Common " -"Name.
NOTE: This is not generally recommended, but may be needed for " -"some scenarios." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1457 -msgid "Dynamic IP" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1462 -msgid "" -"Allow connected clients to retain their connections if their IP address " -"changes" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1468 -msgid "Address Pool" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1473 -msgid "Provide a virtual adapter IP address to clients (see Tunnel Network)" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1479 -msgid "Topology" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1484 -msgid "" -"Allocate only one IP per client (topology subnet), rather than an isolated " -"subnet per client (topology net30)." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1485 -msgid "" -"Relevant when supplying a virtual adapter IP address to clients when using " -"tun mode on IPv4." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1486 -msgid "" -"Some clients may require this even for IPv6, such as OpenVPN Connect (iOS/" -"Android). Others may break if it is present, such as older versions of " -"OpenVPN or clients such as Yealink phones." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1535 -msgid "Force DNS cache update" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1540 -msgid "" -"Run ''net stop dnscache'', ''net start dnscache'', ''ipconfig /flushdns'' " -"and ''ipconfig /registerdns'' on connection initiation. This is known to " -"kick Windows into recognizing pushed DNS servers." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1601 -msgid "Scope ID" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1605 -msgid "" -"A NetBIOS Scope ID provides an extended naming service for NetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1636 -msgid "Client Management Port" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1644 -msgid "" -"Use a different management port on clients. The default port is 166. Specify " -"a different port if the client machines need to select from multiple OpenVPN " -"links." -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1660 -msgid "" -"Enter any additional options you would like to add to the OpenVPN server " -"configuration here, separated by a semicolon" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1711 -msgid "Protocol / Port" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1744 -msgid "edit server" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1746 -msgid "delete server" -msgstr "" -# -# File: src/www/vpn_openvpn_server.php, line: 1758 -msgid "Use a wizard to setup a new server" -msgstr "" -# -# File: src/www/vpn_pppoe.php, line: 89 -msgid "add a new pppoe instance" -msgstr "" -# -# File: src/www/vpn_pppoe.php, line: 102 -msgid "The PPPoE entry list has been changed" -msgstr "" -# -# File: src/www/vpn_pppoe.php, line: 119 -msgid "Number of users" -msgstr "" -# -# File: src/www/vpn_pppoe.php, line: 141 -msgid "edit pppoe instance" -msgstr "" -# -# File: src/www/vpn_pppoe.php, line: 144 -msgid "" -"Do you really want to delete this entry? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" -# -# File: src/www/vpn_pppoe.php, line: 145 -msgid "delete pppoe instance" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 140 -msgid "The specified server address is equal to an interface ip address." -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 146 -#, php-format -msgid "No password specified for username %s" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 149 -#, php-format -msgid "Incorrect ip address specified for username %s" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 156 -msgid "Wrong data submitted" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 396 -msgid "PPPoE server configuration" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 413 -msgid "Enable PPPoE server" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 438 -msgid "Subnet netmask" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 452 -msgid "Hint" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 457 -msgid "No. PPPoE users" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 471 -msgid "Hint: 10 is ten PPPoE clients" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 479 -msgid "" -"Enter the IP address the PPPoE server should give to clients for use as " -"their \"gateway\"" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 484 -# File: src/www/vpn_pptp.php, line: 392 -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 487 -# File: src/www/vpn_pptp.php, line: 395 -msgid "Remote address range" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 491 -msgid "Specify the starting address for the client IP address subnet" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 508 -msgid "" -"If entered they will be given to all PPPoE clients, else LAN DNS and one WAN " -"DNS will go to all clients" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 518 -# File: src/www/vpn_pptp.php, line: 426 -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 527 -# File: src/www/vpn_pptp.php, line: 434 -msgid "Sends accounting packets to the RADIUS server" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 531 -msgid "Use Backup RADIUS Server" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 532 -msgid "" -"When set, if primary server fails all requests will be sent via backup server" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 535 -msgid "NAS IP Address" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 538 -msgid "RADIUS server NAS IP Address" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 542 -# File: src/www/vpn_pptp.php, line: 456 -msgid "RADIUS Accounting Update" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 545 -msgid "RADIUS accounting update period in seconds" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 549 -# File: src/www/vpn_pptp.php, line: 445 -msgid "RADIUS issued IPs" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 554 -msgid "Issue IP Addresses via RADIUS server" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 557 -msgid "RADIUS server Primary" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 562 -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the RADIUS server." -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 563 -# File: src/www/vpn_pppoe_edit.php, line: 579 -msgid "standard port 1812 and 1813 accounting" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 566 -msgid "RADIUS primary shared secret" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 569 -# File: src/www/vpn_pppoe_edit.php, line: 586 -# File: src/www/vpn_pptp.php, line: 475 -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 573 -msgid "RADIUS server Secondary" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 578 -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the backup RADIUS server." -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 582 -msgid "RADIUS secondary shared secret" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 590 -msgid "User (s)" -msgstr "" -# -# File: src/www/vpn_pppoe_edit.php, line: 661 -msgid "" -"don't forget to add a firewall rule to permit traffic from PPPoE clients" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 114 -msgid "PPTP redirection target address" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 119 -msgid "A valid target address must be specified." -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 312 -msgid "" -"PPTP is not considered a secure VPN technology, because it relies upon the " -"compromised MS-CHAPv2 protocol. If you choose to use PPTP, be aware that " -"your traffic can be decrypted by virtually any third party. It should be " -"considered an unencrypted tunneling protocol." -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 317 -msgid "Read more" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 345 -msgid "Redirect incoming PPTP connections to" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 348 -msgid "PPTP redirection" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 352 -msgid "" -"Enter the IP address of a host which will accept incoming PPTP connections" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 361 -msgid "Enable PPTP server" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 364 -msgid "No. PPTP users" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 379 -msgid "Hint: 10 is ten PPTP clients" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 387 -msgid "" -"Enter the IP address the PPTP server should give to clients for use as their " -"\"gateway\"" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 400 -msgid "Specify the starting address for the client IP subnet" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 404 -msgid "PPTP DNS Servers" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 410 -msgid "primary and secondary DNS servers assigned to PPTP clients" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 439 -msgid "Secondary RADIUS server for failover authentication" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 440 -msgid "" -"When set, all requests will go to the secondary server when primary fails" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 446 -msgid "Issue IP addresses via RADIUS server" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 450 -msgid "RADIUS NAS IP" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 468 -# File: src/www/vpn_pptp.php, line: 485 -msgid "" -"Enter the IP address, RADIUS port, and RADIUS accounting port of the RADIUS " -"server" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 479 -msgid "Secondary RADIUS server" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 488 -msgid "Secondary RADIUS shared secret" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 492 -msgid "" -"Enter the shared secret that will be used to authenticate to the secondary " -"RADIUS server" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 504 -msgid "Require 128-bit encryption" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 505 -msgid "" -"When set, only 128-bit encryption will be accepted. Otherwise 40-bit and 56-" -"bit encryption will be accepted as well. Note that encryption will always be " -"forced on PPTP connections (i.e. unencrypted connections will not be " -"accepted)" -msgstr "" -# -# File: src/www/vpn_pptp.php, line: 518 -#, php-format -msgid "" -"Note: don't forget to %sadd a firewall rule%s to permit traffic from PPTP " -"clients!" -msgstr "" -# -# File: src/www/vpn_pptp_users.php, line: 87 -msgid "The PPTP user list has been modified" -msgstr "" -# -# File: src/www/vpn_pptp_users.php, line: 87 -msgid "Warning: this will terminate all current PPTP sessions" -msgstr "" -# -# File: src/www/vpn_pptp_users_edit.php, line: 86 -msgid "The password cannot start with '!'." -msgstr "" -# -# File: src/www/vpn_pptp_users_edit.php, line: 173 -msgid "If you want to change the users' password, enter it here twice." -msgstr "" -# -# File: src/www/widgets/widgets/carp_status.widget.php, line: 64 -msgid "DISABLED" -msgstr "" -# -# File: src/www/widgets/widgets/carp_status.widget.php, line: 84 -#, php-format -msgid "No CARP Interfaces Defined. Click %shere%s to configure CARP." -msgstr "" -# -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 68 -msgid "N/A " -msgstr "" -# -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 78 -msgid "Int." -msgstr "" -# -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 133 -msgid "Checking ..." -msgstr "" -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 64 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 65 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 70 -msgid "n/a" -msgstr "" -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 82 -msgid "Packets In" -msgstr "" -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 85 -msgid "Packets Out" -msgstr "" -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 88 -msgid "Bytes In" -msgstr "" -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 91 -msgid "Bytes Out" -msgstr "" -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 94 -msgid "Errors In" -msgstr "" -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 97 -msgid "Errors Out" -msgstr "" -# -# File: src/www/widgets/widgets/ipsec.widget.php, line: 45 -msgid "Tunnels" -msgstr "" -# -# File: src/www/widgets/widgets/ipsec.widget.php, line: 46 -msgid "Mobile" -msgstr "" -# -# File: src/www/widgets/widgets/ipsec.widget.php, line: 108 -msgid "Active Tunnels" -msgstr "" -# -# File: src/www/widgets/widgets/ipsec.widget.php, line: 109 -msgid "Inactive Tunnels" -msgstr "" -# -# File: src/www/widgets/widgets/ipsec.widget.php, line: 110 -msgid "Mobile Users" -msgstr "" -# -# File: src/www/widgets/widgets/ipsec.widget.php, line: 210 -msgid "Note: There are no configured IPsec Tunnels" -msgstr "" -# -# File: src/www/widgets/widgets/ipsec.widget.php, line: 213 -#, php-format -msgid "You can configure your IPsec %shere%s." -msgstr "" -# -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 79 -msgid "Active" -msgstr "" -# -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 87 -msgid "Unknown - relayd not running?" -msgstr "" -# -# File: src/www/widgets/widgets/log.widget.php, line: 153 -msgid "Number of lines to display:" -msgstr "" -# -# File: src/www/widgets/widgets/log.widget.php, line: 190 -msgid "Interfaces:" -msgstr "" -# -# File: src/www/widgets/widgets/log.widget.php, line: 236 -msgid "IF" -msgstr "" -# -# File: src/www/widgets/widgets/log.widget.php, line: 258 -# File: src/www/widgets/widgets/log.widget.php, line: 262 -msgid "Reverse Resolve with DNS" -msgstr "" -# -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 135 -msgid "No active peers available" -msgstr "" -# -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 147 -msgid "Clock location" -msgstr "" -# -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 165 -msgid "in view " -msgstr "" -# -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 171 -msgid "in use " -msgstr "" -# -# File: src/www/widgets/widgets/openvpn.widget.php, line: 192 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 245 -msgid "Name/Time" -msgstr "" -# -# File: src/www/widgets/widgets/openvpn.widget.php, line: 193 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 246 -msgid "Remote/Virtual IP" -msgstr "" -# -# File: src/www/widgets/widgets/openvpn.widget.php, line: 289 -msgid "" -"You need to bind each OpenVPN client to enable its management daemon: use " -"'Local port' setting in the OpenVPN client screen" -msgstr "" -# -# File: src/www/widgets/widgets/rss.widget.php, line: 97 -msgid "Display number of items:" -msgstr "" -# -# File: src/www/widgets/widgets/rss.widget.php, line: 112 -msgid "Widget height:" -msgstr "" -# -# File: src/www/widgets/widgets/rss.widget.php, line: 127 -msgid "Show how many characters from story:" -msgstr "" -# -# File: src/www/widgets/widgets/services_status.widget.php, line: 51 -msgid "Comma separated list of services to NOT display in the widget" -msgstr "" -# -# File: src/www/widgets/widgets/smart_status.widget.php, line: 38 -msgid "Drive" -msgstr "" -# -# File: src/www/widgets/widgets/smart_status.widget.php, line: 39 -msgid "Ident" -msgstr "" -# -# File: src/www/widgets/widgets/smart_status.widget.php, line: 58 -msgid "OK" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 44 -# File: src/www/widgets/widgets/system_information.widget.php, line: 46 -msgid "Click to retry" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 44 -msgid "Connection Error" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 46 -msgid "Repository Problem" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 48 -# File: src/www/widgets/widgets/system_information.widget.php, line: 105 -msgid "Click to check for updates" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 48 -msgid "Your system is up to date." -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid " update(s) available." -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid "Click to upgrade" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid "Re-check now" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid "There are " -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 89 -msgid "Versions" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 109 -msgid "CPU Type" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 124 -msgid "Hardware crypto" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 129 -msgid "Uptime" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 133 -msgid "Current date/time" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 139 -msgid "DNS server(s)" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 152 -msgid "Last config change" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 157 -msgid "State table size" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 171 -msgid "Show states" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 175 -msgid "MBUF Usage" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 193 -msgid "Temperature" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 207 -msgid "Load average" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 213 -msgid "CPU usage" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 221 -msgid "Updating in 10 seconds" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 225 -msgid "Memory usage" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 239 -msgid "SWAP usage" -msgstr "" -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 252 -msgid "Disk usage" -msgstr "" -# -# File: src/www/widgets/widgets/system_log.widget.php, line: 55 -msgid "Number of Log lines to display" -msgstr "" -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 181 -msgid "Thresholds in °C (1 to 100):" -msgstr "" -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 184 -msgid "Display settings:" -msgstr "" -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 189 -msgid "Zone Warning:" -msgstr "" -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 198 -msgid "Show raw output (no graph):" -msgstr "" -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 208 -msgid "Zone Critical:" -msgstr "" -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 217 -msgid "Show full sensor name:" -msgstr "" -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 227 -msgid "Core Warning:" -msgstr "" -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 236 -msgid "Pulsate Warning:" -msgstr "" -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 246 -msgid "Core Critical:" -msgstr "" -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 255 -msgid "Pulsate Critical:" -msgstr "" -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 270 -msgid "" -"You can configure a proper Thermal Sensor / Module under
\n" -"    System > " -"Advanced > Miscellaneous : Thermal Sensors section." -msgstr "" -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 280 -msgid "Updating..." -msgstr "" -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 114 -msgid "Default AutoScale:" -msgstr "" -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 133 -msgid "Scale up" -msgstr "" -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 138 -msgid "Scale follow" -msgstr "" -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 139 -msgid "Refresh Interval:" -msgstr "" -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "Seconds" -msgstr "" -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "changing this setting will increase CPU utilization" -msgstr "" -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 190 -#, php-format -msgid "Current %s Traffic" -msgstr "" -# -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 45 -msgid "Computer / Device" -msgstr "" -# -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 71 -msgid "Wake Up" -msgstr "" -# -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 76 -msgid "No saved WoL addresses" -msgstr "" -# -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 80 -msgid "DHCP Leases Status" -msgstr "" -# -# File: src/www/wizard.php, line: 126 -#, php-format -msgid "ERROR: Could not parse %s wizard file." -msgstr "" diff --git a/lang/es_CO.po b/lang/es_CO.po deleted file mode 100644 index f0d96f13b..000000000 --- a/lang/es_CO.po +++ /dev/null @@ -1,31296 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-12 22:32+0100\n" -"PO-Revision-Date: 2015-06-23 11:12-0500\n" -"Last-Translator: Pier Jose Gotta Perez \n" -"Language-Team: \n" -"Language: es_CO\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.1\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -# -# File: lang/dynamic/helpers/acl.php, line: 36 -msgid "Allow access to the 'Status: IPsec: SAD' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 37 -msgid "Allow access to the 'VPN: PPTP: Users' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 39 -msgid "Allow access to the 'System: Authentication Servers' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 40 -msgid "Allow access to the 'Diagnostics: States Summary' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 43 -msgid "Allow access to the 'VPN: PPTP: User: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 44 -msgid "Show all items on help menu" -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 46 -msgid "Allow access to the 'System: Firmware: Settings' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 47 -msgid "Allow access to the 'System: User Manager: Add Privileges' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 48 -msgid "Allow access to the 'Services: NTP' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 49 -msgid "Allow access to the 'VPN: OpenVPN: Client Specific Override' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 50 -msgid "Allow access to the 'VPN: OpenVPN: Client' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 51 -msgid "Allow access to the 'Interfaces: Assign network ports' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 52 -msgid "Allow access to the 'Firewall: NAT: Port Forward' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 38 -msgid "Allow access to the 'VPN: IPsec: Pre-Shared Keys List' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 54 -msgid "Create interface groups" -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 56 -msgid "Allow access to the 'Interfaces: VLAN: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 57 -msgid "Allow access to the 'Diagnostics: Reboot System' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 59 -msgid "Allow access to the 'Load Balancer: Pool: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 60 -msgid "Allow access to the 'System: User Manager' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 61 -msgid "" -"Allow access to the 'Services: DHCPv6 Server : Edit static mapping' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 62 -msgid "Allow access to the 'Load Balancer: Pool' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 63 -msgid "Allow access to the 'VPN: L2TP: Users : Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 64 -msgid "Allow access to the 'Firewall: Schedules' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 65 -msgid "Allow access to the 'Diagnostics: Logs: Settings' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 66 -msgid "Allow access to the 'Service: Universal Plug and Play' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 68 -msgid "Allow access to the 'Firewall: Virtual IP Addresses' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 69 -msgid "Allow access to the 'System: Firmware: Manual Update' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 71 -msgid "Allow access to the 'Status: Services' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 72 -msgid "Allow access to the 'Status: IPsec: Leases' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 73 -msgid "" -"Allow access to the 'Services: DNS Forwarder: Edit Domain Override' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 74 -msgid "Allow access to the 'Interfaces: PPPs' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 78 -msgid "Allow access to the 'Firewall: NAT: 1:1' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 79 -msgid "Indicates whether the user is allowed to use the proxy" -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 80 -# File: lang/dynamic/helpers/acl.php, line: 175 -msgid "Allow access to the 'Status: System logs: IPsec VPN' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 81 -msgid "Allow access to the 'Services: DHCP Server : Edit static mapping' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 82 -msgid "Allow access to the 'Services: DHCPv6 server' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 84 -msgid "Allow access to the 'Status: System logs: Load Balancer' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 86 -msgid "Allow access to the 'Lobby: Login / Logout/ Dashboard' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 87 -msgid "Allow access to the 'Services: DNS Resolver: Edit host' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 88 -msgid "Allow access to the 'Services: SNMP' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 89 -msgid "Allow access to the 'Settings: Load Balancer: Settings' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 90 -msgid "Allow access to the 'Diagnostics: Show States' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 91 -msgid "Allow access to the 'VPN: OpenVPN: Client Export Utility' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 92 -msgid "Indicates whether the user is able to login for example via SSH." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 93 -msgid "Allow access to the 'Status: Traffic Graph' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 94 -msgid "Allow access to the 'Firewall: Aliases' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 138 -msgid "Allow access to the 'Services: Load Balancer: Monitor: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 96 -msgid "Allow access to the 'System: CRL Manager' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 99 -msgid "Allow access to the 'Diagnostics: Interface Traffic' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 100 -msgid "Allow access to the 'System: Firmware: Auto Update' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 101 -msgid "Allow access to the 'Diagnostics: Sockets' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 99 -msgid "Allow access to the 'Status: Universal Plug and Play' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 103 -msgid "Allow access to the 'Services: PPPoE Server' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 104 -msgid "Allow access to the 'Status: System logs: OpenVPN' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 105 -msgid "Allow access to the 'Status: OpenVPN' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 106 -msgid "Allow access to the 'Services: RFC 2136 clients' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 105 -msgid "Uploads crash reports to the developers." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 108 -msgid "Allow access to the 'Firewall: Alias: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 109 -msgid "Allow access to the 'Interfaces: PPPs: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 110 -msgid "Allow access to the 'Firewall: NAT: NPT' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 246 -msgid "Allow access to the 'Interfaces: GIF: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 112 -msgid "Allow access to the 'VPN: IPsec' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 114 -msgid "Allow access to the 'Load Balancer: Virtual Server: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 115 -msgid "Allow access to the 'Status: System logs: NTP' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 116 -msgid "Allow access to the 'Interfaces: GRE' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 118 -msgid "Allow access to the 'Services: Router Advertisements' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 119 -msgid "Allow access to the 'VPN: IPsec: Edit Phase 2' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 74 -msgid "Allow access to the 'System: Advanced: Networking' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 122 -msgid "Allow access to the 'VPN: IPsec: Edit Phase 1' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 123 -msgid "Allow access to the 'Interfaces: VLAN' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 125 -msgid "Allow access to the 'Firewall: NAT: Port Forward: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 126 -msgid "" -"Allow access to the 'Services: DNS Resolver: Edit Domain Override' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 127 -msgid "Allow access to the 'Firewall: Alias: Import' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 128 -msgid "Allow access to the 'Diagnostics: Reset state' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 129 -msgid "Allow access to the 'Services: Wake on LAN: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 130 -msgid "Allow access to the 'Firewall: Virtual IP Address: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 131 -msgid "Allow access to the 'Diagnostics: Routing tables' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 132 -msgid "Allow access to the 'System: Advanced: Admin Access' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 70 -msgid "Allow access to the 'Status: System logs: System: Routing' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 134 -msgid "Allow access to the 'Status: Interfaces' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 135 -msgid "Allow access to the 'Services: DNS Forwarder' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 136 -msgid "Allow access to the 'Status: Gateways' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 137 -msgid "Allow access to the 'Status: DHCP leases' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 139 -msgid "Allow access to the 'Hidden: Detailed Status' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 140 -msgid "Allow access to the 'System: Advanced: Miscellaneous' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 142 -msgid "Allow access to the 'AJAX: Service Providers' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 127 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Normal View' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 144 -msgid "Allow access to the 'Diagnostics: Halt system' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 123 -msgid "Allow access to the 'Diagnostics: Logs: L2TP' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 146 -msgid "Allow access to the 'Services: Igmpproxy: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 147 -msgid "Allow access to the 'System: User Manager: Settings: Test LDAP' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 148 -msgid "Allow access to the 'VPN: L2TP' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 149 -msgid "Allow access to the 'XMLRPC Library' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 134 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Summary View' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 150 -msgid "Allow access to the 'Status: IPsec: SPD' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 151 -msgid "Allow access to the 'Status: Filter Reload Status' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 152 -msgid "Allow access to all pages" -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 150 -msgid "Allow access to the 'Firewall: NAT: NPT: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 154 -msgid "Indicates whether the user is allowed to dial in via PPPOE" -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 155 -msgid "Allow access to the 'System: Advanced: Notifications' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 156 -msgid "Allow access to the 'Diagnostics: Logs: DHCP' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 157 -msgid "Allow access to the 'System: Gateway Groups' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 156 -msgid "Allow access to the 'Wizard subsystem' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 159 -msgid "Allow access to the 'Diagnostics: Restore Full Backup' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 160 -msgid "Allow access to the 'Status: CARP' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 161 -msgid "Allow access to the 'Diagnostics: Authentication' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 97 -msgid "Allow access to the 'VPN: PPTP' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 163 -msgid "Allow access to the 'Firewall: Rules' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 247 -msgid "Allow access to the 'AJAX: Get Stats' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 164 -msgid "Allow access to the 'Diagnostics: Logs: System: Gateways' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 170 -msgid "Allow access to the 'Services: DHCPv6 Relay' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 165 -msgid "Allow access to the 'Services: DNS Resolver: Advanced' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 166 -msgid "Allow access to the 'Services: Load Balancer: Virtual Servers' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 167 -msgid "Allow access to the 'Status: NTP' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 169 -msgid "Allows access to the 'Diagnostics: Limiter Info' page" -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 155 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Plain View' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 171 -msgid "Allow access to the 'Diagnostics: Logs: System: Resolver' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 172 -msgid "Allow access to the 'Status: Wireless' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 174 -msgid "Allow access to the 'Status: NTP PPS' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 154 -msgid "Allow access to the 'Diagnostics: Logs: PPTP' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 176 -msgid "Allow access to the 'Diagnostics: NanoBSD' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 177 -msgid "Allow access to the 'System: CA Manager' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 178 -msgid "Allow access to all pages required for the dashboard." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 179 -msgid "Allow access to the 'Diagnostics: Patterns' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 180 -msgid "Allow access to the 'System: User Password Manager' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 181 -msgid "Allow access to 'Interfaces: QinQ: Edit' page" -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 182 -msgid "Allow access to the 'Firewall: Rules: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 183 -msgid "Allow access to the 'Diagnostics: Packet Capture' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 184 -msgid "Allow access to the 'Services: DNS Resolver: Access Lists' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 185 -msgid "Allow access to the 'Firewall: NAT: Outbound: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 42 -msgid "Allow access to the 'Status: IPsec' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 187 -msgid "Allow access to the 'Interfaces: Wireless : Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 188 -msgid "Allow access to the 'Diagnostics: Test Port' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 189 -msgid "Allow access to the 'Diagnostics: Logs: System' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 113 -msgid "Allow access to the 'VPN: L2TP : Users' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 191 -msgid "If present, ignores requests from this user to write config.xml." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 192 -msgid "Allow access to the 'Interfaces: Groups: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 177 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Dynamic View' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 194 -msgid "Allows access to the 'Diagnostics: pfInfo' page" -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 195 -msgid "" -"Indicates whether the user is allowed to dial in via IPsec xauth (Note: Does " -"not allow shell access, but may allow the user to create ssh tunnels)" -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 196 -msgid "Allow access to the 'Interfaces: LAGG: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 197 -msgid "Allow access to the 'VPN: OpenVPN: Server' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 198 -msgid "Allow access to the 'VPN: IPsec: Mobile' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 199 -msgid "Allow access to the 'System: Gateways: Edit Gateway' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 143 -msgid "Allow access to the 'Diagnostics: Backup/restore' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 202 -msgid "" -"Allow direct access to all Dashboard widget pages, required for some widgets " -"using AJAX." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 203 -msgid "Allow access to the 'Status: Load Balancer: Virtual Server' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 204 -msgid "Allow access to the 'Diagnostics: Configuration History' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 205 -msgid "Allow access to the 'Interfaces: GRE: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 207 -msgid "Allow access to the 'Status: Gateway Groups' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 145 -msgid "Allow access to the 'Services: DHCP server' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 208 -msgid "Allow access to the 'Interfaces' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 209 -msgid "Allow access to the 'Services: DNS Forwarder: Edit host' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 210 -msgid "Allow access to the 'Status: System logs: Captive portal' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 206 -msgid "Allow access to the 'System: General Setup' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 240 -msgid "Allow access to the 'Services: DNS Resolver: Access Lists: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 214 -msgid "Allow access to the 'Firewall: NAT: 1:1: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 215 -msgid "Allow access to the 'Diagnostics: Tables' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 216 -msgid "Allow access to the 'System: Group manager' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 217 -msgid "Allow access to the 'System: User Manager: settings' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 218 -msgid "Allow access to the 'Status: DHCPv6 leases' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 219 -msgid "Edit Interface LAGG" -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 220 -msgid "Allow access to the 'Status: NTP Serial GPS' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 221 -msgid "Indicates whether the user is allowed to dial in via L2TP" -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 222 -msgid "Allow access to the 'Status: Load Balancer: Pool' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 261 -msgid "Allow access to the 'Interfaces: QinQ' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 225 -msgid "Allow access to the 'Interfaces: Bridge : Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 226 -msgid "Allow access to the 'Interfaces: Wireless' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 227 -msgid "Allow access to the 'Services: Dynamic DNS clients' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 228 -msgid "Allow access to the 'Status: System logs: System: Wireless' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 229 -msgid "Allow access to the 'Firewall: Schedules: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 230 -msgid "Allow access to the 'Diagnostics: Ping' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 231 -msgid "Allow access to the 'System: Certificate Manager' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 232 -msgid "Allow access to the 'System: Gateways: Edit Gateway Groups' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 233 -msgid "Allow access to the 'System: Static Routes: Edit route' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 41 -msgid "Allow access to the 'Services: Wake on LAN' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 235 -msgid "Allow access to the 'System: License' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 236 -msgid "Allow access to the 'Services: DNS Filter' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 237 -msgid "Allow access to the 'Services: DNS Resolver' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 238 -msgid "Allows access to the 'Diagnostics: pfTop' page" -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 241 -msgid "Allow access to the 'Interfaces: GIF' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 242 -msgid "Allow access to the 'VPN: IPsec: Edit Pre-Shared Keys' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 243 -msgid "Allow access to the 'Services: Dynamic DNS client' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 245 -msgid "Allow access to the 'Services: PPPoE Server: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 220 -msgid "Allow access to the 'Diagnostics: Logs: PPPoE' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 248 -msgid "Allow access to the 'System: Advanced: Tunables' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 249 -msgid "Allow access to the 'System: Group Manager: Add Privileges' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 250 -msgid "Allow access to the 'Services: Load Balancer: Monitors' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 252 -msgid "Indicates whether the user is allowed to dial in via PPTP" -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 253 -msgid "Allow access to the 'Diagnostics: Traceroute' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 254 -msgid "Allow access to the 'Firewall: NAT: Outbound' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 255 -msgid "Allow access to the 'System: Advanced: Firewall and NAT' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 256 -msgid "Allow access to the 'System: Gateways' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 257 -msgid "Allow access to the 'Firewall: Easy Rule' add/status page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 259 -msgid "Allow access to the 'System: Static Routes' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 260 -msgid "Allow access to the 'XMLRPC Interface Stats' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 224 -msgid "Allow access to the 'Interfaces: Bridge' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 262 -msgid "Allow access to the 'System: High Availability' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 263 -msgid "Allow access to the 'Diagnostics: Factory defaults' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 264 -msgid "Allow access to the 'Services: DHCP Relay' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 265 -msgid "" -"Allow access to the 'System: Firmware: Manual Update: Progress bar' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 266 -msgid "Allow access to the 'Services: Igmpproxy' page." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 95 -msgid "Enable this zone" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 96 -msgid "Internal number used for this zone" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 97 -msgid "Select interface(s) to enable for captive portal." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 98 -msgid "" -"Select authentication methods to use, leave empty for no authentication " -"needed." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "" -"Clients will be disconnected after this amount of inactivity. They may log " -"in again immediately, though. Enter 0 to disable idle timeout." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 40 -msgid "" -"Clients will be disconnected after this amount of time, regardless of " -"activity. They may log in again immediately, though. Enter 0 to disable hard " -"timeout (not recommended unless an idle timeout is set)." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 101 -msgid "" -"If this option is set, users can login on multiple machines at once. If " -"disabled subsequent logins will cause machines previously logged in with the " -"same username to be disconnected." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 102 -msgid "" -"If provided, all traffic will be transmitted over an HTTPS connection to " -"protect against eavesdroppers." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 103 -msgid "" -"Hostname (of this machine) to redirect login page to, leave blank to use " -"this interface IP address, otherwise make sure the client can access DNS to " -"resolve this location. When using a SSL certificate, make sure both this " -"name and the cert name are equal." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 104 -msgid "Avoid authentication for addresses and subnets in this list" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 105 -msgid "Avoid authentication for physical addresses in this list" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 106 -msgid "Use custom template package for user login" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 107 -msgid "Description to identify this zone." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 64 -# File: lang/dynamic/helpers/controllers.php, line: 85 -msgid "Select if job is enabled or not" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 86 -msgid "" -"Enter the minutes for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,20,30 or 10-30)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 87 -msgid "" -"Enter the hours for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,11,12 or 10-12)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 88 -msgid "" -"Enter the days of the month for the job to act, can also be a comma " -"separated list, * (each) or a range (ex. 1,20,28 or 1-28)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 89 -msgid "" -"Enter the months for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 1,2,3 or 1-3)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 90 -msgid "" -"Enter the days of the week for the job to act, can also be a comma separated " -"list, * (each) or a range (ex. 1,2,3 or 1-3)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 91 -msgid "Select the command that needs to be executed at given time frame." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 92 -msgid "Enter parameters for this job if required." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 93 -msgid "Enter a description to explain what this job is intended for." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 63 -msgid "set action to perform here, only used when in IPS mode" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 68 -msgid "enable IDS" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 69 -msgid "Select interface(s) to use." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 65 -msgid "Enter a filename for storing the blacklist." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 66 -msgid "Enter an url to fetch the blacklist from." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 67 -msgid "Enter a description to explain what this blacklist is intended for." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 35 -msgid "Enable or disable the proxy service." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 36 -msgid "" -"The port number where Squid sends and receives ICP queries to and from " -"neighbor caches. Leave blank to disable (default). The standard UDP port for " -"ICP is 3130." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "Enable access logging." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 40 -msgid "Enable store logging." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "" -"If set (default), Squid will include a Via header in requests and\n" -" replies as required by RFC2616." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 41 -msgid "Select what to do with X-Forwarded for header." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 42 -msgid "" -"Suppress Squid version string info in HTTP headers and HTML error pages." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 72 -msgid "Enter the cache memory size to use." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 43 -msgid "Enter the storage size for the local cache (default is 100)." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 46 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 16)." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 47 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 256)." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 48 -msgid "Enable or disable traffic management." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 49 -msgid "" -"Enter the maxium size for downloads in kilobytes (leave empty to disable)." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 50 -msgid "" -"Enter the maxium size for uploads in kilobytes (leave empty to disable)." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 51 -msgid "" -"Enter the allowed overall bandtwith in kilobits per second (leave empty to " -"disable)." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 52 -msgid "" -"Enter the allowed per host bandwidth in kilobits per second (leave empty to " -"disable)." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 55 -msgid "Select interface(s) the proxy will bind to." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 56 -# File: lang/dynamic/helpers/controllers.php, line: 60 -msgid "The port the proxy service will listen to." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 55 -msgid "" -"When enabled the subnets of the selected interfaces will be added to the " -"allow access list." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 59 -msgid "Select interface(s) the ftp proxy will bind to." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 61 -msgid "Select Authentication method" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 64 -msgid "The prompt will be displayed in the authentication request window." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 63 -msgid "The total number of authenticator processes to spawn." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 70 -msgid "enable this pipe and it's related queues and rules" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 71 -msgid "Total bandwidth for this pipe" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 72 -msgid "number of dynamic queues, leave empty for default" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 73 -# File: lang/dynamic/helpers/controllers.php, line: 77 -msgid "Description to identify this pipe." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 74 -msgid "enable this queue and it's related rules" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 75 -msgid "connected pipe for this queue" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 76 -msgid "" -"Weight of this queue (1..100), used to prioritize within a pipe. (1 is low, " -"100 is high)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 78 -msgid "order in which the rule will be evaluated (lowest first)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 81 -msgid "" -"secondary interface, matches packets going traveling from interface (1) to " -"interface (2).\n" -" " -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 79 -msgid "source ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 80 -msgid "source port number or well known name (imap,imaps, http,https,...)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 81 -msgid "destination ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 82 -msgid "destination port number or well known name (imap,imaps, http,https,...)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 87 -msgid "matches incoming or outgoing packets or both (default)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 84 -msgid "target pipe or queue" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 35 -msgid "Root" -msgstr "" - -# -# File: src/www/index.php, line: 354 -msgid "Dashboard" -msgstr "" - -# -# File: src/www/license.php, line: 32 -msgid "License" -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 107 -# File: src/www/interfaces.php, line: 2578 -# File: src/www/interfaces.php, line: 2652 -# File: src/www/interfaces.php, line: 2761 -# File: src/www/interfaces_ppps_edit.php, line: 189 -# File: src/www/interfaces_ppps_edit.php, line: 192 -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -# File: src/www/interfaces_ppps_edit.php, line: 534 -# File: src/www/services_dyndns_edit.php, line: 94 -# File: src/www/services_dyndns_edit.php, line: 373 -# File: src/www/services_opendns.php, line: 161 -# File: src/www/system_advanced_notifications.php, line: 235 -# File: src/www/system_usermanager.php, line: 163 -# File: src/www/system_usermanager.php, line: 168 -# File: src/www/system_usermanager.php, line: 491 -# File: src/www/system_usermanager_passwordmg.php, line: 40 -# File: src/www/system_usermanager_passwordmg.php, line: 117 -# File: src/www/system_usermanager_passwordmg.php, line: 121 -# File: src/www/vpn_l2tp_users_edit.php, line: 80 -# File: src/www/vpn_l2tp_users_edit.php, line: 185 -# File: src/www/vpn_openvpn_client.php, line: 702 -# File: src/www/vpn_openvpn_client.php, line: 765 -# File: src/www/vpn_pppoe_edit.php, line: 600 -# File: src/www/vpn_pptp_users_edit.php, line: 76 -# File: src/www/vpn_pptp_users_edit.php, line: 178 -msgid "Password" -msgstr "" - -# -# File: src/www/services_captiveportal.php, line: 1033 -msgid "Logout" -msgstr "" - -# -# File: src/www/index.php, line: 354 -msgid "Lobby" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 38 -# File: lang/dynamic/helpers/models.php, line: 40 -# File: lang/dynamic/helpers/models.php, line: 42 -msgid "workAround" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 657 -# File: src/www/system_certificates_tabs.inc, line: 6 -# File: src/www/system_crlmanager.php, line: 603 -msgid "Certificates" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 41 -msgid "Authorities" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 43 -msgid "Revocation" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 47 -msgid "Trust" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 754 -# File: src/www/firewall_rules_edit.php, line: 1322 -# File: src/www/firewall_rules_edit.php, line: 1331 -# File: src/www/interfaces_lagg_edit.php, line: 221 -# File: src/www/load_balancer_virtual_server_edit.php, line: 233 -# File: src/www/vpn_ipsec_mobile.php, line: 448 -# File: src/www/vpn_openvpn_client.php, line: 674 -msgid "none" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 177 -msgid "History" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 47 -msgid "Backups" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 51 -msgid "Configuration" -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 62 -msgid "Crash Reporter" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 41 -msgid "Firmware" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 97 -msgid "Synchronization" -msgstr "" - -# -# File: src/www/carp_status.php, line: 99 -msgid "CARP Status" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 87 -msgid "High Availability" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 37 -# File: src/www/firewall_nat_1to1_edit.php, line: 211 -# File: src/www/firewall_nat_edit.php, line: 435 -# File: src/www/firewall_nat_npt_edit.php, line: 133 -# File: src/www/firewall_nat_out_edit.php, line: 325 -# File: src/www/firewall_rules_edit.php, line: 709 -# File: src/www/firewall_schedule_edit.php, line: 47 -# File: src/www/firewall_virtual_ip.php, line: 263 -# File: src/www/firewall_virtual_ip_edit.php, line: 233 -# File: src/www/interfaces_bridge_edit.php, line: 233 -# File: src/www/interfaces_gif_edit.php, line: 123 -# File: src/www/interfaces_gre_edit.php, line: 117 -# File: src/www/interfaces_groups_edit.php, line: 33 -# File: src/www/interfaces_lagg_edit.php, line: 124 -# File: src/www/interfaces_ppps_edit.php, line: 379 -# File: src/www/interfaces_qinq_edit.php, line: 30 -# File: src/www/interfaces_vlan_edit.php, line: 143 -# File: src/www/interfaces_wireless_edit.php, line: 139 -# File: src/www/load_balancer_monitor_edit.php, line: 182 -# File: src/www/load_balancer_pool_edit.php, line: 157 -# File: src/www/load_balancer_relay_action_edit.php, line: 170 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 127 -# File: src/www/load_balancer_virtual_server_edit.php, line: 132 -# File: src/www/pkg_edit.php, line: 254 -# File: src/www/services_igmpproxy_edit.php, line: 31 -# File: src/www/services_rfc2136_edit.php, line: 113 -# File: src/www/services_wol_edit.php, line: 105 -# File: src/www/vpn_l2tp_users_edit.php, line: 29 -# File: src/www/vpn_pppoe_edit.php, line: 254 -# File: src/www/vpn_pptp_users_edit.php, line: 137 -msgid "Edit" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 299 -# File: src/www/firewall_aliases.php, line: 179 -msgid "All" -msgstr "" - -# -# File: src/www/carp_status.php, line: 78 -# File: src/www/carp_status.php, line: 133 -# File: src/www/diag_gmirror.php, line: 222 -# File: src/www/diag_ipsec.php, line: 34 -# File: src/www/diag_ipsec.php, line: 101 -# File: src/www/diag_ipsec_leases.php, line: 32 -# File: src/www/diag_ipsec_leases.php, line: 75 -# File: src/www/diag_ipsec_sad.php, line: 33 -# File: src/www/diag_ipsec_spd.php, line: 33 -# File: src/www/diag_logs.php, line: 56 -# File: src/www/diag_logs_auth.php, line: 43 -# File: src/www/diag_logs_dhcp.php, line: 46 -# File: src/www/diag_logs_filter.php, line: 108 -# File: src/www/diag_logs_filter_dynamic.php, line: 48 -# File: src/www/diag_logs_filter_summary.php, line: 30 -# File: src/www/diag_logs_gateways.php, line: 57 -# File: src/www/diag_logs_ipsec.php, line: 47 -# File: src/www/diag_logs_ntpd.php, line: 44 -# File: src/www/diag_logs_openvpn.php, line: 31 -# File: src/www/diag_logs_ppp.php, line: 44 -# File: src/www/diag_logs_proxy.php, line: 44 -# File: src/www/diag_logs_relayd.php, line: 44 -# File: src/www/diag_logs_resolver.php, line: 57 -# File: src/www/diag_logs_routing.php, line: 43 -# File: src/www/diag_logs_settings.php, line: 170 -# File: src/www/diag_logs_vpn.php, line: 30 -# File: src/www/diag_logs_wireless.php, line: 45 -# File: src/www/easyrule.php, line: 76 -# File: src/www/status_captiveportal_expire.php, line: 51 -# File: src/www/status_captiveportal_test.php, line: 51 -# File: src/www/status_captiveportal_voucher_rolls.php, line: 50 -# File: src/www/status_captiveportal_vouchers.php, line: 50 -# File: src/www/status_dhcp_leases.php, line: 33 -# File: src/www/status_dhcpv6_leases.php, line: 34 -# File: src/www/status_filter_reload.php, line: 33 -# File: src/www/status_gateway_groups.php, line: 45 -# File: src/www/status_gateways.php, line: 38 -# File: src/www/status_gateways.php, line: 76 -# File: src/www/status_graph.php, line: 95 -# File: src/www/status_graph_cpu.php, line: 29 -# File: src/www/status_interfaces.php, line: 44 -# File: src/www/status_interfaces.php, line: 84 -# File: src/www/status_lb_pool.php, line: 55 -# File: src/www/status_lb_vs.php, line: 43 -# File: src/www/status_lb_vs.php, line: 82 -# File: src/www/status_ntpd.php, line: 145 -# File: src/www/status_ntpd.php, line: 174 -# File: src/www/status_openvpn.php, line: 32 -# File: src/www/status_openvpn.php, line: 281 -# File: src/www/status_openvpn.php, line: 344 -# File: src/www/status_rrd_graph.php, line: 237 -# File: src/www/status_rrd_graph_settings.php, line: 101 -# File: src/www/status_services.php, line: 52 -# File: src/www/status_services.php, line: 79 -# File: src/www/status_upnp.php, line: 44 -# File: src/www/status_wireless.php, line: 31 -# File: src/www/status_wireless.php, line: 68 -# File: src/www/widgets/widgets/gateways.widget.php, line: 49 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 46 -msgid "Status" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 202 -# File: lang/dynamic/helpers/models.php, line: 211 -# File: lang/dynamic/helpers/models.php, line: 217 -# File: lang/dynamic/helpers/models.php, line: 241 -# File: lang/dynamic/helpers/models.php, line: 254 -# File: lang/dynamic/helpers/models.php, line: 285 -# File: src/www/diag_logs_auth.php, line: 47 -# File: src/www/diag_logs_openvpn.php, line: 37 -# File: src/www/diag_logs_proxy.php, line: 49 -# File: src/www/diag_logs_relayd.php, line: 48 -msgid "Log File" -msgstr "" - -# -# File: src/www/system_gateways_tabs.inc, line: 7 -msgid "Routes" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 58 -# File: src/www/vpn_ipsec_mobile.php, line: 674 -msgid "Group" -msgstr "" - -# -# File: src/www/status_gateway_groups.php, line: 60 -msgid "Group Status" -msgstr "" - -# -# File: src/www/diag_logs_gateways.php, line: 57 -# File: src/www/diag_logs_pills.php, line: 64 -# File: src/www/status_gateway_groups.php, line: 66 -# File: src/www/status_gateway_groups.php, line: 81 -# File: src/www/status_gateways.php, line: 38 -# File: src/www/status_gateways.php, line: 58 -# File: src/www/system_gateway_groups.php, line: 141 -# File: src/www/system_gateway_groups_edit.php, line: 151 -# File: src/www/system_gateways.php, line: 184 -# File: src/www/system_gateways_edit.php, line: 548 -# File: src/www/system_gateways_tabs.inc, line: 6 -msgid "Gateways" -msgstr "" - -# -# File: src/www/diag_logs.php, line: 56 -# File: src/www/diag_logs_pills.php, line: 63 -# File: src/www/system_advanced_tabs.inc, line: 6 -# File: src/www/system_general.php, line: 286 -msgid "General" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 277 -# File: src/www/system_advanced_tabs.inc, line: 7 -msgid "Admin Access" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 142 -# File: src/www/system_advanced_tabs.inc, line: 9 -msgid "Networking" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 46 -msgid "Firewall/NAT" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 167 -# File: src/www/system_advanced_tabs.inc, line: 12 -msgid "Notifications" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 79 -msgid "Logs/Reports" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 224 -# File: src/www/system_advanced_tabs.inc, line: 10 -msgid "Miscellaneous" -msgstr "" - -# -# File: src/www/system_advanced_sysctl.php, line: 119 -msgid "Tunables" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 170 -# File: src/www/diag_logs_tabs.inc, line: 40 -# File: src/www/load_balancer_monitor.php, line: 107 -# File: src/www/load_balancer_pool.php, line: 118 -# File: src/www/load_balancer_setting.php, line: 84 -# File: src/www/load_balancer_setting.php, line: 112 -# File: src/www/load_balancer_virtual_server.php, line: 117 -# File: src/www/status_rrd_graph_tabs.inc, line: 34 -# File: src/www/system_advanced_admin.php, line: 277 -# File: src/www/system_advanced_firewall.php, line: 232 -# File: src/www/system_advanced_misc.php, line: 224 -# File: src/www/system_advanced_network.php, line: 142 -# File: src/www/system_advanced_notifications.php, line: 167 -# File: src/www/system_advanced_sysctl.php, line: 118 -# File: src/www/system_authservers.php, line: 472 -# File: src/www/system_general.php, line: 286 -# File: src/www/system_groupmanager.php, line: 260 -# File: src/www/system_groupmanager_addprivs.php, line: 171 -# File: src/www/system_usermanager.php, line: 443 -# File: src/www/system_usermanager_addprivs.php, line: 151 -# File: src/www/system_usermanager_settings.php, line: 118 -# File: src/www/vpn_ipsec_settings.php, line: 112 -msgid "Settings" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 82 -msgid "Step" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 83 -msgid "Wizard" -msgstr "" - -# -# File: src/www/system_groupmanager_addprivs.php, line: 48 -# File: src/www/system_usermanager_addprivs.php, line: 48 -msgid "Privileges" -msgstr "" - -# -# File: src/www/services_captiveportal_zones.php, line: 95 -# File: src/www/system_authservers.php, line: 470 -# File: src/www/system_groupmanager.php, line: 258 -# File: src/www/system_groupmanager_addprivs.php, line: 169 -# File: src/www/system_usermanager.php, line: 441 -# File: src/www/system_usermanager_addprivs.php, line: 149 -# File: src/www/system_usermanager_settings.php, line: 116 -# File: src/www/vpn_l2tp.php, line: 299 -# File: src/www/vpn_l2tp_users.php, line: 29 -# File: src/www/vpn_l2tp_users.php, line: 103 -# File: src/www/vpn_l2tp_users_edit.php, line: 167 -# File: src/www/vpn_pptp.php, line: 318 -# File: src/www/vpn_pptp_users.php, line: 63 -# File: src/www/vpn_pptp_users.php, line: 97 -# File: src/www/vpn_pptp_users_edit.php, line: 160 -msgid "Users" -msgstr "" - -# -# File: src/www/interfaces_groups.php, line: 53 -# File: src/www/interfaces_groups_edit.php, line: 33 -# File: src/www/system_authservers.php, line: 471 -# File: src/www/system_gateways_tabs.inc, line: 8 -# File: src/www/system_groupmanager.php, line: 259 -# File: src/www/system_groupmanager_addprivs.php, line: 170 -# File: src/www/system_usermanager.php, line: 442 -# File: src/www/system_usermanager.php, line: 896 -# File: src/www/system_usermanager_addprivs.php, line: 150 -# File: src/www/system_usermanager_settings.php, line: 117 -msgid "Groups" -msgstr "" - -# -# File: src/www/load_balancer_pool.php, line: 135 -# File: src/www/status_lb_pool.php, line: 137 -# File: src/www/status_lb_vs.php, line: 81 -# File: src/www/system_authservers.php, line: 473 -# File: src/www/system_groupmanager.php, line: 261 -# File: src/www/system_groupmanager_addprivs.php, line: 172 -# File: src/www/system_usermanager.php, line: 444 -# File: src/www/system_usermanager_addprivs.php, line: 152 -# File: src/www/system_usermanager_settings.php, line: 119 -msgid "Servers" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 93 -msgid "Tester" -msgstr "" - -# -# File: src/www/diag_logs_pills.inc, line: 45 -msgid "Access" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 181 -msgid "Factory Defaults" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 182 -msgid "Halt System" -msgstr "" - -# -# File: src/www/reboot.php, line: 34 -msgid "Reboot System" -msgstr "" - -# -# File: src/www/widgets/widgets/smart_status.widget.php, line: 41 -msgid "SMART Status" -msgstr "" - -# -# File: src/www/load_balancer_monitor.php, line: 76 -# File: src/www/load_balancer_monitor_edit.php, line: 182 -# File: src/www/load_balancer_pool.php, line: 85 -# File: src/www/load_balancer_pool_edit.php, line: 157 -# File: src/www/load_balancer_relay_action.php, line: 92 -# File: src/www/load_balancer_relay_action_edit.php, line: 170 -# File: src/www/load_balancer_relay_protocol.php, line: 88 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 127 -# File: src/www/load_balancer_setting.php, line: 84 -# File: src/www/load_balancer_virtual_server.php, line: 85 -# File: src/www/load_balancer_virtual_server_edit.php, line: 132 -# File: src/www/services_captiveportal.php, line: 56 -# File: src/www/services_captiveportal_filemanager.php, line: 65 -# File: src/www/services_captiveportal_ip.php, line: 49 -# File: src/www/services_captiveportal_ip_edit.php, line: 48 -# File: src/www/services_captiveportal_mac.php, line: 53 -# File: src/www/services_captiveportal_mac_edit.php, line: 50 -# File: src/www/services_captiveportal_vouchers.php, line: 85 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 35 -# File: src/www/services_captiveportal_zones_edit.php, line: 34 -# File: src/www/services_dhcp.php, line: 552 -# File: src/www/services_dhcp_edit.php, line: 309 -# File: src/www/services_dhcp_relay.php, line: 90 -# File: src/www/services_dhcpv6.php, line: 346 -# File: src/www/services_dhcpv6_edit.php, line: 165 -# File: src/www/services_dhcpv6_relay.php, line: 91 -# File: src/www/services_dnsmasq.php, line: 139 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 109 -# File: src/www/services_dnsmasq_edit.php, line: 156 -# File: src/www/services_dyndns.php, line: 50 -# File: src/www/services_dyndns_edit.php, line: 172 -# File: src/www/services_igmpproxy.php, line: 65 -# File: src/www/services_ntpd.php, line: 161 -# File: src/www/services_ntpd_gps.php, line: 150 -# File: src/www/services_ntpd_pps.php, line: 90 -# File: src/www/services_rfc2136.php, line: 46 -# File: src/www/services_rfc2136_edit.php, line: 113 -# File: src/www/services_router_advertisements.php, line: 157 -# File: src/www/services_snmp.php, line: 154 -# File: src/www/services_unbound.php, line: 160 -# File: src/www/services_unbound_advanced.php, line: 114 -# File: src/www/services_unbound_domainoverride_edit.php, line: 101 -# File: src/www/services_unbound_host_edit.php, line: 155 -# File: src/www/services_wol.php, line: 105 -# File: src/www/services_wol_edit.php, line: 105 -# File: src/www/status_services.php, line: 52 -# File: src/www/system_authservers.php, line: 187 -# File: src/www/vpn_pppoe_edit.php, line: 254 -msgid "Services" -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 62 -# File: src/www/diag_arp.php, line: 246 -# File: src/www/diag_authentication.php, line: 56 -# File: src/www/diag_backup.php, line: 540 -# File: src/www/diag_confbak.php, line: 125 -# File: src/www/diag_defaults.php, line: 33 -# File: src/www/diag_dns.php, line: 29 -# File: src/www/diag_dump_states.php, line: 59 -# File: src/www/diag_dump_states_sources.php, line: 53 -# File: src/www/diag_gmirror.php, line: 33 -# File: src/www/diag_halt.php, line: 35 -# File: src/www/diag_ndp.php, line: 91 -# File: src/www/diag_packet_capture.php, line: 75 -# File: src/www/diag_ping.php, line: 30 -# File: src/www/diag_resetstate.php, line: 50 -# File: src/www/diag_routes.php, line: 57 -# File: src/www/diag_smart.php, line: 32 -# File: src/www/diag_sockets.php, line: 32 -# File: src/www/diag_states_summary.php, line: 180 -# File: src/www/diag_tables.php, line: 33 -# File: src/www/diag_testport.php, line: 32 -# File: src/www/diag_traceroute.php, line: 32 -# File: src/www/reboot.php, line: 34 -msgid "Diagnostics" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 153 -# File: src/www/diag_logs_tabs.inc, line: 29 -# File: src/www/status_rrd_graph_img.php, line: 37 -# File: src/www/status_rrd_graph_settings.php, line: 39 -# File: src/www/status_rrd_graph_tabs.inc, line: 4 -# File: src/www/system_advanced_admin.php, line: 277 -# File: src/www/system_advanced_firewall.php, line: 232 -# File: src/www/system_advanced_misc.php, line: 224 -# File: src/www/system_advanced_network.php, line: 142 -# File: src/www/system_advanced_notifications.php, line: 167 -# File: src/www/system_advanced_sysctl.php, line: 118 -# File: src/www/system_authservers.php, line: 34 -# File: src/www/system_camanager.php, line: 41 -# File: src/www/system_certmanager.php, line: 44 -# File: src/www/system_crlmanager.php, line: 35 -# File: src/www/system_gateway_groups.php, line: 97 -# File: src/www/system_gateway_groups_edit.php, line: 151 -# File: src/www/system_gateways.php, line: 184 -# File: src/www/system_gateways_edit.php, line: 548 -# File: src/www/system_general.php, line: 84 -# File: src/www/system_general.php, line: 286 -# File: src/www/system_general.php, line: 311 -# File: src/www/system_groupmanager.php, line: 33 -# File: src/www/system_groupmanager_addprivs.php, line: 47 -# File: src/www/system_hasync.php, line: 87 -# File: src/www/system_routes.php, line: 201 -# File: src/www/system_routes_edit.php, line: 223 -# File: src/www/system_usermanager.php, line: 37 -# File: src/www/system_usermanager_passwordmg.php, line: 33 -# File: src/www/system_usermanager_settings.php, line: 37 -msgid "System" -msgstr "" - -# -# File: src/www/diag_ipsec_tabs.inc, line: 28 -msgid "Overview" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 107 -msgid "Assignments" -msgstr "" - -# -# File: src/www/interfaces_bridge.php, line: 79 -# File: src/www/interfaces_bridge_edit.php, line: 233 -msgid "Bridge" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 463 -# File: src/www/interfaces_bridge.php, line: 110 -# File: src/www/interfaces_gif.php, line: 67 -# File: src/www/interfaces_gif.php, line: 98 -# File: src/www/interfaces_gif_edit.php, line: 123 -# File: src/www/interfaces_gre.php, line: 99 -# File: src/www/interfaces_groups.php, line: 84 -# File: src/www/interfaces_lagg.php, line: 104 -# File: src/www/interfaces_ppps.php, line: 100 -# File: src/www/interfaces_qinq.php, line: 108 -# File: src/www/interfaces_vlan.php, line: 108 -# File: src/www/interfaces_wireless.php, line: 98 -msgid "GIF" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 462 -# File: src/www/interfaces_bridge.php, line: 109 -# File: src/www/interfaces_gif.php, line: 97 -# File: src/www/interfaces_gre.php, line: 68 -# File: src/www/interfaces_gre.php, line: 98 -# File: src/www/interfaces_gre_edit.php, line: 117 -# File: src/www/interfaces_groups.php, line: 83 -# File: src/www/interfaces_lagg.php, line: 103 -# File: src/www/interfaces_ppps.php, line: 99 -# File: src/www/interfaces_qinq.php, line: 107 -# File: src/www/interfaces_vlan.php, line: 107 -# File: src/www/interfaces_wireless.php, line: 97 -msgid "GRE" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 465 -# File: src/www/interfaces_bridge.php, line: 112 -# File: src/www/interfaces_gif.php, line: 100 -# File: src/www/interfaces_gre.php, line: 101 -# File: src/www/interfaces_groups.php, line: 86 -# File: src/www/interfaces_lagg.php, line: 73 -# File: src/www/interfaces_lagg.php, line: 106 -# File: src/www/interfaces_lagg_edit.php, line: 124 -# File: src/www/interfaces_ppps.php, line: 102 -# File: src/www/interfaces_qinq.php, line: 110 -# File: src/www/interfaces_vlan.php, line: 110 -# File: src/www/interfaces_wireless.php, line: 100 -msgid "LAGG" -msgstr "" - -# -# File: src/www/interfaces_qinq.php, line: 77 -# File: src/www/interfaces_qinq_edit.php, line: 30 -msgid "QinQ" -msgstr "" - -# -# File: src/www/interfaces_vlan.php, line: 76 -# File: src/www/interfaces_vlan_edit.php, line: 143 -msgid "VLAN" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 122 -msgid "Other Types" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 124 -# File: lang/dynamic/helpers/models.php, line: 128 -msgid "Devices" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 126 -msgid "Point-to-Point" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 67 -# File: src/www/diag_logs_wireless.php, line: 45 -# File: src/www/interfaces_assign.php, line: 458 -# File: src/www/interfaces_bridge.php, line: 105 -# File: src/www/interfaces_gif.php, line: 93 -# File: src/www/interfaces_gre.php, line: 94 -# File: src/www/interfaces_groups.php, line: 79 -# File: src/www/interfaces_lagg.php, line: 99 -# File: src/www/interfaces_ppps.php, line: 95 -# File: src/www/interfaces_qinq.php, line: 103 -# File: src/www/interfaces_vlan.php, line: 103 -# File: src/www/interfaces_wireless.php, line: 66 -# File: src/www/interfaces_wireless.php, line: 93 -# File: src/www/interfaces_wireless_edit.php, line: 139 -# File: src/www/status_rrd_graph_tabs.inc, line: 13 -# File: src/www/status_wireless.php, line: 31 -msgid "Wireless" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 29 -# File: src/www/diag_dns.php, line: 265 -msgid "DNS Lookup" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 75 -msgid "Packet Capture" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 251 -# File: src/www/diag_ping.php, line: 30 -# File: src/www/diag_ping.php, line: 86 -# File: src/www/diag_ping.php, line: 131 -msgid "Ping" -msgstr "" - -# -# File: src/www/diag_testport.php, line: 32 -# File: src/www/diag_testport.php, line: 102 -msgid "Test Port" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 252 -# File: src/www/diag_traceroute.php, line: 32 -# File: src/www/diag_traceroute.php, line: 94 -# File: src/www/diag_traceroute.php, line: 147 -msgid "Traceroute" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 128 -# File: lang/dynamic/helpers/models.php, line: 166 -msgid "Details" -msgstr "" - -# -# File: src/www/status_graph.php, line: 95 -msgid "Traffic Graph" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 145 -# File: src/www/diag_logs_filter_summary.php, line: 43 -# File: src/www/interfaces.php, line: 1345 -# File: src/www/interfaces_assign.php, line: 31 -# File: src/www/interfaces_bridge.php, line: 79 -# File: src/www/interfaces_bridge_edit.php, line: 233 -# File: src/www/interfaces_gif.php, line: 67 -# File: src/www/interfaces_gif_edit.php, line: 123 -# File: src/www/interfaces_gre.php, line: 68 -# File: src/www/interfaces_gre_edit.php, line: 117 -# File: src/www/interfaces_groups.php, line: 53 -# File: src/www/interfaces_groups_edit.php, line: 33 -# File: src/www/interfaces_lagg.php, line: 73 -# File: src/www/interfaces_lagg_edit.php, line: 124 -# File: src/www/interfaces_ppps_edit.php, line: 379 -# File: src/www/interfaces_qinq.php, line: 77 -# File: src/www/interfaces_qinq_edit.php, line: 30 -# File: src/www/interfaces_vlan.php, line: 76 -# File: src/www/interfaces_vlan_edit.php, line: 143 -# File: src/www/interfaces_wireless.php, line: 66 -# File: src/www/interfaces_wireless_edit.php, line: 139 -# File: src/www/services_captiveportal.php, line: 515 -# File: src/www/services_captiveportal_zones.php, line: 94 -# File: src/www/services_dnsmasq.php, line: 275 -# File: src/www/status_interfaces.php, line: 44 -msgid "Interfaces" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 140 -msgid "NoneEdit" -msgstr "" - -# -# File: src/etc/inc/ipsec.inc, line: 267 -# File: src/www/diag_system_pftop.php, line: 141 -# File: src/www/firewall_nat_edit.php, line: 822 -# File: src/www/firewall_nat_edit.php, line: 853 -# File: src/www/interfaces.php, line: 1350 -# File: src/www/interfaces.php, line: 1351 -# File: src/www/interfaces.php, line: 1757 -# File: src/www/interfaces.php, line: 1866 -# File: src/www/interfaces_bridge_edit.php, line: 457 -# File: src/www/system_advanced_misc.php, line: 443 -# File: src/www/vpn_ipsec_phase2.php, line: 650 -msgid "None" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 144 -msgid "IPs" -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 177 -msgid "Ports" -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 178 -msgid "URLs" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 97 -msgid "Import" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 138 -# File: src/www/firewall_aliases.php, line: 146 -# File: src/www/firewall_aliases_edit.php, line: 37 -# File: src/www/firewall_aliases_import.php, line: 37 -# File: src/www/firewall_aliases_import.php, line: 59 -# File: src/www/services_dnsmasq_edit.php, line: 230 -# File: src/www/services_unbound_host_edit.php, line: 232 -msgid "Aliases" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 92 -msgid "RulesEdit" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 375 -msgid "Floating" -msgstr "" - -# -# File: src/www/diag_arp.php, line: 337 -# File: src/www/diag_logs_filter.php, line: 200 -# File: src/www/diag_ndp.php, line: 154 -# File: src/www/diag_packet_capture.php, line: 237 -# File: src/www/firewall_nat_1to1.php, line: 181 -# File: src/www/firewall_nat_1to1_edit.php, line: 101 -# File: src/www/firewall_nat_1to1_edit.php, line: 309 -# File: src/www/firewall_nat_edit.php, line: 181 -# File: src/www/firewall_nat_edit.php, line: 184 -# File: src/www/firewall_nat_edit.php, line: 485 -# File: src/www/firewall_nat_npt.php, line: 107 -# File: src/www/firewall_nat_npt_edit.php, line: 93 -# File: src/www/firewall_nat_npt_edit.php, line: 170 -# File: src/www/firewall_nat_out.php, line: 305 -# File: src/www/firewall_nat_out.php, line: 492 -# File: src/www/firewall_nat_out_edit.php, line: 134 -# File: src/www/firewall_nat_out_edit.php, line: 465 -# File: src/www/firewall_rules_edit.php, line: 817 -# File: src/www/firewall_virtual_ip.php, line: 226 -# File: src/www/firewall_virtual_ip_edit.php, line: 358 -# File: src/www/interfaces_assign.php, line: 479 -# File: src/www/interfaces_bridge.php, line: 126 -# File: src/www/interfaces_gif.php, line: 114 -# File: src/www/interfaces_gre.php, line: 115 -# File: src/www/interfaces_groups_edit.php, line: 276 -# File: src/www/interfaces_lagg.php, line: 121 -# File: src/www/interfaces_ppps.php, line: 116 -# File: src/www/interfaces_qinq.php, line: 125 -# File: src/www/interfaces_vlan.php, line: 123 -# File: src/www/interfaces_wireless.php, line: 114 -# File: src/www/services_captiveportal.php, line: 198 -# File: src/www/services_dhcp_relay.php, line: 61 -# File: src/www/services_dhcpv6_relay.php, line: 62 -# File: src/www/services_dyndns.php, line: 89 -# File: src/www/services_igmpproxy_edit.php, line: 161 -# File: src/www/services_wol.php, line: 136 -# File: src/www/services_wol.php, line: 171 -# File: src/www/services_wol_edit.php, line: 75 -# File: src/www/services_wol_edit.php, line: 136 -# File: src/www/status_graph.php, line: 205 -# File: src/www/system_gateways.php, line: 232 -# File: src/www/system_gateways_edit.php, line: 110 -# File: src/www/system_gateways_edit.php, line: 699 -# File: src/www/system_routes.php, line: 250 -# File: src/www/vpn_ipsec_phase1.php, line: 656 -# File: src/www/vpn_l2tp.php, line: 328 -# File: src/www/vpn_openvpn_client.php, line: 586 -# File: src/www/vpn_openvpn_server.php, line: 941 -# File: src/www/vpn_pppoe.php, line: 121 -# File: src/www/vpn_pppoe_edit.php, line: 415 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 45 -msgid "Interface" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 129 -# File: src/www/firewall_rules.php, line: 35 -# File: src/www/firewall_rules_edit.php, line: 709 -msgid "Rules" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 83 -msgid "NatEdit" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 148 -# File: src/www/firewall_nat.php, line: 201 -# File: src/www/firewall_nat_1to1.php, line: 163 -# File: src/www/firewall_nat_edit.php, line: 435 -# File: src/www/firewall_nat_npt.php, line: 91 -# File: src/www/firewall_nat_out.php, line: 224 -msgid "Port Forward" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 86 -msgid "OneOnOneEdit" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 202 -# File: src/www/firewall_nat_1to1.php, line: 132 -# File: src/www/firewall_nat_1to1.php, line: 164 -# File: src/www/firewall_nat_1to1_edit.php, line: 211 -# File: src/www/firewall_nat_npt.php, line: 92 -# File: src/www/firewall_nat_out.php, line: 225 -msgid "1:1" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 88 -msgid "OutboundEdit" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 203 -# File: src/www/firewall_nat_1to1.php, line: 165 -# File: src/www/firewall_nat_npt.php, line: 93 -# File: src/www/firewall_nat_out.php, line: 198 -# File: src/www/firewall_nat_out.php, line: 226 -# File: src/www/firewall_nat_out_edit.php, line: 325 -msgid "Outbound" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 106 -msgid "NPTEdit" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 107 -msgid "NPT (IPv6)" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 147 -# File: src/www/firewall_nat.php, line: 148 -# File: src/www/firewall_nat_1to1.php, line: 132 -# File: src/www/firewall_nat_1to1_edit.php, line: 211 -# File: src/www/firewall_nat_edit.php, line: 435 -# File: src/www/firewall_nat_npt.php, line: 64 -# File: src/www/firewall_nat_npt_edit.php, line: 133 -# File: src/www/firewall_nat_out.php, line: 198 -# File: src/www/firewall_nat_out_edit.php, line: 325 -# File: src/www/firewall_virtual_ip.php, line: 278 -msgid "NAT" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 165 -msgid "TrafficShaper" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 99 -msgid "VirtualIPEdit" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 209 -msgid "Virtual IPs" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 96 -msgid "SchedulesEdit" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 36 -# File: src/www/firewall_schedule_edit.php, line: 47 -# File: src/www/system_advanced_misc.php, line: 500 -msgid "Schedules" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 138 -msgid "Filter Reload" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 186 -msgid "pfInfo" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 187 -msgid "pfTop" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 167 -# File: src/www/diag_tables.php, line: 76 -msgid "pfTables" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 232 -msgid "SocketsDetails" -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 32 -msgid "Sockets" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 170 -msgid "States Dump" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 171 -msgid "States Reset" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 194 -msgid "States Summary" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 136 -# File: src/www/diag_dump_states_sources.php, line: 130 -# File: src/www/diag_logs.php, line: 102 -# File: src/www/diag_logs_filter.php, line: 177 -# File: src/www/diag_logs_filter.php, line: 243 -# File: src/www/diag_logs_gateways.php, line: 103 -# File: src/www/diag_logs_resolver.php, line: 102 -msgid "Filter" -msgstr "" - -# -# File: src/www/diag_dump_states_sources.php, line: 100 -msgid "Source Tracking" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 56 -msgid "Normal View" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 57 -msgid "Dynamic View" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 58 -msgid "Summary View" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 142 -# File: src/www/diag_logs_filter_plain.php, line: 52 -msgid "Plain View" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 71 -# File: lang/dynamic/helpers/models.php, line: 80 -# File: lang/dynamic/helpers/models.php, line: 143 -# File: lang/dynamic/helpers/models.php, line: 272 -# File: src/www/diag_logs.php, line: 51 -# File: src/www/diag_logs_filter.php, line: 593 -# File: src/www/diag_logs_filter_dynamic.php, line: 50 -# File: src/www/diag_logs_filter_plain.php, line: 52 -# File: src/www/diag_logs_filter_summary.php, line: 30 -# File: src/www/diag_logs_gateways.php, line: 53 -# File: src/www/diag_logs_resolver.php, line: 53 -# File: src/www/diag_logs_routing.php, line: 50 -# File: src/www/diag_logs_settings.php, line: 215 -# File: src/www/diag_logs_wireless.php, line: 52 -msgid "Log Files" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 108 -# File: src/www/diag_logs_tabs.inc, line: 30 -# File: src/www/firewall_aliases.php, line: 146 -# File: src/www/firewall_aliases_edit.php, line: 37 -# File: src/www/firewall_aliases_import.php, line: 37 -# File: src/www/firewall_nat.php, line: 148 -# File: src/www/firewall_nat_1to1.php, line: 132 -# File: src/www/firewall_nat_1to1_edit.php, line: 211 -# File: src/www/firewall_nat_edit.php, line: 435 -# File: src/www/firewall_nat_npt.php, line: 64 -# File: src/www/firewall_nat_npt_edit.php, line: 133 -# File: src/www/firewall_nat_out.php, line: 198 -# File: src/www/firewall_nat_out_edit.php, line: 325 -# File: src/www/firewall_rules.php, line: 35 -# File: src/www/firewall_rules_edit.php, line: 709 -# File: src/www/firewall_schedule.php, line: 36 -# File: src/www/firewall_schedule_edit.php, line: 47 -# File: src/www/firewall_virtual_ip.php, line: 177 -# File: src/www/firewall_virtual_ip_edit.php, line: 233 -# File: src/www/services_igmpproxy_edit.php, line: 31 -msgid "Firewall" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 189 -msgid "Tab" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 154 -# File: src/www/diag_dns.php, line: 231 -# File: src/www/diag_logs_settings.php, line: 397 -# File: src/www/diag_logs_settings.php, line: 401 -# File: src/www/diag_logs_settings.php, line: 405 -# File: src/www/services_rfc2136.php, line: 83 -# File: src/www/services_rfc2136_edit.php, line: 199 -# File: src/www/status_ntpd.php, line: 175 -# File: src/www/vpn_ipsec_mobile.php, line: 602 -# File: src/www/vpn_ipsec_mobile.php, line: 608 -# File: src/www/vpn_ipsec_mobile.php, line: 614 -# File: src/www/vpn_ipsec_mobile.php, line: 620 -# File: src/www/vpn_ipsec_mobile.php, line: 644 -# File: src/www/vpn_ipsec_mobile.php, line: 650 -# File: src/www/vpn_openvpn_client.php, line: 487 -# File: src/www/vpn_openvpn_client.php, line: 1219 -# File: src/www/vpn_openvpn_csc.php, line: 353 -# File: src/www/vpn_openvpn_csc.php, line: 583 -# File: src/www/vpn_openvpn_csc.php, line: 591 -# File: src/www/vpn_openvpn_csc.php, line: 599 -# File: src/www/vpn_openvpn_csc.php, line: 607 -# File: src/www/vpn_openvpn_csc.php, line: 635 -# File: src/www/vpn_openvpn_csc.php, line: 643 -# File: src/www/vpn_openvpn_csc.php, line: 734 -# File: src/www/vpn_openvpn_csc.php, line: 742 -# File: src/www/vpn_openvpn_export.php, line: 629 -# File: src/www/vpn_openvpn_export_shared.php, line: 305 -# File: src/www/vpn_openvpn_server.php, line: 533 -# File: src/www/vpn_openvpn_server.php, line: 816 -# File: src/www/vpn_openvpn_server.php, line: 1699 -# File: src/www/vpn_openvpn_server.php, line: 1707 -# File: src/www/vpn_openvpn_server.php, line: 1715 -# File: src/www/vpn_openvpn_server.php, line: 1723 -# File: src/www/vpn_openvpn_server.php, line: 1771 -# File: src/www/vpn_openvpn_server.php, line: 1779 -# File: src/www/vpn_openvpn_server.php, line: 1871 -# File: src/www/vpn_openvpn_server.php, line: 1879 -msgid "Server" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 192 -# File: lang/dynamic/helpers/models.php, line: 199 -msgid "Relay" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 194 -# File: lang/dynamic/helpers/models.php, line: 201 -msgid "Leases" -msgstr "" - -# -# File: src/www/diag_logs_dhcp.php, line: 46 -# File: src/www/diag_logs_tabs.inc, line: 31 -# File: src/www/interfaces.php, line: 1350 -# File: src/www/services_dhcp_edit.php, line: 309 -msgid "DHCP" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 197 -msgid "RA" -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 165 -msgid "DHCPv6" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 442 -msgid "Hosts" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 204 -# File: lang/dynamic/helpers/models.php, line: 207 -msgid "Domains" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 56 -# File: src/www/diag_backup.php, line: 141 -msgid "DNS Forwarder" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 210 -# File: src/www/services_unbound_overrides.php, line: 92 -msgid "Overrides" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 538 -# File: src/www/firewall_rules_edit.php, line: 1007 -# File: src/www/firewall_rules_edit.php, line: 1192 -# File: src/www/firewall_rules_edit.php, line: 1214 -# File: src/www/firewall_rules_edit.php, line: 1230 -# File: src/www/firewall_rules_edit.php, line: 1270 -# File: src/www/firewall_rules_edit.php, line: 1310 -# File: src/www/firewall_rules_edit.php, line: 1340 -# File: src/www/firewall_rules_edit.php, line: 1363 -# File: src/www/firewall_rules_edit.php, line: 1390 -# File: src/www/interfaces.php, line: 1690 -# File: src/www/interfaces.php, line: 2800 -# File: src/www/pkg_edit.php, line: 1142 -# File: src/www/services_dhcp.php, line: 971 -# File: src/www/services_dhcp.php, line: 993 -# File: src/www/services_dhcp.php, line: 1007 -# File: src/www/services_dhcp.php, line: 1019 -# File: src/www/services_dhcp.php, line: 1031 -# File: src/www/services_dhcp.php, line: 1043 -# File: src/www/services_dhcp.php, line: 1070 -# File: src/www/services_dhcp_edit.php, line: 485 -# File: src/www/services_dhcp_edit.php, line: 508 -# File: src/www/services_dhcp_edit.php, line: 520 -# File: src/www/services_dhcpv6.php, line: 673 -# File: src/www/services_dhcpv6.php, line: 696 -# File: src/www/services_dhcpv6.php, line: 709 -# File: src/www/services_dhcpv6.php, line: 722 -# File: src/www/services_dhcpv6.php, line: 734 -# File: src/www/services_dhcpv6.php, line: 749 -# File: src/www/services_dnsmasq.php, line: 310 -# File: src/www/services_dnsmasq.php, line: 313 -# File: src/www/services_dnsmasq.php, line: 316 -# File: src/www/services_ntpd.php, line: 333 -# File: src/www/services_ntpd.php, line: 353 -# File: src/www/services_ntpd.php, line: 382 -# File: src/www/services_ntpd_gps.php, line: 555 -# File: src/www/services_unbound.php, line: 330 -# File: src/www/services_unbound.php, line: 333 -# File: src/www/services_unbound.php, line: 336 -# File: src/www/services_unbound_advanced.php, line: 114 -# File: src/www/system_gateways_edit.php, line: 802 -# File: src/www/vpn_openvpn_client.php, line: 1151 -# File: src/www/vpn_openvpn_csc.php, line: 751 -# File: src/www/vpn_openvpn_server.php, line: 1922 -msgid "Advanced" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 202 -# File: src/www/services_unbound_acls.php, line: 187 -# File: src/www/services_unbound_advanced.php, line: 142 -msgid "Access Lists" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 160 -# File: src/www/services_unbound_advanced.php, line: 114 -# File: src/www/services_unbound_domainoverride_edit.php, line: 101 -# File: src/www/services_unbound_host_edit.php, line: 155 -msgid "DNS Resolver" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 214 -msgid "DynDNS" -msgstr "" - -# -# File: src/www/services_dyndns.php, line: 75 -# File: src/www/services_rfc2136.php, line: 68 -msgid "RFC 2136" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 219 -msgid "DNS Tools" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 127 -msgid "IGMPProxyEdit" -msgstr "" - -# -# File: src/www/services_igmpproxy.php, line: 65 -# File: src/www/services_igmpproxy_edit.php, line: 31 -msgid "IGMP Proxy" -msgstr "" - -# -# File: src/www/load_balancer_monitor.php, line: 106 -# File: src/www/load_balancer_pool.php, line: 117 -# File: src/www/load_balancer_relay_action.php, line: 119 -# File: src/www/load_balancer_relay_protocol.php, line: 113 -# File: src/www/load_balancer_setting.php, line: 111 -# File: src/www/load_balancer_virtual_server.php, line: 116 -msgid "Monitors" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 199 -# File: src/www/load_balancer_pool.php, line: 87 -msgid "Pool Setup" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 200 -# File: src/www/status_lb_pool.php, line: 56 -msgid "Pool Status" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 204 -# File: src/www/load_balancer_virtual_server.php, line: 125 -msgid "Virtual Server Setup" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 205 -# File: src/www/status_lb_vs.php, line: 44 -msgid "Virtual Server Status" -msgstr "" - -# -# File: src/www/diag_logs_relayd.php, line: 44 -# File: src/www/diag_logs_tabs.inc, line: 36 -# File: src/www/load_balancer_monitor.php, line: 76 -# File: src/www/load_balancer_monitor_edit.php, line: 182 -# File: src/www/load_balancer_pool.php, line: 85 -# File: src/www/load_balancer_pool_edit.php, line: 157 -# File: src/www/load_balancer_relay_action.php, line: 92 -# File: src/www/load_balancer_relay_action_edit.php, line: 170 -# File: src/www/load_balancer_relay_protocol.php, line: 88 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 127 -# File: src/www/load_balancer_setting.php, line: 84 -# File: src/www/load_balancer_virtual_server.php, line: 85 -# File: src/www/load_balancer_virtual_server_edit.php, line: 132 -# File: src/www/status_lb_pool.php, line: 55 -# File: src/www/status_lb_vs.php, line: 43 -msgid "Load Balancer" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 385 -msgid "GPS" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 223 -# File: src/www/services_ntpd_gps.php, line: 363 -# File: src/www/services_ntpd_pps.php, line: 111 -msgid "PPS" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 238 -# File: src/www/services_ntpd.php, line: 161 -# File: src/www/services_ntpd_gps.php, line: 134 -# File: src/www/services_ntpd_pps.php, line: 92 -# File: src/www/status_ntpd.php, line: 147 -msgid "Network Time" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 665 -# File: src/www/firewall_virtual_ip.php, line: 227 -# File: src/www/firewall_virtual_ip_edit.php, line: 87 -# File: src/www/firewall_virtual_ip_edit.php, line: 345 -# File: src/www/load_balancer_monitor.php, line: 123 -# File: src/www/load_balancer_monitor_edit.php, line: 77 -# File: src/www/load_balancer_monitor_edit.php, line: 249 -# File: src/www/load_balancer_relay_action.php, line: 138 -# File: src/www/load_balancer_relay_action_edit.php, line: 464 -# File: src/www/load_balancer_relay_protocol.php, line: 132 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 69 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 203 -# File: src/www/services_captiveportal.php, line: 868 -# File: src/www/services_dhcp.php, line: 1084 -# File: src/www/services_igmpproxy.php, line: 97 -# File: src/www/services_igmpproxy_edit.php, line: 185 -# File: src/www/status_ntpd.php, line: 178 -# File: src/www/system_authservers.php, line: 162 -# File: src/www/system_authservers.php, line: 185 -# File: src/www/system_authservers.php, line: 499 -# File: src/www/system_authservers.php, line: 890 -# File: src/www/system_certmanager.php, line: 848 -# File: src/www/vpn_ipsec_phase2.php, line: 576 -# File: src/www/vpn_ipsec_phase2.php, line: 625 -# File: src/www/vpn_ipsec_phase2.php, line: 685 -msgid "Type" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 254 -msgid "PPPoE Server" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 216 -msgid "More" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 248 -msgid "Proxy" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 154 -msgid "SNMP" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 115 -# File: lang/dynamic/helpers/models.php, line: 173 -# File: src/www/status_upnp.php, line: 44 -msgid "Universal Plug and Play" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 145 -msgid "WoLEdit" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 159 -# File: src/www/services_wol.php, line: 105 -# File: src/www/services_wol.php, line: 126 -# File: src/www/services_wol_edit.php, line: 105 -msgid "Wake on LAN" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 229 -msgid "Phase1" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 230 -msgid "Phase2" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 983 -# File: src/www/vpn_openvpn_csc.php, line: 433 -# File: src/www/vpn_openvpn_server.php, line: 1308 -msgid "Tunnel Settings" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 232 -# File: src/www/vpn_ipsec_mobile.php, line: 197 -msgid "Mobile Clients" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 586 -# File: src/www/vpn_ipsec_phase2.php, line: 525 -# File: src/www/vpn_ipsec_tabs.inc, line: 5 -msgid "Pre-Shared Keys" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 587 -# File: src/www/vpn_ipsec_phase2.php, line: 526 -# File: src/www/vpn_ipsec_tabs.inc, line: 6 -msgid "Advanced Settings" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 298 -# File: src/www/diag_logs_filter_dynamic.php, line: 111 -# File: src/www/widgets/widgets/log.widget.php, line: 220 -msgid "Act" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 221 -# File: lang/dynamic/helpers/models.php, line: 237 -# File: src/www/diag_ipsec.php, line: 64 -msgid "Status Overview" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 238 -# File: src/www/diag_ipsec_leases.php, line: 35 -msgid "Lease Status" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 239 -# File: src/www/diag_ipsec_sad.php, line: 36 -msgid "Security Association Database" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 240 -# File: src/www/diag_ipsec_spd.php, line: 36 -msgid "Security Policy Database" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 34 -# File: src/www/diag_ipsec_leases.php, line: 32 -# File: src/www/diag_ipsec_sad.php, line: 33 -# File: src/www/diag_ipsec_spd.php, line: 33 -# File: src/www/diag_logs_tabs.inc, line: 33 -# File: src/www/vpn_ipsec.php, line: 231 -# File: src/www/vpn_ipsec_mobile.php, line: 270 -# File: src/www/vpn_ipsec_phase1.php, line: 433 -# File: src/www/vpn_ipsec_phase1.php, line: 435 -# File: src/www/vpn_ipsec_phase2.php, line: 336 -# File: src/www/vpn_ipsec_phase2.php, line: 338 -# File: src/www/vpn_ipsec_settings.php, line: 112 -msgid "IPsec" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1350 -# File: src/www/status_interfaces.php, line: 148 -# File: src/www/vpn_l2tp.php, line: 29 -# File: src/www/vpn_l2tp_users.php, line: 29 -# File: src/www/vpn_l2tp_users_edit.php, line: 29 -msgid "L2TP" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 256 -msgid "Server Settings" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 518 -# File: src/www/vpn_openvpn_server.php, line: 1591 -msgid "Client Settings" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 489 -# File: src/www/vpn_openvpn_csc.php, line: 355 -# File: src/www/vpn_openvpn_export.php, line: 631 -# File: src/www/vpn_openvpn_export_shared.php, line: 307 -# File: src/www/vpn_openvpn_server.php, line: 818 -msgid "Client Specific Overrides" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 491 -# File: src/www/vpn_openvpn_csc.php, line: 357 -# File: src/www/vpn_openvpn_export.php, line: 633 -# File: src/www/vpn_openvpn_export_shared.php, line: 309 -# File: src/www/vpn_openvpn_server.php, line: 820 -msgid "Client Export" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 492 -# File: src/www/vpn_openvpn_csc.php, line: 358 -# File: src/www/vpn_openvpn_export.php, line: 634 -# File: src/www/vpn_openvpn_export_shared.php, line: 310 -# File: src/www/vpn_openvpn_server.php, line: 821 -msgid "Shared Key Export" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 257 -# File: src/www/status_openvpn.php, line: 70 -msgid "Connection Status" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 165 -# File: src/etc/inc/system.inc, line: 1723 -# File: src/www/diag_backup.php, line: 148 -# File: src/www/diag_logs_openvpn.php, line: 31 -# File: src/www/diag_logs_tabs.inc, line: 37 -# File: src/www/diag_packet_capture.php, line: 97 -# File: src/www/status_graph.php, line: 50 -# File: src/www/status_openvpn.php, line: 32 -# File: src/www/vpn_openvpn_client.php, line: 33 -# File: src/www/vpn_openvpn_csc.php, line: 32 -# File: src/www/vpn_openvpn_server.php, line: 533 -msgid "OpenVPN" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1350 -# File: src/www/status_interfaces.php, line: 135 -msgid "PPTP" -msgstr "" - -# -# File: src/www/diag_logs_tabs.inc, line: 35 -# File: src/www/diag_logs_vpn.php, line: 30 -# File: src/www/vpn_ipsec.php, line: 231 -# File: src/www/vpn_ipsec_mobile.php, line: 270 -# File: src/www/vpn_ipsec_phase1.php, line: 433 -# File: src/www/vpn_ipsec_phase1.php, line: 435 -# File: src/www/vpn_ipsec_phase2.php, line: 336 -# File: src/www/vpn_ipsec_phase2.php, line: 338 -# File: src/www/vpn_ipsec_settings.php, line: 112 -# File: src/www/vpn_l2tp.php, line: 29 -# File: src/www/vpn_l2tp_users.php, line: 29 -# File: src/www/vpn_l2tp_users_edit.php, line: 29 -# File: src/www/vpn_pppoe.php, line: 83 -# File: src/www/vpn_pptp.php, line: 198 -# File: src/www/vpn_pptp_users.php, line: 63 -# File: src/www/vpn_pptp_users_edit.php, line: 137 -msgid "VPN" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 200 -msgid "About this Page" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 201 -msgid "Developers Wiki" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 202 -msgid "Documentation" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 203 -msgid "FreeBSD Handbook" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 204 -msgid "Paid Support" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 262 -msgid "User Forum" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 206 -msgid "Help" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 207 -msgid "menu" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 215 -# File: lang/dynamic/helpers/models.php, line: 282 -msgid "Administration" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 283 -msgid "Sessions" -msgstr "" - -# -# File: src/www/services_captiveportal.php, line: 495 -# File: src/www/services_captiveportal.php, line: 645 -# File: src/www/services_captiveportal_filemanager.php, line: 158 -# File: src/www/services_captiveportal_ip.php, line: 94 -# File: src/www/services_captiveportal_mac.php, line: 157 -# File: src/www/services_captiveportal_vouchers.php, line: 85 -# File: src/www/services_captiveportal_vouchers.php, line: 372 -# File: src/www/status_captiveportal_vouchers.php, line: 50 -msgid "Vouchers" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 78 -# File: src/www/diag_backup.php, line: 139 -# File: src/www/status_rrd_graph_settings.php, line: 43 -msgid "Captive Portal" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 289 -msgid "Maximum number of zones reached" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 290 -msgid "Idle timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 291 -msgid "Hard timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 292 -msgid "Please select a valid certificate from the list" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 293 -msgid "Please enter a valid servername, ip address or leave this option blank" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 294 -msgid "Please enter valid addresses" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 295 -msgid "Please enter valid mac addresses" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 296 -msgid "Related template not found" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 232 -# File: lang/dynamic/helpers/models.php, line: 236 -msgid "Description should be a string between 1 and 255 characters" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 298 -msgid "Fileid should be an internally generated unique number" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 299 -msgid "Template name should be a string between 1 and 255 characters" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 300 -msgid "File content should be in (base64 encoded) zip format" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 241 -msgid "Origin should be regular text of max 30 characters" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 242 -msgid "" -"Value needs to be between 0 and 59, multiple values, ranges and * are " -"supported (ex. 1,10,20,30 or 1-30 )" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 243 -msgid "" -"Value needs to be between 0 and 23, multiple values, ranges and * are " -"supported (ex. 1,2,8 or 0-8 )" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 244 -msgid "" -"Value needs to be between 1 and 31, multiple values, ranges, L (last day of " -"month) and * are supported (ex. 1,2,8 or 1-28 )" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 245 -msgid "" -"Value needs to be between 1 and 12 or JAN to DEC, multiple values, ranges " -"and * are supported (ex. JAN,2,10 or 3-8 )" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 246 -msgid "" -"Value needs to be between 0 and 6 ( Sunday to Saturday), multiple values, " -"ranges and * are supported (ex. 1,2,4 or 0-4 ) " -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 247 -msgid "Select a command from the list." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 248 -msgid "" -"Enter valid parameter(s) for the chosen command (Found illegal characters)." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 249 -msgid "Enter a description." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 117 -# File: src/etc/inc/service-utils.inc, line: 183 -msgid "Intrusion Detection" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 210 -msgid "sid should be a number" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 211 -msgid "Related cron not found" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 113 -msgid "Proxy Server" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 212 -msgid "ICP port needs to be an integer value between 1 and 65535" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 342 -msgid "Specify a positive memory cache size. (number of MB's)" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 213 -msgid "Specify a positive cache size. (number of MB's)" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 214 -msgid "Specify a positive number of first-level subdirectories." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 215 -msgid "Specify a positive number of second-level subdirectories." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 276 -msgid "Specify the maximum download size. (number of KBs)" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 277 -msgid "Specify the maximum upload size. (number of KBs)" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 218 -msgid "Specify the overall bandwidth for downloads in kilobits per second." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 219 -msgid "Specify the per host bandwidth for downloads in kilobits per second." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 220 -msgid "Proxy port needs to be an integer value between 1 and 65535" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 221 -msgid "FTP Proxy port needs to be an integer value between 1 and 65535" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 222 -msgid "" -"The filename may only contain letters,digits and one dot (not required)." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 223 -msgid "This does not look like a valid url." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 224 -msgid "Credentials TTL needs to be an integer value above 0" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 225 -msgid "Number of children needs to be an integer value above 0" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 296 -msgid "Health" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 92 -msgid "Activity Monitor" -msgstr "" - -# -# File: src/www/diag_arp.php, line: 246 -msgid "ARP Table" -msgstr "" - -# -# File: src/www/diag_ndp.php, line: 91 -msgid "NDP Table" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 157 -msgid "Traffic Shaper" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 226 -msgid "Pipe number must be between 1...65535" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 227 -msgid "Bandwidth out of range" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 228 -msgid "Bandwidth metric should be one of bit,Kbit,Mbit" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 229 -msgid "The burst value is an integer and represent a number of bytes." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 230 -msgid "queue size should be between 2...100" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 231 -# File: lang/dynamic/helpers/models.php, line: 237 -# File: lang/dynamic/helpers/models.php, line: 240 -msgid "origin should be regular text of max 30 characters" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 233 -msgid "Queue number must be between 1...65535" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 234 -msgid "Related pipe not found" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 235 -msgid "Weight must be between 1...100" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 238 -msgid "provide a valid sequence for sorting" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 239 -msgid "Related pipe or queue not found" -msgstr "" - -# -# File: src/etc/inc/auth.inc, line: 108 -msgid "" -"Potential DNS Rebind attack detected, see http://en.wikipedia.org/wiki/" -"DNS_rebinding
Try accessing the router by IP address instead of by " -"hostname." -msgstr "" -"Potencial ataque Rebind DNS detectado, consulte https://es.wikipedia.org/" -"wiki/DNS_rebinding
Intente acceder al router por dirección IP en lugar " -"del nombre de host." - -# -# File: src/etc/inc/auth.inc, line: 123 -msgid "Redirecting to the dashboard..." -msgstr "Redireccionando al tablero..." - -# -# File: src/etc/inc/auth.inc, line: 123 -msgid "Redirecting..." -msgstr "Redireccionando..." - -# -# File: src/etc/inc/auth.inc, line: 394 -#, php-format -msgid "" -"There is something wrong in your config because user %s password is missing!" -msgstr "" -"Hay algo mal en tu configuración porque la contraseña de usuario %s no se " -"encuentra!" - -# -# File: src/etc/inc/auth.inc, line: 676 -#, php-format -msgid "LDAP: Could not lookup CA by reference for host %s." -msgstr "" - -# -# File: src/etc/inc/auth.inc, line: 1225 -# File: src/etc/inc/auth.inc, line: 1240 -msgid "Local Database" -msgstr "" - -# -# File: src/etc/inc/auth.inc, line: 1333 -#, php-format -msgid "Successful login for user '%1$s' from: %2$s" -msgstr "" - -# -# File: src/etc/inc/auth.inc, line: 1343 -msgid "Wrong username or password." -msgstr "" - -# -# File: src/etc/inc/auth.inc, line: 1384 -#, php-format -msgid "Session timed out for user '%1$s' from: %2$s" -msgstr "" - -# -# File: src/etc/inc/auth.inc, line: 1386 -#, php-format -msgid "User logged out for user '%1$s' from: %2$s" -msgstr "" - -# -# File: src/etc/inc/authgui.inc, line: 66 -msgid "No page assigned to this user! Click here to logout." -msgstr "" - -# -# File: src/etc/inc/authgui.inc, line: 226 -# File: src/etc/inc/authgui.inc, line: 274 -msgid "Login" -msgstr "" - -# -# File: src/etc/inc/authgui.inc, line: 240 -msgid "" -"You are accessing this router by an IP address not configured locally, which " -"may be forwarded by NAT or other means.

If you did not setup " -"this forwarding, you may be the target of a man-in-the-middle attack." -msgstr "" - -# -# File: src/etc/inc/authgui.inc, line: 263 -msgid "Username:" -msgstr "" - -# -# File: src/etc/inc/authgui.inc, line: 268 -# File: src/www/diag_backup.php, line: 652 -# File: src/www/system_authservers.php, line: 720 -msgid "Password:" -msgstr "" - -# -# File: src/etc/inc/authgui.inc, line: 282 -msgid "Your browser must support cookies to login." -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 42 -msgid "Press any key to start the manual interface assignment: " -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 58 -# File: src/etc/inc/config.console.inc, line: 461 -msgid "No interfaces found!" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 156 -msgid "VLAN interfaces:" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 175 -msgid "Enter the WAN interface name or 'a' for auto-detection:" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 126 -#, php-format -msgid "Invalid interface name '%s'" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 190 -#, php-format -msgid "" -"%sEnter the LAN interface name or 'a' for auto-detection %sNOTE: this " -"enables full Firewalling/NAT mode.%s(or nothing if finished):%s" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 183 -# File: src/etc/inc/config.console.inc, line: 207 -# File: src/etc/inc/config.console.inc, line: 239 -# File: src/etc/inc/config.console.inc, line: 484 -#, php-format -msgid "%sInvalid interface name '%s'%s" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 224 -#, php-format -msgid "%sOptional interface %s description found: %s" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 226 -#, php-format -msgid "" -"%sEnter the Optional %s interface name or 'a' for auto-detection%s(or " -"nothing if finished):%s" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 267 -msgid "The interfaces will be assigned as follows:" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 388 -#, php-format -msgid "%sWriting configuration..." -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 390 -#, php-format -msgid "done.%s" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 444 -#, php-format -msgid "Detected link-up: %s%s" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 425 -#, php-format -msgid "No link-up detected.%s" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 459 -msgid "VLAN Capable interfaces:" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 474 -msgid "No VLAN capable interfaces detected." -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 478 -msgid "" -"Enter the parent interface name for the new VLAN (or nothing if finished):" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 491 -msgid "Enter the VLAN tag (1-4094):" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 495 -#, php-format -msgid "%sInvalid VLAN tag '%s'%s" -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 70 -msgid "No valid config.xml found, attempting last known config restore." -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 74 -msgid "No valid config.xml found, attempting to restore factory config." -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 97 -# File: src/etc/inc/config.lib.inc, line: 98 -msgid "Updated bogon update frequency to 3am" -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 143 -#, php-format -msgid "Upgraded config version level from %s to %s" -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 157 -msgid "WARNING: User" -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 157 -msgid "may not write config (user-config-readonly set)" -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 169 -msgid "WARNING: Corrupt config!" -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 180 -msgid "WARNING: Config contents could not be saved. Could not open file!" -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 235 -msgid "Reverted to" -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 333 -#, php-format -msgid "%s made unknown change" -msgstr "" - -# -# File: src/etc/inc/crypt.inc, line: 47 -msgid "Failed to encrypt/decrypt data!" -msgstr "" - -# -# File: src/etc/inc/dyndns.class, line: 1197 -#, php-format -msgid "Dynamic DNS updated IP Address on %s (%s) to %s" -msgstr "" - -# -# File: src/etc/inc/dyndns.class, line: 1204 -#, php-format -msgid "Dynamic DNS updated IPv6 Address on %s (%s) to %s" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 169 -msgid "Initializing" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 177 -msgid "Configuring firewall" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 182 -msgid "Creating aliases" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 187 -msgid "Generating Limiter rules" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 188 -msgid "Generating NAT rules" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 193 -msgid "Generating filter rules" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 198 -msgid "Loading filter rules" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 205 -msgid "Filter is disabled. Not loading rules." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 207 -# File: src/etc/inc/filter.inc, line: 374 -# File: src/etc/inc/interfaces.inc, line: 242 -# File: src/etc/inc/interfaces.inc, line: 271 -# File: src/etc/inc/interfaces.inc, line: 406 -# File: src/etc/inc/interfaces.inc, line: 463 -# File: src/etc/inc/interfaces.inc, line: 760 -# File: src/etc/inc/interfaces.inc, line: 1111 -# File: src/etc/inc/interfaces.inc, line: 1137 -# File: src/etc/inc/interfaces.inc, line: 1156 -# File: src/etc/inc/interfaces.inc, line: 1169 -# File: src/etc/inc/interfaces.inc, line: 2042 -# File: src/etc/inc/rrd.inc, line: 769 -# File: src/etc/inc/services.inc, line: 1310 -# File: src/etc/inc/services.inc, line: 1689 -# File: src/etc/inc/services.inc, line: 1857 -# File: src/etc/inc/services.inc, line: 1885 -# File: src/etc/inc/services.inc, line: 2091 -# File: src/etc/inc/system.inc, line: 781 -# File: src/etc/inc/system.inc, line: 1235 -# File: src/etc/inc/system.inc, line: 1623 -msgid "done." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 250 -msgid "Setting up logging information" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 255 -msgid "Setting up SCRUB information" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 297 -#, php-format -msgid "The line in question reads [%d]: %s" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 297 -msgid "PF was wedged/busy and has been reset." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 315 -# File: src/etc/inc/filter.inc, line: 316 -#, php-format -msgid "There were error(s) loading the rules: %s - %s" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 366 -msgid "Processing down interface states" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 372 -msgid "Done" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 631 -msgid "Creating gateway group item..." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 671 -#, php-format -msgid "" -"An error occurred while trying to find the interface got %s . The rule has " -"not been added." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 997 -#, php-format -msgid "Creating reflection NAT rule for %s..." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1086 -#, php-format -msgid "Creating reflection rule for %s..." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1269 -msgid "localhost" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1277 -msgid "static route" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1288 -msgid "DHCP alias address" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1325 -msgid "PPTP server" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1334 -msgid "PPPoE server" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1343 -msgid "L2TP server" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1352 -msgid "OpenVPN server" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1361 -msgid "OpenVPN client" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1371 -msgid "IPsec client" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1409 -msgid "Auto created rule for ISAKMP" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1419 -msgid "Auto created rule" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1519 -msgid "Creating 1:1 rules..." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1664 -#, php-format -msgid "Creating advanced outbound rule %s" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1702 -msgid "Creating outbound NAT rules" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1709 -msgid "Creating automatic outbound rules" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1761 -#, php-format -msgid "Creating NAT rule %s" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1967 -#, php-format -msgid "Creating filter rule %s ..." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1990 -#, php-format -msgid "filter_generate_port: %s is not a valid %s port." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 2295 -#, php-format -msgid "Setting up pass/block rules %s" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 2310 -#, php-format -msgid "Could not find IPv4 gateway for interface (%s)." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 2337 -#, php-format -msgid "Creating rule %s" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 2547 -msgid "Creating default rules" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 3116 -msgid "Creating IPsec rules..." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 3206 -msgid "Installed 15 minute filter reload for Time Based Rules" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 3213 -msgid "Removed 15 minute filter reload for Time Based Rules" -msgstr "" - -# -# File: src/etc/inc/filter_log.inc, line: 137 -#, php-format -msgid "There was an error parsing a rule: no time (`%s')" -msgstr "" - -# -# File: src/etc/inc/filter_log.inc, line: 157 -#, php-format -msgid "There was an error parsing rule number: %s -- not IPv4 or IPv6 (`%s')" -msgstr "" - -# -# File: src/etc/inc/filter_log.inc, line: 191 -#, php-format -msgid "There was an error parsing rule number: %s -- no src or dst (`%s')" -msgstr "" - -# -# File: src/etc/inc/gwlb.inc, line: 825 -#, php-format -msgid "MONITOR: %s is down, removing from routing group %s" -msgstr "" - -# -# File: src/etc/inc/gwlb.inc, line: 829 -#, php-format -msgid "MONITOR: %s has packet loss, removing from routing group %s" -msgstr "" - -# -# File: src/etc/inc/gwlb.inc, line: 833 -#, php-format -msgid "MONITOR: %s has high latency, removing from routing group %s" -msgstr "" - -# -# File: src/etc/inc/gwlb.inc, line: 854 -#, php-format -msgid "" -"Gateways status could not be determined, considering all as up/active. " -"(Group: %s)" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 78 -msgid "interfaces_bring_up() was called but no variable defined." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 235 -msgid "Configuring loopback interface..." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 253 -msgid "Configuring VLAN interfaces..." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 279 -msgid "VLAN: called with wrong options. Problems with config!" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 287 -msgid "interface_vlan_configure called with if undefined." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 321 -# File: src/etc/inc/interfaces.inc, line: 413 -#, php-format -msgid "QinQ compat VLAN: called with wrong options. Problems with config!%s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 328 -#, php-format -msgid "interface_qinq_configure called with if undefined.%s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 333 -#, php-format -msgid "interface_qinq_configure called with invalid if.%s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 398 -msgid "Configuring QinQ interfaces..." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 421 -#, php-format -msgid "interface_qinq2_configure called with if undefined.%s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 442 -msgid "Creating wireless clone interfaces..." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 511 -#, php-format -msgid "No members found on %s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 599 -msgid "realif not defined in interfaces bridge - up" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 712 -msgid "bridgeif not defined -- could not bring interface up" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 746 -msgid "Configuring LAGG interfaces..." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 1000 -msgid "" -"could not bring realif up -- variable not defined -- " -"interface_gif_configure()" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 1107 -# File: src/etc/inc/interfaces.inc, line: 1132 -# File: src/etc/inc/interfaces.inc, line: 1151 -# File: src/etc/inc/interfaces.inc, line: 1164 -#, php-format -msgid "Configuring %s interface..." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 1245 -msgid "Wrong parameters used during interface_bring_down" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 1571 -#, php-format -msgid "Can't find PPP config for %s in interface_ppps_configure()." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 1537 -#, php-format -msgid "" -"Could not get a PPTP/L2TP Remote IP address from %s for %s in " -"interfaces_ppps_configure." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 1636 -#, php-format -msgid "" -"Device %s does not exist. PPP link cannot start without the modem device." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 1641 -#, php-format -msgid "Unkown %s configured as ppp interface." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 1913 -#, php-format -msgid "Error: cannot open mpd_%s.conf in interface_ppps_configure().%s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 1985 -msgid "Configuring CARP settings..." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2196 -#, php-format -msgid "" -"Interface specified for the virtual IP address %s does not exist. Skipping " -"this VIP." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2204 -#, php-format -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IP address %s." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2211 -#, php-format -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IPv6 address %s." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2269 -#, php-format -msgid "Interface %s changed to hostap mode" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2273 -#, php-format -msgid "Interface %s changed to adhoc mode" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2277 -#, php-format -msgid "Interface %s changed to infrastructure mode" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2290 -#, php-format -msgid "Cloning new wireless interface %s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2211 -#, php-format -msgid "Failed to clone interface %s with error code %s, output %s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 3018 -msgid "Generating new MAC address." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2934 -#, php-format -msgid "" -"The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface %s has been " -"automatically replaced with %s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 3853 -#, php-format -msgid "" -"Error: cannot open dhclient_%s.conf in interface_dhcp_configure() for " -"writing.%s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 3866 -#, php-format -msgid "Invalid interface \"%s\" in interface_dhcp_configure()" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 3918 -#, php-format -msgid "Could not bring up %s interface in interface_dhcp_configure()" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 1035 -msgid "device not present! Is the modem attached to the system?" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 1146 -msgid "blocking" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 1146 -msgid "check for ethernet loops" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 1149 -msgid "learning" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 1152 -msgid "forwarding" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 912 -msgid "No history data found!" -msgstr "" - -# -# File: src/etc/inc/load_balancer_maintable.inc, line: 150 -msgid "Move selected entries before this entry" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 265 -# File: src/www/services_captiveportal_zones.php, line: 129 -# File: src/www/services_dyndns.php, line: 180 -# File: src/www/services_wol.php, line: 198 -# File: src/www/system_advanced_sysctl.php, line: 188 -msgid "Do you really want to delete this entry?" -msgstr "" - -# -# File: src/etc/inc/load_balancer_maintable.inc, line: 162 -msgid "Duplicate entry" -msgstr "" - -# -# File: src/etc/inc/notices.inc, line: 66 -#, php-format -msgid "Could not open %s for writing" -msgstr "" - -# -# File: src/etc/inc/notices.inc, line: 287 -#, php-format -msgid "Message sent to %s OK" -msgstr "" - -# -# File: src/etc/inc/notices.inc, line: 296 -#, php-format -msgid "Could not send the message to %s -- Error: %s" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 83 -msgid ": data access time out" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 86 -msgid ": the server disconnected" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 98 -msgid "reached the end of data while reading from the SMTP server connection" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 104 -msgid "it was not possible to read line from the SMTP server" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 126 -msgid "it was not possible to send a line to the SMTP server" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 140 -msgid "it was not possible to send data to the SMTP server" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 212 -msgid "establishing SSL connections requires at least PHP version 4.3.0" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 215 -msgid "establishing SSL connections requires the OpenSSL extension enabled" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 224 -#, php-format -msgid "could not resolve host \"%s\"" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 228 -#, php-format -msgid "domain \"%s\" resolved to an address excluded to be valid" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 230 -#, php-format -msgid "Connecting to host address \"%s\" port %s..." -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 237 -msgid "-3 socket could not be created" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 239 -#, php-format -msgid "-4 dns lookup on hostname \"%s\" failed" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 241 -msgid "-5 connection refused or timed out" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 243 -msgid "-6 fdopen() call failed" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 245 -msgid "-7 setvbuf() call failed" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 247 -#, php-format -msgid "could not connect to the host \"%s\": %s" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 256 -msgid "" -"it is not possible to authenticate using the specified mechanism because the " -"SASL library class is not loaded" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 280 -#, php-format -msgid "Authentication mechanism %s may not be used: %s" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 285 -msgid "Could not start the SASL authentication client:" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 292 -msgid "Could not send the AUTH command" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 307 -# File: src/etc/inc/notices.smtp.inc, line: 337 -msgid "Authentication error:" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 322 -msgid "Could not send the authentication step message" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 342 -msgid "Could not process the SASL authentication step:" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 356 -msgid "connection is already established" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 394 -msgid "it was not specified the POP3 authentication user" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 400 -msgid "it was not specified the POP3 authentication password" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 404 -#, php-format -msgid "Resolving POP3 authentication host \"%s\"..." -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 411 -msgid "POP3 authentication server greeting was not found" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 419 -msgid "POP3 authentication user was not accepted:" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 427 -msgid "POP3 authentication password was not accepted:" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 436 -msgid "could not determine the SMTP to connect" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 442 -#, php-format -msgid "Resolving SMTP server domain \"%s\"..." -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 454 -#, php-format -msgid "Connected to SMTP server \"%s\"." -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 468 -msgid "server does not require authentication" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 532 -msgid "" -"it is not supported any of the authentication mechanisms required by the " -"server" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 629 -msgid "" -"direct delivery connection is already established and sender is already set" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 637 -msgid "connection is not in the initial state" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 659 -msgid "it was not specified a valid direct recipient" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 678 -msgid "" -"it is not possible to deliver directly to recipients of different domains" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 683 -msgid "connection is already established and the recipient is already set" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 695 -msgid "connection is not in the recipient setting state" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 724 -msgid "connection is not in the start sending data state" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 754 -# File: src/etc/inc/notices.smtp.inc, line: 765 -msgid "connection is not in the sending data state" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 801 -msgid "it was not previously established a SMTP connection" -msgstr "" - -# -# File: src/etc/inc/openvpn-client-export.inc, line: 84 -# File: src/etc/inc/openvpn-client-export.inc, line: 686 -msgid "Could not locate server configuration." -msgstr "" - -# -# File: src/etc/inc/openvpn-client-export.inc, line: 88 -# File: src/etc/inc/openvpn-client-export.inc, line: 690 -msgid "You cannot export for disabled servers." -msgstr "" - -# -# File: src/etc/inc/openvpn-client-export.inc, line: 96 -msgid "Could not locate server certificate." -msgstr "" - -# -# File: src/etc/inc/openvpn-client-export.inc, line: 100 -msgid "Could not locate the CA reference for the server certificate." -msgstr "" - -# -# File: src/etc/inc/openvpn-client-export.inc, line: 111 -msgid "Could not find user settings." -msgstr "" - -# -# File: src/etc/inc/openvpn-client-export.inc, line: 123 -# File: src/etc/inc/openvpn-client-export.inc, line: 132 -msgid "Could not find client certificate." -msgstr "" - -# -# File: src/etc/inc/openvpn-client-export.inc, line: 209 -# File: src/etc/inc/openvpn-client-export.inc, line: 754 -msgid "This server uses UDP protocol and cannot communicate with HTTP proxy." -msgstr "" - -# -# File: src/etc/inc/openvpn-client-export.inc, line: 502 -msgid "Could not create a config to export." -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 34 -msgid "0 (none)" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 35 -msgid "1 (default)" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 36 -msgid "2" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 37 -msgid "3 (recommended)" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 38 -msgid "4" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 39 -msgid "5" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 40 -msgid "6" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 41 -msgid "7" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 42 -msgid "8" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 43 -msgid "9" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 44 -msgid "10" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 45 -msgid "11" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 101 -msgid "No Preference" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 102 -msgid "Disabled - No Compression" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 103 -msgid "Enabled with Adaptive Compression" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 104 -msgid "Enabled without Adaptive Compression" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 198 -msgid "None (No Encryption)" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 212 -msgid "None (No Authentication)" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 263 -#, php-format -msgid "The field '%s' must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 275 -#, php-format -msgid "The field '%s' must contain a single valid %s CIDR range." -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 287 -#, php-format -msgid "" -"The field '%s' must contain only valid %s CIDR range(s) separated by commas." -msgstr "" - -# -# File: src/etc/inc/openvpn_wizard.inc, line: 216 -# File: src/etc/inc/openvpn_wizard.inc, line: 315 -msgid "Please do not use special characters in Certificate field names." -msgstr "" - -# -# File: src/etc/inc/openvpn_wizard.inc, line: 401 -msgid "The specified 'Local port' is in use. Please select another value." -msgstr "" - -# -# File: src/etc/inc/openvpn_wizard.inc, line: 406 -msgid "The field 'TLS Authentication Key' does not appear to be valid." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 150 -# File: src/www/vpn_openvpn_server.php, line: 315 -msgid "The field 'DNS Server #1' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 153 -# File: src/www/vpn_openvpn_server.php, line: 318 -msgid "The field 'DNS Server #2' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 156 -# File: src/www/vpn_openvpn_server.php, line: 321 -msgid "The field 'DNS Server #3' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 159 -# File: src/www/vpn_openvpn_server.php, line: 324 -msgid "The field 'DNS Server #4' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 165 -# File: src/www/vpn_openvpn_server.php, line: 330 -msgid "The field 'NTP Server #1' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 168 -# File: src/www/vpn_openvpn_server.php, line: 333 -msgid "The field 'NTP Server #2' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 181 -# File: src/www/vpn_openvpn_server.php, line: 346 -msgid "The field 'WINS Server #1' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 184 -# File: src/www/vpn_openvpn_server.php, line: 349 -msgid "The field 'WINS Server #2' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 366 -msgid "The field 'Concurrent connections' must be numeric." -msgstr "" - -# -# File: src/etc/inc/openvpn_wizard.inc, line: 431 -msgid "You must specify a 'Tunnel network'." -msgstr "" - -# -# File: src/www/wizards/openvpn_wizard.inc, line: 625 -# File: src/www/wizards/openvpn_wizard.inc, line: 642 -#, php-format -msgid "OpenVPN %s wizard" -msgstr "" - -# -# File: src/www/wizards/openvpn_wizard.inc, line: 637 -# File: src/www/wizards/openvpn_wizard.inc, line: 652 -msgid "OpenVPN Wizard" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 264 -msgid "MASTER" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 266 -msgid "BACKUP" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 268 -msgid "INIT" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 437 -# File: src/etc/inc/pfsense-utils.inc, line: 459 -#, php-format -msgid "Restored %s of config file (maybe from CARP partner)" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 1545 -msgid "" -"Alias archive is a .zip file which cannot be decompressed because utility is " -"missing!" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 1555 -# File: src/etc/inc/pfsense-utils.inc, line: 1587 -#, php-format -msgid "Could not open %s/aliases for writing!" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 1561 -# File: src/etc/inc/pfsense-utils.inc, line: 1593 -#, php-format -msgid "The following file could not be read %s from %s" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 1577 -msgid "" -"Alias archive is a .tar/tgz file which cannot be decompressed because " -"utility is missing!" -msgstr "" - -# -# File: src/etc/inc/rrd.inc, line: 74 -#, php-format -msgid "RRD create failed exited with %s, the error is: %s" -msgstr "" - -# -# File: src/etc/inc/rrd.inc, line: 197 -msgid "Generating RRD graphs..." -msgstr "" - -# -# File: src/etc/inc/rrd.inc, line: 743 -msgid "Creating rrd update script" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 425 -#, php-format -msgid "DHCP leases restore failed exited with %s, the error is: %s" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 408 -msgid "Starting DHCP service..." -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 491 -msgid "Warning! DHCP Failover setup and no CARP virtual IPs defined!" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 890 -#, php-format -msgid "Error: cannot open dhcpd.conf in services_dhcpdv4_configure().%s" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1359 -msgid "Could not write Igmpproxy configuration file!" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1367 -msgid "Started IGMP proxy service." -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1386 -msgid "Starting DHCP relay service..." -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1503 -msgid "Starting DHCPv6 relay service..." -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1739 -msgid "Starting dynamic DNS clients..." -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1739 -msgid "Starting DNS forwarder..." -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1878 -msgid "Starting DNS Resolver..." -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1911 -msgid "Starting SNMP daemon... " -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1916 -#, php-format -msgid "Error: cannot open snmpd.conf in services_snmpd_configure().%s" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2253 -#, php-format -msgid "Dynamic DNS updated IP Address (A) for %s on %s (%s) to %s" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2268 -#, php-format -msgid "Dynamic DNS updated IPv6 Address (AAAA) for %s on %s (%s) to %s" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2312 -msgid "Starting UPnP service... " -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2362 -#, php-format -msgid "Installed cron job for %s" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2365 -#, php-format -msgid "Updated cron job for %s" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2370 -#, php-format -msgid "Removed cron job for %s" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 49 -msgid "Router Advertisement Daemon" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2476 -msgid "Unbound DNS Resolver" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 69 -msgid "NTP clock sync" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 95 -# File: src/www/services_dhcp_relay.php, line: 90 -msgid "DHCP Relay" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 102 -# File: src/www/services_dhcpv6_relay.php, line: 91 -msgid "DHCPv6 Relay" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 109 -msgid "DHCP Service" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 117 -msgid "Gateway Monitoring Daemon" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 124 -msgid "SNMP Service" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 131 -msgid "IGMP proxy" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 138 -msgid "UPnP Service" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 145 -# File: src/www/diag_logs_ipsec.php, line: 47 -msgid "IPsec VPN" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 152 -msgid "Secure Shell Daemon" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 175 -msgid "Server load balancing daemon" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 180 -msgid "Proxy server" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 278 -msgid "Running" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 279 -# File: src/etc/inc/service-utils.inc, line: 282 -#, php-format -msgid "%s Service is" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 281 -msgid "Stopped" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 309 -#, php-format -msgid "Restart %sService" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 321 -#, php-format -msgid "Stop %sService" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 335 -#, php-format -msgid "Start %sService" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 611 -#, php-format -msgid "DNSCACHE: Found old IP %s and new IP %s" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 476 -#, php-format -msgid "Static Routes: Gateway IP could not be found for %s" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 614 -msgid "Starting syslog..." -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 745 -#, php-format -msgid "Error: cannot open syslog.conf in system_syslogd_start().%s" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 816 -msgid "webConfigurator default" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 831 -msgid "Importing HTTPS certificate" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 1146 -#, php-format -msgid "Error: cannot open cert.pem in system_webgui_start().%s" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 1157 -#, php-format -msgid "Error: cannot open ca.pem in system_webgui_start().%s" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 1165 -msgid "ssl configuration" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 1198 -#, php-format -msgid "Error: cannot open %s in system_generate_lighty_config().%s" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 1215 -msgid "Setting timezone..." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 40 -#, php-format -msgid "RRD dump failed exited with %s, the error is: %s" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 56 -#, php-format -msgid "" -"Import RRD has %s DS values and %s RRA databases, new format RRD has %s DS " -"values and %s RRA databases" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 140 -#, php-format -msgid "The new RRD now has %s DS values and %s RRA databases" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 107 -#, php-format -msgid "%sWarning: filter rule removed (interface '%s' does not exist anymore)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 119 -#, php-format -msgid "" -"%sWarning: filter rule removed (source network '%s' does not exist anymore)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 132 -#, php-format -msgid "" -"%sWarning: filter rule removed (destination network '%s' does not exist " -"anymore)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 152 -#, php-format -msgid "" -"%sWarning: traffic shaper rule removed (interface '%s' does not exist " -"anymore)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 164 -#, php-format -msgid "" -"%sWarning: traffic shaper rule removed (source network '%s' does not exist " -"anymore)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 177 -#, php-format -msgid "" -"%sWarning: traffic shaper rule removed (destination network '%s' does not " -"exist anymore)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 327 -#, php-format -msgid "CARP vhid %s" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 487 -msgid "Permit IPsec traffic." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 507 -msgid "System Administrators" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 526 -msgid "" -"Indicates whether this user will lock access to the webConfigurator for " -"other users." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 529 -msgid "" -"Indicates whether this user will lock individual HTML pages after having " -"accessed a particular page (the lock will be freed if the user leaves or " -"saves the page form)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 532 -msgid "Indicates whether this user is able to login for example via SSH." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 535 -#, php-format -msgid "" -"Indicates whether this user is allowed to copy files onto the %s appliance " -"via SCP/SFTP. If you are going to use this privilege, you must install " -"scponly on the appliance (Hint: pkg_add -r scponly)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 538 -msgid "" -"This user is associated with the UNIX root user (you should associate this " -"privilege only with one single user)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 555 -msgid "Drop packets to closed TCP ports without returning a RST" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 559 -msgid "Do not send ICMP port unreachable messages for closed UDP ports" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 563 -msgid "Randomize the ID field in IP packets (default is 0: sequential IP IDs)" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 567 -msgid "Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 571 -msgid "Sending of IPv4 ICMP redirects" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 575 -msgid "Sending of IPv6 ICMP redirects" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 579 -msgid "Generate SYN cookies for outbound SYN-ACK packets" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 583 -msgid "Maximum incoming TCP datagram size" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 587 -msgid "Maximum outgoing TCP datagram size" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 591 -msgid "" -"Fastforwarding (see http://lists.freebsd.org/pipermail/freebsd-net/2004-" -"January/002534.html)" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 595 -msgid "Do not delay ACK to try and piggyback it onto a data packet" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 599 -msgid "Maximum outgoing UDP datagram size" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 603 -msgid "" -"Handling of non-IP packets which are not passed to pfil (see if_bridge(4))" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 607 -msgid "Allow unprivileged access to tap(4) device nodes" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 611 -msgid "Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 615 -msgid "" -"The system will attempt to calculate the bandwidth delay product for each " -"connection and limit the amount of data queued to the network to just the " -"amount required to maintain optimum throughput. " -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 619 -msgid "Set ICMP Limits" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 623 -msgid "TCP Offload engine" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 664 -#, php-format -msgid "Interface %s Static Gateway" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 667 -#, php-format -msgid "Interface %s Dynamic Gateway" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 733 -#, php-format -msgid "Upgraded static route for %s" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 830 -#, php-format -msgid "Sitedown pool for VS: %s" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 985 -#, php-format -msgid "phase2 for %s" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 1212 -#, php-format -msgid "Upgraded Dyndns %s" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 1264 -msgid "All Users" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 1419 -#, php-format -msgid "Converted bridged %s" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 1793 -msgid "Auto added OpenVPN rule from config upgrade." -msgstr "" - -# -# File: src/etc/inc/util.inc, line: 92 -msgid "WARNING: You must give a name as parameter to lock() function." -msgstr "" - -# -# File: src/etc/inc/util.inc, line: 1014 -#, php-format -msgid "The command '%s' returned exit code '%d', the output was '%s'" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 136 -msgid "Configuring IPsec VPN... " -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 394 -#, php-format -msgid "Error: Invalid certificate info for %s" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 400 -#, php-format -msgid "Error: Invalid certificate hash info for %s" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 405 -#, php-format -msgid "Error: Cannot write IPsec CA file for %s" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 427 -#, php-format -msgid "Error: Invalid phase1 certificate reference for %s" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 435 -#, php-format -msgid "Error: Cannot write phase1 key file for %s" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 442 -#, php-format -msgid "Error: Cannot write phase1 certificate file for %s" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 868 -#, php-format -msgid "Ignoring IPsec reload since there are no tunnels on interface %s" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 875 -msgid "Forcefully reloading IPsec" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 916 -msgid "Configuring PPTP VPN service... " -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 926 -msgid "Could not kill mpd within 3 seconds. Trying again." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 948 -#, php-format -msgid "Error: cannot open mpd.conf in vpn_pptpd_configure()." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1067 -#, php-format -msgid "Error: cannot open mpd.links in vpn_pptpd_configure()." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1092 -#, php-format -msgid "Error: cannot open mpd.secret in vpn_pptpd_configure()." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1149 -msgid "Configuring PPPoE VPN service... " -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1173 -#, php-format -msgid "Error: cannot open mpd.conf in vpn_pppoe_configure()." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1282 -#, php-format -msgid "Error: cannot open mpd.links in vpn_pppoe_configure()." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1309 -#, php-format -msgid "Error: cannot open mpd.secret in vpn_pppoe_configure()." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1341 -msgid "done" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1357 -msgid "Configuring l2tp VPN service... " -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1378 -#, php-format -msgid "Error: cannot open mpd.conf in vpn_l2tp_configure()." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1477 -#, php-format -msgid "Error: cannot open mpd.links in vpn_l2tp_configure()." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1503 -#, php-format -msgid "Error: cannot open mpd.secret in vpn_l2tp_configure()." -msgstr "" - -# -# File: src/etc/inc/xmlparse.inc, line: 83 -# File: src/www/interfaces.php, line: 92 -#, php-format -msgid "XML error: %s at line %d cannot occur more than once" -msgstr "" - -# -# File: src/etc/inc/xmlparse.inc, line: 159 -# File: src/etc/inc/xmlparse_attr.inc, line: 185 -msgid "Error: could not open XML input" -msgstr "" - -# -# File: src/etc/inc/xmlparse.inc, line: 165 -#, php-format -msgid "XML error: %s at line %d in %s" -msgstr "" - -# -# File: src/etc/inc/xmlparse.inc, line: 182 -# File: src/etc/inc/xmlparse_attr.inc, line: 208 -#, php-format -msgid "XML error: no %s object found!" -msgstr "" - -# -# File: src/etc/inc/xmlrpc/legacy.inc, line: 145 -# File: src/etc/inc/xmlrpc/legacy.inc, line: 210 -#, php-format -msgid "Merged in config (%s sections) from XMLRPC client." -msgstr "" - -# -# File: src/etc/rc.bootup, line: 143 -msgid "Default interfaces not found -- Running interface assignment option." -msgstr "" - -# -# File: src/etc/rc.initial.password, line: 37 -#, php-format -msgid "The %s password will be reset to the factory default of `%s'." -msgstr "" - -# -# File: src/etc/rc.initial.password, line: 42 -#, php-format -msgid "Do you want to proceed [y|n]? " -msgstr "" - -# -# File: src/etc/rc.initial.password, line: 48 -#, php-format -msgid "The User manager authentication server is set to \"%s\"." -msgstr "" - -# -# File: src/etc/rc.initial.password, line: 50 -#, php-format -msgid "Do you want to set it back to Local Database [y|n]? " -msgstr "" - -# -# File: src/etc/rc.initial.password, line: 75 -msgid "password changed from console menu" -msgstr "" - -# -# File: src/etc/rc.initial.password, line: 78 -#, php-format -msgid "The password has been reset." -msgstr "" - -# -# File: src/etc/rc.initial.password, line: 80 -#, php-format -msgid "Please change the password as soon as you log in!" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 105 -#, php-format -msgid "Do you want to enable the %s server on %s?" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 248 -#, php-format -msgid "Configure %s address %s interface via %s?" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 262 -#, php-format -msgid "Enter the new %s %s address. Press for none:" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 268 -msgid "This IP address conflicts with another interface or a VIP" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 273 -#, php-format -msgid "Subnet masks are entered as bit counts (as in CIDR notation) in %s." -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 288 -#, php-format -msgid "Enter the new %s %s subnet bit count (1 to %s):" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 296 -msgid "You cannot set network address to an interface" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 300 -msgid "You cannot set broadcast address to an interface" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 313 -#, php-format -msgid "For a WAN, enter the new %s %s upstream gateway address." -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 314 -msgid "For a LAN, press for none:" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 320 -#, php-format -msgid "not an %s IP address!" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 322 -msgid "not in subnet!" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 366 -#, php-format -msgid "Enter the start address of the %s client address range:" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 375 -# File: src/etc/rc.initial.setlanip, line: 388 -msgid "This IP address must be in the interface's subnet" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 379 -#, php-format -msgid "Enter the end address of the %s client address range:" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 391 -msgid "The end address of the DHCP range must be >= the start address" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 402 -#, php-format -msgid "Disabling %s DHCPD..." -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 415 -msgid "Do you want to revert to HTTP as the webConfigurator protocol?" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 422 -#, php-format -msgid "Note: the anti-lockout rule on %s has been re-enabled." -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 453 -#, php-format -msgid "%s IP configuration from console menu" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 468 -# File: src/etc/rc.initial.setlanip, line: 471 -#, php-format -msgid "The IPv4 %s address has been set to %s" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 477 -# File: src/etc/rc.initial.setlanip, line: 480 -#, php-format -msgid "The IPv6 %s address has been set to %s" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 487 -msgid "" -"You can now access the webConfigurator by opening the following URL in your " -"web browser:" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 515 -msgid "Press to continue." -msgstr "" - -# -# File: src/etc/inc/util.inc, line: 112 -msgid "WARNING: You must give a name as parameter to try_lock() function." -msgstr "" - -# -# File: src/etc/rc.openvpn, line: 88 -msgid "" -"Could not obtain openvpn lock for executing rc.openvpn for more than 10 " -"seconds continuing..." -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 14 -# File: src/etc/rc.restore_config_backup, line: 77 -# File: src/www/diag_confbak.php, line: 60 -# File: src/www/diag_confbak.php, line: 74 -# File: src/www/diag_confbak.php, line: 162 -# File: src/www/diag_confbak.php, line: 222 -# File: src/www/diag_confbak.php, line: 293 -# File: src/www/diag_confbak.php, line: 303 -# File: src/www/firewall_nat_edit.php, line: 876 -# File: src/www/firewall_nat_edit.php, line: 884 -# File: src/www/firewall_nat_out_edit.php, line: 817 -# File: src/www/firewall_nat_out_edit.php, line: 828 -# File: src/www/firewall_rules_edit.php, line: 1452 -# File: src/www/firewall_rules_edit.php, line: 1460 -msgid "n/j/y H:i:s" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 16 -# File: src/www/diag_confbak.php, line: 305 -# File: src/www/widgets/widgets/gateways.widget.php, line: 124 -msgid "Unknown" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 21 -msgid "Unknown Page" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 34 -# File: src/etc/rc.restore_config_backup, line: 50 -msgid "No backups found in the configuration history." -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 53 -msgid "Which configuration would you like to restore?" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 59 -msgid "That is not a valid backup number.\n" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 67 -msgid "Is this the backup you wish to restore?" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 71 -msgid "Y/N?" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 73 -msgid "Y" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 76 -# File: src/www/diag_confbak.php, line: 47 -#, php-format -msgid "Successfully reverted to timestamp %s with description \"%s\"." -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 78 -msgid "" -"You may need to reboot the firewall or restart services before the restored " -"configuration is fully active." -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 80 -# File: src/www/diag_confbak.php, line: 62 -msgid "Unable to revert to the selected configuration." -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 83 -msgid "Restore canceled." -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 86 -msgid "Restore canceled due to invalid input." -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 93 -msgid "Restore Backup from Configuration History" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 94 -msgid "List Backups" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 95 -msgid "Restore Backup" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 96 -msgid "Quit" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 98 -msgid "Please select an option to continue" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 103 -msgid "quit" -msgstr "" - -# -# File: src/etc/rc.sshd, line: 132 -msgid "Started creating your SSH keys. SSH startup is being delayed a wee bit." -msgstr "" - -# -# File: src/etc/rc.sshd, line: 139 -msgid "Completed creating your SSH keys. SSH will now be started." -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 1511 -#, php-format -msgid "Could not process aliases from alias: %s" -msgstr "" - -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 54 -msgid "Connection error." -msgstr "" - -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 57 -msgid "Repository problem." -msgstr "" - -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 60 -msgid "There are no updates available." -msgstr "" - -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 68 -msgid "" -"There is a mandatory update for the package manager available. Please " -"install and fetch updates again." -msgstr "" - -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 77 -#, php-format -msgid "There is %s update available, total download size is %s." -msgstr "" - -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 83 -#, php-format -msgid "There are %s updates available, total download size is %s." -msgstr "" - -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 84 -msgid "This update requires a reboot." -msgstr "" - -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 89 -msgid "Current status is unknown." -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 98 -msgid "Disconnect selected client?" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 131 -msgid "Session" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 132 -msgid "userName" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 133 -msgid "macAddress" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 134 -msgid "ipAddress" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 135 -msgid "connected since" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 63 -msgid "Error reconfiguring captiveportal" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 167 -msgid "Error uploading template" -msgstr "" - -# -# File: src/www/services_captiveportal_zones.php, line: 57 -msgid "Zones" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 181 -msgid "Templates" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 86 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 409 -msgid "Enabled" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 87 -msgid "Zoneid" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 95 -# File: src/www/firewall_aliases.php, line: 193 -# File: src/www/firewall_aliases_edit.php, line: 462 -# File: src/www/firewall_aliases_edit.php, line: 655 -# File: src/www/firewall_aliases_edit.php, line: 692 -# File: src/www/firewall_aliases_import.php, line: 187 -# File: src/www/firewall_nat.php, line: 226 -# File: src/www/firewall_nat_1to1.php, line: 185 -# File: src/www/firewall_nat_1to1_edit.php, line: 537 -# File: src/www/firewall_nat_edit.php, line: 793 -# File: src/www/firewall_nat_npt.php, line: 110 -# File: src/www/firewall_nat_npt_edit.php, line: 281 -# File: src/www/firewall_nat_out.php, line: 313 -# File: src/www/firewall_nat_out.php, line: 500 -# File: src/www/firewall_nat_out_edit.php, line: 793 -# File: src/www/firewall_rules.php, line: 406 -# File: src/www/firewall_rules_edit.php, line: 1160 -# File: src/www/firewall_schedule.php, line: 106 -# File: src/www/firewall_schedule_edit.php, line: 804 -# File: src/www/firewall_schedule_edit.php, line: 1017 -# File: src/www/firewall_virtual_ip.php, line: 228 -# File: src/www/firewall_virtual_ip_edit.php, line: 459 -# File: src/www/interfaces.php, line: 1602 -# File: src/www/interfaces_bridge.php, line: 128 -# File: src/www/interfaces_bridge_edit.php, line: 300 -# File: src/www/interfaces_gif.php, line: 116 -# File: src/www/interfaces_gif_edit.php, line: 233 -# File: src/www/interfaces_gre.php, line: 117 -# File: src/www/interfaces_gre_edit.php, line: 238 -# File: src/www/interfaces_groups.php, line: 102 -# File: src/www/interfaces_groups_edit.php, line: 261 -# File: src/www/interfaces_lagg.php, line: 123 -# File: src/www/interfaces_lagg_edit.php, line: 228 -# File: src/www/interfaces_ppps.php, line: 118 -# File: src/www/interfaces_ppps_edit.php, line: 487 -# File: src/www/interfaces_qinq.php, line: 128 -# File: src/www/interfaces_qinq_edit.php, line: 334 -# File: src/www/interfaces_vlan.php, line: 125 -# File: src/www/interfaces_vlan_edit.php, line: 202 -# File: src/www/interfaces_wireless.php, line: 116 -# File: src/www/interfaces_wireless_edit.php, line: 189 -# File: src/www/load_balancer_monitor.php, line: 124 -# File: src/www/load_balancer_monitor_edit.php, line: 77 -# File: src/www/load_balancer_monitor_edit.php, line: 243 -# File: src/www/load_balancer_pool.php, line: 138 -# File: src/www/load_balancer_pool_edit.php, line: 216 -# File: src/www/load_balancer_relay_action.php, line: 140 -# File: src/www/load_balancer_relay_action_edit.php, line: 107 -# File: src/www/load_balancer_relay_action_edit.php, line: 418 -# File: src/www/load_balancer_relay_protocol.php, line: 134 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 69 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 220 -# File: src/www/load_balancer_virtual_server.php, line: 136 -# File: src/www/load_balancer_virtual_server_edit.php, line: 173 -# File: src/www/services_captiveportal_ip.php, line: 110 -# File: src/www/services_captiveportal_ip_edit.php, line: 211 -# File: src/www/services_captiveportal_mac.php, line: 174 -# File: src/www/services_captiveportal_mac_edit.php, line: 233 -# File: src/www/services_captiveportal_zones.php, line: 96 -# File: src/www/services_captiveportal_zones_edit.php, line: 112 -# File: src/www/services_dhcp.php, line: 815 -# File: src/www/services_dhcp.php, line: 1178 -# File: src/www/services_dhcp_edit.php, line: 412 -# File: src/www/services_dhcpv6.php, line: 836 -# File: src/www/services_dhcpv6_edit.php, line: 235 -# File: src/www/services_dnsmasq.php, line: 368 -# File: src/www/services_dnsmasq.php, line: 446 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 157 -# File: src/www/services_dnsmasq_edit.php, line: 223 -# File: src/www/services_dnsmasq_edit.php, line: 244 -# File: src/www/services_dyndns.php, line: 93 -# File: src/www/services_dyndns_edit.php, line: 425 -# File: src/www/services_igmpproxy.php, line: 99 -# File: src/www/services_igmpproxy_edit.php, line: 175 -# File: src/www/services_rfc2136.php, line: 86 -# File: src/www/services_rfc2136_edit.php, line: 218 -# File: src/www/services_unbound.php, line: 387 -# File: src/www/services_unbound.php, line: 451 -# File: src/www/services_unbound_acls.php, line: 235 -# File: src/www/services_unbound_acls.php, line: 285 -# File: src/www/services_unbound_acls.php, line: 310 -# File: src/www/services_unbound_domainoverride_edit.php, line: 151 -# File: src/www/services_unbound_host_edit.php, line: 225 -# File: src/www/services_unbound_host_edit.php, line: 246 -# File: src/www/services_wol.php, line: 173 -# File: src/www/services_wol_edit.php, line: 158 -# File: src/www/status_gateway_groups.php, line: 82 -# File: src/www/status_gateways.php, line: 77 -# File: src/www/status_lb_pool.php, line: 139 -# File: src/www/status_lb_vs.php, line: 83 -# File: src/www/status_services.php, line: 78 -# File: src/www/status_upnp.php, line: 78 -# File: src/www/system_advanced_sysctl.php, line: 154 -# File: src/www/system_advanced_sysctl.php, line: 227 -# File: src/www/system_gateway_groups.php, line: 143 -# File: src/www/system_gateway_groups_edit.php, line: 354 -# File: src/www/system_gateways.php, line: 235 -# File: src/www/system_gateways_edit.php, line: 921 -# File: src/www/system_groupmanager.php, line: 297 -# File: src/www/system_groupmanager.php, line: 387 -# File: src/www/system_groupmanager.php, line: 461 -# File: src/www/system_groupmanager_addprivs.php, line: 212 -# File: src/www/system_routes.php, line: 251 -# File: src/www/system_routes_edit.php, line: 361 -# File: src/www/system_usermanager.php, line: 620 -# File: src/www/system_usermanager_addprivs.php, line: 179 -# File: src/www/vpn_ipsec_phase1.php, line: 715 -# File: src/www/vpn_ipsec_phase2.php, line: 725 -# File: src/www/vpn_openvpn_client.php, line: 734 -# File: src/www/vpn_openvpn_client.php, line: 1220 -# File: src/www/vpn_openvpn_csc.php, line: 402 -# File: src/www/vpn_openvpn_csc.php, line: 790 -# File: src/www/vpn_openvpn_server.php, line: 990 -# File: src/www/vpn_openvpn_server.php, line: 1989 -# File: src/www/vpn_pppoe.php, line: 124 -# File: src/www/vpn_pppoe_edit.php, line: 495 -msgid "Description" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 89 -msgid "Commands" -msgstr "" - -# -# File: src/www/diag_ipsec_leases.php, line: 73 -# File: src/www/load_balancer_relay_action_edit.php, line: 511 -msgid "ID" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 214 -msgid "Fileid" -msgstr "" - -# -# File: src/www/diag_gmirror.php, line: 221 -# File: src/www/diag_gmirror.php, line: 288 -# File: src/www/firewall_aliases.php, line: 191 -# File: src/www/firewall_aliases_edit.php, line: 114 -# File: src/www/firewall_aliases_edit.php, line: 641 -# File: src/www/firewall_aliases_import.php, line: 59 -# File: src/www/firewall_schedule.php, line: 104 -# File: src/www/interfaces_groups.php, line: 100 -# File: src/www/load_balancer_monitor.php, line: 122 -# File: src/www/load_balancer_monitor_edit.php, line: 77 -# File: src/www/load_balancer_monitor_edit.php, line: 237 -# File: src/www/load_balancer_pool.php, line: 133 -# File: src/www/load_balancer_pool_edit.php, line: 68 -# File: src/www/load_balancer_pool_edit.php, line: 201 -# File: src/www/load_balancer_relay_action.php, line: 137 -# File: src/www/load_balancer_relay_action_edit.php, line: 107 -# File: src/www/load_balancer_relay_action_edit.php, line: 412 -# File: src/www/load_balancer_relay_protocol.php, line: 131 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 69 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 197 -# File: src/www/load_balancer_virtual_server.php, line: 130 -# File: src/www/load_balancer_virtual_server_edit.php, line: 61 -# File: src/www/load_balancer_virtual_server_edit.php, line: 66 -# File: src/www/load_balancer_virtual_server_edit.php, line: 167 -# File: src/www/services_captiveportal_filemanager.php, line: 198 -# File: src/www/services_igmpproxy.php, line: 96 -# File: src/www/status_gateways.php, line: 71 -# File: src/www/status_lb_pool.php, line: 135 -# File: src/www/status_lb_vs.php, line: 79 -# File: src/www/status_openvpn.php, line: 280 -# File: src/www/status_openvpn.php, line: 343 -# File: src/www/system_camanager.php, line: 654 -# File: src/www/system_certmanager.php, line: 1159 -# File: src/www/system_crlmanager.php, line: 601 -# File: src/www/system_gateways.php, line: 231 -# File: src/www/system_gateways_edit.php, line: 110 -# File: src/www/system_gateways_edit.php, line: 735 -# File: src/www/system_groupmanager.php, line: 386 -# File: src/www/system_usermanager.php, line: 619 -# File: src/www/system_usermanager.php, line: 682 -# File: src/www/widgets/widgets/gateways.widget.php, line: 46 -# File: src/www/widgets/widgets/system_information.widget.php, line: 92 -msgid "Name" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 111 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 505 -msgid "Apply" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 251 -msgid "Upload file" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 257 -msgid "Template name" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 261 -msgid "File input" -msgstr "" - -# -# File: src/www/services_captiveportal_filemanager.php, line: 181 -msgid "Upload" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "Please setup a voucher server first " -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "goto auth servers" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 139 -msgid "Remove voucher group" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 140 -msgid "All vouchers within this group will be deleted" -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 138 -# File: src/www/diag_defaults.php, line: 48 -# File: src/www/diag_defaults.php, line: 59 -# File: src/www/diag_defaults.php, line: 73 -# File: src/www/diag_halt.php, line: 47 -# File: src/www/diag_halt.php, line: 59 -# File: src/www/reboot.php, line: 47 -# File: src/www/reboot.php, line: 57 -msgid "Yes" -msgstr "" - -# -# File: src/www/status_captiveportal_vouchers.php, line: 128 -msgid "Voucher" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 240 -msgid "Valid from" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 241 -msgid "Valid to" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 192 -# File: src/www/diag_system_pftop.php, line: 132 -# File: src/www/status_dhcpv6_leases.php, line: 519 -msgid "State" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 256 -msgid "Create vouchers" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 276 -msgid "Generate vouchers" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 282 -msgid "Validity" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 283 -msgid "Number of vouchers" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 284 -msgid "Groupname" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 291 -msgid "4 hours" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 292 -msgid "8 hours" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 293 -msgid "1 day" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 294 -msgid "2 days" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 295 -msgid "3 days" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 296 -msgid "4 days" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 297 -msgid "5 days" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 298 -msgid "6 days" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 299 -msgid "1 week" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 300 -msgid "2 weeks" -msgstr "" - -# -# File: src/www/services_captiveportal_vouchers.php, line: 473 -# File: src/www/services_captiveportal_vouchers.php, line: 482 -msgid "Generate" -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 347 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 69 -# File: src/www/system_usermanager_settings_test.php, line: 85 -msgid "Close" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 39 -msgid "Fetching... (may take up to 30 seconds)" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 57 -msgid "Package Name" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "Current Version" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "New Version" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 64 -msgid "NEW" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 67 -msgid "REINSTALL" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 85 -msgid "Upgrading... (do not leave this page while upgrade is in progress)" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 100 -msgid "Executing... (do not leave this page while execute is in progress)" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 146 -msgid "Upgrade done!" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 152 -msgid "Your device is rebooting" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 157 -msgid "" -"The upgrade has finished and your device is being rebooted at the moment, " -"please wait..." -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 282 -# File: src/www/diag_gmirror.php, line: 289 -# File: src/www/diag_system_pftop.php, line: 130 -# File: src/www/diag_system_pftop.php, line: 145 -# File: src/www/services_captiveportal_filemanager.php, line: 199 -msgid "Size" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 281 -msgid "Version" -msgstr "" - -# -# File: src/www/services_captiveportal_vouchers.php, line: 405 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 222 -# File: src/www/status_captiveportal_voucher_rolls.php, line: 94 -msgid "Comment" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 248 -msgid "Fetch updates to view available plugins." -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 207 -msgid "Upgrade now" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 208 -msgid "Fetch updates" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 209 -msgid "Click to check for updates." -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 215 -msgid "Packages" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 307 -msgid "Plugins" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 108 -msgid "Updates" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 217 -msgid "Progress" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Cron/index.volt, line: 116 -msgid "Jobs" -msgstr "" - -# -# File: src/www/diag_states_summary.php, line: 143 -# File: src/www/firewall_aliases.php, line: 176 -# File: src/www/services_dnsmasq.php, line: 367 -# File: src/www/services_dnsmasq.php, line: 445 -# File: src/www/services_unbound.php, line: 386 -# File: src/www/services_unbound.php, line: 450 -# File: src/www/vpn_pppoe_edit.php, line: 601 -msgid "IP" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 79 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 79 -msgid "MAC" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 80 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 80 -msgid "Manufacturer" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 82 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 82 -msgid "Interface name" -msgstr "" - -# -# File: src/www/diag_arp.php, line: 327 -# File: src/www/diag_ndp.php, line: 144 -# File: src/www/interfaces.php, line: 1959 -# File: src/www/services_dhcp.php, line: 1177 -# File: src/www/services_dhcp_edit.php, line: 392 -# File: src/www/services_dhcpv6.php, line: 835 -# File: src/www/services_dhcpv6_edit.php, line: 215 -# File: src/www/services_dyndns.php, line: 91 -# File: src/www/services_dyndns_edit.php, line: 89 -# File: src/www/services_dyndns_edit.php, line: 319 -# File: src/www/services_rfc2136.php, line: 84 -# File: src/www/services_rfc2136_edit.php, line: 71 -# File: src/www/services_rfc2136_edit.php, line: 164 -# File: src/www/status_dhcp_leases.php, line: 338 -# File: src/www/system_general.php, line: 113 -# File: src/www/system_general.php, line: 316 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 79 -msgid "Hostname" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 90 -msgid "NOTE: Local IPv6 peers use NDP instead of ARP." -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 100 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 94 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 128 -msgid "Refresh" -msgstr "" - -# -# File: src/www/diag_testport.php, line: 158 -msgid "IPv6" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 100 -msgid "PID" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 101 -msgid "USERNAME" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 102 -msgid "PRI" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 103 -msgid "NICE" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 104 -msgid "SIZE" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 105 -msgid "RES" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 106 -msgid "STATE" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 107 -msgid "C" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 108 -msgid "TIME" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 109 -msgid "WCPU" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 110 -msgid "COMMAND" -msgstr "" - -# -# File: src/www/graph.php, line: 108 -# File: src/www/interfaces.php, line: 2674 -# File: src/www/interfaces.php, line: 2796 -# File: src/www/interfaces_bridge_edit.php, line: 355 -# File: src/www/interfaces_bridge_edit.php, line: 365 -# File: src/www/interfaces_bridge_edit.php, line: 374 -# File: src/www/interfaces_bridge_edit.php, line: 445 -# File: src/www/services_dhcp.php, line: 895 -# File: src/www/services_dhcp.php, line: 905 -# File: src/www/services_dhcp_edit.php, line: 465 -# File: src/www/services_dhcp_edit.php, line: 475 -# File: src/www/services_dhcpv6.php, line: 628 -# File: src/www/services_dhcpv6.php, line: 638 -# File: src/www/services_ntpd_gps.php, line: 460 -# File: src/www/services_ntpd_gps.php, line: 466 -# File: src/www/services_ntpd_pps.php, line: 155 -# File: src/www/services_rfc2136_edit.php, line: 174 -# File: src/www/vpn_ipsec_phase1.php, line: 964 -# File: src/www/vpn_ipsec_phase1.php, line: 1031 -# File: src/www/vpn_ipsec_phase2.php, line: 869 -msgid "seconds" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 552 -# File: src/www/system_certmanager.php, line: 786 -# File: src/www/system_crlmanager.php, line: 402 -msgid "days" -msgstr "" - -# -# File: src/www/services_captiveportal.php, line: 567 -msgid "hours" -msgstr "" - -# -# File: src/www/services_captiveportal.php, line: 545 -# File: src/www/services_captiveportal.php, line: 552 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 86 -msgid "minutes" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 336 -msgid "Year(s)" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 338 -msgid "Days" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 340 -msgid "Hours" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 342 -msgid "Minutes" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 369 -msgid "full date & time" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 371 -msgid "timestamp" -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 327 -# File: src/www/load_balancer_relay_action.php, line: 139 -# File: src/www/load_balancer_relay_action_edit.php, line: 516 -# File: src/www/load_balancer_relay_action_edit.php, line: 536 -# File: src/www/load_balancer_relay_protocol.php, line: 133 -msgid "Options" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 578 -msgid "Zoom level" -msgstr "" - -# -# File: src/www/status_rrd_graph.php, line: 168 -# File: src/www/status_rrd_graph_settings.php, line: 49 -msgid "Inverse" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2926 -# File: src/www/vpn_l2tp.php, line: 316 -# File: src/www/vpn_pppoe_edit.php, line: 402 -# File: src/www/vpn_pptp.php, line: 335 -msgid "Off" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2927 -msgid "On" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 602 -msgid "Resolution" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2834 -msgid "Standard" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 328 -msgid "Medium" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 329 -msgid "High" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 622 -msgid "Show Tables" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 646 -msgid "Please wait while loading data..." -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 643 -msgid "Current detail is showing" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 643 -msgid "averages" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 668 -msgid "Current View - Overview" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 692 -msgid "Current View - Details" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 696 -msgid "Toggle Timeview" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 128 -# File: src/www/firewall_rules_edit.php, line: 928 -msgid "Timestamp" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 706 -msgid "" -"Full Date &\n" -" Time" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 712 -msgid "Download as CSV" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 383 -msgid "Alerts" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 405 -# File: src/www/firewall_rules_edit.php, line: 1360 -msgid "Schedule" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 399 -msgid "rulesets" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 408 -msgid "Last updated" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 418 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 455 -msgid "disable selected" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 419 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 456 -msgid "enable selected" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 443 -msgid "sid" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 211 -# File: src/www/diag_gmirror.php, line: 194 -# File: src/www/diag_logs_vpn.php, line: 134 -# File: src/www/firewall_rules_edit.php, line: 747 -# File: src/www/load_balancer_relay_action_edit.php, line: 107 -# File: src/www/load_balancer_relay_action_edit.php, line: 485 -# File: src/www/services_captiveportal_mac_edit.php, line: 95 -# File: src/www/services_captiveportal_mac_edit.php, line: 198 -# File: src/www/services_unbound_acls.php, line: 209 -# File: src/www/services_unbound_acls.php, line: 309 -msgid "Action" -msgstr "" - -# -# File: src/www/diag_ipsec_sad.php, line: 62 -# File: src/www/diag_ipsec_spd.php, line: 62 -# File: src/www/diag_logs_filter.php, line: 304 -# File: src/www/diag_logs_filter_dynamic.php, line: 114 -# File: src/www/firewall_nat_edit.php, line: 536 -# File: src/www/firewall_nat_edit.php, line: 542 -# File: src/www/firewall_nat_out.php, line: 306 -# File: src/www/firewall_nat_out.php, line: 493 -# File: src/www/firewall_nat_out_edit.php, line: 134 -# File: src/www/firewall_nat_out_edit.php, line: 529 -# File: src/www/firewall_rules.php, line: 399 -# File: src/www/firewall_rules_edit.php, line: 945 -# File: src/www/vpn_ipsec_mobile.php, line: 427 -# File: src/www/vpn_ipsec_mobile.php, line: 446 -# File: src/www/widgets/widgets/log.widget.php, line: 223 -msgid "Source" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 445 -msgid "ClassType" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 446 -msgid "Message" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 447 -msgid "Info / enabled" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 481 -msgid "Search" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 482 -msgid "Query" -msgstr "" - -# -# File: src/www/diag_ipsec_sad.php, line: 63 -# File: src/www/diag_ipsec_spd.php, line: 63 -# File: src/www/diag_logs_filter.php, line: 305 -# File: src/www/diag_logs_filter_dynamic.php, line: 115 -# File: src/www/firewall_nat_1to1_edit.php, line: 444 -# File: src/www/firewall_nat_edit.php, line: 640 -# File: src/www/firewall_nat_out.php, line: 308 -# File: src/www/firewall_nat_out.php, line: 495 -# File: src/www/firewall_nat_out_edit.php, line: 134 -# File: src/www/firewall_nat_out_edit.php, line: 582 -# File: src/www/firewall_rules.php, line: 401 -# File: src/www/firewall_rules_edit.php, line: 1048 -# File: src/www/widgets/widgets/log.widget.php, line: 224 -msgid "Destination" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 495 -msgid "Alert" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 284 -# File: src/www/diag_smart.php, line: 295 -msgid "Info" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 506 -msgid "Download & Update Rules" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 508 -msgid "" -"Please use \"Download & Update Rules\" to fetch your initial ruleset, " -"automatic updating can be scheduled after the first download" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 519 -msgid "Processing request..." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 324 -# File: src/www/firewall_aliases_import.php, line: 165 -# File: src/www/firewall_nat_1to1_edit.php, line: 288 -# File: src/www/firewall_nat_edit.php, line: 507 -# File: src/www/firewall_nat_npt_edit.php, line: 176 -# File: src/www/firewall_nat_out_edit.php, line: 393 -# File: src/www/vpn_ipsec_mobile.php, line: 348 -# File: src/www/vpn_ipsec_phase1.php, line: 604 -# File: src/www/vpn_ipsec_phase2.php, line: 645 -# File: src/www/vpn_ipsec_settings.php, line: 164 -# File: src/www/vpn_openvpn_client.php, line: 480 -# File: src/www/vpn_openvpn_client.php.orig, line: 480 -# File: src/www/vpn_openvpn_csc.php, line: 340 -# File: src/www/vpn_openvpn_export.php, line: 633 -# File: src/www/vpn_openvpn_export.php.orig, line: 633 -# File: src/www/vpn_openvpn_export_shared.php, line: 312 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 312 -# File: src/www/vpn_openvpn_server.php, line: 730 -# File: src/www/vpn_openvpn_server.php.orig, line: 730 -msgid "full help" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt, line: 234 -msgid "" -"\n" -" Add an item to the table to fetch a remote acl for " -"blacklisting.
\n" -" You can enable or disable the blacklist list.
\n" -" The active blacklists will be merged with the settings " -"under Forward Proxy -> Access Control List.\n" -" " -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 88 -msgid "Error reconfiguring trafficshaper" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 102 -msgid "Pipes" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 103 -msgid "Queues" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 112 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 142 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 171 -msgid "Origin" -msgstr "" - -# -# File: src/www/services_captiveportal_vouchers_edit.php, line: 86 -# File: src/www/services_dhcp.php, line: 1083 -# File: src/www/services_dhcpv6.php, line: 762 -msgid "Number" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 767 -msgid "Bandwidth" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 116 -msgid "Metric" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 117 -msgid "Burst" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 118 -msgid "Mask" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 145 -msgid "Pipe" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 815 -msgid "Weight" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 170 -msgid "#" -msgstr "" - -# -# File: src/www/diag_ipsec_sad.php, line: 64 -# File: src/www/diag_ipsec_spd.php, line: 65 -# File: src/www/diag_packet_capture.php, line: 269 -# File: src/www/firewall_nat_edit.php, line: 181 -# File: src/www/firewall_nat_edit.php, line: 184 -# File: src/www/firewall_nat_edit.php, line: 525 -# File: src/www/firewall_nat_out_edit.php, line: 134 -# File: src/www/firewall_nat_out_edit.php, line: 509 -# File: src/www/firewall_rules_edit.php, line: 898 -# File: src/www/interfaces_bridge_edit.php, line: 318 -# File: src/www/load_balancer_relay_action_edit.php, line: 107 -# File: src/www/load_balancer_relay_action_edit.php, line: 425 -# File: src/www/load_balancer_virtual_server.php, line: 131 -# File: src/www/services_rfc2136_edit.php, line: 205 -# File: src/www/status_upnp.php, line: 75 -# File: src/www/system_advanced_admin.php, line: 323 -# File: src/www/vpn_ipsec_phase2.php, line: 744 -# File: src/www/vpn_openvpn_client.php, line: 548 -# File: src/www/vpn_openvpn_client.php, line: 1218 -# File: src/www/vpn_openvpn_server.php, line: 897 -msgid "Protocol" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 176 -msgid "Target" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/layout_partials/base_dialog.volt, line: 73 -# File: src/opnsense/mvc/app/views/layout_partials/base_form.volt, line: 63 -msgid "advanced mode" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt, line: 61 -msgid "Clear All" -msgstr "" - -# -# File: src/www/carp_status.php, line: 55 -#, php-format -msgid "" -"%s IPs have been disabled. Please note that disabling does not survive a " -"reboot." -msgstr "" - -# -# File: src/www/carp_status.php, line: 57 -msgid "CARP has been enabled." -msgstr "" - -# -# File: src/www/carp_status.php, line: 95 -msgid "" -"CARP has detected a problem and this unit has been demoted to BACKUP status." -msgstr "" - -# -# File: src/www/carp_status.php, line: 95 -msgid "Check link status on all interfaces with configured CARP VIPs." -msgstr "" - -# -# File: src/www/carp_status.php, line: 114 -msgid "Enable CARP" -msgstr "" - -# -# File: src/www/carp_status.php, line: 117 -msgid "Temporarily Disable CARP" -msgstr "" - -# -# File: src/www/carp_status.php, line: 122 -msgid "Enter Persistent CARP Maintenance Mode" -msgstr "" - -# -# File: src/www/carp_status.php, line: 120 -msgid "Leave Persistent CARP Maintenance Mode" -msgstr "" - -# -# File: src/www/carp_status.php, line: 131 -msgid "CARP Interface" -msgstr "" - -# -# File: src/www/carp_status.php, line: 132 -# File: src/www/firewall_nat_out.php, line: 602 -# File: src/www/firewall_nat_out_edit.php, line: 724 -# File: src/www/system_gateway_groups_edit.php, line: 331 -msgid "Virtual IP" -msgstr "" - -# -# File: src/www/carp_status.php, line: 137 -msgid "Could not locate any defined CARP interfaces." -msgstr "" - -# -# File: src/www/carp_status.php, line: 185 -msgid "pfSync nodes" -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 119 -msgid "Luckily we have not detected a programming bug." -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 115 -msgid "Thank you for submitting this crash report." -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 117 -msgid "Please consider submitting a crash report if the error persists." -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 156 -msgid "Dismiss this report" -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 157 -msgid "Submit this report" -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 136 -msgid "Unfortunately we have detected at least one programming bug." -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 150 -msgid "Would you like to submit this crash report to the developers?" -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 174 -msgid "" -"You can help us further by adding your contact information and a problem " -"description. Please note that providing your contact information greatly " -"improves the chances of bugs being fixed." -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 176 -msgid "your@email.com" -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 177 -msgid "A short problem description or steps to reproduce." -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 156 -msgid "" -"Please double-check the following contents to ensure you are comfortable " -"submitting the following information." -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 170 -msgid "Report an issue" -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 39 -msgid "is not a valid authentication server" -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 42 -msgid "A username and password must be specified." -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 46 -# File: src/www/diag_logs_vpn.php, line: 135 -# File: src/www/system_usermanager.php, line: 78 -# File: src/www/vpn_l2tp_users_edit.php, line: 29 -# File: src/www/vpn_openvpn_export.php, line: 936 -# File: src/www/vpn_pptp_users_edit.php, line: 137 -msgid "User" -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 46 -msgid "authenticated successfully." -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 48 -msgid "This user is a member of these groups" -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 52 -msgid "Authentication failed." -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 105 -msgid "Test a server" -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 88 -# File: src/www/system_authservers.php, line: 80 -# File: src/www/system_usermanager_settings.php, line: 142 -msgid "Authentication Server" -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 103 -# File: src/www/firewall_aliases_edit.php, line: 481 -# File: src/www/interfaces.php, line: 2572 -# File: src/www/interfaces.php, line: 2646 -# File: src/www/interfaces.php, line: 2755 -# File: src/www/interfaces_ppps_edit.php, line: 189 -# File: src/www/interfaces_ppps_edit.php, line: 192 -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -# File: src/www/interfaces_ppps_edit.php, line: 528 -# File: src/www/services_dyndns_edit.php, line: 91 -# File: src/www/services_dyndns_edit.php, line: 363 -# File: src/www/services_opendns.php, line: 147 -# File: src/www/status_captiveportal.php, line: 162 -# File: src/www/system_usermanager.php, line: 157 -# File: src/www/system_usermanager.php, line: 162 -# File: src/www/system_usermanager.php, line: 167 -# File: src/www/system_usermanager.php, line: 483 -# File: src/www/system_usermanager.php, line: 894 -# File: src/www/vpn_l2tp_users.php, line: 114 -# File: src/www/vpn_l2tp_users_edit.php, line: 77 -# File: src/www/vpn_l2tp_users_edit.php, line: 80 -# File: src/www/vpn_l2tp_users_edit.php, line: 178 -# File: src/www/vpn_openvpn_client.php, line: 692 -# File: src/www/vpn_openvpn_client.php, line: 755 -# File: src/www/vpn_pppoe_edit.php, line: 599 -# File: src/www/vpn_pptp_users.php, line: 108 -# File: src/www/vpn_pptp_users_edit.php, line: 73 -# File: src/www/vpn_pptp_users_edit.php, line: 76 -# File: src/www/vpn_pptp_users_edit.php, line: 171 -# File: src/www/widgets/widgets/captive_portal_status.widget.php, line: 83 -msgid "Username" -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 112 -# File: src/www/diag_smart.php, line: 373 -# File: src/www/diag_testport.php, line: 166 -msgid "Test" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 142 -msgid "DHCP Server" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 143 -# File: src/www/services_dhcpv6.php, line: 498 -# File: src/www/services_dhcpv6.php, line: 518 -# File: src/www/services_router_advertisements.php, line: 227 -msgid "DHCPv6 Server" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 144 -msgid "Firewall Rules" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 146 -msgid "IPSEC" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 149 -msgid "PPTP Server" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 150 -msgid "RRD Data" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 151 -msgid "Scheduled Tasks" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 152 -msgid "Syslog" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 154 -msgid "Static routes" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 155 -msgid "System tunables" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 156 -msgid "SNMP Server" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 158 -msgid "VLANS" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 220 -msgid "You must supply and confirm the password for encryption." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 222 -# File: src/www/diag_backup.php, line: 278 -# File: src/www/diag_backup.php, line: 500 -msgid "The supplied 'Password' and 'Confirm' field values must match." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 276 -msgid "You must supply and confirm the password for decryption." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 288 -#, php-format -msgid "Warning, could not read file %s" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 467 -msgid "The configuration could not be restored (file upload error)." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 294 -msgid "" -"The uploaded file does not appear to contain an encrypted OPNsense " -"configuration." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 308 -# File: src/www/diag_backup.php, line: 311 -msgid "" -"You have selected to restore an area but we could not locate the correct xml " -"tag." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 300 -msgid "Upgrading m0n0wall configuration to OPNsense." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 320 -msgid "" -"The configuration area has been restored. You may need to reboot the " -"firewall." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 434 -msgid "The m0n0wall configuration has been restored and upgraded to OPNsense." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 462 -# File: src/www/diag_backup.php, line: 478 -msgid "The configuration could not be restored." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 524 -msgid "Google Drive communication failure" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 526 -msgid "Backup succesfull, current filelist:" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 583 -msgid "The firewall configuration has been changed." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 583 -msgid "The firewall is now rebooting." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 204 -# File: src/www/diag_tables.php, line: 158 -# File: src/www/diag_tables.php, line: 167 -msgid "Download" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 625 -msgid "Click this button to download the system configuration in XML format." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 625 -msgid "Backup area:" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 163 -msgid "ALL" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 637 -msgid "Encrypt this configuration file." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 645 -msgid "" -"Do not backup RRD data (NOTE: RRD Data can consume 4+ megabytes of config." -"xml space!)" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 660 -msgid "confirm:" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 668 -msgid "Download configuration" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 672 -msgid "Restore" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 694 -msgid "Open a" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 694 -msgid "" -"configuration XML file and click the button below to restore the " -"configuration." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 696 -msgid "Restore area:" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 708 -msgid "Configuration file is encrypted." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 202 -# File: src/www/diag_backup.php, line: 686 -# File: src/www/diag_backup.php, line: 730 -msgid "Restore configuration" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 731 -# File: src/www/diag_ipsec.php, line: 351 -# File: src/www/diag_ipsec_leases.php, line: 102 -# File: src/www/diag_ipsec_sad.php, line: 96 -# File: src/www/diag_ipsec_spd.php, line: 112 -# File: src/www/diag_logs_settings.php, line: 445 -# File: src/www/diag_packet_capture.php, line: 333 -# File: src/www/diag_routes.php, line: 199 -# File: src/www/firewall_aliases.php, line: 270 -# File: src/www/firewall_nat_1to1.php, line: 290 -# File: src/www/firewall_nat_out.php, line: 590 -# File: src/www/firewall_schedule.php, line: 236 -# File: src/www/firewall_virtual_ip.php, line: 277 -# File: src/www/firewall_virtual_ip_edit.php, line: 479 -# File: src/www/interfaces.php, line: 2702 -# File: src/www/interfaces_bridge.php, line: 173 -# File: src/www/interfaces_bridge_edit.php, line: 475 -# File: src/www/interfaces_bridge_edit.php, line: 519 -# File: src/www/interfaces_bridge_edit.php, line: 563 -# File: src/www/interfaces_gif.php, line: 149 -# File: src/www/interfaces_gre.php, line: 149 -# File: src/www/interfaces_groups.php, line: 147 -# File: src/www/interfaces_lagg.php, line: 156 -# File: src/www/interfaces_ppps_edit.php, line: 638 -# File: src/www/interfaces_qinq.php, line: 168 -# File: src/www/interfaces_vlan.php, line: 159 -# File: src/www/load_balancer_virtual_server_edit.php, line: 289 -# File: src/www/services_captiveportal.php, line: 1061 -# File: src/www/services_captiveportal_filemanager.php, line: 237 -# File: src/www/services_captiveportal_ip.php, line: 156 -# File: src/www/services_captiveportal_mac.php, line: 212 -# File: src/www/services_captiveportal_vouchers.php, line: 557 -# File: src/www/services_dhcp.php, line: 934 -# File: src/www/services_dhcp.php, line: 959 -# File: src/www/services_dhcp.php, line: 1152 -# File: src/www/services_dhcpv6.php, line: 661 -# File: src/www/services_dhcpv6.php, line: 813 -# File: src/www/services_dnsmasq.php, line: 331 -# File: src/www/services_dyndns.php, line: 187 -# File: src/www/services_dyndns_edit.php, line: 324 -# File: src/www/services_dyndns_edit.php, line: 443 -# File: src/www/services_igmpproxy.php, line: 141 -# File: src/www/services_rfc2136_edit.php, line: 236 -# File: src/www/services_unbound.php, line: 352 -# File: src/www/services_wol.php, line: 211 -# File: src/www/status_rrd_graph_settings.php, line: 194 -# File: src/www/system_advanced_network.php, line: 250 -# File: src/www/system_advanced_network.php, line: 263 -# File: src/www/system_advanced_network.php, line: 276 -# File: src/www/system_gateway_groups.php, line: 198 -# File: src/www/system_routes.php, line: 395 -# File: src/www/vpn_l2tp.php, line: 496 -msgid "Note:" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 731 -msgid "The firewall will reboot after restoring the configuration." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 734 -msgid "Google Drive" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 759 -# File: src/www/diag_routes.php, line: 172 -# File: src/www/interfaces.php, line: 1587 -# File: src/www/services_dnsmasq.php, line: 195 -# File: src/www/services_opendns.php, line: 130 -# File: src/www/services_rfc2136_edit.php, line: 147 -# File: src/www/services_snmp.php, line: 295 -# File: src/www/services_snmp.php, line: 371 -# File: src/www/services_snmp.php, line: 373 -# File: src/www/services_unbound.php, line: 216 -# File: src/www/vpn_ipsec_phase1.php, line: 1008 -msgid "Enable" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 760 -# File: src/www/diag_smart.php, line: 223 -# File: src/www/system_camanager.php, line: 606 -# File: src/www/system_certmanager.php, line: 818 -# File: src/www/system_certmanager.php, line: 1004 -msgid "Email Address" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 761 -msgid "(not loaded)" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 761 -msgid "(replace)" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 761 -msgid "P12 key" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 762 -msgid "Folder ID" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 763 -# File: src/www/diag_confbak.php, line: 246 -msgid "Backup Count" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 764 -msgid "Password protect your data" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 715 -# File: src/www/diag_backup.php, line: 765 -msgid "Password :" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 766 -msgid "Confirm :" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 208 -# File: src/www/diag_backup.php, line: 767 -msgid "Setup/Test Google Drive" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 42 -msgid "Changed backup revision count." -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 59 -#, php-format -msgid "Deleted backup with timestamp %s and description \"%s\"." -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 61 -msgid "Unable to delete the selected configuration." -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 213 -msgid "Restore from Configuration Backup" -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 139 -# File: src/www/diag_defaults.php, line: 74 -# File: src/www/diag_halt.php, line: 60 -# File: src/www/reboot.php, line: 58 -msgid "No" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 217 -msgid "Remove Configuration Backup" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 248 -msgid "" -"Enter the number of older configurations to keep in the local backup cache. " -"By default this is 30." -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 249 -# File: src/www/diag_logs_settings.php, line: 440 -# File: src/www/diag_smart.php, line: 233 -# File: src/www/firewall_aliases_edit.php, line: 745 -# File: src/www/firewall_aliases_import.php, line: 217 -# File: src/www/firewall_nat_1to1_edit.php, line: 565 -# File: src/www/firewall_nat_edit.php, line: 896 -# File: src/www/firewall_nat_npt_edit.php, line: 290 -# File: src/www/firewall_nat_out.php, line: 284 -# File: src/www/firewall_nat_out_edit.php, line: 838 -# File: src/www/firewall_rules_edit.php, line: 1172 -# File: src/www/firewall_rules_edit.php, line: 1469 -# File: src/www/firewall_schedule_edit.php, line: 1176 -# File: src/www/firewall_virtual_ip_edit.php, line: 467 -# File: src/www/interfaces.php, line: 3332 -# File: src/www/interfaces_assign.php, line: 558 -# File: src/www/interfaces_bridge_edit.php, line: 612 -# File: src/www/interfaces_gif_edit.php, line: 243 -# File: src/www/interfaces_gre_edit.php, line: 248 -# File: src/www/interfaces_groups_edit.php, line: 333 -# File: src/www/interfaces_lagg_edit.php, line: 238 -# File: src/www/interfaces_ppps_edit.php, line: 800 -# File: src/www/interfaces_qinq_edit.php, line: 387 -# File: src/www/interfaces_vlan_edit.php, line: 212 -# File: src/www/interfaces_wireless_edit.php, line: 200 -# File: src/www/load_balancer_monitor_edit.php, line: 358 -# File: src/www/load_balancer_pool_edit.php, line: 334 -# File: src/www/load_balancer_relay_action_edit.php, line: 558 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 282 -# File: src/www/load_balancer_setting.php, line: 154 -# File: src/www/pkg_edit.php, line: 446 -# File: src/www/services_captiveportal.php, line: 1055 -# File: src/www/services_captiveportal_ip_edit.php, line: 236 -# File: src/www/services_captiveportal_mac_edit.php, line: 261 -# File: src/www/services_captiveportal_vouchers.php, line: 550 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 233 -# File: src/www/services_dhcp.php, line: 1147 -# File: src/www/services_dhcp_edit.php, line: 531 -# File: src/www/services_dhcp_relay.php, line: 185 -# File: src/www/services_dhcpv6.php, line: 808 -# File: src/www/services_dhcpv6_edit.php, line: 244 -# File: src/www/services_dhcpv6_relay.php, line: 187 -# File: src/www/services_dnsmasq.php, line: 324 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 166 -# File: src/www/services_dnsmasq_edit.php, line: 289 -# File: src/www/services_dyndns_edit.php, line: 433 -# File: src/www/services_igmpproxy.php, line: 135 -# File: src/www/services_igmpproxy_edit.php, line: 275 -# File: src/www/services_ntpd.php, line: 398 -# File: src/www/services_ntpd_gps.php, line: 571 -# File: src/www/services_ntpd_pps.php, line: 211 -# File: src/www/services_opendns.php, line: 205 -# File: src/www/services_rfc2136_edit.php, line: 226 -# File: src/www/services_router_advertisements.php, line: 369 -# File: src/www/services_snmp.php, line: 480 -# File: src/www/services_unbound.php, line: 344 -# File: src/www/services_unbound_acls.php, line: 105 -# File: src/www/services_unbound_acls.php, line: 296 -# File: src/www/services_unbound_domainoverride_edit.php, line: 162 -# File: src/www/services_unbound_host_edit.php, line: 291 -# File: src/www/services_wol_edit.php, line: 167 -# File: src/www/status_lb_pool.php, line: 227 -# File: src/www/status_rrd_graph_settings.php, line: 187 -# File: src/www/system_advanced_admin.php, line: 639 -# File: src/www/system_advanced_firewall.php, line: 595 -# File: src/www/system_advanced_misc.php, line: 637 -# File: src/www/system_advanced_network.php, line: 292 -# File: src/www/system_advanced_notifications.php, line: 100 -# File: src/www/system_advanced_notifications.php, line: 351 -# File: src/www/system_advanced_sysctl.php, line: 96 -# File: src/www/system_advanced_sysctl.php, line: 241 -# File: src/www/system_authservers.php, line: 870 -# File: src/www/system_camanager.php, line: 389 -# File: src/www/system_camanager.php, line: 636 -# File: src/www/system_certmanager.php, line: 189 -# File: src/www/system_certmanager.php, line: 629 -# File: src/www/system_certmanager.php, line: 1083 -# File: src/www/system_crlmanager.php, line: 299 -# File: src/www/system_crlmanager.php, line: 421 -# File: src/www/system_crlmanager.php, line: 458 -# File: src/www/system_gateway_groups_edit.php, line: 363 -# File: src/www/system_gateways_edit.php, line: 930 -# File: src/www/system_general.php, line: 515 -# File: src/www/system_groupmanager.php, line: 436 -# File: src/www/system_groupmanager_addprivs.php, line: 220 -# File: src/www/system_routes_edit.php, line: 370 -# File: src/www/system_usermanager.php, line: 870 -# File: src/www/system_usermanager_addprivs.php, line: 187 -# File: src/www/system_usermanager_passwordmg.php, line: 135 -# File: src/www/system_usermanager_settings.php, line: 168 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 94 -# File: src/www/vpn_ipsec.php, line: 764 -# File: src/www/vpn_ipsec_keys_edit.php, line: 161 -# File: src/www/vpn_ipsec_mobile.php, line: 718 -# File: src/www/vpn_ipsec_phase1.php, line: 1059 -# File: src/www/vpn_ipsec_phase2.php, line: 894 -# File: src/www/vpn_ipsec_settings.php, line: 263 -# File: src/www/vpn_l2tp.php, line: 490 -# File: src/www/vpn_l2tp_users_edit.php, line: 204 -# File: src/www/vpn_openvpn_client.php, line: 1197 -# File: src/www/vpn_openvpn_csc.php, line: 767 -# File: src/www/vpn_openvpn_server.php, line: 1966 -# File: src/www/vpn_pppoe_edit.php, line: 658 -# File: src/www/vpn_pptp.php, line: 516 -# File: src/www/vpn_pptp_users_edit.php, line: 197 -msgid "Save" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 255 -msgid "" -"NOTE: Be aware of how much space is consumed by backups before adjusting " -"this value. Current space used by backups: " -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 162 -msgid "Configuration diff from" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 162 -# File: src/www/diag_dump_states.php, line: 234 -# File: src/www/diag_dump_states_sources.php, line: 177 -# File: src/www/firewall_nat_edit.php, line: 636 -# File: src/www/firewall_nat_edit.php, line: 759 -# File: src/www/services_dhcp.php, line: 803 -# File: src/www/services_dhcpv6.php, line: 581 -# File: src/www/services_dhcpv6.php, line: 588 -msgid "to" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 271 -msgid "View differences" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 266 -msgid "" -"To view the differences between an older configuration and a newer " -"configuration, select the older configuration using the left column of radio " -"options and select the newer configuration in the right column, then press " -"the button." -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 279 -# File: src/www/diag_confbak.php, line: 336 -msgid "Diff" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 280 -msgid "Date" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 283 -msgid "Configuration Change" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 297 -msgid "Current" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 325 -msgid "Revert to this configuration" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 326 -msgid "Remove this backup" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 327 -msgid "Download this backup" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 49 -msgid "" -"The system has been reset to factory defaults and is now rebooting. This may " -"take a few minutes, depending on your hardware." -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 50 -msgid "If you click \"Yes\", the firewall will:" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 61 -msgid "Reset to factory defaults" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 62 -msgid "LAN IP address will be reset to 192.168.1.1" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 63 -msgid "System will be configured as a DHCP server on the default LAN interface" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 64 -msgid "Reboot after changes are installed" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 65 -msgid "" -"WAN interface will be set to obtain an address automatically from a DHCP " -"server" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 66 -msgid "webConfigurator admin username will be reset to 'root'" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 67 -msgid "webConfigurator admin password will be reset to" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 69 -msgid "Are you sure you want to proceed?" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 100 -msgid "Host must be a valid hostname or IP address." -msgstr "" - -# -# File: src/www/diag_dns.php, line: 109 -msgid "No response" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 181 -msgid "Resolve DNS hostname or IP" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 189 -# File: src/www/system_authservers.php, line: 163 -# File: src/www/system_authservers.php, line: 186 -msgid "Hostname or IP" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 90 -msgid "Response" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2268 -# File: src/www/status_lb_vs.php, line: 80 -# File: src/www/vpn_ipsec_phase2.php, line: 583 -# File: src/www/vpn_ipsec_phase2.php, line: 632 -# File: src/www/vpn_ipsec_phase2.php, line: 692 -# File: src/www/vpn_ipsec_phase2.php, line: 701 -msgid "Address" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 226 -msgid "Resolution time per server" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 232 -msgid "Query time" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 250 -msgid "More Information:" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 254 -msgid "" -"NOTE: The following links are to external services, so their reliability " -"cannot be guaranteed." -msgstr "" - -# -# File: src/www/diag_dns.php, line: 255 -msgid "IP WHOIS @ DNS Stuff" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 256 -msgid "IP Info @ DNS Stuff" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 39 -# File: src/www/diag_dump_states_sources.php, line: 39 -# File: src/www/status_openvpn.php, line: 49 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 43 -msgid "invalid input" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 95 -# File: src/www/diag_dump_states_sources.php, line: 83 -# File: src/www/status_openvpn.php, line: 121 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 113 -msgid "An error occurred." -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 133 -msgid "Current total state count" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 134 -# File: src/www/diag_dump_states_sources.php, line: 119 -msgid "Filter expression:" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 138 -msgid "Kill" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 162 -msgid "Int" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 172 -# File: src/www/diag_logs_filter.php, line: 306 -# File: src/www/diag_logs_filter_dynamic.php, line: 116 -# File: src/www/diag_states_summary.php, line: 145 -# File: src/www/firewall_nat.php, line: 219 -# File: src/www/firewall_rules.php, line: 398 -msgid "Proto" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 182 -msgid "Source -> Router -> Destination" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 234 -msgid "Remove all state entries from" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 247 -msgid "No states were found." -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 257 -msgid "States matching current filter" -msgstr "" - -# -# File: src/www/diag_dump_states_sources.php, line: 142 -msgid "Source -> Destination" -msgstr "" - -# -# File: src/www/diag_dump_states_sources.php, line: 143 -msgid "# States" -msgstr "" - -# -# File: src/www/diag_dump_states_sources.php, line: 144 -msgid "# Connections" -msgstr "" - -# -# File: src/www/diag_dump_states_sources.php, line: 145 -# File: src/www/diag_system_pftop.php, line: 144 -# File: src/www/status_interfaces.php, line: 366 -msgid "Rate" -msgstr "" - -# -# File: src/www/diag_dump_states_sources.php, line: 177 -msgid "Remove all source tracking entries from" -msgstr "" - -# -# File: src/www/diag_dump_states_sources.php, line: 188 -msgid "No source tracking entries were found." -msgstr "" - -# -# File: src/www/diag_halt.php, line: 48 -msgid "The system is halting now. This may take one minute." -msgstr "" - -# -# File: src/www/diag_halt.php, line: 56 -msgid "Are you sure you want to halt the system?" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 91 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 127 -msgid "Connection" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 96 -msgid "Local ID" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 97 -# File: src/www/interfaces_ppps_edit.php, line: 670 -# File: src/www/vpn_pppoe.php, line: 122 -msgid "Local IP" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 98 -msgid "Remote ID" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 99 -msgid "Remote IP" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 97 -msgid "Local Auth" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 98 -msgid "Remote Auth" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 227 -msgid "Local subnets" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 148 -msgid "SPI(s)" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 229 -msgid "Remote subnets" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 151 -msgid "Stats" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 162 -msgid "in" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 163 -msgid "out" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 299 -# File: src/www/diag_logs_filter_dynamic.php, line: 112 -# File: src/www/diag_logs_vpn.php, line: 133 -# File: src/www/diag_system_pftop.php, line: 133 -# File: src/www/firewall_schedule_edit.php, line: 924 -# File: src/www/widgets/widgets/log.widget.php, line: 221 -msgid "Time" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 174 -msgid "Bytes in" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 175 -msgid "Bytes out" -msgstr "" - -# -# File: src/www/diag_ipsec_leases.php, line: 65 -msgid "Pool: " -msgstr "" - -# -# File: src/www/diag_ipsec_leases.php, line: 66 -msgid "usage: " -msgstr "" - -# -# File: src/www/diag_ipsec_leases.php, line: 67 -msgid "online: " -msgstr "" - -# -# File: src/www/diag_ipsec_leases.php, line: 74 -# File: src/www/diag_ping.php, line: 43 -# File: src/www/diag_ping.php, line: 95 -# File: src/www/diag_testport.php, line: 43 -# File: src/www/diag_testport.php, line: 111 -# File: src/www/diag_traceroute.php, line: 49 -# File: src/www/diag_traceroute.php, line: 103 -# File: src/www/load_balancer_monitor_edit.php, line: 280 -# File: src/www/load_balancer_monitor_edit.php, line: 313 -# File: src/www/services_dnsmasq.php, line: 365 -# File: src/www/services_dnsmasq_edit.php, line: 201 -# File: src/www/services_dnsmasq_edit.php, line: 242 -# File: src/www/services_rfc2136_edit.php, line: 187 -# File: src/www/services_unbound.php, line: 384 -# File: src/www/services_unbound_host_edit.php, line: 201 -# File: src/www/services_unbound_host_edit.php, line: 244 -msgid "Host" -msgstr "" - -# -# File: src/www/diag_ipsec_leases.php, line: 90 -msgid "No leases from this pool yet." -msgstr "" - -# -# File: src/www/diag_ipsec_leases.php, line: 97 -msgid "No IPsec pools." -msgstr "" - -# -# File: src/www/diag_ipsec_sad.php, line: 65 -msgid "SPI" -msgstr "" - -# -# File: src/www/diag_ipsec_sad.php, line: 66 -msgid "Enc. alg." -msgstr "" - -# -# File: src/www/diag_ipsec_sad.php, line: 67 -msgid "Auth. alg." -msgstr "" - -# -# File: src/www/diag_ipsec_sad.php, line: 68 -msgid "Data" -msgstr "" - -# -# File: src/www/diag_ipsec_sad.php, line: 87 -msgid "No IPsec security associations." -msgstr "" - -# -# File: src/www/diag_ipsec_spd.php, line: 64 -# File: src/www/firewall_rules_edit.php, line: 864 -# File: src/www/load_balancer_relay_action_edit.php, line: 107 -# File: src/www/load_balancer_relay_action_edit.php, line: 444 -msgid "Direction" -msgstr "" - -# -# File: src/www/diag_ipsec_spd.php, line: 66 -msgid "Tunnel endpoints" -msgstr "" - -# -# File: src/www/diag_ipsec_spd.php, line: 91 -msgid "incoming (as seen by firewall)" -msgstr "" - -# -# File: src/www/diag_ipsec_spd.php, line: 98 -msgid "outgoing (as seen by firewall)" -msgstr "" - -# -# File: src/www/diag_ipsec_spd.php, line: 103 -msgid "No IPsec security policies." -msgstr "" - -# -# File: src/www/diag_limiter_info.php, line: 37 -msgid "We could not find any limiters on this system." -msgstr "" - -# -# File: src/www/diag_limiter_info.php, line: 92 -msgid "Gathering Limiter information, please wait..." -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 114 -msgid "Easy Rule: Blocked from Firewall Log View" -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 115 -# File: src/etc/inc/easyrule.inc, line: 301 -msgid "Easy Rule" -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 178 -# File: src/etc/inc/easyrule.inc, line: 186 -msgid "Entry added" -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 183 -msgid "Hosts blocked from Firewall Log view" -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 263 -msgid "Easy Rule: Passed from Firewall Log View" -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 318 -msgid "Tried to block invalid IP:" -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 322 -msgid "Invalid interface for block rule:" -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 325 -msgid "Host added successfully" -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 327 -msgid "Failed to create block rule, alias, or add host." -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 330 -msgid "Tried to block but had no host IP or interface" -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 332 -msgid "Unknown block error." -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 343 -msgid "Invalid interface for pass rule:" -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 346 -msgid "Invalid protocol for pass rule:" -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 349 -msgid "Tried to pass invalid source IP:" -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 352 -msgid "Tried to pass invalid destination IP:" -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 356 -msgid "Missing destination port:" -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 359 -msgid "Tried to pass invalid destination port:" -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 366 -msgid "Successfully added pass rule!" -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 368 -msgid "Failed to add pass rule." -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 371 -msgid "Missing parameters for pass rule." -msgstr "" - -# -# File: src/etc/inc/easyrule.inc, line: 373 -msgid "Unknown pass error." -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 43 -msgid "Cannot resolve" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 63 -msgid "The rule that triggered this action is" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 627 -msgid "Time and interface" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 628 -msgid "Source and destination IP Address" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 629 -msgid "Source and destination port" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 642 -msgid "Source IP Address" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 146 -# File: src/www/diag_testport.php, line: 119 -# File: src/www/firewall_nat_out.php, line: 307 -# File: src/www/firewall_nat_out.php, line: 494 -msgid "Source Port" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 238 -msgid "Quantity" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 654 -msgid "Destination IP Address" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 139 -# File: src/www/firewall_nat_out.php, line: 309 -# File: src/www/firewall_nat_out.php, line: 496 -msgid "Destination Port" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 656 -msgid "Protocol Flags" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3050 -msgid "Any" -msgstr "" - -# -# File: src/www/diag_testport.php, line: 155 -msgid "IPv4" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 291 -#, php-format -msgid "Last %s firewall log entries." -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 706 -#, php-format -msgid "Showing %s matching log entries (maximum is %s)." -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 300 -# File: src/www/diag_logs_filter_dynamic.php, line: 113 -# File: src/www/firewall_nat.php, line: 218 -# File: src/www/services_rfc2136.php, line: 82 -msgid "If" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 302 -msgid "Rule" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 748 -msgid "Direction=OUT" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 345 -# File: src/www/diag_logs_filter.php, line: 351 -msgid "Click to resolve" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 346 -msgid "Easy Rule: Add to Block List" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 352 -msgid "Easy Rule: Pass this traffic" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 790 -msgid "Icon Easy Rule: Pass this traffic" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 837 -msgid "added block rule" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 859 -msgid "added pass rule" -msgstr "" - -# -# File: src/www/diag_logs_filter_dynamic.php, line: 101 -#, php-format -msgid "Showing last %s records." -msgstr "" - -# -# File: src/www/diag_logs_filter_dynamic.php, line: 107 -msgid "Pause" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 373 -#, php-format -msgid "Last %s firewall log entries" -msgstr "" - -# -# File: src/www/diag_logs.php, line: 97 -# File: src/www/diag_logs_auth.php, line: 77 -# File: src/www/diag_logs_dhcp.php, line: 80 -# File: src/www/diag_logs_filter.php, line: 391 -# File: src/www/diag_logs_gateways.php, line: 99 -# File: src/www/diag_logs_ipsec.php, line: 91 -# File: src/www/diag_logs_ntpd.php, line: 78 -# File: src/www/diag_logs_openvpn.php, line: 80 -# File: src/www/diag_logs_ppp.php, line: 77 -# File: src/www/diag_logs_proxy.php, line: 66 -# File: src/www/diag_logs_relayd.php, line: 79 -# File: src/www/diag_logs_resolver.php, line: 97 -# File: src/www/diag_logs_routing.php, line: 77 -# File: src/www/diag_logs_vpn.php, line: 148 -# File: src/www/diag_logs_wireless.php, line: 79 -msgid "Clear log" -msgstr "" - -# -# File: src/www/diag_logs_filter_summary.php, line: 42 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 232 -msgid "Actions" -msgstr "" - -# -# File: src/www/diag_logs_filter_summary.php, line: 44 -msgid "Protocols" -msgstr "" - -# -# File: src/www/diag_logs_filter_summary.php, line: 45 -msgid "Source IPs" -msgstr "" - -# -# File: src/www/diag_logs_filter_summary.php, line: 46 -msgid "Destination IPs" -msgstr "" - -# -# File: src/www/diag_logs_filter_summary.php, line: 47 -msgid "Source Ports" -msgstr "" - -# -# File: src/www/diag_logs_filter_summary.php, line: 48 -msgid "Destination Ports" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 612 -# File: src/www/firewall_nat_edit.php, line: 625 -# File: src/www/firewall_nat_edit.php, line: 732 -# File: src/www/firewall_nat_edit.php, line: 745 -# File: src/www/firewall_nat_edit.php, line: 775 -# File: src/www/firewall_rules_edit.php, line: 1020 -# File: src/www/firewall_rules_edit.php, line: 1033 -# File: src/www/firewall_rules_edit.php, line: 1119 -# File: src/www/firewall_rules_edit.php, line: 1132 -msgid "other" -msgstr "" - -# -# File: src/www/diag_logs_filter_summary.php, line: 124 -#, php-format -msgid "" -"The following summaries have been collected from the last %s lines of the " -"firewall log (maximum is %s)." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 316 -# File: src/www/diag_ping.php, line: 43 -# File: src/www/diag_ping.php, line: 122 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 86 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 211 -msgid "Count" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 45 -msgid "L2TP Logins" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 48 -msgid "L2TP Raw" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 39 -msgid "PPPoE Logins" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 42 -msgid "PPPoE Raw" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 33 -msgid "PPTP Logins" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 36 -msgid "PPTP Raw" -msgstr "" - -# -# File: src/www/diag_logs_pills.inc, line: 44 -msgid "Cache" -msgstr "" - -# -# File: src/www/diag_logs_pills.inc, line: 42 -msgid "Store" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 73 -msgid "The log files have been reset." -msgstr "" - -# -# File: src/www/status_rrd_graph_settings.php, line: 40 -msgid "RRD data has been cleared." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 81 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #1." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 84 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #2." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 87 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #3." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 91 -msgid "Number of log entries to show must be between 5 and 2000." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 96 -msgid "Log file size must be a positive integer greater than 5120." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 161 -# File: src/www/system_advanced_admin.php, line: 677 -msgid "webConfigurator configuration has changed. Restarting webConfigurator." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 163 -msgid "WebGUI process is restarting." -msgstr "" - -# -# File: src/www/status_rrd_graph_settings.php, line: 188 -msgid "" -"Do you really want to reset the RRD graphs? This will erase all graph data." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 342 -msgid "" -"Do you really want to reset the log files? This will erase all local log " -"data." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 339 -msgid "Reporting Database Options" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 342 -msgid "Round-Robin-Database" -msgstr "" - -# -# File: src/www/status_rrd_graph_settings.php, line: 135 -msgid "Enables the RRD graphing backend." -msgstr "" - -# -# File: src/www/status_rrd_graph_settings.php, line: 188 -msgid "Reset RRD Data" -msgstr "" - -# -# File: src/www/status_rrd_graph_settings.php, line: 195 -msgid "" -"Graphs will not be allowed to be recreated within a 1 minute interval, " -"please take this into account after changing the style." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 371 -msgid "Local Logging Options" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 378 -msgid "Reverse Display" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 271 -msgid "Show log entries in reverse order (newest entries on top)" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 315 -msgid "GUI Log Entries to Display" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 277 -msgid "" -"Hint: This is only the number of log entries displayed in the GUI. It does " -"not affect how many entries are contained in the actual log files." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 321 -msgid "Log File Size (Bytes)" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 283 -msgid "" -"Logs are held in constant-size circular log files. This field controls how " -"large each log file is, and thus how many entries may exist inside the log. " -"By default this is approximately 500KB per log file, and there are nearly 20 " -"such log files." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 285 -msgid "" -"NOTE: Log sizes are changed the next time a log file is cleared or deleted. " -"To immediately increase the size of the log files, you must first save the " -"options to set the size, then clear all logs using the \"Reset Log Files\" " -"option farther down this page. " -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 286 -msgid "" -"Be aware that increasing this value increases every log file size, so disk " -"usage will increase significantly." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 287 -msgid "Disk space currently used by log files: " -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 288 -msgid "Remaining disk space for log files: " -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 333 -msgid "Log Firewall Default Blocks" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 295 -msgid "Log packets matched from the default block rules put in the ruleset" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 296 -msgid "" -"Hint: packets that are blocked by the implicit default block rule will not " -"be logged if you uncheck this option. Per-rule logging options are still " -"respected." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 299 -msgid "Log packets matched from the default pass rules put in the ruleset" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 300 -msgid "" -"Hint: packets that are allowed by the implicit default pass rule will be " -"logged if you check this option. Per-rule logging options are still " -"respected." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 303 -msgid "Log packets blocked by 'Block Bogon Networks' rules" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 306 -msgid "Log packets blocked by 'Block Private Networks' rules" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 351 -msgid "Web Server Log" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 312 -msgid "Log errors from the web server process." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 313 -msgid "" -"Hint: If this is checked, errors from the lighttpd web server process for " -"the GUI or Captive Portal will appear in the main system log." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 357 -msgid "Filter descriptions" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 360 -msgid "Omit descriptions" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 361 -msgid "Display as column" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 362 -msgid "Display as second row" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 329 -msgid "Show the applied rule description below or in the firewall log rows." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 331 -msgid "" -"Displaying rule descriptions for all lines in the log might affect " -"performance with large rule sets." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 370 -msgid "Local Logging" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 337 -msgid "Disable writing log files to the local disk" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 375 -msgid "Reset Logs" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 71 -# File: src/www/diag_logs_settings.php, line: 342 -msgid "Reset Log Files" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 344 -msgid "" -"Note: Clears all local log files and reinitializes them as empty logs. This " -"also restarts the DHCP daemon. Use the Save button first if you have made " -"any setting changes." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 351 -msgid "Remote Logging Options" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 354 -# File: src/www/diag_ping.php, line: 106 -# File: src/www/diag_system_pftop.php, line: 147 -# File: src/www/diag_testport.php, line: 131 -# File: src/www/diag_traceroute.php, line: 114 -msgid "Source Address" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 392 -msgid "Default (any)" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 370 -msgid "" -"This option will allow the logging daemon to bind to a single IP address, " -"rather than all IP addresses." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 371 -msgid "" -"If you pick a single IP, remote syslog severs must all be of that IP type. " -"If you wish to mix IPv4 and IPv6 remote syslog servers, you must bind to all " -"interfaces." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 373 -msgid "" -"NOTE: If an IP address cannot be located on the chosen interface, the daemon " -"will bind to all addresses." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 377 -# File: src/www/diag_ping.php, line: 99 -# File: src/www/diag_testport.php, line: 148 -# File: src/www/diag_traceroute.php, line: 107 -msgid "IP Protocol" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 384 -msgid "" -"This option is only used when a non-default address is chosen as the source " -"above. This option only expresses a preference; If an IP address of the " -"selected type is not found on the chosen interface, the other type will be " -"tried." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 388 -msgid "Enable Remote Logging" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 390 -msgid "Send log messages to remote syslog server" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 393 -msgid "Remote Syslog Servers" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 410 -msgid "IP addresses of remote syslog servers, or an IP:port." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 416 -msgid "Remote Syslog Contents" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 419 -msgid "Everything" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 421 -msgid "System events" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 423 -msgid "Firewall events" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 425 -msgid "DHCP service events" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 427 -msgid "Portal Auth events" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 429 -msgid "VPN (PPTP, IPsec, OpenVPN) events" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 431 -msgid "Gateway Monitor events" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 433 -msgid "Server Load Balancer events" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 435 -msgid "Wireless events" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 446 -msgid "" -"syslog sends UDP datagrams to port 514 on the specified remote syslog " -"server, unless another port is specified. Be sure to set syslogd on the " -"remote server to accept syslog messages from" -msgstr "" - -# -# File: src/etc/inc/ipsec.inc, line: 41 -# File: src/etc/inc/ipsec.inc, line: 50 -# File: src/www/diag_arp.php, line: 307 -# File: src/www/diag_logs_vpn.php, line: 136 -# File: src/www/services_captiveportal.php, line: 700 -# File: src/www/services_captiveportal.php, line: 721 -# File: src/www/services_captiveportal.php, line: 743 -# File: src/www/services_captiveportal.php, line: 762 -# File: src/www/services_captiveportal_ip.php, line: 109 -# File: src/www/services_captiveportal_ip_edit.php, line: 192 -# File: src/www/services_dhcp.php, line: 1176 -# File: src/www/services_dhcp_edit.php, line: 382 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 63 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 143 -# File: src/www/services_dnsmasq_edit.php, line: 71 -# File: src/www/services_dnsmasq_edit.php, line: 216 -# File: src/www/services_unbound_domainoverride_edit.php, line: 57 -# File: src/www/services_unbound_domainoverride_edit.php, line: 140 -# File: src/www/services_unbound_host_edit.php, line: 72 -# File: src/www/services_unbound_host_edit.php, line: 217 -# File: src/www/status_captiveportal.php, line: 160 -# File: src/www/status_dhcp_leases.php, line: 336 -# File: src/www/system_advanced_network.php, line: 212 -# File: src/www/vpn_ipsec_phase2.php, line: 882 -# File: src/www/vpn_l2tp_users.php, line: 115 -# File: src/www/vpn_l2tp_users_edit.php, line: 196 -# File: src/www/vpn_pptp_users.php, line: 109 -# File: src/www/vpn_pptp_users_edit.php, line: 189 -msgid "IP address" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 114 -msgid "Invalid interface." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 117 -msgid "Invalid address family." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 120 -msgid "Invalid protocol." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 132 -#, php-format -msgid "A valid IP address or CIDR block must be specified. [%s]" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 138 -msgid "Invalid value specified for port." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 145 -msgid "Invalid value specified for packet length." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 152 -msgid "Invalid value specified for packet count." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 228 -msgid "Packet capture" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 246 -msgid "Select the interface on which to capture traffic." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 250 -msgid "Promiscuous" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 253 -msgid "If checked, the" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 253 -msgid "packet capture" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 253 -msgid "will be performed using promiscuous mode." -msgstr "" - -# -# File: src/www/carp_status.php, line: 179 -# File: src/www/diag_packet_capture.php, line: 254 -# File: src/www/diag_packet_capture.php, line: 343 -# File: src/www/interfaces_wireless.php, line: 150 -# File: src/www/pkg_edit.php, line: 947 -# File: src/www/services_ntpd_pps.php, line: 132 -# File: src/www/status_graph.php, line: 352 -# File: src/www/status_graph_cpu.php, line: 41 -# File: src/www/vpn_ipsec.php, line: 732 -# File: src/www/vpn_ipsec_keys.php, line: 191 -# File: src/www/vpn_ipsec_keys_edit.php, line: 175 -# File: src/www/vpn_pppoe_edit.php, line: 664 -# File: src/www/vpn_pptp.php, line: 521 -msgid "Note" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 254 -msgid "Some network adapters do not support or work well in promiscuous mode." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 258 -# File: src/www/system_gateways_edit.php, line: 717 -msgid "Address Family" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 264 -msgid "IPv4 Only" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 265 -msgid "IPv6 Only" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 265 -msgid "" -"Select the type of traffic to be captured, either Any, IPv4 only or IPv6 " -"only." -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 186 -msgid "ICMP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 276 -msgid "Exclude ICMP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 277 -msgid "ICMPv6" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 278 -msgid "Exclude ICMPv6" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 533 -# File: src/www/load_balancer_monitor_edit.php, line: 186 -# File: src/www/load_balancer_relay_action_edit.php, line: 174 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 132 -msgid "TCP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 280 -msgid "Exclude TCP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 281 -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "UDP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 282 -msgid "Exclude UDP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 283 -msgid "ARP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 284 -msgid "Exclude ARP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 285 -msgid "CARP (VRRP)" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 286 -msgid "Exclude CARP (VRRP)" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 287 -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "ESP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 287 -msgid "Select the protocol to capture, or Any." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 291 -msgid "Host Address" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 294 -msgid "" -"This value is either the Source or Destination IP address or subnet in CIDR " -"notation. The packet capture will look for this address in either field." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 384 -msgid "" -"Matching can be negated by preceding the value with \"not\". Multiple IP " -"addresses or CIDR subnets may be specified as boolean expresion." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 296 -msgid "" -"If you leave this field blank, all packets on the specified interface will " -"be captured." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 668 -# File: src/www/system_authservers.php, line: 669 -# File: src/www/system_authservers.php, line: 688 -msgid "Example:" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 301 -# File: src/www/diag_testport.php, line: 43 -# File: src/www/diag_testport.php, line: 115 -# File: src/www/firewall_aliases_edit.php, line: 466 -# File: src/www/firewall_rules.php, line: 400 -# File: src/www/firewall_rules.php, line: 402 -# File: src/www/load_balancer_pool.php, line: 136 -# File: src/www/load_balancer_pool_edit.php, line: 68 -# File: src/www/load_balancer_pool_edit.php, line: 223 -# File: src/www/load_balancer_virtual_server.php, line: 133 -# File: src/www/load_balancer_virtual_server_edit.php, line: 193 -# File: src/www/services_captiveportal.php, line: 705 -# File: src/www/services_captiveportal.php, line: 726 -# File: src/www/services_captiveportal.php, line: 748 -# File: src/www/services_captiveportal.php, line: 767 -# File: src/www/status_upnp.php, line: 74 -msgid "Port" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 305 -msgid "Leave blank if you do not want to filter by port." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 305 -msgid "" -"The port can be either the source or destination port. The packet capture " -"will look for this port in either field." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 309 -msgid "Packet Length" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 312 -msgid "" -"The Packet length is the number of bytes of each packet that will be " -"captured. Default value is 0, which will capture the entire frame regardless " -"of its size." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 319 -msgid "Enter 0 (zero) for no count limit." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 319 -msgid "" -"This is the number of packets the packet capture will grab. Default value is " -"100." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 418 -msgid "View settings" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 324 -msgid "Level of Detail" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 327 -msgid "Normal" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 330 -msgid "Full" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 332 -msgid "" -"This is the level of detail that will be displayed after hitting 'Stop' when " -"the packets have been captured." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 334 -msgid "" -"This option does not affect the level of detail when downloading the packet " -"capture." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 339 -msgid "Reverse DNS Lookup" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 342 -msgid "" -"This check box will cause the packet capture to perform a reverse DNS lookup " -"associated with all IP addresses." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 343 -msgid "This option can cause delays for large packet captures." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 183 -# File: src/www/diag_packet_capture.php, line: 360 -# File: src/www/diag_packet_capture.php, line: 363 -msgid "Stop" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 176 -# File: src/www/diag_packet_capture.php, line: 361 -# File: src/www/diag_packet_capture.php, line: 424 -# File: src/www/status_dhcp_leases.php, line: 339 -# File: src/www/status_dhcpv6_leases.php, line: 421 -# File: src/www/status_dhcpv6_leases.php, line: 517 -msgid "Start" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 366 -msgid "View Capture" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 72 -# File: src/www/diag_packet_capture.php, line: 367 -msgid "Download Capture" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 461 -msgid "Delete Capture" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 479 -msgid "Capture output" -msgstr "" - -# -# File: src/www/diag_pf_info.php, line: 87 -msgid "Gathering PF information, please wait..." -msgstr "" - -# -# File: src/www/diag_ping.php, line: 47 -#, php-format -msgid "Count must be between 1 and %s" -msgstr "" - -# -# File: src/www/diag_ping.php, line: 53 -# File: src/www/diag_traceroute.php, line: 58 -msgid "When using IPv4, the target host must be an IPv4 address or hostname." -msgstr "" - -# -# File: src/www/diag_ping.php, line: 55 -# File: src/www/diag_traceroute.php, line: 60 -msgid "When using IPv6, the target host must be an IPv6 address or hostname." -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 126 -# File: src/www/interfaces.php, line: 2925 -# File: src/www/interfaces.php, line: 2936 -# File: src/www/interfaces.php, line: 2948 -# File: src/www/interfaces.php, line: 2978 -# File: src/www/interfaces.php, line: 2994 -# File: src/www/interfaces.php, line: 3010 -msgid "Default" -msgstr "" - -# -# File: src/www/diag_ping.php, line: 155 -msgid "Ping output" -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 40 -msgid "The state table has been flushed successfully." -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 46 -msgid "The source tracking table has been flushed successfully." -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 88 -msgid "Firewall state table" -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 90 -msgid "" -"Resetting the state tables will remove all entries from the corresponding " -"tables. This means that all open connections will be broken and will have to " -"be re-established. This may be necessary after making substantial changes to " -"the firewall and/or NAT rules, especially if there are IP protocol mappings " -"(e.g. for PPTP or IPv6) with open connections." -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 97 -msgid "" -"The firewall will normally leave the state tables intact when changing rules." -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 100 -msgid "" -"NOTE: If you reset the firewall state table, the browser session may appear " -"to be hung after clicking "Reset". Simply refresh the page to " -"continue." -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 107 -msgid "Firewall Source Tracking" -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 109 -msgid "" -"Resetting the source tracking table will remove all source/destination " -"associations. This means that the \"sticky\" source/destination association " -"will be cleared for all clients." -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 113 -msgid "This does not clear active connection states, only source tracking." -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 116 -# File: src/www/status_lb_pool.php, line: 228 -msgid "Reset" -msgstr "" - -# -# File: src/www/diag_routes.php, line: 57 -# File: src/www/diag_routes.php, line: 161 -msgid "Routing tables" -msgstr "" - -# -# File: src/www/diag_routes.php, line: 171 -msgid "Name resolution" -msgstr "" - -# -# File: src/www/diag_routes.php, line: 173 -msgid "Enable this to attempt to resolve names when displaying the tables." -msgstr "" - -# -# File: src/www/diag_routes.php, line: 199 -msgid "" -"By enabling name resolution, the query should take a bit longer. You can " -"stop it at any time by clicking the Stop button in your browser." -msgstr "" - -# -# File: src/www/diag_routes.php, line: 177 -msgid "Number of rows" -msgstr "" - -# -# File: src/www/diag_routes.php, line: 180 -# File: src/www/diag_tables.php, line: 170 -msgid "all" -msgstr "" - -# -# File: src/www/diag_routes.php, line: 185 -msgid "Select how many rows to display." -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 234 -# File: src/www/diag_routes.php, line: 189 -msgid "Filter expression" -msgstr "" - -# -# File: src/www/diag_routes.php, line: 192 -msgid "Use a regular expression to filter IP address or hostnames." -msgstr "" - -# -# File: src/www/diag_routes.php, line: 198 -# File: src/www/system_certmanager.php, line: 435 -# File: src/www/system_certmanager.php, line: 1095 -# File: src/www/system_certmanager.php, line: 1140 -msgid "Update" -msgstr "" - -# -# File: src/www/diag_routes.php, line: 221 -# File: src/www/diag_routes.php, line: 237 -msgid "Gathering data, please wait..." -msgstr "" - -# -# File: src/www/diag_smart.php, line: 68 -msgid "PASSED" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 69 -msgid "FAILED" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 70 -msgid "Warning" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 121 -# File: src/www/diag_smart.php, line: 466 -msgid "Abort" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 170 -#, php-format -msgid "Email sent to %s" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 208 -msgid "Information/Tests" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 209 -# File: src/www/diag_smart.php, line: 220 -msgid "Config" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 245 -msgid "Test email" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 250 -#, php-format -msgid "Send test email to %s" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 258 -# File: src/www/services_wol.php, line: 158 -msgid "Send" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 293 -msgid "Info type" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 297 -msgid "SMART Capabilities" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 298 -msgid "Attributes" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 304 -# File: src/www/diag_smart.php, line: 357 -# File: src/www/diag_smart.php, line: 408 -# File: src/www/diag_smart.php, line: 450 -msgid "Device: /dev/" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 320 -# File: src/www/diag_smart.php, line: 424 -msgid "View" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 337 -msgid "Perform Self-tests" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 346 -msgid "Test type" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 349 -# File: src/www/status_gateway_groups.php, line: 132 -# File: src/www/status_gateways.php, line: 122 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 63 -msgid "Offline" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 350 -msgid "Short" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 351 -# File: src/www/diag_system_pftop.php, line: 128 -msgid "Long" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 352 -msgid "Conveyance (ATA Disks Only)" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 390 -msgid "View Logs" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 399 -msgid "Log type" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 402 -msgid "Error" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 403 -msgid "Self-test" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 441 -msgid "Abort tests" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 466 -msgid "Do you really want to abort the test?" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 485 -msgid "Back" -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 41 -msgid "Show all socket connections" -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 41 -msgid "Show only listening sockets" -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 52 -#, php-format -msgid "Information about listening sockets for both %sIPv4%s and %sIPv6%s." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 53 -#, php-format -msgid "" -"For explanation about the meaning of the information listed for each socket " -"click %shere%s." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 54 -msgid "" -"To show information about both listening and connected sockets click this." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 123 -#, php-format -msgid "" -"This page show the output for the commands: \"sockstat -4lL\" and \"sockstat " -"-6lL\".%sOr in case of showing all sockets the output for: \"sockstat -4\" " -"and \"sockstat -6\".%s%sThe information listed for each socket is:" -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 129 -msgid "The user who owns the socket." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 130 -msgid "The command which holds the socket." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 131 -msgid "The process ID of the command which holds the socket." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 132 -msgid "The file descriptor number of the socket." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 133 -msgid "" -"The transport protocol associated with the socket for Internet sockets, or " -"the type of socket (stream or data-gram) for UNIX sockets." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 134 -#, php-format -msgid "" -"(UNIX sockets only) For bound sockets, this is the file-name of the socket. " -"%sFor other sockets, it is the name, PID and file descriptor number of the " -"peer, or ``(none)'' if the socket is neither bound nor connected." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 135 -msgid "" -"(Internet sockets only) The address the local end of the socket is bound to " -"(see getsockname(2))." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 136 -msgid "" -"(Internet sockets only) The address the foreign end of the socket is bound " -"to (see getpeername(2))." -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 117 -# File: src/www/diag_dump_states_sources.php, line: 99 -# File: src/www/diag_resetstate.php, line: 67 -# File: src/www/diag_states_summary.php, line: 144 -# File: src/www/diag_states_summary.php, line: 146 -msgid "States" -msgstr "" - -# -# File: src/www/diag_states_summary.php, line: 147 -msgid "Src Ports" -msgstr "" - -# -# File: src/www/diag_states_summary.php, line: 148 -msgid "Dst Ports" -msgstr "" - -# -# File: src/www/diag_states_summary.php, line: 194 -msgid "By Source IP" -msgstr "" - -# -# File: src/www/diag_states_summary.php, line: 195 -msgid "By Destination IP" -msgstr "" - -# -# File: src/www/diag_states_summary.php, line: 196 -msgid "Total per IP" -msgstr "" - -# -# File: src/www/diag_states_summary.php, line: 197 -msgid "By IP Pair" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 118 -msgid "View type:" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 119 -msgid "Sort type:" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 120 -msgid "Number of States:" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 127 -msgid "Label" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 131 -msgid "Speed" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 136 -msgid "Age" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 137 -msgid "Bytes" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 138 -msgid "Destination Address" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 140 -msgid "Expiry" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 142 -msgid "Peak" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 143 -msgid "Packet" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 177 -msgid "Gathering pfTOP activity, please wait..." -msgstr "" - -# -# File: src/www/diag_tables.php, line: 53 -msgid "The bogons database has NOT been updated." -msgstr "" - -# -# File: src/www/diag_tables.php, line: 76 -msgid "The bogons database has been updated." -msgstr "" - -# -# File: src/www/diag_tables.php, line: 33 -msgid "Tables" -msgstr "" - -# -# File: src/www/diag_tables.php, line: 130 -msgid "Do you really want to flush this table?" -msgstr "" - -# -# File: src/www/diag_tables.php, line: 164 -msgid "Flush" -msgstr "" - -# -# File: src/www/diag_tables.php, line: 166 -msgid "Update bogons" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 150 -# File: src/www/diag_tables.php, line: 138 -# File: src/www/interfaces_ppps_edit.php, line: 678 -# File: src/www/load_balancer_virtual_server.php, line: 132 -# File: src/www/load_balancer_virtual_server_edit.php, line: 61 -# File: src/www/load_balancer_virtual_server_edit.php, line: 66 -# File: src/www/load_balancer_virtual_server_edit.php, line: 179 -# File: src/www/system_advanced_notifications.php, line: 228 -msgid "IP Address" -msgstr "" - -# -# File: src/www/diag_tables.php, line: 158 -# File: src/www/diag_tables.php, line: 160 -msgid "No entries exist in this table." -msgstr "" - -# -# File: src/www/diag_tables.php, line: 187 -msgid "delete this entry" -msgstr "" - -# -# File: src/www/diag_testport.php, line: 47 -msgid "Please enter a valid IP or hostname." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 51 -msgid "Please enter a valid port number." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 55 -msgid "Please enter a valid source port number, or leave the field blank." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 59 -msgid "You cannot connect to an IPv4 address using IPv6." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 62 -msgid "You cannot connect to an IPv6 address using IPv4." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 92 -msgid "" -"This page allows you to perform a simple TCP connection test to determine if " -"a host is up and accepting connections on a given port. This test does not " -"function for UDP since there is no way to reliably determine if a UDP port " -"accepts connections in this manner." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 94 -msgid "" -"No data is transmitted to the remote host during this test, it will only " -"attempt to open a connection and optionally display the data sent back from " -"the server." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 161 -msgid "" -"If you force IPv4 or IPv6 and use a hostname that does not contain a result " -"using that protocol,
it will result in an error. For example if you " -"force IPv4 and use a hostname that only returns an AAAA IPv6 IP address, it " -"will not work." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 121 -msgid "This should typically be left blank." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 125 -msgid "Show Remote Text" -msgstr "" - -# -# File: src/www/diag_testport.php, line: 127 -msgid "" -"Shows the text given by the server when connecting to the port. Will take " -"10+ seconds to display if checked." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 193 -msgid "Port Test Results" -msgstr "" - -# -# File: src/www/diag_testport.php, line: 268 -msgid "" -"No output received, or connection failed. Try with \"Show Remote Text\" " -"unchecked first." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 270 -msgid "Connection failed (Refused/Timeout)" -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 49 -msgid "ttl" -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 53 -#, php-format -msgid "Maximum number of hops must be between 1 and %s" -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 130 -msgid "Maximum number of hops" -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 138 -msgid "Reverse Address Lookup" -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 142 -msgid "Use ICMP" -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 153 -# File: src/www/firewall_rules_edit.php, line: 791 -# File: src/www/services_ntpd_gps.php, line: 400 -# File: src/www/services_ntpd_gps.php, line: 401 -msgid "Note: " -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 154 -msgid "" -"Traceroute may take a while to complete. You may hit the Stop button on your " -"browser at any time to see the progress of failed traceroutes." -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 156 -msgid "" -"Using a source interface/IP address that does not match selected type (IPv4, " -"IPv6) will result in an error or empty output." -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 180 -msgid "Traceroute output" -msgstr "" - -# -# File: src/www/fbegin.inc, line: 141 -msgid "Help for items on this page" -msgstr "" - -# -# File: src/www/fbegin.inc, line: 216 -msgid "Save Settings" -msgstr "" - -# -# File: src/www/fbegin.inc, line: 258 -msgid "Add widget" -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 98 -#, php-format -msgid "Cannot delete alias. Currently in use by %s" -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 152 -msgid "Add a new alias" -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 256 -msgid "" -"Do you really want to delete this alias? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 168 -msgid "The alias list has been changed." -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 168 -# File: src/www/firewall_nat.php, line: 193 -# File: src/www/firewall_nat_1to1.php, line: 156 -# File: src/www/firewall_nat_npt.php, line: 84 -# File: src/www/firewall_nat_out.php, line: 215 -# File: src/www/firewall_virtual_ip.php, line: 200 -# File: src/www/interfaces.php, line: 1566 -# File: src/www/load_balancer_monitor.php, line: 96 -# File: src/www/load_balancer_relay_protocol.php, line: 105 -# File: src/www/load_balancer_setting.php, line: 101 -# File: src/www/load_balancer_virtual_server.php, line: 106 -# File: src/www/services_captiveportal_zones.php, line: 79 -# File: src/www/services_dhcp.php, line: 685 -# File: src/www/services_dhcpv6.php, line: 448 -# File: src/www/services_dnsmasq.php, line: 175 -# File: src/www/services_igmpproxy.php, line: 84 -# File: src/www/services_unbound.php, line: 191 -# File: src/www/services_unbound_advanced.php, line: 132 -# File: src/www/system_gateways.php, line: 214 -# File: src/www/vpn_ipsec.php, line: 253 -# File: src/www/vpn_ipsec_keys.php, line: 93 -# File: src/www/vpn_ipsec_mobile.php, line: 365 -# File: src/www/vpn_pppoe.php, line: 104 -msgid "You must apply the changes in order for them to take effect." -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 192 -# File: src/www/services_igmpproxy.php, line: 98 -msgid "Values" -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 254 -msgid "Edit alias" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 226 -msgid "delete alias" -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 270 -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 changes. You can enter the name of an alias instead of the " -"host, network or port in all fields that have a red background. The alias " -"will be resolved according to 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." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 182 -# File: src/www/firewall_aliases_edit.php, line: 224 -# File: src/www/firewall_aliases_edit.php, line: 313 -#, php-format -msgid "Entry added %s" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 140 -# File: src/www/firewall_aliases_import.php, line: 74 -#, php-format -msgid "Cannot use a reserved keyword as alias name %s" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 145 -# File: src/www/firewall_aliases_import.php, line: 79 -msgid "An interface description with this name already exists." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 125 -msgid "" -"The alias name must be less than 32 characters long and may only consist of " -"the characters" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 139 -msgid "Update Frequency should be a number" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 131 -# File: src/www/firewall_aliases_import.php, line: 68 -msgid "An alias with this name already exists." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 156 -msgid "Alias type may not be changed for an existing alias." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 168 -msgid "You must provide a valid URL." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 464 -msgid "IP or FQDN" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 463 -# File: src/www/firewall_aliases_edit.php, line: 668 -# File: src/www/firewall_aliases_edit.php, line: 680 -msgid "Host(s)" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 460 -# File: src/www/firewall_aliases_edit.php, line: 669 -msgid "Network(s)" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 465 -# File: src/www/firewall_aliases_edit.php, line: 670 -msgid "Port(s)" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 619 -msgid "Alias Edit" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 650 -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z, 0-9 and " -"_\"." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 660 -# File: src/www/firewall_nat_1to1_edit.php, line: 542 -# File: src/www/firewall_nat_edit.php, line: 796 -# File: src/www/firewall_nat_npt_edit.php, line: 284 -# File: src/www/firewall_nat_out_edit.php, line: 797 -# File: src/www/firewall_schedule_edit.php, line: 807 -# File: src/www/firewall_schedule_edit.php, line: 984 -# File: src/www/firewall_virtual_ip_edit.php, line: 462 -# File: src/www/interfaces_gif_edit.php, line: 236 -# File: src/www/interfaces_gre_edit.php, line: 241 -# File: src/www/interfaces_groups_edit.php, line: 266 -# File: src/www/interfaces_qinq_edit.php, line: 339 -# File: src/www/interfaces_vlan_edit.php, line: 205 -# File: src/www/interfaces_wireless_edit.php, line: 192 -# File: src/www/services_dhcp_edit.php, line: 415 -# File: src/www/services_dhcpv6_edit.php, line: 238 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 160 -# File: src/www/services_dnsmasq_edit.php, line: 226 -# File: src/www/services_igmpproxy_edit.php, line: 180 -# File: src/www/services_unbound_domainoverride_edit.php, line: 155 -# File: src/www/services_unbound_host_edit.php, line: 228 -# File: src/www/services_wol_edit.php, line: 161 -# File: src/www/system_gateway_groups_edit.php, line: 357 -# File: src/www/system_routes_edit.php, line: 364 -msgid "You may enter a description here for your reference (not parsed)." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 467 -# File: src/www/firewall_aliases_edit.php, line: 672 -msgid "URL (IPs)" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 468 -# File: src/www/firewall_aliases_edit.php, line: 673 -msgid "URL (Ports)" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 469 -# File: src/www/firewall_aliases_edit.php, line: 674 -msgid "URL Table (IPs)" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 470 -# File: src/www/firewall_aliases_edit.php, line: 675 -msgid "URL Table (Ports)" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 690 -# File: src/www/firewall_nat_1to1_edit.php, line: 382 -# File: src/www/firewall_nat_1to1_edit.php, line: 464 -# File: src/www/firewall_nat_edit.php, line: 559 -# File: src/www/firewall_nat_edit.php, line: 657 -# File: src/www/firewall_nat_out_edit.php, line: 538 -# File: src/www/firewall_nat_out_edit.php, line: 597 -# File: src/www/firewall_rules_edit.php, line: 968 -# File: src/www/firewall_rules_edit.php, line: 1071 -# File: src/www/firewall_virtual_ip_edit.php, line: 382 -# File: src/www/services_igmpproxy_edit.php, line: 223 -# File: src/www/services_opendns.php, line: 167 -# File: src/www/services_unbound_acls.php, line: 233 -# File: src/www/system_routes.php, line: 248 -# File: src/www/vpn_ipsec_mobile.php, line: 486 -# File: src/www/vpn_ipsec_phase2.php, line: 587 -# File: src/www/vpn_ipsec_phase2.php, line: 636 -# File: src/www/vpn_ipsec_phase2.php, line: 696 -msgid "Network" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 471 -msgid "Update Freq. (days)" -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 229 -msgid "Networks" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 473 -msgid "" -"Networks are specified in CIDR format. Select the CIDR mask that pertains " -"to each entry. /32 specifies a single IPv4 host, /128 specifies a single " -"IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, " -"etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 " -"or /128 for IPv6. You may also enter an IP range such as " -"192.168.1.1-192.168.1.254 and a list of CIDR networks will be derived to " -"fill the range." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 474 -msgid "" -"Enter as many hosts as you would like. Hosts must be specified by their IP " -"address or fully qualified domain name (FQDN). FQDN hostnames are " -"periodically re-resolved and updated. If multiple IPs are returned by a DNS " -"query, all are used." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 475 -msgid "" -"Enter as many ports as you wish. Port ranges can be expressed by separating " -"with a colon." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 456 -msgid "URL's" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 459 -msgid "" -"Enter a URL containing a large number of IPs,ports and/or Subnets. After " -"saving the lists will be downloaded and scheduled for automatic updates when " -"a frequency is provided." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 746 -# File: src/www/firewall_aliases_import.php, line: 218 -# File: src/www/firewall_nat_1to1_edit.php, line: 566 -# File: src/www/firewall_nat_edit.php, line: 897 -# File: src/www/firewall_nat_npt_edit.php, line: 291 -# File: src/www/firewall_nat_out_edit.php, line: 839 -# File: src/www/firewall_rules_edit.php, line: 1173 -# File: src/www/firewall_rules_edit.php, line: 1470 -# File: src/www/firewall_schedule_edit.php, line: 1177 -# File: src/www/firewall_virtual_ip_edit.php, line: 468 -# File: src/www/interfaces.php, line: 1810 -# File: src/www/interfaces.php, line: 1920 -# File: src/www/interfaces.php, line: 3333 -# File: src/www/interfaces_bridge_edit.php, line: 613 -# File: src/www/interfaces_gif_edit.php, line: 244 -# File: src/www/interfaces_gre_edit.php, line: 249 -# File: src/www/interfaces_groups_edit.php, line: 334 -# File: src/www/interfaces_lagg_edit.php, line: 239 -# File: src/www/interfaces_ppps_edit.php, line: 801 -# File: src/www/interfaces_qinq_edit.php, line: 388 -# File: src/www/interfaces_vlan_edit.php, line: 213 -# File: src/www/interfaces_wireless_edit.php, line: 201 -# File: src/www/load_balancer_monitor_edit.php, line: 359 -# File: src/www/load_balancer_pool_edit.php, line: 335 -# File: src/www/load_balancer_relay_action_edit.php, line: 559 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 283 -# File: src/www/load_balancer_virtual_server_edit.php, line: 281 -# File: src/www/pkg_edit.php, line: 953 -# File: src/www/services_captiveportal.php, line: 1056 -# File: src/www/services_captiveportal_vouchers.php, line: 551 -# File: src/www/services_dhcp_edit.php, line: 532 -# File: src/www/services_dhcpv6_edit.php, line: 245 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 167 -# File: src/www/services_dnsmasq_edit.php, line: 290 -# File: src/www/services_dyndns_edit.php, line: 438 -# File: src/www/services_igmpproxy_edit.php, line: 276 -# File: src/www/services_rfc2136_edit.php, line: 227 -# File: src/www/services_unbound_acls.php, line: 297 -# File: src/www/services_unbound_domainoverride_edit.php, line: 163 -# File: src/www/services_unbound_host_edit.php, line: 292 -# File: src/www/services_wol_edit.php, line: 168 -# File: src/www/system_advanced_sysctl.php, line: 242 -# File: src/www/system_gateway_groups_edit.php, line: 364 -# File: src/www/system_gateways_edit.php, line: 931 -# File: src/www/system_groupmanager.php, line: 437 -# File: src/www/system_groupmanager_addprivs.php, line: 221 -# File: src/www/system_hasync.php, line: 375 -# File: src/www/system_routes_edit.php, line: 341 -# File: src/www/system_routes_edit.php, line: 371 -# File: src/www/system_usermanager.php, line: 871 -# File: src/www/system_usermanager_addprivs.php, line: 188 -# File: src/www/vpn_l2tp_users_edit.php, line: 205 -# File: src/www/vpn_pppoe_edit.php, line: 659 -msgid "Cancel" -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 64 -msgid "The alias name may only consist of the characters" -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 103 -#, php-format -msgid "%s is not an IP address. Please correct the error to continue" -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 169 -msgid "Alias Import" -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 177 -msgid "Alias Name" -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 182 -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z and " -"0-9\"." -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 192 -# File: src/www/interfaces_lagg_edit.php, line: 231 -# File: src/www/services_captiveportal_ip_edit.php, line: 214 -# File: src/www/services_captiveportal_mac_edit.php, line: 237 -# File: src/www/services_captiveportal_zones_edit.php, line: 116 -# File: src/www/system_gateways_edit.php, line: 924 -# File: src/www/vpn_ipsec_phase1.php, line: 720 -# File: src/www/vpn_ipsec_phase2.php, line: 730 -# File: src/www/vpn_openvpn_client.php, line: 737 -# File: src/www/vpn_openvpn_csc.php, line: 405 -# File: src/www/vpn_openvpn_server.php, line: 994 -msgid "You may enter a description here for your reference (not parsed)" -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 197 -msgid "Aliases to import" -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 202 -msgid "" -"Paste in the aliases to import separated by a carriage return. Common " -"examples are lists of IPs, networks, blacklists, etc." -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 204 -msgid "" -"The list may contain IP addresses, with or without CIDR prefix, IP ranges, " -"blank lines (ignored) and an optional description after each IP. e.g.:" -msgstr "" - -# -# File: src/www/load_balancer_relay_protocol_edit.php, line: 254 -# File: src/www/system_crlmanager.php, line: 585 -msgid "Add" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 339 -# File: src/www/firewall_nat_1to1.php, line: 247 -# File: src/www/firewall_nat_out.php, line: 434 -# File: src/www/system_routes.php, line: 331 -msgid "Do you really want to delete this rule?" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 357 -# File: src/www/firewall_nat.php, line: 379 -# File: src/www/firewall_rules.php, line: 422 -# File: src/www/firewall_rules.php, line: 805 -msgid "Do you really want to delete the selected rules?" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 193 -# File: src/www/firewall_nat_npt.php, line: 84 -msgid "The NAT configuration has been changed" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 406 -# File: src/www/firewall_nat_1to1_edit.php, line: 496 -# File: src/www/firewall_nat_edit.php, line: 574 -# File: src/www/firewall_nat_edit.php, line: 673 -# File: src/www/firewall_rules_edit.php, line: 986 -# File: src/www/firewall_rules_edit.php, line: 1087 -msgid "address" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 448 -msgid "Anti-Lockout Rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "disable rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "enable rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 333 -# File: src/www/firewall_nat.php, line: 347 -# File: src/www/firewall_nat.php, line: 361 -# File: src/www/firewall_nat.php, line: 375 -# File: src/www/firewall_nat.php, line: 404 -# File: src/www/firewall_nat_1to1.php, line: 239 -# File: src/www/firewall_nat_1to1.php, line: 252 -# File: src/www/firewall_nat_out.php, line: 384 -# File: src/www/firewall_nat_out.php, line: 402 -# File: src/www/firewall_nat_out.php, line: 430 -# File: src/www/firewall_rules.php, line: 490 -# File: src/www/firewall_rules.php, line: 504 -# File: src/www/firewall_rules.php, line: 518 -# File: src/www/firewall_rules.php, line: 532 -msgid "edit alias" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 337 -# File: src/www/firewall_nat_out.php, line: 431 -# File: src/www/firewall_rules.php, line: 450 -# File: src/www/firewall_rules.php, line: 473 -# File: src/www/firewall_rules.php, line: 496 -# File: src/www/firewall_rules.php, line: 764 -# File: src/www/system_routes.php, line: 319 -msgid "move selected rules before this rule" -msgstr "" - -# -# File: src/www/firewall_nat_npt.php, line: 154 -# File: src/www/firewall_rules.php, line: 451 -# File: src/www/firewall_rules.php, line: 475 -# File: src/www/firewall_rules.php, line: 498 -# File: src/www/firewall_rules.php, line: 765 -# File: src/www/system_routes.php, line: 324 -msgid "edit rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 423 -# File: src/www/firewall_nat_1to1.php, line: 269 -# File: src/www/firewall_nat_npt.php, line: 241 -# File: src/www/firewall_nat_out.php, line: 453 -# File: src/www/firewall_rules.php, line: 585 -msgid "delete rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 426 -# File: src/www/firewall_nat_1to1.php, line: 272 -# File: src/www/firewall_nat_npt.php, line: 244 -# File: src/www/firewall_nat_out.php, line: 456 -# File: src/www/firewall_rules.php, line: 588 -msgid "clone rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 351 -# File: src/www/firewall_rules.php, line: 804 -msgid "move selected rules to end" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 355 -# File: src/www/firewall_nat.php, line: 357 -# File: src/www/firewall_nat.php, line: 379 -# File: src/www/firewall_nat_1to1.php, line: 276 -# File: src/www/firewall_nat_out.php, line: 466 -# File: src/www/firewall_rules.php, line: 422 -# File: src/www/firewall_rules.php, line: 805 -msgid "delete selected rules" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 359 -# File: src/www/firewall_rules.php, line: 424 -# File: src/www/firewall_rules.php, line: 806 -msgid "add new rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 426 -# File: src/www/firewall_nat_1to1.php, line: 306 -# File: src/www/firewall_nat_npt.php, line: 288 -# File: src/www/firewall_nat_out.php, line: 476 -msgid "Enabled rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 430 -# File: src/www/firewall_nat_1to1.php, line: 310 -# File: src/www/firewall_nat_npt.php, line: 292 -# File: src/www/firewall_nat_out.php, line: 480 -msgid "Disabled rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 434 -msgid "No redirect" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 371 -msgid "linked rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 442 -# File: src/www/firewall_nat_1to1.php, line: 314 -# File: src/www/firewall_rules.php, line: 579 -msgid "Alias (click to view/edit)" -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 90 -msgid "Toggled NAT rule" -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 136 -msgid "add rule" -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 154 -# File: src/www/firewall_nat_out.php, line: 215 -msgid "The NAT configuration has been changed." -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 182 -msgid "External IP" -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 183 -# File: src/www/firewall_nat_1to1_edit.php, line: 362 -# File: src/www/status_upnp.php, line: 76 -msgid "Internal IP" -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 184 -msgid "Destination IP" -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 266 -msgid "edit rule " -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 291 -msgid "Depending on the way your WAN connection is setup, you may also need a" -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 292 -msgid "Virtual IP." -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 293 -msgid "" -"If you add a 1:1 NAT entry for any of the interface IPs on this system, it " -"will make this system inaccessible on that IP address. i.e. if you use your " -"WAN IP address, any services on this system (IPsec, OpenVPN server, etc.) " -"using the WAN IP address will no longer function." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 378 -# File: src/www/firewall_nat_1to1_edit.php, line: 459 -# File: src/www/firewall_nat_edit.php, line: 557 -# File: src/www/firewall_nat_edit.php, line: 613 -# File: src/www/firewall_nat_edit.php, line: 626 -# File: src/www/firewall_nat_edit.php, line: 655 -# File: src/www/firewall_nat_out_edit.php, line: 536 -# File: src/www/firewall_nat_out_edit.php, line: 594 -# File: src/www/firewall_rules.php, line: 117 -# File: src/www/firewall_rules_edit.php, line: 917 -# File: src/www/firewall_rules_edit.php, line: 960 -# File: src/www/firewall_rules_edit.php, line: 1021 -# File: src/www/firewall_rules_edit.php, line: 1034 -# File: src/www/firewall_rules_edit.php, line: 1044 -# File: src/www/firewall_rules_edit.php, line: 1063 -# File: src/www/firewall_rules_edit.php, line: 1120 -# File: src/www/firewall_rules_edit.php, line: 1133 -msgid "any" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 386 -# File: src/www/firewall_nat_1to1_edit.php, line: 470 -# File: src/www/firewall_nat_edit.php, line: 561 -# File: src/www/firewall_nat_edit.php, line: 660 -# File: src/www/firewall_rules_edit.php, line: 973 -# File: src/www/firewall_rules_edit.php, line: 1074 -msgid "PPTP clients" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 391 -# File: src/www/firewall_nat_1to1_edit.php, line: 477 -# File: src/www/firewall_nat_edit.php, line: 564 -# File: src/www/firewall_nat_edit.php, line: 663 -# File: src/www/firewall_rules_edit.php, line: 976 -# File: src/www/firewall_rules_edit.php, line: 1077 -msgid "PPPoE clients" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 396 -# File: src/www/firewall_nat_1to1_edit.php, line: 484 -# File: src/www/firewall_nat_edit.php, line: 567 -# File: src/www/firewall_nat_edit.php, line: 666 -# File: src/www/firewall_rules_edit.php, line: 979 -# File: src/www/firewall_rules_edit.php, line: 1080 -msgid "L2TP clients" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 403 -# File: src/www/firewall_nat_1to1_edit.php, line: 493 -# File: src/www/firewall_nat_edit.php, line: 572 -# File: src/www/firewall_nat_edit.php, line: 671 -# File: src/www/firewall_rules_edit.php, line: 984 -# File: src/www/firewall_rules_edit.php, line: 1085 -msgid "net" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 96 -# File: src/www/firewall_nat_out_edit.php, line: 129 -#, php-format -msgid "" -"Invalid characters detected (%s). Please remove invalid characters and save " -"again." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 108 -# File: src/www/firewall_nat_edit.php, line: 193 -msgid "Destination address" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 101 -msgid "External subnet" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 104 -# File: src/www/firewall_nat_edit.php, line: 189 -msgid "Source address" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 139 -msgid "A valid external subnet must be specified." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 243 -# File: src/www/firewall_rules_edit.php, line: 420 -#, php-format -msgid "%s is not a valid source IP address or alias." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 246 -# File: src/www/firewall_nat_out_edit.php, line: 168 -# File: src/www/firewall_rules_edit.php, line: 423 -msgid "A valid source bit count must be specified." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 158 -# File: src/www/firewall_nat_edit.php, line: 251 -# File: src/www/firewall_rules_edit.php, line: 428 -#, php-format -msgid "%s is not a valid destination IP address or alias." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 161 -# File: src/www/firewall_nat_edit.php, line: 254 -# File: src/www/firewall_nat_out_edit.php, line: 176 -# File: src/www/firewall_rules_edit.php, line: 431 -msgid "A valid destination bit count must be specified." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 298 -msgid "Edit NAT 1:1 entry" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 301 -# File: src/www/firewall_nat_edit.php, line: 469 -# File: src/www/firewall_nat_npt_edit.php, line: 162 -# File: src/www/firewall_nat_out_edit.php, line: 449 -# File: src/www/firewall_rules_edit.php, line: 767 -# File: src/www/interfaces.php, line: 2685 -# File: src/www/interfaces_ppps_edit.php, line: 621 -# File: src/www/system_gateways_edit.php, line: 689 -# File: src/www/system_routes_edit.php, line: 351 -# File: src/www/system_usermanager.php, line: 475 -# File: src/www/vpn_ipsec_phase1.php, line: 607 -# File: src/www/vpn_ipsec_phase2.php, line: 540 -# File: src/www/vpn_openvpn_client.php, line: 509 -# File: src/www/vpn_openvpn_client.php, line: 1217 -# File: src/www/vpn_openvpn_csc.php, line: 375 -# File: src/www/vpn_openvpn_csc.php, line: 788 -# File: src/www/vpn_openvpn_server.php, line: 837 -# File: src/www/vpn_openvpn_server.php, line: 1986 -msgid "Disabled" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 304 -# File: src/www/firewall_nat_edit.php, line: 472 -# File: src/www/firewall_nat_npt_edit.php, line: 165 -# File: src/www/firewall_nat_out_edit.php, line: 452 -# File: src/www/firewall_rules_edit.php, line: 770 -msgid "Disable this rule" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 305 -# File: src/www/firewall_nat_edit.php, line: 473 -# File: src/www/firewall_nat_npt_edit.php, line: 166 -# File: src/www/firewall_nat_out_edit.php, line: 453 -# File: src/www/firewall_rules_edit.php, line: 771 -msgid "Set this option to disable this rule without removing it from the list." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 346 -# File: src/www/firewall_nat_npt_edit.php, line: 206 -msgid "Choose which interface this rule applies to" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 347 -# File: src/www/firewall_nat_npt_edit.php, line: 207 -msgid "Hint: in most cases, you'll want to use WAN here" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 350 -msgid "External subnet IP" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 327 -msgid "" -"Enter the external (usually on a WAN) subnet's starting address for the 1:1 " -"mapping. " -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 328 -msgid "" -"The subnet mask from the internal address below will be applied to this IP " -"address." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 357 -msgid "" -"Hint: this is generally an address owned by the router itself on the " -"selected interface." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 334 -# File: src/www/firewall_nat_1to1_edit.php, line: 385 -# File: src/www/firewall_nat_edit.php, line: 579 -# File: src/www/firewall_nat_edit.php, line: 693 -# File: src/www/firewall_nat_npt_edit.php, line: 213 -# File: src/www/firewall_nat_npt_edit.php, line: 251 -# File: src/www/firewall_nat_out_edit.php, line: 506 -msgid "Invert" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 367 -# File: src/www/firewall_nat_1to1_edit.php, line: 449 -# File: src/www/firewall_nat_edit.php, line: 547 -# File: src/www/firewall_nat_edit.php, line: 645 -# File: src/www/firewall_nat_npt_edit.php, line: 215 -# File: src/www/firewall_nat_npt_edit.php, line: 251 -# File: src/www/firewall_nat_out_edit.php, line: 586 -# File: src/www/firewall_rules_edit.php, line: 950 -# File: src/www/firewall_rules_edit.php, line: 1053 -msgid "Use this option to invert the sense of the match." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 349 -# File: src/www/firewall_nat_1to1_edit.php, line: 400 -# File: src/www/firewall_nat_edit.php, line: 594 -# File: src/www/firewall_nat_edit.php, line: 708 -# File: src/www/firewall_nat_out_edit.php, line: 465 -# File: src/www/firewall_nat_out_edit.php, line: 521 -# File: src/www/firewall_nat_out_edit.php, line: 567 -msgid "Single host or Network" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 440 -msgid "" -"Enter the internal (LAN) subnet for the 1:1 mapping. The subnet size " -"specified for the internal subnet will be applied to the external subnet." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 531 -msgid "" -"The 1:1 mapping will only be used for connections to or from the specified " -"destination." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 532 -msgid "Hint: this is usually 'any'." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 547 -# File: src/www/firewall_nat_edit.php, line: 807 -msgid "NAT reflection" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 810 -msgid "Use system default" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 813 -# File: src/www/services_dyndns_edit.php, line: 248 -# File: src/www/system_advanced_firewall.php, line: 524 -# File: src/www/system_advanced_misc.php, line: 588 -# File: src/www/system_advanced_misc.php, line: 616 -# File: src/www/vpn_ipsec_phase1.php, line: 1004 -msgid "Disable" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 108 -#, php-format -msgid "" -"Invalid characters detected %s. Please remove invalid characters and save " -"again." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 181 -msgid "Destination port from" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 181 -msgid "Destination port to" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 197 -# File: src/www/firewall_nat_edit.php, line: 764 -msgid "Redirect target IP" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 219 -#, php-format -msgid "\"%s\" is not a valid redirect target IP address or host alias." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 223 -# File: src/www/firewall_rules_edit.php, line: 375 -#, php-format -msgid "" -"%s is not a valid start source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 225 -#, php-format -msgid "" -"%s is not a valid end source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 227 -# File: src/www/firewall_rules_edit.php, line: 379 -#, php-format -msgid "" -"%s is not a valid start destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 229 -# File: src/www/firewall_rules_edit.php, line: 381 -#, php-format -msgid "" -"%s is not a valid end destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 232 -#, php-format -msgid "" -"A valid redirect target port must be specified. It must be a port alias or " -"integer between 1 and 65535." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 273 -msgid "The target port range must be an integer between 1 and 65535." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 403 -msgid "NAT Port Forward" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 466 -msgid "Edit Redirect entry" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 477 -msgid "No RDR (NOT)" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 480 -msgid "" -"Enabling this option will disable redirection for traffic matching this rule." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 481 -msgid "" -"Hint: this option is rarely needed, don't use this unless you know what " -"you're doing." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 521 -# File: src/www/firewall_nat_out_edit.php, line: 503 -msgid "Choose which interface this rule applies to." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 522 -# File: src/www/firewall_nat_out_edit.php, line: 504 -msgid "Hint: in most cases, you'll want to use WAN here." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 531 -# File: src/www/firewall_rules_edit.php, line: 908 -msgid "Choose which IP protocol this rule should match." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 533 -msgid "Hint: in most cases, you should specify" -msgstr "" - -# -# File: src/www/diag_ipsec_leases.php, line: 103 -# File: src/www/diag_ipsec_sad.php, line: 97 -# File: src/www/diag_ipsec_spd.php, line: 113 -# File: src/www/firewall_nat_edit.php, line: 533 -# File: src/www/firewall_rules_edit.php, line: 908 -msgid "here." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 538 -msgid "Show source address and port range" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 604 -# File: src/www/firewall_rules_edit.php, line: 1013 -msgid "Source port range" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 608 -# File: src/www/firewall_nat_edit.php, line: 729 -# File: src/www/firewall_rules_edit.php, line: 1017 -# File: src/www/firewall_rules_edit.php, line: 1116 -msgid "from:" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 622 -# File: src/www/firewall_nat_edit.php, line: 742 -# File: src/www/firewall_rules_edit.php, line: 1030 -# File: src/www/firewall_rules_edit.php, line: 1129 -msgid "to:" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 646 -# File: src/www/firewall_nat_edit.php, line: 663 -# File: src/www/firewall_nat_edit.php, line: 790 -# File: src/www/firewall_nat_edit.php, line: 807 -# File: src/www/firewall_nat_edit.php, line: 857 -# File: src/www/firewall_rules_edit.php, line: 938 -# File: src/www/firewall_rules_edit.php, line: 955 -# File: src/www/firewall_rules_edit.php, line: 1060 -# File: src/www/firewall_rules_edit.php, line: 1077 -msgid "Well-known ports" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 636 -msgid "Specify the source port or port range for this rule" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 636 -# File: src/www/firewall_rules_edit.php, line: 1044 -msgid "This is usually" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 636 -# File: src/www/firewall_rules_edit.php, line: 1044 -msgid "random" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 636 -msgid "" -"and almost never equal to the destination port range (and should usually be " -"'any')" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 725 -msgid "Destination port range" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 757 -msgid "" -"Specify the port or port range for the destination of the packet for this " -"mapping." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 767 -msgid "" -"Enter the internal IP address of the server on which you want to map the " -"ports." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 769 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 140 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 147 -# File: src/www/services_dnsmasq_edit.php, line: 206 -# File: src/www/services_dnsmasq_edit.php, line: 213 -# File: src/www/services_dnsmasq_edit.php, line: 220 -# File: src/www/services_unbound_domainoverride_edit.php, line: 135 -# File: src/www/services_unbound_domainoverride_edit.php, line: 145 -# File: src/www/services_unbound_host_edit.php, line: 205 -# File: src/www/services_unbound_host_edit.php, line: 213 -# File: src/www/services_unbound_host_edit.php, line: 221 -# File: src/www/system_general.php, line: 322 -# File: src/www/system_general.php, line: 333 -msgid "e.g." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 772 -msgid "Redirect target port" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 786 -msgid "" -"Specify the port on the machine with the IP address entered above. In case " -"of a port range, specify the beginning port of the range (the end port will " -"be calculated automatically)." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 790 -msgid "Hint: this is usually identical to the 'from' port above" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 800 -# File: src/www/firewall_nat_out_edit.php, line: 786 -# File: src/www/firewall_rules_edit.php, line: 1337 -msgid "No XMLRPC Sync" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 803 -# File: src/www/firewall_nat_out_edit.php, line: 789 -# File: src/www/firewall_rules_edit.php, line: 1344 -msgid "" -"Hint: This prevents the rule on Master from automatically syncing to other " -"CARP members. This does NOT prevent the rule from being overwritten on Slave." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 811 -# File: src/www/system_advanced_firewall.php, line: 528 -msgid "Enable (NAT + Proxy)" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 812 -# File: src/www/system_advanced_firewall.php, line: 532 -msgid "Enable (Pure NAT)" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 819 -# File: src/www/firewall_nat_edit.php, line: 850 -msgid "Filter rule association" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 823 -# File: src/www/firewall_nat_edit.php, line: 856 -msgid "Pass" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 833 -msgid "View the filter rule" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 854 -msgid "Add associated filter rule" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 855 -msgid "Add unassociated filter rule" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 858 -msgid "" -"NOTE: The \"pass\" selection does not work properly with Multi-WAN. It will " -"only work on an interface containing the default gateway." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 870 -# File: src/www/firewall_nat_out_edit.php, line: 809 -# File: src/www/firewall_rules_edit.php, line: 1446 -msgid "Rule Information" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 874 -# File: src/www/firewall_nat_out_edit.php, line: 815 -# File: src/www/firewall_rules_edit.php, line: 1450 -msgid "Created" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 876 -# File: src/www/firewall_nat_edit.php, line: 884 -# File: src/www/firewall_nat_out_edit.php, line: 817 -# File: src/www/firewall_nat_out_edit.php, line: 828 -# File: src/www/firewall_rules_edit.php, line: 1452 -# File: src/www/firewall_rules_edit.php, line: 1460 -msgid "by" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 882 -# File: src/www/firewall_nat_out_edit.php, line: 826 -# File: src/www/firewall_rules_edit.php, line: 1458 -msgid "Updated" -msgstr "" - -# -# File: src/www/firewall_nat_npt.php, line: 91 -msgid "Firewall: NAT: NPT, enable/disable NAT rule" -msgstr "" - -# -# File: src/www/firewall_nat_npt.php, line: 106 -msgid "Add rule" -msgstr "" - -# -# File: src/www/firewall_nat_npt.php, line: 120 -# File: src/www/firewall_nat_npt.php, line: 139 -msgid "NPT" -msgstr "" - -# -# File: src/www/firewall_nat_npt.php, line: 108 -msgid "External Prefix" -msgstr "" - -# -# File: src/www/firewall_nat_npt.php, line: 109 -msgid "Internal prefix" -msgstr "" - -# -# File: src/www/firewall_nat_npt_edit.php, line: 95 -msgid "Source prefix" -msgstr "" - -# -# File: src/www/firewall_nat_npt_edit.php, line: 97 -msgid "Destination prefix" -msgstr "" - -# -# File: src/www/firewall_nat_npt_edit.php, line: 174 -msgid "Edit NAT NPT entry" -msgstr "" - -# -# File: src/www/firewall_nat_npt_edit.php, line: 210 -msgid "Internal IPv6 Prefix" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 416 -# File: src/www/firewall_nat_1to1_edit.php, line: 506 -# File: src/www/firewall_nat_edit.php, line: 582 -# File: src/www/firewall_nat_edit.php, line: 702 -# File: src/www/firewall_nat_npt_edit.php, line: 220 -# File: src/www/firewall_nat_npt_edit.php, line: 256 -# File: src/www/firewall_nat_out_edit.php, line: 543 -# File: src/www/firewall_nat_out_edit.php, line: 603 -# File: src/www/firewall_nat_out_edit.php, line: 646 -# File: src/www/firewall_rules_edit.php, line: 994 -# File: src/www/firewall_rules_edit.php, line: 1095 -# File: src/www/firewall_virtual_ip_edit.php, line: 388 -# File: src/www/vpn_ipsec_phase2.php, line: 602 -# File: src/www/vpn_ipsec_phase2.php, line: 655 -msgid "Address:" -msgstr "" - -# -# File: src/www/firewall_nat_npt_edit.php, line: 239 -msgid "" -"Enter the internal (LAN) ULA IPv6 Prefix for the Network Prefix translation. " -"The prefix size specified for the internal IPv6 prefix will be applied to " -"the external prefix." -msgstr "" - -# -# File: src/www/firewall_nat_npt_edit.php, line: 246 -msgid "Destination IPv6 Prefix" -msgstr "" - -# -# File: src/www/firewall_nat_npt_edit.php, line: 277 -msgid "Enter the Global Unicast routable IPv6 prefix here" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 88 -msgid "Manual Outbound NAT Switch" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 107 -msgid "Default rules for each interface have been created." -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 184 -# File: src/www/firewall_nat_out.php, line: 204 -msgid "Nat" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 236 -msgid "Mode:" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 246 -msgid "Automatic outbound NAT rule generation" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 278 -msgid "(no manual rules can be used)" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 289 -msgid "Hybrid outbound NAT rule generation" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 290 -msgid "(automatically generated rules are applied after manual rules)" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 303 -msgid "Manual outbound NAT rule generation" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 304 -msgid "(no automatic rules are being generated)" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 315 -msgid "Disable outbound NAT rule generation" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 316 -msgid "(outbound NAT is disabled)" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 335 -msgid "Manual rules:" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 310 -# File: src/www/firewall_nat_out.php, line: 497 -msgid "NAT Address" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 311 -# File: src/www/firewall_nat_out.php, line: 498 -msgid "NAT Port" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 312 -# File: src/www/firewall_nat_out.php, line: 499 -msgid "Static Port" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 364 -msgid "All manual rules are being ignored" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 388 -msgid "This Firewall" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 423 -# File: src/www/firewall_nat_out.php, line: 575 -msgid "NO" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 421 -# File: src/www/firewall_nat_out.php, line: 573 -msgid "YES" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 488 -msgid "Automatic rules:" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 511 -msgid "automatic outbound nat" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 134 -# File: src/www/firewall_rules_edit.php, line: 360 -msgid "Destination bit count" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 134 -msgid "Source bit count" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 154 -msgid "" -"You must supply either a valid port or port alias for the source port entry." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 157 -msgid "" -"You must supply either a valid port or port alias for the destination port " -"entry." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 160 -msgid "You must supply a valid port for the NAT port entry." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 164 -msgid "A valid source must be specified." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 172 -msgid "A valid destination must be specified." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 180 -msgid "Negating destination address of \"any\" is invalid." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 185 -msgid "A valid target IP address must be specified." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 206 -msgid "Only Round Robin pool options may be chosen when selecting an alias." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 446 -msgid "Edit Advanced Outbound NAT entry" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "Do not NAT" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 460 -msgid "" -"Enabling this option will disable NAT for traffic matching this rule and " -"stop processing Outbound NAT rules." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 461 -msgid "Hint: in most cases, you won't use this option." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "AH" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "IGMP" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "IPV6" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "OSPF" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "PIM" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "TCP/UDP" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 658 -# File: src/www/firewall_nat_out_edit.php, line: 537 -# File: src/www/firewall_rules_edit.php, line: 970 -# File: src/www/firewall_rules_edit.php, line: 1072 -msgid "This Firewall (self)" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 568 -msgid "Enter the source network for the outbound NAT mapping." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 572 -msgid "Source port:" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 575 -# File: src/www/firewall_nat_out_edit.php, line: 635 -msgid "(leave blank for any)" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 632 -msgid "Destination port:" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 561 -msgid "Translation / target" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 572 -msgid "Interface address" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 582 -msgid "Translation address" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 721 -msgid "Packets matching this rule will be mapped to the IP address given here." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 604 -#, php-format -msgid "" -"If you want this rule to apply to another IP address rather than the IP " -"address of the interface chosen above, select it here (you will need to " -"define %sVirtual IP addresses%s on the interface first)." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 602 -msgid "Pool Options:" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 609 -msgid "Round Robin" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 612 -msgid "Round Robin with Sticky Address" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 615 -msgid "Random" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 618 -msgid "Random with Sticky Address" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 621 -msgid "Source Hash" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 624 -msgid "Bitmask" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 757 -msgid "" -"Only Round Robin types work with Host Aliases. Any type can be used with a " -"Subnet." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 758 -msgid "Round Robin: Loops through the translation addresses." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 759 -msgid "Random: Selects an address from the translation address pool at random." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 760 -msgid "" -"Source Hash: Uses a hash of the source address to determine the translation " -"address, ensuring that the redirection address is always the same for a " -"given source." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 761 -msgid "" -"Bitmask: Applies the subnet mask and keeps the last portion identical; " -"10.0.1.50 -> x.x.x.50." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 762 -msgid "" -"Sticky Address: The Sticky Address option can be used with the Random and " -"Round Robin pool types to ensure that a particular source address is always " -"mapped to the same translation address." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 642 -msgid "Translation" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 638 -msgid "port:" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 775 -msgid "Enter the source port for the outbound NAT mapping." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 779 -msgid "Static-port:" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 195 -#, php-format -msgid "" -"The settings have been applied. The firewall rules are now reloading in the " -"background.
You can also %s monitor %s the reload progress" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 357 -# File: src/www/firewall_rules.php, line: 359 -msgid "" -"The firewall rule configuration has been changed.
You must apply the " -"changes in order for them to take effect." -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 403 -# File: src/www/firewall_rules_edit.php, line: 1387 -# File: src/www/interfaces.php, line: 509 -# File: src/www/interfaces.php, line: 562 -# File: src/www/services_dhcp.php, line: 871 -# File: src/www/services_dhcp_edit.php, line: 441 -# File: src/www/status_gateways.php, line: 72 -# File: src/www/system_gateways.php, line: 233 -# File: src/www/system_gateways_edit.php, line: 742 -# File: src/www/system_routes.php, line: 249 -# File: src/www/system_routes_edit.php, line: 84 -# File: src/www/system_routes_edit.php, line: 282 -msgid "Gateway" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 291 -msgid "Block all IPv6 traffic" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 293 -# File: src/www/firewall_rules.php, line: 317 -# File: src/www/firewall_rules.php, line: 343 -# File: src/www/firewall_rules.php, line: 368 -msgid "change configuration" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 464 -msgid "RFC 1918 networks" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 471 -# File: src/www/interfaces.php, line: 3301 -msgid "Block private networks" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 487 -msgid "Reserved/not assigned by IANA" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 494 -# File: src/www/interfaces.php, line: 3313 -msgid "Block bogon networks" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 441 -# File: src/www/firewall_rules.php, line: 658 -msgid "first match" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 443 -# File: src/www/firewall_rules.php, line: 680 -msgid "last match" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 118 -# File: src/www/firewall_rules_edit.php, line: 918 -msgid "Echo request" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 119 -# File: src/www/firewall_rules_edit.php, line: 919 -msgid "Echo reply" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 120 -# File: src/www/firewall_rules_edit.php, line: 920 -msgid "Destination unreachable" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 121 -# File: src/www/firewall_rules_edit.php, line: 921 -msgid "Source quench" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 122 -# File: src/www/firewall_rules_edit.php, line: 922 -msgid "Redirect" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 123 -# File: src/www/firewall_rules_edit.php, line: 923 -msgid "Alternate Host" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 124 -# File: src/www/firewall_rules_edit.php, line: 924 -msgid "Router advertisement" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 125 -# File: src/www/firewall_rules_edit.php, line: 925 -msgid "Router solicitation" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 126 -# File: src/www/firewall_rules_edit.php, line: 926 -msgid "Time exceeded" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 127 -# File: src/www/firewall_rules_edit.php, line: 927 -msgid "Invalid IP header" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 129 -# File: src/www/firewall_rules_edit.php, line: 929 -msgid "Timestamp reply" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 130 -# File: src/www/firewall_rules_edit.php, line: 930 -msgid "Information request" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 131 -# File: src/www/firewall_rules_edit.php, line: 931 -msgid "Information reply" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 132 -# File: src/www/firewall_rules_edit.php, line: 932 -msgid "Address mask request" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 133 -# File: src/www/firewall_rules_edit.php, line: 933 -msgid "Address mask reply" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 569 -# File: src/www/firewall_schedule.php, line: 235 -msgid "edit schedule" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 780 -msgid "No floating rules are currently defined." -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 782 -msgid "No rules are currently defined for this interface" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 783 -msgid "" -"All incoming connections on this interface will be blocked until you add " -"pass rules." -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 785 -msgid "Click the" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 785 -msgid " button to add a new rule." -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 367 -# File: src/www/firewall_rules.php, line: 819 -msgid "pass" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 822 -msgid "match" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 825 -msgid "block" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 828 -msgid "reject" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 831 -msgid "log" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 835 -msgid "pass (disabled)" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 838 -msgid "match (disabled)" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 841 -msgid "block (disabled)" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 844 -msgid "reject (disabled)" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 847 -msgid "log (disabled)" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 583 -msgid "Schedule (click to view/edit)" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 853 -# File: src/www/load_balancer_pool.php, line: 147 -# File: src/www/vpn_l2tp.php, line: 383 -# File: src/www/vpn_l2tp.php, line: 402 -msgid "Hint:" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 857 -msgid "" -"Rules are evaluated on a first-match basis (i.e. the action of the first " -"rule to match a packet will be executed). This means that if you use block " -"rules, you'll have to pay attention to the rule order. Everything that isn't " -"explicitly passed is blocked by default. " -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 864 -msgid "" -"Floating rules are evaluated on a first-match basis (i.e. the action of the " -"first rule to match a packet will be executed) only if the 'quick' option is " -"checked on a rule. Otherwise they will only apply if no other rules match. " -"Pay close attention to the rule order and options chosen. If no rule here " -"matches, the per-interface or default rules are used. " -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 882 -msgid "TCP/IP Version" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 247 -# File: src/www/firewall_rules_edit.php, line: 261 -msgid "You can not assign a gateway to a rule that applies to IPv4 and IPv6" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 250 -msgid "You can not assign a IPv4 gateway group on IPv6 Address Family rule" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 253 -msgid "You can not assign a IPv6 gateway group on IPv4 Address Family rule" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 264 -msgid "You can not assign the IPv4 Gateway to a IPv6 Filter rule" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 267 -msgid "You can not assign the IPv6 Gateway to a IPv4 Filter rule" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 273 -msgid "You can not assign a ICMP type to a rule that applies to IPv4 and IPv6" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 347 -#, php-format -msgid "%s is only valid with protocol tcp." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 349 -#, php-format -msgid "%s is only valid if the gateway is set to 'default'." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 281 -msgid "" -"When selecting aliases for source ports, both from and to fields must be the " -"same" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 284 -msgid "" -"When selecting aliases for destination ports, both from and to fields must " -"be the same" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 436 -#, php-format -msgid "" -"The Source IP address %s Address Family differs from the destination %s." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 438 -msgid "You can not use IPv6 addresses in IPv4 rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 440 -msgid "You can not use IPv4 addresses in IPv6 rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 312 -msgid "Invalid subnet mask on IPv4 source" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 315 -msgid "Invalid subnet mask on IPv4 destination" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 444 -msgid "You can not use a IPv4 or IPv6 address in combined IPv4 + IPv6 rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 460 -msgid "OS detection is only valid with protocol tcp." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 462 -msgid "Invalid OS detection selection. Please select a valid OS." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 466 -msgid "" -"You can not use gateways in Floating rules without choosing a direction." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 472 -msgid "" -"You can only specify the maximum number of established connections per host " -"(advanced option) for TCP protocol." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 474 -msgid "" -"You can only specify the maximum new connections per host / per second(s) " -"(advanced option) for TCP protocol." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 476 -msgid "" -"You can only specify the state timeout (advanced option) for TCP protocol." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 481 -msgid "" -"You can only specify the maximum state entries (advanced option) for Pass " -"type rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 483 -msgid "" -"You can only specify the maximum number of unique source hosts (advanced " -"option) for Pass type rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 485 -msgid "" -"You can only specify the maximum number of established connections per host " -"(advanced option) for Pass type rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 487 -msgid "" -"You can only specify the maximum state entries per host (advanced option) " -"for Pass type rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 489 -msgid "" -"You can only specify the maximum new connections per host / per second(s) " -"(advanced option) for Pass type rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 491 -msgid "" -"You can only specify the state timeout (advanced option) for Pass type rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 496 -msgid "" -"You cannot specify the maximum state entries (advanced option) if statetype " -"is none." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 498 -msgid "" -"You cannot specify the maximum number of unique source hosts (advanced " -"option) if statetype is none." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 500 -msgid "" -"You cannot specify the maximum number of established connections per host " -"(advanced option) if statetype is none." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 502 -msgid "" -"You cannot specify the maximum state entries per host (advanced option) if " -"statetype is none." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 504 -msgid "" -"You cannot specify the maximum new connections per host / per second(s) " -"(advanced option) if statetype is none." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 506 -msgid "" -"You cannot specify the state timeout (advanced option) if statetype is none." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 510 -msgid "Maximum state entries (advanced option) must be a positive integer" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 513 -msgid "" -"Maximum number of unique source hosts (advanced option) must be a positive " -"integer" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 516 -msgid "" -"Maximum number of established connections per host (advanced option) must be " -"a positive integer" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 519 -msgid "" -"Maximum state entries per host (advanced option) must be a positive integer" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 522 -msgid "" -"Maximum new connections per host / per second(s) (advanced option) must be a " -"positive integer" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 525 -msgid "State timeout (advanced option) must be a positive integer" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 529 -msgid "" -"Both maximum new connections per host and the interval (per second(s)) must " -"be specified" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 541 -msgid "" -"If you specify TCP flags that should be set you should specify out of which " -"flags as well." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 743 -msgid "Edit Firewall rule" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 667 -msgid "Block" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 667 -msgid "Reject" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 669 -msgid "Match" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 761 -msgid "Choose what to do with packets that match the criteria specified below." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 762 -msgid "" -"Hint: the difference between block and reject is that with reject, a packet " -"(TCP RST or ICMP port unreachable for UDP) is returned to the sender, " -"whereas with block the packet is dropped silently. In either case, the " -"original packet is discarded." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 777 -msgid "Quick" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 781 -msgid "Apply the action immediately on match." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 782 -msgid "" -"Set this option if you need to apply this action to traffic that matches " -"this rule immediately." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 789 -msgid "Associated filter rule" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 791 -msgid "This is associated to a NAT rule." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 792 -msgid "" -"You cannot edit the interface, protocol, source, or destination of " -"associated filter rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 799 -msgid "View the NAT rule" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 858 -msgid "Choose on which interface packets must come in to match this rule." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 894 -msgid "Select the Internet Protocol version this rule applies to" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 908 -msgid "Hint: in most cases, you should specify " -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 912 -msgid "ICMP type" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 941 -msgid "" -"If you selected ICMP for the protocol above, you may specify an ICMP type " -"here." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1151 -msgid "Log" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1154 -msgid "Log packets that are handled by this rule" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1156 -msgid "Diagnostics: System logs: Settings" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1156 -msgid "" -"Hint: the firewall has limited local log space. Don't turn on logging for " -"everything. If you want to do a lot of logging, consider using a remote " -"syslog server" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1156 -# File: src/www/services_captiveportal.php, line: 1034 -# File: src/www/system_advanced_firewall.php, line: 352 -msgid "page" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1156 -msgid "see the" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1186 -# File: src/www/pkg_edit.php, line: 457 -msgid "Advanced features" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1189 -msgid "Source OS" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1195 -msgid "OS Type:" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1206 -msgid "" -"Note: this only works for TCP rules. General OS choice matches all subtypes." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1211 -msgid "Diffserv Code Point" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1382 -msgid "Leave as 'none' to leave the rule enabled all the time." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1394 -# File: src/www/services_captiveportal.php, line: 870 -# File: src/www/services_captiveportal.php, line: 900 -# File: src/www/services_ntpd_gps.php, line: 461 -# File: src/www/services_ntpd_gps.php, line: 467 -# File: src/www/services_ntpd_gps.php, line: 473 -# File: src/www/services_ntpd_gps.php, line: 549 -# File: src/www/services_ntpd_pps.php, line: 156 -# File: src/www/services_ntpd_pps.php, line: 162 -# File: src/www/services_ntpd_pps.php, line: 206 -msgid "default" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1431 -msgid "" -"Leave as 'default' to use the system routing table. Or choose a gateway to " -"utilize policy based routing." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1227 -# File: src/www/interfaces_ppps_edit.php, line: 693 -# File: src/www/vpn_ipsec_phase1.php, line: 974 -# File: src/www/vpn_ipsec_phase2.php, line: 876 -msgid "Advanced Options" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1219 -msgid "Show/Hide" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1224 -msgid "Note: Leave fields blank to disable the feature." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1227 -msgid "allow options" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1234 -msgid "" -"This allows packets with IP options to pass. Otherwise they are blocked by " -"default. This is usually only seen with multicast traffic." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1236 -msgid "disable reply-to" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1237 -msgid "This will disable auto generated reply-to for this rule." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1245 -msgid "Set local tag" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1240 -msgid "Policy filtering" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1240 -msgid "" -"You can mark a packet matching this rule and use this mark to match on other " -"NAT/filter rules. It is called" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1254 -msgid "Match local tag" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1243 -msgid "You can match packet on a mark placed before on another rule." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1263 -msgid "Max states" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1245 -msgid " Maximum state entries this rule can create" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1272 -msgid "Max source nodes" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1246 -msgid " Maximum number of unique source hosts" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1281 -msgid "Max established" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1247 -msgid " Maximum number of established connections per host (TCP only)" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1290 -msgid "Max source states" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1248 -msgid " Maximum state entries per host" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1299 -msgid "Max new connections" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1257 -msgid "Maximum new connections per host / per second(s) (TCP only)" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1329 -msgid "State timeout" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1260 -msgid "State Timeout in seconds (TCP only)" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1267 -msgid "TCP flags" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1299 -msgid "Any flags." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1301 -msgid "" -"Use this to choose TCP flags that must be set or cleared for this rule to " -"match." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1376 -msgid "NO pfsync" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1307 -msgid "State Type" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1316 -msgid "" -"Hint: This prevents states created by this rule to be sync'ed over pfsync." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1319 -# File: src/www/firewall_rules_edit.php, line: 1328 -msgid "keep state" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1320 -# File: src/www/firewall_rules_edit.php, line: 1329 -msgid "sloppy state" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1321 -# File: src/www/firewall_rules_edit.php, line: 1330 -msgid "synproxy state" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1325 -msgid "" -"Hint: Select which type of state tracking mechanism you would like to use. " -"If in doubt, use keep state." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1328 -# File: src/www/firewall_rules_edit.php, line: 1329 -msgid "Works with all IP protocols." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1330 -msgid "" -"Proxies incoming TCP connections to help protect servers from spoofed TCP " -"SYN floods. This option includes the functionality of keep state and " -"modulate state combined." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1331 -msgid "" -"Do not use state mechanisms to keep track. This is only useful if you're " -"doing advanced queueing in certain situations. Please check the " -"documentation." -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 583 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 51 -# File: src/www/firewall_schedule_edit.php, line: 861 -msgid "Fri" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 583 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 51 -# File: src/www/firewall_schedule_edit.php, line: 857 -msgid "Mon" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 583 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 51 -# File: src/www/firewall_schedule_edit.php, line: 862 -msgid "Sat" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 583 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 51 -# File: src/www/firewall_schedule_edit.php, line: 863 -msgid "Sun" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 583 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 51 -msgid "Thur" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 583 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 51 -msgid "Tues" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 583 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 51 -# File: src/www/firewall_schedule_edit.php, line: 859 -msgid "Wed" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "April" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "August" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "December" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "February" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "January" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "July" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "June" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "March" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "May" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "November" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "October" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "September" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 63 -#, php-format -msgid "Cannot delete Schedule. Currently in use by %s" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 79 -msgid "Add a new schedule" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 226 -msgid "Do you really want to delete this schedule?" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 105 -msgid "Time Range(s)" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 120 -msgid "Schedule is currently active" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 238 -msgid "delete schedule" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 241 -msgid "clone schedule" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 236 -msgid "" -"Schedules act as placeholders for time ranges to be used in Firewall Rules." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 75 -msgid "Schedule may not be named LAN." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 77 -msgid "Schedule may not be named WAN." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 79 -msgid "Schedule name cannot be blank." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 83 -msgid "Reserved word used for schedule name." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 86 -msgid "The schedule name may only consist of the characters a-z, A-Z, 0-9" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 95 -msgid "A Schedule with this name already exists." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 108 -#, php-format -msgid "Invalid start time - '%s'" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 112 -#, php-format -msgid "Invalid stop time - '%s'" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 160 -msgid "The schedule must have at least one time range configured." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 776 -msgid "Schedule information" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 787 -msgid "Schedule Name" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 793 -msgid "NOTE: This schedule is in use so the name may not be modified!" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 798 -msgid "" -"The name of the alias may only consist of the characters a-z, A-Z and 0-9" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 815 -msgid "Month" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 858 -msgid "Tue" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 860 -msgid "Thu" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 920 -msgid "" -"Click individual date to select that date only. Click the appropriate " -"weekday Header to select all occurrences of that weekday." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 928 -# File: src/www/firewall_schedule_edit.php, line: 1015 -msgid "Start Time" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 928 -# File: src/www/firewall_schedule_edit.php, line: 1016 -msgid "Stop Time" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 977 -msgid "" -"Select the time range for the day(s) selected on the Month(s) above. A full " -"day is 0:00-23:59." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 981 -msgid "Time Range Description" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 991 -msgid "Add Time" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 992 -msgid "Clear Selection" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 1004 -msgid "Schedule repeat" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 1009 -msgid "Configured Ranges" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 1014 -msgid "Day(s)" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 83 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"NAT mapping." -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 117 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"Gateway." -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 144 -msgid "" -"This entry cannot be deleted because it is still referenced by a CARP IP " -"with the description" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 200 -msgid "The VIP configuration has been changed." -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 225 -msgid "Virtual IP address" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 309 -msgid "move selected virtual IPs before this entry" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 312 -msgid "edit virtual IP" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 315 -msgid "delete virtual IP" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 318 -msgid "clone virtual IP" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 332 -msgid "move selected virtual IPs to end" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 335 -msgid "add new virtual IP" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 278 -msgid "The virtual IP addresses defined on this page may be used in" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 278 -msgid "mappings." -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 279 -msgid "You can check the status of your CARP Virtual IPs and interfaces " -msgstr "" - -# -# File: src/www/carp_status.php, line: 181 -# File: src/www/firewall_virtual_ip.php, line: 279 -# File: src/www/interfaces.php, line: 3445 -# File: src/www/interfaces.php, line: 3454 -msgid "here" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 94 -# File: src/www/services_dhcp_edit.php, line: 158 -# File: src/www/services_dnsmasq_edit.php, line: 82 -# File: src/www/services_unbound_host_edit.php, line: 83 -msgid "A valid IP address must be specified." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 103 -msgid "This IP address is being used by another interface or VIP." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 113 -msgid "" -"The interface chosen for the VIP has no IPv4 or IPv6 address configured so " -"it cannot be used as a parent for the VIP." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 127 -msgid "You cannot use the network address for this VIP" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 129 -msgid "You cannot use the broadcast address for this VIP" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 140 -#, php-format -msgid "" -"VHID %s is already in use on interface %s. Pick a unique number on this " -"interface." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 144 -msgid "" -"You must specify a CARP password that is shared between the two VHID members." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 158 -#, php-format -msgid "" -"Sorry, we could not locate an interface with a matching subnet for %s. " -"Please add an IP alias in this subnet on this interface." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 162 -# File: src/www/firewall_virtual_ip_edit.php, line: 164 -msgid "For this type of vip localhost is not allowed." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 266 -msgid "Please provide a single IP address" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 261 -# File: src/www/firewall_virtual_ip_edit.php, line: 263 -msgid "" -"This must be the network's subnet mask. It does not specify a CIDR range." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 262 -msgid "This is a CIDR block of proxy ARP addresses." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 335 -msgid "Edit Virtual IP" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 348 -msgid "IP Alias" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 334 -msgid "carp" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 352 -msgid "Proxy ARP" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 354 -msgid "Other" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 373 -msgid "IP Address(es)" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 372 -# File: src/www/firewall_nat_1to1_edit.php, line: 454 -# File: src/www/firewall_nat_edit.php, line: 552 -# File: src/www/firewall_nat_edit.php, line: 650 -# File: src/www/firewall_nat_out_edit.php, line: 533 -# File: src/www/firewall_nat_out_edit.php, line: 590 -# File: src/www/firewall_rules_edit.php, line: 955 -# File: src/www/firewall_rules_edit.php, line: 1058 -# File: src/www/firewall_virtual_ip_edit.php, line: 377 -msgid "Type:" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 380 -msgid "Single address" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 400 -msgid "Expansion:" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 403 -msgid "" -"Disable expansion of this entry into IPs on NAT lists (e.g. 192.168.1.0/24 " -"expands to 256 entries." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 420 -msgid "Virtual IP Password" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 422 -msgid "Enter the VHID group password." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 426 -msgid "VHID Group" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 434 -msgid "Enter the VHID group that the machines will share" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 438 -msgid "Advertising Frequency" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 433 -msgid "Base" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 441 -msgid "Skew" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 455 -msgid "" -"The frequency that this machine will advertise. 0 means usually master. " -"Otherwise the lowest combination of both values in the cluster determines " -"the master." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 481 -msgid "" -"Proxy ARP and Other type Virtual IPs cannot be bound to by anything running " -"on the firewall, such as IPsec, OpenVPN, etc. Use a CARP or IP Alias type " -"address for these cases." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 482 -msgid "CARP FAQ" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 482 -msgid "For more information on CARP and the above values, visit the OpenBSD " -msgstr "" - -# -# File: src/www/foot.inc, line: 25 -msgid "Available Widgets" -msgstr "" - -# -# File: src/www/graph.php, line: 79 -#, php-format -msgid "Cannot get data about interface %s" -msgstr "" - -# -# File: src/www/graph.php, line: 99 -msgid "In" -msgstr "" - -# -# File: src/www/graph.php, line: 100 -msgid "Out" -msgstr "" - -# -# File: src/www/graph.php, line: 104 -msgid "Switch to bytes/s" -msgstr "" - -# -# File: src/www/graph.php, line: 105 -msgid "AutoScale" -msgstr "" - -# -# File: src/www/graph.php, line: 108 -msgid "Graph shows last" -msgstr "" - -# -# File: src/www/graph.php, line: 111 -# File: src/www/graph_cpu.php, line: 72 -msgid "Collecting initial data, please wait" -msgstr "" - -# -# File: src/www/graph.php, line: 123 -# File: src/www/graph_cpu.php, line: 84 -msgid "No URL for getURL" -msgstr "" - -# -# File: src/www/graph.php, line: 130 -# File: src/www/graph_cpu.php, line: 91 -msgid "No callback function for getURL" -msgstr "" - -# -# File: src/www/graph.php, line: 146 -# File: src/www/graph_cpu.php, line: 107 -msgid "Both getURL and XMLHttpRequest are undefined" -msgstr "" - -# -# File: src/www/graph.php, line: 183 -msgid "Switch to" -msgstr "" - -# -# File: src/www/graph.php, line: 189 -msgid "follow" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 1103 -# File: src/www/graph.php, line: 189 -msgid "up" -msgstr "" - -# -# File: src/www/graph.php, line: 350 -msgid "Kbps" -msgstr "" - -# -# File: src/www/graph.php, line: 352 -msgid "Mbps" -msgstr "" - -# -# File: src/www/graph.php, line: 354 -msgid "Gbps" -msgstr "" - -# -# File: src/www/graph.php, line: 360 -msgid "KB/s" -msgstr "" - -# -# File: src/www/graph.php, line: 362 -msgid "MB/s" -msgstr "" - -# -# File: src/www/graph.php, line: 364 -msgid "GB/s" -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 246 -#, php-format -msgid "The field %s contains invalid characters." -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 252 -#, php-format -msgid "The field %s is required." -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 264 -msgid "The following input errors were detected:" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 357 -# File: src/www/guiconfig.inc, line: 275 -msgid "Apply changes" -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 259 -#, php-format -msgid "" -"The firewall has globally been disabled and configured rules are currently " -"not enforced. It can be enabled in the %sFirewall/NAT%s settings." -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 375 -msgid "The changes have been applied successfully." -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 380 -msgid "" -"You can also monitor the filter " -"reload progress." -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 412 -#, php-format -msgid "File %s is a directory." -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 414 -#, php-format -msgid "File %s doesn't exist." -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 389 -# File: src/www/guiconfig.inc, line: 420 -#, php-format -msgid "File %s yielded no results." -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 921 -msgid "Currently viewing: " -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 629 -#, php-format -msgid "A problem was detected. Click %shere%s for more information." -msgstr "" - -# -# File: src/etc/inc/functions.inc, line: 89 -msgid "Acknowledge All Notices" -msgstr "" - -# -# File: src/etc/inc/functions.inc, line: 109 -msgid "unread notice" -msgstr "" - -# -# File: src/etc/inc/functions.inc, line: 111 -msgid "unread notices" -msgstr "" - -# -# File: src/www/index.php, line: 94 -msgid "Widget configuration has been changed." -msgstr "" - -# -# File: src/www/index.php, line: 384 -msgid "Starting initial configuration" -msgstr "" - -# -# File: src/www/index.php, line: 400 -#, php-format -msgid "Welcome to %s!\n" -msgstr "" - -# -# File: src/www/index.php, line: 401 -msgid "One moment while we start the initial setup wizard." -msgstr "" - -# -# File: src/www/index.php, line: 402 -msgid "" -"Embedded platform users: Please be patient, the wizard takes a little longer " -"to run than the normal GUI." -msgstr "" - -# -# File: src/www/index.php, line: 403 -#, php-format -msgid "To bypass the wizard, click on the %s logo on the initial page." -msgstr "" - -# -# File: src/www/index.php, line: 577 -msgid "Loading selected widget" -msgstr "" - -# -# File: src/www/interfaces.php, line: 214 -#, php-format -msgid "XML error: %s at line %d" -msgstr "" - -# -# File: src/www/interfaces.php, line: 413 -msgid "You have already applied your settings!" -msgstr "" - -# -# File: src/www/interfaces.php, line: 245 -#, php-format -msgid "Sorry, an alias with the name %s already exists." -msgstr "" - -# -# File: src/www/interfaces.php, line: 496 -msgid "An interface with the specified description already exists." -msgstr "" - -# -# File: src/www/interfaces.php, line: 502 -msgid "" -"The DHCP Server is active on this interface and it can be used only with a " -"static IP configuration. Please disable the DHCP Server service on this " -"interface first, then change the interface configuration." -msgstr "" - -# -# File: src/www/interfaces.php, line: 779 -msgid "" -"The DHCPv6 Server is active on this interface and it can be used only with a " -"static IPv6 configuration. Please disable the DHCPv6 Server service on this " -"interface first, then change the interface configuration." -msgstr "" - -# -# File: src/www/interfaces.php, line: 509 -# File: src/www/interfaces.php, line: 1726 -# File: src/www/status_interfaces.php, line: 256 -msgid "IPv4 address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 509 -# File: src/www/interfaces.php, line: 562 -msgid "Subnet bit count" -msgstr "" - -# -# File: src/www/interfaces.php, line: 516 -msgid "" -"This interface is referenced by IPv4 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "" - -# -# File: src/www/interfaces.php, line: 521 -# File: src/www/interfaces.php, line: 574 -# File: src/www/interfaces.php, line: 586 -# File: src/www/interfaces.php, line: 596 -# File: src/www/interfaces.php, line: 601 -#, php-format -msgid "You have to reassign the interface to be able to configure as %s." -msgstr "" - -# -# File: src/www/interfaces.php, line: 525 -# File: src/www/interfaces.php, line: 2596 -msgid "Modem Port" -msgstr "" - -# -# File: src/www/interfaces.php, line: 525 -# File: src/www/interfaces.php, line: 2584 -# File: src/www/interfaces_ppps_edit.php, line: 183 -# File: src/www/interfaces_ppps_edit.php, line: 541 -msgid "Phone Number" -msgstr "" - -# -# File: src/www/interfaces.php, line: 531 -# File: src/www/interfaces.php, line: 541 -# File: src/www/interfaces.php, line: 551 -# File: src/www/interfaces.php, line: 2664 -# File: src/www/interfaces.php, line: 2786 -# File: src/www/interfaces_ppps_edit.php, line: 189 -# File: src/www/interfaces_ppps_edit.php, line: 200 -msgid "Dial on demand" -msgstr "" - -# -# File: src/www/interfaces.php, line: 531 -# File: src/www/interfaces.php, line: 541 -# File: src/www/interfaces.php, line: 551 -# File: src/www/interfaces_ppps_edit.php, line: 189 -# File: src/www/interfaces_ppps_edit.php, line: 200 -msgid "Idle timeout value" -msgstr "" - -# -# File: src/www/interfaces.php, line: 531 -# File: src/www/interfaces.php, line: 534 -msgid "PPPoE password" -msgstr "" - -# -# File: src/www/interfaces.php, line: 531 -# File: src/www/interfaces.php, line: 534 -msgid "PPPoE username" -msgstr "" - -# -# File: src/www/interfaces.php, line: 541 -# File: src/www/interfaces.php, line: 544 -msgid "PPTP local IP address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 541 -# File: src/www/interfaces.php, line: 544 -msgid "PPTP password" -msgstr "" - -# -# File: src/www/interfaces.php, line: 541 -# File: src/www/interfaces.php, line: 544 -msgid "PPTP remote IP address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 541 -# File: src/www/interfaces.php, line: 544 -msgid "PPTP subnet" -msgstr "" - -# -# File: src/www/interfaces.php, line: 541 -# File: src/www/interfaces.php, line: 544 -msgid "PPTP username" -msgstr "" - -# -# File: src/www/interfaces.php, line: 551 -# File: src/www/interfaces.php, line: 554 -msgid "L2TP password" -msgstr "" - -# -# File: src/www/interfaces.php, line: 551 -# File: src/www/interfaces.php, line: 554 -msgid "L2TP remote IP address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 551 -# File: src/www/interfaces.php, line: 554 -msgid "L2TP username" -msgstr "" - -# -# File: src/www/diag_ndp.php, line: 124 -# File: src/www/interfaces.php, line: 562 -# File: src/www/interfaces.php, line: 1835 -# File: src/www/services_dhcpv6.php, line: 834 -# File: src/www/services_dhcpv6_edit.php, line: 205 -# File: src/www/status_dhcpv6_leases.php, line: 417 -# File: src/www/status_interfaces.php, line: 287 -msgid "IPv6 address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 569 -msgid "" -"This interface is referenced by IPv6 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "" - -# -# File: src/www/interfaces.php, line: 580 -msgid "You can only have one interface configured in 6rd with same prefix." -msgstr "" - -# -# File: src/www/interfaces.php, line: 591 -#, php-format -msgid "You can only have one interface configured as 6to4." -msgstr "" - -# -# File: src/www/interfaces.php, line: 604 -msgid "You must enter a valid hexadecimal number for the IPv6 prefix ID." -msgstr "" - -# -# File: src/www/interfaces.php, line: 608 -msgid "You specified an IPv6 prefix ID that is out of range." -msgstr "" - -# -# File: src/www/interfaces.php, line: 620 -msgid "A valid IPv4 address must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 623 -msgid "This IPv4 address is being used by another interface or VIP." -msgstr "" - -# -# File: src/www/interfaces.php, line: 628 -msgid "This IPv4 address is the network address and cannot be used" -msgstr "" - -# -# File: src/www/interfaces.php, line: 630 -msgid "This IPv4 address is the broadcast address and cannot be used" -msgstr "" - -# -# File: src/www/interfaces.php, line: 636 -msgid "This IPv4 address conflicts with a Static Route." -msgstr "" - -# -# File: src/www/interfaces.php, line: 645 -# File: src/www/services_dhcpv6_edit.php, line: 112 -msgid "A valid IPv6 address must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 648 -msgid "This IPv6 address is being used by another interface or VIP." -msgstr "" - -# -# File: src/www/interfaces.php, line: 653 -msgid "This IPv6 address conflicts with a Static Route." -msgstr "" - -# -# File: src/www/interfaces.php, line: 661 -# File: src/www/interfaces.php, line: 663 -msgid "A valid subnet bit count must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 665 -msgid "A valid alias IP address must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 667 -msgid "A valid alias subnet bit count must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 669 -msgid "A valid alias IP address must be specified to reject DHCP Leases from." -msgstr "" - -# -# File: src/www/interfaces.php, line: 683 -# File: src/www/system_routes_edit.php, line: 97 -msgid "A valid gateway must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 687 -msgid "The service name contains invalid characters." -msgstr "" - -# -# File: src/www/interfaces.php, line: 689 -# File: src/www/interfaces.php, line: 705 -# File: src/www/interfaces_ppps_edit.php, line: 218 -msgid "The idle timeout value must be an integer." -msgstr "" - -# -# File: src/www/interfaces.php, line: 692 -# File: src/www/interfaces_ppps_edit.php, line: 221 -msgid "A valid PPPoE reset hour must be specified (0-23)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 695 -# File: src/www/interfaces_ppps_edit.php, line: 224 -msgid "A valid PPPoE reset minute must be specified (0-59)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 697 -# File: src/www/interfaces_ppps_edit.php, line: 226 -msgid "A valid PPPoE reset date must be specified (mm/dd/yyyy)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 699 -msgid "A valid PPTP local IP address must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 701 -msgid "A valid PPTP subnet bit count must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 703 -msgid "A valid PPTP remote IP address must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 707 -# File: src/www/services_dhcp_edit.php, line: 161 -# File: src/www/services_wol.php, line: 76 -# File: src/www/services_wol_edit.php, line: 83 -msgid "A valid MAC address must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 710 -msgid "The MTU must be greater than 576 bytes and less than 9000." -msgstr "" - -# -# File: src/www/interfaces.php, line: 719 -msgid "MTU of a vlan should not be bigger than parent interface." -msgstr "" - -# -# File: src/www/interfaces.php, line: 734 -#, php-format -msgid "Interface %s (VLAN) has MTU set to a bigger value" -msgstr "" - -# -# File: src/www/interfaces.php, line: 739 -msgid "The MSS must be greater than 576 bytes." -msgstr "" - -# -# File: src/www/interfaces.php, line: 743 -# File: src/www/interfaces.php, line: 3028 -# File: src/www/interfaces_wireless.php, line: 115 -# File: src/www/interfaces_wireless_edit.php, line: 78 -# File: src/www/interfaces_wireless_edit.php, line: 180 -# File: src/www/load_balancer_pool.php, line: 134 -# File: src/www/load_balancer_pool_edit.php, line: 68 -# File: src/www/load_balancer_pool_edit.php, line: 207 -# File: src/www/load_balancer_virtual_server_edit.php, line: 61 -# File: src/www/status_lb_pool.php, line: 136 -# File: src/www/vpn_ipsec.php, line: 272 -# File: src/www/vpn_ipsec.php, line: 465 -# File: src/www/vpn_ipsec_phase2.php, line: 553 -msgid "Mode" -msgstr "" - -# -# File: src/www/interfaces.php, line: 746 -# File: src/www/interfaces.php, line: 3038 -# File: src/www/status_interfaces.php, line: 352 -msgid "SSID" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1322 -#, php-format -msgid "" -"Unable to change mode to %s. You may already have the maximum number of " -"wireless clones supported in this mode." -msgstr "" - -# -# File: src/www/interfaces.php, line: 781 -msgid "" -"Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit." -msgstr "" - -# -# File: src/www/interfaces.php, line: 789 -msgid "The length of the passphrase should be between 8 and 63 characters." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1566 -msgid "Don't forget to adjust the DHCP Server range if needed after applying." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1566 -#, php-format -msgid "The %s configuration has been changed." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1582 -msgid "General configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1590 -msgid "Enable Interface" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1605 -msgid "Enter a description (name) for the interface here." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1706 -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved for " -"private networks as per RFC 1918 (10/8, 172.16/12, 192.168/16) as well as " -"loopback addresses (127/8)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3304 -msgid "" -"You should generally leave this option turned on, unless your WAN network " -"lies in such a private address space, too." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3314 -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved " -"(but not RFC 1918) or not yet assigned by IANA." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3316 -msgid "" -"Bogons are prefixes that should never appear in the Internet routing table, " -"and obviously should not appear as the source address in any packets you " -"receive." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3319 -msgid "" -"Note: The update frequency can be changed under System->Advanced Firewall/" -"NAT settings." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1609 -msgid "IPv4 Configuration Type" -msgstr "" - -# -# File: src/www/diag_logs_ppp.php, line: 44 -# File: src/www/diag_logs_tabs.inc, line: 34 -# File: src/www/interfaces.php, line: 1350 -# File: src/www/status_interfaces.php, line: 161 -msgid "PPP" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1350 -# File: src/www/status_interfaces.php, line: 122 -# File: src/www/vpn_pppoe.php, line: 83 -msgid "PPPoE" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1350 -msgid "Static IPv4" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1625 -msgid "IPv6 Configuration Type" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1351 -msgid "6rd Tunnel" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1351 -msgid "6to4 Tunnel" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1351 -msgid "SLAAC" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1351 -msgid "Static IPv6" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1351 -msgid "Track Interface" -msgstr "" - -# -# File: src/www/diag_arp.php, line: 317 -# File: src/www/diag_ndp.php, line: 134 -# File: src/www/interfaces.php, line: 1641 -# File: src/www/services_captiveportal_mac.php, line: 173 -# File: src/www/services_captiveportal_mac_edit.php, line: 95 -# File: src/www/services_captiveportal_mac_edit.php, line: 219 -# File: src/www/services_dhcp.php, line: 1175 -# File: src/www/services_dhcp_edit.php, line: 362 -# File: src/www/services_wol.php, line: 150 -# File: src/www/services_wol.php, line: 172 -# File: src/www/services_wol_edit.php, line: 75 -# File: src/www/services_wol_edit.php, line: 150 -# File: src/www/status_captiveportal.php, line: 161 -# File: src/www/status_dhcp_leases.php, line: 337 -# File: src/www/status_interfaces.php, line: 242 -msgid "MAC address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1650 -msgid "Insert my local MAC address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1653 -msgid "" -"This field can be used to modify (\"spoof\") the MAC address of this " -"interface" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1655 -msgid "(may be required with some cable connections)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1656 -msgid "" -"Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx or leave blank" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1661 -# File: src/www/interfaces_ppps_edit.php, line: 774 -msgid "MTU" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1666 -msgid "" -"If you leave this field blank, the adapter's default MTU will be used. This " -"is typically 1500 bytes but can vary in some circumstances." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1672 -msgid "MSS" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1676 -msgid "" -"If you enter a value in this field, then MSS clamping for TCP connections to " -"the value entered above minus 40 (TCP/IP header size) will be in effect." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1685 -msgid "Speed and duplex" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1802 -msgid "Default (no preference, typically autoselect)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1706 -msgid "" -"Here you can explicitly set speed and duplex mode for this interface. " -"WARNING: You MUST leave this set to autoselect (automatically negotiate " -"speed) unless the port this interface connects to has its speed and duplex " -"forced." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1721 -msgid "Static IPv4 configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1754 -msgid "IPv4 Upstream Gateway" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1772 -# File: src/www/interfaces.php, line: 1881 -# File: src/www/system_routes_edit.php, line: 299 -msgid "add a new one." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1787 -msgid "Add new gateway" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1794 -# File: src/www/system_routes_edit.php, line: 312 -msgid "Default gateway:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1797 -# File: src/www/system_routes_edit.php, line: 327 -msgid "Gateway Name:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1800 -msgid "Gateway IPv4:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1803 -# File: src/www/interfaces.php, line: 1913 -# File: src/www/system_routes_edit.php, line: 333 -msgid "Description:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1809 -# File: src/www/interfaces.php, line: 1919 -# File: src/www/system_routes_edit.php, line: 340 -msgid "Save Gateway" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1775 -# File: src/www/interfaces.php, line: 1884 -msgid "" -"If this interface is an Internet connection, select an existing Gateway from " -"the list or add a new one using the link above." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1776 -# File: src/www/interfaces.php, line: 1885 -msgid "On local LANs the upstream gateway should be \"none\"." -msgstr "" - -# -# File: src/www/diag_gmirror.php, line: 176 -# File: src/www/interfaces.php, line: 3445 -# File: src/www/interfaces.php, line: 3454 -# File: src/www/interfaces_groups_edit.php, line: 326 -# File: src/www/load_balancer_virtual_server_edit.php, line: 211 -# File: src/www/load_balancer_virtual_server_edit.php, line: 230 -# File: src/www/system_routes_edit.php, line: 444 -# File: src/www/vpn_openvpn_export_shared.php, line: 480 -msgid "NOTE:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3445 -# File: src/www/interfaces.php, line: 3454 -msgid "You can manage Gateways" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1940 -msgid "DHCP client configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1937 -# File: src/www/interfaces.php, line: 2530 -msgid "Basic" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1945 -# File: src/www/interfaces.php, line: 2073 -# File: src/www/interfaces.php, line: 2538 -msgid "Config File Override" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1963 -msgid "" -"The value in this field is sent as the DHCP client identifier and hostname " -"when requesting a DHCP lease. Some ISPs may require this (for client " -"identification)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1969 -msgid "Alias IPv4 address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1988 -msgid "" -"The value in this field is used as a fixed alias IPv4 address by the DHCP " -"client." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1996 -msgid "Reject Leases From" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2000 -msgid "" -"If there is a certain upstream DHCP server that should be ignored, place the " -"IP address or subnet of the DHCP server to be ignored here." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2001 -msgid "" -"This is useful for rejecting leases from cable modems that offer private IPs " -"when they lose upstream sync." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2006 -msgid "Protocol Timing" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2003 -msgid "Timeout" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 239 -msgid "Retry" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2005 -msgid "Select Timeout" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2006 -msgid "Reboot" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2007 -msgid "Backoff Cutoff" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2008 -msgid "Initial Interval" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2010 -msgid "Presets:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2013 -msgid "FreeBSD Default" -msgstr "" - -# -# File: src/www/status_upnp.php, line: 110 -msgid "Clear" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2019 -msgid "OPNsense Default" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2022 -msgid "Saved Cfg" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2027 -msgid "" -"The values in these fields are DHCP protocol timings used when requesting a " -"lease.
" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2032 -msgid "Lease Requirements" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2035 -msgid "FreeBSD Manual" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2035 -msgid "" -"More detailed information about lease requirements and requests can be found " -"in the " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2231 -msgid "Send Options" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2073 -msgid "" -"The values in this field are DHCP options to be sent when requesting a DHCP " -"lease. [option declaration [, ...]]
Value Substitutions: {interface}, " -"{hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C is U(pper) or " -"L(ower) Case, and D is \" :-.\" Delimiter (space, colon, hyphen, or period) " -"(omitted for none).
Some ISPs may require certain options be or not be " -"sent. " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2240 -msgid "Request Options" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2081 -msgid "" -"The values in this field are DHCP option 55 to be sent when requesting a " -"DHCP lease. [option [, ...]]
Some ISPs may require certain options be " -"or not be requested. " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2054 -msgid "Require Options" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2087 -msgid "" -"The values in this field are DHCP options required by the client when " -"requesting a DHCP lease. [option [, ...]] " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2062 -msgid "Option Modifiers" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2096 -msgid "" -"The values in this field are DHCP option modifiers applied to obtained DHCP " -"lease. [modifier option declaration [, ...]]
modifiers: (default, " -"supersede, prepend, append)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2068 -# File: src/www/interfaces.php, line: 2081 -msgid "FreeBSD manual" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2106 -# File: src/www/interfaces.php, line: 2351 -msgid "" -"The value in this field is the full absolute path to a DHCP client " -"configuration file. [/[dirname/[.../]]filename[.ext]]
Value " -"Substitutions in Config File: {interface}, {hostname}, {mac_addr_asciiCD}, " -"{mac_addr_hexCD}
Where C is U(pper) or L(ower) Case, and D is \" :-.\" " -"Delimiter (space, colon, hyphen, or period) (omitted for none).
Some " -"ISPs may require certain options be or not be sent. " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2537 -msgid "PPP configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2540 -# File: src/www/interfaces_ppps_edit.php, line: 496 -msgid "Service Provider" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2544 -# File: src/www/interfaces_ppps_edit.php, line: 500 -msgid "Country:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2552 -# File: src/www/interfaces_ppps_edit.php, line: 508 -msgid "Provider:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2560 -# File: src/www/interfaces_ppps_edit.php, line: 516 -msgid "Plan:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2568 -# File: src/www/interfaces_ppps_edit.php, line: 524 -msgid "Select to fill in data for your service provider." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2590 -# File: src/www/interfaces_ppps_edit.php, line: 548 -msgid "Access Point Name (APN)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2620 -msgid "Advanced PPP" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2623 -# File: src/www/interfaces.php, line: 2628 -# File: src/www/interfaces.php, line: 2732 -# File: src/www/interfaces.php, line: 2737 -# File: src/www/interfaces.php, line: 2803 -# File: src/www/interfaces.php, line: 2808 -msgid "Click here" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2624 -msgid "to edit PPP configuration." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2629 -msgid "to create a PPP configuration." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2643 -msgid "PPPoE configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2658 -# File: src/www/interfaces_ppps_edit.php, line: 607 -msgid "Service name" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2660 -msgid "Hint: this field can usually be left empty" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2667 -# File: src/www/interfaces.php, line: 2789 -msgid "Enable Dial-On-Demand mode" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2668 -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2668 -# File: src/www/interfaces.php, line: 2790 -msgid "" -"connection. The interface is configured, but the actual connection of the " -"link is delayed until qualifying outgoing traffic is detected." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2668 -# File: src/www/interfaces.php, line: 2790 -msgid "virtual full time" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2672 -# File: src/www/interfaces.php, line: 2794 -# File: src/www/services_captiveportal.php, line: 542 -msgid "Idle timeout" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2674 -# File: src/www/interfaces.php, line: 2796 -msgid "" -"If no qualifying outgoing packets are transmitted for the specified number " -"of seconds, the connection is brought down. An idle timeout of zero disables " -"this feature." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2678 -# File: src/www/interfaces_ppps_edit.php, line: 614 -msgid "Periodic reset" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2686 -# File: src/www/interfaces_ppps_edit.php, line: 622 -# File: src/www/status_rrd_graph_tabs.inc, line: 32 -msgid "Custom" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2687 -# File: src/www/interfaces_ppps_edit.php, line: 623 -msgid "Pre-Set" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2688 -# File: src/www/interfaces_ppps_edit.php, line: 624 -msgid "Select a reset timing type" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2696 -# File: src/www/interfaces_ppps_edit.php, line: 632 -msgid "hour (0-23)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2698 -# File: src/www/interfaces_ppps_edit.php, line: 634 -msgid "minute (0-59)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2700 -# File: src/www/interfaces_ppps_edit.php, line: 636 -msgid "reset at a specific date (mm/dd/yyyy)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2703 -# File: src/www/interfaces_ppps_edit.php, line: 639 -msgid "" -"If you leave the date field empty, the reset will be executed each day at " -"the time you did specify using the minutes and hour field." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2711 -# File: src/www/interfaces_ppps_edit.php, line: 647 -msgid "reset at each month ('0 0 1 * *')" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2714 -# File: src/www/interfaces_ppps_edit.php, line: 650 -msgid "reset at each week ('0 0 * * 0')" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2717 -# File: src/www/interfaces_ppps_edit.php, line: 653 -msgid "reset at each day ('0 0 * * *')" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2720 -# File: src/www/interfaces_ppps_edit.php, line: 656 -msgid "reset at each hour ('0 * * * *')" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2729 -msgid "Advanced and MLPPP" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2733 -msgid "" -"for additional PPPoE configuration options. Save first if you made changes." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2738 -msgid "for advanced PPPoE configuration options and MLPPP configuration." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2752 -msgid "PPTP/L2TP configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2767 -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -msgid "Local IP address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2780 -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -msgid "Remote IP address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2790 -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2804 -msgid "" -"for additional PPTP and L2TP configuration options. Save first if you made " -"changes." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2809 -msgid "for advanced PPTP and L2TP configuration options" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1830 -msgid "Static IPv6 configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1863 -msgid "IPv6 Upstream Gateway" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1896 -msgid "Add new v6 gateway:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1904 -msgid "Default v6 gateway:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1907 -msgid "Gateway Name IPv6:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1910 -msgid "Gateway IPv6:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2520 -msgid "DHCPv6 client configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2544 -msgid "Use IPv4 connectivity" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2188 -msgid "Request a IPv6 prefix/information through the IPv4 connectivity link" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2192 -msgid "Request only a IPv6 prefix" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2195 -msgid "Only request a IPv6 prefix, do not request a IPv6 address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2199 -msgid "DHCPv6 Prefix Delegation size" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2212 -msgid "" -"The value in this field is the delegated prefix length provided by the " -"DHCPv6 server. Normally specified by the ISP." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2216 -msgid "Send IPv6 prefix hint" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2219 -msgid "" -"Send an IPv6 prefix hint to indicate the desired prefix size for delegation" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2588 -msgid "Interface Statement" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2228 -msgid "Information Only" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2593 -msgid "" -"This statement specifies dhcp6c to only exchange informational " -"configuration parameters with servers. A list of DNS server addresses is " -"an example of such parameters. This statement is useful when the client " -"does not need stateful configuration parameters such as IPv6 addresses or " -"prefixes." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2598 -msgid "source: FreeBSD man page" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2234 -msgid "" -"The values in this field are DHCP send options to be sent when requesting a " -"DHCP lease. [option declaration [, ...]]
Value Substitutions: " -"{interface}, {hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C " -"is U(pper) or L(ower) Case, and D is \" :-.\" Delimiter (space, colon, " -"hyphen, or period) (omitted for none).
Some DHCP services may require " -"certain options be or not be sent. " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2243 -msgid "" -"The values in this field are DHCP request options to be sent when requesting " -"a DHCP lease. [option [, ...]]
Some DHCP services may require certain " -"options be or not be requested. " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2247 -msgid "Script" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2250 -msgid "" -"The value in this field is the absolute path to a script invoked on certain " -"conditions including when a reply message is received.
[/[dirname/" -"[.../]]filename[.ext]] " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2629 -msgid "Identity Association" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2262 -msgid "Non-Temporary Address Allocation" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2264 -msgid "id-assoc na" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2265 -# File: src/www/interfaces.php, line: 2282 -msgid "ID" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2269 -msgid "ipv6-address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2271 -# File: src/www/interfaces.php, line: 2288 -msgid "pltime" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2273 -# File: src/www/interfaces.php, line: 2290 -msgid "vltime" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2279 -msgid "Prefix Delegation" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2281 -msgid "id-assoc pd" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2285 -msgid "Prefix" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2286 -msgid "ipv6-prefix" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2665 -msgid "Prefix Interface" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2301 -msgid "Prefix Interface " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2302 -msgid "sla-id" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2304 -msgid "sla-len" -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 56 -# File: src/www/interfaces.php, line: 3191 -# File: src/www/services_captiveportal.php, line: 636 -# File: src/www/services_captiveportal.php, line: 1013 -msgid "Authentication" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2314 -msgid "authname" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2316 -msgid "protocol" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2318 -msgid "algorithm" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2320 -msgid "rdm" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2688 -msgid "Keyinfo" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2330 -msgid "keyname" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2332 -msgid "realm" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2335 -msgid "keyid" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2337 -msgid "secret" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2339 -msgid "expire" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2704 -msgid "Configuration File Override" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2432 -msgid "6RD Rapid Deployment" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2435 -msgid "6RD prefix" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2439 -msgid "" -"The value in this field is the 6RD IPv6 prefix assigned by your ISP. e.g. " -"'2001:db8::/32'" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2443 -msgid "6RD Border Relay" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2447 -msgid "" -"The value in this field is 6RD IPv4 gateway address assigned by your ISP" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2451 -msgid "6RD IPv4 Prefix length" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 525 -# File: src/www/system_certmanager.php, line: 759 -# File: src/www/vpn_ipsec.php, line: 369 -# File: src/www/vpn_ipsec.php, line: 561 -# File: src/www/vpn_ipsec_phase2.php, line: 801 -# File: src/www/vpn_openvpn_server.php, line: 1163 -msgid "bits" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2463 -msgid "" -"The value in this field is the 6RD IPv4 prefix length. Normally specified by " -"the ISP. A value of 0 means we embed the entire IPv4 address in the 6RD " -"prefix." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2476 -msgid "Track IPv6 Interface" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2479 -msgid "IPv6 Interface" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2509 -msgid "This selects the dynamic IPv6 WAN interface to track for configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2513 -msgid "IPv6 Prefix ID" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2522 -msgid "" -"The value in this field is the (Delegated) IPv6 prefix id. This determines " -"the configurable network ID based on the dynamic IPv6 connection" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2524 -#, php-format -msgid "" -"Enter a hexadecimal value between %x and %x here, default value is 0." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2824 -msgid "" -"Common wireless configuration - Settings apply to all wireless networks on" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2827 -msgid "Persist common settings" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2830 -msgid "" -"Enabling this preserves the common wireless configuration through interface " -"deletions and reassignments." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2854 -msgid "Protection Mode" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2857 -msgid "Protection mode off" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2858 -msgid "Protection mode CTS to self" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2859 -msgid "Protection mode RTS and CTS" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2862 -msgid "" -"For IEEE 802.11g, use the specified technique for protecting OFDM frames in " -"a mixed 11b/11g network." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2870 -msgid "Transmit power" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2883 -msgid "" -"Note: Typically only a few discreet power settings are available and the " -"driver will use the setting closest to the specified value. Not all " -"adapters support changing the transmit power setting." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2887 -# File: src/www/status_interfaces.php, line: 345 -msgid "Channel" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2890 -# File: src/www/interfaces.php, line: 2937 -# File: src/www/interfaces.php, line: 2949 -msgid "Auto" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2910 -msgid "" -"Legend: wireless standards - channel # (frequency @ max TX power / TX power " -"allowed in reg. domain)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2912 -msgid "" -"Note: Not all channels may be supported by your card. Auto may override the " -"wireless standard selected above." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2917 -msgid "Antenna settings" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2923 -msgid "Diversity" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2934 -msgid "Transmit antenna" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2938 -# File: src/www/interfaces.php, line: 2950 -msgid "#1" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2939 -# File: src/www/interfaces.php, line: 2951 -msgid "#2" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2946 -msgid "Receive antenna" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2958 -msgid "" -"Note: The antenna numbers do not always match up with the labels on the card." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2964 -msgid "Distance setting" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2968 -msgid "" -"Note: This field can be used to tune ACK/CTS timers to fit the distance " -"between AP and Client" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2969 -msgid "(measured in Meters and works only for Atheros based cards !)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2974 -msgid "Regulatory settings" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2976 -msgid "Regulatory domain" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2990 -msgid "" -"Note: Some cards have a default that is not recognized and require changing " -"the regulatory domain to one in this list for the changes to other " -"regulatory settings to work." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2992 -msgid "Country (listed with country code and regulatory domain)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3006 -msgid "" -"Note: Any country setting other than \"Default\" will override the " -"regulatory domain setting" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3008 -msgid "Location" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3011 -msgid "Indoor" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3012 -msgid "Outdoor" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3013 -msgid "Anywhere" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3016 -msgid "" -"These settings may affect which channels are available and the maximum " -"transmit power allowed on those channels. Using the correct settings to " -"comply with local regulatory requirements is recommended." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3018 -msgid "" -"Note: All wireless networks on this interface will be temporarily brought " -"down when changing regulatory settings. Some of the regulatory domains or " -"country codes may not be allowed by some cards. These settings may not be " -"able to add additional channels that are not already supported." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3025 -msgid "Network-specific wireless configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3031 -# File: src/www/interfaces_wireless_edit.php, line: 183 -msgid "Infrastructure (BSS)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3032 -# File: src/www/interfaces_wireless_edit.php, line: 184 -msgid "Ad-hoc (IBSS)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3033 -# File: src/www/interfaces_wireless_edit.php, line: 185 -msgid "Access Point" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3042 -msgid "" -"Note: Only required in Access Point mode. If left blank in Ad-hoc or " -"Infrastructure mode, this interface will connect to any available SSID" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3067 -msgid "Minimum standard" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3052 -msgid "802.11g" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3054 -msgid "802.11n" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3057 -msgid "" -"When operating as an access point, allow only stations capable of the " -"selected wireless standard to associate (stations not capable are not " -"permitted to associate)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3062 -msgid "802.11g only" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3065 -msgid "" -"When operating as an access point in 802.11g mode, allow only 11g-capable " -"stations to associate (11b-only stations are not permitted to associate)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3070 -msgid "Allow intra-BSS communication" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3074 -msgid "" -"When operating as an access point, enable this if you want to pass packets " -"between wireless clients directly." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3076 -msgid "" -"Disabling the internal bridging is useful when traffic is to be processed " -"with packet filtering." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3080 -msgid "Enable WME" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3083 -msgid "Setting this option will force the card to use WME (wireless QoS)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3087 -msgid "Enable Hide SSID" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3091 -msgid "Setting this option will force the card to NOT broadcast its SSID" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3093 -msgid "(this might create problems for some clients)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3097 -msgid "WEP" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3100 -msgid "Enable WEP" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3105 -msgid "TX key" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3108 -msgid "Key 1:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3117 -msgid "Key 2:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3126 -msgid "Key 3:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3135 -msgid "Key 4:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3145 -msgid "" -"40 (64) bit keys may be entered as 5 ASCII characters or 10 hex digits " -"preceded by '0x'." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3146 -msgid "" -"104 (128) bit keys may be entered as 13 ASCII characters or 26 hex digits " -"preceded by '0x'." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3150 -# File: src/www/interfaces.php, line: 3174 -msgid "WPA" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3153 -msgid "Enable WPA" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3158 -msgid "WPA Pre-Shared Key" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3167 -msgid "Passphrase must be from 8 to 63 characters." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3171 -msgid "WPA Mode" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3175 -msgid "WPA2" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3176 -# File: src/www/interfaces.php, line: 3186 -# File: src/www/interfaces.php, line: 3196 -# File: src/www/interfaces.php, line: 3205 -msgid "Both" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3181 -msgid "WPA Key Management Mode" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3184 -# File: src/www/vpn_ipsec_keys.php, line: 113 -# File: src/www/vpn_ipsec_keys_edit.php, line: 67 -# File: src/www/vpn_ipsec_keys_edit.php, line: 152 -# File: src/www/vpn_ipsec_phase1.php, line: 185 -# File: src/www/vpn_ipsec_phase1.php, line: 827 -msgid "Pre-Shared Key" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3185 -msgid "Extensible Authentication Protocol" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3194 -msgid "Open System Authentication" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3195 -msgid "Shared Key Authentication" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3198 -msgid "Note: Shared Key Authentication requires WEP." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3202 -msgid "WPA Pairwise" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3206 -msgid "AES (recommended)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3207 -msgid "TKIP" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3212 -msgid "Key Rotation" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3215 -msgid "" -"Allowed values are 1-9999 but should not be longer than Master Key " -"Regeneration time." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3219 -msgid "Master Key Regeneration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3222 -msgid "" -"Allowed values are 1-9999 but should not be shorter than Key Rotation time." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3226 -msgid "Strict Key Regeneration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3229 -msgid "" -"Setting this option will force the AP to rekey whenever a client " -"disassociates." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3233 -msgid "Enable IEEE802.1X Authentication" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3236 -msgid "Setting this option will enable 802.1x authentication." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3237 -# File: src/www/load_balancer_pool_edit.php, line: 267 -# File: src/www/status_openvpn.php, line: 397 -msgid "NOTE" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3237 -msgid "this option requires checking the \"Enable WPA box\"." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3275 -msgid "802.1X Server IP Address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3244 -# File: src/www/interfaces.php, line: 3265 -msgid "" -"Enter the IP address of the 802.1X Authentication Server. This is commonly " -"a Radius server (FreeRadius, Internet Authentication Services, etc.)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3284 -msgid "802.1X Server Port" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3251 -# File: src/www/interfaces.php, line: 3272 -msgid "Leave blank for the default 1812 port." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3293 -msgid "802.1X Server Shared Secret" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3299 -msgid "802.1X Server IP Address (2)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3262 -msgid "Secondary 802.1X Authentication Server IP Address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3309 -msgid "802.1X Server Port (2)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3269 -msgid "Secondary 802.1X Authentication Server Port" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3319 -msgid "802.1X Server Shared Secret (2)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3276 -msgid "Secondary 802.1X Authentication Server Shared Secret" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3328 -msgid "802.1X Roaming Preauth" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 49 -#, php-format -msgid "vlan %s on %s" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 197 -msgid "lan" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 198 -msgid "LAN" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 356 -msgid "" -"The interface is part of a group. Please remove it from the group to continue" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 358 -msgid "" -"The interface is part of a bridge. Please remove it from the bridge to " -"continue" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 360 -msgid "" -"The interface is part of a gre tunnel. Please delete the tunnel to continue" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 362 -msgid "" -"The interface is part of a gif tunnel. Please delete the tunnel to continue" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 271 -#, php-format -msgid "Port %s was assigned to %d interfaces:" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 277 -#, php-format -msgid "" -"You cannot set port %s to interface %s because this interface is a member of " -"%s." -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 299 -#, php-format -msgid "VLAN parent interface %s does not exist." -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 516 -msgid "Do you really want to delete this interface?" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 480 -msgid "Network port" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 512 -msgid "delete interface" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 530 -msgid "Available network ports:" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 546 -msgid "add selected interface" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 527 -msgid "" -"Interfaces that are configured as members of a LAGG interface will not be " -"shown." -msgstr "" - -# -# File: src/www/interfaces_bridge.php, line: 61 -msgid "This bridge cannot be deleted because it is assigned as an interface." -msgstr "" - -# -# File: src/www/interfaces_bridge.php, line: 161 -msgid "Do you really want to delete this bridge?" -msgstr "" - -# -# File: src/www/interfaces_bridge.php, line: 127 -# File: src/www/interfaces_groups.php, line: 101 -# File: src/www/interfaces_lagg.php, line: 122 -# File: src/www/load_balancer_pool_edit.php, line: 286 -# File: src/www/system_groupmanager.php, line: 349 -msgid "Members" -msgstr "" - -# -# File: src/www/interfaces_bridge.php, line: 155 -msgid "edit bridge" -msgstr "" - -# -# File: src/www/interfaces_bridge.php, line: 175 -msgid "Here you can configure bridging of interfaces." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 116 -msgid "Member Interfaces" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 121 -msgid "Maxage needs to be an integer between 6 and 40." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 123 -msgid "Maxaddr needs to be an integer." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 125 -msgid "Timeout needs to be an integer." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 127 -msgid "Forward Delay needs to be an integer between 4 and 30." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 129 -msgid "Hello time for STP needs to be an integer between 1 and 2." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 131 -msgid "Priority for STP needs to be an integer between 0 and 61440." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 133 -msgid "Transmit Hold Count for STP needs to be an integer between 1 and 10." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 143 -#, php-format -msgid "%s interface priority for STP needs to be an integer between 0 and 240." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 149 -#, php-format -msgid "" -"%s interface path cost for STP needs to be an integer between 1 and " -"200000000." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 146 -msgid "You must select at least 2 member interfaces for a bridge." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 151 -msgid "A member interface passed does not exist in configuration" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 154 -msgid "Bridging a wireless interface is only possible in hostap mode." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 156 -msgid "" -"Span interface cannot be part of the bridge. Remove the span interface from " -"bridge members to continue." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 214 -# File: src/www/interfaces_gif_edit.php, line: 104 -# File: src/www/interfaces_gre_edit.php, line: 98 -# File: src/www/interfaces_lagg_edit.php, line: 105 -# File: src/www/interfaces_vlan_edit.php, line: 125 -msgid "Error occurred creating interface, please retry." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 273 -msgid "Bridge configuration" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 281 -# File: src/www/interfaces_lagg_edit.php, line: 79 -msgid "Member interfaces" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 296 -msgid "Interfaces participating in the bridge." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 308 -# File: src/www/interfaces_ppps_edit.php, line: 756 -msgid "Show advanced options" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 312 -msgid "RSTP/STP" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 298 -msgid "Spanning Tree Protocol" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 315 -msgid "Enable spanning tree options for this bridge." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 316 -msgid "RSTP" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 319 -msgid "STP" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 331 -msgid "Protocol used for spanning tree." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 333 -msgid "STP interfaces" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 347 -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 remove loops in a network topology." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 353 -msgid "Valid time" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 358 -msgid "" -"Set the time that a Spanning Tree Protocol configuration is valid. The " -"default is 20 seconds. The minimum is 6 seconds and the maximum is 40 " -"seconds." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 363 -msgid "Forward time" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 368 -msgid "" -"Set the time that must pass before an interface begins forwarding packets " -"when Spanning Tree is enabled. The default is 15 seconds. The minimum is 4 " -"seconds and the maximum is 30 seconds." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 372 -msgid "Hello time" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 377 -msgid "" -"Set the time between broadcasting of Spanning Tree Protocol configuration " -"messages. The hello time may only be changed when operating in legacy STP " -"mode. The default is 2 seconds. The minimum is 1 second and the maximum is " -"2 seconds." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 381 -# File: src/www/interfaces_bridge_edit.php, line: 400 -# File: src/www/system_gateway_groups.php, line: 142 -msgid "Priority" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 386 -msgid "" -"Set the bridge priority for Spanning Tree. The default is 32768. The " -"minimum is 0 and the maximum is 61440." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 390 -msgid "Hold count" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 395 -msgid "" -"Set the transmit hold count for Spanning Tree. This is the number of " -"packets transmitted before being rate limited. The default is 6. The " -"minimum is 1 and the maximum is 10." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 410 -msgid "" -"Set the Spanning Tree priority of interface to value. The default is 128. " -"The minimum is 0 and the maximum is 240. Increments of 16." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 414 -msgid "Path cost" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 424 -msgid "" -"Set the Spanning Tree path cost of interface to value. The default is " -"calculated from the link speed. To change a previously selected path cost " -"back to automatic, set the cost to 0. The minimum is 1 and the maximum is " -"200000000." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 452 -msgid "Advanced options" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 433 -msgid "Cache size" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 435 -msgid "entries" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 461 -msgid "" -"Set the size of the bridge address cache to size. The default is .100 " -"entries." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 443 -msgid "Cache entry expire time" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 447 -msgid "" -"Set the timeout of address cache entries to this number of seconds. If " -"seconds is zero, then address cache entries will not be expired. The default " -"is 240 seconds." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 454 -msgid "Span port" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 468 -msgid "" -"Add the interface named by interface as a span port on the bridge. Span " -"ports transmit a copy of every frame received by the bridge. This is most " -"useful for snooping a bridged network passively on another host connected to " -"one of the span ports of the bridge." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 477 -msgid "The span interface cannot be part of the bridge member interfaces." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 482 -msgid "Edge ports" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 496 -msgid "" -"Set interface as an edge port. An edge port connects directly to end " -"stations and cannot create bridging loops in the network; this allows it to " -"transition straight to forwarding." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 502 -msgid "Auto Edge ports" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 516 -msgid "" -"Allow interface to automatically detect edge status. This is the default " -"for all interfaces added to a bridge." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 521 -msgid "This will disable the autoedge status of interfaces." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 525 -msgid "PTP ports" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 539 -msgid "" -"Set the interface as a point-to-point link. This is required for straight " -"transitions to forwarding and should be enabled on a direct link to another " -"RSTP-capable switch." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 545 -msgid "Auto PTP ports" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 559 -msgid "" -"Automatically detect the point-to-point status on interface by checking the " -"full duplex link status. This is the default for interfaces added to the " -"bridge." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 565 -msgid "" -"The interfaces selected here will be removed from default autoedge status." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 569 -msgid "Sticky ports" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 583 -msgid "" -"Mark an interface as a \"sticky\" interface. Dynamically learned address " -"entries are treated as static once entered into the cache. Sticky entries " -"are never aged out of the cache or replaced, even if the address is seen on " -"a different interface." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 590 -msgid "Private ports" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 604 -msgid "" -"Mark an interface as a \"private\" interface. A private interface does not " -"forward any traffic to any other port that is also a private interface." -msgstr "" - -# -# File: src/www/interfaces_gif.php, line: 55 -msgid "" -"This gif TUNNEL cannot be deleted because it is still being used as an " -"interface." -msgstr "" - -# -# File: src/www/interfaces_gif.php, line: 139 -msgid "Do you really want to delete this gif tunnel?" -msgstr "" - -# -# File: src/www/interfaces_gif.php, line: 115 -# File: src/www/interfaces_gre.php, line: 116 -msgid "Tunnel to..." -msgstr "" - -# -# File: src/www/interfaces_gif.php, line: 134 -# File: src/www/interfaces_gre.php, line: 136 -# File: src/www/interfaces_lagg.php, line: 144 -# File: src/www/interfaces_vlan.php, line: 136 -msgid "edit interface" -msgstr "" - -# -# File: src/www/interfaces_gif.php, line: 151 -msgid "GIF tunnels are configured here." -msgstr "" - -# -# File: src/www/interfaces_gif.php, line: 158 -#, php-format -msgid "" -"If you are using a GIF tunnel to connect to a Hurricane Electric (he.net) " -"Tunnel Broker on a WAN with a dynamic IP, you may want to add a %sHE.net " -"Tunnelbroker dynamic DNS entry%s to keep your tunnel functional when your IP " -"changes." -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 65 -msgid "" -"Parent interface,Local address, Remote tunnel address, Remote tunnel " -"network, Local tunnel address" -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 71 -# File: src/www/interfaces_gre_edit.php, line: 70 -msgid "The tunnel local and tunnel remote fields must have valid IP addresses." -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 77 -msgid "" -"The alias IP address family has to match the family of the remote peer " -"address." -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 85 -#, php-format -msgid "A gif with the network %s is already defined." -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 146 -msgid "GIF configuration" -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 154 -# File: src/www/interfaces_gre_edit.php, line: 64 -# File: src/www/interfaces_gre_edit.php, line: 150 -# File: src/www/interfaces_lagg_edit.php, line: 155 -# File: src/www/interfaces_qinq_edit.php, line: 297 -# File: src/www/interfaces_vlan_edit.php, line: 71 -# File: src/www/interfaces_vlan_edit.php, line: 176 -# File: src/www/interfaces_wireless_edit.php, line: 78 -# File: src/www/interfaces_wireless_edit.php, line: 162 -msgid "Parent interface" -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 174 -msgid "" -"The interface here serves as the local address to be used for the gif tunnel." -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 205 -msgid "GIF remote address" -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 181 -msgid "Peer address where encapsulated gif packets will be sent. " -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 214 -msgid "GIF tunnel local address" -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 188 -msgid "Local gif tunnel endpoint" -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 223 -msgid "GIF tunnel remote address " -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 213 -msgid "" -"Remote gif address endpoint. The subnet part is used for determining the " -"network that is tunnelled." -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 216 -msgid "Route caching " -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 220 -msgid "" -"Specify if route caching can be enabled. Be careful with these settings on " -"dynamic networks. " -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 223 -msgid "ECN friendly behavior" -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 228 -msgid "" -"Note that the ECN friendly behavior violates RFC2893. This should be used " -"in mutual agreement with the peer." -msgstr "" - -# -# File: src/www/interfaces_gre.php, line: 56 -msgid "" -"This GRE tunnel cannot be deleted because it is still being used as an " -"interface." -msgstr "" - -# -# File: src/www/interfaces_gre.php, line: 140 -msgid "Do you really want to delete this GRE tunnel?" -msgstr "" - -# -# File: src/www/interfaces_gre.php, line: 149 -msgid "" -"Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) " -"tunnels." -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 64 -msgid "Local address" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 64 -msgid "Local tunnel address" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 64 -msgid "Remote tunnel address" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 64 -msgid "Remote tunnel network" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 78 -#, php-format -msgid "A GRE tunnel with the network %s is already defined." -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 142 -msgid "GRE configuration" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 170 -msgid "" -"The interface here serves as the local address to be used for the GRE tunnel." -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 173 -msgid "GRE remote address" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 177 -msgid "Peer address where encapsulated GRE packets will be sent " -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 180 -msgid "GRE tunnel local address " -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 184 -msgid "Local GRE tunnel endpoint" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 187 -msgid "GRE tunnel remote address " -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 209 -msgid "" -"Remote GRE address endpoint. The subnet part is used for the determining the " -"network that is tunneled." -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 212 -msgid "Mobile tunnel" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 216 -msgid "Specify which encapsulation method the tunnel should use. " -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 219 -msgid "Route search type" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 224 -msgid "" -"For correct operation, the GRE device needs a route to the destination that " -"is less specific than the one over the tunnel. (Basically, there needs to " -"be a route to the decapsulating host that does not run over the tunnel, as " -"this would be a loop." -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 231 -msgid "WCCP version" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 235 -msgid "" -"Check this box for WCCP encapsulation version 2, or leave unchecked for " -"version 1." -msgstr "" - -# -# File: src/www/interfaces_groups.php, line: 138 -msgid "" -"Do you really want to delete this group? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" - -# -# File: src/www/interfaces_bridge.php, line: 159 -# File: src/www/interfaces_gif.php, line: 137 -# File: src/www/interfaces_gre.php, line: 138 -# File: src/www/interfaces_groups.php, line: 136 -# File: src/www/interfaces_lagg.php, line: 143 -# File: src/www/interfaces_ppps.php, line: 145 -# File: src/www/interfaces_qinq.php, line: 156 -# File: src/www/interfaces_vlan.php, line: 145 -# File: src/www/interfaces_wireless.php, line: 137 -# File: src/www/system_groupmanager.php, line: 527 -msgid "edit group" -msgstr "" - -# -# File: src/www/interfaces_groups.php, line: 138 -msgid "delete ifgroupentry" -msgstr "" - -# -# File: src/www/interfaces_groups.php, line: 147 -msgid "" -"Interface Groups allow you to create rules that apply to multiple interfaces " -"without duplicating the rules. If you remove members from an interface " -"group, the group rules no longer apply to that interface." -msgstr "" - -# -# File: src/www/interfaces_groups_edit.php, line: 63 -msgid "Group name already exists!" -msgstr "" - -# -# File: src/www/interfaces_groups_edit.php, line: 66 -msgid "Only letters A-Z are allowed as the group name." -msgstr "" - -# -# File: src/www/interfaces_groups_edit.php, line: 71 -msgid "" -"The specified group name is already used by an interface. Please choose " -"another name." -msgstr "" - -# -# File: src/www/interfaces_groups_edit.php, line: 245 -msgid "Interface Groups Edit" -msgstr "" - -# -# File: src/www/interfaces_groups_edit.php, line: 253 -# File: src/www/status_gateway_groups.php, line: 80 -# File: src/www/system_gateway_groups.php, line: 140 -# File: src/www/system_gateway_groups_edit.php, line: 243 -# File: src/www/system_gateway_groups_edit.php, line: 246 -# File: src/www/system_groupmanager.php, line: 103 -msgid "Group Name" -msgstr "" - -# -# File: src/www/interfaces_groups_edit.php, line: 257 -msgid "No numbers or spaces are allowed. Only characters in a-zA-Z" -msgstr "" - -# -# File: src/www/interfaces_groups_edit.php, line: 271 -# File: src/www/interfaces_qinq_edit.php, line: 344 -msgid "Member (s)" -msgstr "" - -# -# File: src/www/interfaces_groups_edit.php, line: 327 -msgid "" -"Rules for WAN type interfaces in groups do not contain the reply-to " -"mechanism upon which Multi-WAN typically relies." -msgstr "" - -# -# File: src/www/interfaces_lagg.php, line: 61 -msgid "This LAGG interface cannot be deleted because it is still being used." -msgstr "" - -# -# File: src/www/interfaces_lagg.php, line: 145 -msgid "Do you really want to delete this LAGG interface?" -msgstr "" - -# -# File: src/www/interfaces_lagg.php, line: 158 -msgid "" -"LAGG allows for link aggregation, bonding and fault tolerance. Only " -"unassigned interfaces can be added to LAGG." -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 79 -msgid "Lagg protocol" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 86 -# File: src/www/interfaces_lagg_edit.php, line: 89 -msgid "Interface supplied as member is invalid" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 92 -msgid "Protocol supplied is invalid" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 147 -msgid "LAGG configuration" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 170 -msgid "Choose the members that will be used for the link aggregation" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 173 -msgid "Lag proto" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 188 -msgid "failover" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 189 -msgid "" -"Sends and receives traffic only through the master port. If the master port " -"becomes unavailable, the next active port is used. The first interface " -"added is the master port; any interfaces added after that are used as " -"failover devices." -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 194 -msgid "fec" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 194 -msgid "" -"Supports Cisco EtherChannel. This is a static setup and does not negotiate " -"aggregation with the peer or exchange frames to monitor the link." -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 198 -msgid "lacp" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 198 -msgid "" -"Supports the IEEE 802.3ad Link Aggregation Control Protocol (LACP) and the " -"Marker Protocol. LACP will negotiate a set of aggregable links with the " -"peer in to one or more Link Aggregated Groups. Each LAG is composed of " -"ports of the same speed, set to full-duplex operation. The traffic will be " -"balanced across the ports in the LAG with the greatest total speed, in most " -"cases there will only be one LAG which contains all ports. In the event of " -"changes in physical connectivity, Link Aggregation will quickly converge to " -"a new configuration." -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 209 -msgid "loadbalance" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 209 -msgid "" -"Balances outgoing traffic across the active ports based on hashed protocol " -"header information and accepts incoming traffic from any active port. This " -"is a static setup and does not negotiate aggregation with the peer or " -"exchange frames to monitor the link. The hash includes the Ethernet source " -"and destination address, and, if available, the VLAN tag, and the IP source " -"and destination address" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 217 -msgid "roundrobin" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 217 -msgid "" -"Distributes outgoing traffic using a round-robin scheduler through all " -"active ports and accepts incoming traffic from any active port" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 221 -msgid "" -"This protocol is intended to do nothing: it disables any traffic without " -"disabling the lagg interface itself" -msgstr "" - -# -# File: src/www/interfaces_ppps.php, line: 48 -msgid "" -"This point-to-point link cannot be deleted because it is still being used as " -"an interface." -msgstr "" - -# -# File: src/www/interfaces_ppps.php, line: 147 -msgid "Do you really want to delete this PPP interface?" -msgstr "" - -# -# File: src/www/interfaces_ppps.php, line: 117 -msgid "Interface(s)/Port(s)" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 183 -# File: src/www/interfaces_ppps_edit.php, line: 189 -# File: src/www/interfaces_ppps_edit.php, line: 192 -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -msgid "Link Interface(s)" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -# File: src/www/services_dhcp.php, line: 761 -# File: src/www/services_dhcpv6.php, line: 530 -msgid "Subnet" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 208 -msgid "Please choose a Link Type." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 212 -msgid "" -"Multilink connections (MLPPP) using the PPP link type is not currently " -"supported. Please select only one Link Interface." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 214 -msgid "The Service name contains invalid characters." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 216 -msgid "Do not specify both a Service name and a NULL Service name." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 239 -#, php-format -msgid "A valid local IP address must be specified for %s." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 241 -#, php-format -msgid "A valid gateway IP address OR hostname must be specified for %s." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 243 -#, php-format -msgid "The bandwidth value for %s must be an integer." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 245 -#, php-format -msgid "The MTU for %s must be greater than 576 bytes." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 247 -#, php-format -msgid "The MRU for %s must be greater than 576 bytes." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 412 -msgid "PPPs configuration" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 420 -msgid "Link Type" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 435 -msgid "Link interface(s)" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 441 -msgid "Select at least two interfaces for Multilink (MLPPP) connections." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 490 -msgid "" -"You may enter a description here for your reference. Description will appear " -"in the \"Interfaces Assign\" select lists." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 544 -msgid "Note: Typically *99# for GSM networks and #777 for CDMA networks" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 609 -msgid "Configure a NULL Service name" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 610 -msgid "" -"Hint: this field can usually be left empty. Service name will not be " -"configured if this field is empty. Check the \"Configure NULL\" box to " -"configure a blank Service name." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 685 -msgid "IP Address OR Hostname" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 558 -msgid "APN number (optional)" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 561 -msgid "" -"Note: Defaults to 1 if you set APN above. Ignored if you set no APN above." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 565 -msgid "SIM PIN" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 572 -msgid "SIM PIN wait" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 575 -msgid "" -"Note: Time to wait for SIM to discover network after PIN is sent to SIM " -"(seconds)." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 579 -msgid "Init String" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 582 -msgid "" -"Note: Enter the modem initialization string here. Do NOT include the \"AT\" " -"string at the beginning of the command. Many modern USB 3G modems don't need " -"an initialization string." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 587 -msgid "Connection Timeout" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 590 -msgid "" -"Note: Enter timeout in seconds for connection to be established (sec.) " -"Default is 45 sec." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 594 -msgid "Uptime Logging" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 596 -msgid "Enable persistent logging of connection uptime." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 597 -msgid "" -"This option causes cumulative uptime to be recorded and displayed on the " -"Status Interfaces page." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 696 -msgid "Dial On Demand" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 698 -msgid "Enable Dial-on-Demand mode" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 699 -msgid "" -"This option causes the interface to operate in dial-on-demand mode. Do NOT " -"enable if you want your link to be always up. The interface is configured, " -"but the actual connection of the link is delayed until qualifying outgoing " -"traffic is detected." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 704 -msgid "Idle Timeout" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 706 -msgid "(seconds) Default is 0, which disables the timeout feature." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 707 -msgid "" -"If no incoming or outgoing packets are transmitted for the entered number of " -"seconds the connection is brought down." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 708 -msgid "" -"When the idle timeout occurs, if the dial-on-demand option is enabled, mpd " -"goes back into dial-on-demand mode. Otherwise, the interface is brought down " -"and all associated routes removed." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 712 -# File: src/www/vpn_openvpn_client.php, line: 1048 -# File: src/www/vpn_openvpn_server.php, line: 1493 -msgid "Compression" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 714 -msgid "Disable vjcomp(compression) (auto-negotiated by default)." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 715 -msgid "" -"This option enables Van Jacobson TCP header compression, which saves several " -"bytes per TCP data packet. You almost always want this option. This " -"compression ineffective for TCP connections with enabled modern extensions " -"like time stamping or SACK, which modify TCP options between sequential " -"packets." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 721 -msgid "TCPmssFix" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 723 -msgid "Disable tcpmssfix (enabled by default)." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 724 -msgid "" -"This option causes mpd to adjust incoming and outgoing TCP SYN segments so " -"that the requested maximum segment size is not greater than the amount " -"allowed by the interface MTU. This is necessary in many setups to avoid " -"problems caused by routers that drop ICMP Datagram Too Big messages. Without " -"these messages, the originating machine sends data, it passes the rogue " -"router then hits a machine that has an MTU that is not big enough for the " -"data. Because the IP Don't Fragment option is set, this machine sends an " -"ICMP Datagram Too Big message back to the originator and drops the packet. " -"The rogue router drops the ICMP message and the originator never gets to " -"discover that it must reduce the fragment size or drop the IP Don't Fragment " -"option from its outgoing data." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 732 -msgid "ShortSeq" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 734 -msgid "Disable shortseq (auto-negotiated by default)." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 735 -msgid "" -"This option is only meaningful if multi-link PPP is negotiated. It " -"proscribes shorter multi-link fragment headers, saving two bytes on every " -"frame. It is not necessary to disable this for connections that are not " -"multi-link." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 740 -msgid "ACFComp" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 742 -msgid "Disable acfcomp (compression) (auto-negotiated by default)." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 743 -msgid "" -"Address and control field compression. This option only applies to " -"asynchronous link types. It saves two bytes per frame." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 747 -msgid "ProtoComp" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 749 -msgid "Disable protocomp (compression) (auto-negotiated by default)." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 750 -msgid "" -"Protocol field compression. This option saves one byte per frame for most " -"frames." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 763 -msgid "Link Parameters" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 781 -msgid "MRU" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 788 -msgid "MRRU" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 770 -msgid "" -"Set ONLY for MLPPP connections and ONLY when links have different bandwidths." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 777 -msgid "MTU will default to 1492." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 784 -# File: src/www/interfaces_ppps_edit.php, line: 791 -msgid "will be auto-negotiated by default." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 791 -msgid "Set ONLY for MLPPP connections." -msgstr "" - -# -# File: src/www/interfaces_qinq.php, line: 54 -msgid "" -"This QinQ cannot be deleted because it is still being used as an interface." -msgstr "" - -# -# File: src/www/interfaces_qinq.php, line: 56 -msgid "QinQ interface does not exist" -msgstr "" - -# -# File: src/www/interfaces_qinq.php, line: 158 -msgid "Do you really want to delete this QinQ?" -msgstr "" - -# -# File: src/www/interfaces_qinq.php, line: 126 -# File: src/www/interfaces_qinq_edit.php, line: 353 -msgid "Tag" -msgstr "" - -# -# File: src/www/interfaces_qinq.php, line: 127 -msgid "QinQ members" -msgstr "" - -# -# File: src/www/interfaces_qinq.php, line: 170 -#, php-format -msgid "" -"Not all drivers/NICs support 802.1Q QinQ tagging properly. On cards that do " -"not explicitly support it, QinQ tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 77 -msgid "First level tag cannot be empty." -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 79 -msgid "" -"You are editing an existing entry and modifying the first level tag is not " -"allowed." -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 81 -msgid "" -"You are editing an existing entry and modifying the interface is not allowed." -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 85 -msgid "QinQ level already exists for this interface, edit it!" -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 89 -msgid "" -"A normal VLAN exists with this tag please remove it to use this tag for QinQ " -"first level." -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 289 -msgid "Interface QinQ Edit" -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 314 -msgid "Only QinQ capable interfaces will be shown." -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 317 -msgid "First level tag" -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 322 -msgid "" -"This is the first level VLAN tag. On top of this are stacked the member " -"VLANs defined below." -msgstr "" - -# -# File: src/www/interfaces_vlan.php, line: 61 -msgid "" -"This VLAN cannot be deleted because it is still being used as an interface." -msgstr "" - -# -# File: src/www/interfaces_vlan.php, line: 147 -msgid "Do you really want to delete this VLAN?" -msgstr "" - -# -# File: src/www/interfaces_vlan.php, line: 124 -# File: src/www/interfaces_vlan_edit.php, line: 71 -msgid "VLAN tag" -msgstr "" - -# -# File: src/www/interfaces_vlan.php, line: 161 -#, php-format -msgid "" -"Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do " -"not explicitly support it, VLAN tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" - -# -# File: src/www/interfaces_vlan_edit.php, line: 76 -msgid "The VLAN tag must be an integer between 1 and 4094." -msgstr "" - -# -# File: src/www/interfaces_vlan_edit.php, line: 80 -msgid "Interface supplied as parent is invalid" -msgstr "" - -# -# File: src/www/interfaces_vlan_edit.php, line: 85 -msgid "" -"Interface is assigned and you cannot change the VLAN tag while assigned." -msgstr "" - -# -# File: src/www/interfaces_vlan_edit.php, line: 93 -#, php-format -msgid "A VLAN with the tag %s is already defined on this interface." -msgstr "" - -# -# File: src/www/interfaces_vlan_edit.php, line: 100 -msgid "A QinQ VLAN exists with this tag please remove it to use this tag with." -msgstr "" - -# -# File: src/www/interfaces_vlan_edit.php, line: 192 -msgid "Only VLAN capable interfaces will be shown." -msgstr "" - -# -# File: src/www/interfaces_vlan_edit.php, line: 195 -msgid "VLAN tag " -msgstr "" - -# -# File: src/www/interfaces_vlan_edit.php, line: 199 -msgid "802.1Q VLAN tag (between 1 and 4094) " -msgstr "" - -# -# File: src/www/interfaces_wireless.php, line: 53 -msgid "" -"This wireless clone cannot be deleted because it is assigned as an interface." -msgstr "" - -# -# File: src/www/interfaces_wireless.php, line: 139 -msgid "Do you really want to delete this wireless clone?" -msgstr "" - -# -# File: src/www/interfaces_wireless.php, line: 152 -msgid "" -"Here you can configure clones of wireless interfaces, which can be assigned " -"as separate independent interfaces. Only available on wireless chipsets that " -"support this, with limitations on the number that can be created in each " -"mode." -msgstr "" - -# -# File: src/www/interfaces_wireless_edit.php, line: 110 -msgid "" -"This wireless clone cannot be modified because it is still assigned as an " -"interface." -msgstr "" - -# -# File: src/www/interfaces_wireless_edit.php, line: 112 -msgid "" -"Use the configuration page for the assigned interface to change the mode." -msgstr "" - -# -# File: src/www/interfaces_wireless_edit.php, line: 118 -#, php-format -msgid "" -"Error creating interface with mode %s. The %s interface may not support " -"creating more clones with the selected mode." -msgstr "" - -# -# File: src/www/interfaces_wireless_edit.php, line: 155 -msgid "Wireless clone configuration" -msgstr "" - -# -# File: src/www/bandwidth_by_ip.php, line: 47 -msgid "Wrong Interface" -msgstr "" - -# -# File: src/www/load_balancer_monitor.php, line: 60 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"pool." -msgstr "" - -# -# File: src/www/load_balancer_monitor.php, line: 96 -# File: src/www/load_balancer_relay_protocol.php, line: 105 -# File: src/www/load_balancer_setting.php, line: 101 -msgid "The load balancer configuration has been changed" -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 84 -msgid "This monitor name has already been used. Monitor names must be unique." -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 87 -# File: src/www/load_balancer_pool_edit.php, line: 78 -# File: src/www/load_balancer_relay_action_edit.php, line: 117 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 79 -msgid "You cannot use spaces in the 'name' field." -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 101 -# File: src/www/services_dhcp_edit.php, line: 150 -# File: src/www/services_dhcpv6_edit.php, line: 104 -# File: src/www/services_dnsmasq_edit.php, line: 76 -# File: src/www/services_unbound_host_edit.php, line: 77 -msgid "The hostname can only contain the characters A-Z, 0-9 and '-'." -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 107 -msgid "HTTP(s) codes must be from RFC2616." -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 111 -msgid "The path to monitor must be set." -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 186 -# File: src/www/load_balancer_monitor_edit.php, line: 270 -# File: src/www/load_balancer_relay_action_edit.php, line: 174 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 132 -# File: src/www/system_advanced_admin.php, line: 337 -msgid "HTTP" -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 186 -# File: src/www/load_balancer_monitor_edit.php, line: 303 -# File: src/www/system_advanced_admin.php, line: 341 -msgid "HTTPS" -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 186 -# File: src/www/load_balancer_monitor_edit.php, line: 337 -msgid "Send/Expect" -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 234 -msgid "Edit Load Balancer - Monitor entry" -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 274 -# File: src/www/load_balancer_monitor_edit.php, line: 307 -msgid "Path" -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 282 -# File: src/www/load_balancer_monitor_edit.php, line: 315 -msgid "Hostname for Host: header if needed." -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 286 -# File: src/www/load_balancer_monitor_edit.php, line: 319 -msgid "HTTP Code" -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 341 -msgid "Send string" -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 347 -msgid "Expect string" -msgstr "" - -# -# File: src/www/load_balancer_pool.php, line: 60 -# File: src/www/load_balancer_relay_protocol.php, line: 59 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"virtual server." -msgstr "" - -# -# File: src/www/load_balancer_pool.php, line: 107 -# File: src/www/status_lb_pool.php, line: 112 -# File: src/www/status_lb_vs.php, line: 57 -#, php-format -msgid "" -"The load balancer configuration has been changed%sYou must apply the changes " -"in order for them to take effect." -msgstr "" - -# -# File: src/www/load_balancer_monitor.php, line: 76 -# File: src/www/load_balancer_monitor_edit.php, line: 182 -# File: src/www/load_balancer_pool.php, line: 137 -# File: src/www/load_balancer_pool_edit.php, line: 68 -# File: src/www/load_balancer_pool_edit.php, line: 252 -# File: src/www/status_gateways.php, line: 73 -# File: src/www/status_lb_pool.php, line: 138 -msgid "Monitor" -msgstr "" - -# -# File: src/www/load_balancer_pool.php, line: 139 -#, php-format -msgid "" -"This feature is intended for server load balancing, not multi-WAN. For load " -"balancing or failover for multiple WANs, use %sGateway Groups%s." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 68 -msgid "Server List" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 75 -msgid "This pool name has already been used. Pool names must be unique." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 81 -#, php-format -msgid "The name '%s' is a reserved word and cannot be used." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 84 -#, php-format -msgid "Sorry, an alias is already named %s." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 87 -msgid "The port must be an integer between 1 and 65535, or a port alias." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 91 -msgid "The retry value must be an integer between 1 and 65535." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 96 -#, php-format -msgid "%s is not a valid IP address or IPv4 subnet (in \"enabled\" list)." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 99 -#, php-format -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"enabled\" list)." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 106 -#, php-format -msgid "%s is not a valid IP address or IPv4 subnet (in \"disabled\" list)." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 109 -#, php-format -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"disabled\" list)." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 118 -msgid "Invalid monitor chosen." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 198 -msgid "Add/edit Load Balancer - Pool entry" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 210 -msgid "Load Balance" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 211 -msgid "Manual Failover" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 227 -msgid "This is the port your servers are listening on." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 228 -# File: src/www/load_balancer_virtual_server_edit.php, line: 198 -msgid "" -"You may also specify a port alias listed in Firewall -> Aliases here." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 242 -msgid "" -"Optionally specify how many times to retry checking a server before " -"declaring it down." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 249 -msgid "Add item to pool" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 267 -msgid "" -"Please add a monitor IP address on the monitors tab if you wish to use this " -"feature." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 273 -msgid "Server IP Address" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 276 -msgid "Add to pool" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 283 -msgid "Current Pool Members" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 292 -msgid "Pool Disabled" -msgstr "" - -# -# File: src/www/diag_gmirror.php, line: 245 -# File: src/www/diag_gmirror.php, line: 260 -# File: src/www/load_balancer_pool_edit.php, line: 303 -# File: src/www/load_balancer_pool_edit.php, line: 323 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 255 -msgid "Remove" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 312 -msgid "Enabled (default)" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 55 -msgid "Timeout must be a numeric value" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 59 -msgid "Interval must be a numeric value" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 64 -msgid "Prefork must be a numeric value" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 67 -msgid "Prefork value must be between 1 and 32" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 117 -msgid "Global settings" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 128 -msgid "timeout" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 132 -msgid "" -"Set the global timeout in milliseconds for checks. Leave blank to use the " -"default value of 1000 ms " -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 136 -msgid "interval" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 140 -msgid "" -"Set the interval in seconds at which the member of a pool will be checked. " -"Leave blank to use the default interval of 10 seconds" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 144 -msgid "prefork" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 148 -msgid "" -"Number of processes used by relayd for dns protocol. Leave blank to use the " -"default value of 5 processes" -msgstr "" - -# -# File: src/www/load_balancer_virtual_server.php, line: 106 -msgid "The virtual server configuration has been changed" -msgstr "" - -# -# File: src/www/load_balancer_pool.php, line: 85 -# File: src/www/load_balancer_pool_edit.php, line: 157 -# File: src/www/load_balancer_virtual_server.php, line: 134 -# File: src/www/status_lb_pool.php, line: 55 -msgid "Pool" -msgstr "" - -# -# File: src/www/load_balancer_virtual_server.php, line: 135 -# File: src/www/load_balancer_virtual_server_edit.php, line: 227 -msgid "Fall Back Pool" -msgstr "" - -# -# File: src/www/load_balancer_relay_protocol.php, line: 88 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 127 -# File: src/www/load_balancer_virtual_server_edit.php, line: 66 -# File: src/www/load_balancer_virtual_server_edit.php, line: 261 -msgid "Relay Protocol" -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 75 -msgid "" -"This virtual server name has already been used. Virtual server names must " -"be unique." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 78 -msgid "You cannot use spaces or slashes in the 'name' field." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 81 -msgid "" -"The port must be an integer between 1 and 65535, a port alias, or left blank." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 84 -#, php-format -msgid "%s is not a valid IP address, IPv4 subnet, or alias." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 86 -#, php-format -msgid "%s is a subnet containing more than 64 IP addresses." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 89 -msgid "You cannot select a Fall Back Pool when using the DNS relay protocol." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 164 -msgid "Edit Load Balancer - Virtual Server entry" -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 182 -msgid "" -"This is normally the WAN IP address that you would like the server to listen " -"on. All connections to this IP and port will be forwarded to the pool " -"cluster." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 183 -msgid "" -"You may also specify a host alias listed in Firewall -> Aliases here." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 196 -msgid "" -"This is the port that the clients will connect to. All connections to this " -"port will be forwarded to the pool cluster." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 197 -msgid "If left blank, listening ports from the pool will be used." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 208 -msgid "Virtual Server Pool" -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 211 -# File: src/www/load_balancer_virtual_server_edit.php, line: 230 -msgid "Please add a pool on the Pools tab to use this feature." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 243 -msgid "" -"The server pool to which clients will be redirected if *ALL* servers in the " -"Virtual Server Pool are offline." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 244 -msgid "This option is NOT compatible with the DNS relay protocol." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 280 -# File: src/www/status_captiveportal_expire.php, line: 97 -# File: src/www/status_captiveportal_test.php, line: 97 -msgid "Submit" -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 289 -msgid "" -"Don't forget to add a firewall rule for the virtual server/pool after you're " -"finished setting it up." -msgstr "" - -# -# File: src/www/reboot.php, line: 49 -msgid "The system is rebooting now. This may take one minute." -msgstr "" - -# -# File: src/www/reboot.php, line: 55 -msgid "Are you sure you want to reboot the system?" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 84 -# File: src/www/services_dhcpv6.php, line: 45 -# File: src/www/services_router_advertisements.php, line: 43 -msgid "Only interfaces configured with a static IP will be shown" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 84 -msgid "" -"The DHCP Server can only be enabled on interfaces configured with static IP " -"addresses" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 213 -# File: src/www/services_dhcpv6.php, line: 146 -msgid "Range begin" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 213 -# File: src/www/services_dhcpv6.php, line: 146 -msgid "Range end" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 218 -# File: src/www/services_dhcp.php, line: 220 -# File: src/www/services_dhcpv6.php, line: 151 -# File: src/www/services_dhcpv6.php, line: 155 -# File: src/www/services_dhcpv6.php, line: 157 -msgid "A valid range must be specified." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 222 -# File: src/www/services_dhcp_edit.php, line: 203 -msgid "A valid IP address must be specified for the gateway." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 224 -# File: src/www/services_dhcp_edit.php, line: 205 -msgid "" -"A valid IP address must be specified for the primary/secondary WINS servers." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 229 -# File: src/www/services_dhcp_edit.php, line: 211 -#, php-format -msgid "" -"The gateway address %s does not lie within the chosen interface's subnet." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 232 -# File: src/www/services_dhcp_edit.php, line: 214 -msgid "" -"A valid IP address must be specified for the primary/secondary DNS servers." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 235 -# File: src/www/services_dhcp_edit.php, line: 217 -# File: src/www/services_dhcpv6.php, line: 164 -msgid "The default lease time must be at least 60 seconds." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 257 -# File: src/www/services_dhcp_edit.php, line: 219 -# File: src/www/services_dhcpv6.php, line: 166 -msgid "" -"The maximum lease time must be at least 60 seconds and higher than the " -"default lease time." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 259 -# File: src/www/services_dhcp_edit.php, line: 221 -# File: src/www/services_dhcpv6.php, line: 168 -msgid "A valid domain name must be specified for the dynamic DNS registration." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 261 -# File: src/www/services_dhcp_edit.php, line: 223 -msgid "" -"A valid primary domain name server IP address must be specified for the " -"dynamic domain name." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 264 -# File: src/www/services_dhcp_edit.php, line: 226 -# File: src/www/services_dhcpv6.php, line: 173 -msgid "You must specify both a valid domain key and key name." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 269 -# File: src/www/services_dhcp_edit.php, line: 231 -# File: src/www/services_dhcpv6.php, line: 178 -# File: src/www/services_router_advertisements.php, line: 122 -msgid "A valid domain search list must be specified." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 277 -msgid "" -"If you specify a mac allow list, it must contain only valid partial MAC " -"addresses." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 279 -msgid "" -"If you specify a mac deny list, it must contain only valid partial MAC " -"addresses." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 282 -# File: src/www/services_dhcp_edit.php, line: 238 -msgid "" -"A valid IP address must be specified for the primary/secondary NTP servers." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 284 -# File: src/www/services_dhcpv6.php, line: 187 -msgid "A valid domain name must be specified for the DNS domain." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 286 -# File: src/www/services_dhcp_edit.php, line: 240 -msgid "A valid IP address or hostname must be specified for the TFTP server." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 288 -# File: src/www/services_dhcp_edit.php, line: 242 -msgid "A valid IP address must be specified for the network boot server." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 291 -msgid "You cannot use the network address in the starting subnet range." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 293 -msgid "You cannot use the broadcast address in the ending subnet range." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 300 -#, php-format -msgid "The subnet range cannot overlap with virtual IP address %s." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 296 -msgid "" -"Cannot enable static ARP when you have static map entries without IP " -"addresses. Ensure all static maps have IP addresses and try again." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 315 -msgid "Text type cannot include quotation marks." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 317 -msgid "" -"String type must be enclosed in quotes like \"this\" or must be a series of " -"octets specified in hexadecimal, separated by colons, like 01:23:45:67:89:ab:" -"cd:ef" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 319 -msgid "Boolean type must be true, false, on, or off." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 321 -msgid "Unsigned 8-bit integer type must be a number in the range 0 to 255." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 323 -msgid "Unsigned 16-bit integer type must be a number in the range 0 to 65535." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 325 -msgid "" -"Unsigned 32-bit integer type must be a number in the range 0 to 4294967295." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 327 -msgid "Signed 8-bit integer type must be a number in the range -128 to 127." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 329 -msgid "" -"Signed 16-bit integer type must be a number in the range -32768 to 32767." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 331 -msgid "" -"Signed 32-bit integer type must be a number in the range -2147483648 to " -"2147483647." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 333 -msgid "IP address or host type must be an IP address or host name." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 344 -# File: src/www/services_dhcpv6.php, line: 215 -msgid "The specified range lies outside of the current subnet." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 348 -# File: src/www/services_dhcpv6.php, line: 220 -msgid "The range is invalid (first element higher than second element)." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 355 -msgid "" -"The specified range must not be within the DHCP range for this interface." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 364 -msgid "" -"The specified range must not be within the range configured on a DHCP pool " -"for this interface." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 371 -# File: src/www/services_dhcpv6.php, line: 224 -#, php-format -msgid "" -"You must disable the DHCP relay on the %s interface before enabling the DHCP " -"server." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 381 -# File: src/www/services_dhcpv6.php, line: 239 -#, php-format -msgid "The DHCP range cannot overlap any static DHCP mappings." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 567 -msgid "Boolean" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 567 -msgid "String" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 567 -msgid "Text" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 568 -msgid "Unsigned 16-bit integer" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 568 -msgid "Unsigned 32-bit integer" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 568 -msgid "Unsigned 8-bit integer" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 569 -msgid "IP address or host" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 569 -msgid "Signed 16-bit integer" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 569 -msgid "Signed 32-bit integer" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 569 -msgid "Signed 8-bit integer" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 685 -# File: src/www/services_dhcpv6.php, line: 448 -msgid "The static mapping configuration has been changed" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 725 -msgid "" -"DHCP Relay is currently enabled. Cannot enable the DHCP Server service while " -"the DHCP Relay is enabled on any interface." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 736 -#, php-format -msgid "Enable DHCP server on %s interface" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 742 -msgid "" -"Editing Pool-Specific Options. To return to the Interface, click its tab " -"above." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 749 -msgid "Deny unknown clients" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 750 -msgid "" -"If this is checked, only the clients defined below will get DHCP leases from " -"this server. " -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 754 -msgid "Pool Description" -msgstr "" - -# -# File: src/www/services_captiveportal_ip_edit.php, line: 92 -# File: src/www/services_dhcp.php, line: 767 -# File: src/www/services_dhcpv6.php, line: 536 -msgid "Subnet mask" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 773 -# File: src/www/services_dhcpv6.php, line: 542 -msgid "Available range" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 800 -# File: src/www/services_dhcpv6.php, line: 578 -msgid "Range" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 808 -msgid "Additional Pools" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 810 -msgid "" -"If you need additional pools of addresses inside of this subnet outside the " -"above Range, they may be specified here." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 813 -msgid "Pool Start" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 814 -msgid "Pool End" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 842 -msgid "Do you really want to delete this pool?" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 856 -# File: src/www/services_dhcp_edit.php, line: 426 -msgid "WINS servers" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 863 -# File: src/www/services_dhcp_edit.php, line: 433 -# File: src/www/services_dhcpv6.php, line: 603 -# File: src/www/services_router_advertisements.php, line: 341 -# File: src/www/system_general.php, line: 338 -# File: src/www/vpn_pppoe_edit.php, line: 503 -msgid "DNS servers" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 867 -# File: src/www/services_dhcp_edit.php, line: 437 -# File: src/www/services_dhcpv6.php, line: 607 -# File: src/www/services_router_advertisements.php, line: 345 -msgid "" -"NOTE: leave blank to use the system default DNS servers - this interface's " -"IP if DNS forwarder is enabled, otherwise the servers configured on the " -"General page." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 874 -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network. Type \"none\" for no gateway assignment." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 878 -# File: src/www/services_dhcp_edit.php, line: 448 -# File: src/www/services_dhcpv6.php, line: 611 -msgid "Domain name" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 881 -# File: src/www/services_dhcp_edit.php, line: 451 -# File: src/www/services_dhcpv6.php, line: 614 -msgid "" -"The default is to use the domain name of this system as the default domain " -"name provided by DHCP. You may specify an alternate domain name here." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 885 -# File: src/www/services_dhcp_edit.php, line: 455 -# File: src/www/services_dhcpv6.php, line: 618 -# File: src/www/services_router_advertisements.php, line: 350 -msgid "Domain search list" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 888 -# File: src/www/services_dhcp_edit.php, line: 458 -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator " -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 892 -# File: src/www/services_dhcp_edit.php, line: 462 -# File: src/www/services_dhcpv6.php, line: 625 -msgid "Default lease time" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 896 -# File: src/www/services_dhcp_edit.php, line: 466 -# File: src/www/services_dhcpv6.php, line: 629 -msgid "" -"This is used for clients that do not ask for a specific expiration time." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 898 -# File: src/www/services_dhcp_edit.php, line: 468 -# File: src/www/services_dhcpv6.php, line: 631 -msgid "The default is 7200 seconds." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 902 -# File: src/www/services_dhcp_edit.php, line: 472 -# File: src/www/services_dhcpv6.php, line: 635 -msgid "Maximum lease time" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 906 -# File: src/www/services_dhcp_edit.php, line: 476 -# File: src/www/services_dhcpv6.php, line: 639 -msgid "" -"This is the maximum lease time for clients that ask for a specific " -"expiration time." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 908 -# File: src/www/services_dhcp_edit.php, line: 478 -# File: src/www/services_dhcpv6.php, line: 641 -msgid "The default is 86400 seconds." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 913 -msgid "Failover peer IP:" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 916 -msgid "" -"Leave blank to disable. Enter the interface IP address of the other " -"machine. Machines must be using CARP. Interface's advskew determines " -"whether the DHCPd process is Primary or Secondary. Ensure one machine's " -"advskew<20 (and the other is >20)." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 922 -# File: src/www/services_dhcp.php, line: 1174 -msgid "Static ARP" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 929 -msgid "Enable Static ARP entries" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 932 -msgid "" -"Warning: This option persists even if DHCP server is disabled. Only the " -"machines listed below will be able to communicate with the firewall on this " -"NIC." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 943 -# File: src/www/services_dhcpv6.php, line: 645 -msgid "Time format change" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 952 -msgid "Change DHCP display lease time from UTC to local time." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 943 -msgid "" -"Warning: By default DHCP leases are displayed in UTC time. By checking this " -"box DHCP lease time will be displayed in local time and set to time zone " -"selected. This will be used for all DHCP interfaces lease time." -msgstr "" - -# -# File: src/etc/inc/ipsec.inc, line: 46 -# File: src/www/services_dhcp.php, line: 968 -# File: src/www/services_dhcp_edit.php, line: 482 -# File: src/www/services_dhcpv6.php, line: 670 -msgid "Dynamic DNS" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 971 -# File: src/www/services_dhcp_edit.php, line: 485 -# File: src/www/services_dhcpv6.php, line: 673 -msgid "Show Dynamic DNS" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 975 -# File: src/www/services_dhcp_edit.php, line: 489 -# File: src/www/services_dhcpv6.php, line: 677 -msgid "Enable registration of DHCP client names in DNS." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 978 -# File: src/www/services_dhcp_edit.php, line: 492 -# File: src/www/services_dhcpv6.php, line: 680 -msgid "Note: Leave blank to disable dynamic DNS registration." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 979 -# File: src/www/services_dhcp_edit.php, line: 493 -# File: src/www/services_dhcpv6.php, line: 681 -msgid "" -"Enter the dynamic DNS domain which will be used to register client names in " -"the DNS server." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 981 -# File: src/www/services_dhcp_edit.php, line: 495 -# File: src/www/services_dhcpv6.php, line: 683 -msgid "" -"Enter the primary domain name server IP address for the dynamic domain name." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 983 -# File: src/www/services_dhcp_edit.php, line: 497 -# File: src/www/services_dhcpv6.php, line: 685 -msgid "" -"Enter the dynamic DNS domain key name which will be used to register client " -"names in the DNS server." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 985 -# File: src/www/services_dhcp_edit.php, line: 499 -# File: src/www/services_dhcpv6.php, line: 687 -msgid "" -"Enter the dynamic DNS domain key secret which will be used to register " -"client names in the DNS server." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 990 -msgid "MAC Address Control" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 993 -msgid "Show MAC Address Control" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 997 -msgid "" -"Enter a list of partial MAC addresses to allow, comma separated, no spaces, " -"such as " -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 999 -msgid "" -"Enter a list of partial MAC addresses to deny access, comma separated, no " -"spaces, such as " -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1004 -# File: src/www/services_dhcp_edit.php, line: 505 -# File: src/www/services_dhcpv6.php, line: 693 -msgid "NTP servers" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1007 -# File: src/www/services_dhcp_edit.php, line: 508 -# File: src/www/services_dhcpv6.php, line: 696 -msgid "Show NTP configuration" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1016 -# File: src/www/services_dhcp_edit.php, line: 517 -# File: src/www/services_dhcpv6.php, line: 706 -msgid "TFTP server" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1019 -# File: src/www/services_dhcp_edit.php, line: 520 -# File: src/www/services_dhcpv6.php, line: 709 -msgid "Show TFTP configuration" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1023 -# File: src/www/services_dhcp_edit.php, line: 524 -# File: src/www/services_dhcpv6.php, line: 713 -msgid "" -"Leave blank to disable. Enter a full hostname or IP for the TFTP server." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1028 -# File: src/www/services_dhcpv6.php, line: 719 -msgid "LDAP URI" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1031 -# File: src/www/services_dhcpv6.php, line: 722 -msgid "Show LDAP configuration" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1035 -# File: src/www/services_dhcpv6.php, line: 726 -msgid "" -"Leave blank to disable. Enter a full URI for the LDAP server in the form " -"ldap://ldap.example.com/dc=example,dc=com" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1040 -# File: src/www/services_dhcpv6.php, line: 731 -msgid "Enable network booting" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1043 -# File: src/www/services_dhcpv6.php, line: 734 -msgid "Show Network booting" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1047 -# File: src/www/services_dhcpv6.php, line: 738 -msgid "Enables network booting." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1049 -msgid "Enter the IP of the" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1049 -msgid "next-server" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1051 -msgid "and the default bios filename" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1053 -msgid "and the UEFI 32bit filename " -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1055 -msgid "and the UEFI 64bit filename " -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1057 -msgid "" -"Note: You need both a filename and a boot server configured for this to work!" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1058 -msgid "" -"You will need all three filenames and a boot server configured for UEFI to " -"work!" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1059 -# File: src/www/services_dhcp_edit.php, line: 408 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "Enter the" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1059 -# File: src/www/services_dhcp_edit.php, line: 408 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "root-path" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1059 -# File: src/www/services_dhcp_edit.php, line: 408 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "string" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1061 -msgid "" -"Note: string-format: iscsi:(servername):(protocol):(port):(LUN):targetname" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1067 -# File: src/www/services_dhcpv6.php, line: 746 -msgid "Additional BOOTP/DHCP Options" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1070 -# File: src/www/services_dhcpv6.php, line: 749 -msgid "Show Additional BOOTP/DHCP Options" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1078 -# File: src/www/services_dhcpv6.php, line: 757 -msgid "" -"Enter the DHCP option number and the value for each item you would like to " -"include in the DHCP lease information. For a list of available options " -"please visit this" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1078 -# File: src/www/services_dhcpv6.php, line: 757 -msgid "URL" -msgstr "" - -# -# File: src/www/load_balancer_relay_action_edit.php, line: 507 -# File: src/www/services_dhcp.php, line: 1085 -# File: src/www/services_dhcpv6.php, line: 763 -# File: src/www/system_advanced_sysctl.php, line: 155 -# File: src/www/system_advanced_sysctl.php, line: 233 -# File: src/www/system_certmanager.php, line: 849 -msgid "Value" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1153 -# File: src/www/services_dhcpv6.php, line: 814 -msgid "System: General setup" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1153 -# File: src/www/services_dhcpv6.php, line: 814 -msgid "The DNS servers entered in" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1154 -# File: src/www/services_dhcpv6.php, line: 815 -msgid "(or the" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1154 -# File: src/www/services_dhcpv6.php, line: 815 -# File: src/www/services_dnsmasq.php, line: 139 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 109 -# File: src/www/services_dnsmasq_edit.php, line: 156 -msgid "DNS forwarder" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1155 -# File: src/www/services_dhcpv6.php, line: 816 -msgid "if enabled)" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1155 -# File: src/www/services_dhcpv6.php, line: 816 -msgid "will be assigned to clients by the DHCP server." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1158 -msgid "Status: DHCP leases" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1158 -# File: src/www/services_dhcpv6.php, line: 819 -msgid "The DHCP lease table can be viewed on the" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1159 -# File: src/www/services_dhcpv6.php, line: 820 -msgid "page." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1170 -msgid "DHCP Static Mappings for this interface." -msgstr "" - -# -# File: src/www/firewall_nat_npt.php, line: 154 -# File: src/www/services_dhcp.php, line: 1213 -# File: src/www/services_dhcpv6.php, line: 866 -msgid "Do you really want to delete this mapping?" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 140 -msgid "Either MAC address or Client identifier must be specified" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 148 -# File: src/www/services_dhcpv6_edit.php, line: 102 -msgid "The hostname cannot end with a hyphen according to RFC952" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 153 -# File: src/www/services_dhcpv6_edit.php, line: 107 -msgid "" -"A valid hostname is specified, but the domain name part should be omitted" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 164 -msgid "Static ARP is enabled. You must specify an IP address." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 173 -msgid "This Hostname, IP, MAC address or Client identifier already exists." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 184 -#, php-format -msgid "The IP address must not be within the DHCP range for this interface." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 189 -msgid "" -"The IP address must not be within the range configured on a DHCP pool for " -"this interface." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 198 -#, php-format -msgid "The IP address must lie in the %s subnet." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 359 -msgid "Static DHCP Mapping" -msgstr "" - -# -# File: src/www/services_captiveportal_mac_edit.php, line: 228 -# File: src/www/services_dhcp_edit.php, line: 370 -msgid "Copy my MAC address" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 372 -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 376 -msgid "Client identifier" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 386 -msgid "If an IPv4 address is entered, the address must be outside of the pool." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 388 -msgid "" -"If no IPv4 address is given, one will be dynamically allocated from the pool." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 395 -# File: src/www/services_dhcpv6_edit.php, line: 218 -msgid "Name of the host, without domain part." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 400 -msgid "Netboot Filename" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 403 -# File: src/www/services_dhcpv6_edit.php, line: 225 -msgid "" -"Name of the file that should be loaded when this host boots off of the " -"network, overrides setting on main page." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 406 -# File: src/www/services_dhcpv6_edit.php, line: 228 -msgid "Root Path" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 409 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "Enter the root-path-string, overrides setting on main page." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 419 -msgid "ARP Table Static Entry" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 422 -msgid "Create an ARP Table Static Entry for this MAC & IP Address pair. " -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 444 -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network." -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 61 -# File: src/www/services_dhcpv6_relay.php, line: 62 -msgid "Destination Server" -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 69 -msgid "A valid Destination Server IP address must be specified." -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 140 -msgid "" -"DHCP Server is currently enabled. Cannot enable the DHCP Relay service while " -"the DHCP Server is enabled on any interface." -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 136 -msgid "DHCP Relay configuration" -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 146 -#, php-format -msgid "Enable DHCP relay on interface" -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 158 -# File: src/www/services_dhcpv6_relay.php, line: 155 -# File: src/www/services_ntpd.php, line: 230 -msgid "Interface(s)" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 263 -msgid "Interfaces without an IP address will not be shown." -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 171 -# File: src/www/services_dhcpv6_relay.php, line: 173 -msgid "Append circuit ID and agent ID to requests" -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 172 -#, php-format -msgid "" -"If this is checked, the DHCP relay will append the circuit ID (%s interface " -"number) and the agent ID to the DHCP request." -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 175 -# File: src/www/services_dhcpv6_relay.php, line: 177 -msgid "Destination server" -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 179 -msgid "" -"This is the IP address of the server to which DHCP requests are relayed. You " -"can enter multiple server IP addresses, separated by commas. Select \"Proxy " -"requests to DHCP server on WAN subnet\" to relay DHCP packets to the server " -"that was used on the WAN interface." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 50 -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses. Only interfaces configured with a static IP will be shown." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 153 -msgid "A valid prefix range must be specified." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 159 -msgid "A valid IPv6 address must be specified for the gateway." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 161 -# File: src/www/services_router_advertisements.php, line: 117 -msgid "" -"A valid IPv6 address must be specified for the primary/secondary DNS servers." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 170 -msgid "" -"A valid primary domain name server IPv4 address must be specified for the " -"dynamic domain name." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 185 -msgid "" -"A valid IPv6 address must be specified for the primary/secondary NTP servers." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 189 -msgid "A valid IPv6 address or hostname must be specified for the TFTP server." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 191 -msgid "A valid URL must be specified for the network bootfile." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 198 -#, php-format -msgid "The subnet range cannot overlap with virtual IPv6 address %s." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 499 -# File: src/www/services_router_advertisements.php, line: 228 -# File: src/www/services_router_advertisements.php, line: 236 -msgid "Router Advertisements" -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 521 -#, php-format -msgid "Enable DHCPv6 server on %s interface" -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 561 -# File: src/www/vpn_l2tp.php, line: 369 -msgid "Subnet Mask" -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 585 -msgid "Prefix Delegation Range" -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 589 -msgid "Prefix Delegation Size" -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 598 -msgid "" -"You can define a Prefix range here for DHCP Prefix Delegation. This allows " -"for\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\tassigning networks to subrouters. The start and " -"end of the range must end on boundaries of the prefix delegation size." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 621 -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator" -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 654 -msgid "Change DHCPv6 display lease time from UTC to local time." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 661 -msgid "" -"By default DHCPv6 leases are displayed in UTC time. By checking this\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\tbox DHCPv6 lease time will be displayed in local " -"time and set to time zone selected. This will be used for all DHCPv6 " -"interfaces lease time." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 740 -msgid "Enter the Bootfile URL" -msgstr "" - -# -# File: src/www/diag_tables.php, line: 170 -# File: src/www/services_dhcpv6.php, line: 782 -msgid "Delete" -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 380 -# File: src/www/services_dhcpv6.php, line: 789 -# File: src/www/services_router_advertisements.php, line: 326 -# File: src/www/system_certmanager.php, line: 881 -msgid "add another entry" -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 819 -msgid "Status: DHCPv6 leases" -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 829 -msgid "DHCPv6 Static Mappings for this interface." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 833 -# File: src/www/status_dhcpv6_leases.php, line: 419 -# File: src/www/status_dhcpv6_leases.php, line: 516 -msgid "DUID" -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 95 -# File: src/www/services_dhcpv6_edit.php, line: 196 -msgid "DUID Identifier" -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 115 -msgid "A valid DUID Identifier must be specified." -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 124 -msgid "This Hostname, IP or DUID Identifier already exists." -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 193 -msgid "Static DHCPv6 Mapping" -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 200 -msgid "Enter a DUID Identifier in the following format: " -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 201 -msgid "DUID-LLT - ETH -- TIME --- ---- ADDR ----" -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 209 -msgid "If an IPv6 address is entered, the address must be outside of the pool." -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 211 -msgid "" -"If no IPv6 address is given, one will be dynamically allocated from the pool." -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 222 -msgid "Netboot filename" -msgstr "" - -# -# File: src/www/services_dhcpv6_relay.php, line: 70 -msgid "A valid Destination Server IPv6 address must be specified." -msgstr "" - -# -# File: src/www/services_dhcpv6_relay.php, line: 136 -msgid "" -"DHCPv6 Server is currently enabled. Cannot enable the DHCPv6 Relay service " -"while the DHCPv6 Server is enabled on any interface." -msgstr "" - -# -# File: src/www/services_dhcpv6_relay.php, line: 137 -msgid "DHCPv6 Relay configuration" -msgstr "" - -# -# File: src/www/services_dhcpv6_relay.php, line: 148 -#, php-format -msgid "Enable DHCPv6 relay on interface" -msgstr "" - -# -# File: src/www/services_dhcpv6_relay.php, line: 166 -msgid "Interfaces without an IPv6 address will not be shown." -msgstr "" - -# -# File: src/www/services_dhcpv6_relay.php, line: 174 -#, php-format -msgid "" -"If this is checked, the DHCPv6 relay will append the circuit ID (%s " -"interface number) and the agent ID to the DHCPv6 request." -msgstr "" - -# -# File: src/www/services_dhcpv6_relay.php, line: 181 -msgid "" -"This is the IPv6 address of the server to which DHCPv6 requests are relayed. " -"You can enter multiple server IPv6 addresses, separated by commas. " -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 79 -# File: src/www/system_advanced_admin.php, line: 96 -msgid "You must specify a valid port number" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 94 -msgid "Invalid custom options" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 178 -msgid "The DNS forwarder configuration has been changed." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 185 -# File: src/www/services_dnsmasq.php, line: 192 -msgid "General DNS Forwarder Options" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 198 -msgid "Enable DNS forwarder" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 202 -# File: src/www/services_unbound.php, line: 299 -msgid "DHCP Registration" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 205 -msgid "Register DHCP leases in DNS forwarder" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 206 -#, php-format -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS forwarder, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 214 -# File: src/www/services_unbound.php, line: 311 -msgid "Static DHCP" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 217 -msgid "Register DHCP static mappings in DNS forwarder" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 218 -#, php-format -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS forwarder, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 225 -msgid "Prefer DHCP" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 228 -msgid "Resolve DHCP mappings first" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 229 -#, php-format -msgid "" -"If this option is set, then DHCP mappings will be resolved before the manual " -"list of names below. This only affects the name given for a reverse lookup " -"(PTR)." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 235 -# File: src/www/services_unbound.php, line: 292 -msgid "DNS Query Forwarding" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 238 -msgid "Query DNS servers sequentially" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 239 -#, php-format -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will query the DNS servers " -"sequentially in the order specified (System - General Setup - DNS " -"Servers), rather than all at once in parallel. " -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 248 -msgid "Require domain" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 249 -#, php-format -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward A or AAAA " -"queries for plain names, without dots or domain parts, to upstream name " -"servers. If the name is not known from /etc/hosts or DHCP then a \"not found" -"\" answer is returned. " -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 258 -msgid "Do not forward private reverse lookups" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 259 -#, php-format -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward reverse " -"DNS lookups (PTR) for private addresses (RFC 1918) to upstream name " -"servers. Any entries in the Domain Overrides section forwarding private \"n." -"n.n.in-addr.arpa\" names to a specific server are still forwarded. If the IP " -"to name is not known from /etc/hosts, DHCP or a specific domain override " -"then a \"not found\" answer is immediately returned. " -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 267 -# File: src/www/services_unbound.php, line: 224 -msgid "Listen Port" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 271 -# File: src/www/services_unbound.php, line: 229 -msgid "" -"The port used for responding to DNS queries. It should normally be left " -"blank unless another service needs to bind to TCP/UDP port 53." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 281 -msgid "" -"Interface IPs used by the DNS Forwarder for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 301 -msgid "Strict Interface Binding" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 303 -msgid "" -"If this option is set, the DNS forwarder will only bind to the interfaces " -"containing the IP addresses selected above, rather than binding to all " -"interfaces and discarding queries to other addresses." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 305 -msgid "" -"NOTE: This option does NOT work with IPv6. If set, dnsmasq will not bind to " -"IPv6 addresses." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1192 -# File: src/www/firewall_rules_edit.php, line: 1214 -# File: src/www/firewall_rules_edit.php, line: 1230 -# File: src/www/firewall_rules_edit.php, line: 1270 -# File: src/www/firewall_rules_edit.php, line: 1310 -# File: src/www/firewall_rules_edit.php, line: 1340 -# File: src/www/firewall_rules_edit.php, line: 1363 -# File: src/www/firewall_rules_edit.php, line: 1390 -# File: src/www/interfaces.php, line: 1690 -# File: src/www/pkg_edit.php, line: 1142 -# File: src/www/services_dnsmasq.php, line: 313 -# File: src/www/services_unbound.php, line: 333 -msgid "Show advanced option" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 318 -msgid "" -"Enter any additional options you would like to add to the dnsmasq " -"configuration here, separated by a space or newline" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 332 -#, php-format -msgid "" -"If the DNS forwarder is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the forwarder. The DNS forwarder will use the DNS servers " -"entered in %sSystem: General setup%s or those obtained via DHCP or PPP on " -"WAN if the "Allow DNS server list to be overridden by DHCP/PPP on " -"WAN" is checked. If you don't use that option (or if you use a static " -"IP address on WAN), you must manually specify at least one DNS server on the " -"%sSystem: General setup%s page." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 350 -# File: src/www/services_unbound.php, line: 372 -msgid "Host Overrides" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 354 -# File: src/www/services_unbound.php, line: 376 -msgid "" -"Entries in this section override individual results from the forwarders." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 355 -# File: src/www/services_unbound.php, line: 377 -msgid "Use these for changing DNS results or for adding custom DNS records." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 366 -# File: src/www/services_dnsmasq.php, line: 444 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 63 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 136 -# File: src/www/services_dnsmasq_edit.php, line: 71 -# File: src/www/services_dnsmasq_edit.php, line: 209 -# File: src/www/services_dnsmasq_edit.php, line: 243 -# File: src/www/services_unbound.php, line: 385 -# File: src/www/services_unbound.php, line: 449 -# File: src/www/services_unbound_domainoverride_edit.php, line: 57 -# File: src/www/services_unbound_domainoverride_edit.php, line: 130 -# File: src/www/services_unbound_host_edit.php, line: 72 -# File: src/www/services_unbound_host_edit.php, line: 209 -# File: src/www/services_unbound_host_edit.php, line: 245 -# File: src/www/system_general.php, line: 113 -# File: src/www/system_general.php, line: 327 -msgid "Domain" -msgstr "" - -# -# File: src/www/services_captiveportal_mac.php, line: 200 -# File: src/www/services_dnsmasq.php, line: 398 -# File: src/www/services_unbound.php, line: 417 -msgid "Do you really want to delete this host?" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 432 -# File: src/www/services_unbound.php, line: 437 -msgid "Domain Overrides" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 435 -msgid "" -"Entries in this area override an entire domain, and subdomains, by " -"specifying an authoritative DNS server to be queried for that domain." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 471 -# File: src/www/services_unbound.php, line: 479 -msgid "Do you really want to delete this domain override?" -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 74 -# File: src/www/services_unbound_domainoverride_edit.php, line: 68 -msgid "A valid domain must be specified after _msdcs." -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 78 -# File: src/www/services_dnsmasq_edit.php, line: 79 -# File: src/www/services_unbound_domainoverride_edit.php, line: 70 -# File: src/www/services_unbound_host_edit.php, line: 80 -msgid "A valid domain must be specified." -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 81 -msgid "" -"A valid IP address must be specified, or # for an exclusion or ! to not " -"forward at all." -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 84 -msgid "An interface IP address must be specified for the DNS query source." -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 139 -# File: src/www/services_unbound_domainoverride_edit.php, line: 134 -msgid "Domain to override (NOTE: this does not have to be a valid TLD!)" -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 140 -# File: src/www/services_dnsmasq_edit.php, line: 220 -# File: src/www/services_unbound_domainoverride_edit.php, line: 135 -# File: src/www/services_unbound_host_edit.php, line: 221 -msgid "or" -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 140 -# File: src/www/services_unbound_domainoverride_edit.php, line: 135 -msgid "test" -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 146 -# File: src/www/services_unbound_domainoverride_edit.php, line: 144 -msgid "IP address of the authoritative DNS server for this domain" -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 147 -msgid "" -"Or enter ! for lookups for this host/subdomain to NOT be forwarded anywhere." -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 147 -msgid "" -"Or enter # for an exclusion to pass through this host/subdomain to standard " -"nameservers instead of a previous override." -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 150 -msgid "Source IP" -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 153 -msgid "" -"Source IP address for queries to the DNS server for the override domain." -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 154 -msgid "Leave blank unless your DNS server is accessed through a VPN tunnel." -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 110 -msgid "Alias Domain" -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 114 -# File: src/www/services_unbound_host_edit.php, line: 115 -msgid "" -"Hostnames in alias list can only contain the characters A-Z, 0-9 and '-'." -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 117 -# File: src/www/services_unbound_host_edit.php, line: 117 -msgid "A valid domain must be specified in alias list." -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 128 -# File: src/www/services_unbound_host_edit.php, line: 127 -msgid "This host/domain already exists." -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 198 -msgid "Edit DNS Forwarder entry" -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 204 -# File: src/www/services_unbound_host_edit.php, line: 204 -msgid "Name of the host, without domain part" -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 206 -# File: src/www/services_unbound_host_edit.php, line: 205 -msgid "myhost" -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 212 -# File: src/www/services_unbound_host_edit.php, line: 212 -msgid "Domain of the host" -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 213 -# File: src/www/services_unbound_host_edit.php, line: 213 -msgid "example.com" -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 219 -# File: src/www/services_unbound_host_edit.php, line: 220 -msgid "IP address of the host" -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 237 -# File: src/www/services_unbound_host_edit.php, line: 239 -msgid "Enter additional names for this host." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 724 -# File: src/www/services_dnsmasq_edit.php, line: 265 -# File: src/www/services_router_advertisements.php, line: 309 -# File: src/www/system_certmanager.php, line: 870 -msgid "remove this entry" -msgstr "" - -# -# File: src/www/services_dyndns.php, line: 90 -# File: src/www/status_openvpn.php, line: 287 -# File: src/www/status_openvpn.php, line: 350 -# File: src/www/status_services.php, line: 77 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 78 -msgid "Service" -msgstr "" - -# -# File: src/www/services_dyndns.php, line: 92 -# File: src/www/services_rfc2136.php, line: 85 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 80 -msgid "Cached IP" -msgstr "" - -# -# File: src/www/services_dyndns.php, line: 189 -msgid "" -"IP addresses appearing in green are up to date with Dynamic DNS provider." -msgstr "" - -# -# File: src/www/services_dyndns.php, line: 190 -msgid "" -"You can force an update for an IP address on the edit page for that service." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 86 -# File: src/www/services_dyndns_edit.php, line: 254 -msgid "Service type" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 98 -# File: src/www/services_dyndns_edit.php, line: 391 -msgid "Update URL" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 111 -msgid "The Hostname contains invalid characters." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 117 -msgid "The MX contains invalid characters." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 119 -# File: src/www/system_usermanager.php, line: 179 -# File: src/www/vpn_l2tp_users_edit.php, line: 86 -# File: src/www/vpn_pptp_users_edit.php, line: 82 -msgid "The username contains invalid characters." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 172 -# File: src/www/services_dyndns_edit.php, line: 243 -msgid "Dynamic DNS client" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 250 -# File: src/www/services_rfc2136_edit.php, line: 207 -# File: src/www/services_rfc2136_edit.php, line: 213 -msgid "yes" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 268 -# File: src/www/services_rfc2136_edit.php, line: 153 -msgid "Interface to monitor" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 293 -msgid "Interface to send update from" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 315 -msgid "Note: This is almost always the same as the Interface to Monitor." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 326 -msgid "Enter the complete host/domain name. example: myhost.dyndns.org" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 327 -msgid "For he.net tunnelbroker, enter your tunnel ID" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 332 -msgid "MX" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 338 -msgid "" -"Note: With a dynamic DNS service you can only use a hostname, not an IP " -"address." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 338 -msgid "" -"Set this option only if you need a special MX record. Not all services " -"support this." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 342 -msgid "Wildcards" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 345 -# File: src/www/services_dyndns_edit.php, line: 351 -msgid "Enable " -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 345 -msgid "Wildcard" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 348 -msgid "Verbose logging" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 351 -msgid "verbose logging" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 354 -msgid "CURL options" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 357 -msgid "Force IPv4 resolving" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 359 -msgid "Verify SSL peer" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 366 -msgid "" -"Username is required for all types except Namecheap, FreeDNS and Custom " -"Entries." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 367 -msgid "Route 53: Enter your Access Key ID." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 368 -msgid "Duck DNS: Enter your Token." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 369 -msgid "" -"For Custom Entries, Username and Password represent HTTP Authentication " -"username and passwords." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 377 -msgid "" -"FreeDNS (freedns.afraid.org): Enter your \"Authentication Token\" provided " -"by FreeDNS." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 378 -msgid "Route 53: Enter your Secret Access Key." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 379 -msgid "Duck DNS: Leave blank." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 384 -msgid "Zone ID" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 387 -msgid "" -"Enter Zone ID that you received when you created your domain in Route 53." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 394 -msgid "" -"This is the only field required by for Custom Dynamic DNS, and is only used " -"by Custom Entries." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 396 -# File: src/www/services_dyndns_edit.php, line: 407 -msgid "" -"If you need the new IP to be included in the request, put %IP% in its place." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 400 -msgid "Result Match" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 403 -msgid "This field is only used by Custom Dynamic DNS Entries." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 407 -msgid "" -"This field should be identical to what your dynamic DNS Provider will return " -"if the update succeeds, leave it blank to disable checking of returned " -"results." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 409 -msgid "" -"If you need to include multiple possible values, separate them with a |. If " -"your provider includes a |, escape it with \\|" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 411 -msgid "" -"Tabs (\\t), newlines (\\n) and carriage returns (\\r) at the beginning or " -"end of the returned results are removed before comparison." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 416 -# File: src/www/services_rfc2136_edit.php, line: 71 -# File: src/www/services_rfc2136_edit.php, line: 171 -msgid "TTL" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 419 -msgid "Choose TTL for your dns record." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 436 -# File: src/www/services_rfc2136_edit.php, line: 103 -msgid "Save & Force Update" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 444 -#, php-format -msgid "" -"You must configure a DNS server in %sSystem:\n" -"\t\t\t\t\t General setup%s or allow the DNS server list " -"to be overridden\n" -"\t\t\t\t\t by DHCP/PPP on WAN for dynamic DNS updates to " -"work." -msgstr "" - -# -# File: src/www/services_igmpproxy.php, line: 69 -msgid "add a new igmpentry" -msgstr "" - -# -# File: src/www/services_igmpproxy.php, line: 84 -msgid "The IGMP entry list has been changed" -msgstr "" - -# -# File: src/www/services_igmpproxy.php, line: 126 -msgid "edit igmpentry" -msgstr "" - -# -# File: src/www/services_igmpproxy.php, line: 127 -msgid "" -"Do you really want to delete this igmp entry? All elements that still use it " -"will become invalid (e.g. filter rules)!" -msgstr "" - -# -# File: src/www/services_igmpproxy.php, line: 127 -msgid "delete igmpentry" -msgstr "" - -# -# File: src/www/services_igmpproxy.php, line: 141 -msgid "" -"Please add the interface for upstream, the allowed subnets, and the " -"downstream interfaces you would like the proxy to allow. Only one 'upstream' " -"interface can be configured." -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 65 -msgid "Only one 'upstream' interface can be configured." -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 158 -msgid "IGMP Proxy Edit" -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 188 -msgid "Upstream Interface" -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 189 -msgid "Downstream Interface" -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 193 -msgid "" -"The upstream network interface is the outgoing interface which is " -"responsible for communicating to available multicast data sources. There can " -"only be one upstream interface." -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 199 -msgid "Downstream" -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 199 -msgid "" -"network interfaces are the distribution interfaces to the destination " -"networks, where multicast clients can join groups and receive multicast " -"data. One or more downstream interfaces must be configured." -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 206 -msgid "Threshold" -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 211 -msgid "" -"Defines the TTL threshold for the network interface. Packets with a " -"lower TTL than the threshold value will be ignored. This setting is " -"optional, and by default the threshold is 1." -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 218 -msgid "Network (s)" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 461 -# File: src/www/services_igmpproxy_edit.php, line: 224 -# File: src/www/services_unbound_acls.php, line: 234 -msgid "CIDR" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 197 -# File: src/www/services_ntpd.php, line: 293 -msgid "Add another Time server" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 236 -msgid "NTP Server Configuration" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 265 -msgid "Selecting no interfaces will listen on all interfaces with a wildcard." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 266 -msgid "" -"Selecting all interfaces will explicitly listen on only the interfaces/IPs " -"specified." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 261 -msgid "Time servers" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 280 -msgid "prefer this server" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 283 -msgid "do not use this server" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 296 -msgid "For best results three to five servers should be configured here." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 292 -#, php-format -msgid "" -"The %sprefer%s option indicates that NTP should favor the use of this server " -"more than all others." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 294 -#, php-format -msgid "" -"The %snoselect%s option indicates that NTP should not use this server for " -"time, but stats for this server will be collected and displayed." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 299 -msgid "Orphan mode" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 306 -msgid "(0-15)" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 307 -msgid "" -"Orphan mode allows the system clock to be used when no other clocks are " -"available. The number here specifies the stratum reported during orphan mode " -"and should normally be set to a number high enough to insure that any other " -"servers available to clients are preferred over this server. (default: 12)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 306 -msgid "NTP graphs" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 314 -msgid "Enable rrd graphs of NTP statistics (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 313 -msgid "Syslog logging" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 320 -msgid "Status > System Logs > NTP" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 320 -msgid "" -"These options enable additional messages from NTP to be written to the " -"System Log" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 323 -msgid "Enable logging of peer messages (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 326 -msgid "Enable logging of system messages (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 325 -msgid "Statistics logging" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 333 -msgid "Show statistics logging options" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 336 -msgid "Warning: " -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 336 -msgid "these options will create persistant daily log files in /var/log/ntp." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 339 -msgid "Enable logging of reference clock statistics (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 342 -msgid "Enable logging of clock discipline statistics (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 345 -msgid "Enable logging of NTP peer statistics (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 345 -msgid "Access restrictions" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 353 -msgid "Show access restriction options" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 356 -msgid "these options control access to NTP from the WAN." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 359 -msgid "Enable Kiss-o'-death packets (default: enabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 362 -msgid "" -"Deny state modifications (i.e. run time configuration) by ntpq and ntpdc " -"(default: enabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 365 -msgid "Disable ntpq and ntpdc queries (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 368 -msgid "Disable all except ntpq and ntpdc queries (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 371 -msgid "Deny packets that attempt a peer association (default: enabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 374 -msgid "Deny mode 6 control message trap service (default: enabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 374 -msgid "Leap seconds" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 382 -msgid "Show Leap second configuration" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 385 -msgid "" -"A leap second file allows NTP to advertize an upcoming leap second addition " -"or subtraction." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 386 -msgid "Normally this is only useful if this server is a stratum 1 time server." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 388 -msgid "Enter Leap second configuration as text:" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 390 -msgid "Or" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 390 -msgid "select a file to upload:" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 374 -msgid "NTP Serial GPS Configuration" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 356 -msgid "" -"A GPS connected via a serial port may be used as a reference clock for NTP. " -"If the GPS also supports PPS and is properly configured, and connected, that " -"GPS may also be used as a Pulse Per Second clock reference. NOTE: a USB GPS " -"may work, but is not recommended due to USB bus timing issues." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 381 -msgid "" -"For the best results, NTP should have at least three sources of time. So it " -"is best to configure at least 2 servers under" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 381 -# File: src/www/services_ntpd_pps.php, line: 132 -msgid "Services > NTP" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 381 -msgid "" -"to minimize clock drift if the GPS data is not valid over time. Otherwise " -"ntpd may only use values from the unsynchronized local clock when providing " -"time to clients." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 366 -msgid "Generic" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 368 -msgid "Garmin" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 370 -msgid "SiRF" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 371 -msgid "U-Blox" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 372 -msgid "SureGPS" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 397 -msgid "This option allows you to select a predefined configuration." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 400 -msgid "Select Generic if your GPS is not listed." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 401 -msgid "" -"The perdefined configurations assume your GPS has already been set to NMEA " -"mode." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 388 -# File: src/www/services_ntpd_pps.php, line: 132 -msgid "Serial port" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 425 -msgid "" -"All serial ports are listed, be sure to pick the port with the GPS attached." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 434 -msgid "Serial port baud rate." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 437 -msgid "" -"Note: A higher baud rate is generally only helpful if the GPS is sending too " -"many sentences. It is recommended to configure the GPS to send only one " -"sentence at a baud rate of 4800 or 9600." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 423 -msgid "NMEA sentences" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 454 -msgid "" -"By default NTP will listen for all supported NMEA sentences. Here one or " -"more sentences to listen for may be specified." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 436 -msgid "Fudge time 1" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 461 -msgid "Fudge time 1 is used to specify the GPS PPS signal offset" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 442 -msgid "Fudge time 2" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 467 -msgid "Fudge time 2 is used to specify the GPS time offset" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 177 -msgid "Stratum" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 472 -# File: src/www/services_ntpd_pps.php, line: 161 -msgid "(0-16)" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 473 -msgid "This may be used to change the GPS Clock stratum" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 473 -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 454 -# File: src/www/services_ntpd_pps.php, line: 159 -msgid "Flags" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 481 -# File: src/www/services_ntpd_pps.php, line: 170 -msgid "" -"Normally there should be no need to change these options from the defaults." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 491 -msgid "NTP should prefer this clock (default: enabled)." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 499 -msgid "" -"NTP should not use this clock, it will be displayed for reference " -"only(default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 507 -msgid "Enable PPS signal processing (default: enabled)." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 515 -# File: src/www/services_ntpd_pps.php, line: 180 -msgid "Enable falling edge PPS signal processing (default: rising edge)." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 523 -msgid "Enable kernel PPS clock discipline (default: enabled)." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 531 -msgid "Obscure location in timestamp (default: unobscured)." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 539 -msgid "" -"Log the sub-second fraction of the received time stamp (default: Not logged)." -"
Note: enabling this will rapidly fill the log, but is useful for " -"tuning Fudge time 2." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 524 -# File: src/www/services_ntpd_pps.php, line: 197 -msgid "Clock ID" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 548 -# File: src/www/services_ntpd_pps.php, line: 205 -msgid "(1 to 4 charactors)" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 549 -msgid "This may be used to change the GPS Clock ID" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 530 -msgid "GPS Initialization" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 555 -msgid "Show GPS Initialization commands" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 560 -msgid "" -"Note: Commands entered here will be sent to the GPS during initialization. " -"Please read and understand your GPS documentation before making any changes " -"here." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 561 -msgid "NMEA checksum calculator" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 563 -msgid "" -"Enter the text between "$" and "*" of a NMEA command " -"string:" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 563 -msgid "checksum" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 564 -msgid "Calculate NMEA checksum" -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 123 -msgid "NTP PPS Configuration" -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 128 -msgid "" -"Devices with a Pulse Per Second output such as radios that receive a time " -"signal from DCF77 (DE), JJY (JP), MSF (GB) or WWVB (US) may be used as a PPS " -"reference for NTP." -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 129 -msgid "" -"A serial GPS may also be used, but the serial GPS driver would usually be " -"the better option." -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 130 -msgid "" -"A PPS signal only provides a reference to the change of a second, so at " -"least one other source to number the seconds is required." -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 132 -msgid "At least 3 additional time sources should be configured under" -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 132 -msgid "to reliably supply the time of each PPS pulse." -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 148 -msgid "" -"All serial ports are listed, be sure to pick the port with the PPS source " -"attached." -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 147 -msgid "Fudge time" -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 156 -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 "" - -# -# File: src/www/services_ntpd_pps.php, line: 162 -msgid "This may be used to change the PPS Clock stratum" -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 162 -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock and just monitor this source." -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 188 -msgid "Enable kernel PPS clock discipline (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 196 -msgid "" -"Record a timestamp once for each second, useful for constructing Allan " -"deviation plots (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 206 -msgid "This may be used to change the PPS Clock ID" -msgstr "" - -# -# File: src/www/services_opendns.php, line: 125 -msgid "OpenDNS Setup" -msgstr "" - -# -# File: src/www/services_opendns.php, line: 133 -msgid "Filter DNS requests using OpenDNS" -msgstr "" - -# -# File: src/www/services_opendns.php, line: 153 -msgid "" -"Signon Username to log into your OpenDNS dashboard. It is used to " -"automatically update the IP address of the registered network." -msgstr "" - -# -# File: src/www/services_opendns.php, line: 177 -msgid "Networks Dashboard of OpenDNS" -msgstr "" - -# -# File: src/www/services_opendns.php, line: 184 -msgid "Test result" -msgstr "" - -# -# File: src/www/services_opendns.php, line: 206 -msgid "Test/Update" -msgstr "" - -# -# File: src/www/services_rfc2136.php, line: 168 -# File: src/www/vpn_openvpn_client.php, line: 1252 -msgid "Do you really want to delete this client?" -msgstr "" - -# -# File: src/www/load_balancer_relay_action_edit.php, line: 509 -# File: src/www/services_rfc2136_edit.php, line: 71 -# File: src/www/services_rfc2136_edit.php, line: 192 -msgid "Key" -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 71 -# File: src/www/services_rfc2136_edit.php, line: 177 -msgid "Key name" -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 76 -msgid "The DNS update host name contains invalid characters." -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 78 -msgid "The DNS update TTL must be an integer." -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 80 -msgid "The DNS update key name contains invalid characters." -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 101 -msgid "New/Edited RFC2136 dnsupdate entry was posted." -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 113 -# File: src/www/services_rfc2136_edit.php, line: 142 -msgid "RFC 2136 client" -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 169 -msgid "Fully qualified hostname of the host to be updated." -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 181 -msgid "This must match the setting on the DNS server." -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 184 -msgid "Key type" -msgstr "" - -# -# File: src/www/services_captiveportal_zones.php, line: 93 -# File: src/www/services_rfc2136_edit.php, line: 186 -msgid "Zone" -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 188 -msgid " User" -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 196 -msgid "Paste an HMAC-MD5 key here." -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 208 -msgid "Use TCP instead of UDP" -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 211 -msgid "Use Public IP" -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 214 -msgid "" -"If the interface IP is private, attempt to fetch and use the public IP " -"instead." -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 228 -msgid "Save & Force Update" -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 237 -#, php-format -msgid "" -"You must configure a DNS server in %sSystem: General setup %sor allow the " -"DNS server list to be overridden by DHCP/PPP on WAN for dynamic DNS updates " -"to work." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 44 -# File: src/www/services_router_advertisements.php, line: 42 -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses" -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 85 -msgid "" -"Subnets are specified in CIDR format. Select the CIDR mask that pertains to " -"each entry. /128 specifies a single IPv6 host; /64 specifies a normal IPv6 " -"network; etc. If no subnets are specified here, the Router Advertisement " -"(RA) Daemon will advertise to the subnet to which the router's interface is " -"assigned." -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 112 -#, php-format -msgid "An invalid subnet or alias was specified. [%s/%s]" -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 243 -#, php-format -msgid "Select the Operating Mode for the Router Advertisement (RA) Daemon." -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 244 -#, php-format -msgid "" -"Use \"Router Only\" to only advertise this router, \"Unmanaged\" for Router " -"Advertising with Stateless Autoconfig, \"Managed\" for assignment through " -"(a) DHCPv6 Server, \"Assisted\" for DHCPv6 Server assignment combined with " -"Stateless Autoconfig" -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 245 -#, php-format -msgid "" -"It is not required to activate this DHCPv6 server when set to \"Managed\", " -"this can be another host on the network" -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 249 -msgid "Router Priority" -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 256 -#, php-format -msgid "Select the Priority for the Router Advertisement (RA) Daemon." -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 270 -msgid "RA Interface" -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 278 -#, php-format -msgid "Select the Interface for the Router Advertisement (RA) Daemon." -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 284 -msgid "RA Subnet(s)" -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 353 -msgid "" -"The RA server can optionally provide a domain search list. Use the semicolon " -"character as separator" -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 361 -msgid "Use same settings as DHCPv6 server" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 79 -msgid "Invalid character '#' in system location" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 80 -msgid "Invalid character '#' in system contact" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 81 -msgid "Invalid character '#' in read community string" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 84 -msgid "Community" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 88 -msgid "Polling Port" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 95 -msgid "Invalid character '#' in SNMP trap string" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 98 -# File: src/www/services_snmp.php, line: 380 -msgid "Trap server" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 102 -msgid "Trap server port" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 106 -# File: src/www/services_snmp.php, line: 399 -msgid "Trap string" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 286 -msgid "SNMP Daemon" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 303 -msgid "Polling Port " -msgstr "" - -# -# File: src/www/services_snmp.php, line: 306 -msgid "Enter the port to accept polling events on (default 161)" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 311 -msgid "System location" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 318 -msgid "System contact" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 325 -msgid "Read Community String" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 328 -msgid "" -"The community string is like a password, restricting access to querying SNMP " -"to hosts knowing the community string. Use a strong value here to protect " -"from unauthorized information disclosure." -msgstr "" - -# -# File: src/www/services_snmp.php, line: 361 -msgid "SNMP Traps" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 383 -msgid "Enter trap server name" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 388 -msgid "Trap server port " -msgstr "" - -# -# File: src/www/services_snmp.php, line: 391 -msgid "Enter the port to send the traps to (default 162)" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 396 -msgid "Enter the SNMP trap string" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 412 -msgid "Modules" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 423 -msgid "SNMP Modules" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 425 -msgid "MibII" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 427 -msgid "Netgraph" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 429 -msgid "PF" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 431 -msgid "Host Resources (Requires MibII)" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 433 -msgid "UCD" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 435 -msgid "Regex" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 450 -msgid "Interface Binding" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 460 -msgid "Bind Interface" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 89 -msgid "" -"The DNS Forwarder is still active. Disable it before enabling the DNS " -"Resolver." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 92 -msgid "" -"A single network interface needs to be selected for the DNS Resolver to bind " -"to." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 95 -msgid "" -"A single outgoing network interface needs to be selected for the DNS " -"Resolver to use for outgoing DNS requests." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 96 -msgid "You must specify a valid port number." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 191 -msgid "The configuration for the DNS Resolver, has been changed" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 213 -msgid "General DNS Resolver Options" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 219 -msgid "Enable DNS Resolver" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 234 -# File: src/www/system_advanced_network.php, line: 229 -msgid "Network Interfaces" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 240 -msgid "" -"Interface IPs used by the DNS Resolver for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 259 -msgid "Outgoing Network Interfaces" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 265 -msgid "" -"Utilize different network interface(s) that the DNS Resolver will use to " -"send queries to authoritative servers and receive their replies. By default " -"all interfaces are used." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 284 -msgid "DNSSEC" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 287 -msgid "Enable DNSSEC Support" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 295 -msgid "Enable Forwarding Mode" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 302 -msgid "Register DHCP leases in the DNS Resolver" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 303 -#, php-format -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS Resolver, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 314 -msgid "Register DHCP static mappings in the DNS Resolver" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 315 -#, php-format -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS Resolver, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 322 -msgid "TXT Comment Support" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 325 -msgid "" -"If this option is set, then any descriptions associated with Host entries " -"and DHCP Static mappings will create a corresponding TXT record." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 338 -msgid "" -"Enter any additional options you would like to add to the DNS Resolver " -"configuration here, separated by a space or newline" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 353 -#, php-format -msgid "" -"If the DNS Resolver is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the DNS Resolver. If Forwarding, is enabled, the DNS Resolver " -"will use the DNS servers entered in %sSystem: General setup%s or those " -"obtained via DHCP or PPP on WAN if the "Allow DNS server list to be " -"overridden by DHCP/PPP on WAN" is checked." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 176 -msgid "" -"The settings for the DNS Resolver have changed. You must apply the " -"configuration to take affect." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 198 -#, php-format -msgid "%s Access List" -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 201 -msgid "Access List name" -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 205 -msgid "Provide an Access List name." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 220 -msgid "" -"Choose what to do with DNS requests that match the criteria specified below." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 221 -msgid "" -"Deny: This action stops queries from hosts within the netblock " -"defined below." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 222 -msgid "" -"Refuse: This action also stops queries from hosts within the netblock " -"defined below, but sends a DNS rcode REFUSED error message back to the " -"client." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 223 -msgid "" -"Allow: This action allows queries from hosts within the netblock " -"defined below." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 224 -msgid "" -"Allow Snoop: This action allows recursive and nonrecursive access " -"from hosts within the netblock defined below. Used for cache snooping and " -"ideally should only be configured for your administrative host." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1164 -# File: src/www/services_unbound_acls.php, line: 289 -msgid "You may enter a description here for your reference." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 308 -msgid "Access List Name" -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 325 -msgid "Access Lists to control access to the DNS Resolver can be defined here." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 346 -msgid "Do you really want to delete this access list?" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 132 -msgid "The configuration of the DNS Resolver, has been changed" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 156 -msgid "Advanced Resolver Options" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 159 -msgid "Hide Identity" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 162 -msgid "If enabled, id.server and hostname.bind queries are refused." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 166 -msgid "Hide Version" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 169 -msgid "If enabled, version.server and version.bind queries are refused." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 173 -msgid "Prefetch Support" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 176 -msgid "" -"Message cache elements are prefetched before they expire to help keep the " -"cache up to date. When enabled, this option can cause an increase of around " -"10% more DNS traffic and load on the server, but frequently requested items " -"will not expire from the cache." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 180 -msgid "Prefetch DNS Key Support" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 183 -#, php-format -msgid "" -"DNSKEY's are fetched earlier in the validation process when a %sDelegation " -"signer%s is encountered. This helps lower the latency of requests but does " -"utilize a little more CPU." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 187 -msgid "Harden Glue" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 190 -msgid "Only trust glue if it is within the servers authority." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 194 -msgid "Harden DNSSEC data" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 197 -msgid "" -"DNSSEC data is required for trust-anchored zones. If such data is absent, " -"the zone becomes bogus. If this is disabled and no DNSSEC data is received, " -"then the zone is made insecure." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 201 -msgid "Message Cache Size" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 215 -msgid "" -"Size of the message cache. The message cache stores DNS rcodes and " -"validation statuses. The RRSet cache will automatically be set to twice this " -"amount. The RRSet cache contains the actual RR data. The default is 4 " -"megabytes." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 220 -msgid "Outgoing TCP Buffers" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 234 -msgid "" -"The number of outgoing TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, to authoritative servers, are " -"done." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 239 -msgid "Incoming TCP Buffers" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 253 -msgid "" -"The number of incoming TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, from clients, are accepted." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 258 -msgid "EDNS Buffer Size" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 272 -msgid "" -"Number of bytes size to advertise as the EDNS reassembly buffer size. This " -"is the value that is used in UDP datagrams sent to peers. RFC recommendation " -"is 4096 (which is the default). If you have fragmentation reassemble " -"problems, usually seen as timeouts, then a value of 1480 should help. The " -"512 value bypasses most MTU path problems, but it can generate an excessive " -"amount of TCP fallback." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 277 -msgid "Number of queries per thread" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 291 -msgid "" -"The number of queries that every thread will service simultaneously. If more " -"queries arrive that need to be serviced, and no queries can be jostled, then " -"these queries are dropped." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 296 -msgid "Jostle Timeout" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 310 -msgid "" -"This timeout is used for when the server is very busy. This protects against " -"denial of service by slow queries or high query rates. The default value is " -"200 milliseconds." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 315 -msgid "Maximum TTL for RRsets and messages" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 319 -msgid "" -"Configure a maximum Time to live for RRsets and messages in the cache. The " -"default is 86400 seconds (1 day). When the internal TTL expires the cache " -"item is expired. This can be configured to force the resolver to query for " -"data more often and not trust (very large) TTL values." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 324 -msgid "Minimum TTL for RRsets and messages" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 328 -msgid "" -"Configure a minimum Time to live for RRsets and messages in the cache. The " -"default is 0 seconds. If the minimum value kicks in, the data is cached for " -"longer than the domain owner intended, and thus less queries are made to " -"look up the data. The 0 value ensures the data in the cache is as the domain " -"owner intended. High values can lead to trouble as the data in the cache " -"might not match up with the actual data anymore." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 333 -msgid "TTL for Host cache entries" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 331 -# File: src/www/services_unbound_advanced.php, line: 346 -msgid "1 minute" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 332 -# File: src/www/services_unbound_advanced.php, line: 347 -msgid "2 minutes" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 333 -# File: src/www/services_unbound_advanced.php, line: 348 -msgid "5 minutes" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 334 -# File: src/www/services_unbound_advanced.php, line: 349 -msgid "10 minutes" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 335 -# File: src/www/services_unbound_advanced.php, line: 350 -msgid "15 minutes" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 343 -msgid "" -"Time to live for entries in the host cache. The host cache contains " -"roundtrip timing and EDNS support information. The default is 15 minutes." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 348 -msgid "TTL for lame delegation" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 358 -msgid "" -"Time to live for when a delegation is considered to be lame. The default is " -"15 minutes." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 363 -msgid "Number of Hosts to cache" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 361 -msgid "1000" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 362 -msgid "5000" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 363 -msgid "10 000" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 364 -msgid "20 000" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 365 -msgid "50 000" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 373 -msgid "Number of hosts for which information is cached. The default is 10,000." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 378 -msgid "Unwanted Reply Threshold" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 376 -msgid "disabled" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 377 -msgid "5 million" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 378 -msgid "10 million" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 379 -msgid "20 million" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 380 -msgid "40 million" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 381 -msgid "50 million" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 389 -msgid "" -"If enabled, a total number of unwanted replies is kept track of in every " -"thread. When it reaches the threshold, a defensive action is taken and a " -"warning is printed to the log file. This defensive action is to clear the " -"RRSet and message caches, hopefully flushing away any poison. The default is " -"disabled, but if enabled a value of 10 million is suggested." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 394 -msgid "Log level verbosity" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 408 -msgid "Select the log verbosity." -msgstr "" - -# -# File: src/www/services_unbound_domainoverride_edit.php, line: 76 -msgid "" -"A valid IP address and port must be specified, for example " -"192.168.100.10@5353." -msgstr "" - -# -# File: src/www/services_unbound_domainoverride_edit.php, line: 78 -msgid "A valid IP address must be specified, for example 192.168.100.10." -msgstr "" - -# -# File: src/www/services_unbound_domainoverride_edit.php, line: 146 -msgid "" -"To use a nondefault port for communication, append an '@' with the port " -"number." -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 306 -msgid "MX Host" -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 298 -msgid "MX Priority" -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 114 -msgid "A valid MX priority must be specified." -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 118 -msgid "A valid MX host must be specified." -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 122 -msgid "A valid resource record type must be specified." -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 198 -msgid "Edit DNS Resolver entry" -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "A or AAAA (IPv4 or IPv6 address)" -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "MX (Mail server)" -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 285 -msgid "Type of resource record" -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 286 -msgid "for IPv4 or IPv6 addresses" -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 301 -msgid "Priority of MX record" -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 309 -msgid "Host name of MX host" -msgstr "" - -# -# File: src/www/services_unbound_overrides.php, line: 124 -msgid "" -"Keep in mind that all resource record types (i.e. A, AAAA, MX, etc. records) " -"of a specified host below are being overwritten." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 441 -msgid "" -"Entries in this area override an entire domain by specifying an " -"authoritative DNS server to be queried for that domain." -msgstr "" - -# -# File: src/www/services_upnp.php, line: 70 -msgid "At least one of 'UPnP' or 'NAT-PMP' must be allowed" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 74 -msgid "It is a security risk to specify WAN in the 'Interface' field" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 76 -msgid "You cannot select the external interface as an internal interface." -msgstr "" - -# -# File: src/www/services_upnp.php, line: 79 -msgid "You must specify a valid ip address in the 'Override WAN address' field" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 81 -msgid "" -"You must fill in both 'Maximum Download Speed' and 'Maximum Upload Speed' " -"fields" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 83 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Download Speed' field" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 85 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Upload Speed' field" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 93 -#, php-format -msgid "" -"You must follow the specified format in the 'User specified permissions %s' " -"field" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 97 -#, php-format -msgid "" -"You must begin with allow or deny in the 'User specified permissions %s' " -"field" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 100 -#, php-format -msgid "" -"You must specify a port or port range between 0 and 65535 in the 'User " -"specified permissions %s' field" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 103 -#, php-format -msgid "" -"You must specify a valid ip address in the 'User specified permissions %s' " -"field" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 208 -msgid "Modified Universal Plug and Play settings." -msgstr "" - -# -# File: src/www/services_wol.php, line: 55 -#, php-format -msgid "Sent magic packet to %s (%s)." -msgstr "" - -# -# File: src/www/services_wol.php, line: 57 -#, php-format -msgid "" -"Please check the %ssystem log%s, the wol command for %s (%s) did not " -"complete successfully." -msgstr "" - -# -# File: src/www/services_wol.php, line: 78 -msgid "A valid interface must be specified." -msgstr "" - -# -# File: src/www/services_wol.php, line: 84 -msgid "A valid ip could not be found!" -msgstr "" - -# -# File: src/www/services_wol.php, line: 89 -#, php-format -msgid "Sent magic packet to %s." -msgstr "" - -# -# File: src/www/services_wol.php, line: 94 -#, php-format -msgid "" -"Please check the %ssystem log%s, the wol command for %s did not complete " -"successfully." -msgstr "" - -# -# File: src/www/services_wol.php, line: 147 -msgid "Choose which interface the host to be woken up is connected to." -msgstr "" - -# -# File: src/www/services_wol.php, line: 157 -#, php-format -msgid "Enter a MAC address %sin the following format: xx:xx:xx:xx:xx:xx%s" -msgstr "" - -# -# File: src/www/services_wol.php, line: 165 -msgid "Or Click the MAC address to wake up an individual device:" -msgstr "" - -# -# File: src/www/services_wol.php, line: 165 -msgid "Wake all clients at once: " -msgstr "" - -# -# File: src/www/services_wol.php, line: 216 -msgid "" -"This service can be used to wake up (power on) computers by sending special " -"\"Magic Packets\". The NIC in the computer that is to be woken up must " -"support Wake on LAN and has to be configured properly (WOL cable, BIOS " -"settings)." -msgstr "" - -# -# File: src/www/services_wol_edit.php, line: 126 -msgid "Edit WOL entry" -msgstr "" - -# -# File: src/www/services_wol_edit.php, line: 147 -msgid "Choose which interface this host is connected to." -msgstr "" - -# -# File: src/www/services_wol_edit.php, line: 154 -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "" - -# -# File: src/www/shortcuts.inc, line: 128 -# File: src/www/shortcuts.inc, line: 130 -msgid "Log entries for items on this page" -msgstr "" - -# -# File: src/www/status.php, line: 93 -msgid "This status page includes the following information" -msgstr "" - -# -# File: src/www/status.php, line: 210 -msgid "" -"Note: make sure to remove any sensitive information (passwords, maybe also " -"IP addresses) before posting information from this page in public places " -"(like mailing lists)" -msgstr "" - -# -# File: src/www/status.php, line: 213 -msgid "Passwords in config.xml have been automatically removed" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 301 -# File: src/www/status_dhcpv6_leases.php, line: 382 -msgid "Failover Group" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 302 -# File: src/www/status_dhcpv6_leases.php, line: 383 -msgid "My State" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 303 -# File: src/www/status_dhcp_leases.php, line: 305 -# File: src/www/status_dhcpv6_leases.php, line: 384 -# File: src/www/status_dhcpv6_leases.php, line: 386 -msgid "Since" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 304 -# File: src/www/status_dhcpv6_leases.php, line: 385 -msgid "Peer State" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 340 -# File: src/www/status_dhcpv6_leases.php, line: 422 -# File: src/www/status_dhcpv6_leases.php, line: 518 -msgid "End" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 346 -msgid "Lease type" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 395 -msgid "send Wake on LAN packet to this MAC address" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 417 -# File: src/www/status_dhcpv6_leases.php, line: 483 -msgid "add a static mapping for this MAC address" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 423 -msgid "add a Wake on LAN mapping for this MAC address" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 428 -# File: src/www/status_dhcpv6_leases.php, line: 492 -msgid "delete this DHCP lease" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 447 -# File: src/www/status_dhcpv6_leases.php, line: 579 -msgid "Show active and static leases only" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 450 -# File: src/www/status_dhcpv6_leases.php, line: 582 -msgid "Show all configured leases" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 454 -# File: src/www/status_dhcpv6_leases.php, line: 586 -msgid "No leases file found. Is the DHCP server active" -msgstr "" - -# -# File: src/www/status_dhcpv6_leases.php, line: 418 -# File: src/www/status_dhcpv6_leases.php, line: 515 -msgid "IAID" -msgstr "" - -# -# File: src/www/status_dhcpv6_leases.php, line: 420 -msgid "Hostname/MAC" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 341 -# File: src/www/status_dhcpv6_leases.php, line: 423 -# File: src/www/status_gateway_groups.php, line: 141 -# File: src/www/status_gateways.php, line: 131 -# File: src/www/status_gateways.php, line: 135 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 60 -msgid "Online" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 342 -# File: src/www/status_dhcpv6_leases.php, line: 424 -msgid "Lease Type" -msgstr "" - -# -# File: src/www/status_dhcpv6_leases.php, line: 514 -msgid "IPv6 Prefix" -msgstr "" - -# -# File: src/www/status_filter_reload.php, line: 73 -msgid "Reload Filter" -msgstr "" - -# -# File: src/www/status_filter_reload.php, line: 75 -msgid "Force Config Sync" -msgstr "" - -# -# File: src/www/status_gateway_groups.php, line: 135 -# File: src/www/status_gateways.php, line: 125 -msgid "Warning, Packetloss" -msgstr "" - -# -# File: src/www/status_gateway_groups.php, line: 138 -# File: src/www/status_gateways.php, line: 128 -msgid "Warning, Latency" -msgstr "" - -# -# File: src/www/status_gateway_groups.php, line: 144 -msgid "Gathering data" -msgstr "" - -# -# File: src/www/status_gateway_groups.php, line: 109 -#, php-format -msgid "Tier %s" -msgstr "" - -# -# File: src/www/status_gateways.php, line: 74 -# File: src/www/widgets/widgets/gateways.widget.php, line: 47 -msgid "RTT" -msgstr "" - -# -# File: src/www/status_gateways.php, line: 75 -# File: src/www/widgets/widgets/gateways.widget.php, line: 48 -msgid "Loss" -msgstr "" - -# -# File: src/www/status_gateways.php, line: 101 -# File: src/www/status_gateways.php, line: 109 -# File: src/www/status_gateways.php, line: 138 -# File: src/www/widgets/widgets/gateways.widget.php, line: 87 -# File: src/www/widgets/widgets/gateways.widget.php, line: 97 -msgid "Pending" -msgstr "" - -# -# File: src/www/status_gateways.php, line: 119 -msgid "Offline (forced)" -msgstr "" - -# -# File: src/www/status_gateways.php, line: 144 -msgid "Last check:" -msgstr "" - -# -# File: src/www/status_graph.php, line: 207 -msgid "Sort by" -msgstr "" - -# -# File: src/www/status_graph.php, line: 209 -msgid "Display" -msgstr "" - -# -# File: src/www/status_graph.php, line: 224 -msgid "Bw In" -msgstr "" - -# -# File: src/www/status_graph.php, line: 225 -msgid "Bw Out" -msgstr "" - -# -# File: src/www/services_captiveportal.php, line: 645 -msgid "Local" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 151 -# File: src/www/system_authservers.php, line: 891 -msgid "Host Name" -msgstr "" - -# -# File: src/www/status_graph.php, line: 235 -msgid "FQDN" -msgstr "" - -# -# File: src/www/status_graph.php, line: 263 -msgid "Host IP" -msgstr "" - -# -# File: src/www/status_graph.php, line: 263 -msgid "Host Name or IP" -msgstr "" - -# -# File: src/www/status_graph.php, line: 264 -msgid "Bandwidth In" -msgstr "" - -# -# File: src/www/status_graph.php, line: 265 -msgid "Bandwidth Out" -msgstr "" - -# -# File: src/www/status_graph.php, line: 202 -#, php-format -msgid "" -"The %sAdobe SVG Viewer%s, Firefox 1.5 or later or other browser supporting " -"SVG is required to view the graph." -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 76 -msgid "interface" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 99 -# File: src/www/status_interfaces.php, line: 115 -msgid "Release" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 99 -# File: src/www/status_interfaces.php, line: 115 -msgid "Renew" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 102 -msgid "DHCP6" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 128 -# File: src/www/status_interfaces.php, line: 141 -# File: src/www/status_interfaces.php, line: 154 -# File: src/www/status_interfaces.php, line: 171 -msgid "Connect" -msgstr "" - -# -# File: src/www/status_captiveportal.php, line: 195 -# File: src/www/status_interfaces.php, line: 128 -# File: src/www/status_interfaces.php, line: 141 -# File: src/www/status_interfaces.php, line: 154 -# File: src/www/status_interfaces.php, line: 168 -msgid "Disconnect" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 179 -msgid "Uptime " -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 186 -msgid "Cell Signal (RSSI)" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 193 -msgid "Cell Mode" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 200 -msgid "Cell SIM State" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 207 -msgid "Cell Service" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 214 -msgid "Cell Upstream" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 214 -# File: src/www/status_interfaces.php, line: 221 -# File: src/www/status_interfaces.php, line: 228 -# File: src/www/status_interfaces.php, line: 235 -msgid "kbit/s" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 221 -msgid "Cell Downstream" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 228 -msgid "Cell Current Up" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 235 -msgid "Cell Current Down" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 264 -msgid "Subnet mask IPv4" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 271 -msgid "Gateway IPv4" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 279 -msgid "IPv6 Link Local" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 295 -msgid "Subnet mask IPv6" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 302 -msgid "Gateway IPv6" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 310 -msgid "ISP DNS servers" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 322 -msgid "Media" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 329 -msgid "LAGG Protocol" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 336 -msgid "LAGG Ports" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 359 -msgid "BSSID" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 373 -msgid "RSSI" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 380 -msgid "In/out packets" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 389 -msgid "In/out packets (pass)" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 398 -msgid "In/out packets (block)" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 408 -msgid "In/out errors" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 416 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 100 -msgid "Collisions" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 425 -#, php-format -msgid "Bridge (%s)" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 449 -msgid "Interrupts/Second" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 452 -msgid "total" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 454 -msgid "rate" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 466 -#, php-format -msgid "" -"Using dial-on-demand will bring the connection up again if any packet " -"triggers it. To substantiate this point: disconnecting manually will %snot%s " -"prevent dial-on-demand from making connections to the outside! Don't use " -"dial-on-demand if you want to make sure that the line is kept disconnected." -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 176 -msgid "Ref ID" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 179 -msgid "When" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 180 -msgid "Poll" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 181 -msgid "Reach" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 182 -msgid "Delay" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 183 -msgid "Offset" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 184 -msgid "Jitter" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 192 -#, php-format -msgid "" -"Statistics unavailable because ntpq and ntpdc queries are disabled in the " -"%sNTP service settings%s." -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 196 -#, php-format -msgid "No peers found, %sis the ntp service running%s?" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 241 -msgid "Clock Latitude" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 242 -msgid "Clock Longitude" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 243 -msgid "Clock Altitude" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 244 -msgid "Satellites" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 131 -msgid "OpenVPN Status" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 154 -msgid "Client connections" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 161 -# File: src/www/status_openvpn.php, line: 231 -# File: src/www/system_camanager.php, line: 616 -# File: src/www/system_certmanager.php, line: 828 -# File: src/www/system_certmanager.php, line: 1014 -# File: src/www/vpn_openvpn_csc.php, line: 789 -msgid "Common Name" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 162 -# File: src/www/status_openvpn.php, line: 232 -msgid "Real Address" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 163 -msgid "Virtual Address" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 164 -# File: src/www/status_openvpn.php, line: 282 -# File: src/www/status_openvpn.php, line: 345 -msgid "Connected Since" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 165 -# File: src/www/status_openvpn.php, line: 285 -# File: src/www/status_openvpn.php, line: 348 -msgid "Bytes Sent" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 166 -msgid "Bytes Received" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 193 -msgid "Kill client connection from" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 185 -msgid "Show/Hide Routing Table" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 224 -msgid "Routing Table" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 233 -msgid "Target Network" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 234 -msgid "Last Used" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 256 -msgid "" -"An IP address followed by C indicates a host currently connected through the " -"VPN." -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 273 -msgid "Peer to Peer Server Instance Statistics" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 284 -# File: src/www/status_openvpn.php, line: 347 -msgid "Remote Host" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 283 -# File: src/www/status_openvpn.php, line: 346 -msgid "Virtual Addr" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 336 -msgid "Client Instance Statistics" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 286 -# File: src/www/status_openvpn.php, line: 349 -msgid "Bytes Rcvd" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 401 -msgid "No OpenVPN instance defined" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 404 -#, php-format -msgid "Could not start unknown service `%s'" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 407 -#, php-format -msgid "%s has been started." -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 480 -#, php-format -msgid "Could not stop unknown service `%s'" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 483 -#, php-format -msgid "%s has been stopped." -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 554 -#, php-format -msgid "Could not restart unknown service `%s'" -msgstr "" - -# -# File: src/etc/inc/service-utils.inc, line: 557 -#, php-format -msgid "%s has been restarted." -msgstr "" - -# -# File: src/www/status_services.php, line: 111 -# File: src/www/widgets/widgets/services_status.widget.php, line: 87 -msgid "No services found" -msgstr "" - -# -# File: src/www/status_upnp.php, line: 34 -msgid "Rules have been cleared and the daemon restarted" -msgstr "" - -# -# File: src/www/status_upnp.php, line: 65 -msgid "UPnP is currently disabled." -msgstr "" - -# -# File: src/www/status_upnp.php, line: 77 -msgid "Int. Port" -msgstr "" - -# -# File: src/www/status_upnp.php, line: 110 -msgid "all currently connected sessions" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 74 -msgid "" -"Rescan has been initiated in the background. Refresh this page in 10 seconds " -"to see the results." -msgstr "" - -# -# File: src/www/status_wireless.php, line: 89 -msgid "Nearby access points or ad-hoc peers" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 99 -# File: src/www/status_wireless.php, line: 151 -msgid "CHAN" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 100 -# File: src/www/status_wireless.php, line: 152 -msgid "RATE" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 102 -msgid "INT" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 103 -# File: src/www/status_wireless.php, line: 157 -msgid "CAPS" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 141 -msgid "Associated or ad-hoc peers" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 149 -msgid "ADDR" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 150 -msgid "AID" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 154 -msgid "IDLE" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 155 -msgid "TXSEQ" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 156 -msgid "RXSEQ" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 158 -msgid "ERP" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 190 -msgid "Rescan" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 191 -msgid "A = authorized, E = Extended Rate (802.11g), P = Power save mode" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 191 -msgid "Flags:" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 192 -msgid "Capabilities:" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 192 -msgid "" -"E = ESS (infrastructure mode), I = IBSS (ad-hoc mode), P = privacy (WEP/TKIP/" -"AES), S = Short preamble, s = Short slot time" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 75 -msgid "You must specify a valid webConfigurator port number" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 89 -#, php-format -msgid "Alternate hostname %s is not a valid hostname." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 265 -#, php-format -msgid "One moment...redirecting to %s in 20 seconds." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 252 -msgid "Secure Shell configuration has changed. Applying now..." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 257 -msgid "webConfigurator configuration has changed. Applying now..." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 318 -msgid "webConfigurator" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 345 -msgid "No Certificates have been defined. You must" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 346 -msgid "Create or Import" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 347 -msgid "a Certificate before SSL can be enabled." -msgstr "" - -# -# File: src/www/services_captiveportal.php, line: 938 -# File: src/www/system_advanced_admin.php, line: 353 -msgid "SSL Certificate" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 379 -#, php-format -msgid "" -"The %sSSL certificate manager%s can be used to create or import certificates " -"if required." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 376 -msgid "TCP port" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 381 -msgid "" -"Enter a custom port number for the webConfigurator above if you want to " -"override the default (80 for HTTP, 443 for HTTPS). Changes will take effect " -"immediately after save." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 400 -msgid "WebGUI redirect" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 405 -msgid "Disable webConfigurator redirect rule" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 407 -msgid "" -"When this is unchecked, access to the webConfigurator is always permitted " -"even on port 80, regardless of the listening port configured. Check this box " -"to disable this automatically added redirect rule. " -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 414 -msgid "WebGUI Login Autocomplete" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 419 -msgid "Enable webConfigurator login autocomplete" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 421 -msgid "" -"When this is checked, login credentials for the webConfigurator may be saved " -"by the browser. While convenient, some security standards require this to be " -"disabled. Check this box to enable autocomplete on the login form so that " -"browsers will prompt to save credentials (NOTE: Some browsers do not respect " -"this option). " -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 428 -msgid "WebGUI login messages" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 433 -msgid "Disable logging of webConfigurator successful logins" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 435 -msgid "" -"When this is checked, successful logins to the webConfigurator will not be " -"logged." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 441 -msgid "Anti-lockout" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 453 -msgid "Disable webConfigurator anti-lockout rule" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 455 -#, php-format -msgid "" -"When this is unchecked, access to the webConfigurator on the %s interface is " -"always permitted, regardless of the user-defined firewall rule set. Check " -"this box to disable this automatically added rule, so access to the " -"webConfigurator is controlled by the user-defined firewall rules (ensure you " -"have a firewall rule in place that allows you in, or you will lock yourself " -"out!)" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 461 -msgid "" -"Hint: the "Set interface(s) IP address" option in the console menu " -"resets this setting as well." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 465 -msgid "DNS Rebind Check" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 470 -msgid "Disable DNS Rebinding Checks" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 472 -msgid "" -"When this is unchecked, your system is protected against DNS Rebinding attacks. This blocks " -"private IP responses from your configured DNS servers. Check this box to " -"disable this protection if it interferes with webConfigurator access or name " -"resolution in your environment. " -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 479 -msgid "Alternate Hostnames" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 483 -msgid "Alternate Hostnames for DNS Rebinding and HTTP_REFERER Checks" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 485 -msgid "" -"Here you can specify alternate hostnames by which the router may be queried, " -"to bypass the DNS Rebinding Attack checks. Separate hostnames with spaces." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 458 -msgid "HTTP_REFERER enforcement" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 495 -msgid "Disable HTTP_REFERER enforcement check" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 497 -msgid "" -"When this is unchecked, access to the webConfigurator is protected against " -"HTTP_REFERER redirection attempts. Check this box to disable this protection " -"if you find that it interferes with webConfigurator access in certain corner " -"cases such as using external scripts to interact with this system. More " -"information on HTTP_REFERER is available from Wikipedia." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 504 -msgid "Enable XDebug" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 509 -msgid "" -"Enable debugger / profiler (developer mode, do not enable in production " -"environment)" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 511 -msgid "" -"When this is checked, php XDebug will be enabled and profiling output can be " -"analysed using webgrind which will be available at [this-url]/webgrind/" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 513 -msgid "" -"For more information about XDebug profiling and how to enable it for your " -"requests, please visit http://www.xdebug.org/docs/" -"all_settings#profiler_enable_trigger" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 518 -msgid "Secure Shell" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 522 -msgid "Secure Shell Server" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 527 -msgid "Enable Secure Shell" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 531 -msgid "Root Login" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 536 -msgid "Permit root user login" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 499 -msgid "" -"Root login is generally discouraged. It is advised to log in via another " -"user and switch to root afterwards." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 543 -msgid "Authentication Method" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 548 -msgid "Permit password login" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 550 -msgid "When disabled, authorized keys need to be configured for each" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 551 -msgid "user" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 552 -msgid "that has been granted secure shell access." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 556 -msgid "SSH port" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 559 -msgid "Leave this blank for the default of 22." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 567 -msgid "Serial Communications" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 570 -msgid "Serial Terminal" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 575 -msgid "" -"Enables the first serial port with 115200/8/N/1 by default, or another speed " -"selectable below." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 576 -msgid "" -"Note: This will redirect the console output and messages to the serial " -"port. You can still access the console menu from the internal video card/" -"keyboard. A null modem serial cable or adapter is required to use the " -"serial console." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 580 -msgid "Serial Speed" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 549 -msgid "bps" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 602 -msgid "Allows selection of different speeds for the serial console port." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 606 -msgid "Primary Console" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 560 -msgid "Serial Console" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 563 -msgid "VGA Console" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 616 -msgid "" -"Select the preferred console if multiple consoles are present. The preferred " -"console will show OPNsense boot script output. All consoles display OS boot " -"messages, console messages, and the console menu." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 620 -msgid "Console Options" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 624 -msgid "Console menu" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 629 -msgid "Password protect the console menu" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 631 -msgid "Changes to this option will take effect after a reboot." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 66 -msgid "The Firewall Adaptive values must be set together." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 69 -msgid "The Firewall Adaptive Start value must be an integer." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 72 -msgid "The Firewall Adaptive End value must be an integer." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 75 -msgid "The Firewall Maximum States value must be an integer." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 78 -msgid "The Aliases Hostname Resolve Interval value must be an integer." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 81 -msgid "The Firewall Maximum Table Entries value must be an integer." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 87 -msgid "The Reflection timeout must be an integer." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 278 -msgid "Firewall Advanced" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 269 -msgid "IP Do-Not-Fragment" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 288 -msgid "Clear invalid DF bits instead of dropping the packets" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 289 -msgid "" -"This allows for communications with hosts that generate fragmented packets " -"with the don't fragment (DF) bit set. Linux NFS is known to do this. This " -"will cause the filter to not drop such packets but instead clear the don't " -"fragment bit." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 282 -msgid "IP Random id" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 301 -msgid "" -"Insert a stronger id into IP header of packets passing through the filter." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 302 -msgid "" -"Replaces the IP identification field of packets with random values to " -"compensate for operating systems that use predictable values. This option " -"only applies to packets that are not fragmented after the optional packet " -"reassembly." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 295 -msgid "Firewall Optimization" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 315 -msgid "normal" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 319 -msgid "high-latency" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 323 -msgid "aggressive" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 327 -msgid "conservative" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 337 -msgid "Select the type of state table optimization to use" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 244 -msgid "as the name says, it is the normal optimization algorithm" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 245 -msgid "" -"used for high latency links, such as satellite links. Expires idle " -"connections later than default" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 246 -msgid "" -"expires idle connections quicker. More efficient use of CPU and memory but " -"can drop legitimate idle connections" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 247 -msgid "" -"tries to avoid dropping any legitimate idle connections at the expense of " -"increased memory usage and CPU utilization." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 341 -msgid "Disable Firewall" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 346 -msgid "Disable all packet filtering." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 357 -#, php-format -msgid "Warning: This converts %s into a routing only platform!" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 358 -msgid "Warning: This will also turn off NAT!" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 360 -#, php-format -msgid "" -"If you only want to disable NAT, and not firewall rules, visit the " -"%sOutbound NAT%s page." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 357 -msgid "Disable Firewall Scrub" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 362 -msgid "" -"Disables the PF scrubbing option which can sometimes interfere with NFS and " -"PPTP traffic." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 367 -msgid "Firewall Adaptive Timeouts" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 365 -# File: src/www/system_advanced_firewall.php, line: 383 -msgid "start" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 366 -# File: src/www/system_advanced_firewall.php, line: 385 -msgid "end" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 369 -msgid "" -"Timeouts for states can be scaled adaptively as the number of state table " -"entries grows." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 372 -msgid "" -"When the number of state entries exceeds this value, adaptive scaling " -"begins. All timeout values are scaled linearly with factor (adaptive.end - " -"number of states) / (adaptive.end - adaptive.start)." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 376 -msgid "" -"When reaching this number of state entries, all timeout values become zero, " -"effectively purging all state entries immediately. This value is used to " -"define the scale factor, it should not actually be reached (set a lower " -"state limit, see below)." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 378 -msgid "Note: Leave this blank for the default(0)." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 382 -msgid "Firewall Maximum States" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 386 -msgid "Maximum number of connections to hold in the firewall state table." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 388 -msgid "" -"Note: Leave this blank for the default. On your system the default size is:" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 392 -msgid "Firewall Maximum Table Entries" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 396 -msgid "" -"Maximum number of table entries for systems such as aliases, sshlockout, " -"snort, etc, combined." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 399 -msgid "Note: Leave this blank for the default." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 402 -msgid "On your system the default size is:" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 410 -msgid "Static route filtering" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 415 -msgid "Bypass firewall rules for traffic on the same interface" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 417 -msgid "" -"This option only applies if you have defined one or more static routes. If " -"it is enabled, traffic that enters and leaves through the same interface " -"will not be checked by the firewall. This may be desirable in some " -"situations where multiple subnets are connected to the same interface." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 433 -msgid "Disable Auto-added VPN rules" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 429 -msgid "Disable all auto-added VPN rules." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 431 -msgid "Note: This disables automatically added rules for IPsec, PPTP." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 444 -msgid "Disable reply-to" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 441 -msgid "Disable reply-to on WAN rules" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 443 -msgid "" -"With Multi-WAN you generally want to ensure traffic leaves the same " -"interface it arrives on, hence reply-to is added automatically by default. " -"When using bridging, you must disable this behavior if the WAN gateway IP is " -"different from the gateway IP of the hosts behind the bridged interface." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 456 -msgid "Disable Negate rules" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 454 -msgid "Disable Negate rule on policy routing rules" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 456 -msgid "" -"With Multi-WAN you generally want to ensure traffic reaches directly " -"connected networks and VPN networks when using policy routing. You can " -"disable this for special purposes but it requires manually creating rules " -"for these networks" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 467 -msgid "Aliases Resolve Interval" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 465 -msgid "" -"Interval, in seconds, that will be used to resolve hostnames configured on " -"aliases." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 467 -msgid "Note: Leave this blank for the default (300s)." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 471 -msgid "Check certificate of aliases URLs" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 476 -msgid "Verify HTTPS certificates when downloading alias URLs" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 478 -msgid "" -"Make sure the certificate is valid for all HTTPS addresses on aliases. If " -"it's not valid or is revoked, do not download it." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 484 -msgid "Bogon Networks" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 488 -msgid "Update Frequency" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 494 -msgid "Monthly" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 498 -msgid "Weekly" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 502 -msgid "Daily" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 505 -msgid "" -"The frequency of updating the lists of IP addresses that are reserved (but " -"not RFC 1918) or not yet assigned by IANA." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 514 -msgid "Network Address Translation" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 516 -msgid "Reflection for port forwards" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 535 -msgid "" -"When enabled, this automatically creates additional NAT redirect rules for " -"access to port forwards on your external IP addresses from within your " -"internal networks." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 537 -msgid "" -"The NAT + proxy mode uses a helper program to send packets to the target of " -"the port forward. It is useful in setups where the interface and/or gateway " -"IP used for communication with the target cannot be accurately determined at " -"the time the rules are loaded. Reflection rules are not created for ranges " -"larger than 500 ports and will not be used for more than 1000 ports total " -"between all port forwards. Only TCP and UDP protocols are supported." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 539 -msgid "" -"The pure NAT mode uses a set of NAT rules to direct packets to the target of " -"the port forward. It has better scalability, but it must be possible to " -"accurately determine the interface and gateway IP used for communication " -"with the target at the time the rules are loaded. There are no inherent " -"limits to the number of ports other than the limits of the protocols. All " -"protocols available for port forwards are supported." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 541 -# File: src/www/system_advanced_firewall.php, line: 563 -msgid "" -"Individual rules may be configured to override this system setting on a per-" -"rule basis." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 545 -msgid "Reflection Timeout" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 548 -msgid "Enter value for Reflection timeout in seconds." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 550 -msgid "Note: Only applies to Reflection on port forwards in NAT + proxy mode." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 552 -msgid "Enable Reflection for 1:1" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 559 -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 "" - -# -# File: src/www/system_advanced_firewall.php, line: 561 -msgid "" -"Note: Reflection on 1:1 mappings is only for the inbound component of the " -"1:1 mappings. This functions the same as the pure NAT mode for port " -"forwards. For more details, refer to the pure NAT mode description above." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 567 -msgid "Enable automatic outbound NAT for Reflection" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 572 -msgid "" -"Automatically create outbound NAT rules which assist inbound NAT rules that " -"direct traffic back out to the same subnet it originated from." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 574 -msgid "" -"Required for full functionality of the pure NAT mode of NAT Reflection for " -"port forwards or NAT Reflection for 1:1 NAT." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 576 -msgid "" -"Note: This only works for assigned interfaces. Other interfaces require " -"manually creating the outbound NAT rules that direct the reply packets back " -"through the router." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 66 -msgid "AMD Geode LX Security Block" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 67 -msgid "AES-NI CPU-based Acceleration" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 69 -msgid "Intel Core* CPU on-die thermal sensor" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 70 -msgid "AMD K8, K10 and K11 CPU on-die thermal sensor" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 80 -msgid "Please select a valid Cryptographic Accelerator." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 84 -msgid "Please select a valid Thermal Hardware Sensor." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 280 -msgid "Proxy support" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 286 -msgid "Proxy URL" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 292 -#, php-format -msgid "Proxy url for allowing %s to use this proxy to connect outside." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 296 -msgid "Proxy Port" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 302 -#, php-format -msgid "" -"Proxy port to use when %s connects to the proxy URL configured above. " -"Default is 8080 for http protocol or 443 for ssl." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 306 -msgid "Proxy Username" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 312 -#, php-format -msgid "Proxy username for allowing %s to use this proxy to connect outside" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 316 -msgid "Proxy Pass" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 322 -#, php-format -msgid "Proxy password for allowing %s to use this proxy to connect outside" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 327 -# File: src/www/system_advanced_misc.php, line: 330 -# File: src/www/system_advanced_misc.php, line: 360 -msgid "Load Balancing" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 310 -msgid "Gateway switching" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 365 -msgid "Allow default gateway switching" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 366 -msgid "" -"If the link where the default gateway resides fails switch the default " -"gateway to another available one." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 321 -msgid "Sticky connections" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 335 -msgid "Use sticky connections" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 336 -msgid "" -"Successive connections will be redirected to the servers in a round-robin " -"manner with connections from the same source being sent to the same web " -"server. This 'sticky connection' will exist as long as there are states that " -"refer to this connection. Once the states expire, so will the sticky " -"connection. Further connections from that host will be redirected to the " -"next web server in the round robin. Changing this option will restart the " -"Load Balancing service." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 335 -msgid "Source tracking timeout" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 354 -msgid "" -"Set the source tracking timeout for sticky connections. By default this is " -"0, so source tracking is removed as soon as the state expires. Setting this " -"timeout higher will cause the source/destination relationship to persist for " -"longer periods of time." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 371 -msgid "Power savings" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 379 -msgid "Use PowerD" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 381 -msgid "On AC Power Mode" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 401 -msgid "On Battery Power Mode" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 386 -# File: src/www/system_advanced_misc.php, line: 406 -msgid "Hiadaptive" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 390 -# File: src/www/system_advanced_misc.php, line: 410 -msgid "Adaptive" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 394 -# File: src/www/system_advanced_misc.php, line: 414 -msgid "Minimum" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 398 -# File: src/www/system_advanced_misc.php, line: 418 -msgid "Maximum" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 421 -msgid "" -"The powerd utility monitors the system state and sets various power control " -"options accordingly. It offers four modes (maximum, minimum, adaptive and " -"hiadaptive) that can be individually selected while on AC power or " -"batteries. The modes maximum, minimum, adaptive and hiadaptive may be " -"abbreviated max, min, adp, hadp. Maximum mode chooses the highest " -"performance values. Minimum mode selects the lowest performance values to " -"get the most power savings. Adaptive mode attempts to strike a balance by " -"degrading performance when the system appears idle and increasing it when " -"the system is busy. It offers a good balance between a small performance " -"loss for greatly increased power savings. Hiadaptive mode is alike adaptive " -"mode, but tuned for systems where performance and interactivity are more " -"important than power consumption. It raises frequency faster, drops slower " -"and keeps twice lower CPU load." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 437 -msgid "Cryptographic Hardware Acceleration" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 417 -# File: src/www/system_advanced_misc.php, line: 446 -msgid "Hardware" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 453 -msgid "" -"A cryptographic accelerator module will use hardware support to speed up " -"some cryptographic functions on systems which have the chip. Do not enable " -"this option if you have a Hifn cryptographic acceleration card, as this will " -"take precedence and the Hifn card will not be used. Acceleration should be " -"automatic for IPsec when using a cipher supported by your chip, such as " -"AES-128. OpenVPN should be set for AES-128-CBC and have cryptodev enabled " -"for hardware acceleration." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 461 -msgid "" -"If you do not have a crypto chip in your system, this option will have no " -"effect. To unload the selected module, set this option to 'none' and then " -"reboot." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 466 -# File: src/www/system_advanced_misc.php, line: 469 -msgid "Thermal Sensors" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 472 -msgid "None/ACPI" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 482 -msgid "" -"If you have a supported CPU, selecting a themal sensor will load the " -"appropriate driver to read its temperature. Setting this to 'None' will " -"attempt to read the temperature from an ACPI-compliant motherboard sensor " -"instead, if one is present." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 486 -msgid "" -"If you do not have a supported thermal sensor chip in your system, this " -"option will have no effect. To unload the selected module, set this option " -"to 'none' and then reboot." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 503 -msgid "Schedule States" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 509 -msgid "" -"By default schedules clear the states of existing connections when the " -"expiration time has come. This option overrides that behavior by not " -"clearing states for existing connections." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 514 -msgid "Gateway Monitoring" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 485 -msgid "Kill states" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 517 -msgid "State Killing on Gateway Failure" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 523 -msgid "" -"The monitoring process will flush states for a gateway that goes down if " -"this box is not checked. Check this box to disable this behavior." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 495 -msgid "Skip rules" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 527 -msgid "Skip rules when gateway is down" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 533 -msgid "" -"By default, when a rule has a specific gateway set, and this gateway is " -"down, rule is created and traffic is sent to default gateway.This option " -"overrides that behavior and the rule is not created when gateway is down" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 539 -msgid "RAM Disk Settings (Reboot to Apply Changes)" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 542 -msgid "Use RAM Disks" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 547 -msgid "Use memory file system for /tmp and /var" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 548 -msgid "" -"Set this if you wish to use /tmp and /var as RAM disks (memory file system " -"disks) on a full install rather than use the hard disk. Setting this will " -"cause the data in /tmp and /var to be lost at reboot, including log data. " -"RRD and DHCP Leases will be retained." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 579 -msgid "Periodic RRD Backup" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 594 -# File: src/www/system_advanced_misc.php, line: 622 -msgid "hour" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 601 -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 will happen to your media." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 607 -msgid "Periodic DHCP Leases Backup" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 629 -msgid "" -"This will periodically backup the DHCP leases data so it can be restored " -"automatically on the next boot. Keep in mind that the more frequent the " -"backup, the more writes will happen to your media." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 52 -msgid "You must specify an IP address to NAT IPv6 packets." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 184 -msgid "IPv6 Options" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 189 -# File: src/www/system_advanced_network.php, line: 194 -msgid "Allow IPv6" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 195 -msgid "" -"All IPv6 traffic will be blocked by the firewall unless this box is checked." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 196 -msgid "" -"NOTE: This does not disable any IPv6 features on the firewall, it only " -"blocks traffic." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 201 -msgid "IPv6 over IPv4 Tunneling" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 206 -msgid "Enable IPv4 NAT encapsulation of IPv6 packets" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 207 -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 firewall rule to permit IPv6 packets." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 217 -msgid "Prefer IPv4 over IPv6" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 222 -msgid "Prefer to use IPv4 even if IPv6 is available" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 223 -msgid "" -"By default, if a hostname resolves IPv6 and IPv4 addresses IPv6 will be " -"used, if you check this option, IPv4 will be used instead of IPv6." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 232 -msgid "Device polling" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 237 -msgid "Enable device polling" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 238 -#, php-format -msgid "" -"Device polling is a technique that lets the system periodically poll network " -"devices for new data instead of relying on interrupts. This prevents your " -"webConfigurator, SSH, etc. from being inaccessible due to interrupt floods " -"when under extreme load. Generally this is not recommended. Not all NICs " -"support polling; see the %s homepage for a list of supported cards." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 239 -msgid "Hardware CRC" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 247 -msgid "Disable hardware checksum offload" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 248 -msgid "" -"Checking this option will disable hardware checksum offloading. Checksum " -"offloading is broken in some hardware, particularly some Realtek cards. " -"Rarely, drivers may have problems with checksum offloading and some specific " -"NICs." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 251 -# File: src/www/system_advanced_network.php, line: 264 -# File: src/www/system_advanced_network.php, line: 277 -msgid "" -"This will take effect after you reboot the machine or re-configure each " -"interface." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 252 -msgid "Hardware TSO" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 260 -msgid "Disable hardware TCP segmentation offload" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 261 -msgid "" -"Checking this option will disable hardware TCP segmentation offloading (TSO, " -"TSO4, TSO6). This offloading is broken in some hardware drivers, and may " -"impact performance with some specific NICs." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 265 -msgid "Hardware LRO" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 273 -msgid "Disable hardware large receive offload" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 274 -msgid "" -"Checking this option will disable hardware large receive offloading (LRO). " -"This offloading is broken in some hardware drivers, and may impact " -"performance with some specific NICs." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 274 -msgid "VLAN Hardware Filtering" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 279 -msgid "Disable VLAN Hardware Filtering" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 280 -msgid "" -"Checking this option will disable VLAN hardware filtering. This offloading " -"is broken in some hardware drivers, and may impact performance with some " -"specific NICs." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 281 -msgid "ARP Handling" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 286 -msgid "Suppress ARP messages" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 287 -msgid "" -"This option will suppress ARP log messages when multiple interfaces reside " -"on the same broadcast domain" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 151 -# File: src/www/system_advanced_notifications.php, line: 246 -msgid "Test Growl" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 157 -# File: src/www/system_advanced_notifications.php, line: 163 -#, php-format -msgid "This is a test message from %s. It is safe to ignore this message." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 160 -# File: src/www/system_advanced_notifications.php, line: 321 -msgid "Test SMTP" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 201 -msgid "Growl" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 205 -msgid "Disable Growl Notifications" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 210 -msgid "" -"Check this option to disable growl notifications but preserve the settings " -"below." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 214 -msgid "Registration Name" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 217 -msgid "Enter the name to register with the Growl server (default: PHP-Growl)." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 221 -msgid "Notification Name" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 224 -#, php-format -msgid "Enter a name for the Growl notifications (default: %s growl alert)." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 231 -msgid "" -"This is the IP address that you would like to send growl notifications to." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 238 -msgid "Enter the password of the remote growl notification device." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 252 -msgid "SMTP E-Mail" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 255 -msgid "Disable SMTP Notifications" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 260 -msgid "" -"Check this option to disable SMTP notifications but preserve the settings " -"below. Some other mechanisms, such as packages, may need these settings in " -"place to function." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 264 -msgid "E-Mail server" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 267 -msgid "" -"This is the FQDN or IP address of the SMTP E-Mail server to which " -"notifications will be sent." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 271 -msgid "SMTP Port of E-Mail server" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 274 -msgid "" -"This is the port of the SMTP E-Mail server, typically 25, 587 (submission) " -"or 465 (smtps)" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 278 -msgid "Secure SMTP Connection" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 283 -msgid "Enable SMTP over SSL/TLS" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 287 -msgid "Enable STARTTLS" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 289 -msgid "From e-mail address" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 292 -msgid "This is the e-mail address that will appear in the from field." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 257 -msgid "E-Mail address" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 299 -msgid "" -"Enter the e-mail address that you would like email notifications sent to." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 266 -msgid "E-Mail auth username" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 454 -msgid "(optional)" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 306 -msgid "Enter the e-mail address username for SMTP authentication." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 276 -msgid "E-Mail auth password" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 313 -msgid "Enter the e-mail address password for SMTP authentication." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 330 -msgid "System Sounds" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 333 -msgid "Startup/Shutdown Sound" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 338 -msgid "Disable the startup/shutdown beep" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 340 -msgid "When this is checked, startup and shutdown sounds will no longer play." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 247 -msgid "" -"NOTE: A test notification will be sent even if the service is marked as " -"disabled." -msgstr "" - -# -# File: src/www/system_advanced_sysctl.php, line: 111 -msgid "Add a new tunable" -msgstr "" - -# -# File: src/www/system_advanced_sysctl.php, line: 221 -msgid "Tunable" -msgstr "" - -# -# File: src/www/system_advanced_sysctl.php, line: 140 -msgid "" -"The firewall tunables have changed. You must apply the configuration to " -"take affect." -msgstr "" - -# -# File: src/www/system_advanced_sysctl.php, line: 153 -msgid "Tunable Name" -msgstr "" - -# -# File: src/www/system_advanced_sysctl.php, line: 183 -msgid "Edit Tunable" -msgstr "" - -# -# File: src/www/system_advanced_sysctl.php, line: 189 -msgid "Delete Tunable" -msgstr "" - -# -# File: src/www/system_advanced_sysctl.php, line: 216 -msgid "Edit system tunable" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 161 -# File: src/www/system_authservers.php, line: 184 -# File: src/www/system_authservers.php, line: 484 -# File: src/www/system_camanager.php, line: 166 -# File: src/www/system_camanager.php, line: 182 -# File: src/www/system_camanager.php, line: 199 -# File: src/www/system_camanager.php, line: 404 -# File: src/www/system_certmanager.php, line: 200 -# File: src/www/system_certmanager.php, line: 215 -# File: src/www/system_certmanager.php, line: 234 -# File: src/www/system_certmanager.php, line: 442 -# File: src/www/system_certmanager.php, line: 663 -# File: src/www/system_certmanager.php, line: 1101 -# File: src/www/system_crlmanager.php, line: 194 -# File: src/www/system_crlmanager.php, line: 203 -# File: src/www/system_crlmanager.php, line: 337 -# File: src/www/system_crlmanager.php, line: 442 -# File: src/www/system_usermanager.php, line: 169 -# File: src/www/system_usermanager.php, line: 774 -msgid "Descriptive name" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 164 -# File: src/www/system_authservers.php, line: 546 -msgid "Port value" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 165 -# File: src/www/system_authservers.php, line: 552 -msgid "Transport" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 166 -# File: src/www/system_authservers.php, line: 600 -msgid "Protocol version" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 167 -msgid "Search level" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 168 -msgid "User naming Attribute" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 171 -msgid "Authentication container" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 176 -msgid "Bind user DN" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 177 -msgid "Bind Password" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 192 -# File: src/www/system_authservers.php, line: 844 -msgid "Authentication port value" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 203 -# File: src/www/system_authservers.php, line: 819 -msgid "Shared Secret" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 210 -msgid "The host name contains invalid characters." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 214 -msgid "An authentication server with the same name already exists." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 218 -msgid "RADIUS Timeout value must be numeric and positive." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 81 -msgid "deleted" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 287 -msgid "Add server" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 414 -msgid "Please fill the required values." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 446 -# File: src/www/system_usermanager_settings.php, line: 92 -msgid "Popup blocker detected. Action aborted." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 927 -msgid "Do you really want to delete this Server?" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 539 -# File: src/www/system_authservers.php, line: 813 -msgid "Hostname or IP address" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 542 -msgid "" -"NOTE: When using SSL, this hostname MUST match the Common Name (CN) of the " -"LDAP server's SSL Certificate." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 476 -msgid "TCP - Standard" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 479 -msgid "SSL - Encrypted" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 571 -# File: src/www/vpn_openvpn_client.php, line: 822 -# File: src/www/vpn_openvpn_server.php, line: 1048 -msgid "Peer Certificate Authority" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 589 -msgid "This option is used if 'SSL Encrypted' option is choosen." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 590 -msgid "It must match with the CA in the AD otherwise problems will arise." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php, line: 1031 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 1031 -msgid "Create one under" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -msgid "No Certificate Authorities defined." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php, line: 1031 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 1031 -msgid "System: Certificates" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 695 -msgid "Bind credentials" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 714 -msgid "User DN:" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 525 -msgid "Leave empty to use anonymous binds to resolve distinguished names" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 619 -msgid "Search scope" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 623 -msgid "Level:" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 536 -msgid "One Level" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 539 -msgid "Entire Subtree" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 642 -msgid "Base DN:" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 652 -msgid "Authentication containers" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 383 -# File: src/www/system_authservers.php, line: 660 -msgid "Select" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 667 -msgid "" -"Note: Semi-Colon separated. This will be prepended to the search base dn " -"above or you can specify full container path containing a dc= component." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 676 -msgid "Extended Query" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 731 -msgid "Initial Template" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 579 -msgid "OpenLDAP" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 580 -msgid "Microsoft AD" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 581 -msgid "Novell eDirectory" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 752 -msgid "User naming attribute" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 825 -msgid "Services offered" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 611 -msgid "Authentication and Accounting" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 198 -# File: src/www/system_authservers.php, line: 850 -msgid "Accounting port value" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 856 -msgid "Authentication Timeout" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 859 -msgid "" -"This value controls how long, in seconds, that the RADIUS server may take to " -"respond to an authentication request." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 860 -msgid "If left blank, the default value is 5 seconds." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 861 -msgid "" -"NOTE: If you are using an interactive two-factor authentication system, " -"increase this timeout to account for how long it will take the user to " -"receive and enter a token." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 889 -msgid "Server Name" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 900 -msgid "Additional authentication servers can be added here." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 695 -msgid "delete this server" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 167 -# File: src/www/system_camanager.php, line: 445 -# File: src/www/system_certmanager.php, line: 201 -# File: src/www/system_certmanager.php, line: 679 -msgid "Certificate data" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 169 -# File: src/www/system_certmanager.php, line: 204 -msgid "This certificate does not appear to be valid." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 172 -msgid "Encrypted private keys are not yet supported." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 183 -# File: src/www/system_camanager.php, line: 201 -# File: src/www/system_camanager.php, line: 509 -# File: src/www/system_certmanager.php, line: 217 -# File: src/www/system_certmanager.php, line: 235 -# File: src/www/system_certmanager.php, line: 743 -# File: src/www/system_certmanager.php, line: 911 -# File: src/www/system_usermanager.php, line: 171 -# File: src/www/system_usermanager.php, line: 803 -msgid "Key length" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 184 -# File: src/www/system_camanager.php, line: 202 -# File: src/www/system_camanager.php, line: 549 -# File: src/www/system_certmanager.php, line: 218 -# File: src/www/system_certmanager.php, line: 783 -# File: src/www/system_crlmanager.php, line: 399 -# File: src/www/system_usermanager.php, line: 172 -# File: src/www/system_usermanager.php, line: 823 -# File: src/www/vpn_ipsec_phase1.php, line: 961 -# File: src/www/vpn_ipsec_phase2.php, line: 866 -msgid "Lifetime" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 185 -# File: src/www/system_camanager.php, line: 203 -# File: src/www/system_certmanager.php, line: 219 -# File: src/www/system_certmanager.php, line: 236 -msgid "Distinguished name Country Code" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 186 -# File: src/www/system_camanager.php, line: 204 -# File: src/www/system_certmanager.php, line: 220 -# File: src/www/system_certmanager.php, line: 237 -msgid "Distinguished name State or Province" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 187 -# File: src/www/system_camanager.php, line: 205 -# File: src/www/system_certmanager.php, line: 221 -# File: src/www/system_certmanager.php, line: 238 -msgid "Distinguished name City" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 188 -# File: src/www/system_camanager.php, line: 206 -# File: src/www/system_certmanager.php, line: 222 -# File: src/www/system_certmanager.php, line: 239 -msgid "Distinguished name Organization" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 189 -# File: src/www/system_camanager.php, line: 207 -# File: src/www/system_certmanager.php, line: 223 -# File: src/www/system_certmanager.php, line: 240 -msgid "Distinguished name Email Address" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 190 -# File: src/www/system_camanager.php, line: 208 -# File: src/www/system_certmanager.php, line: 224 -# File: src/www/system_certmanager.php, line: 241 -msgid "Distinguished name Common Name" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 200 -# File: src/www/system_camanager.php, line: 487 -msgid "Signing Certificate Authority" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 315 -# File: src/www/system_certmanager.php, line: 361 -msgid "" -"The field 'Distinguished name Email Address' contains invalid characters." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 319 -# File: src/www/system_certmanager.php, line: 366 -msgid "The field 'Distinguished name Common Name' contains invalid characters." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 322 -# File: src/www/system_certmanager.php, line: 369 -#, php-format -msgid "The field '%s' contains invalid characters." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 228 -# File: src/www/system_certmanager.php, line: 318 -# File: src/www/system_certmanager.php, line: 325 -msgid "Please select a valid Key Length." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 231 -# File: src/www/system_certmanager.php, line: 321 -# File: src/www/system_certmanager.php, line: 328 -msgid "Please select a valid Digest Algorithm." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 381 -# File: src/www/system_camanager.php, line: 395 -# File: src/www/system_certmanager.php, line: 441 -# File: src/www/system_certmanager.php, line: 464 -msgid "openssl library returns:" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 317 -msgid "add or import ca" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 741 -msgid "" -"Do you really want to delete this Certificate Authority and its CRLs, and " -"unreference any associated certificates?" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 413 -# File: src/www/system_certmanager.php, line: 637 -# File: src/www/system_crlmanager.php, line: 307 -msgid "Method" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 34 -msgid "Import an existing Certificate Authority" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 35 -msgid "Create an internal Certificate Authority" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 36 -msgid "Create an intermediate Certificate Authority" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 439 -msgid "Existing Certificate Authority" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 449 -# File: src/www/system_certmanager.php, line: 683 -msgid "Paste a certificate in X.509 PEM format here." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 453 -msgid "Certificate Private Key" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 458 -msgid "" -"Paste the private key for the above certificate here. This is optional in " -"most cases, but required if you need to generate a Certificate Revocation " -"List (CRL)." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 465 -msgid "Serial for next certificate" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 468 -msgid "" -"Enter a decimal number to be used as the serial number for the next " -"certificate to be created using this CA." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 481 -msgid "Internal Certificate Authority" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 529 -# File: src/www/system_certmanager.php, line: 763 -# File: src/www/system_certmanager.php, line: 934 -msgid "Digest Algorithm" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 545 -# File: src/www/system_certmanager.php, line: 779 -# File: src/www/system_certmanager.php, line: 950 -msgid "" -"NOTE: It is recommended to use an algorithm stronger than SHA1 when possible." -msgstr "" - -# -# File: src/etc/inc/ipsec.inc, line: 42 -# File: src/etc/inc/ipsec.inc, line: 51 -# File: src/www/system_camanager.php, line: 556 -# File: src/www/system_certmanager.php, line: 790 -# File: src/www/system_certmanager.php, line: 954 -msgid "Distinguished name" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 560 -# File: src/www/system_certmanager.php, line: 794 -# File: src/www/system_certmanager.php, line: 958 -msgid "Country Code" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 576 -# File: src/www/system_certmanager.php, line: 800 -# File: src/www/system_certmanager.php, line: 974 -msgid "State or Province" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 580 -# File: src/www/system_camanager.php, line: 590 -# File: src/www/system_camanager.php, line: 600 -# File: src/www/system_camanager.php, line: 610 -# File: src/www/system_camanager.php, line: 620 -msgid "ex:" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 582 -# File: src/www/system_certmanager.php, line: 980 -msgid "Sachsen" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 586 -# File: src/www/system_certmanager.php, line: 806 -# File: src/www/system_certmanager.php, line: 984 -msgid "City" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 592 -# File: src/www/system_certmanager.php, line: 990 -msgid "Leipzig" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 596 -# File: src/www/system_certmanager.php, line: 812 -# File: src/www/system_certmanager.php, line: 994 -msgid "Organization" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 602 -msgid "My Company Inc" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 612 -msgid "admin@mycompany.com" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 622 -msgid "internal-ca" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 655 -# File: src/www/system_crlmanager.php, line: 602 -msgid "Internal" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 656 -# File: src/www/system_certmanager.php, line: 1160 -msgid "Issuer" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 658 -# File: src/www/system_certmanager.php, line: 1161 -msgid "Distinguished Name" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 672 -# File: src/www/system_certmanager.php, line: 1177 -msgid "self-signed" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 674 -# File: src/www/system_certmanager.php, line: 1179 -msgid "external" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 717 -# File: src/www/system_certmanager.php, line: 1225 -msgid "Valid From" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 722 -# File: src/www/system_certmanager.php, line: 1230 -msgid "Valid Until" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 729 -# File: src/www/system_camanager.php, line: 730 -msgid "edit CA" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 732 -# File: src/www/system_camanager.php, line: 733 -msgid "export CA cert" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 737 -msgid "export CA private key" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 742 -msgid "delete ca" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 34 -msgid "Import an existing Certificate" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 35 -msgid "Create an internal Certificate" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 36 -msgid "Create a Certificate Signing Request" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 54 -msgid "Choose an existing certificate" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 443 -msgid "Final Certificate data" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 463 -msgid "The certificate modulus does not match the signing request modulus." -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 202 -msgid "Key data" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 216 -# File: src/www/system_certmanager.php, line: 721 -# File: src/www/system_usermanager.php, line: 170 -# File: src/www/system_usermanager.php, line: 780 -msgid "Certificate authority" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 246 -msgid "Existing Certificate Choice" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 329 -msgid "DNS subjectAltName values must be valid hostnames or FQDNs" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 334 -msgid "IP subjectAltName values must be valid IP Addresses" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 339 -msgid "You must provide an e-mail address for this type of subjectAltName" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 342 -msgid "The e-mail provided in a subjectAltName contains invalid characters." -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 348 -msgid "URI subjectAltName types must be a valid URI" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 352 -msgid "Unrecognized subjectAltName type." -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 493 -msgid "add or import certificate" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1291 -msgid "Do you really want to delete this Certificate?" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 138 -# File: src/www/system_usermanager.php, line: 760 -# File: src/www/system_usermanager.php, line: 770 -# File: src/www/vpn_ipsec_phase1.php, line: 191 -# File: src/www/vpn_openvpn_server.php, line: 372 -msgid "Certificate" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 673 -msgid "Import Certificate" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 687 -msgid "Private key data" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 691 -msgid "Paste a private key in X.509 PEM format here." -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 700 -msgid "Internal Certificate" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 779 -#, php-format -msgid "" -"No internal Certificate Authorities have been defined. You must %sadd%s an " -"internal CA before creating an internal certificate." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 849 -msgid "Client Certificate" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1108 -msgid "Server Certificate" -msgstr "" - -# -# File: src/www/system_certificates_tabs.inc, line: 7 -# File: src/www/system_crlmanager.php, line: 204 -# File: src/www/system_crlmanager.php, line: 343 -# File: src/www/vpn_ipsec_phase1.php, line: 191 -# File: src/www/vpn_openvpn_client.php, line: 278 -# File: src/www/vpn_openvpn_server.php, line: 372 -msgid "Certificate Authority" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 792 -msgid "" -"Choose the type of certificate to generate here, the type defines it's " -"constraints" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 843 -msgid "Alternative Names" -msgstr "" - -# -# File: src/www/load_balancer_relay_action_edit.php, line: 174 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 132 -msgid "DNS" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 922 -# File: src/www/system_certmanager.php, line: 942 -msgid "email" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 923 -# File: src/www/system_certmanager.php, line: 943 -msgid "URI" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 906 -msgid "External Signing Request" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1032 -msgid "Choose an Existing Certificate" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1037 -msgid "Existing Certificates" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1110 -msgid "*In Use" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1111 -msgid "*Revoked" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1110 -msgid "Complete Signing Request" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1114 -msgid "Signing request data" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1118 -msgid "" -"Copy the certificate signing data from here and forward it to your " -"certificate authority for signing." -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1122 -msgid "Final certificate data" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1126 -msgid "Paste the certificate received from your certificate authority here." -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1162 -# File: src/www/system_crlmanager.php, line: 604 -msgid "In Use" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1186 -msgid "external - signature pending" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1247 -msgid "CA:" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1248 -msgid "Server:" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1272 -# File: src/www/system_usermanager.php, line: 842 -msgid "Revoked" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1282 -msgid "User Cert" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1287 -msgid "OpenVPN Server" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1292 -msgid "OpenVPN Client" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1297 -msgid "IPsec Tunnel" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1276 -msgid "show certificate info" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1274 -msgid "export ca" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1279 -msgid "export key" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1284 -msgid "export ca cert+user cert+user cert key in .p12 format" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1292 -# File: src/www/system_usermanager.php, line: 727 -msgid "delete cert" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1302 -msgid "update csr" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1315 -msgid "Note: You can only delete a certificate if it is not currently in use." -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 91 -#, php-format -msgid "Certificate Revocation List %s is in use and cannot be deleted" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 177 -# File: src/www/system_crlmanager.php, line: 179 -#, php-format -msgid "Deleted Certificate %s from CRL %s" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 181 -#, php-format -msgid "Failed to delete Certificate %s from CRL %s" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 138 -msgid "Both the Certificate and CRL must be specified." -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 142 -msgid "CA mismatch between the Certificate and CRL. Unable to Revoke." -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 145 -msgid "Cannot revoke certificates for an imported/external CRL." -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 195 -msgid "Certificate Revocation List data" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 684 -msgid "Do you really want to delete this Certificate Revocation List?" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 510 -msgid "Delete this certificate from the CRL " -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 38 -msgid "Create an internal Certificate Revocation List" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 39 -msgid "Import an existing Certificate Revocation List" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 372 -msgid "Existing Certificate Revocation List" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 379 -# File: src/www/system_crlmanager.php, line: 448 -msgid "CRL data" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 383 -# File: src/www/system_crlmanager.php, line: 452 -msgid "Paste a Certificate Revocation List in X.509 CRL format here." -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 393 -msgid "Internal Certificate Revocation List" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 403 -msgid "Default: 9999" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 407 -msgid "Serial" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 411 -msgid "Default: 0" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 439 -msgid "Edit Imported Certificate Revocation List" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 475 -msgid "Currently Revoked Certificates for CRL" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 478 -# File: src/www/vpn_openvpn_export.php, line: 937 -msgid "Certificate Name" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 479 -msgid "Revocation Reason" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 480 -msgid "Revoked At" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 490 -msgid "No Certificates Found for this CRL." -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 532 -msgid "No Certificates Found for this CA." -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 540 -msgid "Revoke a Certificate" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 545 -msgid "Choose a Certificate to Revoke" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 563 -msgid "Reason" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 612 -msgid "Additional Certificate Revocation Lists can be added here." -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 642 -#, php-format -msgid "Add or Import CRL for %s" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 646 -#, php-format -msgid "Import CRL for %s" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 719 -msgid "Unknown (imported)" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 666 -msgid "Export CRL" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 671 -# File: src/www/system_crlmanager.php, line: 677 -msgid "Edit CRL" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 685 -msgid "Delete CRL" -msgstr "" - -# -# File: src/www/system_gateway_groups.php, line: 135 -msgid "Add group" -msgstr "" - -# -# File: src/www/system_gateway_groups.php, line: 131 -msgid "Gateway-group" -msgstr "" - -# -# File: src/www/system_gateway_groups.php, line: 182 -msgid "Do you really want to delete this gateway group?" -msgstr "" - -# -# File: src/www/system_gateway_groups.php, line: 121 -#, php-format -msgid "" -"The gateway configuration has been changed.%sYou must apply the changes in " -"order for them to take effect." -msgstr "" - -# -# File: src/www/system_gateway_groups.php, line: 193 -msgid "Tier " -msgstr "" - -# -# File: src/www/interfaces_bridge.php, line: 161 -# File: src/www/interfaces_gif.php, line: 139 -# File: src/www/interfaces_gre.php, line: 140 -# File: src/www/interfaces_lagg.php, line: 145 -# File: src/www/interfaces_qinq.php, line: 158 -# File: src/www/interfaces_vlan.php, line: 147 -# File: src/www/system_groupmanager.php, line: 538 -msgid "delete group" -msgstr "" - -# -# File: src/www/system_gateway_groups.php, line: 199 -msgid "" -"Remember to use these Gateway Groups in firewall rules in order to enable " -"load balancing, failover, or policy-based routing. Without rules directing " -"traffic into the Gateway Groups, they will not be used." -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 85 -msgid "A valid gateway group name must be specified." -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 88 -# File: src/www/system_gateways_edit.php, line: 118 -msgid "The gateway name must not contain invalid characters." -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 97 -msgid "Changing name on a gateway group is not allowed." -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 103 -#, php-format -msgid "A gateway group with this name \"%s\" already exists." -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 120 -#, php-format -msgid "" -"A gateway group cannot have the same name with a gateway \"%s\" please " -"choose another name." -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 125 -msgid "No gateway(s) have been selected to be used in this group" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 249 -msgid "Gateway Priority" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 197 -msgid "Tier" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 284 -msgid "Never" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 226 -#, php-format -msgid "Tier %d" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 305 -msgid "Interface Address" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 326 -msgid "Link Priority" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 327 -msgid "" -"The priority selected here defines in what order failover and balancing of " -"links will be done. Multiple links of the same priority will balance " -"connections until all links in the priority will be exhausted. If all links " -"in a priority level are exhausted we will use the next available link(s) in " -"the next priority level." -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 332 -msgid "" -"The virtual IP field selects what (virtual) IP should be used when this " -"group applies to a local Dynamic DNS, IPsec or OpenVPN endpoint" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 337 -msgid "Trigger Level" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 47 -msgid "Member Down" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 48 -msgid "Packet Loss" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 49 -msgid "High Latency" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 50 -msgid "Packet Loss or High Latency" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 350 -msgid "When to trigger exclusion of a member" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 82 -#, php-format -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Gateway Group '%s'" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 92 -#, php-format -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Static Route '%s'" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 194 -msgid "Add gateway" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 363 -msgid "Do you really want to delete this gateway?" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 393 -msgid "Do you really want to delete the selected gateway items?" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 214 -msgid "The gateway configuration has been changed." -msgstr "" - -# -# File: src/www/system_gateways.php, line: 234 -# File: src/www/system_gateways_edit.php, line: 774 -msgid "Monitor IP" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 326 -msgid "Gateway is inactive because interface is missing" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "disable gateway" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "enable gateway" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 356 -msgid "edit gateway" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 361 -msgid "delete gateway" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 368 -msgid "clone gateway" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 392 -msgid "delete selected items" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 118 -msgid "A valid gateway name must be specified." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 122 -msgid "A valid gateway IP address must be specified." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 130 -msgid "" -"Cannot add IPv4 Gateway Address because no IPv4 address could be found on " -"the interface." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 152 -# File: src/www/system_gateways_edit.php, line: 183 -#, php-format -msgid "" -"The gateway address %1$s does not lie within one of the chosen interface's " -"subnets." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 161 -msgid "" -"Cannot add IPv6 Gateway Address because no IPv6 address could be found on " -"the interface." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 191 -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv4 " -"configuration." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 196 -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv6 " -"configuration." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 201 -msgid "A valid monitor IP address must be specified." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 227 -msgid "Changing name on a gateway is not allowed." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 233 -#, php-format -msgid "The gateway name \"%s\" already exists." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 239 -#, php-format -msgid "The gateway IP address \"%s\" already exists." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 245 -#, php-format -msgid "" -"The monitor IP address \"%s\" is already in use. You must choose a different " -"monitor IP." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 255 -msgid "The low latency threshold needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 258 -msgid "The low latency threshold needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 265 -msgid "The high latency threshold needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 268 -msgid "The high latency threshold needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 275 -msgid "The low Packet Loss threshold needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 278 -msgid "The low Packet Loss threshold needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 281 -msgid "The low Packet Loss threshold needs to be less than 100." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 288 -msgid "The high Packet Loss threshold needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 291 -msgid "The high Packet Loss threshold needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 294 -msgid "The high Packet Loss threshold needs to be 100 or less." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 302 -msgid "" -"The high latency threshold needs to be higher than the low latency threshold" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 325 -msgid "" -"The high Packet Loss threshold needs to be higher than the low Packet Loss " -"threshold" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 347 -msgid "The probe interval needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 350 -msgid "The probe interval needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 357 -msgid "The down time setting needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 360 -msgid "The down time setting needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 368 -msgid "The probe interval needs to be less than the down time setting." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 390 -msgid "The average delay replies qty needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 393 -msgid "The average delay replies qty needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 400 -msgid "The average packet loss probes qty needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 403 -msgid "The average packet loss probes qty needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 410 -msgid "The lost probe delay needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 413 -msgid "The lost probe delay needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 548 -# File: src/www/system_gateways_edit.php, line: 673 -msgid "Edit gateway" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 694 -msgid "Disable this gateway" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 695 -msgid "" -"Set this option to disable this gateway without removing it from the list." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 713 -msgid "Choose which interface this gateway applies to." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 731 -msgid "Choose the Internet Protocol this gateway uses." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 738 -msgid "Gateway name" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 750 -msgid "Gateway IP address" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 754 -# File: src/www/system_gateways_edit.php, line: 759 -msgid "Default Gateway" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 760 -msgid "This will select the above gateway as the default gateway" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 764 -# File: src/www/system_gateways_edit.php, line: 769 -msgid "Disable Gateway Monitoring" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 770 -msgid "This will consider this gateway as always being up" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 784 -msgid "Alternative monitor IP" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 785 -msgid "" -"Enter an alternative address here to be used to monitor the link. This is " -"used for the quality RRD graphs as well as the load balancer entries. Use " -"this if the gateway does not respond to ICMP echo requests (pings)" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 792 -# File: src/www/system_gateways_edit.php, line: 797 -msgid "Mark Gateway as Down" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 798 -msgid "This will force this gateway to be considered Down" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 808 -msgid " - Show advanced option" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 828 -msgid "Weight for this gateway when used in a Gateway Group." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 832 -msgid "Latency thresholds" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 834 -# File: src/www/system_gateways_edit.php, line: 846 -msgid "From" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 837 -# File: src/www/system_gateways_edit.php, line: 849 -msgid "To" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 844 -msgid "Packet Loss thresholds" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 856 -msgid "Probe Interval" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 862 -msgid "" -"NOTE: The quality graph is averaged over seconds, not intervals, so as the " -"probe interval is increased the accuracy of the quality graph is decreased." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 867 -msgid "Down" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 772 -msgid "Avg Delay Replies Qty" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 882 -# File: src/www/system_gateways_edit.php, line: 894 -# File: src/www/system_gateways_edit.php, line: 906 -msgid "Use calculated value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 783 -msgid "Avg Packet Loss Probes Qty" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 899 -msgid "Lost Probe Delay" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 912 -msgid "" -"The probe interval must be less than the down time, otherwise the gateway " -"will seem to go down then come up again at the next probe." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 913 -msgid "" -"The down time defines the length of time before the gateway is marked as " -"down, but the accuracy is controlled by the probe interval. For example, if " -"your down time is 40 seconds but on a 30 second probe interval, only one " -"probe would have to fail before the gateway is marked down at the 40 second " -"mark. By default, the gateway is considered down after 10 seconds, and the " -"probe interval is 1 second, so 10 probes would have to fail before the " -"gateway is marked down." -msgstr "" - -# -# File: src/www/system_general.php, line: 39 -msgid "English" -msgstr "" - -# -# File: src/www/system_general.php, line: 41 -msgid "Chinese (Simplified)" -msgstr "" - -# -# File: src/www/system_general.php, line: 45 -msgid "French" -msgstr "" - -# -# File: src/www/system_general.php, line: 40 -msgid "German" -msgstr "" - -# -# File: src/www/system_general.php, line: 42 -msgid "Japanese" -msgstr "" - -# -# File: src/www/system_general.php, line: 48 -msgid "Mongolian" -msgstr "" - -# -# File: src/www/system_general.php, line: 41 -msgid "Spanish" -msgstr "" - -# -# File: src/www/system_general.php, line: 118 -msgid "The hostname may only contain the characters a-z, 0-9 and '-'." -msgstr "" - -# -# File: src/www/system_general.php, line: 121 -msgid "The domain may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "" - -# -# File: src/www/system_general.php, line: 157 -#, php-format -msgid "" -"You can not assign a gateway to DNS '%s' server which is on a directly " -"connected network." -msgstr "" - -# -# File: src/www/system_general.php, line: 173 -msgid "" -"A NTP Time Server name may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "" - -# -# File: src/www/system_general.php, line: 320 -msgid "Name of the firewall host, without domain part" -msgstr "" - -# -# File: src/www/system_general.php, line: 331 -msgid "firewall" -msgstr "" - -# -# File: src/www/system_general.php, line: 331 -msgid "" -"Do not use 'local' as a domain name. It will cause local hosts running mDNS " -"(avahi, bonjour, etc.) to be unable to resolve local hosts not running mDNS." -msgstr "" - -# -# File: src/www/system_general.php, line: 341 -#, php-format -msgid "e.g. %smycorp.com, home, office, private, etc.%s" -msgstr "" - -# -# File: src/www/system_general.php, line: 344 -msgid "DNS Server" -msgstr "" - -# -# File: src/www/system_general.php, line: 346 -msgid "Use gateway" -msgstr "" - -# -# File: src/www/system_general.php, line: 396 -msgid "" -"Enter IP addresses to be used by the system for DNS resolution. These are " -"also used for the DHCP service, DNS forwarder and for PPTP VPN clients." -msgstr "" - -# -# File: src/www/system_general.php, line: 401 -msgid "" -"In addition, optionally select the gateway for each DNS server. When using " -"multiple WAN connections there should be at least one unique DNS server per " -"gateway." -msgstr "" - -# -# File: src/www/system_general.php, line: 401 -msgid "DNS server options" -msgstr "" - -# -# File: src/www/system_general.php, line: 408 -msgid "Allow DNS server list to be overridden by DHCP/PPP on WAN" -msgstr "" - -# -# File: src/www/system_general.php, line: 411 -#, php-format -msgid "" -"If this option is set, %s will use DNS servers assigned by a DHCP/PPP server " -"on WAN for its own purposes (including the DNS forwarder). However, they " -"will not be assigned to DHCP and PPTP VPN clients." -msgstr "" - -# -# File: src/www/system_general.php, line: 420 -msgid "Do not use the DNS Forwarder as a DNS server for the firewall" -msgstr "" - -# -# File: src/www/system_general.php, line: 423 -msgid "" -"By default localhost (127.0.0.1) will be used as the first DNS server where " -"the DNS Forwarder or DNS Resolver is enabled and set to listen on Localhost, " -"so system can use the local DNS service to perform lookups. Checking this " -"box omits localhost from the list of DNS servers." -msgstr "" - -# -# File: src/www/system_general.php, line: 430 -msgid "Time zone" -msgstr "" - -# -# File: src/www/system_general.php, line: 442 -msgid "Select the location closest to you" -msgstr "" - -# -# File: src/www/system_general.php, line: 460 -msgid "NTP time server" -msgstr "" - -# -# File: src/www/system_general.php, line: 465 -msgid "" -"Use a space to separate multiple hosts (only one required). Remember to set " -"up at least one DNS server if you enter a host name here!" -msgstr "" - -# -# File: src/www/system_general.php, line: 472 -msgid "Language" -msgstr "" - -# -# File: src/www/system_general.php, line: 485 -msgid "Choose a language for the webConfigurator" -msgstr "" - -# -# File: src/www/system_general.php, line: 490 -msgid "Theme" -msgstr "" - -# -# File: src/www/system_general.php, line: 507 -msgid "This will change the look and feel of" -msgstr "" - -# -# File: src/www/system_general.php, line: 565 -msgid "Firmware Mirror" -msgstr "" - -# -# File: src/www/system_general.php, line: 579 -msgid "Select an alternate firmware mirror." -msgstr "" - -# -# File: src/www/system_general.php, line: 584 -msgid "Firmware Flavour" -msgstr "" - -# -# File: src/www/system_general.php, line: 598 -msgid "Select the firmware cryptography flavour." -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 108 -msgid "The group name contains invalid characters." -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 112 -msgid "The group name is longer than 16 characters." -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 119 -msgid "Another entry with the same group name already exists." -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 127 -msgid "That groupname is reserved by the system." -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 408 -# File: src/www/system_usermanager.php, line: 650 -msgid "Do you really want to delete this privilege?" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 537 -msgid "Do you really want to delete this group?" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 283 -# File: src/www/system_usermanager.php, line: 468 -msgid "Defined by" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 290 -# File: src/www/system_groupmanager.php, line: 460 -msgid "Group name" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 301 -msgid "Group description, for your own information only" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 309 -# File: src/www/system_usermanager.php, line: 518 -msgid "Group Memberships" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 525 -msgid "Not Member Of" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 527 -msgid "Member Of" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 564 -msgid "Add Groups" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 568 -msgid "Remove Groups" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 374 -# File: src/www/system_groupmanager_addprivs.php, line: 195 -# File: src/www/system_usermanager.php, line: 603 -# File: src/www/system_usermanager_addprivs.php, line: 175 -msgid "Hold down CTRL (pc)/COMMAND (mac) key to select multiple items" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 381 -msgid "Assigned Privileges" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 409 -# File: src/www/system_usermanager.php, line: 651 -msgid "delete privilege" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 462 -msgid "Member Count" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 907 -# File: src/www/vpn_l2tp_users.php, line: 71 -# File: src/www/vpn_pptp_users.php, line: 68 -msgid "add user" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 525 -msgid "" -"Additional webConfigurator groups can be added here.\n" -" Group permissions can be assigned which are inherited " -"by users who are members of the group.\n" -" An icon that appears grey indicates that it is a " -"system defined object.\n" -" Some system object properties can be modified but they " -"cannot be deleted." -msgstr "" - -# -# File: src/www/system_groupmanager_addprivs.php, line: 73 -# File: src/www/system_usermanager_addprivs.php, line: 62 -msgid "Selected priveleges" -msgstr "" - -# -# File: src/www/system_groupmanager_addprivs.php, line: 180 -# File: src/www/system_usermanager_addprivs.php, line: 160 -msgid "System Privileges" -msgstr "" - -# -# File: src/www/system_groupmanager_addprivs.php, line: 214 -# File: src/www/system_usermanager_addprivs.php, line: 181 -msgid "Select a privilege from the list above for a description" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 98 -msgid "State Synchronization" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 127 -msgid "Synchronize States" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 132 -#, php-format -msgid "" -"pfsync transfers state insertion, update, and deletion messages between " -"firewalls.%sEach firewall sends these messages out via multicast on a " -"specified interface, using the PFSYNC protocol (%sIP Protocol 240%s).%sIt " -"also listens on that interface for similar messages from other firewalls, " -"and imports them into the local state table.%sThis setting should be enabled " -"on all members of a failover group." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 136 -msgid "" -"Clicking save will force a configuration sync if it is enabled! (see " -"Configuration Synchronization Settings below)" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 140 -msgid "Synchronize Interface" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 123 -msgid "loopback" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 151 -msgid "" -"If Synchronize States is enabled, it will utilize this interface for " -"communication." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 154 -msgid "" -"We recommend setting this to a interface other than LAN! A dedicated " -"interface works the best." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 155 -msgid "" -"You must define a IP on each machine participating in this failover group." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 156 -msgid "" -"You must have an IP assigned to the interface on any participating sync " -"nodes." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 145 -msgid "Synchronize Peer IP" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 165 -msgid "" -"Setting this option will force pfsync to synchronize its state table to this " -"IP address. The default is directed multicast." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 178 -msgid "Configuration Synchronization Settings (XMLRPC Sync)" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 183 -msgid "Synchronize Config to IP" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 186 -msgid "" -"Enter the IP address of the firewall to which the selected configuration " -"sections should be synchronized." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 189 -msgid "" -"XMLRPC sync is currently only supported over connections using the same " -"protocol and port as this system - make sure the remote system's port and " -"protocol are set accordingly!" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 190 -# File: src/www/system_hasync.php, line: 213 -msgid "" -"Do not use the Synchronize Config to IP and password option on backup " -"cluster members!" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 196 -msgid "Remote System Username" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 200 -msgid "" -"Enter the webConfigurator username of the system entered above for " -"synchronizing your configuration." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 202 -msgid "" -"Do not use the Synchronize Config to IP and username option on backup " -"cluster members!" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 207 -msgid "Remote System Password" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 211 -msgid "" -"Enter the webConfigurator password of the system entered above for " -"synchronizing your configuration." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 196 -msgid "Users and Groups" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 223 -msgid "" -"Automatically sync the users and groups over to the other HA host when " -"changes are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 205 -msgid "Auth Servers" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 232 -msgid "" -"Automatically sync the authentication servers (e.g. LDAP, RADIUS) over to " -"the other HA host when changes are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 241 -msgid "" -"Automatically sync the Certificate Authorities, Certificates, and " -"Certificate Revocation Lists over to the other HA host when changes are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 250 -msgid "" -"Automatically sync the firewall rules to the other HA host when changes are " -"made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 232 -msgid "Firewall Schedules" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 259 -msgid "" -"Automatically sync the firewall schedules to the other HA host when changes " -"are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 268 -msgid "" -"Automatically sync the aliases over to the other HA host when changes are " -"made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 277 -msgid "" -"Automatically sync the NAT rules over to the other HA host when changes are " -"made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 286 -msgid "" -"Automatically sync the IPsec configuration to the other HA host when changes " -"are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 295 -msgid "" -"Automatically sync the OpenVPN configuration to the other HA host when " -"changes are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 296 -msgid "" -"Using this option implies \"Synchronize Certificates\" as they are required " -"for OpenVPN." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 278 -msgid "DHCPD" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 305 -msgid "" -"Automatically sync the DHCP Server settings over to the other HA host when " -"changes are made. This only applies to DHCP for IPv4." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 314 -msgid "" -"Automatically sync the WoL configuration to the other HA host when changes " -"are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 296 -msgid "Static Routes" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 323 -msgid "" -"Automatically sync the Static Route configuration to the other HA host when " -"changes are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 332 -msgid "" -"Automatically sync the Load Balancer configuration to the other HA host when " -"changes are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 341 -msgid "" -"Automatically sync the CARP Virtual IPs to the other HA host when changes " -"are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 350 -msgid "" -"Automatically sync the DNS Forwarder configuration to the other HA host when " -"changes are made." -msgstr "" - -# -# File: src/www/system_routes.php, line: 210 -msgid "Add route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 165 -# File: src/www/system_routes.php, line: 187 -msgid "Route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 166 -msgid "Do you really want to delete this route?" -msgstr "" - -# -# File: src/www/system_routes.php, line: 384 -msgid "Do you really want to delete the selected routes?" -msgstr "" - -# -# File: src/www/system_routes.php, line: 227 -#, php-format -msgid "" -"The static route configuration has been changed.%sYou must apply the changes " -"in order for them to take effect." -msgstr "" - -# -# File: src/www/system_routes.php, line: 258 -msgid "disable route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 258 -msgid "enable route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 275 -msgid "move selected routes before this route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 279 -msgid "edit route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 283 -msgid "delete route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 287 -msgid "clone route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 357 -# File: src/www/system_routes.php, line: 362 -msgid "move selected routes to end" -msgstr "" - -# -# File: src/www/system_routes.php, line: 383 -msgid "delete selected routes" -msgstr "" - -# -# File: src/www/system_routes.php, line: 321 -msgid "add route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 396 -msgid "" -"Do not enter static routes for networks assigned on any interface of this " -"firewall. Static routes are only used for networks reachable via a " -"different router, and not reachable via your default gateway." -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 82 -# File: src/www/system_routes_edit.php, line: 256 -msgid "Destination network" -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 83 -msgid "Destination network bit count" -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 90 -msgid "A valid IPv4 or IPv6 destination network must be specified." -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 93 -msgid "A valid destination network bit count must be specified." -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 113 -msgid "A IPv4 subnet can not be over 32 bits." -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 162 -msgid "A route to these destination networks already exists" -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 172 -# File: src/www/system_routes_edit.php, line: 178 -#, php-format -msgid "This network conflicts with address configured on interface %s." -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 278 -msgid "Destination network for this static route" -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 298 -msgid "Choose which gateway this route applies to or" -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 356 -msgid "Disable this static route" -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 357 -msgid "" -"Set this option to disable this static route without removing it from the " -"list." -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 59 -# File: src/www/system_groupmanager.php, line: 83 -# File: src/www/system_usermanager.php, line: 79 -# File: src/www/system_usermanager.php, line: 92 -msgid "successfully deleted" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 82 -# File: src/www/system_usermanager.php, line: 91 -msgid "Privilege" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 139 -msgid "association removed." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 227 -msgid "API key" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 228 -msgid "removed." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 230 -msgid "No API key found" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 183 -msgid "The username is longer than 16 characters." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 187 -# File: src/www/system_usermanager_passwordmg.php, line: 44 -# File: src/www/vpn_l2tp_users_edit.php, line: 94 -# File: src/www/vpn_pptp_users_edit.php, line: 94 -msgid "The passwords do not match." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 199 -# File: src/www/vpn_l2tp_users_edit.php, line: 104 -# File: src/www/vpn_pptp_users_edit.php, line: 104 -msgid "Another entry with the same username already exists." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 210 -msgid "That username is reserved by the system." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 230 -msgid "Invalid expiration date format; use MM/DD/YYYY instead." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 237 -msgid "Invalid internal Certificate Authority" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 726 -msgid "(Certificate will not be deleted)" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 726 -msgid "Do you really want to remove this certificate association?" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 975 -# File: src/www/vpn_l2tp_users.php, line: 134 -# File: src/www/vpn_pptp_users.php, line: 127 -msgid "Do you really want to delete this user?" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 611 -msgid "Do you really want to delete this API key?" -msgstr "" - -# -# File: src/etc/inc/ipsec.inc, line: 43 -# File: src/etc/inc/ipsec.inc, line: 52 -msgid "User distinguished name" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 498 -msgid "(confirmation)" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 502 -# File: src/www/system_usermanager.php, line: 895 -msgid "Full name" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 507 -msgid "User's full name, for your own information only" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 511 -msgid "Expiration date" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 515 -msgid "" -"Leave blank if the account shouldn't expire, otherwise enter the expiration " -"date in the following format: mm/dd/yyyy" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 704 -msgid "add groups" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 708 -msgid "remove groups" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 611 -msgid "Effective Privileges" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 618 -msgid "Inherited From" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 761 -msgid "revoke privilege" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 774 -msgid "assign privileges" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 678 -msgid "User Certificates" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 683 -msgid "CA" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 714 -msgid "export private key" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 811 -msgid "export certificate" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 815 -msgid "unlink certificate" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 828 -msgid "create or link user certificate" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 880 -msgid "API keys" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 887 -msgid "key" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 907 -msgid "delete API key" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 921 -msgid "create API key" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 930 -msgid "" -"manage API keys here for machine to machine interaction using this users " -"credentials" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 762 -msgid "Click to create a user certificate." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 896 -msgid "Redirects on save" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 839 -# File: src/www/system_usermanager.php, line: 847 -msgid "Authorized keys" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 858 -msgid "Paste an authorized keys file here." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 862 -msgid "IPsec Pre-Shared Key" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 965 -msgid "edit user" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 976 -# File: src/www/vpn_l2tp_users.php, line: 135 -# File: src/www/vpn_pptp_users.php, line: 128 -msgid "delete user" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 983 -msgid "import users" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 914 -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 appears grey indicates that it is a system defined " -"object. Some system object properties can be modified but they cannot be " -"deleted." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 919 -msgid "" -"Accounts created here are also used for other parts of the system such as " -"OpenVPN, IPsec, and Captive Portal." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 1053 -msgid "System Admininistrator" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 1055 -msgid "Disabled User" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 1057 -msgid "Normal User" -msgstr "" - -# -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 68 -msgid "" -"Could not connect to the LDAP server. Please check your LDAP configuration." -msgstr "" - -# -# File: src/www/system_usermanager_import_ldap.php, line: 150 -msgid "Please select users to import:" -msgstr "" - -# -# File: src/www/system_usermanager_passwordmg.php, line: 98 -msgid "Sorry, you cannot change the password for a non-local user." -msgstr "" - -# -# File: src/www/system_usermanager_passwordmg.php, line: 58 -msgid "Password successfully changed" -msgstr "" - -# -# File: src/www/system_usermanager_passwordmg.php, line: 114 -msgid "Old password" -msgstr "" - -# -# File: src/www/system_usermanager_passwordmg.php, line: 120 -msgid "New password" -msgstr "" - -# -# File: src/www/system_usermanager_passwordmg.php, line: 127 -msgid "Confirmation" -msgstr "" - -# -# File: src/www/system_usermanager_settings.php, line: 47 -msgid "Session timeout must be an integer value." -msgstr "" - -# -# File: src/www/system_usermanager_settings.php, line: 59 -msgid "" -"The test was not performed because it is supported only for ldap based " -"backends." -msgstr "" - -# -# File: src/www/system_usermanager_settings.php, line: 133 -msgid "Session Timeout" -msgstr "" - -# -# File: src/www/system_usermanager_settings.php, line: 137 -msgid "" -"Time in minutes to expire idle management sessions. The default is 4 hours " -"(240 minutes)." -msgstr "" - -# -# File: src/www/system_usermanager_settings.php, line: 138 -msgid "Enter 0 to never expire sessions. NOTE: This is a security risk!" -msgstr "" - -# -# File: src/www/system_usermanager_settings.php, line: 169 -msgid "Save and Test" -msgstr "" - -# -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 77 -msgid "Please select which containers to Authenticate against:" -msgstr "" - -# -# File: src/www/system_usermanager_settings_test.php, line: 47 -#, php-format -msgid "Could not find settings for %s%s" -msgstr "" - -# -# File: src/www/system_usermanager_settings_test.php, line: 51 -#, php-format -msgid "Testing %s LDAP settings... One moment please..." -msgstr "" - -# -# File: src/www/system_usermanager_settings_test.php, line: 52 -msgid "Attempting connection to" -msgstr "" - -# -# File: src/www/system_usermanager_settings_test.php, line: 60 -msgid "Attempting to fetch Organizational Units from" -msgstr "" - -# -# File: src/www/system_usermanager_settings_test.php, line: 65 -msgid "Organization units found" -msgstr "" - -# -# File: src/www/system_usermanager_settings_test.php, line: 71 -# File: src/www/system_usermanager_settings_test.php, line: 75 -# File: src/www/system_usermanager_settings_test.php, line: 78 -msgid "failed" -msgstr "" - -# -# File: src/etc/inc/ipsec.inc, line: 264 -# File: src/www/vpn_ipsec.php, line: 349 -# File: src/www/vpn_ipsec_phase1.php, line: 433 -# File: src/www/vpn_ipsec_phase2.php, line: 336 -msgid "Mobile Client" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 411 -msgid "" -"Do you really want to delete this phase1 and all associated phase2 entries?" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 715 -msgid "Do you really want to delete the selected phase1 entries?" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 603 -msgid "Do you really want to delete this phase2 entry?" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 654 -msgid "Do you really want to delete the selected phase2 entries?" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 300 -msgid "The IPsec tunnel configuration has been changed." -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 270 -msgid "IKE" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 271 -msgid "Remote Gateway" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 273 -msgid "P1 Protocol" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 274 -msgid "P1 Transforms" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 275 -msgid "P1 Description" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 333 -msgid "disable phase 1 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 333 -msgid "enable phase 1 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 367 -# File: src/www/vpn_ipsec.php, line: 559 -# File: src/www/vpn_ipsec_phase2.php, line: 786 -msgid "auto" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 393 -# File: src/www/vpn_ipsec.php, line: 590 -msgid "move selected entries before this" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 401 -msgid "edit phase1 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 409 -msgid "delete phase1 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 413 -msgid "clone phase1 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 458 -#, php-format -msgid "Show %s Phase-2 entries" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 466 -msgid "Local Subnet" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 467 -msgid "Remote Subnet" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 468 -msgid "P2 Protocol" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 469 -msgid "P2 Transforms" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 470 -msgid "P2 Auth Methods" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 463 -msgid "disable phase 2 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 463 -msgid "enable phase 2 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 519 -msgid "edit phase 2 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 524 -msgid "delete phase 2 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 530 -msgid "clone phase 2 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 546 -msgid "move selected phase 2 entries to end" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 550 -msgid "delete selected phase 2 entries" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 557 -msgid "add phase 2 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 577 -msgid "move selected phase 1 entries to end" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 584 -msgid "delete selected phase 1 entries" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 589 -msgid "add new phase 1 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 761 -msgid "Enable IPsec" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys.php, line: 66 -msgid "Deleted IPsec Pre-Shared Key" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys.php, line: 165 -msgid "Do you really want to delete this Pre-Shared Key?" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 253 -# File: src/www/vpn_ipsec_keys.php, line: 93 -# File: src/www/vpn_ipsec_mobile.php, line: 365 -msgid "The IPsec tunnel configuration has been changed" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys.php, line: 112 -# File: src/www/vpn_ipsec_keys_edit.php, line: 67 -# File: src/www/vpn_ipsec_keys_edit.php, line: 143 -msgid "Identifier" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys.php, line: 129 -msgid "ANY USER" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys.php, line: 144 -msgid "edit" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys.php, line: 163 -msgid "edit key" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys.php, line: 167 -msgid "delete key" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys.php, line: 193 -# File: src/www/vpn_ipsec_keys_edit.php, line: 177 -msgid "PSK for any user can be set by using an identifier of any/ANY" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 76 -msgid "A user with this name already exists. Add the key to the user instead." -msgstr "" - -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 72 -msgid "The identifier contains invalid characters." -msgstr "" - -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 84 -msgid "Another entry with the same identifier already exists." -msgstr "" - -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 101 -msgid "Edited" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 104 -msgid "Added" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 146 -msgid "" -"This can be either an IP address, fully qualified domain name or an e-mail " -"address." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 140 -msgid "Group Authentication Source" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 140 -msgid "User Authentication Source" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 146 -msgid "" -"A valid IP address for 'Virtual Address Pool Network' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 152 -msgid "A valid value for 'DNS Default Domain' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 161 -msgid "A valid split DNS domain list must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 174 -msgid "A valid IP address for 'DNS Server #1' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 177 -msgid "A valid IP address for 'DNS Server #2' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 180 -msgid "A valid IP address for 'DNS Server #3' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 183 -msgid "A valid IP address for 'DNS Server #4' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 192 -msgid "A valid IP address for 'WINS Server #1' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 195 -msgid "A valid IP address for 'WINS Server #2' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 373 -msgid "Create Phase1" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 373 -msgid "Please click Create to define one." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 373 -msgid "" -"Support for IPsec Mobile clients is enabled but a Phase1 definition was not " -"found" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 396 -msgid "IKE Extensions" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 405 -msgid "Enable IPsec Mobile Client Support" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 418 -msgid "Extended Authentication (Xauth)" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 425 -msgid "User Authentication" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 444 -msgid "Group Authentication" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 452 -msgid "system" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 463 -msgid "Client Configuration (mode-cfg)" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 470 -msgid "Virtual Address Pool" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 479 -msgid "Provide a virtual IP address to clients" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 506 -msgid "Network List" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 515 -msgid "Provide a list of accessible networks to clients" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 522 -msgid "Save Xauth Password" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 531 -msgid "Allow clients to save Xauth passwords (Cisco VPN client only)." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 532 -msgid "" -"NOTE: With iPhone clients, this does not work when deployed via the iPhone " -"configuration utility, only by manual entry." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 539 -# File: src/www/vpn_openvpn_csc.php, line: 539 -# File: src/www/vpn_openvpn_server.php, line: 1655 -msgid "DNS Default Domain" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 548 -# File: src/www/vpn_openvpn_csc.php, line: 549 -# File: src/www/vpn_openvpn_server.php, line: 1665 -msgid "Provide a default domain name to clients" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 562 -msgid "Split DNS" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 571 -msgid "" -"Provide a list of split DNS domain names to clients. Enter a comma separated " -"list." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 572 -msgid "" -"NOTE: If left blank, and a default domain is set, it will be used for this " -"value." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 586 -# File: src/www/vpn_openvpn_csc.php, line: 564 -# File: src/www/vpn_openvpn_server.php, line: 1680 -msgid "DNS Servers" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 595 -# File: src/www/vpn_openvpn_csc.php, line: 574 -# File: src/www/vpn_openvpn_server.php, line: 1690 -msgid "Provide a DNS server list to clients" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 628 -# File: src/www/vpn_openvpn_csc.php, line: 715 -# File: src/www/vpn_openvpn_server.php, line: 1852 -msgid "WINS Servers" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 637 -# File: src/www/vpn_openvpn_csc.php, line: 725 -# File: src/www/vpn_openvpn_server.php, line: 1862 -msgid "Provide a WINS server list to clients" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 658 -msgid "Phase2 PFS Group" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 667 -msgid "" -"Provide the Phase2 PFS group to clients ( overrides all mobile phase2 " -"settings )" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 692 -msgid "Login Banner" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 701 -msgid "Provide a login banner to clients" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 174 -msgid "EAP-TLS can only be used with IKEv2 type VPNs." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 196 -# File: src/www/vpn_ipsec_phase1.php, line: 702 -msgid "Remote gateway" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 202 -msgid "The P1 lifetime must be an integer." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 207 -msgid "A valid remote gateway address or host name must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 209 -msgid "" -"A valid remote gateway IPv4 address must be specified or you need to change " -"protocol to IPv6" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 211 -msgid "" -"A valid remote gateway IPv6 address must be specified or you need to change " -"protocol to IPv4" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 233 -#, php-format -msgid "The remote gateway \"%s\" is already used by phase1 \"%s\"." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 231 -msgid "There is a Phase 2 using IPv6, you cannot use IPv4." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 235 -msgid "There is a Phase 2 using IPv4, you cannot use IPv6." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 249 -msgid "Please enter an address for 'My Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 253 -msgid "Please enter a keyid tag for 'My Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 257 -msgid "Please enter a fully qualified domain name for 'My Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 261 -msgid "Please enter a user and fully qualified domain name for 'My Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 265 -msgid "Please enter a dynamic domain name for 'My Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 269 -msgid "A valid IP address for 'My identifier' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 273 -msgid "A valid domain name for 'My identifier' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 278 -msgid "A valid FQDN for 'My identifier' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 285 -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'My identifier' must " -"be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 291 -msgid "A valid Dynamic DNS address for 'My identifier' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 304 -msgid "Please enter an address for 'Peer Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 308 -msgid "Please enter a keyid tag for 'Peer Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 312 -msgid "Please enter a fully qualified domain name for 'Peer Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 316 -msgid "" -"Please enter a user and fully qualified domain name for 'Peer Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 320 -msgid "A valid IP address for 'Peer identifier' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 324 -msgid "A valid domain name for 'Peer identifier' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 329 -msgid "A valid FQDN for 'Peer identifier' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 336 -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'Peer identifier' " -"must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 343 -msgid "A numeric value must be specified for DPD delay." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 347 -msgid "A numeric value must be specified for DPD retries." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 345 -msgid "Invalid argument for key exchange protocol version." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 600 -# File: src/www/vpn_openvpn_client.php, line: 506 -# File: src/www/vpn_openvpn_csc.php, line: 372 -# File: src/www/vpn_openvpn_server.php, line: 834 -msgid "General information" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 612 -msgid "Disable this phase1 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 600 -msgid "" -"Set this option to disable this phase1 without removing it from the list." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 606 -msgid "Connection method" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 611 -msgid "Respond only" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 612 -msgid "Start on traffic" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 613 -msgid "Start immediate" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 616 -msgid "" -"Choose the connect behaviour here, when using CARP you might want to " -"consider the Repond only option here (wait for the other side to connect)." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 620 -msgid "Key Exchange version" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 634 -msgid "" -"Select the KeyExchange Protocol version to be used. Usually known as IKEv1 " -"or IKEv2." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 638 -msgid "Internet Protocol" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 655 -msgid "Select the Internet Protocol family from this dropdown." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 695 -msgid "Select the interface for the local endpoint of this phase1 entry." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 707 -msgid "Enter the public IP address or host name of the remote gateway" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 735 -msgid "Phase 1 proposal (Authentication)" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 742 -# File: src/www/vpn_openvpn_client.php, line: 666 -msgid "Authentication method" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 753 -# File: src/www/vpn_ipsec_phase1.php, line: 932 -# File: src/www/vpn_ipsec_phase1.php, line: 963 -msgid "Must match the setting chosen on the remote side." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 766 -msgid "Negotiation mode" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 772 -msgid "Aggressive is more flexible, but less secure." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 784 -msgid "My identifier" -msgstr "" - -# -# File: src/etc/inc/ipsec.inc, line: 40 -msgid "My IP address" -msgstr "" - -# -# File: src/etc/inc/ipsec.inc, line: 44 -# File: src/etc/inc/ipsec.inc, line: 53 -msgid "ASN.1 distinguished Name" -msgstr "" - -# -# File: src/etc/inc/ipsec.inc, line: 45 -# File: src/etc/inc/ipsec.inc, line: 54 -msgid "KeyID tag" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 801 -msgid "Peer identifier" -msgstr "" - -# -# File: src/etc/inc/ipsec.inc, line: 49 -msgid "Peer IP address" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 830 -msgid "" -"NOTE: This is known as the \"group\" setting on some VPN client " -"implementations." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 841 -msgid "Input your Pre-Shared Key string." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 838 -msgid "My Certificate" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 861 -msgid "Select a certificate previously configured in the Certificate Manager." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 864 -msgid "My Certificate Authority" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 884 -msgid "" -"Select a certificate authority previously configured in the Certificate " -"Manager." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 893 -msgid "Phase 1 proposal (Algorithms)" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 900 -# File: src/www/vpn_openvpn_client.php, line: 919 -# File: src/www/vpn_openvpn_server.php, line: 1199 -msgid "Encryption algorithm" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 921 -msgid "Hash algorithm" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 941 -msgid "DH key group" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 977 -msgid "Disable Rekey" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 985 -msgid "Whether a connection should be renegotiated when it is about to expire." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 986 -msgid "Disable Reauth" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 994 -msgid "" -"Whether rekeying of an IKE_SA should also reauthenticate the peer. In IKEv1, " -"reauthentication is always done." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 998 -msgid "NAT Traversal" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 1012 -msgid "Force" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 1012 -msgid "" -"Set this option to enable the use of NAT-T (i.e. the encapsulation of ESP in " -"UDP packets) if needed, which can help with clients that are behind " -"restrictive firewalls." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 1022 -msgid "Dead Peer Detection" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 1027 -msgid "Enable DPD" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 1029 -msgid "Delay between requesting peer acknowledgement." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 1037 -msgid "retries" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 1035 -msgid "Number of consecutive failures allowed before disconnect." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 125 -msgid "A valid ikeid must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 130 -msgid "Local network type" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 130 -msgid "Unique Identifier" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 133 -msgid "Remote network type" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 142 -msgid "A valid local network bit count must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 146 -msgid "A valid local network IP address must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 148 -msgid "" -"A valid local network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 150 -msgid "" -"A valid local network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 160 -# File: src/www/vpn_ipsec_phase2.php, line: 189 -msgid "Invalid Local Network." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 160 -# File: src/www/vpn_ipsec_phase2.php, line: 189 -msgid "has no subnet." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 168 -msgid "A valid NAT local network bit count must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 171 -msgid "" -"You cannot configure a network type address for NAT while only an address " -"type is selected for local source." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 175 -msgid "A valid NAT local network IP address must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 177 -msgid "" -"A valid NAT local network IPv4 address must be specified or you need to " -"change Mode to IPv6" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 179 -msgid "" -"A valid NAT local network IPv6 address must be specified or you need to " -"change Mode to IPv4" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 299 -msgid "" -"BINAT requires that the netmask of the local network matches the one of the " -"NAT/BINAT network." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 197 -msgid "A valid remote network bit count must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 201 -msgid "A valid remote network IP address must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 203 -msgid "" -"A valid remote network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 205 -msgid "" -"A valid remote network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 227 -msgid "Phase2 with this Local Network is already defined for mobile clients." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 260 -msgid "" -"Phase2 with this Local/Remote networks combination is already defined for " -"this Phase1." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 272 -msgid "At least one encryption algorithm must be selected." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 277 -msgid "At least one hashing algorithm needs to be selected." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 286 -msgid "The P2 lifetime must be an integer." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 545 -msgid "Disable this phase2 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 547 -msgid "" -"Set this option to disable this phase2 entry without removing it from the " -"list" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 572 -msgid "Local Network" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 595 -# File: src/www/vpn_ipsec_phase2.php, line: 644 -#, php-format -msgid "%s subnet" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 725 -msgid "NAT/BINAT" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 746 -msgid "NAT Type" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 756 -msgid "BINAT" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 760 -msgid "" -"Enforce the type of NAT by choosing either NAT or BINAT. Leave it to Auto to " -"let OPNsense automatically choose the best NAT option." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 622 -msgid "" -"In case you need NAT/BINAT on this network specify the address to be " -"translated" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 681 -msgid "Remote Network" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 740 -msgid "Phase 2 proposal (SA/Key Exchange)" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 759 -msgid "ESP is encryption, AH is authentication only" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 764 -msgid "Encryption algorithms" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 815 -msgid "" -"Hint: use 3DES for best compatibility or if you have a hardware crypto " -"accelerator card. Blowfish is usually the fastest in software encryption" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 821 -msgid "Hash algorithms" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 835 -msgid "PFS key group" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 860 -msgid "Set globally in mobile client options" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 879 -msgid "Automatically ping host" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 163 -msgid "IPSec Advanced Settings" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 162 -msgid "LAN security associations" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 175 -msgid "Do not install LAN SPD" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 177 -msgid "" -"By default, if IPSec is enabled negating SPD are inserted to provide " -"protection. This behaviour can be changed by enabling this setting which " -"will prevent installing these SPDs." -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 182 -msgid "Security Associations" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 187 -msgid "Prefer older IPsec SAs" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 189 -msgid "" -"By default, if several SAs match, the newest one is preferred if it's at " -"least 30 seconds old. Select this option to always prefer old SAs over new " -"ones." -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 195 -msgid "IPsec Debug" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 197 -msgid "Start IPSec in debug mode based on sections selected" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 221 -msgid "" -"Launches IPSec in debug mode so that more verbose logs will be generated to " -"aid in troubleshooting." -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 226 -msgid "IPsec Reload on Failover" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 231 -msgid "Force IPsec Reload on Failover" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 233 -msgid "" -"In some circumstances using a gateway group as the interface for an IPsec " -"tunnel does not function properly, and IPsec must be forcefully reloaded " -"when a failover occurs. Because this will disrupt all IPsec tunnels, this " -"behavior is disabled by default. Check this box to force IPsec to fully " -"reload on failover." -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 240 -msgid "Maximum MSS" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 245 -msgid "Enable MSS clamping on VPN traffic" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 256 -msgid "" -"Enable MSS clamping on TCP flows over VPN. This helps overcome problems with " -"PMTUD on IPsec VPN links. If left blank, the default value is 1400 bytes. " -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 64 -# File: src/www/vpn_pppoe_edit.php, line: 108 -# File: src/www/vpn_pptp.php, line: 73 -msgid "Remote start address" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 64 -# File: src/www/vpn_pppoe_edit.php, line: 108 -# File: src/www/vpn_pppoe_edit.php, line: 473 -# File: src/www/vpn_pptp.php, line: 73 -# File: src/www/vpn_pptp.php, line: 383 -msgid "Server address" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 70 -# File: src/www/vpn_pppoe_edit.php, line: 114 -# File: src/www/vpn_pptp.php, line: 79 -msgid "RADIUS server address" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 70 -# File: src/www/vpn_pppoe_edit.php, line: 114 -# File: src/www/vpn_pptp.php, line: 79 -# File: src/www/vpn_pptp.php, line: 474 -msgid "RADIUS shared secret" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 77 -# File: src/www/vpn_pppoe_edit.php, line: 121 -# File: src/www/vpn_pptp.php, line: 86 -msgid "A valid server address must be specified." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 80 -# File: src/www/vpn_pptp.php, line: 89 -msgid "" -"'Server address' parameter should NOT be set to any IP address currently in " -"use on this firewall." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 83 -# File: src/www/vpn_pppoe_edit.php, line: 124 -# File: src/www/vpn_pptp.php, line: 92 -msgid "A valid remote start address must be specified." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 86 -# File: src/www/vpn_pppoe_edit.php, line: 127 -# File: src/www/vpn_pptp.php, line: 95 -msgid "A valid RADIUS server address must be specified." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 102 -# File: src/www/vpn_pppoe_edit.php, line: 135 -# File: src/www/vpn_pptp.php, line: 104 -msgid "The specified server address lies in the remote subnet." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 105 -# File: src/www/vpn_pptp.php, line: 108 -msgid "The specified server address is equal to the LAN interface address." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 324 -msgid "Enable L2TP server" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 348 -msgid "Server Address" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 328 -msgid "" -"Enter the IP address the L2TP server should give to clients for use as their " -"\"gateway\"." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 355 -# File: src/www/vpn_pppoe_edit.php, line: 480 -# File: src/www/vpn_pptp.php, line: 390 -msgid "Typically this is set to an unused IP just outside of the client range" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 333 -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 361 -msgid "Remote Address Range" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 365 -msgid "Specify the starting address for the client IP address subnet." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 384 -# File: src/www/vpn_pppoe_edit.php, line: 451 -msgid "is" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 388 -msgid "Number of L2TP users" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 377 -msgid "10 is ten L2TP clients" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 407 -msgid "Secret" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 411 -msgid "" -"Specify optional secret shared between peers. Required on some devices/" -"setups." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 415 -msgid "Authentication Type" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 421 -msgid "CHAP" -msgstr "" - -# -# File: src/www/services_captiveportal.php, line: 668 -# File: src/www/vpn_l2tp.php, line: 425 -msgid "PAP" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 428 -msgid "Specifies which protocol to use for authentication." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 432 -msgid "L2TP DNS Servers" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 439 -msgid "primary and secondary DNS servers assigned to L2TP clients" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 443 -# File: src/www/vpn_pptp.php, line: 417 -msgid "WINS Server" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 449 -# File: src/www/vpn_pppoe_edit.php, line: 514 -# File: src/www/vpn_pptp.php, line: 423 -msgid "RADIUS" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 454 -# File: src/www/vpn_pppoe_edit.php, line: 519 -# File: src/www/vpn_pptp.php, line: 428 -msgid "Use a RADIUS server for authentication" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 455 -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 460 -# File: src/www/vpn_pppoe_edit.php, line: 527 -# File: src/www/vpn_pptp.php, line: 436 -msgid "Enable RADIUS accounting" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 461 -msgid "Sends accounting packets to the RADIUS server." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 464 -# File: src/www/vpn_pptp.php, line: 465 -msgid "RADIUS Server" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 468 -msgid "Enter the IP address of the RADIUS server." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 471 -msgid "RADIUS Shared Secret" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 475 -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 478 -msgid "RADIUS Issued IP's" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 484 -msgid "Issue IP Addresses via RADIUS server." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 497 -msgid "" -"Don't forget to add a firewall rule to permit traffic from L2TP clients!" -msgstr "" - -# -# File: src/www/vpn_l2tp_users.php, line: 87 -# File: src/www/vpn_pptp_users.php, line: 84 -msgid "Warning: RADIUS is enabled. The local user database will not be used." -msgstr "" - -# -# File: src/www/vpn_l2tp_users.php, line: 91 -msgid "The l2tp user list has been modified" -msgstr "" - -# -# File: src/www/vpn_l2tp_users.php, line: 91 -msgid "Warning: this will terminate all current l2tp sessions!" -msgstr "" - -# -# File: src/www/vpn_l2tp_users.php, line: 91 -# File: src/www/vpn_pptp_users.php, line: 88 -msgid "You must apply the changes in order for them to take effect" -msgstr "" - -# -# File: src/www/vpn_l2tp_users_edit.php, line: 90 -# File: src/www/vpn_pptp_users_edit.php, line: 90 -msgid "The password contains invalid characters." -msgstr "" - -# -# File: src/www/vpn_l2tp_users_edit.php, line: 97 -# File: src/www/vpn_pptp_users_edit.php, line: 97 -msgid "The IP address entered is not valid." -msgstr "" - -# -# File: src/www/vpn_l2tp_users_edit.php, line: 189 -# File: src/www/vpn_pptp_users_edit.php, line: 182 -msgid "confirmation" -msgstr "" - -# -# File: src/www/vpn_l2tp_users_edit.php, line: 191 -msgid "If you want to change the users password, enter it here twice." -msgstr "" - -# -# File: src/www/vpn_l2tp_users_edit.php, line: 199 -# File: src/www/vpn_pptp_users_edit.php, line: 192 -msgid "" -"If you want the user to be assigned a specific IP address, enter it here." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 182 -# File: src/www/vpn_openvpn_server.php, line: 242 -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv6 " -"protocol and an IPv4 IP address." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 184 -# File: src/www/vpn_openvpn_server.php, line: 244 -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv4 " -"protocol and an IPv6 IP address." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 186 -# File: src/www/vpn_openvpn_server.php, line: 246 -msgid "" -"An IPv4 protocol was selected, but the selected interface has no IPv4 " -"address." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 188 -# File: src/www/vpn_openvpn_server.php, line: 248 -msgid "" -"An IPv6 protocol was selected, but the selected interface has no IPv6 " -"address." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 178 -msgid "" -"The field Local port must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 205 -# File: src/www/vpn_openvpn_server.php, line: 292 -msgid "The specified 'Local port' is in use. Please select another value" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 186 -# File: src/www/vpn_openvpn_client.php.orig, line: 186 -msgid "" -"The field Server host or address must contain a valid IP address or domain " -"name." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 190 -msgid "" -"The field Server port must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 195 -# File: src/www/vpn_openvpn_client.php.orig, line: 195 -msgid "" -"The field Proxy host or address must contain a valid IP address or domain " -"name." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 198 -msgid "" -"The field Proxy port must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 228 -msgid "User name and password are required for proxy with authentication." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 254 -msgid "The bandwidth limit must be a positive numeric value." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 264 -# File: src/www/vpn_openvpn_server.php, line: 302 -msgid "The field 'Shared Key' does not appear to be valid" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 271 -# File: src/www/vpn_openvpn_server.php, line: 309 -msgid "The field 'TLS Authentication Key' does not appear to be valid" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 282 -# File: src/www/vpn_openvpn_server.php, line: 376 -msgid "Shared key" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 288 -msgid "" -"If no Client Certificate is selected, a username and password must be " -"entered." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 369 -msgid "add client" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 525 -msgid "" -"Set this option to disable this client without removing it from the list" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 529 -# File: src/www/vpn_openvpn_server.php, line: 857 -msgid "Server Mode" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 88 -# File: src/etc/inc/openvpn.inc, line: 96 -msgid "Peer to Peer ( SSL/TLS )" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 89 -# File: src/etc/inc/openvpn.inc, line: 97 -msgid "Peer to Peer ( Shared Key )" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 567 -msgid "Device mode" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 629 -# File: src/www/vpn_openvpn_server.php, line: 984 -msgid "Local port" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 632 -msgid "" -"Set this option if you would like to bind to a specific port. Leave this " -"blank or enter 0 for a random dynamic port." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 636 -msgid "Server host or address" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 642 -msgid "Server port" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 648 -msgid "Proxy host or address" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 654 -msgid "Proxy port" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 660 -msgid "Proxy authentication extra options" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 678 -msgid "basic" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 682 -msgid "ntlm" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 713 -msgid "Server host name resolution" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 723 -msgid "Infinitely resolve server" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 728 -msgid "" -"Continuously attempt to resolve the server host name. Useful when " -"communicating with a server that is not permanently connected to the Internet" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 744 -msgid "User Authentication Settings" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 747 -msgid "User name/pass" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 749 -msgid "Leave empty when no user name and password are needed." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 776 -# File: src/www/vpn_openvpn_server.php, line: 1001 -msgid "Cryptographic Settings" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 779 -# File: src/www/vpn_openvpn_server.php, line: 1004 -msgid "TLS Authentication" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 789 -# File: src/www/vpn_openvpn_server.php, line: 1014 -msgid "Enable authentication of TLS packets" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 804 -# File: src/www/vpn_openvpn_server.php, line: 1029 -msgid "Automatically generate a shared TLS authentication key" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 815 -# File: src/www/vpn_openvpn_client.php, line: 912 -# File: src/www/vpn_openvpn_server.php, line: 1041 -# File: src/www/vpn_openvpn_server.php, line: 1192 -msgid "Paste your shared key here" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 752 -# File: src/www/vpn_openvpn_client.php.orig, line: 752 -msgid "(Username and Password required)" -msgstr "" - -# -# File: src/www/services_captiveportal.php, line: 952 -msgid "No Certificates defined." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -msgid "if one is required for this connection." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 889 -# File: src/www/vpn_openvpn_server.php, line: 1168 -msgid "Shared Key" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 901 -# File: src/www/vpn_openvpn_server.php, line: 1180 -msgid "Automatically generate a shared key" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 939 -# File: src/www/vpn_openvpn_server.php, line: 1219 -msgid "Auth Digest Algorithm" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 956 -msgid "" -"NOTE: Leave this set to SHA1 unless the server is set to match. SHA1 is the " -"default for OpenVPN." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 960 -# File: src/www/vpn_openvpn_server.php, line: 1240 -msgid "Hardware Crypto" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 986 -# File: src/www/vpn_openvpn_server.php, line: 1311 -msgid "IPv4 Tunnel Network" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 989 -# File: src/www/vpn_openvpn_csc.php, line: 439 -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 assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 999 -# File: src/www/vpn_openvpn_server.php, line: 1325 -msgid "IPv6 Tunnel Network" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1002 -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 is assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1012 -# File: src/www/vpn_openvpn_csc.php, line: 469 -# File: src/www/vpn_openvpn_server.php, line: 1457 -msgid "IPv4 Remote Network/s" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1015 -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1025 -# File: src/www/vpn_openvpn_csc.php, line: 483 -# File: src/www/vpn_openvpn_server.php, line: 1471 -msgid "IPv6 Remote Network/s" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1028 -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1038 -msgid "Limit outgoing bandwidth" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1041 -msgid "" -"Maximum outgoing bandwidth for this tunnel. Leave empty for no limit. The " -"input value has to be something between 100 bytes/sec and 100 Mbytes/sec " -"(entered as bytes per second)" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1062 -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1066 -# File: src/www/vpn_openvpn_server.php, line: 1512 -msgid "Type-of-Service" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1076 -# File: src/www/vpn_openvpn_server.php, line: 1522 -msgid "" -"Set the TOS IP header value of tunnel packets to match the encapsulated " -"packet value" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1085 -# File: src/www/vpn_openvpn_server.php, line: 1567 -msgid "Disable IPv6" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1095 -# File: src/www/vpn_openvpn_server.php, line: 1577 -msgid "Don't forward IPv6 traffic" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1104 -msgid "Don't pull routes" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 967 -#, php-format -msgid "" -"Don't add or remove routes automatically. Instead pass routes to %s--route-up" -"%s script using environmental variables" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1124 -msgid "Don't add/remove routes" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1134 -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 properties of the client's TUN/TAP interface" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1148 -# File: src/www/vpn_openvpn_server.php, line: 1919 -msgid "Advanced configuration" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1157 -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"configuration here, separated by a semicolon" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1158 -msgid "EXAMPLE:" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1166 -# File: src/www/vpn_openvpn_server.php, line: 1937 -msgid "Verbosity level" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1011 -# File: src/www/vpn_openvpn_server.php, line: 1680 -msgid "" -"Each level shows all info from the previous levels. Level 3 is recommended " -"if you want a good summary of what's happening without being swamped by " -"output." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1012 -# File: src/www/vpn_openvpn_server.php, line: 1681 -#, php-format -msgid "%snone%s -- No output except fatal errors." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1013 -# File: src/www/vpn_openvpn_server.php, line: 1682 -#, php-format -msgid "%sdefault%s-%s4%s -- Normal usage range." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1014 -# File: src/www/vpn_openvpn_server.php, line: 1683 -#, php-format -msgid "" -"%s5%s -- Output R and W characters to the console for each packet read and " -"write, uppercase is used for TCP/UDP packets and lowercase is used for TUN/" -"TAP packets." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1015 -# File: src/www/vpn_openvpn_server.php, line: 1684 -#, php-format -msgid "%s6%s-%s11%s -- Debug info range." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1253 -msgid "delete client" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 171 -# File: src/www/vpn_openvpn_server.php, line: 336 -msgid "The field 'NTP Server #3' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 174 -# File: src/www/vpn_openvpn_server.php, line: 339 -msgid "The field 'NTP Server #4' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 818 -msgid "Do you really want to delete this csc?" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 327 -msgid "add csc" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 391 -msgid "" -"Set this option to disable this client-specific override without removing it " -"from the list" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 395 -msgid "Common name" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 398 -msgid "Enter the client's X.509 common name here" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 409 -msgid "Connection blocking" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 419 -msgid "Block this client connection based on its common name" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 424 -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 "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 436 -# File: src/www/vpn_openvpn_server.php, line: 1988 -msgid "Tunnel Network" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 449 -# File: src/www/vpn_openvpn_server.php, line: 1431 -msgid "IPv4 Local Network/s" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 452 -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 "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 454 -# File: src/www/vpn_openvpn_csc.php, line: 464 -msgid "" -"NOTE: You do not need to specify networks here if they have already been " -"defined on the main server configuration." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 459 -# File: src/www/vpn_openvpn_server.php, line: 1444 -msgid "IPv6 Local Network/s" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 462 -msgid "" -"These are the IPv6 networks that will be accessible from this particular " -"client. Expressed as a comma-separated list of one or more IP/PREFIX " -"networks." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 472 -msgid "" -"These are the IPv4 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more CIDR ranges. You may leave this blank if " -"there are no client-side networks to be routed" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 478 -msgid "" -"NOTE: Remember to add these subnets to the IPv4 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 439 -msgid "" -"These are the IPv6 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more IP/PREFIX networks. You may leave this " -"blank if there are no client-side networks to be routed." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 492 -msgid "" -"NOTE: Remember to add these subnets to the IPv6 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 497 -# File: src/www/vpn_openvpn_server.php, line: 1413 -msgid "Redirect Gateway" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 507 -# File: src/www/vpn_openvpn_server.php, line: 1423 -msgid "Force all client generated traffic through the tunnel" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 521 -msgid "Server Definitions" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 470 -msgid "Prevent this client from receiving any server-defined client settings." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 491 -# File: src/www/vpn_openvpn_csc.php, line: 510 -# File: src/www/vpn_openvpn_csc.php, line: 569 -# File: src/www/vpn_openvpn_server.php, line: 1511 -# File: src/www/vpn_openvpn_server.php, line: 1551 -# File: src/www/vpn_openvpn_server.php, line: 1625 -msgid "Server #1:" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 493 -# File: src/www/vpn_openvpn_csc.php, line: 512 -# File: src/www/vpn_openvpn_csc.php, line: 571 -# File: src/www/vpn_openvpn_server.php, line: 1515 -# File: src/www/vpn_openvpn_server.php, line: 1555 -# File: src/www/vpn_openvpn_server.php, line: 1629 -msgid "Server #2:" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 495 -# File: src/www/vpn_openvpn_server.php, line: 1519 -msgid "Server #3:" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 497 -# File: src/www/vpn_openvpn_server.php, line: 1523 -msgid "Server #4:" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 616 -# File: src/www/vpn_openvpn_server.php, line: 1752 -msgid "NTP Servers" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 626 -# File: src/www/vpn_openvpn_server.php, line: 1762 -msgid "Provide a NTP server list to clients" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 652 -# File: src/www/vpn_openvpn_server.php, line: 1788 -msgid "NetBIOS Options" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 662 -# File: src/www/vpn_openvpn_server.php, line: 1798 -msgid "Enable NetBIOS over TCP/IP" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 667 -# File: src/www/vpn_openvpn_server.php, line: 1803 -msgid "" -"If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) " -"will be disabled" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 674 -# File: src/www/vpn_openvpn_server.php, line: 1810 -msgid "Node Type" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 547 -# File: src/www/vpn_openvpn_server.php, line: 1595 -msgid "" -"Possible options: b-node (broadcasts), p-node (point-to-point name queries " -"to a WINS server), m-node (broadcast then query name server), and h-node " -"(query name server, then broadcast)." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 555 -msgid "" -"A NetBIOS Scope\tID provides an extended naming service for\tNetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 757 -msgid "" -"Enter any additional options you would like to add for this client specific " -"override, separated by a semicolon" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 758 -# File: src/www/vpn_openvpn_server.php, line: 1929 -msgid "EXAMPLE: push \"route 10.0.0.0 255.255.255.0\"" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 820 -msgid "delete csc" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 832 -msgid "Additional OpenVPN client specific overrides can be added here." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 139 -# File: src/www/vpn_openvpn_export_shared.php, line: 79 -msgid "You need to specify an IP or hostname." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 149 -msgid "" -"You cannot use Microsoft Certificate Storage with an Inline configuration." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 152 -msgid "" -"You cannot use Microsoft Certificate Storage with a Yealink or SNOM " -"configuration." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 163 -# File: src/www/vpn_openvpn_export_shared.php, line: 88 -msgid "You need to specify an address for the proxy port." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 168 -# File: src/www/vpn_openvpn_export_shared.php, line: 93 -msgid "You need to specify a port for the proxy ip." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 179 -# File: src/www/vpn_openvpn_export_shared.php, line: 101 -msgid "You need to specify a username with the proxy config." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 184 -# File: src/www/vpn_openvpn_export_shared.php, line: 106 -msgid "You need to specify a password with the proxy user." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 246 -# File: src/www/vpn_openvpn_export_shared.php, line: 119 -msgid "Failed to export config files!" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 338 -# File: src/www/vpn_openvpn_export_shared.php, line: 177 -msgid "Please specify an IP address or hostname." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 367 -msgid "The password or confirm field is empty" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 371 -msgid "The password and confirm fields must match" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 385 -# File: src/www/vpn_openvpn_export_shared.php, line: 193 -msgid "The proxy ip and port cannot be empty" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 400 -# File: src/www/vpn_openvpn_export_shared.php, line: 208 -msgid "Please fill the proxy username and password." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 404 -# File: src/www/vpn_openvpn_export_shared.php, line: 212 -msgid "The proxy password or confirm field is empty" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 408 -# File: src/www/vpn_openvpn_export_shared.php, line: 216 -msgid "The proxy password and confirm fields must match" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 638 -# File: src/www/vpn_openvpn_export.php.orig, line: 638 -msgid "Remote Access Server" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 650 -# File: src/www/vpn_openvpn_export.php.orig, line: 650 -# File: src/www/vpn_openvpn_export_shared.php, line: 329 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 329 -msgid "Host Name Resolution" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 653 -# File: src/www/vpn_openvpn_export.php.orig, line: 653 -# File: src/www/vpn_openvpn_export_shared.php, line: 332 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 332 -msgid "Interface IP Address" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 654 -# File: src/www/vpn_openvpn_export.php.orig, line: 654 -msgid "Automagic Multi-WAN IPs (port forward targets)" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 656 -msgid "Automagic Multi-WAN dynamic DNS Hostnames (port forward targets)" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 656 -# File: src/www/vpn_openvpn_export.php.orig, line: 656 -# File: src/www/vpn_openvpn_export_shared.php, line: 333 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 333 -msgid "Installation hostname" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 679 -# File: src/www/vpn_openvpn_export.php.orig, line: 679 -# File: src/www/vpn_openvpn_export_shared.php, line: 346 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 346 -msgid "" -"Enter the hostname or IP address the client will use to connect to this " -"server." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 686 -# File: src/www/vpn_openvpn_export.php.orig, line: 686 -msgid "Verify Server CN" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 689 -# File: src/www/vpn_openvpn_export.php.orig, line: 689 -msgid "Automatic - Use verify-x509-name (OpenVPN 2.3+) where possible" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 690 -# File: src/www/vpn_openvpn_export.php.orig, line: 690 -msgid "Use tls-remote (Deprecated, use only on old clients <= OpenVPN 2.2.x" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 691 -# File: src/www/vpn_openvpn_export.php.orig, line: 691 -msgid "Use tls-remote and quote the server CN" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 692 -# File: src/www/vpn_openvpn_export.php.orig, line: 692 -msgid "Do not verify the server CN" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 695 -# File: src/www/vpn_openvpn_export.php.orig, line: 695 -msgid "" -"Optionally verify the server certificate Common Name (CN) when the client " -"connects. Current clients, including the most recent versions of Windows, " -"Viscosity, Tunnelblick, OpenVPN on iOS and Android and so on should all work " -"at the default automatic setting." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 696 -# File: src/www/vpn_openvpn_export.php.orig, line: 696 -msgid "" -"Only use tls-remote if you must use an older client that you cannot control. " -"The option has been deprecated by OpenVPN and will be removed in the next " -"major version." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 697 -# File: src/www/vpn_openvpn_export.php.orig, line: 697 -msgid "" -"With tls-remote the server CN may optionally be enclosed in quotes. This can " -"help if the server CN contains spaces and certain clients cannot parse the " -"server CN. Some clients have problems parsing the CN with quotes. Use only " -"as needed." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 702 -# File: src/www/vpn_openvpn_export.php.orig, line: 702 -msgid "Use Random Local Port" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 706 -# File: src/www/vpn_openvpn_export.php.orig, line: 706 -msgid "" -"Use a random local source port (lport) for traffic from the client. Without " -"this set, two clients may not run concurrently." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 708 -# File: src/www/vpn_openvpn_export.php.orig, line: 708 -msgid "" -"NOTE: Not supported on older clients. Automatically disabled for Yealink and " -"Snom configurations." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 712 -# File: src/www/vpn_openvpn_export.php.orig, line: 712 -msgid "Certificate Export Options" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 716 -# File: src/www/vpn_openvpn_export.php.orig, line: 716 -msgid "Use Microsoft Certificate Storage instead of local files." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 720 -# File: src/www/vpn_openvpn_export.php.orig, line: 720 -msgid "" -"Use a password to protect the pkcs12 file contents or key in Viscosity " -"bundle." -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 223 -# File: src/www/diag_gmirror.php, line: 61 -# File: src/www/diag_gmirror.php, line: 205 -msgid "Confirm" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 731 -# File: src/www/vpn_openvpn_export.php.orig, line: 731 -# File: src/www/vpn_openvpn_export_shared.php, line: 352 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 352 -msgid "Use Proxy" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 735 -# File: src/www/vpn_openvpn_export.php.orig, line: 735 -# File: src/www/vpn_openvpn_export_shared.php, line: 383 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 383 -msgid "Use proxy to communicate with the server." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 733 -# File: src/www/vpn_openvpn_export_shared.php, line: 356 -msgid "SOCKS" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 748 -# File: src/www/vpn_openvpn_export.php.orig, line: 748 -# File: src/www/vpn_openvpn_export_shared.php, line: 367 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 367 -msgid "Choose proxy authentication if any." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 767 -# File: src/www/vpn_openvpn_export.php.orig, line: 767 -msgid "Management Interface OpenVPNManager" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 771 -# File: src/www/vpn_openvpn_export.php.orig, line: 771 -msgid "" -"This will change the generated .ovpn configuration to allow for usage of the " -"management interface.And include the OpenVPNManager program in the \"Windows " -"Installers\". With this OpenVPN can be used also by non-administrator users." -"This is also useful for Windows Vista/7/8 systems where elevated permissions " -"are needed to add routes to the system." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 775 -# File: src/www/vpn_openvpn_export.php.orig, line: 775 -msgid "" -"NOTE: This is not currently compatible with the 64-bit OpenVPN installer. It " -"will work with the 32-bit installer on a 64-bit system." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 783 -# File: src/www/vpn_openvpn_export.php.orig, line: 783 -msgid "Additional configuration options" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 926 -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"export configuration here, separated by a line break or semicolon" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 927 -msgid "EXAMPLE: remote-random" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 793 -# File: src/www/vpn_openvpn_export.php.orig, line: 793 -msgid "Client Install Packages" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 938 -# File: src/www/vpn_openvpn_export_shared.php, line: 475 -msgid "Export" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 943 -msgid "NOTES:" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 944 -msgid "" -"The "XP" Windows installers work on Windows XP and later versions. " -"The "win6" Windows installers include a new tap-windows6 driver " -"that works only on Windows Vista and later." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 951 -msgid "Links to OpenVPN clients for various platforms:" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 956 -msgid "" -"Binaries for Windows, Source for other platforms. Packaged above in the " -"Windows Installers" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 956 -msgid "OpenVPN Community Client" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 957 -msgid "OpenVPN For Android" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 957 -msgid "Recommended client for Android" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 958 -msgid "FEAT VPN For Android" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 958 -msgid "For older versions of Android" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 959 -msgid "Android (Google Play)" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 959 -msgid "OpenVPN Connect" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 959 -msgid "Recommended client for iOS" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 959 -msgid "iOS (App Store)" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 960 -msgid "Recommended client for Mac OSX" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 960 -msgid "Viscosity" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 961 -msgid "Free client for OSX" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 961 -msgid "Tunnelblick" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 948 -msgid "" -"If you expect to see a certain client in the list but it is not there, it is " -"usually due to a CA mismatch between the OpenVPN server instance and the " -"client certificates found in the User Manager." -msgstr "" - -# -# File: src/www/vpn_openvpn_export_shared.php, line: 317 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 317 -msgid "Shared Key Server" -msgstr "" - -# -# File: src/www/vpn_openvpn_export_shared.php, line: 340 -msgid "Dynamic DNS:" -msgstr "" - -# -# File: src/www/vpn_openvpn_export_shared.php, line: 388 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 388 -msgid "Client Configuration Packages" -msgstr "" - -# -# File: src/www/vpn_openvpn_export_shared.php, line: 474 -msgid "Client Type" -msgstr "" - -# -# File: src/www/vpn_openvpn_export_shared.php, line: 481 -msgid "" -"These are shared key configurations for use in site-to-site tunnels with " -"other routers. Shared key tunnels are not normally used for remote access " -"connections to end users." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 258 -msgid "" -"You must select a Backend for Authentication if the server mode requires " -"User Auth." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 381 -msgid "Tunnel network" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 384 -msgid "" -"Using a tunnel network and server bridge settings together is not allowed." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 388 -msgid "Server Bridge DHCP Start and End must both be empty, or defined." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 391 -msgid "Server Bridge DHCP Start must be an IPv4 address." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 394 -msgid "Server Bridge DHCP End must be an IPv4 address." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 397 -msgid "The Server Bridge DHCP range is invalid (start higher than end)." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 539 -msgid "add server" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 2023 -msgid "Do you really want to delete this server?" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 853 -msgid "" -"Set this option to disable this server without removing it from the list" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 90 -msgid "Remote Access ( SSL/TLS )" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 91 -msgid "Remote Access ( User Auth )" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 92 -msgid "Remote Access ( SSL/TLS + User Auth )" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 876 -msgid "Backend for authentication" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 916 -msgid "Device Mode" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1075 -msgid "Peer Certificate Revocation List" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -msgid "No Certificate Revocation Lists (CRLs) defined." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1148 -msgid "DH Parameters Length" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1236 -msgid "" -"NOTE: Leave this set to SHA1 unless all clients are set to match. SHA1 is " -"the default for OpenVPN." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1260 -msgid "Certificate Depth" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1160 -msgid "Do Not Check" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1163 -msgid "One (Client+Server)" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1164 -msgid "Two (Client+Intermediate+Server)" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1165 -msgid "Three (Client+2xIntermediate+Server)" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1166 -msgid "Four (Client+3xIntermediate+Server)" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1167 -msgid "Five (Client+4xIntermediate+Server)" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1280 -msgid "" -"When a certificate-based client logs in, do not accept certificates below " -"this depth. Useful for denying certificates made with intermediate CAs " -"generated from the same CA as the server." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1287 -msgid "Strict User/CN Matching" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1297 -msgid "" -"When authenticating users, enforce a match between the common name of the " -"client certificate and the username given at login." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1227 -msgid "" -"This is the IPv4 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. 10.0.8.0/24). The " -"first network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1329 -msgid "" -"This is the IPv6 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. fe80::/64). The first " -"network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1339 -msgid "Bridge DHCP" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1349 -msgid "Allow clients on the bridge to obtain DHCP." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1357 -msgid "Bridge Interface" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1384 -msgid "" -"The interface to which this tap instance will be bridged. This is not done " -"automatically. You must assign this interface and create the bridge " -"separately. This setting controls which existing IP address and subnet mask " -"are used by OpenVPN for the bridge. Setting this to 'none' will cause the " -"Server Bridge DHCP settings below to be ignored." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1393 -msgid "Server Bridge DHCP Start" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1397 -msgid "" -"When using tap mode as a multi-point server, you may optionally supply a " -"DHCP range to use on the interface to which this tap instance is bridged. If " -"these settings are left blank, DHCP will be passed through to the LAN, and " -"the interface setting above will be ignored." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1406 -msgid "Server Bridge DHCP End" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1435 -msgid "" -"These are the IPv4 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more CIDR ranges. " -"You may leave this blank if you don't want to add a route to the local " -"network through this tunnel on the remote machine. This is generally set to " -"your LAN network" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1448 -msgid "" -"These are the IPv6 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more IP/PREFIX. You " -"may leave this blank if you don't want to add a route to the local network " -"through this tunnel on the remote machine. This is generally set to your LAN " -"network" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1461 -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1475 -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1485 -msgid "Concurrent connections" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1489 -msgid "" -"Specify the maximum number of clients allowed to concurrently connect to " -"this server" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1508 -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1530 -msgid "Inter-client communication" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1540 -msgid "Allow communication between clients connected to this server" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1548 -msgid "Duplicate Connections" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1558 -msgid "" -"Allow multiple concurrent connections from clients using the same Common " -"Name.
NOTE: This is not generally recommended, but may be needed for " -"some scenarios." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1594 -msgid "Dynamic IP" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1604 -msgid "" -"Allow connected clients to retain their connections if their IP address " -"changes" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1612 -msgid "Address Pool" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1622 -msgid "Provide a virtual adapter IP address to clients (see Tunnel Network)" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1630 -msgid "Topology" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1640 -msgid "" -"Allocate only one IP per client (topology subnet), rather than an isolated " -"subnet per client (topology net30)." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1647 -msgid "" -"Relevant when supplying a virtual adapter IP address to clients when using " -"tun mode on IPv4." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1648 -msgid "" -"Some clients may require this even for IPv6, such as OpenVPN Connect (iOS/" -"Android). Others may break if it is present, such as older versions of " -"OpenVPN or clients such as Yealink phones." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1733 -msgid "Force DNS cache update" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1743 -msgid "" -"Run ''net stop dnscache'', ''net start dnscache'', ''ipconfig /flushdns'' " -"and ''ipconfig /registerdns'' on connection initiation. This is known to " -"kick Windows into recognizing pushed DNS servers." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1837 -msgid "Scope ID" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1605 -msgid "" -"A NetBIOS Scope ID provides an extended naming service for NetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1888 -msgid "Client Management Port" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1898 -msgid "" -"Use a different management port on clients. The default port is 166. Specify " -"a different port if the client machines need to select from multiple OpenVPN " -"links." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1928 -msgid "" -"Enter any additional options you would like to add to the OpenVPN server " -"configuration here, separated by a semicolon" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1987 -msgid "Protocol / Port" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 2020 -msgid "edit server" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 2024 -msgid "delete server" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1749 -# File: src/www/vpn_openvpn_server.php.orig, line: 1749 -msgid "Use a wizard to setup a new server" -msgstr "" - -# -# File: src/www/vpn_pppoe.php, line: 88 -msgid "add a new pppoe instance" -msgstr "" - -# -# File: src/www/vpn_pppoe.php, line: 104 -msgid "The PPPoE entry list has been changed" -msgstr "" - -# -# File: src/www/vpn_pppoe.php, line: 123 -msgid "Number of users" -msgstr "" - -# -# File: src/www/vpn_pppoe.php, line: 145 -msgid "edit pppoe instance" -msgstr "" - -# -# File: src/www/vpn_pppoe.php, line: 148 -msgid "" -"Do you really want to delete this entry? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" - -# -# File: src/www/vpn_pppoe.php, line: 149 -msgid "delete pppoe instance" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 138 -msgid "The specified server address is equal to an interface ip address." -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 144 -#, php-format -msgid "No password specified for username %s" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 147 -#, php-format -msgid "Incorrect ip address specified for username %s" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 154 -msgid "Wrong data submitted" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 394 -msgid "PPPoE server configuration" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 411 -msgid "Enable PPPoE server" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 436 -msgid "Subnet netmask" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 450 -msgid "Hint" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 455 -msgid "No. PPPoE users" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 469 -msgid "Hint: 10 is ten PPPoE clients" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 478 -msgid "" -"Enter the IP address the PPPoE server should give to clients for use as " -"their \"gateway\"" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 358 -# File: src/www/vpn_pppoe_edit.php, line: 483 -# File: src/www/vpn_pptp.php, line: 393 -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 486 -# File: src/www/vpn_pptp.php, line: 396 -msgid "Remote address range" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 491 -msgid "Specify the starting address for the client IP address subnet" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 510 -msgid "" -"If entered they will be given to all PPPoE clients, else LAN DNS and one WAN " -"DNS will go to all clients" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 520 -# File: src/www/vpn_pptp.php, line: 429 -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 529 -# File: src/www/vpn_pptp.php, line: 437 -msgid "Sends accounting packets to the RADIUS server" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 533 -msgid "Use Backup RADIUS Server" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 534 -msgid "" -"When set, if primary server fails all requests will be sent via backup server" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 537 -msgid "NAS IP Address" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 541 -msgid "RADIUS server NAS IP Address" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 545 -# File: src/www/vpn_pptp.php, line: 459 -msgid "RADIUS Accounting Update" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 549 -msgid "RADIUS accounting update period in seconds" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 553 -# File: src/www/vpn_pptp.php, line: 448 -msgid "RADIUS issued IPs" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 558 -msgid "Issue IP Addresses via RADIUS server" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 561 -msgid "RADIUS server Primary" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 566 -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the RADIUS server." -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 567 -# File: src/www/vpn_pppoe_edit.php, line: 583 -msgid "standard port 1812 and 1813 accounting" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 570 -msgid "RADIUS primary shared secret" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 573 -# File: src/www/vpn_pppoe_edit.php, line: 590 -# File: src/www/vpn_pptp.php, line: 478 -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 577 -msgid "RADIUS server Secondary" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 582 -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the backup RADIUS server." -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 586 -msgid "RADIUS secondary shared secret" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 594 -msgid "User (s)" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 665 -msgid "" -"don't forget to add a firewall rule to permit traffic from PPPoE clients" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 113 -msgid "PPTP redirection target address" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 118 -msgid "A valid target address must be specified." -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 312 -msgid "" -"PPTP is not considered a secure VPN technology, because it relies upon the " -"compromised MS-CHAPv2 protocol. If you choose to use PPTP, be aware that " -"your traffic can be decrypted by virtually any third party. It should be " -"considered an unencrypted tunneling protocol." -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 318 -msgid "Read more" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 344 -msgid "Redirect incoming PPTP connections to" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 347 -msgid "PPTP redirection" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 352 -msgid "" -"Enter the IP address of a host which will accept incoming PPTP connections" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 361 -msgid "Enable PPTP server" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 364 -msgid "No. PPTP users" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 379 -msgid "Hint: 10 is ten PPTP clients" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 388 -msgid "" -"Enter the IP address the PPTP server should give to clients for use as their " -"\"gateway\"" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 402 -msgid "Specify the starting address for the client IP subnet" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 406 -msgid "PPTP DNS Servers" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 413 -msgid "primary and secondary DNS servers assigned to PPTP clients" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 442 -msgid "Secondary RADIUS server for failover authentication" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 443 -msgid "" -"When set, all requests will go to the secondary server when primary fails" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 449 -msgid "Issue IP addresses via RADIUS server" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 453 -msgid "RADIUS NAS IP" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 471 -# File: src/www/vpn_pptp.php, line: 488 -msgid "" -"Enter the IP address, RADIUS port, and RADIUS accounting port of the RADIUS " -"server" -msgstr "" - -# -# File: src/www/services_captiveportal.php, line: 718 -# File: src/www/services_captiveportal.php, line: 759 -# File: src/www/vpn_pptp.php, line: 482 -msgid "Secondary RADIUS server" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 491 -msgid "Secondary RADIUS shared secret" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 495 -msgid "" -"Enter the shared secret that will be used to authenticate to the secondary " -"RADIUS server" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 507 -msgid "Require 128-bit encryption" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 508 -msgid "" -"When set, only 128-bit encryption will be accepted. Otherwise 40-bit and 56-" -"bit encryption will be accepted as well. Note that encryption will always be " -"forced on PPTP connections (i.e. unencrypted connections will not be " -"accepted)" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 518 -#, php-format -msgid "" -"Note: don't forget to %sadd a firewall rule%s to permit traffic from PPTP " -"clients!" -msgstr "" - -# -# File: src/www/vpn_pptp_users.php, line: 88 -msgid "The PPTP user list has been modified" -msgstr "" - -# -# File: src/www/vpn_pptp_users.php, line: 88 -msgid "Warning: this will terminate all current PPTP sessions" -msgstr "" - -# -# File: src/www/vpn_pptp_users_edit.php, line: 86 -msgid "The password cannot start with '!'." -msgstr "" - -# -# File: src/www/vpn_pptp_users_edit.php, line: 184 -msgid "If you want to change the users' password, enter it here twice." -msgstr "" - -# -# File: src/www/widgets/widgets/carp_status.widget.php, line: 64 -msgid "DISABLED" -msgstr "" - -# -# File: src/www/widgets/widgets/carp_status.widget.php, line: 84 -#, php-format -msgid "No CARP Interfaces Defined. Click %shere%s to configure CARP." -msgstr "" - -# -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 68 -msgid "N/A " -msgstr "" - -# -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 77 -msgid "Int." -msgstr "" - -# -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 132 -msgid "Checking ..." -msgstr "" - -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 64 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 65 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 70 -msgid "n/a" -msgstr "" - -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 82 -msgid "Packets In" -msgstr "" - -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 85 -msgid "Packets Out" -msgstr "" - -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 88 -msgid "Bytes In" -msgstr "" - -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 91 -msgid "Bytes Out" -msgstr "" - -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 94 -msgid "Errors In" -msgstr "" - -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 97 -msgid "Errors Out" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 584 -# File: src/www/vpn_ipsec_phase2.php, line: 523 -# File: src/www/vpn_ipsec_tabs.inc, line: 3 -msgid "Tunnels" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 270 -msgid "Mobile" -msgstr "" - -# -# File: src/www/widgets/widgets/ipsec.widget.php, line: 97 -msgid "Active Tunnels" -msgstr "" - -# -# File: src/www/widgets/widgets/ipsec.widget.php, line: 98 -msgid "Inactive Tunnels" -msgstr "" - -# -# File: src/www/widgets/widgets/ipsec.widget.php, line: 99 -msgid "Mobile Users" -msgstr "" - -# -# File: src/www/widgets/widgets/ipsec.widget.php, line: 245 -msgid "Note: There are no configured IPsec Tunnels" -msgstr "" - -# -# File: src/www/widgets/widgets/ipsec.widget.php, line: 248 -#, php-format -msgid "You can configure your IPsec %shere%s." -msgstr "" - -# -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 79 -msgid "Active" -msgstr "" - -# -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 87 -msgid "Unknown - relayd not running?" -msgstr "" - -# -# File: src/www/widgets/widgets/log.widget.php, line: 153 -msgid "Number of lines to display:" -msgstr "" - -# -# File: src/www/widgets/widgets/log.widget.php, line: 190 -msgid "Interfaces:" -msgstr "" - -# -# File: src/www/widgets/widgets/log.widget.php, line: 222 -msgid "IF" -msgstr "" - -# -# File: src/www/diag_logs_filter_summary.php, line: 78 -# File: src/www/widgets/widgets/log.widget.php, line: 244 -# File: src/www/widgets/widgets/log.widget.php, line: 248 -msgid "Reverse Resolve with DNS" -msgstr "" - -# -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 135 -msgid "No active peers available" -msgstr "" - -# -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 147 -msgid "Clock location" -msgstr "" - -# -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 165 -msgid "in view " -msgstr "" - -# -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 171 -msgid "in use " -msgstr "" - -# -# File: src/www/widgets/widgets/openvpn.widget.php, line: 192 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 245 -msgid "Name/Time" -msgstr "" - -# -# File: src/www/widgets/widgets/openvpn.widget.php, line: 193 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 246 -msgid "Remote/Virtual IP" -msgstr "" - -# -# File: src/www/widgets/widgets/openvpn.widget.php, line: 289 -msgid "" -"You need to bind each OpenVPN client to enable its management daemon: use " -"'Local port' setting in the OpenVPN client screen" -msgstr "" - -# -# File: src/www/widgets/widgets/rss.widget.php, line: 97 -msgid "Display number of items:" -msgstr "" - -# -# File: src/www/widgets/widgets/rss.widget.php, line: 112 -msgid "Widget height:" -msgstr "" - -# -# File: src/www/widgets/widgets/rss.widget.php, line: 127 -msgid "Show how many characters from story:" -msgstr "" - -# -# File: src/www/widgets/widgets/services_status.widget.php, line: 52 -msgid "Comma separated list of services to NOT display in the widget" -msgstr "" - -# -# File: src/www/widgets/widgets/smart_status.widget.php, line: 39 -msgid "Drive" -msgstr "" - -# -# File: src/www/widgets/widgets/smart_status.widget.php, line: 40 -msgid "Ident" -msgstr "" - -# -# File: src/www/widgets/widgets/smart_status.widget.php, line: 58 -msgid "OK" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 45 -# File: src/www/widgets/widgets/system_information.widget.php, line: 47 -msgid "Click to retry" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 45 -msgid "Connection Error" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 47 -msgid "Repository Problem" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 112 -msgid "Click to check for updates" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 49 -msgid "Your system is up to date." -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 51 -msgid " update(s) available." -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 51 -msgid "Click to upgrade" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid "Re-check now" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 51 -msgid "There are " -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 96 -msgid "Versions" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 116 -msgid "CPU Type" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 134 -msgid "Hardware crypto" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 140 -msgid "Uptime" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 144 -msgid "Current date/time" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 150 -msgid "DNS server(s)" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 163 -msgid "Last config change" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 169 -msgid "State table size" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 183 -msgid "Show states" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 187 -msgid "MBUF Usage" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 205 -msgid "Temperature" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 220 -msgid "Load average" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 226 -msgid "CPU usage" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 233 -msgid "Updating in 10 seconds" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 238 -msgid "Memory usage" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 252 -msgid "SWAP usage" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 266 -msgid "Disk usage" -msgstr "" - -# -# File: src/www/widgets/widgets/system_log.widget.php, line: 58 -msgid "Number of Log lines to display" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 181 -msgid "Thresholds in °C (1 to 100):" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 184 -msgid "Display settings:" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 189 -msgid "Zone Warning:" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 198 -msgid "Show raw output (no graph):" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 208 -msgid "Zone Critical:" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 217 -msgid "Show full sensor name:" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 227 -msgid "Core Warning:" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 236 -msgid "Pulsate Warning:" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 246 -msgid "Core Critical:" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 255 -msgid "Pulsate Critical:" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 270 -msgid "" -"You can configure a proper Thermal Sensor / Module under
\n" -"    System > " -"Advanced > Miscellaneous : Thermal Sensors section." -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 280 -msgid "Updating..." -msgstr "" - -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 114 -msgid "Default AutoScale:" -msgstr "" - -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 133 -msgid "Scale up" -msgstr "" - -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 138 -msgid "Scale follow" -msgstr "" - -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 139 -msgid "Refresh Interval:" -msgstr "" - -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "Seconds" -msgstr "" - -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "changing this setting will increase CPU utilization" -msgstr "" - -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 190 -#, php-format -msgid "Current %s Traffic" -msgstr "" - -# -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 44 -msgid "Computer / Device" -msgstr "" - -# -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 70 -msgid "Wake Up" -msgstr "" - -# -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 75 -msgid "No saved WoL addresses" -msgstr "" - -# -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 80 -msgid "DHCP Leases Status" -msgstr "" - -# -# File: src/www/wizard.php, line: 126 -#, php-format -msgid "ERROR: Could not parse %s wizard file." -msgstr "" diff --git a/lang/fr_FR.po b/lang/fr_FR.po deleted file mode 100644 index 305f98e88..000000000 --- a/lang/fr_FR.po +++ /dev/null @@ -1,26609 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-15 05:26+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 1.13.0\n" -"X-Pootle-Path: /fr/gui/fr.po\n" -"X-Pootle-Revision: 4283\n" - -# File: lang/dynamic/helpers/acl.php, line: 36 -msgid "Allow access to the 'Status: IPsec: SAD' page." -msgstr "Autoriser l'accès à la page 'Statut: IPsec: SAD'." - -# File: lang/dynamic/helpers/acl.php, line: 37 -msgid "Allow access to the 'VPN: PPTP: Users' page." -msgstr "Autoriser l'accès à la page 'VPN: PPTP: Utilisateurs'." - -# File: lang/dynamic/helpers/acl.php, line: 39 -msgid "Allow access to the 'System: Authentication Servers' page." -msgstr "Autoriser l'accès à la page 'Système: Serveurs d'authentification'." - -# File: lang/dynamic/helpers/acl.php, line: 40 -msgid "Allow access to the 'Diagnostics: States Summary' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Résumé des états'." - -# File: lang/dynamic/helpers/acl.php, line: 43 -msgid "Allow access to the 'VPN: PPTP: User: Edit' page." -msgstr "Autoriser l'accès à la page 'VPN: PPTP: Utilisateur: Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 44 -msgid "Show all items on help menu" -msgstr "Afficher tous les éléments du menu aide" - -# File: lang/dynamic/helpers/acl.php, line: 46 -msgid "Allow access to the 'System: Firmware: Settings' page." -msgstr "Autoriser l'accès à la page 'Système: Firmware: Paramètres'." - -# File: lang/dynamic/helpers/acl.php, line: 47 -msgid "Allow access to the 'System: User Manager: Add Privileges' page." -msgstr "" -"Autoriser l'accès à la page 'Système: Gestion des utilisateurs: Ajout des " -"privilèges'." - -# File: lang/dynamic/helpers/acl.php, line: 48 -msgid "Allow access to the 'Services: NTP' page." -msgstr "Autoriser l'accès à la page 'Services: NTP'." - -# File: lang/dynamic/helpers/acl.php, line: 49 -msgid "Allow access to the 'VPN: OpenVPN: Client Specific Override' page." -msgstr "Autoriser l'accès à la page 'VPN: OpenVPN: Surchage client spécifique'." - -# File: lang/dynamic/helpers/acl.php, line: 50 -msgid "Allow access to the 'VPN: OpenVPN: Client' page." -msgstr "Autoriser l'accès à la page 'VPN: OpenVPN: Client'" - -# File: lang/dynamic/helpers/acl.php, line: 51 -msgid "Allow access to the 'Interfaces: Assign network ports' page." -msgstr "Autoriser l'accès à la page 'Interfaces: Assigner les ports réseaux'." - -# File: lang/dynamic/helpers/acl.php, line: 52 -msgid "Allow access to the 'Firewall: NAT: Port Forward' page." -msgstr "Autoriser l'accès à la page 'Pare-feu: NAT: Renvoi port'." - -# File: lang/dynamic/helpers/acl.php, line: 38 -msgid "Allow access to the 'VPN: IPsec: Pre-Shared Keys List' page." -msgstr "Autoriser l'accès à la page 'VPN: IPsec: Liste des clés partagées'." - -# File: lang/dynamic/helpers/acl.php, line: 54 -msgid "Create interface groups" -msgstr "Créer un groupe d'interfaces" - -# File: lang/dynamic/helpers/acl.php, line: 56 -msgid "Allow access to the 'Interfaces: VLAN: Edit' page." -msgstr "Autoriser l'accès à la page 'Interfaces: VLAN: Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 57 -msgid "Allow access to the 'Diagnostics: Reboot System' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Redémarrage système'." - -# File: lang/dynamic/helpers/acl.php, line: 59 -msgid "Allow access to the 'Load Balancer: Pool: Edit' page." -msgstr "" -"Autoriser l'accès à la page 'Répartiteur de charge: Groupement: Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 60 -msgid "Allow access to the 'System: User Manager' page." -msgstr "Autoriser l'accès à la page 'Système: Gestionnaire d'utilisateurs'." - -# File: lang/dynamic/helpers/acl.php, line: 61 -msgid "" -"Allow access to the 'Services: DHCPv6 Server : Edit static mapping' page." -msgstr "" -"Autoriser l'accès à la page 'Services: Serveur DHCPv6: Editer le mappage " -"statique'." - -# File: lang/dynamic/helpers/acl.php, line: 62 -msgid "Allow access to the 'Load Balancer: Pool' page." -msgstr "Autoriser l'accès à la page 'Répartiteur de charge: Groupement'." - -# File: lang/dynamic/helpers/acl.php, line: 63 -msgid "Allow access to the 'VPN: L2TP: Users : Edit' page." -msgstr "Autoriser l'accès à la page 'VPN: L2TP: Utilisateurs; Editer'." - -# File: lang/dynamic/helpers/acl.php, line: 64 -msgid "Allow access to the 'Firewall: Schedules' page." -msgstr "Autoriser l'accès à la page 'Pare-feu: planificateurs'." - -# File: lang/dynamic/helpers/acl.php, line: 65 -msgid "Allow access to the 'Diagnostics: Logs: Settings' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Journaux: Paramètres'." - -# File: lang/dynamic/helpers/acl.php, line: 66 -msgid "Allow access to the 'Service: Universal Plug and Play' page." -msgstr "Autoriser l'accès à la page 'Service : Universal Plug and Play'" - -# File: lang/dynamic/helpers/acl.php, line: 68 -msgid "Allow access to the 'Firewall: Virtual IP Addresses' page." -msgstr "Autoriser l'accès à la page «Pare-feu: Adresses IP virtuelles'." - -# File: lang/dynamic/helpers/acl.php, line: 69 -msgid "Allow access to the 'System: Firmware: Manual Update' page." -msgstr "Autoriser l'accès à la page 'Système: Firmware: Mise à jour manuelle'." - -# File: lang/dynamic/helpers/acl.php, line: 71 -msgid "Allow access to the 'Status: Services' page." -msgstr "Autoriser l'accès à la page 'Statut: Services'." - -# File: lang/dynamic/helpers/acl.php, line: 72 -msgid "Allow access to the 'Status: IPsec: Leases' page." -msgstr "Autoriser l'accès à la page 'Statut: IPsec : Baux'." - -# File: lang/dynamic/helpers/acl.php, line: 73 -msgid "" -"Allow access to the 'Services: DNS Forwarder: Edit Domain Override' page." -msgstr "" -"Autoriser l'accès à la page 'Services: redirecteur DNS: Editer Substitution " -"de Domaine'." - -# File: lang/dynamic/helpers/acl.php, line: 74 -msgid "Allow access to the 'Interfaces: PPPs' page." -msgstr "Autoriser l'accès à la page 'Interface : PPPs'" - -# File: lang/dynamic/helpers/acl.php, line: 78 -msgid "Allow access to the 'Firewall: NAT: 1:1' page." -msgstr "Autoriser l'accès à la page 'Pare-feu: NAT: 1:1'." - -# File: lang/dynamic/helpers/acl.php, line: 79 -msgid "Indicates whether the user is allowed to use the proxy" -msgstr "Indique si l'utilisateur est autorisé à utiliser le serveur proxy" - -# File: lang/dynamic/helpers/acl.php, line: 80 -# File: lang/dynamic/helpers/acl.php, line: 175 -msgid "Allow access to the 'Status: System logs: IPsec VPN' page." -msgstr "Autoriser l'accès à la page 'Statut: Journaux système: VPN IPsec'." - -# File: lang/dynamic/helpers/acl.php, line: 81 -msgid "Allow access to the 'Services: DHCP Server : Edit static mapping' page." -msgstr "" -"Autoriser l'accès à la page 'Services: Serveur DHCP: Editer le mappage " -"statique'." - -# File: lang/dynamic/helpers/acl.php, line: 82 -msgid "Allow access to the 'Services: DHCPv6 server' page." -msgstr "Autoriser l'accès à la page 'Services: Serveur DHCPv6'." - -# File: lang/dynamic/helpers/acl.php, line: 84 -msgid "Allow access to the 'Status: System logs: Load Balancer' page." -msgstr "" -"Autoriser l'accès à la page 'Statut: journaux système: Répartiteur de " -"charge'." - -# File: lang/dynamic/helpers/acl.php, line: 86 -msgid "Allow access to the 'Lobby: Login / Logout/ Dashboard' page." -msgstr "" -"Autoriser l'accès à la page 'Hall: Connexion/ Déconnexion/ Tableau de bord'." - -# File: lang/dynamic/helpers/acl.php, line: 87 -msgid "Allow access to the 'Services: DNS Resolver: Edit host' page." -msgstr "Autoriser l'accès à la page 'Services: Résolveur DNS: Editer hôte'." - -# File: lang/dynamic/helpers/acl.php, line: 88 -msgid "Allow access to the 'Services: SNMP' page." -msgstr "Autoriser l'accès à la page 'Services: SNMP'." - -# File: lang/dynamic/helpers/acl.php, line: 89 -msgid "Allow access to the 'Settings: Load Balancer: Settings' page." -msgstr "" -"Autoriser l'accès à la page 'Paramètres: Répartiteur de charge: Paramètres'." - -# File: lang/dynamic/helpers/acl.php, line: 90 -msgid "Allow access to the 'Diagnostics: Show States' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Montrer états'." - -# File: lang/dynamic/helpers/acl.php, line: 91 -msgid "Allow access to the 'VPN: OpenVPN: Client Export Utility' page." -msgstr "Autoriser l'accès à la page 'VPN: OpenVPN: Utilitaire d'export client'." - -# File: lang/dynamic/helpers/acl.php, line: 92 -msgid "Indicates whether the user is able to login for example via SSH." -msgstr "" -"Indique si l'utilisateur est autorisé à se connecter par exemple via SSH." - -# File: lang/dynamic/helpers/acl.php, line: 93 -msgid "Allow access to the 'Status: Traffic Graph' page." -msgstr "Autoriser l'accès à la page 'Statut: Graphique trafic'." - -# File: lang/dynamic/helpers/acl.php, line: 94 -msgid "Allow access to the 'Firewall: Aliases' page." -msgstr "Autoriser l'accès à la page 'Pare-feu: Alias'." - -# File: lang/dynamic/helpers/acl.php, line: 138 -msgid "Allow access to the 'Services: Load Balancer: Monitor: Edit' page." -msgstr "" -"Autoriser l'accès à la page 'Services: Répartiteur de Charge: Moniteur: " -"Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 96 -msgid "Allow access to the 'System: CRL Manager' page." -msgstr "Autoriser l'accès à la page 'Système: Gestionnaire CRL'." - -# File: lang/dynamic/helpers/acl.php, line: 99 -msgid "Allow access to the 'Diagnostics: Interface Traffic' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Trafic Interface'." - -# File: lang/dynamic/helpers/acl.php, line: 100 -msgid "Allow access to the 'System: Firmware: Auto Update' page." -msgstr "" -"Autoriser l'accès à la page 'Système: Firmware: Mise à jour Automatique'." - -# File: lang/dynamic/helpers/acl.php, line: 101 -msgid "Allow access to the 'Diagnostics: Sockets' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Sockets'." - -# File: lang/dynamic/helpers/acl.php, line: 99 -msgid "Allow access to the 'Status: Universal Plug and Play' page." -msgstr "Autoriser l'accès à la page 'Status : Universal Plug and Play'" - -# File: lang/dynamic/helpers/acl.php, line: 103 -msgid "Allow access to the 'Services: PPPoE Server' page." -msgstr "Autoriser l'accès à la page 'Services: Serveur PPPoE'." - -# File: lang/dynamic/helpers/acl.php, line: 104 -msgid "Allow access to the 'Status: System logs: OpenVPN' page." -msgstr "Autoriser l'accès à la page 'Statut: Journaux système: OpenVPN'." - -# File: lang/dynamic/helpers/acl.php, line: 105 -msgid "Allow access to the 'Status: OpenVPN' page." -msgstr "Autoriser l'accès à la page 'Statut: OpenVPN'." - -# File: lang/dynamic/helpers/acl.php, line: 106 -msgid "Allow access to the 'Services: RFC 2136 clients' page." -msgstr "Autoriser l'accès à la page 'Services: clients RFC 2136'." - -# File: lang/dynamic/helpers/acl.php, line: 105 -msgid "Uploads crash reports to the developers." -msgstr "Envoyer les rapports de crash vers les développeurs." - -# File: lang/dynamic/helpers/acl.php, line: 108 -msgid "Allow access to the 'Firewall: Alias: Edit' page." -msgstr "Autoriser l'accès à la page 'Pare-feu: Editer'." - -# File: lang/dynamic/helpers/acl.php, line: 109 -msgid "Allow access to the 'Interfaces: PPPs: Edit' page." -msgstr "Autoriser l'accès à la page 'Interfaces: PPPs: Editer'." - -# File: lang/dynamic/helpers/acl.php, line: 110 -msgid "Allow access to the 'Firewall: NAT: NPT' page." -msgstr "Autoriser l'accès à la page 'Pare-feu: NAT: NPT'." - -# File: lang/dynamic/helpers/acl.php, line: 246 -msgid "Allow access to the 'Interfaces: GIF: Edit' page." -msgstr "Autoriser l'accès à la page 'Interfaces: GIF: Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 112 -msgid "Allow access to the 'VPN: IPsec' page." -msgstr "Autoriser l'accès à la page 'VPN: IPsec'." - -# File: lang/dynamic/helpers/acl.php, line: 114 -msgid "Allow access to the 'Load Balancer: Virtual Server: Edit' page." -msgstr "" -"Autoriser l'accès à la page 'Répartiteur de Charge: Serveur Virtuel: Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 115 -msgid "Allow access to the 'Status: System logs: NTP' page." -msgstr "Autoriser l'accès à la page 'Statut: Journaux système: NTP'." - -# File: lang/dynamic/helpers/acl.php, line: 116 -msgid "Allow access to the 'Interfaces: GRE' page." -msgstr "Autoriser l'accès à la page 'Interfaces: GRE'." - -# File: lang/dynamic/helpers/acl.php, line: 118 -msgid "Allow access to the 'Services: Router Advertisements' page." -msgstr "Autoriser l'accès à la page 'Services: \"Router Advertisements\"'." - -# File: lang/dynamic/helpers/acl.php, line: 119 -msgid "Allow access to the 'VPN: IPsec: Edit Phase 2' page." -msgstr "Autoriser l'accès à la page 'VPN: IPsec: Editer Phase 2'." - -# File: lang/dynamic/helpers/acl.php, line: 74 -msgid "Allow access to the 'System: Advanced: Networking' page." -msgstr "Autoriser l'accès à la page 'Système: Avancé: Réseau'." - -# File: lang/dynamic/helpers/acl.php, line: 122 -msgid "Allow access to the 'VPN: IPsec: Edit Phase 1' page." -msgstr "Autoriser l'accès à la page 'VPN: IPsec: Editer Phase 1'." - -# File: lang/dynamic/helpers/acl.php, line: 123 -msgid "Allow access to the 'Interfaces: VLAN' page." -msgstr "Autoriser l'accès à la page 'Interfaces: VLAN'." - -# File: lang/dynamic/helpers/acl.php, line: 125 -msgid "Allow access to the 'Firewall: NAT: Port Forward: Edit' page." -msgstr "Autoriser l'accès à la page 'Pare-feu: NAT: Renvoi port: Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 126 -msgid "" -"Allow access to the 'Services: DNS Resolver: Edit Domain Override' page." -msgstr "" -"Autoriser l'accès à la page 'Services : Résolveur DNS : Editer Substitution " -"de Domaine'." - -# File: lang/dynamic/helpers/acl.php, line: 127 -msgid "Allow access to the 'Firewall: Alias: Import' page." -msgstr "Autoriser l'accès à la page 'Pare-feu: Alias: Importer'." - -# File: lang/dynamic/helpers/acl.php, line: 128 -msgid "Allow access to the 'Diagnostics: Reset state' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: État Reset'." - -# File: lang/dynamic/helpers/acl.php, line: 129 -msgid "Allow access to the 'Services: Wake on LAN: Edit' page." -msgstr "Autoriser l'accès à la page 'Services: Wake on LAN: Editer'." - -# File: lang/dynamic/helpers/acl.php, line: 130 -msgid "Allow access to the 'Firewall: Virtual IP Address: Edit' page." -msgstr "Autoriser l'accès à la page 'Pare-feu: Adresse IP virtuelle: Editer'." - -# File: lang/dynamic/helpers/acl.php, line: 131 -msgid "Allow access to the 'Diagnostics: Routing tables' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Tables de routage'." - -# File: lang/dynamic/helpers/acl.php, line: 132 -msgid "Allow access to the 'System: Advanced: Admin Access' page." -msgstr "Autoriser l'accès à la page 'Système: Avancé: Accès Administrateur'." - -# File: lang/dynamic/helpers/acl.php, line: 70 -msgid "Allow access to the 'Status: System logs: System: Routing' page." -msgstr "" -"Autoriser l'accès à la page 'Statut: journaux système: Système: Routage'." - -# File: lang/dynamic/helpers/acl.php, line: 134 -msgid "Allow access to the 'Status: Interfaces' page." -msgstr "Autoriser l'accès à la page 'Statut: Interfaces'." - -# File: lang/dynamic/helpers/acl.php, line: 135 -msgid "Allow access to the 'Services: DNS Forwarder' page." -msgstr "Autoriser l'accès à la page 'Services: Redirecteur DNS'." - -# File: lang/dynamic/helpers/acl.php, line: 136 -msgid "Allow access to the 'Status: Gateways' page." -msgstr "Autoriser l'accès à la page 'Statut: Passerelles'." - -# File: lang/dynamic/helpers/acl.php, line: 137 -msgid "Allow access to the 'Status: DHCP leases' page." -msgstr "Autoriser l'accès à la page 'Statut: Baux DHCP'." - -# File: lang/dynamic/helpers/acl.php, line: 139 -msgid "Allow access to the 'Hidden: Detailed Status' page." -msgstr "Autoriser l'accès à la page 'Caché: Statut détaillé'." - -# File: lang/dynamic/helpers/acl.php, line: 140 -msgid "Allow access to the 'System: Advanced: Miscellaneous' page." -msgstr "Autoriser l'accès à la page 'Système: Avancé: Divers'." - -# File: lang/dynamic/helpers/acl.php, line: 142 -msgid "Allow access to the 'AJAX: Service Providers' page." -msgstr "Autoriser l'accès à la page 'AJAX: Fournisseurs de service'." - -# File: lang/dynamic/helpers/acl.php, line: 127 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Normal View' page." -msgstr "" -"Autoriser l'accès à la page 'Diagnostics: Rapports: Pare-feu: Vue normale'" - -# File: lang/dynamic/helpers/acl.php, line: 144 -msgid "Allow access to the 'Diagnostics: Halt system' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Arrêt système'." - -# File: lang/dynamic/helpers/acl.php, line: 123 -msgid "Allow access to the 'Diagnostics: Logs: L2TP' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Journaux: L2TP'" - -# File: lang/dynamic/helpers/acl.php, line: 146 -msgid "Allow access to the 'Services: Igmpproxy: Edit' page." -msgstr "Autoriser l'accès à la page 'Services: Igmpproxy: Editer'." - -# File: lang/dynamic/helpers/acl.php, line: 147 -msgid "Allow access to the 'System: User Manager: Settings: Test LDAP' page." -msgstr "" -"Autoriser l'accès à la page 'Système: Gestionnaire utilisateur: Paramètres: " -"Test LDAP'." - -# File: lang/dynamic/helpers/acl.php, line: 148 -msgid "Allow access to the 'VPN: L2TP' page." -msgstr "Autoriser l'accès à la page 'VPN: L2TP'." - -# File: lang/dynamic/helpers/acl.php, line: 149 -msgid "Allow access to the 'XMLRPC Library' page." -msgstr "Autoriser l'accès à la page 'Bibliothèque XMLRPC'." - -# File: lang/dynamic/helpers/acl.php, line: 134 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Summary View' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Journaux: Pare-feu: Synthèse'" - -# File: lang/dynamic/helpers/acl.php, line: 150 -msgid "Allow access to the 'Status: IPsec: SPD' page." -msgstr "Autoriser l'accès à la page 'Statut: IPsec: SPD'." - -# File: lang/dynamic/helpers/acl.php, line: 151 -msgid "Allow access to the 'Status: Filter Reload Status' page." -msgstr "Autoriser l'accès à la page 'Statut: Statut rechargement filtre'." - -# File: lang/dynamic/helpers/acl.php, line: 152 -msgid "Allow access to all pages" -msgstr "Autoriser l'accès à toutes les pages." - -# File: lang/dynamic/helpers/acl.php, line: 150 -msgid "Allow access to the 'Firewall: NAT: NPT: Edit' page." -msgstr "Autoriser l'accès à la page 'Pare-feu: NAT: NPT: Editer'" - -# File: lang/dynamic/helpers/acl.php, line: 154 -msgid "Indicates whether the user is allowed to dial in via PPPOE" -msgstr "Indique si l'utilisateur est autorisé à composer via PPPOE" - -# File: lang/dynamic/helpers/acl.php, line: 155 -msgid "Allow access to the 'System: Advanced: Notifications' page." -msgstr "Autoriser l'accès à la page 'Système: Avancé: Notification'." - -# File: lang/dynamic/helpers/acl.php, line: 156 -msgid "Allow access to the 'Diagnostics: Logs: DHCP' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Journaux: DHCP'." - -# File: lang/dynamic/helpers/acl.php, line: 157 -msgid "Allow access to the 'System: Gateway Groups' page." -msgstr "Autoriser l'accès à la page 'Système: Groupes de passerelles'." - -# File: lang/dynamic/helpers/acl.php, line: 156 -msgid "Allow access to the 'Wizard subsystem' page." -msgstr "Autoriser l'accès à la page 'Assistant Sous-système'." - -# File: lang/dynamic/helpers/acl.php, line: 159 -msgid "Allow access to the 'Diagnostics: Restore Full Backup' page." -msgstr "" -"Autoriser l'accès à la page 'Diagnostics: Restauration sauvegarde complète'." - -# File: lang/dynamic/helpers/acl.php, line: 160 -msgid "Allow access to the 'Status: CARP' page." -msgstr "Autoriser l'accès à la page 'Statut: CARP'." - -# File: lang/dynamic/helpers/acl.php, line: 161 -msgid "Allow access to the 'Diagnostics: Authentication' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Authentification'." - -# File: lang/dynamic/helpers/acl.php, line: 97 -msgid "Allow access to the 'VPN: PPTP' page." -msgstr "Autoriser l'accès à la page 'VPN: PPTP'." - -# File: lang/dynamic/helpers/acl.php, line: 163 -msgid "Allow access to the 'Firewall: Rules' page." -msgstr "Autoriser l'accès à la page 'Pare-feu: Règles'." - -# File: lang/dynamic/helpers/acl.php, line: 247 -msgid "Allow access to the 'AJAX: Get Stats' page." -msgstr "Autoriser l'accès à la page 'AJAX: Obtenir les statistiques'." - -# File: lang/dynamic/helpers/acl.php, line: 164 -msgid "Allow access to the 'Diagnostics: Logs: System: Gateways' page." -msgstr "" -"Autoriser l'accès à la page 'Diagnostics : Journaux : Système : Passerelles'." - -# File: lang/dynamic/helpers/acl.php, line: 170 -msgid "Allow access to the 'Services: DHCPv6 Relay' page." -msgstr "Autoriser l'accès à la page 'Services: Relais DHCPv6'." - -# File: lang/dynamic/helpers/acl.php, line: 165 -msgid "Allow access to the 'Services: DNS Resolver: Advanced' page." -msgstr "Autoriser l'accès à la page 'Services : Résolveur DNS : Avancé'." - -# File: lang/dynamic/helpers/acl.php, line: 166 -msgid "Allow access to the 'Services: Load Balancer: Virtual Servers' page." -msgstr "" -"Autoriser l'accès à la page 'Services: Répartiteur de Charge: Serveurs " -"Virtuel'." - -# File: lang/dynamic/helpers/acl.php, line: 167 -msgid "Allow access to the 'Status: NTP' page." -msgstr "Autoriser l'accès à la page 'Statut: NTP'." - -# File: lang/dynamic/helpers/acl.php, line: 169 -msgid "Allows access to the 'Diagnostics: Limiter Info' page" -msgstr "Autoriser l'accès à la page 'Diagnostics: Info limiteur'." - -# File: lang/dynamic/helpers/acl.php, line: 155 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Plain View' page." -msgstr "" -"Autoriser l'accès à la page 'Diagnostics: Rapports: Pare-feu: Vue brute'" - -# File: lang/dynamic/helpers/acl.php, line: 171 -msgid "Allow access to the 'Diagnostics: Logs: System: Resolver' page." -msgstr "" -"Autoriser l'accès à la page 'Diagnostics : Journaux : Système : Résolveur'." - -# File: lang/dynamic/helpers/acl.php, line: 172 -msgid "Allow access to the 'Status: Wireless' page." -msgstr "Autoriser l'accès à la page 'Statut: Sans fil'." - -# File: lang/dynamic/helpers/acl.php, line: 174 -msgid "Allow access to the 'Status: NTP PPS' page." -msgstr "Autoriser l'accès à la page 'Statut: NTP PPS'." - -# File: lang/dynamic/helpers/acl.php, line: 154 -msgid "Allow access to the 'Diagnostics: Logs: PPTP' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Journaux: PPTP'" - -# File: lang/dynamic/helpers/acl.php, line: 176 -msgid "Allow access to the 'Diagnostics: NanoBSD' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: NanoBSD'." - -# File: lang/dynamic/helpers/acl.php, line: 177 -msgid "Allow access to the 'System: CA Manager' page." -msgstr "Autoriser l'accès à la page 'Système: Gestionnaire CA'." - -# File: lang/dynamic/helpers/acl.php, line: 178 -msgid "Allow access to all pages required for the dashboard." -msgstr "Autoriser l'accès à toutes les pages requises par le tableau de bord." - -# File: lang/dynamic/helpers/acl.php, line: 179 -msgid "Allow access to the 'Diagnostics: Patterns' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Motifs'." - -# File: lang/dynamic/helpers/acl.php, line: 180 -msgid "Allow access to the 'System: User Password Manager' page." -msgstr "" -"Autoriser l'accès à la page 'Système: Gestionnaire de mot de passe " -"utilisateurs'." - -# File: lang/dynamic/helpers/acl.php, line: 181 -msgid "Allow access to 'Interfaces: QinQ: Edit' page" -msgstr "Autoriser l'accès à la page 'Interfaces: QinQ: Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 182 -msgid "Allow access to the 'Firewall: Rules: Edit' page." -msgstr "Autoriser l'accès à la page 'Pare-feu: Règles: Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 183 -msgid "Allow access to the 'Diagnostics: Packet Capture' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Capture de paquets'." - -# File: lang/dynamic/helpers/acl.php, line: 184 -msgid "Allow access to the 'Services: DNS Resolver: Access Lists' page." -msgstr "Autoriser l'accès à la page 'Services : Résolveur DNS: Liste d'accès'." - -# File: lang/dynamic/helpers/acl.php, line: 185 -msgid "Allow access to the 'Firewall: NAT: Outbound: Edit' page." -msgstr "Autoriser l'accès à la page 'Pare-feu: NAT: Sortant: Editer'." - -# File: lang/dynamic/helpers/acl.php, line: 42 -msgid "Allow access to the 'Status: IPsec' page." -msgstr "Autoriser l'accès à la page 'Statut: IPsec'." - -# File: lang/dynamic/helpers/acl.php, line: 187 -msgid "Allow access to the 'Interfaces: Wireless : Edit' page." -msgstr "Autoriser l'accès à la page 'Interfaces: Sans fil: Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 188 -msgid "Allow access to the 'Diagnostics: Test Port' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Test de port'." - -# File: lang/dynamic/helpers/acl.php, line: 189 -msgid "Allow access to the 'Diagnostics: Logs: System' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Journaux: Système'." - -# File: lang/dynamic/helpers/acl.php, line: 113 -msgid "Allow access to the 'VPN: L2TP : Users' page." -msgstr "Autoriser l'accès à la page 'VPN: L2TP: Utilisateurs'." - -# File: lang/dynamic/helpers/acl.php, line: 191 -msgid "If present, ignores requests from this user to write config.xml." -msgstr "" -"Si actif, ne tient pas compte des demandes de cet utilisateur d'écrire " -"config.xml." - -# File: lang/dynamic/helpers/acl.php, line: 192 -msgid "Allow access to the 'Interfaces: Groups: Edit' page." -msgstr "Autoriser l'accès à la page 'Interfaces: Groupes: Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 177 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Dynamic View' page." -msgstr "" -"Autoriser l'accès à la page 'Diagnostics: Journaux: Pare-feu: Vue dynamique'" - -# File: lang/dynamic/helpers/acl.php, line: 194 -msgid "Allows access to the 'Diagnostics: pfInfo' page" -msgstr "Autoriser l'accès à la page 'Diagnostics: pfInfo'." - -# File: lang/dynamic/helpers/acl.php, line: 195 -msgid "" -"Indicates whether the user is allowed to dial in via IPsec xauth (Note: Does " -"not allow shell access, but may allow the user to create ssh tunnels)" -msgstr "" -"Indique si l'utilisateur est autorisé à composer via IPsec xauth (Remarque: " -"N'autorise pas l'accès au shell, mais peut permettre à l'utilisateur de " -"créer des tunnels SSH)" - -# File: lang/dynamic/helpers/acl.php, line: 196 -msgid "Allow access to the 'Interfaces: LAGG: Edit' page." -msgstr "Autoriser l'accès à la page 'Interfaces: LAGG: Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 197 -msgid "Allow access to the 'VPN: OpenVPN: Server' page." -msgstr "Autoriser l'accès à la page 'VPN: OpenVPN: Serveur'" - -# File: lang/dynamic/helpers/acl.php, line: 198 -msgid "Allow access to the 'VPN: IPsec: Mobile' page." -msgstr "Autoriser l'accès à la page 'VPN: IPsec: Mobile'." - -# File: lang/dynamic/helpers/acl.php, line: 199 -msgid "Allow access to the 'System: Gateways: Edit Gateway' page." -msgstr "Autoriser l'accès à la page 'Système: Passerelles: Éditer passerelle'." - -# File: lang/dynamic/helpers/acl.php, line: 143 -msgid "Allow access to the 'Diagnostics: Backup/restore' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Sauvegarde/Restauration'." - -# File: lang/dynamic/helpers/acl.php, line: 202 -msgid "" -"Allow direct access to all Dashboard widget pages, required for some widgets " -"using AJAX." -msgstr "" -"Autoriser l'accès direct à toutes les pages de widgets du tableau de bord, " -"nécessaire pour certains widgets utilisant AJAX" - -# File: lang/dynamic/helpers/acl.php, line: 203 -msgid "Allow access to the 'Status: Load Balancer: Virtual Server' page." -msgstr "Autoriser l'accès à la page 'Répartiteur de Charge: Serveur Virtuel'." - -# File: lang/dynamic/helpers/acl.php, line: 204 -msgid "Allow access to the 'Diagnostics: Configuration History' page." -msgstr "" -"Autoriser l'accès à la page 'Diagnostics: Configuration de l'historique'." - -# File: lang/dynamic/helpers/acl.php, line: 205 -msgid "Allow access to the 'Interfaces: GRE: Edit' page." -msgstr "Autoriser l'accès à la page 'Interfaces : GRE: Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 207 -msgid "Allow access to the 'Status: Gateway Groups' page." -msgstr "Autoriser l'accès à la page 'Statut: Groupes de passerelles'." - -# File: lang/dynamic/helpers/acl.php, line: 145 -msgid "Allow access to the 'Services: DHCP server' page." -msgstr "Autoriser l'accès à la page 'Services: Serveur DHCP'." - -# File: lang/dynamic/helpers/acl.php, line: 208 -msgid "Allow access to the 'Interfaces' page." -msgstr "Autoriser l'accès à la page 'Interfaces'." - -# File: lang/dynamic/helpers/acl.php, line: 209 -msgid "Allow access to the 'Services: DNS Forwarder: Edit host' page." -msgstr "Autoriser l'accès à la page 'Services: Redirecteur DNS: Éditer hôte'." - -# File: lang/dynamic/helpers/acl.php, line: 210 -msgid "Allow access to the 'Status: System logs: Captive portal' page." -msgstr "Autoriser l'accès à la page 'Statut: Journaux système: Portail captif'." - -# File: lang/dynamic/helpers/acl.php, line: 206 -msgid "Allow access to the 'System: General Setup' page." -msgstr "Autoriser l'accès à la page 'Système: Installation générale'." - -# File: lang/dynamic/helpers/acl.php, line: 240 -msgid "Allow access to the 'Services: DNS Resolver: Access Lists: Edit' page." -msgstr "" -"Autoriser l'accès à la page 'Services : Résolveur DNS: Liste d'accès: " -"Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 214 -msgid "Allow access to the 'Firewall: NAT: 1:1: Edit' page." -msgstr "Autoriser l'accès à la page 'Pare-feu: NAT: 1:1: Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 215 -msgid "Allow access to the 'Diagnostics: Tables' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Tables'." - -# File: lang/dynamic/helpers/acl.php, line: 216 -msgid "Allow access to the 'System: Group manager' page." -msgstr "Autoriser l'accès à la page 'Système: Gestionnaire de groupe'." - -# File: lang/dynamic/helpers/acl.php, line: 217 -msgid "Allow access to the 'System: User Manager: settings' page." -msgstr "" -"Autoriser l'accès à la page 'Système: Gestionnaire utilisateur: Paramètres'." - -# File: lang/dynamic/helpers/acl.php, line: 218 -msgid "Allow access to the 'Status: DHCPv6 leases' page." -msgstr "Autoriser l'accès à la page 'Statut: Baux DHCPv6'." - -# File: lang/dynamic/helpers/acl.php, line: 219 -msgid "Edit Interface LAGG" -msgstr "Éditer l'Interface LAGG" - -# File: lang/dynamic/helpers/acl.php, line: 220 -msgid "Allow access to the 'Status: NTP Serial GPS' page." -msgstr "Autoriser l'accès à la page 'Statut: NTP GPS série'." - -# File: lang/dynamic/helpers/acl.php, line: 221 -msgid "Indicates whether the user is allowed to dial in via L2TP" -msgstr "Indique si l'utilisateur est autorisé à composer via L2TP" - -# File: lang/dynamic/helpers/acl.php, line: 222 -msgid "Allow access to the 'Status: Load Balancer: Pool' page." -msgstr "" -"Autoriser l'accès à la page 'Statut: Répartiteur de charge: Groupement'." - -# File: lang/dynamic/helpers/acl.php, line: 261 -msgid "Allow access to the 'Interfaces: QinQ' page." -msgstr "Autoriser l'accès à la page 'Interfaces: QinQ'." - -# File: lang/dynamic/helpers/acl.php, line: 225 -msgid "Allow access to the 'Interfaces: Bridge : Edit' page." -msgstr "Autoriser l'accès à la page 'Interfaces: Bridge: Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 226 -msgid "Allow access to the 'Interfaces: Wireless' page." -msgstr "Autoriser l'accès à la page 'Interfaces: Sans fil'." - -# File: lang/dynamic/helpers/acl.php, line: 227 -msgid "Allow access to the 'Services: Dynamic DNS clients' page." -msgstr "Autoriser l'accès à la page 'Services: Clients DNS dynamique'." - -# File: lang/dynamic/helpers/acl.php, line: 228 -msgid "Allow access to the 'Status: System logs: System: Wireless' page." -msgstr "" -"Autoriser l'accès à la page 'Statut: Journaux système: Système: Sans fil'." - -# File: lang/dynamic/helpers/acl.php, line: 229 -msgid "Allow access to the 'Firewall: Schedules: Edit' page." -msgstr "Autoriser l'accès à la page 'Pare-feu: Planificateurs: Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 230 -msgid "Allow access to the 'Diagnostics: Ping' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Ping'." - -# File: lang/dynamic/helpers/acl.php, line: 231 -msgid "Allow access to the 'System: Certificate Manager' page." -msgstr "Autoriser l'accès à la page 'Système: Gestionnaire de certificats'." - -# File: lang/dynamic/helpers/acl.php, line: 232 -msgid "Allow access to the 'System: Gateways: Edit Gateway Groups' page." -msgstr "" -"Autoriser l'accès à la page 'Système: Passerelles: Éditer groupes de " -"passerelle'." - -# File: lang/dynamic/helpers/acl.php, line: 233 -msgid "Allow access to the 'System: Static Routes: Edit route' page." -msgstr "Autoriser l'accès à la page 'Système: Routes statique: Éditer route'." - -# File: lang/dynamic/helpers/acl.php, line: 41 -msgid "Allow access to the 'Services: Wake on LAN' page." -msgstr "Autoriser l'accès à la page 'Services: Wake on LAN'." - -# File: lang/dynamic/helpers/acl.php, line: 235 -msgid "Allow access to the 'System: License' page." -msgstr "Autoriser l'accès à la page 'Système: Licence'." - -# File: lang/dynamic/helpers/acl.php, line: 236 -msgid "Allow access to the 'Services: DNS Filter' page." -msgstr "Autoriser l'accès à la page 'Services: Filtre DNS'." - -# File: lang/dynamic/helpers/acl.php, line: 237 -msgid "Allow access to the 'Services: DNS Resolver' page." -msgstr "Autoriser l'accès à la page 'Services : Résolveur DNS'." - -# File: lang/dynamic/helpers/acl.php, line: 238 -msgid "Allows access to the 'Diagnostics: pfTop' page" -msgstr "Autoriser l'accès à la page 'Diagnostics: pfTop'." - -# File: lang/dynamic/helpers/acl.php, line: 241 -msgid "Allow access to the 'Interfaces: GIF' page." -msgstr "Autoriser l'accès à la page 'Interfaces: GIF'." - -# File: lang/dynamic/helpers/acl.php, line: 242 -msgid "Allow access to the 'VPN: IPsec: Edit Pre-Shared Keys' page." -msgstr "Autoriser l'accès à la page 'VPN: IPsec: Éditer clés partagées'." - -# File: lang/dynamic/helpers/acl.php, line: 243 -msgid "Allow access to the 'Services: Dynamic DNS client' page." -msgstr "Autoriser l'accès à la page 'Services: Client DNS dynamique'." - -# File: lang/dynamic/helpers/acl.php, line: 245 -msgid "Allow access to the 'Services: PPPoE Server: Edit' page." -msgstr "Autoriser l'accès à la page 'Services: Serveur PPPoE: Éditer'." - -# File: lang/dynamic/helpers/acl.php, line: 220 -msgid "Allow access to the 'Diagnostics: Logs: PPPoE' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Journaux: PPPoE'" - -# File: lang/dynamic/helpers/acl.php, line: 248 -msgid "Allow access to the 'System: Advanced: Tunables' page." -msgstr "Autoriser l'accès à la page 'Système: Avancé: Réglages'." - -# File: lang/dynamic/helpers/acl.php, line: 249 -msgid "Allow access to the 'System: Group Manager: Add Privileges' page." -msgstr "" -"Autoriser l'accès à la page 'Système: Gestionnaire de groupe: Ajouter " -"privilèges'." - -# File: lang/dynamic/helpers/acl.php, line: 250 -msgid "Allow access to the 'Services: Load Balancer: Monitors' page." -msgstr "" -"Autoriser l'accès à la page 'Services: Répartiteur de Charge: moniteurs'." - -# File: lang/dynamic/helpers/acl.php, line: 252 -msgid "Indicates whether the user is allowed to dial in via PPTP" -msgstr "Indique si l'utilisateur est autorisé à composer via PPTP" - -# File: lang/dynamic/helpers/acl.php, line: 253 -msgid "Allow access to the 'Diagnostics: Traceroute' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Traceroute'." - -# File: lang/dynamic/helpers/acl.php, line: 254 -msgid "Allow access to the 'Firewall: NAT: Outbound' page." -msgstr "Autoriser l'accès à la page 'Pare-feu: NAT: Sortant'." - -# File: lang/dynamic/helpers/acl.php, line: 255 -msgid "Allow access to the 'System: Advanced: Firewall and NAT' page." -msgstr "Autoriser l'accès à la page 'Système: Avancé: Pare-feu et NAT'." - -# File: lang/dynamic/helpers/acl.php, line: 256 -msgid "Allow access to the 'System: Gateways' page." -msgstr "Autoriser l'accès à la page 'Système: Passerelles'." - -# File: lang/dynamic/helpers/acl.php, line: 257 -msgid "Allow access to the 'Firewall: Easy Rule' add/status page." -msgstr "Autoriser l'accès à la page ajout/statut 'Pare-feu: Règle facile'." - -# File: lang/dynamic/helpers/acl.php, line: 259 -msgid "Allow access to the 'System: Static Routes' page." -msgstr "Autoriser l'accès à la page 'Système: Routes statique'." - -# File: lang/dynamic/helpers/acl.php, line: 260 -msgid "Allow access to the 'XMLRPC Interface Stats' page." -msgstr "Autoriser l'accès à la page 'Statistiques de l'interface XMLRPC'." - -# File: lang/dynamic/helpers/acl.php, line: 224 -msgid "Allow access to the 'Interfaces: Bridge' page." -msgstr "Autoriser l'accès à la page 'Interfaces: Bridge'." - -# File: lang/dynamic/helpers/acl.php, line: 262 -msgid "Allow access to the 'System: High Availability' page." -msgstr "Permettre l'accès à la page ''Système: Haute disponibilité'." - -# File: lang/dynamic/helpers/acl.php, line: 263 -msgid "Allow access to the 'Diagnostics: Factory defaults' page." -msgstr "Autoriser l'accès à la page 'Diagnostics: Réglages d'usine'." - -# File: lang/dynamic/helpers/acl.php, line: 264 -msgid "Allow access to the 'Services: DHCP Relay' page." -msgstr "Autoriser l'accès à la page 'Services: Relai DHCP'." - -# File: lang/dynamic/helpers/acl.php, line: 265 -msgid "" -"Allow access to the 'System: Firmware: Manual Update: Progress bar' page." -msgstr "" -"Autoriser l'accès à la page 'Système: Firmware: Mise à jour manuelle: Barre " -"de progression'." - -# File: lang/dynamic/helpers/acl.php, line: 266 -msgid "Allow access to the 'Services: Igmpproxy' page." -msgstr "Autoriser l'accès à la page 'Services: Igmpproxy'." - -# File: lang/dynamic/helpers/controllers.php, line: 95 -msgid "Enable this zone" -msgstr "Activer cette zone" - -# File: lang/dynamic/helpers/controllers.php, line: 96 -msgid "Internal number used for this zone" -msgstr "Nombre interne utilisé pour cette zone" - -# File: lang/dynamic/helpers/controllers.php, line: 97 -msgid "Select interface(s) to enable for captive portal." -msgstr "Sélectionner la ou les interface(s) à activer pour le portail captif." - -# File: lang/dynamic/helpers/controllers.php, line: 98 -msgid "" -"Select authentication methods to use, leave empty for no authentication " -"needed." -msgstr "" -"Sélectionner la méthode d'authentification, laisser blanc quand aucune " -"authentification n'est exigée." - -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "" -"Clients will be disconnected after this amount of inactivity. They may log " -"in again immediately, though. Enter 0 to disable idle timeout." -msgstr "" -"Les sessions clientes seront déconnectées après ce délai d'inactivité. " -"Entrez la valeur 0 pour désactiver le délai d'inactivité." - -# File: lang/dynamic/helpers/controllers.php, line: 40 -msgid "" -"Clients will be disconnected after this amount of time, regardless of " -"activity. They may log in again immediately, though. Enter 0 to disable hard " -"timeout (not recommended unless an idle timeout is set)." -msgstr "" -"Les sessions clientes seront déconnectées après ce délai, même en cas " -"d'activité. Entrez 0 pour désactiver ce délai (non recommandé sauf si un " -"délai d'inactivité est réglé)." - -# File: lang/dynamic/helpers/controllers.php, line: 101 -msgid "" -"If this option is set, users can login on multiple machines at once. If " -"disabled subsequent logins will cause machines previously logged in with the " -"same username to be disconnected." -msgstr "" -"Si cette option est activée, les utilisateurs pourront se connecter depuis " -"plusieurs machines en même temps. Si cette option est désactivée, chaque " -"nouvelle connexion déconnectera la machine précédemment connectée avec le " -"même nom d'utilisateur." - -# File: lang/dynamic/helpers/controllers.php, line: 102 -msgid "" -"If provided, all traffic will be transmitted over an HTTPS connection to " -"protect against eavesdroppers." -msgstr "" -"Si spécifié, tout le trafic sera transmis via une connexion HTTPS pour se " -"protéger des oreilles indiscrètes." - -# File: lang/dynamic/helpers/controllers.php, line: 103 -msgid "" -"Hostname (of this machine) to redirect login page to, leave blank to use " -"this interface IP address, otherwise make sure the client can access DNS to " -"resolve this location. When using a SSL certificate, make sure both this " -"name and the cert name are equal." -msgstr "" -"Nom d'hôte (de cette machine) pour rediriger la page de login. Laisser vide " -"pour utiliser l'adresse IP de l'interface, autrement vérifiez bien que la " -"résolution DNS est opérationnelle pour cet hôte. Si vous utilisez un " -"certificat SSL, vérifiez que le nom d'hôte et celui utilisé par le " -"certificat sont bien identiques. " - -# File: lang/dynamic/helpers/controllers.php, line: 104 -msgid "Avoid authentication for addresses and subnets in this list" -msgstr "" -"Eviter l'authentification pour les adresses et les sous-réseaux de cette " -"liste." - -# File: lang/dynamic/helpers/controllers.php, line: 105 -msgid "Avoid authentication for physical addresses in this list" -msgstr "Eviter l'authentification pour les adresses physiques de cette liste." - -# File: lang/dynamic/helpers/controllers.php, line: 106 -msgid "Use custom template package for user login" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 107 -msgid "Description to identify this zone." -msgstr "Description pour identifier cette zone." - -# File: lang/dynamic/helpers/controllers.php, line: 64 -# File: lang/dynamic/helpers/controllers.php, line: 85 -msgid "Select if job is enabled or not" -msgstr "Sélectionne si la tâche est active ou non" - -# File: lang/dynamic/helpers/controllers.php, line: 86 -msgid "" -"Enter the minutes for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,20,30 or 10-30)" -msgstr "" -"Entrez les minutes pour l'execution de la tâche, peut aussi être une liste " -"séparée par des virgules, * (chacun) ou une plage (ex. 10,20,30 ou 10-30)" - -# File: lang/dynamic/helpers/controllers.php, line: 87 -msgid "" -"Enter the hours for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,11,12 or 10-12)" -msgstr "" -"Entrez les heures pour l'execution de la tâche, peut aussi être une liste " -"séparée par des virgules, * (chacun) ou une plage (ex. 10,11,12 ou 10-12)" - -# File: lang/dynamic/helpers/controllers.php, line: 88 -msgid "" -"Enter the days of the month for the job to act, can also be a comma " -"separated list, * (each) or a range (ex. 1,20,28 or 1-28)" -msgstr "" -"Entrez les jours du mois pour l'execution de la tâche, peut aussi être une " -"liste séparée par des virgules, * (chacun) ou une plage (ex. 1,20,28 ou 1-28)" - -# File: lang/dynamic/helpers/controllers.php, line: 89 -msgid "" -"Enter the months for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 1,2,3 or 1-3)" -msgstr "" -"Entrez les mois pour l'execution de la tâche, peut aussi être une liste " -"séparée par des virgules, * (chacun) ou une plage (ex. 1,2,3 ou 1-3)" - -# File: lang/dynamic/helpers/controllers.php, line: 90 -msgid "" -"Enter the days of the week for the job to act, can also be a comma separated " -"list, * (each) or a range (ex. 1,2,3 or 1-3)" -msgstr "" -"Entrez les jours de la semaine pour l'execution de la tâche, peut aussi être " -"une liste séparée par des virgules, * (chacun) ou une plage (ex. 1,2,3 ou " -"1-3)" - -# File: lang/dynamic/helpers/controllers.php, line: 91 -msgid "Select the command that needs to be executed at given time frame." -msgstr "Sélectionnez la commande qui sera exécuté dans le temps imparti." - -# File: lang/dynamic/helpers/controllers.php, line: 92 -msgid "Enter parameters for this job if required." -msgstr "Entrez les paramètres de cette tâche si nécessaire." - -# File: lang/dynamic/helpers/controllers.php, line: 93 -msgid "Enter a description to explain what this job is intended for." -msgstr "Entrez une description pour décrire ce à quoi est destiné cette tâche." - -# File: lang/dynamic/helpers/controllers.php, line: 63 -msgid "set action to perform here, only used when in IPS mode" -msgstr "enregistrer l'action a réaliser ici, ne sera utilisée qu'en mode IPS" - -# File: lang/dynamic/helpers/controllers.php, line: 68 -msgid "enable IDS" -msgstr "activer l'IDS" - -# File: lang/dynamic/helpers/controllers.php, line: 69 -msgid "Select interface(s) to use." -msgstr "Sélectionnez l'interface ou les interfaces à utiliser." - -# File: lang/dynamic/helpers/controllers.php, line: 65 -msgid "Enter a filename for storing the blacklist." -msgstr "Entrez un nom de fichier pour stocker la liste noire." - -# File: lang/dynamic/helpers/controllers.php, line: 66 -msgid "Enter an url to fetch the blacklist from." -msgstr "Entrez une url afin de récupérer la liste noire." - -# File: lang/dynamic/helpers/controllers.php, line: 67 -msgid "Enter a description to explain what this blacklist is intended for." -msgstr "Entrez une description pour décrire le contenu de la liste noire." - -# File: lang/dynamic/helpers/controllers.php, line: 35 -msgid "Enable or disable the proxy service." -msgstr "Activer ou désactiver le service proxy." - -# File: lang/dynamic/helpers/controllers.php, line: 36 -msgid "" -"The port number where Squid sends and receives ICP queries to and from " -"neighbor caches. Leave blank to disable (default). The standard UDP port for " -"ICP is 3130." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "Enable access logging." -msgstr "Activer la journalisation des accès." - -# File: lang/dynamic/helpers/controllers.php, line: 40 -msgid "Enable store logging." -msgstr "Activer la journalisation des accès." - -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "" -"If set (default), Squid will include a Via header in requests and\n" -" replies as required by RFC2616." -msgstr "" -"Si définit (défaut), Squid inclura un entête Via dans les requêtes et les " -"réponses comme demandées par la RFC2616." - -# File: lang/dynamic/helpers/controllers.php, line: 41 -msgid "Select what to do with X-Forwarded for header." -msgstr "Sélectionnez ce qu'il faut faire avec X-Forwarded pour l'en-tête." - -# File: lang/dynamic/helpers/controllers.php, line: 42 -msgid "" -"Suppress Squid version string info in HTTP headers and HTML error pages." -msgstr "" -"Supprimer la chaîne d'information de la version de SQUID dans les en-têtes " -"HTTP et les pages d'erreur HTML." - -# File: lang/dynamic/helpers/controllers.php, line: 72 -msgid "Enter the cache memory size to use." -msgstr "Saisir la taille de mémoire cache à utiliser" - -# File: lang/dynamic/helpers/controllers.php, line: 43 -msgid "Enter the storage size for the local cache (default is 100)." -msgstr "Entrez la taille de stockage pour le cache local (par défaut 100)." - -# File: lang/dynamic/helpers/controllers.php, line: 46 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 16)." -msgstr "" -"Entrez le nombre de sous-répertoires de premier niveau pour le cache local (" -"par défaut 16)." - -# File: lang/dynamic/helpers/controllers.php, line: 47 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 256)." -msgstr "" -"Entrez le nombre de sous-répertoires de premier niveau pour le cache local (" -"par défaut 256)." - -# File: lang/dynamic/helpers/controllers.php, line: 48 -msgid "Enable or disable traffic management." -msgstr "Activer ou désactiver la gestion de trafic." - -# File: lang/dynamic/helpers/controllers.php, line: 49 -msgid "" -"Enter the maxium size for downloads in kilobytes (leave empty to disable)." -msgstr "" -"Entrer la taille maximum des téléchargements en Kilo-octets (laisser vide " -"pour désactiver) " - -# File: lang/dynamic/helpers/controllers.php, line: 50 -msgid "" -"Enter the maxium size for uploads in kilobytes (leave empty to disable)." -msgstr "" -"Entrer la taille maximale pour les émissions en Kilo-octets (laisser vide " -"pour désactiver)" - -# File: lang/dynamic/helpers/controllers.php, line: 51 -msgid "" -"Enter the allowed overall bandtwith in kilobits per second (leave empty to " -"disable)." -msgstr "" -"Entrez la bande passante totale autorisée en kilobits par seconde (laisser " -"vide pour déactiver)" - -# File: lang/dynamic/helpers/controllers.php, line: 52 -msgid "" -"Enter the allowed per host bandwidth in kilobits per second (leave empty to " -"disable)." -msgstr "" -"Entrez la bande passante autorisée par site en kilobits par seconde (laisser " -"vide pour déactiver)" - -# File: lang/dynamic/helpers/controllers.php, line: 55 -msgid "Select interface(s) the proxy will bind to." -msgstr "Sélectionner les interfaces qui seront liées au proxy." - -# File: lang/dynamic/helpers/controllers.php, line: 56 -# File: lang/dynamic/helpers/controllers.php, line: 60 -msgid "The port the proxy service will listen to." -msgstr "Le port le service proxy va écouter." - -# File: lang/dynamic/helpers/controllers.php, line: 55 -msgid "" -"When enabled the subnets of the selected interfaces will be added to the " -"allow access list." -msgstr "" -"Si activé, les sous-réseaux des interfaces sélectionnées seront ajoutés à la " -"liste des sites autorisés (allow access list)." - -# File: lang/dynamic/helpers/controllers.php, line: 59 -msgid "Select interface(s) the ftp proxy will bind to." -msgstr "Sélectionner les interfaces qui seront liées au proxy ftp ." - -# File: lang/dynamic/helpers/controllers.php, line: 61 -msgid "Select Authentication method" -msgstr "Sélectionne la méthode d'authentification" - -# File: lang/dynamic/helpers/controllers.php, line: 64 -msgid "The prompt will be displayed in the authentication request window." -msgstr "L'invite sera affiché dans la fenêtre de demande d'authentification." - -# File: lang/dynamic/helpers/controllers.php, line: 63 -msgid "The total number of authenticator processes to spawn." -msgstr "Nombre total de processus d'authentification a générer." - -# File: lang/dynamic/helpers/controllers.php, line: 70 -msgid "enable this pipe and it's related queues and rules" -msgstr "activer ce tuyau avec ses files d'attente et règles connexes" - -# File: lang/dynamic/helpers/controllers.php, line: 71 -msgid "Total bandwidth for this pipe" -msgstr "Bande passante totale pour ce tuyau" - -# File: lang/dynamic/helpers/controllers.php, line: 72 -msgid "number of dynamic queues, leave empty for default" -msgstr "nombre de files d'attente dynamiques, laisser vide pour défaut" - -# File: lang/dynamic/helpers/controllers.php, line: 73 -# File: lang/dynamic/helpers/controllers.php, line: 77 -msgid "Description to identify this pipe." -msgstr "Description pour identifier ce tuyau (pipe)." - -# File: lang/dynamic/helpers/controllers.php, line: 74 -msgid "enable this queue and it's related rules" -msgstr "activer cette file d'attente et ses règles relatives." - -# File: lang/dynamic/helpers/controllers.php, line: 75 -msgid "connected pipe for this queue" -msgstr "Tuyaux (pipe) connectés pour cette file d'attente" - -# File: lang/dynamic/helpers/controllers.php, line: 76 -msgid "" -"Weight of this queue (1..100), used to prioritize within a pipe. (1 is low, " -"100 is high)" -msgstr "" -"Poids de cette file d'attente (1..100), utilisé pour donner la priorité dans " -"un tuyau. (1 est faible, 100 est élevé)" - -# File: lang/dynamic/helpers/controllers.php, line: 78 -msgid "order in which the rule will be evaluated (lowest first)" -msgstr "ordre dans lequel la règle sera évaluer (le plus bas en premier)" - -# File: lang/dynamic/helpers/controllers.php, line: 81 -msgid "" -"secondary interface, matches packets going traveling from interface (1) to " -"interface (2).\n" -" " -msgstr "" -"interface secondaire, vérifie les paquets transitant de l'interface (1) à " -"l'interface (2).\n" -" " - -# File: lang/dynamic/helpers/controllers.php, line: 79 -msgid "source ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "ip source ou réseau, exemples 10.0.0.0/24, 10.0.0.1" - -# File: lang/dynamic/helpers/controllers.php, line: 80 -msgid "source port number or well known name (imap,imaps, http,https,...)" -msgstr "Numéro de port ou nom connu (imap, imaps, http, https,...) source " - -# File: lang/dynamic/helpers/controllers.php, line: 81 -msgid "destination ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "ip destination ou réseau, exemples 10.0.0.0/24, 10.0.0.1" - -# File: lang/dynamic/helpers/controllers.php, line: 82 -msgid "destination port number or well known name (imap,imaps, http,https,...)" -msgstr "" -"Numéro de port ou nom connu (imap, imaps, http, https,...) de destination " - -# File: lang/dynamic/helpers/controllers.php, line: 87 -msgid "matches incoming or outgoing packets or both (default)" -msgstr "vérifier les paquets entrant, sortant ou les deux (par défaut)" - -# File: lang/dynamic/helpers/controllers.php, line: 84 -msgid "target pipe or queue" -msgstr "tuyau ou file d'attente cible" - -# File: lang/dynamic/helpers/models.php, line: 35 -msgid "Root" -msgstr "Root" - -# File: src/www/index.php, line: 354 -msgid "Dashboard" -msgstr "Tableau de bord" - -# File: src/www/license.php, line: 32 -msgid "License" -msgstr "Licence" - -# File: src/www/diag_authentication.php, line: 107 -# File: src/www/interfaces.php, line: 2578 -# File: src/www/interfaces.php, line: 2652 -# File: src/www/interfaces.php, line: 2761 -# File: src/www/interfaces_ppps_edit.php, line: 189 -# File: src/www/interfaces_ppps_edit.php, line: 192 -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -# File: src/www/interfaces_ppps_edit.php, line: 534 -# File: src/www/services_dyndns_edit.php, line: 94 -# File: src/www/services_dyndns_edit.php, line: 373 -# File: src/www/services_opendns.php, line: 161 -# File: src/www/system_advanced_notifications.php, line: 235 -# File: src/www/system_usermanager.php, line: 163 -# File: src/www/system_usermanager.php, line: 168 -# File: src/www/system_usermanager.php, line: 491 -# File: src/www/system_usermanager_passwordmg.php, line: 40 -# File: src/www/system_usermanager_passwordmg.php, line: 117 -# File: src/www/system_usermanager_passwordmg.php, line: 121 -# File: src/www/vpn_l2tp_users_edit.php, line: 80 -# File: src/www/vpn_l2tp_users_edit.php, line: 185 -# File: src/www/vpn_openvpn_client.php, line: 702 -# File: src/www/vpn_openvpn_client.php, line: 765 -# File: src/www/vpn_pppoe_edit.php, line: 600 -# File: src/www/vpn_pptp_users_edit.php, line: 76 -# File: src/www/vpn_pptp_users_edit.php, line: 178 -msgid "Password" -msgstr "Mot de passe" - -# File: src/www/services_captiveportal.php, line: 1033 -msgid "Logout" -msgstr "Déconnexion" - -# File: src/www/index.php, line: 354 -msgid "Lobby" -msgstr "Accueil" - -# File: lang/dynamic/helpers/models.php, line: 38 -# File: lang/dynamic/helpers/models.php, line: 40 -# File: lang/dynamic/helpers/models.php, line: 42 -msgid "workAround" -msgstr "" - -# File: src/www/system_camanager.php, line: 657 -# File: src/www/system_certificates_tabs.inc, line: 6 -# File: src/www/system_crlmanager.php, line: 603 -msgid "Certificates" -msgstr "Certificats" - -# File: lang/dynamic/helpers/models.php, line: 41 -msgid "Authorities" -msgstr "Autorités" - -# File: lang/dynamic/helpers/models.php, line: 43 -msgid "Revocation" -msgstr "Révocation" - -# File: lang/dynamic/helpers/models.php, line: 47 -msgid "Trust" -msgstr "Certificats" - -# File: src/www/firewall_rules.php, line: 754 -# File: src/www/firewall_rules_edit.php, line: 1322 -# File: src/www/firewall_rules_edit.php, line: 1331 -# File: src/www/interfaces_lagg_edit.php, line: 221 -# File: src/www/load_balancer_virtual_server_edit.php, line: 233 -# File: src/www/vpn_ipsec_mobile.php, line: 448 -# File: src/www/vpn_openvpn_client.php, line: 674 -msgid "none" -msgstr "aucune" - -# File: lang/dynamic/helpers/models.php, line: 177 -msgid "History" -msgstr "Historique" - -# File: lang/dynamic/helpers/models.php, line: 47 -msgid "Backups" -msgstr "Sauvegardes" - -# File: lang/dynamic/helpers/models.php, line: 51 -msgid "Configuration" -msgstr "Configuration" - -# File: src/www/crash_reporter.php, line: 62 -msgid "Crash Reporter" -msgstr "Rapporter un crash" - -# File: lang/dynamic/helpers/models.php, line: 41 -msgid "Firmware" -msgstr "Firmware" - -# File: src/www/system_hasync.php, line: 97 -msgid "Synchronization" -msgstr "Synchronisation" - -# File: src/www/carp_status.php, line: 99 -msgid "CARP Status" -msgstr "Statut CARP" - -# File: src/www/system_hasync.php, line: 87 -msgid "High Availability" -msgstr "Haute disponibilité" - -# File: src/www/firewall_aliases_edit.php, line: 37 -# File: src/www/firewall_nat_1to1_edit.php, line: 211 -# File: src/www/firewall_nat_edit.php, line: 435 -# File: src/www/firewall_nat_npt_edit.php, line: 133 -# File: src/www/firewall_nat_out_edit.php, line: 325 -# File: src/www/firewall_rules_edit.php, line: 709 -# File: src/www/firewall_schedule_edit.php, line: 47 -# File: src/www/firewall_virtual_ip.php, line: 263 -# File: src/www/firewall_virtual_ip_edit.php, line: 233 -# File: src/www/interfaces_bridge_edit.php, line: 233 -# File: src/www/interfaces_gif_edit.php, line: 123 -# File: src/www/interfaces_gre_edit.php, line: 117 -# File: src/www/interfaces_groups_edit.php, line: 33 -# File: src/www/interfaces_lagg_edit.php, line: 124 -# File: src/www/interfaces_ppps_edit.php, line: 379 -# File: src/www/interfaces_qinq_edit.php, line: 30 -# File: src/www/interfaces_vlan_edit.php, line: 143 -# File: src/www/interfaces_wireless_edit.php, line: 139 -# File: src/www/load_balancer_monitor_edit.php, line: 182 -# File: src/www/load_balancer_pool_edit.php, line: 157 -# File: src/www/load_balancer_relay_action_edit.php, line: 170 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 127 -# File: src/www/load_balancer_virtual_server_edit.php, line: 132 -# File: src/www/pkg_edit.php, line: 254 -# File: src/www/services_igmpproxy_edit.php, line: 31 -# File: src/www/services_rfc2136_edit.php, line: 113 -# File: src/www/services_wol_edit.php, line: 105 -# File: src/www/vpn_l2tp_users_edit.php, line: 29 -# File: src/www/vpn_pppoe_edit.php, line: 254 -# File: src/www/vpn_pptp_users_edit.php, line: 137 -msgid "Edit" -msgstr "Éditer" - -# File: src/www/diag_smart.php, line: 299 -# File: src/www/firewall_aliases.php, line: 179 -msgid "All" -msgstr "Tout" - -# File: src/www/carp_status.php, line: 78 -# File: src/www/carp_status.php, line: 133 -# File: src/www/diag_gmirror.php, line: 222 -# File: src/www/diag_ipsec.php, line: 34 -# File: src/www/diag_ipsec.php, line: 101 -# File: src/www/diag_ipsec_leases.php, line: 32 -# File: src/www/diag_ipsec_leases.php, line: 75 -# File: src/www/diag_ipsec_sad.php, line: 33 -# File: src/www/diag_ipsec_spd.php, line: 33 -# File: src/www/diag_logs.php, line: 56 -# File: src/www/diag_logs_auth.php, line: 43 -# File: src/www/diag_logs_dhcp.php, line: 46 -# File: src/www/diag_logs_filter.php, line: 108 -# File: src/www/diag_logs_filter_dynamic.php, line: 48 -# File: src/www/diag_logs_filter_summary.php, line: 30 -# File: src/www/diag_logs_gateways.php, line: 57 -# File: src/www/diag_logs_ipsec.php, line: 47 -# File: src/www/diag_logs_ntpd.php, line: 44 -# File: src/www/diag_logs_openvpn.php, line: 31 -# File: src/www/diag_logs_ppp.php, line: 44 -# File: src/www/diag_logs_proxy.php, line: 44 -# File: src/www/diag_logs_relayd.php, line: 44 -# File: src/www/diag_logs_resolver.php, line: 57 -# File: src/www/diag_logs_routing.php, line: 43 -# File: src/www/diag_logs_settings.php, line: 170 -# File: src/www/diag_logs_vpn.php, line: 30 -# File: src/www/diag_logs_wireless.php, line: 45 -# File: src/www/easyrule.php, line: 76 -# File: src/www/status_captiveportal_expire.php, line: 51 -# File: src/www/status_captiveportal_test.php, line: 51 -# File: src/www/status_captiveportal_voucher_rolls.php, line: 50 -# File: src/www/status_captiveportal_vouchers.php, line: 50 -# File: src/www/status_dhcp_leases.php, line: 33 -# File: src/www/status_dhcpv6_leases.php, line: 34 -# File: src/www/status_filter_reload.php, line: 33 -# File: src/www/status_gateway_groups.php, line: 45 -# File: src/www/status_gateways.php, line: 38 -# File: src/www/status_gateways.php, line: 76 -# File: src/www/status_graph.php, line: 95 -# File: src/www/status_graph_cpu.php, line: 29 -# File: src/www/status_interfaces.php, line: 44 -# File: src/www/status_interfaces.php, line: 84 -# File: src/www/status_lb_pool.php, line: 55 -# File: src/www/status_lb_vs.php, line: 43 -# File: src/www/status_lb_vs.php, line: 82 -# File: src/www/status_ntpd.php, line: 145 -# File: src/www/status_ntpd.php, line: 174 -# File: src/www/status_openvpn.php, line: 32 -# File: src/www/status_openvpn.php, line: 281 -# File: src/www/status_openvpn.php, line: 344 -# File: src/www/status_rrd_graph.php, line: 237 -# File: src/www/status_rrd_graph_settings.php, line: 101 -# File: src/www/status_services.php, line: 52 -# File: src/www/status_services.php, line: 79 -# File: src/www/status_upnp.php, line: 44 -# File: src/www/status_wireless.php, line: 31 -# File: src/www/status_wireless.php, line: 68 -# File: src/www/widgets/widgets/gateways.widget.php, line: 49 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 46 -msgid "Status" -msgstr "Statut" - -# File: lang/dynamic/helpers/models.php, line: 202 -# File: lang/dynamic/helpers/models.php, line: 211 -# File: lang/dynamic/helpers/models.php, line: 217 -# File: lang/dynamic/helpers/models.php, line: 241 -# File: lang/dynamic/helpers/models.php, line: 254 -# File: lang/dynamic/helpers/models.php, line: 285 -# File: src/www/diag_logs_auth.php, line: 47 -# File: src/www/diag_logs_openvpn.php, line: 37 -# File: src/www/diag_logs_proxy.php, line: 49 -# File: src/www/diag_logs_relayd.php, line: 48 -msgid "Log File" -msgstr "Journal d'évènements" - -# File: src/www/system_gateways_tabs.inc, line: 7 -msgid "Routes" -msgstr "Routes" - -# File: src/www/system_groupmanager.php, line: 58 -# File: src/www/vpn_ipsec_mobile.php, line: 674 -msgid "Group" -msgstr "Groupe" - -# File: src/www/status_gateway_groups.php, line: 60 -msgid "Group Status" -msgstr "Statut du groupe" - -# File: src/www/diag_logs_gateways.php, line: 57 -# File: src/www/diag_logs_pills.php, line: 64 -# File: src/www/status_gateway_groups.php, line: 66 -# File: src/www/status_gateway_groups.php, line: 81 -# File: src/www/status_gateways.php, line: 38 -# File: src/www/status_gateways.php, line: 58 -# File: src/www/system_gateway_groups.php, line: 141 -# File: src/www/system_gateway_groups_edit.php, line: 151 -# File: src/www/system_gateways.php, line: 184 -# File: src/www/system_gateways_edit.php, line: 548 -# File: src/www/system_gateways_tabs.inc, line: 6 -msgid "Gateways" -msgstr "Passerelles" - -# File: src/www/diag_logs.php, line: 56 -# File: src/www/diag_logs_pills.php, line: 63 -# File: src/www/system_advanced_tabs.inc, line: 6 -# File: src/www/system_general.php, line: 286 -msgid "General" -msgstr "Général" - -# File: src/www/system_advanced_admin.php, line: 277 -# File: src/www/system_advanced_tabs.inc, line: 7 -msgid "Admin Access" -msgstr "Accès Administrateur" - -# File: src/www/system_advanced_network.php, line: 142 -# File: src/www/system_advanced_tabs.inc, line: 9 -msgid "Networking" -msgstr "Réseau" - -# File: lang/dynamic/helpers/models.php, line: 46 -msgid "Firewall/NAT" -msgstr "Pare-feu/NAT" - -# File: src/www/system_advanced_notifications.php, line: 167 -# File: src/www/system_advanced_tabs.inc, line: 12 -msgid "Notifications" -msgstr "Notifications" - -# File: lang/dynamic/helpers/models.php, line: 79 -msgid "Logs/Reports" -msgstr "Rapports" - -# File: src/www/system_advanced_misc.php, line: 224 -# File: src/www/system_advanced_tabs.inc, line: 10 -msgid "Miscellaneous" -msgstr "Divers" - -# File: src/www/system_advanced_sysctl.php, line: 119 -msgid "Tunables" -msgstr "Optimisables" - -# File: src/www/diag_logs_settings.php, line: 170 -# File: src/www/diag_logs_tabs.inc, line: 40 -# File: src/www/load_balancer_monitor.php, line: 107 -# File: src/www/load_balancer_pool.php, line: 118 -# File: src/www/load_balancer_setting.php, line: 84 -# File: src/www/load_balancer_setting.php, line: 112 -# File: src/www/load_balancer_virtual_server.php, line: 117 -# File: src/www/status_rrd_graph_tabs.inc, line: 34 -# File: src/www/system_advanced_admin.php, line: 277 -# File: src/www/system_advanced_firewall.php, line: 232 -# File: src/www/system_advanced_misc.php, line: 224 -# File: src/www/system_advanced_network.php, line: 142 -# File: src/www/system_advanced_notifications.php, line: 167 -# File: src/www/system_advanced_sysctl.php, line: 118 -# File: src/www/system_authservers.php, line: 472 -# File: src/www/system_general.php, line: 286 -# File: src/www/system_groupmanager.php, line: 260 -# File: src/www/system_groupmanager_addprivs.php, line: 171 -# File: src/www/system_usermanager.php, line: 443 -# File: src/www/system_usermanager_addprivs.php, line: 151 -# File: src/www/system_usermanager_settings.php, line: 118 -# File: src/www/vpn_ipsec_settings.php, line: 112 -msgid "Settings" -msgstr "Paramètres" - -# File: lang/dynamic/helpers/models.php, line: 82 -msgid "Step" -msgstr "Étape" - -# File: lang/dynamic/helpers/models.php, line: 83 -msgid "Wizard" -msgstr "Assistant" - -# File: src/www/system_groupmanager_addprivs.php, line: 48 -# File: src/www/system_usermanager_addprivs.php, line: 48 -msgid "Privileges" -msgstr "Privilèges" - -# File: src/www/services_captiveportal_zones.php, line: 95 -# File: src/www/system_authservers.php, line: 470 -# File: src/www/system_groupmanager.php, line: 258 -# File: src/www/system_groupmanager_addprivs.php, line: 169 -# File: src/www/system_usermanager.php, line: 441 -# File: src/www/system_usermanager_addprivs.php, line: 149 -# File: src/www/system_usermanager_settings.php, line: 116 -# File: src/www/vpn_l2tp.php, line: 299 -# File: src/www/vpn_l2tp_users.php, line: 29 -# File: src/www/vpn_l2tp_users.php, line: 103 -# File: src/www/vpn_l2tp_users_edit.php, line: 167 -# File: src/www/vpn_pptp.php, line: 318 -# File: src/www/vpn_pptp_users.php, line: 63 -# File: src/www/vpn_pptp_users.php, line: 97 -# File: src/www/vpn_pptp_users_edit.php, line: 160 -msgid "Users" -msgstr "Utilisateurs" - -# File: src/www/interfaces_groups.php, line: 53 -# File: src/www/interfaces_groups_edit.php, line: 33 -# File: src/www/system_authservers.php, line: 471 -# File: src/www/system_gateways_tabs.inc, line: 8 -# File: src/www/system_groupmanager.php, line: 259 -# File: src/www/system_groupmanager_addprivs.php, line: 170 -# File: src/www/system_usermanager.php, line: 442 -# File: src/www/system_usermanager.php, line: 896 -# File: src/www/system_usermanager_addprivs.php, line: 150 -# File: src/www/system_usermanager_settings.php, line: 117 -msgid "Groups" -msgstr "Groupes" - -# File: src/www/load_balancer_pool.php, line: 135 -# File: src/www/status_lb_pool.php, line: 137 -# File: src/www/status_lb_vs.php, line: 81 -# File: src/www/system_authservers.php, line: 473 -# File: src/www/system_groupmanager.php, line: 261 -# File: src/www/system_groupmanager_addprivs.php, line: 172 -# File: src/www/system_usermanager.php, line: 444 -# File: src/www/system_usermanager_addprivs.php, line: 152 -# File: src/www/system_usermanager_settings.php, line: 119 -msgid "Servers" -msgstr "Serveurs" - -# File: lang/dynamic/helpers/models.php, line: 93 -msgid "Tester" -msgstr "Tester" - -# File: src/www/diag_logs_pills.inc, line: 45 -msgid "Access" -msgstr "Authentification" - -# File: lang/dynamic/helpers/models.php, line: 181 -msgid "Factory Defaults" -msgstr "Paramètres d'usine" - -# File: lang/dynamic/helpers/models.php, line: 182 -msgid "Halt System" -msgstr "Arrêter le Système" - -# File: src/www/reboot.php, line: 34 -msgid "Reboot System" -msgstr "Redémarrer le système" - -# File: src/www/widgets/widgets/smart_status.widget.php, line: 41 -msgid "SMART Status" -msgstr "Statut SMART" - -# File: src/www/load_balancer_monitor.php, line: 76 -# File: src/www/load_balancer_monitor_edit.php, line: 182 -# File: src/www/load_balancer_pool.php, line: 85 -# File: src/www/load_balancer_pool_edit.php, line: 157 -# File: src/www/load_balancer_relay_action.php, line: 92 -# File: src/www/load_balancer_relay_action_edit.php, line: 170 -# File: src/www/load_balancer_relay_protocol.php, line: 88 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 127 -# File: src/www/load_balancer_setting.php, line: 84 -# File: src/www/load_balancer_virtual_server.php, line: 85 -# File: src/www/load_balancer_virtual_server_edit.php, line: 132 -# File: src/www/services_captiveportal.php, line: 56 -# File: src/www/services_captiveportal_filemanager.php, line: 65 -# File: src/www/services_captiveportal_ip.php, line: 49 -# File: src/www/services_captiveportal_ip_edit.php, line: 48 -# File: src/www/services_captiveportal_mac.php, line: 53 -# File: src/www/services_captiveportal_mac_edit.php, line: 50 -# File: src/www/services_captiveportal_vouchers.php, line: 85 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 35 -# File: src/www/services_captiveportal_zones_edit.php, line: 34 -# File: src/www/services_dhcp.php, line: 552 -# File: src/www/services_dhcp_edit.php, line: 309 -# File: src/www/services_dhcp_relay.php, line: 90 -# File: src/www/services_dhcpv6.php, line: 346 -# File: src/www/services_dhcpv6_edit.php, line: 165 -# File: src/www/services_dhcpv6_relay.php, line: 91 -# File: src/www/services_dnsmasq.php, line: 139 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 109 -# File: src/www/services_dnsmasq_edit.php, line: 156 -# File: src/www/services_dyndns.php, line: 50 -# File: src/www/services_dyndns_edit.php, line: 172 -# File: src/www/services_igmpproxy.php, line: 65 -# File: src/www/services_ntpd.php, line: 161 -# File: src/www/services_ntpd_gps.php, line: 150 -# File: src/www/services_ntpd_pps.php, line: 90 -# File: src/www/services_rfc2136.php, line: 46 -# File: src/www/services_rfc2136_edit.php, line: 113 -# File: src/www/services_router_advertisements.php, line: 157 -# File: src/www/services_snmp.php, line: 154 -# File: src/www/services_unbound.php, line: 160 -# File: src/www/services_unbound_advanced.php, line: 114 -# File: src/www/services_unbound_domainoverride_edit.php, line: 101 -# File: src/www/services_unbound_host_edit.php, line: 155 -# File: src/www/services_wol.php, line: 105 -# File: src/www/services_wol_edit.php, line: 105 -# File: src/www/status_services.php, line: 52 -# File: src/www/system_authservers.php, line: 187 -# File: src/www/vpn_pppoe_edit.php, line: 254 -msgid "Services" -msgstr "Services" - -# File: src/www/crash_reporter.php, line: 62 -# File: src/www/diag_arp.php, line: 246 -# File: src/www/diag_authentication.php, line: 56 -# File: src/www/diag_backup.php, line: 540 -# File: src/www/diag_confbak.php, line: 125 -# File: src/www/diag_defaults.php, line: 33 -# File: src/www/diag_dns.php, line: 29 -# File: src/www/diag_dump_states.php, line: 59 -# File: src/www/diag_dump_states_sources.php, line: 53 -# File: src/www/diag_gmirror.php, line: 33 -# File: src/www/diag_halt.php, line: 35 -# File: src/www/diag_ndp.php, line: 91 -# File: src/www/diag_packet_capture.php, line: 75 -# File: src/www/diag_ping.php, line: 30 -# File: src/www/diag_resetstate.php, line: 50 -# File: src/www/diag_routes.php, line: 57 -# File: src/www/diag_smart.php, line: 32 -# File: src/www/diag_sockets.php, line: 32 -# File: src/www/diag_states_summary.php, line: 180 -# File: src/www/diag_tables.php, line: 33 -# File: src/www/diag_testport.php, line: 32 -# File: src/www/diag_traceroute.php, line: 32 -# File: src/www/reboot.php, line: 34 -msgid "Diagnostics" -msgstr "Diagnostics" - -# File: src/www/diag_backup.php, line: 153 -# File: src/www/diag_logs_tabs.inc, line: 29 -# File: src/www/status_rrd_graph_img.php, line: 37 -# File: src/www/status_rrd_graph_settings.php, line: 39 -# File: src/www/status_rrd_graph_tabs.inc, line: 4 -# File: src/www/system_advanced_admin.php, line: 277 -# File: src/www/system_advanced_firewall.php, line: 232 -# File: src/www/system_advanced_misc.php, line: 224 -# File: src/www/system_advanced_network.php, line: 142 -# File: src/www/system_advanced_notifications.php, line: 167 -# File: src/www/system_advanced_sysctl.php, line: 118 -# File: src/www/system_authservers.php, line: 34 -# File: src/www/system_camanager.php, line: 41 -# File: src/www/system_certmanager.php, line: 44 -# File: src/www/system_crlmanager.php, line: 35 -# File: src/www/system_gateway_groups.php, line: 97 -# File: src/www/system_gateway_groups_edit.php, line: 151 -# File: src/www/system_gateways.php, line: 184 -# File: src/www/system_gateways_edit.php, line: 548 -# File: src/www/system_general.php, line: 84 -# File: src/www/system_general.php, line: 286 -# File: src/www/system_general.php, line: 311 -# File: src/www/system_groupmanager.php, line: 33 -# File: src/www/system_groupmanager_addprivs.php, line: 47 -# File: src/www/system_hasync.php, line: 87 -# File: src/www/system_routes.php, line: 201 -# File: src/www/system_routes_edit.php, line: 223 -# File: src/www/system_usermanager.php, line: 37 -# File: src/www/system_usermanager_passwordmg.php, line: 33 -# File: src/www/system_usermanager_settings.php, line: 37 -msgid "System" -msgstr "Système" - -# File: src/www/diag_ipsec_tabs.inc, line: 28 -msgid "Overview" -msgstr "Vue d'ensemble" - -# File: lang/dynamic/helpers/models.php, line: 107 -msgid "Assignments" -msgstr "Assignations" - -# File: src/www/interfaces_bridge.php, line: 79 -# File: src/www/interfaces_bridge_edit.php, line: 233 -msgid "Bridge" -msgstr "Bridge" - -# File: src/www/interfaces_assign.php, line: 463 -# File: src/www/interfaces_bridge.php, line: 110 -# File: src/www/interfaces_gif.php, line: 67 -# File: src/www/interfaces_gif.php, line: 98 -# File: src/www/interfaces_gif_edit.php, line: 123 -# File: src/www/interfaces_gre.php, line: 99 -# File: src/www/interfaces_groups.php, line: 84 -# File: src/www/interfaces_lagg.php, line: 104 -# File: src/www/interfaces_ppps.php, line: 100 -# File: src/www/interfaces_qinq.php, line: 108 -# File: src/www/interfaces_vlan.php, line: 108 -# File: src/www/interfaces_wireless.php, line: 98 -msgid "GIF" -msgstr "GIF" - -# File: src/www/interfaces_assign.php, line: 462 -# File: src/www/interfaces_bridge.php, line: 109 -# File: src/www/interfaces_gif.php, line: 97 -# File: src/www/interfaces_gre.php, line: 68 -# File: src/www/interfaces_gre.php, line: 98 -# File: src/www/interfaces_gre_edit.php, line: 117 -# File: src/www/interfaces_groups.php, line: 83 -# File: src/www/interfaces_lagg.php, line: 103 -# File: src/www/interfaces_ppps.php, line: 99 -# File: src/www/interfaces_qinq.php, line: 107 -# File: src/www/interfaces_vlan.php, line: 107 -# File: src/www/interfaces_wireless.php, line: 97 -msgid "GRE" -msgstr "GRE" - -# File: src/www/interfaces_assign.php, line: 465 -# File: src/www/interfaces_bridge.php, line: 112 -# File: src/www/interfaces_gif.php, line: 100 -# File: src/www/interfaces_gre.php, line: 101 -# File: src/www/interfaces_groups.php, line: 86 -# File: src/www/interfaces_lagg.php, line: 73 -# File: src/www/interfaces_lagg.php, line: 106 -# File: src/www/interfaces_lagg_edit.php, line: 124 -# File: src/www/interfaces_ppps.php, line: 102 -# File: src/www/interfaces_qinq.php, line: 110 -# File: src/www/interfaces_vlan.php, line: 110 -# File: src/www/interfaces_wireless.php, line: 100 -msgid "LAGG" -msgstr "LAGG" - -# File: src/www/interfaces_qinq.php, line: 77 -# File: src/www/interfaces_qinq_edit.php, line: 30 -msgid "QinQ" -msgstr "QinQ" - -# File: src/www/interfaces_vlan.php, line: 76 -# File: src/www/interfaces_vlan_edit.php, line: 143 -msgid "VLAN" -msgstr "VLAN" - -# File: lang/dynamic/helpers/models.php, line: 122 -msgid "Other Types" -msgstr "Autres types" - -# File: lang/dynamic/helpers/models.php, line: 124 -# File: lang/dynamic/helpers/models.php, line: 128 -msgid "Devices" -msgstr "Matériels" - -# File: lang/dynamic/helpers/models.php, line: 126 -msgid "Point-to-Point" -msgstr "Point-à-Point" - -# File: src/www/diag_logs_pills.php, line: 67 -# File: src/www/diag_logs_wireless.php, line: 45 -# File: src/www/interfaces_assign.php, line: 458 -# File: src/www/interfaces_bridge.php, line: 105 -# File: src/www/interfaces_gif.php, line: 93 -# File: src/www/interfaces_gre.php, line: 94 -# File: src/www/interfaces_groups.php, line: 79 -# File: src/www/interfaces_lagg.php, line: 99 -# File: src/www/interfaces_ppps.php, line: 95 -# File: src/www/interfaces_qinq.php, line: 103 -# File: src/www/interfaces_vlan.php, line: 103 -# File: src/www/interfaces_wireless.php, line: 66 -# File: src/www/interfaces_wireless.php, line: 93 -# File: src/www/interfaces_wireless_edit.php, line: 139 -# File: src/www/status_rrd_graph_tabs.inc, line: 13 -# File: src/www/status_wireless.php, line: 31 -msgid "Wireless" -msgstr "Réseau sans fil" - -# File: src/www/diag_dns.php, line: 29 -# File: src/www/diag_dns.php, line: 265 -msgid "DNS Lookup" -msgstr "Résolution DNS" - -# File: src/www/diag_packet_capture.php, line: 75 -msgid "Packet Capture" -msgstr "Capture de paquets" - -# File: src/www/diag_dns.php, line: 251 -# File: src/www/diag_ping.php, line: 30 -# File: src/www/diag_ping.php, line: 86 -# File: src/www/diag_ping.php, line: 131 -msgid "Ping" -msgstr "Ping" - -# File: src/www/diag_testport.php, line: 32 -# File: src/www/diag_testport.php, line: 102 -msgid "Test Port" -msgstr "Tester le Port" - -# File: src/www/diag_dns.php, line: 252 -# File: src/www/diag_traceroute.php, line: 32 -# File: src/www/diag_traceroute.php, line: 94 -# File: src/www/diag_traceroute.php, line: 147 -msgid "Traceroute" -msgstr "Traceroute" - -# File: lang/dynamic/helpers/models.php, line: 128 -# File: lang/dynamic/helpers/models.php, line: 166 -msgid "Details" -msgstr "Détails" - -# File: src/www/status_graph.php, line: 95 -msgid "Traffic Graph" -msgstr "Graphique de trafic" - -# File: src/www/diag_backup.php, line: 145 -# File: src/www/diag_logs_filter_summary.php, line: 43 -# File: src/www/interfaces.php, line: 1345 -# File: src/www/interfaces_assign.php, line: 31 -# File: src/www/interfaces_bridge.php, line: 79 -# File: src/www/interfaces_bridge_edit.php, line: 233 -# File: src/www/interfaces_gif.php, line: 67 -# File: src/www/interfaces_gif_edit.php, line: 123 -# File: src/www/interfaces_gre.php, line: 68 -# File: src/www/interfaces_gre_edit.php, line: 117 -# File: src/www/interfaces_groups.php, line: 53 -# File: src/www/interfaces_groups_edit.php, line: 33 -# File: src/www/interfaces_lagg.php, line: 73 -# File: src/www/interfaces_lagg_edit.php, line: 124 -# File: src/www/interfaces_ppps_edit.php, line: 379 -# File: src/www/interfaces_qinq.php, line: 77 -# File: src/www/interfaces_qinq_edit.php, line: 30 -# File: src/www/interfaces_vlan.php, line: 76 -# File: src/www/interfaces_vlan_edit.php, line: 143 -# File: src/www/interfaces_wireless.php, line: 66 -# File: src/www/interfaces_wireless_edit.php, line: 139 -# File: src/www/services_captiveportal.php, line: 515 -# File: src/www/services_captiveportal_zones.php, line: 94 -# File: src/www/services_dnsmasq.php, line: 275 -# File: src/www/status_interfaces.php, line: 44 -msgid "Interfaces" -msgstr "Interfaces" - -# File: lang/dynamic/helpers/models.php, line: 140 -msgid "NoneEdit" -msgstr "" - -# File: src/etc/inc/ipsec.inc, line: 267 -# File: src/www/diag_system_pftop.php, line: 141 -# File: src/www/firewall_nat_edit.php, line: 822 -# File: src/www/firewall_nat_edit.php, line: 853 -# File: src/www/interfaces.php, line: 1350 -# File: src/www/interfaces.php, line: 1351 -# File: src/www/interfaces.php, line: 1757 -# File: src/www/interfaces.php, line: 1866 -# File: src/www/interfaces_bridge_edit.php, line: 457 -# File: src/www/system_advanced_misc.php, line: 443 -# File: src/www/vpn_ipsec_phase2.php, line: 650 -msgid "None" -msgstr "Aucun" - -# File: lang/dynamic/helpers/models.php, line: 144 -msgid "IPs" -msgstr "IPs" - -# File: src/www/firewall_aliases.php, line: 177 -msgid "Ports" -msgstr "Ports" - -# File: src/www/firewall_aliases.php, line: 178 -msgid "URLs" -msgstr "URLs" - -# File: lang/dynamic/helpers/models.php, line: 97 -msgid "Import" -msgstr "Importation" - -# File: src/www/diag_backup.php, line: 138 -# File: src/www/firewall_aliases.php, line: 146 -# File: src/www/firewall_aliases_edit.php, line: 37 -# File: src/www/firewall_aliases_import.php, line: 37 -# File: src/www/firewall_aliases_import.php, line: 59 -# File: src/www/services_dnsmasq_edit.php, line: 230 -# File: src/www/services_unbound_host_edit.php, line: 232 -msgid "Aliases" -msgstr "Alias" - -# File: lang/dynamic/helpers/models.php, line: 92 -msgid "RulesEdit" -msgstr "ÉditerRègles" - -# File: src/www/firewall_rules.php, line: 375 -msgid "Floating" -msgstr "Flottant" - -# File: src/www/diag_arp.php, line: 337 -# File: src/www/diag_logs_filter.php, line: 200 -# File: src/www/diag_ndp.php, line: 154 -# File: src/www/diag_packet_capture.php, line: 237 -# File: src/www/firewall_nat_1to1.php, line: 181 -# File: src/www/firewall_nat_1to1_edit.php, line: 101 -# File: src/www/firewall_nat_1to1_edit.php, line: 309 -# File: src/www/firewall_nat_edit.php, line: 181 -# File: src/www/firewall_nat_edit.php, line: 184 -# File: src/www/firewall_nat_edit.php, line: 485 -# File: src/www/firewall_nat_npt.php, line: 107 -# File: src/www/firewall_nat_npt_edit.php, line: 93 -# File: src/www/firewall_nat_npt_edit.php, line: 170 -# File: src/www/firewall_nat_out.php, line: 305 -# File: src/www/firewall_nat_out.php, line: 492 -# File: src/www/firewall_nat_out_edit.php, line: 134 -# File: src/www/firewall_nat_out_edit.php, line: 465 -# File: src/www/firewall_rules_edit.php, line: 817 -# File: src/www/firewall_virtual_ip.php, line: 226 -# File: src/www/firewall_virtual_ip_edit.php, line: 358 -# File: src/www/interfaces_assign.php, line: 479 -# File: src/www/interfaces_bridge.php, line: 126 -# File: src/www/interfaces_gif.php, line: 114 -# File: src/www/interfaces_gre.php, line: 115 -# File: src/www/interfaces_groups_edit.php, line: 276 -# File: src/www/interfaces_lagg.php, line: 121 -# File: src/www/interfaces_ppps.php, line: 116 -# File: src/www/interfaces_qinq.php, line: 125 -# File: src/www/interfaces_vlan.php, line: 123 -# File: src/www/interfaces_wireless.php, line: 114 -# File: src/www/services_captiveportal.php, line: 198 -# File: src/www/services_dhcp_relay.php, line: 61 -# File: src/www/services_dhcpv6_relay.php, line: 62 -# File: src/www/services_dyndns.php, line: 89 -# File: src/www/services_igmpproxy_edit.php, line: 161 -# File: src/www/services_wol.php, line: 136 -# File: src/www/services_wol.php, line: 171 -# File: src/www/services_wol_edit.php, line: 75 -# File: src/www/services_wol_edit.php, line: 136 -# File: src/www/status_graph.php, line: 205 -# File: src/www/system_gateways.php, line: 232 -# File: src/www/system_gateways_edit.php, line: 110 -# File: src/www/system_gateways_edit.php, line: 699 -# File: src/www/system_routes.php, line: 250 -# File: src/www/vpn_ipsec_phase1.php, line: 656 -# File: src/www/vpn_l2tp.php, line: 328 -# File: src/www/vpn_openvpn_client.php, line: 586 -# File: src/www/vpn_openvpn_server.php, line: 941 -# File: src/www/vpn_pppoe.php, line: 121 -# File: src/www/vpn_pppoe_edit.php, line: 415 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 45 -msgid "Interface" -msgstr "Interface" - -# File: src/www/diag_system_pftop.php, line: 129 -# File: src/www/firewall_rules.php, line: 35 -# File: src/www/firewall_rules_edit.php, line: 709 -msgid "Rules" -msgstr "Règles" - -# File: lang/dynamic/helpers/models.php, line: 83 -msgid "NatEdit" -msgstr "ÉditerNAT" - -# File: src/www/firewall_nat.php, line: 148 -# File: src/www/firewall_nat.php, line: 201 -# File: src/www/firewall_nat_1to1.php, line: 163 -# File: src/www/firewall_nat_edit.php, line: 435 -# File: src/www/firewall_nat_npt.php, line: 91 -# File: src/www/firewall_nat_out.php, line: 224 -msgid "Port Forward" -msgstr "Redirection de port" - -# File: lang/dynamic/helpers/models.php, line: 86 -msgid "OneOnOneEdit" -msgstr "" - -# File: src/www/firewall_nat.php, line: 202 -# File: src/www/firewall_nat_1to1.php, line: 132 -# File: src/www/firewall_nat_1to1.php, line: 164 -# File: src/www/firewall_nat_1to1_edit.php, line: 211 -# File: src/www/firewall_nat_npt.php, line: 92 -# File: src/www/firewall_nat_out.php, line: 225 -msgid "1:1" -msgstr "1:1" - -# File: lang/dynamic/helpers/models.php, line: 88 -msgid "OutboundEdit" -msgstr "" - -# File: src/www/firewall_nat.php, line: 203 -# File: src/www/firewall_nat_1to1.php, line: 165 -# File: src/www/firewall_nat_npt.php, line: 93 -# File: src/www/firewall_nat_out.php, line: 198 -# File: src/www/firewall_nat_out.php, line: 226 -# File: src/www/firewall_nat_out_edit.php, line: 325 -msgid "Outbound" -msgstr "Sortant" - -# File: lang/dynamic/helpers/models.php, line: 106 -msgid "NPTEdit" -msgstr "ÉditerNPT" - -# File: lang/dynamic/helpers/models.php, line: 107 -msgid "NPT (IPv6)" -msgstr "NPT (IPv6)" - -# File: src/www/diag_backup.php, line: 147 -# File: src/www/firewall_nat.php, line: 148 -# File: src/www/firewall_nat_1to1.php, line: 132 -# File: src/www/firewall_nat_1to1_edit.php, line: 211 -# File: src/www/firewall_nat_edit.php, line: 435 -# File: src/www/firewall_nat_npt.php, line: 64 -# File: src/www/firewall_nat_npt_edit.php, line: 133 -# File: src/www/firewall_nat_out.php, line: 198 -# File: src/www/firewall_nat_out_edit.php, line: 325 -# File: src/www/firewall_virtual_ip.php, line: 278 -msgid "NAT" -msgstr "NAT" - -# File: lang/dynamic/helpers/models.php, line: 165 -msgid "TrafficShaper" -msgstr "RégulateurTrafic" - -# File: lang/dynamic/helpers/models.php, line: 99 -msgid "VirtualIPEdit" -msgstr "ÉditerIPVirtuelle" - -# File: src/www/firewall_virtual_ip.php, line: 209 -msgid "Virtual IPs" -msgstr "IPs virtuelles" - -# File: lang/dynamic/helpers/models.php, line: 96 -msgid "SchedulesEdit" -msgstr "ÉditerPlanifications" - -# File: src/www/firewall_schedule.php, line: 36 -# File: src/www/firewall_schedule_edit.php, line: 47 -# File: src/www/system_advanced_misc.php, line: 500 -msgid "Schedules" -msgstr "Planificateurs" - -# File: lang/dynamic/helpers/models.php, line: 138 -msgid "Filter Reload" -msgstr "Recharger le filtre" - -# File: lang/dynamic/helpers/models.php, line: 186 -msgid "pfInfo" -msgstr "pfInfo" - -# File: lang/dynamic/helpers/models.php, line: 187 -msgid "pfTop" -msgstr "pfTop" - -# File: lang/dynamic/helpers/models.php, line: 167 -# File: src/www/diag_tables.php, line: 76 -msgid "pfTables" -msgstr "pfTables" - -# File: lang/dynamic/helpers/models.php, line: 232 -msgid "SocketsDetails" -msgstr "" - -# File: src/www/diag_sockets.php, line: 32 -msgid "Sockets" -msgstr "Sockets" - -# File: lang/dynamic/helpers/models.php, line: 170 -msgid "States Dump" -msgstr "Purger les états" - -# File: lang/dynamic/helpers/models.php, line: 171 -msgid "States Reset" -msgstr "Remettre à zéro les états" - -# File: lang/dynamic/helpers/models.php, line: 194 -msgid "States Summary" -msgstr "Résumé des États" - -# File: src/www/diag_dump_states.php, line: 136 -# File: src/www/diag_dump_states_sources.php, line: 130 -# File: src/www/diag_logs.php, line: 102 -# File: src/www/diag_logs_filter.php, line: 177 -# File: src/www/diag_logs_filter.php, line: 243 -# File: src/www/diag_logs_gateways.php, line: 103 -# File: src/www/diag_logs_resolver.php, line: 102 -msgid "Filter" -msgstr "Filtre" - -# File: src/www/diag_dump_states_sources.php, line: 100 -msgid "Source Tracking" -msgstr "Suivi de Source" - -# File: src/www/diag_logs_pills.php, line: 56 -msgid "Normal View" -msgstr "Vue normale" - -# File: src/www/diag_logs_pills.php, line: 57 -msgid "Dynamic View" -msgstr "Vue dynamique" - -# File: src/www/diag_logs_pills.php, line: 58 -msgid "Summary View" -msgstr "Vue sommaire" - -# File: lang/dynamic/helpers/models.php, line: 142 -# File: src/www/diag_logs_filter_plain.php, line: 52 -msgid "Plain View" -msgstr "Vue brute" - -# File: lang/dynamic/helpers/models.php, line: 71 -# File: lang/dynamic/helpers/models.php, line: 80 -# File: lang/dynamic/helpers/models.php, line: 143 -# File: lang/dynamic/helpers/models.php, line: 272 -# File: src/www/diag_logs.php, line: 51 -# File: src/www/diag_logs_filter.php, line: 593 -# File: src/www/diag_logs_filter_dynamic.php, line: 50 -# File: src/www/diag_logs_filter_plain.php, line: 52 -# File: src/www/diag_logs_filter_summary.php, line: 30 -# File: src/www/diag_logs_gateways.php, line: 53 -# File: src/www/diag_logs_resolver.php, line: 53 -# File: src/www/diag_logs_routing.php, line: 50 -# File: src/www/diag_logs_settings.php, line: 215 -# File: src/www/diag_logs_wireless.php, line: 52 -msgid "Log Files" -msgstr "Journaux d'évènements" - -# File: src/www/diag_logs_filter.php, line: 108 -# File: src/www/diag_logs_tabs.inc, line: 30 -# File: src/www/firewall_aliases.php, line: 146 -# File: src/www/firewall_aliases_edit.php, line: 37 -# File: src/www/firewall_aliases_import.php, line: 37 -# File: src/www/firewall_nat.php, line: 148 -# File: src/www/firewall_nat_1to1.php, line: 132 -# File: src/www/firewall_nat_1to1_edit.php, line: 211 -# File: src/www/firewall_nat_edit.php, line: 435 -# File: src/www/firewall_nat_npt.php, line: 64 -# File: src/www/firewall_nat_npt_edit.php, line: 133 -# File: src/www/firewall_nat_out.php, line: 198 -# File: src/www/firewall_nat_out_edit.php, line: 325 -# File: src/www/firewall_rules.php, line: 35 -# File: src/www/firewall_rules_edit.php, line: 709 -# File: src/www/firewall_schedule.php, line: 36 -# File: src/www/firewall_schedule_edit.php, line: 47 -# File: src/www/firewall_virtual_ip.php, line: 177 -# File: src/www/firewall_virtual_ip_edit.php, line: 233 -# File: src/www/services_igmpproxy_edit.php, line: 31 -msgid "Firewall" -msgstr "Pare-feu" - -# File: lang/dynamic/helpers/models.php, line: 189 -msgid "Tab" -msgstr "Tabulation" - -# File: src/www/diag_dns.php, line: 154 -# File: src/www/diag_dns.php, line: 231 -# File: src/www/diag_logs_settings.php, line: 397 -# File: src/www/diag_logs_settings.php, line: 401 -# File: src/www/diag_logs_settings.php, line: 405 -# File: src/www/services_rfc2136.php, line: 83 -# File: src/www/services_rfc2136_edit.php, line: 199 -# File: src/www/status_ntpd.php, line: 175 -# File: src/www/vpn_ipsec_mobile.php, line: 602 -# File: src/www/vpn_ipsec_mobile.php, line: 608 -# File: src/www/vpn_ipsec_mobile.php, line: 614 -# File: src/www/vpn_ipsec_mobile.php, line: 620 -# File: src/www/vpn_ipsec_mobile.php, line: 644 -# File: src/www/vpn_ipsec_mobile.php, line: 650 -# File: src/www/vpn_openvpn_client.php, line: 487 -# File: src/www/vpn_openvpn_client.php, line: 1219 -# File: src/www/vpn_openvpn_csc.php, line: 353 -# File: src/www/vpn_openvpn_csc.php, line: 583 -# File: src/www/vpn_openvpn_csc.php, line: 591 -# File: src/www/vpn_openvpn_csc.php, line: 599 -# File: src/www/vpn_openvpn_csc.php, line: 607 -# File: src/www/vpn_openvpn_csc.php, line: 635 -# File: src/www/vpn_openvpn_csc.php, line: 643 -# File: src/www/vpn_openvpn_csc.php, line: 734 -# File: src/www/vpn_openvpn_csc.php, line: 742 -# File: src/www/vpn_openvpn_export.php, line: 629 -# File: src/www/vpn_openvpn_export_shared.php, line: 305 -# File: src/www/vpn_openvpn_server.php, line: 533 -# File: src/www/vpn_openvpn_server.php, line: 816 -# File: src/www/vpn_openvpn_server.php, line: 1699 -# File: src/www/vpn_openvpn_server.php, line: 1707 -# File: src/www/vpn_openvpn_server.php, line: 1715 -# File: src/www/vpn_openvpn_server.php, line: 1723 -# File: src/www/vpn_openvpn_server.php, line: 1771 -# File: src/www/vpn_openvpn_server.php, line: 1779 -# File: src/www/vpn_openvpn_server.php, line: 1871 -# File: src/www/vpn_openvpn_server.php, line: 1879 -msgid "Server" -msgstr "Serveur" - -# File: lang/dynamic/helpers/models.php, line: 192 -# File: lang/dynamic/helpers/models.php, line: 199 -msgid "Relay" -msgstr "Relais" - -# File: lang/dynamic/helpers/models.php, line: 194 -# File: lang/dynamic/helpers/models.php, line: 201 -msgid "Leases" -msgstr "Baux" - -# File: src/www/diag_logs_dhcp.php, line: 46 -# File: src/www/diag_logs_tabs.inc, line: 31 -# File: src/www/interfaces.php, line: 1350 -# File: src/www/services_dhcp_edit.php, line: 309 -msgid "DHCP" -msgstr "DHCP" - -# File: lang/dynamic/helpers/models.php, line: 197 -msgid "RA" -msgstr "RA" - -# File: src/www/services_dhcpv6_edit.php, line: 165 -msgid "DHCPv6" -msgstr "DHCPv6" - -# File: src/www/firewall_aliases_edit.php, line: 442 -msgid "Hosts" -msgstr "Hôtes" - -# File: lang/dynamic/helpers/models.php, line: 204 -# File: lang/dynamic/helpers/models.php, line: 207 -msgid "Domains" -msgstr "Domaines" - -# File: src/etc/inc/service-utils.inc, line: 56 -# File: src/www/diag_backup.php, line: 141 -msgid "DNS Forwarder" -msgstr "Redirecteur DNS" - -# File: lang/dynamic/helpers/models.php, line: 210 -# File: src/www/services_unbound_overrides.php, line: 92 -msgid "Overrides" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 538 -# File: src/www/firewall_rules_edit.php, line: 1007 -# File: src/www/firewall_rules_edit.php, line: 1192 -# File: src/www/firewall_rules_edit.php, line: 1214 -# File: src/www/firewall_rules_edit.php, line: 1230 -# File: src/www/firewall_rules_edit.php, line: 1270 -# File: src/www/firewall_rules_edit.php, line: 1310 -# File: src/www/firewall_rules_edit.php, line: 1340 -# File: src/www/firewall_rules_edit.php, line: 1363 -# File: src/www/firewall_rules_edit.php, line: 1390 -# File: src/www/interfaces.php, line: 1690 -# File: src/www/interfaces.php, line: 2800 -# File: src/www/pkg_edit.php, line: 1142 -# File: src/www/services_dhcp.php, line: 971 -# File: src/www/services_dhcp.php, line: 993 -# File: src/www/services_dhcp.php, line: 1007 -# File: src/www/services_dhcp.php, line: 1019 -# File: src/www/services_dhcp.php, line: 1031 -# File: src/www/services_dhcp.php, line: 1043 -# File: src/www/services_dhcp.php, line: 1070 -# File: src/www/services_dhcp_edit.php, line: 485 -# File: src/www/services_dhcp_edit.php, line: 508 -# File: src/www/services_dhcp_edit.php, line: 520 -# File: src/www/services_dhcpv6.php, line: 673 -# File: src/www/services_dhcpv6.php, line: 696 -# File: src/www/services_dhcpv6.php, line: 709 -# File: src/www/services_dhcpv6.php, line: 722 -# File: src/www/services_dhcpv6.php, line: 734 -# File: src/www/services_dhcpv6.php, line: 749 -# File: src/www/services_dnsmasq.php, line: 310 -# File: src/www/services_dnsmasq.php, line: 313 -# File: src/www/services_dnsmasq.php, line: 316 -# File: src/www/services_ntpd.php, line: 333 -# File: src/www/services_ntpd.php, line: 353 -# File: src/www/services_ntpd.php, line: 382 -# File: src/www/services_ntpd_gps.php, line: 555 -# File: src/www/services_unbound.php, line: 330 -# File: src/www/services_unbound.php, line: 333 -# File: src/www/services_unbound.php, line: 336 -# File: src/www/services_unbound_advanced.php, line: 114 -# File: src/www/system_gateways_edit.php, line: 802 -# File: src/www/vpn_openvpn_client.php, line: 1151 -# File: src/www/vpn_openvpn_csc.php, line: 751 -# File: src/www/vpn_openvpn_server.php, line: 1922 -msgid "Advanced" -msgstr "Avancé" - -# File: src/www/services_unbound.php, line: 202 -# File: src/www/services_unbound_acls.php, line: 187 -# File: src/www/services_unbound_advanced.php, line: 142 -msgid "Access Lists" -msgstr "Listes d'accès" - -# File: src/www/services_unbound.php, line: 160 -# File: src/www/services_unbound_advanced.php, line: 114 -# File: src/www/services_unbound_domainoverride_edit.php, line: 101 -# File: src/www/services_unbound_host_edit.php, line: 155 -msgid "DNS Resolver" -msgstr "Résolveur DNS" - -# File: lang/dynamic/helpers/models.php, line: 214 -msgid "DynDNS" -msgstr "DynDNS" - -# File: src/www/services_dyndns.php, line: 75 -# File: src/www/services_rfc2136.php, line: 68 -msgid "RFC 2136" -msgstr "RFC 2136" - -# File: lang/dynamic/helpers/models.php, line: 219 -msgid "DNS Tools" -msgstr "Outils DNS" - -# File: lang/dynamic/helpers/models.php, line: 127 -msgid "IGMPProxyEdit" -msgstr "ÉditerProxyIGMP" - -# File: src/www/services_igmpproxy.php, line: 65 -# File: src/www/services_igmpproxy_edit.php, line: 31 -msgid "IGMP Proxy" -msgstr "Proxy IGMP" - -# File: src/www/load_balancer_monitor.php, line: 106 -# File: src/www/load_balancer_pool.php, line: 117 -# File: src/www/load_balancer_relay_action.php, line: 119 -# File: src/www/load_balancer_relay_protocol.php, line: 113 -# File: src/www/load_balancer_setting.php, line: 111 -# File: src/www/load_balancer_virtual_server.php, line: 116 -msgid "Monitors" -msgstr "Moniteurs" - -# File: lang/dynamic/helpers/models.php, line: 199 -# File: src/www/load_balancer_pool.php, line: 87 -msgid "Pool Setup" -msgstr "Réglage du pool" - -# File: lang/dynamic/helpers/models.php, line: 200 -# File: src/www/status_lb_pool.php, line: 56 -msgid "Pool Status" -msgstr "Statut du pool" - -# File: lang/dynamic/helpers/models.php, line: 204 -# File: src/www/load_balancer_virtual_server.php, line: 125 -msgid "Virtual Server Setup" -msgstr "Réglage du serveur virtuel" - -# File: lang/dynamic/helpers/models.php, line: 205 -# File: src/www/status_lb_vs.php, line: 44 -msgid "Virtual Server Status" -msgstr "Statut du serveur virtuel" - -# File: src/www/diag_logs_relayd.php, line: 44 -# File: src/www/diag_logs_tabs.inc, line: 36 -# File: src/www/load_balancer_monitor.php, line: 76 -# File: src/www/load_balancer_monitor_edit.php, line: 182 -# File: src/www/load_balancer_pool.php, line: 85 -# File: src/www/load_balancer_pool_edit.php, line: 157 -# File: src/www/load_balancer_relay_action.php, line: 92 -# File: src/www/load_balancer_relay_action_edit.php, line: 170 -# File: src/www/load_balancer_relay_protocol.php, line: 88 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 127 -# File: src/www/load_balancer_setting.php, line: 84 -# File: src/www/load_balancer_virtual_server.php, line: 85 -# File: src/www/load_balancer_virtual_server_edit.php, line: 132 -# File: src/www/status_lb_pool.php, line: 55 -# File: src/www/status_lb_vs.php, line: 43 -msgid "Load Balancer" -msgstr "Répartiteur de charge" - -# File: src/www/services_ntpd_gps.php, line: 385 -msgid "GPS" -msgstr "GPS" - -# File: src/www/services_ntpd.php, line: 223 -# File: src/www/services_ntpd_gps.php, line: 363 -# File: src/www/services_ntpd_pps.php, line: 111 -msgid "PPS" -msgstr "PPS" - -# File: lang/dynamic/helpers/models.php, line: 238 -# File: src/www/services_ntpd.php, line: 161 -# File: src/www/services_ntpd_gps.php, line: 134 -# File: src/www/services_ntpd_pps.php, line: 92 -# File: src/www/status_ntpd.php, line: 147 -msgid "Network Time" -msgstr "Heure réseau" - -# File: src/www/firewall_aliases_edit.php, line: 665 -# File: src/www/firewall_virtual_ip.php, line: 227 -# File: src/www/firewall_virtual_ip_edit.php, line: 87 -# File: src/www/firewall_virtual_ip_edit.php, line: 345 -# File: src/www/load_balancer_monitor.php, line: 123 -# File: src/www/load_balancer_monitor_edit.php, line: 77 -# File: src/www/load_balancer_monitor_edit.php, line: 249 -# File: src/www/load_balancer_relay_action.php, line: 138 -# File: src/www/load_balancer_relay_action_edit.php, line: 464 -# File: src/www/load_balancer_relay_protocol.php, line: 132 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 69 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 203 -# File: src/www/services_captiveportal.php, line: 868 -# File: src/www/services_dhcp.php, line: 1084 -# File: src/www/services_igmpproxy.php, line: 97 -# File: src/www/services_igmpproxy_edit.php, line: 185 -# File: src/www/status_ntpd.php, line: 178 -# File: src/www/system_authservers.php, line: 162 -# File: src/www/system_authservers.php, line: 185 -# File: src/www/system_authservers.php, line: 499 -# File: src/www/system_authservers.php, line: 890 -# File: src/www/system_certmanager.php, line: 848 -# File: src/www/vpn_ipsec_phase2.php, line: 576 -# File: src/www/vpn_ipsec_phase2.php, line: 625 -# File: src/www/vpn_ipsec_phase2.php, line: 685 -msgid "Type" -msgstr "Type" - -# File: src/www/vpn_pppoe_edit.php, line: 254 -msgid "PPPoE Server" -msgstr "Serveur PPPoE" - -# File: lang/dynamic/helpers/models.php, line: 216 -msgid "More" -msgstr "Plus" - -# File: lang/dynamic/helpers/models.php, line: 248 -msgid "Proxy" -msgstr "Proxy" - -# File: src/www/services_snmp.php, line: 154 -msgid "SNMP" -msgstr "SNMP" - -# File: lang/dynamic/helpers/models.php, line: 115 -# File: lang/dynamic/helpers/models.php, line: 173 -# File: src/www/status_upnp.php, line: 44 -msgid "Universal Plug and Play" -msgstr "Universal Plug and Play" - -# File: lang/dynamic/helpers/models.php, line: 145 -msgid "WoLEdit" -msgstr "ÉditerWoL" - -# File: src/www/diag_backup.php, line: 159 -# File: src/www/services_wol.php, line: 105 -# File: src/www/services_wol.php, line: 126 -# File: src/www/services_wol_edit.php, line: 105 -msgid "Wake on LAN" -msgstr "Wake on LAN" - -# File: lang/dynamic/helpers/models.php, line: 229 -msgid "Phase1" -msgstr "Phase1" - -# File: lang/dynamic/helpers/models.php, line: 230 -msgid "Phase2" -msgstr "Phase2" - -# File: src/www/vpn_openvpn_client.php, line: 983 -# File: src/www/vpn_openvpn_csc.php, line: 433 -# File: src/www/vpn_openvpn_server.php, line: 1308 -msgid "Tunnel Settings" -msgstr "Paramètres du Tunnel" - -# File: lang/dynamic/helpers/models.php, line: 232 -# File: src/www/vpn_ipsec_mobile.php, line: 197 -msgid "Mobile Clients" -msgstr "Clients mobile" - -# File: src/www/vpn_ipsec_phase1.php, line: 586 -# File: src/www/vpn_ipsec_phase2.php, line: 525 -# File: src/www/vpn_ipsec_tabs.inc, line: 5 -msgid "Pre-Shared Keys" -msgstr "Clés pré-partagées" - -# File: src/www/vpn_ipsec_phase1.php, line: 587 -# File: src/www/vpn_ipsec_phase2.php, line: 526 -# File: src/www/vpn_ipsec_tabs.inc, line: 6 -msgid "Advanced Settings" -msgstr "Paramètres avancés" - -# File: src/www/diag_logs_filter.php, line: 298 -# File: src/www/diag_logs_filter_dynamic.php, line: 111 -# File: src/www/widgets/widgets/log.widget.php, line: 220 -msgid "Act" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 221 -# File: lang/dynamic/helpers/models.php, line: 237 -# File: src/www/diag_ipsec.php, line: 64 -msgid "Status Overview" -msgstr "Vue globale des statuts" - -# File: lang/dynamic/helpers/models.php, line: 238 -# File: src/www/diag_ipsec_leases.php, line: 35 -msgid "Lease Status" -msgstr "Statut des baux" - -# File: lang/dynamic/helpers/models.php, line: 239 -# File: src/www/diag_ipsec_sad.php, line: 36 -msgid "Security Association Database" -msgstr "Base de données des associations de sécurité" - -# File: lang/dynamic/helpers/models.php, line: 240 -# File: src/www/diag_ipsec_spd.php, line: 36 -msgid "Security Policy Database" -msgstr "Base de données des politiques de sécurité" - -# File: src/www/diag_ipsec.php, line: 34 -# File: src/www/diag_ipsec_leases.php, line: 32 -# File: src/www/diag_ipsec_sad.php, line: 33 -# File: src/www/diag_ipsec_spd.php, line: 33 -# File: src/www/diag_logs_tabs.inc, line: 33 -# File: src/www/vpn_ipsec.php, line: 231 -# File: src/www/vpn_ipsec_mobile.php, line: 270 -# File: src/www/vpn_ipsec_phase1.php, line: 433 -# File: src/www/vpn_ipsec_phase1.php, line: 435 -# File: src/www/vpn_ipsec_phase2.php, line: 336 -# File: src/www/vpn_ipsec_phase2.php, line: 338 -# File: src/www/vpn_ipsec_settings.php, line: 112 -msgid "IPsec" -msgstr "IPsec" - -# File: src/www/interfaces.php, line: 1350 -# File: src/www/status_interfaces.php, line: 148 -# File: src/www/vpn_l2tp.php, line: 29 -# File: src/www/vpn_l2tp_users.php, line: 29 -# File: src/www/vpn_l2tp_users_edit.php, line: 29 -msgid "L2TP" -msgstr "L2TP" - -# File: lang/dynamic/helpers/models.php, line: 256 -msgid "Server Settings" -msgstr "Paramètres du serveur" - -# File: src/www/vpn_openvpn_csc.php, line: 518 -# File: src/www/vpn_openvpn_server.php, line: 1591 -msgid "Client Settings" -msgstr "Paramètres des clients" - -# File: src/www/vpn_openvpn_client.php, line: 489 -# File: src/www/vpn_openvpn_csc.php, line: 355 -# File: src/www/vpn_openvpn_export.php, line: 631 -# File: src/www/vpn_openvpn_export_shared.php, line: 307 -# File: src/www/vpn_openvpn_server.php, line: 818 -msgid "Client Specific Overrides" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 491 -# File: src/www/vpn_openvpn_csc.php, line: 357 -# File: src/www/vpn_openvpn_export.php, line: 633 -# File: src/www/vpn_openvpn_export_shared.php, line: 309 -# File: src/www/vpn_openvpn_server.php, line: 820 -msgid "Client Export" -msgstr "Exporter le client" - -# File: src/www/vpn_openvpn_client.php, line: 492 -# File: src/www/vpn_openvpn_csc.php, line: 358 -# File: src/www/vpn_openvpn_export.php, line: 634 -# File: src/www/vpn_openvpn_export_shared.php, line: 310 -# File: src/www/vpn_openvpn_server.php, line: 821 -msgid "Shared Key Export" -msgstr "Exporter la clé partagée" - -# File: lang/dynamic/helpers/models.php, line: 257 -# File: src/www/status_openvpn.php, line: 70 -msgid "Connection Status" -msgstr "État de la connexion" - -# File: src/etc/inc/service-utils.inc, line: 165 -# File: src/etc/inc/system.inc, line: 1723 -# File: src/www/diag_backup.php, line: 148 -# File: src/www/diag_logs_openvpn.php, line: 31 -# File: src/www/diag_logs_tabs.inc, line: 37 -# File: src/www/diag_packet_capture.php, line: 97 -# File: src/www/status_graph.php, line: 50 -# File: src/www/status_openvpn.php, line: 32 -# File: src/www/vpn_openvpn_client.php, line: 33 -# File: src/www/vpn_openvpn_csc.php, line: 32 -# File: src/www/vpn_openvpn_server.php, line: 533 -msgid "OpenVPN" -msgstr "OpenVPN" - -# File: src/www/interfaces.php, line: 1350 -# File: src/www/status_interfaces.php, line: 135 -msgid "PPTP" -msgstr "PPTP" - -# File: src/www/diag_logs_tabs.inc, line: 35 -# File: src/www/diag_logs_vpn.php, line: 30 -# File: src/www/vpn_ipsec.php, line: 231 -# File: src/www/vpn_ipsec_mobile.php, line: 270 -# File: src/www/vpn_ipsec_phase1.php, line: 433 -# File: src/www/vpn_ipsec_phase1.php, line: 435 -# File: src/www/vpn_ipsec_phase2.php, line: 336 -# File: src/www/vpn_ipsec_phase2.php, line: 338 -# File: src/www/vpn_ipsec_settings.php, line: 112 -# File: src/www/vpn_l2tp.php, line: 29 -# File: src/www/vpn_l2tp_users.php, line: 29 -# File: src/www/vpn_l2tp_users_edit.php, line: 29 -# File: src/www/vpn_pppoe.php, line: 83 -# File: src/www/vpn_pptp.php, line: 198 -# File: src/www/vpn_pptp_users.php, line: 63 -# File: src/www/vpn_pptp_users_edit.php, line: 137 -msgid "VPN" -msgstr "VPN" - -# File: lang/dynamic/helpers/models.php, line: 200 -msgid "About this Page" -msgstr "A propos de cette Page" - -# File: lang/dynamic/helpers/models.php, line: 201 -msgid "Developers Wiki" -msgstr "Wiki pour Développeurs" - -# File: lang/dynamic/helpers/models.php, line: 202 -msgid "Documentation" -msgstr "Documentation" - -# File: lang/dynamic/helpers/models.php, line: 203 -msgid "FreeBSD Handbook" -msgstr "Manuel de FreeBSD" - -# File: lang/dynamic/helpers/models.php, line: 204 -msgid "Paid Support" -msgstr "Support payant" - -# File: lang/dynamic/helpers/models.php, line: 262 -msgid "User Forum" -msgstr "Forum des Utilisateurs" - -# File: lang/dynamic/helpers/models.php, line: 206 -msgid "Help" -msgstr "Aide" - -# File: lang/dynamic/helpers/models.php, line: 207 -msgid "menu" -msgstr "menu" - -# File: lang/dynamic/helpers/models.php, line: 215 -# File: lang/dynamic/helpers/models.php, line: 282 -msgid "Administration" -msgstr "Administration" - -# File: lang/dynamic/helpers/models.php, line: 283 -msgid "Sessions" -msgstr "Sessions" - -# File: src/www/services_captiveportal.php, line: 495 -# File: src/www/services_captiveportal.php, line: 645 -# File: src/www/services_captiveportal_filemanager.php, line: 158 -# File: src/www/services_captiveportal_ip.php, line: 94 -# File: src/www/services_captiveportal_mac.php, line: 157 -# File: src/www/services_captiveportal_vouchers.php, line: 85 -# File: src/www/services_captiveportal_vouchers.php, line: 372 -# File: src/www/status_captiveportal_vouchers.php, line: 50 -msgid "Vouchers" -msgstr "" - -# File: src/etc/inc/service-utils.inc, line: 78 -# File: src/www/diag_backup.php, line: 139 -# File: src/www/status_rrd_graph_settings.php, line: 43 -msgid "Captive Portal" -msgstr "Portail Captif" - -# File: lang/dynamic/helpers/models.php, line: 289 -msgid "Maximum number of zones reached" -msgstr "Nombre maximum de zones atteint" - -# File: lang/dynamic/helpers/models.php, line: 290 -msgid "Idle timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "" -"Le temps d'inactivité doit être compris entre 0 (pas d'attente) et 10080 (" -"une semaine)" - -# File: lang/dynamic/helpers/models.php, line: 291 -msgid "Hard timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 292 -msgid "Please select a valid certificate from the list" -msgstr "Merci de sélectionner un certificat valide depuis la liste" - -# File: lang/dynamic/helpers/models.php, line: 293 -msgid "Please enter a valid servername, ip address or leave this option blank" -msgstr "" -"Merci de rentrer un nom de serveur, une adresse IP valides ou de laisser le " -"champ vide" - -# File: lang/dynamic/helpers/models.php, line: 294 -msgid "Please enter valid addresses" -msgstr "Veuillez entrer des adresses valides" - -# File: lang/dynamic/helpers/models.php, line: 295 -msgid "Please enter valid mac addresses" -msgstr "Veuillez entrer des adresses MAC valides" - -# File: lang/dynamic/helpers/models.php, line: 296 -msgid "Related template not found" -msgstr "Modèle associé introuvable" - -# File: lang/dynamic/helpers/models.php, line: 232 -# File: lang/dynamic/helpers/models.php, line: 236 -msgid "Description should be a string between 1 and 255 characters" -msgstr "La description devrait être une chaîne entre 1 et 255 caractères" - -# File: lang/dynamic/helpers/models.php, line: 298 -msgid "Fileid should be an internally generated unique number" -msgstr "Fileid doit être un numéro unique généré en interne" - -# File: lang/dynamic/helpers/models.php, line: 299 -msgid "Template name should be a string between 1 and 255 characters" -msgstr "" -"Le nom de modèle doit être une chaine comportant entre 1 et 255 caractères" - -# File: lang/dynamic/helpers/models.php, line: 300 -msgid "File content should be in (base64 encoded) zip format" -msgstr "Le contenu du fichier doit être au format zip (encodé en base64)" - -# File: lang/dynamic/helpers/models.php, line: 241 -msgid "Origin should be regular text of max 30 characters" -msgstr "L'origine devrait être un texte régulier de 30 caractères max" - -# File: lang/dynamic/helpers/models.php, line: 242 -msgid "" -"Value needs to be between 0 and 59, multiple values, ranges and * are " -"supported (ex. 1,10,20,30 or 1-30 )" -msgstr "" -"La valeur doit être comprise entre 0 et 59, plusieurs valeurs, plages et * " -"sont pris en charge (ex. 1,10,20,30 ou 1-30)" - -# File: lang/dynamic/helpers/models.php, line: 243 -msgid "" -"Value needs to be between 0 and 23, multiple values, ranges and * are " -"supported (ex. 1,2,8 or 0-8 )" -msgstr "" -"La valeur doit être comprise entre 0 et 23, plusieurs valeurs, plage et * " -"sont pris en charge (ex. 1,2,8 ou 0-8)" - -# File: lang/dynamic/helpers/models.php, line: 244 -msgid "" -"Value needs to be between 1 and 31, multiple values, ranges, L (last day of " -"month) and * are supported (ex. 1,2,8 or 1-28 )" -msgstr "" -"La valeur doit être comprise entre 1 et 31, plusieurs valeurs, plages, L (" -"dernier jour du mois) et * sont pris en charge (ex. 1,2,8 ou 1-28)" - -# File: lang/dynamic/helpers/models.php, line: 245 -msgid "" -"Value needs to be between 1 and 12 or JAN to DEC, multiple values, ranges " -"and * are supported (ex. JAN,2,10 or 3-8 )" -msgstr "" -"La valeur doit être comprise entre 1 et 12 ou de JAN à DEC plusieurs " -"valeurs, plages et * sont pris en charge (ex. JAN, 2,10 ou 3-8)" - -# File: lang/dynamic/helpers/models.php, line: 246 -msgid "" -"Value needs to be between 0 and 6 ( Sunday to Saturday), multiple values, " -"ranges and * are supported (ex. 1,2,4 or 0-4 ) " -msgstr "" -"La valeur doit être comprise entre 0 et 6 (du Dimanche au Samedi), plusieurs " -"valeurs, plages et * sont pris en charge (ex. 1,2,4 ou 0-4)" - -# File: lang/dynamic/helpers/models.php, line: 247 -msgid "Select a command from the list." -msgstr "Sélectionner une commande à partir de la liste." - -# File: lang/dynamic/helpers/models.php, line: 248 -msgid "" -"Enter valid parameter(s) for the chosen command (Found illegal characters)." -msgstr "" -"Entrez paramètre(s) valide pour la commande choisie (Caractères illégaux " -"trouvés)." - -# File: lang/dynamic/helpers/models.php, line: 249 -msgid "Enter a description." -msgstr "Entrer une description." - -# File: lang/dynamic/helpers/models.php, line: 117 -# File: src/etc/inc/service-utils.inc, line: 183 -msgid "Intrusion Detection" -msgstr "Détection d'Intrusion" - -# File: lang/dynamic/helpers/models.php, line: 210 -msgid "sid should be a number" -msgstr "sid doit être un nombre" - -# File: lang/dynamic/helpers/models.php, line: 211 -msgid "Related cron not found" -msgstr "cron concerné non trouvé" - -# File: lang/dynamic/helpers/models.php, line: 113 -msgid "Proxy Server" -msgstr "Serveur proxy" - -# File: lang/dynamic/helpers/models.php, line: 212 -msgid "ICP port needs to be an integer value between 1 and 65535" -msgstr "Le port ICP doit être un entier compris entre 1 et 65535" - -# File: lang/dynamic/helpers/models.php, line: 342 -msgid "Specify a positive memory cache size. (number of MB's)" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 213 -msgid "Specify a positive cache size. (number of MB's)" -msgstr "Spécifiez une taille de cache positive. (Nombre de Mo)" - -# File: lang/dynamic/helpers/models.php, line: 214 -msgid "Specify a positive number of first-level subdirectories." -msgstr "Spécifiez un nombre positif du premier niveau de sous répertoires." - -# File: lang/dynamic/helpers/models.php, line: 215 -msgid "Specify a positive number of second-level subdirectories." -msgstr "Spécifiez un nombre positif du deuxième niveau de sous répertoires." - -# File: lang/dynamic/helpers/models.php, line: 276 -msgid "Specify the maximum download size. (number of KBs)" -msgstr "Spécifier la taille maximal des téléchargements. (nombre de Ko)" - -# File: lang/dynamic/helpers/models.php, line: 277 -msgid "Specify the maximum upload size. (number of KBs)" -msgstr "Spécifier la taille maximal des téléversements. (nombre de Ko/s)" - -# File: lang/dynamic/helpers/models.php, line: 218 -msgid "Specify the overall bandwidth for downloads in kilobits per second." -msgstr "" -"Spécifiez la bande passante globale pour les téléchargements en kilobits par " -"seconde." - -# File: lang/dynamic/helpers/models.php, line: 219 -msgid "Specify the per host bandwidth for downloads in kilobits per second." -msgstr "" -"Spécifiez la bande passante par hôte pour les téléchargements en kilobits " -"par seconde." - -# File: lang/dynamic/helpers/models.php, line: 220 -msgid "Proxy port needs to be an integer value between 1 and 65535" -msgstr "Le port du proxy doit être un entier compris entre 1 et 65535" - -# File: lang/dynamic/helpers/models.php, line: 221 -msgid "FTP Proxy port needs to be an integer value between 1 and 65535" -msgstr "Le port du proxy FTP doit être un entier compris entre 1 et 65535" - -# File: lang/dynamic/helpers/models.php, line: 222 -msgid "" -"The filename may only contain letters,digits and one dot (not required)." -msgstr "" -"Le fichier ne peut contenir que des lettres, chiffres et un point (non " -"nécessaire)." - -# File: lang/dynamic/helpers/models.php, line: 223 -msgid "This does not look like a valid url." -msgstr "Ceci ne semble pas être une url correcte." - -# File: lang/dynamic/helpers/models.php, line: 224 -msgid "Credentials TTL needs to be an integer value above 0" -msgstr "Credentials TTL doit être une valeur entière supérieure à 0" - -# File: lang/dynamic/helpers/models.php, line: 225 -msgid "Number of children needs to be an integer value above 0" -msgstr "Le nombre d'enfants doit être une valeur entière supérieure à 0" - -# File: src/www/diag_smart.php, line: 296 -msgid "Health" -msgstr "Santé" - -# File: lang/dynamic/helpers/models.php, line: 92 -msgid "Activity Monitor" -msgstr "Moniteur d'activité" - -# File: src/www/diag_arp.php, line: 246 -msgid "ARP Table" -msgstr "Table ARP" - -# File: src/www/diag_ndp.php, line: 91 -msgid "NDP Table" -msgstr "Table NDP" - -# File: src/www/diag_backup.php, line: 157 -msgid "Traffic Shaper" -msgstr "Régulation de flux" - -# File: lang/dynamic/helpers/models.php, line: 226 -msgid "Pipe number must be between 1...65535" -msgstr "Le numéro de tuyaux (pipe) doit être compris entre 1 ... 65535" - -# File: lang/dynamic/helpers/models.php, line: 227 -msgid "Bandwidth out of range" -msgstr "Bande passante hors de portée" - -# File: lang/dynamic/helpers/models.php, line: 228 -msgid "Bandwidth metric should be one of bit,Kbit,Mbit" -msgstr "L'unité de mesure de la bande passante doit être en bit, Kbit ou Mbit" - -# File: lang/dynamic/helpers/models.php, line: 229 -msgid "The burst value is an integer and represent a number of bytes." -msgstr "La valeur en rafale est un entier et représente un nombre d'octets." - -# File: lang/dynamic/helpers/models.php, line: 230 -msgid "queue size should be between 2...100" -msgstr "taille de la file d'attente doit être compris entre 2 et 100" - -# File: lang/dynamic/helpers/models.php, line: 231 -# File: lang/dynamic/helpers/models.php, line: 237 -# File: lang/dynamic/helpers/models.php, line: 240 -msgid "origin should be regular text of max 30 characters" -msgstr "origine doit être un texte régulier de 30 caractères max" - -# File: lang/dynamic/helpers/models.php, line: 233 -msgid "Queue number must be between 1...65535" -msgstr "Le numéro de file d'attente doit être compris entre 1 et 65535" - -# File: lang/dynamic/helpers/models.php, line: 234 -msgid "Related pipe not found" -msgstr "Le tuyau (pipe) concerné introuvable" - -# File: lang/dynamic/helpers/models.php, line: 235 -msgid "Weight must be between 1...100" -msgstr "Le poids doit être compris entre 1 et 100" - -# File: lang/dynamic/helpers/models.php, line: 238 -msgid "provide a valid sequence for sorting" -msgstr "fournir une séquence valide de tri" - -# File: lang/dynamic/helpers/models.php, line: 239 -msgid "Related pipe or queue not found" -msgstr "Le tuyau (pipe) ou la file d'attente concerné introuvable" - -# File: src/etc/inc/auth.inc, line: 108 -msgid "" -"Potential DNS Rebind attack detected, see " -"http://en.wikipedia.org/wiki/DNS_rebinding
Try accessing the router by " -"IP address instead of by hostname." -msgstr "" -"Une attaque potentielle du type DNS Rebind a été détectée, voir " -"http://en.wikipedia.org/wiki/DNS_rebinding
Essayez d’accéder au " -"routeur avec l’adresse IP à la place du nom" - -# File: src/etc/inc/auth.inc, line: 123 -msgid "Redirecting to the dashboard..." -msgstr "Redirection vers le tableau de bord..." - -# File: src/etc/inc/auth.inc, line: 123 -msgid "Redirecting..." -msgstr "Redirection..." - -# File: src/etc/inc/auth.inc, line: 394 -msgid "" -"There is something wrong in your config because user %s password is missing!" -msgstr "" -"Votre configuration est incorrecte car le mot de passe de l’utilisateur %s " -"est introuvable !" - -# File: src/etc/inc/auth.inc, line: 676 -msgid "LDAP: Could not lookup CA by reference for host %s." -msgstr "LDAP: Impossible de chercher le CA par référence pour l'hôte %s." - -# File: src/etc/inc/auth.inc, line: 1225 -# File: src/etc/inc/auth.inc, line: 1240 -msgid "Local Database" -msgstr "Base de données locale" - -# File: src/etc/inc/auth.inc, line: 1333 -msgid "Successful login for user '%1$s' from: %2$s" -msgstr "Authentification réussie pour l’utilisateur ‘%1$s’ à partir de : %2$s" - -# File: src/etc/inc/auth.inc, line: 1343 -msgid "Wrong username or password." -msgstr "Le nom d’utilisateur ou le mot de passe est incorrect !" - -# File: src/etc/inc/auth.inc, line: 1384 -msgid "Session timed out for user '%1$s' from: %2$s" -msgstr "La session a expiré pour l’utilisateur '%1$s' à partir de : %2$s" - -# File: src/etc/inc/auth.inc, line: 1386 -msgid "User logged out for user '%1$s' from: %2$s" -msgstr "Utilisateur déconnecté pour l’utilisateur '%1$s' à partir de : %2$s" - -# File: src/etc/inc/authgui.inc, line: 66 -msgid "No page assigned to this user! Click here to logout." -msgstr "" -"Aucune page assignée à cet utilisateur! Cliquez ici pour se déconnecter." - -# File: src/etc/inc/authgui.inc, line: 226 -# File: src/etc/inc/authgui.inc, line: 274 -msgid "Login" -msgstr "Connexion" - -# File: src/etc/inc/authgui.inc, line: 240 -msgid "" -"You are accessing this router by an IP address not configured locally, which " -"may be forwarded by NAT or other means.

If you did not setup " -"this forwarding, you may be the target of a man-in-the-middle attack." -msgstr "" -"Vous accédez à ce routeur par une adresse IP non configurée localement, qui " -"peuvent être transmis par NAT ou d'autres moyens.

Si vous " -"n'avez pas installer ce transfert, vous pouvez être la cible d'une attaque " -"man-in-the-middle." - -# File: src/etc/inc/authgui.inc, line: 263 -msgid "Username:" -msgstr "Nom d’utilisateur:" - -# File: src/etc/inc/authgui.inc, line: 268 -# File: src/www/diag_backup.php, line: 652 -# File: src/www/system_authservers.php, line: 720 -msgid "Password:" -msgstr "Mot de passe:" - -# File: src/etc/inc/authgui.inc, line: 282 -msgid "Your browser must support cookies to login." -msgstr "Votre navigateur doit supporter les cookies pour se connecter." - -# File: src/etc/inc/config.console.inc, line: 42 -msgid "Press any key to start the manual interface assignment: " -msgstr "Appuyez sur une touche pour démarrer l'affectation d'interface manuel: " - -# File: src/etc/inc/config.console.inc, line: 58 -# File: src/etc/inc/config.console.inc, line: 461 -msgid "No interfaces found!" -msgstr "Aucune interface trouvée !" - -# File: src/etc/inc/config.console.inc, line: 156 -msgid "VLAN interfaces:" -msgstr "Interfaces VLAN:" - -# File: src/etc/inc/config.console.inc, line: 175 -msgid "Enter the WAN interface name or 'a' for auto-detection:" -msgstr "" -"Entrer le nom de l’interface WAN (réseau étendu) ou 'a' pour la " -"configuration automatique :" - -# File: src/etc/inc/config.console.inc, line: 126 -msgid "Invalid interface name '%s'" -msgstr "Nom de l'interface incorrecte '%s'" - -# File: src/etc/inc/config.console.inc, line: 190 -msgid "" -"%sEnter the LAN interface name or 'a' for auto-detection %sNOTE: this " -"enables full Firewalling/NAT mode.%s(or nothing if finished):%s" -msgstr "" -"%sEntrer le nom de l’interface LAN (réseau local) ou 'a' pour la " -"configuration automatique %sREMARQUE: Ceci active le mode mode Firewalling/" -"NAT. %s(ou entrée si terminé):%s" - -# File: src/etc/inc/config.console.inc, line: 183 -# File: src/etc/inc/config.console.inc, line: 207 -# File: src/etc/inc/config.console.inc, line: 239 -# File: src/etc/inc/config.console.inc, line: 484 -msgid "%sInvalid interface name '%s'%s" -msgstr "%sNom d’interface incorect ‘%s’%s" - -# File: src/etc/inc/config.console.inc, line: 224 -msgid "%sOptional interface %s description found: %s" -msgstr "%sInterface optionnelle %s description trouvée: %s" - -# File: src/etc/inc/config.console.inc, line: 226 -msgid "" -"%sEnter the Optional %s interface name or 'a' for auto-detection%s(or " -"nothing if finished):%s" -msgstr "" -"%sEntrer le nom de l’interface optionnelle %s ou 'a' pour la configuration " -"automatique%s(ou entrée si terminé):%s" - -# File: src/etc/inc/config.console.inc, line: 267 -msgid "The interfaces will be assigned as follows:" -msgstr "Les interfaces seront configurées de la manière suivante :" - -# File: src/etc/inc/config.console.inc, line: 388 -msgid "%sWriting configuration..." -msgstr "%sEnregistrement de la configuration..." - -# File: src/etc/inc/config.console.inc, line: 390 -msgid "done.%s" -msgstr "fait.%s" - -# File: src/etc/inc/config.console.inc, line: 444 -msgid "Detected link-up: %s%s" -msgstr "Liaison active détectée: %s%s" - -# File: src/etc/inc/config.console.inc, line: 425 -msgid "No link-up detected.%s" -msgstr "Pas de liaison détecté.%s" - -# File: src/etc/inc/config.console.inc, line: 459 -msgid "VLAN Capable interfaces:" -msgstr "Interfaces compatibles VLAN:" - -# File: src/etc/inc/config.console.inc, line: 474 -msgid "No VLAN capable interfaces detected." -msgstr "Aucune interface ne support les VLAN" - -# File: src/etc/inc/config.console.inc, line: 478 -msgid "" -"Enter the parent interface name for the new VLAN (or nothing if finished):" -msgstr "" -"Entrez le nom de l'interface parente pour le nouveau VLAN (ou entrée si " -"terminé):" - -# File: src/etc/inc/config.console.inc, line: 491 -msgid "Enter the VLAN tag (1-4094):" -msgstr "Entrer le VLAN tag (1-4094) :" - -# File: src/etc/inc/config.console.inc, line: 495 -msgid "%sInvalid VLAN tag '%s'%s" -msgstr "%s VLAN tag incorrect ‘%s’%s" - -# File: src/etc/inc/config.lib.inc, line: 70 -msgid "No valid config.xml found, attempting last known config restore." -msgstr "" -"Aucun fichier config.xml valide n'a été trouvé, tentative de restauration de " -"la dernière configuration connue." - -# File: src/etc/inc/config.lib.inc, line: 74 -msgid "No valid config.xml found, attempting to restore factory config." -msgstr "" -"Aucun fichier config.xml valide n'a été trouvé, tentative de restauration de " -"la configuration d'usine." - -# File: src/etc/inc/config.lib.inc, line: 97 -# File: src/etc/inc/config.lib.inc, line: 98 -msgid "Updated bogon update frequency to 3am" -msgstr "" - -# File: src/etc/inc/config.lib.inc, line: 143 -msgid "Upgraded config version level from %s to %s" -msgstr "" -"Version de configuration mise à jour depuis le niveau %s vers le niveau %s" - -# File: src/etc/inc/config.lib.inc, line: 157 -msgid "WARNING: User" -msgstr "AVERTISSEMENT : Nom d’utilisateur" - -# File: src/etc/inc/config.lib.inc, line: 157 -msgid "may not write config (user-config-readonly set)" -msgstr "" -"ne peut pas écrire la configuration (option user-config-readonly activé)" - -# File: src/etc/inc/config.lib.inc, line: 169 -msgid "WARNING: Corrupt config!" -msgstr "AVERTISSEMENT : Configuration corrompue !" - -# File: src/etc/inc/config.lib.inc, line: 180 -msgid "WARNING: Config contents could not be saved. Could not open file!" -msgstr "" -"AVERTISSEMENT : Le contenu de la configuration ne peut pas être sauvegardé. " -"Impossible d’ouvrir le fichier !" - -# File: src/etc/inc/config.lib.inc, line: 235 -msgid "Reverted to" -msgstr "Retour à" - -# File: src/etc/inc/config.lib.inc, line: 333 -msgid "%s made unknown change" -msgstr "%s a effectué un changement inconnu" - -# File: src/etc/inc/crypt.inc, line: 47 -msgid "Failed to encrypt/decrypt data!" -msgstr "Échec du chiffrement/déchiffrement des données!" - -# File: src/etc/inc/dyndns.class, line: 1197 -msgid "Dynamic DNS updated IP Address on %s (%s) to %s" -msgstr "L'adresse IP a été mise à jour par le DNS dynamique le %s (%s) pour %s" - -# File: src/etc/inc/dyndns.class, line: 1204 -msgid "Dynamic DNS updated IPv6 Address on %s (%s) to %s" -msgstr "" -"L'adresse IPv6 a été mise à jour par le DNS dynamique le %s (%s) pour %s" - -# File: src/etc/inc/filter.inc, line: 169 -msgid "Initializing" -msgstr "Initialisation" - -# File: src/etc/inc/filter.inc, line: 177 -msgid "Configuring firewall" -msgstr "Configuration du pare-feu" - -# File: src/etc/inc/filter.inc, line: 182 -msgid "Creating aliases" -msgstr "Création d'alias" - -# File: src/etc/inc/filter.inc, line: 187 -msgid "Generating Limiter rules" -msgstr "Génération des règles de limitation" - -# File: src/etc/inc/filter.inc, line: 188 -msgid "Generating NAT rules" -msgstr "Génération des règles NAT" - -# File: src/etc/inc/filter.inc, line: 193 -msgid "Generating filter rules" -msgstr "Génération des règles de filtrage" - -# File: src/etc/inc/filter.inc, line: 198 -msgid "Loading filter rules" -msgstr "Chargement des règles de filtrage" - -# File: src/etc/inc/filter.inc, line: 205 -msgid "Filter is disabled. Not loading rules." -msgstr "Le filtre est désactivée. Les règles ne sont pas chargées." - -# File: src/etc/inc/filter.inc, line: 207 -# File: src/etc/inc/filter.inc, line: 374 -# File: src/etc/inc/interfaces.inc, line: 242 -# File: src/etc/inc/interfaces.inc, line: 271 -# File: src/etc/inc/interfaces.inc, line: 406 -# File: src/etc/inc/interfaces.inc, line: 463 -# File: src/etc/inc/interfaces.inc, line: 760 -# File: src/etc/inc/interfaces.inc, line: 1111 -# File: src/etc/inc/interfaces.inc, line: 1137 -# File: src/etc/inc/interfaces.inc, line: 1156 -# File: src/etc/inc/interfaces.inc, line: 1169 -# File: src/etc/inc/interfaces.inc, line: 2042 -# File: src/etc/inc/rrd.inc, line: 769 -# File: src/etc/inc/services.inc, line: 1310 -# File: src/etc/inc/services.inc, line: 1689 -# File: src/etc/inc/services.inc, line: 1857 -# File: src/etc/inc/services.inc, line: 1885 -# File: src/etc/inc/services.inc, line: 2091 -# File: src/etc/inc/system.inc, line: 781 -# File: src/etc/inc/system.inc, line: 1235 -# File: src/etc/inc/system.inc, line: 1623 -msgid "done." -msgstr "fait." - -# File: src/etc/inc/filter.inc, line: 250 -msgid "Setting up logging information" -msgstr "Paramétrage des informations de journalisation" - -# File: src/etc/inc/filter.inc, line: 255 -msgid "Setting up SCRUB information" -msgstr "Paramétrage des informations de SCRUB" - -# File: src/etc/inc/filter.inc, line: 297 -msgid "The line in question reads [%d]: %s" -msgstr "La ligne en question lit [%d] : %s" - -# File: src/etc/inc/filter.inc, line: 297 -msgid "PF was wedged/busy and has been reset." -msgstr "PF était coincé/occupé et a été réinitialisé." - -# File: src/etc/inc/filter.inc, line: 315 -# File: src/etc/inc/filter.inc, line: 316 -msgid "There were error(s) loading the rules: %s - %s" -msgstr "Erreur(s) rencontrée(s) en chargeant la règle : %s - %s" - -# File: src/etc/inc/filter.inc, line: 366 -msgid "Processing down interface states" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 372 -msgid "Done" -msgstr "Fait" - -# File: src/etc/inc/filter.inc, line: 631 -msgid "Creating gateway group item..." -msgstr "Création de l'élément groupe de passerelle..." - -# File: src/etc/inc/filter.inc, line: 671 -msgid "" -"An error occurred while trying to find the interface got %s . The rule has " -"not been added." -msgstr "" -"Une erreur est survenue en essayant de trouver l'interface obtenu %s. La " -"règle n'a pas été ajouté." - -# File: src/etc/inc/filter.inc, line: 997 -msgid "Creating reflection NAT rule for %s..." -msgstr "Création de la règle de réflexion NAT pour %s ..." - -# File: src/etc/inc/filter.inc, line: 1086 -msgid "Creating reflection rule for %s..." -msgstr "Création de la règle de réflexion pour %s ..." - -# File: src/etc/inc/filter.inc, line: 1269 -msgid "localhost" -msgstr "localhost" - -# File: src/etc/inc/filter.inc, line: 1277 -msgid "static route" -msgstr "route statique" - -# File: src/etc/inc/filter.inc, line: 1288 -msgid "DHCP alias address" -msgstr "Alias d'adresse DHCP" - -# File: src/etc/inc/filter.inc, line: 1325 -msgid "PPTP server" -msgstr "Serveur PPTP" - -# File: src/etc/inc/filter.inc, line: 1334 -msgid "PPPoE server" -msgstr "Serveur PPPoE" - -# File: src/etc/inc/filter.inc, line: 1343 -msgid "L2TP server" -msgstr "Server L2TP" - -# File: src/etc/inc/filter.inc, line: 1352 -msgid "OpenVPN server" -msgstr "Serveur OpenVPN" - -# File: src/etc/inc/filter.inc, line: 1361 -msgid "OpenVPN client" -msgstr "Client OpenVPN" - -# File: src/etc/inc/filter.inc, line: 1371 -msgid "IPsec client" -msgstr "Client IPsec" - -# File: src/etc/inc/filter.inc, line: 1409 -msgid "Auto created rule for ISAKMP" -msgstr "Règle auto créée pour ISAKMP" - -# File: src/etc/inc/filter.inc, line: 1419 -msgid "Auto created rule" -msgstr "Règle auto créée" - -# File: src/etc/inc/filter.inc, line: 1519 -msgid "Creating 1:1 rules..." -msgstr "Création des règles 1:1..." - -# File: src/etc/inc/filter.inc, line: 1664 -msgid "Creating advanced outbound rule %s" -msgstr "Création de règles de sorties avancé %s" - -# File: src/etc/inc/filter.inc, line: 1702 -msgid "Creating outbound NAT rules" -msgstr "Création de règles de sorties NAT" - -# File: src/etc/inc/filter.inc, line: 1709 -msgid "Creating automatic outbound rules" -msgstr "Création automatique des règles de sortie" - -# File: src/etc/inc/filter.inc, line: 1761 -msgid "Creating NAT rule %s" -msgstr "Création de la règle NAT %s" - -# File: src/etc/inc/filter.inc, line: 1967 -msgid "Creating filter rule %s ..." -msgstr "Création de la règle de filtrage %s" - -# File: src/etc/inc/filter.inc, line: 1990 -msgid "filter_generate_port: %s is not a valid %s port." -msgstr "filter_generate_port: %s n'est pas un port %s valide." - -# File: src/etc/inc/filter.inc, line: 2295 -msgid "Setting up pass/block rules %s" -msgstr "Mise en place des règles passer/bloquer %s" - -# File: src/etc/inc/filter.inc, line: 2310 -msgid "Could not find IPv4 gateway for interface (%s)." -msgstr "Impossible de trouver une passerelle IPv4 pour l’interface (%s)." - -# File: src/etc/inc/filter.inc, line: 2337 -msgid "Creating rule %s" -msgstr "Création de la règle %s" - -# File: src/etc/inc/filter.inc, line: 2547 -msgid "Creating default rules" -msgstr "Création des règles par défaut" - -# File: src/etc/inc/filter.inc, line: 3116 -msgid "Creating IPsec rules..." -msgstr "Création des règles IPsec..." - -# File: src/etc/inc/filter.inc, line: 3206 -msgid "Installed 15 minute filter reload for Time Based Rules" -msgstr "" -"Installé rechargement de filtre 15 minutes pour les Règles Basées sur le " -"Temps" - -# File: src/etc/inc/filter.inc, line: 3213 -msgid "Removed 15 minute filter reload for Time Based Rules" -msgstr "" -"Enlevé rechargement de filtre 15 minutes pour les Règles Basées sur le Temps" - -# File: src/etc/inc/filter_log.inc, line: 137 -msgid "There was an error parsing a rule: no time (`%s')" -msgstr "Il y a eu une erreur en appliquant une règle : pas d'heure ('%s')" - -# File: src/etc/inc/filter_log.inc, line: 157 -msgid "There was an error parsing rule number: %s -- not IPv4 or IPv6 (`%s')" -msgstr "" -"Il y a eu une erreur en interprétant la règle numéro: %s -- IPv4 ou IPv6 " -"manquante ('%s')" - -# File: src/etc/inc/filter_log.inc, line: 191 -msgid "There was an error parsing rule number: %s -- no src or dst (`%s')" -msgstr "" -"Il y a eu une erreur en interprétant la règle numéro: %s -- absence de " -"source ou de destination ('%s')" - -# File: src/etc/inc/gwlb.inc, line: 825 -msgid "MONITOR: %s is down, removing from routing group %s" -msgstr "" - -# File: src/etc/inc/gwlb.inc, line: 829 -msgid "MONITOR: %s has packet loss, removing from routing group %s" -msgstr "" - -# File: src/etc/inc/gwlb.inc, line: 833 -msgid "MONITOR: %s has high latency, removing from routing group %s" -msgstr "" - -# File: src/etc/inc/gwlb.inc, line: 854 -msgid "" -"Gateways status could not be determined, considering all as up/active. " -"(Group: %s)" -msgstr "" -"Le statut des passerelles ne peut être déterminé, toutes sont considérées " -"comme actives. (Groupe : %s)" - -# File: src/etc/inc/interfaces.inc, line: 78 -msgid "interfaces_bring_up() was called but no variable defined." -msgstr "" -"interfaces_bring_up() a été appelé mais aucune variable n'a été définie." - -# File: src/etc/inc/interfaces.inc, line: 235 -msgid "Configuring loopback interface..." -msgstr "Configuration des interfaces loopback..." - -# File: src/etc/inc/interfaces.inc, line: 253 -msgid "Configuring VLAN interfaces..." -msgstr "Configuration des interfaces VLAN..." - -# File: src/etc/inc/interfaces.inc, line: 279 -msgid "VLAN: called with wrong options. Problems with config!" -msgstr "VLAN : appelé avec les mauvaises options. Problème de configuration !" - -# File: src/etc/inc/interfaces.inc, line: 287 -msgid "interface_vlan_configure called with if undefined." -msgstr "interface_vlan_configure appelé avec if non définit." - -# File: src/etc/inc/interfaces.inc, line: 321 -# File: src/etc/inc/interfaces.inc, line: 413 -msgid "QinQ compat VLAN: called with wrong options. Problems with config!%s" -msgstr "" -"QinQ compat VLAN : appelé avec les mauvaises options. Problèmes de " -"configuration ! %s" - -# File: src/etc/inc/interfaces.inc, line: 328 -msgid "interface_qinq_configure called with if undefined.%s" -msgstr "interface_qinq_configure appelé avec une interface indéfinie. %s" - -# File: src/etc/inc/interfaces.inc, line: 333 -msgid "interface_qinq_configure called with invalid if.%s" -msgstr "interface_qinq_configure appelé avec une interface invalide. %s" - -# File: src/etc/inc/interfaces.inc, line: 398 -msgid "Configuring QinQ interfaces..." -msgstr "Configuration des interfaces QinQ..." - -# File: src/etc/inc/interfaces.inc, line: 421 -msgid "interface_qinq2_configure called with if undefined.%s" -msgstr "interface_qinq2_configure appelé avec une interface indéfinie. %s" - -# File: src/etc/inc/interfaces.inc, line: 442 -msgid "Creating wireless clone interfaces..." -msgstr "Création d'un clone d'interfaces sans fil..." - -# File: src/etc/inc/interfaces.inc, line: 511 -msgid "No members found on %s" -msgstr "Pas de membre trouvé sur %s" - -# File: src/etc/inc/interfaces.inc, line: 599 -msgid "realif not defined in interfaces bridge - up" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 712 -msgid "bridgeif not defined -- could not bring interface up" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 746 -msgid "Configuring LAGG interfaces..." -msgstr "Configuration des interfaces LAGG..." - -# File: src/etc/inc/interfaces.inc, line: 1000 -msgid "" -"could not bring realif up -- variable not defined -- " -"interface_gif_configure()" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 1107 -# File: src/etc/inc/interfaces.inc, line: 1132 -# File: src/etc/inc/interfaces.inc, line: 1151 -# File: src/etc/inc/interfaces.inc, line: 1164 -msgid "Configuring %s interface..." -msgstr "Configuration de l’interface %s..." - -# File: src/etc/inc/interfaces.inc, line: 1245 -msgid "Wrong parameters used during interface_bring_down" -msgstr "Mauvais paramètres utilisé durant interface_bring_down" - -# File: src/etc/inc/interfaces.inc, line: 1571 -msgid "Can't find PPP config for %s in interface_ppps_configure()." -msgstr "Configuration PPP introuvable dans interface_ppps_configure() pour %s." - -# File: src/etc/inc/interfaces.inc, line: 1537 -msgid "" -"Could not get a PPTP/L2TP Remote IP address from %s for %s in " -"interfaces_ppps_configure." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 1636 -msgid "" -"Device %s does not exist. PPP link cannot start without the modem device." -msgstr "" -"Le périphérique %s n'existe pas. Le lien PPP ne peut pas démarrer sans modem." - -# File: src/etc/inc/interfaces.inc, line: 1641 -msgid "Unkown %s configured as ppp interface." -msgstr "%s inconnu configué comme interface ppp." - -# File: src/etc/inc/interfaces.inc, line: 1913 -msgid "Error: cannot open mpd_%s.conf in interface_ppps_configure().%s" -msgstr "" -"Erreur: Impossible d'ouvrir mpd_%s.conf dans interface_ppps_configure().%s" - -# File: src/etc/inc/interfaces.inc, line: 1985 -msgid "Configuring CARP settings..." -msgstr "Configuration des paramètres CARP..." - -# File: src/etc/inc/interfaces.inc, line: 2196 -msgid "" -"Interface specified for the virtual IP address %s does not exist. Skipping " -"this VIP." -msgstr "" -"L'interface spécifiée pour l'adresse IP virtuelle %s n'existe pas. " -"Poursuivre sans VIP." - -# File: src/etc/inc/interfaces.inc, line: 2204 -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IP address %s." -msgstr "" -"Désolé, mais aucune adresse IP déclarée sur cette interface, requise pour " -"l'adresse IP virtuelle, n'a été trouvée %s." - -# File: src/etc/inc/interfaces.inc, line: 2211 -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IPv6 address %s." -msgstr "" -"Désolé, mais aucune adresse IP déclarée sur cette interface, requise pour " -"l'adresse IPv6 virtuelle, n'a été trouvée %s." - -# File: src/etc/inc/interfaces.inc, line: 2269 -msgid "Interface %s changed to hostap mode" -msgstr "Interface %s changée vers le mode hostap" - -# File: src/etc/inc/interfaces.inc, line: 2273 -msgid "Interface %s changed to adhoc mode" -msgstr "Interface %s changée vers le mode adhoc" - -# File: src/etc/inc/interfaces.inc, line: 2277 -msgid "Interface %s changed to infrastructure mode" -msgstr "Interface %s changée vers le mode infrastructure" - -# File: src/etc/inc/interfaces.inc, line: 2290 -msgid "Cloning new wireless interface %s" -msgstr "Clonage d'une nouvelle interface sans fil %s" - -# File: src/etc/inc/interfaces.inc, line: 2211 -msgid "Failed to clone interface %s with error code %s, output %s" -msgstr "" -"Impossible de dupliquer l'interface %s, code d'erreur %s avec la sortie %s" - -# File: src/etc/inc/interfaces.inc, line: 3018 -msgid "Generating new MAC address." -msgstr "Création d’une nouvelle adresse MAC." - -# File: src/etc/inc/interfaces.inc, line: 2934 -msgid "" -"The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface %s has been " -"automatically replaced with %s" -msgstr "" -"L'adresse MAC (ff:ff:ff:ff:ff:ff) est ERRONÉE sur l'interface %s et a été " -"automatiquement remplacée par %s" - -# File: src/etc/inc/interfaces.inc, line: 3853 -msgid "" -"Error: cannot open dhclient_%s.conf in interface_dhcp_configure() for " -"writing.%s" -msgstr "" -"Erreur: impossible d'ouvrir dhclient_%s.conf en écriture pour " -"interface_dhcp_configure().%s" - -# File: src/etc/inc/interfaces.inc, line: 3866 -msgid "Invalid interface \"%s\" in interface_dhcp_configure()" -msgstr "Interface incorrect \"%s\" dans interface_dhcp_configure()" - -# File: src/etc/inc/interfaces.inc, line: 3918 -msgid "Could not bring up %s interface in interface_dhcp_configure()" -msgstr "Impossible d’activer l’interface %s dans interface_dhcp_configure()" - -# File: src/etc/inc/pfsense-utils.inc, line: 1035 -msgid "device not present! Is the modem attached to the system?" -msgstr "Périphérique non présent ! Un modem est-il raccordé au système ?" - -# File: src/etc/inc/pfsense-utils.inc, line: 1146 -msgid "blocking" -msgstr "blocage" - -# File: src/etc/inc/pfsense-utils.inc, line: 1146 -msgid "check for ethernet loops" -msgstr "vérification des boucles ethernet" - -# File: src/etc/inc/pfsense-utils.inc, line: 1149 -msgid "learning" -msgstr "apprentissage" - -# File: src/etc/inc/pfsense-utils.inc, line: 1152 -msgid "forwarding" -msgstr "transfert" - -# File: src/etc/inc/pfsense-utils.inc, line: 912 -msgid "No history data found!" -msgstr "Pas de donné d'historique de trouvé!" - -# File: src/etc/inc/load_balancer_maintable.inc, line: 150 -msgid "Move selected entries before this entry" -msgstr "Déplacer les éléments sélectionnés avant celui ci" - -# File: src/www/firewall_virtual_ip.php, line: 265 -# File: src/www/services_captiveportal_zones.php, line: 129 -# File: src/www/services_dyndns.php, line: 180 -# File: src/www/services_wol.php, line: 198 -# File: src/www/system_advanced_sysctl.php, line: 188 -msgid "Do you really want to delete this entry?" -msgstr "Voulez-vous vraiment supprimer cette entrée ?" - -# File: src/etc/inc/load_balancer_maintable.inc, line: 162 -msgid "Duplicate entry" -msgstr "Doublon" - -# File: src/etc/inc/notices.inc, line: 66 -msgid "Could not open %s for writing" -msgstr "Impossible d’ouvrir %s pour sauvegarder" - -# File: src/etc/inc/notices.inc, line: 287 -msgid "Message sent to %s OK" -msgstr "Message envoyé à %s OK" - -# File: src/etc/inc/notices.inc, line: 296 -msgid "Could not send the message to %s -- Error: %s" -msgstr "Impossible d'envoyer le message à %s -- Erreur: %s" - -# File: src/etc/inc/notices.smtp.inc, line: 83 -msgid ": data access time out" -msgstr ": accès aux données trop long" - -# File: src/etc/inc/notices.smtp.inc, line: 86 -msgid ": the server disconnected" -msgstr ": serveur déconnecté" - -# File: src/etc/inc/notices.smtp.inc, line: 98 -msgid "reached the end of data while reading from the SMTP server connection" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 104 -msgid "it was not possible to read line from the SMTP server" -msgstr "Il n'a pas été possible de lire une ligne depuis le serveur SMTP" - -# File: src/etc/inc/notices.smtp.inc, line: 126 -msgid "it was not possible to send a line to the SMTP server" -msgstr "Il n'a pas été possible d'envoyer une ligne vers le serveur SMTP" - -# File: src/etc/inc/notices.smtp.inc, line: 140 -msgid "it was not possible to send data to the SMTP server" -msgstr "Il n'a pas été possible d'envoyer des données vers le serveur SMTP" - -# File: src/etc/inc/notices.smtp.inc, line: 212 -msgid "establishing SSL connections requires at least PHP version 4.3.0" -msgstr "" -"l’établissement des connexions SSL nécessite au moins la version 4.3.0 de PHP" - -# File: src/etc/inc/notices.smtp.inc, line: 215 -msgid "establishing SSL connections requires the OpenSSL extension enabled" -msgstr "" -"l’établissement des connexions SSL nécessite l’extension OpenSSL activée" - -# File: src/etc/inc/notices.smtp.inc, line: 224 -msgid "could not resolve host \"%s\"" -msgstr "Impossible de résoudre l’hôte \"%s\"" - -# File: src/etc/inc/notices.smtp.inc, line: 228 -msgid "domain \"%s\" resolved to an address excluded to be valid" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 230 -msgid "Connecting to host address \"%s\" port %s..." -msgstr "Connexion sur l'hôte à l'adresse \"%s\" sur le port %s..." - -# File: src/etc/inc/notices.smtp.inc, line: 237 -msgid "-3 socket could not be created" -msgstr "-3 la création du socket a échoué" - -# File: src/etc/inc/notices.smtp.inc, line: 239 -msgid "-4 dns lookup on hostname \"%s\" failed" -msgstr "-4 la recherche dns pour le nom d’hôte \"%s\" a échouée" - -# File: src/etc/inc/notices.smtp.inc, line: 241 -msgid "-5 connection refused or timed out" -msgstr "-5 connexion refusée ou expirée" - -# File: src/etc/inc/notices.smtp.inc, line: 243 -msgid "-6 fdopen() call failed" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 245 -msgid "-7 setvbuf() call failed" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 247 -msgid "could not connect to the host \"%s\": %s" -msgstr "Impossible de se connecter à l'hôte \"%s\": %s" - -# File: src/etc/inc/notices.smtp.inc, line: 256 -msgid "" -"it is not possible to authenticate using the specified mechanism because the " -"SASL library class is not loaded" -msgstr "" -"Il est impossible de s'authentifier en utilisant le mécanisme spécifié car " -"la classe de la bibliothèque SASL n'est pas chargée." - -# File: src/etc/inc/notices.smtp.inc, line: 280 -msgid "Authentication mechanism %s may not be used: %s" -msgstr "Le mécanisme d'authentification %s ne peut pas être utilisé: %s" - -# File: src/etc/inc/notices.smtp.inc, line: 285 -msgid "Could not start the SASL authentication client:" -msgstr "Impossible de démarrer le client d’authentification SASL:" - -# File: src/etc/inc/notices.smtp.inc, line: 292 -msgid "Could not send the AUTH command" -msgstr "Impossible d’envoyer la commande AUTH" - -# File: src/etc/inc/notices.smtp.inc, line: 307 -# File: src/etc/inc/notices.smtp.inc, line: 337 -msgid "Authentication error:" -msgstr "Erreur d’authentification:" - -# File: src/etc/inc/notices.smtp.inc, line: 322 -msgid "Could not send the authentication step message" -msgstr "Impossible d'envoyer le message concernant l'étape d'authentification" - -# File: src/etc/inc/notices.smtp.inc, line: 342 -msgid "Could not process the SASL authentication step:" -msgstr "Impossible de traiter l'étape d'authentification SASL:" - -# File: src/etc/inc/notices.smtp.inc, line: 356 -msgid "connection is already established" -msgstr "La connexion est déjà établie" - -# File: src/etc/inc/notices.smtp.inc, line: 394 -msgid "it was not specified the POP3 authentication user" -msgstr "Le nom d'utilisateur POP3 n'a pas été spécifié." - -# File: src/etc/inc/notices.smtp.inc, line: 400 -msgid "it was not specified the POP3 authentication password" -msgstr "Le mot de passe POP3 n'a pas été spécifié." - -# File: src/etc/inc/notices.smtp.inc, line: 404 -msgid "Resolving POP3 authentication host \"%s\"..." -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 411 -msgid "POP3 authentication server greeting was not found" -msgstr "L'accueil de l'authentification du serveur POP3 n'a pas été trouvé" - -# File: src/etc/inc/notices.smtp.inc, line: 419 -msgid "POP3 authentication user was not accepted:" -msgstr "L'utilisateur pour l'authentification POP3 n'a pas été accepté:" - -# File: src/etc/inc/notices.smtp.inc, line: 427 -msgid "POP3 authentication password was not accepted:" -msgstr "Le mot de passe pour l'authentification POP3 n'a pas été accepté:" - -# File: src/etc/inc/notices.smtp.inc, line: 436 -msgid "could not determine the SMTP to connect" -msgstr "Ne peut pas déterminer le SMTP à connecter" - -# File: src/etc/inc/notices.smtp.inc, line: 442 -msgid "Resolving SMTP server domain \"%s\"..." -msgstr "Résolution du domaine du serveur SMTP \"%s\"..." - -# File: src/etc/inc/notices.smtp.inc, line: 454 -msgid "Connected to SMTP server \"%s\"." -msgstr "Connecté sur le serveur SMTP \"%s\"." - -# File: src/etc/inc/notices.smtp.inc, line: 468 -msgid "server does not require authentication" -msgstr "Le serveur ne requiert pas d’authenfication" - -# File: src/etc/inc/notices.smtp.inc, line: 532 -msgid "" -"it is not supported any of the authentication mechanisms required by the " -"server" -msgstr "" -"Auncun des mécanismes d'authentification requis par le serveur n'est " -"supporté " - -# File: src/etc/inc/notices.smtp.inc, line: 629 -msgid "" -"direct delivery connection is already established and sender is already set" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 637 -msgid "connection is not in the initial state" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 659 -msgid "it was not specified a valid direct recipient" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 678 -msgid "" -"it is not possible to deliver directly to recipients of different domains" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 683 -msgid "connection is already established and the recipient is already set" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 695 -msgid "connection is not in the recipient setting state" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 724 -msgid "connection is not in the start sending data state" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 754 -# File: src/etc/inc/notices.smtp.inc, line: 765 -msgid "connection is not in the sending data state" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 801 -msgid "it was not previously established a SMTP connection" -msgstr "" - -# File: src/etc/inc/openvpn-client-export.inc, line: 84 -# File: src/etc/inc/openvpn-client-export.inc, line: 686 -msgid "Could not locate server configuration." -msgstr "Impossible de trouver la configuration du serveur." - -# File: src/etc/inc/openvpn-client-export.inc, line: 88 -# File: src/etc/inc/openvpn-client-export.inc, line: 690 -msgid "You cannot export for disabled servers." -msgstr "Vous ne pouvez pas exporter les serveurs désactivés." - -# File: src/etc/inc/openvpn-client-export.inc, line: 96 -msgid "Could not locate server certificate." -msgstr "Impossible de trouver le certificat serveur." - -# File: src/etc/inc/openvpn-client-export.inc, line: 100 -msgid "Could not locate the CA reference for the server certificate." -msgstr "" -"Impossible de trouver l'Autorité de Certification (AC) pour le certificat de " -"serveur." - -# File: src/etc/inc/openvpn-client-export.inc, line: 111 -msgid "Could not find user settings." -msgstr "Impossible de trouver les paramètres utilisateurs." - -# File: src/etc/inc/openvpn-client-export.inc, line: 123 -# File: src/etc/inc/openvpn-client-export.inc, line: 132 -msgid "Could not find client certificate." -msgstr "Impossible de trouver le certificat client." - -# File: src/etc/inc/openvpn-client-export.inc, line: 209 -# File: src/etc/inc/openvpn-client-export.inc, line: 754 -msgid "This server uses UDP protocol and cannot communicate with HTTP proxy." -msgstr "" -"Ce serveur utilise le protocole UDP et ne peut pas communiquer avec un proxy " -"HTTP." - -# File: src/etc/inc/openvpn-client-export.inc, line: 502 -msgid "Could not create a config to export." -msgstr "Impossible de créer une configuration pour l'exporter" - -# File: src/etc/inc/openvpn.inc, line: 34 -msgid "0 (none)" -msgstr "0 (aucun)" - -# File: src/etc/inc/openvpn.inc, line: 35 -msgid "1 (default)" -msgstr "1 (défaut)" - -# File: src/etc/inc/openvpn.inc, line: 36 -msgid "2" -msgstr "2" - -# File: src/etc/inc/openvpn.inc, line: 37 -msgid "3 (recommended)" -msgstr "3 (recommandé)" - -# File: src/etc/inc/openvpn.inc, line: 38 -msgid "4" -msgstr "4" - -# File: src/etc/inc/openvpn.inc, line: 39 -msgid "5" -msgstr "5" - -# File: src/etc/inc/openvpn.inc, line: 40 -msgid "6" -msgstr "6" - -# File: src/etc/inc/openvpn.inc, line: 41 -msgid "7" -msgstr "7" - -# File: src/etc/inc/openvpn.inc, line: 42 -msgid "8" -msgstr "8" - -# File: src/etc/inc/openvpn.inc, line: 43 -msgid "9" -msgstr "9" - -# File: src/etc/inc/openvpn.inc, line: 44 -msgid "10" -msgstr "10" - -# File: src/etc/inc/openvpn.inc, line: 45 -msgid "11" -msgstr "11" - -# File: src/etc/inc/openvpn.inc, line: 101 -msgid "No Preference" -msgstr "Pas de préférence" - -# File: src/etc/inc/openvpn.inc, line: 102 -msgid "Disabled - No Compression" -msgstr "Désactivé - Pas de compression" - -# File: src/etc/inc/openvpn.inc, line: 103 -msgid "Enabled with Adaptive Compression" -msgstr "Activer avec compression adaptative" - -# File: src/etc/inc/openvpn.inc, line: 104 -msgid "Enabled without Adaptive Compression" -msgstr "Activer sans compression adaptative" - -# File: src/etc/inc/openvpn.inc, line: 198 -msgid "None (No Encryption)" -msgstr "Aucun (Pas de cryptage)" - -# File: src/etc/inc/openvpn.inc, line: 212 -msgid "None (No Authentication)" -msgstr "Aucun (Pas d'authentification)" - -# File: src/etc/inc/openvpn.inc, line: 263 -msgid "The field '%s' must contain a valid port, ranging from 0 to 65535." -msgstr "Le champ '%s' doit contenir un port valide, allant de 0 à 65535." - -# File: src/etc/inc/openvpn.inc, line: 275 -msgid "The field '%s' must contain a single valid %s CIDR range." -msgstr "Le champ '%s' doit contenir une seule plage CIDR %s valide." - -# File: src/etc/inc/openvpn.inc, line: 287 -msgid "" -"The field '%s' must contain only valid %s CIDR range(s) separated by commas." -msgstr "" -"Le champ '%s' doit uniquement contenir %s plage(s) CIDR valide(s) séparée(s) " -"par des virgules." - -# File: src/etc/inc/openvpn_wizard.inc, line: 216 -# File: src/etc/inc/openvpn_wizard.inc, line: 315 -msgid "Please do not use special characters in Certificate field names." -msgstr "" -"Veuillez ne pas utiliser de caractères spéciaux dans les champs du " -"certificat." - -# File: src/etc/inc/openvpn_wizard.inc, line: 401 -msgid "The specified 'Local port' is in use. Please select another value." -msgstr "" -"Le port local spécifié est déjà utilisé. Merci de choisir un autre port." - -# File: src/etc/inc/openvpn_wizard.inc, line: 406 -msgid "The field 'TLS Authentication Key' does not appear to be valid." -msgstr "Le champ 'Clé d'Authentification TLS' ne semble pas être valide." - -# File: src/www/vpn_openvpn_csc.php, line: 150 -# File: src/www/vpn_openvpn_server.php, line: 315 -msgid "The field 'DNS Server #1' must contain a valid IP address" -msgstr "Le champ 'Serveur DNS 1' doit contenir un adresse IP valide" - -# File: src/www/vpn_openvpn_csc.php, line: 153 -# File: src/www/vpn_openvpn_server.php, line: 318 -msgid "The field 'DNS Server #2' must contain a valid IP address" -msgstr "Le champ 'Serveur DNS 2' doit contenir un adresse IP valide" - -# File: src/www/vpn_openvpn_csc.php, line: 156 -# File: src/www/vpn_openvpn_server.php, line: 321 -msgid "The field 'DNS Server #3' must contain a valid IP address" -msgstr "Le champ 'Serveur DNS 3' doit contenir un adresse IP valide" - -# File: src/www/vpn_openvpn_csc.php, line: 159 -# File: src/www/vpn_openvpn_server.php, line: 324 -msgid "The field 'DNS Server #4' must contain a valid IP address" -msgstr "Le champ 'Serveur DNS 4' doit contenir un adresse IP valide" - -# File: src/www/vpn_openvpn_csc.php, line: 165 -# File: src/www/vpn_openvpn_server.php, line: 330 -msgid "The field 'NTP Server #1' must contain a valid IP address" -msgstr "Le champ 'Serveur NTP 1' doit contenir un adresse IP valide" - -# File: src/www/vpn_openvpn_csc.php, line: 168 -# File: src/www/vpn_openvpn_server.php, line: 333 -msgid "The field 'NTP Server #2' must contain a valid IP address" -msgstr "Le champ 'Serveur NTP 2' doit contenir un adresse IP valide" - -# File: src/www/vpn_openvpn_csc.php, line: 181 -# File: src/www/vpn_openvpn_server.php, line: 346 -msgid "The field 'WINS Server #1' must contain a valid IP address" -msgstr "Le champ 'Serveur WINS 1' doit contenir un adresse IP valide" - -# File: src/www/vpn_openvpn_csc.php, line: 184 -# File: src/www/vpn_openvpn_server.php, line: 349 -msgid "The field 'WINS Server #2' must contain a valid IP address" -msgstr "Le champ 'Serveur WINS 2' doit contenir un adresse IP valide" - -# File: src/www/vpn_openvpn_server.php, line: 366 -msgid "The field 'Concurrent connections' must be numeric." -msgstr "Le champ 'connexions simultanées' doit être numérique. " - -# File: src/etc/inc/openvpn_wizard.inc, line: 431 -msgid "You must specify a 'Tunnel network'." -msgstr "" - -# File: src/www/wizards/openvpn_wizard.inc, line: 625 -# File: src/www/wizards/openvpn_wizard.inc, line: 642 -msgid "OpenVPN %s wizard" -msgstr "Assistant OpenVPN %s" - -# File: src/www/wizards/openvpn_wizard.inc, line: 637 -# File: src/www/wizards/openvpn_wizard.inc, line: 652 -msgid "OpenVPN Wizard" -msgstr "Assistant de configuration pour OpenVPN" - -# File: src/etc/inc/pfsense-utils.inc, line: 264 -msgid "MASTER" -msgstr "MASTER" - -# File: src/etc/inc/pfsense-utils.inc, line: 266 -msgid "BACKUP" -msgstr "BACKUP" - -# File: src/etc/inc/pfsense-utils.inc, line: 268 -msgid "INIT" -msgstr "INIT" - -# File: src/etc/inc/pfsense-utils.inc, line: 437 -# File: src/etc/inc/pfsense-utils.inc, line: 459 -msgid "Restored %s of config file (maybe from CARP partner)" -msgstr "" -"%s restauré du fichier de configuration (peut-être d'un partenaire CARP)" - -# File: src/etc/inc/pfsense-utils.inc, line: 1545 -msgid "" -"Alias archive is a .zip file which cannot be decompressed because utility is " -"missing!" -msgstr "" -"L'archive d'Alias est un fichier .zip qui ne peut être décompressée parce " -"que l'utilitaire est manquant !" - -# File: src/etc/inc/pfsense-utils.inc, line: 1555 -# File: src/etc/inc/pfsense-utils.inc, line: 1587 -msgid "Could not open %s/aliases for writing!" -msgstr "Impossible d'ouvrir %s/alias en écriture!" - -# File: src/etc/inc/pfsense-utils.inc, line: 1561 -# File: src/etc/inc/pfsense-utils.inc, line: 1593 -msgid "The following file could not be read %s from %s" -msgstr "Le fichier suivant ne peut pas être lu %s à partir de %s" - -# File: src/etc/inc/pfsense-utils.inc, line: 1577 -msgid "" -"Alias archive is a .tar/tgz file which cannot be decompressed because " -"utility is missing!" -msgstr "" -"L'archive d'Alias est un fichier .tar/tgz qui ne peut être décompressée " -"parce que l'utilitaire est manquant !" - -# File: src/etc/inc/rrd.inc, line: 74 -msgid "RRD create failed exited with %s, the error is: %s" -msgstr "La création RRD a échouée avec le code %s, l'erreur est: %s" - -# File: src/etc/inc/rrd.inc, line: 197 -msgid "Generating RRD graphs..." -msgstr "Génération des graphiques RRD..." - -# File: src/etc/inc/rrd.inc, line: 743 -msgid "Creating rrd update script" -msgstr "Création du script de mise à jour RRD" - -# File: src/etc/inc/services.inc, line: 425 -msgid "DHCP leases restore failed exited with %s, the error is: %s" -msgstr "" -"La récupération des baux DHCP a échouée et s'est terminée avec %s, l'erreur " -"est: %s" - -# File: src/etc/inc/services.inc, line: 408 -msgid "Starting DHCP service..." -msgstr "Démarrage du service DHCP..." - -# File: src/etc/inc/services.inc, line: 491 -msgid "Warning! DHCP Failover setup and no CARP virtual IPs defined!" -msgstr "" - -# File: src/etc/inc/services.inc, line: 890 -msgid "Error: cannot open dhcpd.conf in services_dhcpdv4_configure().%s" -msgstr "" -"Erreur: impossible d'ouvrir dhcpd.conf dans services_dhcpdv4_configure().%s" - -# File: src/etc/inc/services.inc, line: 1359 -msgid "Could not write Igmpproxy configuration file!" -msgstr "Impossible d'écrire le fichier de configuration Igmpproxy!" - -# File: src/etc/inc/services.inc, line: 1367 -msgid "Started IGMP proxy service." -msgstr "Démarrage du service Proxy IGMP" - -# File: src/etc/inc/services.inc, line: 1386 -msgid "Starting DHCP relay service..." -msgstr "Démarrage du service relai DHCP..." - -# File: src/etc/inc/services.inc, line: 1503 -msgid "Starting DHCPv6 relay service..." -msgstr "Démarrage du service relai DHCPv6..." - -# File: src/etc/inc/services.inc, line: 1739 -msgid "Starting dynamic DNS clients..." -msgstr "Démarrage des clients DNS dynamique." - -# File: src/etc/inc/services.inc, line: 1739 -msgid "Starting DNS forwarder..." -msgstr "Démarrage du redirecteur DNS" - -# File: src/etc/inc/services.inc, line: 1878 -msgid "Starting DNS Resolver..." -msgstr "Démarrage du Résolveur DNS" - -# File: src/etc/inc/services.inc, line: 1911 -msgid "Starting SNMP daemon... " -msgstr "Démarrage du service SNMP... " - -# File: src/etc/inc/services.inc, line: 1916 -msgid "Error: cannot open snmpd.conf in services_snmpd_configure().%s" -msgstr "" -"Erreur: impossible d’ouvrir snmpd.conf pour services_snmpd_configure().%s" - -# File: src/etc/inc/services.inc, line: 2253 -msgid "Dynamic DNS updated IP Address (A) for %s on %s (%s) to %s" -msgstr "" -"Le service DNS Dynamique a mis à jour l'adresse IP (A) pour %s sur %s (%s) " -"en %s" - -# File: src/etc/inc/services.inc, line: 2268 -msgid "Dynamic DNS updated IPv6 Address (AAAA) for %s on %s (%s) to %s" -msgstr "" -"Le service DNS Dynamique a mis à jour l'adresse IPv6 (AAAA) pour %s sur %s " -"(%s) en %s" - -# File: src/etc/inc/services.inc, line: 2312 -msgid "Starting UPnP service... " -msgstr "Démarrage du service UPnP" - -# File: src/etc/inc/services.inc, line: 2362 -msgid "Installed cron job for %s" -msgstr "Tâche cron pour %s installée" - -# File: src/etc/inc/services.inc, line: 2365 -msgid "Updated cron job for %s" -msgstr "Tâche cron pour %s mise à jour" - -# File: src/etc/inc/services.inc, line: 2370 -msgid "Removed cron job for %s" -msgstr "Tâche cron pour %s supprimée" - -# File: src/etc/inc/service-utils.inc, line: 49 -msgid "Router Advertisement Daemon" -msgstr "Démon \"Router Advertisement\"" - -# File: src/etc/inc/services.inc, line: 2476 -msgid "Unbound DNS Resolver" -msgstr "" - -# File: src/etc/inc/service-utils.inc, line: 69 -msgid "NTP clock sync" -msgstr "Synchro horloge NTP" - -# File: src/etc/inc/service-utils.inc, line: 95 -# File: src/www/services_dhcp_relay.php, line: 90 -msgid "DHCP Relay" -msgstr "Relai DHCP" - -# File: src/etc/inc/service-utils.inc, line: 102 -# File: src/www/services_dhcpv6_relay.php, line: 91 -msgid "DHCPv6 Relay" -msgstr "Relai DHCPv6" - -# File: src/etc/inc/service-utils.inc, line: 109 -msgid "DHCP Service" -msgstr "Service DHCP" - -# File: src/etc/inc/service-utils.inc, line: 117 -msgid "Gateway Monitoring Daemon" -msgstr "Service de supervision de passerelle" - -# File: src/etc/inc/service-utils.inc, line: 124 -msgid "SNMP Service" -msgstr "Service SNMP" - -# File: src/etc/inc/service-utils.inc, line: 131 -msgid "IGMP proxy" -msgstr "Proxy IGMP" - -# File: src/etc/inc/service-utils.inc, line: 138 -msgid "UPnP Service" -msgstr "Service UPnP" - -# File: src/etc/inc/service-utils.inc, line: 145 -# File: src/www/diag_logs_ipsec.php, line: 47 -msgid "IPsec VPN" -msgstr "VPN IPsec" - -# File: src/etc/inc/service-utils.inc, line: 152 -msgid "Secure Shell Daemon" -msgstr "Session à distance sécurisée" - -# File: src/etc/inc/service-utils.inc, line: 175 -msgid "Server load balancing daemon" -msgstr "Démon serveur d'équilibrage de charge" - -# File: src/etc/inc/service-utils.inc, line: 180 -msgid "Proxy server" -msgstr "Serveur proxy" - -# File: src/etc/inc/service-utils.inc, line: 278 -msgid "Running" -msgstr "Exécution" - -# File: src/etc/inc/service-utils.inc, line: 279 -# File: src/etc/inc/service-utils.inc, line: 282 -msgid "%s Service is" -msgstr "Le Service %s est" - -# File: src/etc/inc/service-utils.inc, line: 281 -msgid "Stopped" -msgstr "Arrêté" - -# File: src/etc/inc/service-utils.inc, line: 309 -msgid "Restart %sService" -msgstr "Redémarrage du Service %s" - -# File: src/etc/inc/service-utils.inc, line: 321 -msgid "Stop %sService" -msgstr "Arrêt du Service %s" - -# File: src/etc/inc/service-utils.inc, line: 335 -msgid "Start %sService" -msgstr "Démarrer le Service %s" - -# File: src/etc/inc/system.inc, line: 611 -msgid "DNSCACHE: Found old IP %s and new IP %s" -msgstr "CACHEDNS: Ancienne adresse IP trouvée %s et nouvelle IP %s" - -# File: src/etc/inc/system.inc, line: 476 -msgid "Static Routes: Gateway IP could not be found for %s" -msgstr "" -"Routes Statiques: L'adresse IP de la passerelle n'a pas été trouvée pour %s" - -# File: src/etc/inc/system.inc, line: 614 -msgid "Starting syslog..." -msgstr "Démarrage de syslog..." - -# File: src/etc/inc/system.inc, line: 745 -msgid "Error: cannot open syslog.conf in system_syslogd_start().%s" -msgstr "Erreur: impossible d'ouvrir syslog.conf dans system_syslogd_start().%s" - -# File: src/etc/inc/system.inc, line: 816 -msgid "webConfigurator default" -msgstr "" - -# File: src/etc/inc/system.inc, line: 831 -msgid "Importing HTTPS certificate" -msgstr "Importation du certificat HTTPS" - -# File: src/etc/inc/system.inc, line: 1146 -msgid "Error: cannot open cert.pem in system_webgui_start().%s" -msgstr "Erreur: impossible d'ouvrir cert.pem dans system_webgui_start().%s" - -# File: src/etc/inc/system.inc, line: 1157 -msgid "Error: cannot open ca.pem in system_webgui_start().%s" -msgstr "Erreur: impossible d'ouvrir ca.pem dans system_webgui_start().%s" - -# File: src/etc/inc/system.inc, line: 1165 -msgid "ssl configuration" -msgstr "Configuration ssl" - -# File: src/etc/inc/system.inc, line: 1198 -msgid "Error: cannot open %s in system_generate_lighty_config().%s" -msgstr "Erreur: impossible d'ouvrir %s dans system_webgui_start().%s" - -# File: src/etc/inc/system.inc, line: 1215 -msgid "Setting timezone..." -msgstr "Configuration du fuseau horaire..." - -# File: src/etc/inc/upgrade_config.inc, line: 40 -msgid "RRD dump failed exited with %s, the error is: %s" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 56 -msgid "" -"Import RRD has %s DS values and %s RRA databases, new format RRD has %s DS " -"values and %s RRA databases" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 140 -msgid "The new RRD now has %s DS values and %s RRA databases" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 107 -msgid "%sWarning: filter rule removed (interface '%s' does not exist anymore)." -msgstr "%sAlerte: règle de filtrage supprimée (l'interface '%s' n'existe plus)" - -# File: src/etc/inc/upgrade_config.inc, line: 119 -msgid "" -"%sWarning: filter rule removed (source network '%s' does not exist anymore)." -msgstr "" -"%sAlerte: règle de filtrage supprimée (le réseau source '%s' n'existe plus)." - -# File: src/etc/inc/upgrade_config.inc, line: 132 -msgid "" -"%sWarning: filter rule removed (destination network '%s' does not exist " -"anymore)." -msgstr "" -"%sAlerte: règle de filtrage supprimée (le réseau de destination '%s' " -"n'existe plus)" - -# File: src/etc/inc/upgrade_config.inc, line: 152 -msgid "" -"%sWarning: traffic shaper rule removed (interface '%s' does not exist " -"anymore)." -msgstr "" -"%sAvertissement: la règle de régulation de flux est supprimée (l'interface '%" -"s' n'existe plus)." - -# File: src/etc/inc/upgrade_config.inc, line: 164 -msgid "" -"%sWarning: traffic shaper rule removed (source network '%s' does not exist " -"anymore)." -msgstr "" -"%sAvertissement: la règle de régulation de flux est supprimée (le réseau " -"source '%s' n'existe plus)." - -# File: src/etc/inc/upgrade_config.inc, line: 177 -msgid "" -"%sWarning: traffic shaper rule removed (destination network '%s' does not " -"exist anymore)." -msgstr "" -"%sAvertissement: la règle de régulation de flux est supprimée (le réseau " -"destination '%s' n'existe plus)." - -# File: src/etc/inc/upgrade_config.inc, line: 327 -msgid "CARP vhid %s" -msgstr "CARP vhid %s" - -# File: src/etc/inc/upgrade_config.inc, line: 487 -msgid "Permit IPsec traffic." -msgstr "Autoriser le trafic IPsec." - -# File: src/etc/inc/upgrade_config.inc, line: 507 -msgid "System Administrators" -msgstr "Administrateurs du Système" - -# File: src/etc/inc/upgrade_config.inc, line: 526 -msgid "" -"Indicates whether this user will lock access to the webConfigurator for " -"other users." -msgstr "" -"Indique si cet utilisateur verrouille l'accès au webConfigurator pour les " -"autres utilisateurs." - -# File: src/etc/inc/upgrade_config.inc, line: 529 -msgid "" -"Indicates whether this user will lock individual HTML pages after having " -"accessed a particular page (the lock will be freed if the user leaves or " -"saves the page form)." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 532 -msgid "Indicates whether this user is able to login for example via SSH." -msgstr "" -"Indique si cet utilisateur est autorisé à se connecter par exemple via SSH." - -# File: src/etc/inc/upgrade_config.inc, line: 535 -msgid "" -"Indicates whether this user is allowed to copy files onto the %s appliance " -"via SCP/SFTP. If you are going to use this privilege, you must install " -"scponly on the appliance (Hint: pkg_add -r scponly)." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 538 -msgid "" -"This user is associated with the UNIX root user (you should associate this " -"privilege only with one single user)." -msgstr "" -"Cet utilisateur est associé à l'utilisateur root UNIX (vous devriez associer " -"ce privilège uniquement avec un seul utilisateur)." - -# File: src/etc/inc/upgrade_config.inc, line: 555 -msgid "Drop packets to closed TCP ports without returning a RST" -msgstr "Bloquer les paquets TCP sans retourner de RST" - -# File: src/etc/inc/upgrade_config.inc, line: 559 -msgid "Do not send ICMP port unreachable messages for closed UDP ports" -msgstr "" -"Ne pas envoyer de messages ICMP port injoignable pour les ports UDP fermés" - -# File: src/etc/inc/upgrade_config.inc, line: 563 -msgid "Randomize the ID field in IP packets (default is 0: sequential IP IDs)" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 567 -msgid "Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 571 -msgid "Sending of IPv4 ICMP redirects" -msgstr "Envoi des redirections ICMP IPv4 (type: 5, code: 0 à 3)" - -# File: src/etc/inc/upgrade_config.inc, line: 575 -msgid "Sending of IPv6 ICMP redirects" -msgstr "Envoi des redirections ICMP IPv6 (type: 137)" - -# File: src/etc/inc/upgrade_config.inc, line: 579 -msgid "Generate SYN cookies for outbound SYN-ACK packets" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 583 -msgid "Maximum incoming TCP datagram size" -msgstr "Taille maximale des datagrammes TCP entrant" - -# File: src/etc/inc/upgrade_config.inc, line: 587 -msgid "Maximum outgoing TCP datagram size" -msgstr "Taille maximale des datagrammes TCP sortant" - -# File: src/etc/inc/upgrade_config.inc, line: 591 -msgid "" -"Fastforwarding (see http://lists.freebsd.org/pipermail/freebsd-" -"net/2004-January/002534.html)" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 595 -msgid "Do not delay ACK to try and piggyback it onto a data packet" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 599 -msgid "Maximum outgoing UDP datagram size" -msgstr "Taille maximale des datagrammes UDP sortant" - -# File: src/etc/inc/upgrade_config.inc, line: 603 -msgid "" -"Handling of non-IP packets which are not passed to pfil (see if_bridge(4))" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 607 -msgid "Allow unprivileged access to tap(4) device nodes" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 611 -msgid "Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 615 -msgid "" -"The system will attempt to calculate the bandwidth delay product for each " -"connection and limit the amount of data queued to the network to just the " -"amount required to maintain optimum throughput. " -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 619 -msgid "Set ICMP Limits" -msgstr "Définir le seuil de connexion ICMP (c/s)" - -# File: src/etc/inc/upgrade_config.inc, line: 623 -msgid "TCP Offload engine" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 664 -msgid "Interface %s Static Gateway" -msgstr "Interface %s Passerelle Statique" - -# File: src/etc/inc/upgrade_config.inc, line: 667 -msgid "Interface %s Dynamic Gateway" -msgstr "Interface %s Passerelle Dynamique" - -# File: src/etc/inc/upgrade_config.inc, line: 733 -msgid "Upgraded static route for %s" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 830 -msgid "Sitedown pool for VS: %s" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 985 -msgid "phase2 for %s" -msgstr "phase2 pour %s" - -# File: src/etc/inc/upgrade_config.inc, line: 1212 -msgid "Upgraded Dyndns %s" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 1264 -msgid "All Users" -msgstr "Tout les utilisateurs" - -# File: src/etc/inc/upgrade_config.inc, line: 1419 -msgid "Converted bridged %s" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 1793 -msgid "Auto added OpenVPN rule from config upgrade." -msgstr "" - -# File: src/etc/inc/util.inc, line: 92 -msgid "WARNING: You must give a name as parameter to lock() function." -msgstr "" - -# File: src/etc/inc/util.inc, line: 1014 -msgid "The command '%s' returned exit code '%d', the output was '%s'" -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 136 -msgid "Configuring IPsec VPN... " -msgstr "Configuration du VPN IPsec" - -# File: src/etc/inc/vpn.inc, line: 394 -msgid "Error: Invalid certificate info for %s" -msgstr "Erreur: Information du certificat incorrecte pour %s" - -# File: src/etc/inc/vpn.inc, line: 400 -msgid "Error: Invalid certificate hash info for %s" -msgstr "Erreur: information de hachage du certificat incorrecte pour %s" - -# File: src/etc/inc/vpn.inc, line: 405 -msgid "Error: Cannot write IPsec CA file for %s" -msgstr "" -"Erreur: Impossible de générer l'autorité de certification (AC) IPsec pour %s" - -# File: src/etc/inc/vpn.inc, line: 427 -msgid "Error: Invalid phase1 certificate reference for %s" -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 435 -msgid "Error: Cannot write phase1 key file for %s" -msgstr "Erreur: Impossible de générer la clé de la phase 1 pour %s" - -# File: src/etc/inc/vpn.inc, line: 442 -msgid "Error: Cannot write phase1 certificate file for %s" -msgstr "Erreur: Impossible de générer le certificat de la phase 1 pour %s" - -# File: src/etc/inc/vpn.inc, line: 868 -msgid "Ignoring IPsec reload since there are no tunnels on interface %s" -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 875 -msgid "Forcefully reloading IPsec" -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 916 -msgid "Configuring PPTP VPN service... " -msgstr "Configuration du service VPN PPTP" - -# File: src/etc/inc/vpn.inc, line: 926 -msgid "Could not kill mpd within 3 seconds. Trying again." -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 948 -msgid "Error: cannot open mpd.conf in vpn_pptpd_configure()." -msgstr "" -"Erreur: Impossible d'ouvrir le fichier mpd.conf dans vpn_pptpd_configure()." - -# File: src/etc/inc/vpn.inc, line: 1067 -msgid "Error: cannot open mpd.links in vpn_pptpd_configure()." -msgstr "" -"Erreur: Impossible d'ouvrir le fichier mpd.links dans vpn_pptpd_configure()." - -# File: src/etc/inc/vpn.inc, line: 1092 -msgid "Error: cannot open mpd.secret in vpn_pptpd_configure()." -msgstr "" -"Erreur: Impossible d'ouvrir le fichier mpd.secret dans vpn_pptpd_configure()." - -# File: src/etc/inc/vpn.inc, line: 1149 -msgid "Configuring PPPoE VPN service... " -msgstr "Configuration du service PPPoE VPN... " - -# File: src/etc/inc/vpn.inc, line: 1173 -msgid "Error: cannot open mpd.conf in vpn_pppoe_configure()." -msgstr "" -"Erreur: Impossible d'ouvrir le fichier mpd.conf dans vpn_pppoe_configure()." - -# File: src/etc/inc/vpn.inc, line: 1282 -msgid "Error: cannot open mpd.links in vpn_pppoe_configure()." -msgstr "" -"Erreur: Impossible d'ouvrir le fichier mpd.links dans vpn_pppoe_configure()." - -# File: src/etc/inc/vpn.inc, line: 1309 -msgid "Error: cannot open mpd.secret in vpn_pppoe_configure()." -msgstr "" -"Erreur: Impossible d'ouvrir le fichier mpd.secret dans vpn_pppoe_configure()." - -# File: src/etc/inc/vpn.inc, line: 1341 -msgid "done" -msgstr "fait" - -# File: src/etc/inc/vpn.inc, line: 1357 -msgid "Configuring l2tp VPN service... " -msgstr "Configuration du service l2tp VPN" - -# File: src/etc/inc/vpn.inc, line: 1378 -msgid "Error: cannot open mpd.conf in vpn_l2tp_configure()." -msgstr "" -"Erreur: Impossible d'ouvrir le fichier mpd.conf dans vpn_l2tp_configure()." - -# File: src/etc/inc/vpn.inc, line: 1477 -msgid "Error: cannot open mpd.links in vpn_l2tp_configure()." -msgstr "" -"Erreur: Impossible d'ouvrir le fichier mpd.links dans vpn_l2tp_configure()." - -# File: src/etc/inc/vpn.inc, line: 1503 -msgid "Error: cannot open mpd.secret in vpn_l2tp_configure()." -msgstr "" -"Erreur : Impossible d'ouvrir le fichier mpd.secret dans vpn_l2tp_configure()." - -# File: src/etc/inc/xmlparse.inc, line: 83 -# File: src/www/interfaces.php, line: 92 -msgid "XML error: %s at line %d cannot occur more than once" -msgstr "" - -# File: src/etc/inc/xmlparse.inc, line: 159 -# File: src/etc/inc/xmlparse_attr.inc, line: 185 -msgid "Error: could not open XML input" -msgstr "" - -# File: src/etc/inc/xmlparse.inc, line: 165 -msgid "XML error: %s at line %d in %s" -msgstr "" - -# File: src/etc/inc/xmlparse.inc, line: 182 -# File: src/etc/inc/xmlparse_attr.inc, line: 208 -msgid "XML error: no %s object found!" -msgstr "" - -# File: src/etc/inc/xmlrpc/legacy.inc, line: 145 -# File: src/etc/inc/xmlrpc/legacy.inc, line: 210 -msgid "Merged in config (%s sections) from XMLRPC client." -msgstr "" - -# File: src/etc/rc.bootup, line: 143 -msgid "Default interfaces not found -- Running interface assignment option." -msgstr "" - -# File: src/etc/rc.initial.password, line: 37 -msgid "The %s password will be reset to the factory default of `%s'." -msgstr "" - -# File: src/etc/rc.initial.password, line: 42 -msgid "Do you want to proceed [y|n]? " -msgstr "Voulez-vous continuer [o|n]?" - -# File: src/etc/rc.initial.password, line: 48 -msgid "The User manager authentication server is set to \"%s\"." -msgstr "" - -# File: src/etc/rc.initial.password, line: 50 -msgid "Do you want to set it back to Local Database [y|n]? " -msgstr "Voulez-vous réactiver la Base de données Locale [o|n]?" - -# File: src/etc/rc.initial.password, line: 75 -msgid "password changed from console menu" -msgstr "mot de passe changé à partir du menu de la console" - -# File: src/etc/rc.initial.password, line: 78 -msgid "The password has been reset." -msgstr "Le mot de passe a été réinitialisé." - -# File: src/etc/rc.initial.password, line: 80 -msgid "Please change the password as soon as you log in!" -msgstr "Veuillez changer le mot de passe à votre prochaine connexion !" - -# File: src/etc/rc.initial.setlanip, line: 105 -msgid "Do you want to enable the %s server on %s?" -msgstr "Voulez-vous activer le serveur %s sur %s ?" - -# File: src/etc/rc.initial.setlanip, line: 248 -msgid "Configure %s address %s interface via %s?" -msgstr "Configurer l'adresse %s de l'interface %s via %s?" - -# File: src/etc/rc.initial.setlanip, line: 262 -msgid "Enter the new %s %s address. Press for none:" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 268 -msgid "This IP address conflicts with another interface or a VIP" -msgstr "L'adresse IP est en conflit avec une autre interface ou une VIP" - -# File: src/etc/rc.initial.setlanip, line: 273 -msgid "Subnet masks are entered as bit counts (as in CIDR notation) in %s." -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 288 -msgid "Enter the new %s %s subnet bit count (1 to %s):" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 296 -msgid "You cannot set network address to an interface" -msgstr "Vous ne pouvez pas configurer l'adresse d'un réseau sur une interface" - -# File: src/etc/rc.initial.setlanip, line: 300 -msgid "You cannot set broadcast address to an interface" -msgstr "" -"Vous ne pouvez pas configurer une adresse de diffusion (broadcast) sur une " -"interface" - -# File: src/etc/rc.initial.setlanip, line: 313 -msgid "For a WAN, enter the new %s %s upstream gateway address." -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 314 -msgid "For a LAN, press for none:" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 320 -msgid "not an %s IP address!" -msgstr "%s n’est pas une adresse IP !" - -# File: src/etc/rc.initial.setlanip, line: 322 -msgid "not in subnet!" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 366 -msgid "Enter the start address of the %s client address range:" -msgstr "Indiquez l'adresse de début de la plage d'adresses du client %s:" - -# File: src/etc/rc.initial.setlanip, line: 375 -# File: src/etc/rc.initial.setlanip, line: 388 -msgid "This IP address must be in the interface's subnet" -msgstr "Cette adresse IP doit faire partie du sous-réseau de l'interface" - -# File: src/etc/rc.initial.setlanip, line: 379 -msgid "Enter the end address of the %s client address range:" -msgstr "Indiquez l'adresse de fin de la plage d'adresses du client %s:" - -# File: src/etc/rc.initial.setlanip, line: 391 -msgid "The end address of the DHCP range must be >= the start address" -msgstr "La dernière adresse de la plage DHCP doit être >= à la première" - -# File: src/etc/rc.initial.setlanip, line: 402 -msgid "Disabling %s DHCPD..." -msgstr "Désactivation de %s DHCPD..." - -# File: src/etc/rc.initial.setlanip, line: 415 -msgid "Do you want to revert to HTTP as the webConfigurator protocol?" -msgstr "Voulez-vous revenir au protocole HTTP pour le webConfigurator ?" - -# File: src/etc/rc.initial.setlanip, line: 422 -msgid "Note: the anti-lockout rule on %s has been re-enabled." -msgstr "Remarque: la règle anti-blocage sur %s a été réactivée." - -# File: src/etc/rc.initial.setlanip, line: 453 -msgid "%s IP configuration from console menu" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 468 -# File: src/etc/rc.initial.setlanip, line: 471 -msgid "The IPv4 %s address has been set to %s" -msgstr "L'adresse IPv4 %s a été changée par %s" - -# File: src/etc/rc.initial.setlanip, line: 477 -# File: src/etc/rc.initial.setlanip, line: 480 -msgid "The IPv6 %s address has been set to %s" -msgstr "L'adresse IPv6 %s a été changée par %s" - -# File: src/etc/rc.initial.setlanip, line: 487 -msgid "" -"You can now access the webConfigurator by opening the following URL in your " -"web browser:" -msgstr "" -"Vous pouvez accéder maintenant au webConfigurator en cliquant sur l'URL " -"suivante dans votre navigateur internet:" - -# File: src/etc/rc.initial.setlanip, line: 515 -msgid "Press to continue." -msgstr "Appuyer sur pour continuer." - -# File: src/etc/inc/util.inc, line: 112 -msgid "WARNING: You must give a name as parameter to try_lock() function." -msgstr "" - -# File: src/etc/rc.openvpn, line: 88 -msgid "" -"Could not obtain openvpn lock for executing rc.openvpn for more than 10 " -"seconds continuing..." -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 14 -# File: src/etc/rc.restore_config_backup, line: 77 -# File: src/www/diag_confbak.php, line: 60 -# File: src/www/diag_confbak.php, line: 74 -# File: src/www/diag_confbak.php, line: 162 -# File: src/www/diag_confbak.php, line: 222 -# File: src/www/diag_confbak.php, line: 293 -# File: src/www/diag_confbak.php, line: 303 -# File: src/www/firewall_nat_edit.php, line: 876 -# File: src/www/firewall_nat_edit.php, line: 884 -# File: src/www/firewall_nat_out_edit.php, line: 817 -# File: src/www/firewall_nat_out_edit.php, line: 828 -# File: src/www/firewall_rules_edit.php, line: 1452 -# File: src/www/firewall_rules_edit.php, line: 1460 -msgid "n/j/y H:i:s" -msgstr "j/n/y H:i:s" - -# File: src/etc/rc.restore_config_backup, line: 16 -# File: src/www/diag_confbak.php, line: 305 -# File: src/www/widgets/widgets/gateways.widget.php, line: 124 -msgid "Unknown" -msgstr "Inconnu" - -# File: src/etc/rc.restore_config_backup, line: 21 -msgid "Unknown Page" -msgstr "Page inconnue" - -# File: src/etc/rc.restore_config_backup, line: 34 -# File: src/etc/rc.restore_config_backup, line: 50 -msgid "No backups found in the configuration history." -msgstr "Aucune sauvegarde trouvée dans l'historique des configurations." - -# File: src/etc/rc.restore_config_backup, line: 53 -msgid "Which configuration would you like to restore?" -msgstr "Quelle configuration voulez-vous restaurer ?" - -# File: src/etc/rc.restore_config_backup, line: 59 -msgid "That is not a valid backup number.\n" -msgstr "Ce n'est pas un numéro de configuration valide.\n" - -# File: src/etc/rc.restore_config_backup, line: 67 -msgid "Is this the backup you wish to restore?" -msgstr "Est-ce la sauvegarde que vous désirez restaurer ?" - -# File: src/etc/rc.restore_config_backup, line: 71 -msgid "Y/N?" -msgstr "O/N ?" - -# File: src/etc/rc.restore_config_backup, line: 73 -msgid "Y" -msgstr "O" - -# File: src/etc/rc.restore_config_backup, line: 76 -# File: src/www/diag_confbak.php, line: 47 -msgid "Successfully reverted to timestamp %s with description \"%s\"." -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 78 -msgid "" -"You may need to reboot the firewall or restart services before the restored " -"configuration is fully active." -msgstr "" -"Vous devrez peut-être redémarrer le pare-feu ou redémarrer les services pour " -"que la configuration restaurée soit intégralement prise en compte." - -# File: src/etc/rc.restore_config_backup, line: 80 -# File: src/www/diag_confbak.php, line: 62 -msgid "Unable to revert to the selected configuration." -msgstr "Impossible de revenir à la configuration sélectionnée." - -# File: src/etc/rc.restore_config_backup, line: 83 -msgid "Restore canceled." -msgstr "Restauration annulée." - -# File: src/etc/rc.restore_config_backup, line: 86 -msgid "Restore canceled due to invalid input." -msgstr "Restauration annulée dû à une entrée invalide." - -# File: src/etc/rc.restore_config_backup, line: 93 -msgid "Restore Backup from Configuration History" -msgstr "Restaurer une sauvegarde à partir de l’historique des configurations" - -# File: src/etc/rc.restore_config_backup, line: 94 -msgid "List Backups" -msgstr "Listes des sauvegardes" - -# File: src/etc/rc.restore_config_backup, line: 95 -msgid "Restore Backup" -msgstr "Restaurer une sauvegarde" - -# File: src/etc/rc.restore_config_backup, line: 96 -msgid "Quit" -msgstr "Quitter" - -# File: src/etc/rc.restore_config_backup, line: 98 -msgid "Please select an option to continue" -msgstr "Veuillez sélectionner une option pour poursuivre" - -# File: src/etc/rc.restore_config_backup, line: 103 -msgid "quit" -msgstr "quitter" - -# File: src/etc/rc.sshd, line: 132 -msgid "Started creating your SSH keys. SSH startup is being delayed a wee bit." -msgstr "" -"Début de la création de vos clés SSH. La durée de démarrage de SSH est un " -"peu allongé." - -# File: src/etc/rc.sshd, line: 139 -msgid "Completed creating your SSH keys. SSH will now be started." -msgstr "Création de vos clés SSH terminée. SSH va maintenant être démarré." - -# File: src/etc/inc/pfsense-utils.inc, line: 1511 -msgid "Could not process aliases from alias: %s" -msgstr "" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 54 -msgid "Connection error." -msgstr "Erreur de connexion." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 57 -msgid "Repository problem." -msgstr "Problème de dépôt." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 60 -msgid "There are no updates available." -msgstr "Il n'y a pas de mises à jours disponibles." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 68 -msgid "" -"There is a mandatory update for the package manager available. Please " -"install and fetch updates again." -msgstr "" -"Il y a une mise à jour obligatoire pour le gestionnaire de paquets. S'il " -"vous plaît installer là et chercher les mises à jours à nouveau." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 77 -msgid "There is %s update available, total download size is %s." -msgstr "" -"Il y a %s mise à jour disponible, la taille totale du téléchargement est de " -"%s." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 83 -msgid "There are %s updates available, total download size is %s." -msgstr "" -"Il y a %s mises à jour disponibles, la taille totale du téléchargement est " -"de %s." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 84 -msgid "This update requires a reboot." -msgstr "Cette mise à jour nécessite un redémarrage." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 89 -msgid "Current status is unknown." -msgstr "L'état actuel est inconnu." - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 98 -msgid "Disconnect selected client?" -msgstr "Déconnecter le client sélectionné ?" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 131 -msgid "Session" -msgstr "Session" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 132 -msgid "userName" -msgstr "Identifiant" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 133 -msgid "macAddress" -msgstr "AdresseMAC" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 134 -msgid "ipAddress" -msgstr "AdresseIP" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 135 -msgid "connected since" -msgstr "connecté depuis" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 63 -msgid "Error reconfiguring captiveportal" -msgstr "Erreur pendant la reconfiguration du portail captif" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 167 -msgid "Error uploading template" -msgstr "" - -# File: src/www/services_captiveportal_zones.php, line: 57 -msgid "Zones" -msgstr "Zones" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 181 -msgid "Templates" -msgstr "Modèles" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 86 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 409 -msgid "Enabled" -msgstr "Activé" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 87 -msgid "Zoneid" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 95 -# File: src/www/firewall_aliases.php, line: 193 -# File: src/www/firewall_aliases_edit.php, line: 462 -# File: src/www/firewall_aliases_edit.php, line: 655 -# File: src/www/firewall_aliases_edit.php, line: 692 -# File: src/www/firewall_aliases_import.php, line: 187 -# File: src/www/firewall_nat.php, line: 226 -# File: src/www/firewall_nat_1to1.php, line: 185 -# File: src/www/firewall_nat_1to1_edit.php, line: 537 -# File: src/www/firewall_nat_edit.php, line: 793 -# File: src/www/firewall_nat_npt.php, line: 110 -# File: src/www/firewall_nat_npt_edit.php, line: 281 -# File: src/www/firewall_nat_out.php, line: 313 -# File: src/www/firewall_nat_out.php, line: 500 -# File: src/www/firewall_nat_out_edit.php, line: 793 -# File: src/www/firewall_rules.php, line: 406 -# File: src/www/firewall_rules_edit.php, line: 1160 -# File: src/www/firewall_schedule.php, line: 106 -# File: src/www/firewall_schedule_edit.php, line: 804 -# File: src/www/firewall_schedule_edit.php, line: 1017 -# File: src/www/firewall_virtual_ip.php, line: 228 -# File: src/www/firewall_virtual_ip_edit.php, line: 459 -# File: src/www/interfaces.php, line: 1602 -# File: src/www/interfaces_bridge.php, line: 128 -# File: src/www/interfaces_bridge_edit.php, line: 300 -# File: src/www/interfaces_gif.php, line: 116 -# File: src/www/interfaces_gif_edit.php, line: 233 -# File: src/www/interfaces_gre.php, line: 117 -# File: src/www/interfaces_gre_edit.php, line: 238 -# File: src/www/interfaces_groups.php, line: 102 -# File: src/www/interfaces_groups_edit.php, line: 261 -# File: src/www/interfaces_lagg.php, line: 123 -# File: src/www/interfaces_lagg_edit.php, line: 228 -# File: src/www/interfaces_ppps.php, line: 118 -# File: src/www/interfaces_ppps_edit.php, line: 487 -# File: src/www/interfaces_qinq.php, line: 128 -# File: src/www/interfaces_qinq_edit.php, line: 334 -# File: src/www/interfaces_vlan.php, line: 125 -# File: src/www/interfaces_vlan_edit.php, line: 202 -# File: src/www/interfaces_wireless.php, line: 116 -# File: src/www/interfaces_wireless_edit.php, line: 189 -# File: src/www/load_balancer_monitor.php, line: 124 -# File: src/www/load_balancer_monitor_edit.php, line: 77 -# File: src/www/load_balancer_monitor_edit.php, line: 243 -# File: src/www/load_balancer_pool.php, line: 138 -# File: src/www/load_balancer_pool_edit.php, line: 216 -# File: src/www/load_balancer_relay_action.php, line: 140 -# File: src/www/load_balancer_relay_action_edit.php, line: 107 -# File: src/www/load_balancer_relay_action_edit.php, line: 418 -# File: src/www/load_balancer_relay_protocol.php, line: 134 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 69 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 220 -# File: src/www/load_balancer_virtual_server.php, line: 136 -# File: src/www/load_balancer_virtual_server_edit.php, line: 173 -# File: src/www/services_captiveportal_ip.php, line: 110 -# File: src/www/services_captiveportal_ip_edit.php, line: 211 -# File: src/www/services_captiveportal_mac.php, line: 174 -# File: src/www/services_captiveportal_mac_edit.php, line: 233 -# File: src/www/services_captiveportal_zones.php, line: 96 -# File: src/www/services_captiveportal_zones_edit.php, line: 112 -# File: src/www/services_dhcp.php, line: 815 -# File: src/www/services_dhcp.php, line: 1178 -# File: src/www/services_dhcp_edit.php, line: 412 -# File: src/www/services_dhcpv6.php, line: 836 -# File: src/www/services_dhcpv6_edit.php, line: 235 -# File: src/www/services_dnsmasq.php, line: 368 -# File: src/www/services_dnsmasq.php, line: 446 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 157 -# File: src/www/services_dnsmasq_edit.php, line: 223 -# File: src/www/services_dnsmasq_edit.php, line: 244 -# File: src/www/services_dyndns.php, line: 93 -# File: src/www/services_dyndns_edit.php, line: 425 -# File: src/www/services_igmpproxy.php, line: 99 -# File: src/www/services_igmpproxy_edit.php, line: 175 -# File: src/www/services_rfc2136.php, line: 86 -# File: src/www/services_rfc2136_edit.php, line: 218 -# File: src/www/services_unbound.php, line: 387 -# File: src/www/services_unbound.php, line: 451 -# File: src/www/services_unbound_acls.php, line: 235 -# File: src/www/services_unbound_acls.php, line: 285 -# File: src/www/services_unbound_acls.php, line: 310 -# File: src/www/services_unbound_domainoverride_edit.php, line: 151 -# File: src/www/services_unbound_host_edit.php, line: 225 -# File: src/www/services_unbound_host_edit.php, line: 246 -# File: src/www/services_wol.php, line: 173 -# File: src/www/services_wol_edit.php, line: 158 -# File: src/www/status_gateway_groups.php, line: 82 -# File: src/www/status_gateways.php, line: 77 -# File: src/www/status_lb_pool.php, line: 139 -# File: src/www/status_lb_vs.php, line: 83 -# File: src/www/status_services.php, line: 78 -# File: src/www/status_upnp.php, line: 78 -# File: src/www/system_advanced_sysctl.php, line: 154 -# File: src/www/system_advanced_sysctl.php, line: 227 -# File: src/www/system_gateway_groups.php, line: 143 -# File: src/www/system_gateway_groups_edit.php, line: 354 -# File: src/www/system_gateways.php, line: 235 -# File: src/www/system_gateways_edit.php, line: 921 -# File: src/www/system_groupmanager.php, line: 297 -# File: src/www/system_groupmanager.php, line: 387 -# File: src/www/system_groupmanager.php, line: 461 -# File: src/www/system_groupmanager_addprivs.php, line: 212 -# File: src/www/system_routes.php, line: 251 -# File: src/www/system_routes_edit.php, line: 361 -# File: src/www/system_usermanager.php, line: 620 -# File: src/www/system_usermanager_addprivs.php, line: 179 -# File: src/www/vpn_ipsec_phase1.php, line: 715 -# File: src/www/vpn_ipsec_phase2.php, line: 725 -# File: src/www/vpn_openvpn_client.php, line: 734 -# File: src/www/vpn_openvpn_client.php, line: 1220 -# File: src/www/vpn_openvpn_csc.php, line: 402 -# File: src/www/vpn_openvpn_csc.php, line: 790 -# File: src/www/vpn_openvpn_server.php, line: 990 -# File: src/www/vpn_openvpn_server.php, line: 1989 -# File: src/www/vpn_pppoe.php, line: 124 -# File: src/www/vpn_pppoe_edit.php, line: 495 -msgid "Description" -msgstr "Description" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 89 -msgid "Commands" -msgstr "Commandes" - -# File: src/www/diag_ipsec_leases.php, line: 73 -# File: src/www/load_balancer_relay_action_edit.php, line: 511 -msgid "ID" -msgstr "ID" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 214 -msgid "Fileid" -msgstr "" - -# File: src/www/diag_gmirror.php, line: 221 -# File: src/www/diag_gmirror.php, line: 288 -# File: src/www/firewall_aliases.php, line: 191 -# File: src/www/firewall_aliases_edit.php, line: 114 -# File: src/www/firewall_aliases_edit.php, line: 641 -# File: src/www/firewall_aliases_import.php, line: 59 -# File: src/www/firewall_schedule.php, line: 104 -# File: src/www/interfaces_groups.php, line: 100 -# File: src/www/load_balancer_monitor.php, line: 122 -# File: src/www/load_balancer_monitor_edit.php, line: 77 -# File: src/www/load_balancer_monitor_edit.php, line: 237 -# File: src/www/load_balancer_pool.php, line: 133 -# File: src/www/load_balancer_pool_edit.php, line: 68 -# File: src/www/load_balancer_pool_edit.php, line: 201 -# File: src/www/load_balancer_relay_action.php, line: 137 -# File: src/www/load_balancer_relay_action_edit.php, line: 107 -# File: src/www/load_balancer_relay_action_edit.php, line: 412 -# File: src/www/load_balancer_relay_protocol.php, line: 131 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 69 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 197 -# File: src/www/load_balancer_virtual_server.php, line: 130 -# File: src/www/load_balancer_virtual_server_edit.php, line: 61 -# File: src/www/load_balancer_virtual_server_edit.php, line: 66 -# File: src/www/load_balancer_virtual_server_edit.php, line: 167 -# File: src/www/services_captiveportal_filemanager.php, line: 198 -# File: src/www/services_igmpproxy.php, line: 96 -# File: src/www/status_gateways.php, line: 71 -# File: src/www/status_lb_pool.php, line: 135 -# File: src/www/status_lb_vs.php, line: 79 -# File: src/www/status_openvpn.php, line: 280 -# File: src/www/status_openvpn.php, line: 343 -# File: src/www/system_camanager.php, line: 654 -# File: src/www/system_certmanager.php, line: 1159 -# File: src/www/system_crlmanager.php, line: 601 -# File: src/www/system_gateways.php, line: 231 -# File: src/www/system_gateways_edit.php, line: 110 -# File: src/www/system_gateways_edit.php, line: 735 -# File: src/www/system_groupmanager.php, line: 386 -# File: src/www/system_usermanager.php, line: 619 -# File: src/www/system_usermanager.php, line: 682 -# File: src/www/widgets/widgets/gateways.widget.php, line: 46 -# File: src/www/widgets/widgets/system_information.widget.php, line: 92 -msgid "Name" -msgstr "Nom" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 111 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 505 -msgid "Apply" -msgstr "Appliquer" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 251 -msgid "Upload file" -msgstr "Envoyer un fichier" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 257 -msgid "Template name" -msgstr "Nom du modèle" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 261 -msgid "File input" -msgstr "" - -# File: src/www/services_captiveportal_filemanager.php, line: 181 -msgid "Upload" -msgstr "Envoyer" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "Please setup a voucher server first " -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "goto auth servers" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 139 -msgid "Remove voucher group" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 140 -msgid "All vouchers within this group will be deleted" -msgstr "" - -# File: src/www/crash_reporter.php, line: 138 -# File: src/www/diag_defaults.php, line: 48 -# File: src/www/diag_defaults.php, line: 59 -# File: src/www/diag_defaults.php, line: 73 -# File: src/www/diag_halt.php, line: 47 -# File: src/www/diag_halt.php, line: 59 -# File: src/www/reboot.php, line: 47 -# File: src/www/reboot.php, line: 57 -msgid "Yes" -msgstr "Oui" - -# File: src/www/status_captiveportal_vouchers.php, line: 128 -msgid "Voucher" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 240 -msgid "Valid from" -msgstr "Valide à partir de" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 241 -msgid "Valid to" -msgstr "Valide à" - -# File: src/www/diag_dump_states.php, line: 192 -# File: src/www/diag_system_pftop.php, line: 132 -# File: src/www/status_dhcpv6_leases.php, line: 519 -msgid "State" -msgstr "État" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 256 -msgid "Create vouchers" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 276 -msgid "Generate vouchers" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 282 -msgid "Validity" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 283 -msgid "Number of vouchers" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 284 -msgid "Groupname" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 291 -msgid "4 hours" -msgstr "4 heures" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 292 -msgid "8 hours" -msgstr "8 heures" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 293 -msgid "1 day" -msgstr "1 jour" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 294 -msgid "2 days" -msgstr "2 jours" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 295 -msgid "3 days" -msgstr "3 jours" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 296 -msgid "4 days" -msgstr "4 jours" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 297 -msgid "5 days" -msgstr "5 jours" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 298 -msgid "6 days" -msgstr "6 jours" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 299 -msgid "1 week" -msgstr "1 semaine" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 300 -msgid "2 weeks" -msgstr "2 semaines" - -# File: src/www/services_captiveportal_vouchers.php, line: 473 -# File: src/www/services_captiveportal_vouchers.php, line: 482 -msgid "Generate" -msgstr "Générer" - -# File: src/www/guiconfig.inc, line: 347 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 69 -# File: src/www/system_usermanager_settings_test.php, line: 85 -msgid "Close" -msgstr "Fermer" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 39 -msgid "Fetching... (may take up to 30 seconds)" -msgstr "Récupération... (cela peut prendre jusqu'à 30 secondes)" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 57 -msgid "Package Name" -msgstr "Nom du paquet" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "Current Version" -msgstr "Version actuelle" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "New Version" -msgstr "Nouvelle version" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 64 -msgid "NEW" -msgstr "NOUVEAU" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 67 -msgid "REINSTALL" -msgstr "RÉINSTALLER" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 85 -msgid "Upgrading... (do not leave this page while upgrade is in progress)" -msgstr "" -"Mise à jour... (ne pas quitter cette page tant que la mise à jour est en " -"cours)" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 100 -msgid "Executing... (do not leave this page while execute is in progress)" -msgstr "En cours ... (ne pas quitter cette page)" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 146 -msgid "Upgrade done!" -msgstr "Mise à jour terminée !" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 152 -msgid "Your device is rebooting" -msgstr "Votre équipement redémarre" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 157 -msgid "" -"The upgrade has finished and your device is being rebooted at the moment, " -"please wait..." -msgstr "" -"La mise à jour est terminée et votre équipement va redémarrer dans un " -"instant, merci de patienter..." - -# File: src/www/diag_confbak.php, line: 282 -# File: src/www/diag_gmirror.php, line: 289 -# File: src/www/diag_system_pftop.php, line: 130 -# File: src/www/diag_system_pftop.php, line: 145 -# File: src/www/services_captiveportal_filemanager.php, line: 199 -msgid "Size" -msgstr "Taille" - -# File: src/www/diag_confbak.php, line: 281 -msgid "Version" -msgstr "Version" - -# File: src/www/services_captiveportal_vouchers.php, line: 405 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 222 -# File: src/www/status_captiveportal_voucher_rolls.php, line: 94 -msgid "Comment" -msgstr "Commentaire" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 248 -msgid "Fetch updates to view available plugins." -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 207 -msgid "Upgrade now" -msgstr "Mettre à jour maintenant" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 208 -msgid "Fetch updates" -msgstr "Récupérer les mises à jours" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 209 -msgid "Click to check for updates." -msgstr "Cliquer pour vérifier les mises à jours." - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 215 -msgid "Packages" -msgstr "Paquets" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 307 -msgid "Plugins" -msgstr "Plugins" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 108 -msgid "Updates" -msgstr "Mise(s) à jour" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 217 -msgid "Progress" -msgstr "Progression" - -# File: src/opnsense/mvc/app/views/OPNsense/Cron/index.volt, line: 116 -msgid "Jobs" -msgstr "Travaux" - -# File: src/www/diag_states_summary.php, line: 143 -# File: src/www/firewall_aliases.php, line: 176 -# File: src/www/services_dnsmasq.php, line: 367 -# File: src/www/services_dnsmasq.php, line: 445 -# File: src/www/services_unbound.php, line: 386 -# File: src/www/services_unbound.php, line: 450 -# File: src/www/vpn_pppoe_edit.php, line: 601 -msgid "IP" -msgstr "IP" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 79 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 79 -msgid "MAC" -msgstr "MAC" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 80 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 80 -msgid "Manufacturer" -msgstr "Constructeur" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 82 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 82 -msgid "Interface name" -msgstr "Nom de l'interface" - -# File: src/www/diag_arp.php, line: 327 -# File: src/www/diag_ndp.php, line: 144 -# File: src/www/interfaces.php, line: 1959 -# File: src/www/services_dhcp.php, line: 1177 -# File: src/www/services_dhcp_edit.php, line: 392 -# File: src/www/services_dhcpv6.php, line: 835 -# File: src/www/services_dhcpv6_edit.php, line: 215 -# File: src/www/services_dyndns.php, line: 91 -# File: src/www/services_dyndns_edit.php, line: 89 -# File: src/www/services_dyndns_edit.php, line: 319 -# File: src/www/services_rfc2136.php, line: 84 -# File: src/www/services_rfc2136_edit.php, line: 71 -# File: src/www/services_rfc2136_edit.php, line: 164 -# File: src/www/status_dhcp_leases.php, line: 338 -# File: src/www/system_general.php, line: 113 -# File: src/www/system_general.php, line: 316 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 79 -msgid "Hostname" -msgstr "Nom d'hôte" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 90 -msgid "NOTE: Local IPv6 peers use NDP instead of ARP." -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 100 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 94 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 128 -msgid "Refresh" -msgstr "Rafraichir" - -# File: src/www/diag_testport.php, line: 158 -msgid "IPv6" -msgstr "IPv6" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 100 -msgid "PID" -msgstr "PID" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 101 -msgid "USERNAME" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 102 -msgid "PRI" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 103 -msgid "NICE" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 104 -msgid "SIZE" -msgstr "TAILLE" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 105 -msgid "RES" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 106 -msgid "STATE" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 107 -msgid "C" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 108 -msgid "TIME" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 109 -msgid "WCPU" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 110 -msgid "COMMAND" -msgstr "" - -# File: src/www/graph.php, line: 108 -# File: src/www/interfaces.php, line: 2674 -# File: src/www/interfaces.php, line: 2796 -# File: src/www/interfaces_bridge_edit.php, line: 355 -# File: src/www/interfaces_bridge_edit.php, line: 365 -# File: src/www/interfaces_bridge_edit.php, line: 374 -# File: src/www/interfaces_bridge_edit.php, line: 445 -# File: src/www/services_dhcp.php, line: 895 -# File: src/www/services_dhcp.php, line: 905 -# File: src/www/services_dhcp_edit.php, line: 465 -# File: src/www/services_dhcp_edit.php, line: 475 -# File: src/www/services_dhcpv6.php, line: 628 -# File: src/www/services_dhcpv6.php, line: 638 -# File: src/www/services_ntpd_gps.php, line: 460 -# File: src/www/services_ntpd_gps.php, line: 466 -# File: src/www/services_ntpd_pps.php, line: 155 -# File: src/www/services_rfc2136_edit.php, line: 174 -# File: src/www/vpn_ipsec_phase1.php, line: 964 -# File: src/www/vpn_ipsec_phase1.php, line: 1031 -# File: src/www/vpn_ipsec_phase2.php, line: 869 -msgid "seconds" -msgstr "secondes" - -# File: src/www/system_camanager.php, line: 552 -# File: src/www/system_certmanager.php, line: 786 -# File: src/www/system_crlmanager.php, line: 402 -msgid "days" -msgstr "jours" - -# File: src/www/services_captiveportal.php, line: 567 -msgid "hours" -msgstr "heures" - -# File: src/www/services_captiveportal.php, line: 545 -# File: src/www/services_captiveportal.php, line: 552 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 86 -msgid "minutes" -msgstr "minutes" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 336 -msgid "Year(s)" -msgstr "Année(s)" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 338 -msgid "Days" -msgstr "Jours" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 340 -msgid "Hours" -msgstr "Heures" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 342 -msgid "Minutes" -msgstr "Minutes" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 369 -msgid "full date & time" -msgstr "date et heure complètes" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 371 -msgid "timestamp" -msgstr "horodatage" - -# File: src/www/interfaces_qinq_edit.php, line: 327 -# File: src/www/load_balancer_relay_action.php, line: 139 -# File: src/www/load_balancer_relay_action_edit.php, line: 516 -# File: src/www/load_balancer_relay_action_edit.php, line: 536 -# File: src/www/load_balancer_relay_protocol.php, line: 133 -msgid "Options" -msgstr "Options" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 578 -msgid "Zoom level" -msgstr "Niveau du zoom" - -# File: src/www/status_rrd_graph.php, line: 168 -# File: src/www/status_rrd_graph_settings.php, line: 49 -msgid "Inverse" -msgstr "" - -# File: src/www/interfaces.php, line: 2926 -# File: src/www/vpn_l2tp.php, line: 316 -# File: src/www/vpn_pppoe_edit.php, line: 402 -# File: src/www/vpn_pptp.php, line: 335 -msgid "Off" -msgstr "Éteint" - -# File: src/www/interfaces.php, line: 2927 -msgid "On" -msgstr "Allumé" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 602 -msgid "Resolution" -msgstr "Résolution" - -# File: src/www/interfaces.php, line: 2834 -msgid "Standard" -msgstr "Standard" - -# File: src/www/diag_packet_capture.php, line: 328 -msgid "Medium" -msgstr "Moyen" - -# File: src/www/diag_packet_capture.php, line: 329 -msgid "High" -msgstr "Haut" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 622 -msgid "Show Tables" -msgstr "Afficher les tableaux" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 646 -msgid "Please wait while loading data..." -msgstr "Veuillez patienter pendant le chargement des données..." - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 643 -msgid "Current detail is showing" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 643 -msgid "averages" -msgstr "moyennes" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 668 -msgid "Current View - Overview" -msgstr "Affichage actuel - Vue d'ensemble" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 692 -msgid "Current View - Details" -msgstr "Affichage actuel - Détails" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 696 -msgid "Toggle Timeview" -msgstr "" - -# File: src/www/firewall_rules.php, line: 128 -# File: src/www/firewall_rules_edit.php, line: 928 -msgid "Timestamp" -msgstr "Horodatage" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 706 -msgid "" -"Full Date &\n" -" Time" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 712 -msgid "Download as CSV" -msgstr "Télécharger en CSV" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 383 -msgid "Alerts" -msgstr "Alertes" - -# File: src/www/firewall_rules.php, line: 405 -# File: src/www/firewall_rules_edit.php, line: 1360 -msgid "Schedule" -msgstr "Planifier" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 399 -msgid "rulesets" -msgstr "ensembles de règles" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 408 -msgid "Last updated" -msgstr "Dernière mise à jour" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 418 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 455 -msgid "disable selected" -msgstr "désactiver la sélection" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 419 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 456 -msgid "enable selected" -msgstr "activer la sélection" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 443 -msgid "sid" -msgstr "sid" - -# File: src/www/diag_confbak.php, line: 211 -# File: src/www/diag_gmirror.php, line: 194 -# File: src/www/diag_logs_vpn.php, line: 134 -# File: src/www/firewall_rules_edit.php, line: 747 -# File: src/www/load_balancer_relay_action_edit.php, line: 107 -# File: src/www/load_balancer_relay_action_edit.php, line: 485 -# File: src/www/services_captiveportal_mac_edit.php, line: 95 -# File: src/www/services_captiveportal_mac_edit.php, line: 198 -# File: src/www/services_unbound_acls.php, line: 209 -# File: src/www/services_unbound_acls.php, line: 309 -msgid "Action" -msgstr "Action" - -# File: src/www/diag_ipsec_sad.php, line: 62 -# File: src/www/diag_ipsec_spd.php, line: 62 -# File: src/www/diag_logs_filter.php, line: 304 -# File: src/www/diag_logs_filter_dynamic.php, line: 114 -# File: src/www/firewall_nat_edit.php, line: 536 -# File: src/www/firewall_nat_edit.php, line: 542 -# File: src/www/firewall_nat_out.php, line: 306 -# File: src/www/firewall_nat_out.php, line: 493 -# File: src/www/firewall_nat_out_edit.php, line: 134 -# File: src/www/firewall_nat_out_edit.php, line: 529 -# File: src/www/firewall_rules.php, line: 399 -# File: src/www/firewall_rules_edit.php, line: 945 -# File: src/www/vpn_ipsec_mobile.php, line: 427 -# File: src/www/vpn_ipsec_mobile.php, line: 446 -# File: src/www/widgets/widgets/log.widget.php, line: 223 -msgid "Source" -msgstr "Source" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 445 -msgid "ClassType" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 446 -msgid "Message" -msgstr "Message" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 447 -msgid "Info / enabled" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 481 -msgid "Search" -msgstr "Recherche" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 482 -msgid "Query" -msgstr "Requête" - -# File: src/www/diag_ipsec_sad.php, line: 63 -# File: src/www/diag_ipsec_spd.php, line: 63 -# File: src/www/diag_logs_filter.php, line: 305 -# File: src/www/diag_logs_filter_dynamic.php, line: 115 -# File: src/www/firewall_nat_1to1_edit.php, line: 444 -# File: src/www/firewall_nat_edit.php, line: 640 -# File: src/www/firewall_nat_out.php, line: 308 -# File: src/www/firewall_nat_out.php, line: 495 -# File: src/www/firewall_nat_out_edit.php, line: 134 -# File: src/www/firewall_nat_out_edit.php, line: 582 -# File: src/www/firewall_rules.php, line: 401 -# File: src/www/firewall_rules_edit.php, line: 1048 -# File: src/www/widgets/widgets/log.widget.php, line: 224 -msgid "Destination" -msgstr "Destination" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 495 -msgid "Alert" -msgstr "Alerte" - -# File: src/www/diag_smart.php, line: 284 -# File: src/www/diag_smart.php, line: 295 -msgid "Info" -msgstr "Info" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 506 -msgid "Download & Update Rules" -msgstr "Télécharger et mettre à jours les règles" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 508 -msgid "" -"Please use \"Download & Update Rules\" to fetch your initial ruleset, " -"automatic updating can be scheduled after the first download" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 519 -msgid "Processing request..." -msgstr "Traitement de la demande ..." - -# File: src/www/firewall_aliases_edit.php, line: 324 -# File: src/www/firewall_aliases_import.php, line: 165 -# File: src/www/firewall_nat_1to1_edit.php, line: 288 -# File: src/www/firewall_nat_edit.php, line: 507 -# File: src/www/firewall_nat_npt_edit.php, line: 176 -# File: src/www/firewall_nat_out_edit.php, line: 393 -# File: src/www/vpn_ipsec_mobile.php, line: 348 -# File: src/www/vpn_ipsec_phase1.php, line: 604 -# File: src/www/vpn_ipsec_phase2.php, line: 645 -# File: src/www/vpn_ipsec_settings.php, line: 164 -# File: src/www/vpn_openvpn_client.php, line: 480 -# File: src/www/vpn_openvpn_client.php.orig, line: 480 -# File: src/www/vpn_openvpn_csc.php, line: 340 -# File: src/www/vpn_openvpn_export.php, line: 633 -# File: src/www/vpn_openvpn_export.php.orig, line: 633 -# File: src/www/vpn_openvpn_export_shared.php, line: 312 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 312 -# File: src/www/vpn_openvpn_server.php, line: 730 -# File: src/www/vpn_openvpn_server.php.orig, line: 730 -msgid "full help" -msgstr "aide complète" - -# File: src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt, line: 234 -msgid "" -"\n" -" Add an item to the table to fetch a remote acl for " -"blacklisting.
\n" -" You can enable or disable the blacklist list.
\n" -" The active blacklists will be merged with the settings " -"under Forward Proxy -> Access Control List.\n" -" " -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 88 -msgid "Error reconfiguring trafficshaper" -msgstr "Erreur durant la reconfiguration de la régulation de flux" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 102 -msgid "Pipes" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 103 -msgid "Queues" -msgstr "Files d'attente" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 112 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 142 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 171 -msgid "Origin" -msgstr "Origine" - -# File: src/www/services_captiveportal_vouchers_edit.php, line: 86 -# File: src/www/services_dhcp.php, line: 1083 -# File: src/www/services_dhcpv6.php, line: 762 -msgid "Number" -msgstr "Nombre" - -# File: src/www/interfaces_ppps_edit.php, line: 767 -msgid "Bandwidth" -msgstr "Bande passante" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 116 -msgid "Metric" -msgstr "Métrique" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 117 -msgid "Burst" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 118 -msgid "Mask" -msgstr "Masque" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 145 -msgid "Pipe" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 815 -msgid "Weight" -msgstr "poids" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 170 -#, fuzzy -msgid "#" -msgstr "#" - -# File: src/www/diag_ipsec_sad.php, line: 64 -# File: src/www/diag_ipsec_spd.php, line: 65 -# File: src/www/diag_packet_capture.php, line: 269 -# File: src/www/firewall_nat_edit.php, line: 181 -# File: src/www/firewall_nat_edit.php, line: 184 -# File: src/www/firewall_nat_edit.php, line: 525 -# File: src/www/firewall_nat_out_edit.php, line: 134 -# File: src/www/firewall_nat_out_edit.php, line: 509 -# File: src/www/firewall_rules_edit.php, line: 898 -# File: src/www/interfaces_bridge_edit.php, line: 318 -# File: src/www/load_balancer_relay_action_edit.php, line: 107 -# File: src/www/load_balancer_relay_action_edit.php, line: 425 -# File: src/www/load_balancer_virtual_server.php, line: 131 -# File: src/www/services_rfc2136_edit.php, line: 205 -# File: src/www/status_upnp.php, line: 75 -# File: src/www/system_advanced_admin.php, line: 323 -# File: src/www/vpn_ipsec_phase2.php, line: 744 -# File: src/www/vpn_openvpn_client.php, line: 548 -# File: src/www/vpn_openvpn_client.php, line: 1218 -# File: src/www/vpn_openvpn_server.php, line: 897 -msgid "Protocol" -msgstr "Protocole" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 176 -msgid "Target" -msgstr "Cible" - -# File: src/opnsense/mvc/app/views/layout_partials/base_dialog.volt, line: 73 -# File: src/opnsense/mvc/app/views/layout_partials/base_form.volt, line: 63 -msgid "advanced mode" -msgstr "mode avancé" - -# File: src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt, line: 61 -msgid "Clear All" -msgstr "Tout effacer" - -# File: src/www/carp_status.php, line: 55 -msgid "" -"%s IPs have been disabled. Please note that disabling does not survive a " -"reboot." -msgstr "" - -# File: src/www/carp_status.php, line: 57 -msgid "CARP has been enabled." -msgstr "CARP a été activé." - -# File: src/www/carp_status.php, line: 95 -msgid "" -"CARP has detected a problem and this unit has been demoted to BACKUP status." -msgstr "" -"CARP a détecté un problème et cette unité a été rétrogradée au statut BACKUP." - -# File: src/www/carp_status.php, line: 95 -msgid "Check link status on all interfaces with configured CARP VIPs." -msgstr "" - -# File: src/www/carp_status.php, line: 114 -msgid "Enable CARP" -msgstr "Activer CARP" - -# File: src/www/carp_status.php, line: 117 -msgid "Temporarily Disable CARP" -msgstr "Désactiver temporairement CARP" - -# File: src/www/carp_status.php, line: 122 -msgid "Enter Persistent CARP Maintenance Mode" -msgstr "" - -# File: src/www/carp_status.php, line: 120 -msgid "Leave Persistent CARP Maintenance Mode" -msgstr "" - -# File: src/www/carp_status.php, line: 131 -msgid "CARP Interface" -msgstr "Interface CARP" - -# File: src/www/carp_status.php, line: 132 -# File: src/www/firewall_nat_out.php, line: 602 -# File: src/www/firewall_nat_out_edit.php, line: 724 -# File: src/www/system_gateway_groups_edit.php, line: 331 -msgid "Virtual IP" -msgstr "IP virtuelle" - -# File: src/www/carp_status.php, line: 137 -msgid "Could not locate any defined CARP interfaces." -msgstr "Impossible de localiser aucune des interfaces CARP définis" - -# File: src/www/carp_status.php, line: 185 -msgid "pfSync nodes" -msgstr "noeuds pfSync" - -# File: src/www/crash_reporter.php, line: 119 -msgid "Luckily we have not detected a programming bug." -msgstr "Heureusement, nous n'avons pas détecté de problème de programmation." - -# File: src/www/crash_reporter.php, line: 115 -msgid "Thank you for submitting this crash report." -msgstr "Merci d'avoir soumis ce rapport d'accident." - -# File: src/www/crash_reporter.php, line: 117 -msgid "Please consider submitting a crash report if the error persists." -msgstr "" - -# File: src/www/crash_reporter.php, line: 156 -msgid "Dismiss this report" -msgstr "Ignorer ce rapport" - -# File: src/www/crash_reporter.php, line: 157 -msgid "Submit this report" -msgstr "Soumettre ce rapport" - -# File: src/www/crash_reporter.php, line: 136 -msgid "Unfortunately we have detected at least one programming bug." -msgstr "Hélas nous avons détecter au moins un problème de programmation." - -# File: src/www/crash_reporter.php, line: 150 -msgid "Would you like to submit this crash report to the developers?" -msgstr "Souhaitez-vous soumettre le rapport de ce problème aux développeurs ?" - -# File: src/www/crash_reporter.php, line: 174 -msgid "" -"You can help us further by adding your contact information and a problem " -"description. Please note that providing your contact information greatly " -"improves the chances of bugs being fixed." -msgstr "" - -# File: src/www/crash_reporter.php, line: 176 -msgid "your@email.com" -msgstr "votre@email.fr" - -# File: src/www/crash_reporter.php, line: 177 -msgid "A short problem description or steps to reproduce." -msgstr "" - -# File: src/www/crash_reporter.php, line: 156 -msgid "" -"Please double-check the following contents to ensure you are comfortable " -"submitting the following information." -msgstr "" -"Merci de vérifier les informations ci dessous afin d'être sûr que vous " -"souhaitez nous transmettre ces informations." - -# File: src/www/crash_reporter.php, line: 170 -msgid "Report an issue" -msgstr "Signaler un problème" - -# File: src/www/diag_authentication.php, line: 39 -msgid "is not a valid authentication server" -msgstr "n'est pas un serveur d'authenfication valide" - -# File: src/www/diag_authentication.php, line: 42 -msgid "A username and password must be specified." -msgstr "Le nom d’utilisateur et le mot de passe doivent être spécifiés." - -# File: src/www/diag_authentication.php, line: 46 -# File: src/www/diag_logs_vpn.php, line: 135 -# File: src/www/system_usermanager.php, line: 78 -# File: src/www/vpn_l2tp_users_edit.php, line: 29 -# File: src/www/vpn_openvpn_export.php, line: 936 -# File: src/www/vpn_pptp_users_edit.php, line: 137 -msgid "User" -msgstr "Utilisateur" - -# File: src/www/diag_authentication.php, line: 46 -msgid "authenticated successfully." -msgstr "authentification réussie." - -# File: src/www/diag_authentication.php, line: 48 -msgid "This user is a member of these groups" -msgstr "Cet utilisateur est membre des groupes suivants" - -# File: src/www/diag_authentication.php, line: 52 -msgid "Authentication failed." -msgstr "Échec de l’authentification" - -# File: src/www/diag_authentication.php, line: 105 -msgid "Test a server" -msgstr "Tester un serveur" - -# File: src/www/diag_authentication.php, line: 88 -# File: src/www/system_authservers.php, line: 80 -# File: src/www/system_usermanager_settings.php, line: 142 -msgid "Authentication Server" -msgstr "Serveur d’authentification" - -# File: src/www/diag_authentication.php, line: 103 -# File: src/www/firewall_aliases_edit.php, line: 481 -# File: src/www/interfaces.php, line: 2572 -# File: src/www/interfaces.php, line: 2646 -# File: src/www/interfaces.php, line: 2755 -# File: src/www/interfaces_ppps_edit.php, line: 189 -# File: src/www/interfaces_ppps_edit.php, line: 192 -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -# File: src/www/interfaces_ppps_edit.php, line: 528 -# File: src/www/services_dyndns_edit.php, line: 91 -# File: src/www/services_dyndns_edit.php, line: 363 -# File: src/www/services_opendns.php, line: 147 -# File: src/www/status_captiveportal.php, line: 162 -# File: src/www/system_usermanager.php, line: 157 -# File: src/www/system_usermanager.php, line: 162 -# File: src/www/system_usermanager.php, line: 167 -# File: src/www/system_usermanager.php, line: 483 -# File: src/www/system_usermanager.php, line: 894 -# File: src/www/vpn_l2tp_users.php, line: 114 -# File: src/www/vpn_l2tp_users_edit.php, line: 77 -# File: src/www/vpn_l2tp_users_edit.php, line: 80 -# File: src/www/vpn_l2tp_users_edit.php, line: 178 -# File: src/www/vpn_openvpn_client.php, line: 692 -# File: src/www/vpn_openvpn_client.php, line: 755 -# File: src/www/vpn_pppoe_edit.php, line: 599 -# File: src/www/vpn_pptp_users.php, line: 108 -# File: src/www/vpn_pptp_users_edit.php, line: 73 -# File: src/www/vpn_pptp_users_edit.php, line: 76 -# File: src/www/vpn_pptp_users_edit.php, line: 171 -# File: src/www/widgets/widgets/captive_portal_status.widget.php, line: 83 -msgid "Username" -msgstr "Nom d’utilisateur" - -# File: src/www/diag_authentication.php, line: 112 -# File: src/www/diag_smart.php, line: 373 -# File: src/www/diag_testport.php, line: 166 -msgid "Test" -msgstr "Tester" - -# File: src/www/diag_backup.php, line: 142 -msgid "DHCP Server" -msgstr "Serveur DHCP" - -# File: src/www/diag_backup.php, line: 143 -# File: src/www/services_dhcpv6.php, line: 498 -# File: src/www/services_dhcpv6.php, line: 518 -# File: src/www/services_router_advertisements.php, line: 227 -msgid "DHCPv6 Server" -msgstr "Serveur DHCPv6" - -# File: src/www/diag_backup.php, line: 144 -msgid "Firewall Rules" -msgstr "Règles du pare-feu" - -# File: src/www/diag_backup.php, line: 146 -msgid "IPSEC" -msgstr "IPSEC" - -# File: src/www/diag_backup.php, line: 149 -msgid "PPTP Server" -msgstr "Serveur PPTP" - -# File: src/www/diag_backup.php, line: 150 -msgid "RRD Data" -msgstr "Donnée RRD" - -# File: src/www/diag_backup.php, line: 151 -msgid "Scheduled Tasks" -msgstr "Tâches planifiées" - -# File: src/www/diag_backup.php, line: 152 -msgid "Syslog" -msgstr "Syslog" - -# File: src/www/diag_backup.php, line: 154 -msgid "Static routes" -msgstr "Routes statiques" - -# File: src/www/diag_backup.php, line: 155 -msgid "System tunables" -msgstr "Réglages système" - -# File: src/www/diag_backup.php, line: 156 -msgid "SNMP Server" -msgstr "Serveur SNMP" - -# File: src/www/diag_backup.php, line: 158 -msgid "VLANS" -msgstr "VLANs" - -# File: src/www/diag_backup.php, line: 220 -msgid "You must supply and confirm the password for encryption." -msgstr "Vous devez soumettre et confirmer le mot de passe pour le chiffrement." - -# File: src/www/diag_backup.php, line: 222 -# File: src/www/diag_backup.php, line: 278 -# File: src/www/diag_backup.php, line: 500 -msgid "The supplied 'Password' and 'Confirm' field values must match." -msgstr "Les champs 'mot de passe' et 'confirmer' ne correspondent pas." - -# File: src/www/diag_backup.php, line: 276 -msgid "You must supply and confirm the password for decryption." -msgstr "" -"Vous devez soumettre et confirmer le mot de passe pour le déchiffrement." - -# File: src/www/diag_backup.php, line: 288 -msgid "Warning, could not read file %s" -msgstr "Attention, impossible de lire le fichier %s" - -# File: src/www/diag_backup.php, line: 467 -msgid "The configuration could not be restored (file upload error)." -msgstr "" -"La configuration n'a pas pu être restaurée (échec lors du téléchargement du " -"fichier)." - -# File: src/www/diag_backup.php, line: 294 -msgid "" -"The uploaded file does not appear to contain an encrypted OPNsense " -"configuration." -msgstr "" -"Le fichier téléverser ne semble pas contenir une configuration chiffrée " -"d'OPNsense." - -# File: src/www/diag_backup.php, line: 308 -# File: src/www/diag_backup.php, line: 311 -msgid "" -"You have selected to restore an area but we could not locate the correct xml " -"tag." -msgstr "" -"Vous avez sélectionné une zone à restaurer mais nous n'avons pas trouver le " -"tag xml correspondant." - -# File: src/www/diag_backup.php, line: 300 -msgid "Upgrading m0n0wall configuration to OPNsense." -msgstr "Migration de la configuration de m0n0wall vers OPNsense." - -# File: src/www/diag_backup.php, line: 320 -msgid "" -"The configuration area has been restored. You may need to reboot the " -"firewall." -msgstr "" -"La zone de configuration a été restauré. Vous pourriez avoir besoin de " -"redémarrer le pare-feu." - -# File: src/www/diag_backup.php, line: 434 -msgid "The m0n0wall configuration has been restored and upgraded to OPNsense." -msgstr "" -"La configuration m0n0wall a été restaurée et mise à niveau vers OPNsense." - -# File: src/www/diag_backup.php, line: 462 -# File: src/www/diag_backup.php, line: 478 -msgid "The configuration could not be restored." -msgstr "La configuration n'a pu être restaurée." - -# File: src/www/diag_backup.php, line: 524 -msgid "Google Drive communication failure" -msgstr "Échec de communication avec Google Drive" - -# File: src/www/diag_backup.php, line: 526 -msgid "Backup succesfull, current filelist:" -msgstr "Sauvegarde réussie, liste des fichiers:" - -# File: src/www/diag_backup.php, line: 583 -msgid "The firewall configuration has been changed." -msgstr "La configuration du pare-feu a été changée." - -# File: src/www/diag_backup.php, line: 583 -msgid "The firewall is now rebooting." -msgstr "Le pare-feu est en train de redémarrer" - -# File: src/www/diag_backup.php, line: 204 -# File: src/www/diag_tables.php, line: 158 -# File: src/www/diag_tables.php, line: 167 -msgid "Download" -msgstr "Téléchargement" - -# File: src/www/diag_backup.php, line: 625 -msgid "Click this button to download the system configuration in XML format." -msgstr "" -"Cliquer sur ce bouton pour télécharger la configuration système au format " -"XML." - -# File: src/www/diag_backup.php, line: 625 -msgid "Backup area:" -msgstr "Sauvegarder les zones:" - -# File: src/www/diag_backup.php, line: 163 -msgid "ALL" -msgstr "TOUTES" - -# File: src/www/diag_backup.php, line: 637 -msgid "Encrypt this configuration file." -msgstr "Chiffrer ce fichier de configuration" - -# File: src/www/diag_backup.php, line: 645 -msgid "" -"Do not backup RRD data (NOTE: RRD Data can consume 4+ megabytes of " -"config.xml space!)" -msgstr "" -"Ne pas sauvegarder les données RRD (NOTE: les données RRD peuvent consommer " -"plus de 4 megaoctets d'espace dans le fichier config.xml!)" - -# File: src/www/diag_backup.php, line: 660 -msgid "confirm:" -msgstr "confirmer:" - -# File: src/www/diag_backup.php, line: 668 -msgid "Download configuration" -msgstr "Télécharger la configuration" - -# File: src/www/diag_backup.php, line: 672 -msgid "Restore" -msgstr "Restauration" - -# File: src/www/diag_backup.php, line: 694 -msgid "Open a" -msgstr "Sélectionner le" - -# File: src/www/diag_backup.php, line: 694 -msgid "" -"configuration XML file and click the button below to restore the " -"configuration." -msgstr "" -"fichier de configuration XML et cliquer sur le bouton suivant pour restaurer " -"la configuration." - -# File: src/www/diag_backup.php, line: 696 -msgid "Restore area:" -msgstr "Restaurer les zones:" - -# File: src/www/diag_backup.php, line: 708 -msgid "Configuration file is encrypted." -msgstr "Le fichier de configuration est chiffré." - -# File: src/www/diag_backup.php, line: 202 -# File: src/www/diag_backup.php, line: 686 -# File: src/www/diag_backup.php, line: 730 -msgid "Restore configuration" -msgstr "Restaurer la configuration" - -# File: src/www/diag_backup.php, line: 731 -# File: src/www/diag_ipsec.php, line: 351 -# File: src/www/diag_ipsec_leases.php, line: 102 -# File: src/www/diag_ipsec_sad.php, line: 96 -# File: src/www/diag_ipsec_spd.php, line: 112 -# File: src/www/diag_logs_settings.php, line: 445 -# File: src/www/diag_packet_capture.php, line: 333 -# File: src/www/diag_routes.php, line: 199 -# File: src/www/firewall_aliases.php, line: 270 -# File: src/www/firewall_nat_1to1.php, line: 290 -# File: src/www/firewall_nat_out.php, line: 590 -# File: src/www/firewall_schedule.php, line: 236 -# File: src/www/firewall_virtual_ip.php, line: 277 -# File: src/www/firewall_virtual_ip_edit.php, line: 479 -# File: src/www/interfaces.php, line: 2702 -# File: src/www/interfaces_bridge.php, line: 173 -# File: src/www/interfaces_bridge_edit.php, line: 475 -# File: src/www/interfaces_bridge_edit.php, line: 519 -# File: src/www/interfaces_bridge_edit.php, line: 563 -# File: src/www/interfaces_gif.php, line: 149 -# File: src/www/interfaces_gre.php, line: 149 -# File: src/www/interfaces_groups.php, line: 147 -# File: src/www/interfaces_lagg.php, line: 156 -# File: src/www/interfaces_ppps_edit.php, line: 638 -# File: src/www/interfaces_qinq.php, line: 168 -# File: src/www/interfaces_vlan.php, line: 159 -# File: src/www/load_balancer_virtual_server_edit.php, line: 289 -# File: src/www/services_captiveportal.php, line: 1061 -# File: src/www/services_captiveportal_filemanager.php, line: 237 -# File: src/www/services_captiveportal_ip.php, line: 156 -# File: src/www/services_captiveportal_mac.php, line: 212 -# File: src/www/services_captiveportal_vouchers.php, line: 557 -# File: src/www/services_dhcp.php, line: 934 -# File: src/www/services_dhcp.php, line: 959 -# File: src/www/services_dhcp.php, line: 1152 -# File: src/www/services_dhcpv6.php, line: 661 -# File: src/www/services_dhcpv6.php, line: 813 -# File: src/www/services_dnsmasq.php, line: 331 -# File: src/www/services_dyndns.php, line: 187 -# File: src/www/services_dyndns_edit.php, line: 324 -# File: src/www/services_dyndns_edit.php, line: 443 -# File: src/www/services_igmpproxy.php, line: 141 -# File: src/www/services_rfc2136_edit.php, line: 236 -# File: src/www/services_unbound.php, line: 352 -# File: src/www/services_wol.php, line: 211 -# File: src/www/status_rrd_graph_settings.php, line: 194 -# File: src/www/system_advanced_network.php, line: 250 -# File: src/www/system_advanced_network.php, line: 263 -# File: src/www/system_advanced_network.php, line: 276 -# File: src/www/system_gateway_groups.php, line: 198 -# File: src/www/system_routes.php, line: 395 -# File: src/www/vpn_l2tp.php, line: 496 -msgid "Note:" -msgstr "Remarque:" - -# File: src/www/diag_backup.php, line: 731 -msgid "The firewall will reboot after restoring the configuration." -msgstr "Le pare-feu redémarrera après la restauration de la configuration." - -# File: src/www/diag_backup.php, line: 734 -msgid "Google Drive" -msgstr "Google Drive" - -# File: src/www/diag_backup.php, line: 759 -# File: src/www/diag_routes.php, line: 172 -# File: src/www/interfaces.php, line: 1587 -# File: src/www/services_dnsmasq.php, line: 195 -# File: src/www/services_opendns.php, line: 130 -# File: src/www/services_rfc2136_edit.php, line: 147 -# File: src/www/services_snmp.php, line: 295 -# File: src/www/services_snmp.php, line: 371 -# File: src/www/services_snmp.php, line: 373 -# File: src/www/services_unbound.php, line: 216 -# File: src/www/vpn_ipsec_phase1.php, line: 1008 -msgid "Enable" -msgstr "Activer" - -# File: src/www/diag_backup.php, line: 760 -# File: src/www/diag_smart.php, line: 223 -# File: src/www/system_camanager.php, line: 606 -# File: src/www/system_certmanager.php, line: 818 -# File: src/www/system_certmanager.php, line: 1004 -msgid "Email Address" -msgstr "Adresse courriel" - -# File: src/www/diag_backup.php, line: 761 -msgid "(not loaded)" -msgstr "(non chargé)" - -# File: src/www/diag_backup.php, line: 761 -msgid "(replace)" -msgstr "(remplacer)" - -# File: src/www/diag_backup.php, line: 761 -msgid "P12 key" -msgstr "Clé P12" - -# File: src/www/diag_backup.php, line: 762 -msgid "Folder ID" -msgstr "ID du répertoire" - -# File: src/www/diag_backup.php, line: 763 -# File: src/www/diag_confbak.php, line: 246 -msgid "Backup Count" -msgstr "Nombre de sauvegarde" - -# File: src/www/diag_backup.php, line: 764 -msgid "Password protect your data" -msgstr "Protéger les données à l'aide d'un mot de passe" - -# File: src/www/diag_backup.php, line: 715 -# File: src/www/diag_backup.php, line: 765 -msgid "Password :" -msgstr "Mot de passe :" - -# File: src/www/diag_backup.php, line: 766 -msgid "Confirm :" -msgstr "Confirmer :" - -# File: src/www/diag_backup.php, line: 208 -# File: src/www/diag_backup.php, line: 767 -msgid "Setup/Test Google Drive" -msgstr "Configurer/Tester Google Drive" - -# File: src/www/diag_confbak.php, line: 42 -msgid "Changed backup revision count." -msgstr "" - -# File: src/www/diag_confbak.php, line: 59 -msgid "Deleted backup with timestamp %s and description \"%s\"." -msgstr "" - -# File: src/www/diag_confbak.php, line: 61 -msgid "Unable to delete the selected configuration." -msgstr "Impossible de supprimer la configuration sélectionnée." - -# File: src/www/diag_confbak.php, line: 213 -msgid "Restore from Configuration Backup" -msgstr "Restaurer la sauvegarde de configuration" - -# File: src/www/crash_reporter.php, line: 139 -# File: src/www/diag_defaults.php, line: 74 -# File: src/www/diag_halt.php, line: 60 -# File: src/www/reboot.php, line: 58 -msgid "No" -msgstr "Non" - -# File: src/www/diag_confbak.php, line: 217 -msgid "Remove Configuration Backup" -msgstr "Supprimer la sauvegarde de configuration" - -# File: src/www/diag_confbak.php, line: 248 -msgid "" -"Enter the number of older configurations to keep in the local backup cache. " -"By default this is 30." -msgstr "" -"Entrer le nombre d'anciennes configurations à conserver dans les sauvegardes " -"locales. Par défaut il y en a 30." - -# File: src/www/diag_confbak.php, line: 249 -# File: src/www/diag_logs_settings.php, line: 440 -# File: src/www/diag_smart.php, line: 233 -# File: src/www/firewall_aliases_edit.php, line: 745 -# File: src/www/firewall_aliases_import.php, line: 217 -# File: src/www/firewall_nat_1to1_edit.php, line: 565 -# File: src/www/firewall_nat_edit.php, line: 896 -# File: src/www/firewall_nat_npt_edit.php, line: 290 -# File: src/www/firewall_nat_out.php, line: 284 -# File: src/www/firewall_nat_out_edit.php, line: 838 -# File: src/www/firewall_rules_edit.php, line: 1172 -# File: src/www/firewall_rules_edit.php, line: 1469 -# File: src/www/firewall_schedule_edit.php, line: 1176 -# File: src/www/firewall_virtual_ip_edit.php, line: 467 -# File: src/www/interfaces.php, line: 3332 -# File: src/www/interfaces_assign.php, line: 558 -# File: src/www/interfaces_bridge_edit.php, line: 612 -# File: src/www/interfaces_gif_edit.php, line: 243 -# File: src/www/interfaces_gre_edit.php, line: 248 -# File: src/www/interfaces_groups_edit.php, line: 333 -# File: src/www/interfaces_lagg_edit.php, line: 238 -# File: src/www/interfaces_ppps_edit.php, line: 800 -# File: src/www/interfaces_qinq_edit.php, line: 387 -# File: src/www/interfaces_vlan_edit.php, line: 212 -# File: src/www/interfaces_wireless_edit.php, line: 200 -# File: src/www/load_balancer_monitor_edit.php, line: 358 -# File: src/www/load_balancer_pool_edit.php, line: 334 -# File: src/www/load_balancer_relay_action_edit.php, line: 558 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 282 -# File: src/www/load_balancer_setting.php, line: 154 -# File: src/www/pkg_edit.php, line: 446 -# File: src/www/services_captiveportal.php, line: 1055 -# File: src/www/services_captiveportal_ip_edit.php, line: 236 -# File: src/www/services_captiveportal_mac_edit.php, line: 261 -# File: src/www/services_captiveportal_vouchers.php, line: 550 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 233 -# File: src/www/services_dhcp.php, line: 1147 -# File: src/www/services_dhcp_edit.php, line: 531 -# File: src/www/services_dhcp_relay.php, line: 185 -# File: src/www/services_dhcpv6.php, line: 808 -# File: src/www/services_dhcpv6_edit.php, line: 244 -# File: src/www/services_dhcpv6_relay.php, line: 187 -# File: src/www/services_dnsmasq.php, line: 324 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 166 -# File: src/www/services_dnsmasq_edit.php, line: 289 -# File: src/www/services_dyndns_edit.php, line: 433 -# File: src/www/services_igmpproxy.php, line: 135 -# File: src/www/services_igmpproxy_edit.php, line: 275 -# File: src/www/services_ntpd.php, line: 398 -# File: src/www/services_ntpd_gps.php, line: 571 -# File: src/www/services_ntpd_pps.php, line: 211 -# File: src/www/services_opendns.php, line: 205 -# File: src/www/services_rfc2136_edit.php, line: 226 -# File: src/www/services_router_advertisements.php, line: 369 -# File: src/www/services_snmp.php, line: 480 -# File: src/www/services_unbound.php, line: 344 -# File: src/www/services_unbound_acls.php, line: 105 -# File: src/www/services_unbound_acls.php, line: 296 -# File: src/www/services_unbound_domainoverride_edit.php, line: 162 -# File: src/www/services_unbound_host_edit.php, line: 291 -# File: src/www/services_wol_edit.php, line: 167 -# File: src/www/status_lb_pool.php, line: 227 -# File: src/www/status_rrd_graph_settings.php, line: 187 -# File: src/www/system_advanced_admin.php, line: 639 -# File: src/www/system_advanced_firewall.php, line: 595 -# File: src/www/system_advanced_misc.php, line: 637 -# File: src/www/system_advanced_network.php, line: 292 -# File: src/www/system_advanced_notifications.php, line: 100 -# File: src/www/system_advanced_notifications.php, line: 351 -# File: src/www/system_advanced_sysctl.php, line: 96 -# File: src/www/system_advanced_sysctl.php, line: 241 -# File: src/www/system_authservers.php, line: 870 -# File: src/www/system_camanager.php, line: 389 -# File: src/www/system_camanager.php, line: 636 -# File: src/www/system_certmanager.php, line: 189 -# File: src/www/system_certmanager.php, line: 629 -# File: src/www/system_certmanager.php, line: 1083 -# File: src/www/system_crlmanager.php, line: 299 -# File: src/www/system_crlmanager.php, line: 421 -# File: src/www/system_crlmanager.php, line: 458 -# File: src/www/system_gateway_groups_edit.php, line: 363 -# File: src/www/system_gateways_edit.php, line: 930 -# File: src/www/system_general.php, line: 515 -# File: src/www/system_groupmanager.php, line: 436 -# File: src/www/system_groupmanager_addprivs.php, line: 220 -# File: src/www/system_routes_edit.php, line: 370 -# File: src/www/system_usermanager.php, line: 870 -# File: src/www/system_usermanager_addprivs.php, line: 187 -# File: src/www/system_usermanager_passwordmg.php, line: 135 -# File: src/www/system_usermanager_settings.php, line: 168 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 94 -# File: src/www/vpn_ipsec.php, line: 764 -# File: src/www/vpn_ipsec_keys_edit.php, line: 161 -# File: src/www/vpn_ipsec_mobile.php, line: 718 -# File: src/www/vpn_ipsec_phase1.php, line: 1059 -# File: src/www/vpn_ipsec_phase2.php, line: 894 -# File: src/www/vpn_ipsec_settings.php, line: 263 -# File: src/www/vpn_l2tp.php, line: 490 -# File: src/www/vpn_l2tp_users_edit.php, line: 204 -# File: src/www/vpn_openvpn_client.php, line: 1197 -# File: src/www/vpn_openvpn_csc.php, line: 767 -# File: src/www/vpn_openvpn_server.php, line: 1966 -# File: src/www/vpn_pppoe_edit.php, line: 658 -# File: src/www/vpn_pptp.php, line: 516 -# File: src/www/vpn_pptp_users_edit.php, line: 197 -msgid "Save" -msgstr "Sauvegarder" - -# File: src/www/diag_confbak.php, line: 255 -msgid "" -"NOTE: Be aware of how much space is consumed by backups before adjusting " -"this value. Current space used by backups: " -msgstr "" -"NOTE: Soyez conscient de l'espace nécessaire pour les sauvegardes avant de " -"régler cette valeur. L'espace actuellement utilisé par les sauvegardes est " -"de : " - -# File: src/www/diag_confbak.php, line: 162 -msgid "Configuration diff from" -msgstr "Différences de configuration de" - -# File: src/www/diag_confbak.php, line: 162 -# File: src/www/diag_dump_states.php, line: 234 -# File: src/www/diag_dump_states_sources.php, line: 177 -# File: src/www/firewall_nat_edit.php, line: 636 -# File: src/www/firewall_nat_edit.php, line: 759 -# File: src/www/services_dhcp.php, line: 803 -# File: src/www/services_dhcpv6.php, line: 581 -# File: src/www/services_dhcpv6.php, line: 588 -msgid "to" -msgstr "à" - -# File: src/www/diag_confbak.php, line: 271 -msgid "View differences" -msgstr "Voir les différences" - -# File: src/www/diag_confbak.php, line: 266 -msgid "" -"To view the differences between an older configuration and a newer " -"configuration, select the older configuration using the left column of radio " -"options and select the newer configuration in the right column, then press " -"the button." -msgstr "" - -# File: src/www/diag_confbak.php, line: 279 -# File: src/www/diag_confbak.php, line: 336 -msgid "Diff" -msgstr "Changement" - -# File: src/www/diag_confbak.php, line: 280 -msgid "Date" -msgstr "Date" - -# File: src/www/diag_confbak.php, line: 283 -msgid "Configuration Change" -msgstr "Modification de la configuration" - -# File: src/www/diag_confbak.php, line: 297 -msgid "Current" -msgstr "Actuellement" - -# File: src/www/diag_confbak.php, line: 325 -msgid "Revert to this configuration" -msgstr "Revenir à cette configuration" - -# File: src/www/diag_confbak.php, line: 326 -msgid "Remove this backup" -msgstr "Supprimer cette sauvegarde" - -# File: src/www/diag_confbak.php, line: 327 -msgid "Download this backup" -msgstr "Télécharger cette sauvegarde" - -# File: src/www/diag_defaults.php, line: 49 -msgid "" -"The system has been reset to factory defaults and is now rebooting. This may " -"take a few minutes, depending on your hardware." -msgstr "" -"Le système a été réinitialisé avec les paramètres par défaut et est en train " -"de redémarrer. Cela peut prendre quelques minutes, en fonction de votre " -"matériel." - -# File: src/www/diag_defaults.php, line: 50 -msgid "If you click \"Yes\", the firewall will:" -msgstr "" -"Si vous cliquez sur \"Oui, le pare-feu exécutera les actions suivantes :" - -# File: src/www/diag_defaults.php, line: 61 -msgid "Reset to factory defaults" -msgstr "Retour aux paramètres d'usine" - -# File: src/www/diag_defaults.php, line: 62 -msgid "LAN IP address will be reset to 192.168.1.1" -msgstr "L'adresse IP LAN sera réinitialisée en 192.168.1.1" - -# File: src/www/diag_defaults.php, line: 63 -msgid "System will be configured as a DHCP server on the default LAN interface" -msgstr "" -"Le système sera configuré en tant que serveur DHCP sur l'interface LAN par " -"défaut" - -# File: src/www/diag_defaults.php, line: 64 -msgid "Reboot after changes are installed" -msgstr "Redémarrer après que les changements soient installés" - -# File: src/www/diag_defaults.php, line: 65 -msgid "" -"WAN interface will be set to obtain an address automatically from a DHCP " -"server" -msgstr "" -"L'interface WAN sera configurée pour obtenir automatiquement une adresse " -"depuis un serveur DHCP" - -# File: src/www/diag_defaults.php, line: 66 -msgid "webConfigurator admin username will be reset to 'root'" -msgstr "" -"Le nom d'utilisateur de l'admin de webConfigurator sera réinitialisé à 'root'" - -# File: src/www/diag_defaults.php, line: 67 -msgid "webConfigurator admin password will be reset to" -msgstr "Le mot de passe admin de webConfigurator sera réinitialisé à " - -# File: src/www/diag_defaults.php, line: 69 -msgid "Are you sure you want to proceed?" -msgstr "Êtes-vous certain de vouloir continuer ?" - -# File: src/www/diag_dns.php, line: 100 -msgid "Host must be a valid hostname or IP address." -msgstr "L'hôte doit être un nom valide ou une adresse IP." - -# File: src/www/diag_dns.php, line: 109 -msgid "No response" -msgstr "Pas de réponse" - -# File: src/www/diag_dns.php, line: 181 -msgid "Resolve DNS hostname or IP" -msgstr "Résolution du nom d'hôte DNS ou IP" - -# File: src/www/diag_dns.php, line: 189 -# File: src/www/system_authservers.php, line: 163 -# File: src/www/system_authservers.php, line: 186 -msgid "Hostname or IP" -msgstr "Nom d’hôte ou adresse IP" - -# File: src/www/diag_dns.php, line: 90 -msgid "Response" -msgstr "Réponse" - -# File: src/www/interfaces.php, line: 2268 -# File: src/www/status_lb_vs.php, line: 80 -# File: src/www/vpn_ipsec_phase2.php, line: 583 -# File: src/www/vpn_ipsec_phase2.php, line: 632 -# File: src/www/vpn_ipsec_phase2.php, line: 692 -# File: src/www/vpn_ipsec_phase2.php, line: 701 -msgid "Address" -msgstr "Adresse" - -# File: src/www/diag_dns.php, line: 226 -msgid "Resolution time per server" -msgstr "Temps de résolution par serveur" - -# File: src/www/diag_dns.php, line: 232 -msgid "Query time" -msgstr "Heure de requête" - -# File: src/www/diag_dns.php, line: 250 -msgid "More Information:" -msgstr "Plus d’information :" - -# File: src/www/diag_dns.php, line: 254 -msgid "" -"NOTE: The following links are to external services, so their reliability " -"cannot be guaranteed." -msgstr "" -"NOTE: Les liens suivants utilisent des services externes, leurs fiabilités " -"ne peuvent donc pas être garanties." - -# File: src/www/diag_dns.php, line: 255 -msgid "IP WHOIS @ DNS Stuff" -msgstr "IP WHOIS @ DNS Stuff" - -# File: src/www/diag_dns.php, line: 256 -msgid "IP Info @ DNS Stuff" -msgstr "IP Info @ DNS Stuff" - -# File: src/www/diag_dump_states.php, line: 39 -# File: src/www/diag_dump_states_sources.php, line: 39 -# File: src/www/status_openvpn.php, line: 49 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 43 -msgid "invalid input" -msgstr "Entrée invalide" - -# File: src/www/diag_dump_states.php, line: 95 -# File: src/www/diag_dump_states_sources.php, line: 83 -# File: src/www/status_openvpn.php, line: 121 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 113 -msgid "An error occurred." -msgstr "Une erreur est survenue." - -# File: src/www/diag_dump_states.php, line: 133 -msgid "Current total state count" -msgstr "Nombre total des états courants" - -# File: src/www/diag_dump_states.php, line: 134 -# File: src/www/diag_dump_states_sources.php, line: 119 -msgid "Filter expression:" -msgstr "Expression du filtre:" - -# File: src/www/diag_dump_states.php, line: 138 -msgid "Kill" -msgstr "Tué" - -# File: src/www/diag_dump_states.php, line: 162 -msgid "Int" -msgstr "Int" - -# File: src/www/diag_dump_states.php, line: 172 -# File: src/www/diag_logs_filter.php, line: 306 -# File: src/www/diag_logs_filter_dynamic.php, line: 116 -# File: src/www/diag_states_summary.php, line: 145 -# File: src/www/firewall_nat.php, line: 219 -# File: src/www/firewall_rules.php, line: 398 -msgid "Proto" -msgstr "Proto" - -# File: src/www/diag_dump_states.php, line: 182 -msgid "Source -> Router -> Destination" -msgstr "Source -> Routeur -> Destination" - -# File: src/www/diag_dump_states.php, line: 234 -msgid "Remove all state entries from" -msgstr "Retirer tous les entrées état de " - -# File: src/www/diag_dump_states.php, line: 247 -msgid "No states were found." -msgstr "Aucun état trouvé" - -# File: src/www/diag_dump_states.php, line: 257 -msgid "States matching current filter" -msgstr "États correspondant au filtre actuel" - -# File: src/www/diag_dump_states_sources.php, line: 142 -msgid "Source -> Destination" -msgstr "Source -> Destination" - -# File: src/www/diag_dump_states_sources.php, line: 143 -msgid "# States" -msgstr "# États" - -# File: src/www/diag_dump_states_sources.php, line: 144 -msgid "# Connections" -msgstr "# Connexions" - -# File: src/www/diag_dump_states_sources.php, line: 145 -# File: src/www/diag_system_pftop.php, line: 144 -# File: src/www/status_interfaces.php, line: 366 -msgid "Rate" -msgstr "Taux" - -# File: src/www/diag_dump_states_sources.php, line: 177 -msgid "Remove all source tracking entries from" -msgstr "Retirer toutes les entrées de suivi de source de " - -# File: src/www/diag_dump_states_sources.php, line: 188 -msgid "No source tracking entries were found." -msgstr "Aucune entrée de suivi de source trouvé." - -# File: src/www/diag_halt.php, line: 48 -msgid "The system is halting now. This may take one minute." -msgstr "Le système est en cours d'arrêt. Ceci peut prendre une minute." - -# File: src/www/diag_halt.php, line: 56 -msgid "Are you sure you want to halt the system?" -msgstr "Êtes-vous sûr de vouloir arrêter le système ?" - -# File: src/www/diag_ipsec.php, line: 91 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 127 -msgid "Connection" -msgstr "Connexion" - -# File: src/www/diag_ipsec.php, line: 96 -msgid "Local ID" -msgstr "ID locale" - -# File: src/www/diag_ipsec.php, line: 97 -# File: src/www/interfaces_ppps_edit.php, line: 670 -# File: src/www/vpn_pppoe.php, line: 122 -msgid "Local IP" -msgstr "Adresse IP locale" - -# File: src/www/diag_ipsec.php, line: 98 -msgid "Remote ID" -msgstr "ID distant" - -# File: src/www/diag_ipsec.php, line: 99 -msgid "Remote IP" -msgstr "Adresse IP distante" - -# File: src/www/diag_ipsec.php, line: 97 -msgid "Local Auth" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 98 -msgid "Remote Auth" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 227 -msgid "Local subnets" -msgstr "Sous-réseau local" - -# File: src/www/diag_ipsec.php, line: 148 -msgid "SPI(s)" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 229 -msgid "Remote subnets" -msgstr "Sous-réseaux distants" - -# File: src/www/diag_ipsec.php, line: 151 -msgid "Stats" -msgstr "Stats" - -# File: src/www/diag_ipsec.php, line: 162 -msgid "in" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 163 -msgid "out" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 299 -# File: src/www/diag_logs_filter_dynamic.php, line: 112 -# File: src/www/diag_logs_vpn.php, line: 133 -# File: src/www/diag_system_pftop.php, line: 133 -# File: src/www/firewall_schedule_edit.php, line: 924 -# File: src/www/widgets/widgets/log.widget.php, line: 221 -msgid "Time" -msgstr "Heure" - -# File: src/www/diag_ipsec.php, line: 174 -msgid "Bytes in" -msgstr "Octets entrés" - -# File: src/www/diag_ipsec.php, line: 175 -msgid "Bytes out" -msgstr "Octets sortis" - -# File: src/www/diag_ipsec_leases.php, line: 65 -msgid "Pool: " -msgstr "Ensemble: " - -# File: src/www/diag_ipsec_leases.php, line: 66 -msgid "usage: " -msgstr "usage: " - -# File: src/www/diag_ipsec_leases.php, line: 67 -msgid "online: " -msgstr "en ligne: " - -# File: src/www/diag_ipsec_leases.php, line: 74 -# File: src/www/diag_ping.php, line: 43 -# File: src/www/diag_ping.php, line: 95 -# File: src/www/diag_testport.php, line: 43 -# File: src/www/diag_testport.php, line: 111 -# File: src/www/diag_traceroute.php, line: 49 -# File: src/www/diag_traceroute.php, line: 103 -# File: src/www/load_balancer_monitor_edit.php, line: 280 -# File: src/www/load_balancer_monitor_edit.php, line: 313 -# File: src/www/services_dnsmasq.php, line: 365 -# File: src/www/services_dnsmasq_edit.php, line: 201 -# File: src/www/services_dnsmasq_edit.php, line: 242 -# File: src/www/services_rfc2136_edit.php, line: 187 -# File: src/www/services_unbound.php, line: 384 -# File: src/www/services_unbound_host_edit.php, line: 201 -# File: src/www/services_unbound_host_edit.php, line: 244 -msgid "Host" -msgstr "Hôte" - -# File: src/www/diag_ipsec_leases.php, line: 90 -msgid "No leases from this pool yet." -msgstr "Pas de baux de cet ensemble pour le moment." - -# File: src/www/diag_ipsec_leases.php, line: 97 -msgid "No IPsec pools." -msgstr "Pas de groupement IPsec." - -# File: src/www/diag_ipsec_sad.php, line: 65 -msgid "SPI" -msgstr "SPI" - -# File: src/www/diag_ipsec_sad.php, line: 66 -msgid "Enc. alg." -msgstr "Enc. alg." - -# File: src/www/diag_ipsec_sad.php, line: 67 -msgid "Auth. alg." -msgstr "Auth. alg." - -# File: src/www/diag_ipsec_sad.php, line: 68 -msgid "Data" -msgstr "Donnée" - -# File: src/www/diag_ipsec_sad.php, line: 87 -msgid "No IPsec security associations." -msgstr "Pas d'associations de sécurité IPsec." - -# File: src/www/diag_ipsec_spd.php, line: 64 -# File: src/www/firewall_rules_edit.php, line: 864 -# File: src/www/load_balancer_relay_action_edit.php, line: 107 -# File: src/www/load_balancer_relay_action_edit.php, line: 444 -msgid "Direction" -msgstr "Direction" - -# File: src/www/diag_ipsec_spd.php, line: 66 -msgid "Tunnel endpoints" -msgstr "Point d'arrivé Tunnel" - -# File: src/www/diag_ipsec_spd.php, line: 91 -msgid "incoming (as seen by firewall)" -msgstr "Entrée (vue par le Pare-feu)" - -# File: src/www/diag_ipsec_spd.php, line: 98 -msgid "outgoing (as seen by firewall)" -msgstr "Sortie (vue par le Pare-feu)" - -# File: src/www/diag_ipsec_spd.php, line: 103 -msgid "No IPsec security policies." -msgstr "Pas de politique de sécurité IPsec." - -# File: src/www/diag_limiter_info.php, line: 37 -msgid "We could not find any limiters on this system." -msgstr "Aucun limiteur n'a été trouvé sur ce système." - -# File: src/www/diag_limiter_info.php, line: 92 -msgid "Gathering Limiter information, please wait..." -msgstr "Rassemblement des informations du limiteur, patientez s'il vous plaît." - -# File: src/etc/inc/easyrule.inc, line: 114 -msgid "Easy Rule: Blocked from Firewall Log View" -msgstr "" - -# File: src/etc/inc/easyrule.inc, line: 115 -# File: src/etc/inc/easyrule.inc, line: 301 -msgid "Easy Rule" -msgstr "Règle facile" - -# File: src/etc/inc/easyrule.inc, line: 178 -# File: src/etc/inc/easyrule.inc, line: 186 -msgid "Entry added" -msgstr "Entrée ajoutée" - -# File: src/etc/inc/easyrule.inc, line: 183 -msgid "Hosts blocked from Firewall Log view" -msgstr "" - -# File: src/etc/inc/easyrule.inc, line: 263 -msgid "Easy Rule: Passed from Firewall Log View" -msgstr "" - -# File: src/etc/inc/easyrule.inc, line: 318 -msgid "Tried to block invalid IP:" -msgstr "Tentative de blocage d'une adresse IP invalide :" - -# File: src/etc/inc/easyrule.inc, line: 322 -msgid "Invalid interface for block rule:" -msgstr "Interface invalide pour la règle de blocage :" - -# File: src/etc/inc/easyrule.inc, line: 325 -msgid "Host added successfully" -msgstr "Hôte ajouté avec succès" - -# File: src/etc/inc/easyrule.inc, line: 327 -msgid "Failed to create block rule, alias, or add host." -msgstr "Impossible de créer la règle de blocage, l'alias, ou d'ajouter un hôte." - -# File: src/etc/inc/easyrule.inc, line: 330 -msgid "Tried to block but had no host IP or interface" -msgstr "" - -# File: src/etc/inc/easyrule.inc, line: 332 -msgid "Unknown block error." -msgstr "Erreur de blocage inconnue." - -# File: src/etc/inc/easyrule.inc, line: 343 -msgid "Invalid interface for pass rule:" -msgstr "Interface invalide pour la règle passer :" - -# File: src/etc/inc/easyrule.inc, line: 346 -msgid "Invalid protocol for pass rule:" -msgstr "Protocole invalide pour la règle passer :" - -# File: src/etc/inc/easyrule.inc, line: 349 -msgid "Tried to pass invalid source IP:" -msgstr "Tentative d'ajout d'une adresse IP source invalide :" - -# File: src/etc/inc/easyrule.inc, line: 352 -msgid "Tried to pass invalid destination IP:" -msgstr "Tentative d'ajout d'une adresse IP de destination invalide :" - -# File: src/etc/inc/easyrule.inc, line: 356 -msgid "Missing destination port:" -msgstr "Port de destination manquant:" - -# File: src/etc/inc/easyrule.inc, line: 359 -msgid "Tried to pass invalid destination port:" -msgstr "Tentative d'ajout d'un port de destination invalide :" - -# File: src/etc/inc/easyrule.inc, line: 366 -msgid "Successfully added pass rule!" -msgstr "Règle passer ajoutée avec succès!" - -# File: src/etc/inc/easyrule.inc, line: 368 -msgid "Failed to add pass rule." -msgstr "Impossible d'ajouter la règle passer." - -# File: src/etc/inc/easyrule.inc, line: 371 -msgid "Missing parameters for pass rule." -msgstr "Paramètres manquants pour la règle passer." - -# File: src/etc/inc/easyrule.inc, line: 373 -msgid "Unknown pass error." -msgstr "Erreur d’autorisation inconnue." - -# File: src/www/diag_logs_filter.php, line: 43 -msgid "Cannot resolve" -msgstr "Impossible de résoudre" - -# File: src/www/diag_logs_filter.php, line: 63 -msgid "The rule that triggered this action is" -msgstr "La règle qui a déclenché cette action est" - -# File: src/www/diag_logs_filter.php, line: 627 -msgid "Time and interface" -msgstr "Heure et interface" - -# File: src/www/diag_logs_filter.php, line: 628 -msgid "Source and destination IP Address" -msgstr "Adresse IP source et destination" - -# File: src/www/diag_logs_filter.php, line: 629 -msgid "Source and destination port" -msgstr "port source et destination" - -# File: src/www/diag_logs_filter.php, line: 642 -msgid "Source IP Address" -msgstr "Adresse IP source" - -# File: src/www/diag_system_pftop.php, line: 146 -# File: src/www/diag_testport.php, line: 119 -# File: src/www/firewall_nat_out.php, line: 307 -# File: src/www/firewall_nat_out.php, line: 494 -msgid "Source Port" -msgstr "Port Source" - -# File: src/www/diag_logs_filter.php, line: 238 -msgid "Quantity" -msgstr "Quantité" - -# File: src/www/diag_logs_filter.php, line: 654 -msgid "Destination IP Address" -msgstr "Adresse IP destination" - -# File: src/www/diag_system_pftop.php, line: 139 -# File: src/www/firewall_nat_out.php, line: 309 -# File: src/www/firewall_nat_out.php, line: 496 -msgid "Destination Port" -msgstr "Port de Destination" - -# File: src/www/diag_logs_filter.php, line: 656 -msgid "Protocol Flags" -msgstr "Drapeaux protocole" - -# File: src/www/interfaces.php, line: 3050 -msgid "Any" -msgstr "quelconque" - -# File: src/www/diag_testport.php, line: 155 -msgid "IPv4" -msgstr "IPv4" - -# File: src/www/diag_logs_filter.php, line: 291 -msgid "Last %s firewall log entries." -msgstr "Dernières %s entrées du journal du pare-feu." - -# File: src/www/diag_logs_filter.php, line: 706 -msgid "Showing %s matching log entries (maximum is %s)." -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 300 -# File: src/www/diag_logs_filter_dynamic.php, line: 113 -# File: src/www/firewall_nat.php, line: 218 -# File: src/www/services_rfc2136.php, line: 82 -msgid "If" -msgstr "Si" - -# File: src/www/diag_logs_filter.php, line: 302 -msgid "Rule" -msgstr "Règle" - -# File: src/www/diag_logs_filter.php, line: 748 -msgid "Direction=OUT" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 345 -# File: src/www/diag_logs_filter.php, line: 351 -msgid "Click to resolve" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 346 -msgid "Easy Rule: Add to Block List" -msgstr "Règle Simple: Ajouter à la liste Bloquer" - -# File: src/www/diag_logs_filter.php, line: 352 -msgid "Easy Rule: Pass this traffic" -msgstr "Règle Simple: Autoriser ce trafic" - -# File: src/www/diag_logs_filter.php, line: 790 -msgid "Icon Easy Rule: Pass this traffic" -msgstr "Icône Règle Simple: Autoriser ce trafic" - -# File: src/www/diag_logs_filter.php, line: 837 -msgid "added block rule" -msgstr "règle de blocage ajoutée" - -# File: src/www/diag_logs_filter.php, line: 859 -msgid "added pass rule" -msgstr "règle de permission ajoutée" - -# File: src/www/diag_logs_filter_dynamic.php, line: 101 -msgid "Showing last %s records." -msgstr "Afficher les %s derniers enregistrements." - -# File: src/www/diag_logs_filter_dynamic.php, line: 107 -msgid "Pause" -msgstr "Pause" - -# File: src/www/diag_logs_filter.php, line: 373 -msgid "Last %s firewall log entries" -msgstr "" - -# File: src/www/diag_logs.php, line: 97 -# File: src/www/diag_logs_auth.php, line: 77 -# File: src/www/diag_logs_dhcp.php, line: 80 -# File: src/www/diag_logs_filter.php, line: 391 -# File: src/www/diag_logs_gateways.php, line: 99 -# File: src/www/diag_logs_ipsec.php, line: 91 -# File: src/www/diag_logs_ntpd.php, line: 78 -# File: src/www/diag_logs_openvpn.php, line: 80 -# File: src/www/diag_logs_ppp.php, line: 77 -# File: src/www/diag_logs_proxy.php, line: 66 -# File: src/www/diag_logs_relayd.php, line: 79 -# File: src/www/diag_logs_resolver.php, line: 97 -# File: src/www/diag_logs_routing.php, line: 77 -# File: src/www/diag_logs_vpn.php, line: 148 -# File: src/www/diag_logs_wireless.php, line: 79 -msgid "Clear log" -msgstr "Effacer les événements" - -# File: src/www/diag_logs_filter_summary.php, line: 42 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 232 -msgid "Actions" -msgstr "Actions" - -# File: src/www/diag_logs_filter_summary.php, line: 44 -msgid "Protocols" -msgstr "Protocoles" - -# File: src/www/diag_logs_filter_summary.php, line: 45 -msgid "Source IPs" -msgstr "IPs Sources" - -# File: src/www/diag_logs_filter_summary.php, line: 46 -msgid "Destination IPs" -msgstr "IPs de Destination" - -# File: src/www/diag_logs_filter_summary.php, line: 47 -msgid "Source Ports" -msgstr "Ports Source" - -# File: src/www/diag_logs_filter_summary.php, line: 48 -msgid "Destination Ports" -msgstr "Ports de Destination" - -# File: src/www/firewall_nat_edit.php, line: 612 -# File: src/www/firewall_nat_edit.php, line: 625 -# File: src/www/firewall_nat_edit.php, line: 732 -# File: src/www/firewall_nat_edit.php, line: 745 -# File: src/www/firewall_nat_edit.php, line: 775 -# File: src/www/firewall_rules_edit.php, line: 1020 -# File: src/www/firewall_rules_edit.php, line: 1033 -# File: src/www/firewall_rules_edit.php, line: 1119 -# File: src/www/firewall_rules_edit.php, line: 1132 -msgid "other" -msgstr "autres" - -# File: src/www/diag_logs_filter_summary.php, line: 124 -msgid "" -"The following summaries have been collected from the last %s lines of the " -"firewall log (maximum is %s)." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 316 -# File: src/www/diag_ping.php, line: 43 -# File: src/www/diag_ping.php, line: 122 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 86 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 211 -msgid "Count" -msgstr "Nombre" - -# File: src/www/diag_logs_pills.php, line: 45 -msgid "L2TP Logins" -msgstr "Connexions L2TP" - -# File: src/www/diag_logs_pills.php, line: 48 -msgid "L2TP Raw" -msgstr "L2TP brut" - -# File: src/www/diag_logs_pills.php, line: 39 -msgid "PPPoE Logins" -msgstr "Connexions PPPoE" - -# File: src/www/diag_logs_pills.php, line: 42 -msgid "PPPoE Raw" -msgstr "PPPoE brut" - -# File: src/www/diag_logs_pills.php, line: 33 -msgid "PPTP Logins" -msgstr "Connexion PPTP" - -# File: src/www/diag_logs_pills.php, line: 36 -msgid "PPTP Raw" -msgstr "PPTP brut" - -# File: src/www/diag_logs_pills.inc, line: 44 -msgid "Cache" -msgstr "Cache" - -# File: src/www/diag_logs_pills.inc, line: 42 -msgid "Store" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 73 -msgid "The log files have been reset." -msgstr "Les fichiers journaux ont été réinitialisés." - -# File: src/www/status_rrd_graph_settings.php, line: 40 -msgid "RRD data has been cleared." -msgstr "Les données RRD ont été effacées." - -# File: src/www/diag_logs_settings.php, line: 81 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #1." -msgstr "" -"Une adresse IP valide/nom d'hôte ou IP/nom d'hôte:port doivent être " -"spécifiés pour le serveur syslog distant #1." - -# File: src/www/diag_logs_settings.php, line: 84 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #2." -msgstr "" -"Une adresse IP valide/nom d'hôte ou IP/nom d'hôte:port doivent être " -"spécifiés pour le serveur syslog distant #2." - -# File: src/www/diag_logs_settings.php, line: 87 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #3." -msgstr "" -"Une adresse IP valide/nom d'hôte ou IP/nom d'hôte:port doivent être " -"spécifiés pour le serveur syslog distant #3." - -# File: src/www/diag_logs_settings.php, line: 91 -msgid "Number of log entries to show must be between 5 and 2000." -msgstr "" -"Le nombre d'événements du journal à afficher doit être compris entre 5 et " -"2000." - -# File: src/www/diag_logs_settings.php, line: 96 -msgid "Log file size must be a positive integer greater than 5120." -msgstr "" -"La taille du fichier journal doit être un entier positif supérieur à 5120." - -# File: src/www/diag_logs_settings.php, line: 161 -# File: src/www/system_advanced_admin.php, line: 677 -msgid "webConfigurator configuration has changed. Restarting webConfigurator." -msgstr "" -"La configuration de l'interface d'administration a changée. Redémarrage de " -"l'interface." - -# File: src/www/diag_logs_settings.php, line: 163 -msgid "WebGUI process is restarting." -msgstr "Le processus WebGUI est en cours de redémarrage." - -# File: src/www/status_rrd_graph_settings.php, line: 188 -msgid "" -"Do you really want to reset the RRD graphs? This will erase all graph data." -msgstr "" -"Voulez-vous vraiment réinitialiser les graphiques RRD ? Ceci effacera toutes " -"les données des graphiques." - -# File: src/www/diag_logs_settings.php, line: 342 -msgid "" -"Do you really want to reset the log files? This will erase all local log " -"data." -msgstr "" -"Souhaitez vous vraiment réinitialiser les journaux d'évènements ? Ceci " -"effacera toutes les données des journaux locaux." - -# File: src/www/diag_logs_settings.php, line: 339 -msgid "Reporting Database Options" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 342 -msgid "Round-Robin-Database" -msgstr "" - -# File: src/www/status_rrd_graph_settings.php, line: 135 -msgid "Enables the RRD graphing backend." -msgstr "" - -# File: src/www/status_rrd_graph_settings.php, line: 188 -msgid "Reset RRD Data" -msgstr "Réinitialiser les données RRD" - -# File: src/www/status_rrd_graph_settings.php, line: 195 -msgid "" -"Graphs will not be allowed to be recreated within a 1 minute interval, " -"please take this into account after changing the style." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 371 -msgid "Local Logging Options" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 378 -msgid "Reverse Display" -msgstr "Inverser l'affichage" - -# File: src/www/diag_logs_settings.php, line: 271 -msgid "Show log entries in reverse order (newest entries on top)" -msgstr "" -"Afficher les traces des journaux dans l'ordre inverse (les plus récentes en " -"haut)" - -# File: src/www/diag_logs_settings.php, line: 315 -msgid "GUI Log Entries to Display" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 277 -msgid "" -"Hint: This is only the number of log entries displayed in the GUI. It does " -"not affect how many entries are contained in the actual log files." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 321 -msgid "Log File Size (Bytes)" -msgstr "Taille des fichiers journaux (Octets)" - -# File: src/www/diag_logs_settings.php, line: 283 -msgid "" -"Logs are held in constant-size circular log files. This field controls how " -"large each log file is, and thus how many entries may exist inside the log. " -"By default this is approximately 500KB per log file, and there are nearly 20 " -"such log files." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 285 -msgid "" -"NOTE: Log sizes are changed the next time a log file is cleared or deleted. " -"To immediately increase the size of the log files, you must first save the " -"options to set the size, then clear all logs using the \"Reset Log Files\" " -"option farther down this page. " -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 286 -msgid "" -"Be aware that increasing this value increases every log file size, so disk " -"usage will increase significantly." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 287 -msgid "Disk space currently used by log files: " -msgstr "L'espace disque actuellement utilisé par les fichiers journaux:" - -# File: src/www/diag_logs_settings.php, line: 288 -msgid "Remaining disk space for log files: " -msgstr "Espace disque restant pour les fichiers journaux:" - -# File: src/www/diag_logs_settings.php, line: 333 -msgid "Log Firewall Default Blocks" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 295 -msgid "Log packets matched from the default block rules put in the ruleset" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 296 -msgid "" -"Hint: packets that are blocked by the implicit default block rule will not " -"be logged if you uncheck this option. Per-rule logging options are still " -"respected." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 299 -msgid "Log packets matched from the default pass rules put in the ruleset" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 300 -msgid "" -"Hint: packets that are allowed by the implicit default pass rule will be " -"logged if you check this option. Per-rule logging options are still " -"respected." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 303 -msgid "Log packets blocked by 'Block Bogon Networks' rules" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 306 -msgid "Log packets blocked by 'Block Private Networks' rules" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 351 -msgid "Web Server Log" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 312 -msgid "Log errors from the web server process." -msgstr "Tracer les erreurs des processus du serveur Web." - -# File: src/www/diag_logs_settings.php, line: 313 -msgid "" -"Hint: If this is checked, errors from the lighttpd web server process for " -"the GUI or Captive Portal will appear in the main system log." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 357 -msgid "Filter descriptions" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 360 -msgid "Omit descriptions" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 361 -msgid "Display as column" -msgstr "Afficher en tant que colonne" - -# File: src/www/diag_logs_settings.php, line: 362 -msgid "Display as second row" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 329 -msgid "Show the applied rule description below or in the firewall log rows." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 331 -msgid "" -"Displaying rule descriptions for all lines in the log might affect " -"performance with large rule sets." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 370 -msgid "Local Logging" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 337 -msgid "Disable writing log files to the local disk" -msgstr "" -"Désactiver l'enregistrement des journaux d'évènements sur le disque local" - -# File: src/www/diag_logs_settings.php, line: 375 -msgid "Reset Logs" -msgstr "Réinitialiser les journaux d'événements" - -# File: src/www/diag_logs_settings.php, line: 71 -# File: src/www/diag_logs_settings.php, line: 342 -msgid "Reset Log Files" -msgstr "Réinitialiser les fichiers des journaux" - -# File: src/www/diag_logs_settings.php, line: 344 -msgid "" -"Note: Clears all local log files and reinitializes them as empty logs. This " -"also restarts the DHCP daemon. Use the Save button first if you have made " -"any setting changes." -msgstr "" -"Remarque: Efface tous les fichiers journaux locaux puis les réinitialise " -"vide. Cela engendre un redémarre du service DHCP. Veuillez Enregistrer au " -"préalable si des modifications de paramètres ont été effectuées." - -# File: src/www/diag_logs_settings.php, line: 351 -msgid "Remote Logging Options" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 354 -# File: src/www/diag_ping.php, line: 106 -# File: src/www/diag_system_pftop.php, line: 147 -# File: src/www/diag_testport.php, line: 131 -# File: src/www/diag_traceroute.php, line: 114 -msgid "Source Address" -msgstr "Adresse Source" - -# File: src/www/diag_logs_settings.php, line: 392 -msgid "Default (any)" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 370 -msgid "" -"This option will allow the logging daemon to bind to a single IP address, " -"rather than all IP addresses." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 371 -msgid "" -"If you pick a single IP, remote syslog severs must all be of that IP type. " -"If you wish to mix IPv4 and IPv6 remote syslog servers, you must bind to all " -"interfaces." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 373 -msgid "" -"NOTE: If an IP address cannot be located on the chosen interface, the daemon " -"will bind to all addresses." -msgstr "" -"REMARQUE: Si une adresse IP ne peut pas être identifiée sur l'interface " -"sélectionnée, toutes les adresses seront assignées au processus." - -# File: src/www/diag_logs_settings.php, line: 377 -# File: src/www/diag_ping.php, line: 99 -# File: src/www/diag_testport.php, line: 148 -# File: src/www/diag_traceroute.php, line: 107 -msgid "IP Protocol" -msgstr "Protocole IP" - -# File: src/www/diag_logs_settings.php, line: 384 -msgid "" -"This option is only used when a non-default address is chosen as the source " -"above. This option only expresses a preference; If an IP address of the " -"selected type is not found on the chosen interface, the other type will be " -"tried." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 388 -msgid "Enable Remote Logging" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 390 -msgid "Send log messages to remote syslog server" -msgstr "Activer l'envoie des traces par syslog" - -# File: src/www/diag_logs_settings.php, line: 393 -msgid "Remote Syslog Servers" -msgstr "Serveurs Syslog distant" - -# File: src/www/diag_logs_settings.php, line: 410 -msgid "IP addresses of remote syslog servers, or an IP:port." -msgstr "Adresses IP des serveurs syslog distants (ou IP:port)." - -# File: src/www/diag_logs_settings.php, line: 416 -msgid "Remote Syslog Contents" -msgstr "Contenu Syslog distant" - -# File: src/www/diag_logs_settings.php, line: 419 -msgid "Everything" -msgstr "Tous" - -# File: src/www/diag_logs_settings.php, line: 421 -msgid "System events" -msgstr "Événements système" - -# File: src/www/diag_logs_settings.php, line: 423 -msgid "Firewall events" -msgstr "Événements du pare-feu" - -# File: src/www/diag_logs_settings.php, line: 425 -msgid "DHCP service events" -msgstr "Événements du service DHCP" - -# File: src/www/diag_logs_settings.php, line: 427 -msgid "Portal Auth events" -msgstr "Évènements Authentification portail" - -# File: src/www/diag_logs_settings.php, line: 429 -msgid "VPN (PPTP, IPsec, OpenVPN) events" -msgstr "Événements VPN (PPTP, IPsec, OpenVPN)" - -# File: src/www/diag_logs_settings.php, line: 431 -msgid "Gateway Monitor events" -msgstr "Évènements de supervision de la passerelle" - -# File: src/www/diag_logs_settings.php, line: 433 -msgid "Server Load Balancer events" -msgstr "Évènements serveur répartiteur de charge" - -# File: src/www/diag_logs_settings.php, line: 435 -msgid "Wireless events" -msgstr "Événements Sans-fil" - -# File: src/www/diag_logs_settings.php, line: 446 -msgid "" -"syslog sends UDP datagrams to port 514 on the specified remote syslog " -"server, unless another port is specified. Be sure to set syslogd on the " -"remote server to accept syslog messages from" -msgstr "" - -# File: src/etc/inc/ipsec.inc, line: 41 -# File: src/etc/inc/ipsec.inc, line: 50 -# File: src/www/diag_arp.php, line: 307 -# File: src/www/diag_logs_vpn.php, line: 136 -# File: src/www/services_captiveportal.php, line: 700 -# File: src/www/services_captiveportal.php, line: 721 -# File: src/www/services_captiveportal.php, line: 743 -# File: src/www/services_captiveportal.php, line: 762 -# File: src/www/services_captiveportal_ip.php, line: 109 -# File: src/www/services_captiveportal_ip_edit.php, line: 192 -# File: src/www/services_dhcp.php, line: 1176 -# File: src/www/services_dhcp_edit.php, line: 382 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 63 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 143 -# File: src/www/services_dnsmasq_edit.php, line: 71 -# File: src/www/services_dnsmasq_edit.php, line: 216 -# File: src/www/services_unbound_domainoverride_edit.php, line: 57 -# File: src/www/services_unbound_domainoverride_edit.php, line: 140 -# File: src/www/services_unbound_host_edit.php, line: 72 -# File: src/www/services_unbound_host_edit.php, line: 217 -# File: src/www/status_captiveportal.php, line: 160 -# File: src/www/status_dhcp_leases.php, line: 336 -# File: src/www/system_advanced_network.php, line: 212 -# File: src/www/vpn_ipsec_phase2.php, line: 882 -# File: src/www/vpn_l2tp_users.php, line: 115 -# File: src/www/vpn_l2tp_users_edit.php, line: 196 -# File: src/www/vpn_pptp_users.php, line: 109 -# File: src/www/vpn_pptp_users_edit.php, line: 189 -msgid "IP address" -msgstr "Adresse IP" - -# File: src/www/diag_packet_capture.php, line: 114 -msgid "Invalid interface." -msgstr "Interface invalide." - -# File: src/www/diag_packet_capture.php, line: 117 -msgid "Invalid address family." -msgstr "Famille d'adresse invalide" - -# File: src/www/diag_packet_capture.php, line: 120 -msgid "Invalid protocol." -msgstr "Protocole invalide." - -# File: src/www/diag_packet_capture.php, line: 132 -msgid "A valid IP address or CIDR block must be specified. [%s]" -msgstr "Une adresse IP valide ou un blocage CIDR doit être spécifié. [%s]" - -# File: src/www/diag_packet_capture.php, line: 138 -msgid "Invalid value specified for port." -msgstr "Valeur invalide spécifié pour le port." - -# File: src/www/diag_packet_capture.php, line: 145 -msgid "Invalid value specified for packet length." -msgstr "Valeur invalide spécifié pour la longueur du paquet." - -# File: src/www/diag_packet_capture.php, line: 152 -msgid "Invalid value specified for packet count." -msgstr "Valeur invalide spécifié pour le nombre de paquet." - -# File: src/www/diag_packet_capture.php, line: 228 -msgid "Packet capture" -msgstr "Capture de paquets" - -# File: src/www/diag_packet_capture.php, line: 246 -msgid "Select the interface on which to capture traffic." -msgstr "Sélectionnez l'interface sur laquelle sera capturé le trafic" - -# File: src/www/diag_packet_capture.php, line: 250 -msgid "Promiscuous" -msgstr "Promiscuité" - -# File: src/www/diag_packet_capture.php, line: 253 -msgid "If checked, the" -msgstr "Si cochée, le" - -# File: src/www/diag_packet_capture.php, line: 253 -msgid "packet capture" -msgstr "capture de paquets" - -# File: src/www/diag_packet_capture.php, line: 253 -msgid "will be performed using promiscuous mode." -msgstr "sera effectué en utilisant le mode promiscuité." - -# File: src/www/carp_status.php, line: 179 -# File: src/www/diag_packet_capture.php, line: 254 -# File: src/www/diag_packet_capture.php, line: 343 -# File: src/www/interfaces_wireless.php, line: 150 -# File: src/www/pkg_edit.php, line: 947 -# File: src/www/services_ntpd_pps.php, line: 132 -# File: src/www/status_graph.php, line: 352 -# File: src/www/status_graph_cpu.php, line: 41 -# File: src/www/vpn_ipsec.php, line: 732 -# File: src/www/vpn_ipsec_keys.php, line: 191 -# File: src/www/vpn_ipsec_keys_edit.php, line: 175 -# File: src/www/vpn_pppoe_edit.php, line: 664 -# File: src/www/vpn_pptp.php, line: 521 -msgid "Note" -msgstr "Note" - -# File: src/www/diag_packet_capture.php, line: 254 -msgid "Some network adapters do not support or work well in promiscuous mode." -msgstr "" -"Certains adaptateurs réseau ne supportent pas ou fonctionnent bien en mode " -"promiscuité." - -# File: src/www/diag_packet_capture.php, line: 258 -# File: src/www/system_gateways_edit.php, line: 717 -msgid "Address Family" -msgstr "Famille d'adresse" - -# File: src/www/diag_packet_capture.php, line: 264 -msgid "IPv4 Only" -msgstr "IPv4 seulement" - -# File: src/www/diag_packet_capture.php, line: 265 -msgid "IPv6 Only" -msgstr "IPv6 seulement" - -# File: src/www/diag_packet_capture.php, line: 265 -msgid "" -"Select the type of traffic to be captured, either Any, IPv4 only or IPv6 " -"only." -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 186 -msgid "ICMP" -msgstr "ICMP" - -# File: src/www/diag_packet_capture.php, line: 276 -msgid "Exclude ICMP" -msgstr "Exlure ICMP" - -# File: src/www/diag_packet_capture.php, line: 277 -msgid "ICMPv6" -msgstr "ICMPv6" - -# File: src/www/diag_packet_capture.php, line: 278 -msgid "Exclude ICMPv6" -msgstr "Exclure ICMPv6" - -# File: src/www/firewall_nat_edit.php, line: 533 -# File: src/www/load_balancer_monitor_edit.php, line: 186 -# File: src/www/load_balancer_relay_action_edit.php, line: 174 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 132 -msgid "TCP" -msgstr "TCP" - -# File: src/www/diag_packet_capture.php, line: 280 -msgid "Exclude TCP" -msgstr "Exclure TCP" - -# File: src/www/diag_packet_capture.php, line: 281 -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "UDP" -msgstr "UDP" - -# File: src/www/diag_packet_capture.php, line: 282 -msgid "Exclude UDP" -msgstr "Exclure UDP" - -# File: src/www/diag_packet_capture.php, line: 283 -msgid "ARP" -msgstr "ARP" - -# File: src/www/diag_packet_capture.php, line: 284 -msgid "Exclude ARP" -msgstr "Exclure ARP" - -# File: src/www/diag_packet_capture.php, line: 285 -msgid "CARP (VRRP)" -msgstr "CARP (VRRP)" - -# File: src/www/diag_packet_capture.php, line: 286 -msgid "Exclude CARP (VRRP)" -msgstr "Exclure CARP (VRRP)" - -# File: src/www/diag_packet_capture.php, line: 287 -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "ESP" -msgstr "ESP" - -# File: src/www/diag_packet_capture.php, line: 287 -msgid "Select the protocol to capture, or Any." -msgstr "Sélectionnez le protocole à capturer ou quelconque." - -# File: src/www/diag_packet_capture.php, line: 291 -msgid "Host Address" -msgstr "Adresse de l'Hôte" - -# File: src/www/diag_packet_capture.php, line: 294 -msgid "" -"This value is either the Source or Destination IP address or subnet in CIDR " -"notation. The packet capture will look for this address in either field." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 384 -msgid "" -"Matching can be negated by preceding the value with \"not\". Multiple IP " -"addresses or CIDR subnets may be specified as boolean expresion." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 296 -msgid "" -"If you leave this field blank, all packets on the specified interface will " -"be captured." -msgstr "" - -# File: src/www/system_authservers.php, line: 668 -# File: src/www/system_authservers.php, line: 669 -# File: src/www/system_authservers.php, line: 688 -msgid "Example:" -msgstr "Exemple:" - -# File: src/www/diag_packet_capture.php, line: 301 -# File: src/www/diag_testport.php, line: 43 -# File: src/www/diag_testport.php, line: 115 -# File: src/www/firewall_aliases_edit.php, line: 466 -# File: src/www/firewall_rules.php, line: 400 -# File: src/www/firewall_rules.php, line: 402 -# File: src/www/load_balancer_pool.php, line: 136 -# File: src/www/load_balancer_pool_edit.php, line: 68 -# File: src/www/load_balancer_pool_edit.php, line: 223 -# File: src/www/load_balancer_virtual_server.php, line: 133 -# File: src/www/load_balancer_virtual_server_edit.php, line: 193 -# File: src/www/services_captiveportal.php, line: 705 -# File: src/www/services_captiveportal.php, line: 726 -# File: src/www/services_captiveportal.php, line: 748 -# File: src/www/services_captiveportal.php, line: 767 -# File: src/www/status_upnp.php, line: 74 -msgid "Port" -msgstr "Ports" - -# File: src/www/diag_packet_capture.php, line: 305 -msgid "Leave blank if you do not want to filter by port." -msgstr "Laissez vide si vous ne voulez pas filtrer par port." - -# File: src/www/diag_packet_capture.php, line: 305 -msgid "" -"The port can be either the source or destination port. The packet capture " -"will look for this port in either field." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 309 -msgid "Packet Length" -msgstr "Longueur paquet" - -# File: src/www/diag_packet_capture.php, line: 312 -msgid "" -"The Packet length is the number of bytes of each packet that will be " -"captured. Default value is 0, which will capture the entire frame regardless " -"of its size." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 319 -msgid "Enter 0 (zero) for no count limit." -msgstr "Entrez 0 (zéro) pour pas de limite de nombre." - -# File: src/www/diag_packet_capture.php, line: 319 -msgid "" -"This is the number of packets the packet capture will grab. Default value is " -"100." -msgstr "Ceci est le nombre de paquets à capturer. La valeur par défaut est 100." - -# File: src/www/diag_packet_capture.php, line: 418 -msgid "View settings" -msgstr "Voir les paramètres" - -# File: src/www/diag_packet_capture.php, line: 324 -msgid "Level of Detail" -msgstr "Niveau de détail" - -# File: src/www/diag_packet_capture.php, line: 327 -msgid "Normal" -msgstr "Normal" - -# File: src/www/diag_packet_capture.php, line: 330 -msgid "Full" -msgstr "Tout" - -# File: src/www/diag_packet_capture.php, line: 332 -msgid "" -"This is the level of detail that will be displayed after hitting 'Stop' when " -"the packets have been captured." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 334 -msgid "" -"This option does not affect the level of detail when downloading the packet " -"capture." -msgstr "" -"Cette option n'affecte pas le niveau de détail lors du téléchargement de la " -"capture de paquets." - -# File: src/www/diag_packet_capture.php, line: 339 -msgid "Reverse DNS Lookup" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 342 -msgid "" -"This check box will cause the packet capture to perform a reverse DNS lookup " -"associated with all IP addresses." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 343 -msgid "This option can cause delays for large packet captures." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 183 -# File: src/www/diag_packet_capture.php, line: 360 -# File: src/www/diag_packet_capture.php, line: 363 -msgid "Stop" -msgstr "Arrêter" - -# File: src/www/diag_packet_capture.php, line: 176 -# File: src/www/diag_packet_capture.php, line: 361 -# File: src/www/diag_packet_capture.php, line: 424 -# File: src/www/status_dhcp_leases.php, line: 339 -# File: src/www/status_dhcpv6_leases.php, line: 421 -# File: src/www/status_dhcpv6_leases.php, line: 517 -msgid "Start" -msgstr "Démarrer" - -# File: src/www/diag_packet_capture.php, line: 366 -msgid "View Capture" -msgstr "Visualiser la Capture" - -# File: src/www/diag_packet_capture.php, line: 72 -# File: src/www/diag_packet_capture.php, line: 367 -msgid "Download Capture" -msgstr "Télécharger une Capture" - -# File: src/www/diag_packet_capture.php, line: 461 -msgid "Delete Capture" -msgstr "Supprimer la capture" - -# File: src/www/diag_packet_capture.php, line: 479 -msgid "Capture output" -msgstr "Sortie de la capture" - -# File: src/www/diag_pf_info.php, line: 87 -msgid "Gathering PF information, please wait..." -msgstr "Rassemblement des informations PF, patientez s'il vous plaît." - -# File: src/www/diag_ping.php, line: 47 -msgid "Count must be between 1 and %s" -msgstr "Le nombre doit être compris entre 1 et %s" - -# File: src/www/diag_ping.php, line: 53 -# File: src/www/diag_traceroute.php, line: 58 -msgid "When using IPv4, the target host must be an IPv4 address or hostname." -msgstr "" -"Quand IPv4 est utilisé, l'hôte cible doit être une adresse IPv4 ou un nom." - -# File: src/www/diag_ping.php, line: 55 -# File: src/www/diag_traceroute.php, line: 60 -msgid "When using IPv6, the target host must be an IPv6 address or hostname." -msgstr "" -"Quand IPv6 est utilisé, l'hôte cible doit être une adresse IPv6 ou un nom." - -# File: src/www/diag_system_pftop.php, line: 126 -# File: src/www/interfaces.php, line: 2925 -# File: src/www/interfaces.php, line: 2936 -# File: src/www/interfaces.php, line: 2948 -# File: src/www/interfaces.php, line: 2978 -# File: src/www/interfaces.php, line: 2994 -# File: src/www/interfaces.php, line: 3010 -msgid "Default" -msgstr "Défaut" - -# File: src/www/diag_ping.php, line: 155 -msgid "Ping output" -msgstr "Sortie de Ping" - -# File: src/www/diag_resetstate.php, line: 40 -msgid "The state table has been flushed successfully." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 46 -msgid "The source tracking table has been flushed successfully." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 88 -msgid "Firewall state table" -msgstr "Table d'états du pare-feu" - -# File: src/www/diag_resetstate.php, line: 90 -msgid "" -"Resetting the state tables will remove all entries from the corresponding " -"tables. This means that all open connections will be broken and will have to " -"be re-established. This may be necessary after making substantial changes to " -"the firewall and/or NAT rules, especially if there are IP protocol mappings (" -"e.g. for PPTP or IPv6) with open connections." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 97 -msgid "" -"The firewall will normally leave the state tables intact when changing rules." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 100 -msgid "" -"NOTE: If you reset the firewall state table, the browser session may appear " -"to be hung after clicking "Reset". Simply refresh the page to " -"continue." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 107 -msgid "Firewall Source Tracking" -msgstr "" - -# File: src/www/diag_resetstate.php, line: 109 -msgid "" -"Resetting the source tracking table will remove all source/destination " -"associations. This means that the \"sticky\" source/destination association " -"will be cleared for all clients." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 113 -msgid "This does not clear active connection states, only source tracking." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 116 -# File: src/www/status_lb_pool.php, line: 228 -msgid "Reset" -msgstr "Réinitialiser" - -# File: src/www/diag_routes.php, line: 57 -# File: src/www/diag_routes.php, line: 161 -msgid "Routing tables" -msgstr "Tables de routage" - -# File: src/www/diag_routes.php, line: 171 -msgid "Name resolution" -msgstr "Résolution de nom" - -# File: src/www/diag_routes.php, line: 173 -msgid "Enable this to attempt to resolve names when displaying the tables." -msgstr "" -"Activez cette option pour tenter de résoudre les noms lors de l'affichage " -"des tableaux." - -# File: src/www/diag_routes.php, line: 199 -msgid "" -"By enabling name resolution, the query should take a bit longer. You can " -"stop it at any time by clicking the Stop button in your browser." -msgstr "" -"En activant la résolution de nom, la requête devrait prendre un peu plus " -"longtemps. Vous pouvez arrêter à tout moment en cliquant sur le bouton Stop " -"dans votre navigateur." - -# File: src/www/diag_routes.php, line: 177 -msgid "Number of rows" -msgstr "Nombres de lignes" - -# File: src/www/diag_routes.php, line: 180 -# File: src/www/diag_tables.php, line: 170 -msgid "all" -msgstr "tout" - -# File: src/www/diag_routes.php, line: 185 -msgid "Select how many rows to display." -msgstr "Sélectionnez le nombre de lignes à afficher." - -# File: src/www/diag_logs_filter.php, line: 234 -# File: src/www/diag_routes.php, line: 189 -msgid "Filter expression" -msgstr "Expression de filtrage" - -# File: src/www/diag_routes.php, line: 192 -msgid "Use a regular expression to filter IP address or hostnames." -msgstr "" -"Utilisez une expression régulière pour filtrer l'adresse IP ou les noms " -"d'hôtes." - -# File: src/www/diag_routes.php, line: 198 -# File: src/www/system_certmanager.php, line: 435 -# File: src/www/system_certmanager.php, line: 1095 -# File: src/www/system_certmanager.php, line: 1140 -msgid "Update" -msgstr "Mise à jour" - -# File: src/www/diag_routes.php, line: 221 -# File: src/www/diag_routes.php, line: 237 -msgid "Gathering data, please wait..." -msgstr "Rassemblement des données, patientez s'il vous plaît." - -# File: src/www/diag_smart.php, line: 68 -msgid "PASSED" -msgstr "PASSÉ" - -# File: src/www/diag_smart.php, line: 69 -msgid "FAILED" -msgstr "ÉCHOUÉ" - -# File: src/www/diag_smart.php, line: 70 -msgid "Warning" -msgstr "Attention" - -# File: src/www/diag_smart.php, line: 121 -# File: src/www/diag_smart.php, line: 466 -msgid "Abort" -msgstr "Abandonner" - -# File: src/www/diag_smart.php, line: 170 -msgid "Email sent to %s" -msgstr "Courriel envoyé à %s" - -# File: src/www/diag_smart.php, line: 208 -msgid "Information/Tests" -msgstr "Information/Tests" - -# File: src/www/diag_smart.php, line: 209 -# File: src/www/diag_smart.php, line: 220 -msgid "Config" -msgstr "Config" - -# File: src/www/diag_smart.php, line: 245 -msgid "Test email" -msgstr "Tester le courriel" - -# File: src/www/diag_smart.php, line: 250 -msgid "Send test email to %s" -msgstr "Envoyer le courriel de test à %s" - -# File: src/www/diag_smart.php, line: 258 -# File: src/www/services_wol.php, line: 158 -msgid "Send" -msgstr "Envoyer" - -# File: src/www/diag_smart.php, line: 293 -msgid "Info type" -msgstr "type d'Info " - -# File: src/www/diag_smart.php, line: 297 -msgid "SMART Capabilities" -msgstr "capacités SMART" - -# File: src/www/diag_smart.php, line: 298 -msgid "Attributes" -msgstr "Attributs" - -# File: src/www/diag_smart.php, line: 304 -# File: src/www/diag_smart.php, line: 357 -# File: src/www/diag_smart.php, line: 408 -# File: src/www/diag_smart.php, line: 450 -msgid "Device: /dev/" -msgstr "Périphérique: /dev/" - -# File: src/www/diag_smart.php, line: 320 -# File: src/www/diag_smart.php, line: 424 -msgid "View" -msgstr "Vue" - -# File: src/www/diag_smart.php, line: 337 -msgid "Perform Self-tests" -msgstr "Effectuer Auto-tests" - -# File: src/www/diag_smart.php, line: 346 -msgid "Test type" -msgstr "Type de test" - -# File: src/www/diag_smart.php, line: 349 -# File: src/www/status_gateway_groups.php, line: 132 -# File: src/www/status_gateways.php, line: 122 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 63 -msgid "Offline" -msgstr "Hors ligne" - -# File: src/www/diag_smart.php, line: 350 -msgid "Short" -msgstr "Court" - -# File: src/www/diag_smart.php, line: 351 -# File: src/www/diag_system_pftop.php, line: 128 -msgid "Long" -msgstr "Long" - -# File: src/www/diag_smart.php, line: 352 -msgid "Conveyance (ATA Disks Only)" -msgstr "Transport (Seuls les disques ATA)" - -# File: src/www/diag_smart.php, line: 390 -msgid "View Logs" -msgstr "Afficher les journaux" - -# File: src/www/diag_smart.php, line: 399 -msgid "Log type" -msgstr "Type de journal" - -# File: src/www/diag_smart.php, line: 402 -msgid "Error" -msgstr "Erreur" - -# File: src/www/diag_smart.php, line: 403 -msgid "Self-test" -msgstr "Auto-tests" - -# File: src/www/diag_smart.php, line: 441 -msgid "Abort tests" -msgstr "Annuler les tests" - -# File: src/www/diag_smart.php, line: 466 -msgid "Do you really want to abort the test?" -msgstr "Vous-vous vraiment annuler le test ?" - -# File: src/www/diag_smart.php, line: 485 -msgid "Back" -msgstr "Retour" - -# File: src/www/diag_sockets.php, line: 41 -msgid "Show all socket connections" -msgstr "" - -# File: src/www/diag_sockets.php, line: 41 -msgid "Show only listening sockets" -msgstr "" - -# File: src/www/diag_sockets.php, line: 52 -msgid "Information about listening sockets for both %sIPv4%s and %sIPv6%s." -msgstr "" - -# File: src/www/diag_sockets.php, line: 53 -msgid "" -"For explanation about the meaning of the information listed for each socket " -"click %shere%s." -msgstr "" - -# File: src/www/diag_sockets.php, line: 54 -msgid "" -"To show information about both listening and connected sockets click this." -msgstr "" - -# File: src/www/diag_sockets.php, line: 123 -msgid "" -"This page show the output for the commands: \"sockstat -4lL\" and \"sockstat " -"-6lL\".%sOr in case of showing all sockets the output for: \"sockstat -4\" " -"and \"sockstat -6\".%s%sThe information listed for each socket is:" -msgstr "" - -# File: src/www/diag_sockets.php, line: 129 -msgid "The user who owns the socket." -msgstr "" - -# File: src/www/diag_sockets.php, line: 130 -msgid "The command which holds the socket." -msgstr "" - -# File: src/www/diag_sockets.php, line: 131 -msgid "The process ID of the command which holds the socket." -msgstr "" - -# File: src/www/diag_sockets.php, line: 132 -msgid "The file descriptor number of the socket." -msgstr "" - -# File: src/www/diag_sockets.php, line: 133 -msgid "" -"The transport protocol associated with the socket for Internet sockets, or " -"the type of socket (stream or data-gram) for UNIX sockets." -msgstr "" - -# File: src/www/diag_sockets.php, line: 134 -msgid "" -"(UNIX sockets only) For bound sockets, this is the file-name of the socket. %" -"sFor other sockets, it is the name, PID and file descriptor number of the " -"peer, or ``(none)'' if the socket is neither bound nor connected." -msgstr "" - -# File: src/www/diag_sockets.php, line: 135 -msgid "" -"(Internet sockets only) The address the local end of the socket is bound to (" -"see getsockname(2))." -msgstr "" - -# File: src/www/diag_sockets.php, line: 136 -msgid "" -"(Internet sockets only) The address the foreign end of the socket is bound " -"to (see getpeername(2))." -msgstr "" - -# File: src/www/diag_dump_states.php, line: 117 -# File: src/www/diag_dump_states_sources.php, line: 99 -# File: src/www/diag_resetstate.php, line: 67 -# File: src/www/diag_states_summary.php, line: 144 -# File: src/www/diag_states_summary.php, line: 146 -msgid "States" -msgstr "États" - -# File: src/www/diag_states_summary.php, line: 147 -msgid "Src Ports" -msgstr "Ports Src" - -# File: src/www/diag_states_summary.php, line: 148 -msgid "Dst Ports" -msgstr "Ports Dst" - -# File: src/www/diag_states_summary.php, line: 194 -msgid "By Source IP" -msgstr "Par IP source" - -# File: src/www/diag_states_summary.php, line: 195 -msgid "By Destination IP" -msgstr "Par IP destination" - -# File: src/www/diag_states_summary.php, line: 196 -msgid "Total per IP" -msgstr "Total par IP" - -# File: src/www/diag_states_summary.php, line: 197 -msgid "By IP Pair" -msgstr "Par paire d'IP" - -# File: src/www/diag_system_pftop.php, line: 118 -msgid "View type:" -msgstr "Type de vue:" - -# File: src/www/diag_system_pftop.php, line: 119 -msgid "Sort type:" -msgstr "Type de tri :" - -# File: src/www/diag_system_pftop.php, line: 120 -msgid "Number of States:" -msgstr "Nombres d'États:" - -# File: src/www/diag_system_pftop.php, line: 127 -msgid "Label" -msgstr "Label" - -# File: src/www/diag_system_pftop.php, line: 131 -msgid "Speed" -msgstr "Vitesse" - -# File: src/www/diag_system_pftop.php, line: 136 -msgid "Age" -msgstr "Age" - -# File: src/www/diag_system_pftop.php, line: 137 -msgid "Bytes" -msgstr "Octets" - -# File: src/www/diag_system_pftop.php, line: 138 -msgid "Destination Address" -msgstr "Adresse de Destination" - -# File: src/www/diag_system_pftop.php, line: 140 -msgid "Expiry" -msgstr "expiration" - -# File: src/www/diag_system_pftop.php, line: 142 -msgid "Peak" -msgstr "Pic" - -# File: src/www/diag_system_pftop.php, line: 143 -msgid "Packet" -msgstr "Paquet" - -# File: src/www/diag_system_pftop.php, line: 177 -msgid "Gathering pfTOP activity, please wait..." -msgstr "Rassemblement de l'activité pfTOP, patientez s'il vous plaît." - -# File: src/www/diag_tables.php, line: 53 -msgid "The bogons database has NOT been updated." -msgstr "" - -# File: src/www/diag_tables.php, line: 76 -msgid "The bogons database has been updated." -msgstr "" - -# File: src/www/diag_tables.php, line: 33 -msgid "Tables" -msgstr "Tables" - -# File: src/www/diag_tables.php, line: 130 -msgid "Do you really want to flush this table?" -msgstr "Voulez-vous vraiment vider cette table ?" - -# File: src/www/diag_tables.php, line: 164 -msgid "Flush" -msgstr "Vider" - -# File: src/www/diag_tables.php, line: 166 -msgid "Update bogons" -msgstr "" - -# File: src/www/diag_dns.php, line: 150 -# File: src/www/diag_tables.php, line: 138 -# File: src/www/interfaces_ppps_edit.php, line: 678 -# File: src/www/load_balancer_virtual_server.php, line: 132 -# File: src/www/load_balancer_virtual_server_edit.php, line: 61 -# File: src/www/load_balancer_virtual_server_edit.php, line: 66 -# File: src/www/load_balancer_virtual_server_edit.php, line: 179 -# File: src/www/system_advanced_notifications.php, line: 228 -msgid "IP Address" -msgstr "Adresse IP" - -# File: src/www/diag_tables.php, line: 158 -# File: src/www/diag_tables.php, line: 160 -msgid "No entries exist in this table." -msgstr "" - -# File: src/www/diag_tables.php, line: 187 -msgid "delete this entry" -msgstr "supprimer cette entrée" - -# File: src/www/diag_testport.php, line: 47 -msgid "Please enter a valid IP or hostname." -msgstr "Veuillez entrer une IP ou nom d'hôte valide." - -# File: src/www/diag_testport.php, line: 51 -msgid "Please enter a valid port number." -msgstr "Veuillez entrer un numéro de port valide." - -# File: src/www/diag_testport.php, line: 55 -msgid "Please enter a valid source port number, or leave the field blank." -msgstr "" - -# File: src/www/diag_testport.php, line: 59 -msgid "You cannot connect to an IPv4 address using IPv6." -msgstr "Vous ne pouvez pas vous connecter à une adresse IPv4 en utilisant IPv6." - -# File: src/www/diag_testport.php, line: 62 -msgid "You cannot connect to an IPv6 address using IPv4." -msgstr "Vous ne pouvez pas vous connecter à une adresse IPv6 en utilisant IPv4." - -# File: src/www/diag_testport.php, line: 92 -msgid "" -"This page allows you to perform a simple TCP connection test to determine if " -"a host is up and accepting connections on a given port. This test does not " -"function for UDP since there is no way to reliably determine if a UDP port " -"accepts connections in this manner." -msgstr "" - -# File: src/www/diag_testport.php, line: 94 -msgid "" -"No data is transmitted to the remote host during this test, it will only " -"attempt to open a connection and optionally display the data sent back from " -"the server." -msgstr "" - -# File: src/www/diag_testport.php, line: 161 -msgid "" -"If you force IPv4 or IPv6 and use a hostname that does not contain a result " -"using that protocol,
it will result in an error. For example if you " -"force IPv4 and use a hostname that only returns an AAAA IPv6 IP address, it " -"will not work." -msgstr "" - -# File: src/www/diag_testport.php, line: 121 -msgid "This should typically be left blank." -msgstr "" - -# File: src/www/diag_testport.php, line: 125 -msgid "Show Remote Text" -msgstr "" - -# File: src/www/diag_testport.php, line: 127 -msgid "" -"Shows the text given by the server when connecting to the port. Will take 10+" -" seconds to display if checked." -msgstr "" - -# File: src/www/diag_testport.php, line: 193 -msgid "Port Test Results" -msgstr "" - -# File: src/www/diag_testport.php, line: 268 -msgid "" -"No output received, or connection failed. Try with \"Show Remote Text\" " -"unchecked first." -msgstr "" - -# File: src/www/diag_testport.php, line: 270 -msgid "Connection failed (Refused/Timeout)" -msgstr "" - -# File: src/www/diag_traceroute.php, line: 49 -msgid "ttl" -msgstr "ttl" - -# File: src/www/diag_traceroute.php, line: 53 -msgid "Maximum number of hops must be between 1 and %s" -msgstr "" - -# File: src/www/diag_traceroute.php, line: 130 -msgid "Maximum number of hops" -msgstr "" - -# File: src/www/diag_traceroute.php, line: 138 -msgid "Reverse Address Lookup" -msgstr "" - -# File: src/www/diag_traceroute.php, line: 142 -msgid "Use ICMP" -msgstr "Utiliser ICMP" - -# File: src/www/diag_traceroute.php, line: 153 -# File: src/www/firewall_rules_edit.php, line: 791 -# File: src/www/services_ntpd_gps.php, line: 400 -# File: src/www/services_ntpd_gps.php, line: 401 -msgid "Note: " -msgstr "Remarque: " - -# File: src/www/diag_traceroute.php, line: 154 -msgid "" -"Traceroute may take a while to complete. You may hit the Stop button on your " -"browser at any time to see the progress of failed traceroutes." -msgstr "" - -# File: src/www/diag_traceroute.php, line: 156 -msgid "" -"Using a source interface/IP address that does not match selected type (IPv4, " -"IPv6) will result in an error or empty output." -msgstr "" - -# File: src/www/diag_traceroute.php, line: 180 -msgid "Traceroute output" -msgstr "" - -# File: src/www/fbegin.inc, line: 141 -msgid "Help for items on this page" -msgstr "Aide pour les éléments de cette page" - -# File: src/www/fbegin.inc, line: 216 -msgid "Save Settings" -msgstr "Sauvegarder les paramètres" - -# File: src/www/fbegin.inc, line: 258 -msgid "Add widget" -msgstr "Ajouter un widget" - -# File: src/www/firewall_aliases.php, line: 98 -msgid "Cannot delete alias. Currently in use by %s" -msgstr "Impossible de supprimer l'alias. Il est en cours d'utilisation par %s" - -# File: src/www/firewall_aliases.php, line: 152 -msgid "Add a new alias" -msgstr "Ajouter un nouvel alias" - -# File: src/www/firewall_aliases.php, line: 256 -msgid "" -"Do you really want to delete this alias? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" -"Voulez-vous vraiment supprimer cet alias ? Tous les éléments qui l'utilise " -"deviendront invalides (par exemple les règles de filtrage)!" - -# File: src/www/firewall_aliases.php, line: 168 -msgid "The alias list has been changed." -msgstr "" - -# File: src/www/firewall_aliases.php, line: 168 -# File: src/www/firewall_nat.php, line: 193 -# File: src/www/firewall_nat_1to1.php, line: 156 -# File: src/www/firewall_nat_npt.php, line: 84 -# File: src/www/firewall_nat_out.php, line: 215 -# File: src/www/firewall_virtual_ip.php, line: 200 -# File: src/www/interfaces.php, line: 1566 -# File: src/www/load_balancer_monitor.php, line: 96 -# File: src/www/load_balancer_relay_protocol.php, line: 105 -# File: src/www/load_balancer_setting.php, line: 101 -# File: src/www/load_balancer_virtual_server.php, line: 106 -# File: src/www/services_captiveportal_zones.php, line: 79 -# File: src/www/services_dhcp.php, line: 685 -# File: src/www/services_dhcpv6.php, line: 448 -# File: src/www/services_dnsmasq.php, line: 175 -# File: src/www/services_igmpproxy.php, line: 84 -# File: src/www/services_unbound.php, line: 191 -# File: src/www/services_unbound_advanced.php, line: 132 -# File: src/www/system_gateways.php, line: 214 -# File: src/www/vpn_ipsec.php, line: 253 -# File: src/www/vpn_ipsec_keys.php, line: 93 -# File: src/www/vpn_ipsec_mobile.php, line: 365 -# File: src/www/vpn_pppoe.php, line: 104 -msgid "You must apply the changes in order for them to take effect." -msgstr "Vous devez appliquer les modifications afin qu'elles prennent effet." - -# File: src/www/firewall_aliases.php, line: 192 -# File: src/www/services_igmpproxy.php, line: 98 -msgid "Values" -msgstr "Valeurs" - -# File: src/www/firewall_aliases.php, line: 254 -msgid "Edit alias" -msgstr "Éditer alias" - -# File: src/www/firewall_schedule.php, line: 226 -msgid "delete alias" -msgstr "Effacer alias" - -# File: src/www/firewall_aliases.php, line: 270 -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 changes. You can enter the name of an alias instead of the " -"host, network or port in all fields that have a red background. The alias " -"will be resolved according to 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." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 182 -# File: src/www/firewall_aliases_edit.php, line: 224 -# File: src/www/firewall_aliases_edit.php, line: 313 -msgid "Entry added %s" -msgstr "Entrée ajoutée %s" - -# File: src/www/firewall_aliases_edit.php, line: 140 -# File: src/www/firewall_aliases_import.php, line: 74 -msgid "Cannot use a reserved keyword as alias name %s" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 145 -# File: src/www/firewall_aliases_import.php, line: 79 -msgid "An interface description with this name already exists." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 125 -msgid "" -"The alias name must be less than 32 characters long and may only consist of " -"the characters" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 139 -msgid "Update Frequency should be a number" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 131 -# File: src/www/firewall_aliases_import.php, line: 68 -msgid "An alias with this name already exists." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 156 -msgid "Alias type may not be changed for an existing alias." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 168 -msgid "You must provide a valid URL." -msgstr "Vous devez fournir une URL valide." - -# File: src/www/firewall_aliases_edit.php, line: 464 -msgid "IP or FQDN" -msgstr "IP ou FQDN" - -# File: src/www/firewall_aliases_edit.php, line: 463 -# File: src/www/firewall_aliases_edit.php, line: 668 -# File: src/www/firewall_aliases_edit.php, line: 680 -msgid "Host(s)" -msgstr "Hôte(s)" - -# File: src/www/firewall_aliases_edit.php, line: 460 -# File: src/www/firewall_aliases_edit.php, line: 669 -msgid "Network(s)" -msgstr "Réseau(x)" - -# File: src/www/firewall_aliases_edit.php, line: 465 -# File: src/www/firewall_aliases_edit.php, line: 670 -msgid "Port(s)" -msgstr "Port(s)" - -# File: src/www/firewall_aliases_edit.php, line: 619 -msgid "Alias Edit" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 650 -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z, 0-9 and " -"_\"." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 660 -# File: src/www/firewall_nat_1to1_edit.php, line: 542 -# File: src/www/firewall_nat_edit.php, line: 796 -# File: src/www/firewall_nat_npt_edit.php, line: 284 -# File: src/www/firewall_nat_out_edit.php, line: 797 -# File: src/www/firewall_schedule_edit.php, line: 807 -# File: src/www/firewall_schedule_edit.php, line: 984 -# File: src/www/firewall_virtual_ip_edit.php, line: 462 -# File: src/www/interfaces_gif_edit.php, line: 236 -# File: src/www/interfaces_gre_edit.php, line: 241 -# File: src/www/interfaces_groups_edit.php, line: 266 -# File: src/www/interfaces_qinq_edit.php, line: 339 -# File: src/www/interfaces_vlan_edit.php, line: 205 -# File: src/www/interfaces_wireless_edit.php, line: 192 -# File: src/www/services_dhcp_edit.php, line: 415 -# File: src/www/services_dhcpv6_edit.php, line: 238 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 160 -# File: src/www/services_dnsmasq_edit.php, line: 226 -# File: src/www/services_igmpproxy_edit.php, line: 180 -# File: src/www/services_unbound_domainoverride_edit.php, line: 155 -# File: src/www/services_unbound_host_edit.php, line: 228 -# File: src/www/services_wol_edit.php, line: 161 -# File: src/www/system_gateway_groups_edit.php, line: 357 -# File: src/www/system_routes_edit.php, line: 364 -msgid "You may enter a description here for your reference (not parsed)." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 467 -# File: src/www/firewall_aliases_edit.php, line: 672 -msgid "URL (IPs)" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 468 -# File: src/www/firewall_aliases_edit.php, line: 673 -msgid "URL (Ports)" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 469 -# File: src/www/firewall_aliases_edit.php, line: 674 -msgid "URL Table (IPs)" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 470 -# File: src/www/firewall_aliases_edit.php, line: 675 -msgid "URL Table (Ports)" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 690 -# File: src/www/firewall_nat_1to1_edit.php, line: 382 -# File: src/www/firewall_nat_1to1_edit.php, line: 464 -# File: src/www/firewall_nat_edit.php, line: 559 -# File: src/www/firewall_nat_edit.php, line: 657 -# File: src/www/firewall_nat_out_edit.php, line: 538 -# File: src/www/firewall_nat_out_edit.php, line: 597 -# File: src/www/firewall_rules_edit.php, line: 968 -# File: src/www/firewall_rules_edit.php, line: 1071 -# File: src/www/firewall_virtual_ip_edit.php, line: 382 -# File: src/www/services_igmpproxy_edit.php, line: 223 -# File: src/www/services_opendns.php, line: 167 -# File: src/www/services_unbound_acls.php, line: 233 -# File: src/www/system_routes.php, line: 248 -# File: src/www/vpn_ipsec_mobile.php, line: 486 -# File: src/www/vpn_ipsec_phase2.php, line: 587 -# File: src/www/vpn_ipsec_phase2.php, line: 636 -# File: src/www/vpn_ipsec_phase2.php, line: 696 -msgid "Network" -msgstr "Réseau" - -# File: src/www/firewall_aliases_edit.php, line: 471 -msgid "Update Freq. (days)" -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 229 -msgid "Networks" -msgstr "Réseaux" - -# File: src/www/firewall_aliases_edit.php, line: 473 -msgid "" -"Networks are specified in CIDR format. Select the CIDR mask that pertains " -"to each entry. /32 specifies a single IPv4 host, /128 specifies a single " -"IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, " -"etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 or /" -"128 for IPv6. You may also enter an IP range such as 192.168.1.1-" -"192.168.1.254 and a list of CIDR networks will be derived to fill the range." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 474 -msgid "" -"Enter as many hosts as you would like. Hosts must be specified by their IP " -"address or fully qualified domain name (FQDN). FQDN hostnames are " -"periodically re-resolved and updated. If multiple IPs are returned by a DNS " -"query, all are used." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 475 -msgid "" -"Enter as many ports as you wish. Port ranges can be expressed by separating " -"with a colon." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 456 -msgid "URL's" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 459 -msgid "" -"Enter a URL containing a large number of IPs,ports and/or Subnets. After " -"saving the lists will be downloaded and scheduled for automatic updates when " -"a frequency is provided." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 746 -# File: src/www/firewall_aliases_import.php, line: 218 -# File: src/www/firewall_nat_1to1_edit.php, line: 566 -# File: src/www/firewall_nat_edit.php, line: 897 -# File: src/www/firewall_nat_npt_edit.php, line: 291 -# File: src/www/firewall_nat_out_edit.php, line: 839 -# File: src/www/firewall_rules_edit.php, line: 1173 -# File: src/www/firewall_rules_edit.php, line: 1470 -# File: src/www/firewall_schedule_edit.php, line: 1177 -# File: src/www/firewall_virtual_ip_edit.php, line: 468 -# File: src/www/interfaces.php, line: 1810 -# File: src/www/interfaces.php, line: 1920 -# File: src/www/interfaces.php, line: 3333 -# File: src/www/interfaces_bridge_edit.php, line: 613 -# File: src/www/interfaces_gif_edit.php, line: 244 -# File: src/www/interfaces_gre_edit.php, line: 249 -# File: src/www/interfaces_groups_edit.php, line: 334 -# File: src/www/interfaces_lagg_edit.php, line: 239 -# File: src/www/interfaces_ppps_edit.php, line: 801 -# File: src/www/interfaces_qinq_edit.php, line: 388 -# File: src/www/interfaces_vlan_edit.php, line: 213 -# File: src/www/interfaces_wireless_edit.php, line: 201 -# File: src/www/load_balancer_monitor_edit.php, line: 359 -# File: src/www/load_balancer_pool_edit.php, line: 335 -# File: src/www/load_balancer_relay_action_edit.php, line: 559 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 283 -# File: src/www/load_balancer_virtual_server_edit.php, line: 281 -# File: src/www/pkg_edit.php, line: 953 -# File: src/www/services_captiveportal.php, line: 1056 -# File: src/www/services_captiveportal_vouchers.php, line: 551 -# File: src/www/services_dhcp_edit.php, line: 532 -# File: src/www/services_dhcpv6_edit.php, line: 245 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 167 -# File: src/www/services_dnsmasq_edit.php, line: 290 -# File: src/www/services_dyndns_edit.php, line: 438 -# File: src/www/services_igmpproxy_edit.php, line: 276 -# File: src/www/services_rfc2136_edit.php, line: 227 -# File: src/www/services_unbound_acls.php, line: 297 -# File: src/www/services_unbound_domainoverride_edit.php, line: 163 -# File: src/www/services_unbound_host_edit.php, line: 292 -# File: src/www/services_wol_edit.php, line: 168 -# File: src/www/system_advanced_sysctl.php, line: 242 -# File: src/www/system_gateway_groups_edit.php, line: 364 -# File: src/www/system_gateways_edit.php, line: 931 -# File: src/www/system_groupmanager.php, line: 437 -# File: src/www/system_groupmanager_addprivs.php, line: 221 -# File: src/www/system_hasync.php, line: 375 -# File: src/www/system_routes_edit.php, line: 341 -# File: src/www/system_routes_edit.php, line: 371 -# File: src/www/system_usermanager.php, line: 871 -# File: src/www/system_usermanager_addprivs.php, line: 188 -# File: src/www/vpn_l2tp_users_edit.php, line: 205 -# File: src/www/vpn_pppoe_edit.php, line: 659 -msgid "Cancel" -msgstr "Annuler" - -# File: src/www/firewall_aliases_import.php, line: 64 -msgid "The alias name may only consist of the characters" -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 103 -msgid "%s is not an IP address. Please correct the error to continue" -msgstr "%s n'est pas une adresse IP. Veuillez corriger l'erreur pour continuer" - -# File: src/www/firewall_aliases_import.php, line: 169 -msgid "Alias Import" -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 177 -msgid "Alias Name" -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 182 -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z and 0-9\"" -"." -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 192 -# File: src/www/interfaces_lagg_edit.php, line: 231 -# File: src/www/services_captiveportal_ip_edit.php, line: 214 -# File: src/www/services_captiveportal_mac_edit.php, line: 237 -# File: src/www/services_captiveportal_zones_edit.php, line: 116 -# File: src/www/system_gateways_edit.php, line: 924 -# File: src/www/vpn_ipsec_phase1.php, line: 720 -# File: src/www/vpn_ipsec_phase2.php, line: 730 -# File: src/www/vpn_openvpn_client.php, line: 737 -# File: src/www/vpn_openvpn_csc.php, line: 405 -# File: src/www/vpn_openvpn_server.php, line: 994 -msgid "You may enter a description here for your reference (not parsed)" -msgstr "" -"Vous pouvez entrer ici une description pour votre référence (non utilisée " -"par le système)" - -# File: src/www/firewall_aliases_import.php, line: 197 -msgid "Aliases to import" -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 202 -msgid "" -"Paste in the aliases to import separated by a carriage return. Common " -"examples are lists of IPs, networks, blacklists, etc." -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 204 -msgid "" -"The list may contain IP addresses, with or without CIDR prefix, IP ranges, " -"blank lines (ignored) and an optional description after each IP. e.g.:" -msgstr "" - -# File: src/www/load_balancer_relay_protocol_edit.php, line: 254 -# File: src/www/system_crlmanager.php, line: 585 -msgid "Add" -msgstr "Ajouter" - -# File: src/www/firewall_nat.php, line: 339 -# File: src/www/firewall_nat_1to1.php, line: 247 -# File: src/www/firewall_nat_out.php, line: 434 -# File: src/www/system_routes.php, line: 331 -msgid "Do you really want to delete this rule?" -msgstr "Voulez-vous vraiment supprimer cette règle ?" - -# File: src/www/firewall_nat.php, line: 357 -# File: src/www/firewall_nat.php, line: 379 -# File: src/www/firewall_rules.php, line: 422 -# File: src/www/firewall_rules.php, line: 805 -msgid "Do you really want to delete the selected rules?" -msgstr "Voulez-vous vraiment supprimer les règles sélectionnées ?" - -# File: src/www/firewall_nat.php, line: 193 -# File: src/www/firewall_nat_npt.php, line: 84 -msgid "The NAT configuration has been changed" -msgstr "La configuration NAT a été modifiée" - -# File: src/www/firewall_nat_1to1_edit.php, line: 406 -# File: src/www/firewall_nat_1to1_edit.php, line: 496 -# File: src/www/firewall_nat_edit.php, line: 574 -# File: src/www/firewall_nat_edit.php, line: 673 -# File: src/www/firewall_rules_edit.php, line: 986 -# File: src/www/firewall_rules_edit.php, line: 1087 -msgid "address" -msgstr "adresse" - -# File: src/www/firewall_rules.php, line: 448 -msgid "Anti-Lockout Rule" -msgstr "Règle anti-Lockout" - -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "disable rule" -msgstr "désactiver la règle" - -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "enable rule" -msgstr "activer la règle" - -# File: src/www/firewall_nat.php, line: 333 -# File: src/www/firewall_nat.php, line: 347 -# File: src/www/firewall_nat.php, line: 361 -# File: src/www/firewall_nat.php, line: 375 -# File: src/www/firewall_nat.php, line: 404 -# File: src/www/firewall_nat_1to1.php, line: 239 -# File: src/www/firewall_nat_1to1.php, line: 252 -# File: src/www/firewall_nat_out.php, line: 384 -# File: src/www/firewall_nat_out.php, line: 402 -# File: src/www/firewall_nat_out.php, line: 430 -# File: src/www/firewall_rules.php, line: 490 -# File: src/www/firewall_rules.php, line: 504 -# File: src/www/firewall_rules.php, line: 518 -# File: src/www/firewall_rules.php, line: 532 -msgid "edit alias" -msgstr "" - -# File: src/www/firewall_nat.php, line: 337 -# File: src/www/firewall_nat_out.php, line: 431 -# File: src/www/firewall_rules.php, line: 450 -# File: src/www/firewall_rules.php, line: 473 -# File: src/www/firewall_rules.php, line: 496 -# File: src/www/firewall_rules.php, line: 764 -# File: src/www/system_routes.php, line: 319 -msgid "move selected rules before this rule" -msgstr "déplacer les règles sélectionnées avant cette règle" - -# File: src/www/firewall_nat_npt.php, line: 154 -# File: src/www/firewall_rules.php, line: 451 -# File: src/www/firewall_rules.php, line: 475 -# File: src/www/firewall_rules.php, line: 498 -# File: src/www/firewall_rules.php, line: 765 -# File: src/www/system_routes.php, line: 324 -msgid "edit rule" -msgstr "éditer la règle" - -# File: src/www/firewall_nat.php, line: 423 -# File: src/www/firewall_nat_1to1.php, line: 269 -# File: src/www/firewall_nat_npt.php, line: 241 -# File: src/www/firewall_nat_out.php, line: 453 -# File: src/www/firewall_rules.php, line: 585 -msgid "delete rule" -msgstr "supprimer la règle" - -# File: src/www/firewall_nat.php, line: 426 -# File: src/www/firewall_nat_1to1.php, line: 272 -# File: src/www/firewall_nat_npt.php, line: 244 -# File: src/www/firewall_nat_out.php, line: 456 -# File: src/www/firewall_rules.php, line: 588 -msgid "clone rule" -msgstr "dupliquer la règle" - -# File: src/www/firewall_nat.php, line: 351 -# File: src/www/firewall_rules.php, line: 804 -msgid "move selected rules to end" -msgstr "déplacer les règles sélectionnées à la fin" - -# File: src/www/firewall_nat.php, line: 355 -# File: src/www/firewall_nat.php, line: 357 -# File: src/www/firewall_nat.php, line: 379 -# File: src/www/firewall_nat_1to1.php, line: 276 -# File: src/www/firewall_nat_out.php, line: 466 -# File: src/www/firewall_rules.php, line: 422 -# File: src/www/firewall_rules.php, line: 805 -msgid "delete selected rules" -msgstr "supprimer les règles sélectionnées" - -# File: src/www/firewall_nat.php, line: 359 -# File: src/www/firewall_rules.php, line: 424 -# File: src/www/firewall_rules.php, line: 806 -msgid "add new rule" -msgstr "ajouter une nouvelle règle" - -# File: src/www/firewall_nat.php, line: 426 -# File: src/www/firewall_nat_1to1.php, line: 306 -# File: src/www/firewall_nat_npt.php, line: 288 -# File: src/www/firewall_nat_out.php, line: 476 -msgid "Enabled rule" -msgstr "Règle activé" - -# File: src/www/firewall_nat.php, line: 430 -# File: src/www/firewall_nat_1to1.php, line: 310 -# File: src/www/firewall_nat_npt.php, line: 292 -# File: src/www/firewall_nat_out.php, line: 480 -msgid "Disabled rule" -msgstr "Règle désactivé" - -# File: src/www/firewall_nat.php, line: 434 -msgid "No redirect" -msgstr "Non redirigé" - -# File: src/www/firewall_nat.php, line: 371 -msgid "linked rule" -msgstr "règle liée" - -# File: src/www/firewall_nat.php, line: 442 -# File: src/www/firewall_nat_1to1.php, line: 314 -# File: src/www/firewall_rules.php, line: 579 -msgid "Alias (click to view/edit)" -msgstr "Alias (cliquer pour visualiser/éditer)" - -# File: src/www/firewall_nat_1to1.php, line: 90 -msgid "Toggled NAT rule" -msgstr "" - -# File: src/www/firewall_nat_1to1.php, line: 136 -msgid "add rule" -msgstr "ajouter une règle" - -# File: src/www/firewall_nat_1to1.php, line: 154 -# File: src/www/firewall_nat_out.php, line: 215 -msgid "The NAT configuration has been changed." -msgstr "La configuration NAT a été changée." - -# File: src/www/firewall_nat_1to1.php, line: 182 -msgid "External IP" -msgstr "IP Externe" - -# File: src/www/firewall_nat_1to1.php, line: 183 -# File: src/www/firewall_nat_1to1_edit.php, line: 362 -# File: src/www/status_upnp.php, line: 76 -msgid "Internal IP" -msgstr "IP Interne" - -# File: src/www/firewall_nat_1to1.php, line: 184 -msgid "Destination IP" -msgstr "IP de Destination" - -# File: src/www/firewall_nat_1to1.php, line: 266 -msgid "edit rule " -msgstr "éditer la règle " - -# File: src/www/firewall_nat_1to1.php, line: 291 -msgid "Depending on the way your WAN connection is setup, you may also need a" -msgstr "" - -# File: src/www/firewall_nat_1to1.php, line: 292 -msgid "Virtual IP." -msgstr "IP Virtuelle." - -# File: src/www/firewall_nat_1to1.php, line: 293 -msgid "" -"If you add a 1:1 NAT entry for any of the interface IPs on this system, it " -"will make this system inaccessible on that IP address. i.e. if you use your " -"WAN IP address, any services on this system (IPsec, OpenVPN server, etc.) " -"using the WAN IP address will no longer function." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 378 -# File: src/www/firewall_nat_1to1_edit.php, line: 459 -# File: src/www/firewall_nat_edit.php, line: 557 -# File: src/www/firewall_nat_edit.php, line: 613 -# File: src/www/firewall_nat_edit.php, line: 626 -# File: src/www/firewall_nat_edit.php, line: 655 -# File: src/www/firewall_nat_out_edit.php, line: 536 -# File: src/www/firewall_nat_out_edit.php, line: 594 -# File: src/www/firewall_rules.php, line: 117 -# File: src/www/firewall_rules_edit.php, line: 917 -# File: src/www/firewall_rules_edit.php, line: 960 -# File: src/www/firewall_rules_edit.php, line: 1021 -# File: src/www/firewall_rules_edit.php, line: 1034 -# File: src/www/firewall_rules_edit.php, line: 1044 -# File: src/www/firewall_rules_edit.php, line: 1063 -# File: src/www/firewall_rules_edit.php, line: 1120 -# File: src/www/firewall_rules_edit.php, line: 1133 -msgid "any" -msgstr "Tout" - -# File: src/www/firewall_nat_1to1_edit.php, line: 386 -# File: src/www/firewall_nat_1to1_edit.php, line: 470 -# File: src/www/firewall_nat_edit.php, line: 561 -# File: src/www/firewall_nat_edit.php, line: 660 -# File: src/www/firewall_rules_edit.php, line: 973 -# File: src/www/firewall_rules_edit.php, line: 1074 -msgid "PPTP clients" -msgstr "Clients PPTP" - -# File: src/www/firewall_nat_1to1_edit.php, line: 391 -# File: src/www/firewall_nat_1to1_edit.php, line: 477 -# File: src/www/firewall_nat_edit.php, line: 564 -# File: src/www/firewall_nat_edit.php, line: 663 -# File: src/www/firewall_rules_edit.php, line: 976 -# File: src/www/firewall_rules_edit.php, line: 1077 -msgid "PPPoE clients" -msgstr "Clients PPPoE" - -# File: src/www/firewall_nat_1to1_edit.php, line: 396 -# File: src/www/firewall_nat_1to1_edit.php, line: 484 -# File: src/www/firewall_nat_edit.php, line: 567 -# File: src/www/firewall_nat_edit.php, line: 666 -# File: src/www/firewall_rules_edit.php, line: 979 -# File: src/www/firewall_rules_edit.php, line: 1080 -msgid "L2TP clients" -msgstr "Clients L2TP" - -# File: src/www/firewall_nat_1to1_edit.php, line: 403 -# File: src/www/firewall_nat_1to1_edit.php, line: 493 -# File: src/www/firewall_nat_edit.php, line: 572 -# File: src/www/firewall_nat_edit.php, line: 671 -# File: src/www/firewall_rules_edit.php, line: 984 -# File: src/www/firewall_rules_edit.php, line: 1085 -msgid "net" -msgstr "net" - -# File: src/www/firewall_nat_1to1_edit.php, line: 96 -# File: src/www/firewall_nat_out_edit.php, line: 129 -msgid "" -"Invalid characters detected (%s). Please remove invalid characters and save " -"again." -msgstr "" -"Des caractères invalides ont été détectés (%s). Veuillez supprimer les " -"caractères invalides et sauvegarder de nouveau." - -# File: src/www/firewall_nat_1to1_edit.php, line: 108 -# File: src/www/firewall_nat_edit.php, line: 193 -msgid "Destination address" -msgstr "Adresse de destination" - -# File: src/www/firewall_nat_1to1_edit.php, line: 101 -msgid "External subnet" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 104 -# File: src/www/firewall_nat_edit.php, line: 189 -msgid "Source address" -msgstr "Adresse source" - -# File: src/www/firewall_nat_1to1_edit.php, line: 139 -msgid "A valid external subnet must be specified." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 243 -# File: src/www/firewall_rules_edit.php, line: 420 -msgid "%s is not a valid source IP address or alias." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 246 -# File: src/www/firewall_nat_out_edit.php, line: 168 -# File: src/www/firewall_rules_edit.php, line: 423 -msgid "A valid source bit count must be specified." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 158 -# File: src/www/firewall_nat_edit.php, line: 251 -# File: src/www/firewall_rules_edit.php, line: 428 -msgid "%s is not a valid destination IP address or alias." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 161 -# File: src/www/firewall_nat_edit.php, line: 254 -# File: src/www/firewall_nat_out_edit.php, line: 176 -# File: src/www/firewall_rules_edit.php, line: 431 -msgid "A valid destination bit count must be specified." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 298 -msgid "Edit NAT 1:1 entry" -msgstr "Éditer NAT 1:1" - -# File: src/www/firewall_nat_1to1_edit.php, line: 301 -# File: src/www/firewall_nat_edit.php, line: 469 -# File: src/www/firewall_nat_npt_edit.php, line: 162 -# File: src/www/firewall_nat_out_edit.php, line: 449 -# File: src/www/firewall_rules_edit.php, line: 767 -# File: src/www/interfaces.php, line: 2685 -# File: src/www/interfaces_ppps_edit.php, line: 621 -# File: src/www/system_gateways_edit.php, line: 689 -# File: src/www/system_routes_edit.php, line: 351 -# File: src/www/system_usermanager.php, line: 475 -# File: src/www/vpn_ipsec_phase1.php, line: 607 -# File: src/www/vpn_ipsec_phase2.php, line: 540 -# File: src/www/vpn_openvpn_client.php, line: 509 -# File: src/www/vpn_openvpn_client.php, line: 1217 -# File: src/www/vpn_openvpn_csc.php, line: 375 -# File: src/www/vpn_openvpn_csc.php, line: 788 -# File: src/www/vpn_openvpn_server.php, line: 837 -# File: src/www/vpn_openvpn_server.php, line: 1986 -msgid "Disabled" -msgstr "Désactivé" - -# File: src/www/firewall_nat_1to1_edit.php, line: 304 -# File: src/www/firewall_nat_edit.php, line: 472 -# File: src/www/firewall_nat_npt_edit.php, line: 165 -# File: src/www/firewall_nat_out_edit.php, line: 452 -# File: src/www/firewall_rules_edit.php, line: 770 -msgid "Disable this rule" -msgstr "Désactiver cette règle" - -# File: src/www/firewall_nat_1to1_edit.php, line: 305 -# File: src/www/firewall_nat_edit.php, line: 473 -# File: src/www/firewall_nat_npt_edit.php, line: 166 -# File: src/www/firewall_nat_out_edit.php, line: 453 -# File: src/www/firewall_rules_edit.php, line: 771 -msgid "Set this option to disable this rule without removing it from the list." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 346 -# File: src/www/firewall_nat_npt_edit.php, line: 206 -msgid "Choose which interface this rule applies to" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 347 -# File: src/www/firewall_nat_npt_edit.php, line: 207 -msgid "Hint: in most cases, you'll want to use WAN here" -msgstr "Astuce: ici, dans la plupart des cas, vous devriez utiliser WAN" - -# File: src/www/firewall_nat_1to1_edit.php, line: 350 -msgid "External subnet IP" -msgstr "Adresse IP du sous-réseau Distant" - -# File: src/www/firewall_nat_1to1_edit.php, line: 327 -msgid "" -"Enter the external (usually on a WAN) subnet's starting address for the 1:1 " -"mapping. " -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 328 -msgid "" -"The subnet mask from the internal address below will be applied to this IP " -"address." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 357 -msgid "" -"Hint: this is generally an address owned by the router itself on the " -"selected interface." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 334 -# File: src/www/firewall_nat_1to1_edit.php, line: 385 -# File: src/www/firewall_nat_edit.php, line: 579 -# File: src/www/firewall_nat_edit.php, line: 693 -# File: src/www/firewall_nat_npt_edit.php, line: 213 -# File: src/www/firewall_nat_npt_edit.php, line: 251 -# File: src/www/firewall_nat_out_edit.php, line: 506 -msgid "Invert" -msgstr "Inverse" - -# File: src/www/firewall_nat_1to1_edit.php, line: 367 -# File: src/www/firewall_nat_1to1_edit.php, line: 449 -# File: src/www/firewall_nat_edit.php, line: 547 -# File: src/www/firewall_nat_edit.php, line: 645 -# File: src/www/firewall_nat_npt_edit.php, line: 215 -# File: src/www/firewall_nat_npt_edit.php, line: 251 -# File: src/www/firewall_nat_out_edit.php, line: 586 -# File: src/www/firewall_rules_edit.php, line: 950 -# File: src/www/firewall_rules_edit.php, line: 1053 -msgid "Use this option to invert the sense of the match." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 349 -# File: src/www/firewall_nat_1to1_edit.php, line: 400 -# File: src/www/firewall_nat_edit.php, line: 594 -# File: src/www/firewall_nat_edit.php, line: 708 -# File: src/www/firewall_nat_out_edit.php, line: 465 -# File: src/www/firewall_nat_out_edit.php, line: 521 -# File: src/www/firewall_nat_out_edit.php, line: 567 -msgid "Single host or Network" -msgstr "Hôte unique ou réseau" - -# File: src/www/firewall_nat_1to1_edit.php, line: 440 -msgid "" -"Enter the internal (LAN) subnet for the 1:1 mapping. The subnet size " -"specified for the internal subnet will be applied to the external subnet." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 531 -msgid "" -"The 1:1 mapping will only be used for connections to or from the specified " -"destination." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 532 -msgid "Hint: this is usually 'any'." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 547 -# File: src/www/firewall_nat_edit.php, line: 807 -msgid "NAT reflection" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 810 -msgid "Use system default" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 813 -# File: src/www/services_dyndns_edit.php, line: 248 -# File: src/www/system_advanced_firewall.php, line: 524 -# File: src/www/system_advanced_misc.php, line: 588 -# File: src/www/system_advanced_misc.php, line: 616 -# File: src/www/vpn_ipsec_phase1.php, line: 1004 -msgid "Disable" -msgstr "Désactiver" - -# File: src/www/firewall_nat_edit.php, line: 108 -msgid "" -"Invalid characters detected %s. Please remove invalid characters and save " -"again." -msgstr "" -"Des caractères invalides ont été détectés (%s). Veuillez supprimer les " -"caractères invalides et sauvegarder de nouveau." - -# File: src/www/firewall_nat_edit.php, line: 181 -msgid "Destination port from" -msgstr "Port de destination depuis" - -# File: src/www/firewall_nat_edit.php, line: 181 -msgid "Destination port to" -msgstr "Port de destination jusqu'à" - -# File: src/www/firewall_nat_edit.php, line: 197 -# File: src/www/firewall_nat_edit.php, line: 764 -msgid "Redirect target IP" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 219 -msgid "\"%s\" is not a valid redirect target IP address or host alias." -msgstr "" -"\"%s\" n'est pas une redirection de l'adresse IP de destination ou un alias " -"d’hôte valide." - -# File: src/www/firewall_nat_edit.php, line: 223 -# File: src/www/firewall_rules_edit.php, line: 375 -msgid "" -"%s is not a valid start source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" -"%s n'est pas un port source de début valide. Il doit être un alias de port " -"ou un nombre entier compris entre 1 et 65535." - -# File: src/www/firewall_nat_edit.php, line: 225 -msgid "" -"%s is not a valid end source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" -"%s n'est pas un port source de fin valide. Il doit être un alias de port ou " -"nombre entier compris entre 1 et 65535." - -# File: src/www/firewall_nat_edit.php, line: 227 -# File: src/www/firewall_rules_edit.php, line: 379 -msgid "" -"%s is not a valid start destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" -"%s n'est pas un port de destination de début valide. Il doit être un alias " -"de port ou un nombre entier compris entre 1 et 65535." - -# File: src/www/firewall_nat_edit.php, line: 229 -# File: src/www/firewall_rules_edit.php, line: 381 -msgid "" -"%s is not a valid end destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" -"%s n'est pas un port de destination de fin valide. Il doit être un alias de " -"port ou nombre entier compris entre 1 et 65535." - -# File: src/www/firewall_nat_edit.php, line: 232 -msgid "" -"A valid redirect target port must be specified. It must be a port alias or " -"integer between 1 and 65535." -msgstr "" -"Un port de redirection valide doit être spécifié. Il doit être un alias de " -"port ou un nombre entier compris entre 1 et 65535." - -# File: src/www/firewall_nat_edit.php, line: 273 -msgid "The target port range must be an integer between 1 and 65535." -msgstr "" -"La plage de ports de destination doit être un nombre entier compris entre 1 " -"et 65535." - -# File: src/www/firewall_nat_edit.php, line: 403 -msgid "NAT Port Forward" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 466 -msgid "Edit Redirect entry" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 477 -msgid "No RDR (NOT)" -msgstr "Pas de RDR (SANS)" - -# File: src/www/firewall_nat_edit.php, line: 480 -msgid "" -"Enabling this option will disable redirection for traffic matching this rule." -msgstr "" -"Activer cette option permet de désactiver la redirection du trafic " -"correspondant à cette règle" - -# File: src/www/firewall_nat_edit.php, line: 481 -msgid "" -"Hint: this option is rarely needed, don't use this unless you know what " -"you're doing." -msgstr "" -"Astuce: cette option est rarement nécessaire, ne l'utilisez pas sauf si vous " -"savez ce que vous faites." - -# File: src/www/firewall_nat_edit.php, line: 521 -# File: src/www/firewall_nat_out_edit.php, line: 503 -msgid "Choose which interface this rule applies to." -msgstr "Choisissez sur quelle interface cette règle sera s'appliquer." - -# File: src/www/firewall_nat_edit.php, line: 522 -# File: src/www/firewall_nat_out_edit.php, line: 504 -msgid "Hint: in most cases, you'll want to use WAN here." -msgstr "Astuce: ici, dans la plupart des cas, vous devriez d'utiliser WAN." - -# File: src/www/firewall_nat_edit.php, line: 531 -# File: src/www/firewall_rules_edit.php, line: 908 -msgid "Choose which IP protocol this rule should match." -msgstr "Choisissez à quel protocole IP cette règle doit correspondre." - -# File: src/www/firewall_nat_edit.php, line: 533 -msgid "Hint: in most cases, you should specify" -msgstr "" - -# File: src/www/diag_ipsec_leases.php, line: 103 -# File: src/www/diag_ipsec_sad.php, line: 97 -# File: src/www/diag_ipsec_spd.php, line: 113 -# File: src/www/firewall_nat_edit.php, line: 533 -# File: src/www/firewall_rules_edit.php, line: 908 -msgid "here." -msgstr "ici." - -# File: src/www/firewall_nat_edit.php, line: 538 -msgid "Show source address and port range" -msgstr "Afficher l'adresse source et la plage de ports" - -# File: src/www/firewall_nat_edit.php, line: 604 -# File: src/www/firewall_rules_edit.php, line: 1013 -msgid "Source port range" -msgstr "Plage de ports source" - -# File: src/www/firewall_nat_edit.php, line: 608 -# File: src/www/firewall_nat_edit.php, line: 729 -# File: src/www/firewall_rules_edit.php, line: 1017 -# File: src/www/firewall_rules_edit.php, line: 1116 -msgid "from:" -msgstr "de:" - -# File: src/www/firewall_nat_edit.php, line: 622 -# File: src/www/firewall_nat_edit.php, line: 742 -# File: src/www/firewall_rules_edit.php, line: 1030 -# File: src/www/firewall_rules_edit.php, line: 1129 -msgid "to:" -msgstr "à:" - -# File: src/www/firewall_nat_edit.php, line: 646 -# File: src/www/firewall_nat_edit.php, line: 663 -# File: src/www/firewall_nat_edit.php, line: 790 -# File: src/www/firewall_nat_edit.php, line: 807 -# File: src/www/firewall_nat_edit.php, line: 857 -# File: src/www/firewall_rules_edit.php, line: 938 -# File: src/www/firewall_rules_edit.php, line: 955 -# File: src/www/firewall_rules_edit.php, line: 1060 -# File: src/www/firewall_rules_edit.php, line: 1077 -msgid "Well-known ports" -msgstr "Ports connus" - -# File: src/www/firewall_nat_edit.php, line: 636 -msgid "Specify the source port or port range for this rule" -msgstr "Spécifiez le port source ou la plage de ports de cette règle" - -# File: src/www/firewall_nat_edit.php, line: 636 -# File: src/www/firewall_rules_edit.php, line: 1044 -msgid "This is usually" -msgstr "Ceci est habituellement" - -# File: src/www/firewall_nat_edit.php, line: 636 -# File: src/www/firewall_rules_edit.php, line: 1044 -msgid "random" -msgstr "aléatoire" - -# File: src/www/firewall_nat_edit.php, line: 636 -msgid "" -"and almost never equal to the destination port range (and should usually be " -"'any')" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 725 -msgid "Destination port range" -msgstr "Plage de ports de destination" - -# File: src/www/firewall_nat_edit.php, line: 757 -msgid "" -"Specify the port or port range for the destination of the packet for this " -"mapping." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 767 -msgid "" -"Enter the internal IP address of the server on which you want to map the " -"ports." -msgstr "" -"Indiquez l'adresse IP interne du serveur sur lequel vous souhaitez rediriger " -"les ports." - -# File: src/www/firewall_nat_edit.php, line: 769 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 140 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 147 -# File: src/www/services_dnsmasq_edit.php, line: 206 -# File: src/www/services_dnsmasq_edit.php, line: 213 -# File: src/www/services_dnsmasq_edit.php, line: 220 -# File: src/www/services_unbound_domainoverride_edit.php, line: 135 -# File: src/www/services_unbound_domainoverride_edit.php, line: 145 -# File: src/www/services_unbound_host_edit.php, line: 205 -# File: src/www/services_unbound_host_edit.php, line: 213 -# File: src/www/services_unbound_host_edit.php, line: 221 -# File: src/www/system_general.php, line: 322 -# File: src/www/system_general.php, line: 333 -msgid "e.g." -msgstr "ex." - -# File: src/www/firewall_nat_edit.php, line: 772 -msgid "Redirect target port" -msgstr "Rediriger le port cible" - -# File: src/www/firewall_nat_edit.php, line: 786 -msgid "" -"Specify the port on the machine with the IP address entered above. In case " -"of a port range, specify the beginning port of the range (the end port will " -"be calculated automatically)." -msgstr "" -"Indiquez le port de la machine correspondant à l'adresse IP saisie " -"précédemment. Dans le cas d'une plage de ports, indiquez le port de début de " -"la plage (le port de fin sera calculé automatiquement)." - -# File: src/www/firewall_nat_edit.php, line: 790 -msgid "Hint: this is usually identical to the 'from' port above" -msgstr "" -"Astuce: ceci est généralement identique au port 'de début' renseigné " -"précédemment" - -# File: src/www/firewall_nat_edit.php, line: 800 -# File: src/www/firewall_nat_out_edit.php, line: 786 -# File: src/www/firewall_rules_edit.php, line: 1337 -msgid "No XMLRPC Sync" -msgstr "Pas de Sync XMLRPC" - -# File: src/www/firewall_nat_edit.php, line: 803 -# File: src/www/firewall_nat_out_edit.php, line: 789 -# File: src/www/firewall_rules_edit.php, line: 1344 -msgid "" -"Hint: This prevents the rule on Master from automatically syncing to other " -"CARP members. This does NOT prevent the rule from being overwritten on Slave." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 811 -# File: src/www/system_advanced_firewall.php, line: 528 -msgid "Enable (NAT + Proxy)" -msgstr "Activer (NAT + Proxy)" - -# File: src/www/firewall_nat_edit.php, line: 812 -# File: src/www/system_advanced_firewall.php, line: 532 -msgid "Enable (Pure NAT)" -msgstr "Activer (NAT pur)" - -# File: src/www/firewall_nat_edit.php, line: 819 -# File: src/www/firewall_nat_edit.php, line: 850 -msgid "Filter rule association" -msgstr "Association de règle de filtrage" - -# File: src/www/firewall_nat_edit.php, line: 823 -# File: src/www/firewall_nat_edit.php, line: 856 -msgid "Pass" -msgstr "Autoriser" - -# File: src/www/firewall_nat_edit.php, line: 833 -msgid "View the filter rule" -msgstr "Voir la règle de filtrage" - -# File: src/www/firewall_nat_edit.php, line: 854 -msgid "Add associated filter rule" -msgstr "Ajouter une règle de filtrage associé" - -# File: src/www/firewall_nat_edit.php, line: 855 -msgid "Add unassociated filter rule" -msgstr "Ajouter règle de filtrage non associé" - -# File: src/www/firewall_nat_edit.php, line: 858 -msgid "" -"NOTE: The \"pass\" selection does not work properly with Multi-WAN. It will " -"only work on an interface containing the default gateway." -msgstr "" -"REMARQUE: L'action \"passer\" ne fonctionne pas correctement avec une " -"configuration Multi-WAN. Cela fonctionne uniquement sur une interface dont " -"la passerelle est celle par défaut." - -# File: src/www/firewall_nat_edit.php, line: 870 -# File: src/www/firewall_nat_out_edit.php, line: 809 -# File: src/www/firewall_rules_edit.php, line: 1446 -msgid "Rule Information" -msgstr "Information de la règle" - -# File: src/www/firewall_nat_edit.php, line: 874 -# File: src/www/firewall_nat_out_edit.php, line: 815 -# File: src/www/firewall_rules_edit.php, line: 1450 -msgid "Created" -msgstr "Créée le" - -# File: src/www/firewall_nat_edit.php, line: 876 -# File: src/www/firewall_nat_edit.php, line: 884 -# File: src/www/firewall_nat_out_edit.php, line: 817 -# File: src/www/firewall_nat_out_edit.php, line: 828 -# File: src/www/firewall_rules_edit.php, line: 1452 -# File: src/www/firewall_rules_edit.php, line: 1460 -msgid "by" -msgstr "par" - -# File: src/www/firewall_nat_edit.php, line: 882 -# File: src/www/firewall_nat_out_edit.php, line: 826 -# File: src/www/firewall_rules_edit.php, line: 1458 -msgid "Updated" -msgstr "Mise à jour le" - -# File: src/www/firewall_nat_npt.php, line: 91 -msgid "Firewall: NAT: NPT, enable/disable NAT rule" -msgstr "" - -# File: src/www/firewall_nat_npt.php, line: 106 -msgid "Add rule" -msgstr "Ajouter une règle" - -# File: src/www/firewall_nat_npt.php, line: 120 -# File: src/www/firewall_nat_npt.php, line: 139 -msgid "NPT" -msgstr "NPT" - -# File: src/www/firewall_nat_npt.php, line: 108 -msgid "External Prefix" -msgstr "Préfixe externe" - -# File: src/www/firewall_nat_npt.php, line: 109 -msgid "Internal prefix" -msgstr "Préfixe interne" - -# File: src/www/firewall_nat_npt_edit.php, line: 95 -msgid "Source prefix" -msgstr "Préfixe source" - -# File: src/www/firewall_nat_npt_edit.php, line: 97 -msgid "Destination prefix" -msgstr "Préfixe destination" - -# File: src/www/firewall_nat_npt_edit.php, line: 174 -msgid "Edit NAT NPT entry" -msgstr "" - -# File: src/www/firewall_nat_npt_edit.php, line: 210 -msgid "Internal IPv6 Prefix" -msgstr "Préfixe IPv6 interne" - -# File: src/www/firewall_nat_1to1_edit.php, line: 416 -# File: src/www/firewall_nat_1to1_edit.php, line: 506 -# File: src/www/firewall_nat_edit.php, line: 582 -# File: src/www/firewall_nat_edit.php, line: 702 -# File: src/www/firewall_nat_npt_edit.php, line: 220 -# File: src/www/firewall_nat_npt_edit.php, line: 256 -# File: src/www/firewall_nat_out_edit.php, line: 543 -# File: src/www/firewall_nat_out_edit.php, line: 603 -# File: src/www/firewall_nat_out_edit.php, line: 646 -# File: src/www/firewall_rules_edit.php, line: 994 -# File: src/www/firewall_rules_edit.php, line: 1095 -# File: src/www/firewall_virtual_ip_edit.php, line: 388 -# File: src/www/vpn_ipsec_phase2.php, line: 602 -# File: src/www/vpn_ipsec_phase2.php, line: 655 -msgid "Address:" -msgstr "Adresse :" - -# File: src/www/firewall_nat_npt_edit.php, line: 239 -msgid "" -"Enter the internal (LAN) ULA IPv6 Prefix for the Network Prefix translation. " -"The prefix size specified for the internal IPv6 prefix will be applied to " -"the external prefix." -msgstr "" - -# File: src/www/firewall_nat_npt_edit.php, line: 246 -msgid "Destination IPv6 Prefix" -msgstr "Préfixe IPv6 de destination" - -# File: src/www/firewall_nat_npt_edit.php, line: 277 -msgid "Enter the Global Unicast routable IPv6 prefix here" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 88 -msgid "Manual Outbound NAT Switch" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 107 -msgid "Default rules for each interface have been created." -msgstr "Les règles par défaut pour chaque interface ont été créés." - -# File: src/www/firewall_nat_out.php, line: 184 -# File: src/www/firewall_nat_out.php, line: 204 -msgid "Nat" -msgstr "Nat" - -# File: src/www/firewall_nat_out.php, line: 236 -msgid "Mode:" -msgstr "Mode :" - -# File: src/www/firewall_nat_out.php, line: 246 -msgid "Automatic outbound NAT rule generation" -msgstr "Génération automatique des règles NAT sortantes" - -# File: src/www/firewall_nat_out.php, line: 278 -msgid "(no manual rules can be used)" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 289 -msgid "Hybrid outbound NAT rule generation" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 290 -msgid "(automatically generated rules are applied after manual rules)" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 303 -msgid "Manual outbound NAT rule generation" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 304 -msgid "(no automatic rules are being generated)" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 315 -msgid "Disable outbound NAT rule generation" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 316 -msgid "(outbound NAT is disabled)" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 335 -msgid "Manual rules:" -msgstr "Règles manuelles :" - -# File: src/www/firewall_nat_out.php, line: 310 -# File: src/www/firewall_nat_out.php, line: 497 -msgid "NAT Address" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 311 -# File: src/www/firewall_nat_out.php, line: 498 -msgid "NAT Port" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 312 -# File: src/www/firewall_nat_out.php, line: 499 -msgid "Static Port" -msgstr "Port statique" - -# File: src/www/firewall_nat_out.php, line: 364 -msgid "All manual rules are being ignored" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 388 -msgid "This Firewall" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 423 -# File: src/www/firewall_nat_out.php, line: 575 -msgid "NO" -msgstr "NON" - -# File: src/www/firewall_nat_out.php, line: 421 -# File: src/www/firewall_nat_out.php, line: 573 -msgid "YES" -msgstr "OUI" - -# File: src/www/firewall_nat_out.php, line: 488 -msgid "Automatic rules:" -msgstr "Règles automatiques : " - -# File: src/www/firewall_nat_out.php, line: 511 -msgid "automatic outbound nat" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 134 -# File: src/www/firewall_rules_edit.php, line: 360 -msgid "Destination bit count" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 134 -msgid "Source bit count" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 154 -msgid "" -"You must supply either a valid port or port alias for the source port entry." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 157 -msgid "" -"You must supply either a valid port or port alias for the destination port " -"entry." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 160 -msgid "You must supply a valid port for the NAT port entry." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 164 -msgid "A valid source must be specified." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 172 -msgid "A valid destination must be specified." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 180 -msgid "Negating destination address of \"any\" is invalid." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 185 -msgid "A valid target IP address must be specified." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 206 -msgid "Only Round Robin pool options may be chosen when selecting an alias." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 446 -msgid "Edit Advanced Outbound NAT entry" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "Do not NAT" -msgstr "Ne pas effectuer de NAT" - -# File: src/www/firewall_nat_out_edit.php, line: 460 -msgid "" -"Enabling this option will disable NAT for traffic matching this rule and " -"stop processing Outbound NAT rules." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 461 -msgid "Hint: in most cases, you won't use this option." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "AH" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "IGMP" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "IPV6" -msgstr "IPv6" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "OSPF" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "PIM" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "TCP/UDP" -msgstr "TCP/UDP" - -# File: src/www/firewall_nat_edit.php, line: 658 -# File: src/www/firewall_nat_out_edit.php, line: 537 -# File: src/www/firewall_rules_edit.php, line: 970 -# File: src/www/firewall_rules_edit.php, line: 1072 -msgid "This Firewall (self)" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 568 -msgid "Enter the source network for the outbound NAT mapping." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 572 -msgid "Source port:" -msgstr "Port source :" - -# File: src/www/firewall_nat_out_edit.php, line: 575 -# File: src/www/firewall_nat_out_edit.php, line: 635 -msgid "(leave blank for any)" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 632 -msgid "Destination port:" -msgstr "Port de destination :" - -# File: src/www/firewall_nat_out_edit.php, line: 561 -msgid "Translation / target" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 572 -msgid "Interface address" -msgstr "Adresse de l'interface" - -# File: src/www/firewall_nat_out_edit.php, line: 582 -msgid "Translation address" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 721 -msgid "Packets matching this rule will be mapped to the IP address given here." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 604 -msgid "" -"If you want this rule to apply to another IP address rather than the IP " -"address of the interface chosen above, select it here (you will need to " -"define %sVirtual IP addresses%s on the interface first)." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 602 -msgid "Pool Options:" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 609 -msgid "Round Robin" -msgstr "Round-robin" - -# File: src/www/firewall_nat_out_edit.php, line: 612 -msgid "Round Robin with Sticky Address" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 615 -msgid "Random" -msgstr "Aléatoire" - -# File: src/www/firewall_nat_out_edit.php, line: 618 -msgid "Random with Sticky Address" -msgstr "" - -# (?) Source Hash is equivalent to the hash of IP address of the source OR corresponds to the hash of the connection (source IP + source port + destination IP address + destination port)? -msgid "Source Hash" -msgstr "Hachage de l’IP source" - -# File: src/www/firewall_nat_out_edit.php, line: 624 -msgid "Bitmask" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 757 -msgid "" -"Only Round Robin types work with Host Aliases. Any type can be used with a " -"Subnet." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 758 -msgid "Round Robin: Loops through the translation addresses." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 759 -msgid "Random: Selects an address from the translation address pool at random." -msgstr "" -"Aléatoire : Sélectionne au hasard une adresse du pool d'adresses de " -"translation." - -# File: src/www/firewall_nat_out_edit.php, line: 760 -msgid "" -"Source Hash: Uses a hash of the source address to determine the translation " -"address, ensuring that the redirection address is always the same for a " -"given source." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 761 -msgid "" -"Bitmask: Applies the subnet mask and keeps the last portion identical; " -"10.0.1.50 -> x.x.x.50." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 762 -msgid "" -"Sticky Address: The Sticky Address option can be used with the Random and " -"Round Robin pool types to ensure that a particular source address is always " -"mapped to the same translation address." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 642 -msgid "Translation" -msgstr "Traduction" - -# File: src/www/firewall_nat_out_edit.php, line: 638 -msgid "port:" -msgstr "port:" - -# File: src/www/firewall_nat_out_edit.php, line: 775 -msgid "Enter the source port for the outbound NAT mapping." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 779 -msgid "Static-port:" -msgstr "Port statique : " - -# File: src/www/firewall_rules.php, line: 195 -msgid "" -"The settings have been applied. The firewall rules are now reloading in the " -"background.
You can also %s monitor %s the reload progress" -msgstr "" - -# File: src/www/firewall_rules.php, line: 357 -# File: src/www/firewall_rules.php, line: 359 -msgid "" -"The firewall rule configuration has been changed.
You must apply the " -"changes in order for them to take effect." -msgstr "" -"La configuration des règles du pare-feu a été modifiée.
Vous devez " -"appliquer les modifications afin qu'elles prennent effet." - -# File: src/www/firewall_rules.php, line: 403 -# File: src/www/firewall_rules_edit.php, line: 1387 -# File: src/www/interfaces.php, line: 509 -# File: src/www/interfaces.php, line: 562 -# File: src/www/services_dhcp.php, line: 871 -# File: src/www/services_dhcp_edit.php, line: 441 -# File: src/www/status_gateways.php, line: 72 -# File: src/www/system_gateways.php, line: 233 -# File: src/www/system_gateways_edit.php, line: 742 -# File: src/www/system_routes.php, line: 249 -# File: src/www/system_routes_edit.php, line: 84 -# File: src/www/system_routes_edit.php, line: 282 -msgid "Gateway" -msgstr "Passerelle" - -# File: src/www/firewall_rules.php, line: 291 -msgid "Block all IPv6 traffic" -msgstr "Bloquer tout le trafic IPv6" - -# File: src/www/firewall_rules.php, line: 293 -# File: src/www/firewall_rules.php, line: 317 -# File: src/www/firewall_rules.php, line: 343 -# File: src/www/firewall_rules.php, line: 368 -msgid "change configuration" -msgstr "" - -# File: src/www/firewall_rules.php, line: 464 -msgid "RFC 1918 networks" -msgstr "Réseaux RFC 1918" - -# File: src/www/firewall_rules.php, line: 471 -# File: src/www/interfaces.php, line: 3301 -msgid "Block private networks" -msgstr "Bloquer les réseaux privés" - -# File: src/www/firewall_rules.php, line: 487 -msgid "Reserved/not assigned by IANA" -msgstr "" - -# File: src/www/firewall_rules.php, line: 494 -# File: src/www/interfaces.php, line: 3313 -msgid "Block bogon networks" -msgstr "" - -# File: src/www/firewall_rules.php, line: 441 -# File: src/www/firewall_rules.php, line: 658 -msgid "first match" -msgstr "" - -# File: src/www/firewall_rules.php, line: 443 -# File: src/www/firewall_rules.php, line: 680 -msgid "last match" -msgstr "" - -# File: src/www/firewall_rules.php, line: 118 -# File: src/www/firewall_rules_edit.php, line: 918 -msgid "Echo request" -msgstr "requête Echo (type: 8, code: 0)" - -# File: src/www/firewall_rules.php, line: 119 -# File: src/www/firewall_rules_edit.php, line: 919 -msgid "Echo reply" -msgstr "réponse Echo (type: 0, code: 0)" - -# File: src/www/firewall_rules.php, line: 120 -# File: src/www/firewall_rules_edit.php, line: 920 -msgid "Destination unreachable" -msgstr "" - -# File: src/www/firewall_rules.php, line: 121 -# File: src/www/firewall_rules_edit.php, line: 921 -msgid "Source quench" -msgstr "" - -# File: src/www/firewall_rules.php, line: 122 -# File: src/www/firewall_rules_edit.php, line: 922 -msgid "Redirect" -msgstr "Rediriger" - -# File: src/www/firewall_rules.php, line: 123 -# File: src/www/firewall_rules_edit.php, line: 923 -msgid "Alternate Host" -msgstr "Hôte alternatif" - -# File: src/www/firewall_rules.php, line: 124 -# File: src/www/firewall_rules_edit.php, line: 924 -msgid "Router advertisement" -msgstr "avertissement routeur (type: 9, code: 0)" - -# File: src/www/firewall_rules.php, line: 125 -# File: src/www/firewall_rules_edit.php, line: 925 -msgid "Router solicitation" -msgstr "sollicitation routeur (type: 10, code: 0)" - -# File: src/www/firewall_rules.php, line: 126 -# File: src/www/firewall_rules_edit.php, line: 926 -msgid "Time exceeded" -msgstr "" - -# File: src/www/firewall_rules.php, line: 127 -# File: src/www/firewall_rules_edit.php, line: 927 -msgid "Invalid IP header" -msgstr "en-tête IP erroné (type: 12, code: 0)" - -# File: src/www/firewall_rules.php, line: 129 -# File: src/www/firewall_rules_edit.php, line: 929 -msgid "Timestamp reply" -msgstr "requête horodatage (type: 13, code: 0)" - -# File: src/www/firewall_rules.php, line: 130 -# File: src/www/firewall_rules_edit.php, line: 930 -msgid "Information request" -msgstr "" - -# File: src/www/firewall_rules.php, line: 131 -# File: src/www/firewall_rules_edit.php, line: 931 -msgid "Information reply" -msgstr "" - -# File: src/www/firewall_rules.php, line: 132 -# File: src/www/firewall_rules_edit.php, line: 932 -msgid "Address mask request" -msgstr "requête masque d'adresse (type: 17, code: 0)" - -# File: src/www/firewall_rules.php, line: 133 -# File: src/www/firewall_rules_edit.php, line: 933 -msgid "Address mask reply" -msgstr "réponse masque d'adresse (type: 18, code: 0)" - -# File: src/www/firewall_rules.php, line: 569 -# File: src/www/firewall_schedule.php, line: 235 -msgid "edit schedule" -msgstr "éditer la tâche planifiée" - -# File: src/www/firewall_rules.php, line: 780 -msgid "No floating rules are currently defined." -msgstr "" - -# File: src/www/firewall_rules.php, line: 782 -msgid "No rules are currently defined for this interface" -msgstr "Pas de règle actuellement définie pour cette interface" - -# File: src/www/firewall_rules.php, line: 783 -msgid "" -"All incoming connections on this interface will be blocked until you add " -"pass rules." -msgstr "" - -# File: src/www/firewall_rules.php, line: 785 -msgid "Click the" -msgstr "" - -# File: src/www/firewall_rules.php, line: 785 -msgid " button to add a new rule." -msgstr " bouton pour ajouter une nouvelle règle." - -# File: src/www/firewall_nat.php, line: 367 -# File: src/www/firewall_rules.php, line: 819 -msgid "pass" -msgstr "autoriser" - -# File: src/www/firewall_rules.php, line: 822 -msgid "match" -msgstr "" - -# File: src/www/firewall_rules.php, line: 825 -msgid "block" -msgstr "bloquer" - -# File: src/www/firewall_rules.php, line: 828 -msgid "reject" -msgstr "rejeter" - -# File: src/www/firewall_rules.php, line: 831 -msgid "log" -msgstr "tracer" - -# File: src/www/firewall_rules.php, line: 835 -msgid "pass (disabled)" -msgstr "passer (désactivé)" - -# File: src/www/firewall_rules.php, line: 838 -msgid "match (disabled)" -msgstr "" - -# File: src/www/firewall_rules.php, line: 841 -msgid "block (disabled)" -msgstr "bloquer (désactivé)" - -# File: src/www/firewall_rules.php, line: 844 -msgid "reject (disabled)" -msgstr "rejeter (désactivé)" - -# File: src/www/firewall_rules.php, line: 847 -msgid "log (disabled)" -msgstr "tracer (désactivé)" - -# File: src/www/firewall_rules.php, line: 583 -msgid "Schedule (click to view/edit)" -msgstr "" - -# File: src/www/firewall_rules.php, line: 853 -# File: src/www/load_balancer_pool.php, line: 147 -# File: src/www/vpn_l2tp.php, line: 383 -# File: src/www/vpn_l2tp.php, line: 402 -msgid "Hint:" -msgstr "" - -# File: src/www/firewall_rules.php, line: 857 -msgid "" -"Rules are evaluated on a first-match basis (i.e. the action of the first " -"rule to match a packet will be executed). This means that if you use block " -"rules, you'll have to pay attention to the rule order. Everything that isn't " -"explicitly passed is blocked by default. " -msgstr "" - -# File: src/www/firewall_rules.php, line: 864 -msgid "" -"Floating rules are evaluated on a first-match basis (i.e. the action of the " -"first rule to match a packet will be executed) only if the 'quick' option is " -"checked on a rule. Otherwise they will only apply if no other rules match. " -"Pay close attention to the rule order and options chosen. If no rule here " -"matches, the per-interface or default rules are used. " -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 882 -msgid "TCP/IP Version" -msgstr "Version TCP/IP" - -# File: src/www/firewall_rules_edit.php, line: 247 -# File: src/www/firewall_rules_edit.php, line: 261 -msgid "You can not assign a gateway to a rule that applies to IPv4 and IPv6" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 250 -msgid "You can not assign a IPv4 gateway group on IPv6 Address Family rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 253 -msgid "You can not assign a IPv6 gateway group on IPv4 Address Family rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 264 -msgid "You can not assign the IPv4 Gateway to a IPv6 Filter rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 267 -msgid "You can not assign the IPv6 Gateway to a IPv4 Filter rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 273 -msgid "You can not assign a ICMP type to a rule that applies to IPv4 and IPv6" -msgstr "" -"Vous ne pouvez pas affecter un type ICMP à une règle qui s'applique à IPv4 " -"et IPv6" - -# File: src/www/firewall_rules_edit.php, line: 347 -msgid "%s is only valid with protocol tcp." -msgstr "%s est seulement valide avec le protocole tcp." - -# File: src/www/firewall_rules_edit.php, line: 349 -msgid "%s is only valid if the gateway is set to 'default'." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 281 -msgid "" -"When selecting aliases for source ports, both from and to fields must be the " -"same" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 284 -msgid "" -"When selecting aliases for destination ports, both from and to fields must " -"be the same" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 436 -msgid "" -"The Source IP address %s Address Family differs from the destination %s." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 438 -msgid "You can not use IPv6 addresses in IPv4 rules." -msgstr "Vous ne pouvez pas utiliser des adresse IPv6 dans règles IPv4." - -# File: src/www/firewall_rules_edit.php, line: 440 -msgid "You can not use IPv4 addresses in IPv6 rules." -msgstr "Vous ne pouvez pas utiliser des adresse IPv4 dans règles IPv6." - -# File: src/www/firewall_rules_edit.php, line: 312 -msgid "Invalid subnet mask on IPv4 source" -msgstr "Masque de sous-réseau non valide pour cette source IPv4" - -# File: src/www/firewall_rules_edit.php, line: 315 -msgid "Invalid subnet mask on IPv4 destination" -msgstr "Masque de sous-réseau non valide pour cette destination IPv4" - -# File: src/www/firewall_rules_edit.php, line: 444 -msgid "You can not use a IPv4 or IPv6 address in combined IPv4 + IPv6 rules." -msgstr "" -"Vous ne pouvez pas utiliser une adresse IPv4 ou IPv6 en combinaison avec des " -"règles IPv4 + IPv6." - -# File: src/www/firewall_rules_edit.php, line: 460 -msgid "OS detection is only valid with protocol tcp." -msgstr "La détection de l'OS est seulement valide avec le protocole tcp." - -# File: src/www/firewall_rules_edit.php, line: 462 -msgid "Invalid OS detection selection. Please select a valid OS." -msgstr "" -"Sélection de détection d'OS non valide. Merci de sélectionner un OS valide." - -# File: src/www/firewall_rules_edit.php, line: 466 -msgid "" -"You can not use gateways in Floating rules without choosing a direction." -msgstr "" -"Vous ne pouvez pas utiliser des passerelles dans des règles flottantes sans " -"choisir une direction." - -# File: src/www/firewall_rules_edit.php, line: 472 -msgid "" -"You can only specify the maximum number of established connections per host (" -"advanced option) for TCP protocol." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 474 -msgid "" -"You can only specify the maximum new connections per host / per second(s) (" -"advanced option) for TCP protocol." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 476 -msgid "" -"You can only specify the state timeout (advanced option) for TCP protocol." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 481 -msgid "" -"You can only specify the maximum state entries (advanced option) for Pass " -"type rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 483 -msgid "" -"You can only specify the maximum number of unique source hosts (advanced " -"option) for Pass type rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 485 -msgid "" -"You can only specify the maximum number of established connections per host (" -"advanced option) for Pass type rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 487 -msgid "" -"You can only specify the maximum state entries per host (advanced option) " -"for Pass type rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 489 -msgid "" -"You can only specify the maximum new connections per host / per second(s) (" -"advanced option) for Pass type rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 491 -msgid "" -"You can only specify the state timeout (advanced option) for Pass type rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 496 -msgid "" -"You cannot specify the maximum state entries (advanced option) if statetype " -"is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 498 -msgid "" -"You cannot specify the maximum number of unique source hosts (advanced " -"option) if statetype is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 500 -msgid "" -"You cannot specify the maximum number of established connections per host (" -"advanced option) if statetype is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 502 -msgid "" -"You cannot specify the maximum state entries per host (advanced option) if " -"statetype is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 504 -msgid "" -"You cannot specify the maximum new connections per host / per second(s) (" -"advanced option) if statetype is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 506 -msgid "" -"You cannot specify the state timeout (advanced option) if statetype is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 510 -msgid "Maximum state entries (advanced option) must be a positive integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 513 -msgid "" -"Maximum number of unique source hosts (advanced option) must be a positive " -"integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 516 -msgid "" -"Maximum number of established connections per host (advanced option) must be " -"a positive integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 519 -msgid "" -"Maximum state entries per host (advanced option) must be a positive integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 522 -msgid "" -"Maximum new connections per host / per second(s) (advanced option) must be a " -"positive integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 525 -msgid "State timeout (advanced option) must be a positive integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 529 -msgid "" -"Both maximum new connections per host and the interval (per second(s)) must " -"be specified" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 541 -msgid "" -"If you specify TCP flags that should be set you should specify out of which " -"flags as well." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 743 -msgid "Edit Firewall rule" -msgstr "Éditer la règle du pare-feu" - -# File: src/www/firewall_rules_edit.php, line: 667 -msgid "Block" -msgstr "Bloquer" - -# File: src/www/firewall_rules_edit.php, line: 667 -msgid "Reject" -msgstr "Rejeter" - -# File: src/www/firewall_rules_edit.php, line: 669 -msgid "Match" -msgstr "Correspondance" - -# File: src/www/firewall_rules_edit.php, line: 761 -msgid "Choose what to do with packets that match the criteria specified below." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 762 -msgid "" -"Hint: the difference between block and reject is that with reject, a packet (" -"TCP RST or ICMP port unreachable for UDP) is returned to the sender, whereas " -"with block the packet is dropped silently. In either case, the original " -"packet is discarded." -msgstr "" -"Astuce: la différence entre bloquer et rejeter consiste en le renvoi d'un " -"paquet (TCP RST ou ICMP port injoignable pour UDP) à l'expéditeur ou non; " -"avec rejeter ce paquet est renvoyé alors qu'avec bloquer le paquet est " -"détruit silencieusement. Dans les deux cas, le paquet d'origine est détruit." - -# File: src/www/firewall_rules_edit.php, line: 777 -msgid "Quick" -msgstr "Rapide" - -# File: src/www/firewall_rules_edit.php, line: 781 -msgid "Apply the action immediately on match." -msgstr "Appliquer l'action immédiatement sur l’occurrence." - -# File: src/www/firewall_rules_edit.php, line: 782 -msgid "" -"Set this option if you need to apply this action to traffic that matches " -"this rule immediately." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 789 -msgid "Associated filter rule" -msgstr "Règle de filtrage associée" - -# File: src/www/firewall_rules_edit.php, line: 791 -msgid "This is associated to a NAT rule." -msgstr "Ceci est associé a une règle NAT." - -# File: src/www/firewall_rules_edit.php, line: 792 -msgid "" -"You cannot edit the interface, protocol, source, or destination of " -"associated filter rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 799 -msgid "View the NAT rule" -msgstr "Visualiser la règle NAT" - -# File: src/www/firewall_rules_edit.php, line: 858 -msgid "Choose on which interface packets must come in to match this rule." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 894 -msgid "Select the Internet Protocol version this rule applies to" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 908 -msgid "Hint: in most cases, you should specify " -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 912 -msgid "ICMP type" -msgstr "Type ICMP" - -# File: src/www/firewall_rules_edit.php, line: 941 -msgid "" -"If you selected ICMP for the protocol above, you may specify an ICMP type " -"here." -msgstr "" -"Si vous avez sélectionné ICMP comme protocole, vous pouvez spécifier ici un " -"type ICMP." - -# File: src/www/firewall_rules_edit.php, line: 1151 -msgid "Log" -msgstr "Log" - -# File: src/www/firewall_rules_edit.php, line: 1154 -msgid "Log packets that are handled by this rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1156 -msgid "Diagnostics: System logs: Settings" -msgstr "Diagnostiques: Journaux système: Paramètres" - -# File: src/www/firewall_rules_edit.php, line: 1156 -msgid "" -"Hint: the firewall has limited local log space. Don't turn on logging for " -"everything. If you want to do a lot of logging, consider using a remote " -"syslog server" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1156 -# File: src/www/services_captiveportal.php, line: 1034 -# File: src/www/system_advanced_firewall.php, line: 352 -msgid "page" -msgstr "page" - -# File: src/www/firewall_rules_edit.php, line: 1156 -msgid "see the" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1186 -# File: src/www/pkg_edit.php, line: 457 -msgid "Advanced features" -msgstr "Fonctionnalités avancées" - -# File: src/www/firewall_rules_edit.php, line: 1189 -msgid "Source OS" -msgstr "OS source" - -# File: src/www/firewall_rules_edit.php, line: 1195 -msgid "OS Type:" -msgstr "Type d'OS :" - -# File: src/www/firewall_rules_edit.php, line: 1206 -msgid "" -"Note: this only works for TCP rules. General OS choice matches all subtypes." -msgstr "" -"Remarque: fonctionne uniquement pour les règles TCP. Sélectionner OS Général " -"pour tous les sous-types (protocoles)." - -# File: src/www/firewall_rules_edit.php, line: 1211 -msgid "Diffserv Code Point" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1382 -msgid "Leave as 'none' to leave the rule enabled all the time." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1394 -# File: src/www/services_captiveportal.php, line: 870 -# File: src/www/services_captiveportal.php, line: 900 -# File: src/www/services_ntpd_gps.php, line: 461 -# File: src/www/services_ntpd_gps.php, line: 467 -# File: src/www/services_ntpd_gps.php, line: 473 -# File: src/www/services_ntpd_gps.php, line: 549 -# File: src/www/services_ntpd_pps.php, line: 156 -# File: src/www/services_ntpd_pps.php, line: 162 -# File: src/www/services_ntpd_pps.php, line: 206 -msgid "default" -msgstr "défaut" - -# File: src/www/firewall_rules_edit.php, line: 1431 -msgid "" -"Leave as 'default' to use the system routing table. Or choose a gateway to " -"utilize policy based routing." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1227 -# File: src/www/interfaces_ppps_edit.php, line: 693 -# File: src/www/vpn_ipsec_phase1.php, line: 974 -# File: src/www/vpn_ipsec_phase2.php, line: 876 -msgid "Advanced Options" -msgstr "Options avancées" - -# File: src/www/firewall_rules_edit.php, line: 1219 -msgid "Show/Hide" -msgstr "Afficher/Masquer" - -# File: src/www/firewall_rules_edit.php, line: 1224 -msgid "Note: Leave fields blank to disable the feature." -msgstr "Remarque: Laisser ce champ vide pour désactiver cette fonctionnalité." - -# File: src/www/firewall_rules_edit.php, line: 1227 -msgid "allow options" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1234 -msgid "" -"This allows packets with IP options to pass. Otherwise they are blocked by " -"default. This is usually only seen with multicast traffic." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1236 -msgid "disable reply-to" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1237 -msgid "This will disable auto generated reply-to for this rule." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1245 -msgid "Set local tag" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1240 -msgid "Policy filtering" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1240 -msgid "" -"You can mark a packet matching this rule and use this mark to match on other " -"NAT/filter rules. It is called" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1254 -msgid "Match local tag" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1243 -msgid "You can match packet on a mark placed before on another rule." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1263 -msgid "Max states" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1245 -msgid " Maximum state entries this rule can create" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1272 -msgid "Max source nodes" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1246 -msgid " Maximum number of unique source hosts" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1281 -msgid "Max established" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1247 -msgid " Maximum number of established connections per host (TCP only)" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1290 -msgid "Max source states" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1248 -msgid " Maximum state entries per host" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1299 -msgid "Max new connections" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1257 -msgid "Maximum new connections per host / per second(s) (TCP only)" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1329 -msgid "State timeout" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1260 -msgid "State Timeout in seconds (TCP only)" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1267 -msgid "TCP flags" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1299 -msgid "Any flags." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1301 -msgid "" -"Use this to choose TCP flags that must be set or cleared for this rule to " -"match." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1376 -msgid "NO pfsync" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1307 -msgid "State Type" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1316 -msgid "" -"Hint: This prevents states created by this rule to be sync'ed over pfsync." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1319 -# File: src/www/firewall_rules_edit.php, line: 1328 -msgid "keep state" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1320 -# File: src/www/firewall_rules_edit.php, line: 1329 -msgid "sloppy state" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1321 -# File: src/www/firewall_rules_edit.php, line: 1330 -msgid "synproxy state" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1325 -msgid "" -"Hint: Select which type of state tracking mechanism you would like to use. " -"If in doubt, use keep state." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1328 -# File: src/www/firewall_rules_edit.php, line: 1329 -msgid "Works with all IP protocols." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1330 -msgid "" -"Proxies incoming TCP connections to help protect servers from spoofed TCP " -"SYN floods. This option includes the functionality of keep state and " -"modulate state combined." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1331 -msgid "" -"Do not use state mechanisms to keep track. This is only useful if you're " -"doing advanced queueing in certain situations. Please check the " -"documentation." -msgstr "" - -# File: src/www/firewall_rules.php, line: 583 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 51 -# File: src/www/firewall_schedule_edit.php, line: 861 -msgid "Fri" -msgstr "Ven" - -# File: src/www/firewall_rules.php, line: 583 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 51 -# File: src/www/firewall_schedule_edit.php, line: 857 -msgid "Mon" -msgstr "Lun" - -# File: src/www/firewall_rules.php, line: 583 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 51 -# File: src/www/firewall_schedule_edit.php, line: 862 -msgid "Sat" -msgstr "Sam" - -# File: src/www/firewall_rules.php, line: 583 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 51 -# File: src/www/firewall_schedule_edit.php, line: 863 -msgid "Sun" -msgstr "Dim" - -# File: src/www/firewall_rules.php, line: 583 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 51 -msgid "Thur" -msgstr "Jeu" - -# File: src/www/firewall_rules.php, line: 583 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 51 -msgid "Tues" -msgstr "Mar" - -# File: src/www/firewall_rules.php, line: 583 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 51 -# File: src/www/firewall_schedule_edit.php, line: 859 -msgid "Wed" -msgstr "Mer" - -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "April" -msgstr "Avril" - -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "August" -msgstr "Août" - -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "December" -msgstr "Décembre" - -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "February" -msgstr "Février" - -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "January" -msgstr "Janvier" - -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "July" -msgstr "Juillet" - -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "June" -msgstr "Juin" - -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "March" -msgstr "Mars" - -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "May" -msgstr "Mai" - -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "November" -msgstr "Novembre" - -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "October" -msgstr "Octobre" - -# File: src/www/firewall_rules.php, line: 584 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "September" -msgstr "Septembre" - -# File: src/www/firewall_schedule.php, line: 63 -msgid "Cannot delete Schedule. Currently in use by %s" -msgstr "" -"Impossible de supprimer la tâche planifiée. Actuellement en cours " -"d'utilisation par %s" - -# File: src/www/firewall_schedule.php, line: 79 -msgid "Add a new schedule" -msgstr "Ajouter une nouvelle tâche planifiée" - -# File: src/www/firewall_schedule.php, line: 226 -msgid "Do you really want to delete this schedule?" -msgstr "Voulez-vous vraiment supprimer cette planification ?" - -# File: src/www/firewall_schedule.php, line: 105 -msgid "Time Range(s)" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 120 -msgid "Schedule is currently active" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 238 -msgid "delete schedule" -msgstr "supprimer la tâche planifiée" - -# File: src/www/firewall_schedule.php, line: 241 -msgid "clone schedule" -msgstr "dupliquer la tâche planifiée" - -# File: src/www/firewall_schedule.php, line: 236 -msgid "" -"Schedules act as placeholders for time ranges to be used in Firewall Rules." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 75 -msgid "Schedule may not be named LAN." -msgstr "La tâche planifiée ne peut pas s'appeler LAN." - -# File: src/www/firewall_schedule_edit.php, line: 77 -msgid "Schedule may not be named WAN." -msgstr "La tâche planifiée ne peut pas s'appeler WAN." - -# File: src/www/firewall_schedule_edit.php, line: 79 -msgid "Schedule name cannot be blank." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 83 -msgid "Reserved word used for schedule name." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 86 -msgid "The schedule name may only consist of the characters a-z, A-Z, 0-9" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 95 -msgid "A Schedule with this name already exists." -msgstr "Une tâche planifiée avec ce nom existe déjà." - -# File: src/www/firewall_schedule_edit.php, line: 108 -msgid "Invalid start time - '%s'" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 112 -msgid "Invalid stop time - '%s'" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 160 -msgid "The schedule must have at least one time range configured." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 776 -msgid "Schedule information" -msgstr "Information de la tâche planifiée" - -# File: src/www/firewall_schedule_edit.php, line: 787 -msgid "Schedule Name" -msgstr "Nom de la tâche planifiée" - -# File: src/www/firewall_schedule_edit.php, line: 793 -msgid "NOTE: This schedule is in use so the name may not be modified!" -msgstr "" -"REMARQUE: Cette tâche planifiée est actuellement utilisée, le nom ne peut " -"donc pas être modifié !" - -# File: src/www/firewall_schedule_edit.php, line: 798 -msgid "" -"The name of the alias may only consist of the characters a-z, A-Z and 0-9" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 815 -msgid "Month" -msgstr "Mois" - -# File: src/www/firewall_schedule_edit.php, line: 858 -msgid "Tue" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 860 -msgid "Thu" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 920 -msgid "" -"Click individual date to select that date only. Click the appropriate " -"weekday Header to select all occurrences of that weekday." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 928 -# File: src/www/firewall_schedule_edit.php, line: 1015 -msgid "Start Time" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 928 -# File: src/www/firewall_schedule_edit.php, line: 1016 -msgid "Stop Time" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 977 -msgid "" -"Select the time range for the day(s) selected on the Month(s) above. A full " -"day is 0:00-23:59." -msgstr "" -"Définissez l'intervalle de temps de la(les) journée(s) sélectionnée(s) pour " -"le(s) Mois ci-dessus. Une journée complète est représentée par l'intervalle " -"0:00-23:59." - -# File: src/www/firewall_schedule_edit.php, line: 981 -msgid "Time Range Description" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 991 -msgid "Add Time" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 992 -msgid "Clear Selection" -msgstr "Effacer la sélection" - -# File: src/www/firewall_schedule_edit.php, line: 1004 -msgid "Schedule repeat" -msgstr "Répétition de la tâche planifiée" - -# File: src/www/firewall_schedule_edit.php, line: 1009 -msgid "Configured Ranges" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 1014 -msgid "Day(s)" -msgstr "Jour(s)" - -# File: src/www/firewall_virtual_ip.php, line: 83 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"NAT mapping." -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 117 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"Gateway." -msgstr "" -"Cette élément ne peut pas être supprimée car il est toujours référencé comme " -"Passerelle." - -# File: src/www/firewall_virtual_ip.php, line: 144 -msgid "" -"This entry cannot be deleted because it is still referenced by a CARP IP " -"with the description" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 200 -msgid "The VIP configuration has been changed." -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 225 -msgid "Virtual IP address" -msgstr "Adresse IP virtuelle" - -# File: src/www/firewall_virtual_ip.php, line: 309 -msgid "move selected virtual IPs before this entry" -msgstr "déplacer les adresses IP virtuelles sélectionnées avant cet élément" - -# File: src/www/firewall_virtual_ip.php, line: 312 -msgid "edit virtual IP" -msgstr "modifier l'adresse IP virtuelle" - -# File: src/www/firewall_virtual_ip.php, line: 315 -msgid "delete virtual IP" -msgstr "supprimer l'adresse IP virtuelle" - -# File: src/www/firewall_virtual_ip.php, line: 318 -msgid "clone virtual IP" -msgstr "dupliquer l'adresse IP virtuelle" - -# File: src/www/firewall_virtual_ip.php, line: 332 -msgid "move selected virtual IPs to end" -msgstr "déplacer les adresses IP virtuelles sélectionnées à la fin" - -# File: src/www/firewall_virtual_ip.php, line: 335 -msgid "add new virtual IP" -msgstr "ajouter une nouvelle adresse IP virtuelle" - -# File: src/www/firewall_virtual_ip.php, line: 278 -msgid "The virtual IP addresses defined on this page may be used in" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 278 -msgid "mappings." -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 279 -msgid "You can check the status of your CARP Virtual IPs and interfaces " -msgstr "" - -# File: src/www/carp_status.php, line: 181 -# File: src/www/firewall_virtual_ip.php, line: 279 -# File: src/www/interfaces.php, line: 3445 -# File: src/www/interfaces.php, line: 3454 -msgid "here" -msgstr "ici" - -# File: src/www/firewall_virtual_ip_edit.php, line: 94 -# File: src/www/services_dhcp_edit.php, line: 158 -# File: src/www/services_dnsmasq_edit.php, line: 82 -# File: src/www/services_unbound_host_edit.php, line: 83 -msgid "A valid IP address must be specified." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 103 -msgid "This IP address is being used by another interface or VIP." -msgstr "Cette adresse IP est utilisée par une autre interface ou VIP." - -# File: src/www/firewall_virtual_ip_edit.php, line: 113 -msgid "" -"The interface chosen for the VIP has no IPv4 or IPv6 address configured so " -"it cannot be used as a parent for the VIP." -msgstr "" -"L'interface choisie pour la VIP n'a pas IPv4 ou IPv6 de configurée, elle ne " -"peut pas être utilisée en tant que parent pour cette VIP." - -# File: src/www/firewall_virtual_ip_edit.php, line: 127 -msgid "You cannot use the network address for this VIP" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 129 -msgid "You cannot use the broadcast address for this VIP" -msgstr "" -"Vous ne pouvez pas configurer une adresse de diffusion (broadcast) sur cette " -"VIP" - -# File: src/www/firewall_virtual_ip_edit.php, line: 140 -msgid "" -"VHID %s is already in use on interface %s. Pick a unique number on this " -"interface." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 144 -msgid "" -"You must specify a CARP password that is shared between the two VHID members." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 158 -msgid "" -"Sorry, we could not locate an interface with a matching subnet for %s. " -"Please add an IP alias in this subnet on this interface." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 162 -# File: src/www/firewall_virtual_ip_edit.php, line: 164 -msgid "For this type of vip localhost is not allowed." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 266 -msgid "Please provide a single IP address" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 261 -# File: src/www/firewall_virtual_ip_edit.php, line: 263 -msgid "" -"This must be the network's subnet mask. It does not specify a CIDR range." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 262 -msgid "This is a CIDR block of proxy ARP addresses." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 335 -msgid "Edit Virtual IP" -msgstr "Éditer l'IP virtuelle" - -# File: src/www/firewall_virtual_ip_edit.php, line: 348 -msgid "IP Alias" -msgstr "Alias d'IP" - -# File: src/www/firewall_virtual_ip_edit.php, line: 334 -msgid "carp" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 352 -msgid "Proxy ARP" -msgstr "Proxy ARP" - -# File: src/www/firewall_virtual_ip_edit.php, line: 354 -msgid "Other" -msgstr "Autre" - -# File: src/www/firewall_virtual_ip_edit.php, line: 373 -msgid "IP Address(es)" -msgstr "Adresse(s) IP" - -# File: src/www/firewall_nat_1to1_edit.php, line: 372 -# File: src/www/firewall_nat_1to1_edit.php, line: 454 -# File: src/www/firewall_nat_edit.php, line: 552 -# File: src/www/firewall_nat_edit.php, line: 650 -# File: src/www/firewall_nat_out_edit.php, line: 533 -# File: src/www/firewall_nat_out_edit.php, line: 590 -# File: src/www/firewall_rules_edit.php, line: 955 -# File: src/www/firewall_rules_edit.php, line: 1058 -# File: src/www/firewall_virtual_ip_edit.php, line: 377 -msgid "Type:" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 380 -msgid "Single address" -msgstr "adresse seule" - -# File: src/www/firewall_virtual_ip_edit.php, line: 400 -msgid "Expansion:" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 403 -msgid "" -"Disable expansion of this entry into IPs on NAT lists (e.g. 192.168.1.0/24 " -"expands to 256 entries." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 420 -msgid "Virtual IP Password" -msgstr "Mot de passe IP virtuelle" - -# File: src/www/firewall_virtual_ip_edit.php, line: 422 -msgid "Enter the VHID group password." -msgstr "Entrez le mot de passe du groupe VHID" - -# File: src/www/firewall_virtual_ip_edit.php, line: 426 -msgid "VHID Group" -msgstr "Groupe VHID" - -# File: src/www/firewall_virtual_ip_edit.php, line: 434 -msgid "Enter the VHID group that the machines will share" -msgstr "Entrez le groupe VHID que cette machine va partager" - -# File: src/www/firewall_virtual_ip_edit.php, line: 438 -msgid "Advertising Frequency" -msgstr "Fréquence de publication" - -# File: src/www/firewall_virtual_ip_edit.php, line: 433 -msgid "Base" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 441 -msgid "Skew" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 455 -msgid "" -"The frequency that this machine will advertise. 0 means usually master. " -"Otherwise the lowest combination of both values in the cluster determines " -"the master." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 481 -msgid "" -"Proxy ARP and Other type Virtual IPs cannot be bound to by anything running " -"on the firewall, such as IPsec, OpenVPN, etc. Use a CARP or IP Alias type " -"address for these cases." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 482 -msgid "CARP FAQ" -msgstr "FAQ CARP" - -# File: src/www/firewall_virtual_ip_edit.php, line: 482 -msgid "For more information on CARP and the above values, visit the OpenBSD " -msgstr "" - -# File: src/www/foot.inc, line: 25 -msgid "Available Widgets" -msgstr "Widgets disponibles" - -# File: src/www/graph.php, line: 79 -msgid "Cannot get data about interface %s" -msgstr "" - -# File: src/www/graph.php, line: 99 -msgid "In" -msgstr "Entrée" - -# File: src/www/graph.php, line: 100 -msgid "Out" -msgstr "Sortie" - -# File: src/www/graph.php, line: 104 -msgid "Switch to bytes/s" -msgstr "Convertir en octets/s" - -# File: src/www/graph.php, line: 105 -msgid "AutoScale" -msgstr "" - -# File: src/www/graph.php, line: 108 -msgid "Graph shows last" -msgstr "" - -# File: src/www/graph.php, line: 111 -# File: src/www/graph_cpu.php, line: 72 -msgid "Collecting initial data, please wait" -msgstr "" - -# File: src/www/graph.php, line: 123 -# File: src/www/graph_cpu.php, line: 84 -msgid "No URL for getURL" -msgstr "" - -# File: src/www/graph.php, line: 130 -# File: src/www/graph_cpu.php, line: 91 -msgid "No callback function for getURL" -msgstr "" - -# File: src/www/graph.php, line: 146 -# File: src/www/graph_cpu.php, line: 107 -msgid "Both getURL and XMLHttpRequest are undefined" -msgstr "" - -# File: src/www/graph.php, line: 183 -msgid "Switch to" -msgstr "Convertir en" - -# File: src/www/graph.php, line: 189 -msgid "follow" -msgstr "" - -# File: src/etc/inc/pfsense-utils.inc, line: 1103 -# File: src/www/graph.php, line: 189 -msgid "up" -msgstr "actif" - -# File: src/www/graph.php, line: 350 -msgid "Kbps" -msgstr "Kbps" - -# File: src/www/graph.php, line: 352 -msgid "Mbps" -msgstr "Mbps" - -# File: src/www/graph.php, line: 354 -msgid "Gbps" -msgstr "Gbps" - -# File: src/www/graph.php, line: 360 -msgid "KB/s" -msgstr "Ko/s" - -# File: src/www/graph.php, line: 362 -msgid "MB/s" -msgstr "Mo/s" - -# File: src/www/graph.php, line: 364 -msgid "GB/s" -msgstr "Go/s" - -# File: src/www/guiconfig.inc, line: 246 -msgid "The field %s contains invalid characters." -msgstr "Le champs %s contient des caractères invalides." - -# File: src/www/guiconfig.inc, line: 252 -msgid "The field %s is required." -msgstr "" - -# File: src/www/guiconfig.inc, line: 264 -msgid "The following input errors were detected:" -msgstr "" - -# File: src/www/firewall_rules.php, line: 357 -# File: src/www/guiconfig.inc, line: 275 -msgid "Apply changes" -msgstr "Appliquer les changements" - -# File: src/www/guiconfig.inc, line: 259 -msgid "" -"The firewall has globally been disabled and configured rules are currently " -"not enforced. It can be enabled in the %sFirewall/NAT%s settings." -msgstr "" - -# File: src/www/guiconfig.inc, line: 375 -msgid "The changes have been applied successfully." -msgstr "" - -# File: src/www/guiconfig.inc, line: 380 -msgid "" -"You can also monitor the filter " -"reload progress." -msgstr "" - -# File: src/www/guiconfig.inc, line: 412 -msgid "File %s is a directory." -msgstr "" - -# File: src/www/guiconfig.inc, line: 414 -msgid "File %s doesn't exist." -msgstr "" - -# File: src/www/guiconfig.inc, line: 389 -# File: src/www/guiconfig.inc, line: 420 -msgid "File %s yielded no results." -msgstr "" - -# File: src/www/guiconfig.inc, line: 921 -msgid "Currently viewing: " -msgstr "" - -# File: src/www/guiconfig.inc, line: 629 -msgid "A problem was detected. Click %shere%s for more information." -msgstr "" - -# File: src/etc/inc/functions.inc, line: 89 -msgid "Acknowledge All Notices" -msgstr "" - -# File: src/etc/inc/functions.inc, line: 109 -msgid "unread notice" -msgstr "notification non lue" - -# File: src/etc/inc/functions.inc, line: 111 -msgid "unread notices" -msgstr "notifications non lues" - -# File: src/www/index.php, line: 94 -msgid "Widget configuration has been changed." -msgstr "La configuration des widgets a été modifié." - -# File: src/www/index.php, line: 384 -msgid "Starting initial configuration" -msgstr "Démarrage de la configuration initiale" - -# File: src/www/index.php, line: 400 -msgid "Welcome to %s!\n" -msgstr "Bienvenue sur %s !\n" - -# File: src/www/index.php, line: 401 -msgid "One moment while we start the initial setup wizard." -msgstr "" -"Veuillez patienter pendant le démarrage de l’assistant de configuration " -"initiale" - -# File: src/www/index.php, line: 402 -msgid "" -"Embedded platform users: Please be patient, the wizard takes a little longer " -"to run than the normal GUI." -msgstr "" - -# File: src/www/index.php, line: 403 -msgid "To bypass the wizard, click on the %s logo on the initial page." -msgstr "" -"Pour passer outre l’assistant, cliquer sur le %s logo sur la page d’accueil" - -# File: src/www/index.php, line: 577 -msgid "Loading selected widget" -msgstr "Chargement des widgets sélectionnés" - -# File: src/www/interfaces.php, line: 214 -msgid "XML error: %s at line %d" -msgstr "" - -# File: src/www/interfaces.php, line: 413 -msgid "You have already applied your settings!" -msgstr "Vous avez déjà appliqué vos réglages!" - -# File: src/www/interfaces.php, line: 245 -msgid "Sorry, an alias with the name %s already exists." -msgstr "Désolé, un alias avec le nom % s existe déjà." - -# File: src/www/interfaces.php, line: 496 -msgid "An interface with the specified description already exists." -msgstr "Une interface avec la description spécifiée existe déjà." - -# File: src/www/interfaces.php, line: 502 -msgid "" -"The DHCP Server is active on this interface and it can be used only with a " -"static IP configuration. Please disable the DHCP Server service on this " -"interface first, then change the interface configuration." -msgstr "" -"Le serveur DHCP est activé sur cette interface et ne peut pas être utilisé " -"avec une configuration IP non statique. Veuillez désactiver au préalable le " -"service Serveur DHCP de cette interface puis modifier la configuration de " -"l'interface." - -# File: src/www/interfaces.php, line: 779 -msgid "" -"The DHCPv6 Server is active on this interface and it can be used only with a " -"static IPv6 configuration. Please disable the DHCPv6 Server service on this " -"interface first, then change the interface configuration." -msgstr "" -"Le serveur DHCPv6 est activé sur cette interface et ne peut pas être utilisé " -"avec une configuration IPv6 non statique. Veuillez désactiver au préalable " -"le service Serveur DHCPv6 de cette interface puis modifier la configuration " -"de l'interface." - -# File: src/www/interfaces.php, line: 509 -# File: src/www/interfaces.php, line: 1726 -# File: src/www/status_interfaces.php, line: 256 -msgid "IPv4 address" -msgstr "Adresse IPv4" - -# File: src/www/interfaces.php, line: 509 -# File: src/www/interfaces.php, line: 562 -msgid "Subnet bit count" -msgstr "" - -# File: src/www/interfaces.php, line: 516 -msgid "" -"This interface is referenced by IPv4 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "" - -# File: src/www/interfaces.php, line: 521 -# File: src/www/interfaces.php, line: 574 -# File: src/www/interfaces.php, line: 586 -# File: src/www/interfaces.php, line: 596 -# File: src/www/interfaces.php, line: 601 -msgid "You have to reassign the interface to be able to configure as %s." -msgstr "" - -# File: src/www/interfaces.php, line: 525 -# File: src/www/interfaces.php, line: 2596 -msgid "Modem Port" -msgstr "Port du modem" - -# File: src/www/interfaces.php, line: 525 -# File: src/www/interfaces.php, line: 2584 -# File: src/www/interfaces_ppps_edit.php, line: 183 -# File: src/www/interfaces_ppps_edit.php, line: 541 -msgid "Phone Number" -msgstr "Numéro de Téléphone" - -# File: src/www/interfaces.php, line: 531 -# File: src/www/interfaces.php, line: 541 -# File: src/www/interfaces.php, line: 551 -# File: src/www/interfaces.php, line: 2664 -# File: src/www/interfaces.php, line: 2786 -# File: src/www/interfaces_ppps_edit.php, line: 189 -# File: src/www/interfaces_ppps_edit.php, line: 200 -msgid "Dial on demand" -msgstr "" - -# File: src/www/interfaces.php, line: 531 -# File: src/www/interfaces.php, line: 541 -# File: src/www/interfaces.php, line: 551 -# File: src/www/interfaces_ppps_edit.php, line: 189 -# File: src/www/interfaces_ppps_edit.php, line: 200 -msgid "Idle timeout value" -msgstr "" - -# File: src/www/interfaces.php, line: 531 -# File: src/www/interfaces.php, line: 534 -msgid "PPPoE password" -msgstr "Mot de passe PPPoE" - -# File: src/www/interfaces.php, line: 531 -# File: src/www/interfaces.php, line: 534 -msgid "PPPoE username" -msgstr "Nom d’utilisateur PPPoE" - -# File: src/www/interfaces.php, line: 541 -# File: src/www/interfaces.php, line: 544 -msgid "PPTP local IP address" -msgstr "Adresse IP locale PPTP" - -# File: src/www/interfaces.php, line: 541 -# File: src/www/interfaces.php, line: 544 -msgid "PPTP password" -msgstr "Mot de passe PPTP" - -# File: src/www/interfaces.php, line: 541 -# File: src/www/interfaces.php, line: 544 -msgid "PPTP remote IP address" -msgstr "Adresse IP PPTP distante" - -# File: src/www/interfaces.php, line: 541 -# File: src/www/interfaces.php, line: 544 -msgid "PPTP subnet" -msgstr "Sous-réseau PPTP" - -# File: src/www/interfaces.php, line: 541 -# File: src/www/interfaces.php, line: 544 -msgid "PPTP username" -msgstr "Nom d’utilisateur PPTP" - -# File: src/www/interfaces.php, line: 551 -# File: src/www/interfaces.php, line: 554 -msgid "L2TP password" -msgstr "Mot de passe L2TP" - -# File: src/www/interfaces.php, line: 551 -# File: src/www/interfaces.php, line: 554 -msgid "L2TP remote IP address" -msgstr "Adresse PI L2TP distante" - -# File: src/www/interfaces.php, line: 551 -# File: src/www/interfaces.php, line: 554 -msgid "L2TP username" -msgstr "Nom d’utilisateur L2TP" - -# File: src/www/diag_ndp.php, line: 124 -# File: src/www/interfaces.php, line: 562 -# File: src/www/interfaces.php, line: 1835 -# File: src/www/services_dhcpv6.php, line: 834 -# File: src/www/services_dhcpv6_edit.php, line: 205 -# File: src/www/status_dhcpv6_leases.php, line: 417 -# File: src/www/status_interfaces.php, line: 287 -msgid "IPv6 address" -msgstr "Adresse IPv6" - -# File: src/www/interfaces.php, line: 569 -msgid "" -"This interface is referenced by IPv6 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "" - -# File: src/www/interfaces.php, line: 580 -msgid "You can only have one interface configured in 6rd with same prefix." -msgstr "" - -# File: src/www/interfaces.php, line: 591 -msgid "You can only have one interface configured as 6to4." -msgstr "" - -# File: src/www/interfaces.php, line: 604 -msgid "You must enter a valid hexadecimal number for the IPv6 prefix ID." -msgstr "" - -# File: src/www/interfaces.php, line: 608 -msgid "You specified an IPv6 prefix ID that is out of range." -msgstr "" - -# File: src/www/interfaces.php, line: 620 -msgid "A valid IPv4 address must be specified." -msgstr "Une adresse IPv4 valide doit être spécifiée" - -# File: src/www/interfaces.php, line: 623 -msgid "This IPv4 address is being used by another interface or VIP." -msgstr "Cette adresse IPv4 est utilisée par une autre interface ou VIP." - -# File: src/www/interfaces.php, line: 628 -msgid "This IPv4 address is the network address and cannot be used" -msgstr "" -"Cette adresse IPv4 est l'adresse du réseau et ne peut donc pas être utilisée" - -# File: src/www/interfaces.php, line: 630 -msgid "This IPv4 address is the broadcast address and cannot be used" -msgstr "" -"Cette adresse IPv4 est l'adresse de diffusion (broadcast) et ne peut donc " -"pas être utilisée" - -# File: src/www/interfaces.php, line: 636 -msgid "This IPv4 address conflicts with a Static Route." -msgstr "Cette adresse IPv4 est en conflit avec une route statique." - -# File: src/www/interfaces.php, line: 645 -# File: src/www/services_dhcpv6_edit.php, line: 112 -msgid "A valid IPv6 address must be specified." -msgstr "Une adresse IPv6 valide doit être spécifiée" - -# File: src/www/interfaces.php, line: 648 -msgid "This IPv6 address is being used by another interface or VIP." -msgstr "Cette adresse IPv6 est utilisée par une autre interface ou VIP." - -# File: src/www/interfaces.php, line: 653 -msgid "This IPv6 address conflicts with a Static Route." -msgstr "Cette adresse IPv6 est en conflit avec une route statique." - -# File: src/www/interfaces.php, line: 661 -# File: src/www/interfaces.php, line: 663 -msgid "A valid subnet bit count must be specified." -msgstr "" - -# File: src/www/interfaces.php, line: 665 -msgid "A valid alias IP address must be specified." -msgstr "" - -# File: src/www/interfaces.php, line: 667 -msgid "A valid alias subnet bit count must be specified." -msgstr "" - -# File: src/www/interfaces.php, line: 669 -msgid "A valid alias IP address must be specified to reject DHCP Leases from." -msgstr "" - -# File: src/www/interfaces.php, line: 683 -# File: src/www/system_routes_edit.php, line: 97 -msgid "A valid gateway must be specified." -msgstr "Une passerelle valide doit être spécifiée" - -# File: src/www/interfaces.php, line: 687 -msgid "The service name contains invalid characters." -msgstr "Le nom du service contient des caractères invalides." - -# File: src/www/interfaces.php, line: 689 -# File: src/www/interfaces.php, line: 705 -# File: src/www/interfaces_ppps_edit.php, line: 218 -msgid "The idle timeout value must be an integer." -msgstr "" - -# File: src/www/interfaces.php, line: 692 -# File: src/www/interfaces_ppps_edit.php, line: 221 -msgid "A valid PPPoE reset hour must be specified (0-23)." -msgstr "" - -# File: src/www/interfaces.php, line: 695 -# File: src/www/interfaces_ppps_edit.php, line: 224 -msgid "A valid PPPoE reset minute must be specified (0-59)." -msgstr "" - -# File: src/www/interfaces.php, line: 697 -# File: src/www/interfaces_ppps_edit.php, line: 226 -msgid "A valid PPPoE reset date must be specified (mm/dd/yyyy)." -msgstr "" - -# File: src/www/interfaces.php, line: 699 -msgid "A valid PPTP local IP address must be specified." -msgstr "" - -# File: src/www/interfaces.php, line: 701 -msgid "A valid PPTP subnet bit count must be specified." -msgstr "" - -# File: src/www/interfaces.php, line: 703 -msgid "A valid PPTP remote IP address must be specified." -msgstr "" - -# File: src/www/interfaces.php, line: 707 -# File: src/www/services_dhcp_edit.php, line: 161 -# File: src/www/services_wol.php, line: 76 -# File: src/www/services_wol_edit.php, line: 83 -msgid "A valid MAC address must be specified." -msgstr "" - -# File: src/www/interfaces.php, line: 710 -msgid "The MTU must be greater than 576 bytes and less than 9000." -msgstr "" - -# File: src/www/interfaces.php, line: 719 -msgid "MTU of a vlan should not be bigger than parent interface." -msgstr "" -"La MTU d'un vlan ne devrait pas être plus grande que celle de son interface " -"parente." - -# File: src/www/interfaces.php, line: 734 -msgid "Interface %s (VLAN) has MTU set to a bigger value" -msgstr "" - -# File: src/www/interfaces.php, line: 739 -msgid "The MSS must be greater than 576 bytes." -msgstr "La MSS (Maximum Segment Size) doit être supérieure à 576 octets." - -# File: src/www/interfaces.php, line: 743 -# File: src/www/interfaces.php, line: 3028 -# File: src/www/interfaces_wireless.php, line: 115 -# File: src/www/interfaces_wireless_edit.php, line: 78 -# File: src/www/interfaces_wireless_edit.php, line: 180 -# File: src/www/load_balancer_pool.php, line: 134 -# File: src/www/load_balancer_pool_edit.php, line: 68 -# File: src/www/load_balancer_pool_edit.php, line: 207 -# File: src/www/load_balancer_virtual_server_edit.php, line: 61 -# File: src/www/status_lb_pool.php, line: 136 -# File: src/www/vpn_ipsec.php, line: 272 -# File: src/www/vpn_ipsec.php, line: 465 -# File: src/www/vpn_ipsec_phase2.php, line: 553 -msgid "Mode" -msgstr "" - -# File: src/www/interfaces.php, line: 746 -# File: src/www/interfaces.php, line: 3038 -# File: src/www/status_interfaces.php, line: 352 -msgid "SSID" -msgstr "SSID" - -# File: src/www/interfaces.php, line: 1322 -msgid "" -"Unable to change mode to %s. You may already have the maximum number of " -"wireless clones supported in this mode." -msgstr "" - -# File: src/www/interfaces.php, line: 781 -msgid "" -"Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit." -msgstr "" - -# File: src/www/interfaces.php, line: 789 -msgid "The length of the passphrase should be between 8 and 63 characters." -msgstr "" - -# File: src/www/interfaces.php, line: 1566 -msgid "Don't forget to adjust the DHCP Server range if needed after applying." -msgstr "Ne pas oublier d'ajuster la plage DHCP si besoin après validation." - -# File: src/www/interfaces.php, line: 1566 -msgid "The %s configuration has been changed." -msgstr "" - -# File: src/www/interfaces.php, line: 1582 -msgid "General configuration" -msgstr "Configuration générale" - -# File: src/www/interfaces.php, line: 1590 -msgid "Enable Interface" -msgstr "Activer l’interface" - -# File: src/www/interfaces.php, line: 1605 -msgid "Enter a description (name) for the interface here." -msgstr "" - -# File: src/www/interfaces.php, line: 1706 -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved for " -"private networks as per RFC 1918 (10/8, 172.16/12, 192.168/16) as well as " -"loopback addresses (127/8)." -msgstr "" - -# File: src/www/interfaces.php, line: 3304 -msgid "" -"You should generally leave this option turned on, unless your WAN network " -"lies in such a private address space, too." -msgstr "" - -# File: src/www/interfaces.php, line: 3314 -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved (" -"but not RFC 1918) or not yet assigned by IANA." -msgstr "" - -# File: src/www/interfaces.php, line: 3316 -msgid "" -"Bogons are prefixes that should never appear in the Internet routing table, " -"and obviously should not appear as the source address in any packets you " -"receive." -msgstr "" - -# File: src/www/interfaces.php, line: 3319 -msgid "" -"Note: The update frequency can be changed under System->Advanced Firewall/" -"NAT settings." -msgstr "" -"Remarque: La fréquence de mise à jour peut être modifiée dans Système->" -"Paramètres avancés du Pare-feu/NAT." - -# File: src/www/interfaces.php, line: 1609 -msgid "IPv4 Configuration Type" -msgstr "Type de configuration IPv4" - -# File: src/www/diag_logs_ppp.php, line: 44 -# File: src/www/diag_logs_tabs.inc, line: 34 -# File: src/www/interfaces.php, line: 1350 -# File: src/www/status_interfaces.php, line: 161 -msgid "PPP" -msgstr "PPP" - -# File: src/www/interfaces.php, line: 1350 -# File: src/www/status_interfaces.php, line: 122 -# File: src/www/vpn_pppoe.php, line: 83 -msgid "PPPoE" -msgstr "PPPoE" - -# File: src/www/interfaces.php, line: 1350 -msgid "Static IPv4" -msgstr "Adresse IPv4 statique" - -# File: src/www/interfaces.php, line: 1625 -msgid "IPv6 Configuration Type" -msgstr "Type de configuration IPv6" - -# File: src/www/interfaces.php, line: 1351 -msgid "6rd Tunnel" -msgstr "" - -# File: src/www/interfaces.php, line: 1351 -msgid "6to4 Tunnel" -msgstr "" - -# File: src/www/interfaces.php, line: 1351 -msgid "SLAAC" -msgstr "" - -# File: src/www/interfaces.php, line: 1351 -msgid "Static IPv6" -msgstr "Adresse IPv6 statique" - -# File: src/www/interfaces.php, line: 1351 -msgid "Track Interface" -msgstr "" - -# File: src/www/diag_arp.php, line: 317 -# File: src/www/diag_ndp.php, line: 134 -# File: src/www/interfaces.php, line: 1641 -# File: src/www/services_captiveportal_mac.php, line: 173 -# File: src/www/services_captiveportal_mac_edit.php, line: 95 -# File: src/www/services_captiveportal_mac_edit.php, line: 219 -# File: src/www/services_dhcp.php, line: 1175 -# File: src/www/services_dhcp_edit.php, line: 362 -# File: src/www/services_wol.php, line: 150 -# File: src/www/services_wol.php, line: 172 -# File: src/www/services_wol_edit.php, line: 75 -# File: src/www/services_wol_edit.php, line: 150 -# File: src/www/status_captiveportal.php, line: 161 -# File: src/www/status_dhcp_leases.php, line: 337 -# File: src/www/status_interfaces.php, line: 242 -msgid "MAC address" -msgstr "Adresse MAC" - -# File: src/www/interfaces.php, line: 1650 -msgid "Insert my local MAC address" -msgstr "Insérer mon adresse MAC locale" - -# File: src/www/interfaces.php, line: 1653 -msgid "" -"This field can be used to modify (\"spoof\") the MAC address of this " -"interface" -msgstr "" - -# File: src/www/interfaces.php, line: 1655 -msgid "(may be required with some cable connections)" -msgstr "" - -# File: src/www/interfaces.php, line: 1656 -msgid "" -"Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx or leave blank" -msgstr "" -"Entrer une adresse MAC avec le format suivant: xx:xx:xx:xx:xx:xx ou laisser " -"vide" - -# File: src/www/interfaces.php, line: 1661 -# File: src/www/interfaces_ppps_edit.php, line: 774 -msgid "MTU" -msgstr "MTU (Maximum Transmission Unit)" - -# File: src/www/interfaces.php, line: 1666 -msgid "" -"If you leave this field blank, the adapter's default MTU will be used. This " -"is typically 1500 bytes but can vary in some circumstances." -msgstr "" -"Si vous laissez ce champ vide, la MTU par défaut sera utilisée. Elle est " -"généralement de 1500 octets, mais peut varier dans certaines circonstances." - -# File: src/www/interfaces.php, line: 1672 -msgid "MSS" -msgstr "" - -# File: src/www/interfaces.php, line: 1676 -msgid "" -"If you enter a value in this field, then MSS clamping for TCP connections to " -"the value entered above minus 40 (TCP/IP header size) will be in effect." -msgstr "" - -# File: src/www/interfaces.php, line: 1685 -msgid "Speed and duplex" -msgstr "Vitesse et duplex" - -# File: src/www/interfaces.php, line: 1802 -msgid "Default (no preference, typically autoselect)" -msgstr "" - -# File: src/www/interfaces.php, line: 1706 -msgid "" -"Here you can explicitly set speed and duplex mode for this interface. " -"WARNING: You MUST leave this set to autoselect (automatically negotiate " -"speed) unless the port this interface connects to has its speed and duplex " -"forced." -msgstr "" - -# File: src/www/interfaces.php, line: 1721 -msgid "Static IPv4 configuration" -msgstr "Configuration adresse IPv4 statique" - -# File: src/www/interfaces.php, line: 1754 -msgid "IPv4 Upstream Gateway" -msgstr "Passerelle IPv4" - -# File: src/www/interfaces.php, line: 1772 -# File: src/www/interfaces.php, line: 1881 -# File: src/www/system_routes_edit.php, line: 299 -msgid "add a new one." -msgstr "" - -# File: src/www/interfaces.php, line: 1787 -msgid "Add new gateway" -msgstr "Ajouter une nouvelle passerelle" - -# File: src/www/interfaces.php, line: 1794 -# File: src/www/system_routes_edit.php, line: 312 -msgid "Default gateway:" -msgstr "Passerelle par défaut:" - -# File: src/www/interfaces.php, line: 1797 -# File: src/www/system_routes_edit.php, line: 327 -msgid "Gateway Name:" -msgstr "Nom de la passerelle:" - -# File: src/www/interfaces.php, line: 1800 -msgid "Gateway IPv4:" -msgstr "Passerelle IPv4:" - -# File: src/www/interfaces.php, line: 1803 -# File: src/www/interfaces.php, line: 1913 -# File: src/www/system_routes_edit.php, line: 333 -msgid "Description:" -msgstr "Description:" - -# File: src/www/interfaces.php, line: 1809 -# File: src/www/interfaces.php, line: 1919 -# File: src/www/system_routes_edit.php, line: 340 -msgid "Save Gateway" -msgstr "Sauvegarder la passerelle" - -# File: src/www/interfaces.php, line: 1775 -# File: src/www/interfaces.php, line: 1884 -msgid "" -"If this interface is an Internet connection, select an existing Gateway from " -"the list or add a new one using the link above." -msgstr "" - -# File: src/www/interfaces.php, line: 1776 -# File: src/www/interfaces.php, line: 1885 -msgid "On local LANs the upstream gateway should be \"none\"." -msgstr "" - -# File: src/www/diag_gmirror.php, line: 176 -# File: src/www/interfaces.php, line: 3445 -# File: src/www/interfaces.php, line: 3454 -# File: src/www/interfaces_groups_edit.php, line: 326 -# File: src/www/load_balancer_virtual_server_edit.php, line: 211 -# File: src/www/load_balancer_virtual_server_edit.php, line: 230 -# File: src/www/system_routes_edit.php, line: 444 -# File: src/www/vpn_openvpn_export_shared.php, line: 480 -msgid "NOTE:" -msgstr "REMARQUE:" - -# File: src/www/interfaces.php, line: 3445 -# File: src/www/interfaces.php, line: 3454 -msgid "You can manage Gateways" -msgstr "" - -# File: src/www/interfaces.php, line: 1940 -msgid "DHCP client configuration" -msgstr "Configuration du client DHCP" - -# File: src/www/interfaces.php, line: 1937 -# File: src/www/interfaces.php, line: 2530 -msgid "Basic" -msgstr "" - -# File: src/www/interfaces.php, line: 1945 -# File: src/www/interfaces.php, line: 2073 -# File: src/www/interfaces.php, line: 2538 -msgid "Config File Override" -msgstr "" - -# File: src/www/interfaces.php, line: 1963 -msgid "" -"The value in this field is sent as the DHCP client identifier and hostname " -"when requesting a DHCP lease. Some ISPs may require this (for client " -"identification)." -msgstr "" -"La valeur de ce champ est envoyée comme identifiant et nom d’hôte au client " -"DHCP lors de la demande d'un bail DHCP. Certains FAI peuvent l'exiger (pour " -"l'identification du client)." - -# File: src/www/interfaces.php, line: 1969 -msgid "Alias IPv4 address" -msgstr "Alias IPv4" - -# File: src/www/interfaces.php, line: 1988 -msgid "" -"The value in this field is used as a fixed alias IPv4 address by the DHCP " -"client." -msgstr "" - -# File: src/www/interfaces.php, line: 1996 -msgid "Reject Leases From" -msgstr "" - -# File: src/www/interfaces.php, line: 2000 -msgid "" -"If there is a certain upstream DHCP server that should be ignored, place the " -"IP address or subnet of the DHCP server to be ignored here." -msgstr "" - -# File: src/www/interfaces.php, line: 2001 -msgid "" -"This is useful for rejecting leases from cable modems that offer private IPs " -"when they lose upstream sync." -msgstr "" - -# File: src/www/interfaces.php, line: 2006 -msgid "Protocol Timing" -msgstr "" - -# File: src/www/interfaces.php, line: 2003 -msgid "Timeout" -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 239 -msgid "Retry" -msgstr "Réessayer" - -# File: src/www/interfaces.php, line: 2005 -msgid "Select Timeout" -msgstr "" - -# File: src/www/interfaces.php, line: 2006 -msgid "Reboot" -msgstr "" - -# File: src/www/interfaces.php, line: 2007 -msgid "Backoff Cutoff" -msgstr "" - -# File: src/www/interfaces.php, line: 2008 -msgid "Initial Interval" -msgstr "" - -# File: src/www/interfaces.php, line: 2010 -msgid "Presets:" -msgstr "" - -# File: src/www/interfaces.php, line: 2013 -msgid "FreeBSD Default" -msgstr "" - -# File: src/www/status_upnp.php, line: 110 -msgid "Clear" -msgstr "" - -# File: src/www/interfaces.php, line: 2019 -msgid "OPNsense Default" -msgstr "" - -# File: src/www/interfaces.php, line: 2022 -msgid "Saved Cfg" -msgstr "" - -# File: src/www/interfaces.php, line: 2027 -msgid "" -"The values in these fields are DHCP protocol timings used when requesting a " -"lease.
" -msgstr "" - -# File: src/www/interfaces.php, line: 2032 -msgid "Lease Requirements" -msgstr "" - -# File: src/www/interfaces.php, line: 2035 -msgid "FreeBSD Manual" -msgstr "Manuel FreeBSD" - -# File: src/www/interfaces.php, line: 2035 -msgid "" -"More detailed information about lease requirements and requests can be found " -"in the " -msgstr "" - -# File: src/www/interfaces.php, line: 2231 -msgid "Send Options" -msgstr "" - -# File: src/www/interfaces.php, line: 2073 -msgid "" -"The values in this field are DHCP options to be sent when requesting a DHCP " -"lease. [option declaration [, ...]]
Value Substitutions: {interface}, " -"{hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C is U(pper) or " -"L(ower) Case, and D is \" :-.\" Delimiter (space, colon, hyphen, or period) (" -"omitted for none).
Some ISPs may require certain options be or not be " -"sent. " -msgstr "" - -# File: src/www/interfaces.php, line: 2240 -msgid "Request Options" -msgstr "" - -# File: src/www/interfaces.php, line: 2081 -msgid "" -"The values in this field are DHCP option 55 to be sent when requesting a " -"DHCP lease. [option [, ...]]
Some ISPs may require certain options be " -"or not be requested. " -msgstr "" - -# File: src/www/interfaces.php, line: 2054 -msgid "Require Options" -msgstr "" - -# File: src/www/interfaces.php, line: 2087 -msgid "" -"The values in this field are DHCP options required by the client when " -"requesting a DHCP lease. [option [, ...]] " -msgstr "" - -# File: src/www/interfaces.php, line: 2062 -msgid "Option Modifiers" -msgstr "" - -# File: src/www/interfaces.php, line: 2096 -msgid "" -"The values in this field are DHCP option modifiers applied to obtained DHCP " -"lease. [modifier option declaration [, ...]]
modifiers: (default, " -"supersede, prepend, append)" -msgstr "" - -# File: src/www/interfaces.php, line: 2068 -# File: src/www/interfaces.php, line: 2081 -msgid "FreeBSD manual" -msgstr "manuel FreeBSD" - -# File: src/www/interfaces.php, line: 2106 -# File: src/www/interfaces.php, line: 2351 -msgid "" -"The value in this field is the full absolute path to a DHCP client " -"configuration file. [/[dirname/[.../]]filename[.ext]]
Value " -"Substitutions in Config File: {interface}, {hostname}, {mac_addr_asciiCD}, " -"{mac_addr_hexCD}
Where C is U(pper) or L(ower) Case, and D is \" :-.\" " -"Delimiter (space, colon, hyphen, or period) (omitted for none).
Some " -"ISPs may require certain options be or not be sent. " -msgstr "" - -# File: src/www/interfaces.php, line: 2537 -msgid "PPP configuration" -msgstr "Configuration PPP" - -# File: src/www/interfaces.php, line: 2540 -# File: src/www/interfaces_ppps_edit.php, line: 496 -msgid "Service Provider" -msgstr "" - -# File: src/www/interfaces.php, line: 2544 -# File: src/www/interfaces_ppps_edit.php, line: 500 -msgid "Country:" -msgstr "Pays:" - -# File: src/www/interfaces.php, line: 2552 -# File: src/www/interfaces_ppps_edit.php, line: 508 -msgid "Provider:" -msgstr "" - -# File: src/www/interfaces.php, line: 2560 -# File: src/www/interfaces_ppps_edit.php, line: 516 -msgid "Plan:" -msgstr "" - -# File: src/www/interfaces.php, line: 2568 -# File: src/www/interfaces_ppps_edit.php, line: 524 -msgid "Select to fill in data for your service provider." -msgstr "" - -# File: src/www/interfaces.php, line: 2590 -# File: src/www/interfaces_ppps_edit.php, line: 548 -msgid "Access Point Name (APN)" -msgstr "Nom du point d'accès (APN)" - -# File: src/www/interfaces.php, line: 2620 -msgid "Advanced PPP" -msgstr "" - -# File: src/www/interfaces.php, line: 2623 -# File: src/www/interfaces.php, line: 2628 -# File: src/www/interfaces.php, line: 2732 -# File: src/www/interfaces.php, line: 2737 -# File: src/www/interfaces.php, line: 2803 -# File: src/www/interfaces.php, line: 2808 -msgid "Click here" -msgstr "Cliquer ici" - -# File: src/www/interfaces.php, line: 2624 -msgid "to edit PPP configuration." -msgstr "Pour éditer une configuration PPTP." - -# File: src/www/interfaces.php, line: 2629 -msgid "to create a PPP configuration." -msgstr "Pour créer une configuration PPTP." - -# File: src/www/interfaces.php, line: 2643 -msgid "PPPoE configuration" -msgstr "Configuration PPPoE" - -# File: src/www/interfaces.php, line: 2658 -# File: src/www/interfaces_ppps_edit.php, line: 607 -msgid "Service name" -msgstr "Nom du service" - -# File: src/www/interfaces.php, line: 2660 -msgid "Hint: this field can usually be left empty" -msgstr "" - -# File: src/www/interfaces.php, line: 2667 -# File: src/www/interfaces.php, line: 2789 -msgid "Enable Dial-On-Demand mode" -msgstr "Activer le mode connexion à la demande (Dial-On-Demand)" - -# File: src/www/interfaces.php, line: 2668 -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a " -msgstr "" - -# File: src/www/interfaces.php, line: 2668 -# File: src/www/interfaces.php, line: 2790 -msgid "" -"connection. The interface is configured, but the actual connection of the " -"link is delayed until qualifying outgoing traffic is detected." -msgstr "" - -# File: src/www/interfaces.php, line: 2668 -# File: src/www/interfaces.php, line: 2790 -msgid "virtual full time" -msgstr "" - -# File: src/www/interfaces.php, line: 2672 -# File: src/www/interfaces.php, line: 2794 -# File: src/www/services_captiveportal.php, line: 542 -msgid "Idle timeout" -msgstr "Délai d'inactivité" - -# File: src/www/interfaces.php, line: 2674 -# File: src/www/interfaces.php, line: 2796 -msgid "" -"If no qualifying outgoing packets are transmitted for the specified number " -"of seconds, the connection is brought down. An idle timeout of zero disables " -"this feature." -msgstr "" - -# File: src/www/interfaces.php, line: 2678 -# File: src/www/interfaces_ppps_edit.php, line: 614 -msgid "Periodic reset" -msgstr "Période de réinitialisation" - -# File: src/www/interfaces.php, line: 2686 -# File: src/www/interfaces_ppps_edit.php, line: 622 -# File: src/www/status_rrd_graph_tabs.inc, line: 32 -msgid "Custom" -msgstr "Personnaliser" - -# File: src/www/interfaces.php, line: 2687 -# File: src/www/interfaces_ppps_edit.php, line: 623 -msgid "Pre-Set" -msgstr "" - -# File: src/www/interfaces.php, line: 2688 -# File: src/www/interfaces_ppps_edit.php, line: 624 -msgid "Select a reset timing type" -msgstr "" - -# File: src/www/interfaces.php, line: 2696 -# File: src/www/interfaces_ppps_edit.php, line: 632 -msgid "hour (0-23)" -msgstr "heure (0-23)" - -# File: src/www/interfaces.php, line: 2698 -# File: src/www/interfaces_ppps_edit.php, line: 634 -msgid "minute (0-59)" -msgstr "minute (0-59)" - -# File: src/www/interfaces.php, line: 2700 -# File: src/www/interfaces_ppps_edit.php, line: 636 -msgid "reset at a specific date (mm/dd/yyyy)" -msgstr "" - -# File: src/www/interfaces.php, line: 2703 -# File: src/www/interfaces_ppps_edit.php, line: 639 -msgid "" -"If you leave the date field empty, the reset will be executed each day at " -"the time you did specify using the minutes and hour field." -msgstr "" - -# File: src/www/interfaces.php, line: 2711 -# File: src/www/interfaces_ppps_edit.php, line: 647 -msgid "reset at each month ('0 0 1 * *')" -msgstr "" - -# File: src/www/interfaces.php, line: 2714 -# File: src/www/interfaces_ppps_edit.php, line: 650 -msgid "reset at each week ('0 0 * * 0')" -msgstr "" - -# File: src/www/interfaces.php, line: 2717 -# File: src/www/interfaces_ppps_edit.php, line: 653 -msgid "reset at each day ('0 0 * * *')" -msgstr "" - -# File: src/www/interfaces.php, line: 2720 -# File: src/www/interfaces_ppps_edit.php, line: 656 -msgid "reset at each hour ('0 * * * *')" -msgstr "" - -# File: src/www/interfaces.php, line: 2729 -msgid "Advanced and MLPPP" -msgstr "" - -# File: src/www/interfaces.php, line: 2733 -msgid "" -"for additional PPPoE configuration options. Save first if you made changes." -msgstr "" -"pour les options de configuration PPPoE supplémentaires. Enregistrez d'abord " -"si vous avez apporté des modifications." - -# File: src/www/interfaces.php, line: 2738 -msgid "for advanced PPPoE configuration options and MLPPP configuration." -msgstr "Options avancées de configuration PPPoE et MLPPP." - -# File: src/www/interfaces.php, line: 2752 -msgid "PPTP/L2TP configuration" -msgstr "Configuration PPTP/L2TP" - -# File: src/www/interfaces.php, line: 2767 -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -msgid "Local IP address" -msgstr "Adresse IP locale" - -# File: src/www/interfaces.php, line: 2780 -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -msgid "Remote IP address" -msgstr "Adresse IP distante" - -# File: src/www/interfaces.php, line: 2790 -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a" -msgstr "" -"Cette option implique le mode de connexion à la demande (dial-on-demand) " -"pour l'interface" - -# File: src/www/interfaces.php, line: 2804 -msgid "" -"for additional PPTP and L2TP configuration options. Save first if you made " -"changes." -msgstr "" -"pour options de configuration PPTP et L2TP supplémentaires. Enregistrez " -"d'abord si vous avez apporté des modifications." - -# File: src/www/interfaces.php, line: 2809 -msgid "for advanced PPTP and L2TP configuration options" -msgstr "Options avancées de configuration PPTP et L2TP." - -# File: src/www/interfaces.php, line: 1830 -msgid "Static IPv6 configuration" -msgstr "Configuration IPv6 statique" - -# File: src/www/interfaces.php, line: 1863 -msgid "IPv6 Upstream Gateway" -msgstr "Passerelle IPv6" - -# File: src/www/interfaces.php, line: 1896 -msgid "Add new v6 gateway:" -msgstr "Ajouter une nouvelle passerelle v6" - -# File: src/www/interfaces.php, line: 1904 -msgid "Default v6 gateway:" -msgstr "Passerelle v6 par défaut:" - -# File: src/www/interfaces.php, line: 1907 -msgid "Gateway Name IPv6:" -msgstr "Nom de la passerelle IPv6:" - -# File: src/www/interfaces.php, line: 1910 -msgid "Gateway IPv6:" -msgstr "Passerelle IPv6:" - -# File: src/www/interfaces.php, line: 2520 -msgid "DHCPv6 client configuration" -msgstr "Configuration du client DHCPv6" - -# File: src/www/interfaces.php, line: 2544 -msgid "Use IPv4 connectivity" -msgstr "" - -# File: src/www/interfaces.php, line: 2188 -msgid "Request a IPv6 prefix/information through the IPv4 connectivity link" -msgstr "" - -# File: src/www/interfaces.php, line: 2192 -msgid "Request only a IPv6 prefix" -msgstr "Demander uniquement un préfixe IPv6" - -# File: src/www/interfaces.php, line: 2195 -msgid "Only request a IPv6 prefix, do not request a IPv6 address" -msgstr "" - -# File: src/www/interfaces.php, line: 2199 -msgid "DHCPv6 Prefix Delegation size" -msgstr "" - -# File: src/www/interfaces.php, line: 2212 -msgid "" -"The value in this field is the delegated prefix length provided by the " -"DHCPv6 server. Normally specified by the ISP." -msgstr "" - -# File: src/www/interfaces.php, line: 2216 -msgid "Send IPv6 prefix hint" -msgstr "" - -# File: src/www/interfaces.php, line: 2219 -msgid "" -"Send an IPv6 prefix hint to indicate the desired prefix size for delegation" -msgstr "" - -# File: src/www/interfaces.php, line: 2588 -msgid "Interface Statement" -msgstr "" - -# File: src/www/interfaces.php, line: 2228 -msgid "Information Only" -msgstr "" - -# File: src/www/interfaces.php, line: 2593 -msgid "" -"This statement specifies dhcp6c to only exchange informational " -"configuration parameters with servers. A list of DNS server addresses is " -"an example of such parameters. This statement is useful when the client " -"does not need stateful configuration parameters such as IPv6 addresses or " -"prefixes." -msgstr "" - -# File: src/www/interfaces.php, line: 2598 -msgid "source: FreeBSD man page" -msgstr "source: page du manuel FreeBSD" - -# File: src/www/interfaces.php, line: 2234 -msgid "" -"The values in this field are DHCP send options to be sent when requesting a " -"DHCP lease. [option declaration [, ...]]
Value Substitutions: " -"{interface}, {hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C " -"is U(pper) or L(ower) Case, and D is \" :-.\" Delimiter (space, colon, " -"hyphen, or period) (omitted for none).
Some DHCP services may require " -"certain options be or not be sent. " -msgstr "" - -# File: src/www/interfaces.php, line: 2243 -msgid "" -"The values in this field are DHCP request options to be sent when requesting " -"a DHCP lease. [option [, ...]]
Some DHCP services may require certain " -"options be or not be requested. " -msgstr "" - -# File: src/www/interfaces.php, line: 2247 -msgid "Script" -msgstr "" - -# File: src/www/interfaces.php, line: 2250 -msgid "" -"The value in this field is the absolute path to a script invoked on certain " -"conditions including when a reply message is received.
[/[dirname/[.../]]filename[.ext]] " -msgstr "" - -# File: src/www/interfaces.php, line: 2629 -msgid "Identity Association" -msgstr "" - -# File: src/www/interfaces.php, line: 2262 -msgid "Non-Temporary Address Allocation" -msgstr "" - -# File: src/www/interfaces.php, line: 2264 -msgid "id-assoc na" -msgstr "" - -# File: src/www/interfaces.php, line: 2265 -# File: src/www/interfaces.php, line: 2282 -msgid "ID" -msgstr "" - -# File: src/www/interfaces.php, line: 2269 -msgid "ipv6-address" -msgstr "" - -# File: src/www/interfaces.php, line: 2271 -# File: src/www/interfaces.php, line: 2288 -msgid "pltime" -msgstr "" - -# File: src/www/interfaces.php, line: 2273 -# File: src/www/interfaces.php, line: 2290 -msgid "vltime" -msgstr "" - -# File: src/www/interfaces.php, line: 2279 -msgid "Prefix Delegation" -msgstr "" - -# File: src/www/interfaces.php, line: 2281 -msgid "id-assoc pd" -msgstr "" - -# File: src/www/interfaces.php, line: 2285 -msgid "Prefix" -msgstr "Préfixe" - -# File: src/www/interfaces.php, line: 2286 -msgid "ipv6-prefix" -msgstr "" - -# File: src/www/interfaces.php, line: 2665 -msgid "Prefix Interface" -msgstr "" - -# File: src/www/interfaces.php, line: 2301 -msgid "Prefix Interface " -msgstr "" - -# File: src/www/interfaces.php, line: 2302 -msgid "sla-id" -msgstr "" - -# File: src/www/interfaces.php, line: 2304 -msgid "sla-len" -msgstr "" - -# File: src/www/diag_authentication.php, line: 56 -# File: src/www/interfaces.php, line: 3191 -# File: src/www/services_captiveportal.php, line: 636 -# File: src/www/services_captiveportal.php, line: 1013 -msgid "Authentication" -msgstr "Authentification" - -# File: src/www/interfaces.php, line: 2314 -msgid "authname" -msgstr "" - -# File: src/www/interfaces.php, line: 2316 -msgid "protocol" -msgstr "" - -# File: src/www/interfaces.php, line: 2318 -msgid "algorithm" -msgstr "" - -# File: src/www/interfaces.php, line: 2320 -msgid "rdm" -msgstr "" - -# File: src/www/interfaces.php, line: 2688 -msgid "Keyinfo" -msgstr "" - -# File: src/www/interfaces.php, line: 2330 -msgid "keyname" -msgstr "" - -# File: src/www/interfaces.php, line: 2332 -msgid "realm" -msgstr "" - -# File: src/www/interfaces.php, line: 2335 -msgid "keyid" -msgstr "" - -# File: src/www/interfaces.php, line: 2337 -msgid "secret" -msgstr "secret" - -# File: src/www/interfaces.php, line: 2339 -msgid "expire" -msgstr "" - -# File: src/www/interfaces.php, line: 2704 -msgid "Configuration File Override" -msgstr "" - -# File: src/www/interfaces.php, line: 2432 -msgid "6RD Rapid Deployment" -msgstr "" - -# File: src/www/interfaces.php, line: 2435 -msgid "6RD prefix" -msgstr "" - -# File: src/www/interfaces.php, line: 2439 -msgid "" -"The value in this field is the 6RD IPv6 prefix assigned by your ISP. e.g. " -"'2001:db8::/32'" -msgstr "" - -# File: src/www/interfaces.php, line: 2443 -msgid "6RD Border Relay" -msgstr "" - -# File: src/www/interfaces.php, line: 2447 -msgid "" -"The value in this field is 6RD IPv4 gateway address assigned by your ISP" -msgstr "" - -# File: src/www/interfaces.php, line: 2451 -msgid "6RD IPv4 Prefix length" -msgstr "" - -# File: src/www/system_camanager.php, line: 525 -# File: src/www/system_certmanager.php, line: 759 -# File: src/www/vpn_ipsec.php, line: 369 -# File: src/www/vpn_ipsec.php, line: 561 -# File: src/www/vpn_ipsec_phase2.php, line: 801 -# File: src/www/vpn_openvpn_server.php, line: 1163 -msgid "bits" -msgstr "bits" - -# File: src/www/interfaces.php, line: 2463 -msgid "" -"The value in this field is the 6RD IPv4 prefix length. Normally specified by " -"the ISP. A value of 0 means we embed the entire IPv4 address in the 6RD " -"prefix." -msgstr "" - -# File: src/www/interfaces.php, line: 2476 -msgid "Track IPv6 Interface" -msgstr "" - -# File: src/www/interfaces.php, line: 2479 -msgid "IPv6 Interface" -msgstr "Interface IPv6" - -# File: src/www/interfaces.php, line: 2509 -msgid "This selects the dynamic IPv6 WAN interface to track for configuration" -msgstr "" - -# File: src/www/interfaces.php, line: 2513 -msgid "IPv6 Prefix ID" -msgstr "ID Préfixe IPv6" - -# File: src/www/interfaces.php, line: 2522 -msgid "" -"The value in this field is the (Delegated) IPv6 prefix id. This determines " -"the configurable network ID based on the dynamic IPv6 connection" -msgstr "" - -# File: src/www/interfaces.php, line: 2524 -msgid "" -"Enter a hexadecimal value between %x and %x here, default value is 0." -msgstr "" -"Indiquez une valeur hexadécimale comprise entre %x et %x, la valeur " -"par défaut est 0." - -# File: src/www/interfaces.php, line: 2824 -msgid "" -"Common wireless configuration - Settings apply to all wireless networks on" -msgstr "" - -# File: src/www/interfaces.php, line: 2827 -msgid "Persist common settings" -msgstr "" - -# File: src/www/interfaces.php, line: 2830 -msgid "" -"Enabling this preserves the common wireless configuration through interface " -"deletions and reassignments." -msgstr "" - -# File: src/www/interfaces.php, line: 2854 -msgid "Protection Mode" -msgstr "" - -# File: src/www/interfaces.php, line: 2857 -msgid "Protection mode off" -msgstr "" - -# File: src/www/interfaces.php, line: 2858 -msgid "Protection mode CTS to self" -msgstr "" - -# File: src/www/interfaces.php, line: 2859 -msgid "Protection mode RTS and CTS" -msgstr "" - -# File: src/www/interfaces.php, line: 2862 -msgid "" -"For IEEE 802.11g, use the specified technique for protecting OFDM frames in " -"a mixed 11b/11g network." -msgstr "" -"Pour l'IEEE 802.11g, utiliser la technique spécifiée pour protéger les " -"trames OFDM dans un réseau mixte 11b/11g." - -# File: src/www/interfaces.php, line: 2870 -msgid "Transmit power" -msgstr "Puissance transmise" - -# File: src/www/interfaces.php, line: 2883 -msgid "" -"Note: Typically only a few discreet power settings are available and the " -"driver will use the setting closest to the specified value. Not all " -"adapters support changing the transmit power setting." -msgstr "" -"Remarque: En règle générale seul quelques réglages d’alimentation sont " -"disponibles et le pilote (driver) utilise le paramètre le plus proche de la " -"valeur spécifiée. Tous les adaptateurs ne supportent pas le réglage de la " -"puissance d'émission." - -# File: src/www/interfaces.php, line: 2887 -# File: src/www/status_interfaces.php, line: 345 -msgid "Channel" -msgstr "Canal" - -# File: src/www/interfaces.php, line: 2890 -# File: src/www/interfaces.php, line: 2937 -# File: src/www/interfaces.php, line: 2949 -msgid "Auto" -msgstr "Auto" - -# File: src/www/interfaces.php, line: 2910 -msgid "" -"Legend: wireless standards - channel # (frequency @ max TX power / TX power " -"allowed in reg. domain)" -msgstr "" -"Légende : standard wifi - no de canal (fréquence @ puissance de transmission " -"maxi / puissance de transmission autorisée dans le domaine)." - -# File: src/www/interfaces.php, line: 2912 -msgid "" -"Note: Not all channels may be supported by your card. Auto may override the " -"wireless standard selected above." -msgstr "" -"Remarque: L'ensemble des canaux ne sera peut être pas supporté par votre " -"carte. Le mode Auto peut remplacer la norme wifi sélectionnée précédemment." - -# File: src/www/interfaces.php, line: 2917 -msgid "Antenna settings" -msgstr "Paramètres de l'antenne" - -# File: src/www/interfaces.php, line: 2923 -msgid "Diversity" -msgstr "Diversité" - -# File: src/www/interfaces.php, line: 2934 -msgid "Transmit antenna" -msgstr "Antenne d'émission" - -# File: src/www/interfaces.php, line: 2938 -# File: src/www/interfaces.php, line: 2950 -msgid "#1" -msgstr "No 1" - -# File: src/www/interfaces.php, line: 2939 -# File: src/www/interfaces.php, line: 2951 -msgid "#2" -msgstr "No 2" - -# File: src/www/interfaces.php, line: 2946 -msgid "Receive antenna" -msgstr "Antenne de réception" - -# File: src/www/interfaces.php, line: 2958 -msgid "" -"Note: The antenna numbers do not always match up with the labels on the card." -msgstr "" - -# File: src/www/interfaces.php, line: 2964 -msgid "Distance setting" -msgstr "" - -# File: src/www/interfaces.php, line: 2968 -msgid "" -"Note: This field can be used to tune ACK/CTS timers to fit the distance " -"between AP and Client" -msgstr "" -"Remarque: Ce champ peut être utilisé pour ajuster les temps ACK/CTS et ainsi " -"les adapter à la distance entre le point d'accès (AP) et le Client" - -# File: src/www/interfaces.php, line: 2969 -msgid "(measured in Meters and works only for Atheros based cards !)" -msgstr "" - -# File: src/www/interfaces.php, line: 2974 -msgid "Regulatory settings" -msgstr "" - -# File: src/www/interfaces.php, line: 2976 -msgid "Regulatory domain" -msgstr "" - -# File: src/www/interfaces.php, line: 2990 -msgid "" -"Note: Some cards have a default that is not recognized and require changing " -"the regulatory domain to one in this list for the changes to other " -"regulatory settings to work." -msgstr "" -"Remarque: Certaines cartes ont une valeur par défaut qui n'est pas reconnue " -"et nécessite le changement de l'autorité de régulation par l'une de cette " -"liste afin que les modifications apportées aux autres paramètres de " -"réglementation puissent fonctionner." - -# File: src/www/interfaces.php, line: 2992 -msgid "Country (listed with country code and regulatory domain)" -msgstr "" - -# File: src/www/interfaces.php, line: 3006 -msgid "" -"Note: Any country setting other than \"Default\" will override the " -"regulatory domain setting" -msgstr "" - -# File: src/www/interfaces.php, line: 3008 -msgid "Location" -msgstr "" - -# File: src/www/interfaces.php, line: 3011 -msgid "Indoor" -msgstr "" - -# File: src/www/interfaces.php, line: 3012 -msgid "Outdoor" -msgstr "" - -# File: src/www/interfaces.php, line: 3013 -msgid "Anywhere" -msgstr "" - -# File: src/www/interfaces.php, line: 3016 -msgid "" -"These settings may affect which channels are available and the maximum " -"transmit power allowed on those channels. Using the correct settings to " -"comply with local regulatory requirements is recommended." -msgstr "" - -# File: src/www/interfaces.php, line: 3018 -msgid "" -"Note: All wireless networks on this interface will be temporarily brought " -"down when changing regulatory settings. Some of the regulatory domains or " -"country codes may not be allowed by some cards. These settings may not be " -"able to add additional channels that are not already supported." -msgstr "" - -# File: src/www/interfaces.php, line: 3025 -msgid "Network-specific wireless configuration" -msgstr "" - -# File: src/www/interfaces.php, line: 3031 -# File: src/www/interfaces_wireless_edit.php, line: 183 -msgid "Infrastructure (BSS)" -msgstr "Infrastructure (BSS)" - -# File: src/www/interfaces.php, line: 3032 -# File: src/www/interfaces_wireless_edit.php, line: 184 -msgid "Ad-hoc (IBSS)" -msgstr "Ad-hoc (IBSS)" - -# File: src/www/interfaces.php, line: 3033 -# File: src/www/interfaces_wireless_edit.php, line: 185 -msgid "Access Point" -msgstr "Point d'accès" - -# File: src/www/interfaces.php, line: 3042 -msgid "" -"Note: Only required in Access Point mode. If left blank in Ad-hoc or " -"Infrastructure mode, this interface will connect to any available SSID" -msgstr "" - -# File: src/www/interfaces.php, line: 3067 -msgid "Minimum standard" -msgstr "" - -# File: src/www/interfaces.php, line: 3052 -msgid "802.11g" -msgstr "802.11g" - -# File: src/www/interfaces.php, line: 3054 -msgid "802.11n" -msgstr "802.11n" - -# File: src/www/interfaces.php, line: 3057 -msgid "" -"When operating as an access point, allow only stations capable of the " -"selected wireless standard to associate (stations not capable are not " -"permitted to associate)." -msgstr "" - -# File: src/www/interfaces.php, line: 3062 -msgid "802.11g only" -msgstr "802.11g seulement" - -# File: src/www/interfaces.php, line: 3065 -msgid "" -"When operating as an access point in 802.11g mode, allow only 11g-capable " -"stations to associate (11b-only stations are not permitted to associate)." -msgstr "" - -# File: src/www/interfaces.php, line: 3070 -msgid "Allow intra-BSS communication" -msgstr "" - -# File: src/www/interfaces.php, line: 3074 -msgid "" -"When operating as an access point, enable this if you want to pass packets " -"between wireless clients directly." -msgstr "" - -# File: src/www/interfaces.php, line: 3076 -msgid "" -"Disabling the internal bridging is useful when traffic is to be processed " -"with packet filtering." -msgstr "" - -# File: src/www/interfaces.php, line: 3080 -msgid "Enable WME" -msgstr "Activer WME (Wireless Multimedia Extensions)" - -# File: src/www/interfaces.php, line: 3083 -msgid "Setting this option will force the card to use WME (wireless QoS)." -msgstr "" - -# File: src/www/interfaces.php, line: 3087 -msgid "Enable Hide SSID" -msgstr "Activer le masquage du SSID" - -# File: src/www/interfaces.php, line: 3091 -msgid "Setting this option will force the card to NOT broadcast its SSID" -msgstr "Cette option force la carte à ne PAS diffuser son SSID" - -# File: src/www/interfaces.php, line: 3093 -msgid "(this might create problems for some clients)." -msgstr "(Cela pourrait engendrer des dysfonctionnements pour certains clients)." - -# File: src/www/interfaces.php, line: 3097 -msgid "WEP" -msgstr "WEP" - -# File: src/www/interfaces.php, line: 3100 -msgid "Enable WEP" -msgstr "Activer le WEP" - -# File: src/www/interfaces.php, line: 3105 -msgid "TX key" -msgstr "Clé TX" - -# File: src/www/interfaces.php, line: 3108 -msgid "Key 1:" -msgstr "Clé 1:" - -# File: src/www/interfaces.php, line: 3117 -msgid "Key 2:" -msgstr "Clé 2:" - -# File: src/www/interfaces.php, line: 3126 -msgid "Key 3:" -msgstr "Clé 3:" - -# File: src/www/interfaces.php, line: 3135 -msgid "Key 4:" -msgstr "Clé 4:" - -# File: src/www/interfaces.php, line: 3145 -msgid "" -"40 (64) bit keys may be entered as 5 ASCII characters or 10 hex digits " -"preceded by '0x'." -msgstr "" - -# File: src/www/interfaces.php, line: 3146 -msgid "" -"104 (128) bit keys may be entered as 13 ASCII characters or 26 hex digits " -"preceded by '0x'." -msgstr "" - -# File: src/www/interfaces.php, line: 3150 -# File: src/www/interfaces.php, line: 3174 -msgid "WPA" -msgstr "WPA" - -# File: src/www/interfaces.php, line: 3153 -msgid "Enable WPA" -msgstr "Active le WPA" - -# File: src/www/interfaces.php, line: 3158 -msgid "WPA Pre-Shared Key" -msgstr "Clé de sécurité WPA" - -# File: src/www/interfaces.php, line: 3167 -msgid "Passphrase must be from 8 to 63 characters." -msgstr "" - -# File: src/www/interfaces.php, line: 3171 -msgid "WPA Mode" -msgstr "Mode WPA" - -# File: src/www/interfaces.php, line: 3175 -msgid "WPA2" -msgstr "WPA2" - -# File: src/www/interfaces.php, line: 3176 -# File: src/www/interfaces.php, line: 3186 -# File: src/www/interfaces.php, line: 3196 -# File: src/www/interfaces.php, line: 3205 -msgid "Both" -msgstr "" - -# File: src/www/interfaces.php, line: 3181 -msgid "WPA Key Management Mode" -msgstr "" - -# File: src/www/interfaces.php, line: 3184 -# File: src/www/vpn_ipsec_keys.php, line: 113 -# File: src/www/vpn_ipsec_keys_edit.php, line: 67 -# File: src/www/vpn_ipsec_keys_edit.php, line: 152 -# File: src/www/vpn_ipsec_phase1.php, line: 185 -# File: src/www/vpn_ipsec_phase1.php, line: 827 -msgid "Pre-Shared Key" -msgstr "Clé Pré-Partagée (PSK)" - -# File: src/www/interfaces.php, line: 3185 -msgid "Extensible Authentication Protocol" -msgstr "" - -# File: src/www/interfaces.php, line: 3194 -msgid "Open System Authentication" -msgstr "" - -# File: src/www/interfaces.php, line: 3195 -msgid "Shared Key Authentication" -msgstr "" - -# File: src/www/interfaces.php, line: 3198 -msgid "Note: Shared Key Authentication requires WEP." -msgstr "Remarque: L'authentification par clé partagée nécessite WEP." - -# File: src/www/interfaces.php, line: 3202 -msgid "WPA Pairwise" -msgstr "" - -# File: src/www/interfaces.php, line: 3206 -msgid "AES (recommended)" -msgstr "AES (recommandé)" - -# File: src/www/interfaces.php, line: 3207 -msgid "TKIP" -msgstr "TKIP" - -# File: src/www/interfaces.php, line: 3212 -msgid "Key Rotation" -msgstr "Rotation de la clé" - -# File: src/www/interfaces.php, line: 3215 -msgid "" -"Allowed values are 1-9999 but should not be longer than Master Key " -"Regeneration time." -msgstr "" - -# File: src/www/interfaces.php, line: 3219 -msgid "Master Key Regeneration" -msgstr "Régénération de la Clé Principale" - -# File: src/www/interfaces.php, line: 3222 -msgid "" -"Allowed values are 1-9999 but should not be shorter than Key Rotation time." -msgstr "" - -# File: src/www/interfaces.php, line: 3226 -msgid "Strict Key Regeneration" -msgstr "" - -# File: src/www/interfaces.php, line: 3229 -msgid "" -"Setting this option will force the AP to rekey whenever a client " -"disassociates." -msgstr "" - -# File: src/www/interfaces.php, line: 3233 -msgid "Enable IEEE802.1X Authentication" -msgstr "Activer l'authentification IEEE802.1X" - -# File: src/www/interfaces.php, line: 3236 -msgid "Setting this option will enable 802.1x authentication." -msgstr "Définir cette option activera l'authentification 802.1x." - -# File: src/www/interfaces.php, line: 3237 -# File: src/www/load_balancer_pool_edit.php, line: 267 -# File: src/www/status_openvpn.php, line: 397 -msgid "NOTE" -msgstr "NOTE" - -# File: src/www/interfaces.php, line: 3237 -msgid "this option requires checking the \"Enable WPA box\"." -msgstr "" - -# File: src/www/interfaces.php, line: 3275 -msgid "802.1X Server IP Address" -msgstr "Adresse IP du serveur 802.1X" - -# File: src/www/interfaces.php, line: 3244 -# File: src/www/interfaces.php, line: 3265 -msgid "" -"Enter the IP address of the 802.1X Authentication Server. This is commonly " -"a Radius server (FreeRadius, Internet Authentication Services, etc.)" -msgstr "" -"Indiquez l'adresse IP du serveur d'authentification 802.1X. Celui-ci est " -"généralement un serveur Radius (FreeRadius, Services d'Authentification " -"Internet, etc.)" - -# File: src/www/interfaces.php, line: 3284 -msgid "802.1X Server Port" -msgstr "Port du serveur 802.1X" - -# File: src/www/interfaces.php, line: 3251 -# File: src/www/interfaces.php, line: 3272 -msgid "Leave blank for the default 1812 port." -msgstr "Laisser vide pour le port par défaut 1812." - -# File: src/www/interfaces.php, line: 3293 -msgid "802.1X Server Shared Secret" -msgstr "Secret partagé du serveur 802.1X" - -# File: src/www/interfaces.php, line: 3299 -msgid "802.1X Server IP Address (2)" -msgstr "Adresse IP du serveur 802.1X (2)" - -# File: src/www/interfaces.php, line: 3262 -msgid "Secondary 802.1X Authentication Server IP Address" -msgstr "Adresse IP du serveur d'authentification 802.1X secondaire" - -# File: src/www/interfaces.php, line: 3309 -msgid "802.1X Server Port (2)" -msgstr "Port du serveur 802.1X (2)" - -# File: src/www/interfaces.php, line: 3269 -msgid "Secondary 802.1X Authentication Server Port" -msgstr "Port du serveur d'authentification 802.1X secondaire" - -# File: src/www/interfaces.php, line: 3319 -msgid "802.1X Server Shared Secret (2)" -msgstr "Secret partagé du serveur 802.1X (2)" - -# File: src/www/interfaces.php, line: 3276 -msgid "Secondary 802.1X Authentication Server Shared Secret" -msgstr "Secret partagé du serveur d'authentification 802.1X secondaire" - -# File: src/www/interfaces.php, line: 3328 -msgid "802.1X Roaming Preauth" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 49 -msgid "vlan %s on %s" -msgstr "vlan %s sur %s" - -# File: src/www/interfaces_assign.php, line: 197 -msgid "lan" -msgstr "lan" - -# File: src/www/interfaces_assign.php, line: 198 -msgid "LAN" -msgstr "LAN" - -# File: src/www/interfaces_assign.php, line: 356 -msgid "" -"The interface is part of a group. Please remove it from the group to continue" -msgstr "" -"L'interface est membre d'un groupe. Retirez la du groupe avant de poursuivre" - -# File: src/www/interfaces_assign.php, line: 358 -msgid "" -"The interface is part of a bridge. Please remove it from the bridge to " -"continue" -msgstr "" -"L'interface fait parti d'un bridge. Veuillez l'enlever du bridge pour " -"continuer" - -# File: src/www/interfaces_assign.php, line: 360 -msgid "" -"The interface is part of a gre tunnel. Please delete the tunnel to continue" -msgstr "" -"L'interface est utilisée par tunnel gre. Supprimer le tunnel pour continuer" - -# File: src/www/interfaces_assign.php, line: 362 -msgid "" -"The interface is part of a gif tunnel. Please delete the tunnel to continue" -msgstr "" -"Cette interface fait partie d'un tunnel gif. Veuillez supprimer ce tunnel " -"avant de poursuivre" - -# File: src/www/interfaces_assign.php, line: 271 -msgid "Port %s was assigned to %d interfaces:" -msgstr "Le port %s a été attribuée à l'interfaces %d:" - -# File: src/www/interfaces_assign.php, line: 277 -msgid "" -"You cannot set port %s to interface %s because this interface is a member of " -"%s." -msgstr "" -"Vous ne pouvez pas définir le port %s de l'interface %s parce que cette " -"interface est membre de %s." - -# File: src/www/interfaces_assign.php, line: 299 -msgid "VLAN parent interface %s does not exist." -msgstr "" - -# File: src/www/interfaces_assign.php, line: 516 -msgid "Do you really want to delete this interface?" -msgstr "Voulez-vous vraiment supprimer cette interface ?" - -# File: src/www/interfaces_assign.php, line: 480 -msgid "Network port" -msgstr "Port réseau" - -# File: src/www/interfaces_assign.php, line: 512 -msgid "delete interface" -msgstr "Supprimer l'interface" - -# File: src/www/interfaces_assign.php, line: 530 -msgid "Available network ports:" -msgstr "Ports réseaux disponibles:" - -# File: src/www/interfaces_assign.php, line: 546 -msgid "add selected interface" -msgstr "ajouter l'interface sélectionnée" - -# File: src/www/interfaces_assign.php, line: 527 -msgid "" -"Interfaces that are configured as members of a LAGG interface will not be " -"shown." -msgstr "" -"Les interfaces configurées en tant que membres d'une interface LAGG ne " -"seront pas affichées." - -# File: src/www/interfaces_bridge.php, line: 61 -msgid "This bridge cannot be deleted because it is assigned as an interface." -msgstr "" -"Ce bridge ne peut pas être supprimer car il assigné en tant qu'interface." - -# File: src/www/interfaces_bridge.php, line: 161 -msgid "Do you really want to delete this bridge?" -msgstr "Voulez-vous vraiment supprimer ce bridge ?" - -# File: src/www/interfaces_bridge.php, line: 127 -# File: src/www/interfaces_groups.php, line: 101 -# File: src/www/interfaces_lagg.php, line: 122 -# File: src/www/load_balancer_pool_edit.php, line: 286 -# File: src/www/system_groupmanager.php, line: 349 -msgid "Members" -msgstr "Membres" - -# File: src/www/interfaces_bridge.php, line: 155 -msgid "edit bridge" -msgstr "éditer le bridge" - -# File: src/www/interfaces_bridge.php, line: 175 -msgid "Here you can configure bridging of interfaces." -msgstr "Ici vous pouvez configurer les interfaces en tant que bridge." - -# File: src/www/interfaces_bridge_edit.php, line: 116 -msgid "Member Interfaces" -msgstr "Interfaces Membres" - -# File: src/www/interfaces_bridge_edit.php, line: 121 -msgid "Maxage needs to be an integer between 6 and 40." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 123 -msgid "Maxaddr needs to be an integer." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 125 -msgid "Timeout needs to be an integer." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 127 -msgid "Forward Delay needs to be an integer between 4 and 30." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 129 -msgid "Hello time for STP needs to be an integer between 1 and 2." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 131 -msgid "Priority for STP needs to be an integer between 0 and 61440." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 133 -msgid "Transmit Hold Count for STP needs to be an integer between 1 and 10." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 143 -msgid "%s interface priority for STP needs to be an integer between 0 and 240." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 149 -msgid "" -"%s interface path cost for STP needs to be an integer between 1 and " -"200000000." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 146 -msgid "You must select at least 2 member interfaces for a bridge." -msgstr "Vous devez sélectionner au moins 2 interfaces membres pour un bridge." - -# File: src/www/interfaces_bridge_edit.php, line: 151 -msgid "A member interface passed does not exist in configuration" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 154 -msgid "Bridging a wireless interface is only possible in hostap mode." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 156 -msgid "" -"Span interface cannot be part of the bridge. Remove the span interface from " -"bridge members to continue." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 214 -# File: src/www/interfaces_gif_edit.php, line: 104 -# File: src/www/interfaces_gre_edit.php, line: 98 -# File: src/www/interfaces_lagg_edit.php, line: 105 -# File: src/www/interfaces_vlan_edit.php, line: 125 -msgid "Error occurred creating interface, please retry." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 273 -msgid "Bridge configuration" -msgstr "Configuration des bridges" - -# File: src/www/interfaces_bridge_edit.php, line: 281 -# File: src/www/interfaces_lagg_edit.php, line: 79 -msgid "Member interfaces" -msgstr "Interfaces membres" - -# File: src/www/interfaces_bridge_edit.php, line: 296 -msgid "Interfaces participating in the bridge." -msgstr "Interfaces membres du bridge." - -# File: src/www/interfaces_bridge_edit.php, line: 308 -# File: src/www/interfaces_ppps_edit.php, line: 756 -msgid "Show advanced options" -msgstr "Montrer les options avancées" - -# File: src/www/interfaces_bridge_edit.php, line: 312 -msgid "RSTP/STP" -msgstr "RSTP/STP" - -# File: src/www/interfaces_bridge_edit.php, line: 298 -msgid "Spanning Tree Protocol" -msgstr "Spanning Tree Protocol" - -# File: src/www/interfaces_bridge_edit.php, line: 315 -msgid "Enable spanning tree options for this bridge." -msgstr "Activer l'option spanning tree pour ce bridge." - -# File: src/www/interfaces_bridge_edit.php, line: 316 -msgid "RSTP" -msgstr "RSTP (Rapid Spanning Tree)" - -# File: src/www/interfaces_bridge_edit.php, line: 319 -msgid "STP" -msgstr "STP" - -# File: src/www/interfaces_bridge_edit.php, line: 331 -msgid "Protocol used for spanning tree." -msgstr "Protocole utilisé pour le spanning tree." - -# File: src/www/interfaces_bridge_edit.php, line: 333 -msgid "STP interfaces" -msgstr "Interfaces STP" - -# File: src/www/interfaces_bridge_edit.php, line: 347 -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 remove loops in a network topology." -msgstr "" -"Activer le protocole Spanning Tree sur l'interface. Le pilote if_bridge(4) " -"est compatible avec le protocole IEEE 802.1D Spanning Tree (STP). STP est " -"utilisé pour détecter et supprimer les boucles dans une topologie réseau." - -# File: src/www/interfaces_bridge_edit.php, line: 353 -msgid "Valid time" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 358 -msgid "" -"Set the time that a Spanning Tree Protocol configuration is valid. The " -"default is 20 seconds. The minimum is 6 seconds and the maximum is 40 " -"seconds." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 363 -msgid "Forward time" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 368 -msgid "" -"Set the time that must pass before an interface begins forwarding packets " -"when Spanning Tree is enabled. The default is 15 seconds. The minimum is 4 " -"seconds and the maximum is 30 seconds." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 372 -msgid "Hello time" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 377 -msgid "" -"Set the time between broadcasting of Spanning Tree Protocol configuration " -"messages. The hello time may only be changed when operating in legacy STP " -"mode. The default is 2 seconds. The minimum is 1 second and the maximum is " -"2 seconds." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 381 -# File: src/www/interfaces_bridge_edit.php, line: 400 -# File: src/www/system_gateway_groups.php, line: 142 -msgid "Priority" -msgstr "Priorité" - -# File: src/www/interfaces_bridge_edit.php, line: 386 -msgid "" -"Set the bridge priority for Spanning Tree. The default is 32768. The " -"minimum is 0 and the maximum is 61440." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 390 -msgid "Hold count" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 395 -msgid "" -"Set the transmit hold count for Spanning Tree. This is the number of " -"packets transmitted before being rate limited. The default is 6. The " -"minimum is 1 and the maximum is 10." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 410 -msgid "" -"Set the Spanning Tree priority of interface to value. The default is 128. " -"The minimum is 0 and the maximum is 240. Increments of 16." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 414 -msgid "Path cost" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 424 -msgid "" -"Set the Spanning Tree path cost of interface to value. The default is " -"calculated from the link speed. To change a previously selected path cost " -"back to automatic, set the cost to 0. The minimum is 1 and the maximum is " -"200000000." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 452 -msgid "Advanced options" -msgstr "Options avancées" - -# File: src/www/interfaces_bridge_edit.php, line: 433 -msgid "Cache size" -msgstr "Taille du cache" - -# File: src/www/interfaces_bridge_edit.php, line: 435 -msgid "entries" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 461 -msgid "" -"Set the size of the bridge address cache to size. The default is .100 " -"entries." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 443 -msgid "Cache entry expire time" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 447 -msgid "" -"Set the timeout of address cache entries to this number of seconds. If " -"seconds is zero, then address cache entries will not be expired. The default " -"is 240 seconds." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 454 -msgid "Span port" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 468 -msgid "" -"Add the interface named by interface as a span port on the bridge. Span " -"ports transmit a copy of every frame received by the bridge. This is most " -"useful for snooping a bridged network passively on another host connected to " -"one of the span ports of the bridge." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 477 -msgid "The span interface cannot be part of the bridge member interfaces." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 482 -msgid "Edge ports" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 496 -msgid "" -"Set interface as an edge port. An edge port connects directly to end " -"stations and cannot create bridging loops in the network; this allows it to " -"transition straight to forwarding." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 502 -msgid "Auto Edge ports" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 516 -msgid "" -"Allow interface to automatically detect edge status. This is the default " -"for all interfaces added to a bridge." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 521 -msgid "This will disable the autoedge status of interfaces." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 525 -msgid "PTP ports" -msgstr "Ports PTP" - -# File: src/www/interfaces_bridge_edit.php, line: 539 -msgid "" -"Set the interface as a point-to-point link. This is required for straight " -"transitions to forwarding and should be enabled on a direct link to another " -"RSTP-capable switch." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 545 -msgid "Auto PTP ports" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 559 -msgid "" -"Automatically detect the point-to-point status on interface by checking the " -"full duplex link status. This is the default for interfaces added to the " -"bridge." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 565 -msgid "" -"The interfaces selected here will be removed from default autoedge status." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 569 -msgid "Sticky ports" -msgstr "ports attachés" - -# File: src/www/interfaces_bridge_edit.php, line: 583 -msgid "" -"Mark an interface as a \"sticky\" interface. Dynamically learned address " -"entries are treated as static once entered into the cache. Sticky entries " -"are never aged out of the cache or replaced, even if the address is seen on " -"a different interface." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 590 -msgid "Private ports" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 604 -msgid "" -"Mark an interface as a \"private\" interface. A private interface does not " -"forward any traffic to any other port that is also a private interface." -msgstr "" - -# File: src/www/interfaces_gif.php, line: 55 -msgid "" -"This gif TUNNEL cannot be deleted because it is still being used as an " -"interface." -msgstr "" -"Ce TUNNEL gif ne peut pas être supprimé car il est encore utilisé comme une " -"interface." - -# File: src/www/interfaces_gif.php, line: 139 -msgid "Do you really want to delete this gif tunnel?" -msgstr "Voulez-vous vraiment supprimer ce tunnel gif ?" - -# File: src/www/interfaces_gif.php, line: 115 -# File: src/www/interfaces_gre.php, line: 116 -msgid "Tunnel to..." -msgstr "Tunnel vers..." - -# File: src/www/interfaces_gif.php, line: 134 -# File: src/www/interfaces_gre.php, line: 136 -# File: src/www/interfaces_lagg.php, line: 144 -# File: src/www/interfaces_vlan.php, line: 136 -msgid "edit interface" -msgstr "éditer l'interface" - -# File: src/www/interfaces_gif.php, line: 151 -msgid "GIF tunnels are configured here." -msgstr "Les tunnels GIF sont configuré ici." - -# File: src/www/interfaces_gif.php, line: 158 -msgid "" -"If you are using a GIF tunnel to connect to a Hurricane Electric (he.net) " -"Tunnel Broker on a WAN with a dynamic IP, you may want to add a %sHE.net " -"Tunnelbroker dynamic DNS entry%s to keep your tunnel functional when your IP " -"changes." -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 65 -msgid "" -"Parent interface,Local address, Remote tunnel address, Remote tunnel " -"network, Local tunnel address" -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 71 -# File: src/www/interfaces_gre_edit.php, line: 70 -msgid "The tunnel local and tunnel remote fields must have valid IP addresses." -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 77 -msgid "" -"The alias IP address family has to match the family of the remote peer " -"address." -msgstr "" -"La famille d'adresses IP alias doit correspondre à la famille d'adresses de " -"l'hôte distant." - -# File: src/www/interfaces_gif_edit.php, line: 85 -msgid "A gif with the network %s is already defined." -msgstr "Un tunnel gif avec le réseau %s est actuellement utilisé." - -# File: src/www/interfaces_gif_edit.php, line: 146 -msgid "GIF configuration" -msgstr "Configuration GIF" - -# File: src/www/interfaces_gif_edit.php, line: 154 -# File: src/www/interfaces_gre_edit.php, line: 64 -# File: src/www/interfaces_gre_edit.php, line: 150 -# File: src/www/interfaces_lagg_edit.php, line: 155 -# File: src/www/interfaces_qinq_edit.php, line: 297 -# File: src/www/interfaces_vlan_edit.php, line: 71 -# File: src/www/interfaces_vlan_edit.php, line: 176 -# File: src/www/interfaces_wireless_edit.php, line: 78 -# File: src/www/interfaces_wireless_edit.php, line: 162 -msgid "Parent interface" -msgstr "Interface parente" - -# File: src/www/interfaces_gif_edit.php, line: 174 -msgid "" -"The interface here serves as the local address to be used for the gif tunnel." -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 205 -msgid "GIF remote address" -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 181 -msgid "Peer address where encapsulated gif packets will be sent. " -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 214 -msgid "GIF tunnel local address" -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 188 -msgid "Local gif tunnel endpoint" -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 223 -msgid "GIF tunnel remote address " -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 213 -msgid "" -"Remote gif address endpoint. The subnet part is used for determining the " -"network that is tunnelled." -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 216 -msgid "Route caching " -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 220 -msgid "" -"Specify if route caching can be enabled. Be careful with these settings on " -"dynamic networks. " -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 223 -msgid "ECN friendly behavior" -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 228 -msgid "" -"Note that the ECN friendly behavior violates RFC2893. This should be used " -"in mutual agreement with the peer." -msgstr "" - -# File: src/www/interfaces_gre.php, line: 56 -msgid "" -"This GRE tunnel cannot be deleted because it is still being used as an " -"interface." -msgstr "" - -# File: src/www/interfaces_gre.php, line: 140 -msgid "Do you really want to delete this GRE tunnel?" -msgstr "Voulez-vous vraiment effacer ce tunnel GRE ?" - -# File: src/www/interfaces_gre.php, line: 149 -msgid "" -"Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) " -"tunnels." -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 64 -msgid "Local address" -msgstr "Adresse locale" - -# File: src/www/interfaces_gre_edit.php, line: 64 -msgid "Local tunnel address" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 64 -msgid "Remote tunnel address" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 64 -msgid "Remote tunnel network" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 78 -msgid "A GRE tunnel with the network %s is already defined." -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 142 -msgid "GRE configuration" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 170 -msgid "" -"The interface here serves as the local address to be used for the GRE tunnel." -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 173 -msgid "GRE remote address" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 177 -msgid "Peer address where encapsulated GRE packets will be sent " -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 180 -msgid "GRE tunnel local address " -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 184 -msgid "Local GRE tunnel endpoint" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 187 -msgid "GRE tunnel remote address " -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 209 -msgid "" -"Remote GRE address endpoint. The subnet part is used for the determining the " -"network that is tunneled." -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 212 -msgid "Mobile tunnel" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 216 -msgid "Specify which encapsulation method the tunnel should use. " -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 219 -msgid "Route search type" -msgstr "Type de recherche de route." - -# File: src/www/interfaces_gre_edit.php, line: 224 -msgid "" -"For correct operation, the GRE device needs a route to the destination that " -"is less specific than the one over the tunnel. (Basically, there needs to " -"be a route to the decapsulating host that does not run over the tunnel, as " -"this would be a loop." -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 231 -msgid "WCCP version" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 235 -msgid "" -"Check this box for WCCP encapsulation version 2, or leave unchecked for " -"version 1." -msgstr "" - -# File: src/www/interfaces_groups.php, line: 138 -msgid "" -"Do you really want to delete this group? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" -"Voulez-vous vraiment supprimer ce groupe ? Tous les éléments qui l'utilise " -"deviendront invalides (par exemple les règles de filtrage) !" - -# File: src/www/interfaces_bridge.php, line: 159 -# File: src/www/interfaces_gif.php, line: 137 -# File: src/www/interfaces_gre.php, line: 138 -# File: src/www/interfaces_groups.php, line: 136 -# File: src/www/interfaces_lagg.php, line: 143 -# File: src/www/interfaces_ppps.php, line: 145 -# File: src/www/interfaces_qinq.php, line: 156 -# File: src/www/interfaces_vlan.php, line: 145 -# File: src/www/interfaces_wireless.php, line: 137 -# File: src/www/system_groupmanager.php, line: 527 -msgid "edit group" -msgstr "éditer le groupe" - -# File: src/www/interfaces_groups.php, line: 138 -msgid "delete ifgroupentry" -msgstr "" - -# File: src/www/interfaces_groups.php, line: 147 -msgid "" -"Interface Groups allow you to create rules that apply to multiple interfaces " -"without duplicating the rules. If you remove members from an interface " -"group, the group rules no longer apply to that interface." -msgstr "" - -# File: src/www/interfaces_groups_edit.php, line: 63 -msgid "Group name already exists!" -msgstr "Ce nom de groupe existe déjà !" - -# File: src/www/interfaces_groups_edit.php, line: 66 -msgid "Only letters A-Z are allowed as the group name." -msgstr "Seulement les lettres A-Z sont autorisées dans le nom d'un groupe." - -# File: src/www/interfaces_groups_edit.php, line: 71 -msgid "" -"The specified group name is already used by an interface. Please choose " -"another name." -msgstr "" - -# File: src/www/interfaces_groups_edit.php, line: 245 -msgid "Interface Groups Edit" -msgstr "" - -# File: src/www/interfaces_groups_edit.php, line: 253 -# File: src/www/status_gateway_groups.php, line: 80 -# File: src/www/system_gateway_groups.php, line: 140 -# File: src/www/system_gateway_groups_edit.php, line: 243 -# File: src/www/system_gateway_groups_edit.php, line: 246 -# File: src/www/system_groupmanager.php, line: 103 -msgid "Group Name" -msgstr "Nom du groupe" - -# File: src/www/interfaces_groups_edit.php, line: 257 -msgid "No numbers or spaces are allowed. Only characters in a-zA-Z" -msgstr "" -"Les nombres ou les espaces ne sont pas autorisés. Seulement les caractères " -"a-zA-Z" - -# File: src/www/interfaces_groups_edit.php, line: 271 -# File: src/www/interfaces_qinq_edit.php, line: 344 -msgid "Member (s)" -msgstr "Membre (s)" - -# File: src/www/interfaces_groups_edit.php, line: 327 -msgid "" -"Rules for WAN type interfaces in groups do not contain the reply-to " -"mechanism upon which Multi-WAN typically relies." -msgstr "" - -# File: src/www/interfaces_lagg.php, line: 61 -msgid "This LAGG interface cannot be deleted because it is still being used." -msgstr "" -"Cette interface LAGG ne peut pas être supprimée car elle en cours " -"d'utilisation." - -# File: src/www/interfaces_lagg.php, line: 145 -msgid "Do you really want to delete this LAGG interface?" -msgstr "Voulez-vous vraiment supprimer cette interface LAGG ?" - -# File: src/www/interfaces_lagg.php, line: 158 -msgid "" -"LAGG allows for link aggregation, bonding and fault tolerance. Only " -"unassigned interfaces can be added to LAGG." -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 79 -msgid "Lagg protocol" -msgstr "Protocole lagg" - -# File: src/www/interfaces_lagg_edit.php, line: 86 -# File: src/www/interfaces_lagg_edit.php, line: 89 -msgid "Interface supplied as member is invalid" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 92 -msgid "Protocol supplied is invalid" -msgstr "Le protocole fourni est invalide" - -# File: src/www/interfaces_lagg_edit.php, line: 147 -msgid "LAGG configuration" -msgstr "Configuration LAGG" - -# File: src/www/interfaces_lagg_edit.php, line: 170 -msgid "Choose the members that will be used for the link aggregation" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 173 -msgid "Lag proto" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 188 -msgid "failover" -msgstr "failover" - -# File: src/www/interfaces_lagg_edit.php, line: 189 -msgid "" -"Sends and receives traffic only through the master port. If the master port " -"becomes unavailable, the next active port is used. The first interface " -"added is the master port; any interfaces added after that are used as " -"failover devices." -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 194 -msgid "fec" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 194 -msgid "" -"Supports Cisco EtherChannel. This is a static setup and does not negotiate " -"aggregation with the peer or exchange frames to monitor the link." -msgstr "" - -msgid "lacp" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 198 -msgid "" -"Supports the IEEE 802.3ad Link Aggregation Control Protocol (LACP) and the " -"Marker Protocol. LACP will negotiate a set of aggregable links with the " -"peer in to one or more Link Aggregated Groups. Each LAG is composed of " -"ports of the same speed, set to full-duplex operation. The traffic will be " -"balanced across the ports in the LAG with the greatest total speed, in most " -"cases there will only be one LAG which contains all ports. In the event of " -"changes in physical connectivity, Link Aggregation will quickly converge to " -"a new configuration." -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 209 -msgid "loadbalance" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 209 -msgid "" -"Balances outgoing traffic across the active ports based on hashed protocol " -"header information and accepts incoming traffic from any active port. This " -"is a static setup and does not negotiate aggregation with the peer or " -"exchange frames to monitor the link. The hash includes the Ethernet source " -"and destination address, and, if available, the VLAN tag, and the IP source " -"and destination address" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 217 -msgid "roundrobin" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 217 -msgid "" -"Distributes outgoing traffic using a round-robin scheduler through all " -"active ports and accepts incoming traffic from any active port" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 221 -msgid "" -"This protocol is intended to do nothing: it disables any traffic without " -"disabling the lagg interface itself" -msgstr "" - -# File: src/www/interfaces_ppps.php, line: 48 -msgid "" -"This point-to-point link cannot be deleted because it is still being used as " -"an interface." -msgstr "" - -# File: src/www/interfaces_ppps.php, line: 147 -msgid "Do you really want to delete this PPP interface?" -msgstr "Voulez-vous vraiment supprimer cette interface PPP ?" - -# File: src/www/interfaces_ppps.php, line: 117 -msgid "Interface(s)/Port(s)" -msgstr "Interface(s)/Port(s)" - -# File: src/www/interfaces_ppps_edit.php, line: 183 -# File: src/www/interfaces_ppps_edit.php, line: 189 -# File: src/www/interfaces_ppps_edit.php, line: 192 -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -msgid "Link Interface(s)" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -# File: src/www/services_dhcp.php, line: 761 -# File: src/www/services_dhcpv6.php, line: 530 -msgid "Subnet" -msgstr "Sous-réseau" - -# File: src/www/interfaces_ppps_edit.php, line: 208 -msgid "Please choose a Link Type." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 212 -msgid "" -"Multilink connections (MLPPP) using the PPP link type is not currently " -"supported. Please select only one Link Interface." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 214 -msgid "The Service name contains invalid characters." -msgstr "Le nom du Service contient des caractères invalides." - -# File: src/www/interfaces_ppps_edit.php, line: 216 -msgid "Do not specify both a Service name and a NULL Service name." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 239 -msgid "A valid local IP address must be specified for %s." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 241 -msgid "A valid gateway IP address OR hostname must be specified for %s." -msgstr "" -"Une adresse IP ou nom d'hôte valide de passerelle doit être spécifié pour %s." - -# File: src/www/interfaces_ppps_edit.php, line: 243 -msgid "The bandwidth value for %s must be an integer." -msgstr "La valeur de la bande passante pour %s doit être un entier." - -# File: src/www/interfaces_ppps_edit.php, line: 245 -msgid "The MTU for %s must be greater than 576 bytes." -msgstr "La MTU de %s doit être supérieure à 576 octets." - -# File: src/www/interfaces_ppps_edit.php, line: 247 -msgid "The MRU for %s must be greater than 576 bytes." -msgstr "La MRU de %s doit être supérieure à 576 octets." - -# File: src/www/interfaces_ppps_edit.php, line: 412 -msgid "PPPs configuration" -msgstr "configuration PPPs" - -# File: src/www/interfaces_ppps_edit.php, line: 420 -msgid "Link Type" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 435 -msgid "Link interface(s)" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 441 -msgid "Select at least two interfaces for Multilink (MLPPP) connections." -msgstr "" -"Sélectionnez au moins deux interfaces pour les connexions Multilink (MLPPP)." - -# File: src/www/interfaces_ppps_edit.php, line: 490 -msgid "" -"You may enter a description here for your reference. Description will appear " -"in the \"Interfaces Assign\" select lists." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 544 -msgid "Note: Typically *99# for GSM networks and #777 for CDMA networks" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 609 -msgid "Configure a NULL Service name" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 610 -msgid "" -"Hint: this field can usually be left empty. Service name will not be " -"configured if this field is empty. Check the \"Configure NULL\" box to " -"configure a blank Service name." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 685 -msgid "IP Address OR Hostname" -msgstr "Adresse IP ou nom d'hôte" - -# File: src/www/interfaces_ppps_edit.php, line: 558 -msgid "APN number (optional)" -msgstr "Numéro APN (facultatif)" - -# File: src/www/interfaces_ppps_edit.php, line: 561 -msgid "" -"Note: Defaults to 1 if you set APN above. Ignored if you set no APN above." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 565 -msgid "SIM PIN" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 572 -msgid "SIM PIN wait" -msgstr "En attente du code PIN de la carte SIM" - -# File: src/www/interfaces_ppps_edit.php, line: 575 -msgid "" -"Note: Time to wait for SIM to discover network after PIN is sent to SIM " -"(seconds)." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 579 -msgid "Init String" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 582 -msgid "" -"Note: Enter the modem initialization string here. Do NOT include the \"AT\" " -"string at the beginning of the command. Many modern USB 3G modems don't need " -"an initialization string." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 587 -msgid "Connection Timeout" -msgstr "Délai d'inactivité de la connexion" - -# File: src/www/interfaces_ppps_edit.php, line: 590 -msgid "" -"Note: Enter timeout in seconds for connection to be established (sec.) " -"Default is 45 sec." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 594 -msgid "Uptime Logging" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 596 -msgid "Enable persistent logging of connection uptime." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 597 -msgid "" -"This option causes cumulative uptime to be recorded and displayed on the " -"Status Interfaces page." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 696 -msgid "Dial On Demand" -msgstr "Connexion en cas de trafic (à la demande)" - -# File: src/www/interfaces_ppps_edit.php, line: 698 -msgid "Enable Dial-on-Demand mode" -msgstr "Activer le mode de connexion à la demande (Dial-on-Demand)" - -# File: src/www/interfaces_ppps_edit.php, line: 699 -msgid "" -"This option causes the interface to operate in dial-on-demand mode. Do NOT " -"enable if you want your link to be always up. The interface is configured, " -"but the actual connection of the link is delayed until qualifying outgoing " -"traffic is detected." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 704 -msgid "Idle Timeout" -msgstr "Délai d'inactivité" - -# File: src/www/interfaces_ppps_edit.php, line: 706 -msgid "(seconds) Default is 0, which disables the timeout feature." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 707 -msgid "" -"If no incoming or outgoing packets are transmitted for the entered number of " -"seconds the connection is brought down." -msgstr "" -"En l'absence de paquets entrants ou sortants pendant le nombre de seconde " -"indiquées, l'interface est arrêtée." - -# File: src/www/interfaces_ppps_edit.php, line: 708 -msgid "" -"When the idle timeout occurs, if the dial-on-demand option is enabled, mpd " -"goes back into dial-on-demand mode. Otherwise, the interface is brought down " -"and all associated routes removed." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 712 -# File: src/www/vpn_openvpn_client.php, line: 1048 -# File: src/www/vpn_openvpn_server.php, line: 1493 -msgid "Compression" -msgstr "Compression" - -# File: src/www/interfaces_ppps_edit.php, line: 714 -msgid "Disable vjcomp(compression) (auto-negotiated by default)." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 715 -msgid "" -"This option enables Van Jacobson TCP header compression, which saves several " -"bytes per TCP data packet. You almost always want this option. This " -"compression ineffective for TCP connections with enabled modern extensions " -"like time stamping or SACK, which modify TCP options between sequential " -"packets." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 721 -msgid "TCPmssFix" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 723 -msgid "Disable tcpmssfix (enabled by default)." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 724 -msgid "" -"This option causes mpd to adjust incoming and outgoing TCP SYN segments so " -"that the requested maximum segment size is not greater than the amount " -"allowed by the interface MTU. This is necessary in many setups to avoid " -"problems caused by routers that drop ICMP Datagram Too Big messages. Without " -"these messages, the originating machine sends data, it passes the rogue " -"router then hits a machine that has an MTU that is not big enough for the " -"data. Because the IP Don't Fragment option is set, this machine sends an " -"ICMP Datagram Too Big message back to the originator and drops the packet. " -"The rogue router drops the ICMP message and the originator never gets to " -"discover that it must reduce the fragment size or drop the IP Don't Fragment " -"option from its outgoing data." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 732 -msgid "ShortSeq" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 734 -msgid "Disable shortseq (auto-negotiated by default)." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 735 -msgid "" -"This option is only meaningful if multi-link PPP is negotiated. It " -"proscribes shorter multi-link fragment headers, saving two bytes on every " -"frame. It is not necessary to disable this for connections that are not " -"multi-link." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 740 -msgid "ACFComp" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 742 -msgid "Disable acfcomp (compression) (auto-negotiated by default)." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 743 -msgid "" -"Address and control field compression. This option only applies to " -"asynchronous link types. It saves two bytes per frame." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 747 -msgid "ProtoComp" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 749 -msgid "Disable protocomp (compression) (auto-negotiated by default)." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 750 -msgid "" -"Protocol field compression. This option saves one byte per frame for most " -"frames." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 763 -msgid "Link Parameters" -msgstr "Paramètres de la liaison" - -# File: src/www/interfaces_ppps_edit.php, line: 781 -msgid "MRU" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 788 -msgid "MRRU" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 770 -msgid "" -"Set ONLY for MLPPP connections and ONLY when links have different bandwidths." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 777 -msgid "MTU will default to 1492." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 784 -# File: src/www/interfaces_ppps_edit.php, line: 791 -msgid "will be auto-negotiated by default." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 791 -msgid "Set ONLY for MLPPP connections." -msgstr "" - -# File: src/www/interfaces_qinq.php, line: 54 -msgid "" -"This QinQ cannot be deleted because it is still being used as an interface." -msgstr "Ce QinQ ne peut pas être supprimé car il est attaché à une interface." - -# File: src/www/interfaces_qinq.php, line: 56 -msgid "QinQ interface does not exist" -msgstr "" - -# File: src/www/interfaces_qinq.php, line: 158 -msgid "Do you really want to delete this QinQ?" -msgstr "Voulez-vous vraiment supprimer ce QinQ ?" - -# File: src/www/interfaces_qinq.php, line: 126 -# File: src/www/interfaces_qinq_edit.php, line: 353 -msgid "Tag" -msgstr "" - -# File: src/www/interfaces_qinq.php, line: 127 -msgid "QinQ members" -msgstr "" - -# File: src/www/interfaces_qinq.php, line: 170 -msgid "" -"Not all drivers/NICs support 802.1Q QinQ tagging properly. On cards that do " -"not explicitly support it, QinQ tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 77 -msgid "First level tag cannot be empty." -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 79 -msgid "" -"You are editing an existing entry and modifying the first level tag is not " -"allowed." -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 81 -msgid "" -"You are editing an existing entry and modifying the interface is not allowed." -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 85 -msgid "QinQ level already exists for this interface, edit it!" -msgstr "Ce niveau de QinQ existe déjà pour cette interface, modifiez le !" - -# File: src/www/interfaces_qinq_edit.php, line: 89 -msgid "" -"A normal VLAN exists with this tag please remove it to use this tag for QinQ " -"first level." -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 289 -msgid "Interface QinQ Edit" -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 314 -msgid "Only QinQ capable interfaces will be shown." -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 317 -msgid "First level tag" -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 322 -msgid "" -"This is the first level VLAN tag. On top of this are stacked the member " -"VLANs defined below." -msgstr "" - -# File: src/www/interfaces_vlan.php, line: 61 -msgid "" -"This VLAN cannot be deleted because it is still being used as an interface." -msgstr "Ce VLAN ne peut pas être supprimé car il est attaché à une interface." - -# File: src/www/interfaces_vlan.php, line: 147 -msgid "Do you really want to delete this VLAN?" -msgstr "Voulez-vous vraiment supprimer ce VLAN ?" - -# File: src/www/interfaces_vlan.php, line: 124 -# File: src/www/interfaces_vlan_edit.php, line: 71 -msgid "VLAN tag" -msgstr "Tag VLAN" - -# File: src/www/interfaces_vlan.php, line: 161 -msgid "" -"Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do " -"not explicitly support it, VLAN tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" - -# File: src/www/interfaces_vlan_edit.php, line: 76 -msgid "The VLAN tag must be an integer between 1 and 4094." -msgstr "Le tag du VLAN doit être un entier compris entre 1 et 4095." - -# File: src/www/interfaces_vlan_edit.php, line: 80 -msgid "Interface supplied as parent is invalid" -msgstr "Interface fournie en tant que parent est invalide" - -# File: src/www/interfaces_vlan_edit.php, line: 85 -msgid "" -"Interface is assigned and you cannot change the VLAN tag while assigned." -msgstr "" - -# File: src/www/interfaces_vlan_edit.php, line: 93 -msgid "A VLAN with the tag %s is already defined on this interface." -msgstr "" - -# File: src/www/interfaces_vlan_edit.php, line: 100 -msgid "A QinQ VLAN exists with this tag please remove it to use this tag with." -msgstr "" -"Un VLAN QinQ existe déjà avec ce nom. Supprimez le pour réutiliser ce nom." - -# File: src/www/interfaces_vlan_edit.php, line: 192 -msgid "Only VLAN capable interfaces will be shown." -msgstr "" - -# File: src/www/interfaces_vlan_edit.php, line: 195 -msgid "VLAN tag " -msgstr "tag VLAN" - -# File: src/www/interfaces_vlan_edit.php, line: 199 -msgid "802.1Q VLAN tag (between 1 and 4094) " -msgstr "" - -# File: src/www/interfaces_wireless.php, line: 53 -msgid "" -"This wireless clone cannot be deleted because it is assigned as an interface." -msgstr "" -"Ce clone wifi ne peut pas être supprimé car il est déclaré comme interface." - -# File: src/www/interfaces_wireless.php, line: 139 -msgid "Do you really want to delete this wireless clone?" -msgstr "Voulez-vous vraiment supprimer ce clone wifi?" - -# File: src/www/interfaces_wireless.php, line: 152 -msgid "" -"Here you can configure clones of wireless interfaces, which can be assigned " -"as separate independent interfaces. Only available on wireless chipsets that " -"support this, with limitations on the number that can be created in each " -"mode." -msgstr "" -"Ici, vous pouvez configurer des clones d'interfaces wifi qui peuvent être " -"déclarés comme interfaces distinctes et indépendantes. Uniquement disponible " -"pour les chipsets wifi qui prennent en charge cette fonction, avec cependant " -"des limitations sur le nombre de clones qui peuvent être créés dans chaque " -"mode." - -# File: src/www/interfaces_wireless_edit.php, line: 110 -msgid "" -"This wireless clone cannot be modified because it is still assigned as an " -"interface." -msgstr "" -"Ce clone wifi ne peut pas être modifié car il est toujours déclaré comme " -"interface." - -# File: src/www/interfaces_wireless_edit.php, line: 112 -msgid "" -"Use the configuration page for the assigned interface to change the mode." -msgstr "" - -# File: src/www/interfaces_wireless_edit.php, line: 118 -msgid "" -"Error creating interface with mode %s. The %s interface may not support " -"creating more clones with the selected mode." -msgstr "" - -# File: src/www/interfaces_wireless_edit.php, line: 155 -msgid "Wireless clone configuration" -msgstr "Configuration d'un clone Wifi" - -# File: src/www/bandwidth_by_ip.php, line: 47 -msgid "Wrong Interface" -msgstr "Mauvaise interface" - -# File: src/www/load_balancer_monitor.php, line: 60 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"pool." -msgstr "" - -# File: src/www/load_balancer_monitor.php, line: 96 -# File: src/www/load_balancer_relay_protocol.php, line: 105 -# File: src/www/load_balancer_setting.php, line: 101 -msgid "The load balancer configuration has been changed" -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 84 -msgid "This monitor name has already been used. Monitor names must be unique." -msgstr "" -"Ce nom d'écran a déjà été utilisé. Les noms d'écran doivent être uniques." - -# File: src/www/load_balancer_monitor_edit.php, line: 87 -# File: src/www/load_balancer_pool_edit.php, line: 78 -# File: src/www/load_balancer_relay_action_edit.php, line: 117 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 79 -msgid "You cannot use spaces in the 'name' field." -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 101 -# File: src/www/services_dhcp_edit.php, line: 150 -# File: src/www/services_dhcpv6_edit.php, line: 104 -# File: src/www/services_dnsmasq_edit.php, line: 76 -# File: src/www/services_unbound_host_edit.php, line: 77 -msgid "The hostname can only contain the characters A-Z, 0-9 and '-'." -msgstr "Le nom d'hôte peut uniquement contenir les caractères A-Z, 0-9 et '-'" - -# File: src/www/load_balancer_monitor_edit.php, line: 107 -msgid "HTTP(s) codes must be from RFC2616." -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 111 -msgid "The path to monitor must be set." -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 186 -# File: src/www/load_balancer_monitor_edit.php, line: 270 -# File: src/www/load_balancer_relay_action_edit.php, line: 174 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 132 -# File: src/www/system_advanced_admin.php, line: 337 -msgid "HTTP" -msgstr "HTTP" - -# File: src/www/load_balancer_monitor_edit.php, line: 186 -# File: src/www/load_balancer_monitor_edit.php, line: 303 -# File: src/www/system_advanced_admin.php, line: 341 -msgid "HTTPS" -msgstr "HTTPS" - -# File: src/www/load_balancer_monitor_edit.php, line: 186 -# File: src/www/load_balancer_monitor_edit.php, line: 337 -msgid "Send/Expect" -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 234 -msgid "Edit Load Balancer - Monitor entry" -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 274 -# File: src/www/load_balancer_monitor_edit.php, line: 307 -msgid "Path" -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 282 -# File: src/www/load_balancer_monitor_edit.php, line: 315 -msgid "Hostname for Host: header if needed." -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 286 -# File: src/www/load_balancer_monitor_edit.php, line: 319 -msgid "HTTP Code" -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 341 -msgid "Send string" -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 347 -msgid "Expect string" -msgstr "" - -# File: src/www/load_balancer_pool.php, line: 60 -# File: src/www/load_balancer_relay_protocol.php, line: 59 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"virtual server." -msgstr "" - -# File: src/www/load_balancer_pool.php, line: 107 -# File: src/www/status_lb_pool.php, line: 112 -# File: src/www/status_lb_vs.php, line: 57 -msgid "" -"The load balancer configuration has been changed%sYou must apply the changes " -"in order for them to take effect." -msgstr "" - -# File: src/www/load_balancer_monitor.php, line: 76 -# File: src/www/load_balancer_monitor_edit.php, line: 182 -# File: src/www/load_balancer_pool.php, line: 137 -# File: src/www/load_balancer_pool_edit.php, line: 68 -# File: src/www/load_balancer_pool_edit.php, line: 252 -# File: src/www/status_gateways.php, line: 73 -# File: src/www/status_lb_pool.php, line: 138 -msgid "Monitor" -msgstr "Moniteur" - -# File: src/www/load_balancer_pool.php, line: 139 -msgid "" -"This feature is intended for server load balancing, not multi-WAN. For load " -"balancing or failover for multiple WANs, use %sGateway Groups%s." -msgstr "" -"Cette fonction est destinée à l'équilibrage de charge du serveur, pas à une " -"configuration multi-WAN. Pour l'équilibrage de charge ou le basculement " -"(failover) de plusieurs liens WAN, utilisez des %sGroupes de Passerelles%s." - -# File: src/www/load_balancer_pool_edit.php, line: 68 -msgid "Server List" -msgstr "Liste des Serveurs" - -# File: src/www/load_balancer_pool_edit.php, line: 75 -msgid "This pool name has already been used. Pool names must be unique." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 81 -msgid "The name '%s' is a reserved word and cannot be used." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 84 -msgid "Sorry, an alias is already named %s." -msgstr "Désolé, un alias est déjà nommé %s." - -# File: src/www/load_balancer_pool_edit.php, line: 87 -msgid "The port must be an integer between 1 and 65535, or a port alias." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 91 -msgid "The retry value must be an integer between 1 and 65535." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 96 -msgid "%s is not a valid IP address or IPv4 subnet (in \"enabled\" list)." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 99 -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"enabled\" list)." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 106 -msgid "%s is not a valid IP address or IPv4 subnet (in \"disabled\" list)." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 109 -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"disabled\" list)." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 118 -msgid "Invalid monitor chosen." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 198 -msgid "Add/edit Load Balancer - Pool entry" -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 210 -msgid "Load Balance" -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 211 -msgid "Manual Failover" -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 227 -msgid "This is the port your servers are listening on." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 228 -# File: src/www/load_balancer_virtual_server_edit.php, line: 198 -msgid "" -"You may also specify a port alias listed in Firewall -> Aliases here." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 242 -msgid "" -"Optionally specify how many times to retry checking a server before " -"declaring it down." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 249 -msgid "Add item to pool" -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 267 -msgid "" -"Please add a monitor IP address on the monitors tab if you wish to use this " -"feature." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 273 -msgid "Server IP Address" -msgstr "Adresse IP du serveur" - -# File: src/www/load_balancer_pool_edit.php, line: 276 -msgid "Add to pool" -msgstr "Ajouter au pool" - -# File: src/www/load_balancer_pool_edit.php, line: 283 -msgid "Current Pool Members" -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 292 -msgid "Pool Disabled" -msgstr "" - -# File: src/www/diag_gmirror.php, line: 245 -# File: src/www/diag_gmirror.php, line: 260 -# File: src/www/load_balancer_pool_edit.php, line: 303 -# File: src/www/load_balancer_pool_edit.php, line: 323 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 255 -msgid "Remove" -msgstr "Supprimer" - -# File: src/www/load_balancer_pool_edit.php, line: 312 -msgid "Enabled (default)" -msgstr "Activé (défaut)" - -# File: src/www/load_balancer_setting.php, line: 55 -msgid "Timeout must be a numeric value" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 59 -msgid "Interval must be a numeric value" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 64 -msgid "Prefork must be a numeric value" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 67 -msgid "Prefork value must be between 1 and 32" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 117 -msgid "Global settings" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 128 -msgid "timeout" -msgstr "délai d'inactivité" - -# File: src/www/load_balancer_setting.php, line: 132 -msgid "" -"Set the global timeout in milliseconds for checks. Leave blank to use the " -"default value of 1000 ms " -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 136 -msgid "interval" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 140 -msgid "" -"Set the interval in seconds at which the member of a pool will be checked. " -"Leave blank to use the default interval of 10 seconds" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 144 -msgid "prefork" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 148 -msgid "" -"Number of processes used by relayd for dns protocol. Leave blank to use the " -"default value of 5 processes" -msgstr "" - -# File: src/www/load_balancer_virtual_server.php, line: 106 -msgid "The virtual server configuration has been changed" -msgstr "La configuration du serveur virtuel a été modifiée" - -# File: src/www/load_balancer_pool.php, line: 85 -# File: src/www/load_balancer_pool_edit.php, line: 157 -# File: src/www/load_balancer_virtual_server.php, line: 134 -# File: src/www/status_lb_pool.php, line: 55 -msgid "Pool" -msgstr "" - -# File: src/www/load_balancer_virtual_server.php, line: 135 -# File: src/www/load_balancer_virtual_server_edit.php, line: 227 -msgid "Fall Back Pool" -msgstr "" - -# File: src/www/load_balancer_relay_protocol.php, line: 88 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 127 -# File: src/www/load_balancer_virtual_server_edit.php, line: 66 -# File: src/www/load_balancer_virtual_server_edit.php, line: 261 -msgid "Relay Protocol" -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 75 -msgid "" -"This virtual server name has already been used. Virtual server names must " -"be unique." -msgstr "" -"Ce nom de serveur virtuel a déjà été déclaré. Les noms de serveurs virtuels " -"doivent être uniques." - -# File: src/www/load_balancer_virtual_server_edit.php, line: 78 -msgid "You cannot use spaces or slashes in the 'name' field." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 81 -msgid "" -"The port must be an integer between 1 and 65535, a port alias, or left blank." -msgstr "" -"Le port doit être un entier compris entre 1 et 65535, un alias de port, ou " -"laissé vide." - -# File: src/www/load_balancer_virtual_server_edit.php, line: 84 -msgid "%s is not a valid IP address, IPv4 subnet, or alias." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 86 -msgid "%s is a subnet containing more than 64 IP addresses." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 89 -msgid "You cannot select a Fall Back Pool when using the DNS relay protocol." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 164 -msgid "Edit Load Balancer - Virtual Server entry" -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 182 -msgid "" -"This is normally the WAN IP address that you would like the server to listen " -"on. All connections to this IP and port will be forwarded to the pool " -"cluster." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 183 -msgid "" -"You may also specify a host alias listed in Firewall -> Aliases here." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 196 -msgid "" -"This is the port that the clients will connect to. All connections to this " -"port will be forwarded to the pool cluster." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 197 -msgid "If left blank, listening ports from the pool will be used." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 208 -msgid "Virtual Server Pool" -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 211 -# File: src/www/load_balancer_virtual_server_edit.php, line: 230 -msgid "Please add a pool on the Pools tab to use this feature." -msgstr "" -"Veuillez ajouter un pool via l'onglet Pools pour utiliser cette " -"fonctionnalité." - -# File: src/www/load_balancer_virtual_server_edit.php, line: 243 -msgid "" -"The server pool to which clients will be redirected if *ALL* servers in the " -"Virtual Server Pool are offline." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 244 -msgid "This option is NOT compatible with the DNS relay protocol." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 280 -# File: src/www/status_captiveportal_expire.php, line: 97 -# File: src/www/status_captiveportal_test.php, line: 97 -msgid "Submit" -msgstr "Valider" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 289 -msgid "" -"Don't forget to add a firewall rule for the virtual server/pool after you're " -"finished setting it up." -msgstr "" - -# File: src/www/reboot.php, line: 49 -msgid "The system is rebooting now. This may take one minute." -msgstr "Le système est en cours de redémarrage. Cela peut prendre une minute." - -# File: src/www/reboot.php, line: 55 -msgid "Are you sure you want to reboot the system?" -msgstr "Êtes-vous sûr de vouloir redémarrer le système ?" - -# File: src/www/services_dhcp.php, line: 84 -# File: src/www/services_dhcpv6.php, line: 45 -# File: src/www/services_router_advertisements.php, line: 43 -msgid "Only interfaces configured with a static IP will be shown" -msgstr "" -"Seul les interfaces configurées avec une adresse IP statique sont affichées" - -# File: src/www/services_dhcp.php, line: 84 -msgid "" -"The DHCP Server can only be enabled on interfaces configured with static IP " -"addresses" -msgstr "" -"Le serveur DHCP ne peut être activé que sur des interfaces configurées avec " -"une adresse IP statique" - -# File: src/www/services_dhcp.php, line: 213 -# File: src/www/services_dhcpv6.php, line: 146 -msgid "Range begin" -msgstr "Début de la plage" - -# File: src/www/services_dhcp.php, line: 213 -# File: src/www/services_dhcpv6.php, line: 146 -msgid "Range end" -msgstr "Fin de la plage" - -# File: src/www/services_dhcp.php, line: 218 -# File: src/www/services_dhcp.php, line: 220 -# File: src/www/services_dhcpv6.php, line: 151 -# File: src/www/services_dhcpv6.php, line: 155 -# File: src/www/services_dhcpv6.php, line: 157 -msgid "A valid range must be specified." -msgstr "Une plage valide doit être spécifiée." - -# File: src/www/services_dhcp.php, line: 222 -# File: src/www/services_dhcp_edit.php, line: 203 -msgid "A valid IP address must be specified for the gateway." -msgstr "Une adresse IP valide doit être spécifiée comme passerelle." - -# File: src/www/services_dhcp.php, line: 224 -# File: src/www/services_dhcp_edit.php, line: 205 -msgid "" -"A valid IP address must be specified for the primary/secondary WINS servers." -msgstr "" -"Une adresse IP valide doit être spécifiée pour les serveurs principaux/" -"secondaires WINS." - -# File: src/www/services_dhcp.php, line: 229 -# File: src/www/services_dhcp_edit.php, line: 211 -msgid "" -"The gateway address %s does not lie within the chosen interface's subnet." -msgstr "" -"L'adresse de passerelle %s ne se situe pas dans le sous-réseau de " -"l'interface choisie." - -# File: src/www/services_dhcp.php, line: 232 -# File: src/www/services_dhcp_edit.php, line: 214 -msgid "" -"A valid IP address must be specified for the primary/secondary DNS servers." -msgstr "" -"Une adresse IP valide doit être spécifiée pour les serveurs principaux/" -"secondaires DNS." - -# File: src/www/services_dhcp.php, line: 235 -# File: src/www/services_dhcp_edit.php, line: 217 -# File: src/www/services_dhcpv6.php, line: 164 -msgid "The default lease time must be at least 60 seconds." -msgstr "La durée du bail par défaut doit être supérieure à 60 secondes." - -# File: src/www/services_dhcp.php, line: 257 -# File: src/www/services_dhcp_edit.php, line: 219 -# File: src/www/services_dhcpv6.php, line: 166 -msgid "" -"The maximum lease time must be at least 60 seconds and higher than the " -"default lease time." -msgstr "" -"La durée maximale du bail doit être d'au moins 60 secondes et plus élevée " -"que la durée du bail par défaut." - -# File: src/www/services_dhcp.php, line: 259 -# File: src/www/services_dhcp_edit.php, line: 221 -# File: src/www/services_dhcpv6.php, line: 168 -msgid "A valid domain name must be specified for the dynamic DNS registration." -msgstr "" -"Un nom de domaine valide doit être spécifiée pour l'enregistrement DNS " -"dynamique." - -# File: src/www/services_dhcp.php, line: 261 -# File: src/www/services_dhcp_edit.php, line: 223 -msgid "" -"A valid primary domain name server IP address must be specified for the " -"dynamic domain name." -msgstr "" - -# File: src/www/services_dhcp.php, line: 264 -# File: src/www/services_dhcp_edit.php, line: 226 -# File: src/www/services_dhcpv6.php, line: 173 -msgid "You must specify both a valid domain key and key name." -msgstr "" - -# File: src/www/services_dhcp.php, line: 269 -# File: src/www/services_dhcp_edit.php, line: 231 -# File: src/www/services_dhcpv6.php, line: 178 -# File: src/www/services_router_advertisements.php, line: 122 -msgid "A valid domain search list must be specified." -msgstr "" - -# File: src/www/services_dhcp.php, line: 277 -msgid "" -"If you specify a mac allow list, it must contain only valid partial MAC " -"addresses." -msgstr "" - -# File: src/www/services_dhcp.php, line: 279 -msgid "" -"If you specify a mac deny list, it must contain only valid partial MAC " -"addresses." -msgstr "" - -# File: src/www/services_dhcp.php, line: 282 -# File: src/www/services_dhcp_edit.php, line: 238 -msgid "" -"A valid IP address must be specified for the primary/secondary NTP servers." -msgstr "" -"Une adresse IP valide doit être spécifiée pour les serveurs principaux/" -"secondaires NTP." - -# File: src/www/services_dhcp.php, line: 284 -# File: src/www/services_dhcpv6.php, line: 187 -msgid "A valid domain name must be specified for the DNS domain." -msgstr "Un nom de domaine valide doit être spécifié pour le domaine DNS." - -# File: src/www/services_dhcp.php, line: 286 -# File: src/www/services_dhcp_edit.php, line: 240 -msgid "A valid IP address or hostname must be specified for the TFTP server." -msgstr "" -"Une adresse IP valide ou le nom d'hôte doit être spécifié pour le serveur " -"TFTP." - -# File: src/www/services_dhcp.php, line: 288 -# File: src/www/services_dhcp_edit.php, line: 242 -msgid "A valid IP address must be specified for the network boot server." -msgstr "" -"Une adresse IP valide doit être spécifiée pour le serveur de démarrage " -"réseau." - -# File: src/www/services_dhcp.php, line: 291 -msgid "You cannot use the network address in the starting subnet range." -msgstr "" - -# File: src/www/services_dhcp.php, line: 293 -msgid "You cannot use the broadcast address in the ending subnet range." -msgstr "" - -# File: src/www/services_dhcp.php, line: 300 -msgid "The subnet range cannot overlap with virtual IP address %s." -msgstr "" - -# File: src/www/services_dhcp.php, line: 296 -msgid "" -"Cannot enable static ARP when you have static map entries without IP " -"addresses. Ensure all static maps have IP addresses and try again." -msgstr "" - -# File: src/www/services_dhcp.php, line: 315 -msgid "Text type cannot include quotation marks." -msgstr "" - -# File: src/www/services_dhcp.php, line: 317 -msgid "" -"String type must be enclosed in quotes like \"this\" or must be a series of " -"octets specified in hexadecimal, separated by colons, like " -"01:23:45:67:89:ab:cd:ef" -msgstr "" -"Les chaines de caractères doivent être entourées de guillemets comme \"ceci\"" -" ou doivent être constituées d'une série d'octets en hexadécimal, séparés " -"par \":\" comme par exemple 01:23:45:67:89:ab:cd:ef" - -# File: src/www/services_dhcp.php, line: 319 -msgid "Boolean type must be true, false, on, or off." -msgstr "" - -# File: src/www/services_dhcp.php, line: 321 -msgid "Unsigned 8-bit integer type must be a number in the range 0 to 255." -msgstr "" - -# File: src/www/services_dhcp.php, line: 323 -msgid "Unsigned 16-bit integer type must be a number in the range 0 to 65535." -msgstr "" - -# File: src/www/services_dhcp.php, line: 325 -msgid "" -"Unsigned 32-bit integer type must be a number in the range 0 to 4294967295." -msgstr "" - -# File: src/www/services_dhcp.php, line: 327 -msgid "Signed 8-bit integer type must be a number in the range -128 to 127." -msgstr "" - -# File: src/www/services_dhcp.php, line: 329 -msgid "" -"Signed 16-bit integer type must be a number in the range -32768 to 32767." -msgstr "" - -# File: src/www/services_dhcp.php, line: 331 -msgid "" -"Signed 32-bit integer type must be a number in the range -2147483648 to " -"2147483647." -msgstr "" - -# File: src/www/services_dhcp.php, line: 333 -msgid "IP address or host type must be an IP address or host name." -msgstr "" - -# File: src/www/services_dhcp.php, line: 344 -# File: src/www/services_dhcpv6.php, line: 215 -msgid "The specified range lies outside of the current subnet." -msgstr "La plage spécifiée est en dehors du sous-réseau actuel." - -# File: src/www/services_dhcp.php, line: 348 -# File: src/www/services_dhcpv6.php, line: 220 -msgid "The range is invalid (first element higher than second element)." -msgstr "" - -# File: src/www/services_dhcp.php, line: 355 -msgid "" -"The specified range must not be within the DHCP range for this interface." -msgstr "" -"La plage spécifiée ne doit pas être contenue dans la plage DHCP pour cette " -"interface." - -# File: src/www/services_dhcp.php, line: 364 -msgid "" -"The specified range must not be within the range configured on a DHCP pool " -"for this interface." -msgstr "" -"La plage spécifiée ne doit pas être contenue dans la plage d'un pool DHCP " -"configurée pour cette interface." - -# File: src/www/services_dhcp.php, line: 371 -# File: src/www/services_dhcpv6.php, line: 224 -msgid "" -"You must disable the DHCP relay on the %s interface before enabling the DHCP " -"server." -msgstr "" -"Vous devez désactiver le relai DHCP sur l'interface %s avant d'activer le " -"serveur DHCP." - -# File: src/www/services_dhcp.php, line: 381 -# File: src/www/services_dhcpv6.php, line: 239 -msgid "The DHCP range cannot overlap any static DHCP mappings." -msgstr "" - -# File: src/www/services_dhcp.php, line: 567 -msgid "Boolean" -msgstr "" - -# File: src/www/services_dhcp.php, line: 567 -msgid "String" -msgstr "Chaîne" - -# File: src/www/services_dhcp.php, line: 567 -msgid "Text" -msgstr "Texte" - -# File: src/www/services_dhcp.php, line: 568 -msgid "Unsigned 16-bit integer" -msgstr "" - -# File: src/www/services_dhcp.php, line: 568 -msgid "Unsigned 32-bit integer" -msgstr "" - -# File: src/www/services_dhcp.php, line: 568 -msgid "Unsigned 8-bit integer" -msgstr "" - -# File: src/www/services_dhcp.php, line: 569 -msgid "IP address or host" -msgstr "Adresse IP ou hôte" - -# File: src/www/services_dhcp.php, line: 569 -msgid "Signed 16-bit integer" -msgstr "" - -# File: src/www/services_dhcp.php, line: 569 -msgid "Signed 32-bit integer" -msgstr "" - -# File: src/www/services_dhcp.php, line: 569 -msgid "Signed 8-bit integer" -msgstr "" - -# File: src/www/services_dhcp.php, line: 685 -# File: src/www/services_dhcpv6.php, line: 448 -msgid "The static mapping configuration has been changed" -msgstr "La configuration de mappage statique a été changé" - -# File: src/www/services_dhcp.php, line: 725 -msgid "" -"DHCP Relay is currently enabled. Cannot enable the DHCP Server service while " -"the DHCP Relay is enabled on any interface." -msgstr "" -"Le relai DHCP est actuellement activé. Impossible d'activer le serveur DHCP " -"tant que le relai DHCP est activé sur des interfaces." - -# File: src/www/services_dhcp.php, line: 736 -msgid "Enable DHCP server on %s interface" -msgstr "Activer le serveur DHCP sur l'interface %s" - -# File: src/www/services_dhcp.php, line: 742 -msgid "" -"Editing Pool-Specific Options. To return to the Interface, click its tab " -"above." -msgstr "" - -# File: src/www/services_dhcp.php, line: 749 -msgid "Deny unknown clients" -msgstr "Refuser les clients inconnus" - -# File: src/www/services_dhcp.php, line: 750 -msgid "" -"If this is checked, only the clients defined below will get DHCP leases from " -"this server. " -msgstr "" -"Si cette option est cochée, seuls les clients définis ci-dessous recevront " -"les baux DHCP de ce serveur. " - -# File: src/www/services_dhcp.php, line: 754 -msgid "Pool Description" -msgstr "" - -# File: src/www/services_captiveportal_ip_edit.php, line: 92 -# File: src/www/services_dhcp.php, line: 767 -# File: src/www/services_dhcpv6.php, line: 536 -msgid "Subnet mask" -msgstr "Masque de sous-réseau" - -# File: src/www/services_dhcp.php, line: 773 -# File: src/www/services_dhcpv6.php, line: 542 -msgid "Available range" -msgstr "Plage disponible" - -# File: src/www/services_dhcp.php, line: 800 -# File: src/www/services_dhcpv6.php, line: 578 -msgid "Range" -msgstr "Plage" - -# File: src/www/services_dhcp.php, line: 808 -msgid "Additional Pools" -msgstr "" - -# File: src/www/services_dhcp.php, line: 810 -msgid "" -"If you need additional pools of addresses inside of this subnet outside the " -"above Range, they may be specified here." -msgstr "" - -# File: src/www/services_dhcp.php, line: 813 -msgid "Pool Start" -msgstr "" - -# File: src/www/services_dhcp.php, line: 814 -msgid "Pool End" -msgstr "" - -# File: src/www/services_dhcp.php, line: 842 -msgid "Do you really want to delete this pool?" -msgstr "Voulez-vous vraiment supprimer ce pool?" - -# File: src/www/services_dhcp.php, line: 856 -# File: src/www/services_dhcp_edit.php, line: 426 -msgid "WINS servers" -msgstr "Serveurs WINS" - -# File: src/www/services_dhcp.php, line: 863 -# File: src/www/services_dhcp_edit.php, line: 433 -# File: src/www/services_dhcpv6.php, line: 603 -# File: src/www/services_router_advertisements.php, line: 341 -# File: src/www/system_general.php, line: 338 -# File: src/www/vpn_pppoe_edit.php, line: 503 -msgid "DNS servers" -msgstr "Serveurs DNS" - -# File: src/www/services_dhcp.php, line: 867 -# File: src/www/services_dhcp_edit.php, line: 437 -# File: src/www/services_dhcpv6.php, line: 607 -# File: src/www/services_router_advertisements.php, line: 345 -msgid "" -"NOTE: leave blank to use the system default DNS servers - this interface's " -"IP if DNS forwarder is enabled, otherwise the servers configured on the " -"General page." -msgstr "" - -# File: src/www/services_dhcp.php, line: 874 -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network. Type \"none\" for no gateway assignment." -msgstr "" - -# File: src/www/services_dhcp.php, line: 878 -# File: src/www/services_dhcp_edit.php, line: 448 -# File: src/www/services_dhcpv6.php, line: 611 -msgid "Domain name" -msgstr "Nom de domaine" - -# File: src/www/services_dhcp.php, line: 881 -# File: src/www/services_dhcp_edit.php, line: 451 -# File: src/www/services_dhcpv6.php, line: 614 -msgid "" -"The default is to use the domain name of this system as the default domain " -"name provided by DHCP. You may specify an alternate domain name here." -msgstr "" - -# File: src/www/services_dhcp.php, line: 885 -# File: src/www/services_dhcp_edit.php, line: 455 -# File: src/www/services_dhcpv6.php, line: 618 -# File: src/www/services_router_advertisements.php, line: 350 -msgid "Domain search list" -msgstr "Liste de domaine de recherche" - -# File: src/www/services_dhcp.php, line: 888 -# File: src/www/services_dhcp_edit.php, line: 458 -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator " -msgstr "" - -# File: src/www/services_dhcp.php, line: 892 -# File: src/www/services_dhcp_edit.php, line: 462 -# File: src/www/services_dhcpv6.php, line: 625 -msgid "Default lease time" -msgstr "Durée des baux par défaut" - -# File: src/www/services_dhcp.php, line: 896 -# File: src/www/services_dhcp_edit.php, line: 466 -# File: src/www/services_dhcpv6.php, line: 629 -msgid "" -"This is used for clients that do not ask for a specific expiration time." -msgstr "" - -# File: src/www/services_dhcp.php, line: 898 -# File: src/www/services_dhcp_edit.php, line: 468 -# File: src/www/services_dhcpv6.php, line: 631 -msgid "The default is 7200 seconds." -msgstr "La valeur par défaut est 7200 secondes." - -# File: src/www/services_dhcp.php, line: 902 -# File: src/www/services_dhcp_edit.php, line: 472 -# File: src/www/services_dhcpv6.php, line: 635 -msgid "Maximum lease time" -msgstr "Durée maximum des baux" - -# File: src/www/services_dhcp.php, line: 906 -# File: src/www/services_dhcp_edit.php, line: 476 -# File: src/www/services_dhcpv6.php, line: 639 -msgid "" -"This is the maximum lease time for clients that ask for a specific " -"expiration time." -msgstr "" -"Ceci est la durée maximale du bail pour les clients qui demandent une heure " -"d'expiration spécifique." - -# File: src/www/services_dhcp.php, line: 908 -# File: src/www/services_dhcp_edit.php, line: 478 -# File: src/www/services_dhcpv6.php, line: 641 -msgid "The default is 86400 seconds." -msgstr "La valeur par défaut est 86400 secondes." - -# File: src/www/services_dhcp.php, line: 913 -msgid "Failover peer IP:" -msgstr "" - -# File: src/www/services_dhcp.php, line: 916 -msgid "" -"Leave blank to disable. Enter the interface IP address of the other " -"machine. Machines must be using CARP. Interface's advskew determines " -"whether the DHCPd process is Primary or Secondary. Ensure one machine's " -"advskew<20 (and the other is >20)." -msgstr "" - -# File: src/www/services_dhcp.php, line: 922 -# File: src/www/services_dhcp.php, line: 1174 -msgid "Static ARP" -msgstr "" - -# File: src/www/services_dhcp.php, line: 929 -msgid "Enable Static ARP entries" -msgstr "" - -# File: src/www/services_dhcp.php, line: 932 -msgid "" -"Warning: This option persists even if DHCP server is disabled. Only the " -"machines listed below will be able to communicate with the firewall on this " -"NIC." -msgstr "" - -# File: src/www/services_dhcp.php, line: 943 -# File: src/www/services_dhcpv6.php, line: 645 -msgid "Time format change" -msgstr "" - -# File: src/www/services_dhcp.php, line: 952 -msgid "Change DHCP display lease time from UTC to local time." -msgstr "" - -# File: src/www/services_dhcp.php, line: 943 -msgid "" -"Warning: By default DHCP leases are displayed in UTC time. By checking this " -"box DHCP lease time will be displayed in local time and set to time zone " -"selected. This will be used for all DHCP interfaces lease time." -msgstr "" - -# File: src/etc/inc/ipsec.inc, line: 46 -# File: src/www/services_dhcp.php, line: 968 -# File: src/www/services_dhcp_edit.php, line: 482 -# File: src/www/services_dhcpv6.php, line: 670 -msgid "Dynamic DNS" -msgstr "DNS dynamique" - -# File: src/www/services_dhcp.php, line: 971 -# File: src/www/services_dhcp_edit.php, line: 485 -# File: src/www/services_dhcpv6.php, line: 673 -msgid "Show Dynamic DNS" -msgstr "" - -# File: src/www/services_dhcp.php, line: 975 -# File: src/www/services_dhcp_edit.php, line: 489 -# File: src/www/services_dhcpv6.php, line: 677 -msgid "Enable registration of DHCP client names in DNS." -msgstr "" - -# File: src/www/services_dhcp.php, line: 978 -# File: src/www/services_dhcp_edit.php, line: 492 -# File: src/www/services_dhcpv6.php, line: 680 -msgid "Note: Leave blank to disable dynamic DNS registration." -msgstr "Remarque: Laissez vide pour désactiver l'enregistrement DNS dynamique." - -# File: src/www/services_dhcp.php, line: 979 -# File: src/www/services_dhcp_edit.php, line: 493 -# File: src/www/services_dhcpv6.php, line: 681 -msgid "" -"Enter the dynamic DNS domain which will be used to register client names in " -"the DNS server." -msgstr "" - -# File: src/www/services_dhcp.php, line: 981 -# File: src/www/services_dhcp_edit.php, line: 495 -# File: src/www/services_dhcpv6.php, line: 683 -msgid "" -"Enter the primary domain name server IP address for the dynamic domain name." -msgstr "" - -# File: src/www/services_dhcp.php, line: 983 -# File: src/www/services_dhcp_edit.php, line: 497 -# File: src/www/services_dhcpv6.php, line: 685 -msgid "" -"Enter the dynamic DNS domain key name which will be used to register client " -"names in the DNS server." -msgstr "" - -# File: src/www/services_dhcp.php, line: 985 -# File: src/www/services_dhcp_edit.php, line: 499 -# File: src/www/services_dhcpv6.php, line: 687 -msgid "" -"Enter the dynamic DNS domain key secret which will be used to register " -"client names in the DNS server." -msgstr "" -"Entrez la clé secrète du DNS dynamique qui sera utilisée par les clients " -"pour enregistrer leurs noms dans le serveur DNS." - -# File: src/www/services_dhcp.php, line: 990 -msgid "MAC Address Control" -msgstr "" - -# File: src/www/services_dhcp.php, line: 993 -msgid "Show MAC Address Control" -msgstr "" - -# File: src/www/services_dhcp.php, line: 997 -msgid "" -"Enter a list of partial MAC addresses to allow, comma separated, no spaces, " -"such as " -msgstr "" - -# File: src/www/services_dhcp.php, line: 999 -msgid "" -"Enter a list of partial MAC addresses to deny access, comma separated, no " -"spaces, such as " -msgstr "" - -# File: src/www/services_dhcp.php, line: 1004 -# File: src/www/services_dhcp_edit.php, line: 505 -# File: src/www/services_dhcpv6.php, line: 693 -msgid "NTP servers" -msgstr "Serveurs NTP" - -# File: src/www/services_dhcp.php, line: 1007 -# File: src/www/services_dhcp_edit.php, line: 508 -# File: src/www/services_dhcpv6.php, line: 696 -msgid "Show NTP configuration" -msgstr "Voir la configuration NTP" - -# File: src/www/services_dhcp.php, line: 1016 -# File: src/www/services_dhcp_edit.php, line: 517 -# File: src/www/services_dhcpv6.php, line: 706 -msgid "TFTP server" -msgstr "Serveur TFTP" - -# File: src/www/services_dhcp.php, line: 1019 -# File: src/www/services_dhcp_edit.php, line: 520 -# File: src/www/services_dhcpv6.php, line: 709 -msgid "Show TFTP configuration" -msgstr "Voir la configuration TFTP" - -# File: src/www/services_dhcp.php, line: 1023 -# File: src/www/services_dhcp_edit.php, line: 524 -# File: src/www/services_dhcpv6.php, line: 713 -msgid "" -"Leave blank to disable. Enter a full hostname or IP for the TFTP server." -msgstr "" - -# File: src/www/services_dhcp.php, line: 1028 -# File: src/www/services_dhcpv6.php, line: 719 -msgid "LDAP URI" -msgstr "LDAP URI" - -# File: src/www/services_dhcp.php, line: 1031 -# File: src/www/services_dhcpv6.php, line: 722 -msgid "Show LDAP configuration" -msgstr "Voir la configuration LDAP" - -# File: src/www/services_dhcp.php, line: 1035 -# File: src/www/services_dhcpv6.php, line: 726 -msgid "" -"Leave blank to disable. Enter a full URI for the LDAP server in the form " -"ldap://ldap.example.com/dc=example,dc=com" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1040 -# File: src/www/services_dhcpv6.php, line: 731 -msgid "Enable network booting" -msgstr "Activer le démarrage réseau" - -# File: src/www/services_dhcp.php, line: 1043 -# File: src/www/services_dhcpv6.php, line: 734 -msgid "Show Network booting" -msgstr "Voir la configuration du démarrage réseau" - -# File: src/www/services_dhcp.php, line: 1047 -# File: src/www/services_dhcpv6.php, line: 738 -msgid "Enables network booting." -msgstr "Activer le démarrage réseau." - -# File: src/www/services_dhcp.php, line: 1049 -msgid "Enter the IP of the" -msgstr "Entrez l'adresse IP du" - -# File: src/www/services_dhcp.php, line: 1049 -msgid "next-server" -msgstr "next-server" - -# File: src/www/services_dhcp.php, line: 1051 -msgid "and the default bios filename" -msgstr "et le nom de fichier du bios par défaut" - -# File: src/www/services_dhcp.php, line: 1053 -msgid "and the UEFI 32bit filename " -msgstr "et le nom de fichier de l'UEFI 32bit" - -# File: src/www/services_dhcp.php, line: 1055 -msgid "and the UEFI 64bit filename " -msgstr "et le nom de fichier de l'UEFI 64bit " - -# File: src/www/services_dhcp.php, line: 1057 -msgid "" -"Note: You need both a filename and a boot server configured for this to work!" -msgstr "" -"Remarque: Vous devez configurer un nom de fichier et un serveur de démarrage " -"pour que cela fonctionne !" - -# File: src/www/services_dhcp.php, line: 1058 -msgid "" -"You will need all three filenames and a boot server configured for UEFI to " -"work!" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1059 -# File: src/www/services_dhcp_edit.php, line: 408 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "Enter the" -msgstr "Entrer le" - -# File: src/www/services_dhcp.php, line: 1059 -# File: src/www/services_dhcp_edit.php, line: 408 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "root-path" -msgstr "root-path" - -# File: src/www/services_dhcp.php, line: 1059 -# File: src/www/services_dhcp_edit.php, line: 408 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "string" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1061 -msgid "" -"Note: string-format: iscsi:(servername):(protocol):(port):(LUN):targetname" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1067 -# File: src/www/services_dhcpv6.php, line: 746 -msgid "Additional BOOTP/DHCP Options" -msgstr "Options supplémentaires BOOTP/DHCP" - -# File: src/www/services_dhcp.php, line: 1070 -# File: src/www/services_dhcpv6.php, line: 749 -msgid "Show Additional BOOTP/DHCP Options" -msgstr "Afficher les options supplémentaires BOOTP/DHCP" - -# File: src/www/services_dhcp.php, line: 1078 -# File: src/www/services_dhcpv6.php, line: 757 -msgid "" -"Enter the DHCP option number and the value for each item you would like to " -"include in the DHCP lease information. For a list of available options " -"please visit this" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1078 -# File: src/www/services_dhcpv6.php, line: 757 -msgid "URL" -msgstr "URL" - -# File: src/www/load_balancer_relay_action_edit.php, line: 507 -# File: src/www/services_dhcp.php, line: 1085 -# File: src/www/services_dhcpv6.php, line: 763 -# File: src/www/system_advanced_sysctl.php, line: 155 -# File: src/www/system_advanced_sysctl.php, line: 233 -# File: src/www/system_certmanager.php, line: 849 -msgid "Value" -msgstr "Valeur" - -# File: src/www/services_dhcp.php, line: 1153 -# File: src/www/services_dhcpv6.php, line: 814 -msgid "System: General setup" -msgstr "Système : Configuration générale" - -# File: src/www/services_dhcp.php, line: 1153 -# File: src/www/services_dhcpv6.php, line: 814 -msgid "The DNS servers entered in" -msgstr "Les serveurs DNS entrés dans" - -# File: src/www/services_dhcp.php, line: 1154 -# File: src/www/services_dhcpv6.php, line: 815 -msgid "(or the" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1154 -# File: src/www/services_dhcpv6.php, line: 815 -# File: src/www/services_dnsmasq.php, line: 139 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 109 -# File: src/www/services_dnsmasq_edit.php, line: 156 -msgid "DNS forwarder" -msgstr "Redirecteur DNS" - -# File: src/www/services_dhcp.php, line: 1155 -# File: src/www/services_dhcpv6.php, line: 816 -msgid "if enabled)" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1155 -# File: src/www/services_dhcpv6.php, line: 816 -msgid "will be assigned to clients by the DHCP server." -msgstr "" - -# File: src/www/services_dhcp.php, line: 1158 -msgid "Status: DHCP leases" -msgstr "Statut: Baux DHCP" - -# File: src/www/services_dhcp.php, line: 1158 -# File: src/www/services_dhcpv6.php, line: 819 -msgid "The DHCP lease table can be viewed on the" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1159 -# File: src/www/services_dhcpv6.php, line: 820 -msgid "page." -msgstr "page." - -# File: src/www/services_dhcp.php, line: 1170 -msgid "DHCP Static Mappings for this interface." -msgstr "" - -# File: src/www/firewall_nat_npt.php, line: 154 -# File: src/www/services_dhcp.php, line: 1213 -# File: src/www/services_dhcpv6.php, line: 866 -msgid "Do you really want to delete this mapping?" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 140 -msgid "Either MAC address or Client identifier must be specified" -msgstr "L'adresse MAC ou l'identifiant du client doit être renseigné" - -# File: src/www/services_dhcp_edit.php, line: 148 -# File: src/www/services_dhcpv6_edit.php, line: 102 -msgid "The hostname cannot end with a hyphen according to RFC952" -msgstr "" -"Le nom de machine ne peut pas se terminer par un trait d'union selon la " -"RFC952" - -# File: src/www/services_dhcp_edit.php, line: 153 -# File: src/www/services_dhcpv6_edit.php, line: 107 -msgid "" -"A valid hostname is specified, but the domain name part should be omitted" -msgstr "Un nom d'hôte valide doit être spécifié mais le domaine peut être omis" - -# File: src/www/services_dhcp_edit.php, line: 164 -msgid "Static ARP is enabled. You must specify an IP address." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 173 -msgid "This Hostname, IP, MAC address or Client identifier already exists." -msgstr "Le nom, l'IP, l'adresse MAC ou l'identifiant client existe déjà." - -# File: src/www/services_dhcp_edit.php, line: 184 -msgid "The IP address must not be within the DHCP range for this interface." -msgstr "" -"L'adresse IP ne doit pas être contenue dans la plage DHCP pour cette " -"interface." - -# File: src/www/services_dhcp_edit.php, line: 189 -msgid "" -"The IP address must not be within the range configured on a DHCP pool for " -"this interface." -msgstr "" -"La plage spécifiée ne doit pas être contenue dans la plage d'un pool DHCP " -"configurée pour cette interface." - -# File: src/www/services_dhcp_edit.php, line: 198 -msgid "The IP address must lie in the %s subnet." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 359 -msgid "Static DHCP Mapping" -msgstr "" - -# File: src/www/services_captiveportal_mac_edit.php, line: 228 -# File: src/www/services_dhcp_edit.php, line: 370 -msgid "Copy my MAC address" -msgstr "Copier mon adresse MAC" - -# File: src/www/services_dhcp_edit.php, line: 372 -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "Entrer une adresse MAC avec le format suivant: xx:xx:xx:xx:xx:xx" - -# File: src/www/services_dhcp_edit.php, line: 376 -msgid "Client identifier" -msgstr "Identifiant client" - -# File: src/www/services_dhcp_edit.php, line: 386 -msgid "If an IPv4 address is entered, the address must be outside of the pool." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 388 -msgid "" -"If no IPv4 address is given, one will be dynamically allocated from the pool." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 395 -# File: src/www/services_dhcpv6_edit.php, line: 218 -msgid "Name of the host, without domain part." -msgstr "Nom d'hôte, sans la parti nom de domaine." - -# File: src/www/services_dhcp_edit.php, line: 400 -msgid "Netboot Filename" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 403 -# File: src/www/services_dhcpv6_edit.php, line: 225 -msgid "" -"Name of the file that should be loaded when this host boots off of the " -"network, overrides setting on main page." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 406 -# File: src/www/services_dhcpv6_edit.php, line: 228 -msgid "Root Path" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 409 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "Enter the root-path-string, overrides setting on main page." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 419 -msgid "ARP Table Static Entry" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 422 -msgid "Create an ARP Table Static Entry for this MAC & IP Address pair. " -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 444 -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network." -msgstr "" -"Par défaut l'adresse IP de cette interface du pare-feu sera utilisée comme " -"passerelle. Spécifiez une passerelle alternative si ce n'est pas la bonne " -"adresse de passerelle pour votre réseau." - -# File: src/www/services_dhcp_relay.php, line: 61 -# File: src/www/services_dhcpv6_relay.php, line: 62 -msgid "Destination Server" -msgstr "Serveur de destination" - -# File: src/www/services_dhcp_relay.php, line: 69 -msgid "A valid Destination Server IP address must be specified." -msgstr "Une adresse IP valide d'un serveur de destination doit être spécifiée." - -# File: src/www/services_dhcp_relay.php, line: 140 -msgid "" -"DHCP Server is currently enabled. Cannot enable the DHCP Relay service while " -"the DHCP Server is enabled on any interface." -msgstr "" -"Le server DHCP est actuellement activé. Vous ne pouvez pas activer le " -"service de relais DHCP tans que le serveur DHCP est activé sur toutes les " -"interfaces." - -# File: src/www/services_dhcp_relay.php, line: 136 -msgid "DHCP Relay configuration" -msgstr "Configuration du relai DHCP" - -# File: src/www/services_dhcp_relay.php, line: 146 -msgid "Enable DHCP relay on interface" -msgstr "Activer le relai DHCP sur l'interface" - -# File: src/www/services_dhcp_relay.php, line: 158 -# File: src/www/services_dhcpv6_relay.php, line: 155 -# File: src/www/services_ntpd.php, line: 230 -msgid "Interface(s)" -msgstr "Interface(s)" - -# File: src/www/services_ntpd.php, line: 263 -msgid "Interfaces without an IP address will not be shown." -msgstr "Les interfaces sans adresse IP ne sont pas affichées." - -# File: src/www/services_dhcp_relay.php, line: 171 -# File: src/www/services_dhcpv6_relay.php, line: 173 -msgid "Append circuit ID and agent ID to requests" -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 172 -msgid "" -"If this is checked, the DHCP relay will append the circuit ID (%s interface " -"number) and the agent ID to the DHCP request." -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 175 -# File: src/www/services_dhcpv6_relay.php, line: 177 -msgid "Destination server" -msgstr "Serveur de destination" - -# File: src/www/services_dhcp_relay.php, line: 179 -msgid "" -"This is the IP address of the server to which DHCP requests are relayed. You " -"can enter multiple server IP addresses, separated by commas. Select \"Proxy " -"requests to DHCP server on WAN subnet\" to relay DHCP packets to the server " -"that was used on the WAN interface." -msgstr "" -"Ceci est l'adresse IP du serveur auquel les requêtes DHCP sont relayés. Vous " -"pouvez entrer plusieurs adresses IP de serveur, séparés par des virgules. " -"Sélectionnez \"demandes de proxy vers le serveur DHCP sur le sous-réseau " -"WAN\" pour relayer les paquets DHCP au serveur qui a été utilisé sur " -"l'interface WAN." - -# File: src/www/services_dhcpv6.php, line: 50 -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses. Only interfaces configured with a static IP will be shown." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 153 -msgid "A valid prefix range must be specified." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 159 -msgid "A valid IPv6 address must be specified for the gateway." -msgstr "Une adresse IPv6 valide doit être spécifiée comme passerelle." - -# File: src/www/services_dhcpv6.php, line: 161 -# File: src/www/services_router_advertisements.php, line: 117 -msgid "" -"A valid IPv6 address must be specified for the primary/secondary DNS servers." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 170 -msgid "" -"A valid primary domain name server IPv4 address must be specified for the " -"dynamic domain name." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 185 -msgid "" -"A valid IPv6 address must be specified for the primary/secondary NTP servers." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 189 -msgid "A valid IPv6 address or hostname must be specified for the TFTP server." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 191 -msgid "A valid URL must be specified for the network bootfile." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 198 -msgid "The subnet range cannot overlap with virtual IPv6 address %s." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 499 -# File: src/www/services_router_advertisements.php, line: 228 -# File: src/www/services_router_advertisements.php, line: 236 -msgid "Router Advertisements" -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 521 -msgid "Enable DHCPv6 server on %s interface" -msgstr "Activer le serveur DHCPv6 sur l’interface %s" - -# File: src/www/services_dhcpv6.php, line: 561 -# File: src/www/vpn_l2tp.php, line: 369 -msgid "Subnet Mask" -msgstr "Masque de sous-réseau" - -# File: src/www/services_dhcpv6.php, line: 585 -msgid "Prefix Delegation Range" -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 589 -msgid "Prefix Delegation Size" -msgstr "Taille du préfixe de délégation" - -# File: src/www/services_dhcpv6.php, line: 598 -msgid "" -"You can define a Prefix range here for DHCP Prefix Delegation. This allows " -"for\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\tassigning networks to subrouters. The start and " -"end of the range must end on boundaries of the prefix delegation size." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 621 -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator" -msgstr "" -"Le serveur DHCP peut éventuellement fournir une liste de recherche de " -"domaine. Utilisez le point-virgule comme séparateur" - -# File: src/www/services_dhcpv6.php, line: 654 -msgid "Change DHCPv6 display lease time from UTC to local time." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 661 -msgid "" -"By default DHCPv6 leases are displayed in UTC time. By checking this\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\tbox DHCPv6 lease time will be displayed in local " -"time and set to time zone selected. This will be used for all DHCPv6 " -"interfaces lease time." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 740 -msgid "Enter the Bootfile URL" -msgstr "" - -# File: src/www/diag_tables.php, line: 170 -# File: src/www/services_dhcpv6.php, line: 782 -msgid "Delete" -msgstr "Supprimer" - -# File: src/www/interfaces_qinq_edit.php, line: 380 -# File: src/www/services_dhcpv6.php, line: 789 -# File: src/www/services_router_advertisements.php, line: 326 -# File: src/www/system_certmanager.php, line: 881 -msgid "add another entry" -msgstr "ajouter une autre entrée" - -# File: src/www/services_dhcpv6.php, line: 819 -msgid "Status: DHCPv6 leases" -msgstr "Statut: Baux DHCPv6" - -# File: src/www/services_dhcpv6.php, line: 829 -msgid "DHCPv6 Static Mappings for this interface." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 833 -# File: src/www/status_dhcpv6_leases.php, line: 419 -# File: src/www/status_dhcpv6_leases.php, line: 516 -msgid "DUID" -msgstr "DUID" - -# File: src/www/services_dhcpv6_edit.php, line: 95 -# File: src/www/services_dhcpv6_edit.php, line: 196 -msgid "DUID Identifier" -msgstr "Identifiant unique DHCP (DUID)" - -# File: src/www/services_dhcpv6_edit.php, line: 115 -msgid "A valid DUID Identifier must be specified." -msgstr "Un identifiant DUID valide doit être renseigné." - -# File: src/www/services_dhcpv6_edit.php, line: 124 -msgid "This Hostname, IP or DUID Identifier already exists." -msgstr "Ce nom d’hôte, IP ou identifiant unique DUID existe déjà." - -# File: src/www/services_dhcpv6_edit.php, line: 193 -msgid "Static DHCPv6 Mapping" -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 200 -msgid "Enter a DUID Identifier in the following format: " -msgstr "Indiquez un identifiant unique DHCP (DUID) au format suivant:" - -# File: src/www/services_dhcpv6_edit.php, line: 201 -msgid "DUID-LLT - ETH -- TIME --- ---- ADDR ----" -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 209 -msgid "If an IPv6 address is entered, the address must be outside of the pool." -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 211 -msgid "" -"If no IPv6 address is given, one will be dynamically allocated from the pool." -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 222 -msgid "Netboot filename" -msgstr "" - -# File: src/www/services_dhcpv6_relay.php, line: 70 -msgid "A valid Destination Server IPv6 address must be specified." -msgstr "" - -# File: src/www/services_dhcpv6_relay.php, line: 136 -msgid "" -"DHCPv6 Server is currently enabled. Cannot enable the DHCPv6 Relay service " -"while the DHCPv6 Server is enabled on any interface." -msgstr "" - -# File: src/www/services_dhcpv6_relay.php, line: 137 -msgid "DHCPv6 Relay configuration" -msgstr "Configuration du relai DHCPv6" - -# File: src/www/services_dhcpv6_relay.php, line: 148 -msgid "Enable DHCPv6 relay on interface" -msgstr "Activer le relais DHCPv6 sur l’interface" - -# File: src/www/services_dhcpv6_relay.php, line: 166 -msgid "Interfaces without an IPv6 address will not be shown." -msgstr "" - -# File: src/www/services_dhcpv6_relay.php, line: 174 -msgid "" -"If this is checked, the DHCPv6 relay will append the circuit ID (%s " -"interface number) and the agent ID to the DHCPv6 request." -msgstr "" - -# File: src/www/services_dhcpv6_relay.php, line: 181 -msgid "" -"This is the IPv6 address of the server to which DHCPv6 requests are relayed. " -"You can enter multiple server IPv6 addresses, separated by commas. " -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 79 -# File: src/www/system_advanced_admin.php, line: 96 -msgid "You must specify a valid port number" -msgstr "Vous devez spécifier un numéro de port valide" - -# File: src/www/services_dnsmasq.php, line: 94 -msgid "Invalid custom options" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 178 -msgid "The DNS forwarder configuration has been changed." -msgstr "La configuration du Redirecteur DNS a changée" - -# File: src/www/services_dnsmasq.php, line: 185 -# File: src/www/services_dnsmasq.php, line: 192 -msgid "General DNS Forwarder Options" -msgstr "Options générales du Redirecteur DNS" - -# File: src/www/services_dnsmasq.php, line: 198 -msgid "Enable DNS forwarder" -msgstr "Activer le redirecteur DNS" - -# File: src/www/services_dnsmasq.php, line: 202 -# File: src/www/services_unbound.php, line: 299 -msgid "DHCP Registration" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 205 -msgid "Register DHCP leases in DNS forwarder" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 206 -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS forwarder, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 214 -# File: src/www/services_unbound.php, line: 311 -msgid "Static DHCP" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 217 -msgid "Register DHCP static mappings in DNS forwarder" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 218 -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS forwarder, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 225 -msgid "Prefer DHCP" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 228 -msgid "Resolve DHCP mappings first" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 229 -msgid "" -"If this option is set, then DHCP mappings will be resolved before the manual " -"list of names below. This only affects the name given for a reverse lookup " -"(PTR)." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 235 -# File: src/www/services_unbound.php, line: 292 -msgid "DNS Query Forwarding" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 238 -msgid "Query DNS servers sequentially" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 239 -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will query the DNS servers " -"sequentially in the order specified (System - General Setup - DNS " -"Servers), rather than all at once in parallel. " -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 248 -msgid "Require domain" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 249 -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward A or AAAA " -"queries for plain names, without dots or domain parts, to upstream name " -"servers. If the name is not known from /etc/hosts or DHCP then a \"not " -"found\" answer is returned. " -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 258 -msgid "Do not forward private reverse lookups" -msgstr "Ne pas faire suivre les recherches locales inversées" - -# File: src/www/services_dnsmasq.php, line: 259 -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward reverse " -"DNS lookups (PTR) for private addresses (RFC 1918) to upstream name " -"servers. Any entries in the Domain Overrides section forwarding private \"" -"n.n.n.in-addr.arpa\" names to a specific server are still forwarded. If the " -"IP to name is not known from /etc/hosts, DHCP or a specific domain override " -"then a \"not found\" answer is immediately returned. " -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 267 -# File: src/www/services_unbound.php, line: 224 -msgid "Listen Port" -msgstr "Port d'écoute" - -# File: src/www/services_dnsmasq.php, line: 271 -# File: src/www/services_unbound.php, line: 229 -msgid "" -"The port used for responding to DNS queries. It should normally be left " -"blank unless another service needs to bind to TCP/UDP port 53." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 281 -msgid "" -"Interface IPs used by the DNS Forwarder for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 301 -msgid "Strict Interface Binding" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 303 -msgid "" -"If this option is set, the DNS forwarder will only bind to the interfaces " -"containing the IP addresses selected above, rather than binding to all " -"interfaces and discarding queries to other addresses." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 305 -msgid "" -"NOTE: This option does NOT work with IPv6. If set, dnsmasq will not bind to " -"IPv6 addresses." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1192 -# File: src/www/firewall_rules_edit.php, line: 1214 -# File: src/www/firewall_rules_edit.php, line: 1230 -# File: src/www/firewall_rules_edit.php, line: 1270 -# File: src/www/firewall_rules_edit.php, line: 1310 -# File: src/www/firewall_rules_edit.php, line: 1340 -# File: src/www/firewall_rules_edit.php, line: 1363 -# File: src/www/firewall_rules_edit.php, line: 1390 -# File: src/www/interfaces.php, line: 1690 -# File: src/www/pkg_edit.php, line: 1142 -# File: src/www/services_dnsmasq.php, line: 313 -# File: src/www/services_unbound.php, line: 333 -msgid "Show advanced option" -msgstr "Afficher les options avancées" - -# File: src/www/services_dnsmasq.php, line: 318 -msgid "" -"Enter any additional options you would like to add to the dnsmasq " -"configuration here, separated by a space or newline" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 332 -msgid "" -"If the DNS forwarder is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the forwarder. The DNS forwarder will use the DNS servers " -"entered in %sSystem: General setup%s or those obtained via DHCP or PPP on " -"WAN if the "Allow DNS server list to be overridden by DHCP/PPP on " -"WAN" is checked. If you don't use that option (or if you use a static " -"IP address on WAN), you must manually specify at least one DNS server on the " -"%sSystem: General setup%s page." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 350 -# File: src/www/services_unbound.php, line: 372 -msgid "Host Overrides" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 354 -# File: src/www/services_unbound.php, line: 376 -msgid "" -"Entries in this section override individual results from the forwarders." -msgstr "" -"Les entrées de cette section outrepasse (écrase) les résultats provenant des " -"redirecteurs." - -# File: src/www/services_dnsmasq.php, line: 355 -# File: src/www/services_unbound.php, line: 377 -msgid "Use these for changing DNS results or for adding custom DNS records." -msgstr "" -"Utiliser ceci pour remplacer les résultats DNS ou pour ajouter des entrées " -"DNS personnalisées." - -# File: src/www/services_dnsmasq.php, line: 366 -# File: src/www/services_dnsmasq.php, line: 444 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 63 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 136 -# File: src/www/services_dnsmasq_edit.php, line: 71 -# File: src/www/services_dnsmasq_edit.php, line: 209 -# File: src/www/services_dnsmasq_edit.php, line: 243 -# File: src/www/services_unbound.php, line: 385 -# File: src/www/services_unbound.php, line: 449 -# File: src/www/services_unbound_domainoverride_edit.php, line: 57 -# File: src/www/services_unbound_domainoverride_edit.php, line: 130 -# File: src/www/services_unbound_host_edit.php, line: 72 -# File: src/www/services_unbound_host_edit.php, line: 209 -# File: src/www/services_unbound_host_edit.php, line: 245 -# File: src/www/system_general.php, line: 113 -# File: src/www/system_general.php, line: 327 -msgid "Domain" -msgstr "Domaine" - -# File: src/www/services_captiveportal_mac.php, line: 200 -# File: src/www/services_dnsmasq.php, line: 398 -# File: src/www/services_unbound.php, line: 417 -msgid "Do you really want to delete this host?" -msgstr "Voulez-vous vraiment supprimer cet hôte ?" - -# File: src/www/services_dnsmasq.php, line: 432 -# File: src/www/services_unbound.php, line: 437 -msgid "Domain Overrides" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 435 -msgid "" -"Entries in this area override an entire domain, and subdomains, by " -"specifying an authoritative DNS server to be queried for that domain." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 471 -# File: src/www/services_unbound.php, line: 479 -msgid "Do you really want to delete this domain override?" -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 74 -# File: src/www/services_unbound_domainoverride_edit.php, line: 68 -msgid "A valid domain must be specified after _msdcs." -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 78 -# File: src/www/services_dnsmasq_edit.php, line: 79 -# File: src/www/services_unbound_domainoverride_edit.php, line: 70 -# File: src/www/services_unbound_host_edit.php, line: 80 -msgid "A valid domain must be specified." -msgstr "Un domaine valide doit être spécifié." - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 81 -msgid "" -"A valid IP address must be specified, or # for an exclusion or ! to not " -"forward at all." -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 84 -msgid "An interface IP address must be specified for the DNS query source." -msgstr "" -"Une adresse IP d'interface doit être spécifiée comme source de la requête DNS" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 139 -# File: src/www/services_unbound_domainoverride_edit.php, line: 134 -msgid "Domain to override (NOTE: this does not have to be a valid TLD!)" -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 140 -# File: src/www/services_dnsmasq_edit.php, line: 220 -# File: src/www/services_unbound_domainoverride_edit.php, line: 135 -# File: src/www/services_unbound_host_edit.php, line: 221 -msgid "or" -msgstr "ou" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 140 -# File: src/www/services_unbound_domainoverride_edit.php, line: 135 -msgid "test" -msgstr "tester" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 146 -# File: src/www/services_unbound_domainoverride_edit.php, line: 144 -msgid "IP address of the authoritative DNS server for this domain" -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 147 -msgid "" -"Or enter ! for lookups for this host/subdomain to NOT be forwarded anywhere." -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 147 -msgid "" -"Or enter # for an exclusion to pass through this host/subdomain to standard " -"nameservers instead of a previous override." -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 150 -msgid "Source IP" -msgstr "IP source" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 153 -msgid "" -"Source IP address for queries to the DNS server for the override domain." -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 154 -msgid "Leave blank unless your DNS server is accessed through a VPN tunnel." -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 110 -msgid "Alias Domain" -msgstr "Alias de domaine" - -# File: src/www/services_dnsmasq_edit.php, line: 114 -# File: src/www/services_unbound_host_edit.php, line: 115 -msgid "" -"Hostnames in alias list can only contain the characters A-Z, 0-9 and '-'." -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 117 -# File: src/www/services_unbound_host_edit.php, line: 117 -msgid "A valid domain must be specified in alias list." -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 128 -# File: src/www/services_unbound_host_edit.php, line: 127 -msgid "This host/domain already exists." -msgstr "L'hôte/le domaine existe déjà." - -# File: src/www/services_dnsmasq_edit.php, line: 198 -msgid "Edit DNS Forwarder entry" -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 204 -# File: src/www/services_unbound_host_edit.php, line: 204 -msgid "Name of the host, without domain part" -msgstr "Nom de l'hôte, sans le nom de domaine" - -# File: src/www/services_dnsmasq_edit.php, line: 206 -# File: src/www/services_unbound_host_edit.php, line: 205 -msgid "myhost" -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 212 -# File: src/www/services_unbound_host_edit.php, line: 212 -msgid "Domain of the host" -msgstr "Domaine de l'hôte" - -# File: src/www/services_dnsmasq_edit.php, line: 213 -# File: src/www/services_unbound_host_edit.php, line: 213 -msgid "example.com" -msgstr "exemple.com" - -# File: src/www/services_dnsmasq_edit.php, line: 219 -# File: src/www/services_unbound_host_edit.php, line: 220 -msgid "IP address of the host" -msgstr "Adresse IP de l'hôte" - -# File: src/www/services_dnsmasq_edit.php, line: 237 -# File: src/www/services_unbound_host_edit.php, line: 239 -msgid "Enter additional names for this host." -msgstr "Entrez des noms supplémentaires pour cet hôte." - -# File: src/www/firewall_aliases_edit.php, line: 724 -# File: src/www/services_dnsmasq_edit.php, line: 265 -# File: src/www/services_router_advertisements.php, line: 309 -# File: src/www/system_certmanager.php, line: 870 -msgid "remove this entry" -msgstr "supprimer cette entrée" - -# File: src/www/services_dyndns.php, line: 90 -# File: src/www/status_openvpn.php, line: 287 -# File: src/www/status_openvpn.php, line: 350 -# File: src/www/status_services.php, line: 77 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 78 -msgid "Service" -msgstr "Service" - -# File: src/www/services_dyndns.php, line: 92 -# File: src/www/services_rfc2136.php, line: 85 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 80 -msgid "Cached IP" -msgstr "IP en cache" - -# File: src/www/services_dyndns.php, line: 189 -msgid "" -"IP addresses appearing in green are up to date with Dynamic DNS provider." -msgstr "" -"Les adresse IP apparaissant en vert sont à jours avec le fournisseur de DNS " -"dynamique." - -# File: src/www/services_dyndns.php, line: 190 -msgid "" -"You can force an update for an IP address on the edit page for that service." -msgstr "" -"Vous pouvez forcer une mise à jour d'adresse IP en éditant la page de celui " -"ci." - -# File: src/www/services_dyndns_edit.php, line: 86 -# File: src/www/services_dyndns_edit.php, line: 254 -msgid "Service type" -msgstr "Type de service" - -# File: src/www/services_dyndns_edit.php, line: 98 -# File: src/www/services_dyndns_edit.php, line: 391 -msgid "Update URL" -msgstr "Mise à jour URL" - -# File: src/www/services_dyndns_edit.php, line: 111 -msgid "The Hostname contains invalid characters." -msgstr "Le nom d'hôte contient des caractères invalides." - -# File: src/www/services_dyndns_edit.php, line: 117 -msgid "The MX contains invalid characters." -msgstr "Le MX contient des caractères invalides." - -# File: src/www/services_dyndns_edit.php, line: 119 -# File: src/www/system_usermanager.php, line: 179 -# File: src/www/vpn_l2tp_users_edit.php, line: 86 -# File: src/www/vpn_pptp_users_edit.php, line: 82 -msgid "The username contains invalid characters." -msgstr "Le nom d’utilisateur contient des caractères invalides." - -# File: src/www/services_dyndns_edit.php, line: 172 -# File: src/www/services_dyndns_edit.php, line: 243 -msgid "Dynamic DNS client" -msgstr "Client DNS dynamique" - -# File: src/www/services_dyndns_edit.php, line: 250 -# File: src/www/services_rfc2136_edit.php, line: 207 -# File: src/www/services_rfc2136_edit.php, line: 213 -msgid "yes" -msgstr "oui" - -# File: src/www/services_dyndns_edit.php, line: 268 -# File: src/www/services_rfc2136_edit.php, line: 153 -msgid "Interface to monitor" -msgstr "Interface à monitorer" - -# File: src/www/services_dyndns_edit.php, line: 293 -msgid "Interface to send update from" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 315 -msgid "Note: This is almost always the same as the Interface to Monitor." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 326 -msgid "Enter the complete host/domain name. example: myhost.dyndns.org" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 327 -msgid "For he.net tunnelbroker, enter your tunnel ID" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 332 -msgid "MX" -msgstr "MX" - -# File: src/www/services_dyndns_edit.php, line: 338 -msgid "" -"Note: With a dynamic DNS service you can only use a hostname, not an IP " -"address." -msgstr "" -"Remarque: Avec un service DNS dynamique, vous ne pouvez pas utiliser une " -"adresse IP mais uniquement un nom d'hôte." - -# File: src/www/services_dyndns_edit.php, line: 338 -msgid "" -"Set this option only if you need a special MX record. Not all services " -"support this." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 342 -msgid "Wildcards" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 345 -# File: src/www/services_dyndns_edit.php, line: 351 -msgid "Enable " -msgstr "Activer " - -# File: src/www/services_dyndns_edit.php, line: 345 -msgid "Wildcard" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 348 -msgid "Verbose logging" -msgstr "Rapport verbeux" - -# File: src/www/services_dyndns_edit.php, line: 351 -msgid "verbose logging" -msgstr "rapport verbeux" - -# File: src/www/services_dyndns_edit.php, line: 354 -msgid "CURL options" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 357 -msgid "Force IPv4 resolving" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 359 -msgid "Verify SSL peer" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 366 -msgid "" -"Username is required for all types except Namecheap, FreeDNS and Custom " -"Entries." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 367 -msgid "Route 53: Enter your Access Key ID." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 368 -msgid "Duck DNS: Enter your Token." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 369 -msgid "" -"For Custom Entries, Username and Password represent HTTP Authentication " -"username and passwords." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 377 -msgid "" -"FreeDNS (freedns.afraid.org): Enter your \"Authentication Token\" provided " -"by FreeDNS." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 378 -msgid "Route 53: Enter your Secret Access Key." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 379 -msgid "Duck DNS: Leave blank." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 384 -msgid "Zone ID" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 387 -msgid "" -"Enter Zone ID that you received when you created your domain in Route 53." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 394 -msgid "" -"This is the only field required by for Custom Dynamic DNS, and is only used " -"by Custom Entries." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 396 -# File: src/www/services_dyndns_edit.php, line: 407 -msgid "" -"If you need the new IP to be included in the request, put %IP% in its place." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 400 -msgid "Result Match" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 403 -msgid "This field is only used by Custom Dynamic DNS Entries." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 407 -msgid "" -"This field should be identical to what your dynamic DNS Provider will return " -"if the update succeeds, leave it blank to disable checking of returned " -"results." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 409 -msgid "" -"If you need to include multiple possible values, separate them with a |. If " -"your provider includes a |, escape it with \\|" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 411 -msgid "" -"Tabs (\\t), newlines (\\n" -") and carriage returns (\\r) at the beginning or end of the returned results " -"are removed before comparison." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 416 -# File: src/www/services_rfc2136_edit.php, line: 71 -# File: src/www/services_rfc2136_edit.php, line: 171 -msgid "TTL" -msgstr "TTL" - -# File: src/www/services_dyndns_edit.php, line: 419 -msgid "Choose TTL for your dns record." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 436 -# File: src/www/services_rfc2136_edit.php, line: 103 -msgid "Save & Force Update" -msgstr "Sauvegarder & Forcer la mise à jour" - -# File: src/www/services_dyndns_edit.php, line: 444 -msgid "" -"You must configure a DNS server in %sSystem:\n" -"\t\t\t\t\t General setup%s or allow the DNS server list " -"to be overridden\n" -"\t\t\t\t\t by DHCP/PPP on WAN for dynamic DNS updates to " -"work." -msgstr "" - -# File: src/www/services_igmpproxy.php, line: 69 -msgid "add a new igmpentry" -msgstr "" - -# File: src/www/services_igmpproxy.php, line: 84 -msgid "The IGMP entry list has been changed" -msgstr "" - -# File: src/www/services_igmpproxy.php, line: 126 -msgid "edit igmpentry" -msgstr "" - -# File: src/www/services_igmpproxy.php, line: 127 -msgid "" -"Do you really want to delete this igmp entry? All elements that still use it " -"will become invalid (e.g. filter rules)!" -msgstr "" -"Voulez-vous vraiment supprimer cette entrée igmp ? Tous les éléments qui " -"l'utilise deviendront invalides (par exemple les règles de filtrage) !" - -# File: src/www/services_igmpproxy.php, line: 127 -msgid "delete igmpentry" -msgstr "" - -# File: src/www/services_igmpproxy.php, line: 141 -msgid "" -"Please add the interface for upstream, the allowed subnets, and the " -"downstream interfaces you would like the proxy to allow. Only one 'upstream' " -"interface can be configured." -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 65 -msgid "Only one 'upstream' interface can be configured." -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 158 -msgid "IGMP Proxy Edit" -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 188 -msgid "Upstream Interface" -msgstr "Interface amont" - -# File: src/www/services_igmpproxy_edit.php, line: 189 -msgid "Downstream Interface" -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 193 -msgid "" -"The upstream network interface is the outgoing interface which is " -"responsible for communicating to available multicast data sources. There can " -"only be one upstream interface." -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 199 -msgid "Downstream" -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 199 -msgid "" -"network interfaces are the distribution interfaces to the destination " -"networks, where multicast clients can join groups and receive multicast " -"data. One or more downstream interfaces must be configured." -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 206 -msgid "Threshold" -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 211 -msgid "" -"Defines the TTL threshold for the network interface. Packets with a " -"lower TTL than the threshold value will be ignored. This setting is " -"optional, and by default the threshold is 1." -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 218 -msgid "Network (s)" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 461 -# File: src/www/services_igmpproxy_edit.php, line: 224 -# File: src/www/services_unbound_acls.php, line: 234 -msgid "CIDR" -msgstr "" - -# File: src/www/services_ntpd.php, line: 197 -# File: src/www/services_ntpd.php, line: 293 -msgid "Add another Time server" -msgstr "Ajouter un autre serveur de temps" - -# File: src/www/services_ntpd.php, line: 236 -msgid "NTP Server Configuration" -msgstr "Configuration du serveur NTP" - -# File: src/www/services_ntpd.php, line: 265 -msgid "Selecting no interfaces will listen on all interfaces with a wildcard." -msgstr "" -"La sélection d'aucune interface activera l'écoute du serveur sur toutes les " -"interfaces." - -# File: src/www/services_ntpd.php, line: 266 -msgid "" -"Selecting all interfaces will explicitly listen on only the interfaces/IPs " -"specified." -msgstr "" - -# File: src/www/services_ntpd.php, line: 261 -msgid "Time servers" -msgstr "Serveurs de temps" - -# File: src/www/services_ntpd.php, line: 280 -msgid "prefer this server" -msgstr "Serveur préféré" - -# File: src/www/services_ntpd.php, line: 283 -msgid "do not use this server" -msgstr "ne pas utiliser ce serveur" - -# File: src/www/services_ntpd.php, line: 296 -msgid "For best results three to five servers should be configured here." -msgstr "Pour de meilleurs résultats de 3 à 5 serveurs devraient être configuré." - -# File: src/www/services_ntpd.php, line: 292 -msgid "" -"The %sprefer%s option indicates that NTP should favor the use of this server " -"more than all others." -msgstr "" - -# File: src/www/services_ntpd.php, line: 294 -msgid "" -"The %snoselect%s option indicates that NTP should not use this server for " -"time, but stats for this server will be collected and displayed." -msgstr "" - -# File: src/www/services_ntpd.php, line: 299 -msgid "Orphan mode" -msgstr "" - -# File: src/www/services_ntpd.php, line: 306 -msgid "(0-15)" -msgstr "(0-15)" - -# File: src/www/services_ntpd.php, line: 307 -msgid "" -"Orphan mode allows the system clock to be used when no other clocks are " -"available. The number here specifies the stratum reported during orphan mode " -"and should normally be set to a number high enough to insure that any other " -"servers available to clients are preferred over this server. (default: 12)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 306 -msgid "NTP graphs" -msgstr "" - -# File: src/www/services_ntpd.php, line: 314 -msgid "Enable rrd graphs of NTP statistics (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 313 -msgid "Syslog logging" -msgstr "" - -# File: src/www/services_ntpd.php, line: 320 -msgid "Status > System Logs > NTP" -msgstr "" - -# File: src/www/services_ntpd.php, line: 320 -msgid "" -"These options enable additional messages from NTP to be written to the " -"System Log" -msgstr "" -"Cette option autorise l'écriture de message NTP additionnels dans le journal " -"système (System Log)." - -# File: src/www/services_ntpd.php, line: 323 -msgid "Enable logging of peer messages (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 326 -msgid "Enable logging of system messages (default: disabled)." -msgstr "Activer la journalisation des messages système (par défaut: désactivé)." - -# File: src/www/services_ntpd.php, line: 325 -msgid "Statistics logging" -msgstr "Statistiques de journalisation" - -# File: src/www/services_ntpd.php, line: 333 -msgid "Show statistics logging options" -msgstr "Afficher les options des statistiques de journalisation" - -# File: src/www/services_ntpd.php, line: 336 -msgid "Warning: " -msgstr "Alerte :" - -# File: src/www/services_ntpd.php, line: 336 -msgid "these options will create persistant daily log files in /var/log/ntp." -msgstr "" -"ces options créerons des fichiers journaux quotidiens persistants dans " -"/var/log/ntp." - -# File: src/www/services_ntpd.php, line: 339 -msgid "Enable logging of reference clock statistics (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 342 -msgid "Enable logging of clock discipline statistics (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 345 -msgid "Enable logging of NTP peer statistics (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 345 -msgid "Access restrictions" -msgstr "" - -# File: src/www/services_ntpd.php, line: 353 -msgid "Show access restriction options" -msgstr "" - -# File: src/www/services_ntpd.php, line: 356 -msgid "these options control access to NTP from the WAN." -msgstr "" - -# File: src/www/services_ntpd.php, line: 359 -msgid "Enable Kiss-o'-death packets (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 362 -msgid "" -"Deny state modifications (i.e. run time configuration) by ntpq and ntpdc " -"(default: enabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 365 -msgid "Disable ntpq and ntpdc queries (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 368 -msgid "Disable all except ntpq and ntpdc queries (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 371 -msgid "Deny packets that attempt a peer association (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 374 -msgid "Deny mode 6 control message trap service (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 374 -msgid "Leap seconds" -msgstr "" - -# File: src/www/services_ntpd.php, line: 382 -msgid "Show Leap second configuration" -msgstr "" - -# File: src/www/services_ntpd.php, line: 385 -msgid "" -"A leap second file allows NTP to advertize an upcoming leap second addition " -"or subtraction." -msgstr "" - -# File: src/www/services_ntpd.php, line: 386 -msgid "Normally this is only useful if this server is a stratum 1 time server." -msgstr "" - -# File: src/www/services_ntpd.php, line: 388 -msgid "Enter Leap second configuration as text:" -msgstr "" - -# File: src/www/services_ntpd.php, line: 390 -msgid "Or" -msgstr "Ou" - -# File: src/www/services_ntpd.php, line: 390 -msgid "select a file to upload:" -msgstr "sélectionner le fichier à envoyer:" - -# File: src/www/services_ntpd_gps.php, line: 374 -msgid "NTP Serial GPS Configuration" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 356 -msgid "" -"A GPS connected via a serial port may be used as a reference clock for NTP. " -"If the GPS also supports PPS and is properly configured, and connected, that " -"GPS may also be used as a Pulse Per Second clock reference. NOTE: a USB GPS " -"may work, but is not recommended due to USB bus timing issues." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 381 -msgid "" -"For the best results, NTP should have at least three sources of time. So it " -"is best to configure at least 2 servers under" -msgstr "" -"Pour de meilleurs résultats, NTP devrait avoir au minimum 3 sources de " -"temps. Toutefois il est recommandé d'avoir 2 serveurs de plus." - -# File: src/www/services_ntpd_gps.php, line: 381 -# File: src/www/services_ntpd_pps.php, line: 132 -msgid "Services > NTP" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 381 -msgid "" -"to minimize clock drift if the GPS data is not valid over time. Otherwise " -"ntpd may only use values from the unsynchronized local clock when providing " -"time to clients." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 366 -msgid "Generic" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 368 -msgid "Garmin" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 370 -msgid "SiRF" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 371 -msgid "U-Blox" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 372 -msgid "SureGPS" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 397 -msgid "This option allows you to select a predefined configuration." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 400 -msgid "Select Generic if your GPS is not listed." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 401 -msgid "" -"The perdefined configurations assume your GPS has already been set to NMEA " -"mode." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 388 -# File: src/www/services_ntpd_pps.php, line: 132 -msgid "Serial port" -msgstr "Port série" - -# File: src/www/services_ntpd_gps.php, line: 425 -msgid "" -"All serial ports are listed, be sure to pick the port with the GPS attached." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 434 -msgid "Serial port baud rate." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 437 -msgid "" -"Note: A higher baud rate is generally only helpful if the GPS is sending too " -"many sentences. It is recommended to configure the GPS to send only one " -"sentence at a baud rate of 4800 or 9600." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 423 -msgid "NMEA sentences" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 454 -msgid "" -"By default NTP will listen for all supported NMEA sentences. Here one or " -"more sentences to listen for may be specified." -msgstr "" -"Par défaut NTP écoutera toutes les phrases NMEA supportées. Vous pouvez " -"spécifier ici une ou plusieurs phrases complémentaires à écouter." - -# File: src/www/services_ntpd_gps.php, line: 436 -msgid "Fudge time 1" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 461 -msgid "Fudge time 1 is used to specify the GPS PPS signal offset" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 442 -msgid "Fudge time 2" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 467 -msgid "Fudge time 2 is used to specify the GPS time offset" -msgstr "" - -# File: src/www/status_ntpd.php, line: 177 -msgid "Stratum" -msgstr "Strate" - -# File: src/www/services_ntpd_gps.php, line: 472 -# File: src/www/services_ntpd_pps.php, line: 161 -msgid "(0-16)" -msgstr "(0-16)" - -# File: src/www/services_ntpd_gps.php, line: 473 -msgid "This may be used to change the GPS Clock stratum" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 473 -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 454 -# File: src/www/services_ntpd_pps.php, line: 159 -msgid "Flags" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 481 -# File: src/www/services_ntpd_pps.php, line: 170 -msgid "" -"Normally there should be no need to change these options from the defaults." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 491 -msgid "NTP should prefer this clock (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 499 -msgid "" -"NTP should not use this clock, it will be displayed for reference " -"only(default: disabled)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 507 -msgid "Enable PPS signal processing (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 515 -# File: src/www/services_ntpd_pps.php, line: 180 -msgid "Enable falling edge PPS signal processing (default: rising edge)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 523 -msgid "Enable kernel PPS clock discipline (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 531 -msgid "Obscure location in timestamp (default: unobscured)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 539 -msgid "" -"Log the sub-second fraction of the received time stamp (default: Not " -"logged).
Note: enabling this will rapidly fill the log, but is useful " -"for tuning Fudge time 2." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 524 -# File: src/www/services_ntpd_pps.php, line: 197 -msgid "Clock ID" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 548 -# File: src/www/services_ntpd_pps.php, line: 205 -msgid "(1 to 4 charactors)" -msgstr "(1 à 4 caractères)" - -# File: src/www/services_ntpd_gps.php, line: 549 -msgid "This may be used to change the GPS Clock ID" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 530 -msgid "GPS Initialization" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 555 -msgid "Show GPS Initialization commands" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 560 -msgid "" -"Note: Commands entered here will be sent to the GPS during initialization. " -"Please read and understand your GPS documentation before making any changes " -"here." -msgstr "" -"Remarque: Les commandes insérées ici seront envoyées aux GPS lors de " -"l'initialisation. Veuillez lire la documentation de votre GPS avant " -"d'effectuer des modifications." - -# File: src/www/services_ntpd_gps.php, line: 561 -msgid "NMEA checksum calculator" -msgstr "Calculateur de chaine de contrôle NMEA" - -# File: src/www/services_ntpd_gps.php, line: 563 -msgid "" -"Enter the text between "$" and "*" of a NMEA command " -"string:" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 563 -msgid "checksum" -msgstr "somme de contrôle" - -# File: src/www/services_ntpd_gps.php, line: 564 -msgid "Calculate NMEA checksum" -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 123 -msgid "NTP PPS Configuration" -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 128 -msgid "" -"Devices with a Pulse Per Second output such as radios that receive a time " -"signal from DCF77 (DE), JJY (JP), MSF (GB) or WWVB (US) may be used as a PPS " -"reference for NTP." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 129 -msgid "" -"A serial GPS may also be used, but the serial GPS driver would usually be " -"the better option." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 130 -msgid "" -"A PPS signal only provides a reference to the change of a second, so at " -"least one other source to number the seconds is required." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 132 -msgid "At least 3 additional time sources should be configured under" -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 132 -msgid "to reliably supply the time of each PPS pulse." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 148 -msgid "" -"All serial ports are listed, be sure to pick the port with the PPS source " -"attached." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 147 -msgid "Fudge time" -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 156 -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 "" - -# File: src/www/services_ntpd_pps.php, line: 162 -msgid "This may be used to change the PPS Clock stratum" -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 162 -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock and just monitor this source." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 188 -msgid "Enable kernel PPS clock discipline (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 196 -msgid "" -"Record a timestamp once for each second, useful for constructing Allan " -"deviation plots (default: disabled)." -msgstr "" -"Enregistrement d'un horodatage à chaque seconde, utile pour construire les " -"graphiques de variance d'Allan (par défaut : désactivé)." - -# File: src/www/services_ntpd_pps.php, line: 206 -msgid "This may be used to change the PPS Clock ID" -msgstr "" - -# File: src/www/services_opendns.php, line: 125 -msgid "OpenDNS Setup" -msgstr "Configuration d'OpenDNS" - -# File: src/www/services_opendns.php, line: 133 -msgid "Filter DNS requests using OpenDNS" -msgstr "" - -# File: src/www/services_opendns.php, line: 153 -msgid "" -"Signon Username to log into your OpenDNS dashboard. It is used to " -"automatically update the IP address of the registered network." -msgstr "" - -# File: src/www/services_opendns.php, line: 177 -msgid "Networks Dashboard of OpenDNS" -msgstr "" - -# File: src/www/services_opendns.php, line: 184 -msgid "Test result" -msgstr "Résultat du test" - -# File: src/www/services_opendns.php, line: 206 -msgid "Test/Update" -msgstr "" - -# File: src/www/services_rfc2136.php, line: 168 -# File: src/www/vpn_openvpn_client.php, line: 1252 -msgid "Do you really want to delete this client?" -msgstr "Voulez-vous vraiment supprimer ce client ?" - -# File: src/www/load_balancer_relay_action_edit.php, line: 509 -# File: src/www/services_rfc2136_edit.php, line: 71 -# File: src/www/services_rfc2136_edit.php, line: 192 -msgid "Key" -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 71 -# File: src/www/services_rfc2136_edit.php, line: 177 -msgid "Key name" -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 76 -msgid "The DNS update host name contains invalid characters." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 78 -msgid "The DNS update TTL must be an integer." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 80 -msgid "The DNS update key name contains invalid characters." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 101 -msgid "New/Edited RFC2136 dnsupdate entry was posted." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 113 -# File: src/www/services_rfc2136_edit.php, line: 142 -msgid "RFC 2136 client" -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 169 -msgid "Fully qualified hostname of the host to be updated." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 181 -msgid "This must match the setting on the DNS server." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 184 -msgid "Key type" -msgstr "" - -# File: src/www/services_captiveportal_zones.php, line: 93 -# File: src/www/services_rfc2136_edit.php, line: 186 -msgid "Zone" -msgstr "Zone" - -# File: src/www/services_rfc2136_edit.php, line: 188 -msgid " User" -msgstr "Utilisateur" - -# File: src/www/services_rfc2136_edit.php, line: 196 -msgid "Paste an HMAC-MD5 key here." -msgstr "Copier une clé HMAC-MD5 ici." - -# File: src/www/services_rfc2136_edit.php, line: 208 -msgid "Use TCP instead of UDP" -msgstr "Utiliser TCP au lieu d'UDP" - -# File: src/www/services_rfc2136_edit.php, line: 211 -msgid "Use Public IP" -msgstr "Utiliser IP publique" - -# File: src/www/services_rfc2136_edit.php, line: 214 -msgid "" -"If the interface IP is private, attempt to fetch and use the public IP " -"instead." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 228 -msgid "Save & Force Update" -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 237 -msgid "" -"You must configure a DNS server in %sSystem: General setup %sor allow the " -"DNS server list to be overridden by DHCP/PPP on WAN for dynamic DNS updates " -"to work." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 44 -# File: src/www/services_router_advertisements.php, line: 42 -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses" -msgstr "" -"Le serveur DHCPv6 ne peut être activé que sur des interfaces configurées " -"avec une adresse IP statique" - -# File: src/www/services_router_advertisements.php, line: 85 -msgid "" -"Subnets are specified in CIDR format. Select the CIDR mask that pertains to " -"each entry. /128 specifies a single IPv6 host; /64 specifies a normal IPv6 " -"network; etc. If no subnets are specified here, the Router Advertisement " -"(RA) Daemon will advertise to the subnet to which the router's interface is " -"assigned." -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 112 -msgid "An invalid subnet or alias was specified. [%s/%s]" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 243 -msgid "Select the Operating Mode for the Router Advertisement (RA) Daemon." -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 244 -msgid "" -"Use \"Router Only\" to only advertise this router, \"Unmanaged\" for Router " -"Advertising with Stateless Autoconfig, \"Managed\" for assignment through (a)" -" DHCPv6 Server, \"Assisted\" for DHCPv6 Server assignment combined with " -"Stateless Autoconfig" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 245 -msgid "" -"It is not required to activate this DHCPv6 server when set to \"Managed\", " -"this can be another host on the network" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 249 -msgid "Router Priority" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 256 -msgid "Select the Priority for the Router Advertisement (RA) Daemon." -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 270 -msgid "RA Interface" -msgstr "Interface RA" - -# File: src/www/services_router_advertisements.php, line: 278 -msgid "Select the Interface for the Router Advertisement (RA) Daemon." -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 284 -msgid "RA Subnet(s)" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 353 -msgid "" -"The RA server can optionally provide a domain search list. Use the semicolon " -"character as separator" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 361 -msgid "Use same settings as DHCPv6 server" -msgstr "" - -# File: src/www/services_snmp.php, line: 79 -msgid "Invalid character '#' in system location" -msgstr "Caractère '#' invalide dans l'emplacement du système" - -# File: src/www/services_snmp.php, line: 80 -msgid "Invalid character '#' in system contact" -msgstr "Caractère '#' invalide dans le contact du système" - -# File: src/www/services_snmp.php, line: 81 -msgid "Invalid character '#' in read community string" -msgstr "Caractère '#' invalide dans le nom de la communauté en lecture" - -# File: src/www/services_snmp.php, line: 84 -msgid "Community" -msgstr "Communauté" - -# File: src/www/services_snmp.php, line: 88 -msgid "Polling Port" -msgstr "" - -# File: src/www/services_snmp.php, line: 95 -msgid "Invalid character '#' in SNMP trap string" -msgstr "Caractère '#' invalide dans le nom du SNMP trap" - -# File: src/www/services_snmp.php, line: 98 -# File: src/www/services_snmp.php, line: 380 -msgid "Trap server" -msgstr "Serveur Trap" - -# File: src/www/services_snmp.php, line: 102 -msgid "Trap server port" -msgstr "Port du serveur Trap" - -# File: src/www/services_snmp.php, line: 106 -# File: src/www/services_snmp.php, line: 399 -msgid "Trap string" -msgstr "Nom du Trap" - -# File: src/www/services_snmp.php, line: 286 -msgid "SNMP Daemon" -msgstr "Service SNMP" - -# File: src/www/services_snmp.php, line: 303 -msgid "Polling Port " -msgstr "" - -# File: src/www/services_snmp.php, line: 306 -msgid "Enter the port to accept polling events on (default 161)" -msgstr "" - -# File: src/www/services_snmp.php, line: 311 -msgid "System location" -msgstr "Emplacement du système" - -# File: src/www/services_snmp.php, line: 318 -msgid "System contact" -msgstr "Contact du système" - -# File: src/www/services_snmp.php, line: 325 -msgid "Read Community String" -msgstr "Nom de la communauté en lecture" - -# File: src/www/services_snmp.php, line: 328 -msgid "" -"The community string is like a password, restricting access to querying SNMP " -"to hosts knowing the community string. Use a strong value here to protect " -"from unauthorized information disclosure." -msgstr "" -"Le nom de la communauté est comme un mot de passe, restreindre l'accès à " -"l'interrogation SNMP à des hôtes connaissant le nom de la communauté. " -"Utilisez une valeur forte ici pour protéger contre la divulgation non " -"autorisée d'informations." - -# File: src/www/services_snmp.php, line: 361 -msgid "SNMP Traps" -msgstr "Liste des Traps SNMP" - -# File: src/www/services_snmp.php, line: 383 -msgid "Enter trap server name" -msgstr "Entrer le nom du serveur Trap" - -# File: src/www/services_snmp.php, line: 388 -msgid "Trap server port " -msgstr "Port du serveur Trap" - -# File: src/www/services_snmp.php, line: 391 -msgid "Enter the port to send the traps to (default 162)" -msgstr "Entrer le port pour envoyer les Traps (par défaut 162)" - -# File: src/www/services_snmp.php, line: 396 -msgid "Enter the SNMP trap string" -msgstr "Entrer une valeur pour le Trap SNMP" - -# File: src/www/services_snmp.php, line: 412 -msgid "Modules" -msgstr "" - -# File: src/www/services_snmp.php, line: 423 -msgid "SNMP Modules" -msgstr "Modules SNMP" - -# File: src/www/services_snmp.php, line: 425 -msgid "MibII" -msgstr "" - -# File: src/www/services_snmp.php, line: 427 -msgid "Netgraph" -msgstr "" - -# File: src/www/services_snmp.php, line: 429 -msgid "PF" -msgstr "" - -# File: src/www/services_snmp.php, line: 431 -msgid "Host Resources (Requires MibII)" -msgstr "" - -# File: src/www/services_snmp.php, line: 433 -msgid "UCD" -msgstr "UCD" - -# File: src/www/services_snmp.php, line: 435 -msgid "Regex" -msgstr "" - -# File: src/www/services_snmp.php, line: 450 -msgid "Interface Binding" -msgstr "" - -# File: src/www/services_snmp.php, line: 460 -msgid "Bind Interface" -msgstr "" - -# File: src/www/services_unbound.php, line: 89 -msgid "" -"The DNS Forwarder is still active. Disable it before enabling the DNS " -"Resolver." -msgstr "" - -# File: src/www/services_unbound.php, line: 92 -msgid "" -"A single network interface needs to be selected for the DNS Resolver to bind " -"to." -msgstr "" - -# File: src/www/services_unbound.php, line: 95 -msgid "" -"A single outgoing network interface needs to be selected for the DNS " -"Resolver to use for outgoing DNS requests." -msgstr "" - -# File: src/www/services_unbound.php, line: 96 -msgid "You must specify a valid port number." -msgstr "Vous devez spécifier un numéro de port valide." - -# File: src/www/services_unbound.php, line: 191 -msgid "The configuration for the DNS Resolver, has been changed" -msgstr "" - -# File: src/www/services_unbound.php, line: 213 -msgid "General DNS Resolver Options" -msgstr "" - -# File: src/www/services_unbound.php, line: 219 -msgid "Enable DNS Resolver" -msgstr "" - -# File: src/www/services_unbound.php, line: 234 -# File: src/www/system_advanced_network.php, line: 229 -msgid "Network Interfaces" -msgstr "Interfaces Réseaux" - -# File: src/www/services_unbound.php, line: 240 -msgid "" -"Interface IPs used by the DNS Resolver for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" - -# File: src/www/services_unbound.php, line: 259 -msgid "Outgoing Network Interfaces" -msgstr "Interfaces Réseau Sortantes" - -# File: src/www/services_unbound.php, line: 265 -msgid "" -"Utilize different network interface(s) that the DNS Resolver will use to " -"send queries to authoritative servers and receive their replies. By default " -"all interfaces are used." -msgstr "" - -# File: src/www/services_unbound.php, line: 284 -msgid "DNSSEC" -msgstr "DNSSEC" - -# File: src/www/services_unbound.php, line: 287 -msgid "Enable DNSSEC Support" -msgstr "Activer le support DNSSEC" - -# File: src/www/services_unbound.php, line: 295 -msgid "Enable Forwarding Mode" -msgstr "" - -# File: src/www/services_unbound.php, line: 302 -msgid "Register DHCP leases in the DNS Resolver" -msgstr "Enregistrer les baux DHCP dans le Résolveur DNS" - -# File: src/www/services_unbound.php, line: 303 -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS Resolver, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" - -# File: src/www/services_unbound.php, line: 314 -msgid "Register DHCP static mappings in the DNS Resolver" -msgstr "" - -# File: src/www/services_unbound.php, line: 315 -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS Resolver, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" - -# File: src/www/services_unbound.php, line: 322 -msgid "TXT Comment Support" -msgstr "" - -# File: src/www/services_unbound.php, line: 325 -msgid "" -"If this option is set, then any descriptions associated with Host entries " -"and DHCP Static mappings will create a corresponding TXT record." -msgstr "" - -# File: src/www/services_unbound.php, line: 338 -msgid "" -"Enter any additional options you would like to add to the DNS Resolver " -"configuration here, separated by a space or newline" -msgstr "" - -# File: src/www/services_unbound.php, line: 353 -msgid "" -"If the DNS Resolver is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the DNS Resolver. If Forwarding, is enabled, the DNS Resolver " -"will use the DNS servers entered in %sSystem: General setup%s or those " -"obtained via DHCP or PPP on WAN if the "Allow DNS server list to be " -"overridden by DHCP/PPP on WAN" is checked." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 176 -msgid "" -"The settings for the DNS Resolver have changed. You must apply the " -"configuration to take affect." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 198 -msgid "%s Access List" -msgstr "Liste d'accès %s" - -# File: src/www/services_unbound_acls.php, line: 201 -msgid "Access List name" -msgstr "Nom de la liste d'accès" - -# File: src/www/services_unbound_acls.php, line: 205 -msgid "Provide an Access List name." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 220 -msgid "" -"Choose what to do with DNS requests that match the criteria specified below." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 221 -msgid "" -"Deny: This action stops queries from hosts within the netblock " -"defined below." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 222 -msgid "" -"Refuse: This action also stops queries from hosts within the netblock " -"defined below, but sends a DNS rcode REFUSED error message back to the " -"client." -msgstr "" -"Refusé : Cette action arrête également les requêtes des hôtes définis " -"dans le sous réseau définit ci-dessous, mais envoie un message DNS de refus " -"au client (rcode REFUSED error)." - -# File: src/www/services_unbound_acls.php, line: 223 -msgid "" -"Allow: This action allows queries from hosts within the netblock " -"defined below." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 224 -msgid "" -"Allow Snoop: This action allows recursive and nonrecursive access " -"from hosts within the netblock defined below. Used for cache snooping and " -"ideally should only be configured for your administrative host." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1164 -# File: src/www/services_unbound_acls.php, line: 289 -msgid "You may enter a description here for your reference." -msgstr "Vous pouvez entrer une description ici." - -# File: src/www/services_unbound_acls.php, line: 308 -msgid "Access List Name" -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 325 -msgid "Access Lists to control access to the DNS Resolver can be defined here." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 346 -msgid "Do you really want to delete this access list?" -msgstr "Voulez-vous vraiment supprimer cette liste d'accès?" - -# File: src/www/services_unbound_advanced.php, line: 132 -msgid "The configuration of the DNS Resolver, has been changed" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 156 -msgid "Advanced Resolver Options" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 159 -msgid "Hide Identity" -msgstr "Masquer Identité" - -# File: src/www/services_unbound_advanced.php, line: 162 -msgid "If enabled, id.server and hostname.bind queries are refused." -msgstr "Si activée, les requêtes id.server et hostname.bind sont refusées." - -# File: src/www/services_unbound_advanced.php, line: 166 -msgid "Hide Version" -msgstr "Masquer Version" - -# File: src/www/services_unbound_advanced.php, line: 169 -msgid "If enabled, version.server and version.bind queries are refused." -msgstr "Si activée, les requêtes version.server et version.bind sont refusées." - -# File: src/www/services_unbound_advanced.php, line: 173 -msgid "Prefetch Support" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 176 -msgid "" -"Message cache elements are prefetched before they expire to help keep the " -"cache up to date. When enabled, this option can cause an increase of around " -"10% more DNS traffic and load on the server, but frequently requested items " -"will not expire from the cache." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 180 -msgid "Prefetch DNS Key Support" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 183 -msgid "" -"DNSKEY's are fetched earlier in the validation process when a %sDelegation " -"signer%s is encountered. This helps lower the latency of requests but does " -"utilize a little more CPU." -msgstr "" -"Les clés DNS sont récupérées plus tôt dans le processus de validation quand " -"un %sDelegation signer%s est rencontré. Cela permet de réduire le délai de " -"latence des requêtes mais utilise un peu plus le CPU." - -# File: src/www/services_unbound_advanced.php, line: 187 -msgid "Harden Glue" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 190 -msgid "Only trust glue if it is within the servers authority." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 194 -msgid "Harden DNSSEC data" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 197 -msgid "" -"DNSSEC data is required for trust-anchored zones. If such data is absent, " -"the zone becomes bogus. If this is disabled and no DNSSEC data is received, " -"then the zone is made insecure." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 201 -msgid "Message Cache Size" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 215 -msgid "" -"Size of the message cache. The message cache stores DNS rcodes and " -"validation statuses. The RRSet cache will automatically be set to twice this " -"amount. The RRSet cache contains the actual RR data. The default is 4 " -"megabytes." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 220 -msgid "Outgoing TCP Buffers" -msgstr "Tampons d'émission TCP" - -# File: src/www/services_unbound_advanced.php, line: 234 -msgid "" -"The number of outgoing TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, to authoritative servers, are " -"done." -msgstr "" -"Le nombre de tampons d'émissions TCP à allouer par processus (thread). La " -"valeur par défaut est 10. Si la valeur 0 est sélectionnée alors aucune " -"requête TCP ne sera émise." - -# File: src/www/services_unbound_advanced.php, line: 239 -msgid "Incoming TCP Buffers" -msgstr "Tampons de réception TCP" - -# File: src/www/services_unbound_advanced.php, line: 253 -msgid "" -"The number of incoming TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, from clients, are accepted." -msgstr "" -"Le nombre de tampons de réception TCP à allouer par processus (thread). La " -"valeur par défaut est 10. Si la valeur 0 est sélectionnée, aucune requête " -"TCP provenant des clients ne seront acceptées." - -# File: src/www/services_unbound_advanced.php, line: 258 -msgid "EDNS Buffer Size" -msgstr "Taille du Tampon EDNS" - -# File: src/www/services_unbound_advanced.php, line: 272 -msgid "" -"Number of bytes size to advertise as the EDNS reassembly buffer size. This " -"is the value that is used in UDP datagrams sent to peers. RFC recommendation " -"is 4096 (which is the default). If you have fragmentation reassemble " -"problems, usually seen as timeouts, then a value of 1480 should help. The " -"512 value bypasses most MTU path problems, but it can generate an excessive " -"amount of TCP fallback." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 277 -msgid "Number of queries per thread" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 291 -msgid "" -"The number of queries that every thread will service simultaneously. If more " -"queries arrive that need to be serviced, and no queries can be jostled, then " -"these queries are dropped." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 296 -msgid "Jostle Timeout" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 310 -msgid "" -"This timeout is used for when the server is very busy. This protects against " -"denial of service by slow queries or high query rates. The default value is " -"200 milliseconds." -msgstr "" -"Ce timeout est utilisé quand le serveur est très chargé. Cela le protège " -"contre les pertes de service par requêtes lentes ou haut niveau de " -"requêtes. La valeur par défaut est de 200 millisecondes." - -# File: src/www/services_unbound_advanced.php, line: 315 -msgid "Maximum TTL for RRsets and messages" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 319 -msgid "" -"Configure a maximum Time to live for RRsets and messages in the cache. The " -"default is 86400 seconds (1 day). When the internal TTL expires the cache " -"item is expired. This can be configured to force the resolver to query for " -"data more often and not trust (very large) TTL values." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 324 -msgid "Minimum TTL for RRsets and messages" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 328 -msgid "" -"Configure a minimum Time to live for RRsets and messages in the cache. The " -"default is 0 seconds. If the minimum value kicks in, the data is cached for " -"longer than the domain owner intended, and thus less queries are made to " -"look up the data. The 0 value ensures the data in the cache is as the domain " -"owner intended. High values can lead to trouble as the data in the cache " -"might not match up with the actual data anymore." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 333 -msgid "TTL for Host cache entries" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 331 -# File: src/www/services_unbound_advanced.php, line: 346 -msgid "1 minute" -msgstr "1 minute" - -# File: src/www/services_unbound_advanced.php, line: 332 -# File: src/www/services_unbound_advanced.php, line: 347 -msgid "2 minutes" -msgstr "2 minutes" - -# File: src/www/services_unbound_advanced.php, line: 333 -# File: src/www/services_unbound_advanced.php, line: 348 -msgid "5 minutes" -msgstr "5 minutes" - -# File: src/www/services_unbound_advanced.php, line: 334 -# File: src/www/services_unbound_advanced.php, line: 349 -msgid "10 minutes" -msgstr "10 minutes" - -# File: src/www/services_unbound_advanced.php, line: 335 -# File: src/www/services_unbound_advanced.php, line: 350 -msgid "15 minutes" -msgstr "15 minutes" - -# File: src/www/services_unbound_advanced.php, line: 343 -msgid "" -"Time to live for entries in the host cache. The host cache contains " -"roundtrip timing and EDNS support information. The default is 15 minutes." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 348 -msgid "TTL for lame delegation" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 358 -msgid "" -"Time to live for when a delegation is considered to be lame. The default is " -"15 minutes." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 363 -msgid "Number of Hosts to cache" -msgstr "Nombre d'hôtes à conserver dans la mémoire cache" - -# File: src/www/services_unbound_advanced.php, line: 361 -msgid "1000" -msgstr "1000" - -# File: src/www/services_unbound_advanced.php, line: 362 -msgid "5000" -msgstr "5000" - -# File: src/www/services_unbound_advanced.php, line: 363 -msgid "10 000" -msgstr "10000" - -# File: src/www/services_unbound_advanced.php, line: 364 -msgid "20 000" -msgstr "20 000" - -# File: src/www/services_unbound_advanced.php, line: 365 -msgid "50 000" -msgstr "50 000" - -# File: src/www/services_unbound_advanced.php, line: 373 -msgid "Number of hosts for which information is cached. The default is 10,000." -msgstr "" -"Nombre d'hôtes dont les informations sont conservées dans la mémoire cache. " -"Par défaut 10000." - -# File: src/www/services_unbound_advanced.php, line: 378 -msgid "Unwanted Reply Threshold" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 376 -msgid "disabled" -msgstr "désactivé" - -# File: src/www/services_unbound_advanced.php, line: 377 -msgid "5 million" -msgstr "5 millions" - -# File: src/www/services_unbound_advanced.php, line: 378 -msgid "10 million" -msgstr "10 millions" - -# File: src/www/services_unbound_advanced.php, line: 379 -msgid "20 million" -msgstr "20 millions" - -# File: src/www/services_unbound_advanced.php, line: 380 -msgid "40 million" -msgstr "40 millions" - -# File: src/www/services_unbound_advanced.php, line: 381 -msgid "50 million" -msgstr "50 millions" - -# File: src/www/services_unbound_advanced.php, line: 389 -msgid "" -"If enabled, a total number of unwanted replies is kept track of in every " -"thread. When it reaches the threshold, a defensive action is taken and a " -"warning is printed to the log file. This defensive action is to clear the " -"RRSet and message caches, hopefully flushing away any poison. The default is " -"disabled, but if enabled a value of 10 million is suggested." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 394 -msgid "Log level verbosity" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 408 -msgid "Select the log verbosity." -msgstr "Sélectionnez la verbosité des traces." - -# File: src/www/services_unbound_domainoverride_edit.php, line: 76 -msgid "" -"A valid IP address and port must be specified, for example " -"192.168.100.10@5353." -msgstr "" - -# File: src/www/services_unbound_domainoverride_edit.php, line: 78 -msgid "A valid IP address must be specified, for example 192.168.100.10." -msgstr "Une adresse IP valide doit être spécifiée, par exemple 192.168.100.10." - -# File: src/www/services_unbound_domainoverride_edit.php, line: 146 -msgid "" -"To use a nondefault port for communication, append an '@' with the port " -"number." -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 306 -msgid "MX Host" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 298 -msgid "MX Priority" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 114 -msgid "A valid MX priority must be specified." -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 118 -msgid "A valid MX host must be specified." -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 122 -msgid "A valid resource record type must be specified." -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 198 -msgid "Edit DNS Resolver entry" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "A or AAAA (IPv4 or IPv6 address)" -msgstr "A ou AAAA (adresse IPv4 ou IPv6)" - -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "MX (Mail server)" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 285 -msgid "Type of resource record" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 286 -msgid "for IPv4 or IPv6 addresses" -msgstr "pour des adresses IPv4 ou IPv6" - -# File: src/www/services_unbound_host_edit.php, line: 301 -msgid "Priority of MX record" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 309 -msgid "Host name of MX host" -msgstr "" - -# File: src/www/services_unbound_overrides.php, line: 124 -msgid "" -"Keep in mind that all resource record types (i.e. A, AAAA, MX, etc. records) " -"of a specified host below are being overwritten." -msgstr "" - -# File: src/www/services_unbound.php, line: 441 -msgid "" -"Entries in this area override an entire domain by specifying an " -"authoritative DNS server to be queried for that domain." -msgstr "" - -# File: src/www/services_upnp.php, line: 70 -msgid "At least one of 'UPnP' or 'NAT-PMP' must be allowed" -msgstr "" - -# File: src/www/services_upnp.php, line: 74 -msgid "It is a security risk to specify WAN in the 'Interface' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 76 -msgid "You cannot select the external interface as an internal interface." -msgstr "" - -# File: src/www/services_upnp.php, line: 79 -msgid "You must specify a valid ip address in the 'Override WAN address' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 81 -msgid "" -"You must fill in both 'Maximum Download Speed' and 'Maximum Upload Speed' " -"fields" -msgstr "" - -# File: src/www/services_upnp.php, line: 83 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Download Speed' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 85 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Upload Speed' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 93 -msgid "" -"You must follow the specified format in the 'User specified permissions %s' " -"field" -msgstr "" - -# File: src/www/services_upnp.php, line: 97 -msgid "" -"You must begin with allow or deny in the 'User specified permissions %s' " -"field" -msgstr "" - -# File: src/www/services_upnp.php, line: 100 -msgid "" -"You must specify a port or port range between 0 and 65535 in the 'User " -"specified permissions %s' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 103 -msgid "" -"You must specify a valid ip address in the 'User specified permissions %s' " -"field" -msgstr "" - -# File: src/www/services_upnp.php, line: 208 -msgid "Modified Universal Plug and Play settings." -msgstr "" - -# File: src/www/services_wol.php, line: 55 -msgid "Sent magic packet to %s (%s)." -msgstr "Paquet magic envoyé à %s (%s)." - -# File: src/www/services_wol.php, line: 57 -msgid "" -"Please check the %ssystem log%s, the wol command for %s (%s) did not " -"complete successfully." -msgstr "" - -# File: src/www/services_wol.php, line: 78 -msgid "A valid interface must be specified." -msgstr "Une interface valilde doit être spécifiée." - -# File: src/www/services_wol.php, line: 84 -msgid "A valid ip could not be found!" -msgstr "" - -# File: src/www/services_wol.php, line: 89 -msgid "Sent magic packet to %s." -msgstr "Paquet magic envoyé à %s." - -# File: src/www/services_wol.php, line: 94 -msgid "" -"Please check the %ssystem log%s, the wol command for %s did not complete " -"successfully." -msgstr "" - -# File: src/www/services_wol.php, line: 147 -msgid "Choose which interface the host to be woken up is connected to." -msgstr "" - -# File: src/www/services_wol.php, line: 157 -msgid "Enter a MAC address %sin the following format: xx:xx:xx:xx:xx:xx%s" -msgstr "Entrer une adresse MAC %s dans le format suivant: xx:xx:xx:xx:xx:xx%s" - -# File: src/www/services_wol.php, line: 165 -msgid "Or Click the MAC address to wake up an individual device:" -msgstr "Ou cliquer sur l'adresse MAC pour réveiller un matériel à la fois: " - -# File: src/www/services_wol.php, line: 165 -msgid "Wake all clients at once: " -msgstr "" - -# File: src/www/services_wol.php, line: 216 -msgid "" -"This service can be used to wake up (power on) computers by sending special " -"\"Magic Packets\". The NIC in the computer that is to be woken up must " -"support Wake on LAN and has to be configured properly (WOL cable, BIOS " -"settings)." -msgstr "" - -# File: src/www/services_wol_edit.php, line: 126 -msgid "Edit WOL entry" -msgstr "" - -# File: src/www/services_wol_edit.php, line: 147 -msgid "Choose which interface this host is connected to." -msgstr "" - -# File: src/www/services_wol_edit.php, line: 154 -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "Entrer une adresse MAC au format suivant : xx:xx:xx:xx:xx:xx" - -# File: src/www/shortcuts.inc, line: 128 -# File: src/www/shortcuts.inc, line: 130 -msgid "Log entries for items on this page" -msgstr "" - -# File: src/www/status.php, line: 93 -msgid "This status page includes the following information" -msgstr "" - -# File: src/www/status.php, line: 210 -msgid "" -"Note: make sure to remove any sensitive information (passwords, maybe also " -"IP addresses) before posting information from this page in public places (" -"like mailing lists)" -msgstr "" -"Remarque: assurez-vous de supprimer toute information sensible (mots de " -"passe, adresses IP) avant de publier les informations de cette page dans des " -"éléments public (comme les listes de diffusion)" - -# File: src/www/status.php, line: 213 -msgid "Passwords in config.xml have been automatically removed" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 301 -# File: src/www/status_dhcpv6_leases.php, line: 382 -msgid "Failover Group" -msgstr "Groupe Failover" - -# File: src/www/status_dhcp_leases.php, line: 302 -# File: src/www/status_dhcpv6_leases.php, line: 383 -msgid "My State" -msgstr "Mon état" - -# File: src/www/status_dhcp_leases.php, line: 303 -# File: src/www/status_dhcp_leases.php, line: 305 -# File: src/www/status_dhcpv6_leases.php, line: 384 -# File: src/www/status_dhcpv6_leases.php, line: 386 -msgid "Since" -msgstr "Depuis" - -# File: src/www/status_dhcp_leases.php, line: 304 -# File: src/www/status_dhcpv6_leases.php, line: 385 -msgid "Peer State" -msgstr "État du correspondant" - -# File: src/www/status_dhcp_leases.php, line: 340 -# File: src/www/status_dhcpv6_leases.php, line: 422 -# File: src/www/status_dhcpv6_leases.php, line: 518 -msgid "End" -msgstr "Fin" - -# File: src/www/status_dhcp_leases.php, line: 346 -msgid "Lease type" -msgstr "Type de bail" - -# File: src/www/status_dhcp_leases.php, line: 395 -msgid "send Wake on LAN packet to this MAC address" -msgstr "Envoyer un paquet Wake on LAN à cette adresse MAC" - -# File: src/www/status_dhcp_leases.php, line: 417 -# File: src/www/status_dhcpv6_leases.php, line: 483 -msgid "add a static mapping for this MAC address" -msgstr "Ajouter un mappage statique pour cette adresse MAC" - -# File: src/www/status_dhcp_leases.php, line: 423 -msgid "add a Wake on LAN mapping for this MAC address" -msgstr "Ajouter un mappage Wake on LAN pour cette adresse MAC" - -# File: src/www/status_dhcp_leases.php, line: 428 -# File: src/www/status_dhcpv6_leases.php, line: 492 -msgid "delete this DHCP lease" -msgstr "Supprimer ce bail DHCP" - -# File: src/www/status_dhcp_leases.php, line: 447 -# File: src/www/status_dhcpv6_leases.php, line: 579 -msgid "Show active and static leases only" -msgstr "Afficher uniquement les baux actifs et statiques" - -# File: src/www/status_dhcp_leases.php, line: 450 -# File: src/www/status_dhcpv6_leases.php, line: 582 -msgid "Show all configured leases" -msgstr "Afficher tout les baux configurés" - -# File: src/www/status_dhcp_leases.php, line: 454 -# File: src/www/status_dhcpv6_leases.php, line: 586 -msgid "No leases file found. Is the DHCP server active" -msgstr "Aucun fichier de baux trouvé. Es-ce que le serveur DHCP est actif" - -# File: src/www/status_dhcpv6_leases.php, line: 418 -# File: src/www/status_dhcpv6_leases.php, line: 515 -msgid "IAID" -msgstr "" - -# File: src/www/status_dhcpv6_leases.php, line: 420 -msgid "Hostname/MAC" -msgstr "Nom d'hôte/MAC" - -# File: src/www/status_dhcp_leases.php, line: 341 -# File: src/www/status_dhcpv6_leases.php, line: 423 -# File: src/www/status_gateway_groups.php, line: 141 -# File: src/www/status_gateways.php, line: 131 -# File: src/www/status_gateways.php, line: 135 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 60 -msgid "Online" -msgstr "En ligne" - -# File: src/www/status_dhcp_leases.php, line: 342 -# File: src/www/status_dhcpv6_leases.php, line: 424 -msgid "Lease Type" -msgstr "Type de bail" - -# File: src/www/status_dhcpv6_leases.php, line: 514 -msgid "IPv6 Prefix" -msgstr "Préfixe IPv6" - -# File: src/www/status_filter_reload.php, line: 73 -msgid "Reload Filter" -msgstr "" - -# File: src/www/status_filter_reload.php, line: 75 -msgid "Force Config Sync" -msgstr "" - -# File: src/www/status_gateway_groups.php, line: 135 -# File: src/www/status_gateways.php, line: 125 -msgid "Warning, Packetloss" -msgstr "Alerte, perte de paquets" - -# File: src/www/status_gateway_groups.php, line: 138 -# File: src/www/status_gateways.php, line: 128 -msgid "Warning, Latency" -msgstr "Alerte, latence" - -# File: src/www/status_gateway_groups.php, line: 144 -msgid "Gathering data" -msgstr "Collecte des données" - -# File: src/www/status_gateway_groups.php, line: 109 -msgid "Tier %s" -msgstr "Niveau %s" - -# File: src/www/status_gateways.php, line: 74 -# File: src/www/widgets/widgets/gateways.widget.php, line: 47 -msgid "RTT" -msgstr "RTT" - -# File: src/www/status_gateways.php, line: 75 -# File: src/www/widgets/widgets/gateways.widget.php, line: 48 -msgid "Loss" -msgstr "Perte" - -# File: src/www/status_gateways.php, line: 101 -# File: src/www/status_gateways.php, line: 109 -# File: src/www/status_gateways.php, line: 138 -# File: src/www/widgets/widgets/gateways.widget.php, line: 87 -# File: src/www/widgets/widgets/gateways.widget.php, line: 97 -msgid "Pending" -msgstr "En attente" - -# File: src/www/status_gateways.php, line: 119 -msgid "Offline (forced)" -msgstr "Hors-ligne (forcé)" - -# File: src/www/status_gateways.php, line: 144 -msgid "Last check:" -msgstr "Dernière vérification:" - -# File: src/www/status_graph.php, line: 207 -msgid "Sort by" -msgstr "Trié par" - -# File: src/www/status_graph.php, line: 209 -msgid "Display" -msgstr "" - -# File: src/www/status_graph.php, line: 224 -msgid "Bw In" -msgstr "" - -# File: src/www/status_graph.php, line: 225 -msgid "Bw Out" -msgstr "" - -# File: src/www/services_captiveportal.php, line: 645 -msgid "Local" -msgstr "Local" - -# File: src/www/diag_dns.php, line: 151 -# File: src/www/system_authservers.php, line: 891 -msgid "Host Name" -msgstr "Nom d’hôte" - -# File: src/www/status_graph.php, line: 235 -msgid "FQDN" -msgstr "FQDN" - -# File: src/www/status_graph.php, line: 263 -msgid "Host IP" -msgstr "IP de l'hôte" - -# File: src/www/status_graph.php, line: 263 -msgid "Host Name or IP" -msgstr "Nom d'hôte ou IP" - -# File: src/www/status_graph.php, line: 264 -msgid "Bandwidth In" -msgstr "" - -# File: src/www/status_graph.php, line: 265 -msgid "Bandwidth Out" -msgstr "" - -# File: src/www/status_graph.php, line: 202 -msgid "" -"The %sAdobe SVG Viewer%s, Firefox 1.5 or later or other browser supporting " -"SVG is required to view the graph." -msgstr "" - -# File: src/www/status_interfaces.php, line: 76 -msgid "interface" -msgstr "interface" - -# File: src/www/status_interfaces.php, line: 99 -# File: src/www/status_interfaces.php, line: 115 -msgid "Release" -msgstr "Libération" - -# File: src/www/status_interfaces.php, line: 99 -# File: src/www/status_interfaces.php, line: 115 -msgid "Renew" -msgstr "Renouveler" - -# File: src/www/status_interfaces.php, line: 102 -msgid "DHCP6" -msgstr "" - -# File: src/www/status_interfaces.php, line: 128 -# File: src/www/status_interfaces.php, line: 141 -# File: src/www/status_interfaces.php, line: 154 -# File: src/www/status_interfaces.php, line: 171 -msgid "Connect" -msgstr "Connecter" - -# File: src/www/status_captiveportal.php, line: 195 -# File: src/www/status_interfaces.php, line: 128 -# File: src/www/status_interfaces.php, line: 141 -# File: src/www/status_interfaces.php, line: 154 -# File: src/www/status_interfaces.php, line: 168 -msgid "Disconnect" -msgstr "Déconnecter" - -# File: src/www/status_interfaces.php, line: 179 -msgid "Uptime " -msgstr "Démarré depuis " - -# File: src/www/status_interfaces.php, line: 186 -msgid "Cell Signal (RSSI)" -msgstr "" - -# File: src/www/status_interfaces.php, line: 193 -msgid "Cell Mode" -msgstr "Mode cellulaire" - -# File: src/www/status_interfaces.php, line: 200 -msgid "Cell SIM State" -msgstr "" - -# File: src/www/status_interfaces.php, line: 207 -msgid "Cell Service" -msgstr "" - -# File: src/www/status_interfaces.php, line: 214 -msgid "Cell Upstream" -msgstr "" - -# File: src/www/status_interfaces.php, line: 214 -# File: src/www/status_interfaces.php, line: 221 -# File: src/www/status_interfaces.php, line: 228 -# File: src/www/status_interfaces.php, line: 235 -msgid "kbit/s" -msgstr "kbit/s" - -# File: src/www/status_interfaces.php, line: 221 -msgid "Cell Downstream" -msgstr "" - -# File: src/www/status_interfaces.php, line: 228 -msgid "Cell Current Up" -msgstr "" - -# File: src/www/status_interfaces.php, line: 235 -msgid "Cell Current Down" -msgstr "" - -# File: src/www/status_interfaces.php, line: 264 -msgid "Subnet mask IPv4" -msgstr "Masque de sous-réseau IPv4" - -# File: src/www/status_interfaces.php, line: 271 -msgid "Gateway IPv4" -msgstr "Passerelle IPv4" - -# File: src/www/status_interfaces.php, line: 279 -msgid "IPv6 Link Local" -msgstr "Lien local IPv6" - -# File: src/www/status_interfaces.php, line: 295 -msgid "Subnet mask IPv6" -msgstr "Masque de sous-réseau IPv6" - -# File: src/www/status_interfaces.php, line: 302 -msgid "Gateway IPv6" -msgstr "Passerelle IPv6" - -# File: src/www/status_interfaces.php, line: 310 -msgid "ISP DNS servers" -msgstr "Serveurs DNS du FAI" - -# File: src/www/status_interfaces.php, line: 322 -msgid "Media" -msgstr "Média" - -# File: src/www/status_interfaces.php, line: 329 -msgid "LAGG Protocol" -msgstr "Protocole LAGG" - -# File: src/www/status_interfaces.php, line: 336 -msgid "LAGG Ports" -msgstr "Ports LAGG" - -# File: src/www/status_interfaces.php, line: 359 -msgid "BSSID" -msgstr "BSSID" - -# File: src/www/status_interfaces.php, line: 373 -msgid "RSSI" -msgstr "RSSI" - -# File: src/www/status_interfaces.php, line: 380 -msgid "In/out packets" -msgstr "Paquets Entrants/Sortants" - -# File: src/www/status_interfaces.php, line: 389 -msgid "In/out packets (pass)" -msgstr "Paquets Entrants/Sortants (autorisés)" - -# File: src/www/status_interfaces.php, line: 398 -msgid "In/out packets (block)" -msgstr "Paquets Entrants/Sortants (bloqués)" - -# File: src/www/status_interfaces.php, line: 408 -msgid "In/out errors" -msgstr "Erreurs Entrée/Sortie" - -# File: src/www/status_interfaces.php, line: 416 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 100 -msgid "Collisions" -msgstr "Collisions" - -# File: src/www/status_interfaces.php, line: 425 -msgid "Bridge (%s)" -msgstr "Brdige (%s)" - -# File: src/www/status_interfaces.php, line: 449 -msgid "Interrupts/Second" -msgstr "Interruptions/Seconde" - -# File: src/www/status_interfaces.php, line: 452 -msgid "total" -msgstr "total" - -# File: src/www/status_interfaces.php, line: 454 -msgid "rate" -msgstr "taux" - -# File: src/www/status_interfaces.php, line: 466 -msgid "" -"Using dial-on-demand will bring the connection up again if any packet " -"triggers it. To substantiate this point: disconnecting manually will %snot%s " -"prevent dial-on-demand from making connections to the outside! Don't use " -"dial-on-demand if you want to make sure that the line is kept disconnected." -msgstr "" - -# File: src/www/status_ntpd.php, line: 176 -msgid "Ref ID" -msgstr "" - -# File: src/www/status_ntpd.php, line: 179 -msgid "When" -msgstr "" - -# File: src/www/status_ntpd.php, line: 180 -msgid "Poll" -msgstr "" - -# File: src/www/status_ntpd.php, line: 181 -msgid "Reach" -msgstr "" - -# File: src/www/status_ntpd.php, line: 182 -msgid "Delay" -msgstr "Délai" - -# File: src/www/status_ntpd.php, line: 183 -msgid "Offset" -msgstr "" - -# File: src/www/status_ntpd.php, line: 184 -msgid "Jitter" -msgstr "" - -# File: src/www/status_ntpd.php, line: 192 -msgid "" -"Statistics unavailable because ntpq and ntpdc queries are disabled in the %" -"sNTP service settings%s." -msgstr "" - -# File: src/www/status_ntpd.php, line: 196 -msgid "No peers found, %sis the ntp service running%s?" -msgstr "" - -# File: src/www/status_ntpd.php, line: 241 -msgid "Clock Latitude" -msgstr "" - -# File: src/www/status_ntpd.php, line: 242 -msgid "Clock Longitude" -msgstr "" - -# File: src/www/status_ntpd.php, line: 243 -msgid "Clock Altitude" -msgstr "" - -# File: src/www/status_ntpd.php, line: 244 -msgid "Satellites" -msgstr "Satellites" - -# File: src/www/status_openvpn.php, line: 131 -msgid "OpenVPN Status" -msgstr "Statut OpenVPN" - -# File: src/www/status_openvpn.php, line: 154 -msgid "Client connections" -msgstr "" - -# File: src/www/status_openvpn.php, line: 161 -# File: src/www/status_openvpn.php, line: 231 -# File: src/www/system_camanager.php, line: 616 -# File: src/www/system_certmanager.php, line: 828 -# File: src/www/system_certmanager.php, line: 1014 -# File: src/www/vpn_openvpn_csc.php, line: 789 -msgid "Common Name" -msgstr "" - -# File: src/www/status_openvpn.php, line: 162 -# File: src/www/status_openvpn.php, line: 232 -msgid "Real Address" -msgstr "" - -# File: src/www/status_openvpn.php, line: 163 -msgid "Virtual Address" -msgstr "" - -# File: src/www/status_openvpn.php, line: 164 -# File: src/www/status_openvpn.php, line: 282 -# File: src/www/status_openvpn.php, line: 345 -msgid "Connected Since" -msgstr "" - -# File: src/www/status_openvpn.php, line: 165 -# File: src/www/status_openvpn.php, line: 285 -# File: src/www/status_openvpn.php, line: 348 -msgid "Bytes Sent" -msgstr "Octets envoyés" - -# File: src/www/status_openvpn.php, line: 166 -msgid "Bytes Received" -msgstr "Octets reçus" - -# File: src/www/status_openvpn.php, line: 193 -msgid "Kill client connection from" -msgstr "" - -# File: src/www/status_openvpn.php, line: 185 -msgid "Show/Hide Routing Table" -msgstr "Afficher/Masquer la table de routage" - -# File: src/www/status_openvpn.php, line: 224 -msgid "Routing Table" -msgstr "" - -# File: src/www/status_openvpn.php, line: 233 -msgid "Target Network" -msgstr "" - -# File: src/www/status_openvpn.php, line: 234 -msgid "Last Used" -msgstr "" - -# File: src/www/status_openvpn.php, line: 256 -msgid "" -"An IP address followed by C indicates a host currently connected through the " -"VPN." -msgstr "" - -# File: src/www/status_openvpn.php, line: 273 -msgid "Peer to Peer Server Instance Statistics" -msgstr "" - -# File: src/www/status_openvpn.php, line: 284 -# File: src/www/status_openvpn.php, line: 347 -msgid "Remote Host" -msgstr "" - -# File: src/www/status_openvpn.php, line: 283 -# File: src/www/status_openvpn.php, line: 346 -msgid "Virtual Addr" -msgstr "" - -# File: src/www/status_openvpn.php, line: 336 -msgid "Client Instance Statistics" -msgstr "" - -# File: src/www/status_openvpn.php, line: 286 -# File: src/www/status_openvpn.php, line: 349 -msgid "Bytes Rcvd" -msgstr "" - -# File: src/www/status_openvpn.php, line: 401 -msgid "No OpenVPN instance defined" -msgstr "Aucune instance OpenVPN définie" - -# File: src/etc/inc/service-utils.inc, line: 404 -msgid "Could not start unknown service `%s'" -msgstr "Impossible de démarrer ce service inconnu `%s'" - -# File: src/etc/inc/service-utils.inc, line: 407 -msgid "%s has been started." -msgstr "%s a été démarré." - -# File: src/etc/inc/service-utils.inc, line: 480 -msgid "Could not stop unknown service `%s'" -msgstr "Impossible d’arrêter ce service inconnu `%s'" - -# File: src/etc/inc/service-utils.inc, line: 483 -msgid "%s has been stopped." -msgstr "%s a été arrêté." - -# File: src/etc/inc/service-utils.inc, line: 554 -msgid "Could not restart unknown service `%s'" -msgstr "Impossible de redémarrer ce service inconnu `%s'" - -# File: src/etc/inc/service-utils.inc, line: 557 -msgid "%s has been restarted." -msgstr "%s a été redémarré." - -# File: src/www/status_services.php, line: 111 -# File: src/www/widgets/widgets/services_status.widget.php, line: 87 -msgid "No services found" -msgstr "Pas de services trouvés" - -# File: src/www/status_upnp.php, line: 34 -msgid "Rules have been cleared and the daemon restarted" -msgstr "" - -# File: src/www/status_upnp.php, line: 65 -msgid "UPnP is currently disabled." -msgstr "UPnP est actuellement désactivé." - -# File: src/www/status_upnp.php, line: 77 -msgid "Int. Port" -msgstr "Port Int." - -# File: src/www/status_upnp.php, line: 110 -msgid "all currently connected sessions" -msgstr "" - -# File: src/www/status_wireless.php, line: 74 -msgid "" -"Rescan has been initiated in the background. Refresh this page in 10 seconds " -"to see the results." -msgstr "" - -# File: src/www/status_wireless.php, line: 89 -msgid "Nearby access points or ad-hoc peers" -msgstr "" - -# File: src/www/status_wireless.php, line: 99 -# File: src/www/status_wireless.php, line: 151 -msgid "CHAN" -msgstr "" - -# File: src/www/status_wireless.php, line: 100 -# File: src/www/status_wireless.php, line: 152 -msgid "RATE" -msgstr "" - -# File: src/www/status_wireless.php, line: 102 -msgid "INT" -msgstr "" - -# File: src/www/status_wireless.php, line: 103 -# File: src/www/status_wireless.php, line: 157 -msgid "CAPS" -msgstr "" - -# File: src/www/status_wireless.php, line: 141 -msgid "Associated or ad-hoc peers" -msgstr "" - -# File: src/www/status_wireless.php, line: 149 -msgid "ADDR" -msgstr "" - -# File: src/www/status_wireless.php, line: 150 -msgid "AID" -msgstr "" - -# File: src/www/status_wireless.php, line: 154 -msgid "IDLE" -msgstr "" - -# File: src/www/status_wireless.php, line: 155 -msgid "TXSEQ" -msgstr "" - -# File: src/www/status_wireless.php, line: 156 -msgid "RXSEQ" -msgstr "" - -# File: src/www/status_wireless.php, line: 158 -msgid "ERP" -msgstr "" - -# File: src/www/status_wireless.php, line: 190 -msgid "Rescan" -msgstr "" - -# File: src/www/status_wireless.php, line: 191 -msgid "A = authorized, E = Extended Rate (802.11g), P = Power save mode" -msgstr "" - -# File: src/www/status_wireless.php, line: 191 -msgid "Flags:" -msgstr "" - -# File: src/www/status_wireless.php, line: 192 -msgid "Capabilities:" -msgstr "" - -# File: src/www/status_wireless.php, line: 192 -msgid "" -"E = ESS (infrastructure mode), I = IBSS (ad-hoc mode), P = privacy " -"(WEP/TKIP/AES), S = Short preamble, s = Short slot time" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 75 -msgid "You must specify a valid webConfigurator port number" -msgstr "" -"Vous devez spécifier un numéro de port valide pour l'interface " -"d'aministration" - -# File: src/www/system_advanced_admin.php, line: 89 -msgid "Alternate hostname %s is not a valid hostname." -msgstr "Le nom d'hôte alternatif %s n'est pas un nom d'hôte valide." - -# File: src/www/system_advanced_admin.php, line: 265 -msgid "One moment...redirecting to %s in 20 seconds." -msgstr "Un moment...redirection vers %s dans 20 secondes." - -# File: src/www/system_advanced_admin.php, line: 252 -msgid "Secure Shell configuration has changed. Applying now..." -msgstr "" -"La configuration Secure Shell a changé. Application des modifications..." - -# File: src/www/system_advanced_admin.php, line: 257 -msgid "webConfigurator configuration has changed. Applying now..." -msgstr "" -"La configuration webConfigurator a changé. Application des modifications... " - -# File: src/www/system_advanced_admin.php, line: 318 -msgid "webConfigurator" -msgstr "webConfigurator" - -# File: src/www/system_advanced_admin.php, line: 345 -msgid "No Certificates have been defined. You must" -msgstr "Pas de certificats définis. Vous devez" - -# File: src/www/system_advanced_admin.php, line: 346 -msgid "Create or Import" -msgstr "Créer ou importer" - -# File: src/www/system_advanced_admin.php, line: 347 -msgid "a Certificate before SSL can be enabled." -msgstr "" - -# File: src/www/services_captiveportal.php, line: 938 -# File: src/www/system_advanced_admin.php, line: 353 -msgid "SSL Certificate" -msgstr "Certificat SSL" - -# File: src/www/system_advanced_admin.php, line: 379 -msgid "" -"The %sSSL certificate manager%s can be used to create or import certificates " -"if required." -msgstr "" -"Le %sgestionnaire de certificats SSL%s peut être utilisé pour créer ou " -"importer des certificats si nécessaire." - -# File: src/www/system_advanced_admin.php, line: 376 -msgid "TCP port" -msgstr "Port TCP" - -# File: src/www/system_advanced_admin.php, line: 381 -msgid "" -"Enter a custom port number for the webConfigurator above if you want to " -"override the default (80 for HTTP, 443 for HTTPS). Changes will take effect " -"immediately after save." -msgstr "" -"Entrez ci-dessus un numéro de port personnalisé pour l'accès à l'interface " -"d'administration si vous voulez remplacer la valeur par défaut (80 pour " -"HTTP, 443 pour HTTPS). Les changements prendront effet immédiatement après " -"avoir sauvegardé." - -# File: src/www/system_advanced_admin.php, line: 400 -msgid "WebGUI redirect" -msgstr "Redirection de l'interface" - -# File: src/www/system_advanced_admin.php, line: 405 -msgid "Disable webConfigurator redirect rule" -msgstr "Désactiver la règle de redirection pour l'interface" - -# File: src/www/system_advanced_admin.php, line: 407 -msgid "" -"When this is unchecked, access to the webConfigurator is always permitted " -"even on port 80, regardless of the listening port configured. Check this box " -"to disable this automatically added redirect rule. " -msgstr "" -"Lorsque cela est décochée, l'accès à l'interface d'administration est " -"toujours autorisé, même sur le port 80 et quelque soit le port d'écoute " -"configuré. Cochez cette case pour désactiver cette règle de redirection " -"ajoutée automatiquement. " - -# File: src/www/system_advanced_admin.php, line: 414 -msgid "WebGUI Login Autocomplete" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 419 -msgid "Enable webConfigurator login autocomplete" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 421 -msgid "" -"When this is checked, login credentials for the webConfigurator may be saved " -"by the browser. While convenient, some security standards require this to be " -"disabled. Check this box to enable autocomplete on the login form so that " -"browsers will prompt to save credentials (NOTE: Some browsers do not respect " -"this option). " -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 428 -msgid "WebGUI login messages" -msgstr "WebGUI messages de connexion" - -# File: src/www/system_advanced_admin.php, line: 433 -msgid "Disable logging of webConfigurator successful logins" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 435 -msgid "" -"When this is checked, successful logins to the webConfigurator will not be " -"logged." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 441 -msgid "Anti-lockout" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 453 -msgid "Disable webConfigurator anti-lockout rule" -msgstr "Désactiver la règle anti-lockout de l'interface de configuration web" - -# File: src/www/system_advanced_admin.php, line: 455 -msgid "" -"When this is unchecked, access to the webConfigurator on the %s interface is " -"always permitted, regardless of the user-defined firewall rule set. Check " -"this box to disable this automatically added rule, so access to the " -"webConfigurator is controlled by the user-defined firewall rules (ensure you " -"have a firewall rule in place that allows you in, or you will lock yourself " -"out!)" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 461 -msgid "" -"Hint: the "Set interface(s) IP address" option in the console menu " -"resets this setting as well." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 465 -msgid "DNS Rebind Check" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 470 -msgid "Disable DNS Rebinding Checks" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 472 -msgid "" -"When this is unchecked, your system is protected against DNS Rebinding attacks. This " -"blocks private IP responses from your configured DNS servers. Check this box " -"to disable this protection if it interferes with webConfigurator access or " -"name resolution in your environment. " -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 479 -msgid "Alternate Hostnames" -msgstr "Noms d'hôtes alternatifs" - -# File: src/www/system_advanced_admin.php, line: 483 -msgid "Alternate Hostnames for DNS Rebinding and HTTP_REFERER Checks" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 485 -msgid "" -"Here you can specify alternate hostnames by which the router may be queried, " -"to bypass the DNS Rebinding Attack checks. Separate hostnames with spaces." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 458 -msgid "HTTP_REFERER enforcement" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 495 -msgid "Disable HTTP_REFERER enforcement check" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 497 -msgid "" -"When this is unchecked, access to the webConfigurator is protected against " -"HTTP_REFERER redirection attempts. Check this box to disable this protection " -"if you find that it interferes with webConfigurator access in certain corner " -"cases such as using external scripts to interact with this system. More " -"information on HTTP_REFERER is available from Wikipedia." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 504 -msgid "Enable XDebug" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 509 -msgid "" -"Enable debugger / profiler (developer mode, do not enable in production " -"environment)" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 511 -msgid "" -"When this is checked, php XDebug will be enabled and profiling output can be " -"analysed using webgrind which will be available at [this-url]/webgrind/" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 513 -msgid "" -"For more information about XDebug profiling and how to enable it for your " -"requests, please visit " -"http://www.xdebug.org/docs/all_settings#profiler_enable_trigger" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 518 -msgid "Secure Shell" -msgstr "Shell Sécurisé" - -# File: src/www/system_advanced_admin.php, line: 522 -msgid "Secure Shell Server" -msgstr "Serveur Shell sécurisé" - -# File: src/www/system_advanced_admin.php, line: 527 -msgid "Enable Secure Shell" -msgstr "Activer le Shell sécurisé" - -# File: src/www/system_advanced_admin.php, line: 531 -msgid "Root Login" -msgstr "Connexion root" - -# File: src/www/system_advanced_admin.php, line: 536 -msgid "Permit root user login" -msgstr "Autoriser la connexion de l'utilisateur root" - -# File: src/www/system_advanced_admin.php, line: 499 -msgid "" -"Root login is generally discouraged. It is advised to log in via another " -"user and switch to root afterwards." -msgstr "" -"La connexion du compte root est généralement déconseillée. Il est recommandé " -"de se connecter avec un autre utilisateur puis de passer root." - -# File: src/www/system_advanced_admin.php, line: 543 -msgid "Authentication Method" -msgstr "Méthode d'authentification" - -# File: src/www/system_advanced_admin.php, line: 548 -msgid "Permit password login" -msgstr "Autoriser les connexions avec mot de passe" - -# File: src/www/system_advanced_admin.php, line: 550 -msgid "When disabled, authorized keys need to be configured for each" -msgstr "" -"Quand désactivé, l'authentification par clé doit être configuré pour chaque" - -# File: src/www/system_advanced_admin.php, line: 551 -msgid "user" -msgstr "utilisateur" - -# File: src/www/system_advanced_admin.php, line: 552 -msgid "that has been granted secure shell access." -msgstr "pour autoriser l'accès via le shell sécurisé." - -# File: src/www/system_advanced_admin.php, line: 556 -msgid "SSH port" -msgstr "Port SSH" - -# File: src/www/system_advanced_admin.php, line: 559 -msgid "Leave this blank for the default of 22." -msgstr "Laisser vide pour utiliser le port 22 par défaut." - -# File: src/www/system_advanced_admin.php, line: 567 -msgid "Serial Communications" -msgstr "Communications par port série" - -# File: src/www/system_advanced_admin.php, line: 570 -msgid "Serial Terminal" -msgstr "Terminal série" - -# File: src/www/system_advanced_admin.php, line: 575 -msgid "" -"Enables the first serial port with 115200/8/N/1 by default, or another speed " -"selectable below." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 576 -msgid "" -"Note: This will redirect the console output and messages to the serial " -"port. You can still access the console menu from the internal video card/" -"keyboard. A null modem serial cable or adapter is required to use the " -"serial console." -msgstr "" -"Remarque: Ceci redirigera la sortie console et les messages sur le port " -"série. Vous pouvez toujours accéder au menu de la console à partir de la " -"carte vidéo interne/clavier. Un câble série null modem ou un " -"adaptateur est nécessaire pour utiliser la console série." - -# File: src/www/system_advanced_admin.php, line: 580 -msgid "Serial Speed" -msgstr "Vitesse du port série" - -# File: src/www/system_advanced_admin.php, line: 549 -msgid "bps" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 602 -msgid "Allows selection of different speeds for the serial console port." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 606 -msgid "Primary Console" -msgstr "Console principale" - -# File: src/www/system_advanced_admin.php, line: 560 -msgid "Serial Console" -msgstr "Console série" - -# File: src/www/system_advanced_admin.php, line: 563 -msgid "VGA Console" -msgstr "Console VGA" - -# File: src/www/system_advanced_admin.php, line: 616 -msgid "" -"Select the preferred console if multiple consoles are present. The preferred " -"console will show OPNsense boot script output. All consoles display OS boot " -"messages, console messages, and the console menu." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 620 -msgid "Console Options" -msgstr "Options de la console" - -# File: src/www/system_advanced_admin.php, line: 624 -msgid "Console menu" -msgstr "Menu de la console" - -# File: src/www/system_advanced_admin.php, line: 629 -msgid "Password protect the console menu" -msgstr "Protéger le menu de la console avec un mot de passe" - -# File: src/www/system_advanced_admin.php, line: 631 -msgid "Changes to this option will take effect after a reboot." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 66 -msgid "The Firewall Adaptive values must be set together." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 69 -msgid "The Firewall Adaptive Start value must be an integer." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 72 -msgid "The Firewall Adaptive End value must be an integer." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 75 -msgid "The Firewall Maximum States value must be an integer." -msgstr "La valeur maximale du nombre d'états du pare-feu doit être un entier." - -# File: src/www/system_advanced_firewall.php, line: 78 -msgid "The Aliases Hostname Resolve Interval value must be an integer." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 81 -msgid "The Firewall Maximum Table Entries value must be an integer." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 87 -msgid "The Reflection timeout must be an integer." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 278 -msgid "Firewall Advanced" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 269 -msgid "IP Do-Not-Fragment" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 288 -msgid "Clear invalid DF bits instead of dropping the packets" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 289 -msgid "" -"This allows for communications with hosts that generate fragmented packets " -"with the don't fragment (DF) bit set. Linux NFS is known to do this. This " -"will cause the filter to not drop such packets but instead clear the don't " -"fragment bit." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 282 -msgid "IP Random id" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 301 -msgid "" -"Insert a stronger id into IP header of packets passing through the filter." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 302 -msgid "" -"Replaces the IP identification field of packets with random values to " -"compensate for operating systems that use predictable values. This option " -"only applies to packets that are not fragmented after the optional packet " -"reassembly." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 295 -msgid "Firewall Optimization" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 315 -msgid "normal" -msgstr "normal" - -# File: src/www/system_advanced_firewall.php, line: 319 -msgid "high-latency" -msgstr "Haute latence" - -# File: src/www/system_advanced_firewall.php, line: 323 -msgid "aggressive" -msgstr "agressif" - -# File: src/www/system_advanced_firewall.php, line: 327 -msgid "conservative" -msgstr "conservateur" - -# File: src/www/system_advanced_firewall.php, line: 337 -msgid "Select the type of state table optimization to use" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 244 -msgid "as the name says, it is the normal optimization algorithm" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 245 -msgid "" -"used for high latency links, such as satellite links. Expires idle " -"connections later than default" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 246 -msgid "" -"expires idle connections quicker. More efficient use of CPU and memory but " -"can drop legitimate idle connections" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 247 -msgid "" -"tries to avoid dropping any legitimate idle connections at the expense of " -"increased memory usage and CPU utilization." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 341 -msgid "Disable Firewall" -msgstr "Désactiver le pare-feu" - -# File: src/www/system_advanced_firewall.php, line: 346 -msgid "Disable all packet filtering." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 357 -msgid "Warning: This converts %s into a routing only platform!" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 358 -msgid "Warning: This will also turn off NAT!" -msgstr "Attention : Cela coupera également NAT !" - -# File: src/www/system_advanced_firewall.php, line: 360 -msgid "" -"If you only want to disable NAT, and not firewall rules, visit the %" -"sOutbound NAT%s page." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 357 -msgid "Disable Firewall Scrub" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 362 -msgid "" -"Disables the PF scrubbing option which can sometimes interfere with NFS and " -"PPTP traffic." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 367 -msgid "Firewall Adaptive Timeouts" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 365 -# File: src/www/system_advanced_firewall.php, line: 383 -msgid "start" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 366 -# File: src/www/system_advanced_firewall.php, line: 385 -msgid "end" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 369 -msgid "" -"Timeouts for states can be scaled adaptively as the number of state table " -"entries grows." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 372 -msgid "" -"When the number of state entries exceeds this value, adaptive scaling " -"begins. All timeout values are scaled linearly with factor (adaptive.end - " -"number of states) / (adaptive.end - adaptive.start)." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 376 -msgid "" -"When reaching this number of state entries, all timeout values become zero, " -"effectively purging all state entries immediately. This value is used to " -"define the scale factor, it should not actually be reached (set a lower " -"state limit, see below)." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 378 -msgid "Note: Leave this blank for the default(0)." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 382 -msgid "Firewall Maximum States" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 386 -msgid "Maximum number of connections to hold in the firewall state table." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 388 -msgid "" -"Note: Leave this blank for the default. On your system the default size is:" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 392 -msgid "Firewall Maximum Table Entries" -msgstr "Nombre d'entrées maximum dans la table du pare-feu" - -# File: src/www/system_advanced_firewall.php, line: 396 -msgid "" -"Maximum number of table entries for systems such as aliases, sshlockout, " -"snort, etc, combined." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 399 -msgid "Note: Leave this blank for the default." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 402 -msgid "On your system the default size is:" -msgstr "Sur votre système, la taille par défaut est:" - -# File: src/www/system_advanced_firewall.php, line: 410 -msgid "Static route filtering" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 415 -msgid "Bypass firewall rules for traffic on the same interface" -msgstr "" -"Contourner les règles du pare-feu pour le trafic sur la même interface " -"(bypass)" - -# File: src/www/system_advanced_firewall.php, line: 417 -msgid "" -"This option only applies if you have defined one or more static routes. If " -"it is enabled, traffic that enters and leaves through the same interface " -"will not be checked by the firewall. This may be desirable in some " -"situations where multiple subnets are connected to the same interface." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 433 -msgid "Disable Auto-added VPN rules" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 429 -msgid "Disable all auto-added VPN rules." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 431 -msgid "Note: This disables automatically added rules for IPsec, PPTP." -msgstr "" -"Remarque: Cela désactive automatiquement les règles ajoutées pour IPsec, " -"PPTP." - -# File: src/www/system_advanced_firewall.php, line: 444 -msgid "Disable reply-to" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 441 -msgid "Disable reply-to on WAN rules" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 443 -msgid "" -"With Multi-WAN you generally want to ensure traffic leaves the same " -"interface it arrives on, hence reply-to is added automatically by default. " -"When using bridging, you must disable this behavior if the WAN gateway IP is " -"different from the gateway IP of the hosts behind the bridged interface." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 456 -msgid "Disable Negate rules" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 454 -msgid "Disable Negate rule on policy routing rules" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 456 -msgid "" -"With Multi-WAN you generally want to ensure traffic reaches directly " -"connected networks and VPN networks when using policy routing. You can " -"disable this for special purposes but it requires manually creating rules " -"for these networks" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 467 -msgid "Aliases Resolve Interval" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 465 -msgid "" -"Interval, in seconds, that will be used to resolve hostnames configured on " -"aliases." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 467 -msgid "Note: Leave this blank for the default (300s)." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 471 -msgid "Check certificate of aliases URLs" -msgstr "Vérifier les certificats des alias d'URLs." - -# File: src/www/system_advanced_firewall.php, line: 476 -msgid "Verify HTTPS certificates when downloading alias URLs" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 478 -msgid "" -"Make sure the certificate is valid for all HTTPS addresses on aliases. If " -"it's not valid or is revoked, do not download it." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 484 -msgid "Bogon Networks" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 488 -msgid "Update Frequency" -msgstr "Fréquence des mises à jour" - -# File: src/www/system_advanced_firewall.php, line: 494 -msgid "Monthly" -msgstr "Mensuelle" - -# File: src/www/system_advanced_firewall.php, line: 498 -msgid "Weekly" -msgstr "Hebdomadaire" - -# File: src/www/system_advanced_firewall.php, line: 502 -msgid "Daily" -msgstr "Quotidienne" - -# File: src/www/system_advanced_firewall.php, line: 505 -msgid "" -"The frequency of updating the lists of IP addresses that are reserved (but " -"not RFC 1918) or not yet assigned by IANA." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 514 -msgid "Network Address Translation" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 516 -msgid "Reflection for port forwards" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 535 -msgid "" -"When enabled, this automatically creates additional NAT redirect rules for " -"access to port forwards on your external IP addresses from within your " -"internal networks." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 537 -msgid "" -"The NAT + proxy mode uses a helper program to send packets to the target of " -"the port forward. It is useful in setups where the interface and/or gateway " -"IP used for communication with the target cannot be accurately determined at " -"the time the rules are loaded. Reflection rules are not created for ranges " -"larger than 500 ports and will not be used for more than 1000 ports total " -"between all port forwards. Only TCP and UDP protocols are supported." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 539 -msgid "" -"The pure NAT mode uses a set of NAT rules to direct packets to the target of " -"the port forward. It has better scalability, but it must be possible to " -"accurately determine the interface and gateway IP used for communication " -"with the target at the time the rules are loaded. There are no inherent " -"limits to the number of ports other than the limits of the protocols. All " -"protocols available for port forwards are supported." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 541 -# File: src/www/system_advanced_firewall.php, line: 563 -msgid "" -"Individual rules may be configured to override this system setting on a per-" -"rule basis." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 545 -msgid "Reflection Timeout" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 548 -msgid "Enter value for Reflection timeout in seconds." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 550 -msgid "Note: Only applies to Reflection on port forwards in NAT + proxy mode." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 552 -msgid "Enable Reflection for 1:1" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 559 -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 "" - -# File: src/www/system_advanced_firewall.php, line: 561 -msgid "" -"Note: Reflection on 1:1 mappings is only for the inbound component of the 1:" -"1 mappings. This functions the same as the pure NAT mode for port " -"forwards. For more details, refer to the pure NAT mode description above." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 567 -msgid "Enable automatic outbound NAT for Reflection" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 572 -msgid "" -"Automatically create outbound NAT rules which assist inbound NAT rules that " -"direct traffic back out to the same subnet it originated from." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 574 -msgid "" -"Required for full functionality of the pure NAT mode of NAT Reflection for " -"port forwards or NAT Reflection for 1:1 NAT." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 576 -msgid "" -"Note: This only works for assigned interfaces. Other interfaces require " -"manually creating the outbound NAT rules that direct the reply packets back " -"through the router." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 66 -msgid "AMD Geode LX Security Block" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 67 -msgid "AES-NI CPU-based Acceleration" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 69 -msgid "Intel Core* CPU on-die thermal sensor" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 70 -msgid "AMD K8, K10 and K11 CPU on-die thermal sensor" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 80 -msgid "Please select a valid Cryptographic Accelerator." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 84 -msgid "Please select a valid Thermal Hardware Sensor." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 280 -msgid "Proxy support" -msgstr "Support proxy" - -# File: src/www/system_advanced_misc.php, line: 286 -msgid "Proxy URL" -msgstr "Adresse du proxy" - -# File: src/www/system_advanced_misc.php, line: 292 -msgid "Proxy url for allowing %s to use this proxy to connect outside." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 296 -msgid "Proxy Port" -msgstr "Port du proxy" - -# File: src/www/system_advanced_misc.php, line: 302 -msgid "" -"Proxy port to use when %s connects to the proxy URL configured above. " -"Default is 8080 for http protocol or 443 for ssl." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 306 -msgid "Proxy Username" -msgstr "Nom d’utilisateur du proxy" - -# File: src/www/system_advanced_misc.php, line: 312 -msgid "Proxy username for allowing %s to use this proxy to connect outside" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 316 -msgid "Proxy Pass" -msgstr "Mot de passe du proxy" - -# File: src/www/system_advanced_misc.php, line: 322 -msgid "Proxy password for allowing %s to use this proxy to connect outside" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 327 -# File: src/www/system_advanced_misc.php, line: 330 -# File: src/www/system_advanced_misc.php, line: 360 -msgid "Load Balancing" -msgstr "Équilibrage de charge" - -# File: src/www/system_advanced_misc.php, line: 310 -msgid "Gateway switching" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 365 -msgid "Allow default gateway switching" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 366 -msgid "" -"If the link where the default gateway resides fails switch the default " -"gateway to another available one." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 321 -msgid "Sticky connections" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 335 -msgid "Use sticky connections" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 336 -msgid "" -"Successive connections will be redirected to the servers in a round-robin " -"manner with connections from the same source being sent to the same web " -"server. This 'sticky connection' will exist as long as there are states that " -"refer to this connection. Once the states expire, so will the sticky " -"connection. Further connections from that host will be redirected to the " -"next web server in the round robin. Changing this option will restart the " -"Load Balancing service." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 335 -msgid "Source tracking timeout" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 354 -msgid "" -"Set the source tracking timeout for sticky connections. By default this is " -"0, so source tracking is removed as soon as the state expires. Setting this " -"timeout higher will cause the source/destination relationship to persist for " -"longer periods of time." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 371 -msgid "Power savings" -msgstr "Economies d'énergie" - -# File: src/www/system_advanced_misc.php, line: 379 -msgid "Use PowerD" -msgstr "Utiliser PowerD" - -# File: src/www/system_advanced_misc.php, line: 381 -msgid "On AC Power Mode" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 401 -msgid "On Battery Power Mode" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 386 -# File: src/www/system_advanced_misc.php, line: 406 -msgid "Hiadaptive" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 390 -# File: src/www/system_advanced_misc.php, line: 410 -msgid "Adaptive" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 394 -# File: src/www/system_advanced_misc.php, line: 414 -msgid "Minimum" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 398 -# File: src/www/system_advanced_misc.php, line: 418 -msgid "Maximum" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 421 -msgid "" -"The powerd utility monitors the system state and sets various power control " -"options accordingly. It offers four modes (maximum, minimum, adaptive and " -"hiadaptive) that can be individually selected while on AC power or " -"batteries. The modes maximum, minimum, adaptive and hiadaptive may be " -"abbreviated max, min, adp, hadp. Maximum mode chooses the highest " -"performance values. Minimum mode selects the lowest performance values to " -"get the most power savings. Adaptive mode attempts to strike a balance by " -"degrading performance when the system appears idle and increasing it when " -"the system is busy. It offers a good balance between a small performance " -"loss for greatly increased power savings. Hiadaptive mode is alike adaptive " -"mode, but tuned for systems where performance and interactivity are more " -"important than power consumption. It raises frequency faster, drops slower " -"and keeps twice lower CPU load." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 437 -msgid "Cryptographic Hardware Acceleration" -msgstr "Accélération matériel de cryptographie" - -# File: src/www/system_advanced_misc.php, line: 417 -# File: src/www/system_advanced_misc.php, line: 446 -msgid "Hardware" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 453 -msgid "" -"A cryptographic accelerator module will use hardware support to speed up " -"some cryptographic functions on systems which have the chip. Do not enable " -"this option if you have a Hifn cryptographic acceleration card, as this will " -"take precedence and the Hifn card will not be used. Acceleration should be " -"automatic for IPsec when using a cipher supported by your chip, such as AES-" -"128. OpenVPN should be set for AES-128-CBC and have cryptodev enabled for " -"hardware acceleration." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 461 -msgid "" -"If you do not have a crypto chip in your system, this option will have no " -"effect. To unload the selected module, set this option to 'none' and then " -"reboot." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 466 -# File: src/www/system_advanced_misc.php, line: 469 -msgid "Thermal Sensors" -msgstr "Sondes thermiques" - -# File: src/www/system_advanced_misc.php, line: 472 -msgid "None/ACPI" -msgstr "Aucune/ACPI" - -# File: src/www/system_advanced_misc.php, line: 482 -msgid "" -"If you have a supported CPU, selecting a themal sensor will load the " -"appropriate driver to read its temperature. Setting this to 'None' will " -"attempt to read the temperature from an ACPI-compliant motherboard sensor " -"instead, if one is present." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 486 -msgid "" -"If you do not have a supported thermal sensor chip in your system, this " -"option will have no effect. To unload the selected module, set this option " -"to 'none' and then reboot." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 503 -msgid "Schedule States" -msgstr "États des tâches planifiées" - -# File: src/www/system_advanced_misc.php, line: 509 -msgid "" -"By default schedules clear the states of existing connections when the " -"expiration time has come. This option overrides that behavior by not " -"clearing states for existing connections." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 514 -msgid "Gateway Monitoring" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 485 -msgid "Kill states" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 517 -msgid "State Killing on Gateway Failure" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 523 -msgid "" -"The monitoring process will flush states for a gateway that goes down if " -"this box is not checked. Check this box to disable this behavior." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 495 -msgid "Skip rules" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 527 -msgid "Skip rules when gateway is down" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 533 -msgid "" -"By default, when a rule has a specific gateway set, and this gateway is " -"down, rule is created and traffic is sent to default gateway.This option " -"overrides that behavior and the rule is not created when gateway is down" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 539 -msgid "RAM Disk Settings (Reboot to Apply Changes)" -msgstr "Paramètres disques mémoire (Redémarrer pour appliquer les changements)" - -# File: src/www/system_advanced_misc.php, line: 542 -msgid "Use RAM Disks" -msgstr "Utiliser disque mémoire" - -# File: src/www/system_advanced_misc.php, line: 547 -msgid "Use memory file system for /tmp and /var" -msgstr "Utilisez le système de fichiers mémoire pour / tmp et / var" - -# File: src/www/system_advanced_misc.php, line: 548 -msgid "" -"Set this if you wish to use /tmp and /var as RAM disks (memory file system " -"disks) on a full install rather than use the hard disk. Setting this will " -"cause the data in /tmp and /var to be lost at reboot, including log data. " -"RRD and DHCP Leases will be retained." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 579 -msgid "Periodic RRD Backup" -msgstr "Sauvegarde périodique RRD" - -# File: src/www/system_advanced_misc.php, line: 594 -# File: src/www/system_advanced_misc.php, line: 622 -msgid "hour" -msgstr "heure" - -# File: src/www/system_advanced_misc.php, line: 601 -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 will happen to your media." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 607 -msgid "Periodic DHCP Leases Backup" -msgstr "Sauvegarde périodique des Baux DHCP " - -# File: src/www/system_advanced_misc.php, line: 629 -msgid "" -"This will periodically backup the DHCP leases data so it can be restored " -"automatically on the next boot. Keep in mind that the more frequent the " -"backup, the more writes will happen to your media." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 52 -msgid "You must specify an IP address to NAT IPv6 packets." -msgstr "Vous devez spécifier une adresse IP aux paquets NAT IPv6." - -# File: src/www/system_advanced_network.php, line: 184 -msgid "IPv6 Options" -msgstr "Options IPv6" - -# File: src/www/system_advanced_network.php, line: 189 -# File: src/www/system_advanced_network.php, line: 194 -msgid "Allow IPv6" -msgstr "Autoriser IPv6" - -# File: src/www/system_advanced_network.php, line: 195 -msgid "" -"All IPv6 traffic will be blocked by the firewall unless this box is checked." -msgstr "" -"Tout le trafic IPv6 sera bloqué par le pare-feu, sauf si cette case est " -"cochée." - -# File: src/www/system_advanced_network.php, line: 196 -msgid "" -"NOTE: This does not disable any IPv6 features on the firewall, it only " -"blocks traffic." -msgstr "" -"NOTE: Ceci ne désactive pas toutes les fonctionnalités IPv6 sur le pare-feu, " -"cela ne bloque que le trafic." - -# File: src/www/system_advanced_network.php, line: 201 -msgid "IPv6 over IPv4 Tunneling" -msgstr "IPv6 sur tunnel IPv4" - -# File: src/www/system_advanced_network.php, line: 206 -msgid "Enable IPv4 NAT encapsulation of IPv6 packets" -msgstr "Activer l'encapsulation NAT IPv4 des paquets IPv6" - -# File: src/www/system_advanced_network.php, line: 207 -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 firewall rule to permit IPv6 packets." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 217 -msgid "Prefer IPv4 over IPv6" -msgstr "Préférer IPv4 à IPv6" - -# File: src/www/system_advanced_network.php, line: 222 -msgid "Prefer to use IPv4 even if IPv6 is available" -msgstr "Préfère utiliser IPv4 même si IPv6 est disponible" - -# File: src/www/system_advanced_network.php, line: 223 -msgid "" -"By default, if a hostname resolves IPv6 and IPv4 addresses IPv6 will be " -"used, if you check this option, IPv4 will be used instead of IPv6." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 232 -msgid "Device polling" -msgstr "Interrogation de périphériques" - -# File: src/www/system_advanced_network.php, line: 237 -msgid "Enable device polling" -msgstr "Activer l'interrogation de périphériques" - -# File: src/www/system_advanced_network.php, line: 238 -msgid "" -"Device polling is a technique that lets the system periodically poll network " -"devices for new data instead of relying on interrupts. This prevents your " -"webConfigurator, SSH, etc. from being inaccessible due to interrupt floods " -"when under extreme load. Generally this is not recommended. Not all NICs " -"support polling; see the %s homepage for a list of supported cards." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 239 -msgid "Hardware CRC" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 247 -msgid "Disable hardware checksum offload" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 248 -msgid "" -"Checking this option will disable hardware checksum offloading. Checksum " -"offloading is broken in some hardware, particularly some Realtek cards. " -"Rarely, drivers may have problems with checksum offloading and some specific " -"NICs." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 251 -# File: src/www/system_advanced_network.php, line: 264 -# File: src/www/system_advanced_network.php, line: 277 -msgid "" -"This will take effect after you reboot the machine or re-configure each " -"interface." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 252 -msgid "Hardware TSO" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 260 -msgid "Disable hardware TCP segmentation offload" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 261 -msgid "" -"Checking this option will disable hardware TCP segmentation offloading (TSO, " -"TSO4, TSO6). This offloading is broken in some hardware drivers, and may " -"impact performance with some specific NICs." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 265 -msgid "Hardware LRO" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 273 -msgid "Disable hardware large receive offload" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 274 -msgid "" -"Checking this option will disable hardware large receive offloading (LRO). " -"This offloading is broken in some hardware drivers, and may impact " -"performance with some specific NICs." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 274 -msgid "VLAN Hardware Filtering" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 279 -msgid "Disable VLAN Hardware Filtering" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 280 -msgid "" -"Checking this option will disable VLAN hardware filtering. This offloading " -"is broken in some hardware drivers, and may impact performance with some " -"specific NICs." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 281 -msgid "ARP Handling" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 286 -msgid "Suppress ARP messages" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 287 -msgid "" -"This option will suppress ARP log messages when multiple interfaces reside " -"on the same broadcast domain" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 151 -# File: src/www/system_advanced_notifications.php, line: 246 -msgid "Test Growl" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 157 -# File: src/www/system_advanced_notifications.php, line: 163 -msgid "This is a test message from %s. It is safe to ignore this message." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 160 -# File: src/www/system_advanced_notifications.php, line: 321 -msgid "Test SMTP" -msgstr "Tester SMTP" - -# File: src/www/system_advanced_notifications.php, line: 201 -msgid "Growl" -msgstr "Growl" - -# File: src/www/system_advanced_notifications.php, line: 205 -msgid "Disable Growl Notifications" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 210 -msgid "" -"Check this option to disable growl notifications but preserve the settings " -"below." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 214 -msgid "Registration Name" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 217 -msgid "Enter the name to register with the Growl server (default: PHP-Growl)." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 221 -msgid "Notification Name" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 224 -msgid "Enter a name for the Growl notifications (default: %s growl alert)." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 231 -msgid "" -"This is the IP address that you would like to send growl notifications to." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 238 -msgid "Enter the password of the remote growl notification device." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 252 -msgid "SMTP E-Mail" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 255 -msgid "Disable SMTP Notifications" -msgstr "Désactiver les Notifications SMTP" - -# File: src/www/system_advanced_notifications.php, line: 260 -msgid "" -"Check this option to disable SMTP notifications but preserve the settings " -"below. Some other mechanisms, such as packages, may need these settings in " -"place to function." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 264 -msgid "E-Mail server" -msgstr "Serveur de courriel" - -# File: src/www/system_advanced_notifications.php, line: 267 -msgid "" -"This is the FQDN or IP address of the SMTP E-Mail server to which " -"notifications will be sent." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 271 -msgid "SMTP Port of E-Mail server" -msgstr "Port SMTP du serveur de courriel" - -# File: src/www/system_advanced_notifications.php, line: 274 -msgid "" -"This is the port of the SMTP E-Mail server, typically 25, 587 (submission) " -"or 465 (smtps)" -msgstr "" -"Le port du serveur mail SMTP, généralement 25, 587 (avec authentification) " -"ou 465 (smtps)" - -# File: src/www/system_advanced_notifications.php, line: 278 -msgid "Secure SMTP Connection" -msgstr "Connexion SMTP sécurisée" - -# File: src/www/system_advanced_notifications.php, line: 283 -msgid "Enable SMTP over SSL/TLS" -msgstr "Activer SMTP avec SSL/TLS" - -# File: src/www/system_advanced_notifications.php, line: 287 -msgid "Enable STARTTLS" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 289 -msgid "From e-mail address" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 292 -msgid "This is the e-mail address that will appear in the from field." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 257 -msgid "E-Mail address" -msgstr "Adresse courriel" - -# File: src/www/system_advanced_notifications.php, line: 299 -msgid "" -"Enter the e-mail address that you would like email notifications sent to." -msgstr "Entrer l'adresse de courriel où les notifications seront envoyées" - -# File: src/www/system_advanced_notifications.php, line: 266 -msgid "E-Mail auth username" -msgstr "" - -# File: src/www/system_camanager.php, line: 454 -msgid "(optional)" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 306 -msgid "Enter the e-mail address username for SMTP authentication." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 276 -msgid "E-Mail auth password" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 313 -msgid "Enter the e-mail address password for SMTP authentication." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 330 -msgid "System Sounds" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 333 -msgid "Startup/Shutdown Sound" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 338 -msgid "Disable the startup/shutdown beep" -msgstr "Désactiver le bip de démarrage/arrêt" - -# File: src/www/system_advanced_notifications.php, line: 340 -msgid "When this is checked, startup and shutdown sounds will no longer play." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 247 -msgid "" -"NOTE: A test notification will be sent even if the service is marked as " -"disabled." -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 111 -msgid "Add a new tunable" -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 221 -msgid "Tunable" -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 140 -msgid "" -"The firewall tunables have changed. You must apply the configuration to " -"take affect." -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 153 -msgid "Tunable Name" -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 183 -msgid "Edit Tunable" -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 189 -msgid "Delete Tunable" -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 216 -msgid "Edit system tunable" -msgstr "" - -# File: src/www/system_authservers.php, line: 161 -# File: src/www/system_authservers.php, line: 184 -# File: src/www/system_authservers.php, line: 484 -# File: src/www/system_camanager.php, line: 166 -# File: src/www/system_camanager.php, line: 182 -# File: src/www/system_camanager.php, line: 199 -# File: src/www/system_camanager.php, line: 404 -# File: src/www/system_certmanager.php, line: 200 -# File: src/www/system_certmanager.php, line: 215 -# File: src/www/system_certmanager.php, line: 234 -# File: src/www/system_certmanager.php, line: 442 -# File: src/www/system_certmanager.php, line: 663 -# File: src/www/system_certmanager.php, line: 1101 -# File: src/www/system_crlmanager.php, line: 194 -# File: src/www/system_crlmanager.php, line: 203 -# File: src/www/system_crlmanager.php, line: 337 -# File: src/www/system_crlmanager.php, line: 442 -# File: src/www/system_usermanager.php, line: 169 -# File: src/www/system_usermanager.php, line: 774 -msgid "Descriptive name" -msgstr "Nom descriptif" - -# File: src/www/system_authservers.php, line: 164 -# File: src/www/system_authservers.php, line: 546 -msgid "Port value" -msgstr "" - -# File: src/www/system_authservers.php, line: 165 -# File: src/www/system_authservers.php, line: 552 -msgid "Transport" -msgstr "" - -# File: src/www/system_authservers.php, line: 166 -# File: src/www/system_authservers.php, line: 600 -msgid "Protocol version" -msgstr "" - -# File: src/www/system_authservers.php, line: 167 -msgid "Search level" -msgstr "" - -# File: src/www/system_authservers.php, line: 168 -msgid "User naming Attribute" -msgstr "" - -# File: src/www/system_authservers.php, line: 171 -msgid "Authentication container" -msgstr "" - -# File: src/www/system_authservers.php, line: 176 -msgid "Bind user DN" -msgstr "" - -# File: src/www/system_authservers.php, line: 177 -msgid "Bind Password" -msgstr "" - -# File: src/www/system_authservers.php, line: 192 -# File: src/www/system_authservers.php, line: 844 -msgid "Authentication port value" -msgstr "" - -# File: src/www/system_authservers.php, line: 203 -# File: src/www/system_authservers.php, line: 819 -msgid "Shared Secret" -msgstr "" - -# File: src/www/system_authservers.php, line: 210 -msgid "The host name contains invalid characters." -msgstr "Le nom d'hôte contient des caractères invalides." - -# File: src/www/system_authservers.php, line: 214 -msgid "An authentication server with the same name already exists." -msgstr "" - -# File: src/www/system_authservers.php, line: 218 -msgid "RADIUS Timeout value must be numeric and positive." -msgstr "" - -# File: src/www/system_authservers.php, line: 81 -msgid "deleted" -msgstr "supprimé" - -# File: src/www/system_authservers.php, line: 287 -msgid "Add server" -msgstr "Ajouter un serveur" - -# File: src/www/system_authservers.php, line: 414 -msgid "Please fill the required values." -msgstr "" - -# File: src/www/system_authservers.php, line: 446 -# File: src/www/system_usermanager_settings.php, line: 92 -msgid "Popup blocker detected. Action aborted." -msgstr "" - -# File: src/www/system_authservers.php, line: 927 -msgid "Do you really want to delete this Server?" -msgstr "Voulez-vous vraiment supprimer ce Serveur ?" - -# File: src/www/system_authservers.php, line: 539 -# File: src/www/system_authservers.php, line: 813 -msgid "Hostname or IP address" -msgstr "Nom d'hôte ou adresse IP" - -# File: src/www/system_authservers.php, line: 542 -msgid "" -"NOTE: When using SSL, this hostname MUST match the Common Name (CN) of the " -"LDAP server's SSL Certificate." -msgstr "" - -# File: src/www/system_authservers.php, line: 476 -msgid "TCP - Standard" -msgstr "" - -# File: src/www/system_authservers.php, line: 479 -msgid "SSL - Encrypted" -msgstr "" - -# File: src/www/system_authservers.php, line: 571 -# File: src/www/vpn_openvpn_client.php, line: 822 -# File: src/www/vpn_openvpn_server.php, line: 1048 -msgid "Peer Certificate Authority" -msgstr "Autorité de Certification du correspondant" - -# File: src/www/system_authservers.php, line: 589 -msgid "This option is used if 'SSL Encrypted' option is choosen." -msgstr "" - -# File: src/www/system_authservers.php, line: 590 -msgid "It must match with the CA in the AD otherwise problems will arise." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php, line: 1031 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 1031 -msgid "Create one under" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -msgid "No Certificate Authorities defined." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php, line: 1031 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 1031 -msgid "System: Certificates" -msgstr "Système: Certificats" - -# File: src/www/system_authservers.php, line: 695 -msgid "Bind credentials" -msgstr "" - -# File: src/www/system_authservers.php, line: 714 -msgid "User DN:" -msgstr "DN de l'utilisateur :" - -# File: src/www/system_authservers.php, line: 525 -msgid "Leave empty to use anonymous binds to resolve distinguished names" -msgstr "" - -# File: src/www/system_authservers.php, line: 619 -msgid "Search scope" -msgstr "" - -# File: src/www/system_authservers.php, line: 623 -msgid "Level:" -msgstr "" - -# File: src/www/system_authservers.php, line: 536 -msgid "One Level" -msgstr "" - -# File: src/www/system_authservers.php, line: 539 -msgid "Entire Subtree" -msgstr "" - -# File: src/www/system_authservers.php, line: 642 -msgid "Base DN:" -msgstr "Base DN:" - -# File: src/www/system_authservers.php, line: 652 -msgid "Authentication containers" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 383 -# File: src/www/system_authservers.php, line: 660 -msgid "Select" -msgstr "" - -# File: src/www/system_authservers.php, line: 667 -msgid "" -"Note: Semi-Colon separated. This will be prepended to the search base dn " -"above or you can specify full container path containing a dc= component." -msgstr "" - -# File: src/www/system_authservers.php, line: 676 -msgid "Extended Query" -msgstr "" - -# File: src/www/system_authservers.php, line: 731 -msgid "Initial Template" -msgstr "" - -# File: src/www/system_authservers.php, line: 579 -msgid "OpenLDAP" -msgstr "OpenLDAP" - -# File: src/www/system_authservers.php, line: 580 -msgid "Microsoft AD" -msgstr "Microsoft AD" - -# File: src/www/system_authservers.php, line: 581 -msgid "Novell eDirectory" -msgstr "Novell eDirectory" - -# File: src/www/system_authservers.php, line: 752 -msgid "User naming attribute" -msgstr "" - -# File: src/www/system_authservers.php, line: 825 -msgid "Services offered" -msgstr "" - -# File: src/www/system_authservers.php, line: 611 -msgid "Authentication and Accounting" -msgstr "Authentification et Comptabilisation" - -# File: src/www/system_authservers.php, line: 198 -# File: src/www/system_authservers.php, line: 850 -msgid "Accounting port value" -msgstr "Valeur du port de comptabilisation (accounting)" - -# File: src/www/system_authservers.php, line: 856 -msgid "Authentication Timeout" -msgstr "Délai d'inactivité de l'authentification" - -# File: src/www/system_authservers.php, line: 859 -msgid "" -"This value controls how long, in seconds, that the RADIUS server may take to " -"respond to an authentication request." -msgstr "" - -# File: src/www/system_authservers.php, line: 860 -msgid "If left blank, the default value is 5 seconds." -msgstr "" - -# File: src/www/system_authservers.php, line: 861 -msgid "" -"NOTE: If you are using an interactive two-factor authentication system, " -"increase this timeout to account for how long it will take the user to " -"receive and enter a token." -msgstr "" - -# File: src/www/system_authservers.php, line: 889 -msgid "Server Name" -msgstr "Nom du serveur" - -# File: src/www/system_authservers.php, line: 900 -msgid "Additional authentication servers can be added here." -msgstr "" - -# File: src/www/system_authservers.php, line: 695 -msgid "delete this server" -msgstr "supprimer ce serveur" - -# File: src/www/system_camanager.php, line: 167 -# File: src/www/system_camanager.php, line: 445 -# File: src/www/system_certmanager.php, line: 201 -# File: src/www/system_certmanager.php, line: 679 -msgid "Certificate data" -msgstr "" - -# File: src/www/system_camanager.php, line: 169 -# File: src/www/system_certmanager.php, line: 204 -msgid "This certificate does not appear to be valid." -msgstr "Le certificat ne semble pas être valide." - -# File: src/www/system_camanager.php, line: 172 -msgid "Encrypted private keys are not yet supported." -msgstr "" - -# File: src/www/system_camanager.php, line: 183 -# File: src/www/system_camanager.php, line: 201 -# File: src/www/system_camanager.php, line: 509 -# File: src/www/system_certmanager.php, line: 217 -# File: src/www/system_certmanager.php, line: 235 -# File: src/www/system_certmanager.php, line: 743 -# File: src/www/system_certmanager.php, line: 911 -# File: src/www/system_usermanager.php, line: 171 -# File: src/www/system_usermanager.php, line: 803 -msgid "Key length" -msgstr "Longueur de la clé" - -# File: src/www/system_camanager.php, line: 184 -# File: src/www/system_camanager.php, line: 202 -# File: src/www/system_camanager.php, line: 549 -# File: src/www/system_certmanager.php, line: 218 -# File: src/www/system_certmanager.php, line: 783 -# File: src/www/system_crlmanager.php, line: 399 -# File: src/www/system_usermanager.php, line: 172 -# File: src/www/system_usermanager.php, line: 823 -# File: src/www/vpn_ipsec_phase1.php, line: 961 -# File: src/www/vpn_ipsec_phase2.php, line: 866 -msgid "Lifetime" -msgstr "Durée de vie" - -# File: src/www/system_camanager.php, line: 185 -# File: src/www/system_camanager.php, line: 203 -# File: src/www/system_certmanager.php, line: 219 -# File: src/www/system_certmanager.php, line: 236 -msgid "Distinguished name Country Code" -msgstr "" - -# File: src/www/system_camanager.php, line: 186 -# File: src/www/system_camanager.php, line: 204 -# File: src/www/system_certmanager.php, line: 220 -# File: src/www/system_certmanager.php, line: 237 -msgid "Distinguished name State or Province" -msgstr "" - -# File: src/www/system_camanager.php, line: 187 -# File: src/www/system_camanager.php, line: 205 -# File: src/www/system_certmanager.php, line: 221 -# File: src/www/system_certmanager.php, line: 238 -msgid "Distinguished name City" -msgstr "" - -# File: src/www/system_camanager.php, line: 188 -# File: src/www/system_camanager.php, line: 206 -# File: src/www/system_certmanager.php, line: 222 -# File: src/www/system_certmanager.php, line: 239 -msgid "Distinguished name Organization" -msgstr "" - -# File: src/www/system_camanager.php, line: 189 -# File: src/www/system_camanager.php, line: 207 -# File: src/www/system_certmanager.php, line: 223 -# File: src/www/system_certmanager.php, line: 240 -msgid "Distinguished name Email Address" -msgstr "" - -# File: src/www/system_camanager.php, line: 190 -# File: src/www/system_camanager.php, line: 208 -# File: src/www/system_certmanager.php, line: 224 -# File: src/www/system_certmanager.php, line: 241 -msgid "Distinguished name Common Name" -msgstr "" - -# File: src/www/system_camanager.php, line: 200 -# File: src/www/system_camanager.php, line: 487 -msgid "Signing Certificate Authority" -msgstr "" - -# File: src/www/system_camanager.php, line: 315 -# File: src/www/system_certmanager.php, line: 361 -msgid "" -"The field 'Distinguished name Email Address' contains invalid characters." -msgstr "" - -# File: src/www/system_camanager.php, line: 319 -# File: src/www/system_certmanager.php, line: 366 -msgid "The field 'Distinguished name Common Name' contains invalid characters." -msgstr "" - -# File: src/www/system_camanager.php, line: 322 -# File: src/www/system_certmanager.php, line: 369 -msgid "The field '%s' contains invalid characters." -msgstr "Le champ '%s' contient des caractères invalides." - -# File: src/www/system_camanager.php, line: 228 -# File: src/www/system_certmanager.php, line: 318 -# File: src/www/system_certmanager.php, line: 325 -msgid "Please select a valid Key Length." -msgstr "Veuillez sélectionner une longueur de clé valide." - -# File: src/www/system_camanager.php, line: 231 -# File: src/www/system_certmanager.php, line: 321 -# File: src/www/system_certmanager.php, line: 328 -msgid "Please select a valid Digest Algorithm." -msgstr "" - -# File: src/www/system_camanager.php, line: 381 -# File: src/www/system_camanager.php, line: 395 -# File: src/www/system_certmanager.php, line: 441 -# File: src/www/system_certmanager.php, line: 464 -msgid "openssl library returns:" -msgstr "" - -# File: src/www/system_camanager.php, line: 317 -msgid "add or import ca" -msgstr "ajouter ou importer une AC (Autorité de Certification)" - -# File: src/www/system_camanager.php, line: 741 -msgid "" -"Do you really want to delete this Certificate Authority and its CRLs, and " -"unreference any associated certificates?" -msgstr "" -"Voulez-vous vraiment supprimer cette Autorité de certification et sa liste " -"de révocation ainsi que les références des certificats associés ?" - -# File: src/www/system_camanager.php, line: 413 -# File: src/www/system_certmanager.php, line: 637 -# File: src/www/system_crlmanager.php, line: 307 -msgid "Method" -msgstr "Méthode" - -# File: src/www/system_camanager.php, line: 34 -msgid "Import an existing Certificate Authority" -msgstr "Importer une Autorité de certification existante" - -# File: src/www/system_camanager.php, line: 35 -msgid "Create an internal Certificate Authority" -msgstr "Créer une Autorité de certification interne" - -# File: src/www/system_camanager.php, line: 36 -msgid "Create an intermediate Certificate Authority" -msgstr "Créer une Autorité de certification intermédiaire" - -# File: src/www/system_camanager.php, line: 439 -msgid "Existing Certificate Authority" -msgstr "" - -# File: src/www/system_camanager.php, line: 449 -# File: src/www/system_certmanager.php, line: 683 -msgid "Paste a certificate in X.509 PEM format here." -msgstr "" - -# File: src/www/system_camanager.php, line: 453 -msgid "Certificate Private Key" -msgstr "Clé privée du certificat" - -# File: src/www/system_camanager.php, line: 458 -msgid "" -"Paste the private key for the above certificate here. This is optional in " -"most cases, but required if you need to generate a Certificate Revocation " -"List (CRL)." -msgstr "" -"Collez ici la clé privée du certificat précédent. Cette option est " -"facultative dans la plupart des cas, mais nécessaire si vous souhaitez " -"générer une liste de révocation de certificats (CRL)." - -# File: src/www/system_camanager.php, line: 465 -msgid "Serial for next certificate" -msgstr "" - -# File: src/www/system_camanager.php, line: 468 -msgid "" -"Enter a decimal number to be used as the serial number for the next " -"certificate to be created using this CA." -msgstr "" - -# File: src/www/system_camanager.php, line: 481 -msgid "Internal Certificate Authority" -msgstr "Autorité de certification interne" - -# File: src/www/system_camanager.php, line: 529 -# File: src/www/system_certmanager.php, line: 763 -# File: src/www/system_certmanager.php, line: 934 -msgid "Digest Algorithm" -msgstr "" - -# File: src/www/system_camanager.php, line: 545 -# File: src/www/system_certmanager.php, line: 779 -# File: src/www/system_certmanager.php, line: 950 -msgid "" -"NOTE: It is recommended to use an algorithm stronger than SHA1 when possible." -msgstr "" - -# File: src/etc/inc/ipsec.inc, line: 42 -# File: src/etc/inc/ipsec.inc, line: 51 -# File: src/www/system_camanager.php, line: 556 -# File: src/www/system_certmanager.php, line: 790 -# File: src/www/system_certmanager.php, line: 954 -msgid "Distinguished name" -msgstr "" - -# File: src/www/system_camanager.php, line: 560 -# File: src/www/system_certmanager.php, line: 794 -# File: src/www/system_certmanager.php, line: 958 -msgid "Country Code" -msgstr "Pays (C)" - -# File: src/www/system_camanager.php, line: 576 -# File: src/www/system_certmanager.php, line: 800 -# File: src/www/system_certmanager.php, line: 974 -msgid "State or Province" -msgstr "État ou province (ST)" - -# File: src/www/system_camanager.php, line: 580 -# File: src/www/system_camanager.php, line: 590 -# File: src/www/system_camanager.php, line: 600 -# File: src/www/system_camanager.php, line: 610 -# File: src/www/system_camanager.php, line: 620 -msgid "ex:" -msgstr "" - -# File: src/www/system_camanager.php, line: 582 -# File: src/www/system_certmanager.php, line: 980 -msgid "Sachsen" -msgstr "" - -# File: src/www/system_camanager.php, line: 586 -# File: src/www/system_certmanager.php, line: 806 -# File: src/www/system_certmanager.php, line: 984 -msgid "City" -msgstr "Lieu (L)" - -# File: src/www/system_camanager.php, line: 592 -# File: src/www/system_certmanager.php, line: 990 -msgid "Leipzig" -msgstr "" - -# File: src/www/system_camanager.php, line: 596 -# File: src/www/system_certmanager.php, line: 812 -# File: src/www/system_certmanager.php, line: 994 -msgid "Organization" -msgstr "Organisation (O)" - -# File: src/www/system_camanager.php, line: 602 -msgid "My Company Inc" -msgstr "" - -# File: src/www/system_camanager.php, line: 612 -msgid "admin@mycompany.com" -msgstr "" - -# File: src/www/system_camanager.php, line: 622 -msgid "internal-ca" -msgstr "" - -# File: src/www/system_camanager.php, line: 655 -# File: src/www/system_crlmanager.php, line: 602 -msgid "Internal" -msgstr "" - -# File: src/www/system_camanager.php, line: 656 -# File: src/www/system_certmanager.php, line: 1160 -msgid "Issuer" -msgstr "Emetteur" - -# File: src/www/system_camanager.php, line: 658 -# File: src/www/system_certmanager.php, line: 1161 -msgid "Distinguished Name" -msgstr "" - -# File: src/www/system_camanager.php, line: 672 -# File: src/www/system_certmanager.php, line: 1177 -msgid "self-signed" -msgstr "auto-signé" - -# File: src/www/system_camanager.php, line: 674 -# File: src/www/system_certmanager.php, line: 1179 -msgid "external" -msgstr "externe" - -# File: src/www/system_camanager.php, line: 717 -# File: src/www/system_certmanager.php, line: 1225 -msgid "Valid From" -msgstr "Valide du" - -# File: src/www/system_camanager.php, line: 722 -# File: src/www/system_certmanager.php, line: 1230 -msgid "Valid Until" -msgstr "Valide jusqu'au" - -# File: src/www/system_camanager.php, line: 729 -# File: src/www/system_camanager.php, line: 730 -msgid "edit CA" -msgstr "" - -# File: src/www/system_camanager.php, line: 732 -# File: src/www/system_camanager.php, line: 733 -msgid "export CA cert" -msgstr "" - -# File: src/www/system_camanager.php, line: 737 -msgid "export CA private key" -msgstr "" - -# File: src/www/system_camanager.php, line: 742 -msgid "delete ca" -msgstr "supprimer ac (autorité de certification)" - -# File: src/www/system_certmanager.php, line: 34 -msgid "Import an existing Certificate" -msgstr "Importer un certificat existant" - -# File: src/www/system_certmanager.php, line: 35 -msgid "Create an internal Certificate" -msgstr "Créer un certificat interne" - -# File: src/www/system_certmanager.php, line: 36 -msgid "Create a Certificate Signing Request" -msgstr "Créer une demande de signature de certificat" - -# File: src/www/system_certmanager.php, line: 54 -msgid "Choose an existing certificate" -msgstr "Choisir un certificat existant" - -# File: src/www/system_certmanager.php, line: 443 -msgid "Final Certificate data" -msgstr "" - -# File: src/www/system_certmanager.php, line: 463 -msgid "The certificate modulus does not match the signing request modulus." -msgstr "" - -# File: src/www/system_certmanager.php, line: 202 -msgid "Key data" -msgstr "" - -# File: src/www/system_certmanager.php, line: 216 -# File: src/www/system_certmanager.php, line: 721 -# File: src/www/system_usermanager.php, line: 170 -# File: src/www/system_usermanager.php, line: 780 -msgid "Certificate authority" -msgstr "Autorité de certification" - -# File: src/www/system_certmanager.php, line: 246 -msgid "Existing Certificate Choice" -msgstr "" - -# File: src/www/system_certmanager.php, line: 329 -msgid "DNS subjectAltName values must be valid hostnames or FQDNs" -msgstr "" - -# File: src/www/system_certmanager.php, line: 334 -msgid "IP subjectAltName values must be valid IP Addresses" -msgstr "" - -# File: src/www/system_certmanager.php, line: 339 -msgid "You must provide an e-mail address for this type of subjectAltName" -msgstr "" - -# File: src/www/system_certmanager.php, line: 342 -msgid "The e-mail provided in a subjectAltName contains invalid characters." -msgstr "" - -# File: src/www/system_certmanager.php, line: 348 -msgid "URI subjectAltName types must be a valid URI" -msgstr "" - -# File: src/www/system_certmanager.php, line: 352 -msgid "Unrecognized subjectAltName type." -msgstr "" - -# File: src/www/system_certmanager.php, line: 493 -msgid "add or import certificate" -msgstr "Ajouter ou importer un certificat" - -# File: src/www/system_certmanager.php, line: 1291 -msgid "Do you really want to delete this Certificate?" -msgstr "Voulez-vous vraiment supprimer ce certificat ?" - -# File: src/www/system_usermanager.php, line: 138 -# File: src/www/system_usermanager.php, line: 760 -# File: src/www/system_usermanager.php, line: 770 -# File: src/www/vpn_ipsec_phase1.php, line: 191 -# File: src/www/vpn_openvpn_server.php, line: 372 -msgid "Certificate" -msgstr "Certificat" - -# File: src/www/system_certmanager.php, line: 673 -msgid "Import Certificate" -msgstr "Importation de certificat" - -# File: src/www/system_certmanager.php, line: 687 -msgid "Private key data" -msgstr "" - -# File: src/www/system_certmanager.php, line: 691 -msgid "Paste a private key in X.509 PEM format here." -msgstr "" - -# File: src/www/system_certmanager.php, line: 700 -msgid "Internal Certificate" -msgstr "Certificat interne" - -# File: src/www/system_certmanager.php, line: 779 -msgid "" -"No internal Certificate Authorities have been defined. You must %sadd%s an " -"internal CA before creating an internal certificate." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 849 -msgid "Client Certificate" -msgstr "Certificat Client" - -# File: src/www/vpn_openvpn_server.php, line: 1108 -msgid "Server Certificate" -msgstr "" - -# File: src/www/system_certificates_tabs.inc, line: 7 -# File: src/www/system_crlmanager.php, line: 204 -# File: src/www/system_crlmanager.php, line: 343 -# File: src/www/vpn_ipsec_phase1.php, line: 191 -# File: src/www/vpn_openvpn_client.php, line: 278 -# File: src/www/vpn_openvpn_server.php, line: 372 -msgid "Certificate Authority" -msgstr "Autorité de Certification" - -# File: src/www/system_certmanager.php, line: 792 -msgid "" -"Choose the type of certificate to generate here, the type defines it's " -"constraints" -msgstr "" - -# File: src/www/system_certmanager.php, line: 843 -msgid "Alternative Names" -msgstr "" - -# File: src/www/load_balancer_relay_action_edit.php, line: 174 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 132 -msgid "DNS" -msgstr "DNS" - -# File: src/www/system_certmanager.php, line: 922 -# File: src/www/system_certmanager.php, line: 942 -msgid "email" -msgstr "courriel" - -# File: src/www/system_certmanager.php, line: 923 -# File: src/www/system_certmanager.php, line: 943 -msgid "URI" -msgstr "" - -# File: src/www/system_certmanager.php, line: 906 -msgid "External Signing Request" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1032 -msgid "Choose an Existing Certificate" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1037 -msgid "Existing Certificates" -msgstr "Certificats existants" - -# File: src/www/system_certmanager.php, line: 1110 -msgid "*In Use" -msgstr "*En cours d'utilisation" - -# File: src/www/system_certmanager.php, line: 1111 -msgid "*Revoked" -msgstr "*Révoqué" - -# File: src/www/system_certmanager.php, line: 1110 -msgid "Complete Signing Request" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1114 -msgid "Signing request data" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1118 -msgid "" -"Copy the certificate signing data from here and forward it to your " -"certificate authority for signing." -msgstr "" - -# File: src/www/system_certmanager.php, line: 1122 -msgid "Final certificate data" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1126 -msgid "Paste the certificate received from your certificate authority here." -msgstr "" - -# File: src/www/system_certmanager.php, line: 1162 -# File: src/www/system_crlmanager.php, line: 604 -msgid "In Use" -msgstr "Utilisé par" - -# File: src/www/system_certmanager.php, line: 1186 -msgid "external - signature pending" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1247 -msgid "CA:" -msgstr "AC:" - -# File: src/www/system_certmanager.php, line: 1248 -msgid "Server:" -msgstr "Serveur :" - -# File: src/www/system_certmanager.php, line: 1272 -# File: src/www/system_usermanager.php, line: 842 -msgid "Revoked" -msgstr "Revoqué" - -# File: src/www/system_certmanager.php, line: 1282 -msgid "User Cert" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1287 -msgid "OpenVPN Server" -msgstr "Serveur OpenVPN" - -# File: src/www/system_certmanager.php, line: 1292 -msgid "OpenVPN Client" -msgstr "Client OpenVPN" - -# File: src/www/system_certmanager.php, line: 1297 -msgid "IPsec Tunnel" -msgstr "Tunnel IPsec" - -# File: src/www/system_certmanager.php, line: 1276 -msgid "show certificate info" -msgstr "afficher les informations du certificat" - -# File: src/www/system_certmanager.php, line: 1274 -msgid "export ca" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1279 -msgid "export key" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1284 -msgid "export ca cert+user cert+user cert key in .p12 format" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1292 -# File: src/www/system_usermanager.php, line: 727 -msgid "delete cert" -msgstr "Supprimer le certificat" - -# File: src/www/system_certmanager.php, line: 1302 -msgid "update csr" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1315 -msgid "Note: You can only delete a certificate if it is not currently in use." -msgstr "" -"Remarque: Vous ne pouvez pas supprimer un certificat qui est actuellement " -"utilisé." - -# File: src/www/system_crlmanager.php, line: 91 -msgid "Certificate Revocation List %s is in use and cannot be deleted" -msgstr "" -"La liste de révocation de certificats (CRL) est en cours d'utilisation et ne " -"peut pas être supprimée" - -# File: src/www/system_crlmanager.php, line: 177 -# File: src/www/system_crlmanager.php, line: 179 -msgid "Deleted Certificate %s from CRL %s" -msgstr "Supprimer le certificat %s de la CRL %s" - -# File: src/www/system_crlmanager.php, line: 181 -msgid "Failed to delete Certificate %s from CRL %s" -msgstr "Échec lors de la suppression du Certificat %s de la CRL %s" - -# File: src/www/system_crlmanager.php, line: 138 -msgid "Both the Certificate and CRL must be specified." -msgstr "Le Certificat et la CRL doivent être spécifiés." - -# File: src/www/system_crlmanager.php, line: 142 -msgid "CA mismatch between the Certificate and CRL. Unable to Revoke." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 145 -msgid "Cannot revoke certificates for an imported/external CRL." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 195 -msgid "Certificate Revocation List data" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 684 -msgid "Do you really want to delete this Certificate Revocation List?" -msgstr "" -"Voulez-vous vraiment supprimer cette liste de révocation de certificats (CRL)" -" ?" - -# File: src/www/system_crlmanager.php, line: 510 -msgid "Delete this certificate from the CRL " -msgstr "Supprimer ce certificat de la CRL" - -# File: src/www/system_crlmanager.php, line: 38 -msgid "Create an internal Certificate Revocation List" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 39 -msgid "Import an existing Certificate Revocation List" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 372 -msgid "Existing Certificate Revocation List" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 379 -# File: src/www/system_crlmanager.php, line: 448 -msgid "CRL data" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 383 -# File: src/www/system_crlmanager.php, line: 452 -msgid "Paste a Certificate Revocation List in X.509 CRL format here." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 393 -msgid "Internal Certificate Revocation List" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 403 -msgid "Default: 9999" -msgstr "Défaut: 9999" - -# File: src/www/system_crlmanager.php, line: 407 -msgid "Serial" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 411 -msgid "Default: 0" -msgstr "Défaut: 0" - -# File: src/www/system_crlmanager.php, line: 439 -msgid "Edit Imported Certificate Revocation List" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 475 -msgid "Currently Revoked Certificates for CRL" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 478 -# File: src/www/vpn_openvpn_export.php, line: 937 -msgid "Certificate Name" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 479 -msgid "Revocation Reason" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 480 -msgid "Revoked At" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 490 -msgid "No Certificates Found for this CRL." -msgstr "Aucun Certificat trouvé dans la CRL." - -# File: src/www/system_crlmanager.php, line: 532 -msgid "No Certificates Found for this CA." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 540 -msgid "Revoke a Certificate" -msgstr "Révoquer un certificat" - -# File: src/www/system_crlmanager.php, line: 545 -msgid "Choose a Certificate to Revoke" -msgstr "Sélectionner un Certificat à révoquer" - -# File: src/www/system_crlmanager.php, line: 563 -msgid "Reason" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 612 -msgid "Additional Certificate Revocation Lists can be added here." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 642 -msgid "Add or Import CRL for %s" -msgstr "Ajouter ou Importer la CRL pour %s" - -# File: src/www/system_crlmanager.php, line: 646 -msgid "Import CRL for %s" -msgstr "Importer la CRL pour %s" - -# File: src/www/system_crlmanager.php, line: 719 -msgid "Unknown (imported)" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 666 -msgid "Export CRL" -msgstr "Export la CRL" - -# File: src/www/system_crlmanager.php, line: 671 -# File: src/www/system_crlmanager.php, line: 677 -msgid "Edit CRL" -msgstr "Éditer la CRL" - -# File: src/www/system_crlmanager.php, line: 685 -msgid "Delete CRL" -msgstr "Supprimer la CRL" - -# File: src/www/system_gateway_groups.php, line: 135 -msgid "Add group" -msgstr "Ajouter un groupe" - -# File: src/www/system_gateway_groups.php, line: 131 -msgid "Gateway-group" -msgstr "" - -# File: src/www/system_gateway_groups.php, line: 182 -msgid "Do you really want to delete this gateway group?" -msgstr "Voulez-vous vraiment supprimer ce groupe de passerelles ?" - -# File: src/www/system_gateway_groups.php, line: 121 -msgid "" -"The gateway configuration has been changed.%sYou must apply the changes in " -"order for them to take effect." -msgstr "" -"La configuration de la passerelle a été changé.%sVous devez appliquer les " -"modifications afin qu'elles prennent effet." - -# File: src/www/system_gateway_groups.php, line: 193 -msgid "Tier " -msgstr "" - -# File: src/www/interfaces_bridge.php, line: 161 -# File: src/www/interfaces_gif.php, line: 139 -# File: src/www/interfaces_gre.php, line: 140 -# File: src/www/interfaces_lagg.php, line: 145 -# File: src/www/interfaces_qinq.php, line: 158 -# File: src/www/interfaces_vlan.php, line: 147 -# File: src/www/system_groupmanager.php, line: 538 -msgid "delete group" -msgstr "supprimer le groupe" - -# File: src/www/system_gateway_groups.php, line: 199 -msgid "" -"Remember to use these Gateway Groups in firewall rules in order to enable " -"load balancing, failover, or policy-based routing. Without rules directing " -"traffic into the Gateway Groups, they will not be used." -msgstr "" -"Rappelez-vous d'utiliser ces groupes de passerelle dans les règles du pare-" -"feu afin de permettre l'équilibrage de charge, basculement, ou le routage à " -"base de règles. Sans règles qui dirigent la circulation dans les groupes de " -"la passerelle, ils ne seront pas utilisés." - -# File: src/www/system_gateway_groups_edit.php, line: 85 -msgid "A valid gateway group name must be specified." -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 88 -# File: src/www/system_gateways_edit.php, line: 118 -msgid "The gateway name must not contain invalid characters." -msgstr "Le nom de la passerelle ne doit pas contenir de caractères non valides." - -# File: src/www/system_gateway_groups_edit.php, line: 97 -msgid "Changing name on a gateway group is not allowed." -msgstr "La modification du nom d'un groupe de passerelle est pas autorisée." - -# File: src/www/system_gateway_groups_edit.php, line: 103 -msgid "A gateway group with this name \"%s\" already exists." -msgstr "Un groupe de passerelles avec ce nom \"%\" est existe déjà." - -# File: src/www/system_gateway_groups_edit.php, line: 120 -msgid "" -"A gateway group cannot have the same name with a gateway \"%s\" please " -"choose another name." -msgstr "" -"Un nom de groupe de passerelles ne peut pas contenir le même nom q'une " -"passerelle \"%s\", merci de choisir un autre nom." - -# File: src/www/system_gateway_groups_edit.php, line: 125 -msgid "No gateway(s) have been selected to be used in this group" -msgstr "Aucune passerelle n'a été sélectionnée pour ce groupe" - -# File: src/www/system_gateway_groups_edit.php, line: 249 -msgid "Gateway Priority" -msgstr "Priorité de la passerelle" - -# File: src/www/system_gateway_groups_edit.php, line: 197 -msgid "Tier" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 284 -msgid "Never" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 226 -msgid "Tier %d" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 305 -msgid "Interface Address" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 326 -msgid "Link Priority" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 327 -msgid "" -"The priority selected here defines in what order failover and balancing of " -"links will be done. Multiple links of the same priority will balance " -"connections until all links in the priority will be exhausted. If all links " -"in a priority level are exhausted we will use the next available link(s) in " -"the next priority level." -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 332 -msgid "" -"The virtual IP field selects what (virtual) IP should be used when this " -"group applies to a local Dynamic DNS, IPsec or OpenVPN endpoint" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 337 -msgid "Trigger Level" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 47 -msgid "Member Down" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 48 -msgid "Packet Loss" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 49 -msgid "High Latency" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 50 -msgid "Packet Loss or High Latency" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 350 -msgid "When to trigger exclusion of a member" -msgstr "" - -# File: src/www/system_gateways.php, line: 82 -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Gateway Group '%s'" -msgstr "" -"La passerelle '%s' ne peut pas être supprimée car elle est utilisée sur le " -"groupe de passerelle '%s'" - -# File: src/www/system_gateways.php, line: 92 -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Static Route '%s'" -msgstr "" -"La passerelle '%s' ne peut pas être supprimée car elle est utilisée sur la " -"route statique '%s'" - -# File: src/www/system_gateways.php, line: 194 -msgid "Add gateway" -msgstr "Ajouter passerelle" - -# File: src/www/system_gateways.php, line: 363 -msgid "Do you really want to delete this gateway?" -msgstr "Voulez-vous vraiment supprimer cette passerelle ?" - -# File: src/www/system_gateways.php, line: 393 -msgid "Do you really want to delete the selected gateway items?" -msgstr "Voulez-vous vraiment supprimer les passerelles sélectionnés ?" - -# File: src/www/system_gateways.php, line: 214 -msgid "The gateway configuration has been changed." -msgstr "La configuration de la passerelle a été modifiée." - -# File: src/www/system_gateways.php, line: 234 -# File: src/www/system_gateways_edit.php, line: 774 -msgid "Monitor IP" -msgstr "IP moniteur" - -# File: src/www/system_gateways.php, line: 326 -msgid "Gateway is inactive because interface is missing" -msgstr "La passerelle est inactive car l'interface est manquante" - -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "disable gateway" -msgstr "désactiver passerelle" - -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "enable gateway" -msgstr "activer passerelle" - -# File: src/www/system_gateways.php, line: 356 -msgid "edit gateway" -msgstr "modifier passerelle" - -# File: src/www/system_gateways.php, line: 361 -msgid "delete gateway" -msgstr "supprimer passerelle" - -# File: src/www/system_gateways.php, line: 368 -msgid "clone gateway" -msgstr "dupliquer passerelle" - -# File: src/www/system_gateways.php, line: 392 -msgid "delete selected items" -msgstr "supprimer les éléments sélectionnés" - -# File: src/www/system_gateways_edit.php, line: 118 -msgid "A valid gateway name must be specified." -msgstr "Un nom de passerelle valide doit être spécifié." - -# File: src/www/system_gateways_edit.php, line: 122 -msgid "A valid gateway IP address must be specified." -msgstr "Une adresse IP de la passerelle valide doit être spécifié." - -# File: src/www/system_gateways_edit.php, line: 130 -msgid "" -"Cannot add IPv4 Gateway Address because no IPv4 address could be found on " -"the interface." -msgstr "" -"Vous ne pouvez pas ajouter d'adresse IPv4 comme passerelle car aucune " -"adresse IPv4 ne peut être trouvée sur l'interface." - -# File: src/www/system_gateways_edit.php, line: 152 -# File: src/www/system_gateways_edit.php, line: 183 -msgid "" -"The gateway address %1$s does not lie within one of the chosen interface's " -"subnets." -msgstr "" -"L'adresse de la passerelle %1$s ne se trouve pas dans l'un des sous-réseaux " -"de l'interface choisie." - -# File: src/www/system_gateways_edit.php, line: 161 -msgid "" -"Cannot add IPv6 Gateway Address because no IPv6 address could be found on " -"the interface." -msgstr "" -"Vous ne pouvez pas ajouter d'adresse IPv6 comme passerelle car aucune " -"adresse IPv6 ne peut être trouvée sur l'interface." - -# File: src/www/system_gateways_edit.php, line: 191 -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv4 " -"configuration." -msgstr "" -"Les valeurs de la passerelle dynamique ne peuvent pas être spécifiées pour " -"les interfaces avec une configuration IPv4 statique." - -# File: src/www/system_gateways_edit.php, line: 196 -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv6 " -"configuration." -msgstr "" -"Les valeurs de la passerelle dynamique ne peuvent pas être spécifiées pour " -"les interfaces avec une configuration IPv6 statique." - -# File: src/www/system_gateways_edit.php, line: 201 -msgid "A valid monitor IP address must be specified." -msgstr "Une adresse IP valide pour le moniteur doit être spécifiée." - -# File: src/www/system_gateways_edit.php, line: 227 -msgid "Changing name on a gateway is not allowed." -msgstr "Changement de nom sur une passerelle est pas autorisé." - -# File: src/www/system_gateways_edit.php, line: 233 -msgid "The gateway name \"%s\" already exists." -msgstr "Le nom de la passerelle \"%s\" existe déjà." - -# File: src/www/system_gateways_edit.php, line: 239 -msgid "The gateway IP address \"%s\" already exists." -msgstr "L'adresse IP de la passerelle \"%s\" existe déjà." - -# File: src/www/system_gateways_edit.php, line: 245 -msgid "" -"The monitor IP address \"%s\" is already in use. You must choose a different " -"monitor IP." -msgstr "" -"L'adresse IP du moniteur \"%s\" est déjà en cours d'utilisation. Vous devez " -"choisir une autre IP moniteur." - -# File: src/www/system_gateways_edit.php, line: 255 -msgid "The low latency threshold needs to be a numeric value." -msgstr "Le seuil de latence faible doit être une valeur numérique." - -# File: src/www/system_gateways_edit.php, line: 258 -msgid "The low latency threshold needs to be positive." -msgstr "Le seuil de faible latence doit être positif." - -# File: src/www/system_gateways_edit.php, line: 265 -msgid "The high latency threshold needs to be a numeric value." -msgstr "Le seuil de latence élevé doit être une valeur numérique." - -# File: src/www/system_gateways_edit.php, line: 268 -msgid "The high latency threshold needs to be positive." -msgstr "Le seuil de latence élevé doit être positif." - -# File: src/www/system_gateways_edit.php, line: 275 -msgid "The low Packet Loss threshold needs to be a numeric value." -msgstr "Le seuil de faible perte de paquets doit être une valeur numérique." - -# File: src/www/system_gateways_edit.php, line: 278 -msgid "The low Packet Loss threshold needs to be positive." -msgstr "Le seuil de faible perte de paquets doit être positif." - -# File: src/www/system_gateways_edit.php, line: 281 -msgid "The low Packet Loss threshold needs to be less than 100." -msgstr "Le seuil de faible perte de paquets doit être inférieur à 100." - -# File: src/www/system_gateways_edit.php, line: 288 -msgid "The high Packet Loss threshold needs to be a numeric value." -msgstr "Le seuil de perte de paquets élevé doit être une valeur numérique." - -# File: src/www/system_gateways_edit.php, line: 291 -msgid "The high Packet Loss threshold needs to be positive." -msgstr "Le seuil de perte de paquets élevé doit être positif." - -# File: src/www/system_gateways_edit.php, line: 294 -msgid "The high Packet Loss threshold needs to be 100 or less." -msgstr "Le seuil de perte de paquets élevé doit être 100 ou moins." - -# File: src/www/system_gateways_edit.php, line: 302 -msgid "" -"The high latency threshold needs to be higher than the low latency threshold" -msgstr "" -"Le seuil de latence élevé doit être plus élevé que le seuil de faible latence" - -# File: src/www/system_gateways_edit.php, line: 325 -msgid "" -"The high Packet Loss threshold needs to be higher than the low Packet Loss " -"threshold" -msgstr "" -"Le seuil de perte de paquets élevé doit être plus élevé que le seuil de " -"faible perte de paquets" - -# File: src/www/system_gateways_edit.php, line: 347 -msgid "The probe interval needs to be a numeric value." -msgstr "L'intervalle de la sonde doit être une valeur numérique." - -# File: src/www/system_gateways_edit.php, line: 350 -msgid "The probe interval needs to be positive." -msgstr "L'intervalle de la sonde doit être positif." - -# File: src/www/system_gateways_edit.php, line: 357 -msgid "The down time setting needs to be a numeric value." -msgstr "Le réglage du temps d'arrêt doit être une valeur numérique." - -# File: src/www/system_gateways_edit.php, line: 360 -msgid "The down time setting needs to be positive." -msgstr "Le réglage du temps d'arrêt doit être positif." - -# File: src/www/system_gateways_edit.php, line: 368 -msgid "The probe interval needs to be less than the down time setting." -msgstr "" -"L'intervalle de la sonde doit être inférieure au réglage du temps d'arrêt." - -# File: src/www/system_gateways_edit.php, line: 390 -msgid "The average delay replies qty needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 393 -msgid "The average delay replies qty needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 400 -msgid "The average packet loss probes qty needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 403 -msgid "The average packet loss probes qty needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 410 -msgid "The lost probe delay needs to be a numeric value." -msgstr "Le délai de perte de la sonde doit être une valeur numérique." - -# File: src/www/system_gateways_edit.php, line: 413 -msgid "The lost probe delay needs to be positive." -msgstr "Le délai de perte de la sonde doit être positif." - -# File: src/www/system_gateways_edit.php, line: 548 -# File: src/www/system_gateways_edit.php, line: 673 -msgid "Edit gateway" -msgstr "Éditer la passerelle" - -# File: src/www/system_gateways_edit.php, line: 694 -msgid "Disable this gateway" -msgstr "Désactiver cette passerelle" - -# File: src/www/system_gateways_edit.php, line: 695 -msgid "" -"Set this option to disable this gateway without removing it from the list." -msgstr "" -"Définissez cette option pour désactiver cette passerelle sans la retirer de " -"la liste." - -# File: src/www/system_gateways_edit.php, line: 713 -msgid "Choose which interface this gateway applies to." -msgstr "Choisissez l'interface qui s'applique à cette passerelle." - -# File: src/www/system_gateways_edit.php, line: 731 -msgid "Choose the Internet Protocol this gateway uses." -msgstr "Choisissez le protocole Internet utilisé pour cette passerelle." - -# File: src/www/system_gateways_edit.php, line: 738 -msgid "Gateway name" -msgstr "Nom de la passerelle" - -# File: src/www/system_gateways_edit.php, line: 750 -msgid "Gateway IP address" -msgstr "Adresse IP de la passerelle" - -# File: src/www/system_gateways_edit.php, line: 754 -# File: src/www/system_gateways_edit.php, line: 759 -msgid "Default Gateway" -msgstr "Passerelle par défaut" - -# File: src/www/system_gateways_edit.php, line: 760 -msgid "This will select the above gateway as the default gateway" -msgstr "" -"Cela permet de sélectionner la passerelle au-dessus de la passerelle par " -"défaut" - -# File: src/www/system_gateways_edit.php, line: 764 -# File: src/www/system_gateways_edit.php, line: 769 -msgid "Disable Gateway Monitoring" -msgstr "Désactiver la surveillance de la passerelle" - -# File: src/www/system_gateways_edit.php, line: 770 -msgid "This will consider this gateway as always being up" -msgstr "Considérer cette passerelle comme toujours active" - -# File: src/www/system_gateways_edit.php, line: 784 -msgid "Alternative monitor IP" -msgstr "IP moniteur alternative" - -# File: src/www/system_gateways_edit.php, line: 785 -msgid "" -"Enter an alternative address here to be used to monitor the link. This is " -"used for the quality RRD graphs as well as the load balancer entries. Use " -"this if the gateway does not respond to ICMP echo requests (pings)" -msgstr "" -"Entrez ici une autre adresse qui sera dédiée à la supervision du lien. Elle " -"est utilisé pour les graphiques RRD ainsi que l'équilibrage de charge. " -"Utilisez cette option si la passerelle ne répond pas aux demandes d'écho " -"ICMP (pings)" - -# File: src/www/system_gateways_edit.php, line: 792 -# File: src/www/system_gateways_edit.php, line: 797 -msgid "Mark Gateway as Down" -msgstr "Marquer cette passerelle comme hors-service" - -# File: src/www/system_gateways_edit.php, line: 798 -msgid "This will force this gateway to be considered Down" -msgstr "Cela va forcer la passerelle comme hors-service" - -# File: src/www/system_gateways_edit.php, line: 808 -msgid " - Show advanced option" -msgstr " - Afficher les options avancées" - -# File: src/www/system_gateways_edit.php, line: 828 -msgid "Weight for this gateway when used in a Gateway Group." -msgstr "" -"Poids pour cette passerelle lorsqu'elle est utilisée dans un groupe de " -"passerelle." - -# File: src/www/system_gateways_edit.php, line: 832 -msgid "Latency thresholds" -msgstr "Seuils de latence" - -# File: src/www/system_gateways_edit.php, line: 834 -# File: src/www/system_gateways_edit.php, line: 846 -msgid "From" -msgstr "De" - -# File: src/www/system_gateways_edit.php, line: 837 -# File: src/www/system_gateways_edit.php, line: 849 -msgid "To" -msgstr "Vers" - -# File: src/www/system_gateways_edit.php, line: 844 -msgid "Packet Loss thresholds" -msgstr "Seuils de perte de paquets" - -# File: src/www/system_gateways_edit.php, line: 856 -msgid "Probe Interval" -msgstr "Intervalle de la sonde" - -# File: src/www/system_gateways_edit.php, line: 862 -msgid "" -"NOTE: The quality graph is averaged over seconds, not intervals, so as the " -"probe interval is increased the accuracy of the quality graph is decreased." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 867 -msgid "Down" -msgstr "Hors-service" - -# File: src/www/system_gateways_edit.php, line: 772 -msgid "Avg Delay Replies Qty" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 882 -# File: src/www/system_gateways_edit.php, line: 894 -# File: src/www/system_gateways_edit.php, line: 906 -msgid "Use calculated value." -msgstr "Utiliser la valeur calculée." - -# File: src/www/system_gateways_edit.php, line: 783 -msgid "Avg Packet Loss Probes Qty" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 899 -msgid "Lost Probe Delay" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 912 -msgid "" -"The probe interval must be less than the down time, otherwise the gateway " -"will seem to go down then come up again at the next probe." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 913 -msgid "" -"The down time defines the length of time before the gateway is marked as " -"down, but the accuracy is controlled by the probe interval. For example, if " -"your down time is 40 seconds but on a 30 second probe interval, only one " -"probe would have to fail before the gateway is marked down at the 40 second " -"mark. By default, the gateway is considered down after 10 seconds, and the " -"probe interval is 1 second, so 10 probes would have to fail before the " -"gateway is marked down." -msgstr "" - -# File: src/www/system_general.php, line: 39 -msgid "English" -msgstr "Anglais" - -# File: src/www/system_general.php, line: 41 -msgid "Chinese (Simplified)" -msgstr "Chinois (Simplifié)" - -# File: src/www/system_general.php, line: 45 -msgid "French" -msgstr "Français" - -# File: src/www/system_general.php, line: 40 -msgid "German" -msgstr "Allemand" - -# File: src/www/system_general.php, line: 42 -msgid "Japanese" -msgstr "Japonais" - -# File: src/www/system_general.php, line: 48 -msgid "Mongolian" -msgstr "Mongol" - -# File: src/www/system_general.php, line: 41 -msgid "Spanish" -msgstr "Espagnol" - -# File: src/www/system_general.php, line: 118 -msgid "The hostname may only contain the characters a-z, 0-9 and '-'." -msgstr "Le nom d'hôte ne peut contenir que les caractères a-z, 0-9 et \"-\"." - -# File: src/www/system_general.php, line: 121 -msgid "The domain may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "" -"Le nom de domaine ne peut contenir que les caractères a-z, 0-9 et \".\"." - -# File: src/www/system_general.php, line: 157 -msgid "" -"You can not assign a gateway to DNS '%s' server which is on a directly " -"connected network." -msgstr "" -"Vous ne pouvez pas affecter une passerelle vers le serveur DNS '%s' qui se " -"trouve sur un réseau directement connecté." - -# File: src/www/system_general.php, line: 173 -msgid "" -"A NTP Time Server name may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "" -"Le serveur de temps NTP ne peut contenir que les caractères a-z, 0-9, \"-\" " -"et \".\"." - -# File: src/www/system_general.php, line: 320 -msgid "Name of the firewall host, without domain part" -msgstr "Nom d'hôte du firewall, sans le nom de domaine" - -# File: src/www/system_general.php, line: 331 -msgid "firewall" -msgstr "pare-feu" - -# File: src/www/system_general.php, line: 331 -msgid "" -"Do not use 'local' as a domain name. It will cause local hosts running mDNS (" -"avahi, bonjour, etc.) to be unable to resolve local hosts not running mDNS." -msgstr "" -"Ne pas utiliser «local» comme nom de domaine. Il provoquera des " -"dysfonctionnements avec les hôtes locaux utilisant mDNS (avahi, bonjour, " -"etc.)." - -# File: src/www/system_general.php, line: 341 -msgid "e.g. %smycorp.com, home, office, private, etc.%s" -msgstr "ex. %smycorp.com, home, office, private, etc.%s" - -# File: src/www/system_general.php, line: 344 -msgid "DNS Server" -msgstr "Serveur DNS" - -# File: src/www/system_general.php, line: 346 -msgid "Use gateway" -msgstr "Utiliser la passerelle" - -# File: src/www/system_general.php, line: 396 -msgid "" -"Enter IP addresses to be used by the system for DNS resolution. These are " -"also used for the DHCP service, DNS forwarder and for PPTP VPN clients." -msgstr "" -"Entrez les adresse IP utilisées par le système pour la résolution DNS. Elles " -"sont également utilisées pour le service DHCP, Redirecteur DNS et pour les " -"clients VPN PPTP." - -# File: src/www/system_general.php, line: 401 -msgid "" -"In addition, optionally select the gateway for each DNS server. When using " -"multiple WAN connections there should be at least one unique DNS server per " -"gateway." -msgstr "" -"De plus, sélectionner éventuellement la passerelle pour chaque serveur DNS. " -"Lorsque vous utilisez plusieurs connexions WAN il devrait y avoir au moins " -"un serveur DNS unique par passerelle." - -# File: src/www/system_general.php, line: 401 -msgid "DNS server options" -msgstr "Options du serveur DNS" - -# File: src/www/system_general.php, line: 408 -msgid "Allow DNS server list to be overridden by DHCP/PPP on WAN" -msgstr "" -"Autoriser le remplacement des serveurs DNS provenant d'une connexion DHCP/" -"PPP sur WAN" - -# File: src/www/system_general.php, line: 411 -msgid "" -"If this option is set, %s will use DNS servers assigned by a DHCP/PPP server " -"on WAN for its own purposes (including the DNS forwarder). However, they " -"will not be assigned to DHCP and PPTP VPN clients." -msgstr "" -"Si cette option est activée, %s va utiliser les serveurs DNS assignées par " -"de serveur DHCP/PPP sur WAN pour ses propres fins (y compris le Redirecteur " -"DNS). Toutefois, le serveur DHCP et les clients VPN PPTP ne seront pas " -"affectés." - -# File: src/www/system_general.php, line: 420 -msgid "Do not use the DNS Forwarder as a DNS server for the firewall" -msgstr "Ne pas utiliser le Redirecteur DNS comme serveur DNS pour le pare-feu" - -# File: src/www/system_general.php, line: 423 -msgid "" -"By default localhost (127.0.0.1) will be used as the first DNS server where " -"the DNS Forwarder or DNS Resolver is enabled and set to listen on Localhost, " -"so system can use the local DNS service to perform lookups. Checking this " -"box omits localhost from the list of DNS servers." -msgstr "" - -# File: src/www/system_general.php, line: 430 -msgid "Time zone" -msgstr "Fuseau horaire" - -# File: src/www/system_general.php, line: 442 -msgid "Select the location closest to you" -msgstr "Sélectionnez l'emplacement le plus proche" - -# File: src/www/system_general.php, line: 460 -msgid "NTP time server" -msgstr "Serveur de temps NTP" - -# File: src/www/system_general.php, line: 465 -msgid "" -"Use a space to separate multiple hosts (only one required). Remember to set " -"up at least one DNS server if you enter a host name here!" -msgstr "" -"Utilisez un espace pour séparer plusieurs hôtes (un seul requis). Rappelez-" -"vous de mettre en place au moins un serveur DNS si vous entrez un nom d'hôte " -"ici !" - -# File: src/www/system_general.php, line: 472 -msgid "Language" -msgstr "Langue" - -# File: src/www/system_general.php, line: 485 -msgid "Choose a language for the webConfigurator" -msgstr "Choisissez la langue pour l'interface d'aministration" - -# File: src/www/system_general.php, line: 490 -msgid "Theme" -msgstr "Thème" - -# File: src/www/system_general.php, line: 507 -msgid "This will change the look and feel of" -msgstr "Cela changera l'aspect de" - -# File: src/www/system_general.php, line: 565 -msgid "Firmware Mirror" -msgstr "Miroir du Firmware" - -# File: src/www/system_general.php, line: 579 -msgid "Select an alternate firmware mirror." -msgstr "Sélectionnez un miroir de firmware alternatif." - -# File: src/www/system_general.php, line: 584 -msgid "Firmware Flavour" -msgstr "Saveur du Firmware" - -# File: src/www/system_general.php, line: 598 -msgid "Select the firmware cryptography flavour." -msgstr "Sélectionnez un firmware alternatif pour la cryptographie." - -# File: src/www/system_groupmanager.php, line: 108 -msgid "The group name contains invalid characters." -msgstr "Le nom de groupe contient des caractères invalides." - -# File: src/www/system_groupmanager.php, line: 112 -msgid "The group name is longer than 16 characters." -msgstr "" - -# File: src/www/system_groupmanager.php, line: 119 -msgid "Another entry with the same group name already exists." -msgstr "" - -# File: src/www/system_groupmanager.php, line: 127 -msgid "That groupname is reserved by the system." -msgstr "" - -# File: src/www/system_groupmanager.php, line: 408 -# File: src/www/system_usermanager.php, line: 650 -msgid "Do you really want to delete this privilege?" -msgstr "Voulez-vous vraiment supprimer ce privilège ?" - -# File: src/www/system_groupmanager.php, line: 537 -msgid "Do you really want to delete this group?" -msgstr "Voulez-vous vraiment supprimer ce groupe ?" - -# File: src/www/system_groupmanager.php, line: 283 -# File: src/www/system_usermanager.php, line: 468 -msgid "Defined by" -msgstr "Défini par" - -# File: src/www/system_groupmanager.php, line: 290 -# File: src/www/system_groupmanager.php, line: 460 -msgid "Group name" -msgstr "Nom du groupe" - -# File: src/www/system_groupmanager.php, line: 301 -msgid "Group description, for your own information only" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 309 -# File: src/www/system_usermanager.php, line: 518 -msgid "Group Memberships" -msgstr "Membre du groupe" - -# File: src/www/system_usermanager.php, line: 525 -msgid "Not Member Of" -msgstr "Non membre de" - -# File: src/www/system_usermanager.php, line: 527 -msgid "Member Of" -msgstr "Membre de" - -# File: src/www/system_usermanager.php, line: 564 -msgid "Add Groups" -msgstr "Ajouter groupes" - -# File: src/www/system_usermanager.php, line: 568 -msgid "Remove Groups" -msgstr "Supprimer groupes" - -# File: src/www/system_groupmanager.php, line: 374 -# File: src/www/system_groupmanager_addprivs.php, line: 195 -# File: src/www/system_usermanager.php, line: 603 -# File: src/www/system_usermanager_addprivs.php, line: 175 -msgid "Hold down CTRL (pc)/COMMAND (mac) key to select multiple items" -msgstr "" -"Maintenez la touche CTRL (PC) / CMD (Mac) du clavier pour sélectionner " -"plusieurs éléments" - -# File: src/www/system_groupmanager.php, line: 381 -msgid "Assigned Privileges" -msgstr "Privilèges attribués" - -# File: src/www/system_groupmanager.php, line: 409 -# File: src/www/system_usermanager.php, line: 651 -msgid "delete privilege" -msgstr "Supprimer le privilège" - -# File: src/www/system_groupmanager.php, line: 462 -msgid "Member Count" -msgstr "Nombre de membre(s)" - -# File: src/www/system_usermanager.php, line: 907 -# File: src/www/vpn_l2tp_users.php, line: 71 -# File: src/www/vpn_pptp_users.php, line: 68 -msgid "add user" -msgstr "ajouter un utilisateur" - -# File: src/www/system_groupmanager.php, line: 525 -msgid "" -"Additional webConfigurator groups can be added here.\n" -" Group permissions can be assigned which are inherited " -"by users who are members of the group.\n" -" An icon that appears grey indicates that it is a " -"system defined object.\n" -" Some system object properties can be modified but they " -"cannot be deleted." -msgstr "" - -# File: src/www/system_groupmanager_addprivs.php, line: 73 -# File: src/www/system_usermanager_addprivs.php, line: 62 -msgid "Selected priveleges" -msgstr "Privilèges sélectionnés" - -# File: src/www/system_groupmanager_addprivs.php, line: 180 -# File: src/www/system_usermanager_addprivs.php, line: 160 -msgid "System Privileges" -msgstr "" - -# File: src/www/system_groupmanager_addprivs.php, line: 214 -# File: src/www/system_usermanager_addprivs.php, line: 181 -msgid "Select a privilege from the list above for a description" -msgstr "" - -# File: src/www/system_hasync.php, line: 98 -msgid "State Synchronization" -msgstr "" - -# File: src/www/system_hasync.php, line: 127 -msgid "Synchronize States" -msgstr "" - -# File: src/www/system_hasync.php, line: 132 -msgid "" -"pfsync transfers state insertion, update, and deletion messages between " -"firewalls.%sEach firewall sends these messages out via multicast on a " -"specified interface, using the PFSYNC protocol (%sIP Protocol 240%s).%sIt " -"also listens on that interface for similar messages from other firewalls, " -"and imports them into the local state table.%sThis setting should be enabled " -"on all members of a failover group." -msgstr "" - -# File: src/www/system_hasync.php, line: 136 -msgid "" -"Clicking save will force a configuration sync if it is enabled! (see " -"Configuration Synchronization Settings below)" -msgstr "" - -# File: src/www/system_hasync.php, line: 140 -msgid "Synchronize Interface" -msgstr "" - -# File: src/www/system_hasync.php, line: 123 -msgid "loopback" -msgstr "" - -# File: src/www/system_hasync.php, line: 151 -msgid "" -"If Synchronize States is enabled, it will utilize this interface for " -"communication." -msgstr "" - -# File: src/www/system_hasync.php, line: 154 -msgid "" -"We recommend setting this to a interface other than LAN! A dedicated " -"interface works the best." -msgstr "" - -# File: src/www/system_hasync.php, line: 155 -msgid "" -"You must define a IP on each machine participating in this failover group." -msgstr "" - -# File: src/www/system_hasync.php, line: 156 -msgid "" -"You must have an IP assigned to the interface on any participating sync " -"nodes." -msgstr "" - -# File: src/www/system_hasync.php, line: 145 -msgid "Synchronize Peer IP" -msgstr "" - -# File: src/www/system_hasync.php, line: 165 -msgid "" -"Setting this option will force pfsync to synchronize its state table to this " -"IP address. The default is directed multicast." -msgstr "" - -# File: src/www/system_hasync.php, line: 178 -msgid "Configuration Synchronization Settings (XMLRPC Sync)" -msgstr "" - -# File: src/www/system_hasync.php, line: 183 -msgid "Synchronize Config to IP" -msgstr "" - -# File: src/www/system_hasync.php, line: 186 -msgid "" -"Enter the IP address of the firewall to which the selected configuration " -"sections should be synchronized." -msgstr "" - -# File: src/www/system_hasync.php, line: 189 -msgid "" -"XMLRPC sync is currently only supported over connections using the same " -"protocol and port as this system - make sure the remote system's port and " -"protocol are set accordingly!" -msgstr "" - -# File: src/www/system_hasync.php, line: 190 -# File: src/www/system_hasync.php, line: 213 -msgid "" -"Do not use the Synchronize Config to IP and password option on backup " -"cluster members!" -msgstr "" - -# File: src/www/system_hasync.php, line: 196 -msgid "Remote System Username" -msgstr "" - -# File: src/www/system_hasync.php, line: 200 -msgid "" -"Enter the webConfigurator username of the system entered above for " -"synchronizing your configuration." -msgstr "" - -# File: src/www/system_hasync.php, line: 202 -msgid "" -"Do not use the Synchronize Config to IP and username option on backup " -"cluster members!" -msgstr "" - -# File: src/www/system_hasync.php, line: 207 -msgid "Remote System Password" -msgstr "Mot de passe du Système Distant" - -# File: src/www/system_hasync.php, line: 211 -msgid "" -"Enter the webConfigurator password of the system entered above for " -"synchronizing your configuration." -msgstr "" - -# File: src/www/system_hasync.php, line: 196 -msgid "Users and Groups" -msgstr "Utilisateurs et Groupes" - -# File: src/www/system_hasync.php, line: 223 -msgid "" -"Automatically sync the users and groups over to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 205 -msgid "Auth Servers" -msgstr "" - -# File: src/www/system_hasync.php, line: 232 -msgid "" -"Automatically sync the authentication servers (e.g. LDAP, RADIUS) over to " -"the other HA host when changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 241 -msgid "" -"Automatically sync the Certificate Authorities, Certificates, and " -"Certificate Revocation Lists over to the other HA host when changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 250 -msgid "" -"Automatically sync the firewall rules to the other HA host when changes are " -"made." -msgstr "" - -# File: src/www/system_hasync.php, line: 232 -msgid "Firewall Schedules" -msgstr "" - -# File: src/www/system_hasync.php, line: 259 -msgid "" -"Automatically sync the firewall schedules to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 268 -msgid "" -"Automatically sync the aliases over to the other HA host when changes are " -"made." -msgstr "" - -# File: src/www/system_hasync.php, line: 277 -msgid "" -"Automatically sync the NAT rules over to the other HA host when changes are " -"made." -msgstr "" - -# File: src/www/system_hasync.php, line: 286 -msgid "" -"Automatically sync the IPsec configuration to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 295 -msgid "" -"Automatically sync the OpenVPN configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 296 -msgid "" -"Using this option implies \"Synchronize Certificates\" as they are required " -"for OpenVPN." -msgstr "" - -# File: src/www/system_hasync.php, line: 278 -msgid "DHCPD" -msgstr "DHCPD" - -# File: src/www/system_hasync.php, line: 305 -msgid "" -"Automatically sync the DHCP Server settings over to the other HA host when " -"changes are made. This only applies to DHCP for IPv4." -msgstr "" - -# File: src/www/system_hasync.php, line: 314 -msgid "" -"Automatically sync the WoL configuration to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 296 -msgid "Static Routes" -msgstr "Routes Statiques" - -# File: src/www/system_hasync.php, line: 323 -msgid "" -"Automatically sync the Static Route configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 332 -msgid "" -"Automatically sync the Load Balancer configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 341 -msgid "" -"Automatically sync the CARP Virtual IPs to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 350 -msgid "" -"Automatically sync the DNS Forwarder configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_routes.php, line: 210 -msgid "Add route" -msgstr "Ajouter une route" - -# File: src/www/system_routes.php, line: 165 -# File: src/www/system_routes.php, line: 187 -msgid "Route" -msgstr "Route" - -# File: src/www/system_routes.php, line: 166 -msgid "Do you really want to delete this route?" -msgstr "Voulez-vous vraiment supprimer cette route ?" - -# File: src/www/system_routes.php, line: 384 -msgid "Do you really want to delete the selected routes?" -msgstr "Voulez-vous réellement supprimer les routes sélectionnées ?" - -# File: src/www/system_routes.php, line: 227 -msgid "" -"The static route configuration has been changed.%sYou must apply the changes " -"in order for them to take effect." -msgstr "" -"La configuration des routes statiques a changé.%sVous devez appliquer les " -"modifications afin qu'elles prennent effet." - -# File: src/www/system_routes.php, line: 258 -msgid "disable route" -msgstr "désactiver la route" - -# File: src/www/system_routes.php, line: 258 -msgid "enable route" -msgstr "activer la route" - -# File: src/www/system_routes.php, line: 275 -msgid "move selected routes before this route" -msgstr "déplacer les routes sélectionnées avant cette route" - -# File: src/www/system_routes.php, line: 279 -msgid "edit route" -msgstr "éditer la route" - -# File: src/www/system_routes.php, line: 283 -msgid "delete route" -msgstr "supprimer la route" - -# File: src/www/system_routes.php, line: 287 -msgid "clone route" -msgstr "cloner la route" - -# File: src/www/system_routes.php, line: 357 -# File: src/www/system_routes.php, line: 362 -msgid "move selected routes to end" -msgstr "déplacer ces routes en bas" - -# File: src/www/system_routes.php, line: 383 -msgid "delete selected routes" -msgstr "supprimer les routes sélectionnées" - -# File: src/www/system_routes.php, line: 321 -msgid "add route" -msgstr "ajouter une route" - -# File: src/www/system_routes.php, line: 396 -msgid "" -"Do not enter static routes for networks assigned on any interface of this " -"firewall. Static routes are only used for networks reachable via a " -"different router, and not reachable via your default gateway." -msgstr "" -"Ne pas entrer les routes statiques pour les réseaux affectés sur toute " -"interface de ce pare-feu. Les routes statiques sont utilisés uniquement " -"pour les réseaux accessibles via un autre routeur, et non accessible via " -"votre passerelle par défaut" - -# File: src/www/system_routes_edit.php, line: 82 -# File: src/www/system_routes_edit.php, line: 256 -msgid "Destination network" -msgstr "Réseau de destination" - -# File: src/www/system_routes_edit.php, line: 83 -msgid "Destination network bit count" -msgstr "" - -# File: src/www/system_routes_edit.php, line: 90 -msgid "A valid IPv4 or IPv6 destination network must be specified." -msgstr "" -"Une adresse IPv4 ou IPv6 valide de réseau destination doit être spécifiée." - -# File: src/www/system_routes_edit.php, line: 93 -msgid "A valid destination network bit count must be specified." -msgstr "" - -# File: src/www/system_routes_edit.php, line: 113 -msgid "A IPv4 subnet can not be over 32 bits." -msgstr "Un sous-réseau IPv4 ne peut excéder 32 bits." - -# File: src/www/system_routes_edit.php, line: 162 -msgid "A route to these destination networks already exists" -msgstr "Une route pour ce réseau destination existe déjà." - -# File: src/www/system_routes_edit.php, line: 172 -# File: src/www/system_routes_edit.php, line: 178 -msgid "This network conflicts with address configured on interface %s." -msgstr "" - -# File: src/www/system_routes_edit.php, line: 278 -msgid "Destination network for this static route" -msgstr "" - -# File: src/www/system_routes_edit.php, line: 298 -msgid "Choose which gateway this route applies to or" -msgstr "" - -# File: src/www/system_routes_edit.php, line: 356 -msgid "Disable this static route" -msgstr "Désactiver cette route statique" - -# File: src/www/system_routes_edit.php, line: 357 -msgid "" -"Set this option to disable this static route without removing it from the " -"list." -msgstr "" - -# File: src/www/system_groupmanager.php, line: 59 -# File: src/www/system_groupmanager.php, line: 83 -# File: src/www/system_usermanager.php, line: 79 -# File: src/www/system_usermanager.php, line: 92 -msgid "successfully deleted" -msgstr "supprimé avec succès" - -# File: src/www/system_groupmanager.php, line: 82 -# File: src/www/system_usermanager.php, line: 91 -msgid "Privilege" -msgstr "Privilège" - -# File: src/www/system_usermanager.php, line: 139 -msgid "association removed." -msgstr "association retiré." - -# File: src/www/system_usermanager.php, line: 227 -msgid "API key" -msgstr "Clé API" - -# File: src/www/system_usermanager.php, line: 228 -msgid "removed." -msgstr "supprimé." - -# File: src/www/system_usermanager.php, line: 230 -msgid "No API key found" -msgstr "Aucune clé API trouvée" - -# File: src/www/system_usermanager.php, line: 183 -msgid "The username is longer than 16 characters." -msgstr "Le nom d’utilisateur dépasse les 16 caractères." - -# File: src/www/system_usermanager.php, line: 187 -# File: src/www/system_usermanager_passwordmg.php, line: 44 -# File: src/www/vpn_l2tp_users_edit.php, line: 94 -# File: src/www/vpn_pptp_users_edit.php, line: 94 -msgid "The passwords do not match." -msgstr "Les mots de passe ne correspondent pas." - -# File: src/www/system_usermanager.php, line: 199 -# File: src/www/vpn_l2tp_users_edit.php, line: 104 -# File: src/www/vpn_pptp_users_edit.php, line: 104 -msgid "Another entry with the same username already exists." -msgstr "Une autre entrée avec le même nom d'utilisateur existe déjà." - -# File: src/www/system_usermanager.php, line: 210 -msgid "That username is reserved by the system." -msgstr "Cet utilisateur est réservé par le système." - -# File: src/www/system_usermanager.php, line: 230 -msgid "Invalid expiration date format; use MM/DD/YYYY instead." -msgstr "" -"Format de la date d'expiration invalide. Utiliser MM/DD/YYYY à la place." - -# File: src/www/system_usermanager.php, line: 237 -msgid "Invalid internal Certificate Authority" -msgstr "Autorité de certification interne invalide" - -# File: src/www/system_usermanager.php, line: 726 -msgid "(Certificate will not be deleted)" -msgstr "(le certificat ne sera pas supprimé)" - -# File: src/www/system_usermanager.php, line: 726 -msgid "Do you really want to remove this certificate association?" -msgstr "Voulez-vous vraiment retirer l'association de ce certificat ?" - -# File: src/www/system_usermanager.php, line: 975 -# File: src/www/vpn_l2tp_users.php, line: 134 -# File: src/www/vpn_pptp_users.php, line: 127 -msgid "Do you really want to delete this user?" -msgstr "Voulez-vous vraiment supprimer cet utilisateur ?" - -# File: src/www/system_usermanager.php, line: 611 -msgid "Do you really want to delete this API key?" -msgstr "Voulez-vous vraiment supprimer cette clé API ?" - -# File: src/etc/inc/ipsec.inc, line: 43 -# File: src/etc/inc/ipsec.inc, line: 52 -msgid "User distinguished name" -msgstr "" - -# File: src/www/system_usermanager.php, line: 498 -msgid "(confirmation)" -msgstr "(confirmation)" - -# File: src/www/system_usermanager.php, line: 502 -# File: src/www/system_usermanager.php, line: 895 -msgid "Full name" -msgstr "Nom complet" - -# File: src/www/system_usermanager.php, line: 507 -msgid "User's full name, for your own information only" -msgstr "" -"Le nom complet de l'utilisateur, pour votre propre information seulement" - -# File: src/www/system_usermanager.php, line: 511 -msgid "Expiration date" -msgstr "Date d'expiration" - -# File: src/www/system_usermanager.php, line: 515 -msgid "" -"Leave blank if the account shouldn't expire, otherwise enter the expiration " -"date in the following format: mm/dd/yyyy" -msgstr "" -"Laissez ce champ vide si le compte ne doit pas expirer, sinon entrez la date " -"d'expiration dans le format suivant: mm/dd/yyyy" - -# File: src/www/system_usermanager.php, line: 704 -msgid "add groups" -msgstr "ajouter un groupe" - -# File: src/www/system_usermanager.php, line: 708 -msgid "remove groups" -msgstr "supprimer un groupe" - -# File: src/www/system_usermanager.php, line: 611 -msgid "Effective Privileges" -msgstr "Privilèges effectifs" - -# File: src/www/system_usermanager.php, line: 618 -msgid "Inherited From" -msgstr "Hérité de" - -# File: src/www/system_usermanager.php, line: 761 -msgid "revoke privilege" -msgstr "révoquer le privilège" - -# File: src/www/system_usermanager.php, line: 774 -msgid "assign privileges" -msgstr "assigner les privilèges" - -# File: src/www/system_usermanager.php, line: 678 -msgid "User Certificates" -msgstr "Certificats Utilisateur" - -# File: src/www/system_usermanager.php, line: 683 -msgid "CA" -msgstr "CA" - -# File: src/www/system_usermanager.php, line: 714 -msgid "export private key" -msgstr "exporter la clé privée" - -# File: src/www/system_usermanager.php, line: 811 -msgid "export certificate" -msgstr "exporter le certificat" - -# File: src/www/system_usermanager.php, line: 815 -msgid "unlink certificate" -msgstr "dissocier le certificat" - -# File: src/www/system_usermanager.php, line: 828 -msgid "create or link user certificate" -msgstr "créer ou associer un certificat utilisateur" - -# File: src/www/system_usermanager.php, line: 880 -msgid "API keys" -msgstr "Clés API" - -# File: src/www/system_usermanager.php, line: 887 -msgid "key" -msgstr "clé" - -# File: src/www/system_usermanager.php, line: 907 -msgid "delete API key" -msgstr "supprimer la clé API" - -# File: src/www/system_usermanager.php, line: 921 -msgid "create API key" -msgstr "créer une clé API" - -# File: src/www/system_usermanager.php, line: 930 -msgid "" -"manage API keys here for machine to machine interaction using this users " -"credentials" -msgstr "" - -# File: src/www/system_usermanager.php, line: 762 -msgid "Click to create a user certificate." -msgstr "Cliquer pour créer un certificat utilisateur." - -# File: src/www/system_usermanager.php, line: 896 -msgid "Redirects on save" -msgstr "" - -# File: src/www/system_usermanager.php, line: 839 -# File: src/www/system_usermanager.php, line: 847 -msgid "Authorized keys" -msgstr "Clés autorisées" - -# File: src/www/system_usermanager.php, line: 858 -msgid "Paste an authorized keys file here." -msgstr "Coller les clés autorisée ici." - -# File: src/www/system_usermanager.php, line: 862 -msgid "IPsec Pre-Shared Key" -msgstr "Clé IPsec partagée" - -# File: src/www/system_usermanager.php, line: 965 -msgid "edit user" -msgstr "Éditer l'utilisateur" - -# File: src/www/system_usermanager.php, line: 976 -# File: src/www/vpn_l2tp_users.php, line: 135 -# File: src/www/vpn_pptp_users.php, line: 128 -msgid "delete user" -msgstr "supprimer l'utilisateur" - -# File: src/www/system_usermanager.php, line: 983 -msgid "import users" -msgstr "importer des utilisateurs" - -# File: src/www/system_usermanager.php, line: 914 -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 appears grey indicates that it is a system defined " -"object. Some system object properties can be modified but they cannot be " -"deleted." -msgstr "" - -# File: src/www/system_usermanager.php, line: 919 -msgid "" -"Accounts created here are also used for other parts of the system such as " -"OpenVPN, IPsec, and Captive Portal." -msgstr "" -"Les comptes créés ici sont également utilisés pour d'autres services du " -"système telles que OpenVPN, IPsec et le portail captif." - -# File: src/www/system_usermanager.php, line: 1053 -msgid "System Admininistrator" -msgstr "Administrateur système" - -# File: src/www/system_usermanager.php, line: 1055 -msgid "Disabled User" -msgstr "Utilisateur désactivé" - -# File: src/www/system_usermanager.php, line: 1057 -msgid "Normal User" -msgstr "Utilisateur standard" - -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 68 -msgid "" -"Could not connect to the LDAP server. Please check your LDAP configuration." -msgstr "" - -# File: src/www/system_usermanager_import_ldap.php, line: 150 -msgid "Please select users to import:" -msgstr "Veuillez sélectionner les utilisateurs à importer :" - -# File: src/www/system_usermanager_passwordmg.php, line: 98 -msgid "Sorry, you cannot change the password for a non-local user." -msgstr "" - -# File: src/www/system_usermanager_passwordmg.php, line: 58 -msgid "Password successfully changed" -msgstr "Le mot de passe a été modifié avec succès" - -# File: src/www/system_usermanager_passwordmg.php, line: 114 -msgid "Old password" -msgstr "Ancien mot de passe" - -# File: src/www/system_usermanager_passwordmg.php, line: 120 -msgid "New password" -msgstr "Nouveau mot de passe" - -# File: src/www/system_usermanager_passwordmg.php, line: 127 -msgid "Confirmation" -msgstr "Confirmation" - -# File: src/www/system_usermanager_settings.php, line: 47 -msgid "Session timeout must be an integer value." -msgstr "Le délai d'inactivité de la session doit être un entier" - -# File: src/www/system_usermanager_settings.php, line: 59 -msgid "" -"The test was not performed because it is supported only for ldap based " -"backends." -msgstr "" - -# File: src/www/system_usermanager_settings.php, line: 133 -msgid "Session Timeout" -msgstr "Délai d'inactivité de la session" - -# File: src/www/system_usermanager_settings.php, line: 137 -msgid "" -"Time in minutes to expire idle management sessions. The default is 4 hours (" -"240 minutes)." -msgstr "" - -# File: src/www/system_usermanager_settings.php, line: 138 -msgid "Enter 0 to never expire sessions. NOTE: This is a security risk!" -msgstr "" -"Indiquez 0 pour désactiver l'expiration des sessions. REMARQUE : Ceci est " -"considéré comme un risque de sécurité !" - -# File: src/www/system_usermanager_settings.php, line: 169 -msgid "Save and Test" -msgstr "Sauvegarder et Tester" - -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 77 -msgid "Please select which containers to Authenticate against:" -msgstr "" - -# File: src/www/system_usermanager_settings_test.php, line: 47 -msgid "Could not find settings for %s%s" -msgstr "Impossible de trouver les paramètres pour %s%s" - -# File: src/www/system_usermanager_settings_test.php, line: 51 -msgid "Testing %s LDAP settings... One moment please..." -msgstr "" -"Test des paramètres %s LDAP en cours... Veuillez patienter s'il vous plait..." - -# File: src/www/system_usermanager_settings_test.php, line: 52 -msgid "Attempting connection to" -msgstr "Tentative de connexion à" - -# File: src/www/system_usermanager_settings_test.php, line: 60 -msgid "Attempting to fetch Organizational Units from" -msgstr "Tentative de récupération des Unités d'Organisation de" - -# File: src/www/system_usermanager_settings_test.php, line: 65 -msgid "Organization units found" -msgstr "Unités Organisationnelles trouvées" - -# File: src/www/system_usermanager_settings_test.php, line: 71 -# File: src/www/system_usermanager_settings_test.php, line: 75 -# File: src/www/system_usermanager_settings_test.php, line: 78 -msgid "failed" -msgstr "échec" - -# File: src/etc/inc/ipsec.inc, line: 264 -# File: src/www/vpn_ipsec.php, line: 349 -# File: src/www/vpn_ipsec_phase1.php, line: 433 -# File: src/www/vpn_ipsec_phase2.php, line: 336 -msgid "Mobile Client" -msgstr "Client Mobile" - -# File: src/www/vpn_ipsec.php, line: 411 -msgid "" -"Do you really want to delete this phase1 and all associated phase2 entries?" -msgstr "" -"Voulez-vous vraiment supprimer cette phase 1 et toutes les phases 2 " -"associées ?" - -# File: src/www/vpn_ipsec.php, line: 715 -msgid "Do you really want to delete the selected phase1 entries?" -msgstr "Voulez-vous vraiment supprimer la phase 1 sélectionnée?" - -# File: src/www/vpn_ipsec.php, line: 603 -msgid "Do you really want to delete this phase2 entry?" -msgstr "Voulez-vous vraiment supprimer cette phase 2 ?" - -# File: src/www/vpn_ipsec.php, line: 654 -msgid "Do you really want to delete the selected phase2 entries?" -msgstr "Voulez-vous vraiment supprimer les phases 2 sélectionnées ?" - -# File: src/www/vpn_ipsec.php, line: 300 -msgid "The IPsec tunnel configuration has been changed." -msgstr "La configuration du tunnel IPsec a été modifiée." - -# File: src/www/vpn_ipsec.php, line: 270 -msgid "IKE" -msgstr "IKE" - -# File: src/www/vpn_ipsec.php, line: 271 -msgid "Remote Gateway" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 273 -msgid "P1 Protocol" -msgstr "Protocole P1" - -# File: src/www/vpn_ipsec.php, line: 274 -msgid "P1 Transforms" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 275 -msgid "P1 Description" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 333 -msgid "disable phase 1 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 333 -msgid "enable phase 1 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 367 -# File: src/www/vpn_ipsec.php, line: 559 -# File: src/www/vpn_ipsec_phase2.php, line: 786 -msgid "auto" -msgstr "auto" - -# File: src/www/vpn_ipsec.php, line: 393 -# File: src/www/vpn_ipsec.php, line: 590 -msgid "move selected entries before this" -msgstr "déplacer les éléments sélectionnés avant celui-ci" - -# File: src/www/vpn_ipsec.php, line: 401 -msgid "edit phase1 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 409 -msgid "delete phase1 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 413 -msgid "clone phase1 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 458 -msgid "Show %s Phase-2 entries" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 466 -msgid "Local Subnet" -msgstr "Sous-réseau local" - -# File: src/www/vpn_ipsec.php, line: 467 -msgid "Remote Subnet" -msgstr "Sous-réseau distant" - -# File: src/www/vpn_ipsec.php, line: 468 -msgid "P2 Protocol" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 469 -msgid "P2 Transforms" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 470 -msgid "P2 Auth Methods" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 463 -msgid "disable phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 463 -msgid "enable phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 519 -msgid "edit phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 524 -msgid "delete phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 530 -msgid "clone phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 546 -msgid "move selected phase 2 entries to end" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 550 -msgid "delete selected phase 2 entries" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 557 -msgid "add phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 577 -msgid "move selected phase 1 entries to end" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 584 -msgid "delete selected phase 1 entries" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 589 -msgid "add new phase 1 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 761 -msgid "Enable IPsec" -msgstr "Activer IPsec" - -# File: src/www/vpn_ipsec_keys.php, line: 66 -msgid "Deleted IPsec Pre-Shared Key" -msgstr "" - -# File: src/www/vpn_ipsec_keys.php, line: 165 -msgid "Do you really want to delete this Pre-Shared Key?" -msgstr "Voulez-vous vraiment supprimer cette clé pré-partagée ?" - -# File: src/www/vpn_ipsec.php, line: 253 -# File: src/www/vpn_ipsec_keys.php, line: 93 -# File: src/www/vpn_ipsec_mobile.php, line: 365 -msgid "The IPsec tunnel configuration has been changed" -msgstr "La configuration du tunnel IPsec a été modifié" - -# File: src/www/vpn_ipsec_keys.php, line: 112 -# File: src/www/vpn_ipsec_keys_edit.php, line: 67 -# File: src/www/vpn_ipsec_keys_edit.php, line: 143 -msgid "Identifier" -msgstr "Identifiant" - -# File: src/www/vpn_ipsec_keys.php, line: 129 -msgid "ANY USER" -msgstr "" - -# File: src/www/vpn_ipsec_keys.php, line: 144 -msgid "edit" -msgstr "éditer" - -# File: src/www/vpn_ipsec_keys.php, line: 163 -msgid "edit key" -msgstr "éditer la clé" - -# File: src/www/vpn_ipsec_keys.php, line: 167 -msgid "delete key" -msgstr "supprimer la clé" - -# File: src/www/vpn_ipsec_keys.php, line: 193 -# File: src/www/vpn_ipsec_keys_edit.php, line: 177 -msgid "PSK for any user can be set by using an identifier of any/ANY" -msgstr "" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 76 -msgid "A user with this name already exists. Add the key to the user instead." -msgstr "" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 72 -msgid "The identifier contains invalid characters." -msgstr "L'identifiant contient des caractères invalides." - -# File: src/www/vpn_ipsec_keys_edit.php, line: 84 -msgid "Another entry with the same identifier already exists." -msgstr "" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 101 -msgid "Edited" -msgstr "Éditée" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 104 -msgid "Added" -msgstr "ajoutée" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 146 -msgid "" -"This can be either an IP address, fully qualified domain name or an e-mail " -"address." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 140 -msgid "Group Authentication Source" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 140 -msgid "User Authentication Source" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 146 -msgid "" -"A valid IP address for 'Virtual Address Pool Network' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 152 -msgid "A valid value for 'DNS Default Domain' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 161 -msgid "A valid split DNS domain list must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 174 -msgid "A valid IP address for 'DNS Server #1' must be specified." -msgstr "Un adresse IP valide doit être spécifié pour 'Serveur DNS 1'" - -# File: src/www/vpn_ipsec_mobile.php, line: 177 -msgid "A valid IP address for 'DNS Server #2' must be specified." -msgstr "Un adresse IP valide doit être spécifié pour 'Serveur DNS 2'" - -# File: src/www/vpn_ipsec_mobile.php, line: 180 -msgid "A valid IP address for 'DNS Server #3' must be specified." -msgstr "Un adresse IP valide doit être spécifié pour 'Serveur DNS 3'" - -# File: src/www/vpn_ipsec_mobile.php, line: 183 -msgid "A valid IP address for 'DNS Server #4' must be specified." -msgstr "Un adresse IP valide doit être spécifié pour 'Serveur DNS 4'" - -# File: src/www/vpn_ipsec_mobile.php, line: 192 -msgid "A valid IP address for 'WINS Server #1' must be specified." -msgstr "Un adresse IP valide doit être spécifié pour 'Serveur WINS 1'" - -# File: src/www/vpn_ipsec_mobile.php, line: 195 -msgid "A valid IP address for 'WINS Server #2' must be specified." -msgstr "Un adresse IP valide doit être spécifié pour 'Serveur WINS 2'" - -# File: src/www/vpn_ipsec_mobile.php, line: 373 -msgid "Create Phase1" -msgstr "Créer Phase1" - -# File: src/www/vpn_ipsec_mobile.php, line: 373 -msgid "Please click Create to define one." -msgstr "S'il vous plait cliquez sur Créer pour en définir un." - -# File: src/www/vpn_ipsec_mobile.php, line: 373 -msgid "" -"Support for IPsec Mobile clients is enabled but a Phase1 definition was not " -"found" -msgstr "" -"Le support des clients mobiles IPSec est actif mais la définition de la " -"Phase 1 n'a pas été trouvé." - -# File: src/www/vpn_ipsec_mobile.php, line: 396 -msgid "IKE Extensions" -msgstr "Extensions IKE" - -# File: src/www/vpn_ipsec_mobile.php, line: 405 -msgid "Enable IPsec Mobile Client Support" -msgstr "Activer le support des Client Mobile IPsec" - -# File: src/www/vpn_ipsec_mobile.php, line: 418 -msgid "Extended Authentication (Xauth)" -msgstr "Authentification étendue (Xauth)" - -# File: src/www/vpn_ipsec_mobile.php, line: 425 -msgid "User Authentication" -msgstr "Authentification utilisateur" - -# File: src/www/vpn_ipsec_mobile.php, line: 444 -msgid "Group Authentication" -msgstr "Authentification Groupe" - -# File: src/www/vpn_ipsec_mobile.php, line: 452 -msgid "system" -msgstr "système" - -# File: src/www/vpn_ipsec_mobile.php, line: 463 -msgid "Client Configuration (mode-cfg)" -msgstr "Configuration Client (mode-cfg)" - -# File: src/www/vpn_ipsec_mobile.php, line: 470 -msgid "Virtual Address Pool" -msgstr "Ensemble d'adresse virtuelle" - -# File: src/www/vpn_ipsec_mobile.php, line: 479 -msgid "Provide a virtual IP address to clients" -msgstr "Fournir une adresse IP virtuelle aux clients" - -# File: src/www/vpn_ipsec_mobile.php, line: 506 -msgid "Network List" -msgstr "Liste réseau" - -# File: src/www/vpn_ipsec_mobile.php, line: 515 -msgid "Provide a list of accessible networks to clients" -msgstr "Fournir la liste des réseaux accéssibles aux clients" - -# File: src/www/vpn_ipsec_mobile.php, line: 522 -msgid "Save Xauth Password" -msgstr "Sauver mot de passe Xauth" - -# File: src/www/vpn_ipsec_mobile.php, line: 531 -msgid "Allow clients to save Xauth passwords (Cisco VPN client only)." -msgstr "" -"Autoriser les clients à sauver les mots de passe Xauth (Client VPN Cisco " -"seulement)." - -# File: src/www/vpn_ipsec_mobile.php, line: 532 -msgid "" -"NOTE: With iPhone clients, this does not work when deployed via the iPhone " -"configuration utility, only by manual entry." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 539 -# File: src/www/vpn_openvpn_csc.php, line: 539 -# File: src/www/vpn_openvpn_server.php, line: 1655 -msgid "DNS Default Domain" -msgstr "Domaine DNS par défaut" - -# File: src/www/vpn_ipsec_mobile.php, line: 548 -# File: src/www/vpn_openvpn_csc.php, line: 549 -# File: src/www/vpn_openvpn_server.php, line: 1665 -msgid "Provide a default domain name to clients" -msgstr "Fournir un nom de domaine par défaut aux clients" - -# File: src/www/vpn_ipsec_mobile.php, line: 562 -msgid "Split DNS" -msgstr "Séparer DNS" - -# File: src/www/vpn_ipsec_mobile.php, line: 571 -msgid "" -"Provide a list of split DNS domain names to clients. Enter a comma separated " -"list." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 572 -msgid "" -"NOTE: If left blank, and a default domain is set, it will be used for this " -"value." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 586 -# File: src/www/vpn_openvpn_csc.php, line: 564 -# File: src/www/vpn_openvpn_server.php, line: 1680 -msgid "DNS Servers" -msgstr "Serveurs DNS" - -# File: src/www/vpn_ipsec_mobile.php, line: 595 -# File: src/www/vpn_openvpn_csc.php, line: 574 -# File: src/www/vpn_openvpn_server.php, line: 1690 -msgid "Provide a DNS server list to clients" -msgstr "Fournir la liste des serveurs DNS aux clients" - -# File: src/www/vpn_ipsec_mobile.php, line: 628 -# File: src/www/vpn_openvpn_csc.php, line: 715 -# File: src/www/vpn_openvpn_server.php, line: 1852 -msgid "WINS Servers" -msgstr "Serveurs WINS" - -# File: src/www/vpn_ipsec_mobile.php, line: 637 -# File: src/www/vpn_openvpn_csc.php, line: 725 -# File: src/www/vpn_openvpn_server.php, line: 1862 -msgid "Provide a WINS server list to clients" -msgstr "Fournir la liste des serveurs WINS aux clients" - -# File: src/www/vpn_ipsec_mobile.php, line: 658 -msgid "Phase2 PFS Group" -msgstr "Groupe PFS phase 2" - -# File: src/www/vpn_ipsec_mobile.php, line: 667 -msgid "" -"Provide the Phase2 PFS group to clients ( overrides all mobile phase2 " -"settings )" -msgstr "" -"Fournir la phase 2 du groupe PFS aux clients (remplace tous les paramétrages " -"de phase2 mobile)" - -# File: src/www/vpn_ipsec_mobile.php, line: 692 -msgid "Login Banner" -msgstr "Bannière à la connexion" - -# File: src/www/vpn_ipsec_mobile.php, line: 701 -msgid "Provide a login banner to clients" -msgstr "Afficher une bannière de connexion pour les clients" - -# File: src/www/vpn_ipsec_phase1.php, line: 174 -msgid "EAP-TLS can only be used with IKEv2 type VPNs." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 196 -# File: src/www/vpn_ipsec_phase1.php, line: 702 -msgid "Remote gateway" -msgstr "Passerelle distante" - -# File: src/www/vpn_ipsec_phase1.php, line: 202 -msgid "The P1 lifetime must be an integer." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 207 -msgid "A valid remote gateway address or host name must be specified." -msgstr "" -"Une adresse ou un nom d'hôte valide de passerelle distante doit être " -"renseigné." - -# File: src/www/vpn_ipsec_phase1.php, line: 209 -msgid "" -"A valid remote gateway IPv4 address must be specified or you need to change " -"protocol to IPv6" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 211 -msgid "" -"A valid remote gateway IPv6 address must be specified or you need to change " -"protocol to IPv4" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 233 -msgid "The remote gateway \"%s\" is already used by phase1 \"%s\"." -msgstr "La passerelle distante \"%s\" est déjà utilisée par la phase 1 \"%s\"." - -# File: src/www/vpn_ipsec_phase1.php, line: 231 -msgid "There is a Phase 2 using IPv6, you cannot use IPv4." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 235 -msgid "There is a Phase 2 using IPv4, you cannot use IPv6." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 249 -msgid "Please enter an address for 'My Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 253 -msgid "Please enter a keyid tag for 'My Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 257 -msgid "Please enter a fully qualified domain name for 'My Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 261 -msgid "Please enter a user and fully qualified domain name for 'My Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 265 -msgid "Please enter a dynamic domain name for 'My Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 269 -msgid "A valid IP address for 'My identifier' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 273 -msgid "A valid domain name for 'My identifier' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 278 -msgid "A valid FQDN for 'My identifier' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 285 -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'My identifier' must " -"be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 291 -msgid "A valid Dynamic DNS address for 'My identifier' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 304 -msgid "Please enter an address for 'Peer Identifier'" -msgstr "Veuillez entrer une adresse IP pour 'ID du correspondant'" - -# File: src/www/vpn_ipsec_phase1.php, line: 308 -msgid "Please enter a keyid tag for 'Peer Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 312 -msgid "Please enter a fully qualified domain name for 'Peer Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 316 -msgid "" -"Please enter a user and fully qualified domain name for 'Peer Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 320 -msgid "A valid IP address for 'Peer identifier' must be specified." -msgstr "Une adresse IP valide doit être spécifiée pour 'ID du correspondant' ." - -# File: src/www/vpn_ipsec_phase1.php, line: 324 -msgid "A valid domain name for 'Peer identifier' must be specified." -msgstr "" -"Un nom de domaine valide doit être spécifié pour 'ID du correspondant' ." - -# File: src/www/vpn_ipsec_phase1.php, line: 329 -msgid "A valid FQDN for 'Peer identifier' must be specified." -msgstr "" -"Un FQDN (Full Qualified Domain Name) valide doit être spécifié pour 'ID du " -"correspondant' ." - -# File: src/www/vpn_ipsec_phase1.php, line: 336 -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'Peer identifier' " -"must be specified." -msgstr "" -"Une adresse e-mail (user@my.domain.com) valide doit être spécifiée pour 'ID " -"du correspondant' ." - -# File: src/www/vpn_ipsec_phase1.php, line: 343 -msgid "A numeric value must be specified for DPD delay." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 347 -msgid "A numeric value must be specified for DPD retries." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 345 -msgid "Invalid argument for key exchange protocol version." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 600 -# File: src/www/vpn_openvpn_client.php, line: 506 -# File: src/www/vpn_openvpn_csc.php, line: 372 -# File: src/www/vpn_openvpn_server.php, line: 834 -msgid "General information" -msgstr "Information générale" - -# File: src/www/vpn_ipsec_phase1.php, line: 612 -msgid "Disable this phase1 entry" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 600 -msgid "" -"Set this option to disable this phase1 without removing it from the list." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 606 -msgid "Connection method" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 611 -msgid "Respond only" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 612 -msgid "Start on traffic" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 613 -msgid "Start immediate" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 616 -msgid "" -"Choose the connect behaviour here, when using CARP you might want to " -"consider the Repond only option here (wait for the other side to connect)." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 620 -msgid "Key Exchange version" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 634 -msgid "" -"Select the KeyExchange Protocol version to be used. Usually known as IKEv1 " -"or IKEv2." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 638 -msgid "Internet Protocol" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 655 -msgid "Select the Internet Protocol family from this dropdown." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 695 -msgid "Select the interface for the local endpoint of this phase1 entry." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 707 -msgid "Enter the public IP address or host name of the remote gateway" -msgstr "Entrez l'adresse IP publique ou le nom d'hôte de la passerelle distante" - -# File: src/www/vpn_ipsec_phase1.php, line: 735 -msgid "Phase 1 proposal (Authentication)" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 742 -# File: src/www/vpn_openvpn_client.php, line: 666 -msgid "Authentication method" -msgstr "Méthode d'authentification" - -# File: src/www/vpn_ipsec_phase1.php, line: 753 -# File: src/www/vpn_ipsec_phase1.php, line: 932 -# File: src/www/vpn_ipsec_phase1.php, line: 963 -msgid "Must match the setting chosen on the remote side." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 766 -msgid "Negotiation mode" -msgstr "Mode de négociation" - -# File: src/www/vpn_ipsec_phase1.php, line: 772 -msgid "Aggressive is more flexible, but less secure." -msgstr "Le mode Agressif est plus souple, mais moins sécurisé." - -# File: src/www/vpn_ipsec_phase1.php, line: 784 -msgid "My identifier" -msgstr "Mon identifiant" - -# File: src/etc/inc/ipsec.inc, line: 40 -msgid "My IP address" -msgstr "Mon adresse IP" - -# File: src/etc/inc/ipsec.inc, line: 44 -# File: src/etc/inc/ipsec.inc, line: 53 -msgid "ASN.1 distinguished Name" -msgstr "" - -# File: src/etc/inc/ipsec.inc, line: 45 -# File: src/etc/inc/ipsec.inc, line: 54 -msgid "KeyID tag" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 801 -msgid "Peer identifier" -msgstr "ID du correspondant" - -# File: src/etc/inc/ipsec.inc, line: 49 -msgid "Peer IP address" -msgstr "Adresse IP du correspondant" - -# File: src/www/vpn_ipsec_phase1.php, line: 830 -msgid "" -"NOTE: This is known as the \"group\" setting on some VPN client " -"implementations." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 841 -msgid "Input your Pre-Shared Key string." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 838 -msgid "My Certificate" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 861 -msgid "Select a certificate previously configured in the Certificate Manager." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 864 -msgid "My Certificate Authority" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 884 -msgid "" -"Select a certificate authority previously configured in the Certificate " -"Manager." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 893 -msgid "Phase 1 proposal (Algorithms)" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 900 -# File: src/www/vpn_openvpn_client.php, line: 919 -# File: src/www/vpn_openvpn_server.php, line: 1199 -msgid "Encryption algorithm" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 921 -msgid "Hash algorithm" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 941 -msgid "DH key group" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 977 -msgid "Disable Rekey" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 985 -msgid "Whether a connection should be renegotiated when it is about to expire." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 986 -msgid "Disable Reauth" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 994 -msgid "" -"Whether rekeying of an IKE_SA should also reauthenticate the peer. In IKEv1, " -"reauthentication is always done." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 998 -msgid "NAT Traversal" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 1012 -msgid "Force" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 1012 -msgid "" -"Set this option to enable the use of NAT-T (i.e. the encapsulation of ESP in " -"UDP packets) if needed, which can help with clients that are behind " -"restrictive firewalls." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 1022 -msgid "Dead Peer Detection" -msgstr "Dead Peer Detection (Détection de la perte du correspondant)" - -# File: src/www/vpn_ipsec_phase1.php, line: 1027 -msgid "Enable DPD" -msgstr "Activer DPD (Dead Peer Detection)" - -# File: src/www/vpn_ipsec_phase1.php, line: 1029 -msgid "Delay between requesting peer acknowledgement." -msgstr "Délai entre les demandes d'acquittements du correspondant." - -# File: src/www/vpn_ipsec_phase1.php, line: 1037 -msgid "retries" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 1035 -msgid "Number of consecutive failures allowed before disconnect." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 125 -msgid "A valid ikeid must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 130 -msgid "Local network type" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 130 -msgid "Unique Identifier" -msgstr "Identifiant Unique" - -# File: src/www/vpn_ipsec_phase2.php, line: 133 -msgid "Remote network type" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 142 -msgid "A valid local network bit count must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 146 -msgid "A valid local network IP address must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 148 -msgid "" -"A valid local network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 150 -msgid "" -"A valid local network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 160 -# File: src/www/vpn_ipsec_phase2.php, line: 189 -msgid "Invalid Local Network." -msgstr "Réseau local non valide." - -# File: src/www/vpn_ipsec_phase2.php, line: 160 -# File: src/www/vpn_ipsec_phase2.php, line: 189 -msgid "has no subnet." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 168 -msgid "A valid NAT local network bit count must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 171 -msgid "" -"You cannot configure a network type address for NAT while only an address " -"type is selected for local source." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 175 -msgid "A valid NAT local network IP address must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 177 -msgid "" -"A valid NAT local network IPv4 address must be specified or you need to " -"change Mode to IPv6" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 179 -msgid "" -"A valid NAT local network IPv6 address must be specified or you need to " -"change Mode to IPv4" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 299 -msgid "" -"BINAT requires that the netmask of the local network matches the one of the " -"NAT/BINAT network." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 197 -msgid "A valid remote network bit count must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 201 -msgid "A valid remote network IP address must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 203 -msgid "" -"A valid remote network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 205 -msgid "" -"A valid remote network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 227 -msgid "Phase2 with this Local Network is already defined for mobile clients." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 260 -msgid "" -"Phase2 with this Local/Remote networks combination is already defined for " -"this Phase1." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 272 -msgid "At least one encryption algorithm must be selected." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 277 -msgid "At least one hashing algorithm needs to be selected." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 286 -msgid "The P2 lifetime must be an integer." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 545 -msgid "Disable this phase2 entry" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 547 -msgid "" -"Set this option to disable this phase2 entry without removing it from the " -"list" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 572 -msgid "Local Network" -msgstr "Réseau Local" - -# File: src/www/vpn_ipsec_phase2.php, line: 595 -# File: src/www/vpn_ipsec_phase2.php, line: 644 -msgid "%s subnet" -msgstr "%s sous-réseau" - -# File: src/www/vpn_ipsec_phase2.php, line: 725 -msgid "NAT/BINAT" -msgstr "NAT/BINAT" - -# File: src/www/vpn_ipsec_phase2.php, line: 746 -msgid "NAT Type" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 756 -msgid "BINAT" -msgstr "BINAT" - -# File: src/www/vpn_ipsec_phase2.php, line: 760 -msgid "" -"Enforce the type of NAT by choosing either NAT or BINAT. Leave it to Auto to " -"let OPNsense automatically choose the best NAT option." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 622 -msgid "" -"In case you need NAT/BINAT on this network specify the address to be " -"translated" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 681 -msgid "Remote Network" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 740 -msgid "Phase 2 proposal (SA/Key Exchange)" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 759 -msgid "ESP is encryption, AH is authentication only" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 764 -msgid "Encryption algorithms" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 815 -msgid "" -"Hint: use 3DES for best compatibility or if you have a hardware crypto " -"accelerator card. Blowfish is usually the fastest in software encryption" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 821 -msgid "Hash algorithms" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 835 -msgid "PFS key group" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 860 -msgid "Set globally in mobile client options" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 879 -msgid "Automatically ping host" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 163 -msgid "IPSec Advanced Settings" -msgstr "Paramètres avancés IPSec" - -# File: src/www/vpn_ipsec_settings.php, line: 162 -msgid "LAN security associations" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 175 -msgid "Do not install LAN SPD" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 177 -msgid "" -"By default, if IPSec is enabled negating SPD are inserted to provide " -"protection. This behaviour can be changed by enabling this setting which " -"will prevent installing these SPDs." -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 182 -msgid "Security Associations" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 187 -msgid "Prefer older IPsec SAs" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 189 -msgid "" -"By default, if several SAs match, the newest one is preferred if it's at " -"least 30 seconds old. Select this option to always prefer old SAs over new " -"ones." -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 195 -msgid "IPsec Debug" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 197 -msgid "Start IPSec in debug mode based on sections selected" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 221 -msgid "" -"Launches IPSec in debug mode so that more verbose logs will be generated to " -"aid in troubleshooting." -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 226 -msgid "IPsec Reload on Failover" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 231 -msgid "Force IPsec Reload on Failover" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 233 -msgid "" -"In some circumstances using a gateway group as the interface for an IPsec " -"tunnel does not function properly, and IPsec must be forcefully reloaded " -"when a failover occurs. Because this will disrupt all IPsec tunnels, this " -"behavior is disabled by default. Check this box to force IPsec to fully " -"reload on failover." -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 240 -msgid "Maximum MSS" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 245 -msgid "Enable MSS clamping on VPN traffic" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 256 -msgid "" -"Enable MSS clamping on TCP flows over VPN. This helps overcome problems with " -"PMTUD on IPsec VPN links. If left blank, the default value is 1400 bytes. " -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 64 -# File: src/www/vpn_pppoe_edit.php, line: 108 -# File: src/www/vpn_pptp.php, line: 73 -msgid "Remote start address" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 64 -# File: src/www/vpn_pppoe_edit.php, line: 108 -# File: src/www/vpn_pppoe_edit.php, line: 473 -# File: src/www/vpn_pptp.php, line: 73 -# File: src/www/vpn_pptp.php, line: 383 -msgid "Server address" -msgstr "Adresse du serveur" - -# File: src/www/vpn_l2tp.php, line: 70 -# File: src/www/vpn_pppoe_edit.php, line: 114 -# File: src/www/vpn_pptp.php, line: 79 -msgid "RADIUS server address" -msgstr "Adresse du serveur RADIUS" - -# File: src/www/vpn_l2tp.php, line: 70 -# File: src/www/vpn_pppoe_edit.php, line: 114 -# File: src/www/vpn_pptp.php, line: 79 -# File: src/www/vpn_pptp.php, line: 474 -msgid "RADIUS shared secret" -msgstr "Secret partagé de RADIUS" - -# File: src/www/vpn_l2tp.php, line: 77 -# File: src/www/vpn_pppoe_edit.php, line: 121 -# File: src/www/vpn_pptp.php, line: 86 -msgid "A valid server address must be specified." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 80 -# File: src/www/vpn_pptp.php, line: 89 -msgid "" -"'Server address' parameter should NOT be set to any IP address currently in " -"use on this firewall." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 83 -# File: src/www/vpn_pppoe_edit.php, line: 124 -# File: src/www/vpn_pptp.php, line: 92 -msgid "A valid remote start address must be specified." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 86 -# File: src/www/vpn_pppoe_edit.php, line: 127 -# File: src/www/vpn_pptp.php, line: 95 -msgid "A valid RADIUS server address must be specified." -msgstr "Une adresse valide de serveur RADIUS doit être spécifiée." - -# File: src/www/vpn_l2tp.php, line: 102 -# File: src/www/vpn_pppoe_edit.php, line: 135 -# File: src/www/vpn_pptp.php, line: 104 -msgid "The specified server address lies in the remote subnet." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 105 -# File: src/www/vpn_pptp.php, line: 108 -msgid "The specified server address is equal to the LAN interface address." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 324 -msgid "Enable L2TP server" -msgstr "Activer le serveur L2TP" - -# File: src/www/vpn_l2tp.php, line: 348 -msgid "Server Address" -msgstr "Adresse du Serveur" - -# File: src/www/vpn_l2tp.php, line: 328 -msgid "" -"Enter the IP address the L2TP server should give to clients for use as their " -"\"gateway\"." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 355 -# File: src/www/vpn_pppoe_edit.php, line: 480 -# File: src/www/vpn_pptp.php, line: 390 -msgid "Typically this is set to an unused IP just outside of the client range" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 333 -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 361 -msgid "Remote Address Range" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 365 -msgid "Specify the starting address for the client IP address subnet." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 384 -# File: src/www/vpn_pppoe_edit.php, line: 451 -msgid "is" -msgstr "est" - -# File: src/www/vpn_l2tp.php, line: 388 -msgid "Number of L2TP users" -msgstr "Nombre d'utilisateurs L2TP" - -# File: src/www/vpn_l2tp.php, line: 377 -msgid "10 is ten L2TP clients" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 407 -msgid "Secret" -msgstr "Secret" - -# File: src/www/vpn_l2tp.php, line: 411 -msgid "" -"Specify optional secret shared between peers. Required on some " -"devices/setups." -msgstr "" -"Renseignez un secret facultatif partagé entre les correspondants. Requis sur " -"certains appareils ou par certaines configurations." - -# File: src/www/vpn_l2tp.php, line: 415 -msgid "Authentication Type" -msgstr "Type d'Authentification" - -# File: src/www/vpn_l2tp.php, line: 421 -msgid "CHAP" -msgstr "CHAP" - -# File: src/www/services_captiveportal.php, line: 668 -# File: src/www/vpn_l2tp.php, line: 425 -msgid "PAP" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 428 -msgid "Specifies which protocol to use for authentication." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 432 -msgid "L2TP DNS Servers" -msgstr "Serveurs L2TP DNS" - -# File: src/www/vpn_l2tp.php, line: 439 -msgid "primary and secondary DNS servers assigned to L2TP clients" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 443 -# File: src/www/vpn_pptp.php, line: 417 -msgid "WINS Server" -msgstr "Serveur WINS" - -# File: src/www/vpn_l2tp.php, line: 449 -# File: src/www/vpn_pppoe_edit.php, line: 514 -# File: src/www/vpn_pptp.php, line: 423 -msgid "RADIUS" -msgstr "RADIUS" - -# File: src/www/vpn_l2tp.php, line: 454 -# File: src/www/vpn_pppoe_edit.php, line: 519 -# File: src/www/vpn_pptp.php, line: 428 -msgid "Use a RADIUS server for authentication" -msgstr "Utiliser un serveur RADIUS pour l'authentification" - -# File: src/www/vpn_l2tp.php, line: 455 -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 460 -# File: src/www/vpn_pppoe_edit.php, line: 527 -# File: src/www/vpn_pptp.php, line: 436 -msgid "Enable RADIUS accounting" -msgstr "Activer la comptabilisation RADIUS" - -# File: src/www/vpn_l2tp.php, line: 461 -msgid "Sends accounting packets to the RADIUS server." -msgstr "Envoyer des paquets de comptabilisation au serveur RADIUS." - -# File: src/www/vpn_l2tp.php, line: 464 -# File: src/www/vpn_pptp.php, line: 465 -msgid "RADIUS Server" -msgstr "Serveur RADIUS" - -# File: src/www/vpn_l2tp.php, line: 468 -msgid "Enter the IP address of the RADIUS server." -msgstr "Entrer l'adresse IP du serveur RADIUS." - -# File: src/www/vpn_l2tp.php, line: 471 -msgid "RADIUS Shared Secret" -msgstr "Secret partagé RADIUS" - -# File: src/www/vpn_l2tp.php, line: 475 -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 478 -msgid "RADIUS Issued IP's" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 484 -msgid "Issue IP Addresses via RADIUS server." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 497 -msgid "" -"Don't forget to add a firewall rule to permit traffic from L2TP clients!" -msgstr "" - -# File: src/www/vpn_l2tp_users.php, line: 87 -# File: src/www/vpn_pptp_users.php, line: 84 -msgid "Warning: RADIUS is enabled. The local user database will not be used." -msgstr "" - -# File: src/www/vpn_l2tp_users.php, line: 91 -msgid "The l2tp user list has been modified" -msgstr "" - -# File: src/www/vpn_l2tp_users.php, line: 91 -msgid "Warning: this will terminate all current l2tp sessions!" -msgstr "" - -# File: src/www/vpn_l2tp_users.php, line: 91 -# File: src/www/vpn_pptp_users.php, line: 88 -msgid "You must apply the changes in order for them to take effect" -msgstr "" - -# File: src/www/vpn_l2tp_users_edit.php, line: 90 -# File: src/www/vpn_pptp_users_edit.php, line: 90 -msgid "The password contains invalid characters." -msgstr "Le mot de passe contient des caractères invalides." - -# File: src/www/vpn_l2tp_users_edit.php, line: 97 -# File: src/www/vpn_pptp_users_edit.php, line: 97 -msgid "The IP address entered is not valid." -msgstr "L’adresse IP saisie est incorrect." - -# File: src/www/vpn_l2tp_users_edit.php, line: 189 -# File: src/www/vpn_pptp_users_edit.php, line: 182 -msgid "confirmation" -msgstr "" - -# File: src/www/vpn_l2tp_users_edit.php, line: 191 -msgid "If you want to change the users password, enter it here twice." -msgstr "" - -# File: src/www/vpn_l2tp_users_edit.php, line: 199 -# File: src/www/vpn_pptp_users_edit.php, line: 192 -msgid "" -"If you want the user to be assigned a specific IP address, enter it here." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 182 -# File: src/www/vpn_openvpn_server.php, line: 242 -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv6 " -"protocol and an IPv4 IP address." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 184 -# File: src/www/vpn_openvpn_server.php, line: 244 -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv4 " -"protocol and an IPv6 IP address." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 186 -# File: src/www/vpn_openvpn_server.php, line: 246 -msgid "" -"An IPv4 protocol was selected, but the selected interface has no IPv4 " -"address." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 188 -# File: src/www/vpn_openvpn_server.php, line: 248 -msgid "" -"An IPv6 protocol was selected, but the selected interface has no IPv6 " -"address." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 178 -msgid "" -"The field Local port must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 205 -# File: src/www/vpn_openvpn_server.php, line: 292 -msgid "The specified 'Local port' is in use. Please select another value" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 186 -# File: src/www/vpn_openvpn_client.php.orig, line: 186 -msgid "" -"The field Server host or address must contain a valid IP address or domain " -"name." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 190 -msgid "" -"The field Server port must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 195 -# File: src/www/vpn_openvpn_client.php.orig, line: 195 -msgid "" -"The field Proxy host or address must contain a valid IP address or domain " -"name." -msgstr "" -"Le champ nom d'hôte ou adresse du Proxy doit contenir une adresse IP ou un " -"nom de domaine valide." - -# File: src/www/vpn_openvpn_client.php, line: 198 -msgid "" -"The field Proxy port must contain a valid port, ranging from 0 to 65535." -msgstr "" -"Le champ port du Proxy doit contenir un port valide, allant de 0 à 65535." - -# File: src/www/vpn_openvpn_client.php, line: 228 -msgid "User name and password are required for proxy with authentication." -msgstr "" -"Un utilisateur et un mot de passe sont nécessaires pour s'authentifier " -"auprès du proxy." - -# File: src/www/vpn_openvpn_client.php, line: 254 -msgid "The bandwidth limit must be a positive numeric value." -msgstr "La limite de la bande passante doit être une valeur numérique positive." - -# File: src/www/vpn_openvpn_client.php, line: 264 -# File: src/www/vpn_openvpn_server.php, line: 302 -msgid "The field 'Shared Key' does not appear to be valid" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 271 -# File: src/www/vpn_openvpn_server.php, line: 309 -msgid "The field 'TLS Authentication Key' does not appear to be valid" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 282 -# File: src/www/vpn_openvpn_server.php, line: 376 -msgid "Shared key" -msgstr "Clé Partagée" - -# File: src/www/vpn_openvpn_client.php, line: 288 -msgid "" -"If no Client Certificate is selected, a username and password must be " -"entered." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 369 -msgid "add client" -msgstr "ajouter un client" - -# File: src/www/vpn_openvpn_client.php, line: 525 -msgid "" -"Set this option to disable this client without removing it from the list" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 529 -# File: src/www/vpn_openvpn_server.php, line: 857 -msgid "Server Mode" -msgstr "Mode Serveur" - -# File: src/etc/inc/openvpn.inc, line: 88 -# File: src/etc/inc/openvpn.inc, line: 96 -msgid "Peer to Peer ( SSL/TLS )" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 89 -# File: src/etc/inc/openvpn.inc, line: 97 -msgid "Peer to Peer ( Shared Key )" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 567 -msgid "Device mode" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 629 -# File: src/www/vpn_openvpn_server.php, line: 984 -msgid "Local port" -msgstr "Port local" - -# File: src/www/vpn_openvpn_client.php, line: 632 -msgid "" -"Set this option if you would like to bind to a specific port. Leave this " -"blank or enter 0 for a random dynamic port." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 636 -msgid "Server host or address" -msgstr "Nom d’hôte ou adresse du serveur" - -# File: src/www/vpn_openvpn_client.php, line: 642 -msgid "Server port" -msgstr "Port du serveur" - -# File: src/www/vpn_openvpn_client.php, line: 648 -msgid "Proxy host or address" -msgstr "Nom d’hôte ou adresse du proxy" - -# File: src/www/vpn_openvpn_client.php, line: 654 -msgid "Proxy port" -msgstr "Port du proxy" - -# File: src/www/vpn_openvpn_client.php, line: 660 -msgid "Proxy authentication extra options" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 678 -msgid "basic" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 682 -msgid "ntlm" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 713 -msgid "Server host name resolution" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 723 -msgid "Infinitely resolve server" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 728 -msgid "" -"Continuously attempt to resolve the server host name. Useful when " -"communicating with a server that is not permanently connected to the Internet" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 744 -msgid "User Authentication Settings" -msgstr "Paramètres de l'authentification des utilisateurs" - -# File: src/www/vpn_openvpn_client.php, line: 747 -msgid "User name/pass" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 749 -msgid "Leave empty when no user name and password are needed." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 776 -# File: src/www/vpn_openvpn_server.php, line: 1001 -msgid "Cryptographic Settings" -msgstr "Paramètres cryptographiques" - -# File: src/www/vpn_openvpn_client.php, line: 779 -# File: src/www/vpn_openvpn_server.php, line: 1004 -msgid "TLS Authentication" -msgstr "Authentification TLS" - -# File: src/www/vpn_openvpn_client.php, line: 789 -# File: src/www/vpn_openvpn_server.php, line: 1014 -msgid "Enable authentication of TLS packets" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 804 -# File: src/www/vpn_openvpn_server.php, line: 1029 -msgid "Automatically generate a shared TLS authentication key" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 815 -# File: src/www/vpn_openvpn_client.php, line: 912 -# File: src/www/vpn_openvpn_server.php, line: 1041 -# File: src/www/vpn_openvpn_server.php, line: 1192 -msgid "Paste your shared key here" -msgstr "Coller la clé partagée ici" - -# File: src/www/vpn_openvpn_client.php, line: 752 -# File: src/www/vpn_openvpn_client.php.orig, line: 752 -msgid "(Username and Password required)" -msgstr "(L'utilisateur et le mot de passe sont requis)" - -# File: src/www/services_captiveportal.php, line: 952 -msgid "No Certificates defined." -msgstr "Aucun Certificat déclaré." - -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -msgid "if one is required for this connection." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 889 -# File: src/www/vpn_openvpn_server.php, line: 1168 -msgid "Shared Key" -msgstr "Clé Partagée" - -# File: src/www/vpn_openvpn_client.php, line: 901 -# File: src/www/vpn_openvpn_server.php, line: 1180 -msgid "Automatically generate a shared key" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 939 -# File: src/www/vpn_openvpn_server.php, line: 1219 -msgid "Auth Digest Algorithm" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 956 -msgid "" -"NOTE: Leave this set to SHA1 unless the server is set to match. SHA1 is the " -"default for OpenVPN." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 960 -# File: src/www/vpn_openvpn_server.php, line: 1240 -msgid "Hardware Crypto" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 986 -# File: src/www/vpn_openvpn_server.php, line: 1311 -msgid "IPv4 Tunnel Network" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 989 -# File: src/www/vpn_openvpn_csc.php, line: 439 -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 assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 999 -# File: src/www/vpn_openvpn_server.php, line: 1325 -msgid "IPv6 Tunnel Network" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1002 -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 is assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1012 -# File: src/www/vpn_openvpn_csc.php, line: 469 -# File: src/www/vpn_openvpn_server.php, line: 1457 -msgid "IPv4 Remote Network/s" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1015 -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1025 -# File: src/www/vpn_openvpn_csc.php, line: 483 -# File: src/www/vpn_openvpn_server.php, line: 1471 -msgid "IPv6 Remote Network/s" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1028 -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1038 -msgid "Limit outgoing bandwidth" -msgstr "Limiter la bande passante sortante" - -# File: src/www/vpn_openvpn_client.php, line: 1041 -msgid "" -"Maximum outgoing bandwidth for this tunnel. Leave empty for no limit. The " -"input value has to be something between 100 bytes/sec and 100 Mbytes/sec (" -"entered as bytes per second)" -msgstr "" -"Bande passante sortante maximale pour ce tunnel. Laissez vide pour aucune " -"limite. Cette valeur doit être comprise entre 100 octets/sec et 100 Mo/sec (" -"renseignée en octets par seconde)" - -# File: src/www/vpn_openvpn_client.php, line: 1062 -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1066 -# File: src/www/vpn_openvpn_server.php, line: 1512 -msgid "Type-of-Service" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1076 -# File: src/www/vpn_openvpn_server.php, line: 1522 -msgid "" -"Set the TOS IP header value of tunnel packets to match the encapsulated " -"packet value" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1085 -# File: src/www/vpn_openvpn_server.php, line: 1567 -msgid "Disable IPv6" -msgstr "Désactiver IPv6" - -# File: src/www/vpn_openvpn_client.php, line: 1095 -# File: src/www/vpn_openvpn_server.php, line: 1577 -msgid "Don't forward IPv6 traffic" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1104 -msgid "Don't pull routes" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 967 -msgid "" -"Don't add or remove routes automatically. Instead pass routes to %s--route-" -"up%s script using environmental variables" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1124 -msgid "Don't add/remove routes" -msgstr "Ne pas ajouter/supprimer de routes" - -# File: src/www/vpn_openvpn_client.php, line: 1134 -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 properties of the client's TUN/TAP interface" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1148 -# File: src/www/vpn_openvpn_server.php, line: 1919 -msgid "Advanced configuration" -msgstr "Configuration avancées" - -# File: src/www/vpn_openvpn_client.php, line: 1157 -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"configuration here, separated by a semicolon" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1158 -msgid "EXAMPLE:" -msgstr "EXEMPLE:" - -# File: src/www/vpn_openvpn_client.php, line: 1166 -# File: src/www/vpn_openvpn_server.php, line: 1937 -msgid "Verbosity level" -msgstr "Niveau de verbosité" - -# File: src/www/vpn_openvpn_client.php, line: 1011 -# File: src/www/vpn_openvpn_server.php, line: 1680 -msgid "" -"Each level shows all info from the previous levels. Level 3 is recommended " -"if you want a good summary of what's happening without being swamped by " -"output." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1012 -# File: src/www/vpn_openvpn_server.php, line: 1681 -msgid "%snone%s -- No output except fatal errors." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1013 -# File: src/www/vpn_openvpn_server.php, line: 1682 -msgid "%sdefault%s-%s4%s -- Normal usage range." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1014 -# File: src/www/vpn_openvpn_server.php, line: 1683 -msgid "" -"%s5%s -- Output R and W characters to the console for each packet read and " -"write, uppercase is used for TCP/UDP packets and lowercase is used for TUN/" -"TAP packets." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1015 -# File: src/www/vpn_openvpn_server.php, line: 1684 -msgid "%s6%s-%s11%s -- Debug info range." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1253 -msgid "delete client" -msgstr "supprimer le client" - -# File: src/www/vpn_openvpn_csc.php, line: 171 -# File: src/www/vpn_openvpn_server.php, line: 336 -msgid "The field 'NTP Server #3' must contain a valid IP address" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 174 -# File: src/www/vpn_openvpn_server.php, line: 339 -msgid "The field 'NTP Server #4' must contain a valid IP address" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 818 -msgid "Do you really want to delete this csc?" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 327 -msgid "add csc" -msgstr "ajouter csc" - -# File: src/www/vpn_openvpn_csc.php, line: 391 -msgid "" -"Set this option to disable this client-specific override without removing it " -"from the list" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 395 -msgid "Common name" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 398 -msgid "Enter the client's X.509 common name here" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 409 -msgid "Connection blocking" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 419 -msgid "Block this client connection based on its common name" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 424 -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 "" -"Ne pas utiliser cette option pour désactiver un client à cause d'une clé ou " -"un mot de passe compromis. Utilisez une CRL (liste de révocation de " -"certificats) à la place." - -# File: src/www/vpn_openvpn_csc.php, line: 436 -# File: src/www/vpn_openvpn_server.php, line: 1988 -msgid "Tunnel Network" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 449 -# File: src/www/vpn_openvpn_server.php, line: 1431 -msgid "IPv4 Local Network/s" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 452 -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 "" - -# File: src/www/vpn_openvpn_csc.php, line: 454 -# File: src/www/vpn_openvpn_csc.php, line: 464 -msgid "" -"NOTE: You do not need to specify networks here if they have already been " -"defined on the main server configuration." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 459 -# File: src/www/vpn_openvpn_server.php, line: 1444 -msgid "IPv6 Local Network/s" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 462 -msgid "" -"These are the IPv6 networks that will be accessible from this particular " -"client. Expressed as a comma-separated list of one or more IP/PREFIX " -"networks." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 472 -msgid "" -"These are the IPv4 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more CIDR ranges. You may leave this blank if " -"there are no client-side networks to be routed" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 478 -msgid "" -"NOTE: Remember to add these subnets to the IPv4 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 439 -msgid "" -"These are the IPv6 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more IP/PREFIX networks. You may leave this " -"blank if there are no client-side networks to be routed." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 492 -msgid "" -"NOTE: Remember to add these subnets to the IPv6 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 497 -# File: src/www/vpn_openvpn_server.php, line: 1413 -msgid "Redirect Gateway" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 507 -# File: src/www/vpn_openvpn_server.php, line: 1423 -msgid "Force all client generated traffic through the tunnel" -msgstr "Forcer tout le trafic généré par les clients à passer dans le tunnel" - -# File: src/www/vpn_openvpn_csc.php, line: 521 -msgid "Server Definitions" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 470 -msgid "Prevent this client from receiving any server-defined client settings." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 491 -# File: src/www/vpn_openvpn_csc.php, line: 510 -# File: src/www/vpn_openvpn_csc.php, line: 569 -# File: src/www/vpn_openvpn_server.php, line: 1511 -# File: src/www/vpn_openvpn_server.php, line: 1551 -# File: src/www/vpn_openvpn_server.php, line: 1625 -msgid "Server #1:" -msgstr "Serveur #1:" - -# File: src/www/vpn_openvpn_csc.php, line: 493 -# File: src/www/vpn_openvpn_csc.php, line: 512 -# File: src/www/vpn_openvpn_csc.php, line: 571 -# File: src/www/vpn_openvpn_server.php, line: 1515 -# File: src/www/vpn_openvpn_server.php, line: 1555 -# File: src/www/vpn_openvpn_server.php, line: 1629 -msgid "Server #2:" -msgstr "Serveur #2:" - -# File: src/www/vpn_openvpn_csc.php, line: 495 -# File: src/www/vpn_openvpn_server.php, line: 1519 -msgid "Server #3:" -msgstr "Serveur #3:" - -# File: src/www/vpn_openvpn_csc.php, line: 497 -# File: src/www/vpn_openvpn_server.php, line: 1523 -msgid "Server #4:" -msgstr "Serveur #4:" - -# File: src/www/vpn_openvpn_csc.php, line: 616 -# File: src/www/vpn_openvpn_server.php, line: 1752 -msgid "NTP Servers" -msgstr "Serveurs NTP" - -# File: src/www/vpn_openvpn_csc.php, line: 626 -# File: src/www/vpn_openvpn_server.php, line: 1762 -msgid "Provide a NTP server list to clients" -msgstr "Fournir une liste de serveurs NTP aux clients" - -# File: src/www/vpn_openvpn_csc.php, line: 652 -# File: src/www/vpn_openvpn_server.php, line: 1788 -msgid "NetBIOS Options" -msgstr "Options NetBIOS" - -# File: src/www/vpn_openvpn_csc.php, line: 662 -# File: src/www/vpn_openvpn_server.php, line: 1798 -msgid "Enable NetBIOS over TCP/IP" -msgstr "Activer NetBIOS over TCP/IP" - -# File: src/www/vpn_openvpn_csc.php, line: 667 -# File: src/www/vpn_openvpn_server.php, line: 1803 -msgid "" -"If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) " -"will be disabled" -msgstr "" -"Si cette option est activée, toutes les options NetBIOS sur TCP/IP (y " -"compris WINS) seront désactivées" - -# File: src/www/vpn_openvpn_csc.php, line: 674 -# File: src/www/vpn_openvpn_server.php, line: 1810 -msgid "Node Type" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 547 -# File: src/www/vpn_openvpn_server.php, line: 1595 -msgid "" -"Possible options: b-node (broadcasts), p-node (point-to-point name queries " -"to a WINS server), m-node (broadcast then query name server), and h-node (" -"query name server, then broadcast)." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 555 -msgid "" -"A NetBIOS Scope\tID provides an extended naming service for\tNetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 757 -msgid "" -"Enter any additional options you would like to add for this client specific " -"override, separated by a semicolon" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 758 -# File: src/www/vpn_openvpn_server.php, line: 1929 -msgid "EXAMPLE: push \"route 10.0.0.0 255.255.255.0\"" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 820 -msgid "delete csc" -msgstr "supprimer csc" - -# File: src/www/vpn_openvpn_csc.php, line: 832 -msgid "Additional OpenVPN client specific overrides can be added here." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 139 -# File: src/www/vpn_openvpn_export_shared.php, line: 79 -msgid "You need to specify an IP or hostname." -msgstr "Vous devez spécifier une adresse IP ou nom d'hôte" - -# File: src/www/vpn_openvpn_export.php, line: 149 -msgid "" -"You cannot use Microsoft Certificate Storage with an Inline configuration." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 152 -msgid "" -"You cannot use Microsoft Certificate Storage with a Yealink or SNOM " -"configuration." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 163 -# File: src/www/vpn_openvpn_export_shared.php, line: 88 -msgid "You need to specify an address for the proxy port." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 168 -# File: src/www/vpn_openvpn_export_shared.php, line: 93 -msgid "You need to specify a port for the proxy ip." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 179 -# File: src/www/vpn_openvpn_export_shared.php, line: 101 -msgid "You need to specify a username with the proxy config." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 184 -# File: src/www/vpn_openvpn_export_shared.php, line: 106 -msgid "You need to specify a password with the proxy user." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 246 -# File: src/www/vpn_openvpn_export_shared.php, line: 119 -msgid "Failed to export config files!" -msgstr "Échec de l'export des fichiers de configuration!" - -# File: src/www/vpn_openvpn_export.php, line: 338 -# File: src/www/vpn_openvpn_export_shared.php, line: 177 -msgid "Please specify an IP address or hostname." -msgstr "Veuillez spécifier une adresse IP ou un nom d'hôte." - -# File: src/www/vpn_openvpn_export.php, line: 367 -msgid "The password or confirm field is empty" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 371 -msgid "The password and confirm fields must match" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 385 -# File: src/www/vpn_openvpn_export_shared.php, line: 193 -msgid "The proxy ip and port cannot be empty" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 400 -# File: src/www/vpn_openvpn_export_shared.php, line: 208 -msgid "Please fill the proxy username and password." -msgstr "Veuillez insérer le nom d'utilisateur et le mot de passe du proxy." - -# File: src/www/vpn_openvpn_export.php, line: 404 -# File: src/www/vpn_openvpn_export_shared.php, line: 212 -msgid "The proxy password or confirm field is empty" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 408 -# File: src/www/vpn_openvpn_export_shared.php, line: 216 -msgid "The proxy password and confirm fields must match" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 638 -# File: src/www/vpn_openvpn_export.php.orig, line: 638 -msgid "Remote Access Server" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 650 -# File: src/www/vpn_openvpn_export.php.orig, line: 650 -# File: src/www/vpn_openvpn_export_shared.php, line: 329 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 329 -msgid "Host Name Resolution" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 653 -# File: src/www/vpn_openvpn_export.php.orig, line: 653 -# File: src/www/vpn_openvpn_export_shared.php, line: 332 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 332 -msgid "Interface IP Address" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 654 -# File: src/www/vpn_openvpn_export.php.orig, line: 654 -msgid "Automagic Multi-WAN IPs (port forward targets)" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 656 -msgid "Automagic Multi-WAN dynamic DNS Hostnames (port forward targets)" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 656 -# File: src/www/vpn_openvpn_export.php.orig, line: 656 -# File: src/www/vpn_openvpn_export_shared.php, line: 333 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 333 -msgid "Installation hostname" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 679 -# File: src/www/vpn_openvpn_export.php.orig, line: 679 -# File: src/www/vpn_openvpn_export_shared.php, line: 346 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 346 -msgid "" -"Enter the hostname or IP address the client will use to connect to this " -"server." -msgstr "" -"Entrer un nom d'hôte ou une adresse IP que le client utilisera pour se " -"connecter sur le serveur." - -# File: src/www/vpn_openvpn_export.php, line: 686 -# File: src/www/vpn_openvpn_export.php.orig, line: 686 -msgid "Verify Server CN" -msgstr "Vérifier le CN du Serveur" - -# File: src/www/vpn_openvpn_export.php, line: 689 -# File: src/www/vpn_openvpn_export.php.orig, line: 689 -msgid "Automatic - Use verify-x509-name (OpenVPN 2.3+) where possible" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 690 -# File: src/www/vpn_openvpn_export.php.orig, line: 690 -msgid "Use tls-remote (Deprecated, use only on old clients <= OpenVPN 2.2.x" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 691 -# File: src/www/vpn_openvpn_export.php.orig, line: 691 -msgid "Use tls-remote and quote the server CN" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 692 -# File: src/www/vpn_openvpn_export.php.orig, line: 692 -msgid "Do not verify the server CN" -msgstr "Ne pas vérifier le CN du serveur" - -# File: src/www/vpn_openvpn_export.php, line: 695 -# File: src/www/vpn_openvpn_export.php.orig, line: 695 -msgid "" -"Optionally verify the server certificate Common Name (CN) when the client " -"connects. Current clients, including the most recent versions of Windows, " -"Viscosity, Tunnelblick, OpenVPN on iOS and Android and so on should all work " -"at the default automatic setting." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 696 -# File: src/www/vpn_openvpn_export.php.orig, line: 696 -msgid "" -"Only use tls-remote if you must use an older client that you cannot control. " -"The option has been deprecated by OpenVPN and will be removed in the next " -"major version." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 697 -# File: src/www/vpn_openvpn_export.php.orig, line: 697 -msgid "" -"With tls-remote the server CN may optionally be enclosed in quotes. This can " -"help if the server CN contains spaces and certain clients cannot parse the " -"server CN. Some clients have problems parsing the CN with quotes. Use only " -"as needed." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 702 -# File: src/www/vpn_openvpn_export.php.orig, line: 702 -msgid "Use Random Local Port" -msgstr "Utiliser un Port Local Aléatoire" - -# File: src/www/vpn_openvpn_export.php, line: 706 -# File: src/www/vpn_openvpn_export.php.orig, line: 706 -msgid "" -"Use a random local source port (lport) for traffic from the client. Without " -"this set, two clients may not run concurrently." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 708 -# File: src/www/vpn_openvpn_export.php.orig, line: 708 -msgid "" -"NOTE: Not supported on older clients. Automatically disabled for Yealink and " -"Snom configurations." -msgstr "" -"REMARQUE: Non pris en charge sur les anciens clients. Automatiquement " -"désactivé pour les configurations Yealink et Snom." - -# File: src/www/vpn_openvpn_export.php, line: 712 -# File: src/www/vpn_openvpn_export.php.orig, line: 712 -msgid "Certificate Export Options" -msgstr "Options d'Exportation de Certificat" - -# File: src/www/vpn_openvpn_export.php, line: 716 -# File: src/www/vpn_openvpn_export.php.orig, line: 716 -msgid "Use Microsoft Certificate Storage instead of local files." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 720 -# File: src/www/vpn_openvpn_export.php.orig, line: 720 -msgid "" -"Use a password to protect the pkcs12 file contents or key in Viscosity " -"bundle." -msgstr "" - -# File: src/www/diag_confbak.php, line: 223 -# File: src/www/diag_gmirror.php, line: 61 -# File: src/www/diag_gmirror.php, line: 205 -msgid "Confirm" -msgstr "Confirmer" - -# File: src/www/vpn_openvpn_export.php, line: 731 -# File: src/www/vpn_openvpn_export.php.orig, line: 731 -# File: src/www/vpn_openvpn_export_shared.php, line: 352 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 352 -msgid "Use Proxy" -msgstr "Utiliser un proxy" - -# File: src/www/vpn_openvpn_export.php, line: 735 -# File: src/www/vpn_openvpn_export.php.orig, line: 735 -# File: src/www/vpn_openvpn_export_shared.php, line: 383 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 383 -msgid "Use proxy to communicate with the server." -msgstr "Utiliser un proxy pour communiquer avec le serveur." - -# File: src/www/vpn_openvpn_export.php, line: 733 -# File: src/www/vpn_openvpn_export_shared.php, line: 356 -msgid "SOCKS" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 748 -# File: src/www/vpn_openvpn_export.php.orig, line: 748 -# File: src/www/vpn_openvpn_export_shared.php, line: 367 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 367 -msgid "Choose proxy authentication if any." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 767 -# File: src/www/vpn_openvpn_export.php.orig, line: 767 -msgid "Management Interface OpenVPNManager" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 771 -# File: src/www/vpn_openvpn_export.php.orig, line: 771 -msgid "" -"This will change the generated .ovpn configuration to allow for usage of the " -"management interface.And include the OpenVPNManager program in the \"Windows " -"Installers\". With this OpenVPN can be used also by non-administrator " -"users.This is also useful for Windows Vista/7/8 systems where elevated " -"permissions are needed to add routes to the system." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 775 -# File: src/www/vpn_openvpn_export.php.orig, line: 775 -msgid "" -"NOTE: This is not currently compatible with the 64-bit OpenVPN installer. It " -"will work with the 32-bit installer on a 64-bit system." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 783 -# File: src/www/vpn_openvpn_export.php.orig, line: 783 -msgid "Additional configuration options" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 926 -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"export configuration here, separated by a line break or semicolon" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 927 -msgid "EXAMPLE: remote-random" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 793 -# File: src/www/vpn_openvpn_export.php.orig, line: 793 -msgid "Client Install Packages" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 938 -# File: src/www/vpn_openvpn_export_shared.php, line: 475 -msgid "Export" -msgstr "Exporter" - -# File: src/www/vpn_openvpn_export.php, line: 943 -msgid "NOTES:" -msgstr "REMARQUES:" - -# File: src/www/vpn_openvpn_export.php, line: 944 -msgid "" -"The "XP" Windows installers work on Windows XP and later versions. " -"The "win6" Windows installers include a new tap-windows6 driver " -"that works only on Windows Vista and later." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 951 -msgid "Links to OpenVPN clients for various platforms:" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 956 -msgid "" -"Binaries for Windows, Source for other platforms. Packaged above in the " -"Windows Installers" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 956 -msgid "OpenVPN Community Client" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 957 -msgid "OpenVPN For Android" -msgstr "OpenVPN pour Android" - -# File: src/www/vpn_openvpn_export.php, line: 957 -msgid "Recommended client for Android" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 958 -msgid "FEAT VPN For Android" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 958 -msgid "For older versions of Android" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 959 -msgid "Android (Google Play)" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 959 -msgid "OpenVPN Connect" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 959 -msgid "Recommended client for iOS" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 959 -msgid "iOS (App Store)" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 960 -msgid "Recommended client for Mac OSX" -msgstr "Client recommandé pour Mac OSX" - -# File: src/www/vpn_openvpn_export.php, line: 960 -msgid "Viscosity" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 961 -msgid "Free client for OSX" -msgstr "Client OSX gratuit" - -# File: src/www/vpn_openvpn_export.php, line: 961 -msgid "Tunnelblick" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 948 -msgid "" -"If you expect to see a certain client in the list but it is not there, it is " -"usually due to a CA mismatch between the OpenVPN server instance and the " -"client certificates found in the User Manager." -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 317 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 317 -msgid "Shared Key Server" -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 340 -msgid "Dynamic DNS:" -msgstr "DNS Dynamique:" - -# File: src/www/vpn_openvpn_export_shared.php, line: 388 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 388 -msgid "Client Configuration Packages" -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 474 -msgid "Client Type" -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 481 -msgid "" -"These are shared key configurations for use in site-to-site tunnels with " -"other routers. Shared key tunnels are not normally used for remote access " -"connections to end users." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 258 -msgid "" -"You must select a Backend for Authentication if the server mode requires " -"User Auth." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 381 -msgid "Tunnel network" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 384 -msgid "" -"Using a tunnel network and server bridge settings together is not allowed." -msgstr "" -"Utilisé les paramètres tunnel réseau et serveur bridge en même temps n'est " -"autorisé." - -# File: src/www/vpn_openvpn_server.php, line: 388 -msgid "Server Bridge DHCP Start and End must both be empty, or defined." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 391 -msgid "Server Bridge DHCP Start must be an IPv4 address." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 394 -msgid "Server Bridge DHCP End must be an IPv4 address." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 397 -msgid "The Server Bridge DHCP range is invalid (start higher than end)." -msgstr "" -"La plage du serveur bridge DHCP est invalide (le début est plus grand que la " -"fin)" - -# File: src/www/vpn_openvpn_server.php, line: 539 -msgid "add server" -msgstr "ajouter un serveur" - -# File: src/www/vpn_openvpn_server.php, line: 2023 -msgid "Do you really want to delete this server?" -msgstr "Voulez-vous réellement supprimer ce serveur ?" - -# File: src/www/vpn_openvpn_server.php, line: 853 -msgid "" -"Set this option to disable this server without removing it from the list" -msgstr "" -"Configurez cette option pour désactiver ce serveur sans le retirer de la " -"liste" - -# File: src/etc/inc/openvpn.inc, line: 90 -msgid "Remote Access ( SSL/TLS )" -msgstr "Accès Distant ( SSL/TLS )" - -# File: src/etc/inc/openvpn.inc, line: 91 -msgid "Remote Access ( User Auth )" -msgstr "Accès Distant ( Authentification Utilisateur )" - -# File: src/etc/inc/openvpn.inc, line: 92 -msgid "Remote Access ( SSL/TLS + User Auth )" -msgstr "Accès Distant ( SSL/TLS + Authentification Utilisateur )" - -# File: src/www/vpn_openvpn_server.php, line: 876 -msgid "Backend for authentication" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 916 -msgid "Device Mode" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1075 -msgid "Peer Certificate Revocation List" -msgstr "Liste de Révocation de Certificats du correspondant" - -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -msgid "No Certificate Revocation Lists (CRLs) defined." -msgstr "Aucune Liste de Révocation de Certificats (CRL) définie." - -# File: src/www/vpn_openvpn_server.php, line: 1148 -msgid "DH Parameters Length" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1236 -msgid "" -"NOTE: Leave this set to SHA1 unless all clients are set to match. SHA1 is " -"the default for OpenVPN." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1260 -msgid "Certificate Depth" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1160 -msgid "Do Not Check" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1163 -msgid "One (Client+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1164 -msgid "Two (Client+Intermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1165 -msgid "Three (Client+2xIntermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1166 -msgid "Four (Client+3xIntermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1167 -msgid "Five (Client+4xIntermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1280 -msgid "" -"When a certificate-based client logs in, do not accept certificates below " -"this depth. Useful for denying certificates made with intermediate CAs " -"generated from the same CA as the server." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1287 -msgid "Strict User/CN Matching" -msgstr "Correspondance Stricte Utilisateur/CN" - -# File: src/www/vpn_openvpn_server.php, line: 1297 -msgid "" -"When authenticating users, enforce a match between the common name of the " -"client certificate and the username given at login." -msgstr "" -"Lors de l'authentification des utilisateurs, forcer la vérification entre le " -"nom commun du certificat client (cn) et le nom d'utilisateur (identifiant) " -"renseigné lors de la connexion." - -# File: src/www/vpn_openvpn_server.php, line: 1227 -msgid "" -"This is the IPv4 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. 10.0.8.0/24). The " -"first network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1329 -msgid "" -"This is the IPv6 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. fe80::/64). The first " -"network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1339 -msgid "Bridge DHCP" -msgstr "Bridge DHCP" - -# File: src/www/vpn_openvpn_server.php, line: 1349 -msgid "Allow clients on the bridge to obtain DHCP." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1357 -msgid "Bridge Interface" -msgstr "Interface Bridge" - -# File: src/www/vpn_openvpn_server.php, line: 1384 -msgid "" -"The interface to which this tap instance will be bridged. This is not done " -"automatically. You must assign this interface and create the bridge " -"separately. This setting controls which existing IP address and subnet mask " -"are used by OpenVPN for the bridge. Setting this to 'none' will cause the " -"Server Bridge DHCP settings below to be ignored." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1393 -msgid "Server Bridge DHCP Start" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1397 -msgid "" -"When using tap mode as a multi-point server, you may optionally supply a " -"DHCP range to use on the interface to which this tap instance is bridged. If " -"these settings are left blank, DHCP will be passed through to the LAN, and " -"the interface setting above will be ignored." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1406 -msgid "Server Bridge DHCP End" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1435 -msgid "" -"These are the IPv4 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more CIDR ranges. " -"You may leave this blank if you don't want to add a route to the local " -"network through this tunnel on the remote machine. This is generally set to " -"your LAN network" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1448 -msgid "" -"These are the IPv6 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more IP/PREFIX. You " -"may leave this blank if you don't want to add a route to the local network " -"through this tunnel on the remote machine. This is generally set to your LAN " -"network" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1461 -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1475 -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1485 -msgid "Concurrent connections" -msgstr "Connexions simultanées" - -# File: src/www/vpn_openvpn_server.php, line: 1489 -msgid "" -"Specify the maximum number of clients allowed to concurrently connect to " -"this server" -msgstr "" -"Spécifier le maximum de clients autorisés à se connecter simultanément à ce " -"serveur." - -# File: src/www/vpn_openvpn_server.php, line: 1508 -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1530 -msgid "Inter-client communication" -msgstr "Communication inter-clients" - -# File: src/www/vpn_openvpn_server.php, line: 1540 -msgid "Allow communication between clients connected to this server" -msgstr "Autoriser les communications entre les clients connectés à ce serveur" - -# File: src/www/vpn_openvpn_server.php, line: 1548 -msgid "Duplicate Connections" -msgstr "Dupliquer les connexions" - -# File: src/www/vpn_openvpn_server.php, line: 1558 -msgid "" -"Allow multiple concurrent connections from clients using the same Common " -"Name.
NOTE: This is not generally recommended, but may be needed for " -"some scenarios." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1594 -msgid "Dynamic IP" -msgstr "IP dynamique" - -# File: src/www/vpn_openvpn_server.php, line: 1604 -msgid "" -"Allow connected clients to retain their connections if their IP address " -"changes" -msgstr "" -"Permettre aux clients connectés de conserver leurs connexions lors de " -"changements d'adresse IP" - -# File: src/www/vpn_openvpn_server.php, line: 1612 -msgid "Address Pool" -msgstr "Ensemble d'adresse" - -# File: src/www/vpn_openvpn_server.php, line: 1622 -msgid "Provide a virtual adapter IP address to clients (see Tunnel Network)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1630 -msgid "Topology" -msgstr "Topologie" - -# File: src/www/vpn_openvpn_server.php, line: 1640 -msgid "" -"Allocate only one IP per client (topology subnet), rather than an isolated " -"subnet per client (topology net30)." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1647 -msgid "" -"Relevant when supplying a virtual adapter IP address to clients when using " -"tun mode on IPv4." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1648 -msgid "" -"Some clients may require this even for IPv6, such as OpenVPN Connect " -"(iOS/Android). Others may break if it is present, such as older versions of " -"OpenVPN or clients such as Yealink phones." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1733 -msgid "Force DNS cache update" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1743 -msgid "" -"Run ''net stop dnscache'', ''net start dnscache'', ''ipconfig /flushdns'' " -"and ''ipconfig /registerdns'' on connection initiation. This is known to " -"kick Windows into recognizing pushed DNS servers." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1837 -msgid "Scope ID" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1605 -msgid "" -"A NetBIOS Scope ID provides an extended naming service for NetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1888 -msgid "Client Management Port" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1898 -msgid "" -"Use a different management port on clients. The default port is 166. Specify " -"a different port if the client machines need to select from multiple OpenVPN " -"links." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1928 -msgid "" -"Enter any additional options you would like to add to the OpenVPN server " -"configuration here, separated by a semicolon" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1987 -msgid "Protocol / Port" -msgstr "Protocole / Port" - -# File: src/www/vpn_openvpn_server.php, line: 2020 -msgid "edit server" -msgstr "éditer ce serveur" - -# File: src/www/vpn_openvpn_server.php, line: 2024 -msgid "delete server" -msgstr "supprimer ce serveur" - -# File: src/www/vpn_openvpn_server.php, line: 1749 -# File: src/www/vpn_openvpn_server.php.orig, line: 1749 -msgid "Use a wizard to setup a new server" -msgstr "" - -# File: src/www/vpn_pppoe.php, line: 88 -msgid "add a new pppoe instance" -msgstr "ajouter une nouvelle instance pppoe" - -# File: src/www/vpn_pppoe.php, line: 104 -msgid "The PPPoE entry list has been changed" -msgstr "La liste des entrées a été modifiée" - -# File: src/www/vpn_pppoe.php, line: 123 -msgid "Number of users" -msgstr "Nombre d’utilisateurs" - -# File: src/www/vpn_pppoe.php, line: 145 -msgid "edit pppoe instance" -msgstr "éditer l’instance pppoe" - -# File: src/www/vpn_pppoe.php, line: 148 -msgid "" -"Do you really want to delete this entry? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" -"Voulez-vous vraiment supprimer cette entrée ? Tous les éléments qui l’" -"utilise deviendront invalides (par exemple les règles de filtrage) !" - -# File: src/www/vpn_pppoe.php, line: 149 -msgid "delete pppoe instance" -msgstr "supprimer l’instance pppoe" - -# File: src/www/vpn_pppoe_edit.php, line: 138 -msgid "The specified server address is equal to an interface ip address." -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 144 -msgid "No password specified for username %s" -msgstr "Aucun mot de passe spécifié pour ce nom d’utilisateur %s" - -# File: src/www/vpn_pppoe_edit.php, line: 147 -msgid "Incorrect ip address specified for username %s" -msgstr "L'dresse ip spécifiée est incorrecte pour ce nom d'utilisateur %s" - -# File: src/www/vpn_pppoe_edit.php, line: 154 -msgid "Wrong data submitted" -msgstr "Information saisie incorrecte" - -# File: src/www/vpn_pppoe_edit.php, line: 394 -msgid "PPPoE server configuration" -msgstr "Configuration du serveur PPPoE" - -# File: src/www/vpn_pppoe_edit.php, line: 411 -msgid "Enable PPPoE server" -msgstr "Activer le serveur PPPoE" - -# File: src/www/vpn_pppoe_edit.php, line: 436 -msgid "Subnet netmask" -msgstr "Masque de sous-réseau" - -# File: src/www/vpn_pppoe_edit.php, line: 450 -msgid "Hint" -msgstr "Suggestion" - -# File: src/www/vpn_pppoe_edit.php, line: 455 -msgid "No. PPPoE users" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 469 -msgid "Hint: 10 is ten PPPoE clients" -msgstr "Astuce: 10 correspond à dix clients PPPoE" - -# File: src/www/vpn_pppoe_edit.php, line: 478 -msgid "" -"Enter the IP address the PPPoE server should give to clients for use as " -"their \"gateway\"" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 358 -# File: src/www/vpn_pppoe_edit.php, line: 483 -# File: src/www/vpn_pptp.php, line: 393 -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 486 -# File: src/www/vpn_pptp.php, line: 396 -msgid "Remote address range" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 491 -msgid "Specify the starting address for the client IP address subnet" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 510 -msgid "" -"If entered they will be given to all PPPoE clients, else LAN DNS and one WAN " -"DNS will go to all clients" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 520 -# File: src/www/vpn_pptp.php, line: 429 -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 529 -# File: src/www/vpn_pptp.php, line: 437 -msgid "Sends accounting packets to the RADIUS server" -msgstr "Envoyer des paquets de comptabilisation au serveur RADIUS" - -# File: src/www/vpn_pppoe_edit.php, line: 533 -msgid "Use Backup RADIUS Server" -msgstr "Utiliser le serveur RADIUS de secours" - -# File: src/www/vpn_pppoe_edit.php, line: 534 -msgid "" -"When set, if primary server fails all requests will be sent via backup server" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 537 -msgid "NAS IP Address" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 541 -msgid "RADIUS server NAS IP Address" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 545 -# File: src/www/vpn_pptp.php, line: 459 -msgid "RADIUS Accounting Update" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 549 -msgid "RADIUS accounting update period in seconds" -msgstr "Période de mise à jour de la comptabilisation RADIUS en secondes" - -# File: src/www/vpn_pppoe_edit.php, line: 553 -# File: src/www/vpn_pptp.php, line: 448 -msgid "RADIUS issued IPs" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 558 -msgid "Issue IP Addresses via RADIUS server" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 561 -msgid "RADIUS server Primary" -msgstr "Serveur RADIUS principal" - -# File: src/www/vpn_pppoe_edit.php, line: 566 -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the RADIUS server." -msgstr "" -"Indiquez l'adresse IP, le port d'authentification et le port de " -"comptabilisation (facultatif) du serveur RADIUS." - -# File: src/www/vpn_pppoe_edit.php, line: 567 -# File: src/www/vpn_pppoe_edit.php, line: 583 -msgid "standard port 1812 and 1813 accounting" -msgstr "port standard 1812 et 1813 comptabilisation (accounting)" - -# File: src/www/vpn_pppoe_edit.php, line: 570 -msgid "RADIUS primary shared secret" -msgstr "Secret partagé du serveur RADIUS principal" - -# File: src/www/vpn_pppoe_edit.php, line: 573 -# File: src/www/vpn_pppoe_edit.php, line: 590 -# File: src/www/vpn_pptp.php, line: 478 -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server" -msgstr "" -"Entrez le secret partagé qui sera utilisé pour authentifier le serveur RADIUS" - -# File: src/www/vpn_pppoe_edit.php, line: 577 -msgid "RADIUS server Secondary" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 582 -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the backup RADIUS server." -msgstr "" -"Indiquez l'adresse IP, le port d'authentification et le port de " -"comptabilisation (facultatif) du serveur RADIUS de secours." - -# File: src/www/vpn_pppoe_edit.php, line: 586 -msgid "RADIUS secondary shared secret" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 594 -msgid "User (s)" -msgstr "Utilisateur(s)" - -# File: src/www/vpn_pppoe_edit.php, line: 665 -msgid "" -"don't forget to add a firewall rule to permit traffic from PPPoE clients" -msgstr "" -"ne pas oublier d'ajouter une règle dans le pare-feu pour permettre le trafic " -"à partir des clients PPPoE" - -# File: src/www/vpn_pptp.php, line: 113 -msgid "PPTP redirection target address" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 118 -msgid "A valid target address must be specified." -msgstr "Un adresse cible valide doit être spécifiée" - -# File: src/www/vpn_pptp.php, line: 312 -msgid "" -"PPTP is not considered a secure VPN technology, because it relies upon the " -"compromised MS-CHAPv2 protocol. If you choose to use PPTP, be aware that " -"your traffic can be decrypted by virtually any third party. It should be " -"considered an unencrypted tunneling protocol." -msgstr "" -"PPTP n'est pas considéré comme une technologie VPN sécurisée, car il repose " -"sur le protocole MS-CHAPv2. Si vous choisissez d'utiliser PPTP, sachez que " -"votre trafic peut être déchiffré par pratiquement tout tiers. Il doit être " -"considéré comme un protocole de tunnel non chiffré." - -# File: src/www/vpn_pptp.php, line: 318 -msgid "Read more" -msgstr "Lire la suite" - -# File: src/www/vpn_pptp.php, line: 344 -msgid "Redirect incoming PPTP connections to" -msgstr "Rediriger les connexions PPTP entrantes vers" - -# File: src/www/vpn_pptp.php, line: 347 -msgid "PPTP redirection" -msgstr "Redirection PPTP" - -# File: src/www/vpn_pptp.php, line: 352 -msgid "" -"Enter the IP address of a host which will accept incoming PPTP connections" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 361 -msgid "Enable PPTP server" -msgstr "Activer le serveur PPTP" - -# File: src/www/vpn_pptp.php, line: 364 -msgid "No. PPTP users" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 379 -msgid "Hint: 10 is ten PPTP clients" -msgstr "Astuce: 10 correspond à dix clients PPTP" - -# File: src/www/vpn_pptp.php, line: 388 -msgid "" -"Enter the IP address the PPTP server should give to clients for use as their " -"\"gateway\"" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 402 -msgid "Specify the starting address for the client IP subnet" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 406 -msgid "PPTP DNS Servers" -msgstr "Serveurs PPTP DNS" - -# File: src/www/vpn_pptp.php, line: 413 -msgid "primary and secondary DNS servers assigned to PPTP clients" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 442 -msgid "Secondary RADIUS server for failover authentication" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 443 -msgid "" -"When set, all requests will go to the secondary server when primary fails" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 449 -msgid "Issue IP addresses via RADIUS server" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 453 -msgid "RADIUS NAS IP" -msgstr "RADIUS NAS IP" - -# File: src/www/vpn_pptp.php, line: 471 -# File: src/www/vpn_pptp.php, line: 488 -msgid "" -"Enter the IP address, RADIUS port, and RADIUS accounting port of the RADIUS " -"server" -msgstr "" -"Indiquez l'adresse IP, le port RADIUS et le port de comptabilisation " -"(accounting) du serveur RADIUS" - -# File: src/www/services_captiveportal.php, line: 718 -# File: src/www/services_captiveportal.php, line: 759 -# File: src/www/vpn_pptp.php, line: 482 -msgid "Secondary RADIUS server" -msgstr "Serveur secondaire RADIUS" - -# File: src/www/vpn_pptp.php, line: 491 -msgid "Secondary RADIUS shared secret" -msgstr "Secret partagé RADIUS secondaire" - -# File: src/www/vpn_pptp.php, line: 495 -msgid "" -"Enter the shared secret that will be used to authenticate to the secondary " -"RADIUS server" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 507 -msgid "Require 128-bit encryption" -msgstr "Requiert un cryptage 128-bit" - -# File: src/www/vpn_pptp.php, line: 508 -msgid "" -"When set, only 128-bit encryption will be accepted. Otherwise 40-bit and 56-" -"bit encryption will be accepted as well. Note that encryption will always be " -"forced on PPTP connections (i.e. unencrypted connections will not be " -"accepted)" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 518 -msgid "" -"Note: don't forget to %sadd a firewall rule%s to permit traffic from PPTP " -"clients!" -msgstr "" - -# File: src/www/vpn_pptp_users.php, line: 88 -msgid "The PPTP user list has been modified" -msgstr "La liste des utilisateurs PPTP a été modifiée" - -# File: src/www/vpn_pptp_users.php, line: 88 -msgid "Warning: this will terminate all current PPTP sessions" -msgstr "Attention: ceci terminera toutes les sessions actuelles PPTP" - -# File: src/www/vpn_pptp_users_edit.php, line: 86 -msgid "The password cannot start with '!'." -msgstr "Le mot de passe ne peut pas commencer par ‘!’." - -# File: src/www/vpn_pptp_users_edit.php, line: 184 -msgid "If you want to change the users' password, enter it here twice." -msgstr "" -"Si vous désirez changer le mot de passe de l’utilisateur, entrer le deux " -"fois." - -# File: src/www/widgets/widgets/carp_status.widget.php, line: 64 -msgid "DISABLED" -msgstr "DÉSACTIVÉ" - -# File: src/www/widgets/widgets/carp_status.widget.php, line: 84 -msgid "No CARP Interfaces Defined. Click %shere%s to configure CARP." -msgstr "" -"Aucune Interface CARP n'a été définie. Cliquez %sici%s pour configurer le " -"service CARP." - -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 68 -msgid "N/A " -msgstr "N/A " - -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 77 -msgid "Int." -msgstr "Int." - -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 132 -msgid "Checking ..." -msgstr "Vérification..." - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 64 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 65 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 70 -msgid "n/a" -msgstr "n/a" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 82 -msgid "Packets In" -msgstr "Paquets entrants" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 85 -msgid "Packets Out" -msgstr "Paquets sortants" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 88 -msgid "Bytes In" -msgstr "Octets entrants" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 91 -msgid "Bytes Out" -msgstr "Octets sortants" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 94 -msgid "Errors In" -msgstr "Erreurs entrantes" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 97 -msgid "Errors Out" -msgstr "Erreurs sortantes" - -# File: src/www/vpn_ipsec_phase1.php, line: 584 -# File: src/www/vpn_ipsec_phase2.php, line: 523 -# File: src/www/vpn_ipsec_tabs.inc, line: 3 -msgid "Tunnels" -msgstr "Tunnels" - -# File: src/www/vpn_ipsec_mobile.php, line: 270 -msgid "Mobile" -msgstr "Mobile" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 97 -msgid "Active Tunnels" -msgstr "Tunnels actifs" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 98 -msgid "Inactive Tunnels" -msgstr "Tunnels Inactifs" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 99 -msgid "Mobile Users" -msgstr "Utilisateurs Mobile" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 245 -msgid "Note: There are no configured IPsec Tunnels" -msgstr "Remarque: Aucun tunnel IPsec n'est configuré" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 248 -msgid "You can configure your IPsec %shere%s." -msgstr "Vous pouvez configurer votre IPsec %shere%s." - -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 79 -msgid "Active" -msgstr "Actif" - -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 87 -msgid "Unknown - relayd not running?" -msgstr "Inconnu - relayd n'est pas démarré ?" - -# File: src/www/widgets/widgets/log.widget.php, line: 153 -msgid "Number of lines to display:" -msgstr "Nombre de lignes à afficher:" - -# File: src/www/widgets/widgets/log.widget.php, line: 190 -msgid "Interfaces:" -msgstr "Interfaces:" - -# File: src/www/widgets/widgets/log.widget.php, line: 222 -msgid "IF" -msgstr "Aucune adresses WoL sauvegardée" - -# File: src/www/diag_logs_filter_summary.php, line: 78 -# File: src/www/widgets/widgets/log.widget.php, line: 244 -# File: src/www/widgets/widgets/log.widget.php, line: 248 -msgid "Reverse Resolve with DNS" -msgstr "Résolution inverse avec DNS" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 135 -msgid "No active peers available" -msgstr "Pas de pairs active disponible" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 147 -msgid "Clock location" -msgstr "Emplacement Horloge" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 165 -msgid "in view " -msgstr "Visible " - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 171 -msgid "in use " -msgstr "En utilisation " - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 192 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 245 -msgid "Name/Time" -msgstr "Nom/Heure" - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 193 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 246 -msgid "Remote/Virtual IP" -msgstr "Distant/IP Virtuelle" - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 289 -msgid "" -"You need to bind each OpenVPN client to enable its management daemon: use " -"'Local port' setting in the OpenVPN client screen" -msgstr "" - -# File: src/www/widgets/widgets/rss.widget.php, line: 97 -msgid "Display number of items:" -msgstr "Nombre d'items à afficher" - -# File: src/www/widgets/widgets/rss.widget.php, line: 112 -msgid "Widget height:" -msgstr "Hauteur du widget:" - -# File: src/www/widgets/widgets/rss.widget.php, line: 127 -msgid "Show how many characters from story:" -msgstr "" - -# File: src/www/widgets/widgets/services_status.widget.php, line: 52 -msgid "Comma separated list of services to NOT display in the widget" -msgstr "" -"Liste des services séparés par une virgule à NE PAS afficher dans le widget" - -# File: src/www/widgets/widgets/smart_status.widget.php, line: 39 -msgid "Drive" -msgstr "Disque dur" - -# File: src/www/widgets/widgets/smart_status.widget.php, line: 40 -msgid "Ident" -msgstr "Ident" - -# File: src/www/widgets/widgets/smart_status.widget.php, line: 58 -msgid "OK" -msgstr "OK" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 45 -# File: src/www/widgets/widgets/system_information.widget.php, line: 47 -msgid "Click to retry" -msgstr "Cliquer pour réessayer" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 45 -msgid "Connection Error" -msgstr "Erreur de connexion" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 47 -msgid "Repository Problem" -msgstr "Problème de dépôt" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 112 -msgid "Click to check for updates" -msgstr "Cliquer pour vérifier les mises à jour" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 49 -msgid "Your system is up to date." -msgstr "Votre système est à jour." - -# File: src/www/widgets/widgets/system_information.widget.php, line: 51 -msgid " update(s) available." -msgstr " mise(s) à jour(s) disponible(s)." - -# File: src/www/widgets/widgets/system_information.widget.php, line: 51 -msgid "Click to upgrade" -msgstr "Cliquer pour mettre à jour" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid "Re-check now" -msgstr "Revérifier maintenant" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 51 -msgid "There are " -msgstr "Ils sont " - -# File: src/www/widgets/widgets/system_information.widget.php, line: 96 -msgid "Versions" -msgstr "Versions" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 116 -msgid "CPU Type" -msgstr "Type du CPU" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 134 -msgid "Hardware crypto" -msgstr "Crypto matériel" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 140 -msgid "Uptime" -msgstr "Démarré depuis" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 144 -msgid "Current date/time" -msgstr "Date/heure actuelle" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 150 -msgid "DNS server(s)" -msgstr "Serveur(s) DNS" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 163 -msgid "Last config change" -msgstr "Derniers changements de la configuration" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 169 -msgid "State table size" -msgstr "Taille de la table des états" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 183 -msgid "Show states" -msgstr "Afficher les états" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 187 -msgid "MBUF Usage" -msgstr "Utilisation MBUF" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 205 -msgid "Temperature" -msgstr "Température" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 220 -msgid "Load average" -msgstr "Moyenne de la charge système" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 226 -msgid "CPU usage" -msgstr "Utilisation du processeur" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 233 -msgid "Updating in 10 seconds" -msgstr "Mise à jour dans 10 secondes" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 238 -msgid "Memory usage" -msgstr "Utilisation de la mémoire" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 252 -msgid "SWAP usage" -msgstr "Utilisation de l’espace d’échange (SWAP)" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 266 -msgid "Disk usage" -msgstr "Utilisation de l’espace de stockage" - -# File: src/www/widgets/widgets/system_log.widget.php, line: 58 -msgid "Number of Log lines to display" -msgstr "Nombre de ligne du journal à afficher" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 181 -msgid "Thresholds in °C (1 to 100):" -msgstr "Seuils en °C (1 à 100):" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 184 -msgid "Display settings:" -msgstr "Paramètres d'affichage:" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 189 -msgid "Zone Warning:" -msgstr "Avertissement (Zone)" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 198 -msgid "Show raw output (no graph):" -msgstr "Afficher le résultat brut (sans graphique):" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 208 -msgid "Zone Critical:" -msgstr "Critique (Zone)" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 217 -msgid "Show full sensor name:" -msgstr "Afficher le nom complet du capteur:" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 227 -msgid "Core Warning:" -msgstr "Avertissement (Noyau)" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 236 -msgid "Pulsate Warning:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 246 -msgid "Core Critical:" -msgstr "Critique (Noyau)" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 255 -msgid "Pulsate Critical:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 270 -msgid "" -"You can configure a proper Thermal Sensor / Module under
\n" -"    System > " -"Advanced > Miscellaneous : Thermal Sensors section." -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 280 -msgid "Updating..." -msgstr "Mise à jour..." - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 114 -msgid "Default AutoScale:" -msgstr "Échelle automatique par défaut:" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 133 -msgid "Scale up" -msgstr "Augmenter l'échelle" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 138 -msgid "Scale follow" -msgstr "Diminuer l'échelle" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 139 -msgid "Refresh Interval:" -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "Seconds" -msgstr "Secondes" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "changing this setting will increase CPU utilization" -msgstr "" -"La modification de ce paramètre va augmenter l'utilisation du processeur" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 190 -msgid "Current %s Traffic" -msgstr "" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 44 -msgid "Computer / Device" -msgstr "Ordinateur / Périphérique" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 70 -msgid "Wake Up" -msgstr "Réveiller" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 75 -msgid "No saved WoL addresses" -msgstr "Aucune adresse WoL sauvegardée" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 80 -msgid "DHCP Leases Status" -msgstr "Statut des Baux DHCP" - -# File: src/www/wizard.php, line: 126 -msgid "ERROR: Could not parse %s wizard file." -msgstr "" diff --git a/lang/ja_JP.po b/lang/ja_JP.po deleted file mode 100644 index 924a914ad..000000000 --- a/lang/ja_JP.po +++ /dev/null @@ -1,20021 +0,0 @@ -# OPNsense Japanese Language Translation -# Copyright (C) OPNsense project. -# This file is distributed under the same BSD license as the OPNsense project. -# Chie Taguchi, Kiyo Takami, and Isaac (.ike) Levy, 2013, 2014, 2015. -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-13 05:40+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Chie Taguchi \n" -"Language-Team: https://github.com/dotike/opnsense.core.ja_JP.UTF8\n" -"Language: ja\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 1.13.0\n" -"X-Pootle-Path: /ja/gui/ja.po\n" -"X-Pootle-Revision: 4297\n" - -msgid "Allow access to the 'Status: IPsec: SAD' page." -msgstr "ステータス: IPsec SAD: ページへのアクセスを許可" - -msgid "Allow access to the 'VPN: PPTP: Users' page." -msgstr "VPN: PPTP: ユーザ: ページへのアクセスを許可" - -msgid "Allow access to the 'System: Authentication Servers' page." -msgstr "システム: 認証サーバ: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: States Summary' page." -msgstr "診断: ステータス概要: ページへのアクセスを許可" - -msgid "Allow access to the 'VPN: PPTP: User: Edit' page." -msgstr "VPN: PPTP: ユーザ: 編集: ページへのアクセスを許可" - -# File: lang/dynamic/helpers/acl.php, line: 44 -msgid "Show all items on help menu" -msgstr "ヘルプメニューの全項目を表示" - -msgid "Allow access to the 'System: Firmware: Settings' page." -msgstr "システム: ファームウェア: 設定: ページへのアクセスを許可" - -msgid "Allow access to the 'System: User Manager: Add Privileges' page." -msgstr "システム: ユーザ管理: 権限追加: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: NTP' page." -msgstr "サービス: NTP: ページへのアクセスを許可" - -msgid "Allow access to the 'VPN: OpenVPN: Client Specific Override' page." -msgstr "VPN: OpenVPN: クライアント固有の上書き: ページへのアクセスを許可" - -msgid "Allow access to the 'VPN: OpenVPN: Client' page." -msgstr "VPN: OpenVPN: クライアント: ページへのアクセスを許可" - -msgid "Allow access to the 'Interfaces: Assign network ports' page." -msgstr "インタフェース: ネットワークポートの割り当て: ページへのアクセスを許可" - -msgid "Allow access to the 'Firewall: NAT: Port Forward' page." -msgstr "ファイアウォール: NAT: ポートフォワード: ページへのアクセスを許可" - -msgid "Allow access to the 'VPN: IPsec: Pre-Shared Keys List' page." -msgstr "VPN: IPsec: 事前共有鍵リスト: ページへのアクセスを許可" - -msgid "Create interface groups" -msgstr "インタフェースグループの作成" - -msgid "Allow access to the 'Interfaces: VLAN: Edit' page." -msgstr "インタフェース: VLAN: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Reboot System' page." -msgstr "診断: システム再起動: ページへのアクセスを許可" - -msgid "Allow access to the 'Load Balancer: Pool: Edit' page." -msgstr "ロードバランサ: プール: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'System: User Manager' page." -msgstr "システム: ユーザ管理: ページへのアクセスを許可" - -msgid "" -"Allow access to the 'Services: DHCPv6 Server : Edit static mapping' page." -msgstr "サービス: DHCPv6 サーバ: 静的マッピングの編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Load Balancer: Pool' page." -msgstr "ロードバランサ: プール: ページへのアクセスを許可" - -msgid "Allow access to the 'VPN: L2TP: Users : Edit' page." -msgstr "VPN: L2TP: ユーザ: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Firewall: Schedules' page." -msgstr "ファイアウォール: スケジュール: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Logs: Settings' page." -msgstr "診断: ログ: 設定: ページへのアクセスを許可" - -# File: lang/dynamic/helpers/acl.php, line: 66 -msgid "Allow access to the 'Service: Universal Plug and Play' page." -msgstr "サービス: ユニバーサルプラグアンドプレイ: ページへのアクセスを許可" - -msgid "Allow access to the 'Firewall: Virtual IP Addresses' page." -msgstr "ファイアウォール: 仮想 IP アドレス: ページへのアクセスを許可" - -msgid "Allow access to the 'System: Firmware: Manual Update' page." -msgstr "システム: ファームウェア: 手動更新: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: Services' page." -msgstr "ステータス: サービス: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: IPsec: Leases' page." -msgstr "ステータス: IPsec: リース: ページへのアクセスを許可" - -msgid "" -"Allow access to the 'Services: DNS Forwarder: Edit Domain Override' page." -msgstr "サービス: DNS フォワーダ: ドメイン上書きの編集: ページへのアクセスを許可" - -# File: lang/dynamic/helpers/acl.php, line: 74 -msgid "Allow access to the 'Interfaces: PPPs' page." -msgstr "インタフェース: PPP: ページへのアクセスを許可" - -msgid "Allow access to the 'Firewall: NAT: 1:1' page." -msgstr "ファイアウォール: NAT: 1:1 : ページへのアクセスを許可" - -msgid "Indicates whether the user is allowed to use the proxy" -msgstr "ユーザがプロキシを使用可能かどうかを表示します。" - -msgid "Allow access to the 'Status: System logs: IPsec VPN' page." -msgstr "ステータス: システムログ: IPsec VPN: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: DHCP Server : Edit static mapping' page." -msgstr "サービス: DHCP サーバ: 静的マッピングの編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: DHCPv6 server' page." -msgstr "サービス: DHCPv6 サーバ: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: System logs: Load Balancer' page." -msgstr "ステータス: システムログ: ロードバランサ: ページへのアクセスを許可" - -msgid "Allow access to the 'Lobby: Login / Logout/ Dashboard' page." -msgstr "ロビー: ログイン / ログアウト / ダッシュボード: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: DNS Resolver: Edit host' page." -msgstr "サービス: DNS リゾルバ: ホストの編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: SNMP' page." -msgstr "サービス: SNMP: ページへのアクセスを許可" - -msgid "Allow access to the 'Settings: Load Balancer: Settings' page." -msgstr "設定: ロードバランサ: 設定: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Show States' page." -msgstr "診断: ステータス表示: ページへのアクセスを許可" - -msgid "Allow access to the 'VPN: OpenVPN: Client Export Utility' page." -msgstr "VPN: OpenVPN: クライアントエクスポートユーティリティ: ページへのアクセスを許可" - -msgid "Indicates whether the user is able to login for example via SSH." -msgstr "SSH 等を経由して、ユーザがログイン可能かどうかを表示します。" - -msgid "Allow access to the 'Status: Traffic Graph' page." -msgstr "ステータス: トラフィックグラフ: ページへのアクセスを許可" - -msgid "Allow access to the 'Firewall: Aliases' page." -msgstr "ファイアウォール: エイリアス: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: Load Balancer: Monitor: Edit' page." -msgstr "サービス: ロードバランサ: 監視: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'System: CRL Manager' page." -msgstr "システム: CRL 管理: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Interface Traffic' page." -msgstr "診断: インタフェーストラフィック: ページへのアクセスを許可" - -msgid "Allow access to the 'System: Firmware: Auto Update' page." -msgstr "システム: ファームウェア: 自動更新: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Sockets' page." -msgstr "診断: ソケット: ページへのアクセスを許可" - -# File: lang/dynamic/helpers/acl.php, line: 99 -msgid "Allow access to the 'Status: Universal Plug and Play' page." -msgstr "ステータス: ユニバーサルプラグアンドプレイ: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: PPPoE Server' page." -msgstr "サービス: PPPoE サーバ: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: System logs: OpenVPN' page." -msgstr "ステータス: システムログ: OpenVPN: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: OpenVPN' page." -msgstr "ステータス: OpenVPN: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: RFC 2136 clients' page." -msgstr "サービス: RFC 2136 クライアント: ページへのアクセスを許可" - -# File: lang/dynamic/helpers/acl.php, line: 105 -msgid "Uploads crash reports to the developers." -msgstr "クラッシュレポートを開発者に送信" - -msgid "Allow access to the 'Firewall: Alias: Edit' page." -msgstr "ファイアウォール: エイリアス: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Interfaces: PPPs: Edit' page." -msgstr "インタフェース: PPP: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Firewall: NAT: NPT' page." -msgstr "ファイアウォール: NAT: NPT: ページへのアクセスを許可" - -msgid "Allow access to the 'Interfaces: GIF: Edit' page." -msgstr "インタフェース: GIF: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'VPN: IPsec' page." -msgstr "VPN: IPsec: ページへのアクセスを許可" - -msgid "Allow access to the 'Load Balancer: Virtual Server: Edit' page." -msgstr "ロードバランサ: 仮想サーバ: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: System logs: NTP' page." -msgstr "ステータス: システムログ: NTP ページへのアクセスを許可" - -msgid "Allow access to the 'Interfaces: GRE' page." -msgstr "インタフェース: GRE: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: Router Advertisements' page." -msgstr "サービス: ルータ広告: ページへのアクセスを許可" - -msgid "Allow access to the 'VPN: IPsec: Edit Phase 2' page." -msgstr "VPN: IPsec: フェーズ 2 の編集: ページへのアクセスを許可" - -msgid "Allow access to the 'System: Advanced: Networking' page." -msgstr "システム: 詳細設定: ネットワーク: ページへのアクセスを許可" - -msgid "Allow access to the 'VPN: IPsec: Edit Phase 1' page." -msgstr "VPN: IPsec: フェーズ 1 の編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Interfaces: VLAN' page." -msgstr "インタフェース: VLAN: ページへのアクセスを許可" - -msgid "Allow access to the 'Firewall: NAT: Port Forward: Edit' page." -msgstr "ファイアウォール: NAT: ポートフォワード : 編集: ページへのアクセスを許可" - -msgid "" -"Allow access to the 'Services: DNS Resolver: Edit Domain Override' page." -msgstr "サービス: DNS リゾルバ: ドメイン上書きの編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Firewall: Alias: Import' page." -msgstr "ファイアウォール: エイリアス: インポート: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Reset state' page." -msgstr "診断: ステータスリセット: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: Wake on LAN: Edit' page." -msgstr "サービス: Wake-on-LAN: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Firewall: Virtual IP Address: Edit' page." -msgstr "ファイアウォール: 仮想 IP アドレス: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Routing tables' page." -msgstr "診断: ルーティングテーブル: ページへのアクセスを許可" - -msgid "Allow access to the 'System: Advanced: Admin Access' page." -msgstr "システム: 詳細設定: 管理者アクセス: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: System logs: System: Routing' page." -msgstr "ステータス: システムログ: システム: ルーティング: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: Interfaces' page." -msgstr "ステータス: インタフェース: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: DNS Forwarder' page." -msgstr "サービス: DNS フォワーダ: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: Gateways' page." -msgstr "ステータス: ゲートウェイ: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: DHCP leases' page." -msgstr "ステータス: DHCP リース: ページへのアクセスを許可" - -msgid "Allow access to the 'Hidden: Detailed Status' page." -msgstr "非表示: ステータス詳細: ページへのアクセスを許可" - -msgid "Allow access to the 'System: Advanced: Miscellaneous' page." -msgstr "システム: 詳細設定: その他: ページへのアクセスを許可" - -msgid "Allow access to the 'AJAX: Service Providers' page." -msgstr "AJAX: サービスプロバイダの取得: ページへのアクセスを許可" - -# File: lang/dynamic/helpers/acl.php, line: 127 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Normal View' page." -msgstr "診断: ログ: ファイアウォール: 標準表示: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Halt system' page." -msgstr "診断: システム停止: ページへのアクセスを許可" - -# File: lang/dynamic/helpers/acl.php, line: 123 -msgid "Allow access to the 'Diagnostics: Logs: L2TP' page." -msgstr "診断: ログ: L2TP: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: Igmpproxy: Edit' page." -msgstr "サービス: IGMP プロキシ: 編集: へのアクセスを許可" - -msgid "Allow access to the 'System: User Manager: Settings: Test LDAP' page." -msgstr "システム: ユーザ管理: 設定: LDAP テスト: ページへのアクセスを許可" - -msgid "Allow access to the 'VPN: L2TP' page." -msgstr "VPN: L2TP: ページへのアクセスを許可" - -msgid "Allow access to the 'XMLRPC Library' page." -msgstr "XMLRPC ライブラリ: ページへのアクセスを許可" - -# File: lang/dynamic/helpers/acl.php, line: 134 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Summary View' page." -msgstr "診断: ログ: ファイアウォール: 概要表示: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: IPsec: SPD' page." -msgstr "ステータス: IPsec SPD: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: Filter Reload Status' page." -msgstr "ステータス: フィルタリロードステータス: ページへのアクセスを許可" - -msgid "Allow access to all pages" -msgstr "全ページへのアクセスを許可" - -# File: lang/dynamic/helpers/acl.php, line: 150 -msgid "Allow access to the 'Firewall: NAT: NPT: Edit' page." -msgstr "ファイアウォール: NAT: NPT: 編集: ページへのアクセスを許可" - -msgid "Indicates whether the user is allowed to dial in via PPPOE" -msgstr "PPPOE 経由の接続を、ユーザが許可されているかどうかを表示します。" - -msgid "Allow access to the 'System: Advanced: Notifications' page." -msgstr "システム: 詳細設定: 通知: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Logs: DHCP' page." -msgstr "診断: ログ: DHCP: ページへのアクセスを許可" - -msgid "Allow access to the 'System: Gateway Groups' page." -msgstr "システム: ゲートウェイグループ: ページへのアクセスを許可" - -# File: lang/dynamic/helpers/acl.php, line: 156 -msgid "Allow access to the 'Wizard subsystem' page." -msgstr "ウィザードサブシステム: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Restore Full Backup' page." -msgstr "診断: フルバックアップをリストア: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: CARP' page." -msgstr "ステータス: CARP: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Authentication' page." -msgstr "診断: 認証: ページへのアクセスを許可" - -msgid "Allow access to the 'VPN: PPTP' page." -msgstr "VPN: PPTP: ページへのアクセスを許可" - -msgid "Allow access to the 'Firewall: Rules' page." -msgstr "ファイアウォール: ルール: ページへのアクセスを許可" - -msgid "Allow access to the 'AJAX: Get Stats' page." -msgstr "AJAX: 統計の取得: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Logs: System: Gateways' page." -msgstr "診断: ログ: システム: ゲートウェイページへのアクセスを許可" - -msgid "Allow access to the 'Services: DHCPv6 Relay' page." -msgstr "サービス: DHCPv6 リレー: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: DNS Resolver: Advanced' page." -msgstr "サービス: DNS リゾルバ: 詳細設定: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: Load Balancer: Virtual Servers' page." -msgstr "サービス: ロードバランサ: 仮想サーバ: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: NTP' page." -msgstr "ステータス: NTP: ページへのアクセスを許可" - -msgid "Allows access to the 'Diagnostics: Limiter Info' page" -msgstr "診断: リミッタ情報: ページへのアクセスを許可" - -# File: lang/dynamic/helpers/acl.php, line: 155 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Plain View' page." -msgstr "診断: ログ: ファイアウォール: プレーン表示: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Logs: System: Resolver' page." -msgstr "診断: ログ: システム: リゾルバ: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: Wireless' page." -msgstr "ステータス: 無線: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: NTP PPS' page." -msgstr "ステータス: NTP PPS: ページへのアクセスを許可" - -# File: lang/dynamic/helpers/acl.php, line: 154 -msgid "Allow access to the 'Diagnostics: Logs: PPTP' page." -msgstr "診断: ログ: PPTP: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: NanoBSD' page." -msgstr "診断: NanoBSD: ページへのアクセスを許可" - -msgid "Allow access to the 'System: CA Manager' page." -msgstr "システム: CA 管理: ページへのアクセスを許可" - -msgid "Allow access to all pages required for the dashboard." -msgstr "ダッシュボードで必要な全てのページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Patterns' page." -msgstr "診断: パターン: ページへのアクセスを許可" - -msgid "Allow access to the 'System: User Password Manager' page." -msgstr "システム: ユーザパスワード管理: ページへのアクセスを許可" - -msgid "Allow access to 'Interfaces: QinQ: Edit' page" -msgstr "インタフェース: QinQ: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Firewall: Rules: Edit' page." -msgstr "ファイアウォール: ルール: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Packet Capture' page." -msgstr "診断: パケットキャプチャ: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: DNS Resolver: Access Lists' page." -msgstr "サービス: DNS リゾルバ: アクセスリスト: ページへのアクセスを許可" - -msgid "Allow access to the 'Firewall: NAT: Outbound: Edit' page." -msgstr "ファイアウォール: NAT: 外向き: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: IPsec' page." -msgstr "ステータス: IPsec: ページへのアクセスを許可" - -msgid "Allow access to the 'Interfaces: Wireless : Edit' page." -msgstr "インタフェース: 無線: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Test Port' page." -msgstr "診断: ポートテスト: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Logs: System' page." -msgstr "診断: ログ: システム: ページへのアクセスを許可" - -msgid "Allow access to the 'VPN: L2TP : Users' page." -msgstr "VPN: L2TP: ユーザ: ページへのアクセスを許可" - -# File: lang/dynamic/helpers/acl.php, line: 191 -msgid "If present, ignores requests from this user to write config.xml." -msgstr "設定されている場合、このユーザからの config.xml への書き込み要求を無視します。" - -msgid "Allow access to the 'Interfaces: Groups: Edit' page." -msgstr "インタフェース: グループ: 編集: ページへのアクセスを許可" - -# File: lang/dynamic/helpers/acl.php, line: 177 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Dynamic View' page." -msgstr "診断: ログ: ファイアウォール: 動的表示: ページへのアクセスを許可" - -msgid "Allows access to the 'Diagnostics: pfInfo' page" -msgstr "診断: pfInfo: ページへのアクセスを許可" - -# File: lang/dynamic/helpers/acl.php, line: 195 -msgid "" -"Indicates whether the user is allowed to dial in via IPsec xauth (Note: Does " -"not allow shell access, but may allow the user to create ssh tunnels)" -msgstr "" -"IPsec XAUTH 経由の接続を、ユーザが許可されているかどうかを表示します。( 注意: シェルアクセスは禁止ですが、SSH " -"トンネルをユーザが作成することはできます )" - -msgid "Allow access to the 'Interfaces: LAGG: Edit' page." -msgstr "インタフェース: LAGG: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'VPN: OpenVPN: Server' page." -msgstr "VPN: OpenVPN: サーバ: ページへのアクセスを許可" - -msgid "Allow access to the 'VPN: IPsec: Mobile' page." -msgstr "VPN: IPsec: モバイル: ページへのアクセスを許可" - -msgid "Allow access to the 'System: Gateways: Edit Gateway' page." -msgstr "システム: ゲートウェイ: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Backup/restore' page." -msgstr "診断: バックアップ / リストア: ページへのアクセスを許可" - -# File: lang/dynamic/helpers/acl.php, line: 202 -msgid "" -"Allow direct access to all Dashboard widget pages, required for some widgets " -"using AJAX." -msgstr "AJAX を使用しているウィジェットが必要とする、全てのダッシュボードウィジェットページへの直接アクセスを許可" - -msgid "Allow access to the 'Status: Load Balancer: Virtual Server' page." -msgstr "ステータス: ロードバランサ: 仮想サーバ: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Configuration History' page." -msgstr "診断: 構成履歴: ページへのアクセスを許可" - -msgid "Allow access to the 'Interfaces: GRE: Edit' page." -msgstr "インタフェース: GRE: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: Gateway Groups' page." -msgstr "ステータス: ゲートウェイグループ: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: DHCP server' page." -msgstr "サービス: DHCP サーバ: ページへのアクセスを許可" - -msgid "Allow access to the 'Interfaces' page." -msgstr "インタフェース: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: DNS Forwarder: Edit host' page." -msgstr "サービス: DNS フォワーダ: ホスト編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: System logs: Captive portal' page." -msgstr "ステータス: システムログ: キャプティブポータル: ページへのアクセスを許可" - -msgid "Allow access to the 'System: General Setup' page." -msgstr "システム: 全般設定: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: DNS Resolver: Access Lists: Edit' page." -msgstr "サービス: DNS リゾルバ: アクセスリスト: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Firewall: NAT: 1:1: Edit' page." -msgstr "ファイアウォール: NAT: 1:1 : 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Tables' page." -msgstr "診断: テーブル: ページへのアクセスを許可" - -msgid "Allow access to the 'System: Group manager' page." -msgstr "システム: グループ管理: ページへのアクセスを許可" - -msgid "Allow access to the 'System: User Manager: settings' page." -msgstr "システム: ユーザ管理: 設定: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: DHCPv6 leases' page." -msgstr "ステータス: DHCPv6 リース: ページへのアクセスを許可" - -msgid "Edit Interface LAGG" -msgstr "LAGG インタフェースの編集" - -msgid "Allow access to the 'Status: NTP Serial GPS' page." -msgstr "ステータス: NTP シリアル GPS: ページへのアクセスを許可" - -msgid "Indicates whether the user is allowed to dial in via L2TP" -msgstr "L2TP 経由の接続を、ユーザが許可されているかどうかを表示します。" - -msgid "Allow access to the 'Status: Load Balancer: Pool' page." -msgstr "ステータス: ロードバランサ: プール: ページへのアクセスを許可" - -msgid "Allow access to the 'Interfaces: QinQ' page." -msgstr "インタフェース: QinQ: ページへのアクセスを許可" - -msgid "Allow access to the 'Interfaces: Bridge : Edit' page." -msgstr "インタフェース: ブリッジ: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Interfaces: Wireless' page." -msgstr "インタフェース: 無線: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: Dynamic DNS clients' page." -msgstr "サービス: ダイナミック DNS クライアント: ページへのアクセスを許可" - -msgid "Allow access to the 'Status: System logs: System: Wireless' page." -msgstr "ステータス: システムログ: システム: 無線: ページへのアクセスを許可" - -msgid "Allow access to the 'Firewall: Schedules: Edit' page." -msgstr "ファイアウォール: スケジュール: 編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Ping' page." -msgstr "診断: Ping: ページへのアクセスを許可" - -msgid "Allow access to the 'System: Certificate Manager' page." -msgstr "システム: 証明書管理: ページへのアクセスを許可" - -msgid "Allow access to the 'System: Gateways: Edit Gateway Groups' page." -msgstr "システム: ゲートウェイ: ゲートウェイグループ編集: ページへのアクセスを許可" - -msgid "Allow access to the 'System: Static Routes: Edit route' page." -msgstr "システム: 静的ルート: ルート編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: Wake on LAN' page." -msgstr "サービス: Wake-on-LAN: ページへのアクセスを許可" - -msgid "Allow access to the 'System: License' page." -msgstr "システム: ライセンス: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: DNS Filter' page." -msgstr "サービス: DNS フィルタ: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: DNS Resolver' page." -msgstr "サービス: DNS リゾルバ: ページへのアクセスを許可" - -msgid "Allows access to the 'Diagnostics: pfTop' page" -msgstr "診断: pfTop: ページへのアクセスを許可" - -msgid "Allow access to the 'Interfaces: GIF' page." -msgstr "インタフェース: GIF: ページへのアクセスを許可" - -msgid "Allow access to the 'VPN: IPsec: Edit Pre-Shared Keys' page." -msgstr "VPN: IPsec: 事前共有鍵の編集: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: Dynamic DNS client' page." -msgstr "サービス: ダイナミック DNS クライアント: へのアクセスを許可" - -msgid "Allow access to the 'Services: PPPoE Server: Edit' page." -msgstr "サービス: PPPoE サーバ: 編集: ページへのアクセスを許可" - -# File: lang/dynamic/helpers/acl.php, line: 220 -msgid "Allow access to the 'Diagnostics: Logs: PPPoE' page." -msgstr "診断: ログ: PPPoE: ページへのアクセスを許可" - -msgid "Allow access to the 'System: Advanced: Tunables' page." -msgstr "システム: 詳細設定: 調整パラメータ: ページへのアクセスを許可" - -msgid "Allow access to the 'System: Group Manager: Add Privileges' page." -msgstr "システム: グループ管理: 権限追加: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: Load Balancer: Monitors' page." -msgstr "サービス: ロードバランサ: 監視: ページへのアクセスを許可" - -msgid "Indicates whether the user is allowed to dial in via PPTP" -msgstr "PPTP 経由の接続を、ユーザが許可されているかどうかを表示します。" - -msgid "Allow access to the 'Diagnostics: Traceroute' page." -msgstr "診断: traceroute: ページへのアクセスを許可" - -msgid "Allow access to the 'Firewall: NAT: Outbound' page." -msgstr "ファイアウォール: NAT: 外向き: ページへのアクセスを許可" - -msgid "Allow access to the 'System: Advanced: Firewall and NAT' page." -msgstr "システム: 詳細設定: ファイアウォール・NAT: ページへのアクセスを許可" - -msgid "Allow access to the 'System: Gateways' page." -msgstr "システム: ゲートウェイ: ページへのアクセスを許可" - -msgid "Allow access to the 'Firewall: Easy Rule' add/status page." -msgstr "ファイアウォール: 簡易ルール: 追加 / ステータス: ページへのアクセスを許可" - -msgid "Allow access to the 'System: Static Routes' page." -msgstr "システム: 静的ルート: ページへのアクセスを許可" - -msgid "Allow access to the 'XMLRPC Interface Stats' page." -msgstr "XMLRPC インタフェース統計: ページへのアクセスを許可" - -msgid "Allow access to the 'Interfaces: Bridge' page." -msgstr "インタフェース: ブリッジ: ページへのアクセスを許可" - -msgid "Allow access to the 'System: High Availability' page." -msgstr "システム: 高可用性: ページへのアクセスを許可" - -msgid "Allow access to the 'Diagnostics: Factory defaults' page." -msgstr "診断: 出荷時の既定値: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: DHCP Relay' page." -msgstr "サービス: DHCP リレー: ページへのアクセスを許可" - -msgid "" -"Allow access to the 'System: Firmware: Manual Update: Progress bar' page." -msgstr "システム: ファームウェア: 手動更新: プログレスバー: ページへのアクセスを許可" - -msgid "Allow access to the 'Services: Igmpproxy' page." -msgstr "サービス: IGMP プロキシ: ページへのアクセスを許可" - -# File: lang/dynamic/helpers/controllers.php, line: 95 -msgid "Enable this zone" -msgstr "このゾーンを有効" - -# File: lang/dynamic/helpers/controllers.php, line: 96 -msgid "Internal number used for this zone" -msgstr "このゾーンで使用される内部番号" - -# File: lang/dynamic/helpers/controllers.php, line: 97 -msgid "Select interface(s) to enable for captive portal." -msgstr "キャプティブポータルを有効にするインタフェースを選択してください。" - -# File: lang/dynamic/helpers/controllers.php, line: 98 -msgid "" -"Select authentication methods to use, leave empty for no authentication " -"needed." -msgstr "使用する認証方法を選択してください。認証が必要ではない場合は空白にしてください。" - -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "" -"Clients will be disconnected after this amount of inactivity. They may log " -"in again immediately, though. Enter 0 to disable idle timeout." -msgstr "この時間アイドルであれば、クライアントは切断されます。即時再接続は可能です。アイドルタイムアウトを無効にする場合は 0 を入力してください。" - -# File: lang/dynamic/helpers/controllers.php, line: 40 -msgid "" -"Clients will be disconnected after this amount of time, regardless of " -"activity. They may log in again immediately, though. Enter 0 to disable hard " -"timeout (not recommended unless an idle timeout is set)." -msgstr "" -"この時間が経過すると、アクティビティとは関係なくクライアントは切断されます。即時再接続は可能です。ハードタイムアウトを無効にする場合は 0 " -"を入力してください ( アイドルタイムアウトが設定されている場合を除き、非推奨 )。" - -# File: lang/dynamic/helpers/controllers.php, line: 101 -msgid "" -"If this option is set, users can login on multiple machines at once. If " -"disabled subsequent logins will cause machines previously logged in with the " -"same username to be disconnected." -msgstr "" -"このオプションが設定されている場合、ユーザは複数のマシンから即時ログインできます。サブシークエントログインが無効な場合、同じユーザ名で既にログインしている" -"マシンは切断されます。" - -# File: lang/dynamic/helpers/controllers.php, line: 102 -msgid "" -"If provided, all traffic will be transmitted over an HTTPS connection to " -"protect against eavesdroppers." -msgstr "その場合、全てのトラフィックは、盗聴を防ぐために HTTPS 接続で送信されます。" - -# File: lang/dynamic/helpers/controllers.php, line: 103 -msgid "" -"Hostname (of this machine) to redirect login page to, leave blank to use " -"this interface IP address, otherwise make sure the client can access DNS to " -"resolve this location. When using a SSL certificate, make sure both this " -"name and the cert name are equal." -msgstr "" -"ログインページをリダイレクトする ( このマシンの ) ホスト名。空白の場合はこのインタフェースの IP アドレスを使用します。設定した場合は、" -"クライアントがこの場所を名前解決する DNS にアクセスできるか確認してください。SSL 証明書を使用する場合は、この名前と証明書名を同一にしてください。" - -# File: lang/dynamic/helpers/controllers.php, line: 104 -msgid "Avoid authentication for addresses and subnets in this list" -msgstr "このリストのアドレスとサブネットの認証を除外" - -# File: lang/dynamic/helpers/controllers.php, line: 105 -msgid "Avoid authentication for physical addresses in this list" -msgstr "このリストの物理アドレスの認証を除外" - -# File: lang/dynamic/helpers/controllers.php, line: 106 -msgid "Use custom template package for user login" -msgstr "ユーザログインにカスタムテンプレートパッケージを使用" - -# File: lang/dynamic/helpers/controllers.php, line: 107 -msgid "Description to identify this zone." -msgstr "このゾーンを識別する説明" - -# File: lang/dynamic/helpers/controllers.php, line: 64 -# File: lang/dynamic/helpers/controllers.php, line: 85 -msgid "Select if job is enabled or not" -msgstr "インタフェースジョブの有効無効を選択" - -# File: lang/dynamic/helpers/controllers.php, line: 86 -msgid "" -"Enter the minutes for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,20,30 or 10-30)" -msgstr "" -"ジョブの動作時間を分単位で入力してください。カンマ区切りリスト、* (毎分)、範囲 ( 例: 10,20,30 や 10-30 ) も使用できます。" - -# File: lang/dynamic/helpers/controllers.php, line: 87 -msgid "" -"Enter the hours for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,11,12 or 10-12)" -msgstr "" -"ジョブの動作時間を時間単位で入力してください。カンマ区切りリスト、* (毎時)、範囲 ( 例: 10,11,12 や 10-12 ) も使用できます。" - -# File: lang/dynamic/helpers/controllers.php, line: 88 -msgid "" -"Enter the days of the month for the job to act, can also be a comma " -"separated list, * (each) or a range (ex. 1,20,28 or 1-28)" -msgstr "" -"ジョブの動作期間を月の日付で入力してください。カンマ区切りリスト、* (毎日)、範囲 ( 例: 1,20,28 や 1-28 ) も使用できます。" - -# File: lang/dynamic/helpers/controllers.php, line: 89 -msgid "" -"Enter the months for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 1,2,3 or 1-3)" -msgstr "ジョブの動作期間を月で入力してください。カンマ区切りリスト、* (毎月)、範囲 ( 例: 1,2,3 や 1-3 ) も使用できます。" - -# File: lang/dynamic/helpers/controllers.php, line: 90 -msgid "" -"Enter the days of the week for the job to act, can also be a comma separated " -"list, * (each) or a range (ex. 1,2,3 or 1-3)" -msgstr "ジョブの動作期間を週の曜日で入力してください。カンマ区切りリスト、* (毎日)、範囲 ( 例: 1,2,3 や 1-3 ) も使用できます。" - -# File: lang/dynamic/helpers/controllers.php, line: 91 -msgid "Select the command that needs to be executed at given time frame." -msgstr "指定された期間に実行する必要があるコマンドを選択してください。" - -msgid "Enter parameters for this job if required." -msgstr "必要であれば、このジョブのパラメータを入力してください。" - -msgid "Enter a description to explain what this job is intended for." -msgstr "このジョブの使用目的に関する説明を入力してください。" - -# File: lang/dynamic/helpers/controllers.php, line: 63 -msgid "set action to perform here, only used when in IPS mode" -msgstr "ここで実行する動作を設定してください。IPS モードの時のみ使用されます。" - -msgid "enable IDS" -msgstr "IDS を有効" - -msgid "Select interface(s) to use." -msgstr "使用するインタフェースを選択してください。" - -msgid "Enter a filename for storing the blacklist." -msgstr "ブラックリストに保存するファイル名を入力してください。" - -# File: lang/dynamic/helpers/controllers.php, line: 66 -msgid "Enter an url to fetch the blacklist from." -msgstr "ブラックリストから取得する URL を入力してください。" - -# File: lang/dynamic/helpers/controllers.php, line: 67 -msgid "Enter a description to explain what this blacklist is intended for." -msgstr "このブラックリストの使用目的に関する説明を入力してください。" - -msgid "Enable or disable the proxy service." -msgstr "プロキシサービスを有効、もしくは無効にします。" - -# File: lang/dynamic/helpers/controllers.php, line: 36 -msgid "" -"The port number where Squid sends and receives ICP queries to and from " -"neighbor caches. Leave blank to disable (default). The standard UDP port for " -"ICP is 3130." -msgstr "" -"Squid が近隣キャッシュの ICP クエリを送受信するポート番号。無効にする場合は空白にしてください ( デフォルト )。ICP の標準 UDP " -"ポートは 3130 です。" - -msgid "Enable access logging." -msgstr "アクセスログを有効" - -msgid "Enable store logging." -msgstr "ログの保存を有効" - -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "" -"If set (default), Squid will include a Via header in requests and\n" -" replies as required by RFC2616." -msgstr "" -"設定されている場合 ( デフォルト )、RFC2616 で必須となっている通り、\n" -"Squid はリクエストとリプライに Via ヘッダを含めます。" - -# File: lang/dynamic/helpers/controllers.php, line: 41 -msgid "Select what to do with X-Forwarded for header." -msgstr "ヘッダの X-Forwarded をどうするか、選択してください。" - -# File: lang/dynamic/helpers/controllers.php, line: 42 -msgid "" -"Suppress Squid version string info in HTTP headers and HTML error pages." -msgstr "HTTP ヘッダと HTML エラーページで Squid バージョン情報を表示しない。" - -# File: lang/dynamic/helpers/controllers.php, line: 72 -msgid "Enter the cache memory size to use." -msgstr "使用するキャッシュメモリサイズを入力してください。" - -msgid "Enter the storage size for the local cache (default is 100)." -msgstr "ローカルキャッシュのストレージサイズを入力してください ( デフォルトは 100 )。" - -# File: lang/dynamic/helpers/controllers.php, line: 46 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 16)." -msgstr "ローカルキャッシュのファーストレベルサブディレクトリの数を入力してください ( デフォルトは 16 )。" - -# File: lang/dynamic/helpers/controllers.php, line: 47 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 256)." -msgstr "ローカルキャッシュのファーストレベルサブディレクトリの数を入力してください ( デフォルトは 256 )。" - -# File: lang/dynamic/helpers/controllers.php, line: 48 -msgid "Enable or disable traffic management." -msgstr "トラフィック管理を有効、もしくは無効にします。" - -# File: lang/dynamic/helpers/controllers.php, line: 49 -msgid "" -"Enter the maxium size for downloads in kilobytes (leave empty to disable)." -msgstr "ダウンロードの最大サイズを KByte 単位で入力してください ( 空白の場合は無効になります )。" - -# File: lang/dynamic/helpers/controllers.php, line: 50 -msgid "" -"Enter the maxium size for uploads in kilobytes (leave empty to disable)." -msgstr "アップロードの最大サイズを KByte 単位で入力してください ( 空白の場合は無効になります )。" - -# File: lang/dynamic/helpers/controllers.php, line: 51 -msgid "" -"Enter the allowed overall bandtwith in kilobits per second (leave empty to " -"disable)." -msgstr "全体で許可する帯域幅を Kbit/second で入力してください ( 空白の場合は無効になります )。" - -# File: lang/dynamic/helpers/controllers.php, line: 52 -msgid "" -"Enter the allowed per host bandwidth in kilobits per second (leave empty to " -"disable)." -msgstr "ホスト単位で許可する帯域幅を Kbit/second で入力してください ( 空白の場合は無効になります )。" - -msgid "Select interface(s) the proxy will bind to." -msgstr "プロキシをバインドするインタフェースを選択してください。" - -msgid "The port the proxy service will listen to." -msgstr "プロキシサービスがリスンしているポートです。" - -# File: lang/dynamic/helpers/controllers.php, line: 55 -msgid "" -"When enabled the subnets of the selected interfaces will be added to the " -"allow access list." -msgstr "選択したインタフェースのサブネットが有効な場合、アクセス許可リストに追加されます。" - -msgid "Select interface(s) the ftp proxy will bind to." -msgstr "ftp プロキシをバインドするインタフェースを選択してください。" - -msgid "Select Authentication method" -msgstr "認証方法を選択" - -# File: lang/dynamic/helpers/controllers.php, line: 64 -msgid "The prompt will be displayed in the authentication request window." -msgstr "認証リクエストウィンドウにプロンプトが表示されます。" - -# File: lang/dynamic/helpers/controllers.php, line: 63 -msgid "The total number of authenticator processes to spawn." -msgstr "生成する認証プロセスの合計数。" - -# File: lang/dynamic/helpers/controllers.php, line: 70 -msgid "enable this pipe and it's related queues and rules" -msgstr "このパイプと関連するキュー及びルールを有効" - -msgid "Total bandwidth for this pipe" -msgstr "このパイプの合計帯域幅" - -# File: lang/dynamic/helpers/controllers.php, line: 72 -msgid "number of dynamic queues, leave empty for default" -msgstr "動的キューの数。空白でデフォルト" - -# File: lang/dynamic/helpers/controllers.php, line: 73 -# File: lang/dynamic/helpers/controllers.php, line: 77 -msgid "Description to identify this pipe." -msgstr "このパイプを識別する説明" - -msgid "enable this queue and it's related rules" -msgstr "このキュー及び関連ルールを有効" - -msgid "connected pipe for this queue" -msgstr "このキューに接続されたパイプ" - -# File: lang/dynamic/helpers/controllers.php, line: 76 -msgid "" -"Weight of this queue (1..100), used to prioritize within a pipe. (1 is low, " -"100 is high)" -msgstr "このキューの重み (1..100)。パイプ内での優先度設定に使用します。( 1 が最低、100 が最大 )" - -# File: lang/dynamic/helpers/controllers.php, line: 78 -msgid "order in which the rule will be evaluated (lowest first)" -msgstr "ルールが評価される順序 ( 一番下が最初です )" - -# File: lang/dynamic/helpers/controllers.php, line: 81 -msgid "" -"secondary interface, matches packets going traveling from interface (1) to " -"interface (2).\n" -" " -msgstr "" -"セカンダリインタフェース。一致するパケットはインタフェース (1) からインタフェース (2) へ流れます。\n" -" " - -# File: lang/dynamic/helpers/controllers.php, line: 79 -msgid "source ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "送信元 IP もしくはネットワーク 例: 10.0.0.0/24, 10.0.0.1" - -# File: lang/dynamic/helpers/controllers.php, line: 80 -msgid "source port number or well known name (imap,imaps, http,https,...)" -msgstr "送信元ポート番号、もしくは知られたプロトコル名 (imap,imaps, http,https,...)" - -# File: lang/dynamic/helpers/controllers.php, line: 81 -msgid "destination ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "送信先 IP もしくはネットワーク 例: 10.0.0.0/24, 10.0.0.1" - -# File: lang/dynamic/helpers/controllers.php, line: 82 -msgid "destination port number or well known name (imap,imaps, http,https,...)" -msgstr "送信先ポート番号、もしくは知られたプロトコル名 (imap,imaps, http,https,...)" - -# File: lang/dynamic/helpers/controllers.php, line: 87 -msgid "matches incoming or outgoing packets or both (default)" -msgstr "着信、発信、もしくは双方に一致するパケット ( デフォルト )" - -# File: lang/dynamic/helpers/controllers.php, line: 84 -msgid "target pipe or queue" -msgstr "対象となるパイプもしくはキュー" - -# File: lang/dynamic/helpers/models.php, line: 35 -msgid "Root" -msgstr "ルート" - -msgid "Dashboard" -msgstr "ダッシュボード" - -msgid "License" -msgstr "ライセンス" - -msgid "Password" -msgstr "パスワード" - -msgid "Logout" -msgstr "ログアウト" - -# File: src/www/index.php, line: 354 -msgid "Lobby" -msgstr "ロビー" - -# File: lang/dynamic/helpers/models.php, line: 38 -# File: lang/dynamic/helpers/models.php, line: 40 -# File: lang/dynamic/helpers/models.php, line: 42 -msgid "workAround" -msgstr "回避方法" - -msgid "Certificates" -msgstr "証明書" - -# File: lang/dynamic/helpers/models.php, line: 41 -msgid "Authorities" -msgstr "認証局" - -# File: lang/dynamic/helpers/models.php, line: 43 -msgid "Revocation" -msgstr "失効" - -# File: lang/dynamic/helpers/models.php, line: 47 -msgid "Trust" -msgstr "信頼" - -msgid "none" -msgstr "なし" - -msgid "History" -msgstr "履歴" - -# File: lang/dynamic/helpers/models.php, line: 47 -msgid "Backups" -msgstr "バックアップ" - -# File: lang/dynamic/helpers/models.php, line: 51 -msgid "Configuration" -msgstr "構成" - -msgid "Crash Reporter" -msgstr "クラッシュレポート" - -msgid "Firmware" -msgstr "ファームウェア" - -# File: src/www/system_hasync.php, line: 97 -msgid "Synchronization" -msgstr "同期" - -# File: src/www/carp_status.php, line: 99 -msgid "CARP Status" -msgstr "CARP ステータス" - -msgid "High Availability" -msgstr "高可用性" - -msgid "Edit" -msgstr "編集" - -msgid "All" -msgstr "全て" - -msgid "Status" -msgstr "ステータス" - -# File: lang/dynamic/helpers/models.php, line: 202 -# File: lang/dynamic/helpers/models.php, line: 211 -# File: lang/dynamic/helpers/models.php, line: 217 -# File: lang/dynamic/helpers/models.php, line: 241 -# File: lang/dynamic/helpers/models.php, line: 254 -# File: lang/dynamic/helpers/models.php, line: 285 -# File: src/www/diag_logs_auth.php, line: 47 -# File: src/www/diag_logs_openvpn.php, line: 37 -# File: src/www/diag_logs_proxy.php, line: 49 -# File: src/www/diag_logs_relayd.php, line: 48 -msgid "Log File" -msgstr "ログファイル" - -msgid "Routes" -msgstr "ルート" - -msgid "Group" -msgstr "グループ" - -# File: src/www/status_gateway_groups.php, line: 60 -msgid "Group Status" -msgstr "グループステータス" - -msgid "Gateways" -msgstr "ゲートウェイ" - -msgid "General" -msgstr "全般" - -msgid "Admin Access" -msgstr "管理者アクセス" - -msgid "Networking" -msgstr "ネットワーキング" - -msgid "Firewall/NAT" -msgstr "ファイアウォール / NAT" - -msgid "Notifications" -msgstr "通知" - -# File: lang/dynamic/helpers/models.php, line: 79 -msgid "Logs/Reports" -msgstr "ログ / レポート" - -msgid "Miscellaneous" -msgstr "その他" - -# File: src/www/system_advanced_sysctl.php, line: 119 -msgid "Tunables" -msgstr "調整パラメータ" - -msgid "Settings" -msgstr "設定" - -# File: lang/dynamic/helpers/models.php, line: 82 -msgid "Step" -msgstr "ステップ" - -# File: lang/dynamic/helpers/models.php, line: 83 -msgid "Wizard" -msgstr "ウィザード" - -# File: src/www/system_groupmanager_addprivs.php, line: 48 -# File: src/www/system_usermanager_addprivs.php, line: 48 -msgid "Privileges" -msgstr "権限" - -msgid "Users" -msgstr "ユーザ" - -msgid "Groups" -msgstr "グループ" - -msgid "Servers" -msgstr "サーバ" - -# File: lang/dynamic/helpers/models.php, line: 93 -msgid "Tester" -msgstr "テスタ" - -# File: src/www/diag_logs_pills.inc, line: 45 -msgid "Access" -msgstr "アクセス" - -msgid "Factory Defaults" -msgstr "出荷時の規定値" - -msgid "Halt System" -msgstr "システム停止" - -msgid "Reboot System" -msgstr "システムの再起動" - -msgid "SMART Status" -msgstr "SMART ステータス" - -msgid "Services" -msgstr "サービス" - -msgid "Diagnostics" -msgstr "診断" - -msgid "System" -msgstr "システム" - -msgid "Overview" -msgstr "概要" - -# File: lang/dynamic/helpers/models.php, line: 107 -msgid "Assignments" -msgstr "割当て" - -msgid "Bridge" -msgstr "ブリッジ" - -msgid "GIF" -msgstr "GIF" - -msgid "GRE" -msgstr "GRE" - -msgid "LAGG" -msgstr "LAGG" - -msgid "QinQ" -msgstr "QinQ" - -msgid "VLAN" -msgstr "VLAN" - -# File: lang/dynamic/helpers/models.php, line: 122 -msgid "Other Types" -msgstr "その他のタイプ" - -# File: lang/dynamic/helpers/models.php, line: 124 -# File: lang/dynamic/helpers/models.php, line: 128 -msgid "Devices" -msgstr "デバイス" - -# File: lang/dynamic/helpers/models.php, line: 126 -msgid "Point-to-Point" -msgstr "ポイントツーポイント" - -msgid "Wireless" -msgstr "無線" - -msgid "DNS Lookup" -msgstr "DNS ルックアップ" - -msgid "Packet Capture" -msgstr "パケットキャプチャ" - -msgid "Ping" -msgstr "Ping" - -msgid "Test Port" -msgstr "ポートテスト" - -msgid "Traceroute" -msgstr "Traceroute" - -# File: lang/dynamic/helpers/models.php, line: 128 -# File: lang/dynamic/helpers/models.php, line: 166 -msgid "Details" -msgstr "詳細" - -msgid "Traffic Graph" -msgstr "トラフィックグラフ" - -msgid "Interfaces" -msgstr "インタフェース" - -# File: lang/dynamic/helpers/models.php, line: 140 -msgid "NoneEdit" -msgstr "編集なし" - -msgid "None" -msgstr "なし" - -# File: lang/dynamic/helpers/models.php, line: 144 -msgid "IPs" -msgstr "IP" - -msgid "Ports" -msgstr "ポート" - -# File: lang/dynamic/helpers/models.php, line: 73 -# File: src/www/firewall_aliases.php, line: 178 -msgid "URLs" -msgstr "URL" - -# File: lang/dynamic/helpers/models.php, line: 97 -msgid "Import" -msgstr "インポート" - -msgid "Aliases" -msgstr "エイリアス" - -# File: lang/dynamic/helpers/models.php, line: 92 -msgid "RulesEdit" -msgstr "ルールの編集" - -msgid "Floating" -msgstr "フローティング" - -msgid "Interface" -msgstr "インタフェース" - -msgid "Rules" -msgstr "ルール" - -# File: lang/dynamic/helpers/models.php, line: 83 -msgid "NatEdit" -msgstr "NAT の編集" - -msgid "Port Forward" -msgstr "ポートフォワード" - -# File: lang/dynamic/helpers/models.php, line: 86 -msgid "OneOnOneEdit" -msgstr "1:1 の編集" - -msgid "1:1" -msgstr "1:1" - -# File: lang/dynamic/helpers/models.php, line: 88 -msgid "OutboundEdit" -msgstr "外向きの編集" - -msgid "Outbound" -msgstr "外向き" - -# File: lang/dynamic/helpers/models.php, line: 106 -msgid "NPTEdit" -msgstr "NPT の編集" - -# File: lang/dynamic/helpers/models.php, line: 107 -msgid "NPT (IPv6)" -msgstr "NPT (IPv6)" - -msgid "NAT" -msgstr "NAT" - -# File: lang/dynamic/helpers/models.php, line: 165 -msgid "TrafficShaper" -msgstr "トラフィックシェーパ" - -# File: lang/dynamic/helpers/models.php, line: 99 -msgid "VirtualIPEdit" -msgstr "仮想 IP の編集" - -msgid "Virtual IPs" -msgstr "仮想 IP" - -# File: lang/dynamic/helpers/models.php, line: 96 -msgid "SchedulesEdit" -msgstr "スケジュールの編集" - -msgid "Schedules" -msgstr "スケジュール" - -msgid "Filter Reload" -msgstr "フィルタの再読込" - -msgid "pfInfo" -msgstr "pfInfo" - -msgid "pfTop" -msgstr "pfTop" - -# File: lang/dynamic/helpers/models.php, line: 167 -# File: src/www/diag_tables.php, line: 76 -msgid "pfTables" -msgstr "PF テーブル" - -# File: lang/dynamic/helpers/models.php, line: 232 -msgid "SocketsDetails" -msgstr "ソケットの詳細" - -msgid "Sockets" -msgstr "ソケット" - -# File: lang/dynamic/helpers/models.php, line: 170 -msgid "States Dump" -msgstr "ステータスダンプ" - -# File: lang/dynamic/helpers/models.php, line: 171 -msgid "States Reset" -msgstr "ステータスリセット" - -msgid "States Summary" -msgstr "ステータス概要" - -msgid "Filter" -msgstr "フィルタ" - -msgid "Source Tracking" -msgstr "送信元の追跡" - -msgid "Normal View" -msgstr "通常表示" - -msgid "Dynamic View" -msgstr "動的表示" - -msgid "Summary View" -msgstr "概要表示" - -# File: lang/dynamic/helpers/models.php, line: 142 -# File: src/www/diag_logs_filter_plain.php, line: 52 -msgid "Plain View" -msgstr "プレーン表示" - -# File: lang/dynamic/helpers/models.php, line: 71 -# File: lang/dynamic/helpers/models.php, line: 80 -# File: lang/dynamic/helpers/models.php, line: 143 -# File: lang/dynamic/helpers/models.php, line: 272 -# File: src/www/diag_logs.php, line: 51 -# File: src/www/diag_logs_filter.php, line: 593 -# File: src/www/diag_logs_filter_dynamic.php, line: 50 -# File: src/www/diag_logs_filter_plain.php, line: 52 -# File: src/www/diag_logs_filter_summary.php, line: 30 -# File: src/www/diag_logs_gateways.php, line: 53 -# File: src/www/diag_logs_resolver.php, line: 53 -# File: src/www/diag_logs_routing.php, line: 50 -# File: src/www/diag_logs_settings.php, line: 215 -# File: src/www/diag_logs_wireless.php, line: 52 -msgid "Log Files" -msgstr "ログファイル" - -msgid "Firewall" -msgstr "ファイアウォール" - -# File: lang/dynamic/helpers/models.php, line: 189 -msgid "Tab" -msgstr "タブ" - -msgid "Server" -msgstr "サーバ" - -# File: lang/dynamic/helpers/models.php, line: 192 -# File: lang/dynamic/helpers/models.php, line: 199 -msgid "Relay" -msgstr "リレー" - -# File: lang/dynamic/helpers/models.php, line: 194 -# File: lang/dynamic/helpers/models.php, line: 201 -msgid "Leases" -msgstr "リース" - -msgid "DHCP" -msgstr "DHCP" - -# File: lang/dynamic/helpers/models.php, line: 197 -msgid "RA" -msgstr "RA" - -msgid "DHCPv6" -msgstr "DHCPv6" - -# File: src/www/firewall_aliases_edit.php, line: 442 -msgid "Hosts" -msgstr "ホスト" - -# File: lang/dynamic/helpers/models.php, line: 204 -# File: lang/dynamic/helpers/models.php, line: 207 -msgid "Domains" -msgstr "ドメイン" - -msgid "DNS Forwarder" -msgstr "DNS フォワーダ" - -# File: lang/dynamic/helpers/models.php, line: 210 -# File: src/www/services_unbound_overrides.php, line: 92 -msgid "Overrides" -msgstr "上書き" - -msgid "Advanced" -msgstr "詳細設定" - -msgid "Access Lists" -msgstr "アクセスリスト" - -msgid "DNS Resolver" -msgstr "DNS リゾルバ" - -# File: lang/dynamic/helpers/models.php, line: 214 -msgid "DynDNS" -msgstr "ダイナミック DNS" - -msgid "RFC 2136" -msgstr "RFC 2136" - -# File: lang/dynamic/helpers/models.php, line: 219 -msgid "DNS Tools" -msgstr "DNS ツール" - -# File: lang/dynamic/helpers/models.php, line: 127 -msgid "IGMPProxyEdit" -msgstr "IGMP プロキシの編集" - -msgid "IGMP Proxy" -msgstr "IGMP プロキシ" - -msgid "Monitors" -msgstr "監視" - -# File: lang/dynamic/helpers/models.php, line: 199 -# File: src/www/load_balancer_pool.php, line: 87 -msgid "Pool Setup" -msgstr "プールの設定" - -# File: lang/dynamic/helpers/models.php, line: 200 -# File: src/www/status_lb_pool.php, line: 56 -msgid "Pool Status" -msgstr "プールのステータス" - -# File: lang/dynamic/helpers/models.php, line: 204 -# File: src/www/load_balancer_virtual_server.php, line: 125 -msgid "Virtual Server Setup" -msgstr "仮想サーバの設定" - -# File: lang/dynamic/helpers/models.php, line: 205 -# File: src/www/status_lb_vs.php, line: 44 -msgid "Virtual Server Status" -msgstr "仮想サーバのステータス" - -msgid "Load Balancer" -msgstr "ロードバランサ" - -msgid "GPS" -msgstr "GPS" - -msgid "PPS" -msgstr "PPS" - -# File: lang/dynamic/helpers/models.php, line: 238 -# File: src/www/services_ntpd.php, line: 161 -# File: src/www/services_ntpd_gps.php, line: 134 -# File: src/www/services_ntpd_pps.php, line: 92 -# File: src/www/status_ntpd.php, line: 147 -msgid "Network Time" -msgstr "ネットワーク時刻" - -msgid "Type" -msgstr "タイプ" - -msgid "PPPoE Server" -msgstr "PPPoE サーバ" - -# File: lang/dynamic/helpers/models.php, line: 216 -msgid "More" -msgstr "詳細" - -# File: lang/dynamic/helpers/models.php, line: 248 -msgid "Proxy" -msgstr "プロキシ" - -msgid "SNMP" -msgstr "SNMP" - -# File: lang/dynamic/helpers/models.php, line: 115 -# File: lang/dynamic/helpers/models.php, line: 173 -# File: src/www/status_upnp.php, line: 44 -msgid "Universal Plug and Play" -msgstr "ユニバーサルプラグアンドプレイ" - -# File: lang/dynamic/helpers/models.php, line: 145 -msgid "WoLEdit" -msgstr "Wake-on-LAN の編集" - -msgid "Wake on LAN" -msgstr "Wake-on-LAN" - -# File: lang/dynamic/helpers/models.php, line: 229 -msgid "Phase1" -msgstr "フェーズ 1" - -# File: lang/dynamic/helpers/models.php, line: 230 -msgid "Phase2" -msgstr "フェーズ 2" - -msgid "Tunnel Settings" -msgstr "トンネル設定" - -# File: lang/dynamic/helpers/models.php, line: 232 -# File: src/www/vpn_ipsec_mobile.php, line: 197 -msgid "Mobile Clients" -msgstr "モバイルクライアント" - -msgid "Pre-Shared Keys" -msgstr "事前共有鍵" - -msgid "Advanced Settings" -msgstr "詳細設定" - -msgid "Act" -msgstr "動作" - -# File: lang/dynamic/helpers/models.php, line: 221 -# File: lang/dynamic/helpers/models.php, line: 237 -# File: src/www/diag_ipsec.php, line: 64 -msgid "Status Overview" -msgstr "ステータス概要" - -# File: lang/dynamic/helpers/models.php, line: 238 -# File: src/www/diag_ipsec_leases.php, line: 35 -msgid "Lease Status" -msgstr "リースステータス" - -# File: lang/dynamic/helpers/models.php, line: 239 -# File: src/www/diag_ipsec_sad.php, line: 36 -msgid "Security Association Database" -msgstr "セキュリティアソシエーションデータベース" - -# File: lang/dynamic/helpers/models.php, line: 240 -# File: src/www/diag_ipsec_spd.php, line: 36 -msgid "Security Policy Database" -msgstr "セキュリティポリシーデータベース" - -msgid "IPsec" -msgstr "IPsec" - -msgid "L2TP" -msgstr "L2TP" - -# File: lang/dynamic/helpers/models.php, line: 256 -msgid "Server Settings" -msgstr "サーバ設定" - -msgid "Client Settings" -msgstr "クライアント設定" - -msgid "Client Specific Overrides" -msgstr "クライアント固有の上書き" - -msgid "Client Export" -msgstr "クライアントのエクスポート" - -msgid "Shared Key Export" -msgstr "共有鍵のエクスポート" - -# File: lang/dynamic/helpers/models.php, line: 257 -# File: src/www/status_openvpn.php, line: 70 -msgid "Connection Status" -msgstr "接続ステータス" - -msgid "OpenVPN" -msgstr "OpenVPN" - -msgid "PPTP" -msgstr "PPTP" - -msgid "VPN" -msgstr "VPN" - -msgid "About this Page" -msgstr "このページについて" - -msgid "Developers Wiki" -msgstr "開発者 Wiki" - -msgid "Documentation" -msgstr "ドキュメント" - -msgid "FreeBSD Handbook" -msgstr "FreeBSD ハンドブック" - -msgid "Paid Support" -msgstr "有償サポート" - -# File: lang/dynamic/helpers/models.php, line: 262 -msgid "User Forum" -msgstr "ユーザフォーラム" - -msgid "Help" -msgstr "ヘルプ" - -# File: lang/dynamic/helpers/models.php, line: 207 -msgid "menu" -msgstr "メニュー" - -# File: lang/dynamic/helpers/models.php, line: 215 -# File: lang/dynamic/helpers/models.php, line: 282 -msgid "Administration" -msgstr "管理" - -# File: lang/dynamic/helpers/models.php, line: 283 -msgid "Sessions" -msgstr "セッション" - -msgid "Vouchers" -msgstr "バウチャー" - -msgid "Captive Portal" -msgstr "キャプティブポータル" - -# File: lang/dynamic/helpers/models.php, line: 289 -msgid "Maximum number of zones reached" -msgstr "ゾーンの最大数に達しました" - -# File: lang/dynamic/helpers/models.php, line: 290 -msgid "Idle timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "アイドルタイムアウトの範囲は、0 ( タイムアウトを使用しない ) - 10080 ( 1 週間 ) です" - -# File: lang/dynamic/helpers/models.php, line: 291 -msgid "Hard timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "ハードタイムアウトの範囲は、0 ( タイムアウトを使用しない ) - 10080 ( 1 週間 ) です" - -# File: lang/dynamic/helpers/models.php, line: 292 -msgid "Please select a valid certificate from the list" -msgstr "リストから有効な証明書を選択してください" - -# File: lang/dynamic/helpers/models.php, line: 293 -msgid "Please enter a valid servername, ip address or leave this option blank" -msgstr "有効なサーバ名、IP アドレスを入力してください。もしくはこのオプションを空白のままにしてください" - -# File: lang/dynamic/helpers/models.php, line: 294 -msgid "Please enter valid addresses" -msgstr "有効なアドレスを入力してください" - -# File: lang/dynamic/helpers/models.php, line: 295 -msgid "Please enter valid mac addresses" -msgstr "有効な MAC アドレスを入力してください" - -# File: lang/dynamic/helpers/models.php, line: 296 -msgid "Related template not found" -msgstr "関連するテンプレートが見つかりません" - -msgid "Description should be a string between 1 and 255 characters" -msgstr "説明は 1 - 255 文字の文字列です" - -# File: lang/dynamic/helpers/models.php, line: 298 -msgid "Fileid should be an internally generated unique number" -msgstr "ファイル ID は内部生成された固有番号です" - -# File: lang/dynamic/helpers/models.php, line: 299 -msgid "Template name should be a string between 1 and 255 characters" -msgstr "テンプレート名は 1 - 255 文字の文字列です" - -# File: lang/dynamic/helpers/models.php, line: 300 -msgid "File content should be in (base64 encoded) zip format" -msgstr "ファイルコンテンツは ZIP 形式 ( base64 エンコード ) です" - -# File: lang/dynamic/helpers/models.php, line: 241 -msgid "Origin should be regular text of max 30 characters" -msgstr "オリジンは最大 30 文字の文字列です" - -# File: lang/dynamic/helpers/models.php, line: 242 -msgid "" -"Value needs to be between 0 and 59, multiple values, ranges and * are " -"supported (ex. 1,10,20,30 or 1-30 )" -msgstr "値の範囲は、0 - 59 です。複数の値、範囲、* も使用できます。( 例: 1,10,20,30 もしくは 1-30 )" - -# File: lang/dynamic/helpers/models.php, line: 243 -msgid "" -"Value needs to be between 0 and 23, multiple values, ranges and * are " -"supported (ex. 1,2,8 or 0-8 )" -msgstr "値の範囲は、0 - 23 です。複数の値、範囲、* も使用できます。( 例: 1,2,8 もしくは 0-8 )" - -# File: lang/dynamic/helpers/models.php, line: 244 -msgid "" -"Value needs to be between 1 and 31, multiple values, ranges, L (last day of " -"month) and * are supported (ex. 1,2,8 or 1-28 )" -msgstr "値の範囲は、1 - 31 です。複数の値、範囲、L ( 月の最終日 )、* も使用できます。( 例: 1,2,8 もしくは 1-28 )" - -# File: lang/dynamic/helpers/models.php, line: 245 -msgid "" -"Value needs to be between 1 and 12 or JAN to DEC, multiple values, ranges " -"and * are supported (ex. JAN,2,10 or 3-8 )" -msgstr "" -"値の範囲は、1 - 12、もしくは JAN - DEC です。複数の値、範囲、* も使用できます。( 例: JAN,2,10 もしくは 3-8 )" - -# File: lang/dynamic/helpers/models.php, line: 246 -msgid "" -"Value needs to be between 0 and 6 ( Sunday to Saturday), multiple values, " -"ranges and * are supported (ex. 1,2,4 or 0-4 ) " -msgstr "値の範囲は、0 - 6 ( 日曜日 - 土曜日 ) です。複数の値、範囲、* も使用できます。( 例: 1,2,4 もしくは 0-4 )" - -# File: lang/dynamic/helpers/models.php, line: 247 -msgid "Select a command from the list." -msgstr "リストからコマンドを選択してください。" - -# File: lang/dynamic/helpers/models.php, line: 248 -msgid "" -"Enter valid parameter(s) for the chosen command (Found illegal characters)." -msgstr "選択したコマンドに対する有効なパラメータを入力してください ( 無効な文字が検出されました )。" - -msgid "Enter a description." -msgstr "説明を入力してください。" - -# File: lang/dynamic/helpers/models.php, line: 117 -# File: src/etc/inc/service-utils.inc, line: 183 -msgid "Intrusion Detection" -msgstr "侵入検知" - -# File: lang/dynamic/helpers/models.php, line: 210 -msgid "sid should be a number" -msgstr "SID は数字です" - -msgid "Related cron not found" -msgstr "関連する cron が見つかりませんでした" - -msgid "Proxy Server" -msgstr "プロキシサーバ" - -msgid "ICP port needs to be an integer value between 1 and 65535" -msgstr "ICP ポートは、1 - 65535 の整数です" - -# File: lang/dynamic/helpers/models.php, line: 342 -msgid "Specify a positive memory cache size. (number of MB's)" -msgstr "メモリキャッシュサイズを正の値で指定してください。( MB 単位 )" - -# File: lang/dynamic/helpers/models.php, line: 213 -msgid "Specify a positive cache size. (number of MB's)" -msgstr "キャッシュサイズを正の値で指定してください。( MB 単位 )" - -# File: lang/dynamic/helpers/models.php, line: 214 -msgid "Specify a positive number of first-level subdirectories." -msgstr "ファーストレベルサブディレクトリの数を正の値で入力してください。" - -# File: lang/dynamic/helpers/models.php, line: 215 -msgid "Specify a positive number of second-level subdirectories." -msgstr "セカンドレベルサブディレクトリの数を正の値で入力してください。" - -# File: lang/dynamic/helpers/models.php, line: 276 -msgid "Specify the maximum download size. (number of KBs)" -msgstr "最大ダウンロードサイズを指定してください。( KB 単位 )" - -# File: lang/dynamic/helpers/models.php, line: 277 -msgid "Specify the maximum upload size. (number of KBs)" -msgstr "最大アップロードサイズを指定してください。( KB 単位 )" - -# File: lang/dynamic/helpers/models.php, line: 218 -msgid "Specify the overall bandwidth for downloads in kilobits per second." -msgstr "ダウンロードに対して、全体で許可する帯域幅を Kbit/second で入力してください。" - -# File: lang/dynamic/helpers/models.php, line: 219 -msgid "Specify the per host bandwidth for downloads in kilobits per second." -msgstr "ダウンロードに対して、ホスト単位で許可する帯域幅を Kbit/second で入力してください。" - -msgid "Proxy port needs to be an integer value between 1 and 65535" -msgstr "プロキシポートは、1 - 65535 の整数です" - -msgid "FTP Proxy port needs to be an integer value between 1 and 65535" -msgstr "FTP プロキシポートは、1 - 65535 の整数です" - -msgid "" -"The filename may only contain letters,digits and one dot (not required)." -msgstr "ファイル名には、文字、数字、.( 1個のみ。必須ではありません ) が使用できます。" - -msgid "This does not look like a valid url." -msgstr "これは有効な URL ではないようです。" - -msgid "Credentials TTL needs to be an integer value above 0" -msgstr "資格情報 TTL は 0 以上の整数です。" - -msgid "Number of children needs to be an integer value above 0" -msgstr "子の数は 0 以上の整数です。" - -msgid "Health" -msgstr "ヘルス" - -# File: lang/dynamic/helpers/models.php, line: 92 -msgid "Activity Monitor" -msgstr "アクティビティモニタ" - -msgid "ARP Table" -msgstr "ARP テーブル" - -msgid "NDP Table" -msgstr "NDP テーブル" - -msgid "Traffic Shaper" -msgstr "トラフィックシェーパ" - -msgid "Pipe number must be between 1...65535" -msgstr "パイプ数は 1 - 65535 です" - -msgid "Bandwidth out of range" -msgstr "帯域幅は範囲外です" - -# File: lang/dynamic/helpers/models.php, line: 228 -msgid "Bandwidth metric should be one of bit,Kbit,Mbit" -msgstr "帯域幅のメトリックは、bit、Kbit、Mbit のいずれかです" - -# File: lang/dynamic/helpers/models.php, line: 229 -msgid "The burst value is an integer and represent a number of bytes." -msgstr "バースト値は整数で、Byte 数を表します。" - -# File: lang/dynamic/helpers/models.php, line: 230 -msgid "queue size should be between 2...100" -msgstr "キューサイズは 2 - 100 です" - -# File: lang/dynamic/helpers/models.php, line: 231 -# File: lang/dynamic/helpers/models.php, line: 237 -# File: lang/dynamic/helpers/models.php, line: 240 -msgid "origin should be regular text of max 30 characters" -msgstr "オリジンは最大 30 文字の文字列です" - -msgid "Queue number must be between 1...65535" -msgstr "キュー番号は 1 - 65535 です" - -msgid "Related pipe not found" -msgstr "関連するパイプが見つかりません" - -msgid "Weight must be between 1...100" -msgstr "重みは 1 - 100 です" - -# File: lang/dynamic/helpers/models.php, line: 238 -msgid "provide a valid sequence for sorting" -msgstr "ソートの有効なシーケンスを指定してください" - -# File: lang/dynamic/helpers/models.php, line: 239 -msgid "Related pipe or queue not found" -msgstr "関連するパイプもしくはキューが見つかりません" - -msgid "" -"Potential DNS Rebind attack detected, see " -"http://en.wikipedia.org/wiki/DNS_rebinding
Try accessing the router by " -"IP address instead of by hostname." -msgstr "" -"DNS リバインディングと思われる攻撃を検知しました。参照 http://en.wikipedia.org/wiki/DNS_rebinding
ホスト名ではなく、IP アドレスでルータにアクセスしてみてください。" - -msgid "Redirecting to the dashboard..." -msgstr "ダッシュボードにリダイレクトしています..." - -msgid "Redirecting..." -msgstr "リダイレクトしています..." - -# File: src/etc/inc/auth.inc, line: 394 -msgid "" -"There is something wrong in your config because user %s password is missing!" -msgstr "設定に問題があります。ユーザ %s のパスワードが見つかりません!" - -msgid "LDAP: Could not lookup CA by reference for host %s." -msgstr "LDAP:ホスト %s を参照しましたが、CA を検索できませんでした" - -msgid "Local Database" -msgstr "ローカルデータベース" - -msgid "Successful login for user '%1$s' from: %2$s" -msgstr "ユーザ '%1$s' へのログインに成功しました: %2$s" - -msgid "Wrong username or password." -msgstr "ユーザ名もしくはパスワードが違います" - -msgid "Session timed out for user '%1$s' from: %2$s" -msgstr "ユーザ '%1$s' へのセッションはタイムアウトしました: %2$s" - -msgid "User logged out for user '%1$s' from: %2$s" -msgstr "ユーザ '%1$s' からユーザがログアウトしました: %2$s" - -msgid "No page assigned to this user! Click here to logout." -msgstr "このユーザに割り当てられたページはありません!ログアウトするにはここをクリックしてください" - -msgid "Login" -msgstr "ログイン" - -msgid "" -"You are accessing this router by an IP address not configured locally, which " -"may be forwarded by NAT or other means.

If you did not setup " -"this forwarding, you may be the target of a man-in-the-middle attack." -msgstr "" -"ローカルで構成されていない IP アドレスで、このルータにアクセスしています。NAT もしくはその他の手法で転送された可能性があります。
<" -"br />このような転送設定をしていない場合、中間者攻撃のターゲットにされている恐れがあります。" - -msgid "Username:" -msgstr "ユーザ名: " - -msgid "Password:" -msgstr "パスワード: " - -msgid "Your browser must support cookies to login." -msgstr "ログインには Cookie 機能があるブラウザが必要です" - -# File: src/etc/inc/config.console.inc, line: 42 -msgid "Press any key to start the manual interface assignment: " -msgstr "インタフェース割当を手動で実行するには、何かキーを押してください: " - -msgid "No interfaces found!" -msgstr "インタフェースがありません!" - -msgid "VLAN interfaces:" -msgstr "VLAN インタフェース: " - -msgid "Enter the WAN interface name or 'a' for auto-detection:" -msgstr "WAN インタフェース名を入力してください。もしくは a で自動検出します" - -msgid "Invalid interface name '%s'" -msgstr "インタフェース名は無効です: %s" - -msgid "" -"%sEnter the LAN interface name or 'a' for auto-detection %sNOTE: this " -"enables full Firewalling/NAT mode.%s(or nothing if finished):%s" -msgstr "" -"%sLAN インタフェース名を入力してください。もしくは a で自動検出します %s注意: これで全てのファイアウォール / NAT " -"モードが有効になります%s( 何も入力しなければ終了します ): %s" - -msgid "%sInvalid interface name '%s'%s" -msgstr "%s インタフェース名は無効です '%s'%s" - -msgid "%sOptional interface %s description found: %s" -msgstr "%sオプションのインタフェース %s の説明があります: %s" - -msgid "" -"%sEnter the Optional %s interface name or 'a' for auto-detection%s(or " -"nothing if finished):%s" -msgstr "%sオプションの %s インタフェース名を入力してください。「a」を入力すると自動検出します%s ( 何も入力しなければ終了します ): %s" - -msgid "The interfaces will be assigned as follows:" -msgstr "以下の通りにインタフェースが割り当てられます: " - -msgid "%sWriting configuration..." -msgstr "%s構成を書き込んでいます..." - -msgid "done.%s" -msgstr "完了しました%s" - -# File: src/etc/inc/config.console.inc, line: 444 -msgid "Detected link-up: %s%s" -msgstr "リンクアップを検出しました: %s%s" - -msgid "No link-up detected.%s" -msgstr "リンクアップが検出されませんでした%s" - -msgid "VLAN Capable interfaces:" -msgstr "VLAN 対応インタフェース: " - -msgid "No VLAN capable interfaces detected." -msgstr "VLAN 対応インタフェースは検出されませんでした" - -msgid "" -"Enter the parent interface name for the new VLAN (or nothing if finished):" -msgstr "新規 VLAN の親インタフェース名を入力してください ( 終了する場合は空白にしてください ): " - -msgid "Enter the VLAN tag (1-4094):" -msgstr "VLAN タグ ( 1 - 4094 ) を入力してください: " - -msgid "%sInvalid VLAN tag '%s'%s" -msgstr "%sVLAN タグ '%s' が無効です%s" - -# File: src/etc/inc/config.lib.inc, line: 70 -msgid "No valid config.xml found, attempting last known config restore." -msgstr "有効な config.xml が見つかりません。確認できる最新設定からリストアしています。" - -# File: src/etc/inc/config.lib.inc, line: 74 -msgid "No valid config.xml found, attempting to restore factory config." -msgstr "有効な config.xml が見つかりません。出荷時の設定からリストアしています。" - -msgid "Updated bogon update frequency to 3am" -msgstr "bogon 更新の更新頻度は午前 3 時です" - -# File: src/etc/inc/config.lib.inc, line: 143 -msgid "Upgraded config version level from %s to %s" -msgstr "設定バージョンレベルを %s から %s にアップグレードしました" - -# File: src/etc/inc/config.lib.inc, line: 157 -msgid "WARNING: User" -msgstr "警告: ユーザ" - -# File: src/etc/inc/config.lib.inc, line: 157 -msgid "may not write config (user-config-readonly set)" -msgstr "設定が書き込まれていない可能性があります ( ユーザ設定は読み取り専用に設定されています )" - -# File: src/etc/inc/config.lib.inc, line: 169 -msgid "WARNING: Corrupt config!" -msgstr "警告: 設定が破損しています!" - -msgid "WARNING: Config contents could not be saved. Could not open file!" -msgstr "警告: 構成内容を保存できませんでした。ファイルが開けません!" - -msgid "Reverted to" -msgstr "以下に戻されました: " - -msgid "%s made unknown change" -msgstr "%s は不明な変更を行いました" - -# File: src/etc/inc/crypt.inc, line: 47 -msgid "Failed to encrypt/decrypt data!" -msgstr "データの暗号化 / 復号化に失敗しました!" - -# File: src/etc/inc/dyndns.class, line: 1197 -msgid "Dynamic DNS updated IP Address on %s (%s) to %s" -msgstr "ダイナミック DNS は %s (%s) の IP アドレスを %s にアップデートしました" - -# File: src/etc/inc/dyndns.class, line: 1204 -msgid "Dynamic DNS updated IPv6 Address on %s (%s) to %s" -msgstr "ダイナミック DNS は %s (%s) の IPv6 アドレスを %s にアップデートしました" - -msgid "Initializing" -msgstr "初期化" - -msgid "Configuring firewall" -msgstr "ファイアウォールの構成" - -msgid "Creating aliases" -msgstr "エイリアスの作成" - -msgid "Generating Limiter rules" -msgstr "リミッタルールの生成" - -msgid "Generating NAT rules" -msgstr "NAT ルールの生成" - -msgid "Generating filter rules" -msgstr "フィルタルールの生成" - -msgid "Loading filter rules" -msgstr "フィルタルールの読み込み" - -msgid "Filter is disabled. Not loading rules." -msgstr "フィルタは無効です。ルールは読み込まれません" - -msgid "done." -msgstr "完了" - -msgid "Setting up logging information" -msgstr "ログ情報の設定" - -msgid "Setting up SCRUB information" -msgstr "SCRUB 情報の設定" - -# File: src/etc/inc/filter.inc, line: 297 -msgid "The line in question reads [%d]: %s" -msgstr "問題の行を読み込みます [%d]: %s" - -msgid "PF was wedged/busy and has been reset." -msgstr "PF は反応がない、もしくはビジーのため、リセットされました" - -# File: src/etc/inc/filter.inc, line: 315 -# File: src/etc/inc/filter.inc, line: 316 -msgid "There were error(s) loading the rules: %s - %s" -msgstr "ルールの読み込み中にエラーが発生しました: %s - %s" - -msgid "Processing down interface states" -msgstr "インタフェースステータスをダウンにしています" - -msgid "Done" -msgstr "完了" - -msgid "Creating gateway group item..." -msgstr "ゲートウェイグループ項目を作成しています..." - -msgid "" -"An error occurred while trying to find the interface got %s . The rule has " -"not been added." -msgstr "%s を持つインタフェースを検索中にエラーが発生しました。ルールが追加されていません" - -msgid "Creating reflection NAT rule for %s..." -msgstr "%s に対するリフレクション NAT ルールを作成しています..." - -msgid "Creating reflection rule for %s..." -msgstr "%s に対するリフレクションルールを作成しています..." - -msgid "localhost" -msgstr "ローカルホスト" - -msgid "static route" -msgstr "静的ルート" - -msgid "DHCP alias address" -msgstr "DHCP エイリアスアドレス" - -msgid "PPTP server" -msgstr "PPTP サーバ" - -msgid "PPPoE server" -msgstr "PPPoE サーバ" - -msgid "L2TP server" -msgstr "L2TP サーバ" - -msgid "OpenVPN server" -msgstr "OpenVPN サーバ" - -msgid "OpenVPN client" -msgstr "OpenVPN クライアント" - -msgid "IPsec client" -msgstr "IPsec クライアント" - -msgid "Auto created rule for ISAKMP" -msgstr "ISAKMP ルールを自動作成" - -msgid "Auto created rule" -msgstr "ルールを自動作成" - -msgid "Creating 1:1 rules..." -msgstr "1:1 ルールを作成しています..." - -msgid "Creating advanced outbound rule %s" -msgstr "高度な外向きルール %s を作成" - -msgid "Creating outbound NAT rules" -msgstr "外向き NAT ルールを作成" - -msgid "Creating automatic outbound rules" -msgstr "外向きルールを自動作成" - -msgid "Creating NAT rule %s" -msgstr "NAT ルール %s を作成" - -msgid "Creating filter rule %s ..." -msgstr "フィルタルール %s を作成しています..." - -msgid "filter_generate_port: %s is not a valid %s port." -msgstr "filter_generate_port: %s は有効な %s ポートではありません" - -msgid "Setting up pass/block rules %s" -msgstr "パス / ブロックルール %s の設定" - -msgid "Could not find IPv4 gateway for interface (%s)." -msgstr "インタフェース (%s) の IPv4 ゲートウェイが見つかりません" - -msgid "Creating rule %s" -msgstr "ルール %s を作成" - -msgid "Creating default rules" -msgstr "デフォルトルールを作成" - -msgid "Creating IPsec rules..." -msgstr "IPsec ルールを作成しています..." - -msgid "Installed 15 minute filter reload for Time Based Rules" -msgstr "インストールされている 15 分フィルタを、時間基準ルールに対して再読み込みします。" - -msgid "Removed 15 minute filter reload for Time Based Rules" -msgstr "削除された 15 分フィルタを、時間基準ルールに対して再読み込みします" - -msgid "There was an error parsing a rule: no time (`%s')" -msgstr "ルール解析中にエラーが発生しました: 時間がありません ( %s )" - -msgid "There was an error parsing rule number: %s -- not IPv4 or IPv6 (`%s')" -msgstr "次のルール番号を解析中にエラーが発生しました: %s -- IPv4 もしくは IPv6 ではありません ( %s )" - -msgid "There was an error parsing rule number: %s -- no src or dst (`%s')" -msgstr "次のルール番号を解析中にエラーが発生しました: %s -- 送信元もしくは送信先がありません ( %s )" - -msgid "MONITOR: %s is down, removing from routing group %s" -msgstr "モニタ: %s はダウンしています。ルーティンググループ %s から削除しています" - -msgid "MONITOR: %s has packet loss, removing from routing group %s" -msgstr "モニタ: %s にパケットロスがあります。ルーティンググループ %s から削除しています" - -msgid "MONITOR: %s has high latency, removing from routing group %s" -msgstr "モニタ: %s が高レイテンシです。ルーティンググループ %s から削除しています" - -msgid "" -"Gateways status could not be determined, considering all as up/active. " -"(Group: %s)" -msgstr "ゲートウェイステータスが判定できませんでした。全てアップもしくはアクティブと見なします ( グループ: %s )" - -msgid "interfaces_bring_up() was called but no variable defined." -msgstr "interfaces_bring_up(): 変数が定義されていません" - -msgid "Configuring loopback interface..." -msgstr "ループバックインタフェースを構成しています..." - -msgid "Configuring VLAN interfaces..." -msgstr "VLAN インタフェースを構成しています..." - -msgid "VLAN: called with wrong options. Problems with config!" -msgstr "VLAN: オプションが不正です。設定に問題があります!" - -msgid "interface_vlan_configure called with if undefined." -msgstr "interface_vlan_configure: インタフェースが未定義です" - -msgid "QinQ compat VLAN: called with wrong options. Problems with config!%s" -msgstr "QinQ 互換 VLAN: オプションが不正です。設定に問題があります!%s" - -msgid "interface_qinq_configure called with if undefined.%s" -msgstr "interface_qinq_configure: インタフェースが未定義です%s" - -msgid "interface_qinq_configure called with invalid if.%s" -msgstr "interface_qinq_configure: 無効なインタフェースで呼ばれました%s" - -msgid "Configuring QinQ interfaces..." -msgstr "QinQ インタフェースの構成をしています..." - -msgid "interface_qinq2_configure called with if undefined.%s" -msgstr "interface_qinq2_configure: インタフェースが未定義です%s" - -msgid "Creating wireless clone interfaces..." -msgstr "無線クローンインタフェースを新規作成しています..." - -msgid "No members found on %s" -msgstr "%s にメンバがありません" - -msgid "realif not defined in interfaces bridge - up" -msgstr "インタフェースブリッジのアップで、実インタフェースが未定義です" - -msgid "bridgeif not defined -- could not bring interface up" -msgstr "ブリッジインタフェースが未定義です。インタフェースをアップできません" - -msgid "Configuring LAGG interfaces..." -msgstr "LAGG インタフェースを構成しています..." - -msgid "" -"could not bring realif up -- variable not defined -- " -"interface_gif_configure()" -msgstr "interface_gif_configure(): 実インタフェースをアップできません。変数が未定義です" - -msgid "Configuring %s interface..." -msgstr "%s インタフェースを構成しています..." - -msgid "Wrong parameters used during interface_bring_down" -msgstr "interface_bring_down: 処理中に不正なパラメータが使用されました" - -msgid "Can't find PPP config for %s in interface_ppps_configure()." -msgstr "interface_ppps_configure(): %s に対する PPP 設定が見つかりません" - -# File: src/etc/inc/interfaces.inc, line: 1537 -msgid "" -"Could not get a PPTP/L2TP Remote IP address from %s for %s in " -"interfaces_ppps_configure." -msgstr "" -"interfaces_ppps_configure: %s に対する %s からの PPTP/L2TP リモート IP アドレスが取得できませんでした" - -msgid "" -"Device %s does not exist. PPP link cannot start without the modem device." -msgstr "デバイス %s が存在しません。 PPP リンクを開始するにはモデムデバイスが必要です" - -msgid "Unkown %s configured as ppp interface." -msgstr "PPP インタフェースとして構成されている %s は不明です" - -msgid "Error: cannot open mpd_%s.conf in interface_ppps_configure().%s" -msgstr "エラー: interface_ppps_configure(): mpd_%s.conf を開けません%s" - -msgid "Configuring CARP settings..." -msgstr "CARP 設定を構成しています..." - -msgid "" -"Interface specified for the virtual IP address %s does not exist. Skipping " -"this VIP." -msgstr "仮想 IP アドレス %s を指定されたインタフェースが存在しません。この仮想 IP アドレスをスキップします" - -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IP address %s." -msgstr "仮想 IP アドレス %s に対して、インタフェースに割当する必要のある IP アドレスが見つかりませんでした。" - -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IPv6 address %s." -msgstr "仮想 IPv6 アドレス %s に対して、インタフェースに割当する必要のある IP アドレスが見つかりませんでした。" - -msgid "Interface %s changed to hostap mode" -msgstr "インタフェース %s は hostap モードに変更されました" - -msgid "Interface %s changed to adhoc mode" -msgstr "インタフェース %s はアドホックモードに変更されました" - -msgid "Interface %s changed to infrastructure mode" -msgstr "インタフェース %s はインフラストラクチャーモードに変更されました" - -msgid "Cloning new wireless interface %s" -msgstr "新しい無線インタフェース %s をクローンしています" - -# File: src/etc/inc/interfaces.inc, line: 2211 -msgid "Failed to clone interface %s with error code %s, output %s" -msgstr "インタフェース %s のクローンに失敗しました。エラーコード: %s 出力: %s" - -msgid "Generating new MAC address." -msgstr "新しい MAC アドレスを生成しています" - -# File: src/etc/inc/interfaces.inc, line: 2934 -msgid "" -"The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface %s has been " -"automatically replaced with %s" -msgstr "インタフェース %s の MAC アドレス (ff:ff:ff:ff:ff:ff) は無効です。自動的に %s に置換されました" - -msgid "" -"Error: cannot open dhclient_%s.conf in interface_dhcp_configure() for " -"writing.%s" -msgstr "エラー: interface_dhcp_configure(): dhclient_%s.conf を書き込みで開けません%s" - -msgid "Invalid interface \"%s\" in interface_dhcp_configure()" -msgstr "interface_dhcp_configure(): インタフェース %s は無効です" - -msgid "Could not bring up %s interface in interface_dhcp_configure()" -msgstr "interface_dhcp_configure(): %s インタフェースをアップできません" - -msgid "device not present! Is the modem attached to the system?" -msgstr "デバイスが存在しません!モデムはシステムに接続されていますか?" - -msgid "blocking" -msgstr "ブロッキング" - -msgid "check for ethernet loops" -msgstr "イーサネットループの確認" - -msgid "learning" -msgstr "学習" - -msgid "forwarding" -msgstr "転送" - -msgid "No history data found!" -msgstr "履歴データはありません!" - -# File: src/etc/inc/load_balancer_maintable.inc, line: 150 -msgid "Move selected entries before this entry" -msgstr "選択したエントリをこのエントリの前に移動" - -msgid "Do you really want to delete this entry?" -msgstr "本当にこのエントリを削除しますか?" - -# File: src/etc/inc/load_balancer_maintable.inc, line: 162 -msgid "Duplicate entry" -msgstr "重複エントリ" - -msgid "Could not open %s for writing" -msgstr "書き込み用として %s を開けません" - -msgid "Message sent to %s OK" -msgstr "%s へのメッセージ送信に成功" - -# File: src/etc/inc/notices.inc, line: 296 -msgid "Could not send the message to %s -- Error: %s" -msgstr "%s にメッセージ送信できませんでした -- エラー: %s" - -msgid ": data access time out" -msgstr ": データアクセスはタイムアウトしました" - -msgid ": the server disconnected" -msgstr ": サーバは切断しました" - -# File: src/etc/inc/notices.smtp.inc, line: 98 -msgid "reached the end of data while reading from the SMTP server connection" -msgstr "SMTP サーバ接続から読み込み中にデータの最後に到達しました" - -msgid "it was not possible to read line from the SMTP server" -msgstr "SMTP サーバから行を読み込むことができません" - -msgid "it was not possible to send a line to the SMTP server" -msgstr "SMTP サーバに行を送信するとができません" - -msgid "it was not possible to send data to the SMTP server" -msgstr "SMTP サーバにデータを送信するとができません" - -msgid "establishing SSL connections requires at least PHP version 4.3.0" -msgstr "SSL 接続を確立するには、PHP バージョン 4.3.0 以降が必要です" - -msgid "establishing SSL connections requires the OpenSSL extension enabled" -msgstr "SSL 接続を確立するには、OpenSSL 拡張を有効にする必要があります" - -msgid "could not resolve host \"%s\"" -msgstr "ホスト %s を解決できません" - -msgid "domain \"%s\" resolved to an address excluded to be valid" -msgstr "ドメイン %s が解決されたアドレスは、有効アドレスから除外されています" - -# File: src/etc/inc/notices.smtp.inc, line: 230 -msgid "Connecting to host address \"%s\" port %s..." -msgstr "ホストに接続しています... アドレス %s ポート %s" - -msgid "-3 socket could not be created" -msgstr "-3 ソケットを作成できません" - -msgid "-4 dns lookup on hostname \"%s\" failed" -msgstr "-4 ホスト名 %s の DNS ルックアップに失敗しました" - -msgid "-5 connection refused or timed out" -msgstr "-5 接続を拒否もしくはタイムアウトしました" - -msgid "-6 fdopen() call failed" -msgstr "-6 fdopen() 呼び出しに失敗しました" - -msgid "-7 setvbuf() call failed" -msgstr "-7 setvbuf() 呼び出しに失敗しました" - -# File: src/etc/inc/notices.smtp.inc, line: 247 -msgid "could not connect to the host \"%s\": %s" -msgstr "ホストに接続できませんでした: %s: %s" - -msgid "" -"it is not possible to authenticate using the specified mechanism because the " -"SASL library class is not loaded" -msgstr "SASL ライブラリクラスが読み込まれていないため、指定された機構を使用して認証できません" - -# File: src/etc/inc/notices.smtp.inc, line: 280 -msgid "Authentication mechanism %s may not be used: %s" -msgstr "認証機構 %s は使用されていない可能性があります: %s" - -msgid "Could not start the SASL authentication client:" -msgstr "SASL 認証 クライアントを起動できません: " - -msgid "Could not send the AUTH command" -msgstr "AUTH コマンドを送信できません" - -msgid "Authentication error:" -msgstr "認証エラー: " - -msgid "Could not send the authentication step message" -msgstr "認証ステップメッセージを送信できません" - -msgid "Could not process the SASL authentication step:" -msgstr "SASL 認証ステップを処理できません" - -msgid "connection is already established" -msgstr "接続は既に確立しています" - -msgid "it was not specified the POP3 authentication user" -msgstr "POP3 認証ユーザは指定されていません" - -msgid "it was not specified the POP3 authentication password" -msgstr "POP3 認証パスワードは指定されていません" - -msgid "Resolving POP3 authentication host \"%s\"..." -msgstr "POP3 認証ホスト %s を名前解決しています..." - -msgid "POP3 authentication server greeting was not found" -msgstr "POP3 認証サーバの挨拶メッセージがありません" - -msgid "POP3 authentication user was not accepted:" -msgstr "POP3 認証ユーザは承認されませんでした" - -msgid "POP3 authentication password was not accepted:" -msgstr "POP3 認証パスワードは承認されませんでした" - -msgid "could not determine the SMTP to connect" -msgstr "接続する SMTP を決定できません" - -msgid "Resolving SMTP server domain \"%s\"..." -msgstr "SMTP サーバドメイン %s の名前解決しています..." - -msgid "Connected to SMTP server \"%s\"." -msgstr "SMTP サーバ %s に接続されました" - -msgid "server does not require authentication" -msgstr "認証不要のサーバです" - -msgid "" -"it is not supported any of the authentication mechanisms required by the " -"server" -msgstr "このサーバが必要とする認証機構を、いずれもサポートしていません" - -msgid "" -"direct delivery connection is already established and sender is already set" -msgstr "直接配送接続は確立しており、送信者も設定されています" - -msgid "connection is not in the initial state" -msgstr "接続は初期状態ではありません" - -msgid "it was not specified a valid direct recipient" -msgstr "有効な直接受信者に指定されていません" - -msgid "" -"it is not possible to deliver directly to recipients of different domains" -msgstr "異なるドメインの受信者に直接配送することはできません" - -msgid "connection is already established and the recipient is already set" -msgstr "接続は確立しており、受信者も設定されています" - -msgid "connection is not in the recipient setting state" -msgstr "接続ステータスは、受信者設定ではありません" - -msgid "connection is not in the start sending data state" -msgstr "接続ステータスは、データ送信開始ではありません" - -msgid "connection is not in the sending data state" -msgstr "接続ステータスは、データ送信中ではありません" - -msgid "it was not previously established a SMTP connection" -msgstr "前回確立した SMTP 接続ではありません" - -# File: src/etc/inc/openvpn-client-export.inc, line: 84 -# File: src/etc/inc/openvpn-client-export.inc, line: 686 -msgid "Could not locate server configuration." -msgstr "サーバ構成が検索できませんでした。" - -# File: src/etc/inc/openvpn-client-export.inc, line: 88 -# File: src/etc/inc/openvpn-client-export.inc, line: 690 -msgid "You cannot export for disabled servers." -msgstr "無効なサーバはエクスポートできません。" - -# File: src/etc/inc/openvpn-client-export.inc, line: 96 -msgid "Could not locate server certificate." -msgstr "サーバ証明書が検索できませんでした。" - -# File: src/etc/inc/openvpn-client-export.inc, line: 100 -msgid "Could not locate the CA reference for the server certificate." -msgstr "サーバ証明書の CA 参照が検索できませんでした。" - -# File: src/etc/inc/openvpn-client-export.inc, line: 111 -msgid "Could not find user settings." -msgstr "ユーザ設定が見つかりませんでした。" - -# File: src/etc/inc/openvpn-client-export.inc, line: 123 -# File: src/etc/inc/openvpn-client-export.inc, line: 132 -msgid "Could not find client certificate." -msgstr "クライアント証明書が見つかりませんでした。" - -# File: src/etc/inc/openvpn-client-export.inc, line: 209 -# File: src/etc/inc/openvpn-client-export.inc, line: 754 -msgid "This server uses UDP protocol and cannot communicate with HTTP proxy." -msgstr "このサーバは UDP プロトコルを使用しています。HTTP プロキシとは通信できません。" - -# File: src/etc/inc/openvpn-client-export.inc, line: 502 -msgid "Could not create a config to export." -msgstr "エクスポートする設定が作成できませんでした。" - -# File: src/etc/inc/openvpn.inc, line: 34 -msgid "0 (none)" -msgstr "0 ( なし )" - -# File: src/etc/inc/openvpn.inc, line: 35 -msgid "1 (default)" -msgstr "1 ( デフォルト )" - -# File: src/etc/inc/openvpn.inc, line: 36 -msgid "2" -msgstr "2" - -# File: src/etc/inc/openvpn.inc, line: 37 -msgid "3 (recommended)" -msgstr "3 ( 推奨 )" - -# File: src/etc/inc/openvpn.inc, line: 38 -msgid "4" -msgstr "4" - -# File: src/etc/inc/openvpn.inc, line: 39 -msgid "5" -msgstr "5" - -# File: src/etc/inc/openvpn.inc, line: 40 -msgid "6" -msgstr "6" - -# File: src/etc/inc/openvpn.inc, line: 41 -msgid "7" -msgstr "7" - -# File: src/etc/inc/openvpn.inc, line: 42 -msgid "8" -msgstr "8" - -# File: src/etc/inc/openvpn.inc, line: 43 -msgid "9" -msgstr "9" - -# File: src/etc/inc/openvpn.inc, line: 44 -msgid "10" -msgstr "10" - -# File: src/etc/inc/openvpn.inc, line: 45 -msgid "11" -msgstr "11" - -# File: src/etc/inc/openvpn.inc, line: 101 -msgid "No Preference" -msgstr "優先なし" - -msgid "Disabled - No Compression" -msgstr "無効 - 圧縮なし" - -# File: src/etc/inc/openvpn.inc, line: 103 -msgid "Enabled with Adaptive Compression" -msgstr "アダプティブ圧縮を有効" - -# File: src/etc/inc/openvpn.inc, line: 104 -msgid "Enabled without Adaptive Compression" -msgstr "アダプティブ圧縮不使用を有効" - -msgid "None (No Encryption)" -msgstr "なし ( 暗号化なし )" - -msgid "None (No Authentication)" -msgstr "なし ( 認証なし )" - -msgid "The field '%s' must contain a valid port, ranging from 0 to 65535." -msgstr "フィールド '%s' には、0 - 65535 の有効なポート番号が含まれている必要があります" - -msgid "The field '%s' must contain a single valid %s CIDR range." -msgstr "フィールド %s は、単一の有効な %s CIDR 範囲である必要があります。" - -msgid "" -"The field '%s' must contain only valid %s CIDR range(s) separated by commas." -msgstr "フィールド %s は、カンマで区切られた、有効な %s CIDR 範囲である必要があります。" - -# File: src/etc/inc/openvpn_wizard.inc, line: 216 -# File: src/etc/inc/openvpn_wizard.inc, line: 315 -msgid "Please do not use special characters in Certificate field names." -msgstr "証明書フィールド名に特殊文字を使用しないでください。" - -# File: src/etc/inc/openvpn_wizard.inc, line: 401 -msgid "The specified 'Local port' is in use. Please select another value." -msgstr "指定した「ローカルポート」は既に使用されています。他の値を選択してください。" - -# File: src/etc/inc/openvpn_wizard.inc, line: 406 -msgid "The field 'TLS Authentication Key' does not appear to be valid." -msgstr "「TLS 認証キー」フィールドが有効ではありません。" - -msgid "The field 'DNS Server #1' must contain a valid IP address" -msgstr "「DNS サーバ #1」フィールドには、有効な IP アドレスが必要です" - -msgid "The field 'DNS Server #2' must contain a valid IP address" -msgstr "「DNS サーバ #2」フィールドには、有効な IP アドレスが必要です" - -msgid "The field 'DNS Server #3' must contain a valid IP address" -msgstr "「DNS サーバ #3」フィールドには、有効な IP アドレスが必要です" - -msgid "The field 'DNS Server #4' must contain a valid IP address" -msgstr "「DNS サーバ #4」フィールドには、有効な IP アドレスが必要です" - -msgid "The field 'NTP Server #1' must contain a valid IP address" -msgstr "「NTP サーバ #1」フィールドには、有効な IP アドレスが必要です" - -msgid "The field 'NTP Server #2' must contain a valid IP address" -msgstr "「NTP サーバ #2」フィールドには、有効な IP アドレスが必要です" - -msgid "The field 'WINS Server #1' must contain a valid IP address" -msgstr "「WINS サーバ #1」フィールドには、有効な IP アドレスが必要です" - -msgid "The field 'WINS Server #2' must contain a valid IP address" -msgstr "「WINS サーバ #2」フィールドには、有効な IP アドレスが必要です" - -msgid "The field 'Concurrent connections' must be numeric." -msgstr "「同時接続」フィールドは数値です" - -# File: src/etc/inc/openvpn_wizard.inc, line: 431 -msgid "You must specify a 'Tunnel network'." -msgstr "「トンネルネットワーク」を指定してください。" - -msgid "OpenVPN %s wizard" -msgstr "OpenVPN %s ウィザード" - -msgid "OpenVPN Wizard" -msgstr "OpenVPN ウィザード" - -msgid "MASTER" -msgstr "マスタ" - -msgid "BACKUP" -msgstr "バックアップ" - -msgid "INIT" -msgstr "初期状態" - -msgid "Restored %s of config file (maybe from CARP partner)" -msgstr "%s 構成ファイルがリストアされました ( CARP パートナーを元にした可能性があります )" - -# File: src/etc/inc/pfsense-utils.inc, line: 1541 -msgid "" -"Alias archive is a .zip file which cannot be decompressed because utility is " -"missing!" -msgstr "エイリアスアーカイブは ZIP ファイルですが、ユーティリティが見つからないため解凍できません!" - -msgid "Could not open %s/aliases for writing!" -msgstr "書き込み用として %s もしくはエイリアスを開けません!" - -# File: src/etc/inc/pfsense-utils.inc, line: 1557 -# File: src/etc/inc/pfsense-utils.inc, line: 1589 -msgid "The following file could not be read %s from %s" -msgstr "以下のファイルの %s を %s から読み込めませんでした" - -# File: src/etc/inc/pfsense-utils.inc, line: 1573 -msgid "" -"Alias archive is a .tar/tgz file which cannot be decompressed because " -"utility is missing!" -msgstr "エイリアスアーカイブは tar/tgz ファイルですが、ユーティリティが見つからないため解凍できません!" - -# File: src/etc/inc/rrd.inc, line: 74 -msgid "RRD create failed exited with %s, the error is: %s" -msgstr "RRD 作成に失敗したため終了しました: %s エラー: %s" - -msgid "Generating RRD graphs..." -msgstr "RRD グラフを生成しています..." - -msgid "Creating rrd update script" -msgstr "RRD 更新スクリプトを作成しています" - -# File: src/etc/inc/services.inc, line: 425 -msgid "DHCP leases restore failed exited with %s, the error is: %s" -msgstr "DHCP リースリストアに失敗したため終了しました: %s エラー: %s" - -msgid "Starting DHCP service..." -msgstr "DHCP サービス を開始しています..." - -msgid "Warning! DHCP Failover setup and no CARP virtual IPs defined!" -msgstr "警告!DHCP フェールオーバーが設定されていますが、CARP 仮想 IP が定義されていません!" - -msgid "Error: cannot open dhcpd.conf in services_dhcpdv4_configure().%s" -msgstr "エラー: services_dhcpdv4_configure(): dhcpd.conf を開けません%s" - -msgid "Could not write Igmpproxy configuration file!" -msgstr "IGMP プロキシ構成ファイルを書き込めません!" - -msgid "Started IGMP proxy service." -msgstr "IGMP プロキシサービスを起動しました" - -msgid "Starting DHCP relay service..." -msgstr "DHCP リレーサービスを開始しています..." - -msgid "Starting DHCPv6 relay service..." -msgstr "DHCPv6 リレーサービスを開始しています..." - -# File: src/etc/inc/services.inc, line: 1739 -msgid "Starting dynamic DNS clients..." -msgstr "ダイナミック DNS クライアントを起動しています..." - -msgid "Starting DNS forwarder..." -msgstr "DNS フォワーダを起動しています..." - -msgid "Starting DNS Resolver..." -msgstr "DNS リゾルバを起動しています..." - -msgid "Starting SNMP daemon... " -msgstr "SNMP デーモンを起動しています... " - -msgid "Error: cannot open snmpd.conf in services_snmpd_configure().%s" -msgstr "エラー: services_snmpd_configure(): snmpd.conf を開けません%s" - -# File: src/etc/inc/services.inc, line: 2253 -msgid "Dynamic DNS updated IP Address (A) for %s on %s (%s) to %s" -msgstr "ダイナミック DNS は %s に対する %s (%s) の IP アドレス (A) を %s にアップデートしました" - -# File: src/etc/inc/services.inc, line: 2268 -msgid "Dynamic DNS updated IPv6 Address (AAAA) for %s on %s (%s) to %s" -msgstr "ダイナミック DNS は %s に対する %s (%s) の IPv6 アドレス (AAAA) を %s にアップデートしました" - -msgid "Starting UPnP service... " -msgstr "UPnP サービスを開始しています... " - -msgid "Installed cron job for %s" -msgstr "%s の cron ジョブをインストールしました" - -msgid "Updated cron job for %s" -msgstr "%s の cron ジョブを更新しました" - -msgid "Removed cron job for %s" -msgstr "%s の cron ジョブが削除されました" - -msgid "Router Advertisement Daemon" -msgstr "ルータ広告デーモン" - -# File: src/etc/inc/services.inc, line: 2476 -msgid "Unbound DNS Resolver" -msgstr "Unbound DNS リゾルバ" - -msgid "NTP clock sync" -msgstr "NTP 時刻同期" - -msgid "DHCP Relay" -msgstr "DHCP リレー" - -msgid "DHCPv6 Relay" -msgstr "DHCPv6 リレー" - -msgid "DHCP Service" -msgstr "DHCP サービス" - -msgid "Gateway Monitoring Daemon" -msgstr "ゲートウェイ監視デーモン" - -msgid "SNMP Service" -msgstr "SNMP サービス" - -msgid "IGMP proxy" -msgstr "IGMP プロキシ" - -msgid "UPnP Service" -msgstr "UPnP サービス" - -msgid "IPsec VPN" -msgstr "IPSec VPN" - -msgid "Secure Shell Daemon" -msgstr "SSH デーモン" - -msgid "Server load balancing daemon" -msgstr "サーバ負荷分散デーモン" - -msgid "Proxy server" -msgstr "プロキシサーバ" - -msgid "Running" -msgstr "実行しています" - -msgid "%s Service is" -msgstr "%s サービス" - -msgid "Stopped" -msgstr "停止しました" - -msgid "Restart %sService" -msgstr "%s サービスの再起動" - -msgid "Stop %sService" -msgstr "%s サービスの停止" - -msgid "Start %sService" -msgstr "%s サービスの起動" - -# File: src/etc/inc/system.inc, line: 611 -msgid "DNSCACHE: Found old IP %s and new IP %s" -msgstr "DNS キャッシュ: 古い IP %s と新しい IP %s が見つかりました" - -msgid "Static Routes: Gateway IP could not be found for %s" -msgstr "静的ルート: %s に対するゲートウェイの IP が見つかりません" - -msgid "Starting syslog..." -msgstr "syslog を開始しています..." - -msgid "Error: cannot open syslog.conf in system_syslogd_start().%s" -msgstr "エラー: system_syslogd_start(): syslog.conf を開けません%s" - -msgid "webConfigurator default" -msgstr "Web 設定管理画面デフォルト" - -msgid "Importing HTTPS certificate" -msgstr "HTTPS 証明書のインポート" - -msgid "Error: cannot open cert.pem in system_webgui_start().%s" -msgstr "エラー: system_webgui_start(): cert.pem を開けません%s" - -msgid "Error: cannot open ca.pem in system_webgui_start().%s" -msgstr "エラー: system_webgui_start(): ca.pem を開けません%s" - -msgid "ssl configuration" -msgstr "SSL の構成" - -msgid "Error: cannot open %s in system_generate_lighty_config().%s" -msgstr "エラー: system_generate_lighty_config(): %s を開けません%s" - -msgid "Setting timezone..." -msgstr "タイムゾーンを設定しています..." - -# File: src/etc/inc/upgrade_config.inc, line: 40 -msgid "RRD dump failed exited with %s, the error is: %s" -msgstr "RRD ダンプに失敗したため終了しました: %s エラー: %s" - -# File: src/etc/inc/upgrade_config.inc, line: 56 -msgid "" -"Import RRD has %s DS values and %s RRA databases, new format RRD has %s DS " -"values and %s RRA databases" -msgstr "" -"インポートする RRD の DS 値は %s、RRA データベースは %s、新規フォーマットの RRD の DS 値は %s、RRA データベースは %" -"s です" - -# File: src/etc/inc/upgrade_config.inc, line: 140 -msgid "The new RRD now has %s DS values and %s RRA databases" -msgstr "新規 RRD の現在の DS 値は %s、RRA データベースは %s です" - -msgid "%sWarning: filter rule removed (interface '%s' does not exist anymore)." -msgstr "%s警告: フィルタルールが削除されました ( インタフェース '%s' は現在存在しません )" - -msgid "" -"%sWarning: filter rule removed (source network '%s' does not exist anymore)." -msgstr "%s警告: フィルタルールが削除されました ( 送信元ネットワーク '%s' は現在存在しません )" - -msgid "" -"%sWarning: filter rule removed (destination network '%s' does not exist " -"anymore)." -msgstr "%s警告: フィルタルールが削除されました ( 送信先ネットワーク '%s' は現在存在しません )" - -msgid "" -"%sWarning: traffic shaper rule removed (interface '%s' does not exist " -"anymore)." -msgstr "%s警告: トラフィックシェーパルールが削除されました ( インタフェース '%s' は現在存在しません )" - -msgid "" -"%sWarning: traffic shaper rule removed (source network '%s' does not exist " -"anymore)." -msgstr "%s警告: トラフィックシェーパルールが削除されました ( 送信元ネットワーク '%s' は現在存在しません )" - -msgid "" -"%sWarning: traffic shaper rule removed (destination network '%s' does not " -"exist anymore)." -msgstr "%s警告: トラフィックシェーパルールが削除されました ( 送信先ネットワーク '%s' は現在存在しません )" - -msgid "CARP vhid %s" -msgstr "CARP vhid %s" - -msgid "Permit IPsec traffic." -msgstr "IPsec トラフィックを許可" - -msgid "System Administrators" -msgstr "システム管理者" - -msgid "" -"Indicates whether this user will lock access to the webConfigurator for " -"other users." -msgstr "このユーザが、他のユーザに対して Web 設定管理画面へのアクセスをロックするかどうかを示します。" - -msgid "" -"Indicates whether this user will lock individual HTML pages after having " -"accessed a particular page (the lock will be freed if the user leaves or " -"saves the page form)." -msgstr "" -"このユーザが、特定のページにアクセスした場合に、HTML ページを個別にロックするかどうかを示します。( 該当ユーザがページから移動するか、" -"ページフォームを保存することでロック解除されます )。" - -msgid "Indicates whether this user is able to login for example via SSH." -msgstr "このユーザが SSH 等を経由してログイン可能かどうかを示します。" - -msgid "" -"Indicates whether this user is allowed to copy files onto the %s appliance " -"via SCP/SFTP. If you are going to use this privilege, you must install " -"scponly on the appliance (Hint: pkg_add -r scponly)." -msgstr "" -"このユーザが SCP/SFTP 経由で %s アプライアンスにファイルをコピーすることを許可するかどうかを示します。この権限を使用する場合は、" -"アプライアンスに scponly をインストールする必要があります。( ヒント: pkg_add -r scponly )" - -msgid "" -"This user is associated with the UNIX root user (you should associate this " -"privilege only with one single user)." -msgstr "このユーザは UNIX 管理者ユーザとして関連付けられます。( この特権に関連付けるのは 1 ユーザに限定すべきでしょう )" - -msgid "Drop packets to closed TCP ports without returning a RST" -msgstr "閉じた TCP ポートへのパケットを RST を返さずに棄却" - -msgid "Do not send ICMP port unreachable messages for closed UDP ports" -msgstr "閉じた UDP ポートに ICMP ポート到達不能メッセージを送信しないでください。" - -msgid "Randomize the ID field in IP packets (default is 0: sequential IP IDs)" -msgstr "IP パケットの ID フィールドをランダム化 ( デフォルト 0: シーケンシャル IP ID )" - -msgid "Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)" -msgstr "SYN-FIN パケットを棄却 ( RFC1379 に違反しますが、現在使用されていません )" - -msgid "Sending of IPv4 ICMP redirects" -msgstr "IPv4 ICMP リダイレクトを送信" - -msgid "Sending of IPv6 ICMP redirects" -msgstr "IPv6 ICMP リダイレクトを送信" - -msgid "Generate SYN cookies for outbound SYN-ACK packets" -msgstr "外向き SYN-ACK パケットに対する SYN クッキーを生成" - -msgid "Maximum incoming TCP datagram size" -msgstr "着信 TCP データグラムサイズの最大値" - -msgid "Maximum outgoing TCP datagram size" -msgstr "発信 TCP データグラムサイズの最大値" - -msgid "" -"Fastforwarding (see http://lists.freebsd.org/pipermail/freebsd-" -"net/2004-January/002534.html)" -msgstr "" -"ファストフォワーディング ( 参照 http://lists.freebsd.org/pipermail/freebsd-" -"net/2004-January/002534.html )" - -msgid "Do not delay ACK to try and piggyback it onto a data packet" -msgstr "データパケットにピギーバックしようとして、ACK を遅延させないでください。" - -msgid "Maximum outgoing UDP datagram size" -msgstr "送信 UDP データグラムサイズの最大値" - -msgid "" -"Handling of non-IP packets which are not passed to pfil (see if_bridge(4))" -msgstr "pfik に渡されない、非 IP パケットの処理 ( 参照 if_bridge(4) )" - -msgid "Allow unprivileged access to tap(4) device nodes" -msgstr "tap(4) デバイスノードに対する非特権アクセスを許可" - -msgid "Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())" -msgstr "PID のランダム化 ( 参照 src/sys/kern/kern_fork.c: sysctl_kern_randompid() )" - -msgid "" -"The system will attempt to calculate the bandwidth delay product for each " -"connection and limit the amount of data queued to the network to just the " -"amount required to maintain optimum throughput. " -msgstr "システムは、接続毎に帯域幅遅延積を算出し、データキューの大きさを、ネットワークの最適なスループットの維持に必要な最適値に制限しようとします。" - -msgid "Set ICMP Limits" -msgstr "ICMP 制限の設定" - -msgid "TCP Offload engine" -msgstr "TCP オフロードエンジン" - -msgid "Interface %s Static Gateway" -msgstr "%s インタフェース静的ゲートウェイ" - -msgid "Interface %s Dynamic Gateway" -msgstr "%s インタフェース動的ゲートウェイ" - -msgid "Upgraded static route for %s" -msgstr "%s に対する静的ルートを更新" - -msgid "Sitedown pool for VS: %s" -msgstr "VS の サイトダウンプール: %s" - -msgid "phase2 for %s" -msgstr "%s のフェーズ 2" - -msgid "Upgraded Dyndns %s" -msgstr "ダイナミック DNS %s のアップグレード" - -msgid "All Users" -msgstr "全ユーザ" - -msgid "Converted bridged %s" -msgstr "ブリッジされた %s の変換" - -msgid "Auto added OpenVPN rule from config upgrade." -msgstr "構成のアップグレードから OpenVPN ルールを自動追加" - -msgid "WARNING: You must give a name as parameter to lock() function." -msgstr "警告: 関数 lock() のパラメータとして「名前」が必要です" - -msgid "The command '%s' returned exit code '%d', the output was '%s'" -msgstr "コマンド %s は終了コード %d を返しました。出力は %s です" - -msgid "Configuring IPsec VPN... " -msgstr "IPsec VPN を構成しています... " - -msgid "Error: Invalid certificate info for %s" -msgstr "エラー: %s の証明書情報は無効です" - -msgid "Error: Invalid certificate hash info for %s" -msgstr "エラー: %s の証明書ハッシュ情報は無効です" - -msgid "Error: Cannot write IPsec CA file for %s" -msgstr "エラー: %s の IPsec CA ファイルを書き込めません" - -msgid "Error: Invalid phase1 certificate reference for %s" -msgstr "エラー: %s のフェーズ 1 証明書参照は無効です" - -msgid "Error: Cannot write phase1 key file for %s" -msgstr "エラー: %s のフェーズ 1 鍵ファイルを書き込めません" - -msgid "Error: Cannot write phase1 certificate file for %s" -msgstr "エラー: %s のフェーズ 1 証明書ファイルを書き込めません" - -msgid "Ignoring IPsec reload since there are no tunnels on interface %s" -msgstr "IPsec の再読み込みを無視しています。インタフェース %s にトンネルがありません。" - -msgid "Forcefully reloading IPsec" -msgstr "強制的に IPsec を再読み込みしています" - -msgid "Configuring PPTP VPN service... " -msgstr "PPTP の VPN サービスの構成をしています..." - -msgid "Could not kill mpd within 3 seconds. Trying again." -msgstr "3 秒以内に MPD を殺せませんでした。再試行しています" - -msgid "Error: cannot open mpd.conf in vpn_pptpd_configure()." -msgstr "エラー: vpn_pptpd_configure(): mpd.conf を開けません" - -msgid "Error: cannot open mpd.links in vpn_pptpd_configure()." -msgstr "エラー: vpn_pptpd_configure(): mpd.links を開けません" - -msgid "Error: cannot open mpd.secret in vpn_pptpd_configure()." -msgstr "エラー: vpn_pptpd_configure(): mpd.secret を開けません" - -msgid "Configuring PPPoE VPN service... " -msgstr "PPPoE VPN サービスの構成をしています..." - -msgid "Error: cannot open mpd.conf in vpn_pppoe_configure()." -msgstr "エラー: vpn_pppoe_configure(): mpd.conf を開けません" - -msgid "Error: cannot open mpd.links in vpn_pppoe_configure()." -msgstr "エラー: vpn_pppoe_configure(): mpd.links を開けません" - -msgid "Error: cannot open mpd.secret in vpn_pppoe_configure()." -msgstr "エラー: vpn_pppoe_configure(): mpd.secret を開けません" - -msgid "done" -msgstr "完了" - -msgid "Configuring l2tp VPN service... " -msgstr "L2TP VPN サービスの構成をしています..." - -msgid "Error: cannot open mpd.conf in vpn_l2tp_configure()." -msgstr "エラー: vpn_l2tp_configure(): mpd.conf を開けません" - -msgid "Error: cannot open mpd.links in vpn_l2tp_configure()." -msgstr "エラー: vpn_l2tp_configure(): mpd.links を開けません" - -msgid "Error: cannot open mpd.secret in vpn_l2tp_configure()." -msgstr "エラー: vpn_l2tp_configure(): mpd.secret を開けません" - -# File: src/etc/inc/xmlparse.inc, line: 83 -# File: src/www/interfaces.php, line: 92 -msgid "XML error: %s at line %d cannot occur more than once" -msgstr "XML エラー: %s: %d 行: 複数設定できません" - -msgid "Error: could not open XML input" -msgstr "エラー: XML 入力を開けませんでした" - -# File: src/etc/inc/xmlparse.inc, line: 165 -msgid "XML error: %s at line %d in %s" -msgstr "XML エラー: %s: %d 行: %s" - -msgid "XML error: no %s object found!" -msgstr "XML エラー: %s オブジェクトがありません!" - -msgid "Merged in config (%s sections) from XMLRPC client." -msgstr "XMLRPC クライアントから構成をマージしました ( %s セクション )" - -# File: src/etc/rc.bootup, line: 143 -msgid "Default interfaces not found -- Running interface assignment option." -msgstr "デフォルトインタフェースが見つかりません -- オプション割当てのインタフェースで動作しています" - -# File: src/etc/rc.initial.password, line: 37 -msgid "The %s password will be reset to the factory default of `%s'." -msgstr "%s パスワードは %s の出荷時の規定値でリセットされます。" - -msgid "Do you want to proceed [y|n]? " -msgstr "続行してもよろしいですか? [y|n]" - -# File: src/etc/rc.initial.password, line: 48 -msgid "The User manager authentication server is set to \"%s\"." -msgstr "ユーザ管理認証サーバは %s に設定されます。" - -# File: src/etc/rc.initial.password, line: 50 -msgid "Do you want to set it back to Local Database [y|n]? " -msgstr "設定をローカルデータベースに戻しますか? [y|n]" - -msgid "password changed from console menu" -msgstr "コンソールメニューからパスワードが変更されました" - -msgid "The password has been reset." -msgstr "パスワードがリセットされました。" - -# File: src/etc/rc.initial.password, line: 80 -msgid "Please change the password as soon as you log in!" -msgstr "ログインしたら、なるべく早くパスワードを変更してください!" - -msgid "Do you want to enable the %s server on %s?" -msgstr "%s サーバを %s で有効にしますか?" - -msgid "Configure %s address %s interface via %s?" -msgstr "%s アドレス %s インタフェース %s 経由、で設定しますか?" - -# File: src/etc/rc.initial.setlanip, line: 262 -msgid "Enter the new %s %s address. Press for none:" -msgstr "新しい %s %s アドレスを入力してください。入力しない場合は を押してください: " - -msgid "This IP address conflicts with another interface or a VIP" -msgstr "この IP アドレスは、別のインタフェースもしくは VIP で使用されています。" - -# File: src/etc/rc.initial.setlanip, line: 273 -msgid "Subnet masks are entered as bit counts (as in CIDR notation) in %s." -msgstr "%s のサブネットマスクはビットカウント ( CIDR 表記法 ) として入力されています。" - -# File: src/etc/rc.initial.setlanip, line: 288 -msgid "Enter the new %s %s subnet bit count (1 to %s):" -msgstr "新しい %s %s サブネットビットカウントを入力してください ( 1 - %s ): " - -msgid "You cannot set network address to an interface" -msgstr "インタフェースのネットワークアドレスを設定できません" - -msgid "You cannot set broadcast address to an interface" -msgstr "インタフェースのブロードキャストアドレスを設定できません" - -# File: src/etc/rc.initial.setlanip, line: 313 -msgid "For a WAN, enter the new %s %s upstream gateway address." -msgstr "WAN に対して、新しい %s %s アップストリームゲートウェイアドレスを入力してください。" - -# File: src/etc/rc.initial.setlanip, line: 314 -msgid "For a LAN, press for none:" -msgstr "LAN に対して入力してください、入力しない場合は を押してください: " - -msgid "not an %s IP address!" -msgstr "%s IP アドレスではありません!" - -msgid "not in subnet!" -msgstr "サブネットの範囲内ではありません!" - -msgid "Enter the start address of the %s client address range:" -msgstr "%s クライアントアドレス範囲の開始アドレスを入力してください: " - -msgid "This IP address must be in the interface's subnet" -msgstr "この IP アドレスはインタフェースのサブネット内で指定してください" - -msgid "Enter the end address of the %s client address range:" -msgstr "%s クライアントアドレス範囲の終了アドレスを入力してください: " - -# File: src/etc/rc.initial.setlanip, line: 391 -msgid "The end address of the DHCP range must be >= the start address" -msgstr "DHCP 範囲は、終了アドレス >= 開始アドレス です" - -# File: src/etc/rc.initial.setlanip, line: 402 -msgid "Disabling %s DHCPD..." -msgstr "%s DHCPD を無効にしています..." - -# File: src/etc/rc.initial.setlanip, line: 415 -msgid "Do you want to revert to HTTP as the webConfigurator protocol?" -msgstr "Web 設定管理画面のプロトコルを HTTP に戻しますか?" - -# File: src/etc/rc.initial.setlanip, line: 422 -msgid "Note: the anti-lockout rule on %s has been re-enabled." -msgstr "注意: %s のアンチロックアウトルールは再有効化されています。" - -# File: src/etc/rc.initial.setlanip, line: 451 -msgid "%s IP configuration from console menu" -msgstr "コンソールメニューからの %s IP 構成" - -msgid "The IPv4 %s address has been set to %s" -msgstr "IPv4 %s アドレスは %s に設定されています" - -msgid "The IPv6 %s address has been set to %s" -msgstr "IPv6 %s アドレスは %s に設定されています" - -# File: src/etc/rc.initial.setlanip, line: 485 -msgid "" -"You can now access the webConfigurator by opening the following URL in your " -"web browser:" -msgstr "次の URL をブラウザで開くことで Web 設定管理画面にアクセスできます: " - -msgid "Press to continue." -msgstr "続行するには Enter キーを押してください。" - -msgid "WARNING: You must give a name as parameter to try_lock() function." -msgstr "警告: 関数 try_lock() のパラメータとして「名前」が必要です。" - -# File: src/etc/rc.openvpn, line: 88 -msgid "" -"Could not obtain openvpn lock for executing rc.openvpn for more than 10 " -"seconds continuing..." -msgstr "10 秒以上 rc.openvpn の実行を継続しましたが、openvpn のロックを取得できませんでした..." - -msgid "n/j/y H:i:s" -msgstr "n/j/y H:i:s" - -msgid "Unknown" -msgstr "不明" - -msgid "Unknown Page" -msgstr "不明なページ" - -msgid "No backups found in the configuration history." -msgstr "構成履歴にバックアップがありません。" - -msgid "Which configuration would you like to restore?" -msgstr "どの構成でリストアしますか?" - -msgid "That is not a valid backup number.\n" -msgstr "有効なバックアップ番号ではありません。\n" - -# File: src/etc/rc.restore_config_backup, line: 67 -msgid "Is this the backup you wish to restore?" -msgstr "このバックアップをリストアしますか?" - -# File: src/etc/rc.restore_config_backup, line: 71 -msgid "Y/N?" -msgstr "Y/N?" - -# File: src/etc/rc.restore_config_backup, line: 73 -msgid "Y" -msgstr "Y" - -# File: src/etc/rc.restore_config_backup, line: 76 -# File: src/www/diag_confbak.php, line: 47 -msgid "Successfully reverted to timestamp %s with description \"%s\"." -msgstr "タイムスタンプを %s に戻すことに成功しました: 説明 %s" - -# File: src/etc/rc.restore_config_backup, line: 78 -msgid "" -"You may need to reboot the firewall or restart services before the restored " -"configuration is fully active." -msgstr "リストアした構成を完全に有効にする前に、ファイアウォールを再起動するか、サービスの再起動をする必要があります。" - -msgid "Unable to revert to the selected configuration." -msgstr "選択した構成に戻せませんでした" - -msgid "Restore canceled." -msgstr "リストアはキャンセルされました。" - -# File: src/etc/rc.restore_config_backup, line: 86 -msgid "Restore canceled due to invalid input." -msgstr "無効な入力により、リストアはキャンセルされました。" - -msgid "Restore Backup from Configuration History" -msgstr "構成履歴からバックアップをリストア" - -msgid "List Backups" -msgstr "バックアップリスト" - -msgid "Restore Backup" -msgstr "バックアップをリストア" - -# File: src/etc/rc.restore_config_backup, line: 96 -msgid "Quit" -msgstr "終了" - -msgid "Please select an option to continue" -msgstr "継続するオプションを選択してください" - -# File: src/etc/rc.restore_config_backup, line: 103 -msgid "quit" -msgstr "終了" - -# File: src/etc/rc.sshd, line: 132 -msgid "Started creating your SSH keys. SSH startup is being delayed a wee bit." -msgstr "SSH 鍵の生成を開始しました。SSH の起動まで少し時間がかかります。" - -# File: src/etc/rc.sshd, line: 139 -msgid "Completed creating your SSH keys. SSH will now be started." -msgstr "SSH 鍵の生成が完了しました。SSH を起動しています。" - -msgid "Could not process aliases from alias: %s" -msgstr "次のエイリアスからエイリアス処理ができません: %s" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 54 -msgid "Connection error." -msgstr "接続エラー。" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 57 -msgid "Repository problem." -msgstr "リポジトリに問題があります。" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 60 -msgid "There are no updates available." -msgstr "利用可能な更新はありません。" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 68 -msgid "" -"There is a mandatory update for the package manager available. Please " -"install and fetch updates again." -msgstr "パッケージ管理の必須更新が利用可能です。インストールして、もう一度更新を取得してください。" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 77 -msgid "There is %s update available, total download size is %s." -msgstr "%s 更新が利用可能です。合計ダウンロードサイズは %s です。" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 83 -msgid "There are %s updates available, total download size is %s." -msgstr "%s 更新が利用可能です。合計ダウンロードサイズは %s です。" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 84 -msgid "This update requires a reboot." -msgstr "この更新には再起動が必要です。" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 89 -msgid "Current status is unknown." -msgstr "現在のステータスは不明です。" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 98 -msgid "Disconnect selected client?" -msgstr "選択したクライアントを切断しますか?" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 131 -msgid "Session" -msgstr "セッション" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 132 -msgid "userName" -msgstr "ユーザ名" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 133 -msgid "macAddress" -msgstr "MAC アドレス" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 134 -msgid "ipAddress" -msgstr "IP アドレス" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 135 -msgid "connected since" -msgstr "接続開始時間: " - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 63 -msgid "Error reconfiguring captiveportal" -msgstr "キャプティブポータルの再構成中にエラーが発生しました" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 167 -msgid "Error uploading template" -msgstr "テンプレートのアップロード中にエラーが発生しました" - -msgid "Zones" -msgstr "ゾーン" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 181 -msgid "Templates" -msgstr "テンプレート" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 86 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 409 -msgid "Enabled" -msgstr "有効" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 87 -msgid "Zoneid" -msgstr "ゾーン ID" - -msgid "Description" -msgstr "説明" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 89 -msgid "Commands" -msgstr "コマンド" - -msgid "ID" -msgstr "ID" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 214 -msgid "Fileid" -msgstr "ファイル ID" - -msgid "Name" -msgstr "名前" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 111 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 505 -msgid "Apply" -msgstr "適用" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 251 -msgid "Upload file" -msgstr "ファイルをアップロード" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 257 -msgid "Template name" -msgstr "テンプレート名" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 261 -msgid "File input" -msgstr "ファイルをインプット" - -msgid "Upload" -msgstr "アップロード" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "Please setup a voucher server first " -msgstr "最初にバウチャーサーバを設定してください" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "goto auth servers" -msgstr "認証サーバに移動" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 139 -msgid "Remove voucher group" -msgstr "バウチャーグループを削除" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 140 -msgid "All vouchers within this group will be deleted" -msgstr "このグループに含まれる全てのバウチャーは削除されます" - -msgid "Yes" -msgstr "はい" - -msgid "Voucher" -msgstr "バウチャー" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 240 -msgid "Valid from" -msgstr "有効期間の開始" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 241 -msgid "Valid to" -msgstr "有効時間の終了" - -msgid "State" -msgstr "ステータス" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 256 -msgid "Create vouchers" -msgstr "バウチャーを作成" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 276 -msgid "Generate vouchers" -msgstr "バウチャーを生成" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 282 -msgid "Validity" -msgstr "有効性" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 283 -msgid "Number of vouchers" -msgstr "バウチャーの数" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 284 -msgid "Groupname" -msgstr "グループ名" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 291 -msgid "4 hours" -msgstr "4 時間" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 292 -msgid "8 hours" -msgstr "8 時間" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 293 -msgid "1 day" -msgstr "1 日" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 294 -msgid "2 days" -msgstr "2 日" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 295 -msgid "3 days" -msgstr "3 日" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 296 -msgid "4 days" -msgstr "4 日" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 297 -msgid "5 days" -msgstr "5 日" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 298 -msgid "6 days" -msgstr "6 日" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 299 -msgid "1 week" -msgstr "1 週間" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 300 -msgid "2 weeks" -msgstr "2 週間" - -msgid "Generate" -msgstr "生成" - -msgid "Close" -msgstr "閉じる" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 39 -msgid "Fetching... (may take up to 30 seconds)" -msgstr "取得しています...( 30 秒程度かかります )" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 57 -msgid "Package Name" -msgstr "パッケージ名" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "Current Version" -msgstr "現在のバージョン" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "New Version" -msgstr "新バージョン" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 64 -msgid "NEW" -msgstr "NEW" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 67 -msgid "REINSTALL" -msgstr "再インストール" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 85 -msgid "Upgrading... (do not leave this page while upgrade is in progress)" -msgstr "アップグレードしています...( アップグレード中はこのページから移動しないでください )" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 100 -msgid "Executing... (do not leave this page while execute is in progress)" -msgstr "実行しています...( 実行中はこのページから移動しないでください )" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 146 -msgid "Upgrade done!" -msgstr "アップグレードが終了しました!" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 152 -msgid "Your device is rebooting" -msgstr "デバイスを再起動しています" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 157 -msgid "" -"The upgrade has finished and your device is being rebooted at the moment, " -"please wait..." -msgstr "アップグレードが終了しました。デバイスは現在再起動しています。少しお待ちください..." - -msgid "Size" -msgstr "サイズ" - -msgid "Version" -msgstr "バージョン" - -msgid "Comment" -msgstr "コメント" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 248 -msgid "Fetch updates to view available plugins." -msgstr "更新を取得して利用可能なプラグインを表示します。" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 207 -msgid "Upgrade now" -msgstr "今すぐアップグレード" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 208 -msgid "Fetch updates" -msgstr "更新を取得" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 209 -msgid "Click to check for updates." -msgstr "クリックで更新を確認します。" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 215 -msgid "Packages" -msgstr "パッケージ" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 307 -msgid "Plugins" -msgstr "プラグイン" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 108 -msgid "Updates" -msgstr "更新" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 217 -msgid "Progress" -msgstr "進行状況" - -# File: src/opnsense/mvc/app/views/OPNsense/Cron/index.volt, line: 116 -msgid "Jobs" -msgstr "ジョブ" - -msgid "IP" -msgstr "IP" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 79 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 79 -msgid "MAC" -msgstr "MAC" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 80 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 80 -msgid "Manufacturer" -msgstr "製造元" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 82 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 82 -msgid "Interface name" -msgstr "インタフェース名" - -msgid "Hostname" -msgstr "ホスト名" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 90 -msgid "NOTE: Local IPv6 peers use NDP instead of ARP." -msgstr "注意: ローカル IPv6 ピアは ARP ではなく NDP を使用します。" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 100 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 94 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 128 -msgid "Refresh" -msgstr "更新" - -msgid "IPv6" -msgstr "IPv6" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 100 -msgid "PID" -msgstr "PID" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 101 -msgid "USERNAME" -msgstr "USERNAME" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 102 -msgid "PRI" -msgstr "PRI" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 103 -msgid "NICE" -msgstr "NICE" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 104 -msgid "SIZE" -msgstr "SIZE" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 105 -msgid "RES" -msgstr "RES" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 106 -msgid "STATE" -msgstr "STATE" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 107 -msgid "C" -msgstr "C" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 108 -msgid "TIME" -msgstr "TIME" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 109 -msgid "WCPU" -msgstr "WCPU" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 110 -msgid "COMMAND" -msgstr "COMMAND" - -msgid "seconds" -msgstr "秒" - -msgid "days" -msgstr "日" - -msgid "hours" -msgstr "時間" - -msgid "minutes" -msgstr "分" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 336 -msgid "Year(s)" -msgstr "年" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 338 -msgid "Days" -msgstr "日" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 340 -msgid "Hours" -msgstr "時間" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 342 -msgid "Minutes" -msgstr "分" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 369 -msgid "full date & time" -msgstr "日付・時間" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 371 -msgid "timestamp" -msgstr "タイムスタンプ" - -msgid "Options" -msgstr "オプション" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 578 -msgid "Zoom level" -msgstr "ズームレベル" - -msgid "Inverse" -msgstr "反転" - -msgid "Off" -msgstr "オフ" - -msgid "On" -msgstr "オン" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 602 -msgid "Resolution" -msgstr "解像度" - -msgid "Standard" -msgstr "標準" - -msgid "Medium" -msgstr "中" - -msgid "High" -msgstr "高" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 622 -msgid "Show Tables" -msgstr "テーブル表示" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 646 -msgid "Please wait while loading data..." -msgstr "データを読み込んでいます。お待ちください..." - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 643 -msgid "Current detail is showing" -msgstr "現在の詳細情報を表示しています" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 643 -msgid "averages" -msgstr "平均" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 668 -msgid "Current View - Overview" -msgstr "現在の表示 - 概要" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 692 -msgid "Current View - Details" -msgstr "現在の表示 - 詳細" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 696 -msgid "Toggle Timeview" -msgstr "時間表示の切替" - -msgid "Timestamp" -msgstr "タイムスタンプ" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 706 -msgid "" -"Full Date &\n" -" Time" -msgstr "" -"日付・\n" -" 時間" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 712 -msgid "Download as CSV" -msgstr "CVS でダウンロード" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 383 -msgid "Alerts" -msgstr "アラート" - -msgid "Schedule" -msgstr "スケジュール" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 399 -msgid "rulesets" -msgstr "ルールセット" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 408 -msgid "Last updated" -msgstr "最終更新" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 418 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 455 -msgid "disable selected" -msgstr "選択したものを無効" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 419 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 456 -msgid "enable selected" -msgstr "選択したものを有効" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 443 -msgid "sid" -msgstr "SID" - -msgid "Action" -msgstr "動作" - -msgid "Source" -msgstr "送信元" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 445 -msgid "ClassType" -msgstr "クラスタイプ" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 446 -msgid "Message" -msgstr "メッセージ" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 447 -msgid "Info / enabled" -msgstr "情報 / 有効" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 481 -msgid "Search" -msgstr "検索" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 482 -msgid "Query" -msgstr "クエリ" - -msgid "Destination" -msgstr "送信先" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 495 -msgid "Alert" -msgstr "アラート" - -msgid "Info" -msgstr "情報" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 506 -msgid "Download & Update Rules" -msgstr "ダウンロードしてルールを更新" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 508 -msgid "" -"Please use \"Download & Update Rules\" to fetch your initial ruleset, " -"automatic updating can be scheduled after the first download" -msgstr "" -"「ダウンロードしてルールを更新」を初期ルールセットの取得に使用してください。初回ダウンロードの後に、自動アップデートがスケジュール可能になります。" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 519 -msgid "Processing request..." -msgstr "リクエストを処理しています..." - -# File: src/www/firewall_aliases_edit.php, line: 324 -# File: src/www/firewall_aliases_import.php, line: 165 -# File: src/www/firewall_nat_1to1_edit.php, line: 288 -# File: src/www/firewall_nat_edit.php, line: 507 -# File: src/www/firewall_nat_npt_edit.php, line: 176 -# File: src/www/firewall_nat_out_edit.php, line: 393 -# File: src/www/vpn_ipsec_mobile.php, line: 348 -# File: src/www/vpn_ipsec_phase1.php, line: 604 -# File: src/www/vpn_ipsec_phase2.php, line: 645 -# File: src/www/vpn_ipsec_settings.php, line: 164 -# File: src/www/vpn_openvpn_client.php, line: 480 -# File: src/www/vpn_openvpn_client.php.orig, line: 480 -# File: src/www/vpn_openvpn_csc.php, line: 340 -# File: src/www/vpn_openvpn_export.php, line: 633 -# File: src/www/vpn_openvpn_export.php.orig, line: 633 -# File: src/www/vpn_openvpn_export_shared.php, line: 312 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 312 -# File: src/www/vpn_openvpn_server.php, line: 730 -# File: src/www/vpn_openvpn_server.php.orig, line: 730 -msgid "full help" -msgstr "全てのヘルプ" - -# File: src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt, line: 234 -msgid "" -"\n" -" Add an item to the table to fetch a remote acl for " -"blacklisting.
\n" -" You can enable or disable the blacklist list.
\n" -" The active blacklists will be merged with the settings " -"under Forward Proxy -> Access Control List.\n" -" " -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 88 -msgid "Error reconfiguring trafficshaper" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 102 -msgid "Pipes" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 103 -msgid "Queues" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 112 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 142 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 171 -msgid "Origin" -msgstr "" - -msgid "Number" -msgstr "数" - -msgid "Bandwidth" -msgstr "帯域幅" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 116 -msgid "Metric" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 117 -msgid "Burst" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 118 -msgid "Mask" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 145 -msgid "Pipe" -msgstr "" - -msgid "Weight" -msgstr "重み付け" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 170 -msgid "#" -msgstr "" - -msgid "Protocol" -msgstr "プロトコル" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 176 -msgid "Target" -msgstr "" - -# File: src/opnsense/mvc/app/views/layout_partials/base_dialog.volt, line: 73 -# File: src/opnsense/mvc/app/views/layout_partials/base_form.volt, line: 63 -msgid "advanced mode" -msgstr "" - -# File: src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt, line: 61 -msgid "Clear All" -msgstr "" - -msgid "" -"%s IPs have been disabled. Please note that disabling does not survive a " -"reboot." -msgstr "%s IP は無効になりました。この無効化は、再起動で効果を失いますので、注意してください。" - -msgid "CARP has been enabled." -msgstr "CARP は有効になりました" - -# File: src/www/carp_status.php, line: 95 -msgid "" -"CARP has detected a problem and this unit has been demoted to BACKUP status." -msgstr "" - -# File: src/www/carp_status.php, line: 95 -msgid "Check link status on all interfaces with configured CARP VIPs." -msgstr "" - -#, fuzzy -msgid "Enable CARP" -msgstr "次を有効: DHCP+" - -# File: src/www/carp_status.php, line: 117 -msgid "Temporarily Disable CARP" -msgstr "" - -# File: src/www/carp_status.php, line: 122 -msgid "Enter Persistent CARP Maintenance Mode" -msgstr "" - -# File: src/www/carp_status.php, line: 120 -msgid "Leave Persistent CARP Maintenance Mode" -msgstr "" - -msgid "CARP Interface" -msgstr "CARP インタフェース" - -msgid "Virtual IP" -msgstr "仮想 IP" - -msgid "Could not locate any defined CARP interfaces." -msgstr "定義された CARP インタフェースを見つけられません" - -msgid "pfSync nodes" -msgstr "pfSync ノード" - -#, fuzzy -msgid "Luckily we have not detected a programming bug." -msgstr "残念ですが、プログラムのバグを検出しました。" - -# File: src/www/crash_reporter.php, line: 115 -msgid "Thank you for submitting this crash report." -msgstr "" - -# File: src/www/crash_reporter.php, line: 117 -msgid "Please consider submitting a crash report if the error persists." -msgstr "" - -# File: src/www/crash_reporter.php, line: 156 -msgid "Dismiss this report" -msgstr "" - -# File: src/www/crash_reporter.php, line: 157 -msgid "Submit this report" -msgstr "" - -#, fuzzy -msgid "Unfortunately we have detected at least one programming bug." -msgstr "残念ですが、プログラムのバグを検出しました。" - -# File: src/www/crash_reporter.php, line: 150 -msgid "Would you like to submit this crash report to the developers?" -msgstr "" - -# File: src/www/crash_reporter.php, line: 174 -msgid "" -"You can help us further by adding your contact information and a problem " -"description. Please note that providing your contact information greatly " -"improves the chances of bugs being fixed." -msgstr "" - -# File: src/www/crash_reporter.php, line: 176 -msgid "your@email.com" -msgstr "" - -# File: src/www/crash_reporter.php, line: 177 -msgid "A short problem description or steps to reproduce." -msgstr "" - -# File: src/www/crash_reporter.php, line: 156 -msgid "" -"Please double-check the following contents to ensure you are comfortable " -"submitting the following information." -msgstr "" - -# File: src/www/crash_reporter.php, line: 170 -msgid "Report an issue" -msgstr "" - -msgid "is not a valid authentication server" -msgstr "有効な認証サーバではありません" - -msgid "A username and password must be specified." -msgstr "ユーザ名とパスワードを指定する必要があります。" - -msgid "User" -msgstr "ユーザ" - -msgid "authenticated successfully." -msgstr "認証に成功しました" - -msgid "This user is a member of these groups" -msgstr "このユーザはこれらのグループのメンバーです" - -msgid "Authentication failed." -msgstr "認証に失敗しました" - -# File: src/www/diag_authentication.php, line: 105 -msgid "Test a server" -msgstr "" - -msgid "Authentication Server" -msgstr "認証サーバ" - -msgid "Username" -msgstr "ユーザ名" - -msgid "Test" -msgstr "テスト" - -msgid "DHCP Server" -msgstr "DHCP サーバ" - -msgid "DHCPv6 Server" -msgstr "DHCPv6 サーバ" - -msgid "Firewall Rules" -msgstr "ファイアウォールルール" - -msgid "IPSEC" -msgstr "IPsec" - -msgid "PPTP Server" -msgstr "PPTP サーバ" - -msgid "RRD Data" -msgstr "RRD データ" - -msgid "Scheduled Tasks" -msgstr "スケジュール済みのタスク" - -msgid "Syslog" -msgstr "Syslog" - -msgid "Static routes" -msgstr "静的ルート" - -msgid "System tunables" -msgstr "システム調整パラメータ" - -msgid "SNMP Server" -msgstr "SNMP サーバ" - -msgid "VLANS" -msgstr "VLAN" - -msgid "You must supply and confirm the password for encryption." -msgstr "暗号化パスワードの入力と確認が必要です" - -msgid "The supplied 'Password' and 'Confirm' field values must match." -msgstr "入力された「パスワード」及び「確認」フィールドの値は一致する必要があります。" - -msgid "You must supply and confirm the password for decryption." -msgstr "復号化パスワードの入力と確認が必要です" - -msgid "Warning, could not read file %s" -msgstr "警告: ファイル %s を読み込めません" - -msgid "The configuration could not be restored (file upload error)." -msgstr "構成はリストアできませんでした ( ファイルアップロードエラー )" - -#, fuzzy -msgid "" -"The uploaded file does not appear to contain an encrypted OPNsense " -"configuration." -msgstr "アップロードされたファイルには、暗号化された pfsense 構成が含まれていないようです" - -msgid "" -"You have selected to restore an area but we could not locate the correct xml " -"tag." -msgstr "リストアする領域が選択されましたが、正しい XML タグを見つけられませんでした。" - -#, fuzzy -msgid "Upgrading m0n0wall configuration to OPNsense." -msgstr "m0n0wall 構成を pfsense にアップグレードしています" - -msgid "" -"The configuration area has been restored. You may need to reboot the " -"firewall." -msgstr "構成領域がリストアされました。ファイアウォールを再起動してください。" - -msgid "The m0n0wall configuration has been restored and upgraded to OPNsense." -msgstr "m0n0wall 構成はリストアされ、OPNsense にアップグレードされました。" - -msgid "The configuration could not be restored." -msgstr "構成はリストアできませんでした。" - -#, fuzzy -msgid "Google Drive communication failure" -msgstr "クライアント間通信" - -# File: src/www/diag_backup.php, line: 524 -msgid "Backup succesfull, current filelist:" -msgstr "" - -msgid "The firewall configuration has been changed." -msgstr "ファイアウォールの構成が変更されました" - -msgid "The firewall is now rebooting." -msgstr "ファイアウォールは再起動しています" - -msgid "Download" -msgstr "ダウンロード" - -msgid "Click this button to download the system configuration in XML format." -msgstr "このボタンをクリックすると、XML 形式でシステム構成をダウンロードします。" - -msgid "Backup area:" -msgstr "バックアップ領域: " - -msgid "ALL" -msgstr "全て" - -msgid "Encrypt this configuration file." -msgstr "この構成ファイルを暗号化する" - -msgid "" -"Do not backup RRD data (NOTE: RRD Data can consume 4+ megabytes of " -"config.xml space!)" -msgstr "RRD データをバックアップしない ( 注意: RRD データは config.xml の4メガバイト以上を使用します!)" - -msgid "confirm:" -msgstr "確認: " - -msgid "Download configuration" -msgstr "ダウンロード構成" - -# File: src/www/diag_backup.php, line: 672 -msgid "Restore" -msgstr "リストア" - -msgid "Open a" -msgstr "" - -msgid "" -"configuration XML file and click the button below to restore the " -"configuration." -msgstr " の構成 XML ファイルを開きます。構成をリストアするには、下のボタンをクリックしてください。" - -msgid "Restore area:" -msgstr "リストア領域: " - -msgid "Configuration file is encrypted." -msgstr "暗号化された構成ファイル" - -msgid "Restore configuration" -msgstr "構成のリストア" - -msgid "Note:" -msgstr "注意: " - -msgid "The firewall will reboot after restoring the configuration." -msgstr "ファイアウォールは構成の復元後に再起動します。" - -# File: src/www/diag_backup.php, line: 734 -msgid "Google Drive" -msgstr "" - -msgid "Enable" -msgstr "有効" - -msgid "Email Address" -msgstr "電子メールアドレス" - -#, fuzzy -msgid "(not loaded)" -msgstr "ダウンロード済" - -# File: src/www/diag_backup.php, line: 759 -msgid "(replace)" -msgstr "" - -#, fuzzy -msgid "P12 key" -msgstr "TX 鍵" - -# File: src/www/diag_backup.php, line: 760 -msgid "Folder ID" -msgstr "" - -#, fuzzy -msgid "Backup Count" -msgstr "バックアップ構成" - -#, fuzzy -msgid "Password protect your data" -msgstr "コンソールメニューをパスワードで保護" - -msgid "Password :" -msgstr "パスワード : " - -#, fuzzy -msgid "Confirm :" -msgstr "確認 : " - -# File: src/www/diag_backup.php, line: 207 -# File: src/www/diag_backup.php, line: 765 -msgid "Setup/Test Google Drive" -msgstr "" - -# File: src/www/diag_confbak.php, line: 42 -msgid "Changed backup revision count." -msgstr "" - -# File: src/www/diag_confbak.php, line: 59 -msgid "Deleted backup with timestamp %s and description \"%s\"." -msgstr "" - -# File: src/www/diag_confbak.php, line: 61 -msgid "Unable to delete the selected configuration." -msgstr "" - -msgid "Restore from Configuration Backup" -msgstr "構成バックアップからリストア" - -msgid "No" -msgstr "いいえ" - -#, fuzzy -msgid "Remove Configuration Backup" -msgstr "構成の復元" - -# File: src/www/diag_confbak.php, line: 248 -msgid "" -"Enter the number of older configurations to keep in the local backup cache. " -"By default this is 30." -msgstr "" - -msgid "Save" -msgstr "保存" - -# File: src/www/diag_confbak.php, line: 255 -msgid "" -"NOTE: Be aware of how much space is consumed by backups before adjusting " -"this value. Current space used by backups: " -msgstr "" - -msgid "Configuration diff from" -msgstr "次からの構成差分: " - -msgid "to" -msgstr "to" - -# File: src/www/diag_confbak.php, line: 271 -msgid "View differences" -msgstr "" - -# File: src/www/diag_confbak.php, line: 266 -msgid "" -"To view the differences between an older configuration and a newer " -"configuration, select the older configuration using the left column of radio " -"options and select the newer configuration in the right column, then press " -"the button." -msgstr "" - -msgid "Diff" -msgstr "差分" - -msgid "Date" -msgstr "日付" - -msgid "Configuration Change" -msgstr "構成変更" - -msgid "Current" -msgstr "現在" - -msgid "Revert to this configuration" -msgstr "この構成に戻す" - -msgid "Remove this backup" -msgstr "このバックアップを削除" - -msgid "Download this backup" -msgstr "このバックアップをダウンロード" - -msgid "" -"The system has been reset to factory defaults and is now rebooting. This may " -"take a few minutes, depending on your hardware." -msgstr "システムは出荷時の規定値にリセットされ、現在再起動しています。この作業には、ハードウェアに応じて、数分かかります。" - -# File: src/www/diag_defaults.php, line: 50 -msgid "If you click \"Yes\", the firewall will:" -msgstr "" - -msgid "Reset to factory defaults" -msgstr "出荷時の規定値にリセット" - -msgid "LAN IP address will be reset to 192.168.1.1" -msgstr "LAN IP アドレスは 192.168.1.1 にリセット" - -msgid "System will be configured as a DHCP server on the default LAN interface" -msgstr "デフォルト LAN インタフェースの DHCP サーバとしてシステムを構成" - -msgid "Reboot after changes are installed" -msgstr "変更のインストール後に再起動" - -msgid "" -"WAN interface will be set to obtain an address automatically from a DHCP " -"server" -msgstr "WAN インタフェースは DHCP サーバからアドレスを自動取得に設定" - -#, fuzzy -msgid "webConfigurator admin username will be reset to 'root'" -msgstr "Web 設定管理画面の管理者ユーザー名は 'admin' にリセット" - -msgid "webConfigurator admin password will be reset to" -msgstr "Web 設定管理画面の管理者パスワードは次の通りにリセット: " - -msgid "Are you sure you want to proceed?" -msgstr "続行してもよろしいですか?" - -msgid "Host must be a valid hostname or IP address." -msgstr "ホストには、有効なホスト名または IP アドレスが必要です" - -msgid "No response" -msgstr "応答なし" - -msgid "Resolve DNS hostname or IP" -msgstr "DNS ホスト名または IP アドレスを名前解決" - -msgid "Hostname or IP" -msgstr "ホスト名または IP" - -# File: src/www/diag_dns.php, line: 90 -msgid "Response" -msgstr "" - -msgid "Address" -msgstr "アドレス" - -msgid "Resolution time per server" -msgstr "サーバあたりの名前解決時間" - -msgid "Query time" -msgstr "クエリ時間" - -msgid "More Information:" -msgstr "その他の情報: " - -msgid "" -"NOTE: The following links are to external services, so their reliability " -"cannot be guaranteed." -msgstr "注意: 以下は、外部サービスへのリンクです。そのため、信頼性を保証できません" - -msgid "IP WHOIS @ DNS Stuff" -msgstr "IP WHOIS @ DNS Stuff" - -msgid "IP Info @ DNS Stuff" -msgstr "IP Info @ DNS Stuff" - -msgid "invalid input" -msgstr "無効な入力です" - -msgid "An error occurred." -msgstr "エラーが発生しました" - -msgid "Current total state count" -msgstr "現在の合計ステータス数" - -msgid "Filter expression:" -msgstr "フィルタ式: " - -msgid "Kill" -msgstr "Kill" - -#, fuzzy -msgid "Int" -msgstr "Int." - -msgid "Proto" -msgstr "プロトコル" - -msgid "Source -> Router -> Destination" -msgstr "発信元 -> ルータ -> 発信先" - -msgid "Remove all state entries from" -msgstr "全ステータスエントリを削除: " - -msgid "No states were found." -msgstr "ステータスはありません" - -msgid "States matching current filter" -msgstr "現在のフィルタに一致するステータス" - -msgid "Source -> Destination" -msgstr "送信元 -> 送信先" - -msgid "# States" -msgstr "ステータス番号" - -msgid "# Connections" -msgstr "接続番号" - -msgid "Rate" -msgstr "率" - -msgid "Remove all source tracking entries from" -msgstr "全ての送信元追跡エントリを削除: " - -msgid "No source tracking entries were found." -msgstr "送信元追跡エントリがありません。" - -msgid "The system is halting now. This may take one minute." -msgstr "システムは停止中です。1 分程かかります" - -msgid "Are you sure you want to halt the system?" -msgstr "本当にシステムを停止してもよろしいですか?" - -# File: src/www/diag_ipsec.php, line: 91 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 127 -msgid "Connection" -msgstr "" - -#, fuzzy -msgid "Local ID" -msgstr "ローカル IP" - -msgid "Local IP" -msgstr "ローカル IP" - -#, fuzzy -msgid "Remote ID" -msgstr "リモート IP" - -msgid "Remote IP" -msgstr "リモート IP" - -# File: src/www/diag_ipsec.php, line: 97 -msgid "Local Auth" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 98 -msgid "Remote Auth" -msgstr "" - -#, fuzzy -msgid "Local subnets" -msgstr "ローカルサブネット" - -# File: src/www/diag_ipsec.php, line: 148 -msgid "SPI(s)" -msgstr "" - -#, fuzzy -msgid "Remote subnets" -msgstr "リモートサブネット" - -# File: src/www/diag_ipsec.php, line: 151 -msgid "Stats" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 162 -msgid "in" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 163 -msgid "out" -msgstr "" - -msgid "Time" -msgstr "時間" - -# File: src/www/diag_ipsec.php, line: 174 -msgid "Bytes in" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 175 -msgid "Bytes out" -msgstr "" - -#, fuzzy -msgid "Pool: " -msgstr "プール" - -#, fuzzy -msgid "usage: " -msgstr "CPU 使用率" - -#, fuzzy -msgid "online: " -msgstr "オンライン" - -msgid "Host" -msgstr "ホスト" - -# File: src/www/diag_ipsec_leases.php, line: 90 -msgid "No leases from this pool yet." -msgstr "" - -#, fuzzy -msgid "No IPsec pools." -msgstr "IPsec セキュリティポリシはありません" - -msgid "SPI" -msgstr "SPI" - -msgid "Enc. alg." -msgstr "暗号化アルゴリズム" - -msgid "Auth. alg." -msgstr "認証アルゴリズム" - -msgid "Data" -msgstr "データ" - -msgid "No IPsec security associations." -msgstr "IPsec セキュリティアソシエーションはありません" - -msgid "Direction" -msgstr "方向" - -msgid "Tunnel endpoints" -msgstr "トンネルエンドポイント" - -msgid "incoming (as seen by firewall)" -msgstr "着信 ( ファイアウォール基準 )" - -msgid "outgoing (as seen by firewall)" -msgstr "発信 ( ファイアウォール基準 )" - -msgid "No IPsec security policies." -msgstr "IPsec セキュリティポリシはありません" - -# File: src/www/diag_limiter_info.php, line: 37 -msgid "We could not find any limiters on this system." -msgstr "" - -msgid "Gathering Limiter information, please wait..." -msgstr "リミッタ情報を収集しています。しばらくお待ちください..." - -msgid "Easy Rule: Blocked from Firewall Log View" -msgstr "簡易ルール: ファイアウォールログ表示から拒否" - -msgid "Easy Rule" -msgstr "簡易ルール" - -msgid "Entry added" -msgstr "エントリを追加しました" - -msgid "Hosts blocked from Firewall Log view" -msgstr "ファイアウォールログ表示からホストを拒否" - -msgid "Easy Rule: Passed from Firewall Log View" -msgstr "簡易ルール: ファイアウォールログ表示から許可" - -msgid "Tried to block invalid IP:" -msgstr "拒否を試みた IP は無効です: " - -msgid "Invalid interface for block rule:" -msgstr "拒否ルールに設定されたインタフェースは無効です: " - -msgid "Host added successfully" -msgstr "ホストが正常に追加されました" - -msgid "Failed to create block rule, alias, or add host." -msgstr "拒否ルール、エイリアスの作成、もしくはホストの追加に失敗しました" - -msgid "Tried to block but had no host IP or interface" -msgstr "拒否を試みましたが、ホストの IP もしくはインタフェースがありません" - -msgid "Unknown block error." -msgstr "不明な拒否エラーです" - -msgid "Invalid interface for pass rule:" -msgstr "許可ルールに設定されたインタフェースは無効です: " - -msgid "Invalid protocol for pass rule:" -msgstr "許可ルールに設定されたプロトコルは無効です: " - -msgid "Tried to pass invalid source IP:" -msgstr "許可を試みた送信元 IP は無効です: " - -msgid "Tried to pass invalid destination IP:" -msgstr "許可を試みた送信先 IP は無効です: " - -msgid "Missing destination port:" -msgstr "送信先ポートが設定されていません: " - -msgid "Tried to pass invalid destination port:" -msgstr "許可を試みた送信先ポートは無効です: " - -msgid "Successfully added pass rule!" -msgstr "許可ルールは正常に追加されました!" - -msgid "Failed to add pass rule." -msgstr "許可ルールの追加に失敗しました" - -msgid "Missing parameters for pass rule." -msgstr "許可ルールのパラメータが設定されていません" - -msgid "Unknown pass error." -msgstr "不明な許可エラーです" - -# File: src/www/diag_logs_filter.php, line: 43 -msgid "Cannot resolve" -msgstr "" - -msgid "The rule that triggered this action is" -msgstr "この動作のトリガとなったルール: " - -# File: src/www/diag_logs_filter.php, line: 627 -msgid "Time and interface" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 628 -msgid "Source and destination IP Address" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 629 -msgid "Source and destination port" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 642 -msgid "Source IP Address" -msgstr "" - -msgid "Source Port" -msgstr "送信元ポート" - -msgid "Quantity" -msgstr "数量" - -# File: src/www/diag_logs_filter.php, line: 654 -msgid "Destination IP Address" -msgstr "" - -msgid "Destination Port" -msgstr "送信先ポート" - -# File: src/www/diag_logs_filter.php, line: 656 -msgid "Protocol Flags" -msgstr "" - -msgid "Any" -msgstr "任意" - -msgid "IPv4" -msgstr "IPv4" - -msgid "Last %s firewall log entries." -msgstr "最新 %s ファイアウォールログエントリ" - -# File: src/www/diag_logs_filter.php, line: 706 -msgid "Showing %s matching log entries (maximum is %s)." -msgstr "" - -msgid "If" -msgstr "IF" - -msgid "Rule" -msgstr "ルール" - -# File: src/www/diag_logs_filter.php, line: 748 -msgid "Direction=OUT" -msgstr "" - -#, fuzzy -msgid "Click to resolve" -msgstr "確認をクリックしてください" - -msgid "Easy Rule: Add to Block List" -msgstr "簡易ルール: 拒否リストに追加" - -msgid "Easy Rule: Pass this traffic" -msgstr "簡易ルール: このトラフィックを許可" - -# File: src/www/diag_logs_filter.php, line: 790 -msgid "Icon Easy Rule: Pass this traffic" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 837 -msgid "added block rule" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 859 -msgid "added pass rule" -msgstr "" - -# File: src/www/diag_logs_filter_dynamic.php, line: 101 -msgid "Showing last %s records." -msgstr "" - -#, fuzzy -msgid "Pause" -msgstr "一時停止: " - -msgid "Last %s firewall log entries" -msgstr "最新 %s ファイアウォールログエントリ" - -msgid "Clear log" -msgstr "ログの消去" - -msgid "Actions" -msgstr "動作" - -msgid "Protocols" -msgstr "プロトコル" - -msgid "Source IPs" -msgstr "送信元 IP" - -msgid "Destination IPs" -msgstr "送信先 IP" - -msgid "Source Ports" -msgstr "送信元ポート" - -msgid "Destination Ports" -msgstr "送信先ポート" - -msgid "other" -msgstr "その他" - -# File: src/www/diag_logs_filter_summary.php, line: 124 -msgid "" -"The following summaries have been collected from the last %s lines of the " -"firewall log (maximum is %s)." -msgstr "" - -msgid "Count" -msgstr "合計" - -msgid "L2TP Logins" -msgstr "L2TP ログイン" - -msgid "L2TP Raw" -msgstr "L2TP 生" - -msgid "PPPoE Logins" -msgstr "PPPoE ログイン" - -msgid "PPPoE Raw" -msgstr "PPPoE 生" - -msgid "PPTP Logins" -msgstr "PPTP ログイン" - -msgid "PPTP Raw" -msgstr "PPTP 生" - -# File: src/www/diag_logs_pills.inc, line: 44 -msgid "Cache" -msgstr "" - -# File: src/www/diag_logs_pills.inc, line: 42 -msgid "Store" -msgstr "" - -#, fuzzy -msgid "The log files have been reset." -msgstr "ここのオプションは次に移転しました: " - -# File: src/www/status_rrd_graph_settings.php, line: 40 -msgid "RRD data has been cleared." -msgstr "" - -#, fuzzy -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #1." -msgstr "リモート syslog サーバ #1 に有効な IP/hostname、または、IP/hostname:port を指定してください。" - -#, fuzzy -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #2." -msgstr "リモート syslog サーバ #2 に有効な IP/hostname、または、IP/hostname:port を指定してください。" - -#, fuzzy -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #3." -msgstr "リモート syslog サーバ #3 に有効な IP/hostname、または、IP/hostname:port を指定してください。" - -msgid "Number of log entries to show must be between 5 and 2000." -msgstr "表示するログエントリの数は 5 - 2000 です。" - -#, fuzzy -msgid "Log file size must be a positive integer greater than 5120." -msgstr "重み付けは 1 - 100 の整数です。" - -msgid "webConfigurator configuration has changed. Restarting webConfigurator." -msgstr "Web 設定管理画面の構成が変更されました。Web 設定管理画面を再起動しています" - -# File: src/www/diag_logs_settings.php, line: 163 -msgid "WebGUI process is restarting." -msgstr "" - -msgid "" -"Do you really want to reset the RRD graphs? This will erase all graph data." -msgstr "本当に RRD グラフをリセットしますか?全てのグラフデータが消去されます。" - -#, fuzzy -msgid "" -"Do you really want to reset the log files? This will erase all local log " -"data." -msgstr "本当に RRD グラフをリセットしますか?全てのグラフデータが消去されます。" - -# File: src/www/diag_logs_settings.php, line: 339 -msgid "Reporting Database Options" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 342 -msgid "Round-Robin-Database" -msgstr "" - -msgid "Enables the RRD graphing backend." -msgstr "RRD グラフバックエンドを有効" - -msgid "Reset RRD Data" -msgstr "RRD データのリセット" - -msgid "" -"Graphs will not be allowed to be recreated within a 1 minute interval, " -"please take this into account after changing the style." -msgstr "グラフは 1 分以内に再作成することはできません。スタイルの変更後は、この点を忘れないで下さい。" - -# File: src/www/diag_logs_settings.php, line: 371 -msgid "Local Logging Options" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 378 -msgid "Reverse Display" -msgstr "" - -msgid "Show log entries in reverse order (newest entries on top)" -msgstr "ログエントリを逆順に表示 ( 最新エントリを一番上にする )" - -# File: src/www/diag_logs_settings.php, line: 315 -msgid "GUI Log Entries to Display" -msgstr "" - -msgid "" -"Hint: This is only the number of log entries displayed in the GUI. It does " -"not affect how many entries are contained in the actual log files." -msgstr "ヒント: GUI で表示されるログエントリの数としてのみ使用されます。実際のログファイルに含めるエントリの数には影響しません。" - -# File: src/www/diag_logs_settings.php, line: 321 -msgid "Log File Size (Bytes)" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 283 -msgid "" -"Logs are held in constant-size circular log files. This field controls how " -"large each log file is, and thus how many entries may exist inside the log. " -"By default this is approximately 500KB per log file, and there are nearly 20 " -"such log files." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 285 -msgid "" -"NOTE: Log sizes are changed the next time a log file is cleared or deleted. " -"To immediately increase the size of the log files, you must first save the " -"options to set the size, then clear all logs using the \"Reset Log Files\" " -"option farther down this page. " -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 286 -msgid "" -"Be aware that increasing this value increases every log file size, so disk " -"usage will increase significantly." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 287 -msgid "Disk space currently used by log files: " -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 288 -msgid "Remaining disk space for log files: " -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 333 -msgid "Log Firewall Default Blocks" -msgstr "" - -#, fuzzy -msgid "Log packets matched from the default block rules put in the ruleset" -msgstr "デフォルトルールで拒否されたパケットをログに記録" - -msgid "" -"Hint: packets that are blocked by the implicit default block rule will not " -"be logged if you uncheck this option. Per-rule logging options are still " -"respected." -msgstr "" -"ヒント: " -"このオプションをチェックしない場合、暗黙のデフォルト拒否ルールが拒否したパケットは、ログに記録されません。ルール毎のログオプションには影響しません" - -#, fuzzy -msgid "Log packets matched from the default pass rules put in the ruleset" -msgstr "デフォルトルールで拒否されたパケットをログに記録" - -#, fuzzy -msgid "" -"Hint: packets that are allowed by the implicit default pass rule will be " -"logged if you check this option. Per-rule logging options are still " -"respected." -msgstr "" -"ヒント: " -"このオプションをチェックしない場合、暗黙のデフォルト拒否ルールが拒否したパケットは、ログに記録されません。ルール毎のログオプションには影響しません" - -#, fuzzy -msgid "Log packets blocked by 'Block Bogon Networks' rules" -msgstr "デフォルトルールで拒否されたパケットをログに記録" - -#, fuzzy -msgid "Log packets blocked by 'Block Private Networks' rules" -msgstr "デフォルトルールで拒否されたパケットをログに記録" - -# File: src/www/diag_logs_settings.php, line: 351 -msgid "Web Server Log" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 312 -msgid "Log errors from the web server process." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 313 -msgid "" -"Hint: If this is checked, errors from the lighttpd web server process for " -"the GUI or Captive Portal will appear in the main system log." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 357 -msgid "Filter descriptions" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 360 -msgid "Omit descriptions" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 361 -msgid "Display as column" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 362 -msgid "Display as second row" -msgstr "" - -msgid "Show the applied rule description below or in the firewall log rows." -msgstr "適用されたルールの説明を、ファイアウォールログ行の下または内部に表示します。" - -#, fuzzy -msgid "" -"Displaying rule descriptions for all lines in the log might affect " -"performance with large rule sets." -msgstr "ルールの説明をログの全ての行に表示すると、大きいルールセットのパフォーマンスに影響する可能性があります。" - -# File: src/www/diag_logs_settings.php, line: 370 -msgid "Local Logging" -msgstr "" - -msgid "Disable writing log files to the local disk" -msgstr "ローカルディスクへのログファイルの書き込みを無効" - -# File: src/www/diag_logs_settings.php, line: 375 -msgid "Reset Logs" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 71 -# File: src/www/diag_logs_settings.php, line: 342 -msgid "Reset Log Files" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 344 -msgid "" -"Note: Clears all local log files and reinitializes them as empty logs. This " -"also restarts the DHCP daemon. Use the Save button first if you have made " -"any setting changes." -msgstr "" - -msgid "Remote Logging Options" -msgstr "リモートログオプション" - -msgid "Source Address" -msgstr "送信元アドレス" - -# File: src/www/diag_logs_settings.php, line: 392 -msgid "Default (any)" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 370 -msgid "" -"This option will allow the logging daemon to bind to a single IP address, " -"rather than all IP addresses." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 371 -msgid "" -"If you pick a single IP, remote syslog severs must all be of that IP type. " -"If you wish to mix IPv4 and IPv6 remote syslog servers, you must bind to all " -"interfaces." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 373 -msgid "" -"NOTE: If an IP address cannot be located on the chosen interface, the daemon " -"will bind to all addresses." -msgstr "" - -msgid "IP Protocol" -msgstr "IP プロトコル" - -# File: src/www/diag_logs_settings.php, line: 384 -msgid "" -"This option is only used when a non-default address is chosen as the source " -"above. This option only expresses a preference; If an IP address of the " -"selected type is not found on the chosen interface, the other type will be " -"tried." -msgstr "" - -msgid "Enable Remote Logging" -msgstr "リモートログを有効" - -msgid "Send log messages to remote syslog server" -msgstr "リモート syslog サーバにログメッセージを送信" - -msgid "Remote Syslog Servers" -msgstr "リモート syslog サーバ" - -msgid "IP addresses of remote syslog servers, or an IP:port." -msgstr "リモート syslog サーバの IP アドレス、または IP:port" - -msgid "Remote Syslog Contents" -msgstr "リモート syslog 内容" - -msgid "Everything" -msgstr "全て" - -msgid "System events" -msgstr "システムイベント" - -msgid "Firewall events" -msgstr "ファイアウォールイベント" - -msgid "DHCP service events" -msgstr "DHCP サービスイベント" - -msgid "Portal Auth events" -msgstr "ポータル認証イベント" - -msgid "VPN (PPTP, IPsec, OpenVPN) events" -msgstr "VPN ( PPTP 、IPsec、OpenVPN ) イベント" - -msgid "Gateway Monitor events" -msgstr "ゲートウェイ監視イベント" - -msgid "Server Load Balancer events" -msgstr "サーバロードバランサイベント" - -msgid "Wireless events" -msgstr "無線イベント" - -msgid "" -"syslog sends UDP datagrams to port 514 on the specified remote syslog " -"server, unless another port is specified. Be sure to set syslogd on the " -"remote server to accept syslog messages from" -msgstr "" -"syslog は、他のポートが指定されていない限り、指定されたリモート syslog サーバのポート 514 に UDP ダイアグラムを送信します。" -"リモートサーバの syslogd が次からの syslog メッセージを受信する設定になっているか、確認して下さい: " - -msgid "IP address" -msgstr "IP アドレス" - -msgid "Invalid interface." -msgstr "無効なインタフェースです" - -msgid "Invalid address family." -msgstr "無効なアドレスファミリです" - -msgid "Invalid protocol." -msgstr "無効なプロトコルです" - -msgid "A valid IP address or CIDR block must be specified. [%s]" -msgstr "有効な IP アドレス、または CIDR ブロックを指定してください。[%s]" - -msgid "Invalid value specified for port." -msgstr "ポートに、無効な値が指定されました" - -msgid "Invalid value specified for packet length." -msgstr "パケット長に、無効な値が指定されました" - -msgid "Invalid value specified for packet count." -msgstr "パケット数に、無効な値が指定されました" - -msgid "Packet capture" -msgstr "パケットキャプチャ" - -msgid "Select the interface on which to capture traffic." -msgstr "トラフィックをキャプチャするインタフェースを選択" - -msgid "Promiscuous" -msgstr "無作為検出" - -msgid "If checked, the" -msgstr "チェックした場合、" - -msgid "packet capture" -msgstr "パケットキャプチャ" - -msgid "will be performed using promiscuous mode." -msgstr "は無作為検出モードを使用して実行されます。" - -msgid "Note" -msgstr "注意" - -msgid "Some network adapters do not support or work well in promiscuous mode." -msgstr "一部のネットワークアダプタは、無作為検出モードに対応していないか、または正しく動作しません。" - -msgid "Address Family" -msgstr "アドレスファミリ" - -# File: src/www/diag_packet_capture.php, line: 264 -msgid "IPv4 Only" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 265 -msgid "IPv6 Only" -msgstr "" - -msgid "" -"Select the type of traffic to be captured, either Any, IPv4 only or IPv6 " -"only." -msgstr "任意、IPv4 のみ、IPv6 のみのいずれかから、キャプチャされるトラフィックのタイプを選択してください。" - -msgid "ICMP" -msgstr "ICMP" - -# File: src/www/diag_packet_capture.php, line: 276 -msgid "Exclude ICMP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 277 -msgid "ICMPv6" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 278 -msgid "Exclude ICMPv6" -msgstr "" - -msgid "TCP" -msgstr "TCP" - -# File: src/www/diag_packet_capture.php, line: 280 -msgid "Exclude TCP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 281 -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "UDP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 282 -msgid "Exclude UDP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 283 -msgid "ARP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 284 -msgid "Exclude ARP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 285 -msgid "CARP (VRRP)" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 286 -msgid "Exclude CARP (VRRP)" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 287 -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "ESP" -msgstr "" - -msgid "Select the protocol to capture, or Any." -msgstr "キャプチャ等の処理をするプロトコルを選択してください。" - -msgid "Host Address" -msgstr "ホストアドレス" - -msgid "" -"This value is either the Source or Destination IP address or subnet in CIDR " -"notation. The packet capture will look for this address in either field." -msgstr "" -"送信元もしくは発信元の IP アドレス、または CIDR " -"表記のサブネットを指定してください。パケットキャプチャはいずれかのフィールドで、このアドレスを検索します。" - -# File: src/www/diag_packet_capture.php, line: 384 -msgid "" -"Matching can be negated by preceding the value with \"not\". Multiple IP " -"addresses or CIDR subnets may be specified as boolean expresion." -msgstr "" - -msgid "" -"If you leave this field blank, all packets on the specified interface will " -"be captured." -msgstr "このフィールドが空白の時は、指定されたインタフェースの全パケットをキャプチャします。" - -#, fuzzy -msgid "Example:" -msgstr "例" - -msgid "Port" -msgstr "ポート" - -msgid "Leave blank if you do not want to filter by port." -msgstr "ポートによるフィルタを行わない場合は空白にします。" - -msgid "" -"The port can be either the source or destination port. The packet capture " -"will look for this port in either field." -msgstr "送信元ポート、または送信先ポートを指定してください。パケットキャプチャはいずれかのフィールドでこのポートを検索します。" - -msgid "Packet Length" -msgstr "パケット長" - -msgid "" -"The Packet length is the number of bytes of each packet that will be " -"captured. Default value is 0, which will capture the entire frame regardless " -"of its size." -msgstr "パケット長は、キャプチャされるパケット毎のバイト数です。デフォルト値は 0 で、パケットサイズに関係なく、フレーム全体をキャプチャします。" - -msgid "Enter 0 (zero) for no count limit." -msgstr "個数制限をなくすには、0 ( ゼロ ) を入力してください。" - -msgid "" -"This is the number of packets the packet capture will grab. Default value is " -"100." -msgstr "パケットキャプチャがキャプチャするパケット数です。デフォルト値は 100 です。" - -# File: src/www/diag_packet_capture.php, line: 418 -msgid "View settings" -msgstr "" - -msgid "Level of Detail" -msgstr "詳細度" - -msgid "Normal" -msgstr "標準" - -msgid "Full" -msgstr "全部" - -msgid "" -"This is the level of detail that will be displayed after hitting 'Stop' when " -"the packets have been captured." -msgstr "パケットがキャプチャされた場合に、「停止」入力後に表示される詳細情報のレベルです。" - -msgid "" -"This option does not affect the level of detail when downloading the packet " -"capture." -msgstr "このオプションは、パケットキャプチャをダウンロードする時の詳細度には影響しません。" - -msgid "Reverse DNS Lookup" -msgstr "DNS の逆引き" - -msgid "" -"This check box will cause the packet capture to perform a reverse DNS lookup " -"associated with all IP addresses." -msgstr "このボックスをチェックすると、パケットキャプチャは全ての IP アドレスに対して DNS の逆引きによる関連付けを行います。" - -msgid "This option can cause delays for large packet captures." -msgstr "このオプションは大量のパケットキャプチャに対する遅延の原因になります。" - -msgid "Stop" -msgstr "停止" - -msgid "Start" -msgstr "開始" - -msgid "View Capture" -msgstr "キャプチャの表示" - -msgid "Download Capture" -msgstr "キャプチャをダウンロード" - -# File: src/www/diag_packet_capture.php, line: 461 -msgid "Delete Capture" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 479 -msgid "Capture output" -msgstr "" - -msgid "Gathering PF information, please wait..." -msgstr "PF 情報を収集しています。しばらくお待ちください..." - -msgid "Count must be between 1 and %s" -msgstr "カウントは 1 - %s です" - -msgid "When using IPv4, the target host must be an IPv4 address or hostname." -msgstr "IPv4 を使用する場合は、ターゲットホストには IPv4 アドレス、またはホスト名を指定する必要があります。" - -msgid "When using IPv6, the target host must be an IPv6 address or hostname." -msgstr "IPv6 を使用する場合は、ターゲットホストには IPv6 アドレス、またはホスト名を指定する必要があります。" - -msgid "Default" -msgstr "デフォルト" - -msgid "Ping output" -msgstr "ping 出力" - -msgid "The state table has been flushed successfully." -msgstr "ステータステーブルは正常に書き込みされました" - -msgid "The source tracking table has been flushed successfully." -msgstr "送信元追跡テーブルは正常に書き込みされました" - -msgid "Firewall state table" -msgstr "ファイアウォールステータステーブル" - -msgid "" -"Resetting the state tables will remove all entries from the corresponding " -"tables. This means that all open connections will be broken and will have to " -"be re-established. This may be necessary after making substantial changes to " -"the firewall and/or NAT rules, especially if there are IP protocol mappings (" -"e.g. for PPTP or IPv6) with open connections." -msgstr "" -"ステータステーブルをリセットすると、対応するテーブルから全てのエントリが削除されます。要は、全ての開いている接続は切断され、再接続する必要があるということ" -"です。ファイアウォール及び NAT もしくはそのどちらかのルールに実質的な変更を行った後、特に、開いている接続に対する IP プロトコルマッピング ( " -"例えば、PPTP や IPv6 に対して )が含まれている場合に、必要になります。" - -msgid "" -"The firewall will normally leave the state tables intact when changing rules." -msgstr "ルールの変更時に、ファイアウォールは、通常、ステータステーブルには何の変更も加えません。" - -msgid "" -"NOTE: If you reset the firewall state table, the browser session may appear " -"to be hung after clicking "Reset". Simply refresh the page to " -"continue." -msgstr "" -"注意: ファイアウォールステータステーブルをリセットすると、" リセット " " -"をクリックした後に、ブラウザセッションはハングアップしたようにみえます。続行するには、ページを単純に再読み込みしてください。" - -msgid "Firewall Source Tracking" -msgstr "ファイアウォール送信元追跡" - -msgid "" -"Resetting the source tracking table will remove all source/destination " -"associations. This means that the \"sticky\" source/destination association " -"will be cleared for all clients." -msgstr "" -"送信元追跡テーブルをリセットすると、全ての送信元 / 送信先とのアソシエーションが削除されます。これは、全てのクライアントの「スティッキー」な送信元 / " -"送信先とのアソシエーションは、消去されるということです。" - -msgid "This does not clear active connection states, only source tracking." -msgstr "これはアクティブ接続ステータスを消去しません。送信元追跡のみを行います。" - -msgid "Reset" -msgstr "リセット" - -msgid "Routing tables" -msgstr "ルーティングテーブル" - -msgid "Name resolution" -msgstr "名前解決" - -msgid "Enable this to attempt to resolve names when displaying the tables." -msgstr "これを有効にすると、テーブルを表示する際に名前解決を試みます。" - -msgid "" -"By enabling name resolution, the query should take a bit longer. You can " -"stop it at any time by clicking the Stop button in your browser." -msgstr "名前解決を有効にすると、クエリには少し時間がかかるようになります。ブラウザの「停止」ボタンをクリックすれば、いつでも名前解決を停止できます。" - -#, fuzzy -msgid "Number of rows" -msgstr "ユーザ数" - -msgid "all" -msgstr "全て" - -# File: src/www/diag_routes.php, line: 185 -msgid "Select how many rows to display." -msgstr "" - -#, fuzzy -msgid "Filter expression" -msgstr "フィルタ式: " - -#, fuzzy -msgid "Use a regular expression to filter IP address or hostnames." -msgstr "IP アドレス / ホスト型は、IP アドレスまたはホスト名です" - -msgid "Update" -msgstr "更新" - -#, fuzzy -msgid "Gathering data, please wait..." -msgstr "CPU 稼働状況を収集しています。しばらくお待ちください..." - -msgid "PASSED" -msgstr "成功" - -msgid "FAILED" -msgstr "失敗" - -msgid "Warning" -msgstr "警告" - -msgid "Abort" -msgstr "中止" - -msgid "Email sent to %s" -msgstr "%s に電子メールを送信" - -msgid "Information/Tests" -msgstr "情報 / テスト" - -msgid "Config" -msgstr "構成" - -msgid "Test email" -msgstr "テストメール" - -msgid "Send test email to %s" -msgstr "%s にテストメールを送信" - -msgid "Send" -msgstr "送信" - -msgid "Info type" -msgstr "情報タイプ" - -msgid "SMART Capabilities" -msgstr "SMART 機能" - -msgid "Attributes" -msgstr "属性" - -msgid "Device: /dev/" -msgstr "デバイス: /dev/" - -msgid "View" -msgstr "表示" - -msgid "Perform Self-tests" -msgstr "セルフテストを実行" - -msgid "Test type" -msgstr "テストタイプ" - -msgid "Offline" -msgstr "オフライン" - -msgid "Short" -msgstr "ショート" - -msgid "Long" -msgstr "ロング" - -msgid "Conveyance (ATA Disks Only)" -msgstr "搬送時エラーチェック ( ATA ディスクのみ )" - -msgid "View Logs" -msgstr "ログを表示" - -msgid "Log type" -msgstr "ログタイプ" - -msgid "Error" -msgstr "エラー" - -msgid "Self-test" -msgstr "セルフテスト" - -msgid "Abort tests" -msgstr "テストを中止" - -msgid "Do you really want to abort the test?" -msgstr "本当にテストを中止しますか?" - -msgid "Back" -msgstr "戻る" - -# File: src/www/diag_sockets.php, line: 41 -msgid "Show all socket connections" -msgstr "" - -# File: src/www/diag_sockets.php, line: 41 -msgid "Show only listening sockets" -msgstr "" - -# File: src/www/diag_sockets.php, line: 52 -msgid "Information about listening sockets for both %sIPv4%s and %sIPv6%s." -msgstr "" - -# File: src/www/diag_sockets.php, line: 53 -msgid "" -"For explanation about the meaning of the information listed for each socket " -"click %shere%s." -msgstr "" - -# File: src/www/diag_sockets.php, line: 54 -msgid "" -"To show information about both listening and connected sockets click this." -msgstr "" - -# File: src/www/diag_sockets.php, line: 123 -msgid "" -"This page show the output for the commands: \"sockstat -4lL\" and \"sockstat " -"-6lL\".%sOr in case of showing all sockets the output for: \"sockstat -4\" " -"and \"sockstat -6\".%s%sThe information listed for each socket is:" -msgstr "" - -# File: src/www/diag_sockets.php, line: 129 -msgid "The user who owns the socket." -msgstr "" - -# File: src/www/diag_sockets.php, line: 130 -msgid "The command which holds the socket." -msgstr "" - -# File: src/www/diag_sockets.php, line: 131 -msgid "The process ID of the command which holds the socket." -msgstr "" - -# File: src/www/diag_sockets.php, line: 132 -msgid "The file descriptor number of the socket." -msgstr "" - -# File: src/www/diag_sockets.php, line: 133 -msgid "" -"The transport protocol associated with the socket for Internet sockets, or " -"the type of socket (stream or data-gram) for UNIX sockets." -msgstr "" - -# File: src/www/diag_sockets.php, line: 134 -msgid "" -"(UNIX sockets only) For bound sockets, this is the file-name of the socket. %" -"sFor other sockets, it is the name, PID and file descriptor number of the " -"peer, or ``(none)'' if the socket is neither bound nor connected." -msgstr "" - -# File: src/www/diag_sockets.php, line: 135 -msgid "" -"(Internet sockets only) The address the local end of the socket is bound to (" -"see getsockname(2))." -msgstr "" - -# File: src/www/diag_sockets.php, line: 136 -msgid "" -"(Internet sockets only) The address the foreign end of the socket is bound " -"to (see getpeername(2))." -msgstr "" - -msgid "States" -msgstr "ステータス" - -msgid "Src Ports" -msgstr "送信元ポート" - -msgid "Dst Ports" -msgstr "送信先ポート" - -msgid "By Source IP" -msgstr "送信元 IP" - -msgid "By Destination IP" -msgstr "送信先 IP" - -msgid "Total per IP" -msgstr "IP アドレス毎の合計" - -msgid "By IP Pair" -msgstr "IP ペア" - -msgid "View type:" -msgstr "表示タイプ: " - -msgid "Sort type:" -msgstr "ソートタイプ: " - -msgid "Number of States:" -msgstr "ステータス数: " - -msgid "Label" -msgstr "ラベル" - -msgid "Speed" -msgstr "速度" - -msgid "Age" -msgstr "経過時間" - -msgid "Bytes" -msgstr "バイト" - -msgid "Destination Address" -msgstr "送信先アドレス" - -msgid "Expiry" -msgstr "有効時間" - -msgid "Peak" -msgstr "最大速度" - -msgid "Packet" -msgstr "パケット数" - -msgid "Gathering pfTOP activity, please wait..." -msgstr "pfTOP 稼働状況を収集しています。しばらくお待ちください..." - -# File: src/www/diag_tables.php, line: 53 -msgid "The bogons database has NOT been updated." -msgstr "" - -msgid "The bogons database has been updated." -msgstr "bogon データベースが更新されました。" - -msgid "Tables" -msgstr "テーブル" - -# File: src/www/diag_tables.php, line: 130 -msgid "Do you really want to flush this table?" -msgstr "" - -# File: src/www/diag_tables.php, line: 164 -msgid "Flush" -msgstr "" - -# File: src/www/diag_tables.php, line: 166 -msgid "Update bogons" -msgstr "" - -msgid "IP Address" -msgstr "IP アドレス" - -msgid "No entries exist in this table." -msgstr "このテーブルにエントリが存在しません。" - -# File: src/www/diag_tables.php, line: 187 -msgid "delete this entry" -msgstr "" - -msgid "Please enter a valid IP or hostname." -msgstr "有効な IP またはホスト名を入力してください。" - -msgid "Please enter a valid port number." -msgstr "有効なポート番号を入力してください。" - -msgid "Please enter a valid source port number, or leave the field blank." -msgstr "有効な送信元ポート番号を入力するか、フィールドを空白にしてください。" - -msgid "You cannot connect to an IPv4 address using IPv6." -msgstr "IPv6 を使用して IPv4 アドレスに接続できません。" - -msgid "You cannot connect to an IPv6 address using IPv4." -msgstr "IPv4 を使用して IPv6 アドレスに接続できません。" - -msgid "" -"This page allows you to perform a simple TCP connection test to determine if " -"a host is up and accepting connections on a given port. This test does not " -"function for UDP since there is no way to reliably determine if a UDP port " -"accepts connections in this manner." -msgstr "" -"このページでは、シンプルな TCP 接続テストを実行できます。ホストがアップしているか、指定したポートで接続を受信できるかを確認できます。このテストは " -"UDP に対しては機能しません。UDP ポートが、このやり方で接続を受信したかどうかを、確実に判断できる方法がないためです。" - -msgid "" -"No data is transmitted to the remote host during this test, it will only " -"attempt to open a connection and optionally display the data sent back from " -"the server." -msgstr "テスト中には、リモートホストにデータは送信されません。接続を開くことと、オプションでサーバから返信データの表示のみを試すことができます。" - -#, fuzzy -msgid "" -"If you force IPv4 or IPv6 and use a hostname that does not contain a result " -"using that protocol,
it will result in an error. For example if you " -"force IPv4 and use a hostname that only returns an AAAA IPv6 IP address, it " -"will not work." -msgstr "" -"IPv4 または IPv6 を強制して、ホスト名を使用する場合、プロトコルを使用した結果が含まれないため、エラーになります。例えば、IPv4 " -"を強制してホスト名を使用すると、AAAA IPv6 IP アドレスのみが返されるため、機能しません。" - -msgid "This should typically be left blank." -msgstr "通常は、ここを空白にしてください。" - -msgid "Show Remote Text" -msgstr "リモートテキストを表示" - -msgid "" -"Shows the text given by the server when connecting to the port. Will take 10+" -" seconds to display if checked." -msgstr "ポートに接続した時に、サーバから与えられたテキストを表示します。チェックされた場合、表示に 10 秒以上かかります。" - -msgid "Port Test Results" -msgstr "ポートテスト結果" - -msgid "" -"No output received, or connection failed. Try with \"Show Remote Text\" " -"unchecked first." -msgstr "出力が受信されない、もしくは、接続に失敗しました。「リモートテキストを表示」のチェックを外してから、再試行してください。" - -msgid "Connection failed (Refused/Timeout)" -msgstr "接続は失敗しました ( 拒絶 / タイムアウト )" - -msgid "ttl" -msgstr "TTL" - -msgid "Maximum number of hops must be between 1 and %s" -msgstr "ホップの最大数は 1 - %s です" - -msgid "Maximum number of hops" -msgstr "ホップの最大数" - -msgid "Reverse Address Lookup" -msgstr "逆アドレス検索" - -msgid "Use ICMP" -msgstr "ICMP を使用" - -msgid "Note: " -msgstr "注意: " - -msgid "" -"Traceroute may take a while to complete. You may hit the Stop button on your " -"browser at any time to see the progress of failed traceroutes." -msgstr "" -"traceroute は完了までに時間がかかる場合があります。ブラウザの停止ボタンをクリックすると、いつでも traceroute " -"を中断して、進行状況を確認できます。" - -msgid "" -"Using a source interface/IP address that does not match selected type (IPv4, " -"IPv6) will result in an error or empty output." -msgstr "" -"選択したタイプ ( IPv4、IPv6 ) と一致しない送信元インタフェース / IP アドレスを使用すると、エラーになるか、出力が空になります。" - -#, fuzzy -msgid "Traceroute output" -msgstr "traceroute の出力: " - -msgid "Help for items on this page" -msgstr "このページ項目のヘルプ" - -msgid "Save Settings" -msgstr "設定を保存" - -# File: src/www/fbegin.inc, line: 258 -msgid "Add widget" -msgstr "" - -msgid "Cannot delete alias. Currently in use by %s" -msgstr "エイリアスを削除できません。%s で現在使用されています" - -msgid "Add a new alias" -msgstr "新規エイリアスの追加" - -msgid "" -"Do you really want to delete this alias? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "本当にこのエイリアスを削除しますか?全ての要素は、まだ使用中であっても無効になります ( 例: フィルタルール ) !" - -msgid "The alias list has been changed." -msgstr "エイリアスリストが変更されました" - -msgid "You must apply the changes in order for them to take effect." -msgstr "有効にするには、変更を適用してください。" - -msgid "Values" -msgstr "値" - -msgid "Edit alias" -msgstr "エイリアスの編集" - -msgid "delete alias" -msgstr "エイリアスの削除" - -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 changes. You can enter the name of an alias instead of the " -"host, network or port in all fields that have a red background. The alias " -"will be resolved according to 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." -msgstr "" -"エイリアスは、実際のホスト、ネットワーク、ポートのプレースホルダとして機能します。ホスト、ネットワーク、ポートに変更が発生した場合に、必要となる変更の数を" -"最小限にすることができます。背景が赤いフィールドでは、ホスト、ネットワーク、ポートの代わりに、エイリアス名を入力することができます。エイリアスは上記のリス" -"トに従って、解決されます。エイリアスが解決できない ( 例: エイリアスを削除した等 ) 場合、一致する要素 ( 例: フィルタ / NAT / " -"シェイパルール ) は無効とみなされ、スキップされます。" - -msgid "Entry added %s" -msgstr "%s にエントリを追加しました" - -msgid "Cannot use a reserved keyword as alias name %s" -msgstr "エイリアス名 %s として予約語を使用できません" - -msgid "An interface description with this name already exists." -msgstr "この名前のインタフェースの説明は、既に存在しています。" - -msgid "" -"The alias name must be less than 32 characters long and may only consist of " -"the characters" -msgstr "エイリアス名は 32 文字以下で、使用できるのは文字のみです" - -# File: src/www/firewall_aliases_edit.php, line: 139 -msgid "Update Frequency should be a number" -msgstr "" - -msgid "An alias with this name already exists." -msgstr "同じ名前のエイリアスが既に存在します" - -# File: src/www/firewall_aliases_edit.php, line: 156 -msgid "Alias type may not be changed for an existing alias." -msgstr "" - -msgid "You must provide a valid URL." -msgstr "有効な URL を指定してください" - -# File: src/www/firewall_aliases_edit.php, line: 464 -msgid "IP or FQDN" -msgstr "" - -msgid "Host(s)" -msgstr "ホスト" - -msgid "Network(s)" -msgstr "ネットワーク" - -msgid "Port(s)" -msgstr "ポート" - -msgid "Alias Edit" -msgstr "エイリアスの編集" - -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z, 0-9 and " -"_\"." -msgstr "エイリアス名に使用できる文字は、a-z、A-Z、0-9、_ のみです" - -msgid "You may enter a description here for your reference (not parsed)." -msgstr "自分用のメモを入力できます ( 自由形式 )" - -# File: src/www/firewall_aliases_edit.php, line: 467 -# File: src/www/firewall_aliases_edit.php, line: 672 -msgid "URL (IPs)" -msgstr "" - -#, fuzzy -msgid "URL (Ports)" -msgstr "LAGG ポート" - -#, fuzzy -msgid "URL Table (IPs)" -msgstr "URL テーブル" - -#, fuzzy -msgid "URL Table (Ports)" -msgstr "URL テーブル" - -msgid "Network" -msgstr "ネットワーク" - -#, fuzzy -msgid "Update Freq. (days)" -msgstr "頻度を更新" - -msgid "Networks" -msgstr "ネットワーク" - -msgid "" -"Networks are specified in CIDR format. Select the CIDR mask that pertains " -"to each entry. /32 specifies a single IPv4 host, /128 specifies a single " -"IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, " -"etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 or /" -"128 for IPv6. You may also enter an IP range such as 192.168.1.1-" -"192.168.1.254 and a list of CIDR networks will be derived to fill the range." -msgstr "" -"ネットワークは CIDR 形式で指定します。エントリ毎に関連する CIDR マスクを選択してください。/32 で IPv4 ホスト単体を指定、/128 " -"で IPv6 ホスト単体を指定、/24 で 255.255.255.0 を指定、/64 で通常の IPv6 ネットワークを指定、等です。IPv4 で /" -"32 マスク、IPv6 で /128 を指定する場合は、ホスト名 ( FQDN ) でも指定できます。また、192.168.1.1-" -"192.168.1.254 のように IP 範囲を入力することで、その範囲にある CIDR ネットワークのリストを得ることができます" - -msgid "" -"Enter as many hosts as you would like. Hosts must be specified by their IP " -"address or fully qualified domain name (FQDN). FQDN hostnames are " -"periodically re-resolved and updated. If multiple IPs are returned by a DNS " -"query, all are used." -msgstr "" -"使用したいホストを全て入力します。ホストは IP アドレスか、完全修飾ドメイン名 (FQDN) で指定してください。FQDN " -"ホスト名は、定期的に再名前解決して更新されます。複数の IP が DNS 照会で戻ってきた場合は、全てが使用されます。" - -#, fuzzy -msgid "" -"Enter as many ports as you wish. Port ranges can be expressed by separating " -"with a colon." -msgstr "対象ポートを全て入力してください。ポート範囲はコロン区切りです" - -# File: src/www/firewall_aliases_edit.php, line: 456 -msgid "URL's" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 459 -msgid "" -"Enter a URL containing a large number of IPs,ports and/or Subnets. After " -"saving the lists will be downloaded and scheduled for automatic updates when " -"a frequency is provided." -msgstr "" - -msgid "Cancel" -msgstr "キャンセル" - -msgid "The alias name may only consist of the characters" -msgstr "エイリアス名には文字だけが使用できます" - -msgid "%s is not an IP address. Please correct the error to continue" -msgstr "%s は IP アドレスではありません。継続するには、エラーを修正してください。" - -msgid "Alias Import" -msgstr "エイリアスのインポート" - -msgid "Alias Name" -msgstr "エイリアス名" - -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z and 0-9\"" -"." -msgstr "エイリアス名には a-z、A-Z、0-9 の文字のみが使用できます。" - -msgid "You may enter a description here for your reference (not parsed)" -msgstr "自分用のメモを入力できます ( 自由形式 )" - -msgid "Aliases to import" -msgstr "インポートするエイリアス" - -msgid "" -"Paste in the aliases to import separated by a carriage return. Common " -"examples are lists of IPs, networks, blacklists, etc." -msgstr "" -"インポートするエイリアスを区切るには、改行コードを貼り付けてください。よくある例としては、IP リスト、ネットワークリスト、ブラックリスト等です。" - -# File: src/www/firewall_aliases_import.php, line: 204 -msgid "" -"The list may contain IP addresses, with or without CIDR prefix, IP ranges, " -"blank lines (ignored) and an optional description after each IP. e.g.:" -msgstr "" - -msgid "Add" -msgstr "追加" - -msgid "Do you really want to delete this rule?" -msgstr "本当にこのルールを削除しますか?" - -msgid "Do you really want to delete the selected rules?" -msgstr "本当に選択したルールを削除しますか?" - -msgid "The NAT configuration has been changed" -msgstr "NAT 構成が変更されました" - -msgid "address" -msgstr "アドレス" - -msgid "Anti-Lockout Rule" -msgstr "アンチロックアウトルール" - -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "disable rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "enable rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 333 -# File: src/www/firewall_nat.php, line: 347 -# File: src/www/firewall_nat.php, line: 361 -# File: src/www/firewall_nat.php, line: 375 -# File: src/www/firewall_nat.php, line: 404 -# File: src/www/firewall_nat_1to1.php, line: 239 -# File: src/www/firewall_nat_1to1.php, line: 252 -# File: src/www/firewall_nat_out.php, line: 384 -# File: src/www/firewall_nat_out.php, line: 402 -# File: src/www/firewall_nat_out.php, line: 430 -# File: src/www/firewall_rules.php, line: 490 -# File: src/www/firewall_rules.php, line: 504 -# File: src/www/firewall_rules.php, line: 518 -# File: src/www/firewall_rules.php, line: 532 -msgid "edit alias" -msgstr "" - -msgid "move selected rules before this rule" -msgstr "選択したルールをこのルールの前に移動" - -msgid "edit rule" -msgstr "ルールの編集" - -# File: src/www/firewall_nat.php, line: 423 -# File: src/www/firewall_nat_1to1.php, line: 269 -# File: src/www/firewall_nat_npt.php, line: 241 -# File: src/www/firewall_nat_out.php, line: 453 -# File: src/www/firewall_rules.php, line: 585 -msgid "delete rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 426 -# File: src/www/firewall_nat_1to1.php, line: 272 -# File: src/www/firewall_nat_npt.php, line: 244 -# File: src/www/firewall_nat_out.php, line: 456 -# File: src/www/firewall_rules.php, line: 588 -msgid "clone rule" -msgstr "" - -msgid "move selected rules to end" -msgstr "選択したルールを末尾に移動" - -msgid "delete selected rules" -msgstr "選択したルールを削除" - -msgid "add new rule" -msgstr "新規ルールの追加" - -# File: src/www/firewall_nat.php, line: 426 -# File: src/www/firewall_nat_1to1.php, line: 306 -# File: src/www/firewall_nat_npt.php, line: 288 -# File: src/www/firewall_nat_out.php, line: 476 -msgid "Enabled rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 430 -# File: src/www/firewall_nat_1to1.php, line: 310 -# File: src/www/firewall_nat_npt.php, line: 292 -# File: src/www/firewall_nat_out.php, line: 480 -msgid "Disabled rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 434 -msgid "No redirect" -msgstr "" - -msgid "linked rule" -msgstr "リンクしたルール" - -# File: src/www/firewall_nat.php, line: 442 -# File: src/www/firewall_nat_1to1.php, line: 314 -# File: src/www/firewall_rules.php, line: 579 -msgid "Alias (click to view/edit)" -msgstr "" - -# File: src/www/firewall_nat_1to1.php, line: 90 -msgid "Toggled NAT rule" -msgstr "" - -msgid "add rule" -msgstr "ルールを追加" - -msgid "The NAT configuration has been changed." -msgstr "NAT 構成が変更されました" - -msgid "External IP" -msgstr "外部 IP" - -msgid "Internal IP" -msgstr "内部 IP" - -msgid "Destination IP" -msgstr "送信先 IP" - -# File: src/www/firewall_nat_1to1.php, line: 266 -msgid "edit rule " -msgstr "" - -msgid "Depending on the way your WAN connection is setup, you may also need a" -msgstr "WAN 接続が依存する手法を設定します。以下の設定も必要になります: " - -msgid "Virtual IP." -msgstr "仮想 IP" - -msgid "" -"If you add a 1:1 NAT entry for any of the interface IPs on this system, it " -"will make this system inaccessible on that IP address. i.e. if you use your " -"WAN IP address, any services on this system (IPsec, OpenVPN server, etc.) " -"using the WAN IP address will no longer function." -msgstr "" -"このシステムのインタフェースに設定されている、いずれかの IP に 1:1 NAT エントリを追加した場合、このシステムはその IP " -"アドレスにアクセスできなくなります。例えば、WAN IP アドレスを使用した場合、その WAN IP アドレスを使用した各種サービス ( IPsec, " -"OpenVPN サーバ等 ) は機能しなくなります" - -msgid "any" -msgstr "任意" - -msgid "PPTP clients" -msgstr "PPTP クライアント" - -msgid "PPPoE clients" -msgstr "PPPoE クライアント" - -msgid "L2TP clients" -msgstr "L2TP クライアント" - -#, fuzzy -msgid "net" -msgstr "否定" - -msgid "" -"Invalid characters detected (%s). Please remove invalid characters and save " -"again." -msgstr "無効な文字 ( %s ) を検出しました。無効な文字を削除して、もう一度保存してください。" - -msgid "Destination address" -msgstr "送信先アドレス" - -msgid "External subnet" -msgstr "外部サブネット" - -msgid "Source address" -msgstr "送信元アドレス" - -msgid "A valid external subnet must be specified." -msgstr "有効な外部サブネットを指定してください" - -msgid "%s is not a valid source IP address or alias." -msgstr "%s は有効な送信元 IP アドレス、またはエイリアスではありません" - -msgid "A valid source bit count must be specified." -msgstr "有効な送信元ビット数を指定してください" - -msgid "%s is not a valid destination IP address or alias." -msgstr "%s は有効な送信先 IP アドレスまたはエイリアスではありません" - -msgid "A valid destination bit count must be specified." -msgstr "有効な送信先ビット数を指定してください" - -msgid "Edit NAT 1:1 entry" -msgstr "NAT 1:1 エントリの編集" - -msgid "Disabled" -msgstr "無効" - -msgid "Disable this rule" -msgstr "このルールを無効" - -msgid "Set this option to disable this rule without removing it from the list." -msgstr "このオプションを設定すると、このルールをリストから削除せずに無効にします" - -msgid "Choose which interface this rule applies to" -msgstr "このルールを適用するインタフェースを選択してください。" - -msgid "Hint: in most cases, you'll want to use WAN here" -msgstr "ヒント: 通常はここで WAN を使用します。" - -msgid "External subnet IP" -msgstr "外部サブネット IP" - -# File: src/www/firewall_nat_1to1_edit.php, line: 327 -msgid "" -"Enter the external (usually on a WAN) subnet's starting address for the 1:1 " -"mapping. " -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 328 -msgid "" -"The subnet mask from the internal address below will be applied to this IP " -"address." -msgstr "" - -msgid "" -"Hint: this is generally an address owned by the router itself on the " -"selected interface." -msgstr "ヒント: 一般的には、選択したインタフェースにルータ自体が割り当てたアドレスです。" - -# File: src/www/firewall_nat_1to1_edit.php, line: 334 -# File: src/www/firewall_nat_1to1_edit.php, line: 385 -# File: src/www/firewall_nat_edit.php, line: 579 -# File: src/www/firewall_nat_edit.php, line: 693 -# File: src/www/firewall_nat_npt_edit.php, line: 213 -# File: src/www/firewall_nat_npt_edit.php, line: 251 -# File: src/www/firewall_nat_out_edit.php, line: 506 -msgid "Invert" -msgstr "" - -msgid "Use this option to invert the sense of the match." -msgstr "このオプションを使用すると、一致する意味が逆になります。" - -# File: src/www/firewall_nat_1to1_edit.php, line: 349 -# File: src/www/firewall_nat_1to1_edit.php, line: 400 -# File: src/www/firewall_nat_edit.php, line: 594 -# File: src/www/firewall_nat_edit.php, line: 708 -# File: src/www/firewall_nat_out_edit.php, line: 465 -# File: src/www/firewall_nat_out_edit.php, line: 521 -# File: src/www/firewall_nat_out_edit.php, line: 567 -msgid "Single host or Network" -msgstr "" - -msgid "" -"Enter the internal (LAN) subnet for the 1:1 mapping. The subnet size " -"specified for the internal subnet will be applied to the external subnet." -msgstr "" -"1:1 マッピングをする内部 ( LAN ) サブネットを入力してください。内部サブネットで指定されるサブネットサイズは、外部サブネットに適用されます。" - -msgid "" -"The 1:1 mapping will only be used for connections to or from the specified " -"destination." -msgstr "1:1 マッピングは指定した送信先との送受信に対してのみ使用されます。" - -msgid "Hint: this is usually 'any'." -msgstr "ヒント: 通常は「任意」です。" - -msgid "NAT reflection" -msgstr "NAT リフレクション" - -msgid "Use system default" -msgstr "システムのデフォルトを使用" - -msgid "Disable" -msgstr "無効" - -msgid "" -"Invalid characters detected %s. Please remove invalid characters and save " -"again." -msgstr "無効な文字 %s を検出しました。無効な文字を削除して、もう一度保存してください。" - -msgid "Destination port from" -msgstr "送信先ポートから" - -msgid "Destination port to" -msgstr "送信先ポートへ" - -msgid "Redirect target IP" -msgstr "リダイレクトターゲット IP" - -msgid "\"%s\" is not a valid redirect target IP address or host alias." -msgstr "%s は有効なリダイレクトターゲット IP アドレス、またはホストエイリアスではありません" - -msgid "" -"%s is not a valid start source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "%s は有効な開始送信元ポートではありません。ポートエイリアス、または 1 - 65535 の整数を設定してください" - -msgid "" -"%s is not a valid end source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "%s は有効な終了送信元ポートではありません。ポートエイリアス、または 1 - 65535 の整数を設定してください" - -msgid "" -"%s is not a valid start destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "%s は有効な開始送信先ポートではありません。ポートエイリアス、または 1 - 65535 の整数を設定してください" - -msgid "" -"%s is not a valid end destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "%s は有効な終了送信先ポートではありません。ポートエイリアス、または 1 - 65535 の整数を設定してください" - -#, fuzzy -msgid "" -"A valid redirect target port must be specified. It must be a port alias or " -"integer between 1 and 65535." -msgstr "有効なローカルポートを指定してください。ポートエイリアス、もしくは、1-65535 の整数です。" - -msgid "The target port range must be an integer between 1 and 65535." -msgstr "ターゲットポートの範囲は 1 - 65535 の整数です" - -msgid "NAT Port Forward" -msgstr "NAT ポートフォワード" - -msgid "Edit Redirect entry" -msgstr "リダイレクトエントリの編集" - -msgid "No RDR (NOT)" -msgstr "RDR 禁止 ( 否定 )" - -msgid "" -"Enabling this option will disable redirection for traffic matching this rule." -msgstr "このオプションを有効にすると、このルールと一致するトラフィックのリダイレクトを無効にします" - -msgid "" -"Hint: this option is rarely needed, don't use this unless you know what " -"you're doing." -msgstr "ヒント: このオプションが必要になることはめったにありません。何をしているのかよくわからないなら、使用しないでください" - -msgid "Choose which interface this rule applies to." -msgstr "このルールを適用するインタフェースを選択してください。" - -msgid "Hint: in most cases, you'll want to use WAN here." -msgstr "ヒント: 通常は、ここで使用するのは WAN です。" - -msgid "Choose which IP protocol this rule should match." -msgstr "このルールに一致するプロトコルを選択してください。" - -msgid "Hint: in most cases, you should specify" -msgstr "ヒント: 通常は、次を指定してください: " - -msgid "here." -msgstr " " - -msgid "Show source address and port range" -msgstr "送信元アドレスおよびポート範囲を表示" - -msgid "Source port range" -msgstr "送信元ポート範囲" - -msgid "from:" -msgstr "from: " - -msgid "to:" -msgstr "to: " - -# File: src/www/firewall_nat_edit.php, line: 646 -# File: src/www/firewall_nat_edit.php, line: 663 -# File: src/www/firewall_nat_edit.php, line: 790 -# File: src/www/firewall_nat_edit.php, line: 807 -# File: src/www/firewall_nat_edit.php, line: 857 -# File: src/www/firewall_rules_edit.php, line: 938 -# File: src/www/firewall_rules_edit.php, line: 955 -# File: src/www/firewall_rules_edit.php, line: 1060 -# File: src/www/firewall_rules_edit.php, line: 1077 -msgid "Well-known ports" -msgstr "" - -msgid "Specify the source port or port range for this rule" -msgstr "このルールの送信元ポートまたはポート範囲を指定" - -msgid "This is usually" -msgstr "通常は" - -msgid "random" -msgstr "ランダム" - -msgid "" -"and almost never equal to the destination port range (and should usually be " -"'any')" -msgstr "及び、送信先ポート範囲と等しくなることはまずありません ( 通常は「任意」です )" - -msgid "Destination port range" -msgstr "送信先ポート範囲" - -msgid "" -"Specify the port or port range for the destination of the packet for this " -"mapping." -msgstr "このマッピングでパケットの送信先になる、ポートもしくはポート範囲を指定してください。" - -msgid "" -"Enter the internal IP address of the server on which you want to map the " -"ports." -msgstr "ポートにマッピングするサーバの内部 IP アドレスを入力してください。" - -msgid "e.g." -msgstr "例: " - -msgid "Redirect target port" -msgstr "リダイレクトターゲットポート" - -msgid "" -"Specify the port on the machine with the IP address entered above. In case " -"of a port range, specify the beginning port of the range (the end port will " -"be calculated automatically)." -msgstr "" -"上記で入力した IP アドレスのマシンのポートを指定してください。ポート範囲の場合は、範囲の開始ポートを指定してください。 ( " -"最終ポートは自動的に計算されます )" - -msgid "Hint: this is usually identical to the 'from' port above" -msgstr "ヒント: 通常は、上記の「内向き」ポートと同じです" - -msgid "No XMLRPC Sync" -msgstr "XMLRPC 同期を禁止" - -msgid "" -"Hint: This prevents the rule on Master from automatically syncing to other " -"CARP members. This does NOT prevent the rule from being overwritten on Slave." -msgstr "ヒント: 他の CARP メンバとの自動同期から、マスタのルールを保護します。スレーブのルールが上書きされることは、妨げ「ません」。" - -msgid "Enable (NAT + Proxy)" -msgstr "有効 ( NAT + プロキシ )" - -msgid "Enable (Pure NAT)" -msgstr "有効 ( 純粋 NAT )" - -msgid "Filter rule association" -msgstr "フィルタルールの関連付け" - -msgid "Pass" -msgstr "許可" - -msgid "View the filter rule" -msgstr "フィルタルールの表示" - -msgid "Add associated filter rule" -msgstr "関連フィルタルールを追加" - -msgid "Add unassociated filter rule" -msgstr "非関連フィルタルールの追加" - -msgid "" -"NOTE: The \"pass\" selection does not work properly with Multi-WAN. It will " -"only work on an interface containing the default gateway." -msgstr "注意: 「許可」の選択は、マルチ WAN では正しく機能しません。デフォルトゲートウェイになっているインタフェースでのみ機能します。" - -msgid "Rule Information" -msgstr "ルール情報" - -msgid "Created" -msgstr "新規作成済" - -msgid "by" -msgstr " " - -msgid "Updated" -msgstr "更新済" - -# File: src/www/firewall_nat_npt.php, line: 91 -msgid "Firewall: NAT: NPT, enable/disable NAT rule" -msgstr "" - -# File: src/www/firewall_nat_npt.php, line: 106 -msgid "Add rule" -msgstr "" - -# File: src/www/firewall_nat_npt.php, line: 120 -# File: src/www/firewall_nat_npt.php, line: 139 -msgid "NPT" -msgstr "" - -msgid "External Prefix" -msgstr "外部プレフィックス" - -msgid "Internal prefix" -msgstr "内部プレフィックス" - -msgid "Source prefix" -msgstr "送信元プレフィクス" - -msgid "Destination prefix" -msgstr "送信先プレフィックス" - -# File: src/www/firewall_nat_npt_edit.php, line: 174 -msgid "Edit NAT NPT entry" -msgstr "" - -msgid "Internal IPv6 Prefix" -msgstr "内部 IPv6 プレフィックス" - -msgid "Address:" -msgstr "アドレス: " - -# File: src/www/firewall_nat_npt_edit.php, line: 239 -msgid "" -"Enter the internal (LAN) ULA IPv6 Prefix for the Network Prefix translation. " -"The prefix size specified for the internal IPv6 prefix will be applied to " -"the external prefix." -msgstr "" - -msgid "Destination IPv6 Prefix" -msgstr "送信先 IPv6 プレフィックス" - -msgid "Enter the Global Unicast routable IPv6 prefix here" -msgstr "グローバルユニキャストルーティング可能な IPv6 プレフィックスを、ここに入力してください" - -msgid "Manual Outbound NAT Switch" -msgstr "手動外向き NAT 切替" - -msgid "Default rules for each interface have been created." -msgstr "インタフェース毎のデフォルトルールを作成しました" - -# File: src/www/firewall_nat_out.php, line: 184 -# File: src/www/firewall_nat_out.php, line: 204 -msgid "Nat" -msgstr "" - -msgid "Mode:" -msgstr "モード: " - -msgid "Automatic outbound NAT rule generation" -msgstr "外向き NAT ルールの自動生成" - -# File: src/www/firewall_nat_out.php, line: 278 -msgid "(no manual rules can be used)" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 289 -msgid "Hybrid outbound NAT rule generation" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 290 -msgid "(automatically generated rules are applied after manual rules)" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 303 -msgid "Manual outbound NAT rule generation" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 304 -msgid "(no automatic rules are being generated)" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 315 -msgid "Disable outbound NAT rule generation" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 316 -msgid "(outbound NAT is disabled)" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 335 -msgid "Manual rules:" -msgstr "" - -msgid "NAT Address" -msgstr "NAT アドレス" - -msgid "NAT Port" -msgstr "NAT ポート" - -msgid "Static Port" -msgstr "静的ポート" - -# File: src/www/firewall_nat_out.php, line: 364 -msgid "All manual rules are being ignored" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 388 -msgid "This Firewall" -msgstr "" - -msgid "NO" -msgstr "いいえ" - -msgid "YES" -msgstr "はい" - -#, fuzzy -msgid "Automatic rules:" -msgstr "静的ルート" - -#, fuzzy -msgid "automatic outbound nat" -msgstr "外向き NAT ルールの自動生成" - -msgid "Destination bit count" -msgstr "送信先ビット数" - -msgid "Source bit count" -msgstr "送信元ビット数" - -msgid "" -"You must supply either a valid port or port alias for the source port entry." -msgstr "送信元ポートエントリに、有効なポートもしくはポートエイリアスを指定してください。" - -msgid "" -"You must supply either a valid port or port alias for the destination port " -"entry." -msgstr "送信先ポートエントリに、有効なポートもしくはポートエイリアスを指定してください。" - -msgid "You must supply a valid port for the NAT port entry." -msgstr "NAT ポートエントリに、有効なポートを指定してください。" - -msgid "A valid source must be specified." -msgstr "有効な送信元を指定してください" - -msgid "A valid destination must be specified." -msgstr "有効な送信先を指定してください" - -msgid "Negating destination address of \"any\" is invalid." -msgstr "「任意」の送信先アドレスの否定は、無効です" - -msgid "A valid target IP address must be specified." -msgstr "有効なターゲット IP アドレスを指定してください。" - -msgid "Only Round Robin pool options may be chosen when selecting an alias." -msgstr "エイリアスを選択した場合のみ、ラウンドロビンプールオプションを選択できます。" - -msgid "Edit Advanced Outbound NAT entry" -msgstr "高度な外向き NAT エントリを編集" - -msgid "Do not NAT" -msgstr "NAT 禁止" - -msgid "" -"Enabling this option will disable NAT for traffic matching this rule and " -"stop processing Outbound NAT rules." -msgstr "このオプションを有効にすると、このルールに一致するトラフィックに対する NAT を無効にし、外向き NAT ルールの実行を停止します。" - -msgid "Hint: in most cases, you won't use this option." -msgstr "ヒント: 通常は、このオプションは使用しません。" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "AH" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "IGMP" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "IPV6" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "OSPF" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "PIM" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "TCP/UDP" -msgstr "" - -#, fuzzy -msgid "This Firewall (self)" -msgstr "ファイアウォールルールの編集" - -msgid "Enter the source network for the outbound NAT mapping." -msgstr "外向き NAT マッピングの送信元ネットワークを入力してください。" - -msgid "Source port:" -msgstr "送信元ポート: " - -msgid "(leave blank for any)" -msgstr " ( 任意の場合は空白にしてください )" - -msgid "Destination port:" -msgstr "送信先ポート: " - -# File: src/www/firewall_nat_out_edit.php, line: 561 -msgid "Translation / target" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 572 -msgid "Interface address" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 582 -msgid "Translation address" -msgstr "" - -msgid "Packets matching this rule will be mapped to the IP address given here." -msgstr "このルールに一致するパケットは、ここで指定した IP アドレスにマッピングされます。" - -# File: src/www/firewall_nat_out_edit.php, line: 604 -msgid "" -"If you want this rule to apply to another IP address rather than the IP " -"address of the interface chosen above, select it here (you will need to " -"define %sVirtual IP addresses%s on the interface first)." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 602 -msgid "Pool Options:" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 609 -msgid "Round Robin" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 612 -msgid "Round Robin with Sticky Address" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 615 -msgid "Random" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 618 -msgid "Random with Sticky Address" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 621 -msgid "Source Hash" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 624 -msgid "Bitmask" -msgstr "" - -msgid "" -"Only Round Robin types work with Host Aliases. Any type can be used with a " -"Subnet." -msgstr "ラウンドロビンタイプは、ホストエイリアスでのみ機能します。任意タイプはサブネットで使用します。" - -msgid "Round Robin: Loops through the translation addresses." -msgstr "ラウンドロビン: 変換アドレスは循環します。" - -msgid "Random: Selects an address from the translation address pool at random." -msgstr "ランダム: 変換アドレスプールから、ランダムにアドレスを選択します。" - -msgid "" -"Source Hash: Uses a hash of the source address to determine the translation " -"address, ensuring that the redirection address is always the same for a " -"given source." -msgstr "" -"送信元ハッシュ: " -"変換アドレスを決定するのに送信元アドレスのハッシュを使用します。与えられる送信元に対して、リダイレクトするアドレスが常に同じであることを保証します。" - -msgid "" -"Bitmask: Applies the subnet mask and keeps the last portion identical; " -"10.0.1.50 -> x.x.x.50." -msgstr "ビットマスク: サブネットマスクに適用され、末尾部分と同一の値を保持します: 10.0.1.50 -> x.x.x.50" - -msgid "" -"Sticky Address: The Sticky Address option can be used with the Random and " -"Round Robin pool types to ensure that a particular source address is always " -"mapped to the same translation address." -msgstr "" -"スティッキーアドレス: スティッキーアドレスオプションは、ランダム及びラウンドロビンプールタイプで使用できます。特定の送信元アドレスが、常に同じ変換アドレ" -"スにマッピングされることを保証します。" - -msgid "Translation" -msgstr "変換" - -# File: src/www/firewall_nat_out_edit.php, line: 638 -msgid "port:" -msgstr "" - -msgid "Enter the source port for the outbound NAT mapping." -msgstr "外向き NAT マッピングの送信元ポートを入力してください。" - -msgid "Static-port:" -msgstr "静的ポート: " - -#, fuzzy -msgid "" -"The settings have been applied. The firewall rules are now reloading in the " -"background.
You can also %s monitor %s the reload progress" -msgstr "" -"設定が適用されました。ファイアウォールのルールはバックグラウンドで現在再読込み中です。
再読込みの進行状況を %s 監視 %s することができます" - -#, fuzzy -msgid "" -"The firewall rule configuration has been changed.
You must apply the " -"changes in order for them to take effect." -msgstr "ファイアウォールルール構成は変更されました。
有効にするには、変更を適用してください。" - -msgid "Gateway" -msgstr "ゲートウェイ" - -# File: src/www/firewall_rules.php, line: 291 -msgid "Block all IPv6 traffic" -msgstr "" - -# File: src/www/firewall_rules.php, line: 293 -# File: src/www/firewall_rules.php, line: 317 -# File: src/www/firewall_rules.php, line: 343 -# File: src/www/firewall_rules.php, line: 368 -msgid "change configuration" -msgstr "" - -msgid "RFC 1918 networks" -msgstr "RFC 1918 ネットワーク" - -msgid "Block private networks" -msgstr "プライベートネットワークを拒否" - -msgid "Reserved/not assigned by IANA" -msgstr "IANA: 予約済 / 未割当" - -msgid "Block bogon networks" -msgstr "bogon ネットワークを拒否" - -# File: src/www/firewall_rules.php, line: 441 -# File: src/www/firewall_rules.php, line: 658 -msgid "first match" -msgstr "" - -# File: src/www/firewall_rules.php, line: 443 -# File: src/www/firewall_rules.php, line: 680 -msgid "last match" -msgstr "" - -msgid "Echo request" -msgstr "エコー要求" - -msgid "Echo reply" -msgstr "エコー応答" - -msgid "Destination unreachable" -msgstr "送信先に到達できません" - -msgid "Source quench" -msgstr "送信元抑制" - -msgid "Redirect" -msgstr "リダイレクト" - -msgid "Alternate Host" -msgstr "代替ホスト" - -msgid "Router advertisement" -msgstr "ルータ広告" - -msgid "Router solicitation" -msgstr "ルータ要請" - -msgid "Time exceeded" -msgstr "時間超過" - -msgid "Invalid IP header" -msgstr "無効な IP ヘッダです" - -msgid "Timestamp reply" -msgstr "タイムスタンプ応答" - -msgid "Information request" -msgstr "情報要求" - -msgid "Information reply" -msgstr "情報応答" - -msgid "Address mask request" -msgstr "アドレスマスク要求" - -msgid "Address mask reply" -msgstr "アドレスマスク応答" - -# File: src/www/firewall_rules.php, line: 569 -# File: src/www/firewall_schedule.php, line: 235 -msgid "edit schedule" -msgstr "" - -msgid "No floating rules are currently defined." -msgstr "フローティングルールは、現在定義されていません" - -msgid "No rules are currently defined for this interface" -msgstr "このインタフェースには、現在ルールは定義されていません" - -msgid "" -"All incoming connections on this interface will be blocked until you add " -"pass rules." -msgstr "このインタフェースへの全ての着信接続は、許可ルールが追加されるまで、ブロックされます。" - -msgid "Click the" -msgstr "クリック: " - -msgid " button to add a new rule." -msgstr "新規ルール追加ボタン" - -msgid "pass" -msgstr "許可" - -# File: src/www/firewall_rules.php, line: 822 -msgid "match" -msgstr "" - -msgid "block" -msgstr "拒否" - -msgid "reject" -msgstr "拒絶" - -msgid "log" -msgstr "ログ" - -msgid "pass (disabled)" -msgstr "許可 ( 無効 )" - -#, fuzzy -msgid "match (disabled)" -msgstr "許可 ( 無効 )" - -msgid "block (disabled)" -msgstr "拒否 ( 無効 )" - -msgid "reject (disabled)" -msgstr "拒絶 ( 無効 )" - -msgid "log (disabled)" -msgstr "ログ ( 無効 )" - -# File: src/www/firewall_rules.php, line: 583 -msgid "Schedule (click to view/edit)" -msgstr "" - -msgid "Hint:" -msgstr "ヒント: " - -msgid "" -"Rules are evaluated on a first-match basis (i.e. the action of the first " -"rule to match a packet will be executed). This means that if you use block " -"rules, you'll have to pay attention to the rule order. Everything that isn't " -"explicitly passed is blocked by default. " -msgstr "" -"ルールは一番最初に一致するものが評価されます ( パケットに一致する一番最初のルールの動作が実行されます " -")。拒否ルールを使用する場合、ルールの順番に注意する必要があります。デフォルトでは、明確に許可されていないパケットは、全て拒否されます。" - -msgid "" -"Floating rules are evaluated on a first-match basis (i.e. the action of the " -"first rule to match a packet will be executed) only if the 'quick' option is " -"checked on a rule. Otherwise they will only apply if no other rules match. " -"Pay close attention to the rule order and options chosen. If no rule here " -"matches, the per-interface or default rules are used. " -msgstr "" -"フローティングルールは、「クイック」オプションがルールにチェックされている場合のみ、一番最初に一致するものが評価されます ( " -"パケットに一致する一番最初のルールの動作が実行されます )。そうでなければ、他に一致するルールがない場合のみ適用されます。ルールの順番と選択するオプション" -"には、くれぐれもよく注意してください。ここで一致するルールがなければ、インタフェース毎のルール、もしくはデフォルトルールが使用されます。" - -msgid "TCP/IP Version" -msgstr "TCP/IP バージョン" - -msgid "You can not assign a gateway to a rule that applies to IPv4 and IPv6" -msgstr "IPv4 及び IPv6 へ適用するルールに、ゲートウェイを割り当てできません" - -msgid "You can not assign a IPv4 gateway group on IPv6 Address Family rule" -msgstr "IPv6 アドレスファミリルールに IPv4 ゲートウェイグループを割当てられません" - -msgid "You can not assign a IPv6 gateway group on IPv4 Address Family rule" -msgstr "IPv4 アドレスファミリルールに IPv6 ゲートウェイグループを割当てられません" - -msgid "You can not assign the IPv4 Gateway to a IPv6 Filter rule" -msgstr "IPv6 フィルタルールに IPv4 ゲートウェイを割当てられません" - -msgid "You can not assign the IPv6 Gateway to a IPv4 Filter rule" -msgstr "IPv4 フィルタルールに IPv6 ゲートウェイを割当てられません" - -msgid "You can not assign a ICMP type to a rule that applies to IPv4 and IPv6" -msgstr "IPv4 及び IPv6 へ適用するルールに、ICMP タイプを割り当てできません" - -msgid "%s is only valid with protocol tcp." -msgstr "%s は TCP プロトコルでのみ有効です" - -msgid "%s is only valid if the gateway is set to 'default'." -msgstr "ゲートウェイが「デフォルト」に設定されている場合、%s のみ有効です" - -# File: src/www/firewall_rules_edit.php, line: 281 -msgid "" -"When selecting aliases for source ports, both from and to fields must be the " -"same" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 284 -msgid "" -"When selecting aliases for destination ports, both from and to fields must " -"be the same" -msgstr "" - -msgid "" -"The Source IP address %s Address Family differs from the destination %s." -msgstr "送信元 IP アドレス %s は、送信先 %s とはアドレスファミリが異なります" - -msgid "You can not use IPv6 addresses in IPv4 rules." -msgstr "IPv4 ルールで IPv6 アドレスを使用できません" - -msgid "You can not use IPv4 addresses in IPv6 rules." -msgstr "IPv6 ルールで IPv4 アドレスを使用できません" - -# File: src/www/firewall_rules_edit.php, line: 312 -msgid "Invalid subnet mask on IPv4 source" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 315 -msgid "Invalid subnet mask on IPv4 destination" -msgstr "" - -msgid "You can not use a IPv4 or IPv6 address in combined IPv4 + IPv6 rules." -msgstr "IPv4 と IPv6 を組み合わせたルールに、IPv4 または IPv6 アドレスを使用できません" - -msgid "OS detection is only valid with protocol tcp." -msgstr "OS 検出は TCP プロトコルでのみ有効です" - -# File: src/www/firewall_rules_edit.php, line: 462 -msgid "Invalid OS detection selection. Please select a valid OS." -msgstr "" - -msgid "" -"You can not use gateways in Floating rules without choosing a direction." -msgstr "方向が選択されていないフローティングルールでは、ゲートウェイを使用できません" - -#, fuzzy -msgid "" -"You can only specify the maximum number of established connections per host (" -"advanced option) for TCP protocol." -msgstr "ホスト毎の確立した接続の最大数" - -# File: src/www/firewall_rules_edit.php, line: 474 -msgid "" -"You can only specify the maximum new connections per host / per second(s) (" -"advanced option) for TCP protocol." -msgstr "" - -#, fuzzy -msgid "" -"You can only specify the state timeout (advanced option) for TCP protocol." -msgstr "レイヤ 7 コンテナを選択できるのは、TCP と UDP、もしくは TCP または UDP プロトコルのみです" - -#, fuzzy -msgid "" -"You can only specify the maximum state entries (advanced option) for Pass " -"type rules." -msgstr "レイヤ 7 コンテナを選択できるのは、許可タイプルールのみです" - -#, fuzzy -msgid "" -"You can only specify the maximum number of unique source hosts (advanced " -"option) for Pass type rules." -msgstr "レイヤ 7 コンテナを選択できるのは、許可タイプルールのみです" - -#, fuzzy -msgid "" -"You can only specify the maximum number of established connections per host (" -"advanced option) for Pass type rules." -msgstr "ホスト毎の確立した接続の最大数" - -#, fuzzy -msgid "" -"You can only specify the maximum state entries per host (advanced option) " -"for Pass type rules." -msgstr "レイヤ 7 コンテナを選択できるのは、許可タイプルールのみです" - -# File: src/www/firewall_rules_edit.php, line: 489 -msgid "" -"You can only specify the maximum new connections per host / per second(s) (" -"advanced option) for Pass type rules." -msgstr "" - -#, fuzzy -msgid "" -"You can only specify the state timeout (advanced option) for Pass type rules." -msgstr "レイヤ 7 コンテナを選択できるのは、許可タイプルールのみです" - -# File: src/www/firewall_rules_edit.php, line: 496 -msgid "" -"You cannot specify the maximum state entries (advanced option) if statetype " -"is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 498 -msgid "" -"You cannot specify the maximum number of unique source hosts (advanced " -"option) if statetype is none." -msgstr "" - -#, fuzzy -msgid "" -"You cannot specify the maximum number of established connections per host (" -"advanced option) if statetype is none." -msgstr "ホスト毎の確立した接続の最大数" - -# File: src/www/firewall_rules_edit.php, line: 502 -msgid "" -"You cannot specify the maximum state entries per host (advanced option) if " -"statetype is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 504 -msgid "" -"You cannot specify the maximum new connections per host / per second(s) (" -"advanced option) if statetype is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 506 -msgid "" -"You cannot specify the state timeout (advanced option) if statetype is none." -msgstr "" - -#, fuzzy -msgid "Maximum state entries (advanced option) must be a positive integer" -msgstr "ファイアウォールテーブルエントリの最大値は整数です" - -#, fuzzy -msgid "" -"Maximum number of unique source hosts (advanced option) must be a positive " -"integer" -msgstr " 固有の送信元ホストの最大数" - -#, fuzzy -msgid "" -"Maximum number of established connections per host (advanced option) must be " -"a positive integer" -msgstr "ホスト毎の確立した接続の最大数" - -# File: src/www/firewall_rules_edit.php, line: 519 -msgid "" -"Maximum state entries per host (advanced option) must be a positive integer" -msgstr "" - -#, fuzzy -msgid "" -"Maximum new connections per host / per second(s) (advanced option) must be a " -"positive integer" -msgstr "ホスト毎の最大新規接続 / 秒" - -#, fuzzy -msgid "State timeout (advanced option) must be a positive integer" -msgstr "アイドルタイムアウト値は整数です" - -#, fuzzy -msgid "" -"Both maximum new connections per host and the interval (per second(s)) must " -"be specified" -msgstr "ホスト毎の最大新規接続 / 秒" - -msgid "" -"If you specify TCP flags that should be set you should specify out of which " -"flags as well." -msgstr "TCP フラグを指定する場合は、セットするフラグとセットしないフラグをどちらも指定する必要があります" - -msgid "Edit Firewall rule" -msgstr "ファイアウォールルールの編集" - -# File: src/www/firewall_rules_edit.php, line: 667 -msgid "Block" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 667 -msgid "Reject" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 669 -msgid "Match" -msgstr "" - -msgid "Choose what to do with packets that match the criteria specified below." -msgstr "下記で指定された条件に一致するパケットに対して、実行する内容を選択します" - -msgid "" -"Hint: the difference between block and reject is that with reject, a packet (" -"TCP RST or ICMP port unreachable for UDP) is returned to the sender, whereas " -"with block the packet is dropped silently. In either case, the original " -"packet is discarded." -msgstr "" -"ヒント: 拒否と拒絶の違いですが、拒絶の場合は、パケット ( TCP: RST、UDP: ICMP ポートに到達できません ) " -"が送信者に返されます。それに対して、拒否の場合は、黙ってパケットを落とします。いずれの場合でも、元のパケットは廃棄されます。" - -msgid "Quick" -msgstr "クイック" - -msgid "Apply the action immediately on match." -msgstr "一致したら、すぐに動作を適用します。" - -msgid "" -"Set this option if you need to apply this action to traffic that matches " -"this rule immediately." -msgstr "このルールに一致するトラフィックに、動作をすぐに適用する必要がある場合に、オプション設定してください。" - -msgid "Associated filter rule" -msgstr "関連フィルタルール" - -msgid "This is associated to a NAT rule." -msgstr "これは、NAT ルールに関連付けられています。" - -msgid "" -"You cannot edit the interface, protocol, source, or destination of " -"associated filter rules." -msgstr "関連フィルタルールのインタフェース、プロトコル、送信元、送信先は編集できません" - -msgid "View the NAT rule" -msgstr "NAT ルールを表示" - -msgid "Choose on which interface packets must come in to match this rule." -msgstr "このルールに一致するパケットが入ってくるインタフェースを選択してください" - -msgid "Select the Internet Protocol version this rule applies to" -msgstr "このルールが適用されるインターネットプロトコルバージョンを選択してください" - -msgid "Hint: in most cases, you should specify " -msgstr "ヒント: 通常、指定するのは次の通りです: " - -msgid "ICMP type" -msgstr "ICMP タイプ" - -msgid "" -"If you selected ICMP for the protocol above, you may specify an ICMP type " -"here." -msgstr "上記でプロトコルとして ICMP を選択した場合、ここで ICMP タイプを指定します" - -msgid "Log" -msgstr "ログ" - -msgid "Log packets that are handled by this rule" -msgstr "この規則で処理されたパケットをログに記録" - -msgid "Diagnostics: System logs: Settings" -msgstr "診断: システムログ: 設定" - -msgid "" -"Hint: the firewall has limited local log space. Don't turn on logging for " -"everything. If you want to do a lot of logging, consider using a remote " -"syslog server" -msgstr "" -"ヒント: ファイアウォールのローカルログスペースは限られています。ログの取得を、全てオンにしないでください。多くのログを取得したい場合は、リモート " -"syslog サーバの使用を検討してください。" - -msgid "page" -msgstr "ページ" - -msgid "see the" -msgstr "以下を参照 " - -msgid "Advanced features" -msgstr "高度な機能" - -msgid "Source OS" -msgstr "送信元 OS" - -msgid "OS Type:" -msgstr "OS タイプ: " - -#, fuzzy -msgid "" -"Note: this only works for TCP rules. General OS choice matches all subtypes." -msgstr "注意: TCP ルールでのみ機能します" - -msgid "Diffserv Code Point" -msgstr "DiffServ コードポイント" - -msgid "Leave as 'none' to leave the rule enabled all the time." -msgstr "「なし」の場合は、ルールはいつも有効になります" - -msgid "default" -msgstr "デフォルト" - -msgid "" -"Leave as 'default' to use the system routing table. Or choose a gateway to " -"utilize policy based routing." -msgstr "「デフォルト」の場合はシステムルーティングテーブルを使用します。もしくは、ポリシーベースルーティングを利用するゲートウェイを選択してください。" - -msgid "Advanced Options" -msgstr "高度なオプション" - -# File: src/www/firewall_rules_edit.php, line: 1219 -msgid "Show/Hide" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1224 -msgid "Note: Leave fields blank to disable the feature." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1227 -msgid "allow options" -msgstr "" - -msgid "" -"This allows packets with IP options to pass. Otherwise they are blocked by " -"default. This is usually only seen with multicast traffic." -msgstr "IP オプションがあるパケットが通過できるようにします。デフォルトでは拒否されます。通常マルチキャストトラフィックでのみ使用されます。" - -# File: src/www/firewall_rules_edit.php, line: 1236 -msgid "disable reply-to" -msgstr "" - -msgid "This will disable auto generated reply-to for this rule." -msgstr "このルールに対する reply-to の自動生成を無効にします。" - -# File: src/www/firewall_rules_edit.php, line: 1245 -msgid "Set local tag" -msgstr "" - -msgid "Policy filtering" -msgstr "ポリシフィルタリング" - -msgid "" -"You can mark a packet matching this rule and use this mark to match on other " -"NAT/filter rules. It is called" -msgstr "このルールに一致するパケットをマークすると、他の NAT やフィルタのルールで一致するものをマークできます。これは次のように呼ばれます: " - -# File: src/www/firewall_rules_edit.php, line: 1254 -msgid "Match local tag" -msgstr "" - -msgid "You can match packet on a mark placed before on another rule." -msgstr "パケットに、他のルールよりも、マークを優先して一致させることができます。" - -# File: src/www/firewall_rules_edit.php, line: 1263 -msgid "Max states" -msgstr "" - -msgid " Maximum state entries this rule can create" -msgstr " このルールが作成できるステータスエントリの最大数" - -# File: src/www/firewall_rules_edit.php, line: 1272 -msgid "Max source nodes" -msgstr "" - -msgid " Maximum number of unique source hosts" -msgstr " 固有の送信元ホストの最大数" - -# File: src/www/firewall_rules_edit.php, line: 1281 -msgid "Max established" -msgstr "" - -#, fuzzy -msgid " Maximum number of established connections per host (TCP only)" -msgstr "ホスト毎の確立した接続の最大数" - -# File: src/www/firewall_rules_edit.php, line: 1290 -msgid "Max source states" -msgstr "" - -msgid " Maximum state entries per host" -msgstr "ホスト毎の最大ステータスエントリ" - -# File: src/www/firewall_rules_edit.php, line: 1299 -msgid "Max new connections" -msgstr "" - -#, fuzzy -msgid "Maximum new connections per host / per second(s) (TCP only)" -msgstr "ホスト毎の最大新規接続 / 秒" - -# File: src/www/firewall_rules_edit.php, line: 1329 -msgid "State timeout" -msgstr "" - -#, fuzzy -msgid "State Timeout in seconds (TCP only)" -msgstr "数秒でステータスタイムアウトします" - -msgid "TCP flags" -msgstr "TCP フラグ" - -msgid "Any flags." -msgstr "任意 フラグ" - -msgid "" -"Use this to choose TCP flags that must be set or cleared for this rule to " -"match." -msgstr "このルールに一致するように、設定もしくは削除する、TCP フラグを選択するにはこれを使用してください。" - -# File: src/www/firewall_rules_edit.php, line: 1376 -msgid "NO pfsync" -msgstr "" - -msgid "State Type" -msgstr "ステータスタイプ" - -# File: src/www/firewall_rules_edit.php, line: 1315 -msgid "" -"Hint: This prevents states created by this rule to be sync'ed over pfsync." -msgstr "" - -msgid "keep state" -msgstr "keep state" - -msgid "sloppy state" -msgstr "sloppy state" - -msgid "synproxy state" -msgstr "synproxy state" - -msgid "" -"Hint: Select which type of state tracking mechanism you would like to use. " -"If in doubt, use keep state." -msgstr "ヒント: 使用したいステータス追跡メカニズムのタイプを選択してください。よくわからない場合は、keep state を使用してください。" - -msgid "Works with all IP protocols." -msgstr "全ての IP プロトコルで動作します。" - -msgid "" -"Proxies incoming TCP connections to help protect servers from spoofed TCP " -"SYN floods. This option includes the functionality of keep state and " -"modulate state combined." -msgstr "" -"TCP 接続を着信するプロキシは、IP スプーフィングや SYN flood 攻撃からサーバを防御するのに役立ちます。このオプションには keep " -"state と modulate state を組み合わせた機能を含んでいます。" - -msgid "" -"Do not use state mechanisms to keep track. This is only useful if you're " -"doing advanced queueing in certain situations. Please check the " -"documentation." -msgstr "" -"記録目的でステータスメカニズムを使用しないでください。この機能が便利なのは、高度なキュー操作を行うような場合にだけです。ドキュメントを確認してください。" - -msgid "Fri" -msgstr "金" - -msgid "Mon" -msgstr "月" - -msgid "Sat" -msgstr "土" - -msgid "Sun" -msgstr "日" - -msgid "Thur" -msgstr "木" - -msgid "Tues" -msgstr "火" - -msgid "Wed" -msgstr "水" - -msgid "April" -msgstr "4 月" - -msgid "August" -msgstr "8 月" - -msgid "December" -msgstr "12 月" - -msgid "February" -msgstr "2 月" - -msgid "January" -msgstr "1 月" - -msgid "July" -msgstr "7 月" - -msgid "June" -msgstr "6 月" - -msgid "March" -msgstr "3 月" - -msgid "May" -msgstr "5 月" - -msgid "November" -msgstr "11 月" - -msgid "October" -msgstr "10 月" - -msgid "September" -msgstr "9 月" - -msgid "Cannot delete Schedule. Currently in use by %s" -msgstr "スケジュールを削除できません。現在 %s で使用されています" - -# File: src/www/firewall_schedule.php, line: 79 -msgid "Add a new schedule" -msgstr "" - -msgid "Do you really want to delete this schedule?" -msgstr "本当にこのスケジュールを削除しますか?" - -msgid "Time Range(s)" -msgstr "時間範囲" - -msgid "Schedule is currently active" -msgstr "スケジュールは現在アクティブです" - -# File: src/www/firewall_schedule.php, line: 238 -msgid "delete schedule" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 241 -msgid "clone schedule" -msgstr "" - -msgid "" -"Schedules act as placeholders for time ranges to be used in Firewall Rules." -msgstr "スケジュールは、ファイアウォールルールで使用されている時間範囲のプレースホルダとして動作します。" - -msgid "Schedule may not be named LAN." -msgstr "スケジュール名に LAN は使用できません" - -msgid "Schedule may not be named WAN." -msgstr "スケジュール名に WAN は使用できません" - -msgid "Schedule name cannot be blank." -msgstr "スケジュール名を空白にできません" - -msgid "Reserved word used for schedule name." -msgstr "スケジュール名に使用する予約語" - -msgid "The schedule name may only consist of the characters a-z, A-Z, 0-9" -msgstr "スケジュール名に使用できる文字は、a-z、A-Z、0-9 のみです" - -msgid "A Schedule with this name already exists." -msgstr "この名前のスケジュールは既に存在しています" - -#, fuzzy -msgid "Invalid start time - '%s'" -msgstr "無効な開始日 / 時間: " - -#, fuzzy -msgid "Invalid stop time - '%s'" -msgstr "無効なカスタムオプション" - -msgid "The schedule must have at least one time range configured." -msgstr "スケジュールには、1 つ以上の時間範囲を設定してください" - -msgid "Schedule information" -msgstr "スケジュール情報" - -msgid "Schedule Name" -msgstr "スケジュール名" - -msgid "NOTE: This schedule is in use so the name may not be modified!" -msgstr "注意: スケジュールは使用中です。名前を変更できません!" - -msgid "" -"The name of the alias may only consist of the characters a-z, A-Z and 0-9" -msgstr "エイリアス名に使用できる文字は、a-z、A-Z、0-9 のみです" - -msgid "Month" -msgstr "月" - -msgid "Tue" -msgstr "火" - -msgid "Thu" -msgstr "木" - -#, fuzzy -msgid "" -"Click individual date to select that date only. Click the appropriate " -"weekday Header to select all occurrences of that weekday." -msgstr "特定の日付を選択する場合は、個々の日付をクリックしてください。平日に発生するもの全てを選択するには、適当な平日ヘッダをクリックしてください。" - -msgid "Start Time" -msgstr "開始時間" - -msgid "Stop Time" -msgstr "停止時間" - -msgid "" -"Select the time range for the day(s) selected on the Month(s) above. A full " -"day is 0:00-23:59." -msgstr "上記の「月」で選択した「日」に対する時間範囲を選択してください。1 日全て選択する場合は 0:00-23:59 です。" - -msgid "Time Range Description" -msgstr "時間範囲の説明" - -msgid "Add Time" -msgstr "時間の追加" - -msgid "Clear Selection" -msgstr "選択を消去" - -msgid "Schedule repeat" -msgstr "スケジュールの繰返し" - -msgid "Configured Ranges" -msgstr "範囲の構成" - -msgid "Day(s)" -msgstr "日" - -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"NAT mapping." -msgstr "このエントリは削除できません。1 つ以上の NAT マッピングから参照されています。" - -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"Gateway." -msgstr "このエントリは削除できません。1 つ以上のゲートウェイから参照されています。" - -msgid "" -"This entry cannot be deleted because it is still referenced by a CARP IP " -"with the description" -msgstr "このエントリは削除できません。説明で CARP IP に参照されています。" - -msgid "The VIP configuration has been changed." -msgstr "VIP 構成が変更されました" - -msgid "Virtual IP address" -msgstr "仮想 IP アドレス" - -# File: src/www/firewall_virtual_ip.php, line: 309 -msgid "move selected virtual IPs before this entry" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 312 -msgid "edit virtual IP" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 315 -msgid "delete virtual IP" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 318 -msgid "clone virtual IP" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 332 -msgid "move selected virtual IPs to end" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 335 -msgid "add new virtual IP" -msgstr "" - -msgid "The virtual IP addresses defined on this page may be used in" -msgstr "このページで定義された仮想 IP アドレスは、" - -msgid "mappings." -msgstr " マッピングに使用されます。" - -msgid "You can check the status of your CARP Virtual IPs and interfaces " -msgstr "CARP 仮想 IP 及びインタフェースのステータスを次のリンク先で確認できます: " - -msgid "here" -msgstr "こちらです" - -msgid "A valid IP address must be specified." -msgstr "有効な IP アドレスを指定してください" - -msgid "This IP address is being used by another interface or VIP." -msgstr "この IP アドレスは、別のインタフェース、または VIP で使用されています。" - -msgid "" -"The interface chosen for the VIP has no IPv4 or IPv6 address configured so " -"it cannot be used as a parent for the VIP." -msgstr "VIP として選択されたインタフェースは IPv4 もしくは IPv6 アドレスが構成されていないため、VIP の親として使用できません。" - -msgid "You cannot use the network address for this VIP" -msgstr "この VIP にネットワークアドレスを使用できません" - -msgid "You cannot use the broadcast address for this VIP" -msgstr "この VIP にブロードキャストアドレスを使用できません" - -msgid "" -"VHID %s is already in use on interface %s. Pick a unique number on this " -"interface." -msgstr "VHID %s はインタフェース %s で既に使用されています。このインタフェース固有の番号を選択してください。" - -msgid "" -"You must specify a CARP password that is shared between the two VHID members." -msgstr "2 つの VHID メンバ間で共有する CARP パスワードを指定してください。" - -msgid "" -"Sorry, we could not locate an interface with a matching subnet for %s. " -"Please add an IP alias in this subnet on this interface." -msgstr "%s のサブネットと一致するインタフェースが見つかりません。このインタフェースに、そのサブネットの IP エイリアスを追加してください。" - -#, fuzzy -msgid "For this type of vip localhost is not allowed." -msgstr "このタイプの VIP には、CARP の親は許可されません。" - -# File: src/www/firewall_virtual_ip_edit.php, line: 266 -msgid "Please provide a single IP address" -msgstr "" - -msgid "" -"This must be the network's subnet mask. It does not specify a CIDR range." -msgstr "ネットワークのサブネットマスクです。CIDR 範囲の指定ではありません。" - -msgid "This is a CIDR block of proxy ARP addresses." -msgstr "プロキシ ARP アドレスの CIDR ブロックです。" - -msgid "Edit Virtual IP" -msgstr "仮想 IP の編集" - -msgid "IP Alias" -msgstr "IP エイリアス" - -# File: src/www/firewall_virtual_ip_edit.php, line: 334 -msgid "carp" -msgstr "" - -msgid "Proxy ARP" -msgstr "プロキシ ARP" - -msgid "Other" -msgstr "その他" - -msgid "IP Address(es)" -msgstr "IP アドレス" - -msgid "Type:" -msgstr "タイプ: " - -msgid "Single address" -msgstr "シングルアドレス" - -msgid "Expansion:" -msgstr "拡張: " - -# File: src/www/firewall_virtual_ip_edit.php, line: 403 -msgid "" -"Disable expansion of this entry into IPs on NAT lists (e.g. 192.168.1.0/24 " -"expands to 256 entries." -msgstr "" - -msgid "Virtual IP Password" -msgstr "仮想 IP パスワード" - -msgid "Enter the VHID group password." -msgstr "VHID グループのパスワードを入力してください。" - -msgid "VHID Group" -msgstr "VHID グループ" - -msgid "Enter the VHID group that the machines will share" -msgstr "マシンが共有する VHID グループを入力してください。" - -msgid "Advertising Frequency" -msgstr "広告周期" - -# File: src/www/firewall_virtual_ip_edit.php, line: 433 -msgid "Base" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 441 -msgid "Skew" -msgstr "" - -msgid "" -"The frequency that this machine will advertise. 0 means usually master. " -"Otherwise the lowest combination of both values in the cluster determines " -"the master." -msgstr "" -"このマシンが広告する周期のこと。0 は通常マスタを意味します。もしくは、クラスタ内で、両方の値の組み合わせが最も低いものが、マスタとして決定されます。" - -msgid "" -"Proxy ARP and Other type Virtual IPs cannot be bound to by anything running " -"on the firewall, such as IPsec, OpenVPN, etc. Use a CARP or IP Alias type " -"address for these cases." -msgstr "" -"プロキシ ARP 及びその他のタイプの仮想 IP は、IPsec、OpenVPN " -"等のようにファイアウォール上で実行されるいかなるものでも、バインドできません。このような場合は、CARP や IP " -"エイリアスタイプのアドレスを使用します。" - -msgid "CARP FAQ" -msgstr "CARP FAQ" - -msgid "For more information on CARP and the above values, visit the OpenBSD " -msgstr "CARP 及び上記の値の詳細については OpenBSD を参照してください。" - -msgid "Available Widgets" -msgstr "利用可能なウィジェット" - -# File: src/www/graph.php, line: 79 -msgid "Cannot get data about interface %s" -msgstr "" - -msgid "In" -msgstr "内" - -msgid "Out" -msgstr "外" - -msgid "Switch to bytes/s" -msgstr "byte/s に切替" - -msgid "AutoScale" -msgstr "自動サイズ設定" - -msgid "Graph shows last" -msgstr "次のグラフを表示: 最新 " - -msgid "Collecting initial data, please wait" -msgstr "初期データを収集しています。しばらくお待ちください" - -msgid "No URL for getURL" -msgstr "getURL の URL がありません" - -msgid "No callback function for getURL" -msgstr "getURL のコールバック関数がありません" - -msgid "Both getURL and XMLHttpRequest are undefined" -msgstr "getURL と XMLHttpRequest がどちらも定義されていません" - -msgid "Switch to" -msgstr "切替: " - -msgid "follow" -msgstr "追従" - -msgid "up" -msgstr "アップ" - -msgid "Kbps" -msgstr "Kbps" - -msgid "Mbps" -msgstr "Mbps" - -msgid "Gbps" -msgstr "Gbps" - -msgid "KB/s" -msgstr "KB/s" - -msgid "MB/s" -msgstr "MB/s" - -msgid "GB/s" -msgstr "GB/s" - -#, fuzzy -msgid "The field %s contains invalid characters." -msgstr "フィールド '%s' には無効な文字が含まれています" - -#, fuzzy -msgid "The field %s is required." -msgstr "フィールド '%s' が必要です" - -# File: src/www/guiconfig.inc, line: 264 -msgid "The following input errors were detected:" -msgstr "" - -msgid "Apply changes" -msgstr "変更を適用" - -# File: src/www/guiconfig.inc, line: 259 -msgid "" -"The firewall has globally been disabled and configured rules are currently " -"not enforced. It can be enabled in the %sFirewall/NAT%s settings." -msgstr "" - -#, fuzzy -msgid "The changes have been applied successfully." -msgstr "ステータステーブルは正常に書き込みされました" - -# File: src/www/guiconfig.inc, line: 380 -msgid "" -"You can also monitor the filter " -"reload progress." -msgstr "" - -# File: src/www/guiconfig.inc, line: 412 -msgid "File %s is a directory." -msgstr "" - -# File: src/www/guiconfig.inc, line: 414 -msgid "File %s doesn't exist." -msgstr "" - -# File: src/www/guiconfig.inc, line: 389 -# File: src/www/guiconfig.inc, line: 420 -msgid "File %s yielded no results." -msgstr "" - -#, fuzzy -msgid "Currently viewing: " -msgstr "現バージョン" - -# File: src/www/guiconfig.inc, line: 629 -msgid "A problem was detected. Click %shere%s for more information." -msgstr "" - -msgid "Acknowledge All Notices" -msgstr "全ての通知を確認" - -msgid "unread notice" -msgstr "未読の通知" - -msgid "unread notices" -msgstr "未読の通知" - -msgid "Widget configuration has been changed." -msgstr "ウィジェット構成が変更されました" - -#, fuzzy -msgid "Starting initial configuration" -msgstr "静的 IPv4 構成" - -msgid "Welcome to %s!\n" -msgstr "%s へようこそ!\n" - -msgid "One moment while we start the initial setup wizard." -msgstr "初期設定ウィザードの開始まで少々お待ちください" - -msgid "" -"Embedded platform users: Please be patient, the wizard takes a little longer " -"to run than the normal GUI." -msgstr "組込みプラットフォームユーザ: しばらくお待ち下さい。通常の GUI よりも、ウィザードの実行に少し時間がかかります。" - -msgid "To bypass the wizard, click on the %s logo on the initial page." -msgstr "ウィザードを回避するには、最初のページにある %s ロゴをクリックしてください。" - -msgid "Loading selected widget" -msgstr "選択したウィジェットを読み込んでいます" - -# File: src/www/interfaces.php, line: 214 -msgid "XML error: %s at line %d" -msgstr "" - -msgid "You have already applied your settings!" -msgstr "設定は適用済みです!" - -msgid "Sorry, an alias with the name %s already exists." -msgstr "エイリアス名 %s は存在しています" - -msgid "An interface with the specified description already exists." -msgstr "指定された説明のインタフェースが存在しています" - -msgid "" -"The DHCP Server is active on this interface and it can be used only with a " -"static IP configuration. Please disable the DHCP Server service on this " -"interface first, then change the interface configuration." -msgstr "" -"このインタフェースでは DHCP サーバがアクティブですが、静的 IP 構成でのみ使用できます。最初に DHCP " -"サーバサービスを無効にしてから、インタフェースの構成を変更してください。" - -# File: src/www/interfaces.php, line: 779 -msgid "" -"The DHCPv6 Server is active on this interface and it can be used only with a " -"static IPv6 configuration. Please disable the DHCPv6 Server service on this " -"interface first, then change the interface configuration." -msgstr "" - -msgid "IPv4 address" -msgstr "IPv4 アドレス" - -msgid "Subnet bit count" -msgstr "サブネットビット数" - -msgid "" -"This interface is referenced by IPv4 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "このインタフェースは IPv4 VIP から参照されています。インタフェースの設定を「なし」に構成する前に、参照を削除してください。" - -msgid "You have to reassign the interface to be able to configure as %s." -msgstr "インタフェースを再割当てしてください。%s として構成可能になります。" - -msgid "Modem Port" -msgstr "モデムポート" - -msgid "Phone Number" -msgstr "電話番号" - -msgid "Dial on demand" -msgstr "ダイヤルオンデマンド" - -msgid "Idle timeout value" -msgstr "アイドルタイムアウト値" - -msgid "PPPoE password" -msgstr "PPPoE パスワード" - -msgid "PPPoE username" -msgstr "PPPoE ユーザ名" - -msgid "PPTP local IP address" -msgstr "PPTP ローカル IP アドレス" - -msgid "PPTP password" -msgstr "PPTP パスワード" - -msgid "PPTP remote IP address" -msgstr "PPTP リモート IP アドレス" - -msgid "PPTP subnet" -msgstr "PPTP サブネット" - -msgid "PPTP username" -msgstr "PPTP ユーザ名" - -msgid "L2TP password" -msgstr "L2TP パスワード" - -msgid "L2TP remote IP address" -msgstr "L2TP リモート IP アドレス" - -msgid "L2TP username" -msgstr "L2TP ユーザ名" - -msgid "IPv6 address" -msgstr "IPv6 アドレス" - -msgid "" -"This interface is referenced by IPv6 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "このインタフェースは IPv6 VIP から参照されています。インタフェースの設定を「なし」に構成する前に、参照を削除してください。" - -msgid "You can only have one interface configured in 6rd with same prefix." -msgstr "6rd で、同じプレフィックスを使用して構成できるインタフェースは 1 つだけです。" - -msgid "You can only have one interface configured as 6to4." -msgstr "6to4 として構成できるインタフェースは 1 つだけです。" - -msgid "You must enter a valid hexadecimal number for the IPv6 prefix ID." -msgstr "IPv6 プレフィックス ID に、有効な 16 進数を入力してください。" - -msgid "You specified an IPv6 prefix ID that is out of range." -msgstr "指定した IPv6 プレフィックス ID は範囲外です。" - -msgid "A valid IPv4 address must be specified." -msgstr "有効な IPv4 アドレスを指定してください" - -msgid "This IPv4 address is being used by another interface or VIP." -msgstr "この IPv4 アドレスは、別のインタフェース、または VIP で使用されています。" - -# File: src/www/interfaces.php, line: 628 -msgid "This IPv4 address is the network address and cannot be used" -msgstr "" - -# File: src/www/interfaces.php, line: 630 -msgid "This IPv4 address is the broadcast address and cannot be used" -msgstr "" - -msgid "This IPv4 address conflicts with a Static Route." -msgstr "静的ルートで、この IPv4 アドレスが競合しています。" - -msgid "A valid IPv6 address must be specified." -msgstr "有効な IPv6 アドレスを指定してください" - -msgid "This IPv6 address is being used by another interface or VIP." -msgstr "この IPv6 アドレスは、別のインタフェース、または VIP で使用されています。" - -msgid "This IPv6 address conflicts with a Static Route." -msgstr "静的ルートで、この IPv6 アドレスが競合しています。" - -msgid "A valid subnet bit count must be specified." -msgstr "有効なサブネットビット数を指定してください" - -msgid "A valid alias IP address must be specified." -msgstr "有効なエイリアス IP アドレスを指定してください" - -msgid "A valid alias subnet bit count must be specified." -msgstr "有効なエイリアスサブネットビット数を指定してください" - -#, fuzzy -msgid "A valid alias IP address must be specified to reject DHCP Leases from." -msgstr "有効なエイリアス IP アドレスを指定してください" - -msgid "A valid gateway must be specified." -msgstr "有効なゲートウェイを指定してください" - -msgid "The service name contains invalid characters." -msgstr "サービス名に無効な文字が含まれています" - -msgid "The idle timeout value must be an integer." -msgstr "アイドルタイムアウト値は整数です" - -msgid "A valid PPPoE reset hour must be specified (0-23)." -msgstr "有効な PPPoE リセット時を指定してください ( 0-23 )" - -msgid "A valid PPPoE reset minute must be specified (0-59)." -msgstr "有効な PPPoE リセット分を指定してください ( 0-59 )" - -msgid "A valid PPPoE reset date must be specified (mm/dd/yyyy)." -msgstr "有効な PPPoE リセット日を指定してください ( mm/dd/yyyy )" - -msgid "A valid PPTP local IP address must be specified." -msgstr "有効な PPTP ローカル IP アドレスを指定してください" - -msgid "A valid PPTP subnet bit count must be specified." -msgstr "有効な PPTP サブネットビット数を指定してください" - -msgid "A valid PPTP remote IP address must be specified." -msgstr "有効な PPTP リモート IP アドレスを指定してください" - -msgid "A valid MAC address must be specified." -msgstr "有効な MAC アドレスを指定してください。" - -#, fuzzy -msgid "The MTU must be greater than 576 bytes and less than 9000." -msgstr "MTU は、576 バイト以上です" - -msgid "MTU of a vlan should not be bigger than parent interface." -msgstr "VLAN の MTU は、親インタフェースよりも小さい値を設定してください。" - -msgid "Interface %s (VLAN) has MTU set to a bigger value" -msgstr "インタフェース %s (VLAN) の MTU に大きい値が設定されています" - -msgid "The MSS must be greater than 576 bytes." -msgstr "MSS は、576 バイト以上です" - -msgid "Mode" -msgstr "モード" - -msgid "SSID" -msgstr "SSID" - -msgid "" -"Unable to change mode to %s. You may already have the maximum number of " -"wireless clones supported in this mode." -msgstr "モードを %s に変更できません。既にこのモードでサポートされている無線クローンの最大数を使用しています。" - -msgid "" -"Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit." -msgstr "WEP 鍵サイズが無効です。有効なサイズは 40 (64) ビット鍵、もしくは 104 (128) ビット鍵です" - -msgid "The length of the passphrase should be between 8 and 63 characters." -msgstr "パスフレーズの長さは 8 - 63 文字です" - -msgid "Don't forget to adjust the DHCP Server range if needed after applying." -msgstr "適用後に、必要であれば DHCP サーバの範囲を調整してください。" - -msgid "The %s configuration has been changed." -msgstr "%s 構成が変更されました" - -msgid "General configuration" -msgstr "全般構成" - -msgid "Enable Interface" -msgstr "インタフェースを有効" - -msgid "Enter a description (name) for the interface here." -msgstr "ここにインタフェースの説明 ( 名前 ) を入力します。" - -# File: src/www/interfaces.php, line: 1706 -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved for " -"private networks as per RFC 1918 (10/8, 172.16/12, 192.168/16) as well as " -"loopback addresses (127/8)." -msgstr "" - -msgid "" -"You should generally leave this option turned on, unless your WAN network " -"lies in such a private address space, too." -msgstr "通常は、このオプションもオンにすべきです。但し、WAN ネットワークが、このようなプライベートアドレス空間に存在する場合は除きます。" - -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved (" -"but not RFC 1918) or not yet assigned by IANA." -msgstr "" -"このオプションが設定されると、予約されているIP アドレス ( RFC 1918 以外 )、もしくは、IANA が未割当ての IP " -"アドレスからのトラフィックをブロックします。" - -msgid "" -"Bogons are prefixes that should never appear in the Internet routing table, " -"and obviously should not appear as the source address in any packets you " -"receive." -msgstr "" -"Bogon という接頭語は、インターネットルーティングテーブルに表示させてはいけません。当然のことながら、受信したどのようなパケットの送信元アドレスとして" -"も、表示させてはいけません。" - -msgid "" -"Note: The update frequency can be changed under System->Advanced Firewall/" -"NAT settings." -msgstr "更新頻度は、システム - 高度なファイアウォール - NAT 設定、で変更できます。" - -msgid "IPv4 Configuration Type" -msgstr "IPv4 構成タイプ" - -msgid "PPP" -msgstr "PPP" - -msgid "PPPoE" -msgstr "PPPoE" - -msgid "Static IPv4" -msgstr "静的 IPv4" - -msgid "IPv6 Configuration Type" -msgstr "IPv6 構成タイプ" - -msgid "6rd Tunnel" -msgstr "6rd トンネル" - -msgid "6to4 Tunnel" -msgstr "6to4 トンネル" - -msgid "SLAAC" -msgstr "SLAAC" - -msgid "Static IPv6" -msgstr "静的 IPv6" - -msgid "Track Interface" -msgstr "インタフェースの追跡" - -msgid "MAC address" -msgstr "MAC アドレス" - -msgid "Insert my local MAC address" -msgstr "ローカル MAC アドレスを挿入" - -msgid "" -"This field can be used to modify (\"spoof\") the MAC address of this " -"interface" -msgstr "このフィールドはインタフェースの MAC アドレス変更 ( なりすまし ) に使用します" - -msgid "(may be required with some cable connections)" -msgstr " ( ケーブル接続の一部で必要となる場合があります )" - -msgid "" -"Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx or leave blank" -msgstr "次の形式で MAC アドレスを入力するか、空白にしてください: xx:xx:xx:xx:xx:xx" - -msgid "MTU" -msgstr "MTU" - -msgid "" -"If you leave this field blank, the adapter's default MTU will be used. This " -"is typically 1500 bytes but can vary in some circumstances." -msgstr "このフィールドを空白にすると、アダプタのデフォルト MTU が使用されます。通常は 1500 バイトですが、一部の環境では変更可能です。" - -msgid "MSS" -msgstr "MSS" - -msgid "" -"If you enter a value in this field, then MSS clamping for TCP connections to " -"the value entered above minus 40 (TCP/IP header size) will be in effect." -msgstr "" -"このフィールドに値を入力した場合、TCP 接続に対する MSS クランプにより、実際には、上記で入力した値 - 40 ( TCP/IP ヘッダサイズ ) " -"になります。" - -msgid "Speed and duplex" -msgstr "速度と双方向通信" - -# File: src/www/interfaces.php, line: 1802 -msgid "Default (no preference, typically autoselect)" -msgstr "" - -msgid "" -"Here you can explicitly set speed and duplex mode for this interface. " -"WARNING: You MUST leave this set to autoselect (automatically negotiate " -"speed) unless the port this interface connects to has its speed and duplex " -"forced." -msgstr "" -"このインタフェースに対して速度と双方向通信モードを明示的に設定できます。警告:「必ず」自動選択を設定してください ( 速度を自動的にネゴシエートします " -")。但し、このインタフェースが、速度と通信モードを強制されたポートに接続する場合を除きます。" - -msgid "Static IPv4 configuration" -msgstr "静的 IPv4 構成" - -#, fuzzy -msgid "IPv4 Upstream Gateway" -msgstr "ゲートウェイを使用" - -msgid "add a new one." -msgstr "新規で追加" - -#, fuzzy -msgid "Add new gateway" -msgstr "新規ゲートウェイを追加: " - -msgid "Default gateway:" -msgstr "デフォルトゲートウェイ: " - -msgid "Gateway Name:" -msgstr "ゲートウェイ名: " - -msgid "Gateway IPv4:" -msgstr "IPv4 ゲートウェイ: " - -msgid "Description:" -msgstr "説明: " - -msgid "Save Gateway" -msgstr "ゲートウェイを保存" - -#, fuzzy -msgid "" -"If this interface is an Internet connection, select an existing Gateway from " -"the list or add a new one using the link above." -msgstr "このインタフェースがインターネット接続する場合、リストから既存のゲートウェイを選択するか、上記のリンクを使用して新規で追加してください。" - -# File: src/www/interfaces.php, line: 1776 -# File: src/www/interfaces.php, line: 1885 -msgid "On local LANs the upstream gateway should be \"none\"." -msgstr "" - -msgid "NOTE:" -msgstr "注意: " - -msgid "You can manage Gateways" -msgstr "ゲートウェイ管理は" - -msgid "DHCP client configuration" -msgstr "DHCP クライアント構成" - -# File: src/www/interfaces.php, line: 1937 -# File: src/www/interfaces.php, line: 2530 -msgid "Basic" -msgstr "" - -# File: src/www/interfaces.php, line: 1945 -# File: src/www/interfaces.php, line: 2073 -# File: src/www/interfaces.php, line: 2538 -msgid "Config File Override" -msgstr "" - -msgid "" -"The value in this field is sent as the DHCP client identifier and hostname " -"when requesting a DHCP lease. Some ISPs may require this (for client " -"identification)." -msgstr "" -"このフィールドの値は、DHCP リースのリクエスト時に、DHCP クライアント識別子とホスト名として送信されます。一部の ISP はこの値を ( " -"クライアント識別子として ) 要求します。" - -msgid "Alias IPv4 address" -msgstr "エイリアス IPv4 アドレス" - -msgid "" -"The value in this field is used as a fixed alias IPv4 address by the DHCP " -"client." -msgstr "このフィールドの値は、DHCP クライアントが、エイリアスの固定 IPv4 アドレスとして使用します" - -# File: src/www/interfaces.php, line: 1996 -msgid "Reject Leases From" -msgstr "" - -# File: src/www/interfaces.php, line: 2000 -msgid "" -"If there is a certain upstream DHCP server that should be ignored, place the " -"IP address or subnet of the DHCP server to be ignored here." -msgstr "" - -# File: src/www/interfaces.php, line: 2001 -msgid "" -"This is useful for rejecting leases from cable modems that offer private IPs " -"when they lose upstream sync." -msgstr "" - -#, fuzzy -msgid "Protocol Timing" -msgstr "プロトコルバージョン" - -# File: src/www/interfaces.php, line: 2003 -msgid "Timeout" -msgstr "" - -msgid "Retry" -msgstr "再試行" - -# File: src/www/interfaces.php, line: 2005 -msgid "Select Timeout" -msgstr "" - -# File: src/www/interfaces.php, line: 2006 -msgid "Reboot" -msgstr "" - -# File: src/www/interfaces.php, line: 2007 -msgid "Backoff Cutoff" -msgstr "" - -# File: src/www/interfaces.php, line: 2008 -msgid "Initial Interval" -msgstr "" - -# File: src/www/interfaces.php, line: 2010 -msgid "Presets:" -msgstr "" - -# File: src/www/interfaces.php, line: 2013 -msgid "FreeBSD Default" -msgstr "" - -msgid "Clear" -msgstr "消去" - -# File: src/www/interfaces.php, line: 2019 -msgid "OPNsense Default" -msgstr "" - -# File: src/www/interfaces.php, line: 2022 -msgid "Saved Cfg" -msgstr "" - -#, fuzzy -msgid "" -"The values in these fields are DHCP protocol timings used when requesting a " -"lease.
" -msgstr "このフィールドの値は、DHCPv6 リースのリクエスト時に、DHCPv6 クライアント識別子として送信されます。" - -# File: src/www/interfaces.php, line: 2032 -msgid "Lease Requirements" -msgstr "" - -# File: src/www/interfaces.php, line: 2035 -msgid "FreeBSD Manual" -msgstr "" - -# File: src/www/interfaces.php, line: 2035 -msgid "" -"More detailed information about lease requirements and requests can be found " -"in the " -msgstr "" - -#, fuzzy -msgid "Send Options" -msgstr "オプション" - -# File: src/www/interfaces.php, line: 2073 -msgid "" -"The values in this field are DHCP options to be sent when requesting a DHCP " -"lease. [option declaration [, ...]]
Value Substitutions: {interface}, " -"{hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C is U(pper) or " -"L(ower) Case, and D is \" :-.\" Delimiter (space, colon, hyphen, or period) (" -"omitted for none).
Some ISPs may require certain options be or not be " -"sent. " -msgstr "" - -#, fuzzy -msgid "Request Options" -msgstr "NetBIOS オプション" - -#, fuzzy -msgid "" -"The values in this field are DHCP option 55 to be sent when requesting a " -"DHCP lease. [option [, ...]]
Some ISPs may require certain options be " -"or not be requested. " -msgstr "" -"このフィールドの値は、DHCP リースのリクエスト時に、DHCP クライアント識別子とホスト名として送信されます。一部の ISP はこの値を ( " -"クライアント識別子として ) 要求します。" - -# File: src/www/interfaces.php, line: 2054 -msgid "Require Options" -msgstr "" - -#, fuzzy -msgid "" -"The values in this field are DHCP options required by the client when " -"requesting a DHCP lease. [option [, ...]] " -msgstr "このフィールドの値は、DHCPv6 リースのリクエスト時に、DHCPv6 クライアント識別子として送信されます。" - -# File: src/www/interfaces.php, line: 2062 -msgid "Option Modifiers" -msgstr "" - -# File: src/www/interfaces.php, line: 2096 -msgid "" -"The values in this field are DHCP option modifiers applied to obtained DHCP " -"lease. [modifier option declaration [, ...]]
modifiers: (default, " -"supersede, prepend, append)" -msgstr "" - -# File: src/www/interfaces.php, line: 2068 -# File: src/www/interfaces.php, line: 2081 -msgid "FreeBSD manual" -msgstr "" - -# File: src/www/interfaces.php, line: 2106 -# File: src/www/interfaces.php, line: 2351 -msgid "" -"The value in this field is the full absolute path to a DHCP client " -"configuration file. [/[dirname/[.../]]filename[.ext]]
Value " -"Substitutions in Config File: {interface}, {hostname}, {mac_addr_asciiCD}, " -"{mac_addr_hexCD}
Where C is U(pper) or L(ower) Case, and D is \" :-.\" " -"Delimiter (space, colon, hyphen, or period) (omitted for none).
Some " -"ISPs may require certain options be or not be sent. " -msgstr "" - -msgid "PPP configuration" -msgstr "PPP 構成" - -msgid "Service Provider" -msgstr "サービスプロバイダ" - -msgid "Country:" -msgstr "国: " - -msgid "Provider:" -msgstr "プロバイダ: " - -msgid "Plan:" -msgstr "プラン: " - -msgid "Select to fill in data for your service provider." -msgstr "選択して、サービスプロバイダのデータを埋めてください。" - -msgid "Access Point Name (APN)" -msgstr "アクセスポイント名 ( APN )" - -msgid "Advanced PPP" -msgstr "高度な PPP" - -msgid "Click here" -msgstr "ここをクリックして" - -msgid "to edit PPP configuration." -msgstr "PPP 構成を編集してください。" - -msgid "to create a PPP configuration." -msgstr "PPP 構成を作成してください。" - -msgid "PPPoE configuration" -msgstr "PPPoE 構成" - -msgid "Service name" -msgstr "サービス名" - -msgid "Hint: this field can usually be left empty" -msgstr "ヒント: このフィールドは通常、空白で構いません" - -msgid "Enable Dial-On-Demand mode" -msgstr "ダイヤルオンデマンドモードを有効" - -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a " -msgstr "このオプションは、インタフェースをダイヤルオンデマンドモードで動作させ、" - -msgid "" -"connection. The interface is configured, but the actual connection of the " -"link is delayed until qualifying outgoing traffic is detected." -msgstr "接続することが可能になります。インタフェースが構成されても、実際の接続リンクは、対象となる発信トラフィックが検出されるまで遅延します。" - -msgid "virtual full time" -msgstr "仮想フルタイム" - -msgid "Idle timeout" -msgstr "アイドルタイムアウト" - -msgid "" -"If no qualifying outgoing packets are transmitted for the specified number " -"of seconds, the connection is brought down. An idle timeout of zero disables " -"this feature." -msgstr "対象となる発信パケットが指定された秒数で送信されなかった場合、接続はダウンします。この機能では、アイドルタイムアウトの 0 指定は、無効です。" - -msgid "Periodic reset" -msgstr "定期リセット" - -msgid "Custom" -msgstr "カスタム" - -msgid "Pre-Set" -msgstr "事前設定" - -msgid "Select a reset timing type" -msgstr "リセットタイミングタイプを選択してください" - -msgid "hour (0-23)" -msgstr "時 ( 0-23 )" - -msgid "minute (0-59)" -msgstr "分 (0-59)" - -msgid "reset at a specific date (mm/dd/yyyy)" -msgstr "特定の日付にリセット (mm/dd/yyyy)" - -msgid "" -"If you leave the date field empty, the reset will be executed each day at " -"the time you did specify using the minutes and hour field." -msgstr "日付フィールドを空白にした場合、時と分のフィールドで指定した時間に、毎日リセットが実行されます。" - -msgid "reset at each month ('0 0 1 * *')" -msgstr "毎月リセット('0 0 1 * *')" - -msgid "reset at each week ('0 0 * * 0')" -msgstr "毎週リセット ('0 0 * * 0')" - -msgid "reset at each day ('0 0 * * *')" -msgstr "毎日リセット ('0 0 * * *')" - -msgid "reset at each hour ('0 * * * *')" -msgstr "毎時間リセット ('0 * * * *')" - -msgid "Advanced and MLPPP" -msgstr "高度な構成・MLPPP" - -msgid "" -"for additional PPPoE configuration options. Save first if you made changes." -msgstr "PPPoE 構成追加オプション。変更した場合は、最初に保存してください" - -msgid "for advanced PPPoE configuration options and MLPPP configuration." -msgstr "高度な PPPoE 構成オプション、及び MLPPP 構成。" - -msgid "PPTP/L2TP configuration" -msgstr "PPTP/L2TP 構成" - -msgid "Local IP address" -msgstr "ローカル IP アドレス" - -msgid "Remote IP address" -msgstr "リモート IP アドレス" - -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a" -msgstr "このオプションは、インタフェースをダイヤルオンデマンドモードで動作させ、" - -msgid "" -"for additional PPTP and L2TP configuration options. Save first if you made " -"changes." -msgstr "PPTP・L2TP 構成追加オプション。変更した場合は、最初に保存してください" - -msgid "for advanced PPTP and L2TP configuration options" -msgstr "高度な PPTP・L2TP 構成オプション" - -msgid "Static IPv6 configuration" -msgstr "静的 IPv6 構成" - -#, fuzzy -msgid "IPv6 Upstream Gateway" -msgstr "ゲートウェイを使用" - -msgid "Add new v6 gateway:" -msgstr "新規 IPv6 ゲートウェイを追加: " - -msgid "Default v6 gateway:" -msgstr "デフォルト IPv6 ゲートウェイ: " - -msgid "Gateway Name IPv6:" -msgstr "IPv6 ゲートウェイ名: " - -msgid "Gateway IPv6:" -msgstr "IPv6 ゲートウェイ: " - -# File: src/www/interfaces.php, line: 2520 -msgid "DHCPv6 client configuration" -msgstr "" - -# File: src/www/interfaces.php, line: 2544 -msgid "Use IPv4 connectivity" -msgstr "" - -# File: src/www/interfaces.php, line: 2188 -msgid "Request a IPv6 prefix/information through the IPv4 connectivity link" -msgstr "" - -#, fuzzy -msgid "Request only a IPv6 prefix" -msgstr "送信先 IPv6 プレフィックス" - -# File: src/www/interfaces.php, line: 2195 -msgid "Only request a IPv6 prefix, do not request a IPv6 address" -msgstr "" - -msgid "DHCPv6 Prefix Delegation size" -msgstr "DHCPv6 Prefix Delegation サイズ" - -msgid "" -"The value in this field is the delegated prefix length provided by the " -"DHCPv6 server. Normally specified by the ISP." -msgstr "このフィールドの値は、DHCPv6 サーバが提供する delegated prefix の長さです。通常は ISP が指定します。" - -#, fuzzy -msgid "Send IPv6 prefix hint" -msgstr "内部 IPv6 プレフィックス" - -# File: src/www/interfaces.php, line: 2219 -msgid "" -"Send an IPv6 prefix hint to indicate the desired prefix size for delegation" -msgstr "" - -# File: src/www/interfaces.php, line: 2588 -msgid "Interface Statement" -msgstr "" - -#, fuzzy -msgid "Information Only" -msgstr "情報応答" - -# File: src/www/interfaces.php, line: 2593 -msgid "" -"This statement specifies dhcp6c to only exchange informational " -"configuration parameters with servers. A list of DNS server addresses is " -"an example of such parameters. This statement is useful when the client " -"does not need stateful configuration parameters such as IPv6 addresses or " -"prefixes." -msgstr "" - -# File: src/www/interfaces.php, line: 2598 -msgid "source: FreeBSD man page" -msgstr "" - -# File: src/www/interfaces.php, line: 2234 -msgid "" -"The values in this field are DHCP send options to be sent when requesting a " -"DHCP lease. [option declaration [, ...]]
Value Substitutions: " -"{interface}, {hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C " -"is U(pper) or L(ower) Case, and D is \" :-.\" Delimiter (space, colon, " -"hyphen, or period) (omitted for none).
Some DHCP services may require " -"certain options be or not be sent. " -msgstr "" - -#, fuzzy -msgid "" -"The values in this field are DHCP request options to be sent when requesting " -"a DHCP lease. [option [, ...]]
Some DHCP services may require certain " -"options be or not be requested. " -msgstr "" -"このフィールドの値は、DHCP リースのリクエスト時に、DHCP クライアント識別子とホスト名として送信されます。一部の ISP はこの値を ( " -"クライアント識別子として ) 要求します。" - -# File: src/www/interfaces.php, line: 2247 -msgid "Script" -msgstr "" - -# File: src/www/interfaces.php, line: 2250 -msgid "" -"The value in this field is the absolute path to a script invoked on certain " -"conditions including when a reply message is received.
[/[dirname/[.../]]filename[.ext]] " -msgstr "" - -# File: src/www/interfaces.php, line: 2629 -msgid "Identity Association" -msgstr "" - -#, fuzzy -msgid "Non-Temporary Address Allocation" -msgstr "ネットワークアドレス変換" - -# File: src/www/interfaces.php, line: 2264 -msgid "id-assoc na" -msgstr "" - -# File: src/www/interfaces.php, line: 2265 -# File: src/www/interfaces.php, line: 2282 -msgid "ID" -msgstr "" - -# File: src/www/interfaces.php, line: 2269 -msgid "ipv6-address" -msgstr "" - -# File: src/www/interfaces.php, line: 2271 -# File: src/www/interfaces.php, line: 2288 -msgid "pltime" -msgstr "" - -# File: src/www/interfaces.php, line: 2273 -# File: src/www/interfaces.php, line: 2290 -msgid "vltime" -msgstr "" - -#, fuzzy -msgid "Prefix Delegation" -msgstr "プレフィックスデリゲーションサイズ" - -# File: src/www/interfaces.php, line: 2281 -msgid "id-assoc pd" -msgstr "" - -#, fuzzy -msgid "Prefix" -msgstr "IPv6 プレフィックス" - -# File: src/www/interfaces.php, line: 2286 -msgid "ipv6-prefix" -msgstr "" - -# File: src/www/interfaces.php, line: 2665 -msgid "Prefix Interface" -msgstr "" - -#, fuzzy -msgid "Prefix Interface " -msgstr "ブリッジインタフェース" - -# File: src/www/interfaces.php, line: 2302 -msgid "sla-id" -msgstr "" - -# File: src/www/interfaces.php, line: 2304 -msgid "sla-len" -msgstr "" - -msgid "Authentication" -msgstr "認証" - -# File: src/www/interfaces.php, line: 2314 -msgid "authname" -msgstr "" - -#, fuzzy -msgid "protocol" -msgstr "プロトコル" - -#, fuzzy -msgid "algorithm" -msgstr "ハッシュアルゴリズム" - -# File: src/www/interfaces.php, line: 2320 -msgid "rdm" -msgstr "" - -# File: src/www/interfaces.php, line: 2688 -msgid "Keyinfo" -msgstr "" - -# File: src/www/interfaces.php, line: 2330 -msgid "keyname" -msgstr "" - -# File: src/www/interfaces.php, line: 2332 -msgid "realm" -msgstr "" - -# File: src/www/interfaces.php, line: 2335 -msgid "keyid" -msgstr "" - -# File: src/www/interfaces.php, line: 2337 -msgid "secret" -msgstr "" - -# File: src/www/interfaces.php, line: 2339 -msgid "expire" -msgstr "" - -# File: src/www/interfaces.php, line: 2704 -msgid "Configuration File Override" -msgstr "" - -msgid "6RD Rapid Deployment" -msgstr "6RD Rapid Deployment" - -msgid "6RD prefix" -msgstr "6RD プレフィックス" - -msgid "" -"The value in this field is the 6RD IPv6 prefix assigned by your ISP. e.g. " -"'2001:db8::/32'" -msgstr "このフィールドの値は、ISP から割当てられた 6RD IPv6 プレフィックスです。例 2001:db8::/32" - -msgid "6RD Border Relay" -msgstr "6RD ボーダーリレー" - -msgid "" -"The value in this field is 6RD IPv4 gateway address assigned by your ISP" -msgstr "このフィールドの値は、ISP から割当てられた 6RD IPv4 ゲートウェイアドレスです。" - -msgid "6RD IPv4 Prefix length" -msgstr "6RD IPv4 プレフィックス長" - -msgid "bits" -msgstr "ビット" - -msgid "" -"The value in this field is the 6RD IPv4 prefix length. Normally specified by " -"the ISP. A value of 0 means we embed the entire IPv4 address in the 6RD " -"prefix." -msgstr "" -"このフィールドの値は、6RD IPv4 プレフィックス長です。通常は、ISP から指定されます。値が 0 の場合は、6RD プレフィックスに、IPv4 " -"アドレスを全部組み込みます。" - -msgid "Track IPv6 Interface" -msgstr "IPv6 インタフェースを追跡" - -msgid "IPv6 Interface" -msgstr "IPv6 インタフェース" - -msgid "This selects the dynamic IPv6 WAN interface to track for configuration" -msgstr "追跡を構成する、ダイナミック IPv6 WAN インタフェースを選択します。" - -msgid "IPv6 Prefix ID" -msgstr "IPv6 プレフィックス ID" - -msgid "" -"The value in this field is the (Delegated) IPv6 prefix id. This determines " -"the configurable network ID based on the dynamic IPv6 connection" -msgstr "" -"このフィールドの値は、(Delegated) IPv6 プレフィックス IDです。この値は、ダイナミック IPv6 接続に基づいた、" -"構成可能なネットワーク ID を決定します。" - -msgid "" -"Enter a hexadecimal value between %x and %x here, default value is 0." -msgstr "%x-%x の 16 進数値を入力してください。デフォルト値は 0 です。" - -msgid "" -"Common wireless configuration - Settings apply to all wireless networks on" -msgstr "共通の無線構成 - 全ての無線ネットワークに適用されます" - -msgid "Persist common settings" -msgstr "共通設定を保持" - -msgid "" -"Enabling this preserves the common wireless configuration through interface " -"deletions and reassignments." -msgstr "これを有効にすると、インタフェースが削除、再割当てされても、共通の無線構成を保持します。" - -msgid "Protection Mode" -msgstr "保護モード" - -msgid "Protection mode off" -msgstr "保護モード: オフ" - -msgid "Protection mode CTS to self" -msgstr "保護モード: CTS-to-self" - -msgid "Protection mode RTS and CTS" -msgstr "保護モード: RTS/CTS" - -msgid "" -"For IEEE 802.11g, use the specified technique for protecting OFDM frames in " -"a mixed 11b/11g network." -msgstr "IEEE 802.11g では、11b/11g が混在するネットワークで OFDM フレームを保護する特定の技術を使用します。" - -msgid "Transmit power" -msgstr "電波出力" - -msgid "" -"Note: Typically only a few discreet power settings are available and the " -"driver will use the setting closest to the specified value. Not all " -"adapters support changing the transmit power setting." -msgstr "" -"注意: よく使用される 2、3 の控えめな出力設定のみが利用可能です。ドライバは指定された値に最も近い設定を使用します。全てのアダプタが電波出力設定の変更" -"をサポートしているわけではありません。" - -msgid "Channel" -msgstr "チャンネル" - -msgid "Auto" -msgstr "自動" - -msgid "" -"Legend: wireless standards - channel # (frequency @ max TX power / TX power " -"allowed in reg. domain)" -msgstr "凡例: 無線規格 - チャンネル # ( 周波数 @ max TX power / TX power は規制ドメインで許可 )" - -msgid "" -"Note: Not all channels may be supported by your card. Auto may override the " -"wireless standard selected above." -msgstr "注意: 全てのチャンネルが、無線カードでサポートされているわけではありません。「自動」を選択すると、上記で選択した無線規格を上書きします。" - -msgid "Antenna settings" -msgstr "アンテナ設定" - -msgid "Diversity" -msgstr "ダイバーシティ" - -msgid "Transmit antenna" -msgstr "送信アンテナ" - -msgid "#1" -msgstr "#1" - -msgid "#2" -msgstr "#2" - -msgid "Receive antenna" -msgstr "受信アンテナ" - -msgid "" -"Note: The antenna numbers do not always match up with the labels on the card." -msgstr "注意: アンテナ番号は、カードのラベルと常に一致するわけではありません。" - -msgid "Distance setting" -msgstr "距離設定" - -msgid "" -"Note: This field can be used to tune ACK/CTS timers to fit the distance " -"between AP and Client" -msgstr "注意: このフィールドは、AP とクライアント間の距離に合わせて、ACK/CTS タイマを調整するために使用されます。" - -msgid "(measured in Meters and works only for Atheros based cards !)" -msgstr "( 単位はメートルで、Atheros 準拠のカードでのみ機能します!)" - -msgid "Regulatory settings" -msgstr "規制設定" - -msgid "Regulatory domain" -msgstr "規制ドメイン" - -msgid "" -"Note: Some cards have a default that is not recognized and require changing " -"the regulatory domain to one in this list for the changes to other " -"regulatory settings to work." -msgstr "" -"注意: 一部のカードには、認識されないデフォルト設定が存在します。他の規制設定での動作に変更するためには、デフォルト設定の規制ドメインから、このリストの規" -"制ドメインに変更する必要があります。" - -msgid "Country (listed with country code and regulatory domain)" -msgstr "国 ( 国コードと規制ドメインを記載 )" - -msgid "" -"Note: Any country setting other than \"Default\" will override the " -"regulatory domain setting" -msgstr "注意: 「デフォルト」ではない国が設定されると、規制ドメイン設定は上書きされます。" - -msgid "Location" -msgstr "場所" - -msgid "Indoor" -msgstr "屋内" - -msgid "Outdoor" -msgstr "屋外" - -msgid "Anywhere" -msgstr "どこでも" - -msgid "" -"These settings may affect which channels are available and the maximum " -"transmit power allowed on those channels. Using the correct settings to " -"comply with local regulatory requirements is recommended." -msgstr "" -"これらの設定は、利用可能なチャンネル、及び、チャンネルに許可される最大電波出力に影響します。地域の規制要件に適合する、正しい設定での使用を推奨します。" - -msgid "" -"Note: All wireless networks on this interface will be temporarily brought " -"down when changing regulatory settings. Some of the regulatory domains or " -"country codes may not be allowed by some cards. These settings may not be " -"able to add additional channels that are not already supported." -msgstr "" -"注意: このインタフェースの全ての無線ネットワークは、規制設定の変更時に、一時的にダウンします。一部の規制ドメイン、もしくは国コードを使用できないカードが" -"あります。これらの設定で、現在サポートされていない、追加チャンネルの追加はできません。" - -msgid "Network-specific wireless configuration" -msgstr "ネットワーク固有の無線設定" - -msgid "Infrastructure (BSS)" -msgstr "インフラストラクチャ ( BSS )" - -msgid "Ad-hoc (IBSS)" -msgstr "アドホック ( IBSS )" - -msgid "Access Point" -msgstr "アクセスポイント" - -msgid "" -"Note: Only required in Access Point mode. If left blank in Ad-hoc or " -"Infrastructure mode, this interface will connect to any available SSID" -msgstr "" -"注意: アクセスポイントモードでのみ必要です。アドホック、または、インフラストラクチャモードでこの設定を空白にしておくと、このインタフェースが使用可能な " -"SSID 全てと接続できます。" - -# File: src/www/interfaces.php, line: 3067 -msgid "Minimum standard" -msgstr "" - -msgid "802.11g" -msgstr "802.11g" - -msgid "802.11n" -msgstr "802.11n" - -msgid "" -"When operating as an access point, allow only stations capable of the " -"selected wireless standard to associate (stations not capable are not " -"permitted to associate)." -msgstr "" -"アクセスポイントとして動作している場合は、選択した無線規格に対応したステーションのみがアソシエーションを許可されます ( " -"対応していないステーションにはアソシエーションは許可されません )。" - -msgid "802.11g only" -msgstr "802.11g のみ" - -msgid "" -"When operating as an access point in 802.11g mode, allow only 11g-capable " -"stations to associate (11b-only stations are not permitted to associate)." -msgstr "" -"アクセスポイントとして 802.11g モードで動作している場合は、11g に対応したステーションのみがアソシエーションを許可されます ( 11b " -"のみのステーションにはアソシエーションは許可されません )。" - -msgid "Allow intra-BSS communication" -msgstr "イントラ BSS 通信を許可" - -msgid "" -"When operating as an access point, enable this if you want to pass packets " -"between wireless clients directly." -msgstr "アクセスポイントとして動作している場合で、無線クライアント間で直接パケットをやりとりさせたい時に、これを有効にします。" - -msgid "" -"Disabling the internal bridging is useful when traffic is to be processed " -"with packet filtering." -msgstr "トラフィックにパケットフィルタリングを行う場合、内部ブリッジを無効にすると便利です。" - -msgid "Enable WME" -msgstr "WME を有効" - -msgid "Setting this option will force the card to use WME (wireless QoS)." -msgstr "このオプション設定で、WME ( 無線 QoS ) を使用するようカードに強制します。" - -msgid "Enable Hide SSID" -msgstr "SSID の非表示を有効" - -msgid "Setting this option will force the card to NOT broadcast its SSID" -msgstr "このオプション設定で、SSID をブロードキャストしないようカードに強制します。" - -msgid "(this might create problems for some clients)." -msgstr "( 一部のクライアントで問題が発生する場合があります )" - -msgid "WEP" -msgstr "WEP" - -msgid "Enable WEP" -msgstr "WEP を有効" - -msgid "TX key" -msgstr "TX 鍵" - -msgid "Key 1:" -msgstr "鍵 1: " - -msgid "Key 2:" -msgstr "鍵 2: " - -msgid "Key 3:" -msgstr "鍵 3: " - -msgid "Key 4:" -msgstr "鍵 4: " - -msgid "" -"40 (64) bit keys may be entered as 5 ASCII characters or 10 hex digits " -"preceded by '0x'." -msgstr "40 (64) ビットの鍵を入力してください。ASCII で 5 文字、もしくは、'0x' で始まる 10 桁の 16 進数です。" - -msgid "" -"104 (128) bit keys may be entered as 13 ASCII characters or 26 hex digits " -"preceded by '0x'." -msgstr "104 (128) ビットの鍵を入力してください。ASCII で 13 文字 、もしくは、'0x' で始まる 26 桁の 16 進数です。" - -msgid "WPA" -msgstr "WPA" - -msgid "Enable WPA" -msgstr "WPA を有効" - -msgid "WPA Pre-Shared Key" -msgstr "WPA 事前共有鍵" - -msgid "Passphrase must be from 8 to 63 characters." -msgstr "パスフレーズは、8 - 63 文字です。" - -msgid "WPA Mode" -msgstr "WPA モード" - -msgid "WPA2" -msgstr "WPA2" - -msgid "Both" -msgstr "両方" - -msgid "WPA Key Management Mode" -msgstr "WPA 鍵管理モード" - -msgid "Pre-Shared Key" -msgstr "事前共有鍵" - -msgid "Extensible Authentication Protocol" -msgstr "拡張認証プロトコル" - -msgid "Open System Authentication" -msgstr "オープンシステム認証" - -msgid "Shared Key Authentication" -msgstr "共有鍵認証" - -msgid "Note: Shared Key Authentication requires WEP." -msgstr "注意: 共有鍵認証では WEP が必要です。" - -msgid "WPA Pairwise" -msgstr "WPA ペアワイズ" - -msgid "AES (recommended)" -msgstr "AES ( 推奨 )" - -msgid "TKIP" -msgstr "TKIP" - -msgid "Key Rotation" -msgstr "鍵ローテーション" - -msgid "" -"Allowed values are 1-9999 but should not be longer than Master Key " -"Regeneration time." -msgstr "指定できる値は 1 - 9999 ですが、マスタ鍵再生成時間よりも短くしてください" - -msgid "Master Key Regeneration" -msgstr "マスタ鍵再生成" - -msgid "" -"Allowed values are 1-9999 but should not be shorter than Key Rotation time." -msgstr "指定できる値は 1 - 9999 ですが、鍵ローテーション時間よりも長くしてください" - -msgid "Strict Key Regeneration" -msgstr "厳密な鍵再生成" - -msgid "" -"Setting this option will force the AP to rekey whenever a client " -"disassociates." -msgstr "このオプション設定で、AP が、アソシエーション解除されたクライアントに、いつでも鍵を再生成するよう強制します。" - -msgid "Enable IEEE802.1X Authentication" -msgstr "IEEE802.1X 認証を有効" - -msgid "Setting this option will enable 802.1x authentication." -msgstr "このオプション設定で、802.1x 認証を有効にします。" - -msgid "NOTE" -msgstr "注意" - -msgid "this option requires checking the \"Enable WPA box\"." -msgstr "このオプションは「WPA 装置を有効」をチェックする必要があります。" - -# File: src/www/interfaces.php, line: 3275 -msgid "802.1X Server IP Address" -msgstr "" - -msgid "" -"Enter the IP address of the 802.1X Authentication Server. This is commonly " -"a Radius server (FreeRadius, Internet Authentication Services, etc.)" -msgstr "" -"802.1X 認証サーバの IP アドレスを入力します。通常は Radius サーバです ( FreeRadius、インターネット認証サービス等 )" - -# File: src/www/interfaces.php, line: 3284 -msgid "802.1X Server Port" -msgstr "" - -msgid "Leave blank for the default 1812 port." -msgstr "デフォルトの 1812 ポートの場合は空白にします。" - -# File: src/www/interfaces.php, line: 3293 -msgid "802.1X Server Shared Secret" -msgstr "" - -# File: src/www/interfaces.php, line: 3299 -msgid "802.1X Server IP Address (2)" -msgstr "" - -msgid "Secondary 802.1X Authentication Server IP Address" -msgstr "セカンダリ 802.1X 認証サーバの IP アドレス" - -# File: src/www/interfaces.php, line: 3309 -msgid "802.1X Server Port (2)" -msgstr "" - -msgid "Secondary 802.1X Authentication Server Port" -msgstr "セカンダリ 802.1X 認証サーバのポート" - -# File: src/www/interfaces.php, line: 3319 -msgid "802.1X Server Shared Secret (2)" -msgstr "" - -msgid "Secondary 802.1X Authentication Server Shared Secret" -msgstr "セカンダリ 802.1X 認証サーバの共有秘密鍵" - -# File: src/www/interfaces.php, line: 3328 -msgid "802.1X Roaming Preauth" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 49 -msgid "vlan %s on %s" -msgstr "" - -msgid "lan" -msgstr "LAN" - -msgid "LAN" -msgstr "LAN" - -msgid "" -"The interface is part of a group. Please remove it from the group to continue" -msgstr "インタフェースはグループの一部です。継続するにはグループから削除してください" - -msgid "" -"The interface is part of a bridge. Please remove it from the bridge to " -"continue" -msgstr "インタフェースはブリッジの一部です。継続するにはブリッジから削除してください" - -msgid "" -"The interface is part of a gre tunnel. Please delete the tunnel to continue" -msgstr "インタフェースは GRE トンネルの一部です。継続するにはトンネルから削除してください" - -msgid "" -"The interface is part of a gif tunnel. Please delete the tunnel to continue" -msgstr "インタフェースは GIF トンネルの一部です。継続するにはトンネルから削除してください" - -# File: src/www/interfaces_assign.php, line: 271 -msgid "Port %s was assigned to %d interfaces:" -msgstr "" - -msgid "" -"You cannot set port %s to interface %s because this interface is a member of " -"%s." -msgstr "%s ポートを %s インタフェースに設定できません。このインタフェースは %s のメンバです。" - -# File: src/www/interfaces_assign.php, line: 299 -msgid "VLAN parent interface %s does not exist." -msgstr "" - -msgid "Do you really want to delete this interface?" -msgstr "本当にこのインタフェースを削除しますか?" - -msgid "Network port" -msgstr "ネットワークポート" - -msgid "delete interface" -msgstr "インタフェースの削除" - -#, fuzzy -msgid "Available network ports:" -msgstr "ネットワークポートの割当て" - -#, fuzzy -msgid "add selected interface" -msgstr "インタフェースの削除" - -# File: src/www/interfaces_assign.php, line: 527 -msgid "" -"Interfaces that are configured as members of a LAGG interface will not be " -"shown." -msgstr "" - -msgid "This bridge cannot be deleted because it is assigned as an interface." -msgstr "このブリッジは削除できません。インタフェースとして割当てされています。" - -msgid "Do you really want to delete this bridge?" -msgstr "本当にこのブリッジを削除しますか?" - -msgid "Members" -msgstr "メンバ" - -# File: src/www/interfaces_bridge.php, line: 155 -msgid "edit bridge" -msgstr "" - -msgid "Here you can configure bridging of interfaces." -msgstr "インタフェースのブリッジを構成できます。" - -msgid "Member Interfaces" -msgstr "メンバインタフェース" - -msgid "Maxage needs to be an integer between 6 and 40." -msgstr "最大経過時間は 6 - 40 の整数です。" - -msgid "Maxaddr needs to be an integer." -msgstr "最大アドレスは整数です。" - -msgid "Timeout needs to be an integer." -msgstr "タイムアウトは整数です。" - -msgid "Forward Delay needs to be an integer between 4 and 30." -msgstr "転送遅延は 4 - 30 の整数です。" - -msgid "Hello time for STP needs to be an integer between 1 and 2." -msgstr "STP のハロータイムは 1 か 2 です。" - -msgid "Priority for STP needs to be an integer between 0 and 61440." -msgstr "STP の優先度は 0 - 61440 の整数です。" - -msgid "Transmit Hold Count for STP needs to be an integer between 1 and 10." -msgstr "STP の転送保留カウント値は 1 - 10 の整数です。" - -# File: src/www/interfaces_bridge_edit.php, line: 143 -msgid "%s interface priority for STP needs to be an integer between 0 and 240." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 149 -msgid "" -"%s interface path cost for STP needs to be an integer between 1 and " -"200000000." -msgstr "" - -msgid "You must select at least 2 member interfaces for a bridge." -msgstr "ブリッジには最低でも 2 つのメンバインタフェースを選択してください。" - -msgid "A member interface passed does not exist in configuration" -msgstr "許可されたメンバインタフェースは、構成に存在しません。" - -msgid "Bridging a wireless interface is only possible in hostap mode." -msgstr "無線インタフェースのブリッジは hostap モードでのみ可能です。" - -msgid "" -"Span interface cannot be part of the bridge. Remove the span interface from " -"bridge members to continue." -msgstr "SPAN インタフェースはブリッジの一部にできません。続行するには、ブリッジのメンバから SPAN インタフェースを削除してください。" - -msgid "Error occurred creating interface, please retry." -msgstr "インタフェースの作成中にエラーが発生しました。再試行してください。" - -msgid "Bridge configuration" -msgstr "ブリッジ構成" - -msgid "Member interfaces" -msgstr "メンバインタフェース" - -msgid "Interfaces participating in the bridge." -msgstr "ブリッジに参加しているインタフェース" - -msgid "Show advanced options" -msgstr "高度なオプションを表示" - -msgid "RSTP/STP" -msgstr "RSTP / STP" - -# File: src/www/interfaces_bridge_edit.php, line: 298 -msgid "Spanning Tree Protocol" -msgstr "" - -msgid "Enable spanning tree options for this bridge." -msgstr "このブリッジにスパニングツリーオプションを有効" - -# File: src/www/interfaces_bridge_edit.php, line: 316 -msgid "RSTP" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 319 -msgid "STP" -msgstr "" - -msgid "Protocol used for spanning tree." -msgstr "スパニングツリーに使用されるプロトコル" - -msgid "STP interfaces" -msgstr "STP インタフェース" - -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 remove loops in a network topology." -msgstr "" -"インタフェースのスパニングツリープロトコルを有効にします。if_bridge(4) ドライバは IEEE 802.1D スパニングツリープロトコル " -"(STP) をサポートしています。STP を使用するとネットワークトポロジにあるループを検出して削除します" - -msgid "Valid time" -msgstr "有効期間" - -msgid "" -"Set the time that a Spanning Tree Protocol configuration is valid. The " -"default is 20 seconds. The minimum is 6 seconds and the maximum is 40 " -"seconds." -msgstr "スパニングツリープロトコルの構成が有効になる時間を設定してください。デフォルトは 20 秒です。最小値は 6 秒で最大値は 40 秒です" - -msgid "Forward time" -msgstr "転送時間" - -msgid "" -"Set the time that must pass before an interface begins forwarding packets " -"when Spanning Tree is enabled. The default is 15 seconds. The minimum is 4 " -"seconds and the maximum is 30 seconds." -msgstr "" -"スパニングツリーが有効な場合、インタフェースがパケット転送を開始する前に、必ず待機する時間を設定します。デフォルトは 15 秒です。最小値は 4 秒、" -"最大値は 30 秒です" - -msgid "Hello time" -msgstr "ハロータイム" - -msgid "" -"Set the time between broadcasting of Spanning Tree Protocol configuration " -"messages. The hello time may only be changed when operating in legacy STP " -"mode. The default is 2 seconds. The minimum is 1 second and the maximum is " -"2 seconds." -msgstr "" -"スパニングツリープロトコル構成メッセージのブロードキャスト間隔を設定してください。ハロータイムはレガシー STP モードで動作している時のみ変更されます。" -"デフォルトは 2 秒です。最小値は 1 秒、最大値は 2 秒です" - -msgid "Priority" -msgstr "優先度" - -msgid "" -"Set the bridge priority for Spanning Tree. The default is 32768. The " -"minimum is 0 and the maximum is 61440." -msgstr "スパニングツリーのブリッジ優先度を設定してください。デフォルトは 32768 です。最小値は 0、最大値は 61440 です" - -msgid "Hold count" -msgstr "保留カウント" - -msgid "" -"Set the transmit hold count for Spanning Tree. This is the number of " -"packets transmitted before being rate limited. The default is 6. The " -"minimum is 1 and the maximum is 10." -msgstr "" -"スパニングツリーの転送保留カウント値を設定してください。レートが制限される前に送信されるパケットの数です。デフォルトは 6 です。最小値は 1、最大値は " -"10 です" - -msgid "" -"Set the Spanning Tree priority of interface to value. The default is 128. " -"The minimum is 0 and the maximum is 240. Increments of 16." -msgstr "" -"インタフェースのスパニングツリー優先度を設定してください。デフォルトは 128 です。最小値は 0、最大値は 240 です。増加単位は 16 です。" - -msgid "Path cost" -msgstr "パスコスト" - -msgid "" -"Set the Spanning Tree path cost of interface to value. The default is " -"calculated from the link speed. To change a previously selected path cost " -"back to automatic, set the cost to 0. The minimum is 1 and the maximum is " -"200000000." -msgstr "" -"インタフェースのスパニングツリーパスコストを設定してください。デフォルトはリンク速度から算出されます。前回選択したパスコストを自動設定に戻すには、" -"コストを 0 に設定してください。最小値は 1、最大値は 200000000 です" - -# File: src/www/interfaces_bridge_edit.php, line: 452 -msgid "Advanced options" -msgstr "" - -msgid "Cache size" -msgstr "キャッシュサイズ" - -msgid "entries" -msgstr "エントリ" - -# File: src/www/interfaces_bridge_edit.php, line: 461 -msgid "" -"Set the size of the bridge address cache to size. The default is .100 " -"entries." -msgstr "" - -msgid "Cache entry expire time" -msgstr "キャッシュエントリの有効期限" - -msgid "" -"Set the timeout of address cache entries to this number of seconds. If " -"seconds is zero, then address cache entries will not be expired. The default " -"is 240 seconds." -msgstr "" -"アドレスキャッシュエントリのタイムアウトを秒単位で設定してください。0 秒を設定すると、アドレスキャッシュエントリは期限切れになりません。デフォルトは " -"240 秒です" - -msgid "Span port" -msgstr "SPAN ポート" - -msgid "" -"Add the interface named by interface as a span port on the bridge. Span " -"ports transmit a copy of every frame received by the bridge. This is most " -"useful for snooping a bridged network passively on another host connected to " -"one of the span ports of the bridge." -msgstr "" -"ブリッジの SPAN ポートインタフェースとして指定するインタフェースを追加してください。SPAN " -"ポートはブリッジで受信したフレーム毎のコピーを送信します。他のホストをブリッジの SPAN " -"ポートの一つに接続して、ブリッジネットワークを受動的にスヌーピングする際に非常に便利です" - -msgid "The span interface cannot be part of the bridge member interfaces." -msgstr "SPAN インタフェースは、ブリッジメンバインタフェースにはできません" - -msgid "Edge ports" -msgstr "エッジポート" - -msgid "" -"Set interface as an edge port. An edge port connects directly to end " -"stations and cannot create bridging loops in the network; this allows it to " -"transition straight to forwarding." -msgstr "" -"エッジポートのインタフェースを設定してください。エッジポートはエンドステーションに直接接続しており、ネットワークにブリッジングループを作成できません。これ" -"はエッジポートに直接転送が許可されているためです" - -msgid "Auto Edge ports" -msgstr "エッジポート自動検出" - -msgid "" -"Allow interface to automatically detect edge status. This is the default " -"for all interfaces added to a bridge." -msgstr "インタフェースにエッジステータスの自動検出を許可します。ブリッジに追加された全てのインタフェースのデフォルトです" - -msgid "This will disable the autoedge status of interfaces." -msgstr "インタフェースのエッジポート自動検出ステータスを無効にします" - -msgid "PTP ports" -msgstr "PTP ポート" - -msgid "" -"Set the interface as a point-to-point link. This is required for straight " -"transitions to forwarding and should be enabled on a direct link to another " -"RSTP-capable switch." -msgstr "" -"インタフェースをポイントツーポイントリンクとして設定します。転送の直接送信、及び、他の RSTP " -"対応スイッチとの直接リンクが有効になっている必要があります" - -msgid "Auto PTP ports" -msgstr "PTP ポート自動検出" - -msgid "" -"Automatically detect the point-to-point status on interface by checking the " -"full duplex link status. This is the default for interfaces added to the " -"bridge." -msgstr "" -"全二重リンクステータスを確認することで、インタフェースのポイントツーポイントステータスを自動的に検知します。ブリッジに追加されたインタフェースのデフォルト" -"です" - -msgid "" -"The interfaces selected here will be removed from default autoedge status." -msgstr "ここで選択されたインタフェースはデフォルトのエッジポート自動検出ステータスから削除されます" - -msgid "Sticky ports" -msgstr "スティッキーポート" - -msgid "" -"Mark an interface as a \"sticky\" interface. Dynamically learned address " -"entries are treated as static once entered into the cache. Sticky entries " -"are never aged out of the cache or replaced, even if the address is seen on " -"a different interface." -msgstr "" -"インタフェースを「スティッキー」インタフェースとして登録します。動的に学習されたアドレスエントリは、一旦キャッシュに入ると、静的なエントリとして扱われます" -"。スティッキーエントリは、キャッシュから消えたり、置き換えられたりしても、異なるインタフェースのアドレスにみえる場合でも、期限切れになることはありません" - -msgid "Private ports" -msgstr "プライベートポート" - -msgid "" -"Mark an interface as a \"private\" interface. A private interface does not " -"forward any traffic to any other port that is also a private interface." -msgstr "" -"インタフェースを「プライベート」インタフェースとして登録します。プライベートインタフェースはどんなトラフィックも他のポートへ転送しません。プライベートイン" -"タフェースのポートに対しても同様です。" - -msgid "" -"This gif TUNNEL cannot be deleted because it is still being used as an " -"interface." -msgstr "この GIF トンネルは削除できません。インタフェースとして使用されています。" - -msgid "Do you really want to delete this gif tunnel?" -msgstr "本当にこの GIF トンネルを削除しますか?" - -msgid "Tunnel to..." -msgstr "トンネル接続先..." - -# File: src/www/interfaces_gif.php, line: 134 -# File: src/www/interfaces_gre.php, line: 136 -# File: src/www/interfaces_lagg.php, line: 144 -# File: src/www/interfaces_vlan.php, line: 136 -msgid "edit interface" -msgstr "" - -msgid "GIF tunnels are configured here." -msgstr "GIF トンネルはここで構成します。" - -# File: src/www/interfaces_gif.php, line: 158 -msgid "" -"If you are using a GIF tunnel to connect to a Hurricane Electric (he.net) " -"Tunnel Broker on a WAN with a dynamic IP, you may want to add a %sHE.net " -"Tunnelbroker dynamic DNS entry%s to keep your tunnel functional when your IP " -"changes." -msgstr "" - -msgid "" -"Parent interface,Local address, Remote tunnel address, Remote tunnel " -"network, Local tunnel address" -msgstr "親インタフェース、ローカルアドレス、リモートトンネルアドレス、リモートトンネルネットワーク、ローカルトンネルアドレス" - -msgid "The tunnel local and tunnel remote fields must have valid IP addresses." -msgstr "トンネルローカル及びトンネルリモートフィールドには有効な IP アドレスが必要です。" - -msgid "" -"The alias IP address family has to match the family of the remote peer " -"address." -msgstr "エイリアス IP アドレスファミリは、リモートピアアドレスのファミリと一致する必要があります。" - -msgid "A gif with the network %s is already defined." -msgstr "ネットワーク %s の GIF は定義済みです" - -msgid "GIF configuration" -msgstr "GIF 構成" - -msgid "Parent interface" -msgstr "親インタフェース" - -msgid "" -"The interface here serves as the local address to be used for the gif tunnel." -msgstr "ここのインタフェースは、GIF トンネルに使用されるローカルアドレスとして機能します。" - -# File: src/www/interfaces_gif_edit.php, line: 205 -msgid "GIF remote address" -msgstr "" - -msgid "Peer address where encapsulated gif packets will be sent. " -msgstr "カプセル化した GIF パケットが送信されるピアアドレス" - -# File: src/www/interfaces_gif_edit.php, line: 214 -msgid "GIF tunnel local address" -msgstr "" - -msgid "Local gif tunnel endpoint" -msgstr "ローカル GIF トンネルエンドポイント" - -# File: src/www/interfaces_gif_edit.php, line: 223 -msgid "GIF tunnel remote address " -msgstr "" - -msgid "" -"Remote gif address endpoint. The subnet part is used for determining the " -"network that is tunnelled." -msgstr "リモート GIF アドレスエンドポイント。サブネット部分はトンネルになるネットワークの決定に使用されます" - -msgid "Route caching " -msgstr "ルートキャッシング" - -msgid "" -"Specify if route caching can be enabled. Be careful with these settings on " -"dynamic networks. " -msgstr "ルートキャッシングが有効の場合に指定をします。これらの設定を動的ネットワークに適用する場合は注意してください" - -msgid "ECN friendly behavior" -msgstr "ECN フレンドリ動作" - -msgid "" -"Note that the ECN friendly behavior violates RFC2893. This should be used " -"in mutual agreement with the peer." -msgstr "ECN フレンドリ動作は RFC2893 違反ですので、注意してください。この機能は、ピア相互の合意の下で使用する必要があります" - -msgid "" -"This GRE tunnel cannot be deleted because it is still being used as an " -"interface." -msgstr "この GRE トンネルは削除できません。インタフェースとして使用されています" - -msgid "Do you really want to delete this GRE tunnel?" -msgstr "本当にこの GRE トンネルを削除しますか?" - -msgid "" -"Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) " -"tunnels." -msgstr "総称ルーティングカプセル化 ( GRE - RFC 2784 ) トンネルを構成できます。" - -msgid "Local address" -msgstr "ローカルアドレス" - -msgid "Local tunnel address" -msgstr "ローカルトンネルアドレス" - -msgid "Remote tunnel address" -msgstr "リモートトンネルアドレス" - -msgid "Remote tunnel network" -msgstr "リモートトンネルネットワーク" - -msgid "A GRE tunnel with the network %s is already defined." -msgstr "ネットワーク %s の GRE トンネルは定義済です" - -msgid "GRE configuration" -msgstr "GRE 構成" - -msgid "" -"The interface here serves as the local address to be used for the GRE tunnel." -msgstr "このインタフェースは GRE トンネルに使用されるローカルアドレスとして機能します" - -msgid "GRE remote address" -msgstr "GRE リモートアドレス" - -msgid "Peer address where encapsulated GRE packets will be sent " -msgstr "カプセル化した GRE パケットが送信されるピアアドレス" - -msgid "GRE tunnel local address " -msgstr "GRE トンネルローカルアドレス" - -msgid "Local GRE tunnel endpoint" -msgstr "ローカル GRE トンネルエンドポイント" - -msgid "GRE tunnel remote address " -msgstr "GRE トンネルリモートアドレス" - -msgid "" -"Remote GRE address endpoint. The subnet part is used for the determining the " -"network that is tunneled." -msgstr "リモート GRE アドレスエンドポイント。サブネット部分はトンネルになるネットワークの決定に使用されます" - -msgid "Mobile tunnel" -msgstr "モバイルトンネル" - -msgid "Specify which encapsulation method the tunnel should use. " -msgstr "トンネルが使用するカプセル化方法を指定します" - -msgid "Route search type" -msgstr "経路検索タイプ" - -msgid "" -"For correct operation, the GRE device needs a route to the destination that " -"is less specific than the one over the tunnel. (Basically, there needs to " -"be a route to the decapsulating host that does not run over the tunnel, as " -"this would be a loop." -msgstr "" -"正しく動作するためには、GRE デバイスは送信先への経路が必要ですが、それはトンネルの向こうの経路を明確に示すものではありません。 ( " -"基本的に、必要とされる経路はカプセル化を解除するホストへのもので、トンネルには流れません。ループのようなものです)" - -msgid "WCCP version" -msgstr "WCCP バージョン" - -# File: src/www/interfaces_gre_edit.php, line: 235 -msgid "" -"Check this box for WCCP encapsulation version 2, or leave unchecked for " -"version 1." -msgstr "" - -msgid "" -"Do you really want to delete this group? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "本当にこのグループを削除しますか?全ての要素は、まだ使用中であっても無効になります ( 例: フィルタルール ) !" - -msgid "edit group" -msgstr "グループの編集" - -msgid "delete ifgroupentry" -msgstr "インタフェースグループエントリを削除" - -msgid "" -"Interface Groups allow you to create rules that apply to multiple interfaces " -"without duplicating the rules. If you remove members from an interface " -"group, the group rules no longer apply to that interface." -msgstr "" -"インタフェースグループは、ルールを複製しなくても複数のインタフェースに作成したルールを適用することができます。インタフェースグループからメンバを削除すれば" -"、そのインタフェースにはグループルールが適用されなくなります" - -msgid "Group name already exists!" -msgstr "グループ名は既に存在します!" - -msgid "Only letters A-Z are allowed as the group name." -msgstr "グループ名に使用可能な文字は A - Z のみです" - -# File: src/www/interfaces_groups_edit.php, line: 71 -msgid "" -"The specified group name is already used by an interface. Please choose " -"another name." -msgstr "" - -msgid "Interface Groups Edit" -msgstr "インタフェースグループの編集" - -msgid "Group Name" -msgstr "グループ名" - -msgid "No numbers or spaces are allowed. Only characters in a-zA-Z" -msgstr "数字やスペースは使用できません。A - Z のみが使用可です" - -msgid "Member (s)" -msgstr "メンバ" - -# File: src/www/interfaces_groups_edit.php, line: 327 -msgid "" -"Rules for WAN type interfaces in groups do not contain the reply-to " -"mechanism upon which Multi-WAN typically relies." -msgstr "" - -msgid "This LAGG interface cannot be deleted because it is still being used." -msgstr "この LAGG インタフェースを削除できません。まだ使用されています" - -#, fuzzy -msgid "Do you really want to delete this LAGG interface?" -msgstr "本当にこのインタフェースを削除しますか?" - -msgid "" -"LAGG allows for link aggregation, bonding and fault tolerance. Only " -"unassigned interfaces can be added to LAGG." -msgstr "" -"LAGG はリンクアグリゲーション、ボンディング、フォールトトレランスを可能にします。LAGG に追加できるのは、未割当のインタフェースだけです。" - -msgid "Lagg protocol" -msgstr "Lagg プロトコル" - -msgid "Interface supplied as member is invalid" -msgstr "メンバとして指定されたインタフェースは無効です" - -msgid "Protocol supplied is invalid" -msgstr "指定されたプロトコルは無効です" - -msgid "LAGG configuration" -msgstr "LAGG 構成" - -msgid "Choose the members that will be used for the link aggregation" -msgstr "リンクアグリゲーションに使用するメンバを選択してください" - -msgid "Lag proto" -msgstr "Lag プロトコル" - -msgid "failover" -msgstr "フェイルオーバ" - -msgid "" -"Sends and receives traffic only through the master port. If the master port " -"becomes unavailable, the next active port is used. The first interface " -"added is the master port; any interfaces added after that are used as " -"failover devices." -msgstr "" -"トラフィックは、マスタポートを経由してのみ、受信及び送信します。マスタポートが利用できない場合は、次のアクティブなポートが使用されます。一番最初に追加され" -"たインタフェースはマスタポートになります。その後に追加されたインタフェースはフェイルオーバデバイスとして使用されます。" - -msgid "fec" -msgstr "FEC" - -msgid "" -"Supports Cisco EtherChannel. This is a static setup and does not negotiate " -"aggregation with the peer or exchange frames to monitor the link." -msgstr "" -"Cisco EtherChannel " -"に対応しています。静的に設定され、ピアとアグリゲーションのネゴシエートや、リンクを監視するフレームの交換を行いません。" - -msgid "lacp" -msgstr "LACP" - -msgid "" -"Supports the IEEE 802.3ad Link Aggregation Control Protocol (LACP) and the " -"Marker Protocol. LACP will negotiate a set of aggregable links with the " -"peer in to one or more Link Aggregated Groups. Each LAG is composed of " -"ports of the same speed, set to full-duplex operation. The traffic will be " -"balanced across the ports in the LAG with the greatest total speed, in most " -"cases there will only be one LAG which contains all ports. In the event of " -"changes in physical connectivity, Link Aggregation will quickly converge to " -"a new configuration." -msgstr "" -"IEEE 802.3ad リンクアグリゲーションコントロールプロトコル (LACP) 及び、マーカープロトコルに対応しています。LACP は、1 " -"セットに集約可能なピアとのリンクを、1 つ以上のリンク集約グループにネゴシエートします。どの LAG " -"も同じ速度のポートで構成され、全二重通信に設定されます。トラフィックは LAG の合計速度が最大になるようにポート全体でバランスが調整されます。通常は、" -"全ポートで 1 つの LAG のみを構成します。物理的な接続に変更が発生すると、リンクアグリゲーションは、すぐさま、新しい構成に収束します。" - -msgid "loadbalance" -msgstr "ロードバランス" - -msgid "" -"Balances outgoing traffic across the active ports based on hashed protocol " -"header information and accepts incoming traffic from any active port. This " -"is a static setup and does not negotiate aggregation with the peer or " -"exchange frames to monitor the link. The hash includes the Ethernet source " -"and destination address, and, if available, the VLAN tag, and the IP source " -"and destination address" -msgstr "" -"アクティブポート全体の発信トラフィックのバランス調整は、ヘッダ情報のハッシュプロトコルに基づいて行われます。そして、着信トラフィックは、どのアクティブポー" -"トからでも受信します。静的な設定で、ピアとのアグリゲーションのネゴシエーションや、リンク監視用フレーム交換によって行われるのではありません。ハッシュにはイ" -"ーサネットの送信元及び送信先アドレスが含まれており、可能であれば、VLAN タグや、IP 送信元アドレス及び IP 送信先アドレスも含まれます。" - -msgid "roundrobin" -msgstr "ラウンドロビン" - -msgid "" -"Distributes outgoing traffic using a round-robin scheduler through all " -"active ports and accepts incoming traffic from any active port" -msgstr "" -"ラウンドロビンスケジューラを使用した発信トラフィックは、全てのアクティブポートに分配されます。そして、着信トラフィックは、どのアクティブポートからでも受信" -"します。" - -msgid "" -"This protocol is intended to do nothing: it disables any traffic without " -"disabling the lagg interface itself" -msgstr "このプロトコルは何もしないことを目的としています: LAGG インタフェース自体を無効にしていないトラフィックを無効にします" - -msgid "" -"This point-to-point link cannot be deleted because it is still being used as " -"an interface." -msgstr "このポイントツーポイントリンクは削除できません。インタフェースとして使用されています。" - -msgid "Do you really want to delete this PPP interface?" -msgstr "本当にこの PPP インタフェースを削除しますか?" - -msgid "Interface(s)/Port(s)" -msgstr "インタフェース / ポート" - -msgid "Link Interface(s)" -msgstr "リンクインタフェース" - -msgid "Subnet" -msgstr "サブネット" - -msgid "Please choose a Link Type." -msgstr "リンクタイプを選択してください" - -msgid "" -"Multilink connections (MLPPP) using the PPP link type is not currently " -"supported. Please select only one Link Interface." -msgstr "PPP リンクタイプを使用した、マルチリンク接続 (MLPPP) 現在対応していません。リンクインタフェースは 1 つだけ選択してください。" - -msgid "The Service name contains invalid characters." -msgstr "サービス名に無効な文字が含まれています" - -msgid "Do not specify both a Service name and a NULL Service name." -msgstr "サービス名及び NULL サービス名を、両方ともを指定しないでください" - -msgid "A valid local IP address must be specified for %s." -msgstr "%s の有効なローカル IP アドレスを指定してください" - -msgid "A valid gateway IP address OR hostname must be specified for %s." -msgstr "%s の有効なゲートウェイ IP アドレス、もしくはホスト名を指定してください" - -msgid "The bandwidth value for %s must be an integer." -msgstr "%s の帯域幅の値は整数です" - -msgid "The MTU for %s must be greater than 576 bytes." -msgstr "%s の MTU は 576 バイト以上です" - -msgid "The MRU for %s must be greater than 576 bytes." -msgstr "%s の MRU は 576 バイト以上です" - -msgid "PPPs configuration" -msgstr "PPP 構成" - -msgid "Link Type" -msgstr "リンクタイプ" - -msgid "Link interface(s)" -msgstr "リンクインタフェース" - -msgid "Select at least two interfaces for Multilink (MLPPP) connections." -msgstr "マルチリンク (MLPPP) 接続には 2 つ以上のインタフェースを選択してください" - -msgid "" -"You may enter a description here for your reference. Description will appear " -"in the \"Interfaces Assign\" select lists." -msgstr "自分用のメモを入力できます。メモは「インタフェースの割当て」で選択するリストに表示されます。" - -msgid "Note: Typically *99# for GSM networks and #777 for CDMA networks" -msgstr "注意: 通常、GSM ネットワークは *99#、CDMA ネットワークは #777 です" - -msgid "Configure a NULL Service name" -msgstr "NULL サービス名の構成" - -msgid "" -"Hint: this field can usually be left empty. Service name will not be " -"configured if this field is empty. Check the \"Configure NULL\" box to " -"configure a blank Service name." -msgstr "" -"ヒント: このフィールドは通常空白にします。このフィールドが空白の場合、サービス名は構成されません。空白のサービス名を構成するには「NULL " -"の構成」チェックボックスをチェックしてください。" - -msgid "IP Address OR Hostname" -msgstr "IP アドレス、またはホスト名" - -msgid "APN number (optional)" -msgstr "APN 番号 ( オプション )" - -msgid "" -"Note: Defaults to 1 if you set APN above. Ignored if you set no APN above." -msgstr "注意: 上記で APN を設定すると、デフォルトは 1 になります。APN を設定しない場合は無視されます。" - -msgid "SIM PIN" -msgstr "SIM PIN" - -msgid "SIM PIN wait" -msgstr "SIM PIN 待ち時間" - -msgid "" -"Note: Time to wait for SIM to discover network after PIN is sent to SIM " -"(seconds)." -msgstr "注意: SIM の待ち時間は、ネットワークを検出するためのもので、PIN の後に SIM に送信されます ( 秒 )。" - -msgid "Init String" -msgstr "初期化文字列" - -msgid "" -"Note: Enter the modem initialization string here. Do NOT include the \"AT\" " -"string at the beginning of the command. Many modern USB 3G modems don't need " -"an initialization string." -msgstr "" -"注意: モデムの初期化文字列を入力してください。「AT」は、コマンドの先頭に使われますので、文字列には含めないでください。モダンな USB 3G " -"モデムでは、通常、初期化文字列は必要ありません。" - -msgid "Connection Timeout" -msgstr "接続タイムアウト" - -msgid "" -"Note: Enter timeout in seconds for connection to be established (sec.) " -"Default is 45 sec." -msgstr "接続確立のタイムアウト ( 秒 ) を入力してください。デフォルトは 45 秒です。" - -msgid "Uptime Logging" -msgstr "アップタイムログ" - -msgid "Enable persistent logging of connection uptime." -msgstr "接続アップタイムのパーシステントログを有効" - -msgid "" -"This option causes cumulative uptime to be recorded and displayed on the " -"Status Interfaces page." -msgstr "このオプションは、アップタイムを累積して記録し、ステータス: インタフェースページに表示します。" - -msgid "Dial On Demand" -msgstr "ダイヤルオンデマンド" - -msgid "Enable Dial-on-Demand mode" -msgstr "ダイヤルオンデマンドモードを有効" - -msgid "" -"This option causes the interface to operate in dial-on-demand mode. Do NOT " -"enable if you want your link to be always up. The interface is configured, " -"but the actual connection of the link is delayed until qualifying outgoing " -"traffic is detected." -msgstr "" -"このオプションは、インタフェースをダイヤルオンデマンドモードで動作させます。リンクを常にアップにしたい場合は、有効に「しない」でください。インタフェースは" -"構成されますが、条件を満たす着信トラフィックを検出するまで、実際のリンク接続は行われません。" - -msgid "Idle Timeout" -msgstr "アイドルタイムアウト" - -msgid "(seconds) Default is 0, which disables the timeout feature." -msgstr "( 秒 ) デフォルトは 0 で、タイムアウト機能は無効になります。" - -msgid "" -"If no incoming or outgoing packets are transmitted for the entered number of " -"seconds the connection is brought down." -msgstr "入力された秒数の間、着信もしくは発信パケットが送信されない場合は、接続はダウンします。" - -msgid "" -"When the idle timeout occurs, if the dial-on-demand option is enabled, mpd " -"goes back into dial-on-demand mode. Otherwise, the interface is brought down " -"and all associated routes removed." -msgstr "" -"アイドルタイムアウトが発生した場合、ダイヤルオンデマンドオプションが有効なら、MPD " -"はダイヤルオンデマンドモードに戻ります。さもなくば、インタフェースはダウンし、関係する全てのルートは削除されます。" - -msgid "Compression" -msgstr "圧縮" - -msgid "Disable vjcomp(compression) (auto-negotiated by default)." -msgstr "vjcomp( 圧縮 ) を無効 ( デフォルトはオートネゴシエーション )" - -msgid "" -"This option enables Van Jacobson TCP header compression, which saves several " -"bytes per TCP data packet. You almost always want this option. This " -"compression ineffective for TCP connections with enabled modern extensions " -"like time stamping or SACK, which modify TCP options between sequential " -"packets." -msgstr "" -"このオプションは、バン・ジェイコブソン TCP ヘッダ圧縮を有効にします。TCP " -"データパケット毎にサイズを数バイト圧縮することができます。通常は、いつもこのオプションが必要になるでしょう。この圧縮は、TCP タイムスタンプや、" -"SACK のように、シーケンシャルパケット間の TCP オプションを変更する、モダンな拡張を有効にした TCP 接続には効果がありません。" - -msgid "TCPmssFix" -msgstr "TCPmssFix" - -msgid "Disable tcpmssfix (enabled by default)." -msgstr "tcpmssfix を無効 ( デフォルトは有効 )" - -msgid "" -"This option causes mpd to adjust incoming and outgoing TCP SYN segments so " -"that the requested maximum segment size is not greater than the amount " -"allowed by the interface MTU. This is necessary in many setups to avoid " -"problems caused by routers that drop ICMP Datagram Too Big messages. Without " -"these messages, the originating machine sends data, it passes the rogue " -"router then hits a machine that has an MTU that is not big enough for the " -"data. Because the IP Don't Fragment option is set, this machine sends an " -"ICMP Datagram Too Big message back to the originator and drops the packet. " -"The rogue router drops the ICMP message and the originator never gets to " -"discover that it must reduce the fragment size or drop the IP Don't Fragment " -"option from its outgoing data." -msgstr "" -"このオプションは、MPD が着信及び発信 TCP SYN セグメントを調整し、要求される最大セグメントサイズを、インタフェースの MTU " -"が許可する量よりも小さくなるようにします。これは、ICMP Datagram Too Big メッセージが落ちる問題をルータが引き起こすことを回避するため" -"に、多くの設定で必要になります。このメッセージがない場合はこんなことが起こります。発信元の機器が送信したデータが、いい加減なルータを通過し、" -"データに対して小さすぎる MTU を持つ機器にぶつかります。IP Don't Fragment オプションが設定されていたので、この機器は ICMP " -"Datagram Too Big メッセージを発信元の機器に返して、パケットを落としました。ところが、いい加減なルータが ICMP " -"メッセージを落としてしまったので、発信元の機器には、発信データのフラグメントサイズを小さくするか、IP Don't Fragment " -"オプションを外す必要があることが、決してわからなくなってしまうのです。" - -msgid "ShortSeq" -msgstr "ShortSeq" - -msgid "Disable shortseq (auto-negotiated by default)." -msgstr "shortseq を無効 ( デフォルトはオートネゴシエーション )" - -msgid "" -"This option is only meaningful if multi-link PPP is negotiated. It " -"proscribes shorter multi-link fragment headers, saving two bytes on every " -"frame. It is not necessary to disable this for connections that are not " -"multi-link." -msgstr "" -"このオプションは、マルチリンク PPP がネゴシエートされている場合のみ意味があります。全てのフレームで 2 " -"バイト圧縮する、短縮マルチリンクフラグメントヘッダを禁止します。マルチリンクではない接続に対しては、無効にする必要はありません。" - -msgid "ACFComp" -msgstr "ACFComp" - -msgid "Disable acfcomp (compression) (auto-negotiated by default)." -msgstr "acfcomp ( 圧縮 ) を無効 ( デフォルトはオートネゴシエーション )" - -msgid "" -"Address and control field compression. This option only applies to " -"asynchronous link types. It saves two bytes per frame." -msgstr "アドレスと制御フィールドの圧縮。このオプションは、非同期リンクタイプの時のみ適用されます。フレーム毎に 2 バイト圧縮します。" - -msgid "ProtoComp" -msgstr "ProtoComp" - -msgid "Disable protocomp (compression) (auto-negotiated by default)." -msgstr "protocomp ( 圧縮 ) を無効 ( デフォルトはオートネゴシエーション )" - -msgid "" -"Protocol field compression. This option saves one byte per frame for most " -"frames." -msgstr "プロトコルフィールドを圧縮します。このオプションは、ほとんどのフレームで、フレーム毎に 1 バイト圧縮します。" - -msgid "Link Parameters" -msgstr "リンクパラメータ" - -msgid "MRU" -msgstr "MRU" - -msgid "MRRU" -msgstr "MRRU" - -msgid "" -"Set ONLY for MLPPP connections and ONLY when links have different bandwidths." -msgstr "MLPPP 接続で、かつ、異なる帯域幅を持つリンクである場合「のみ」設定してください。" - -msgid "MTU will default to 1492." -msgstr "MTU の デフォルト設定は 1492 です。" - -msgid "will be auto-negotiated by default." -msgstr "は、デフォルトでオートネゴシエーションになります。" - -msgid "Set ONLY for MLPPP connections." -msgstr "MLPPP 接続に「のみ」設定します。" - -msgid "" -"This QinQ cannot be deleted because it is still being used as an interface." -msgstr "この QinQ は削除できません。インタフェースとして使用されています。" - -msgid "QinQ interface does not exist" -msgstr "QinQ インタフェースは存在しません" - -msgid "Do you really want to delete this QinQ?" -msgstr "本当にこの QinQ を削除しますか?" - -msgid "Tag" -msgstr "タグ" - -msgid "QinQ members" -msgstr "QinQ メンバ" - -msgid "" -"Not all drivers/NICs support 802.1Q QinQ tagging properly. On cards that do " -"not explicitly support it, QinQ tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" -"全てのドライバや NIC が 802.1Q QinQ タギングに、適切に対応しているわけではありません。明示的に対応していないカードでは、QinQ " -"タギングが動作しても、MTU の減少が問題を引き起こす可能性があります。対応カードの情報に関しては、%s ハンドブックを参照してください。" - -msgid "First level tag cannot be empty." -msgstr "第 1 階層タグは空にできません" - -msgid "" -"You are editing an existing entry and modifying the first level tag is not " -"allowed." -msgstr "既存のエントリを編集していますが、第 1 階層タグの修正は許可されていません。" - -msgid "" -"You are editing an existing entry and modifying the interface is not allowed." -msgstr "既存のエントリを編集してますが、インタフェースの修正は許可されていません。" - -msgid "QinQ level already exists for this interface, edit it!" -msgstr "このインタフェースには QinQ 階層が存在しています。編集してください!" - -msgid "" -"A normal VLAN exists with this tag please remove it to use this tag for QinQ " -"first level." -msgstr "このタグには、通常の VLAN が存在しています。このタグを QinQ 第 1 階層として使用するには、それを削除してください。" - -msgid "Interface QinQ Edit" -msgstr "インタフェース QinQ 編集" - -msgid "Only QinQ capable interfaces will be shown." -msgstr "QinQ 対応インタフェースのみが表示されます" - -msgid "First level tag" -msgstr "第 1 階層タグ" - -msgid "" -"This is the first level VLAN tag. On top of this are stacked the member " -"VLANs defined below." -msgstr "第 1 階層 VLAN タグです。下記で定義されるメンバ VLAN の積層の一番上になります。" - -msgid "" -"This VLAN cannot be deleted because it is still being used as an interface." -msgstr "この VLAN は削除できません。インタフェースとして使用されています" - -msgid "Do you really want to delete this VLAN?" -msgstr "本当にこの VLAN を削除しますか?" - -msgid "VLAN tag" -msgstr "VLAN タグ" - -msgid "" -"Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do " -"not explicitly support it, VLAN tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" -"全てのドライバや NIC が 802.1Q VLAN タギングに、適切に対応しているわけではありません。明示的に対応していないカードでは、VLAN " -"タギングが動作しても、MTU の減少が問題を引き起こす可能性があります。対応カードの情報に関しては、%s ハンドブックを参照してください。" - -msgid "The VLAN tag must be an integer between 1 and 4094." -msgstr "VLAN タグは 1 - 4094 の整数です" - -msgid "Interface supplied as parent is invalid" -msgstr "親として指定されたインタフェースは無効です" - -# File: src/www/interfaces_vlan_edit.php, line: 85 -msgid "" -"Interface is assigned and you cannot change the VLAN tag while assigned." -msgstr "" - -msgid "A VLAN with the tag %s is already defined on this interface." -msgstr "タグ %s の VLAN は、このインタフェースで既に定義されています" - -msgid "A QinQ VLAN exists with this tag please remove it to use this tag with." -msgstr "このタグの QinQ VLAN は存在しています。それを削除してから、使用してください。" - -msgid "Only VLAN capable interfaces will be shown." -msgstr "VLAN 対応インタフェースのみが表示されます。" - -msgid "VLAN tag " -msgstr "VLAN タグ" - -msgid "802.1Q VLAN tag (between 1 and 4094) " -msgstr "802.1Q VLAN タグ ( 1 - 4094 )" - -msgid "" -"This wireless clone cannot be deleted because it is assigned as an interface." -msgstr "この無線クローンは削除できません。インタフェースとして割当てられています" - -msgid "Do you really want to delete this wireless clone?" -msgstr "本当にこの無線クローンを削除しますか?" - -msgid "" -"Here you can configure clones of wireless interfaces, which can be assigned " -"as separate independent interfaces. Only available on wireless chipsets that " -"support this, with limitations on the number that can be created in each " -"mode." -msgstr "" -"無線インタフェースのクローンを構成できます。個々の独立したインタフェースとして割当することができます。この機能に対応している無線チップセットのみで利用可能" -"です。いずれのモードでも、作成できる数に制限があります。" - -msgid "" -"This wireless clone cannot be modified because it is still assigned as an " -"interface." -msgstr "この無線クローンは変更できません。インタフェースとして割当てられています。" - -msgid "" -"Use the configuration page for the assigned interface to change the mode." -msgstr "割当てられているインタフェースのモードを変更するには、構成ページを使用してください" - -# File: src/www/interfaces_wireless_edit.php, line: 118 -msgid "" -"Error creating interface with mode %s. The %s interface may not support " -"creating more clones with the selected mode." -msgstr "" - -msgid "Wireless clone configuration" -msgstr "無線クローン構成" - -msgid "Wrong Interface" -msgstr "不正なインタフェース" - -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"pool." -msgstr "このエントリは削除できません。1 つ以上のプールから参照されています" - -msgid "The load balancer configuration has been changed" -msgstr "ロードバランサ構成が変更されました" - -msgid "This monitor name has already been used. Monitor names must be unique." -msgstr "この監視名は既に使用されています。監視名は固有です。" - -msgid "You cannot use spaces in the 'name' field." -msgstr "「名前」フィールドにスペースを使用できません" - -msgid "The hostname can only contain the characters A-Z, 0-9 and '-'." -msgstr "ホスト名には、A-Z、0-9、- のみが使用できます。" - -msgid "HTTP(s) codes must be from RFC2616." -msgstr "HTTP(S) のコードは RFC2616 に従ってください" - -msgid "The path to monitor must be set." -msgstr "監視するパスを設定してください" - -msgid "HTTP" -msgstr "HTTP" - -msgid "HTTPS" -msgstr "HTTPS" - -msgid "Send/Expect" -msgstr "Send/Expect" - -msgid "Edit Load Balancer - Monitor entry" -msgstr "ロードバランサの編集 - 監視エントリ" - -msgid "Path" -msgstr "パス" - -msgid "Hostname for Host: header if needed." -msgstr "ホストのホスト名: ヘッダに必要な場合" - -msgid "HTTP Code" -msgstr "HTTP コード" - -msgid "Send string" -msgstr "送信する文字列" - -msgid "Expect string" -msgstr "期待する文字列" - -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"virtual server." -msgstr "このエントリは削除できませんでした。1 つ以上の仮想サーバから参照されています。" - -msgid "" -"The load balancer configuration has been changed%sYou must apply the changes " -"in order for them to take effect." -msgstr "ロードバランサの構成は変更されました%s有効にするには、変更を適用してください。" - -msgid "Monitor" -msgstr "監視" - -# File: src/www/load_balancer_pool.php, line: 139 -msgid "" -"This feature is intended for server load balancing, not multi-WAN. For load " -"balancing or failover for multiple WANs, use %sGateway Groups%s." -msgstr "" - -msgid "Server List" -msgstr "サーバリスト" - -msgid "This pool name has already been used. Pool names must be unique." -msgstr "このプール名は既に使用されています。プール名は固有です。" - -# File: src/www/load_balancer_pool_edit.php, line: 81 -msgid "The name '%s' is a reserved word and cannot be used." -msgstr "" - -#, fuzzy -msgid "Sorry, an alias is already named %s." -msgstr "%s という名前のインタフェースは既にあります" - -msgid "The port must be an integer between 1 and 65535, or a port alias." -msgstr "ポートは、1-65535 の整数、または、ポートエイリアスです" - -msgid "The retry value must be an integer between 1 and 65535." -msgstr "再試行値は、1 - 65535 の整数です" - -msgid "%s is not a valid IP address or IPv4 subnet (in \"enabled\" list)." -msgstr "(「有効」リストに登録された ) %s は有効な IP アドレス、もしくは IPv4 サブネットではありません。" - -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"enabled\" list)." -msgstr "(「有効」リストに登録された ) %s は 64 個以上の IP アドレスが含まれたサブネットです。" - -msgid "%s is not a valid IP address or IPv4 subnet (in \"disabled\" list)." -msgstr "(「無効」リストに登録された ) %s は有効な IP アドレス、もしくは IPv4 サブネットではありません。" - -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"disabled\" list)." -msgstr "(「無効」リストに登録された ) %s は 64 個以上の IP アドレスが含まれたサブネットです。" - -msgid "Invalid monitor chosen." -msgstr "無効な監視が選択されました" - -msgid "Add/edit Load Balancer - Pool entry" -msgstr "ロードバランサの追加 / 編集 - プールエントリ" - -msgid "Load Balance" -msgstr "負荷平衡" - -msgid "Manual Failover" -msgstr "手動フェイルオーバ" - -msgid "This is the port your servers are listening on." -msgstr "サーバがリスンしているポートです。" - -msgid "" -"You may also specify a port alias listed in Firewall -> Aliases here." -msgstr "ファイアウォール -> エイリアスでリストに登録した、ポートエイリアスをここに指定することもできます。" - -msgid "" -"Optionally specify how many times to retry checking a server before " -"declaring it down." -msgstr "オプションで、サーバのダウンを宣言する前に、サーバに確認を試みる回数を指定します。" - -msgid "Add item to pool" -msgstr "プールに項目を追加" - -msgid "" -"Please add a monitor IP address on the monitors tab if you wish to use this " -"feature." -msgstr "この機能を使用したい場合は、監視タブで、監視の IP アドレスを追加してください。" - -msgid "Server IP Address" -msgstr "サーバ IP アドレス" - -msgid "Add to pool" -msgstr "プールに追加" - -msgid "Current Pool Members" -msgstr "現在のプールメンバ" - -msgid "Pool Disabled" -msgstr "プール: 無効" - -msgid "Remove" -msgstr "削除" - -msgid "Enabled (default)" -msgstr "有効 ( デフォルト )" - -msgid "Timeout must be a numeric value" -msgstr "タイムアウトは数値です" - -msgid "Interval must be a numeric value" -msgstr "間隔は数値です" - -msgid "Prefork must be a numeric value" -msgstr "prefork は数値です" - -msgid "Prefork value must be between 1 and 32" -msgstr "prefork 値は 1 - 32 です" - -# File: src/www/load_balancer_setting.php, line: 117 -msgid "Global settings" -msgstr "" - -msgid "timeout" -msgstr "タイムアウト" - -msgid "" -"Set the global timeout in milliseconds for checks. Leave blank to use the " -"default value of 1000 ms " -msgstr "チェック用の全般タイムアウトをミリ秒単位で設定してください。空白の場合は、デフォルト値の 1000 ミリ秒を使用します。" - -msgid "interval" -msgstr "間隔" - -msgid "" -"Set the interval in seconds at which the member of a pool will be checked. " -"Leave blank to use the default interval of 10 seconds" -msgstr "プールのメンバをチェックする間隔を、秒単位で設定してください。空白の場合は、デフォルト値の 10 秒を使用します。" - -msgid "prefork" -msgstr "prefork" - -#, fuzzy -msgid "" -"Number of processes used by relayd for dns protocol. Leave blank to use the " -"default value of 5 processes" -msgstr "relayd が使用するプロセス数です。空白の場合は、デフォルト値の 5 プロセスを使用します。" - -msgid "The virtual server configuration has been changed" -msgstr "仮想サーバの構成が変更されました" - -msgid "Pool" -msgstr "プール" - -msgid "Fall Back Pool" -msgstr "プールのフォールバック" - -msgid "Relay Protocol" -msgstr "リレープロトコル" - -msgid "" -"This virtual server name has already been used. Virtual server names must " -"be unique." -msgstr "この仮想サーバ名は既に使用されています。仮想サーバ名は固有です。" - -msgid "You cannot use spaces or slashes in the 'name' field." -msgstr "「名前」フィールドに、空白やスラッシュは使用できません。" - -msgid "" -"The port must be an integer between 1 and 65535, a port alias, or left blank." -msgstr "ポートは 1-65535 の整数、ポートエイリアス、または空白にしてください" - -msgid "%s is not a valid IP address, IPv4 subnet, or alias." -msgstr "%s は有効な IP アドレス、IPv4 サブネット、またはエイリアスではありません" - -msgid "%s is a subnet containing more than 64 IP addresses." -msgstr "%s は IP アドレスが 64 個以上含まれるサブネットです" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 89 -msgid "You cannot select a Fall Back Pool when using the DNS relay protocol." -msgstr "" - -msgid "Edit Load Balancer - Virtual Server entry" -msgstr "ロードバランサの編集 - 仮想サーバエントリ" - -msgid "" -"This is normally the WAN IP address that you would like the server to listen " -"on. All connections to this IP and port will be forwarded to the pool " -"cluster." -msgstr "通常は、リスンしたいサーバの WAN IP アドレスを指定します。この IP とポートに対する全ての接続は、プールクラスタに転送されます。" - -msgid "" -"You may also specify a host alias listed in Firewall -> Aliases here." -msgstr "ファイアウォール -> エイリアスで、リストに登録した、ホストエイリアスをここに指定することもできます。" - -msgid "" -"This is the port that the clients will connect to. All connections to this " -"port will be forwarded to the pool cluster." -msgstr "クライアントが接続するポートです。このポートに対する全ての接続は、プールクラスタに転送されます。" - -msgid "If left blank, listening ports from the pool will be used." -msgstr "空白の場合は、プールから、リスニングポートが使用されます。" - -msgid "Virtual Server Pool" -msgstr "仮想サーバプール" - -msgid "Please add a pool on the Pools tab to use this feature." -msgstr "この機能を使用するには、プールタブで、プールを追加してください" - -#, fuzzy -msgid "" -"The server pool to which clients will be redirected if *ALL* servers in the " -"Virtual Server Pool are offline." -msgstr "プールにある「全ての」サーバがオフラインの場合は、クライアントはこのサーバにリダイレクトされます。" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 244 -msgid "This option is NOT compatible with the DNS relay protocol." -msgstr "" - -msgid "Submit" -msgstr "設定" - -msgid "" -"Don't forget to add a firewall rule for the virtual server/pool after you're " -"finished setting it up." -msgstr "設定を終了したら、その仮想サーバやプールに対して、ファイアウォールのルールを追加するのを忘れないで下さい。" - -msgid "The system is rebooting now. This may take one minute." -msgstr "システムを再起動しています。1 分程かかります" - -msgid "Are you sure you want to reboot the system?" -msgstr "システムを再起動してもよろしいですか?" - -msgid "Only interfaces configured with a static IP will be shown" -msgstr "静的 IP で構成されたインタフェースのみが表示されます" - -msgid "" -"The DHCP Server can only be enabled on interfaces configured with static IP " -"addresses" -msgstr "DHCP サーバは静的 IP アドレスで構成されたインタフェースでのみ有効にできます" - -msgid "Range begin" -msgstr "範囲開始" - -msgid "Range end" -msgstr "範囲終了" - -msgid "A valid range must be specified." -msgstr "有効な範囲を指定してください" - -msgid "A valid IP address must be specified for the gateway." -msgstr "ゲートウェイに有効な IP アドレスを指定してください" - -msgid "" -"A valid IP address must be specified for the primary/secondary WINS servers." -msgstr "プライマリ / セカンダリ WINS サーバに有効な IP アドレスを指定してください" - -msgid "" -"The gateway address %s does not lie within the chosen interface's subnet." -msgstr "ゲートウェイアドレス %s は、選択されたインタフェースのサブネット外です" - -msgid "" -"A valid IP address must be specified for the primary/secondary DNS servers." -msgstr "プライマリ / セカンダリ DNS サーバに有効な IP アドレスを指定してください" - -msgid "The default lease time must be at least 60 seconds." -msgstr "デフォルトリース期間は 60 秒以上です" - -msgid "" -"The maximum lease time must be at least 60 seconds and higher than the " -"default lease time." -msgstr "最大リース期間は 60 秒以上で、かつ、デフォルトリース時間よりも大きい値を設定してください" - -msgid "A valid domain name must be specified for the dynamic DNS registration." -msgstr "ダイナミック DNS 登録に有効なドメイン名を指定してください" - -#, fuzzy -msgid "" -"A valid primary domain name server IP address must be specified for the " -"dynamic domain name." -msgstr "DNS ドメインに有効なドメイン名を指定してください" - -#, fuzzy -msgid "You must specify both a valid domain key and key name." -msgstr "有効なポート番号を指定してください" - -msgid "A valid domain search list must be specified." -msgstr "有効なドメイン検索リストを指定してください" - -msgid "" -"If you specify a mac allow list, it must contain only valid partial MAC " -"addresses." -msgstr "MAC 許可リストを指定してください。有効な MAC アドレスの一部のみで構成してください。" - -msgid "" -"If you specify a mac deny list, it must contain only valid partial MAC " -"addresses." -msgstr "MAC 拒否リストを指定してください。有効な MAC アドレスの一部のみで構成してください。" - -msgid "" -"A valid IP address must be specified for the primary/secondary NTP servers." -msgstr "プライマリ / セカンダリ NTP サーバに有効な IP アドレスを指定してください" - -msgid "A valid domain name must be specified for the DNS domain." -msgstr "DNS ドメインに有効なドメイン名を指定してください" - -msgid "A valid IP address or hostname must be specified for the TFTP server." -msgstr "TFTP サーバに有効な IP アドレスまたはホスト名を指定してください" - -msgid "A valid IP address must be specified for the network boot server." -msgstr "ネットワーク起動サーバに有効な IP アドレスを指定してください" - -msgid "You cannot use the network address in the starting subnet range." -msgstr "サブネット範囲の一番最初はネットワークアドレスのため、使用できません" - -msgid "You cannot use the broadcast address in the ending subnet range." -msgstr "サブネット範囲の一番最後はブロードキャストアドレスのため、使用できません" - -msgid "The subnet range cannot overlap with virtual IP address %s." -msgstr "サブネット範囲は、仮想 IP アドレス %s と重複できません" - -# File: src/www/services_dhcp.php, line: 296 -msgid "" -"Cannot enable static ARP when you have static map entries without IP " -"addresses. Ensure all static maps have IP addresses and try again." -msgstr "" - -msgid "Text type cannot include quotation marks." -msgstr "text 型には、クォーテーションマークは使用できません" - -msgid "" -"String type must be enclosed in quotes like \"this\" or must be a series of " -"octets specified in hexadecimal, separated by colons, like " -"01:23:45:67:89:ab:cd:ef" -msgstr "" -"string 型は \" この \" ようにダブルクォーテーションマークで囲ってください。16 " -"進数で指定する一連のオクテットは、以下の通りにコロンで区切ってください。01:23:45:67:89:ab:cd:ef" - -msgid "Boolean type must be true, false, on, or off." -msgstr "boolean 型は、true, false, on, off です" - -msgid "Unsigned 8-bit integer type must be a number in the range 0 to 255." -msgstr "符号なし 8 ビット整数型は 0 - 255 の数字です" - -msgid "Unsigned 16-bit integer type must be a number in the range 0 to 65535." -msgstr "符号なし 16 ビット整数型は 0 - 65535 の数字です" - -msgid "" -"Unsigned 32-bit integer type must be a number in the range 0 to 4294967295." -msgstr "符号なし 32 ビット整数型は 0 - 4294967295 の数字です" - -msgid "Signed 8-bit integer type must be a number in the range -128 to 127." -msgstr "符号付 8 ビット整数型は -128 - 127 の数字です" - -msgid "" -"Signed 16-bit integer type must be a number in the range -32768 to 32767." -msgstr "符号付 16 ビット整数型は -32768 - 32767 の数字です" - -msgid "" -"Signed 32-bit integer type must be a number in the range -2147483648 to " -"2147483647." -msgstr "符号付 32 ビット整数型は -2147483648 - 2147483647 の数字です" - -msgid "IP address or host type must be an IP address or host name." -msgstr "IP アドレス / ホスト型は、IP アドレスまたはホスト名です" - -msgid "The specified range lies outside of the current subnet." -msgstr "指定された範囲は、現在のサブネットの範囲外です" - -msgid "The range is invalid (first element higher than second element)." -msgstr "無効な範囲です ( 第 1 要素の方が第 2 要素よりも大きい )" - -msgid "" -"The specified range must not be within the DHCP range for this interface." -msgstr "このインタフェースの DHCP 範囲に含まれる、範囲は指定できません。" - -msgid "" -"The specified range must not be within the range configured on a DHCP pool " -"for this interface." -msgstr "このインタフェースの DHCP プールに構成された範囲に含まれる、範囲は指定できません。" - -msgid "" -"You must disable the DHCP relay on the %s interface before enabling the DHCP " -"server." -msgstr "DHCP サーバを有効にする前に、%s インタフェースの DHCP リレーを無効にしてください。" - -msgid "The DHCP range cannot overlap any static DHCP mappings." -msgstr "DHCP 範囲は、静的 DHCP マッピングと重複できません。" - -msgid "Boolean" -msgstr "boolean" - -msgid "String" -msgstr "string" - -msgid "Text" -msgstr "text" - -msgid "Unsigned 16-bit integer" -msgstr "符号なし 16 ビット整数" - -msgid "Unsigned 32-bit integer" -msgstr "符号なし 32 ビット整数" - -msgid "Unsigned 8-bit integer" -msgstr "符号なし 8 ビット整数" - -msgid "IP address or host" -msgstr "IP アドレス / ホスト" - -msgid "Signed 16-bit integer" -msgstr "符号付 16 ビット整数" - -msgid "Signed 32-bit integer" -msgstr "符号付 32 ビット整数" - -msgid "Signed 8-bit integer" -msgstr "符号付 8 ビット整数" - -msgid "The static mapping configuration has been changed" -msgstr "静的マッピング構成が変更されました" - -msgid "" -"DHCP Relay is currently enabled. Cannot enable the DHCP Server service while " -"the DHCP Relay is enabled on any interface." -msgstr "DHCP リレーは現在有効です。DHCP リレーが有効になっているインタフェースでは、DHCP サーバサービスを有効にできません。" - -msgid "Enable DHCP server on %s interface" -msgstr "%s インタフェースで DHCP サーバを有効" - -msgid "" -"Editing Pool-Specific Options. To return to the Interface, click its tab " -"above." -msgstr "プール固有のオプションを編集しています。インタフェースに戻るには、上記のタブをクリックしてください。" - -msgid "Deny unknown clients" -msgstr "不明なクライアントを拒否" - -msgid "" -"If this is checked, only the clients defined below will get DHCP leases from " -"this server. " -msgstr "これをチェックすると、下記で定義されるクライアントのみがこのサーバから DHCP リースを取得します" - -msgid "Pool Description" -msgstr "プールの説明" - -msgid "Subnet mask" -msgstr "サブネットマスク" - -msgid "Available range" -msgstr "利用可能な範囲" - -msgid "Range" -msgstr "範囲" - -msgid "Additional Pools" -msgstr "追加プール" - -msgid "" -"If you need additional pools of addresses inside of this subnet outside the " -"above Range, they may be specified here." -msgstr "このサブネットの内に、上記の範囲外のアドレスの追加プールが必要な場合は、ここで設定可能です。" - -msgid "Pool Start" -msgstr "プール開始" - -msgid "Pool End" -msgstr "プール終了" - -msgid "Do you really want to delete this pool?" -msgstr "本当にこのプールを削除しますか?" - -msgid "WINS servers" -msgstr "WINS サーバ" - -msgid "DNS servers" -msgstr "DNS サーバ" - -msgid "" -"NOTE: leave blank to use the system default DNS servers - this interface's " -"IP if DNS forwarder is enabled, otherwise the servers configured on the " -"General page." -msgstr "" -"注意: システムデフォルトの DNS サーバを使用する場合は空白にしてください - DNS フォワーダが有効な場合は、このインタフェースの IP " -"を、それ以外の場合は、全般ページでサーバを構成してください。" - -#, fuzzy -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network. Type \"none\" for no gateway assignment." -msgstr "" -"デフォルトでは、このファイアウォールインタフェースの IP " -"をゲートウェイとして使用します。これがネットワークの正しいゲートウェイでない場合は、ここで、別のゲートウェイを指定してください。" - -msgid "Domain name" -msgstr "ドメイン名" - -msgid "" -"The default is to use the domain name of this system as the default domain " -"name provided by DHCP. You may specify an alternate domain name here." -msgstr "" -"デフォルトでは、DHCP " -"が提供するデフォルトドメイン名として、このシステムのドメイン名を使用します。別のドメイン名を使用する場合は、ここで指定してください。" - -msgid "Domain search list" -msgstr "ドメインサーチリスト" - -#, fuzzy -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator " -msgstr "オプションで、DHCP サーバはドメイン検索リストを提供することができます。区切り文字にはセミコロンを使用してください。" - -msgid "Default lease time" -msgstr "デフォルトリース期間" - -msgid "" -"This is used for clients that do not ask for a specific expiration time." -msgstr "特定の有効期間を要求しないクライアントに対して使用されます。" - -msgid "The default is 7200 seconds." -msgstr "デフォルトは 7200 秒です。" - -msgid "Maximum lease time" -msgstr "最大リース期間" - -msgid "" -"This is the maximum lease time for clients that ask for a specific " -"expiration time." -msgstr "特定の有効期間を要求しないクライアントに対して使用される、最大リース期間です。" - -msgid "The default is 86400 seconds." -msgstr "デフォルトは 86400 秒です。" - -msgid "Failover peer IP:" -msgstr "フェールオーバピア IP: " - -msgid "" -"Leave blank to disable. Enter the interface IP address of the other " -"machine. Machines must be using CARP. Interface's advskew determines " -"whether the DHCPd process is Primary or Secondary. Ensure one machine's " -"advskew<20 (and the other is >20)." -msgstr "" -"無効にする場合は、空白にしてください。他の機器のインタフェース IP アドレスを入力します。機器では CARP を使用している必要があります。" -"インタフェースの advskew は DHCPd プロセスがプライマリなのか、セカンダリなのかを決定します。1 つの機器には、必ず advskew<20 " -"を設定します。( 他の機器は、>20 にします )" - -msgid "Static ARP" -msgstr "静的 ARP" - -msgid "Enable Static ARP entries" -msgstr "静的 ARP エントリを有効" - -# File: src/www/services_dhcp.php, line: 932 -msgid "" -"Warning: This option persists even if DHCP server is disabled. Only the " -"machines listed below will be able to communicate with the firewall on this " -"NIC." -msgstr "" - -msgid "Time format change" -msgstr "時間形式の変更" - -msgid "Change DHCP display lease time from UTC to local time." -msgstr "DHCP リースの時間表示を、UTC から現地時間に変更します。" - -# File: src/www/services_dhcp.php, line: 943 -msgid "" -"Warning: By default DHCP leases are displayed in UTC time. By checking this " -"box DHCP lease time will be displayed in local time and set to time zone " -"selected. This will be used for all DHCP interfaces lease time." -msgstr "" - -msgid "Dynamic DNS" -msgstr "ダイナミック DNS" - -msgid "Show Dynamic DNS" -msgstr "ダイナミック DNS を表示" - -msgid "Enable registration of DHCP client names in DNS." -msgstr "DNS に DHCP クライアント名の登録を有効" - -msgid "Note: Leave blank to disable dynamic DNS registration." -msgstr "注意: ダイナミック DNS 登録を無効にする場合は空白にしてください。" - -msgid "" -"Enter the dynamic DNS domain which will be used to register client names in " -"the DNS server." -msgstr "DNS サーバで、クライアント名の登録に使用される、ダイナミック DNS ドメインを入力してください。" - -# File: src/www/services_dhcp.php, line: 981 -# File: src/www/services_dhcp_edit.php, line: 495 -# File: src/www/services_dhcpv6.php, line: 683 -msgid "" -"Enter the primary domain name server IP address for the dynamic domain name." -msgstr "" - -#, fuzzy -msgid "" -"Enter the dynamic DNS domain key name which will be used to register client " -"names in the DNS server." -msgstr "DNS サーバで、クライアント名の登録に使用される、ダイナミック DNS ドメインを入力してください。" - -#, fuzzy -msgid "" -"Enter the dynamic DNS domain key secret which will be used to register " -"client names in the DNS server." -msgstr "DNS サーバで、クライアント名の登録に使用される、ダイナミック DNS ドメインを入力してください。" - -msgid "MAC Address Control" -msgstr "MAC アドレス管理" - -msgid "Show MAC Address Control" -msgstr "MAC アドレス管理を表示" - -msgid "" -"Enter a list of partial MAC addresses to allow, comma separated, no spaces, " -"such as " -msgstr "許可リストに MAC アドレスの一部を入力してください。カンマ区切りで、空白は使用しないでください。例: " - -msgid "" -"Enter a list of partial MAC addresses to deny access, comma separated, no " -"spaces, such as " -msgstr "アクセス拒否リストに MAC アドレスの一部を入力してください。カンマ区切りで、空白は使用しないでください。例: " - -msgid "NTP servers" -msgstr "NTP サーバ" - -msgid "Show NTP configuration" -msgstr "NTP 構成を表示" - -msgid "TFTP server" -msgstr "TFTP サーバ" - -msgid "Show TFTP configuration" -msgstr "TFTP 構成を表示" - -msgid "" -"Leave blank to disable. Enter a full hostname or IP for the TFTP server." -msgstr "無効にする場合は空白にしてください。TFTP サーバのフルホスト名、もしくは IP を入力してください。" - -msgid "LDAP URI" -msgstr "LDAP URI" - -msgid "Show LDAP configuration" -msgstr "LDAP 構成を表示" - -msgid "" -"Leave blank to disable. Enter a full URI for the LDAP server in the form " -"ldap://ldap.example.com/dc=example,dc=com" -msgstr "" -"無効にする場合は空白にしてください。ldap://ldap.example.com/dc=example,dc=com の形式で、LDAP サーバのフル " -"URI を入力してください。" - -msgid "Enable network booting" -msgstr "ネットワーク起動を有効" - -msgid "Show Network booting" -msgstr "ネットワーク起動の表示" - -msgid "Enables network booting." -msgstr "ネットワーク起動を有効にします。" - -msgid "Enter the IP of the" -msgstr "IP アドレスを入力してください: " - -msgid "next-server" -msgstr "next-server" - -#, fuzzy -msgid "and the default bios filename" -msgstr "ファイル名を入力してください: " - -#, fuzzy -msgid "and the UEFI 32bit filename " -msgstr "ファイル名を入力してください: " - -#, fuzzy -msgid "and the UEFI 64bit filename " -msgstr "ファイル名を入力してください: " - -msgid "" -"Note: You need both a filename and a boot server configured for this to work!" -msgstr "注意: これが機能するように設定するには、ファイル名と起動サーバの構成の両方が必要です!" - -#, fuzzy -msgid "" -"You will need all three filenames and a boot server configured for UEFI to " -"work!" -msgstr "注意: これが機能するように設定するには、ファイル名と起動サーバの構成の両方が必要です!" - -msgid "Enter the" -msgstr "以下を入力してください: " - -msgid "root-path" -msgstr "root-path" - -msgid "string" -msgstr "string" - -msgid "" -"Note: string-format: iscsi:(servername):(protocol):(port):(LUN):targetname" -msgstr "注意: string 形式: iscsi:(servername):(protocol):(port):(LUN):targetname" - -msgid "Additional BOOTP/DHCP Options" -msgstr "BOOTP/DHCP 追加オプション" - -msgid "Show Additional BOOTP/DHCP Options" -msgstr "BOOTP/DHCP 追加オプションを表示" - -msgid "" -"Enter the DHCP option number and the value for each item you would like to " -"include in the DHCP lease information. For a list of available options " -"please visit this" -msgstr "" -"DHCP リース情報に含める DHCP オプション番号と、その項目の値を入力してください。利用可能なオプションのリストは、以下のリンクを参照してください。" -" " - -msgid "URL" -msgstr "URL" - -msgid "Value" -msgstr "値" - -msgid "System: General setup" -msgstr "システム: 全般設定" - -msgid "The DNS servers entered in" -msgstr "「" - -msgid "(or the" -msgstr "」で入力された DNS サーバ ( もしくは有効な場合は「" - -msgid "DNS forwarder" -msgstr "DNS フォワーダ" - -msgid "if enabled)" -msgstr "」) は、" - -msgid "will be assigned to clients by the DHCP server." -msgstr "DHCP サーバによってクライアントに割り当てられます。" - -msgid "Status: DHCP leases" -msgstr "ステータス: DHCP リース" - -msgid "The DHCP lease table can be viewed on the" -msgstr "DHCP リーステーブルは「" - -msgid "page." -msgstr "」ページで表示できます。" - -msgid "DHCP Static Mappings for this interface." -msgstr "このインタフェースの DHCP 静的マッピング" - -msgid "Do you really want to delete this mapping?" -msgstr "本当にこのマッピングを削除しますか?" - -#, fuzzy -msgid "Either MAC address or Client identifier must be specified" -msgstr "「ピア識別子」には有効な IP アドレスを指定してください" - -msgid "The hostname cannot end with a hyphen according to RFC952" -msgstr "ホスト名は RFC952 により、末尾をハイフンにできません" - -msgid "" -"A valid hostname is specified, but the domain name part should be omitted" -msgstr "有効なホスト名が指定されていますが、ドメイン名部分は削除してください" - -msgid "Static ARP is enabled. You must specify an IP address." -msgstr "静的 ARP が有効です。IP アドレスを指定してください" - -#, fuzzy -msgid "This Hostname, IP, MAC address or Client identifier already exists." -msgstr "このホスト名、IP、または、DUID 識別子は既に存在しています" - -msgid "The IP address must not be within the DHCP range for this interface." -msgstr "このインタフェースの DHCP 範囲内ではない IP アドレスを設定してください" - -msgid "" -"The IP address must not be within the range configured on a DHCP pool for " -"this interface." -msgstr "このインタフェースの DHCP プールに構成された範囲に含まれる、IP アドレスは使用できません。" - -msgid "The IP address must lie in the %s subnet." -msgstr "%s サブネット内の IP アドレスを指定してください" - -msgid "Static DHCP Mapping" -msgstr "静的 DHCP マッピング" - -msgid "Copy my MAC address" -msgstr "自分の MAC アドレスを複写" - -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "次の形式で MAC アドレスを入力してください: xx:xx:xx:xx:xx:xx" - -#, fuzzy -msgid "Client identifier" -msgstr "ピア識別子" - -msgid "If an IPv4 address is entered, the address must be outside of the pool." -msgstr "入力される IPv4 アドレスは、プールの範囲外である必要があります。" - -msgid "" -"If no IPv4 address is given, one will be dynamically allocated from the pool." -msgstr "IPv4 アドレスが指定されていない場合は、プールから動的に割り当てられます。" - -msgid "Name of the host, without domain part." -msgstr "ドメイン部分のないホスト名です。" - -# File: src/www/services_dhcp_edit.php, line: 400 -msgid "Netboot Filename" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 403 -# File: src/www/services_dhcpv6_edit.php, line: 225 -msgid "" -"Name of the file that should be loaded when this host boots off of the " -"network, overrides setting on main page." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 406 -# File: src/www/services_dhcpv6_edit.php, line: 228 -msgid "Root Path" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 409 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "Enter the root-path-string, overrides setting on main page." -msgstr "" - -msgid "ARP Table Static Entry" -msgstr "ARP テーブル静的エントリ" - -#, fuzzy -msgid "Create an ARP Table Static Entry for this MAC & IP Address pair. " -msgstr "この MAC & IP アドレスペアに対して、ARP テーブル静的エントリを作成します。" - -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network." -msgstr "" -"デフォルトでは、このファイアウォールインタフェースの IP " -"をゲートウェイとして使用します。これがネットワークの正しいゲートウェイでない場合は、ここで、別のゲートウェイを指定してください。" - -msgid "Destination Server" -msgstr "送信先サーバ" - -msgid "A valid Destination Server IP address must be specified." -msgstr "送信先サーバに有効な IP アドレスを指定してください" - -# File: src/www/services_dhcp_relay.php, line: 140 -msgid "" -"DHCP Server is currently enabled. Cannot enable the DHCP Relay service while " -"the DHCP Server is enabled on any interface." -msgstr "" - -msgid "DHCP Relay configuration" -msgstr "DHCP リレー構成" - -msgid "Enable DHCP relay on interface" -msgstr "インタフェースで DHCP リレーを有効" - -# File: src/www/services_dhcp_relay.php, line: 158 -# File: src/www/services_dhcpv6_relay.php, line: 155 -# File: src/www/services_ntpd.php, line: 230 -msgid "Interface(s)" -msgstr "" - -msgid "Interfaces without an IP address will not be shown." -msgstr "IP アドレスが設定されていないインタフェースは表示されません。" - -msgid "Append circuit ID and agent ID to requests" -msgstr "リクエストに回線 ID およびエージェント ID を追加" - -msgid "" -"If this is checked, the DHCP relay will append the circuit ID (%s interface " -"number) and the agent ID to the DHCP request." -msgstr "" -"これをチェックすると、DHCP リレーは回線 ID ( %s インタフェース番号 ) 及びエージェント ID をDHCP リクエストに追加します。" - -msgid "Destination server" -msgstr "送信先サーバ" - -msgid "" -"This is the IP address of the server to which DHCP requests are relayed. You " -"can enter multiple server IP addresses, separated by commas. Select \"Proxy " -"requests to DHCP server on WAN subnet\" to relay DHCP packets to the server " -"that was used on the WAN interface." -msgstr "" -"DHCP リクエストをリレーされるサーバの IP アドレスです。コンマ区切りで複数サーバの IP アドレスを入力できます。「WAN " -"サブネットでプロキシが DHCP サーバにリクエスト」を選択すると、WAN インタフェースで使用されているサーバに対して DHCP " -"パケットをリレーします。" - -# File: src/www/services_dhcpv6.php, line: 50 -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses. Only interfaces configured with a static IP will be shown." -msgstr "" - -msgid "A valid prefix range must be specified." -msgstr "有効なプレフィックス範囲を指定してください" - -msgid "A valid IPv6 address must be specified for the gateway." -msgstr "ゲートウェイに、有効な IPv6 アドレスを指定してください" - -msgid "" -"A valid IPv6 address must be specified for the primary/secondary DNS servers." -msgstr "プライマリ / セカンダリ DNS サーバに、有効な IPv6 アドレスを指定してください" - -#, fuzzy -msgid "" -"A valid primary domain name server IPv4 address must be specified for the " -"dynamic domain name." -msgstr "DNS ドメインに有効なドメイン名を指定してください" - -msgid "" -"A valid IPv6 address must be specified for the primary/secondary NTP servers." -msgstr "プライマリ / セカンダリ NTP サーバに、有効な IPv6 アドレスを指定してください" - -msgid "A valid IPv6 address or hostname must be specified for the TFTP server." -msgstr "TFTP サーバに、有効な IPv6 アドレス、もしくはホスト名を指定してください" - -#, fuzzy -msgid "A valid URL must be specified for the network bootfile." -msgstr "ネットワーク起動サーバに有効な IP アドレスを指定してください" - -msgid "The subnet range cannot overlap with virtual IPv6 address %s." -msgstr "サブネット範囲は、仮想 IPv6 アドレス %s と重複できません" - -msgid "Router Advertisements" -msgstr "ルータ広告" - -msgid "Enable DHCPv6 server on %s interface" -msgstr "%s インターフェイスで DHCPv6 サーバを有効" - -msgid "Subnet Mask" -msgstr "サブネットマスク" - -msgid "Prefix Delegation Range" -msgstr "プレフィックスデリゲーション範囲" - -msgid "Prefix Delegation Size" -msgstr "プレフィックスデリゲーションサイズ" - -#, fuzzy -msgid "" -"You can define a Prefix range here for DHCP Prefix Delegation. This allows " -"for\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\tassigning networks to subrouters. The start and " -"end of the range must end on boundaries of the prefix delegation size." -msgstr "" -"DHCP プレフィックスデリゲーションのプレフィックス範囲をここで定義できます。\n" -"\t\t\t\t\t" -"サブルータにネットワーク割当てを許可します。範囲の先頭と末尾は、プレフィックスデリゲーションサイズの限度内に収まっている必要があります。" - -#, fuzzy -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator" -msgstr "オプションで、DHCP サーバはドメイン検索リストを提供することができます。区切り文字にはセミコロンを使用してください。" - -msgid "Change DHCPv6 display lease time from UTC to local time." -msgstr "DHCPv6 リースの時間表示を、UTC から現地時間に変更します。" - -#, fuzzy -msgid "" -"By default DHCPv6 leases are displayed in UTC time. By checking this\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\tbox DHCPv6 lease time will be displayed in local " -"time and set to time zone selected. This will be used for all DHCPv6 " -"interfaces lease time." -msgstr "" -"デフォルトでは、DHCPv6 リースは UTC 時間で表示されます。このボックスをチェックすると\n" -"\t\t\t\t\t\tDHCPv6 リースは現地時間表示になり、選択されたタイムゾーンに設定されます。全ての DHCPv6 " -"インタフェースのリース時間に適用されます。" - -#, fuzzy -msgid "Enter the Bootfile URL" -msgstr "生成 / 発行されたバウチャーの一番上にあるロールの" - -msgid "Delete" -msgstr "削除" - -msgid "add another entry" -msgstr "別のエントリを追加" - -msgid "Status: DHCPv6 leases" -msgstr "ステータス: DHCPv6 リース" - -msgid "DHCPv6 Static Mappings for this interface." -msgstr "このインタフェースの DHCPv6 静的マッピング" - -msgid "DUID" -msgstr "DUID" - -msgid "DUID Identifier" -msgstr "DUID 識別子" - -msgid "A valid DUID Identifier must be specified." -msgstr "有効な DUID 識別子を指定してください" - -msgid "This Hostname, IP or DUID Identifier already exists." -msgstr "このホスト名、IP、または、DUID 識別子は既に存在しています" - -msgid "Static DHCPv6 Mapping" -msgstr "静的 DHCPv6 マッピング" - -msgid "Enter a DUID Identifier in the following format: " -msgstr "次の形式で DUID 識別子を入力してください: " - -# File: src/www/services_dhcpv6_edit.php, line: 201 -msgid "DUID-LLT - ETH -- TIME --- ---- ADDR ----" -msgstr "" - -msgid "If an IPv6 address is entered, the address must be outside of the pool." -msgstr "入力される IPv6 アドレスは、プールの範囲外である必要があります。" - -msgid "" -"If no IPv6 address is given, one will be dynamically allocated from the pool." -msgstr "IPv6 アドレスが指定されていない場合は、プールから動的に割り当てられます。" - -# File: src/www/services_dhcpv6_edit.php, line: 222 -msgid "Netboot filename" -msgstr "" - -msgid "A valid Destination Server IPv6 address must be specified." -msgstr "有効な送信先サーバ IPv6 アドレスを指定してください。" - -# File: src/www/services_dhcpv6_relay.php, line: 136 -msgid "" -"DHCPv6 Server is currently enabled. Cannot enable the DHCPv6 Relay service " -"while the DHCPv6 Server is enabled on any interface." -msgstr "" - -msgid "DHCPv6 Relay configuration" -msgstr "DHCPv6 リレー構成" - -msgid "Enable DHCPv6 relay on interface" -msgstr "インタフェースで DHCPv6 リレーを有効" - -msgid "Interfaces without an IPv6 address will not be shown." -msgstr "IPv6 アドレスではないインタフェースは表示されません。" - -msgid "" -"If this is checked, the DHCPv6 relay will append the circuit ID (%s " -"interface number) and the agent ID to the DHCPv6 request." -msgstr "" -"これがチェックされている場合は、DHCPv6 リレーは、回線 ID ( %s インタフェース番号 ) と、エージェント ID を DHCPv6 " -"リクエストに追加します。" - -#, fuzzy -msgid "" -"This is the IPv6 address of the server to which DHCPv6 requests are relayed. " -"You can enter multiple server IPv6 addresses, separated by commas. " -msgstr "" -"DHCPv6 リクエストをリレーするサーバの IPv6 アドレスです。コンマ区切りで、複数のサーバの IPv6 アドレスを入力できます。WAN " -"インタフェースで DHCPv6 パケットをサーバにリレーするには、「プロキシが WAN サブネットの DHCPv6 " -"サーバにリクエスト」を選択してください。" - -msgid "You must specify a valid port number" -msgstr "有効なポート番号を指定してください" - -msgid "Invalid custom options" -msgstr "無効なカスタムオプション" - -# File: src/www/services_dnsmasq.php, line: 178 -msgid "The DNS forwarder configuration has been changed." -msgstr "" - -msgid "General DNS Forwarder Options" -msgstr "DNS フォワーダ全般オプション" - -msgid "Enable DNS forwarder" -msgstr "DNS フォワーダを有効" - -msgid "DHCP Registration" -msgstr "DHCP 登録" - -msgid "Register DHCP leases in DNS forwarder" -msgstr "DNS フォワーダに DHCP リースを登録" - -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS forwarder, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" -"このオプションが設定されている場合、DHCP リースのリクエスト時にホスト名が指定されている機器を DNS " -"フォワーダに登録するため、ホストの名前解決が可能になります。%sシステム: 全般設定%sで、ドメインにも適切な値を設定してください。" - -msgid "Static DHCP" -msgstr "静的 DHCP" - -msgid "Register DHCP static mappings in DNS forwarder" -msgstr "DNS フォワーダに DHCP 静的マッピングを登録" - -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS forwarder, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" -"このオプションが設定されると、DNS フォワーダに DHCP 静的マッピングが登録され、名前解決ができるようになります。%sシステム: " -"全般設定%sで、ドメインにも適切な値を設定してください。" - -msgid "Prefer DHCP" -msgstr "DHCP を優先" - -msgid "Resolve DHCP mappings first" -msgstr "DHCP マッピングを最初に名前解決" - -msgid "" -"If this option is set, then DHCP mappings will be resolved before the manual " -"list of names below. This only affects the name given for a reverse lookup " -"(PTR)." -msgstr "" -"このオプションが設定されている場合、下記の手動設定リストの名前より前に、DHCP マッピングが名前解決されます。DNS 逆引き (PTR) " -"で得られる名前にのみ影響します。" - -msgid "DNS Query Forwarding" -msgstr "DNS 照会転送" - -msgid "Query DNS servers sequentially" -msgstr "DNS サーバに順次照会" - -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will query the DNS servers " -"sequentially in the order specified (System - General Setup - DNS " -"Servers), rather than all at once in parallel. " -msgstr "" -"このオプションが設定されると、%s DNS フォワーダ (dnsmasq) は一度に全てを平行に照会するのではなく、指定された順番 ( システム -" -" 全般設定 - DNS サーバ ) で、DNS サーバに順次照会を行います。" - -msgid "Require domain" -msgstr "ドメインを要求" - -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward A or AAAA " -"queries for plain names, without dots or domain parts, to upstream name " -"servers. If the name is not known from /etc/hosts or DHCP then a \"not " -"found\" answer is returned. " -msgstr "" -"このオプションが設定されると、%s DNS フォワーダ (dnsmasq) は、ドットやドメイン部分がない無修飾な名前に対する A または AAAA " -"照会を、上流 DNS サーバに転送しません。その名前が /etc/hosts または DHCP " -"に登録されていない場合は、「見つかりません」という応答が返されます。" - -msgid "Do not forward private reverse lookups" -msgstr "プライベートの逆引きを転送しない" - -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward reverse " -"DNS lookups (PTR) for private addresses (RFC 1918) to upstream name " -"servers. Any entries in the Domain Overrides section forwarding private \"" -"n.n.n.in-addr.arpa\" names to a specific server are still forwarded. If the " -"IP to name is not known from /etc/hosts, DHCP or a specific domain override " -"then a \"not found\" answer is immediately returned. " -msgstr "" -"このオプションが設定されると、%s DNS フォワーダ (dnsmasq) は、プライベートアドレス (RFC 1918) に対する DNS " -"リバースルックアップ (PTR) を、上流 DNS サーバに転送しません。ドメイン上書きセクションで、プライベートな \"n.n.n.in-addr." -"arpa\" 名を特定のサーバに転送する全てのエントリは、この設定後も転送されます。IP を名前に変換するエントリが " -"/etc/hosts、DHCP、特定のドメイン上書きに登録されていない場合、「見つかりません」という応答が即座に返されます。" - -msgid "Listen Port" -msgstr "リスンポート" - -msgid "" -"The port used for responding to DNS queries. It should normally be left " -"blank unless another service needs to bind to TCP/UDP port 53." -msgstr "" -"DNS 照会への応答に使用するポートです。他のサービスに TCP/UDP ポート 53 をバインドする必要がない限り、通常は、空白にしてください。" - -msgid "" -"Interface IPs used by the DNS Forwarder for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" -"DNS フォワーダがクライアントからの照会に応答するのに使用されるインタフェース IP です。インタフェースに IPv4 と IPv6 " -"を両方とも設定すれば、どちらからも使用されます。その他の、下記で選択されていないインタフェース IP への照会は破棄されます。デフォルトの振る舞いは、" -"全ての使用可能な IPv4 及び IPv6 アドレスへの照会に応答します。" - -msgid "Strict Interface Binding" -msgstr "厳格なインタフェースバインド" - -msgid "" -"If this option is set, the DNS forwarder will only bind to the interfaces " -"containing the IP addresses selected above, rather than binding to all " -"interfaces and discarding queries to other addresses." -msgstr "" -"このオプションが設定されると、DNS フォワーダは上記で選択された IP " -"アドレスを含んでいるインタフェースとだけバインドします。全てのインタフェースとバインドして、その他のアドレスへの照会を破棄するのではありません。" - -msgid "" -"NOTE: This option does NOT work with IPv6. If set, dnsmasq will not bind to " -"IPv6 addresses." -msgstr "注意: このオプションは IPv6 では動作「しません」。設定された場合、dnsmasq は IPv6 アドレスをバインドしません。" - -msgid "Show advanced option" -msgstr "高度なオプションを表示" - -msgid "" -"Enter any additional options you would like to add to the dnsmasq " -"configuration here, separated by a space or newline" -msgstr "Dnsmasq 構成の追加オプションを入力します。空白、または、改行で区切ります。" - -#, fuzzy -msgid "" -"If the DNS forwarder is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the forwarder. The DNS forwarder will use the DNS servers " -"entered in %sSystem: General setup%s or those obtained via DHCP or PPP on " -"WAN if the "Allow DNS server list to be overridden by DHCP/PPP on " -"WAN" is checked. If you don't use that option (or if you use a static " -"IP address on WAN), you must manually specify at least one DNS server on the " -"%sSystem: General setup%s page." -msgstr "" -"DNS フォワーダが有効な場合、DHCP サービス ( 有効であれば ) は自動的に DHCP クライアントに、DNS サーバの LAN IP " -"アドレスを提供し、クライアントはそのアドレスを DNS フォワーダとして使用します。DNS フォワーダが使用する DNS サーバは、%sシステム: " -"全般設定%s で入力されたものか、もしくは、"WAN の DHCP/PPP による DNS サーバリストの上書きを許可" " -"がチェックされている場合に、WAN の DHCP か PPP 経由で得られるものです。そのオプションを使用しない ( もしくは WAN で 静的 IP " -"アドレスを使用する ) 場合は、%sシステム: 全般設定%s ページで 1 つ以上の DNS サーバを手動で指定する必要があります。" - -msgid "Host Overrides" -msgstr "ホストオーバーライド" - -msgid "" -"Entries in this section override individual results from the forwarders." -msgstr "このセクションのエントリは、フォワーダからの結果を個別に上書きします" - -msgid "Use these for changing DNS results or for adding custom DNS records." -msgstr "DNS 検索結果の変更、もしくは、カスタム DNS レコードの追加には、これらを使用してください。" - -msgid "Domain" -msgstr "ドメイン" - -msgid "Do you really want to delete this host?" -msgstr "本当にこのホストを削除しますか?" - -msgid "Domain Overrides" -msgstr "ドメインオーバーライド" - -#, fuzzy -msgid "" -"Entries in this area override an entire domain, and subdomains, by " -"specifying an authoritative DNS server to be queried for that domain." -msgstr "このエリアのエントリは、そのドメインに対する問い合わせに使用される、権威 DNS サーバが指定するドメイン全体を上書きします。" - -msgid "Do you really want to delete this domain override?" -msgstr "本当にこのドメインオーバーライドを削除しますか?" - -msgid "A valid domain must be specified after _msdcs." -msgstr "_msdcs の後に、有効なドメインを指定してください。" - -msgid "A valid domain must be specified." -msgstr "有効なドメインを指定する必要があります。" - -msgid "" -"A valid IP address must be specified, or # for an exclusion or ! to not " -"forward at all." -msgstr "有効な IP アドレスを指定してください。もしくは、除外する場合は # 、全て転送しない場合は ! を指定してください。" - -msgid "An interface IP address must be specified for the DNS query source." -msgstr "DNS 照会の送信元となる、インタフェースの IP アドレスを指定してください。" - -msgid "Domain to override (NOTE: this does not have to be a valid TLD!)" -msgstr "上書きするドメイン ( 注意: 有効な TLD である必要はありません )" - -msgid "or" -msgstr " または " - -msgid "test" -msgstr "テスト" - -msgid "IP address of the authoritative DNS server for this domain" -msgstr "このドメインの権威 DNS サーバの IP アドレス" - -msgid "" -"Or enter ! for lookups for this host/subdomain to NOT be forwarded anywhere." -msgstr "もしくは、このホスト / サブドメインの検索に ! を入力すると、どこにも転送「されません」。" - -msgid "" -"Or enter # for an exclusion to pass through this host/subdomain to standard " -"nameservers instead of a previous override." -msgstr "もしくは # で除外入力することで、このホストもしくはサブドメインは前の上書き内容ではなく、標準の DNS サーバを経由します。" - -msgid "Source IP" -msgstr "送信元 IP" - -msgid "" -"Source IP address for queries to the DNS server for the override domain." -msgstr "ドメイン上書きで DNS サーバへの照会に使用する、送信元 IP アドレスです。" - -msgid "Leave blank unless your DNS server is accessed through a VPN tunnel." -msgstr "DNS サーバが VPN トンネルを経由してアクセスされない場合は、空白にしてください。" - -msgid "Alias Domain" -msgstr "エイリアスドメイン" - -msgid "" -"Hostnames in alias list can only contain the characters A-Z, 0-9 and '-'." -msgstr "エイリアスリストのホスト名には、A-Z、0-9、- のみが使用できます。" - -msgid "A valid domain must be specified in alias list." -msgstr "エイリアスリストには、有効なドメインを指定してください。" - -msgid "This host/domain already exists." -msgstr "このホスト / ドメインは既に存在しています" - -msgid "Edit DNS Forwarder entry" -msgstr "DNS フォワーダエントリの編集" - -msgid "Name of the host, without domain part" -msgstr "ドメイン部分のないホスト名" - -msgid "myhost" -msgstr "myhost" - -msgid "Domain of the host" -msgstr "ホストのドメイン" - -msgid "example.com" -msgstr "example.com" - -msgid "IP address of the host" -msgstr "ホストの IP アドレス" - -msgid "Enter additional names for this host." -msgstr "このホストに追加する名前を入力してください" - -msgid "remove this entry" -msgstr "このエントリを削除" - -msgid "Service" -msgstr "サービス" - -msgid "Cached IP" -msgstr "キャッシュ済 IP" - -msgid "" -"IP addresses appearing in green are up to date with Dynamic DNS provider." -msgstr "緑で表示される IP アドレスは、ダイナミック DNS プロバイダが更新したものです。" - -msgid "" -"You can force an update for an IP address on the edit page for that service." -msgstr "サービスの編集ページで、IP アドレスの更新を強制することができます。" - -msgid "Service type" -msgstr "サービスタイプ" - -msgid "Update URL" -msgstr "更新 URL" - -#, fuzzy -msgid "The Hostname contains invalid characters." -msgstr "ホスト名に無効な文字が含まれています" - -msgid "The MX contains invalid characters." -msgstr "MX には無効な文字が含まれています" - -msgid "The username contains invalid characters." -msgstr "ユーザ名に無効な文字が含まれています" - -msgid "Dynamic DNS client" -msgstr "ダイナミック DNS クライアント" - -msgid "yes" -msgstr "はい" - -msgid "Interface to monitor" -msgstr "監視するインタフェース" - -msgid "Interface to send update from" -msgstr "次から更新を送信するインタフェース: " - -msgid "Note: This is almost always the same as the Interface to Monitor." -msgstr "注意: 通常、監視するインタフェースと同じです。" - -msgid "Enter the complete host/domain name. example: myhost.dyndns.org" -msgstr "完全なホスト / ドメイン名を入力してください。例: myhost.dyndns.org" - -msgid "For he.net tunnelbroker, enter your tunnel ID" -msgstr "HE.net Tunnel Broker に対するトンネル ID を入力してください。" - -msgid "MX" -msgstr "MX" - -# File: src/www/services_dyndns_edit.php, line: 338 -msgid "" -"Note: With a dynamic DNS service you can only use a hostname, not an IP " -"address." -msgstr "" - -msgid "" -"Set this option only if you need a special MX record. Not all services " -"support this." -msgstr "特別な MX レコードが必要な場合だけ、このオプションを設定してください。全てのサービスが、これに対応しているわけではありません。" - -msgid "Wildcards" -msgstr "ワイルドカード" - -msgid "Enable " -msgstr "有効: " - -msgid "Wildcard" -msgstr "ワイルドカード" - -msgid "Verbose logging" -msgstr "詳細ログ" - -msgid "verbose logging" -msgstr "詳細ログ" - -#, fuzzy -msgid "CURL options" -msgstr "RADIUS オプション" - -# File: src/www/services_dyndns_edit.php, line: 357 -msgid "Force IPv4 resolving" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 359 -msgid "Verify SSL peer" -msgstr "" - -msgid "" -"Username is required for all types except Namecheap, FreeDNS and Custom " -"Entries." -msgstr "ユーザ名は、Namecheap、FreeDNS、カスタムエントリを除いた、全てのタイプで必要になります。" - -msgid "Route 53: Enter your Access Key ID." -msgstr "Route 53: 自分のアクセス鍵 ID を入力してください。" - -# File: src/www/services_dyndns_edit.php, line: 368 -msgid "Duck DNS: Enter your Token." -msgstr "" - -msgid "" -"For Custom Entries, Username and Password represent HTTP Authentication " -"username and passwords." -msgstr "カスタムエントリにおけるユーザ名とパスワードは、HTTP 認証ユーザ名とパスワードです。" - -msgid "" -"FreeDNS (freedns.afraid.org): Enter your \"Authentication Token\" provided " -"by FreeDNS." -msgstr "FreeDNS(freedns.afraid.org): FreeDNS から提供された「認証トークン」を入力してください。" - -msgid "Route 53: Enter your Secret Access Key." -msgstr "Route 53: 自分の秘密アクセス鍵を入力してください。" - -# File: src/www/services_dyndns_edit.php, line: 379 -msgid "Duck DNS: Leave blank." -msgstr "" - -msgid "Zone ID" -msgstr "ゾーン ID" - -msgid "" -"Enter Zone ID that you received when you created your domain in Route 53." -msgstr "Route 53 でドメイン作成時に受け取ったゾーン ID を入力してください。" - -msgid "" -"This is the only field required by for Custom Dynamic DNS, and is only used " -"by Custom Entries." -msgstr "カスタムダイナミック DNS で必要とする唯一のフィールドです。カスタムエントリでしか使用されません。" - -msgid "" -"If you need the new IP to be included in the request, put %IP% in its place." -msgstr "要求に、新規 IP が含める必要がある場合は、その場所に %IP% を記述してください。" - -msgid "Result Match" -msgstr "一致した結果" - -msgid "This field is only used by Custom Dynamic DNS Entries." -msgstr "このフィールドは、カスタムダイナミック DNS エントリでのみ使用されます。" - -# File: src/www/services_dyndns_edit.php, line: 407 -msgid "" -"This field should be identical to what your dynamic DNS Provider will return " -"if the update succeeds, leave it blank to disable checking of returned " -"results." -msgstr "" - -#, fuzzy -msgid "" -"If you need to include multiple possible values, separate them with a |. If " -"your provider includes a |, escape it with \\|" -msgstr "" -"複数の可能な値を含める必要がある場合は、| で区切ってください。プロバイダが | を値に含めている場合は、それを \\| でエスケープしてください。" - -msgid "" -"Tabs (\\t), newlines (\\n" -") and carriage returns (\\r) at the beginning or end of the returned results " -"are removed before comparison." -msgstr "" -"タブ (\\t)、改行 (\\n" -")、キャリッジリターン (\\r) が、返される結果の先頭、もしくは、末尾にある場合は、比較する前に削除されます。" - -msgid "TTL" -msgstr "TTL" - -msgid "Choose TTL for your dns record." -msgstr "DNS レコードの TTL を選択してください。" - -msgid "Save & Force Update" -msgstr "保存 & 強制更新" - -#, fuzzy -msgid "" -"You must configure a DNS server in %sSystem:\n" -"\t\t\t\t\t General setup%s or allow the DNS server list " -"to be overridden\n" -"\t\t\t\t\t by DHCP/PPP on WAN for dynamic DNS updates to " -"work." -msgstr "" -"ダイナミック DNS 更新を動作させるには\n" -" %sシステム: 全般設定%s で DNS サーバの構成をするか、\n" -" もしくは、WAN の DHCP/PPP による DNS サーバリストの上書きを許可してください" - -msgid "add a new igmpentry" -msgstr "新規 IGMP エントリの追加" - -msgid "The IGMP entry list has been changed" -msgstr "IGMP エントリリストが変更されました" - -msgid "edit igmpentry" -msgstr "IGMP エントリの編集" - -#, fuzzy -msgid "" -"Do you really want to delete this igmp entry? All elements that still use it " -"will become invalid (e.g. filter rules)!" -msgstr "本当にこの IGMP エントリを削除しますか?それを使用している全ての要素は無効になります ( 例: フィルタルール )!" - -msgid "delete igmpentry" -msgstr "IGMP エントリを削除" - -msgid "" -"Please add the interface for upstream, the allowed subnets, and the " -"downstream interfaces you would like the proxy to allow. Only one 'upstream' " -"interface can be configured." -msgstr "" -"上流へのインタフェースを、使用可能なサブネットで追加してください。下流インタフェースは、許可するプロキシでも構いません。「上流」" -"インタフェースとして構成できるのは 1 つだけです。" - -msgid "Only one 'upstream' interface can be configured." -msgstr "「上流」インタフェースとして構成できるのは 1 つだけです。" - -msgid "IGMP Proxy Edit" -msgstr "IGMP プロキシの編集" - -msgid "Upstream Interface" -msgstr "上流インタフェース" - -msgid "Downstream Interface" -msgstr "下流インタフェース" - -msgid "" -"The upstream network interface is the outgoing interface which is " -"responsible for communicating to available multicast data sources. There can " -"only be one upstream interface." -msgstr "" -"上流ネットワークインタフェースは外向きインタフェースで、使用可能なマルチキャストデータ送信元との通信を担当します。上流インタフェースは 1 " -"つだけしか存在できません。" - -msgid "Downstream" -msgstr "下流" - -msgid "" -"network interfaces are the distribution interfaces to the destination " -"networks, where multicast clients can join groups and receive multicast " -"data. One or more downstream interfaces must be configured." -msgstr "" -"ネットワークインタフェースは送信先ネットワークに配布されるインタフェースです。マルチキャストクライアントはグループに参加して、マルチキャストデータを受信で" -"きます。1 つ以上の下流インタフェースを構成する必要があります。" - -msgid "Threshold" -msgstr "しきい値" - -#, fuzzy -msgid "" -"Defines the TTL threshold for the network interface. Packets with a " -"lower TTL than the threshold value will be ignored. This setting is " -"optional, and by default the threshold is 1." -msgstr "" -"ネットワークインタフェースの TTL しきい値を定義してください。しきい値よりも低い TTL を持つパケットは無視されます。この設定はオプションで、" -"デフォルトのしきい値は 1 です。" - -msgid "Network (s)" -msgstr "ネットワーク" - -msgid "CIDR" -msgstr "CIDR" - -#, fuzzy -msgid "Add another Time server" -msgstr "他のスケジュールを追加" - -msgid "NTP Server Configuration" -msgstr "NTP サーバ構成" - -msgid "Selecting no interfaces will listen on all interfaces with a wildcard." -msgstr "インタフェースが選択されていない場合は、ワイルドカードを使用して、全てのインタフェースでリスンします。" - -msgid "" -"Selecting all interfaces will explicitly listen on only the interfaces/IPs " -"specified." -msgstr "全てのインタフェースが選択されている場合は、明示的に指定されたインタフェース / IP のみでリスンします。" - -# File: src/www/services_ntpd.php, line: 261 -msgid "Time servers" -msgstr "" - -# File: src/www/services_ntpd.php, line: 280 -msgid "prefer this server" -msgstr "" - -# File: src/www/services_ntpd.php, line: 283 -msgid "do not use this server" -msgstr "" - -# File: src/www/services_ntpd.php, line: 296 -msgid "For best results three to five servers should be configured here." -msgstr "" - -# File: src/www/services_ntpd.php, line: 292 -msgid "" -"The %sprefer%s option indicates that NTP should favor the use of this server " -"more than all others." -msgstr "" - -# File: src/www/services_ntpd.php, line: 294 -msgid "" -"The %snoselect%s option indicates that NTP should not use this server for " -"time, but stats for this server will be collected and displayed." -msgstr "" - -# File: src/www/services_ntpd.php, line: 299 -msgid "Orphan mode" -msgstr "" - -# File: src/www/services_ntpd.php, line: 306 -msgid "(0-15)" -msgstr "" - -# File: src/www/services_ntpd.php, line: 307 -msgid "" -"Orphan mode allows the system clock to be used when no other clocks are " -"available. The number here specifies the stratum reported during orphan mode " -"and should normally be set to a number high enough to insure that any other " -"servers available to clients are preferred over this server. (default: 12)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 306 -msgid "NTP graphs" -msgstr "" - -# File: src/www/services_ntpd.php, line: 314 -msgid "Enable rrd graphs of NTP statistics (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 313 -msgid "Syslog logging" -msgstr "" - -#, fuzzy -msgid "Status > System Logs > NTP" -msgstr "Web 設定 - ステータス: システムログ: NTP ページ" - -# File: src/www/services_ntpd.php, line: 320 -msgid "" -"These options enable additional messages from NTP to be written to the " -"System Log" -msgstr "" - -# File: src/www/services_ntpd.php, line: 323 -msgid "Enable logging of peer messages (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 326 -msgid "Enable logging of system messages (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 325 -msgid "Statistics logging" -msgstr "" - -#, fuzzy -msgid "Show statistics logging options" -msgstr "リモートログオプション" - -#, fuzzy -msgid "Warning: " -msgstr "警告: " - -# File: src/www/services_ntpd.php, line: 336 -msgid "these options will create persistant daily log files in /var/log/ntp." -msgstr "" - -# File: src/www/services_ntpd.php, line: 339 -msgid "Enable logging of reference clock statistics (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 342 -msgid "Enable logging of clock discipline statistics (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 345 -msgid "Enable logging of NTP peer statistics (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 345 -msgid "Access restrictions" -msgstr "" - -#, fuzzy -msgid "Show access restriction options" -msgstr "高度なオプションを表示" - -# File: src/www/services_ntpd.php, line: 356 -msgid "these options control access to NTP from the WAN." -msgstr "" - -# File: src/www/services_ntpd.php, line: 359 -msgid "Enable Kiss-o'-death packets (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 362 -msgid "" -"Deny state modifications (i.e. run time configuration) by ntpq and ntpdc " -"(default: enabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 365 -msgid "Disable ntpq and ntpdc queries (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 368 -msgid "Disable all except ntpq and ntpdc queries (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 371 -msgid "Deny packets that attempt a peer association (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 374 -msgid "Deny mode 6 control message trap service (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 374 -msgid "Leap seconds" -msgstr "" - -#, fuzzy -msgid "Show Leap second configuration" -msgstr "LDAP 構成を表示" - -# File: src/www/services_ntpd.php, line: 385 -msgid "" -"A leap second file allows NTP to advertize an upcoming leap second addition " -"or subtraction." -msgstr "" - -# File: src/www/services_ntpd.php, line: 386 -msgid "Normally this is only useful if this server is a stratum 1 time server." -msgstr "" - -#, fuzzy -msgid "Enter Leap second configuration as text:" -msgstr "この構成ファイルを暗号化する" - -# File: src/www/services_ntpd.php, line: 390 -msgid "Or" -msgstr "" - -#, fuzzy -msgid "select a file to upload:" -msgstr "アップロードするファイル: " - -#, fuzzy -msgid "NTP Serial GPS Configuration" -msgstr "NTP サーバ構成" - -# File: src/www/services_ntpd_gps.php, line: 356 -msgid "" -"A GPS connected via a serial port may be used as a reference clock for NTP. " -"If the GPS also supports PPS and is properly configured, and connected, that " -"GPS may also be used as a Pulse Per Second clock reference. NOTE: a USB GPS " -"may work, but is not recommended due to USB bus timing issues." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 381 -msgid "" -"For the best results, NTP should have at least three sources of time. So it " -"is best to configure at least 2 servers under" -msgstr "" - -#, fuzzy -msgid "Services > NTP" -msgstr "サービス" - -#, fuzzy -msgid "" -"to minimize clock drift if the GPS data is not valid over time. Otherwise " -"ntpd may only use values from the unsynchronized local clock when providing " -"time to clients." -msgstr "" -"」で、最低でも 2 つ以上構成することをお勧めします。GPS データが継続的に不正な場合に、同期のロスを避けるためです。さもなくば、ntpd " -"は時刻をクライアントに提供する際に、非同期のローカル時計の値のみを使用します。" - -# File: src/www/services_ntpd_gps.php, line: 366 -msgid "Generic" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 368 -msgid "Garmin" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 370 -msgid "SiRF" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 371 -msgid "U-Blox" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 372 -msgid "SureGPS" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 397 -msgid "This option allows you to select a predefined configuration." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 400 -msgid "Select Generic if your GPS is not listed." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 401 -msgid "" -"The perdefined configurations assume your GPS has already been set to NMEA " -"mode." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 388 -# File: src/www/services_ntpd_pps.php, line: 132 -msgid "Serial port" -msgstr "" - -#, fuzzy -msgid "" -"All serial ports are listed, be sure to pick the port with the GPS attached." -msgstr "全てのシリアルポートがリスンされている場合は、GPS を添付するポートのみを選択するようにしてください。" - -#, fuzzy -msgid "Serial port baud rate." -msgstr "次の証明書のシリアル" - -# File: src/www/services_ntpd_gps.php, line: 437 -msgid "" -"Note: A higher baud rate is generally only helpful if the GPS is sending too " -"many sentences. It is recommended to configure the GPS to send only one " -"sentence at a baud rate of 4800 or 9600." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 423 -msgid "NMEA sentences" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 454 -msgid "" -"By default NTP will listen for all supported NMEA sentences. Here one or " -"more sentences to listen for may be specified." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 436 -msgid "Fudge time 1" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 461 -msgid "Fudge time 1 is used to specify the GPS PPS signal offset" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 442 -msgid "Fudge time 2" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 467 -msgid "Fudge time 2 is used to specify the GPS time offset" -msgstr "" - -msgid "Stratum" -msgstr "Stratum" - -# File: src/www/services_ntpd_gps.php, line: 472 -# File: src/www/services_ntpd_pps.php, line: 161 -msgid "(0-16)" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 473 -msgid "This may be used to change the GPS Clock stratum" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 473 -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 454 -# File: src/www/services_ntpd_pps.php, line: 159 -msgid "Flags" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 481 -# File: src/www/services_ntpd_pps.php, line: 170 -msgid "" -"Normally there should be no need to change these options from the defaults." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 491 -msgid "NTP should prefer this clock (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 499 -msgid "" -"NTP should not use this clock, it will be displayed for reference " -"only(default: disabled)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 507 -msgid "Enable PPS signal processing (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 515 -# File: src/www/services_ntpd_pps.php, line: 180 -msgid "Enable falling edge PPS signal processing (default: rising edge)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 523 -msgid "Enable kernel PPS clock discipline (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 531 -msgid "Obscure location in timestamp (default: unobscured)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 539 -msgid "" -"Log the sub-second fraction of the received time stamp (default: Not " -"logged).
Note: enabling this will rapidly fill the log, but is useful " -"for tuning Fudge time 2." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 524 -# File: src/www/services_ntpd_pps.php, line: 197 -msgid "Clock ID" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 548 -# File: src/www/services_ntpd_pps.php, line: 205 -msgid "(1 to 4 charactors)" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 549 -msgid "This may be used to change the GPS Clock ID" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 530 -msgid "GPS Initialization" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 555 -msgid "Show GPS Initialization commands" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 560 -msgid "" -"Note: Commands entered here will be sent to the GPS during initialization. " -"Please read and understand your GPS documentation before making any changes " -"here." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 561 -msgid "NMEA checksum calculator" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 563 -msgid "" -"Enter the text between "$" and "*" of a NMEA command " -"string:" -msgstr "" - -#, fuzzy -msgid "checksum" -msgstr "チェックサムビット" - -# File: src/www/services_ntpd_gps.php, line: 564 -msgid "Calculate NMEA checksum" -msgstr "" - -#, fuzzy -msgid "NTP PPS Configuration" -msgstr "NTP サーバ構成" - -# File: src/www/services_ntpd_pps.php, line: 128 -msgid "" -"Devices with a Pulse Per Second output such as radios that receive a time " -"signal from DCF77 (DE), JJY (JP), MSF (GB) or WWVB (US) may be used as a PPS " -"reference for NTP." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 129 -msgid "" -"A serial GPS may also be used, but the serial GPS driver would usually be " -"the better option." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 130 -msgid "" -"A PPS signal only provides a reference to the change of a second, so at " -"least one other source to number the seconds is required." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 132 -msgid "At least 3 additional time sources should be configured under" -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 132 -msgid "to reliably supply the time of each PPS pulse." -msgstr "" - -#, fuzzy -msgid "" -"All serial ports are listed, be sure to pick the port with the PPS source " -"attached." -msgstr "全てのシリアルポートがリスンされている場合は、GPS を添付するポートのみを選択するようにしてください。" - -# File: src/www/services_ntpd_pps.php, line: 147 -msgid "Fudge time" -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 156 -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 "" - -# File: src/www/services_ntpd_pps.php, line: 162 -msgid "This may be used to change the PPS Clock stratum" -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 162 -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock and just monitor this source." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 188 -msgid "Enable kernel PPS clock discipline (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 196 -msgid "" -"Record a timestamp once for each second, useful for constructing Allan " -"deviation plots (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 206 -msgid "This may be used to change the PPS Clock ID" -msgstr "" - -#, fuzzy -msgid "OpenDNS Setup" -msgstr "全般設定" - -# File: src/www/services_opendns.php, line: 133 -msgid "Filter DNS requests using OpenDNS" -msgstr "" - -# File: src/www/services_opendns.php, line: 153 -msgid "" -"Signon Username to log into your OpenDNS dashboard. It is used to " -"automatically update the IP address of the registered network." -msgstr "" - -# File: src/www/services_opendns.php, line: 177 -msgid "Networks Dashboard of OpenDNS" -msgstr "" - -#, fuzzy -msgid "Test result" -msgstr "ポートテスト結果" - -#, fuzzy -msgid "Test/Update" -msgstr "更新" - -msgid "Do you really want to delete this client?" -msgstr "本当にこのクライアントを削除しますか?" - -msgid "Key" -msgstr "鍵" - -msgid "Key name" -msgstr "鍵名" - -msgid "The DNS update host name contains invalid characters." -msgstr "DNS 更新ホスト名に無効な文字が含まれています" - -msgid "The DNS update TTL must be an integer." -msgstr "DNS 更新 TTL は整数です" - -msgid "The DNS update key name contains invalid characters." -msgstr "DNS 更新鍵名に無効な文字が含まれています" - -msgid "New/Edited RFC2136 dnsupdate entry was posted." -msgstr "新規 / 編集された RFC2136 DNS 更新エントリが投稿されました" - -msgid "RFC 2136 client" -msgstr "RFC 2136 クライアント" - -# File: src/www/services_rfc2136_edit.php, line: 169 -msgid "Fully qualified hostname of the host to be updated." -msgstr "" - -msgid "This must match the setting on the DNS server." -msgstr "DNS サーバの設定と一致する必要があります" - -msgid "Key type" -msgstr "鍵タイプ" - -msgid "Zone" -msgstr "ゾーン" - -msgid " User" -msgstr "ユーザ" - -msgid "Paste an HMAC-MD5 key here." -msgstr "ここに HMAC-MD5 鍵を貼り付けてください" - -msgid "Use TCP instead of UDP" -msgstr "UDP ではなく TCP を使用" - -# File: src/www/services_rfc2136_edit.php, line: 211 -msgid "Use Public IP" -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 214 -msgid "" -"If the interface IP is private, attempt to fetch and use the public IP " -"instead." -msgstr "" - -#, fuzzy -msgid "Save & Force Update" -msgstr "保存 & 強制更新" - -msgid "" -"You must configure a DNS server in %sSystem: General setup %sor allow the " -"DNS server list to be overridden by DHCP/PPP on WAN for dynamic DNS updates " -"to work." -msgstr "" -"ダイナミック DNS 更新を動作させるには、%sシステム: 全般設定%s で DNS サーバの構成をするか、もしくは、WAN の DHCP/PPP " -"による DNS サーバリストの上書きを許可してください" - -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses" -msgstr "DHCPv6 サーバは、静的 IP アドレスで構成されたインタフェースでのみ有効にできます。" - -msgid "" -"Subnets are specified in CIDR format. Select the CIDR mask that pertains to " -"each entry. /128 specifies a single IPv6 host; /64 specifies a normal IPv6 " -"network; etc. If no subnets are specified here, the Router Advertisement " -"(RA) Daemon will advertise to the subnet to which the router's interface is " -"assigned." -msgstr "" -"サブネットは CIDR 形式で指定します。エントリ毎に関連する CIDR マスクを選択してください。/128 で IPv6 ホスト単体を指定、/64 " -"で通常の IPv6 ネットワークを指定、等です。サブネットをここで指定しない場合は、ルータ広告 (RA) " -"デーモンは、ルータのインタフェースに割当てられたサブネットに広告します。" - -msgid "An invalid subnet or alias was specified. [%s/%s]" -msgstr "無効なサブネットまたはエイリアスが指定されました。[%s/%s]" - -msgid "Select the Operating Mode for the Router Advertisement (RA) Daemon." -msgstr "ルータ広告 (RA) デーモンの動作モードを選択してください。" - -msgid "" -"Use \"Router Only\" to only advertise this router, \"Unmanaged\" for Router " -"Advertising with Stateless Autoconfig, \"Managed\" for assignment through (a)" -" DHCPv6 Server, \"Assisted\" for DHCPv6 Server assignment combined with " -"Stateless Autoconfig" -msgstr "" -"「ルータのみ」を使用すると、ルータ広告のみを行います。「非管理」はステートレスな自動構成のルータ広告、「管理」は DHCPv6 " -"サーバ経由の割当て、「支援」はステートレスな自動構成と DHCPv6 サーバ割当てを組み合わせたものです。" - -msgid "" -"It is not required to activate this DHCPv6 server when set to \"Managed\", " -"this can be another host on the network" -msgstr "" -"「管理」に設定した場合は、この DHCPv6 サーバを有効化する必要はありません。そのため、このサーバを、ネットワークの別のホストにすることができます。" - -msgid "Router Priority" -msgstr "ルータ優先度" - -msgid "Select the Priority for the Router Advertisement (RA) Daemon." -msgstr "ルータ広告 (RA) デーモンの優先度を選択してください。" - -msgid "RA Interface" -msgstr "RA インタフェース" - -msgid "Select the Interface for the Router Advertisement (RA) Daemon." -msgstr "ルータ広告 (RA) デーモンのインタフェースを選択してください。" - -msgid "RA Subnet(s)" -msgstr "RA サブネット" - -#, fuzzy -msgid "" -"The RA server can optionally provide a domain search list. Use the semicolon " -"character as separator" -msgstr "オプションで、RA サーバはドメイン検索リストを提供することができます。区切り文字にはセミコロンを使用してください。" - -msgid "Use same settings as DHCPv6 server" -msgstr "DHCPv6 サーバと同じ設定を使用" - -msgid "Invalid character '#' in system location" -msgstr "システムの位置情報に無効な文字 '#' があります" - -msgid "Invalid character '#' in system contact" -msgstr "システムの連絡先に無効な文字 '#' があります" - -msgid "Invalid character '#' in read community string" -msgstr "コミュニティ文字列の読込みで無効な文字 '#' があります" - -msgid "Community" -msgstr "コミュニティ" - -msgid "Polling Port" -msgstr "ポーリングポート" - -msgid "Invalid character '#' in SNMP trap string" -msgstr "SNMP トラップ文字列に無効な文字 '#' があります" - -msgid "Trap server" -msgstr "トラップサーバ" - -msgid "Trap server port" -msgstr "トラップサーバポート" - -msgid "Trap string" -msgstr "トラップ文字列" - -msgid "SNMP Daemon" -msgstr "SNMP デーモン" - -msgid "Polling Port " -msgstr "ポーリングポート" - -msgid "Enter the port to accept polling events on (default 161)" -msgstr "ポーリングイベントを受信するポートを入力してください ( デフォルト 161 )" - -msgid "System location" -msgstr "システムの位置情報" - -msgid "System contact" -msgstr "システムの連絡先" - -msgid "Read Community String" -msgstr "コミュニティ文字列の読込み" - -msgid "" -"The community string is like a password, restricting access to querying SNMP " -"to hosts knowing the community string. Use a strong value here to protect " -"from unauthorized information disclosure." -msgstr "" -"コミュニティ文字列はパスワードのように、SNMP " -"クエリーによるアクセスをコミュニティ文字列を知っているホストに限定します。不正な情報開示からの防御のため、強度の高い値を使用してください。" - -msgid "SNMP Traps" -msgstr "SNMP トラップ" - -msgid "Enter trap server name" -msgstr "トラップサーバ名を入力してください。" - -msgid "Trap server port " -msgstr "トラップサーバポート" - -msgid "Enter the port to send the traps to (default 162)" -msgstr "トラップを送信するポートを入力してください ( デフォルト 162 )" - -msgid "Enter the SNMP trap string" -msgstr "SNMP トラップの文字列を入力してください。" - -msgid "Modules" -msgstr "モジュール" - -msgid "SNMP Modules" -msgstr "SNMP モジュール" - -msgid "MibII" -msgstr "MibII" - -msgid "Netgraph" -msgstr "Netgraph" - -msgid "PF" -msgstr "PF" - -msgid "Host Resources (Requires MibII)" -msgstr "ホストリソース ( 要 MibII )" - -msgid "UCD" -msgstr "UCD" - -msgid "Regex" -msgstr "正規表現" - -msgid "Interface Binding" -msgstr "インタフェースバインティング" - -msgid "Bind Interface" -msgstr "インタフェースのバインド" - -# File: src/www/services_unbound.php, line: 89 -msgid "" -"The DNS Forwarder is still active. Disable it before enabling the DNS " -"Resolver." -msgstr "" - -# File: src/www/services_unbound.php, line: 92 -msgid "" -"A single network interface needs to be selected for the DNS Resolver to bind " -"to." -msgstr "" - -# File: src/www/services_unbound.php, line: 95 -msgid "" -"A single outgoing network interface needs to be selected for the DNS " -"Resolver to use for outgoing DNS requests." -msgstr "" - -#, fuzzy -msgid "You must specify a valid port number." -msgstr "有効なポート番号を指定してください" - -msgid "The configuration for the DNS Resolver, has been changed" -msgstr "DNS リゾルバの構成は変更されました" - -msgid "General DNS Resolver Options" -msgstr "DNS リゾルバ全般オプション" - -msgid "Enable DNS Resolver" -msgstr "DNS リゾルバを有効" - -msgid "Network Interfaces" -msgstr "ネットワークインタフェース" - -#, fuzzy -msgid "" -"Interface IPs used by the DNS Resolver for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" -"DNS フォワーダがクライアントからの照会に応答するのに使用されるインタフェース IP です。インタフェースに IPv4 と IPv6 " -"を両方とも設定すれば、どちらからも使用されます。その他の、下記で選択されていないインタフェース IP への照会は破棄されます。デフォルトの振る舞いは、" -"全ての使用可能な IPv4 及び IPv6 アドレスへの照会に応答します。" - -#, fuzzy -msgid "Outgoing Network Interfaces" -msgstr "ネットワークインタフェース" - -msgid "" -"Utilize different network interface(s) that the DNS Resolver will use to " -"send queries to authoritative servers and receive their replies. By default " -"all interfaces are used." -msgstr "" -"DNS リゾルバが、権威 DNS サーバへの照会の送信、及び、その応答の受信に使用するインタフェースとして、異なるネットワークインタフェースを利用します。" -"デフォルトでは、全てのインタフェースを使用します。" - -msgid "DNSSEC" -msgstr "DNSSEC" - -msgid "Enable DNSSEC Support" -msgstr "DNSSEC サポートを有効" - -msgid "Enable Forwarding Mode" -msgstr "転送モードを有効" - -msgid "Register DHCP leases in the DNS Resolver" -msgstr "DNS リゾルバで DHCP リースを登録" - -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS Resolver, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" -"このオプションが設定されている場合は、ホスト名が指定された機器は、DHCP リースの要求時に DNS " -"リゾルバに登録され、名前解決できるようになります。%sシステム: 全般設定%s で、ドメインにも適切な値を設定してください。" - -msgid "Register DHCP static mappings in the DNS Resolver" -msgstr "DNS リゾルバに DHCP 静的マッピングを登録" - -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS Resolver, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" -"このオプションが設定されている場合は、DHCP 静的マッピングは DNS リゾルバに登録され、名前解決できるようになります。%sシステム: 全般設定%s " -"で、ドメインにも適切な値を設定してください。" - -# File: src/www/services_unbound.php, line: 322 -msgid "TXT Comment Support" -msgstr "" - -# File: src/www/services_unbound.php, line: 325 -msgid "" -"If this option is set, then any descriptions associated with Host entries " -"and DHCP Static mappings will create a corresponding TXT record." -msgstr "" - -#, fuzzy -msgid "" -"Enter any additional options you would like to add to the DNS Resolver " -"configuration here, separated by a space or newline" -msgstr "Dnsmasq 構成の追加オプションを入力します。空白、または、改行で区切ります。" - -msgid "" -"If the DNS Resolver is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the DNS Resolver. If Forwarding, is enabled, the DNS Resolver " -"will use the DNS servers entered in %sSystem: General setup%s or those " -"obtained via DHCP or PPP on WAN if the "Allow DNS server list to be " -"overridden by DHCP/PPP on WAN" is checked." -msgstr "" -"DNS リゾルバが有効な場合、DHCP サービス ( 有効であれば ) は自動的に DHCP クライアントに、DNS サーバの LAN IP " -"アドレスを提供し、クライアントはそのアドレスを DNS リゾルバとして使用します。フォワーディングが有効な場合は、DNS リゾルバは %sシステム: " -"全般設定%s で入力されたものか、もしくは、"WAN の DHCP/PPP による DNS サーバリストの上書きを許可" " -"がチェックされていれば、WAN の DHCP または PPP 経由で取得したものを DNS サーバとして使用します。" - -msgid "" -"The settings for the DNS Resolver have changed. You must apply the " -"configuration to take affect." -msgstr "DNS リゾルバの設定が変更されました。有効にするには、構成の適用が必要です。" - -msgid "%s Access List" -msgstr "%s アクセスリスト" - -msgid "Access List name" -msgstr "アクセスリスト名" - -msgid "Provide an Access List name." -msgstr "アクセスリスト名を指定します。" - -msgid "" -"Choose what to do with DNS requests that match the criteria specified below." -msgstr "下記で指定された条件に一致する DNS 要求に対する実行内容を選択してください。" - -msgid "" -"Deny: This action stops queries from hosts within the netblock " -"defined below." -msgstr "拒否: この動作は、下記で定義されたネットブロック内にあるホストからの照会を停止します。" - -msgid "" -"Refuse: This action also stops queries from hosts within the netblock " -"defined below, but sends a DNS rcode REFUSED error message back to the " -"client." -msgstr "" -"拒絶: この動作は、下記で定義されたネットブロック内にあるホストからの照会を停止します。そして、DNS rcode REFUSED " -"エラーメッセージがクライアントに返されます。" - -msgid "" -"Allow: This action allows queries from hosts within the netblock " -"defined below." -msgstr "許可: この動作は、下記で定義されたネットブロック内にあるホストからの照会を許可します。" - -msgid "" -"Allow Snoop: This action allows recursive and nonrecursive access " -"from hosts within the netblock defined below. Used for cache snooping and " -"ideally should only be configured for your administrative host." -msgstr "" -"スヌープを許可: この動作は、下記で定義されたネットブロック内にあるホストからの再帰、及び、非再帰照会を許可します。DNS " -"キャッシュスヌーピングに使用されるため、理想的には、自分の管理下にあるホストにのみ構成されるべきです。" - -msgid "You may enter a description here for your reference." -msgstr "自分用のメモを入力できます。" - -msgid "Access List Name" -msgstr "アクセスリスト名" - -msgid "Access Lists to control access to the DNS Resolver can be defined here." -msgstr "DNS リゾルバへのアクセスを制御するアクセスリストは、ここで定義することができます。" - -msgid "Do you really want to delete this access list?" -msgstr "本当にこのアクセスリストを削除しますか?" - -msgid "The configuration of the DNS Resolver, has been changed" -msgstr "DNS リゾルバの構成は、変更されました" - -msgid "Advanced Resolver Options" -msgstr "高度なリゾルバオプション" - -msgid "Hide Identity" -msgstr "識別子を非表示" - -msgid "If enabled, id.server and hostname.bind queries are refused." -msgstr "有効にすると、id.server 及び hostname.bind 照会が拒否されます。" - -msgid "Hide Version" -msgstr "バージョンを非表示" - -msgid "If enabled, version.server and version.bind queries are refused." -msgstr "有効にすると、version.server 及び version.bind 照会が拒否されます。" - -msgid "Prefetch Support" -msgstr "プリフェッチに対応" - -msgid "" -"Message cache elements are prefetched before they expire to help keep the " -"cache up to date. When enabled, this option can cause an increase of around " -"10% more DNS traffic and load on the server, but frequently requested items " -"will not expire from the cache." -msgstr "" -"有効期限が切れる前に、メッセージキャッシュ要素はプリフェッチされ、キャッシュを最新に維持します。有効な場合は、このオプションはおよそ 10% 以上の " -"DNS トラフィックとサーバ負荷を増加させますが、頻繁に項目を要求することで、キャッシュから有効期限切れで削除されなくなります。" - -msgid "Prefetch DNS Key Support" -msgstr "プリフェッチ DNS 鍵に対応" - -msgid "" -"DNSKEY's are fetched earlier in the validation process when a %sDelegation " -"signer%s is encountered. This helps lower the latency of requests but does " -"utilize a little more CPU." -msgstr "" -"DNSKEY は、%sデリゲーション署名%sに遭遇すると、検証プロセスの前にフェッチされます。要求の遅延を少なくすることができますが、CPU " -"負荷は少し上がります。" - -msgid "Harden Glue" -msgstr "堅牢なグルー" - -msgid "Only trust glue if it is within the servers authority." -msgstr "サーバ権威の範囲内にあるグルーのみを信頼します。" - -msgid "Harden DNSSEC data" -msgstr "堅牢な DNSSEC データ" - -msgid "" -"DNSSEC data is required for trust-anchored zones. If such data is absent, " -"the zone becomes bogus. If this is disabled and no DNSSEC data is received, " -"then the zone is made insecure." -msgstr "" -"DNSSEC データはトラストアンカーゾーンで必要になります。そのデータがなければ、ゾーンは bogus になります。これが無効で、DNSSEC " -"データが受信されない場合は、ゾーンはセキュアではなくなります。" - -msgid "Message Cache Size" -msgstr "メッセージキャッシュサイズ" - -msgid "" -"Size of the message cache. The message cache stores DNS rcodes and " -"validation statuses. The RRSet cache will automatically be set to twice this " -"amount. The RRSet cache contains the actual RR data. The default is 4 " -"megabytes." -msgstr "" -"メッセージキャッシュの大きさです。メッセージキャッシュは、DNS rcode と検証ステータスを格納します。RRSet キャッシュは、自動的にこの量の " -"2 倍に設定されます。RRSet キャッシュは実際の RR データを格納します。デフォルトは 4 Mbyteです。" - -msgid "Outgoing TCP Buffers" -msgstr "発信 TCP バッファ" - -msgid "" -"The number of outgoing TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, to authoritative servers, are " -"done." -msgstr "" -"スレッド毎に割当てられる、発信 TCP バッファの数です。デフォルト値は 10 です。0 が選択されると、権威サーバに対して TCP 照会を行いません。" - -msgid "Incoming TCP Buffers" -msgstr "着信 TCP バッファ" - -msgid "" -"The number of incoming TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, from clients, are accepted." -msgstr "" -"スレッド毎に割当てられる、着信 TCP バッファの数です。デフォルト値は 10 です。0 が選択されると、クライアントからの TCP 照会を受信しません。" - -msgid "EDNS Buffer Size" -msgstr "EDNS バッファサイズ" - -msgid "" -"Number of bytes size to advertise as the EDNS reassembly buffer size. This " -"is the value that is used in UDP datagrams sent to peers. RFC recommendation " -"is 4096 (which is the default). If you have fragmentation reassemble " -"problems, usually seen as timeouts, then a value of 1480 should help. The " -"512 value bypasses most MTU path problems, but it can generate an excessive " -"amount of TCP fallback." -msgstr "" -"EDNS 再構築バッファサイズとして広告されるバイト数です。ピアに送信する UDP データグラムで使用される値となります。RFC は 4096 " -"を推奨しています ( デフォルト値です )。フラグメント再構築問題は、通常タイムアウトとして現れますが、この問題が発生した場合は、値を 1480 " -"にすると良いでしょう。512 を設定すると、大抵の MTU 経路問題は回避できますが、かなりの数の TCP フォールバックが発生します。" - -msgid "Number of queries per thread" -msgstr "スレッド毎のクエリ数" - -msgid "" -"The number of queries that every thread will service simultaneously. If more " -"queries arrive that need to be serviced, and no queries can be jostled, then " -"these queries are dropped." -msgstr "同時に接続可能な、スレッド毎のクエリ数です。接続する必要があるクエリを、この数を超えて受信した場合、競争に参加できないクエリは落とされます。" - -msgid "Jostle Timeout" -msgstr "競争タイムアウト" - -msgid "" -"This timeout is used for when the server is very busy. This protects against " -"denial of service by slow queries or high query rates. The default value is " -"200 milliseconds." -msgstr "" -"このタイムアウトは、サーバが非常にビジーな場合に使用され、遅いクエリや高頻度クエリによる、サービス不能化 ( DOS ) 攻撃を防御します。" -"デフォルト値は 200 ミリ秒です。" - -msgid "Maximum TTL for RRsets and messages" -msgstr "RRset 及びメッセージの TTL 最大値" - -msgid "" -"Configure a maximum Time to live for RRsets and messages in the cache. The " -"default is 86400 seconds (1 day). When the internal TTL expires the cache " -"item is expired. This can be configured to force the resolver to query for " -"data more often and not trust (very large) TTL values." -msgstr "" -"キャッシュの RRset とメッセージの生存時間の最大値を構成します。デフォルトは 86400 秒 ( 1 日 ) です。内部 TTL " -"の有効期限が切れると、キャッシュ項目も有効期限が切れます。より多くのデータを照会し、( 非常に大きい ) TTL " -"値を信頼しないよう、リゾルバに強制する構成が可能です。" - -msgid "Minimum TTL for RRsets and messages" -msgstr "RPset 及びメッセージの TTL 最小値" - -msgid "" -"Configure a minimum Time to live for RRsets and messages in the cache. The " -"default is 0 seconds. If the minimum value kicks in, the data is cached for " -"longer than the domain owner intended, and thus less queries are made to " -"look up the data. The 0 value ensures the data in the cache is as the domain " -"owner intended. High values can lead to trouble as the data in the cache " -"might not match up with the actual data anymore." -msgstr "" -"キャッシュの RRset とメッセージの生存時間の最小値を構成します。デフォルトは 0 " -"秒です。最小値が有効になると、ドメイン所有者が意図するよりも長くデータがキャッシュされるため、データ検索に使用される照会の数が少なくなります。値が 0 な" -"ら、キャッシュのデータが、ドメイン所有者の意図したものと同じであることを保証します。高い値を設定すると、キャッシュのデータが、実際のデータとは一致しなくな" -"るという問題の原因になります。" - -msgid "TTL for Host cache entries" -msgstr "ホストキャッシュエントリの TTL" - -# File: src/www/services_unbound_advanced.php, line: 331 -# File: src/www/services_unbound_advanced.php, line: 346 -msgid "1 minute" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 332 -# File: src/www/services_unbound_advanced.php, line: 347 -msgid "2 minutes" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 333 -# File: src/www/services_unbound_advanced.php, line: 348 -msgid "5 minutes" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 334 -# File: src/www/services_unbound_advanced.php, line: 349 -msgid "10 minutes" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 335 -# File: src/www/services_unbound_advanced.php, line: 350 -msgid "15 minutes" -msgstr "" - -msgid "" -"Time to live for entries in the host cache. The host cache contains " -"roundtrip timing and EDNS support information. The default is 15 minutes." -msgstr "" -"ホストキャッシュにあるエントリの生存時間です。ホストキャッシュは、ラウンドトリップタイミングと、EDNS 対応情報を格納しています。デフォルトは 15 " -"分です。" - -msgid "TTL for lame delegation" -msgstr "lame delegation の TTL" - -msgid "" -"Time to live for when a delegation is considered to be lame. The default is " -"15 minutes." -msgstr "デリゲーションが lame とみなされる生存時間です。デフォルトは 15 分です。" - -msgid "Number of Hosts to cache" -msgstr "キャッシュするホスト数" - -# File: src/www/services_unbound_advanced.php, line: 361 -msgid "1000" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 362 -msgid "5000" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 363 -msgid "10 000" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 364 -msgid "20 000" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 365 -msgid "50 000" -msgstr "" - -msgid "Number of hosts for which information is cached. The default is 10,000." -msgstr "情報をキャッシュするホストの数です。デフォルトは 10,000 です。" - -msgid "Unwanted Reply Threshold" -msgstr "望まない応答のしきい値" - -# File: src/www/services_unbound_advanced.php, line: 376 -msgid "disabled" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 377 -msgid "5 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 378 -msgid "10 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 379 -msgid "20 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 380 -msgid "40 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 381 -msgid "50 million" -msgstr "" - -#, fuzzy -msgid "" -"If enabled, a total number of unwanted replies is kept track of in every " -"thread. When it reaches the threshold, a defensive action is taken and a " -"warning is printed to the log file. This defensive action is to clear the " -"RRSet and message caches, hopefully flushing away any poison. The default is " -"disabled, but if enabled a value of 10 million is suggested." -msgstr "" -"有効な場合、望まない応答の合計数をスレッド毎に記録します。しきい値に達すると、防御処理が実行され、警告がログファイルに出力されます。防御処理は、" -"RRSet とメッセージキャッシュを削除するというもので、ポイズンが全て除去されることが期待されます。デフォルトは無効ですが、有効にする場合は、値を " -"1000 万に設定することが推奨されます。" - -msgid "Log level verbosity" -msgstr "ログ詳細度レベル" - -msgid "Select the log verbosity." -msgstr "ログの詳細度を選択します。" - -#, fuzzy -msgid "" -"A valid IP address and port must be specified, for example " -"192.168.100.10@5353." -msgstr "ゲートウェイに有効な IP アドレスを指定してください" - -#, fuzzy -msgid "A valid IP address must be specified, for example 192.168.100.10." -msgstr "ゲートウェイに有効な IP アドレスを指定してください" - -# File: src/www/services_unbound_domainoverride_edit.php, line: 146 -msgid "" -"To use a nondefault port for communication, append an '@' with the port " -"number." -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 306 -msgid "MX Host" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 298 -msgid "MX Priority" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 114 -msgid "A valid MX priority must be specified." -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 118 -msgid "A valid MX host must be specified." -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 122 -msgid "A valid resource record type must be specified." -msgstr "" - -#, fuzzy -msgid "Edit DNS Resolver entry" -msgstr "DNS フォワーダエントリの編集" - -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "A or AAAA (IPv4 or IPv6 address)" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "MX (Mail server)" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 285 -msgid "Type of resource record" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 286 -msgid "for IPv4 or IPv6 addresses" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 301 -msgid "Priority of MX record" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 309 -msgid "Host name of MX host" -msgstr "" - -# File: src/www/services_unbound_overrides.php, line: 124 -msgid "" -"Keep in mind that all resource record types (i.e. A, AAAA, MX, etc. records) " -"of a specified host below are being overwritten." -msgstr "" - -msgid "" -"Entries in this area override an entire domain by specifying an " -"authoritative DNS server to be queried for that domain." -msgstr "このエリアのエントリは、そのドメインに対する問い合わせに使用される、権威 DNS サーバが指定するドメイン全体を上書きします。" - -# File: src/www/services_upnp.php, line: 70 -msgid "At least one of 'UPnP' or 'NAT-PMP' must be allowed" -msgstr "" - -# File: src/www/services_upnp.php, line: 74 -msgid "It is a security risk to specify WAN in the 'Interface' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 76 -msgid "You cannot select the external interface as an internal interface." -msgstr "" - -# File: src/www/services_upnp.php, line: 79 -msgid "You must specify a valid ip address in the 'Override WAN address' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 81 -msgid "" -"You must fill in both 'Maximum Download Speed' and 'Maximum Upload Speed' " -"fields" -msgstr "" - -# File: src/www/services_upnp.php, line: 83 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Download Speed' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 85 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Upload Speed' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 93 -msgid "" -"You must follow the specified format in the 'User specified permissions %s' " -"field" -msgstr "" - -# File: src/www/services_upnp.php, line: 97 -msgid "" -"You must begin with allow or deny in the 'User specified permissions %s' " -"field" -msgstr "" - -# File: src/www/services_upnp.php, line: 100 -msgid "" -"You must specify a port or port range between 0 and 65535 in the 'User " -"specified permissions %s' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 103 -msgid "" -"You must specify a valid ip address in the 'User specified permissions %s' " -"field" -msgstr "" - -# File: src/www/services_upnp.php, line: 208 -msgid "Modified Universal Plug and Play settings." -msgstr "" - -# File: src/www/services_wol.php, line: 55 -msgid "Sent magic packet to %s (%s)." -msgstr "" - -# File: src/www/services_wol.php, line: 57 -msgid "" -"Please check the %ssystem log%s, the wol command for %s (%s) did not " -"complete successfully." -msgstr "" - -msgid "A valid interface must be specified." -msgstr "有効なインタフェースを指定してください。" - -msgid "A valid ip could not be found!" -msgstr "有効な IP がありません!" - -msgid "Sent magic packet to %s." -msgstr "%s にマジックパケットを送信" - -# File: src/www/services_wol.php, line: 94 -msgid "" -"Please check the %ssystem log%s, the wol command for %s did not complete " -"successfully." -msgstr "" - -msgid "Choose which interface the host to be woken up is connected to." -msgstr "接続で起動するホストのインタフェースを選択してください。" - -# File: src/www/services_wol.php, line: 157 -msgid "Enter a MAC address %sin the following format: xx:xx:xx:xx:xx:xx%s" -msgstr "" - -msgid "Or Click the MAC address to wake up an individual device:" -msgstr "もしくは起動する個々のデバイスの MAC アドレスをクリックしてください。" - -msgid "Wake all clients at once: " -msgstr "一度に全てのクライアントを起動: " - -# File: src/www/services_wol.php, line: 216 -msgid "" -"This service can be used to wake up (power on) computers by sending special " -"\"Magic Packets\". The NIC in the computer that is to be woken up must " -"support Wake on LAN and has to be configured properly (WOL cable, BIOS " -"settings)." -msgstr "" - -msgid "Edit WOL entry" -msgstr "WOL エントリの編集" - -msgid "Choose which interface this host is connected to." -msgstr "このホストに接続されているインタフェースを選択してください。" - -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "次の形式で MAC アドレスを入力してください: xx:xx:xx:xx:xx:xx" - -msgid "Log entries for items on this page" -msgstr "ページ項目のログエントリ" - -msgid "This status page includes the following information" -msgstr "このステータスページには、以下の情報が含まれています" - -msgid "" -"Note: make sure to remove any sensitive information (passwords, maybe also " -"IP addresses) before posting information from this page in public places (" -"like mailing lists)" -msgstr "" -"注意: このページの情報を ( メーリングリストのような ) 公共の場に投稿する前に、機密情報の類は全て削除するようにしてください ( パスワードや、" -"IP アドレスなど )" - -msgid "Passwords in config.xml have been automatically removed" -msgstr "config.xml のパスワードは自動的に削除されました" - -msgid "Failover Group" -msgstr "フェイルオーバグループ" - -msgid "My State" -msgstr "自分のステータス" - -msgid "Since" -msgstr "期限開始" - -msgid "Peer State" -msgstr "ピアステータス" - -msgid "End" -msgstr "終了" - -# File: src/www/status_dhcp_leases.php, line: 346 -msgid "Lease type" -msgstr "" - -msgid "send Wake on LAN packet to this MAC address" -msgstr "この MAC アドレスに Wake-on-LAN パケットを送信" - -msgid "add a static mapping for this MAC address" -msgstr "この MAC アドレスの静的マッピングを追加" - -msgid "add a Wake on LAN mapping for this MAC address" -msgstr "この MAC アドレスの Wake-on-LAN マッピングを追加" - -msgid "delete this DHCP lease" -msgstr "この DHCP リースを削除" - -msgid "Show active and static leases only" -msgstr "アクティブかつ静的リースのみを表示" - -msgid "Show all configured leases" -msgstr "全ての構成されたリースを表示" - -msgid "No leases file found. Is the DHCP server active" -msgstr "リースファイルがありません。DHCP サーバはアクティブですか" - -msgid "IAID" -msgstr "IAID" - -msgid "Hostname/MAC" -msgstr "ホスト名 / MAC" - -msgid "Online" -msgstr "オンライン" - -msgid "Lease Type" -msgstr "リースタイプ" - -msgid "IPv6 Prefix" -msgstr "IPv6 プレフィックス" - -# File: src/www/status_filter_reload.php, line: 73 -msgid "Reload Filter" -msgstr "" - -# File: src/www/status_filter_reload.php, line: 75 -msgid "Force Config Sync" -msgstr "" - -msgid "Warning, Packetloss" -msgstr "警告: パケットロス" - -msgid "Warning, Latency" -msgstr "警告: 遅延" - -msgid "Gathering data" -msgstr "データを収集しています" - -msgid "Tier %s" -msgstr "ティア %s" - -msgid "RTT" -msgstr "RTT" - -msgid "Loss" -msgstr "損失" - -msgid "Pending" -msgstr "ペンディング" - -#, fuzzy -msgid "Offline (forced)" -msgstr "オフライン" - -msgid "Last check:" -msgstr "最新チェック: " - -# File: src/www/status_graph.php, line: 207 -msgid "Sort by" -msgstr "" - -# File: src/www/status_graph.php, line: 209 -msgid "Display" -msgstr "" - -# File: src/www/status_graph.php, line: 224 -msgid "Bw In" -msgstr "" - -# File: src/www/status_graph.php, line: 225 -msgid "Bw Out" -msgstr "" - -msgid "Local" -msgstr "ローカル" - -msgid "Host Name" -msgstr "ホスト名" - -# File: src/www/status_graph.php, line: 235 -msgid "FQDN" -msgstr "" - -msgid "Host IP" -msgstr "ホスト IP" - -msgid "Host Name or IP" -msgstr "ホスト名または IP" - -msgid "Bandwidth In" -msgstr "下り帯域幅" - -msgid "Bandwidth Out" -msgstr "上り帯域幅" - -# File: src/www/status_graph.php, line: 202 -msgid "" -"The %sAdobe SVG Viewer%s, Firefox 1.5 or later or other browser supporting " -"SVG is required to view the graph." -msgstr "" - -msgid "interface" -msgstr "インタフェース" - -msgid "Release" -msgstr "リリース" - -msgid "Renew" -msgstr "更新" - -# File: src/www/status_interfaces.php, line: 102 -msgid "DHCP6" -msgstr "" - -msgid "Connect" -msgstr "接続" - -msgid "Disconnect" -msgstr "切断" - -msgid "Uptime " -msgstr "稼働時間" - -msgid "Cell Signal (RSSI)" -msgstr "セル電波強度 (RSSI)" - -msgid "Cell Mode" -msgstr "セルモード" - -msgid "Cell SIM State" -msgstr "セル SIM ステータス" - -msgid "Cell Service" -msgstr "セルサービス" - -msgid "Cell Upstream" -msgstr "セル上流" - -# File: src/www/status_interfaces.php, line: 214 -# File: src/www/status_interfaces.php, line: 221 -# File: src/www/status_interfaces.php, line: 228 -# File: src/www/status_interfaces.php, line: 235 -msgid "kbit/s" -msgstr "" - -msgid "Cell Downstream" -msgstr "セル下流" - -msgid "Cell Current Up" -msgstr "現在のセル上流" - -msgid "Cell Current Down" -msgstr "現在のセル下流" - -msgid "Subnet mask IPv4" -msgstr "IPv4 サブネットマスク" - -msgid "Gateway IPv4" -msgstr "IPv4 ゲートウェイ" - -msgid "IPv6 Link Local" -msgstr "IPv6 リンクローカル" - -msgid "Subnet mask IPv6" -msgstr "IPv6 サブネットマスク" - -msgid "Gateway IPv6" -msgstr "IPv6 ゲートウェイ" - -msgid "ISP DNS servers" -msgstr "ISP DNS サーバ" - -msgid "Media" -msgstr "メディア" - -msgid "LAGG Protocol" -msgstr "LAGG プロトコル" - -msgid "LAGG Ports" -msgstr "LAGG ポート" - -msgid "BSSID" -msgstr "BSSID" - -msgid "RSSI" -msgstr "RSSI" - -msgid "In/out packets" -msgstr "IN/OUT パケット" - -msgid "In/out packets (pass)" -msgstr "IN/OUT パケット (許可)" - -msgid "In/out packets (block)" -msgstr "IN/OUT パケット (拒否)" - -msgid "In/out errors" -msgstr "IN/OUT エラー" - -msgid "Collisions" -msgstr "衝突" - -msgid "Bridge (%s)" -msgstr "ブリッジ (%s)" - -msgid "Interrupts/Second" -msgstr "割込み / 秒" - -msgid "total" -msgstr "総計" - -msgid "rate" -msgstr "速度" - -msgid "" -"Using dial-on-demand will bring the connection up again if any packet " -"triggers it. To substantiate this point: disconnecting manually will %snot%s " -"prevent dial-on-demand from making connections to the outside! Don't use " -"dial-on-demand if you want to make sure that the line is kept disconnected." -msgstr "" -"ダイヤルオンデマンドを使用すると、なんらかのパケットがトリガとなって、接続が再度アップになります。これを具体的に言うと、手動で切断しても、ダイヤルオンデマ" -"ンドが外部に対して接続することを、妨げられ %sません%s。もし、回線を確実に切断状態にしておきたい場合は、ダイヤルオンデマンドを使用しないでください。" - -msgid "Ref ID" -msgstr "RefID" - -msgid "When" -msgstr "When" - -msgid "Poll" -msgstr "Poll" - -msgid "Reach" -msgstr "Reach" - -msgid "Delay" -msgstr "遅延" - -msgid "Offset" -msgstr "Offset" - -msgid "Jitter" -msgstr "Jitter" - -# File: src/www/status_ntpd.php, line: 192 -msgid "" -"Statistics unavailable because ntpq and ntpdc queries are disabled in the %" -"sNTP service settings%s." -msgstr "" - -# File: src/www/status_ntpd.php, line: 196 -msgid "No peers found, %sis the ntp service running%s?" -msgstr "" - -msgid "Clock Latitude" -msgstr "時計の緯度" - -msgid "Clock Longitude" -msgstr "時計の経度" - -#, fuzzy -msgid "Clock Altitude" -msgstr "時計の緯度" - -# File: src/www/status_ntpd.php, line: 244 -msgid "Satellites" -msgstr "" - -# File: src/www/status_openvpn.php, line: 131 -msgid "OpenVPN Status" -msgstr "" - -msgid "Client connections" -msgstr "クライアント接続" - -msgid "Common Name" -msgstr "コモンネーム" - -msgid "Real Address" -msgstr "実アドレス" - -msgid "Virtual Address" -msgstr "仮想アドレス" - -msgid "Connected Since" -msgstr "接続開始: " - -msgid "Bytes Sent" -msgstr "送信バイト" - -msgid "Bytes Received" -msgstr "受信バイト" - -msgid "Kill client connection from" -msgstr "次からのクライアント接続を強制終了: " - -# File: src/www/status_openvpn.php, line: 185 -msgid "Show/Hide Routing Table" -msgstr "" - -msgid "Routing Table" -msgstr "ルーティングテーブル" - -msgid "Target Network" -msgstr "ターゲットネットワーク" - -msgid "Last Used" -msgstr "最終使用時間" - -msgid "" -"An IP address followed by C indicates a host currently connected through the " -"VPN." -msgstr "末尾に C がついている IP アドレスは、現在 VPN 経由で接続しているホストを示しています。" - -msgid "Peer to Peer Server Instance Statistics" -msgstr "ピアツーピアサーバインスタンス統計" - -msgid "Remote Host" -msgstr "リモートホスト" - -msgid "Virtual Addr" -msgstr "仮想アドレス" - -msgid "Client Instance Statistics" -msgstr "クライアントインスタンス統計" - -msgid "Bytes Rcvd" -msgstr "受信バイト" - -msgid "No OpenVPN instance defined" -msgstr "定義済みの OpenVPN インスタンスはありません" - -# File: src/etc/inc/service-utils.inc, line: 410 -msgid "Could not start unknown service `%s'" -msgstr "" - -msgid "%s has been started." -msgstr "%s が開始されました" - -#, fuzzy -msgid "Could not stop unknown service `%s'" -msgstr "エラー! %s サーバに接続できません" - -msgid "%s has been stopped." -msgstr "%s が停止されました" - -# File: src/etc/inc/service-utils.inc, line: 566 -msgid "Could not restart unknown service `%s'" -msgstr "" - -msgid "%s has been restarted." -msgstr "%s が再起動されました" - -msgid "No services found" -msgstr "サービスがありません" - -msgid "Rules have been cleared and the daemon restarted" -msgstr "ルールは消去され、デーモンは再起動しました。" - -msgid "UPnP is currently disabled." -msgstr "UPnP は現在無効です" - -#, fuzzy -msgid "Int. Port" -msgstr "送信先ポート" - -msgid "all currently connected sessions" -msgstr "現在接続している全てのセッション" - -msgid "" -"Rescan has been initiated in the background. Refresh this page in 10 seconds " -"to see the results." -msgstr "バックグラウンドで、再スキャンが開始されました。10 秒でこのページを更新して、結果を表示します。" - -msgid "Nearby access points or ad-hoc peers" -msgstr "近くのアクセスポイント、またはアドホックピア" - -# File: src/www/status_wireless.php, line: 99 -# File: src/www/status_wireless.php, line: 151 -msgid "CHAN" -msgstr "" - -# File: src/www/status_wireless.php, line: 100 -# File: src/www/status_wireless.php, line: 152 -msgid "RATE" -msgstr "" - -# File: src/www/status_wireless.php, line: 102 -msgid "INT" -msgstr "" - -# File: src/www/status_wireless.php, line: 103 -# File: src/www/status_wireless.php, line: 157 -msgid "CAPS" -msgstr "" - -msgid "Associated or ad-hoc peers" -msgstr "アソシエーション済、またはアドホックピア" - -# File: src/www/status_wireless.php, line: 149 -msgid "ADDR" -msgstr "" - -# File: src/www/status_wireless.php, line: 150 -msgid "AID" -msgstr "" - -# File: src/www/status_wireless.php, line: 154 -msgid "IDLE" -msgstr "" - -# File: src/www/status_wireless.php, line: 155 -msgid "TXSEQ" -msgstr "" - -# File: src/www/status_wireless.php, line: 156 -msgid "RXSEQ" -msgstr "" - -# File: src/www/status_wireless.php, line: 158 -msgid "ERP" -msgstr "" - -# File: src/www/status_wireless.php, line: 190 -msgid "Rescan" -msgstr "" - -# File: src/www/status_wireless.php, line: 191 -msgid "A = authorized, E = Extended Rate (802.11g), P = Power save mode" -msgstr "" - -# File: src/www/status_wireless.php, line: 191 -msgid "Flags:" -msgstr "" - -# File: src/www/status_wireless.php, line: 192 -msgid "Capabilities:" -msgstr "" - -# File: src/www/status_wireless.php, line: 192 -msgid "" -"E = ESS (infrastructure mode), I = IBSS (ad-hoc mode), P = privacy " -"(WEP/TKIP/AES), S = Short preamble, s = Short slot time" -msgstr "" - -msgid "You must specify a valid webConfigurator port number" -msgstr "有効な Web 設定管理画面 ポート番号を指定してください" - -msgid "Alternate hostname %s is not a valid hostname." -msgstr "代替ホスト名 %s は有効なホスト名ではありません" - -msgid "One moment...redirecting to %s in 20 seconds." -msgstr "少しお待ちください···20 秒で %s にリダイレクトします" - -# File: src/www/system_advanced_admin.php, line: 252 -msgid "Secure Shell configuration has changed. Applying now..." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 257 -msgid "webConfigurator configuration has changed. Applying now..." -msgstr "" - -msgid "webConfigurator" -msgstr "Web 設定管理画面" - -msgid "No Certificates have been defined. You must" -msgstr "証明書は定義されていません。SSL を有効にする前に、証明書の" - -msgid "Create or Import" -msgstr "作成またはインポート" - -msgid "a Certificate before SSL can be enabled." -msgstr "を実行してください。" - -msgid "SSL Certificate" -msgstr "SSL 証明書" - -# File: src/www/system_advanced_admin.php, line: 379 -msgid "" -"The %sSSL certificate manager%s can be used to create or import certificates " -"if required." -msgstr "" - -msgid "TCP port" -msgstr "TCP ポート" - -msgid "" -"Enter a custom port number for the webConfigurator above if you want to " -"override the default (80 for HTTP, 443 for HTTPS). Changes will take effect " -"immediately after save." -msgstr "" -"デフォルト ( HTTP: 80, HTTPS: 443 ) を上書きしたい場合は、上記で Web " -"設定管理画面のカスタムポート番号を入力してください。保存後即座に、変更は有効になります。" - -msgid "WebGUI redirect" -msgstr "WebGUI リダイレクト" - -msgid "Disable webConfigurator redirect rule" -msgstr "Web 設定管理画面のリダイレクトルールを無効" - -msgid "" -"When this is unchecked, access to the webConfigurator is always permitted " -"even on port 80, regardless of the listening port configured. Check this box " -"to disable this automatically added redirect rule. " -msgstr "" -"これをチェックしない場合は、Web 設定管理画面へのアクセスは、常に許可されます。例えポート 80 " -"だとしても、リスニングポートの構成内容は考慮されません。このボックスをチェックすると、このような自動的なリダイレクトルールの追加を無効にします。" - -msgid "WebGUI Login Autocomplete" -msgstr "WebGUI ログインオートコンプリート" - -#, fuzzy -msgid "Enable webConfigurator login autocomplete" -msgstr "Web 設定管理画面ログインオートコンプリートを無効" - -#, fuzzy -msgid "" -"When this is checked, login credentials for the webConfigurator may be saved " -"by the browser. While convenient, some security standards require this to be " -"disabled. Check this box to enable autocomplete on the login form so that " -"browsers will prompt to save credentials (NOTE: Some browsers do not respect " -"this option). " -msgstr "" -"これをチェックしない場合は、Web 設定管理画面へのログイン認証情報はブラウザに保存されます。便利ですが、一部のセキュリティ標準では、これを無効にする必要" -"があります。このボックスをチェックすると、ログインフォームでオートコンプリートが無効になり、ブラウザは、認証情報を保存するよう促さなくなります。 ( " -"注意: このオプションを無視するブラウザが存在します )" - -msgid "WebGUI login messages" -msgstr "WebGUI ログインメッセージ" - -msgid "Disable logging of webConfigurator successful logins" -msgstr "Web 設定管理画面ログイン成功に対するロギング無効" - -msgid "" -"When this is checked, successful logins to the webConfigurator will not be " -"logged." -msgstr "これをチェックした場合、Web 設定管理画面へのログインに成功した場合は、ログに記録されません。" - -msgid "Anti-lockout" -msgstr "アンチロックアウト" - -msgid "Disable webConfigurator anti-lockout rule" -msgstr "Web 設定管理画面アンチロックアウトルールを無効" - -msgid "" -"When this is unchecked, access to the webConfigurator on the %s interface is " -"always permitted, regardless of the user-defined firewall rule set. Check " -"this box to disable this automatically added rule, so access to the " -"webConfigurator is controlled by the user-defined firewall rules (ensure you " -"have a firewall rule in place that allows you in, or you will lock yourself " -"out!)" -msgstr "" -"これをチェックしない場合は、%s インタフェースの Web 設定管理画面へのアクセスは、常に許可されます。ユーザが定義したファイアウォールルールセットは考" -"慮されません。このボックスをチェックすると、このような自動的なルールの追加を無効にし、Web " -"設定管理画面へのアクセスはユーザが定義したファイアウォールルールによってコントロールされます ( " -"ファイアウォールのルールがきちんと整備されていることを確認して下さい。自分自身に内向きの通信を許可した場合、外向きの通信についてはロックされています!)" - -msgid "" -"Hint: the "Set interface(s) IP address" option in the console menu " -"resets this setting as well." -msgstr "" -"ヒント: コンソールメニューの " インタフェースに IP アドレスを設定 " オプションは、この設定も同様にリセットします。" - -msgid "DNS Rebind Check" -msgstr "DNS リバインディング攻撃確認" - -msgid "Disable DNS Rebinding Checks" -msgstr "DNS リバインディング攻撃確認を無効" - -msgid "" -"When this is unchecked, your system is protected against DNS Rebinding attacks. This " -"blocks private IP responses from your configured DNS servers. Check this box " -"to disable this protection if it interferes with webConfigurator access or " -"name resolution in your environment. " -msgstr "" -"これをチェックしない場合は、DNS " -"リバインディング攻撃からシステムが保護され、自分が構成した DNS サーバからプライベート IP " -"に関する応答を拒否します。このボックスをチェックすると、この機能で Web " -"設定管理画面へのアクセスや、自環境での名前解決に支障が出る場合に、保護を無効にすることができます。" - -msgid "Alternate Hostnames" -msgstr "代替ホスト名" - -msgid "Alternate Hostnames for DNS Rebinding and HTTP_REFERER Checks" -msgstr "DNS リバインディング・HTTP_REFERER 確認用代替ホスト名" - -msgid "" -"Here you can specify alternate hostnames by which the router may be queried, " -"to bypass the DNS Rebinding Attack checks. Separate hostnames with spaces." -msgstr "DNS リバインディング攻撃確認を回避するために、ルータが照会される際に使用する代替ホスト名を指定できます。ホスト名は空白で区切ります。" - -# File: src/www/system_advanced_admin.php, line: 458 -msgid "HTTP_REFERER enforcement" -msgstr "" - -msgid "Disable HTTP_REFERER enforcement check" -msgstr "ブラウザ HTTP_REFERER 強制確認を無効" - -msgid "" -"When this is unchecked, access to the webConfigurator is protected against " -"HTTP_REFERER redirection attempts. Check this box to disable this protection " -"if you find that it interferes with webConfigurator access in certain corner " -"cases such as using external scripts to interact with this system. More " -"information on HTTP_REFERER is available from Wikipedia." -msgstr "" -"これをチェックしない場合、HTTP_REFERER リダイレクション攻撃の試みから Web " -"設定管理画面へのアクセスが保護されます。チェックした場合は、このシステムに影響する外部スクリプトを使用している等、明確な原因で Web " -"設定管理画面へのアクセスに支障が出ている時に、この保護を無効にすることができます。HTTP_REFERER に関するより詳しい情報は、ウィキペディアを参照してください。" - -#, fuzzy -msgid "Enable XDebug" -msgstr "有効: " - -# File: src/www/system_advanced_admin.php, line: 509 -msgid "" -"Enable debugger / profiler (developer mode, do not enable in production " -"environment)" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 511 -msgid "" -"When this is checked, php XDebug will be enabled and profiling output can be " -"analysed using webgrind which will be available at [this-url]/webgrind/" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 513 -msgid "" -"For more information about XDebug profiling and how to enable it for your " -"requests, please visit " -"http://www.xdebug.org/docs/all_settings#profiler_enable_trigger" -msgstr "" - -msgid "Secure Shell" -msgstr "SSH" - -msgid "Secure Shell Server" -msgstr "SSH サーバ" - -msgid "Enable Secure Shell" -msgstr "SSH を有効" - -#, fuzzy -msgid "Root Login" -msgstr "ログイン" - -#, fuzzy -msgid "Permit root user login" -msgstr "ユーザ同時ログイン" - -# File: src/www/system_advanced_admin.php, line: 499 -msgid "" -"Root login is generally discouraged. It is advised to log in via another " -"user and switch to root afterwards." -msgstr "" - -msgid "Authentication Method" -msgstr "認証方法" - -#, fuzzy -msgid "Permit password login" -msgstr "ログインするにはユーザ名とパスワードを入力してください" - -#, fuzzy -msgid "When disabled, authorized keys need to be configured for each" -msgstr "有効にすると、SSH アクセスを許可された" - -msgid "user" -msgstr "ユーザ" - -msgid "that has been granted secure shell access." -msgstr "毎に、認証鍵を構成する必要があります。" - -msgid "SSH port" -msgstr "SSH ポート" - -#, fuzzy -msgid "Leave this blank for the default of 22." -msgstr "注意: 空白にすると、デフォルトの 22 が設定されます。" - -#, fuzzy -msgid "Serial Communications" -msgstr "シリアル接続" - -msgid "Serial Terminal" -msgstr "シリアル端末" - -#, fuzzy -msgid "" -"Enables the first serial port with 115200/8/N/1 by default, or another speed " -"selectable below." -msgstr "有効にすると、デフォルトでは、第 1 シリアルポートは 9600/8/N/1 に設定されます。それ以外の速度は以下から選択可能です。" - -msgid "" -"Note: This will redirect the console output and messages to the serial " -"port. You can still access the console menu from the internal video card/" -"keyboard. A null modem serial cable or adapter is required to use the " -"serial console." -msgstr "" -"注意: コンソール出力及び、メッセージをシリアルポートにリダイレクトします。リダイレクト後も、コンソールメニューには内部ビデオカード / " -"キーボードからアクセス可能です。シリアルコンソールを使用するには、ヌルモデムシリアルケーブル、もしくは、アダプタが必要です。" - -msgid "Serial Speed" -msgstr "シリアル速度" - -# File: src/www/system_advanced_admin.php, line: 549 -msgid "bps" -msgstr "" - -msgid "Allows selection of different speeds for the serial console port." -msgstr "シリアルコンソールポート毎に異なる速度が選択できます。" - -# File: src/www/system_advanced_admin.php, line: 606 -msgid "Primary Console" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 560 -msgid "Serial Console" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 563 -msgid "VGA Console" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 616 -msgid "" -"Select the preferred console if multiple consoles are present. The preferred " -"console will show OPNsense boot script output. All consoles display OS boot " -"messages, console messages, and the console menu." -msgstr "" - -msgid "Console Options" -msgstr "コンソールオプション" - -msgid "Console menu" -msgstr "コンソールメニュー" - -msgid "Password protect the console menu" -msgstr "コンソールメニューをパスワードで保護" - -msgid "Changes to this option will take effect after a reboot." -msgstr "このオプションの変更は、再起動後に有効になります" - -msgid "The Firewall Adaptive values must be set together." -msgstr "ファイアウォール適応値を、併せて設定してください。" - -msgid "The Firewall Adaptive Start value must be an integer." -msgstr "ファイアウォール適応開始値は整数です。" - -msgid "The Firewall Adaptive End value must be an integer." -msgstr "ファイアウォール適応終了値は整数です。" - -msgid "The Firewall Maximum States value must be an integer." -msgstr "ファイアウォールステータスの最大値は整数です" - -#, fuzzy -msgid "The Aliases Hostname Resolve Interval value must be an integer." -msgstr "アイドルタイムアウト値は整数です" - -msgid "The Firewall Maximum Table Entries value must be an integer." -msgstr "ファイアウォールテーブルエントリの最大値は整数です" - -msgid "The Reflection timeout must be an integer." -msgstr "リフレクションタイムアウトは整数です" - -msgid "Firewall Advanced" -msgstr "ファイアウォール詳細設定" - -# File: src/www/system_advanced_firewall.php, line: 269 -msgid "IP Do-Not-Fragment" -msgstr "" - -msgid "Clear invalid DF bits instead of dropping the packets" -msgstr "パケットを落とす代わりに無効な DF ビットを消去" - -msgid "" -"This allows for communications with hosts that generate fragmented packets " -"with the don't fragment (DF) bit set. Linux NFS is known to do this. This " -"will cause the filter to not drop such packets but instead clear the don't " -"fragment bit." -msgstr "" -"フラグメント禁止 ( DF ) ビットを使用して、フラグメント化したパケットを生成するホストと通信することを許可します。Linux NFS はこのような振" -"る舞いをすることで知られています。この設定で、フィルタがそのようなパケットを落とさなくすることはできますが、フラグメント禁止ビットが消去されるわけではあり" -"ません。" - -# File: src/www/system_advanced_firewall.php, line: 282 -msgid "IP Random id" -msgstr "" - -msgid "" -"Insert a stronger id into IP header of packets passing through the filter." -msgstr "フィルタを通過するパケットの IP ヘッダに強固な ID を挿入します。" - -msgid "" -"Replaces the IP identification field of packets with random values to " -"compensate for operating systems that use predictable values. This option " -"only applies to packets that are not fragmented after the optional packet " -"reassembly." -msgstr "" -"オペレーティングシステムが使用する予測可能な値を補うために、パケットの IP 識別フィールドをランダムな値で置き換えます。オプションのパケットの再構築を行" -"った後に、フラグメント化していないパケットに対してのみ適用されるオプションです。" - -# File: src/www/system_advanced_firewall.php, line: 295 -msgid "Firewall Optimization" -msgstr "" - -msgid "normal" -msgstr "通常" - -msgid "high-latency" -msgstr "高遅延" - -msgid "aggressive" -msgstr "アグレッシブ" - -msgid "conservative" -msgstr "コンサバティブ" - -msgid "Select the type of state table optimization to use" -msgstr "ステータステーブルの最適化に使用するタイプを選択してください" - -#, fuzzy -msgid "as the name says, it is the normal optimization algorithm" -msgstr "一般的な最適化アルゴリズムを使用します。" - -msgid "" -"used for high latency links, such as satellite links. Expires idle " -"connections later than default" -msgstr "衛星通信のような、高遅延通信に対して使用されます。アイドル接続有効期限は、デフォルトよりも遅いです。" - -msgid "" -"expires idle connections quicker. More efficient use of CPU and memory but " -"can drop legitimate idle connections" -msgstr "アイドル接続がより早く失効します。CPU とメモリをより効果的に使用できますが、正規のアイドル接続を落としてしまう原因になります。" - -msgid "" -"tries to avoid dropping any legitimate idle connections at the expense of " -"increased memory usage and CPU utilization." -msgstr "メモリ使用量と CPU 使用率の増加を抑えて、正規のアイドル接続を落とさないようにします。" - -msgid "Disable Firewall" -msgstr "ファイアウォールを無効" - -msgid "Disable all packet filtering." -msgstr "全てのパケットフィルタリングを無効" - -# File: src/www/system_advanced_firewall.php, line: 357 -msgid "Warning: This converts %s into a routing only platform!" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 358 -msgid "Warning: This will also turn off NAT!" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 360 -msgid "" -"If you only want to disable NAT, and not firewall rules, visit the %" -"sOutbound NAT%s page." -msgstr "" - -msgid "Disable Firewall Scrub" -msgstr "ファイアウォールスクラブを無効" - -msgid "" -"Disables the PF scrubbing option which can sometimes interfere with NFS and " -"PPTP traffic." -msgstr "PF スクラブオプションを無効にすると、NFS と PPTP トラフィックを阻害する場合があります。" - -msgid "Firewall Adaptive Timeouts" -msgstr "ファイアウォール適応タイムアウト" - -# File: src/www/system_advanced_firewall.php, line: 365 -# File: src/www/system_advanced_firewall.php, line: 383 -msgid "start" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 366 -# File: src/www/system_advanced_firewall.php, line: 385 -msgid "end" -msgstr "" - -msgid "" -"Timeouts for states can be scaled adaptively as the number of state table " -"entries grows." -msgstr "ステータスタイムアウトは、ステータステーブルエントリの増加数に応じて拡大縮小させることができます。" - -msgid "" -"When the number of state entries exceeds this value, adaptive scaling " -"begins. All timeout values are scaled linearly with factor (adaptive.end - " -"number of states) / (adaptive.end - adaptive.start)." -msgstr "" -"ステータスエントリの数がこの値を超えると、適応スケーリングが始まります。全てのタイムアウト値は要素 ( 適応終了値 - 状態数 / 適応終了値 - " -"適応開始値 ) に比例して拡大縮小します。" - -msgid "" -"When reaching this number of state entries, all timeout values become zero, " -"effectively purging all state entries immediately. This value is used to " -"define the scale factor, it should not actually be reached (set a lower " -"state limit, see below)." -msgstr "" -"このステータスエントリの数に達すると、全てのタイムアウト値は 0 " -"になり、全ての状態エントリは、事実上、即時にパージされます。この値はスケール要素の定義として使用されるもので、実際には到達されない値にすべきです。( " -"状態制限を低く設定する場合は、下記を参照してください )" - -msgid "Note: Leave this blank for the default(0)." -msgstr "注意: 空白の場合は、デフォルト (0) になります。" - -msgid "Firewall Maximum States" -msgstr "ファイアウォールステータスの最大値" - -msgid "Maximum number of connections to hold in the firewall state table." -msgstr "ファイアウォールステータステーブルに保持する接続の最大数。" - -msgid "" -"Note: Leave this blank for the default. On your system the default size is:" -msgstr "注意: デフォルトにする場合は、空白にしてください。システムデフォルトサイズ: " - -msgid "Firewall Maximum Table Entries" -msgstr "ファイアウォールテーブルエントリの最大数" - -msgid "" -"Maximum number of table entries for systems such as aliases, sshlockout, " -"snort, etc, combined." -msgstr "エイリアス、sshlockout、snort 等を組合せた、システムのテーブルエントリの最大数" - -msgid "Note: Leave this blank for the default." -msgstr "注: デフォルトにするには、空白にしてください。" - -msgid "On your system the default size is:" -msgstr "システムデフォルトサイズ: " - -msgid "Static route filtering" -msgstr "静的ルートフィルタリング" - -msgid "Bypass firewall rules for traffic on the same interface" -msgstr "同じインタフェースのトラフィックは、ファイアウォールルールを無視" - -msgid "" -"This option only applies if you have defined one or more static routes. If " -"it is enabled, traffic that enters and leaves through the same interface " -"will not be checked by the firewall. This may be desirable in some " -"situations where multiple subnets are connected to the same interface." -msgstr "" -"このオプションは 1 つ以上の静的ルートを定義している場合にのみ適用されます。有効であれば、入出力に同じインタフェースを経由するトラフィックは、ファイアウ" -"ォールに確認されません。複数のサブネットが同じインタフェースに接続されているような状況で非常に有効です。" - -# File: src/www/system_advanced_firewall.php, line: 433 -msgid "Disable Auto-added VPN rules" -msgstr "" - -msgid "Disable all auto-added VPN rules." -msgstr "全ての自動追加 VPN ルールを無効" - -msgid "Note: This disables automatically added rules for IPsec, PPTP." -msgstr "注意: IPsec や PPTP に自動的に追加されたルールを無効にします。" - -# File: src/www/system_advanced_firewall.php, line: 444 -msgid "Disable reply-to" -msgstr "" - -msgid "Disable reply-to on WAN rules" -msgstr "WAN ルールで reply-to を無効" - -msgid "" -"With Multi-WAN you generally want to ensure traffic leaves the same " -"interface it arrives on, hence reply-to is added automatically by default. " -"When using bridging, you must disable this behavior if the WAN gateway IP is " -"different from the gateway IP of the hosts behind the bridged interface." -msgstr "" -"マルチ WAN では、通常、着信に使用したインタフェースから、トラフィックが発信するようにしたいものです。そのため、デフォルトでは自動的に reply-" -"to が追加されます。ブリッジを使用していて、WAN ゲートウェイ IP が、ブリッジインタフェースの背後にあるホストのゲートウェイ IP " -"と異なる場合は、この振る舞いを無効にする必要があります。" - -# File: src/www/system_advanced_firewall.php, line: 456 -msgid "Disable Negate rules" -msgstr "" - -msgid "Disable Negate rule on policy routing rules" -msgstr "ポリシルーティングルールの「否定」ルールを無効" - -msgid "" -"With Multi-WAN you generally want to ensure traffic reaches directly " -"connected networks and VPN networks when using policy routing. You can " -"disable this for special purposes but it requires manually creating rules " -"for these networks" -msgstr "" -"マルチ WAN でポリシルーティングを使用している場合は、通常、直接接続されているネットワーク及び VPN ネットワークに、トラフィックが直接到着するよう" -"にしたいものです。特殊な用途で、この設定を無効にすることもできますが、その場合は、対象のネットワークに対するルールを手動で作成する必要があります。" - -# File: src/www/system_advanced_firewall.php, line: 467 -msgid "Aliases Resolve Interval" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 465 -msgid "" -"Interval, in seconds, that will be used to resolve hostnames configured on " -"aliases." -msgstr "" - -#, fuzzy -msgid "Note: Leave this blank for the default (300s)." -msgstr "注意: 空白の場合は、デフォルト (0) になります。" - -# File: src/www/system_advanced_firewall.php, line: 471 -msgid "Check certificate of aliases URLs" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 476 -msgid "Verify HTTPS certificates when downloading alias URLs" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 478 -msgid "" -"Make sure the certificate is valid for all HTTPS addresses on aliases. If " -"it's not valid or is revoked, do not download it." -msgstr "" - -msgid "Bogon Networks" -msgstr "Bogon ネットワーク" - -msgid "Update Frequency" -msgstr "更新頻度" - -msgid "Monthly" -msgstr "月次" - -msgid "Weekly" -msgstr "週次" - -msgid "Daily" -msgstr "日次" - -msgid "" -"The frequency of updating the lists of IP addresses that are reserved (but " -"not RFC 1918) or not yet assigned by IANA." -msgstr "予約済み ( RFC 1918 以外 )、または IANA が現在割り当てていない IP アドレスのリストの更新頻度です。" - -msgid "Network Address Translation" -msgstr "ネットワークアドレス変換" - -# File: src/www/system_advanced_firewall.php, line: 516 -msgid "Reflection for port forwards" -msgstr "" - -msgid "" -"When enabled, this automatically creates additional NAT redirect rules for " -"access to port forwards on your external IP addresses from within your " -"internal networks." -msgstr "" -"有効な場合は、内部ネットワークの中から外部 IP アドレスでポートフォワードするアクセスに対して、追加 NAT " -"リダイレクトルールを自動的に新規作成します。" - -msgid "" -"The NAT + proxy mode uses a helper program to send packets to the target of " -"the port forward. It is useful in setups where the interface and/or gateway " -"IP used for communication with the target cannot be accurately determined at " -"the time the rules are loaded. Reflection rules are not created for ranges " -"larger than 500 ports and will not be used for more than 1000 ports total " -"between all port forwards. Only TCP and UDP protocols are supported." -msgstr "" -"NAT + プロキシモードは、ポートフォワードのターゲットに対するパケット送信を行うヘルパープログラムを使用します。ルールが読み込まれるタイミングが正確に" -"決定できないターゲットとの、通信に使用するインタフェース及び IP、もしくはそのどちらかの設定に便利です。リフレクションルールは、500 " -"ポートを超える範囲には作成できません。また、全てのポートフォワードの合計が 1000 ポートを超える場合は、リフレクションルールを使用できません。TCP " -"及び UDP プロトコルのみに対応しています。" - -msgid "" -"The pure NAT mode uses a set of NAT rules to direct packets to the target of " -"the port forward. It has better scalability, but it must be possible to " -"accurately determine the interface and gateway IP used for communication " -"with the target at the time the rules are loaded. There are no inherent " -"limits to the number of ports other than the limits of the protocols. All " -"protocols available for port forwards are supported." -msgstr "" -"純粋 NAT モードでは、パケットを直接ポートフォワードのターゲットにする NAT " -"ルールセットを使用します。スケーラビリティは良いですが、ルールが読み込まれるタイミングで、ターゲットとの通信に使用するインタフェース及び IP を、正確に" -"決定可能である必要があります。プロトコルの制限以外に、固有のポート数制限はありません。ポートフォワードに対応している全てのプロトコルを使用可能です。" - -msgid "" -"Individual rules may be configured to override this system setting on a per-" -"rule basis." -msgstr "ルール毎の基本設定で、このシステム設定を上書きするように、個々のルールを構成できます。" - -msgid "Reflection Timeout" -msgstr "リフレクションタイムアウト" - -msgid "Enter value for Reflection timeout in seconds." -msgstr "リフレクションタイムアウトの値を、秒単位で入力してください。" - -msgid "Note: Only applies to Reflection on port forwards in NAT + proxy mode." -msgstr "注意: NAT + プロキシモードのポートフォワードで、リフレクションする場合にのみ適用されます。" - -# File: src/www/system_advanced_firewall.php, line: 552 -msgid "Enable Reflection for 1:1" -msgstr "" - -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 "" -"有効な場合は、内部ネットワークの中から外部 IP アドレスの 1:1 マッピングするアクセスに対して、追加 NAT " -"リダイレクトルールを自動的に新規作成します。" - -msgid "" -"Note: Reflection on 1:1 mappings is only for the inbound component of the 1:" -"1 mappings. This functions the same as the pure NAT mode for port " -"forwards. For more details, refer to the pure NAT mode description above." -msgstr "" -"注意: 1:1 マッピングのリフレクションは、1:1 マッピングの内向きコンポーネントに対してのみです。この機能は、ポートフォワードの純粋 NAT " -"モードと同じです。詳細については、上記の純粋 NAT モードの説明を参照してください。" - -msgid "Enable automatic outbound NAT for Reflection" -msgstr "リフレクションに対して、自動外向き NAT を有効" - -msgid "" -"Automatically create outbound NAT rules which assist inbound NAT rules that " -"direct traffic back out to the same subnet it originated from." -msgstr "発信元と同じサブネットに戻る直接トラフィックの内向き NAT ルールに対応する、外向き NAT ルールを自動的に作成します。" - -msgid "" -"Required for full functionality of the pure NAT mode of NAT Reflection for " -"port forwards or NAT Reflection for 1:1 NAT." -msgstr "" -"ポートフォワードでの NAT リフレクション、もしくは 1:1 NAT での NAT リフレクションにおける、純粋 NAT " -"モードの全機能が必要とされます。" - -msgid "" -"Note: This only works for assigned interfaces. Other interfaces require " -"manually creating the outbound NAT rules that direct the reply packets back " -"through the router." -msgstr "" -"注意: 割当てられたインタフェースに対してのみ機能します。その他のインタフェースは、ルータ経由で応答パケットを直接返信する外向き NAT " -"ルールを、手動で作成する必要があります。" - -msgid "AMD Geode LX Security Block" -msgstr "AMD Geode LX セキュリティブロック" - -msgid "AES-NI CPU-based Acceleration" -msgstr "AES-NI CPU ベースアクセラレーション" - -msgid "Intel Core* CPU on-die thermal sensor" -msgstr "Intel Core* CPU オンダイ温度センサ" - -msgid "AMD K8, K10 and K11 CPU on-die thermal sensor" -msgstr "AMD K8、K10、K11 CPU オンダイ温度センサ" - -msgid "Please select a valid Cryptographic Accelerator." -msgstr "有効な暗号化アクセラレータを選択してください。" - -msgid "Please select a valid Thermal Hardware Sensor." -msgstr "有効な温度ハードウェアセンサを選択してください。" - -msgid "Proxy support" -msgstr "プロキシサポート" - -msgid "Proxy URL" -msgstr "プロキシ URL" - -msgid "Proxy url for allowing %s to use this proxy to connect outside." -msgstr "%s 使用可能なプロキシ URL。このプロキシで外部接続するのに使用します。" - -msgid "Proxy Port" -msgstr "プロキシポート" - -msgid "" -"Proxy port to use when %s connects to the proxy URL configured above. " -"Default is 8080 for http protocol or 443 for ssl." -msgstr "" -"上記で構成したプロキシ URL への %s 接続時に使用されるプロキシポート。デフォルトは、http プロトコルなら 8080、ssl なら 443 " -"です。" - -msgid "Proxy Username" -msgstr "プロキシユーザ名" - -msgid "Proxy username for allowing %s to use this proxy to connect outside" -msgstr "%s 使用可能なプロキシユーザ名。このプロキシで外部接続するのに使用します。" - -msgid "Proxy Pass" -msgstr "プロキシパスワード" - -msgid "Proxy password for allowing %s to use this proxy to connect outside" -msgstr "%s 使用可能なプロキシパスワード。このプロキシで外部接続するのに使用します。" - -msgid "Load Balancing" -msgstr "ロードバランシング" - -# File: src/www/system_advanced_misc.php, line: 310 -msgid "Gateway switching" -msgstr "" - -msgid "Allow default gateway switching" -msgstr "デフォルトゲートウェイの切替えを許可" - -msgid "" -"If the link where the default gateway resides fails switch the default " -"gateway to another available one." -msgstr "デフォルトゲートウェイとのリンクに障害が発生した場合、デフォルトゲートウェイを他の使用可能なものと切り替えます。" - -# File: src/www/system_advanced_misc.php, line: 321 -msgid "Sticky connections" -msgstr "" - -msgid "Use sticky connections" -msgstr "スティッキー接続を使用" - -msgid "" -"Successive connections will be redirected to the servers in a round-robin " -"manner with connections from the same source being sent to the same web " -"server. This 'sticky connection' will exist as long as there are states that " -"refer to this connection. Once the states expire, so will the sticky " -"connection. Further connections from that host will be redirected to the " -"next web server in the round robin. Changing this option will restart the " -"Load Balancing service." -msgstr "" -"連続した接続は、ラウンドロビン方式のサーバにリダイレクトする場合でも、同じ送信元からは、同じ Web サーバに送信されます。このような「スティッキー接続」" -"は、接続を参照するステータスと同じ期間存在します。ステータスの有効期限が切れると、スティッキー接続の有効期限も切れます。そのホストからの追加接続はラウンド" -"ロビンで、次の Web サーバにリダイレクトされます。このオプションを変更すると、ロードバランシングサービスは再起動します。" - -# File: src/www/system_advanced_misc.php, line: 335 -msgid "Source tracking timeout" -msgstr "" - -msgid "" -"Set the source tracking timeout for sticky connections. By default this is " -"0, so source tracking is removed as soon as the state expires. Setting this " -"timeout higher will cause the source/destination relationship to persist for " -"longer periods of time." -msgstr "" -"スティッキー接続の送信元追跡タイムアウトを設定します。デフォルトは 0 " -"で、送信元追跡は、ステータスの有効期限が切れると削除されます。タイムアウトを高く設定すると、送信元 / 送信先の関係は、より長期間持続するようになります。" - -msgid "Power savings" -msgstr "省電力" - -msgid "Use PowerD" -msgstr "PowerD を使用" - -msgid "On AC Power Mode" -msgstr "AC 電源モードをオン" - -msgid "On Battery Power Mode" -msgstr "バッテリ電源モードをオン" - -msgid "Hiadaptive" -msgstr "高適応" - -msgid "Adaptive" -msgstr "適応" - -msgid "Minimum" -msgstr "最小" - -msgid "Maximum" -msgstr "最大" - -#, fuzzy -msgid "" -"The powerd utility monitors the system state and sets various power control " -"options accordingly. It offers four modes (maximum, minimum, adaptive and " -"hiadaptive) that can be individually selected while on AC power or " -"batteries. The modes maximum, minimum, adaptive and hiadaptive may be " -"abbreviated max, min, adp, hadp. Maximum mode chooses the highest " -"performance values. Minimum mode selects the lowest performance values to " -"get the most power savings. Adaptive mode attempts to strike a balance by " -"degrading performance when the system appears idle and increasing it when " -"the system is busy. It offers a good balance between a small performance " -"loss for greatly increased power savings. Hiadaptive mode is alike adaptive " -"mode, but tuned for systems where performance and interactivity are more " -"important than power consumption. It raises frequency faster, drops slower " -"and keeps twice lower CPU load." -msgstr "" -"powerd ユーティリティはシステムの状態を監視して、様々な電源コントロールオプションを状況に応じて設定します。4 つのモードが提供されていて ( " -"最大、最小、適応、高適応 )、AC 電源やバッテリで個々に選択可能です。モードの最大、最小、適応、高適応は、max、min、adp、hadp、と省略表記し" -"ます。最大モードは、最も高いパフォーマンスとなる値を選択します。最小モードは、最も低いパフォーマンスの値を選択することで、最大限の省電力を行います。適応モ" -"ードは、パフォーマンスと省電力をうまく均衡させようとします。システムがアイドルに見える場合はパフォーマンスを落とし、システムがビジーの場合はパフォーマンス" -"を上昇させます。ほど良いバランスを提供し、少しのパフォーマンスの低下で、より大きな省電力を可能にします。高適応モードは、適応モードに似ていますが、システム" -"のパフォーマンスと双方向性が、電力消費よりも重要であるシステム向けに調整されています。速度が頻繁に上がる場合は、速度を落とし、CPU 負荷が 1/2 " -"になる状態を維持します。" - -msgid "Cryptographic Hardware Acceleration" -msgstr "暗号化ハードウェアアクセラレーション" - -# File: src/www/system_advanced_misc.php, line: 417 -# File: src/www/system_advanced_misc.php, line: 446 -msgid "Hardware" -msgstr "" - -msgid "" -"A cryptographic accelerator module will use hardware support to speed up " -"some cryptographic functions on systems which have the chip. Do not enable " -"this option if you have a Hifn cryptographic acceleration card, as this will " -"take precedence and the Hifn card will not be used. Acceleration should be " -"automatic for IPsec when using a cipher supported by your chip, such as AES-" -"128. OpenVPN should be set for AES-128-CBC and have cryptodev enabled for " -"hardware acceleration." -msgstr "" -"暗号化アクセラレータモジュールは、該当するチップが載っているシステムで、ハードウェアサポートを使用して一部の暗号機能を高速化します。Hifn " -"暗号機能アクセラレーションカードを使用している場合は、このオプションを有効にしてはいけません。オプションが優先されるため、Hifn " -"カードは使用できなくなります。AES-128 等の暗号化対応チップを使用している場合、IPsec に対しては、自動的に高速化されます。OpenVPN は " -"AES-128-CBC を設定し、ハードウェアアクセラレーションを有効にする cryptodev を追加してください。" - -msgid "" -"If you do not have a crypto chip in your system, this option will have no " -"effect. To unload the selected module, set this option to 'none' and then " -"reboot." -msgstr "" -"システムで暗号化チップを使用していない場合は、このオプションは何の効果もありません。選択したモジュールをアンロードするには、このオプションを「なし」に設定" -"してから再起動してください。" - -msgid "Thermal Sensors" -msgstr "温度センサ" - -msgid "None/ACPI" -msgstr "なし / ACPI" - -msgid "" -"If you have a supported CPU, selecting a themal sensor will load the " -"appropriate driver to read its temperature. Setting this to 'None' will " -"attempt to read the temperature from an ACPI-compliant motherboard sensor " -"instead, if one is present." -msgstr "" -"対応 CPU を使用している場合は、温度の読み取りに使用する、適切な温度センサドライバを選択してください。「なし」に設定された場合で、ACPI " -"準拠のマザーボードセンサが存在している時は、そちらから温度を読み取ろうと試みます。" - -msgid "" -"If you do not have a supported thermal sensor chip in your system, this " -"option will have no effect. To unload the selected module, set this option " -"to 'none' and then reboot." -msgstr "" -"システムで対応する温度センサを使用していない場合は、このオプションは何の効果もありません。選択したモジュールをアンロードするには、このオプションを「なし」" -"に設定してから再起動してください。" - -msgid "Schedule States" -msgstr "スケジュールステータス" - -msgid "" -"By default schedules clear the states of existing connections when the " -"expiration time has come. This option overrides that behavior by not " -"clearing states for existing connections." -msgstr "" -"デフォルトでは、有効期間が切れた時点で、スケジュールは既存の接続ステータスを消去します。このオプションはその振る舞いを上書きするため、既存の接続ステータス" -"は消去されません。" - -msgid "Gateway Monitoring" -msgstr "ゲートウェイ監視" - -# File: src/www/system_advanced_misc.php, line: 485 -msgid "Kill states" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 517 -msgid "State Killing on Gateway Failure" -msgstr "" - -#, fuzzy -msgid "" -"The monitoring process will flush states for a gateway that goes down if " -"this box is not checked. Check this box to disable this behavior." -msgstr "" -"デフォルトでは、ゲートウェイがダウンする場合は、監視プロセスはステータスをフラッシュします。このオプションはその振る舞いを上書きするため、既存の接続ステー" -"タスは消去されません。" - -# File: src/www/system_advanced_misc.php, line: 495 -msgid "Skip rules" -msgstr "" - -msgid "Skip rules when gateway is down" -msgstr "ゲートウェイのダウン時は、ルールをスキップ" - -msgid "" -"By default, when a rule has a specific gateway set, and this gateway is " -"down, rule is created and traffic is sent to default gateway.This option " -"overrides that behavior and the rule is not created when gateway is down" -msgstr "" -"デフォルトでは、ルールに特定のゲートウェイが設定されている場合、そのゲートウェイがダウンしていれば、ルールは新規作成され、トラフィックはデフォルトゲートウ" -"ェイに送信されます。このオプションはその振る舞いを上書きし、ゲートウェイがダウンしていても、ルールは新規作成されません。" - -msgid "RAM Disk Settings (Reboot to Apply Changes)" -msgstr "RAM ディスク設定 ( 再起動で変更を適用します )" - -msgid "Use RAM Disks" -msgstr "RAM ディスクを使用" - -msgid "Use memory file system for /tmp and /var" -msgstr "/tmp /var をメモリファイルシステムとして使用" - -msgid "" -"Set this if you wish to use /tmp and /var as RAM disks (memory file system " -"disks) on a full install rather than use the hard disk. Setting this will " -"cause the data in /tmp and /var to be lost at reboot, including log data. " -"RRD and DHCP Leases will be retained." -msgstr "" -"フルインストールにハードディスクを使用しないで、/tmp と /var を RAM ディスク ( メモリファイルシステムディスク ) " -"として使用したい場合は、これを設定してください。この設定は、再起動時に /tmp と /var にある、ログデータも含むデータが、失われる原因になります。" -"RRD 及び DHCP リースは保持されます。" - -msgid "Periodic RRD Backup" -msgstr "定期 RRD バックアップ" - -msgid "hour" -msgstr "時" - -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 will happen to your media." -msgstr "" -"RRD データを定期的にバックアップし、次の起動時に自動的にリストアできるようにします。バックアップをより頻繁に行えば、メディアへの書き込みもより多く発生" -"することに注意してください。" - -msgid "Periodic DHCP Leases Backup" -msgstr "定期 DHCP リースバックアップ" - -msgid "" -"This will periodically backup the DHCP leases data so it can be restored " -"automatically on the next boot. Keep in mind that the more frequent the " -"backup, the more writes will happen to your media." -msgstr "" -"DHCP リースデータを定期的にバックアップし、次の起動時に自動的に復元できるようにします。バックアップをより頻繁に行えば、メディアへの書き込みもより多く" -"発生することに注意してください。" - -msgid "You must specify an IP address to NAT IPv6 packets." -msgstr "NAT IPv6 パケットに IP アドレスを指定してください" - -msgid "IPv6 Options" -msgstr "IPv6 オプション" - -msgid "Allow IPv6" -msgstr "IPv6 を許可" - -msgid "" -"All IPv6 traffic will be blocked by the firewall unless this box is checked." -msgstr "このボックスをチェックしないと、全ての IPV6 トラフィックはファイアウォールに拒否されます。" - -msgid "" -"NOTE: This does not disable any IPv6 features on the firewall, it only " -"blocks traffic." -msgstr "注意: ファイアウォールの IPV6 機能を全て無効にするわけではありません。トラフィックの拒否だけを行います。" - -msgid "IPv6 over IPv4 Tunneling" -msgstr "IPv6 over IPv4 トンネリング" - -msgid "Enable IPv4 NAT encapsulation of IPv6 packets" -msgstr "IPv6 パケットの IPv4 NAT カプセル化を有効" - -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 firewall rule to permit IPv6 packets." -msgstr "" -"RFC 2893 互換のメカニズムを提供し、IPv4 ルーティングインフラストラクチャ上で IPv6 " -"パケットのトンネルングを使用可能にします。有効にする場合は、ファイアウォールルールに IPv6 パケットの許可を追加してください。" - -#, fuzzy -msgid "Prefer IPv4 over IPv6" -msgstr "古い IPsec SA を優先" - -# File: src/www/system_advanced_network.php, line: 222 -msgid "Prefer to use IPv4 even if IPv6 is available" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 223 -msgid "" -"By default, if a hostname resolves IPv6 and IPv4 addresses IPv6 will be " -"used, if you check this option, IPv4 will be used instead of IPv6." -msgstr "" - -msgid "Device polling" -msgstr "デバイスポーリング" - -msgid "Enable device polling" -msgstr "デバイスポーリングを有効" - -msgid "" -"Device polling is a technique that lets the system periodically poll network " -"devices for new data instead of relying on interrupts. This prevents your " -"webConfigurator, SSH, etc. from being inaccessible due to interrupt floods " -"when under extreme load. Generally this is not recommended. Not all NICs " -"support polling; see the %s homepage for a list of supported cards." -msgstr "" -"デバイスポーリングは、割り込みに依存せずに、定期的に、システムがネットワークデバイスへ新規データをポーリングすることを許可する技術です。極端な負荷が発生し" -"た場合、インタラプトフラッドが原因で、Web 設定管理画面や、SSH " -"等へアクセスできなくなります。通常は、非推奨です。ポーリングに対応しているのは一部のカードのみです。対応しているカードのリストは、%s " -"ホームページを参照してください。" - -# File: src/www/system_advanced_network.php, line: 239 -msgid "Hardware CRC" -msgstr "" - -msgid "Disable hardware checksum offload" -msgstr "ハードウェアチェックサムオフロードを無効" - -msgid "" -"Checking this option will disable hardware checksum offloading. Checksum " -"offloading is broken in some hardware, particularly some Realtek cards. " -"Rarely, drivers may have problems with checksum offloading and some specific " -"NICs." -msgstr "" -"このオプションをチェックすると、ハードウェアチェックサムオフロードを無効にします。チェックサムオフロードは、一部のハードウェア、特に Realtek " -"のカードの一部で動作しません。まれに、チェックサムオフロードと一部の特定の NIC で、ドライバに問題が発生することがあります。" - -# File: src/www/system_advanced_network.php, line: 251 -# File: src/www/system_advanced_network.php, line: 264 -# File: src/www/system_advanced_network.php, line: 277 -msgid "" -"This will take effect after you reboot the machine or re-configure each " -"interface." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 252 -msgid "Hardware TSO" -msgstr "" - -msgid "Disable hardware TCP segmentation offload" -msgstr "ハードウェア TCP セグメンテーションオフロードを無効" - -msgid "" -"Checking this option will disable hardware TCP segmentation offloading (TSO, " -"TSO4, TSO6). This offloading is broken in some hardware drivers, and may " -"impact performance with some specific NICs." -msgstr "" -"このオプションをチェックすると、ハードウェア TCP セグメンテーションオフロード ( TSO, TSO4, TSO6 ) " -"を無効にします。このオフロードは一部のハードウェアドライバでは動作しません。また、一部の特定の NIC とのパフォーマンスに影響を及ぼす可能性があります。" - -# File: src/www/system_advanced_network.php, line: 265 -msgid "Hardware LRO" -msgstr "" - -msgid "Disable hardware large receive offload" -msgstr "ハードウェアラージレシーブオフロードを無効" - -msgid "" -"Checking this option will disable hardware large receive offloading (LRO). " -"This offloading is broken in some hardware drivers, and may impact " -"performance with some specific NICs." -msgstr "" -"このオプションをチェックすると、ハードウェアラージレシーブオフロード (LRO) " -"を無効にします。このオフロードは一部のハードウェアドライバでは動作しません。また、一部の特定の NIC とのパフォーマンスに影響を及ぼす可能性があります。" - -# File: src/www/system_advanced_network.php, line: 274 -msgid "VLAN Hardware Filtering" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 279 -msgid "Disable VLAN Hardware Filtering" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 280 -msgid "" -"Checking this option will disable VLAN hardware filtering. This offloading " -"is broken in some hardware drivers, and may impact performance with some " -"specific NICs." -msgstr "" - -msgid "ARP Handling" -msgstr "ARP 処理" - -msgid "Suppress ARP messages" -msgstr "ARP メッセージを抑制" - -msgid "" -"This option will suppress ARP log messages when multiple interfaces reside " -"on the same broadcast domain" -msgstr "このオプションは、同じブロードキャストドメインに複数のインタフェースが存在する場合に、ARP ログメッセージを抑制します。" - -#, fuzzy -msgid "Test Growl" -msgstr "Growl" - -msgid "This is a test message from %s. It is safe to ignore this message." -msgstr "%s からのテストメッセージです。このメッセージは無視して構いません。" - -#, fuzzy -msgid "Test SMTP" -msgstr "ポートテスト" - -msgid "Growl" -msgstr "Growl" - -#, fuzzy -msgid "Disable Growl Notifications" -msgstr "通知" - -# File: src/www/system_advanced_notifications.php, line: 210 -msgid "" -"Check this option to disable growl notifications but preserve the settings " -"below." -msgstr "" - -msgid "Registration Name" -msgstr "登録名" - -msgid "Enter the name to register with the Growl server (default: PHP-Growl)." -msgstr "Growl サーバに登録する名前を入力してください ( デフォルト: PHP-Growl )" - -msgid "Notification Name" -msgstr "通知名" - -msgid "Enter a name for the Growl notifications (default: %s growl alert)." -msgstr "Growl 通知の名前を入力してください ( デフォルト: %s growl alert )" - -msgid "" -"This is the IP address that you would like to send growl notifications to." -msgstr "Growl 通知を送信する IP アドレスです。" - -msgid "Enter the password of the remote growl notification device." -msgstr "リモート Growl 通知デバイスのパスワードを入力してください。" - -msgid "SMTP E-Mail" -msgstr "SMTP メール" - -#, fuzzy -msgid "Disable SMTP Notifications" -msgstr "通知" - -# File: src/www/system_advanced_notifications.php, line: 260 -msgid "" -"Check this option to disable SMTP notifications but preserve the settings " -"below. Some other mechanisms, such as packages, may need these settings in " -"place to function." -msgstr "" - -msgid "E-Mail server" -msgstr "メールサーバ" - -msgid "" -"This is the FQDN or IP address of the SMTP E-Mail server to which " -"notifications will be sent." -msgstr "通知を送信する SMTP メールサーバの FQDN もしくは IP アドレスを入力してください。" - -msgid "SMTP Port of E-Mail server" -msgstr "メールサーバの SMTP ポート" - -#, fuzzy -msgid "" -"This is the port of the SMTP E-Mail server, typically 25, 587 (submission) " -"or 465 (smtps)" -msgstr "" -"SMTP メールサーバのポートで、通常は、25、587 ( サブミッション )、もしくは、465 ( smtps、ssl/tls " -"チェックボックスをチェックしてください ) です。" - -#, fuzzy -msgid "Secure SMTP Connection" -msgstr "同時接続" - -# File: src/www/system_advanced_notifications.php, line: 283 -msgid "Enable SMTP over SSL/TLS" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 287 -msgid "Enable STARTTLS" -msgstr "" - -msgid "From e-mail address" -msgstr "差出人メールアドレス" - -msgid "This is the e-mail address that will appear in the from field." -msgstr "差出人フィールドに表示されるメールアドレスです。" - -# File: src/www/system_advanced_notifications.php, line: 257 -msgid "E-Mail address" -msgstr "" - -msgid "" -"Enter the e-mail address that you would like email notifications sent to." -msgstr "通知メールを送信する、メールアドレスを入力してください。" - -# File: src/www/system_advanced_notifications.php, line: 266 -msgid "E-Mail auth username" -msgstr "" - -msgid "(optional)" -msgstr "( オプション )" - -msgid "Enter the e-mail address username for SMTP authentication." -msgstr "SMTP 認証用に、メールアドレスのユーザ名を入力してください。" - -# File: src/www/system_advanced_notifications.php, line: 276 -msgid "E-Mail auth password" -msgstr "" - -msgid "Enter the e-mail address password for SMTP authentication." -msgstr "SMTP 認証用に、メールアドレスのパスワードを入力してください。" - -msgid "System Sounds" -msgstr "システム音" - -msgid "Startup/Shutdown Sound" -msgstr "起動 / シャットダウン音" - -msgid "Disable the startup/shutdown beep" -msgstr "起動 / シャットダウンビープ音を無効" - -msgid "When this is checked, startup and shutdown sounds will no longer play." -msgstr "これをチェックすると、起動とシャットダウンの音が鳴らなくなります。" - -# File: src/www/system_advanced_notifications.php, line: 247 -msgid "" -"NOTE: A test notification will be sent even if the service is marked as " -"disabled." -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 111 -msgid "Add a new tunable" -msgstr "" - -msgid "Tunable" -msgstr "調整パラメータ" - -msgid "" -"The firewall tunables have changed. You must apply the configuration to " -"take affect." -msgstr "ファイアウォール調整パラメータが変更されました。有効にするには、構成の適用が必要です。" - -msgid "Tunable Name" -msgstr "調整パラメータ名" - -#, fuzzy -msgid "Edit Tunable" -msgstr "調整パラメータ" - -#, fuzzy -msgid "Delete Tunable" -msgstr "ルールの削除" - -msgid "Edit system tunable" -msgstr "システム調整パラメータの編集" - -msgid "Descriptive name" -msgstr "説明名" - -msgid "Port value" -msgstr "ポート値" - -msgid "Transport" -msgstr "配送" - -msgid "Protocol version" -msgstr "プロトコルバージョン" - -msgid "Search level" -msgstr "検索レベル" - -msgid "User naming Attribute" -msgstr "ユーザネーミング属性" - -msgid "Authentication container" -msgstr "認証コンテナ" - -msgid "Bind user DN" -msgstr "ユーザ DN をバインド" - -msgid "Bind Password" -msgstr "バインドパスワード" - -msgid "Authentication port value" -msgstr "認証ポート値" - -msgid "Shared Secret" -msgstr "共有秘密鍵" - -msgid "The host name contains invalid characters." -msgstr "ホスト名に無効な文字が含まれています" - -msgid "An authentication server with the same name already exists." -msgstr "同じ名前の認証サーバが既に存在しています" - -msgid "RADIUS Timeout value must be numeric and positive." -msgstr "RADIUS タイムアウト値は、正の数値です。" - -msgid "deleted" -msgstr "削除済" - -# File: src/www/system_authservers.php, line: 287 -msgid "Add server" -msgstr "" - -msgid "Please fill the required values." -msgstr "必要な値を入力してください" - -msgid "Popup blocker detected. Action aborted." -msgstr "ポップアップブロッカーが検出されました。動作を中止しました。" - -msgid "Do you really want to delete this Server?" -msgstr "本当にこのサーバを削除しますか?" - -msgid "Hostname or IP address" -msgstr "ホスト名または IP アドレス" - -# File: src/www/system_authservers.php, line: 542 -msgid "" -"NOTE: When using SSL, this hostname MUST match the Common Name (CN) of the " -"LDAP server's SSL Certificate." -msgstr "" - -# File: src/www/system_authservers.php, line: 476 -msgid "TCP - Standard" -msgstr "" - -# File: src/www/system_authservers.php, line: 479 -msgid "SSL - Encrypted" -msgstr "" - -msgid "Peer Certificate Authority" -msgstr "ピアの認証局" - -msgid "This option is used if 'SSL Encrypted' option is choosen." -msgstr "「SSL 暗号化」オプションが選択されている場合に、このオプションが使用されます。" - -msgid "It must match with the CA in the AD otherwise problems will arise." -msgstr "AD の CA と一致する必要があります。そうでない場合は問題が発生します。" - -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php, line: 1031 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 1031 -msgid "Create one under" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -msgid "No Certificate Authorities defined." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php, line: 1031 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 1031 -msgid "System: Certificates" -msgstr "" - -msgid "Bind credentials" -msgstr "資格情報をバインド" - -msgid "User DN:" -msgstr "ユーザ DN: " - -# File: src/www/system_authservers.php, line: 525 -msgid "Leave empty to use anonymous binds to resolve distinguished names" -msgstr "" - -msgid "Search scope" -msgstr "検索範囲" - -msgid "Level:" -msgstr "レベル: " - -# File: src/www/system_authservers.php, line: 536 -msgid "One Level" -msgstr "" - -# File: src/www/system_authservers.php, line: 539 -msgid "Entire Subtree" -msgstr "" - -msgid "Base DN:" -msgstr "ベース DN: " - -msgid "Authentication containers" -msgstr "認証コンテナ" - -msgid "Select" -msgstr "選択" - -#, fuzzy -msgid "" -"Note: Semi-Colon separated. This will be prepended to the search base dn " -"above or you can specify full container path containing a dc= component." -msgstr "注意: セミコロンで区切ってください。上記のベース DN 検索の先頭に追加されます。または、フルコンテナパスを指定することもできます。" - -msgid "Extended Query" -msgstr "拡張クエリ" - -msgid "Initial Template" -msgstr "初期テンプレート" - -# File: src/www/system_authservers.php, line: 579 -msgid "OpenLDAP" -msgstr "" - -# File: src/www/system_authservers.php, line: 580 -msgid "Microsoft AD" -msgstr "" - -# File: src/www/system_authservers.php, line: 581 -msgid "Novell eDirectory" -msgstr "" - -msgid "User naming attribute" -msgstr "ユーザネーミング属性" - -msgid "Services offered" -msgstr "提供するサービス" - -# File: src/www/system_authservers.php, line: 611 -msgid "Authentication and Accounting" -msgstr "" - -msgid "Accounting port value" -msgstr "アカウンティングポート値" - -msgid "Authentication Timeout" -msgstr "認証タイムアウト" - -msgid "" -"This value controls how long, in seconds, that the RADIUS server may take to " -"respond to an authentication request." -msgstr "RADIUS サーバが、認証要求に対する返答に要する時間を、秒単位で指定します。" - -msgid "If left blank, the default value is 5 seconds." -msgstr "空白の場合、デフォルト値は 5 秒です。" - -msgid "" -"NOTE: If you are using an interactive two-factor authentication system, " -"increase this timeout to account for how long it will take the user to " -"receive and enter a token." -msgstr "" -"注意: 対話型の二要素認証システムを使用している場合は、ユーザがトークンを受け取って入力するのに必要な時間に合わせて、タイムアウトの値を増やしてください。" - -msgid "Server Name" -msgstr "サーバ名" - -msgid "Additional authentication servers can be added here." -msgstr "認証サーバは、ここで追加できます。" - -# File: src/www/system_authservers.php, line: 695 -msgid "delete this server" -msgstr "" - -msgid "Certificate data" -msgstr "証明書データ" - -msgid "This certificate does not appear to be valid." -msgstr "この証明書は有効ではありません" - -msgid "Encrypted private keys are not yet supported." -msgstr "暗号化された秘密鍵は、現時点では対応していません" - -msgid "Key length" -msgstr "鍵長" - -msgid "Lifetime" -msgstr "有効期間" - -msgid "Distinguished name Country Code" -msgstr "識別名国コード" - -msgid "Distinguished name State or Province" -msgstr "識別名都道府県" - -msgid "Distinguished name City" -msgstr "識別名市" - -msgid "Distinguished name Organization" -msgstr "識別名組織" - -msgid "Distinguished name Email Address" -msgstr "識別名メールアドレス" - -msgid "Distinguished name Common Name" -msgstr "識別名コモンネーム" - -msgid "Signing Certificate Authority" -msgstr "認証局の署名" - -# File: src/www/system_camanager.php, line: 315 -# File: src/www/system_certmanager.php, line: 361 -msgid "" -"The field 'Distinguished name Email Address' contains invalid characters." -msgstr "" - -# File: src/www/system_camanager.php, line: 319 -# File: src/www/system_certmanager.php, line: 366 -msgid "The field 'Distinguished name Common Name' contains invalid characters." -msgstr "" - -# File: src/www/system_camanager.php, line: 322 -# File: src/www/system_certmanager.php, line: 369 -msgid "The field '%s' contains invalid characters." -msgstr "" - -msgid "Please select a valid Key Length." -msgstr "有効な鍵長を選択してください。" - -msgid "Please select a valid Digest Algorithm." -msgstr "有効なダイジェストアルゴリズムを選択してください。" - -# File: src/www/system_camanager.php, line: 381 -# File: src/www/system_camanager.php, line: 395 -# File: src/www/system_certmanager.php, line: 441 -# File: src/www/system_certmanager.php, line: 464 -msgid "openssl library returns:" -msgstr "" - -msgid "add or import ca" -msgstr "CA の追加またはインポート" - -msgid "" -"Do you really want to delete this Certificate Authority and its CRLs, and " -"unreference any associated certificates?" -msgstr "本当にこの認証局、CRL、及び、参照されていない関連証明書全てを削除しますか?" - -msgid "Method" -msgstr "方法" - -msgid "Import an existing Certificate Authority" -msgstr "既存の認証局をインポート" - -msgid "Create an internal Certificate Authority" -msgstr "内部認証局を作成" - -msgid "Create an intermediate Certificate Authority" -msgstr "中間認証局を作成" - -msgid "Existing Certificate Authority" -msgstr "既存の認証局" - -msgid "Paste a certificate in X.509 PEM format here." -msgstr "ここに X.509 PEM 形式の証明書を貼り付けてください。" - -msgid "Certificate Private Key" -msgstr "証明書の秘密鍵" - -msgid "" -"Paste the private key for the above certificate here. This is optional in " -"most cases, but required if you need to generate a Certificate Revocation " -"List (CRL)." -msgstr "上記の証明書の秘密鍵を、ここに貼り付けてください。通常はオプションですが、証明書失効リスト (CRL) を生成する必要がある場合は、必須です。" - -msgid "Serial for next certificate" -msgstr "次の証明書のシリアル" - -msgid "" -"Enter a decimal number to be used as the serial number for the next " -"certificate to be created using this CA." -msgstr "この CA を使用して作成される、次の証明書のシリアル番号として使用される、10 進数を入力してください。" - -msgid "Internal Certificate Authority" -msgstr "内部認証局" - -msgid "Digest Algorithm" -msgstr "ダイジェストアルゴリズム" - -msgid "" -"NOTE: It is recommended to use an algorithm stronger than SHA1 when possible." -msgstr "注意: 可能であれば、SHA1 よりも強固なアルゴリズムを使用することをお勧めします。" - -msgid "Distinguished name" -msgstr "識別名" - -msgid "Country Code" -msgstr "国コード" - -msgid "State or Province" -msgstr "都道府県" - -msgid "ex:" -msgstr "例: " - -# File: src/www/system_camanager.php, line: 570 -# File: src/www/system_certmanager.php, line: 969 -msgid "Sachsen" -msgstr "" - -msgid "City" -msgstr "市" - -# File: src/www/system_camanager.php, line: 580 -# File: src/www/system_certmanager.php, line: 979 -msgid "Leipzig" -msgstr "" - -msgid "Organization" -msgstr "組織" - -#, fuzzy -msgid "My Company Inc" -msgstr "My Company Inc." - -msgid "admin@mycompany.com" -msgstr "admin@mycompany.com" - -msgid "internal-ca" -msgstr "内部 CA" - -msgid "Internal" -msgstr "内部" - -msgid "Issuer" -msgstr "発行者" - -msgid "Distinguished Name" -msgstr "識別名" - -msgid "self-signed" -msgstr "自己署名" - -msgid "external" -msgstr "外部" - -msgid "Valid From" -msgstr "有効期間開始" - -msgid "Valid Until" -msgstr "有効期間終了" - -msgid "edit CA" -msgstr "CA の編集" - -msgid "export CA cert" -msgstr "CA 証明書をエクスポート" - -msgid "export CA private key" -msgstr "CA 秘密鍵をエクスポート" - -msgid "delete ca" -msgstr "CA の削除" - -msgid "Import an existing Certificate" -msgstr "既存の証明書のインポート" - -msgid "Create an internal Certificate" -msgstr "内部証明書の新規作成" - -msgid "Create a Certificate Signing Request" -msgstr "証明書署名要求の新規作成" - -msgid "Choose an existing certificate" -msgstr "既存の証明書を選択してください" - -msgid "Final Certificate data" -msgstr "最終的な証明書データ" - -msgid "The certificate modulus does not match the signing request modulus." -msgstr "証明書モジュールは、署名要求モジュールと一致しません" - -msgid "Key data" -msgstr "鍵データ" - -msgid "Certificate authority" -msgstr "認証局" - -msgid "Existing Certificate Choice" -msgstr "既存の証明書の選択" - -# File: src/www/system_certmanager.php, line: 329 -msgid "DNS subjectAltName values must be valid hostnames or FQDNs" -msgstr "" - -# File: src/www/system_certmanager.php, line: 334 -msgid "IP subjectAltName values must be valid IP Addresses" -msgstr "" - -# File: src/www/system_certmanager.php, line: 339 -msgid "You must provide an e-mail address for this type of subjectAltName" -msgstr "" - -# File: src/www/system_certmanager.php, line: 342 -msgid "The e-mail provided in a subjectAltName contains invalid characters." -msgstr "" - -# File: src/www/system_certmanager.php, line: 348 -msgid "URI subjectAltName types must be a valid URI" -msgstr "" - -# File: src/www/system_certmanager.php, line: 352 -msgid "Unrecognized subjectAltName type." -msgstr "" - -#, fuzzy -msgid "add or import certificate" -msgstr "CA の追加またはインポート" - -msgid "Do you really want to delete this Certificate?" -msgstr "本当にこの証明書を削除しますか?" - -msgid "Certificate" -msgstr "証明書" - -msgid "Import Certificate" -msgstr "証明書のインポート" - -msgid "Private key data" -msgstr "秘密鍵データ" - -msgid "Paste a private key in X.509 PEM format here." -msgstr "X.509 PEM 形式の秘密鍵をここに貼り付けてください" - -msgid "Internal Certificate" -msgstr "内部証明書" - -# File: src/www/system_certmanager.php, line: 779 -msgid "" -"No internal Certificate Authorities have been defined. You must %sadd%s an " -"internal CA before creating an internal certificate." -msgstr "" - -msgid "Client Certificate" -msgstr "クライアント証明書" - -msgid "Server Certificate" -msgstr "サーバ証明書" - -msgid "Certificate Authority" -msgstr "認証局" - -# File: src/www/system_certmanager.php, line: 792 -msgid "" -"Choose the type of certificate to generate here, the type defines it's " -"constraints" -msgstr "" - -msgid "Alternative Names" -msgstr "代替名" - -msgid "DNS" -msgstr "DNS" - -# File: src/www/system_certmanager.php, line: 922 -# File: src/www/system_certmanager.php, line: 942 -msgid "email" -msgstr "" - -# File: src/www/system_certmanager.php, line: 923 -# File: src/www/system_certmanager.php, line: 943 -msgid "URI" -msgstr "" - -msgid "External Signing Request" -msgstr "外部署名要求" - -msgid "Choose an Existing Certificate" -msgstr "既存の証明書を選択" - -msgid "Existing Certificates" -msgstr "既存の証明書" - -# File: src/www/system_certmanager.php, line: 1110 -msgid "*In Use" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1111 -msgid "*Revoked" -msgstr "" - -msgid "Complete Signing Request" -msgstr "署名要求が完了しました" - -msgid "Signing request data" -msgstr "署名要求データ" - -msgid "" -"Copy the certificate signing data from here and forward it to your " -"certificate authority for signing." -msgstr "証明書署名データをここからコピーし、署名する認証局に転送してください" - -msgid "Final certificate data" -msgstr "最終的な証明書データ" - -msgid "Paste the certificate received from your certificate authority here." -msgstr "自分の認証局から受け取った証明書を、ここに貼り付けてください。" - -msgid "In Use" -msgstr "使用中" - -msgid "external - signature pending" -msgstr "外部 - 署名申請中" - -# File: src/www/system_certmanager.php, line: 1247 -msgid "CA:" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1248 -msgid "Server:" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1272 -# File: src/www/system_usermanager.php, line: 842 -msgid "Revoked" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1282 -msgid "User Cert" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1287 -msgid "OpenVPN Server" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1292 -msgid "OpenVPN Client" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1297 -msgid "IPsec Tunnel" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1276 -msgid "show certificate info" -msgstr "" - -msgid "export ca" -msgstr "CA のエクスポート" - -msgid "export key" -msgstr "鍵のエクスポート" - -#, fuzzy -msgid "export ca cert+user cert+user cert key in .p12 format" -msgstr "P12 証明書と鍵のエクスポート" - -msgid "delete cert" -msgstr "証明書の削除" - -msgid "update csr" -msgstr "CSR 更新" - -msgid "Note: You can only delete a certificate if it is not currently in use." -msgstr "注意: 現在使用されていない場合のみ、証明書を削除することができます。" - -msgid "Certificate Revocation List %s is in use and cannot be deleted" -msgstr "証明書失効リスト %s は使用されています。削除できません" - -msgid "Deleted Certificate %s from CRL %s" -msgstr "証明書 %s は CRL %s から削除されました" - -msgid "Failed to delete Certificate %s from CRL %s" -msgstr "証明書 %s は CRL %s からの削除に失敗しました" - -msgid "Both the Certificate and CRL must be specified." -msgstr "証明書と CRL を両方とも指定してください" - -msgid "CA mismatch between the Certificate and CRL. Unable to Revoke." -msgstr "証明書と CRL の CA が一致しません。失効できません。" - -msgid "Cannot revoke certificates for an imported/external CRL." -msgstr "インポートされた、または外部 CRL の証明書は失効できません" - -msgid "Certificate Revocation List data" -msgstr "証明書失効リストデータ" - -msgid "Do you really want to delete this Certificate Revocation List?" -msgstr "本当にこの証明書失効リストを削除しますか?" - -msgid "Delete this certificate from the CRL " -msgstr "CRL からこの証明書を削除" - -msgid "Create an internal Certificate Revocation List" -msgstr "内部証明書失効リストを新規作成" - -msgid "Import an existing Certificate Revocation List" -msgstr "既存の証明書失効リストをインポート" - -msgid "Existing Certificate Revocation List" -msgstr "既存の証明書失効リスト" - -msgid "CRL data" -msgstr "CRL データ" - -msgid "Paste a Certificate Revocation List in X.509 CRL format here." -msgstr "X.509 CRL 形式の証明書失効リストを、ここに貼り付けます。" - -msgid "Internal Certificate Revocation List" -msgstr "内部証明書失効リスト" - -msgid "Default: 9999" -msgstr "デフォルト: 9999" - -msgid "Serial" -msgstr "シリアル" - -msgid "Default: 0" -msgstr "デフォルト: 0" - -msgid "Edit Imported Certificate Revocation List" -msgstr "インポートした証明書失効リストの編集" - -msgid "Currently Revoked Certificates for CRL" -msgstr "CRL の現在失効している証明書" - -msgid "Certificate Name" -msgstr "証明書名" - -msgid "Revocation Reason" -msgstr "失効理由" - -msgid "Revoked At" -msgstr "失効: " - -msgid "No Certificates Found for this CRL." -msgstr "この CRL の証明書はありません" - -msgid "No Certificates Found for this CA." -msgstr "この CA の証明書はありません" - -#, fuzzy -msgid "Revoke a Certificate" -msgstr "サーバ証明書" - -msgid "Choose a Certificate to Revoke" -msgstr "失効する証明書を選択してください" - -msgid "Reason" -msgstr "理由" - -msgid "Additional Certificate Revocation Lists can be added here." -msgstr "証明書失効リストは、ここで追加できます。" - -msgid "Add or Import CRL for %s" -msgstr "%s に CRL を追加またはインポート" - -msgid "Import CRL for %s" -msgstr "%s の CRL をインポート" - -# File: src/www/system_crlmanager.php, line: 719 -msgid "Unknown (imported)" -msgstr "" - -msgid "Export CRL" -msgstr "CRL のエクスポート" - -msgid "Edit CRL" -msgstr "CRL の編集" - -msgid "Delete CRL" -msgstr "CRL の削除" - -# File: src/www/system_gateway_groups.php, line: 135 -msgid "Add group" -msgstr "" - -# File: src/www/system_gateway_groups.php, line: 131 -msgid "Gateway-group" -msgstr "" - -msgid "Do you really want to delete this gateway group?" -msgstr "本当にこのゲートウェイグループを削除しますか?" - -msgid "" -"The gateway configuration has been changed.%sYou must apply the changes in " -"order for them to take effect." -msgstr "ゲートウェイ構成は変更されました。%s有効にするには、変更を適用してください。" - -# File: src/www/system_gateway_groups.php, line: 193 -msgid "Tier " -msgstr "" - -msgid "delete group" -msgstr "グループの削除" - -msgid "" -"Remember to use these Gateway Groups in firewall rules in order to enable " -"load balancing, failover, or policy-based routing. Without rules directing " -"traffic into the Gateway Groups, they will not be used." -msgstr "" -"ロードバランシング、フェイルオーバ、ポリシベースルーティングを有効にするには、ファイアウォールルールでゲートウェイグループを必ず使用してください。トラフィ" -"ックがゲートウェイグループに直接流れるルールがないと、ロードバランシング等を使用できません。" - -msgid "A valid gateway group name must be specified." -msgstr "有効なゲートウェイグループ名を指定してください" - -msgid "The gateway name must not contain invalid characters." -msgstr "ゲートウェイ名に無効な文字が含めないでください" - -msgid "Changing name on a gateway group is not allowed." -msgstr "ゲートウェイグループの名前は変更できません。" - -msgid "A gateway group with this name \"%s\" already exists." -msgstr "%s という名前のゲートウェイグループは既に存在しています" - -msgid "" -"A gateway group cannot have the same name with a gateway \"%s\" please " -"choose another name." -msgstr "ゲートウェイグループに、ゲートウェイ %s と同じ名前をつけることはできません。別の名前を選択してください。" - -msgid "No gateway(s) have been selected to be used in this group" -msgstr "このグループで使用するゲートウェイは選択されていません" - -msgid "Gateway Priority" -msgstr "ゲートウェイ優先度" - -# File: src/www/system_gateway_groups_edit.php, line: 197 -msgid "Tier" -msgstr "" - -msgid "Never" -msgstr "選択しない" - -# File: src/www/system_gateway_groups_edit.php, line: 226 -msgid "Tier %d" -msgstr "" - -msgid "Interface Address" -msgstr "インタフェースアドレス" - -msgid "Link Priority" -msgstr "リンク優先度" - -msgid "" -"The priority selected here defines in what order failover and balancing of " -"links will be done. Multiple links of the same priority will balance " -"connections until all links in the priority will be exhausted. If all links " -"in a priority level are exhausted we will use the next available link(s) in " -"the next priority level." -msgstr "" -"ここで選択する優先度は、フェイルオーバとリンクのバランシングが実行される順番を定義します。同じ優先度に複数のリンクがある場合は、その優先度の全てのリンクを" -"使い果たすまで、均等に接続されます。優先度レベルにある全てのリンクを使い果たした場合は、その次の優先度レベルにある、次に使用可能なリンクを使用します。" - -msgid "" -"The virtual IP field selects what (virtual) IP should be used when this " -"group applies to a local Dynamic DNS, IPsec or OpenVPN endpoint" -msgstr "" -"仮想 IP フィールドは、このグループがローカルダイナミック DNS、IPsec、OpenVPN エンドポイントに適用される時に、使用される ( 仮想 )" -" IP を選択します。" - -msgid "Trigger Level" -msgstr "トリガレベル" - -msgid "Member Down" -msgstr "メンバダウン" - -msgid "Packet Loss" -msgstr "パケットロス" - -msgid "High Latency" -msgstr "高遅延" - -msgid "Packet Loss or High Latency" -msgstr "パケットロスまたは高遅延" - -msgid "When to trigger exclusion of a member" -msgstr "メンバ除外のトリガとなるタイミング" - -#, fuzzy -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Gateway Group '%s'" -msgstr "このエントリは削除できません。1 つ以上のゲートウェイから参照されています。" - -#, fuzzy -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Static Route '%s'" -msgstr "この GRE トンネルは削除できません。インタフェースとして使用されています" - -# File: src/www/system_gateways.php, line: 194 -msgid "Add gateway" -msgstr "" - -msgid "Do you really want to delete this gateway?" -msgstr "本当にこのゲートウェイを削除しますか?" - -#, fuzzy -msgid "Do you really want to delete the selected gateway items?" -msgstr "本当に選択したルールを削除しますか?" - -msgid "The gateway configuration has been changed." -msgstr "ゲートウェイの設定が変更されました。" - -msgid "Monitor IP" -msgstr "監視 IP" - -# File: src/www/system_gateways.php, line: 326 -msgid "Gateway is inactive because interface is missing" -msgstr "" - -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "disable gateway" -msgstr "" - -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "enable gateway" -msgstr "" - -# File: src/www/system_gateways.php, line: 356 -msgid "edit gateway" -msgstr "" - -# File: src/www/system_gateways.php, line: 361 -msgid "delete gateway" -msgstr "" - -# File: src/www/system_gateways.php, line: 368 -msgid "clone gateway" -msgstr "" - -#, fuzzy -msgid "delete selected items" -msgstr "選択したルールを削除" - -# File: src/www/system_gateways_edit.php, line: 118 -msgid "A valid gateway name must be specified." -msgstr "" - -msgid "A valid gateway IP address must be specified." -msgstr "有効なゲートウェイ IP アドレスを指定してください" - -#, fuzzy -msgid "" -"Cannot add IPv4 Gateway Address because no IPv4 address could be found on " -"the interface." -msgstr "IPv6 only インタフェースで、IPv4 ゲートウェイアドレスは使用できません" - -msgid "" -"The gateway address %1$s does not lie within one of the chosen interface's " -"subnets." -msgstr "ゲートウェイアドレス %1$s は、選択されたインタフェースのサブネット内に存在しません" - -#, fuzzy -msgid "" -"Cannot add IPv6 Gateway Address because no IPv6 address could be found on " -"the interface." -msgstr "IPv4 only インタフェースで、IPv6 ゲートウェイアドレスは使用できません" - -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv4 " -"configuration." -msgstr "動的ゲートウェイ値は、静的 IPv4 構成のインタフェースには指定できません" - -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv6 " -"configuration." -msgstr "動的ゲートウェイ値は、静的 IPv6 構成のインタフェースには指定できません" - -msgid "A valid monitor IP address must be specified." -msgstr "有効な監視 IP アドレスを指定してください。" - -msgid "Changing name on a gateway is not allowed." -msgstr "ゲートウェイの名前変更はできません" - -msgid "The gateway name \"%s\" already exists." -msgstr "ゲートウェイ名 %s は既に存在しています" - -msgid "The gateway IP address \"%s\" already exists." -msgstr "ゲートウェイ IP アドレス %s は既に存在しています" - -msgid "" -"The monitor IP address \"%s\" is already in use. You must choose a different " -"monitor IP." -msgstr "監視 IP アドレス %s は既に使用されています。別の監視 IP アドレスを選択してください。" - -msgid "The low latency threshold needs to be a numeric value." -msgstr "低遅延しきい値は、数値です。" - -msgid "The low latency threshold needs to be positive." -msgstr "低遅延しきい値は、正の値です。" - -msgid "The high latency threshold needs to be a numeric value." -msgstr "高遅延しきい値は、数値です。" - -msgid "The high latency threshold needs to be positive." -msgstr "高遅延しきい値は、正の値です。" - -msgid "The low Packet Loss threshold needs to be a numeric value." -msgstr "低パケットロスしきい値は、数値です。" - -msgid "The low Packet Loss threshold needs to be positive." -msgstr "低パケットロスしきい値は、正の値です。" - -msgid "The low Packet Loss threshold needs to be less than 100." -msgstr "低パケットロスしきい値は、100 未満です。" - -msgid "The high Packet Loss threshold needs to be a numeric value." -msgstr "高パケットロスしきい値は、数値です。" - -msgid "The high Packet Loss threshold needs to be positive." -msgstr "高パケットロスしきい値は、正の値です。" - -msgid "The high Packet Loss threshold needs to be 100 or less." -msgstr "高パケットロスしきい値は、100 以下です。" - -msgid "" -"The high latency threshold needs to be higher than the low latency threshold" -msgstr "高遅延しきい値は、低遅延しきい値よりも高い値にしてください。" - -msgid "" -"The high Packet Loss threshold needs to be higher than the low Packet Loss " -"threshold" -msgstr "高パケットロスしきい値は、低パケットロスしきい値よりも高い値にしてください。" - -#, fuzzy -msgid "The probe interval needs to be a numeric value." -msgstr "プローブ頻度間隔は、数値です。" - -#, fuzzy -msgid "The probe interval needs to be positive." -msgstr "プローブ頻度間隔は、正の値です。" - -msgid "The down time setting needs to be a numeric value." -msgstr "停止時間設定は、数値です。" - -msgid "The down time setting needs to be positive." -msgstr "停止時間設定は、正の値です。" - -#, fuzzy -msgid "The probe interval needs to be less than the down time setting." -msgstr "「周波数プローブ間隔は、ダウン時間設定未満である必要がある。" - -#, fuzzy -msgid "The average delay replies qty needs to be a numeric value." -msgstr "高遅延しきい値は、数値です。" - -#, fuzzy -msgid "The average delay replies qty needs to be positive." -msgstr "高遅延しきい値は、正の値です。" - -#, fuzzy -msgid "The average packet loss probes qty needs to be a numeric value." -msgstr "高パケットロスしきい値は、数値です。" - -#, fuzzy -msgid "The average packet loss probes qty needs to be positive." -msgstr "高パケットロスしきい値は、正の値です。" - -#, fuzzy -msgid "The lost probe delay needs to be a numeric value." -msgstr "低パケットロスウォーターマークは数値です" - -#, fuzzy -msgid "The lost probe delay needs to be positive." -msgstr "プローブ頻度間隔は、正の値です。" - -msgid "Edit gateway" -msgstr "ゲートウェイの編集" - -#, fuzzy -msgid "Disable this gateway" -msgstr "このルールを無効" - -#, fuzzy -msgid "" -"Set this option to disable this gateway without removing it from the list." -msgstr "このオプションを設定すると、このルールをリストから削除せずに無効にします" - -msgid "Choose which interface this gateway applies to." -msgstr "このゲートウェイに適用するインタフェースを選択してください。" - -msgid "Choose the Internet Protocol this gateway uses." -msgstr "このゲートウェイが使用するインターネットプロトコルを選択してください。" - -msgid "Gateway name" -msgstr "ゲートウェイ名" - -msgid "Gateway IP address" -msgstr "ゲートウェイ IP アドレス" - -msgid "Default Gateway" -msgstr "デフォルトゲートウェイ" - -msgid "This will select the above gateway as the default gateway" -msgstr "上記のゲートウェイを、デフォルトゲートウェイとして選択します。" - -msgid "Disable Gateway Monitoring" -msgstr "ゲートウェイ監視を無効" - -msgid "This will consider this gateway as always being up" -msgstr "このゲートウェイが常にアップであると見なします" - -msgid "Alternative monitor IP" -msgstr "代替監視 IP" - -msgid "" -"Enter an alternative address here to be used to monitor the link. This is " -"used for the quality RRD graphs as well as the load balancer entries. Use " -"this if the gateway does not respond to ICMP echo requests (pings)" -msgstr "" -"リンクの監視に使用する代替アドレスを入力してください。品質 RRD グラフ、及び、ロードバランサエントリに使用されます。ゲートウェイが ICMP " -"エコー要求 ( ping ) に応答しない場合に使用してください。" - -# File: src/www/system_gateways_edit.php, line: 792 -# File: src/www/system_gateways_edit.php, line: 797 -msgid "Mark Gateway as Down" -msgstr "" - -#, fuzzy -msgid "This will force this gateway to be considered Down" -msgstr "このゲートウェイが常にアップであると見なします" - -msgid " - Show advanced option" -msgstr " - 高度なオプションを表示" - -msgid "Weight for this gateway when used in a Gateway Group." -msgstr "ゲートウェイグループ使用時に、このゲートウェイの重み付けをします。" - -msgid "Latency thresholds" -msgstr "遅延しきい値" - -msgid "From" -msgstr "From" - -msgid "To" -msgstr "To" - -msgid "Packet Loss thresholds" -msgstr "パケットロスしきい値" - -#, fuzzy -msgid "Probe Interval" -msgstr "間隔" - -#, fuzzy -msgid "" -"NOTE: The quality graph is averaged over seconds, not intervals, so as the " -"probe interval is increased the accuracy of the quality graph is decreased." -msgstr "" -"注意: プローブ頻度が増加することで、品質グラフの正確さは低下することがないように、品質グラフは、間隔単位の平均ではなく、秒単位の平均になっています。" - -msgid "Down" -msgstr "ダウン" - -# File: src/www/system_gateways_edit.php, line: 772 -msgid "Avg Delay Replies Qty" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 882 -# File: src/www/system_gateways_edit.php, line: 894 -# File: src/www/system_gateways_edit.php, line: 906 -msgid "Use calculated value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 783 -msgid "Avg Packet Loss Probes Qty" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 899 -msgid "Lost Probe Delay" -msgstr "" - -#, fuzzy -msgid "" -"The probe interval must be less than the down time, otherwise the gateway " -"will seem to go down then come up again at the next probe." -msgstr "" -"プローブ頻度間隔には、停止時間よりも小さい値を設定してください。停止時間より大きい値を設定すると、次のプローブで、ゲートウェイはダウンしてから再度アップし" -"たかのように見えます。" - -# File: src/www/system_gateways_edit.php, line: 913 -msgid "" -"The down time defines the length of time before the gateway is marked as " -"down, but the accuracy is controlled by the probe interval. For example, if " -"your down time is 40 seconds but on a 30 second probe interval, only one " -"probe would have to fail before the gateway is marked down at the 40 second " -"mark. By default, the gateway is considered down after 10 seconds, and the " -"probe interval is 1 second, so 10 probes would have to fail before the " -"gateway is marked down." -msgstr "" - -msgid "English" -msgstr "英語" - -msgid "Chinese (Simplified)" -msgstr "中国語 ( 簡体字 )" - -# File: src/www/system_general.php, line: 45 -msgid "French" -msgstr "フランス語" - -msgid "German" -msgstr "ドイツ語" - -msgid "Japanese" -msgstr "日本語" - -# File: src/www/system_general.php, line: 48 -msgid "Mongolian" -msgstr "モンゴル語" - -msgid "Spanish" -msgstr "スペイン語" - -msgid "The hostname may only contain the characters a-z, 0-9 and '-'." -msgstr "ホスト名には、a-z、0-9、- のみが使用できます。" - -msgid "The domain may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "ドメインには、a-z、0-9、-、. のみが使用できます。" - -msgid "" -"You can not assign a gateway to DNS '%s' server which is on a directly " -"connected network." -msgstr "DNS %s サーバにゲートウェイが割当てられません。ネットワークに直接接続されています。" - -msgid "" -"A NTP Time Server name may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "NTP 時刻サーバ名には、a-z、0-9、-、. のみが使用できます。" - -msgid "Name of the firewall host, without domain part" -msgstr "ファイアウォールホスト名、ドメイン部分は含まない" - -# File: src/www/system_general.php, line: 331 -msgid "firewall" -msgstr "" - -msgid "" -"Do not use 'local' as a domain name. It will cause local hosts running mDNS (" -"avahi, bonjour, etc.) to be unable to resolve local hosts not running mDNS." -msgstr "" -"「local」をドメイン名として使用しないでください。mDNS が動作しているローカルホスト ( avahi、bonjour 等 ) が mDNS " -"が動作していないローカルホストを解決できなくなります。" - -# File: src/www/system_general.php, line: 341 -msgid "e.g. %smycorp.com, home, office, private, etc.%s" -msgstr "" - -msgid "DNS Server" -msgstr "DNS サーバ" - -msgid "Use gateway" -msgstr "ゲートウェイを使用" - -#, fuzzy -msgid "" -"Enter IP addresses to be used by the system for DNS resolution. These are " -"also used for the DHCP service, DNS forwarder and for PPTP VPN clients." -msgstr "" -"DNS 名前解決システムで使用される IP アドレスを入力してください。DHCP サービス、DNS フォワーダ、PPTP VPN " -"クライアントでも使用されます。" - -msgid "" -"In addition, optionally select the gateway for each DNS server. When using " -"multiple WAN connections there should be at least one unique DNS server per " -"gateway." -msgstr "" -"さらに、オプションで、DNS サーバごとにゲートウェイを選択してください。マルチ WAN 接続を使用する場合に、ゲートウェイ毎に最低 1 つの固有の " -"DNS サーバが必要になります。" - -# File: src/www/system_general.php, line: 401 -msgid "DNS server options" -msgstr "" - -msgid "Allow DNS server list to be overridden by DHCP/PPP on WAN" -msgstr "WAN の DHCP/PPP による DNS サーバリストの無効化を許可" - -msgid "" -"If this option is set, %s will use DNS servers assigned by a DHCP/PPP server " -"on WAN for its own purposes (including the DNS forwarder). However, they " -"will not be assigned to DHCP and PPTP VPN clients." -msgstr "" -"このオプションが設定されると、%s は WAN の DHCP/PPP サーバが割り当てた DNS サーバを使用します ( DNS フォワーダを含む " -")。しかし、DHCP と PPTP VPN クライアントは割り当てられません。" - -msgid "Do not use the DNS Forwarder as a DNS server for the firewall" -msgstr "ファイアウォールの DNS サーバとして、DNS フォワーダを使用しない" - -#, fuzzy -msgid "" -"By default localhost (127.0.0.1) will be used as the first DNS server where " -"the DNS Forwarder or DNS Resolver is enabled and set to listen on Localhost, " -"so system can use the local DNS service to perform lookups. Checking this " -"box omits localhost from the list of DNS servers." -msgstr "" -"DNS フォワーダが有効の場合、デフォルトでは、localhost (127.0.0.1) が最初の DNS サーバとして使用されるため、" -"システムは検索の実行に DNS フォワーダを使用できます。このボックスをチェックしている時は DNS サーバのリストから localhost " -"を削除してください。" - -msgid "Time zone" -msgstr "タイムゾーン" - -msgid "Select the location closest to you" -msgstr "最も近い場所を選択してください" - -msgid "NTP time server" -msgstr "NTP 時刻サーバ" - -msgid "" -"Use a space to separate multiple hosts (only one required). Remember to set " -"up at least one DNS server if you enter a host name here!" -msgstr "" -"複数のホスト ( 1 つは必須 ) を使用する場合はスペースで区切ってください。ホスト名を入力する場合は、最低 1 つの DNS " -"サーバを設定するようにしてください。" - -msgid "Language" -msgstr "言語" - -msgid "Choose a language for the webConfigurator" -msgstr "Web 設定管理画面の言語を選択してください" - -msgid "Theme" -msgstr "テーマ" - -msgid "This will change the look and feel of" -msgstr "次のルック・アンド・フィールを変更します: " - -# File: src/www/system_general.php, line: 565 -msgid "Firmware Mirror" -msgstr "" - -# File: src/www/system_general.php, line: 579 -msgid "Select an alternate firmware mirror." -msgstr "" - -# File: src/www/system_general.php, line: 584 -msgid "Firmware Flavour" -msgstr "" - -# File: src/www/system_general.php, line: 598 -msgid "Select the firmware cryptography flavour." -msgstr "" - -msgid "The group name contains invalid characters." -msgstr "グループ名に無効な文字が含まれています" - -#, fuzzy -msgid "The group name is longer than 16 characters." -msgstr "ユーザ名が 16 文字を超えています" - -msgid "Another entry with the same group name already exists." -msgstr "同じグループ名の別のエントリが既に存在しています" - -#, fuzzy -msgid "That groupname is reserved by the system." -msgstr "そのユーザ名は、システムに予約されています" - -msgid "Do you really want to delete this privilege?" -msgstr "本当にこの権限を削除しますか?" - -msgid "Do you really want to delete this group?" -msgstr "本当にこのグループを削除しますか?" - -msgid "Defined by" -msgstr "定義: " - -msgid "Group name" -msgstr "グループ名" - -msgid "Group description, for your own information only" -msgstr "グループの説明 ( 自分用メモ )" - -msgid "Group Memberships" -msgstr "グループメンバシップ" - -msgid "Not Member Of" -msgstr "非メンバ: " - -msgid "Member Of" -msgstr "メンバ: " - -msgid "Add Groups" -msgstr "グループの追加" - -msgid "Remove Groups" -msgstr "グループの削除" - -msgid "Hold down CTRL (pc)/COMMAND (mac) key to select multiple items" -msgstr "CTRL (pc) / Command (Mac) キーを押したままにすると、複数項目が選択できます" - -msgid "Assigned Privileges" -msgstr "権限の割当" - -#, fuzzy -msgid "delete privilege" -msgstr "選択した権限" - -msgid "Member Count" -msgstr "メンバ数" - -msgid "add user" -msgstr "ユーザの追加" - -# File: src/www/system_groupmanager.php, line: 525 -msgid "" -"Additional webConfigurator groups can be added here.\n" -" Group permissions can be assigned which are inherited " -"by users who are members of the group.\n" -" An icon that appears grey indicates that it is a " -"system defined object.\n" -" Some system object properties can be modified but they " -"cannot be deleted." -msgstr "" - -msgid "Selected priveleges" -msgstr "選択した権限" - -msgid "System Privileges" -msgstr "システム権限" - -msgid "Select a privilege from the list above for a description" -msgstr "説明する権限を、上記のリストから選択してください" - -# File: src/www/system_hasync.php, line: 98 -msgid "State Synchronization" -msgstr "" - -# File: src/www/system_hasync.php, line: 127 -msgid "Synchronize States" -msgstr "" - -# File: src/www/system_hasync.php, line: 132 -msgid "" -"pfsync transfers state insertion, update, and deletion messages between " -"firewalls.%sEach firewall sends these messages out via multicast on a " -"specified interface, using the PFSYNC protocol (%sIP Protocol 240%s).%sIt " -"also listens on that interface for similar messages from other firewalls, " -"and imports them into the local state table.%sThis setting should be enabled " -"on all members of a failover group." -msgstr "" - -# File: src/www/system_hasync.php, line: 136 -msgid "" -"Clicking save will force a configuration sync if it is enabled! (see " -"Configuration Synchronization Settings below)" -msgstr "" - -# File: src/www/system_hasync.php, line: 140 -msgid "Synchronize Interface" -msgstr "" - -# File: src/www/system_hasync.php, line: 123 -msgid "loopback" -msgstr "" - -# File: src/www/system_hasync.php, line: 151 -msgid "" -"If Synchronize States is enabled, it will utilize this interface for " -"communication." -msgstr "" - -# File: src/www/system_hasync.php, line: 154 -msgid "" -"We recommend setting this to a interface other than LAN! A dedicated " -"interface works the best." -msgstr "" - -# File: src/www/system_hasync.php, line: 155 -msgid "" -"You must define a IP on each machine participating in this failover group." -msgstr "" - -# File: src/www/system_hasync.php, line: 156 -msgid "" -"You must have an IP assigned to the interface on any participating sync " -"nodes." -msgstr "" - -# File: src/www/system_hasync.php, line: 145 -msgid "Synchronize Peer IP" -msgstr "" - -# File: src/www/system_hasync.php, line: 165 -msgid "" -"Setting this option will force pfsync to synchronize its state table to this " -"IP address. The default is directed multicast." -msgstr "" - -# File: src/www/system_hasync.php, line: 178 -msgid "Configuration Synchronization Settings (XMLRPC Sync)" -msgstr "" - -# File: src/www/system_hasync.php, line: 183 -msgid "Synchronize Config to IP" -msgstr "" - -# File: src/www/system_hasync.php, line: 186 -msgid "" -"Enter the IP address of the firewall to which the selected configuration " -"sections should be synchronized." -msgstr "" - -# File: src/www/system_hasync.php, line: 189 -msgid "" -"XMLRPC sync is currently only supported over connections using the same " -"protocol and port as this system - make sure the remote system's port and " -"protocol are set accordingly!" -msgstr "" - -# File: src/www/system_hasync.php, line: 190 -# File: src/www/system_hasync.php, line: 213 -msgid "" -"Do not use the Synchronize Config to IP and password option on backup " -"cluster members!" -msgstr "" - -# File: src/www/system_hasync.php, line: 196 -msgid "Remote System Username" -msgstr "" - -# File: src/www/system_hasync.php, line: 200 -msgid "" -"Enter the webConfigurator username of the system entered above for " -"synchronizing your configuration." -msgstr "" - -# File: src/www/system_hasync.php, line: 202 -msgid "" -"Do not use the Synchronize Config to IP and username option on backup " -"cluster members!" -msgstr "" - -# File: src/www/system_hasync.php, line: 207 -msgid "Remote System Password" -msgstr "" - -# File: src/www/system_hasync.php, line: 211 -msgid "" -"Enter the webConfigurator password of the system entered above for " -"synchronizing your configuration." -msgstr "" - -# File: src/www/system_hasync.php, line: 196 -msgid "Users and Groups" -msgstr "" - -# File: src/www/system_hasync.php, line: 223 -msgid "" -"Automatically sync the users and groups over to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 205 -msgid "Auth Servers" -msgstr "" - -# File: src/www/system_hasync.php, line: 232 -msgid "" -"Automatically sync the authentication servers (e.g. LDAP, RADIUS) over to " -"the other HA host when changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 241 -msgid "" -"Automatically sync the Certificate Authorities, Certificates, and " -"Certificate Revocation Lists over to the other HA host when changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 250 -msgid "" -"Automatically sync the firewall rules to the other HA host when changes are " -"made." -msgstr "" - -# File: src/www/system_hasync.php, line: 232 -msgid "Firewall Schedules" -msgstr "" - -# File: src/www/system_hasync.php, line: 259 -msgid "" -"Automatically sync the firewall schedules to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 268 -msgid "" -"Automatically sync the aliases over to the other HA host when changes are " -"made." -msgstr "" - -# File: src/www/system_hasync.php, line: 277 -msgid "" -"Automatically sync the NAT rules over to the other HA host when changes are " -"made." -msgstr "" - -# File: src/www/system_hasync.php, line: 286 -msgid "" -"Automatically sync the IPsec configuration to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 295 -msgid "" -"Automatically sync the OpenVPN configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 296 -msgid "" -"Using this option implies \"Synchronize Certificates\" as they are required " -"for OpenVPN." -msgstr "" - -# File: src/www/system_hasync.php, line: 278 -msgid "DHCPD" -msgstr "" - -# File: src/www/system_hasync.php, line: 305 -msgid "" -"Automatically sync the DHCP Server settings over to the other HA host when " -"changes are made. This only applies to DHCP for IPv4." -msgstr "" - -# File: src/www/system_hasync.php, line: 314 -msgid "" -"Automatically sync the WoL configuration to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 296 -msgid "Static Routes" -msgstr "" - -# File: src/www/system_hasync.php, line: 323 -msgid "" -"Automatically sync the Static Route configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 332 -msgid "" -"Automatically sync the Load Balancer configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 341 -msgid "" -"Automatically sync the CARP Virtual IPs to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 350 -msgid "" -"Automatically sync the DNS Forwarder configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_routes.php, line: 210 -msgid "Add route" -msgstr "" - -# File: src/www/system_routes.php, line: 165 -# File: src/www/system_routes.php, line: 187 -msgid "Route" -msgstr "" - -# File: src/www/system_routes.php, line: 166 -msgid "Do you really want to delete this route?" -msgstr "" - -#, fuzzy -msgid "Do you really want to delete the selected routes?" -msgstr "本当に選択したルールを削除しますか?" - -msgid "" -"The static route configuration has been changed.%sYou must apply the changes " -"in order for them to take effect." -msgstr "静的ルート構成は変更されました。%s有効にするには、変更を適用してください。" - -# File: src/www/system_routes.php, line: 258 -msgid "disable route" -msgstr "" - -# File: src/www/system_routes.php, line: 258 -msgid "enable route" -msgstr "" - -# File: src/www/system_routes.php, line: 275 -msgid "move selected routes before this route" -msgstr "" - -# File: src/www/system_routes.php, line: 279 -msgid "edit route" -msgstr "" - -# File: src/www/system_routes.php, line: 283 -msgid "delete route" -msgstr "" - -# File: src/www/system_routes.php, line: 287 -msgid "clone route" -msgstr "" - -#, fuzzy -msgid "move selected routes to end" -msgstr "選択したルールを末尾に移動" - -#, fuzzy -msgid "delete selected routes" -msgstr "選択したルールを削除" - -# File: src/www/system_routes.php, line: 321 -msgid "add route" -msgstr "" - -msgid "" -"Do not enter static routes for networks assigned on any interface of this " -"firewall. Static routes are only used for networks reachable via a " -"different router, and not reachable via your default gateway." -msgstr "" -"このファイアウォールのインタフェースに割当てられたネットワークには、静的ルートを入力しないでください。静的ルートは、このファイアウォールのデフォルトゲート" -"ウェイ経由では到達できず、異なるルータを経由することで到達可能なネットワークにのみ使用します。" - -msgid "Destination network" -msgstr "送信先ネットワーク" - -msgid "Destination network bit count" -msgstr "送信先ネットワークビット数" - -msgid "A valid IPv4 or IPv6 destination network must be specified." -msgstr "有効な IPv4 または IPv6 送信先ネットワークを指定してください。" - -msgid "A valid destination network bit count must be specified." -msgstr "有効な送信先ネットワークビット数を指定してください。" - -msgid "A IPv4 subnet can not be over 32 bits." -msgstr "IPv4 サブネットは 32 ビット以下です。" - -msgid "A route to these destination networks already exists" -msgstr "これらの送信先ネットワークへのルートは、既に存在しています" - -msgid "This network conflicts with address configured on interface %s." -msgstr "このネットワークは、インタフェース %s で構成されたアドレスが競合しています。" - -msgid "Destination network for this static route" -msgstr "この静的ルートの送信先ネットワーク" - -msgid "Choose which gateway this route applies to or" -msgstr "このルートを適用するゲートウェイを選択、もしくは、" - -msgid "Disable this static route" -msgstr "この静的ルートを無効" - -msgid "" -"Set this option to disable this static route without removing it from the " -"list." -msgstr "このオプションを設定すると、リストから削除せずに、この静的ルートを無効にします" - -msgid "successfully deleted" -msgstr "正常に削除しました" - -msgid "Privilege" -msgstr "権限" - -msgid "association removed." -msgstr "関連付けは削除されました" - -# File: src/www/system_usermanager.php, line: 227 -msgid "API key" -msgstr "" - -# File: src/www/system_usermanager.php, line: 228 -msgid "removed." -msgstr "" - -# File: src/www/system_usermanager.php, line: 230 -msgid "No API key found" -msgstr "" - -msgid "The username is longer than 16 characters." -msgstr "ユーザ名が 16 文字を超えています" - -msgid "The passwords do not match." -msgstr "パスワードが一致しません" - -msgid "Another entry with the same username already exists." -msgstr "同じユーザ名のエントリは既に存在しています" - -msgid "That username is reserved by the system." -msgstr "そのユーザ名は、システムに予約されています" - -msgid "Invalid expiration date format; use MM/DD/YYYY instead." -msgstr "有効期限の日付形式が無効です。MM/DD/YYYY を使用してください" - -msgid "Invalid internal Certificate Authority" -msgstr "無効な内部認証局です" - -msgid "(Certificate will not be deleted)" -msgstr "( 証明書は削除されません )" - -msgid "Do you really want to remove this certificate association?" -msgstr "本当にこの証明書の関連付けを削除しますか?" - -msgid "Do you really want to delete this user?" -msgstr "本当にこのユーザを削除しますか?" - -# File: src/www/system_usermanager.php, line: 611 -msgid "Do you really want to delete this API key?" -msgstr "" - -msgid "User distinguished name" -msgstr "ユーザ識別名" - -msgid "(confirmation)" -msgstr "( 確認 )" - -msgid "Full name" -msgstr "氏名" - -msgid "User's full name, for your own information only" -msgstr "ユーザの氏名 ( 自分用メモ )" - -msgid "Expiration date" -msgstr "有効期限" - -msgid "" -"Leave blank if the account shouldn't expire, otherwise enter the expiration " -"date in the following format: mm/dd/yyyy" -msgstr "アカウントに有効期限を設定しない場合は空白にしてください。設定する場合は、以下の形式で有効期限を入力してください: mm/dd/yyyy" - -# File: src/www/system_usermanager.php, line: 704 -msgid "add groups" -msgstr "" - -# File: src/www/system_usermanager.php, line: 708 -msgid "remove groups" -msgstr "" - -msgid "Effective Privileges" -msgstr "有効な権限" - -msgid "Inherited From" -msgstr "次から継承: " - -# File: src/www/system_usermanager.php, line: 761 -msgid "revoke privilege" -msgstr "" - -# File: src/www/system_usermanager.php, line: 774 -msgid "assign privileges" -msgstr "" - -msgid "User Certificates" -msgstr "ユーザ証明書" - -msgid "CA" -msgstr "CA" - -msgid "export private key" -msgstr "秘密鍵のエクスポート" - -# File: src/www/system_usermanager.php, line: 811 -msgid "export certificate" -msgstr "" - -# File: src/www/system_usermanager.php, line: 815 -msgid "unlink certificate" -msgstr "" - -# File: src/www/system_usermanager.php, line: 828 -msgid "create or link user certificate" -msgstr "" - -# File: src/www/system_usermanager.php, line: 880 -msgid "API keys" -msgstr "" - -# File: src/www/system_usermanager.php, line: 887 -msgid "key" -msgstr "" - -# File: src/www/system_usermanager.php, line: 907 -msgid "delete API key" -msgstr "" - -# File: src/www/system_usermanager.php, line: 921 -msgid "create API key" -msgstr "" - -# File: src/www/system_usermanager.php, line: 930 -msgid "" -"manage API keys here for machine to machine interaction using this users " -"credentials" -msgstr "" - -msgid "Click to create a user certificate." -msgstr "クリックすると、ユーザ証明書を作成します。" - -# File: src/www/system_usermanager.php, line: 896 -msgid "Redirects on save" -msgstr "" - -msgid "Authorized keys" -msgstr "認証鍵" - -msgid "Paste an authorized keys file here." -msgstr "認証鍵ファイルを、ここに貼り付けてください。" - -msgid "IPsec Pre-Shared Key" -msgstr "IPsec 事前共有鍵" - -msgid "edit user" -msgstr "ユーザの編集" - -msgid "delete user" -msgstr "ユーザの削除" - -# File: src/www/system_usermanager.php, line: 983 -msgid "import users" -msgstr "" - -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 appears grey indicates that it is a system defined " -"object. Some system object properties can be modified but they cannot be " -"deleted." -msgstr "" -"ここでユーザを追加できます。Web 管理画面にアクセスするユーザのパーミッションは、直接割り当てるか、もしくはグループメンバシップから継承させることができ" -"ます。グレー表示されるアイコンは、システムが定義したオブジェクトです。一部のシステムオブジェクトプロパティを変更することはできますが、削除することはできま" -"せん。" - -msgid "" -"Accounts created here are also used for other parts of the system such as " -"OpenVPN, IPsec, and Captive Portal." -msgstr "OpenVPN、IPsec、キャプティブポータル等、システムの他の部分で使用されるアカウントも、ここで作成します。" - -# File: src/www/system_usermanager.php, line: 1053 -msgid "System Admininistrator" -msgstr "" - -# File: src/www/system_usermanager.php, line: 1055 -msgid "Disabled User" -msgstr "" - -# File: src/www/system_usermanager.php, line: 1057 -msgid "Normal User" -msgstr "" - -msgid "" -"Could not connect to the LDAP server. Please check your LDAP configuration." -msgstr "LDAP サーバに接続できません。LDAP 構成を確認して下さい。" - -# File: src/www/system_usermanager_import_ldap.php, line: 150 -msgid "Please select users to import:" -msgstr "" - -msgid "Sorry, you cannot change the password for a non-local user." -msgstr "非ローカルユーザのパスワードは変更できません" - -msgid "Password successfully changed" -msgstr "パスワードは正常に変更されました" - -#, fuzzy -msgid "Old password" -msgstr "PPTP パスワード" - -#, fuzzy -msgid "New password" -msgstr "PPTP パスワード" - -#, fuzzy -msgid "Confirmation" -msgstr "確認" - -msgid "Session timeout must be an integer value." -msgstr "セッションタイムアウトは整数値です" - -msgid "" -"The test was not performed because it is supported only for ldap based " -"backends." -msgstr "テストは実行されませんでした。対応しているのは、LDAP ベースのバックエンドのみです。" - -msgid "Session Timeout" -msgstr "セッションタイムアウト" - -msgid "" -"Time in minutes to expire idle management sessions. The default is 4 hours (" -"240 minutes)." -msgstr "アイドル管理セッションの有効期限を、分単位で設定してください。デフォルトは 4 時間 ( 240 分 ) です。" - -msgid "Enter 0 to never expire sessions. NOTE: This is a security risk!" -msgstr "セッションを無期限にするには、0 を入力してください。注意: セキュリティリスクになります!" - -msgid "Save and Test" -msgstr "保存してテスト" - -msgid "Please select which containers to Authenticate against:" -msgstr "認証するコンテナを選択してください: " - -msgid "Could not find settings for %s%s" -msgstr "%s%s 設定がありません" - -msgid "Testing %s LDAP settings... One moment please..." -msgstr "%s LDAP 設定テストしています... しばらくお待ちください..." - -msgid "Attempting connection to" -msgstr "接続を試みています: " - -msgid "Attempting to fetch Organizational Units from" -msgstr "組織単位の取得を試みています: " - -msgid "Organization units found" -msgstr "組織単位が見つかりました" - -msgid "failed" -msgstr "失敗しました" - -msgid "Mobile Client" -msgstr "モバイルクライアント" - -msgid "" -"Do you really want to delete this phase1 and all associated phase2 entries?" -msgstr "本当にこのフェーズ 1 エントリ及び、関連する全てのフェーズ 2 エントリを削除しますか?" - -#, fuzzy -msgid "Do you really want to delete the selected phase1 entries?" -msgstr "本当に選択したルールを削除しますか?" - -msgid "Do you really want to delete this phase2 entry?" -msgstr "本当にこのフェーズ 2 エントリを削除しますか?" - -#, fuzzy -msgid "Do you really want to delete the selected phase2 entries?" -msgstr "本当に選択したルールを削除しますか?" - -# File: src/www/vpn_ipsec.php, line: 300 -msgid "The IPsec tunnel configuration has been changed." -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 270 -msgid "IKE" -msgstr "" - -msgid "Remote Gateway" -msgstr "リモートゲートウェイ" - -msgid "P1 Protocol" -msgstr "P1 プロトコル" - -msgid "P1 Transforms" -msgstr "P1 変換" - -msgid "P1 Description" -msgstr "P1 説明" - -# File: src/www/vpn_ipsec.php, line: 333 -msgid "disable phase 1 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 333 -msgid "enable phase 1 entry" -msgstr "" - -msgid "auto" -msgstr "自動" - -#, fuzzy -msgid "move selected entries before this" -msgstr "選択したルールをこのルールの前に移動" - -msgid "edit phase1 entry" -msgstr "フェーズ 1 エントリを編集" - -msgid "delete phase1 entry" -msgstr "フェーズ 1 エントリの削除" - -# File: src/www/vpn_ipsec.php, line: 413 -msgid "clone phase1 entry" -msgstr "" - -msgid "Show %s Phase-2 entries" -msgstr "%s フェーズ 2 エントリの表示" - -msgid "Local Subnet" -msgstr "ローカルサブネット" - -msgid "Remote Subnet" -msgstr "リモートサブネット" - -msgid "P2 Protocol" -msgstr "P2 プロトコル" - -msgid "P2 Transforms" -msgstr "P2 変換" - -msgid "P2 Auth Methods" -msgstr "P2 認証方式" - -# File: src/www/vpn_ipsec.php, line: 463 -msgid "disable phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 463 -msgid "enable phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 519 -msgid "edit phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 524 -msgid "delete phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 530 -msgid "clone phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 546 -msgid "move selected phase 2 entries to end" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 550 -msgid "delete selected phase 2 entries" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 557 -msgid "add phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 577 -msgid "move selected phase 1 entries to end" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 584 -msgid "delete selected phase 1 entries" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 589 -msgid "add new phase 1 entry" -msgstr "" - -msgid "Enable IPsec" -msgstr "IPsec を有効" - -msgid "Deleted IPsec Pre-Shared Key" -msgstr "削除された IPsec 事前共有鍵" - -msgid "Do you really want to delete this Pre-Shared Key?" -msgstr "本当にこの事前共有鍵を削除しますか?" - -msgid "The IPsec tunnel configuration has been changed" -msgstr "IPsec トンネル構成が変更されました" - -msgid "Identifier" -msgstr "識別子" - -# File: src/www/vpn_ipsec_keys.php, line: 129 -msgid "ANY USER" -msgstr "" - -#, fuzzy -msgid "edit" -msgstr "CA の編集" - -msgid "edit key" -msgstr "鍵の編集" - -msgid "delete key" -msgstr "鍵の削除" - -# File: src/www/vpn_ipsec_keys.php, line: 193 -# File: src/www/vpn_ipsec_keys_edit.php, line: 177 -msgid "PSK for any user can be set by using an identifier of any/ANY" -msgstr "" - -msgid "A user with this name already exists. Add the key to the user instead." -msgstr "この名前のユーザは既に存在しています。該当ユーザに鍵を追加します。" - -msgid "The identifier contains invalid characters." -msgstr "識別子に、無効な文字が含まれています" - -msgid "Another entry with the same identifier already exists." -msgstr "同じ識別子を持つ別のエントリがすでに存在しています。" - -msgid "Edited" -msgstr "編集済" - -msgid "Added" -msgstr "追加済" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 146 -msgid "" -"This can be either an IP address, fully qualified domain name or an e-mail " -"address." -msgstr "" - -msgid "Group Authentication Source" -msgstr "グループ認証元" - -msgid "User Authentication Source" -msgstr "ユーザ認証元" - -msgid "" -"A valid IP address for 'Virtual Address Pool Network' must be specified." -msgstr "「仮想アドレスプールネットワーク」に有効な IP アドレスを指定してください" - -msgid "A valid value for 'DNS Default Domain' must be specified." -msgstr "「DNS デフォルトドメイン」に有効な値を指定してください" - -msgid "A valid split DNS domain list must be specified." -msgstr "有効なスプリット DNS ドメインリストを指定してください。" - -msgid "A valid IP address for 'DNS Server #1' must be specified." -msgstr "「DNS サーバ #1」に有効な IP アドレスを指定してください" - -msgid "A valid IP address for 'DNS Server #2' must be specified." -msgstr "「DNS サーバ #2」に有効な IP アドレスを指定してください" - -msgid "A valid IP address for 'DNS Server #3' must be specified." -msgstr "「DNS サーバ #3」に有効な IP アドレスを指定してください" - -msgid "A valid IP address for 'DNS Server #4' must be specified." -msgstr "「DNS サーバ #4」に有効な IP アドレスを指定してください" - -msgid "A valid IP address for 'WINS Server #1' must be specified." -msgstr "「WINS サーバ #1」に有効な IP アドレスを指定してください" - -msgid "A valid IP address for 'WINS Server #2' must be specified." -msgstr "「WINS サーバ #2」に有効な IP アドレスを指定してください" - -msgid "Create Phase1" -msgstr "フェーズ 1 の新規作成" - -msgid "Please click Create to define one." -msgstr "定義を作成するには、クリックしてください" - -msgid "" -"Support for IPsec Mobile clients is enabled but a Phase1 definition was not " -"found" -msgstr "IPsec モバイルクライアント対応が有効になっていますが、フェーズ 1 の定義が見つかりません" - -msgid "IKE Extensions" -msgstr "IKE 拡張機能" - -msgid "Enable IPsec Mobile Client Support" -msgstr "IPsec モバイルクライアント対応を有効" - -msgid "Extended Authentication (Xauth)" -msgstr "拡張認証 (Xauth)" - -msgid "User Authentication" -msgstr "ユーザ認証" - -msgid "Group Authentication" -msgstr "グループ認証" - -msgid "system" -msgstr "システム" - -msgid "Client Configuration (mode-cfg)" -msgstr "クライアント構成 (mode-cfg)" - -msgid "Virtual Address Pool" -msgstr "仮想アドレスプール" - -msgid "Provide a virtual IP address to clients" -msgstr "クライアントに仮想 IP アドレスを提供" - -msgid "Network List" -msgstr "ネットワークリスト" - -msgid "Provide a list of accessible networks to clients" -msgstr "クライアントにアクセス可能なネットワークのリストを提供" - -msgid "Save Xauth Password" -msgstr "Xauth パスワードを保存" - -msgid "Allow clients to save Xauth passwords (Cisco VPN client only)." -msgstr "クライアントに Xauth パスワードの保存を許可 ( Cisco VPN クライアントのみ )" - -msgid "" -"NOTE: With iPhone clients, this does not work when deployed via the iPhone " -"configuration utility, only by manual entry." -msgstr "注意: iPhone クライアントの場合は、iPhone 構成ユーティリティでこれを展開すると動作しないため、手動で入力してください。" - -msgid "DNS Default Domain" -msgstr "DNS デフォルトドメイン" - -msgid "Provide a default domain name to clients" -msgstr "クライアントにデフォルトドメイン名を提供" - -msgid "Split DNS" -msgstr "スプリット DNS" - -msgid "" -"Provide a list of split DNS domain names to clients. Enter a comma separated " -"list." -msgstr "クライアントに提供する、スプリット DNS ドメイン名リストです。区切り文字にはセミコロンを使用してください。" - -msgid "" -"NOTE: If left blank, and a default domain is set, it will be used for this " -"value." -msgstr "注意: 空白にした場合、デフォルトドメインが設定されていれば、デフォルトドメインがこの値として使用されます。" - -msgid "DNS Servers" -msgstr "DNS サーバ" - -msgid "Provide a DNS server list to clients" -msgstr "クライアントに DNS サーバリストを提供" - -msgid "WINS Servers" -msgstr "WINS サーバ" - -msgid "Provide a WINS server list to clients" -msgstr "クライアントに WINS サーバリストを提供" - -msgid "Phase2 PFS Group" -msgstr "フェーズ 2 PFS グループ" - -msgid "" -"Provide the Phase2 PFS group to clients ( overrides all mobile phase2 " -"settings )" -msgstr "クライアントにフェーズ 2 PFS グループを提供 ( 全てのモバイルフェーズ 2 設定を上書きします )" - -msgid "Login Banner" -msgstr "ログインバナー" - -msgid "Provide a login banner to clients" -msgstr "クライアントにログインバナーを提供" - -# File: src/www/vpn_ipsec_phase1.php, line: 174 -msgid "EAP-TLS can only be used with IKEv2 type VPNs." -msgstr "" - -msgid "Remote gateway" -msgstr "リモートゲートウェイ" - -msgid "The P1 lifetime must be an integer." -msgstr "P1 有効期間は整数です" - -msgid "A valid remote gateway address or host name must be specified." -msgstr "有効なリモートゲートウェイアドレスまたはホスト名を指定してください。" - -msgid "" -"A valid remote gateway IPv4 address must be specified or you need to change " -"protocol to IPv6" -msgstr "有効なリモートゲートウェイ IPv4 アドレスを指定するか、プロトコルを IPv6 に変更してください。" - -msgid "" -"A valid remote gateway IPv6 address must be specified or you need to change " -"protocol to IPv4" -msgstr "有効なリモートゲートウェイ IPv6 アドレスを指定するか、プロトコルを IPv4 に変更してください。" - -# File: src/www/vpn_ipsec_phase1.php, line: 233 -msgid "The remote gateway \"%s\" is already used by phase1 \"%s\"." -msgstr "" - -msgid "There is a Phase 2 using IPv6, you cannot use IPv4." -msgstr "フェーズ 2 では IPv6 を使用しています。IPv4 は使用できません。" - -msgid "There is a Phase 2 using IPv4, you cannot use IPv6." -msgstr "フェーズ 2 では IPv4 を使用しています。IPv6 は使用できません。" - -msgid "Please enter an address for 'My Identifier'" -msgstr "「自分の識別子」のアドレスを入力してください" - -msgid "Please enter a keyid tag for 'My Identifier'" -msgstr "「自分の識別子」の keyid タグを入力してください" - -msgid "Please enter a fully qualified domain name for 'My Identifier'" -msgstr "「自分の識別子」の完全修飾ドメイン名を入力してください" - -msgid "Please enter a user and fully qualified domain name for 'My Identifier'" -msgstr "「自分の識別子」のユーザ FQDN を入力してください" - -msgid "Please enter a dynamic domain name for 'My Identifier'" -msgstr "「自分の識別子」のダイナミックドメイン名を入力してください" - -msgid "A valid IP address for 'My identifier' must be specified." -msgstr "「自分の識別子」には有効な IP アドレスを指定してください" - -msgid "A valid domain name for 'My identifier' must be specified." -msgstr "「自分の識別子」には有効なドメイン名を指定してください" - -msgid "A valid FQDN for 'My identifier' must be specified." -msgstr "「自分の識別子」には有効な FQDN を指定してください" - -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'My identifier' must " -"be specified." -msgstr "「自分の識別子」の有効なユーザ FQDN は、user@my.domain.com の形式で指定してください" - -msgid "A valid Dynamic DNS address for 'My identifier' must be specified." -msgstr "「自分の識別子」には有効なダイナミック DNS アドレスを指定してください" - -msgid "Please enter an address for 'Peer Identifier'" -msgstr "「ピア識別子」のアドレスを入力してください" - -msgid "Please enter a keyid tag for 'Peer Identifier'" -msgstr "「ピア識別子」の keyid タグを入力してください" - -msgid "Please enter a fully qualified domain name for 'Peer Identifier'" -msgstr "「ピア識別子」の完全修飾ドメイン名を入力してください" - -msgid "" -"Please enter a user and fully qualified domain name for 'Peer Identifier'" -msgstr "「ピア識別子」のユーザ FQDN を入力してください" - -msgid "A valid IP address for 'Peer identifier' must be specified." -msgstr "「ピア識別子」には有効な IP アドレスを指定してください" - -msgid "A valid domain name for 'Peer identifier' must be specified." -msgstr "「ピア識別子」には有効なドメイン名を指定してください" - -msgid "A valid FQDN for 'Peer identifier' must be specified." -msgstr "「ピア識別子」には有効な FQDN を指定してください" - -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'Peer identifier' " -"must be specified." -msgstr "「ピア識別子」の有効なユーザ FQDN は、user@my.domain.com の形式で指定してください" - -msgid "A numeric value must be specified for DPD delay." -msgstr "DPD 遅延 には数値を指定してください" - -msgid "A numeric value must be specified for DPD retries." -msgstr "DPD 再試行 には数値を指定してください" - -# File: src/www/vpn_ipsec_phase1.php, line: 345 -msgid "Invalid argument for key exchange protocol version." -msgstr "" - -msgid "General information" -msgstr "全般情報" - -msgid "Disable this phase1 entry" -msgstr "このフェーズ 1 エントリを無効" - -# File: src/www/vpn_ipsec_phase1.php, line: 600 -msgid "" -"Set this option to disable this phase1 without removing it from the list." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 606 -msgid "Connection method" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 611 -msgid "Respond only" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 612 -msgid "Start on traffic" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 613 -msgid "Start immediate" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 616 -msgid "" -"Choose the connect behaviour here, when using CARP you might want to " -"consider the Repond only option here (wait for the other side to connect)." -msgstr "" - -#, fuzzy -msgid "Key Exchange version" -msgstr "パッケージバージョン" - -# File: src/www/vpn_ipsec_phase1.php, line: 634 -msgid "" -"Select the KeyExchange Protocol version to be used. Usually known as IKEv1 " -"or IKEv2." -msgstr "" - -msgid "Internet Protocol" -msgstr "インターネットプロトコル" - -# File: src/www/vpn_ipsec_phase1.php, line: 655 -msgid "Select the Internet Protocol family from this dropdown." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 695 -msgid "Select the interface for the local endpoint of this phase1 entry." -msgstr "" - -msgid "Enter the public IP address or host name of the remote gateway" -msgstr "パブリック IP アドレス、またはリモートゲートウェイのホスト名を入力してください" - -msgid "Phase 1 proposal (Authentication)" -msgstr "フェーズ 1 プロポーザル ( 認証 )" - -msgid "Authentication method" -msgstr "認証方法" - -# File: src/www/vpn_ipsec_phase1.php, line: 753 -# File: src/www/vpn_ipsec_phase1.php, line: 932 -# File: src/www/vpn_ipsec_phase1.php, line: 963 -msgid "Must match the setting chosen on the remote side." -msgstr "" - -msgid "Negotiation mode" -msgstr "ネゴシエーションモード" - -# File: src/www/vpn_ipsec_phase1.php, line: 772 -msgid "Aggressive is more flexible, but less secure." -msgstr "" - -msgid "My identifier" -msgstr "自分の識別子" - -msgid "My IP address" -msgstr "自分の IP アドレス" - -msgid "ASN.1 distinguished Name" -msgstr "ASN.1 識別名" - -msgid "KeyID tag" -msgstr "鍵 ID タグ" - -msgid "Peer identifier" -msgstr "ピア識別子" - -msgid "Peer IP address" -msgstr "ピア IP アドレス" - -# File: src/www/vpn_ipsec_phase1.php, line: 830 -msgid "" -"NOTE: This is known as the \"group\" setting on some VPN client " -"implementations." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 841 -msgid "Input your Pre-Shared Key string." -msgstr "" - -msgid "My Certificate" -msgstr "自分の証明書" - -# File: src/www/vpn_ipsec_phase1.php, line: 861 -msgid "Select a certificate previously configured in the Certificate Manager." -msgstr "" - -msgid "My Certificate Authority" -msgstr "自分の認証局" - -# File: src/www/vpn_ipsec_phase1.php, line: 884 -msgid "" -"Select a certificate authority previously configured in the Certificate " -"Manager." -msgstr "" - -#, fuzzy -msgid "Phase 1 proposal (Algorithms)" -msgstr "フェーズ 1 プロポーザル ( 認証 )" - -msgid "Encryption algorithm" -msgstr "暗号化アルゴリズム" - -msgid "Hash algorithm" -msgstr "ハッシュアルゴリズム" - -msgid "DH key group" -msgstr "DH 鍵グループ" - -#, fuzzy -msgid "Disable Rekey" -msgstr "無効" - -#, fuzzy -msgid "Whether a connection should be renegotiated when it is about to expire." -msgstr "接続数は 1 より大きい値を設定してください" - -#, fuzzy -msgid "Disable Reauth" -msgstr "CARP を無効" - -# File: src/www/vpn_ipsec_phase1.php, line: 994 -msgid "" -"Whether rekeying of an IKE_SA should also reauthenticate the peer. In IKEv1, " -"reauthentication is always done." -msgstr "" - -msgid "NAT Traversal" -msgstr "NAT トラバーサル" - -msgid "Force" -msgstr "強制" - -# File: src/www/vpn_ipsec_phase1.php, line: 1012 -msgid "" -"Set this option to enable the use of NAT-T (i.e. the encapsulation of ESP in " -"UDP packets) if needed, which can help with clients that are behind " -"restrictive firewalls." -msgstr "" - -msgid "Dead Peer Detection" -msgstr "デッドピア検知" - -msgid "Enable DPD" -msgstr "DPD を有効" - -# File: src/www/vpn_ipsec_phase1.php, line: 1029 -msgid "Delay between requesting peer acknowledgement." -msgstr "" - -msgid "retries" -msgstr "再試行" - -# File: src/www/vpn_ipsec_phase1.php, line: 1035 -msgid "Number of consecutive failures allowed before disconnect." -msgstr "" - -msgid "A valid ikeid must be specified." -msgstr "有効な ikeid を指定してください" - -msgid "Local network type" -msgstr "ローカルネットワークタイプ" - -#, fuzzy -msgid "Unique Identifier" -msgstr "DUID 識別子" - -msgid "Remote network type" -msgstr "リモートネットワークタイプ" - -msgid "A valid local network bit count must be specified." -msgstr "有効なローカルネットワークビット数を指定してください" - -msgid "A valid local network IP address must be specified." -msgstr "有効なローカルネットワーク IP アドレスを指定してください" - -msgid "" -"A valid local network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "有効なローカルネットワーク IPv4 アドレスを指定するか、IPv6 モードに変更してください。" - -msgid "" -"A valid local network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "有効なローカルネットワーク IPv6 アドレスを指定するか、IPv4 モードに変更してください。" - -msgid "Invalid Local Network." -msgstr "無効なローカルネットワークです" - -msgid "has no subnet." -msgstr "にサブネットがありません" - -msgid "A valid NAT local network bit count must be specified." -msgstr "有効な NAT ローカルネットワークビット数を指定してください。" - -msgid "" -"You cannot configure a network type address for NAT while only an address " -"type is selected for local source." -msgstr "ローカル送信元に対して、アドレス型のみが選択されている場合は、NAT にネットワーク型アドレスの構成ができません。" - -msgid "A valid NAT local network IP address must be specified." -msgstr "有効な NAT ローカルネットワーク IP アドレスを指定してください。" - -msgid "" -"A valid NAT local network IPv4 address must be specified or you need to " -"change Mode to IPv6" -msgstr "有効な NAT ローカルネットワーク IPv4 アドレスを指定するか、IPv6 モードに変更してください。" - -msgid "" -"A valid NAT local network IPv6 address must be specified or you need to " -"change Mode to IPv4" -msgstr "有効な NAT ローカルネットワーク IPv6 アドレスを指定するか、IPv4 モードに変更してください。" - -# File: src/www/vpn_ipsec_phase2.php, line: 299 -msgid "" -"BINAT requires that the netmask of the local network matches the one of the " -"NAT/BINAT network." -msgstr "" - -msgid "A valid remote network bit count must be specified." -msgstr "有効なリモートネットワークビット数を指定してください" - -msgid "A valid remote network IP address must be specified." -msgstr "有効なリモートネットワークの IP アドレスを指定してください" - -msgid "" -"A valid remote network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "有効なリモートローカルネットワーク IPv4 アドレスを指定するか、IPv6 モードに変更してください。" - -msgid "" -"A valid remote network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "有効なリモートローカルネットワーク IPv6 アドレスを指定するか、IPv4 モードに変更してください。" - -msgid "Phase2 with this Local Network is already defined for mobile clients." -msgstr "このローカルネットワークにおけるフェーズ 2 は、モバイルクライアントで既に定義されています。" - -msgid "" -"Phase2 with this Local/Remote networks combination is already defined for " -"this Phase1." -msgstr "このローカル / リモートネットワークにおけるフェーズ 2 の組み合わせは、このフェーズ 1 で既に定義されています。" - -msgid "At least one encryption algorithm must be selected." -msgstr "1 つ以上の暗号化アルゴリズムを選択してください" - -#, fuzzy -msgid "At least one hashing algorithm needs to be selected." -msgstr "1 つ以上の暗号化アルゴリズムを選択してください" - -msgid "The P2 lifetime must be an integer." -msgstr "P2 有効期間は整数です" - -msgid "Disable this phase2 entry" -msgstr "このフェーズ 2 エントリを無効" - -msgid "" -"Set this option to disable this phase2 entry without removing it from the " -"list" -msgstr "このオプションを設定すると、リストから削除せずに、フェーズ 2 でこの項目を無効にします" - -msgid "Local Network" -msgstr "ローカルネットワーク" - -msgid "%s subnet" -msgstr "%s サブネット" - -# File: src/www/vpn_ipsec_phase2.php, line: 725 -msgid "NAT/BINAT" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 746 -msgid "NAT Type" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 756 -msgid "BINAT" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 760 -msgid "" -"Enforce the type of NAT by choosing either NAT or BINAT. Leave it to Auto to " -"let OPNsense automatically choose the best NAT option." -msgstr "" - -msgid "" -"In case you need NAT/BINAT on this network specify the address to be " -"translated" -msgstr "このネットワークで NAT/BINAT が必要な場合は、変換されるアドレスを指定します。" - -msgid "Remote Network" -msgstr "リモートネットワーク" - -msgid "Phase 2 proposal (SA/Key Exchange)" -msgstr "フェーズ 2 プロポーザル ( SA / 鍵交換 )" - -msgid "ESP is encryption, AH is authentication only" -msgstr "ESP は暗号化、AH は認証のみです" - -msgid "Encryption algorithms" -msgstr "暗号化アルゴリズム" - -msgid "" -"Hint: use 3DES for best compatibility or if you have a hardware crypto " -"accelerator card. Blowfish is usually the fastest in software encryption" -msgstr "" -"ヒント: 一番互換性が高いものを選択する場合、もしくは、ハードウェア暗号アクセラレータカードがある場合は、3DES を使用します。Blowfish " -"は、通常ソフトウェア暗号化では最速です。" - -msgid "Hash algorithms" -msgstr "ハッシュアルゴリズム" - -msgid "PFS key group" -msgstr "PFS 鍵グループ" - -msgid "Set globally in mobile client options" -msgstr "モバイルクライアントオプションで全般的に設定" - -msgid "Automatically ping host" -msgstr "自動的に ping をするホスト" - -msgid "IPSec Advanced Settings" -msgstr "IPSec 詳細設定" - -# File: src/www/vpn_ipsec_settings.php, line: 162 -msgid "LAN security associations" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 175 -msgid "Do not install LAN SPD" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 177 -msgid "" -"By default, if IPSec is enabled negating SPD are inserted to provide " -"protection. This behaviour can be changed by enabling this setting which " -"will prevent installing these SPDs." -msgstr "" - -msgid "Security Associations" -msgstr "セキュリティアソシエーション" - -msgid "Prefer older IPsec SAs" -msgstr "古い IPsec SA を優先" - -msgid "" -"By default, if several SAs match, the newest one is preferred if it's at " -"least 30 seconds old. Select this option to always prefer old SAs over new " -"ones." -msgstr "" -"デフォルトでは、複数の SA が一致した場合、30 秒以上経過している SA " -"の中で一番新しいものが優先されます。このオプションを選択すると、新しいものではなく、常に古い SA を優先します。" - -msgid "IPsec Debug" -msgstr "IPsec デバッグ" - -# File: src/www/vpn_ipsec_settings.php, line: 197 -msgid "Start IPSec in debug mode based on sections selected" -msgstr "" - -#, fuzzy -msgid "" -"Launches IPSec in debug mode so that more verbose logs will be generated to " -"aid in troubleshooting." -msgstr "racoon をデバッグモードで起動し、トラブルシューティングに役立つ、より詳細なログを生成させます。" - -# File: src/www/vpn_ipsec_settings.php, line: 226 -msgid "IPsec Reload on Failover" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 231 -msgid "Force IPsec Reload on Failover" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 233 -msgid "" -"In some circumstances using a gateway group as the interface for an IPsec " -"tunnel does not function properly, and IPsec must be forcefully reloaded " -"when a failover occurs. Because this will disrupt all IPsec tunnels, this " -"behavior is disabled by default. Check this box to force IPsec to fully " -"reload on failover." -msgstr "" - -msgid "Maximum MSS" -msgstr "最大 MSS" - -msgid "Enable MSS clamping on VPN traffic" -msgstr "VPN トラフィックで MSS クランプを有効" - -msgid "" -"Enable MSS clamping on TCP flows over VPN. This helps overcome problems with " -"PMTUD on IPsec VPN links. If left blank, the default value is 1400 bytes. " -msgstr "" -"VPN を流れる TCP で MSS クランプを有効にします。IPsec VPN リンクにおける PMTUD 問題を解決するのに役立ちます。空白の場合、" -"デフォルト値は 1400 バイトです。" - -msgid "Remote start address" -msgstr "リモート開始アドレス" - -msgid "Server address" -msgstr "サーバアドレス" - -msgid "RADIUS server address" -msgstr "RADIUS サーバアドレス" - -msgid "RADIUS shared secret" -msgstr "RADIUS 共有秘密鍵" - -msgid "A valid server address must be specified." -msgstr "有効なサーバアドレスを指定してください" - -msgid "" -"'Server address' parameter should NOT be set to any IP address currently in " -"use on this firewall." -msgstr "「サーバアドレス」パラメータには、このファイアウォールで現在使用している IP アドレスは設定「できません」。" - -msgid "A valid remote start address must be specified." -msgstr "有効なリモート開始アドレスを指定する必要があります" - -msgid "A valid RADIUS server address must be specified." -msgstr "有効な RADIUS サーバのアドレスを指定する必要があります" - -msgid "The specified server address lies in the remote subnet." -msgstr "指定されたサーバアドレスはリモートサブネットにあります" - -msgid "The specified server address is equal to the LAN interface address." -msgstr "指定されたサーバアドレスは LAN インタフェースのアドレスと同じです" - -msgid "Enable L2TP server" -msgstr "L2TP サーバを有効" - -msgid "Server Address" -msgstr "サーバアドレス" - -# File: src/www/vpn_l2tp.php, line: 328 -msgid "" -"Enter the IP address the L2TP server should give to clients for use as their " -"\"gateway\"." -msgstr "" - -msgid "Typically this is set to an unused IP just outside of the client range" -msgstr "通常は、クライアントの範囲に含まれない未使用の IP を設定します" - -# File: src/www/vpn_l2tp.php, line: 333 -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall." -msgstr "" - -msgid "Remote Address Range" -msgstr "リモートアドレス範囲" - -msgid "Specify the starting address for the client IP address subnet." -msgstr "クライアントの IP アドレスサブネットの開始アドレスを指定してください。" - -msgid "is" -msgstr "の場合は" - -msgid "Number of L2TP users" -msgstr "L2TP ユーザ数" - -# File: src/www/vpn_l2tp.php, line: 377 -msgid "10 is ten L2TP clients" -msgstr "" - -msgid "Secret" -msgstr "秘密鍵" - -msgid "" -"Specify optional secret shared between peers. Required on some " -"devices/setups." -msgstr "ピア間で共有するオプションの秘密鍵を指定してください。一部のデバイス / 設定で必要になります。" - -msgid "Authentication Type" -msgstr "認証タイプ" - -msgid "CHAP" -msgstr "CHAP" - -msgid "PAP" -msgstr "PAP" - -msgid "Specifies which protocol to use for authentication." -msgstr "認証に使用するプロトコルを指定してください。" - -msgid "L2TP DNS Servers" -msgstr "L2TP DNS サーバ" - -msgid "primary and secondary DNS servers assigned to L2TP clients" -msgstr "L2TP クライアントに割当てられた、プライマリ及びセカンダリ DNS サーバ" - -msgid "WINS Server" -msgstr "WINS サーバ" - -msgid "RADIUS" -msgstr "RADIUS" - -msgid "Use a RADIUS server for authentication" -msgstr "認証に RADIUS サーバを使用" - -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used." -msgstr "設定すると、全てのユーザは下記で指定された RADIUS サーバを使用して認証されます。ローカルユーザデータベースは使用されません。" - -msgid "Enable RADIUS accounting" -msgstr "RADIUS アカウンティングを有効" - -msgid "Sends accounting packets to the RADIUS server." -msgstr "RADIUS サーバにアカウンティングパケットを送信します。" - -msgid "RADIUS Server" -msgstr "RADIUS サーバ" - -msgid "Enter the IP address of the RADIUS server." -msgstr "RADIUS サーバの IP アドレスを入力してください。" - -msgid "RADIUS Shared Secret" -msgstr "RADIUS 共有秘密鍵" - -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server." -msgstr "RADIUS サーバへの認証に使用される、共有秘密鍵を入力してください。" - -msgid "RADIUS Issued IP's" -msgstr "RADIUS IP 割当て" - -msgid "Issue IP Addresses via RADIUS server." -msgstr "RADIUS サーバ経由で IP アドレスを割り当てます。" - -msgid "" -"Don't forget to add a firewall rule to permit traffic from L2TP clients!" -msgstr "L2TP クライアントからのトラフィックを許可するファイアウォールルールを必ず追加してください!" - -msgid "Warning: RADIUS is enabled. The local user database will not be used." -msgstr "警告: RADIUS が有効になっています。ローカルユーザデータベースは使用されません。" - -msgid "The l2tp user list has been modified" -msgstr "L2TP ユーザリストは変更されました" - -msgid "Warning: this will terminate all current l2tp sessions!" -msgstr "警告: 現在の L2TP セッションは、全て終了します!" - -msgid "You must apply the changes in order for them to take effect" -msgstr "有効にするには、変更を適用してください。" - -msgid "The password contains invalid characters." -msgstr "パスワードに無効な文字が含まれています" - -msgid "The IP address entered is not valid." -msgstr "入力した IP アドレスは無効です" - -msgid "confirmation" -msgstr "確認" - -msgid "If you want to change the users password, enter it here twice." -msgstr "ユーザパスワードを変更する場合は、ここに 2 回入力してください。" - -msgid "" -"If you want the user to be assigned a specific IP address, enter it here." -msgstr "ユーザに特定の IP アドレスを割当てる場合は、ここに入力してください。" - -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv6 " -"protocol and an IPv4 IP address." -msgstr "プロトコルと IP アドレスファミリが一致しません。IPv6 プロトコルと IPv4 IP アドレスは選択できません。" - -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv4 " -"protocol and an IPv6 IP address." -msgstr "プロトコルと IP アドレスファミリが一致しません。IPv4 プロトコルと IPv6 IP アドレスは選択できません。" - -msgid "" -"An IPv4 protocol was selected, but the selected interface has no IPv4 " -"address." -msgstr "IPv4 プロトコルが選択されましたが、選択したインタフェースは IPv4 アドレスではありません。" - -msgid "" -"An IPv6 protocol was selected, but the selected interface has no IPv6 " -"address." -msgstr "IPv6 プロトコルが選択されましたが、選択したインタフェースは IPv6 アドレスではありません。" - -# File: src/www/vpn_openvpn_client.php, line: 178 -msgid "" -"The field Local port must contain a valid port, ranging from 0 to 65535." -msgstr "" - -msgid "The specified 'Local port' is in use. Please select another value" -msgstr "指定された「ローカルポート」は使用されています。別の値を選択してください" - -# File: src/www/vpn_openvpn_client.php, line: 186 -# File: src/www/vpn_openvpn_client.php.orig, line: 186 -msgid "" -"The field Server host or address must contain a valid IP address or domain " -"name." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 190 -msgid "" -"The field Server port must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 195 -# File: src/www/vpn_openvpn_client.php.orig, line: 195 -msgid "" -"The field Proxy host or address must contain a valid IP address or domain " -"name." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 198 -msgid "" -"The field Proxy port must contain a valid port, ranging from 0 to 65535." -msgstr "" - -msgid "User name and password are required for proxy with authentication." -msgstr "認証付きプロキシには、ユーザ名とパスワードが必要です。" - -msgid "The bandwidth limit must be a positive numeric value." -msgstr "帯域幅制限は、正の数値です" - -msgid "The field 'Shared Key' does not appear to be valid" -msgstr "「共有鍵」フィールドは有効ではないようです" - -msgid "The field 'TLS Authentication Key' does not appear to be valid" -msgstr "「TLS 認証鍵」フィールドは有効ではないようです" - -msgid "Shared key" -msgstr "共有鍵" - -# File: src/www/vpn_openvpn_client.php, line: 288 -msgid "" -"If no Client Certificate is selected, a username and password must be " -"entered." -msgstr "" - -msgid "add client" -msgstr "クライアントの追加" - -msgid "" -"Set this option to disable this client without removing it from the list" -msgstr "このオプションを設定すると、リストから削除せずに、このクライアントを無効にします" - -msgid "Server Mode" -msgstr "サーバモード" - -msgid "Peer to Peer ( SSL/TLS )" -msgstr "ピアツーピア ( SSL/TLS )" - -msgid "Peer to Peer ( Shared Key )" -msgstr "ピアツーピア ( 共有鍵 )" - -msgid "Device mode" -msgstr "デバイスモード" - -msgid "Local port" -msgstr "ローカルポート" - -msgid "" -"Set this option if you would like to bind to a specific port. Leave this " -"blank or enter 0 for a random dynamic port." -msgstr "このオプションを設定すると、特定のポートをバインドできます。空白にするか、0 を入力すると、ランダム動的ポートになります。" - -msgid "Server host or address" -msgstr "サーバのホスト名またはアドレス" - -msgid "Server port" -msgstr "サーバポート" - -msgid "Proxy host or address" -msgstr "プロキシのホスト名またはアドレス" - -msgid "Proxy port" -msgstr "プロキシポート" - -msgid "Proxy authentication extra options" -msgstr "プロキシ認証追加オプション" - -msgid "basic" -msgstr "基本" - -msgid "ntlm" -msgstr "NTLM" - -msgid "Server host name resolution" -msgstr "サーバホスト名の名前解決" - -msgid "Infinitely resolve server" -msgstr "サーバを継続的に名前解決" - -msgid "" -"Continuously attempt to resolve the server host name. Useful when " -"communicating with a server that is not permanently connected to the Internet" -msgstr "サーバホスト名の名前解決を、継続的に試みます。インターネットと常時接続されていないサーバとの通信時に便利です。" - -#, fuzzy -msgid "User Authentication Settings" -msgstr "ユーザ認証元" - -#, fuzzy -msgid "User name/pass" -msgstr "ユーザ名" - -#, fuzzy -msgid "Leave empty when no user name and password are needed." -msgstr "ログインするにはユーザ名とパスワードを入力してください" - -msgid "Cryptographic Settings" -msgstr "暗号化設定" - -msgid "TLS Authentication" -msgstr "TLS 認証" - -msgid "Enable authentication of TLS packets" -msgstr "TLS パケット認証を有効" - -msgid "Automatically generate a shared TLS authentication key" -msgstr "自動的に共有 TLS 認証鍵を生成" - -msgid "Paste your shared key here" -msgstr "ここに自分の共有鍵を貼り付けてください" - -# File: src/www/vpn_openvpn_client.php, line: 752 -# File: src/www/vpn_openvpn_client.php.orig, line: 752 -msgid "(Username and Password required)" -msgstr "" - -msgid "No Certificates defined." -msgstr "定義された証明書はありません。" - -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -msgid "if one is required for this connection." -msgstr "" - -msgid "Shared Key" -msgstr "共有鍵" - -msgid "Automatically generate a shared key" -msgstr "自動的に共有鍵を生成" - -#, fuzzy -msgid "Auth Digest Algorithm" -msgstr "ダイジェストアルゴリズム" - -# File: src/www/vpn_openvpn_client.php, line: 956 -msgid "" -"NOTE: Leave this set to SHA1 unless the server is set to match. SHA1 is the " -"default for OpenVPN." -msgstr "" - -msgid "Hardware Crypto" -msgstr "ハードウェア暗号" - -msgid "IPv4 Tunnel Network" -msgstr "IPv4 トンネルネットワーク" - -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 assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" -"このクライアントとサーバ間の、プライベート通信に使用される仮想ネットワークで、CIDR ( 例: 10.0.8.0/24 ) " -"を使用して表記します。最初のネットワークアドレスは、サーバアドレスと見なされ、2 " -"番目のネットワークアドレスは、クライアントの仮想インタフェースに割当てられます。" - -msgid "IPv6 Tunnel Network" -msgstr "IPv6 トンネルネットワーク" - -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 is assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" -"このクライアントとサーバ間の、プライベート通信に使用される IPv6 仮想ネットワークで、CIDR ( 例: fe80::/64 ) " -"を使用して表記します。最初のネットワークアドレスは、サーバアドレスと見なされ、2 " -"番目のネットワークアドレスは、クライアントの仮想インタフェースに割当てられます。" - -msgid "IPv4 Remote Network/s" -msgstr "IPv4 リモートネットワーク" - -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" -"トンネル経由でルーティングされる IPv4 ネットワークです。ルーティングテーブルを手動で変更せずに、サイト間 VPN 接続を確立させることができます。" -"1 つ以上の CIDR 範囲のカンマ区切りリストとして表記します。サイト間 VPN の場合は、リモート LAN " -"をここに入力してください。他のクライアントとの通信しか行わない場合は、空白にしてください。" - -msgid "IPv6 Remote Network/s" -msgstr "IPv6 リモートネットワーク" - -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" -"トンネル経由でルーティングされる IPv6 ネットワークです。ルーティングテーブルを手動で変更せずに、サイト間 VPN 接続を確立させることができます。" -"1 つ以上の IP/PREFIX のカンマ区切りリストとして表記します。サイト間 VPN の場合は、リモート LAN " -"をここに入力してください。他のクライアントとの通信しか行わない場合は、空白にしてください。" - -msgid "Limit outgoing bandwidth" -msgstr "上り帯域幅制限" - -msgid "" -"Maximum outgoing bandwidth for this tunnel. Leave empty for no limit. The " -"input value has to be something between 100 bytes/sec and 100 Mbytes/sec (" -"entered as bytes per second)" -msgstr "" -"このトンネルの上り帯域幅の最大値です。無制限にする場合は空白にしてください入力する値は、100 byte/sec - 100 Mbyte/sec " -"になるようにしてください。( 入力する単位: byte/sec )" - -# File: src/www/vpn_openvpn_client.php, line: 1062 -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently." -msgstr "" - -msgid "Type-of-Service" -msgstr "サービスタイプ (TOS)" - -msgid "" -"Set the TOS IP header value of tunnel packets to match the encapsulated " -"packet value" -msgstr "カプセル化されたパケットの値と一致する、トンネルパケットの TOS IP ヘッダの値を設定してください。" - -#, fuzzy -msgid "Disable IPv6" -msgstr "無効" - -# File: src/www/vpn_openvpn_client.php, line: 1095 -# File: src/www/vpn_openvpn_server.php, line: 1577 -msgid "Don't forward IPv6 traffic" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1104 -msgid "Don't pull routes" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 967 -msgid "" -"Don't add or remove routes automatically. Instead pass routes to %s--route-" -"up%s script using environmental variables" -msgstr "" - -#, fuzzy -msgid "Don't add/remove routes" -msgstr "次へのルートを削除: " - -# File: src/www/vpn_openvpn_client.php, line: 1134 -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 properties of the client's TUN/TAP interface" -msgstr "" - -msgid "Advanced configuration" -msgstr "高度な構成" - -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"configuration here, separated by a semicolon" -msgstr "OpenVPN クライアントに追加する、追加オプションを入力してください。セミコロン区切りです。" - -msgid "EXAMPLE:" -msgstr "例: " - -#, fuzzy -msgid "Verbosity level" -msgstr "第 1 階層タグ" - -# File: src/www/vpn_openvpn_client.php, line: 1011 -# File: src/www/vpn_openvpn_server.php, line: 1680 -msgid "" -"Each level shows all info from the previous levels. Level 3 is recommended " -"if you want a good summary of what's happening without being swamped by " -"output." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1012 -# File: src/www/vpn_openvpn_server.php, line: 1681 -msgid "%snone%s -- No output except fatal errors." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1013 -# File: src/www/vpn_openvpn_server.php, line: 1682 -msgid "%sdefault%s-%s4%s -- Normal usage range." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1014 -# File: src/www/vpn_openvpn_server.php, line: 1683 -msgid "" -"%s5%s -- Output R and W characters to the console for each packet read and " -"write, uppercase is used for TCP/UDP packets and lowercase is used for TUN/" -"TAP packets." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1015 -# File: src/www/vpn_openvpn_server.php, line: 1684 -msgid "%s6%s-%s11%s -- Debug info range." -msgstr "" - -msgid "delete client" -msgstr "クライアントの削除" - -msgid "The field 'NTP Server #3' must contain a valid IP address" -msgstr "「NTP サーバ #3」フィールドには、有効な IP アドレスが必要です" - -msgid "The field 'NTP Server #4' must contain a valid IP address" -msgstr "「NTP サーバ #4」フィールドには、有効な IP アドレスが必要です" - -msgid "Do you really want to delete this csc?" -msgstr "本当にこの CSC を削除しますか?" - -msgid "add csc" -msgstr "CSC の追加" - -msgid "" -"Set this option to disable this client-specific override without removing it " -"from the list" -msgstr "このオプションを設定すると、リストから削除せずに、このクライアント固有の上書きを無効にします" - -msgid "Common name" -msgstr "コモンネーム" - -msgid "Enter the client's X.509 common name here" -msgstr "クライアントの X.509 コモンネームを、ここに入力してください" - -msgid "Connection blocking" -msgstr "接続拒否" - -msgid "Block this client connection based on its common name" -msgstr "コモンネームに基づいた接続で、このクライアントを拒否" - -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 "" -"セキュリティ侵害を受けた鍵やパスワードを持つクライアントを永続的に無効にする用途で、このオプションを使用しないでください。その場合は、CRL ( " -"証明書失効リスト ) を使用します。" - -msgid "Tunnel Network" -msgstr "トンネルネットワーク" - -msgid "IPv4 Local Network/s" -msgstr "IPv4 ローカルネットワーク" - -# File: src/www/vpn_openvpn_csc.php, line: 452 -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 "" - -# File: src/www/vpn_openvpn_csc.php, line: 454 -# File: src/www/vpn_openvpn_csc.php, line: 464 -msgid "" -"NOTE: You do not need to specify networks here if they have already been " -"defined on the main server configuration." -msgstr "" - -msgid "IPv6 Local Network/s" -msgstr "IPv6 ローカルネットワーク" - -#, fuzzy -msgid "" -"These are the IPv6 networks that will be accessible from this particular " -"client. Expressed as a comma-separated list of one or more IP/PREFIX " -"networks." -msgstr "" -"リモートエンドポイントからアクセス可能な IPv6 ネットワークです。1 つ以上の IP/PREFIX のカンマ区切りリストとして表記します。リモート機器" -"に対して、このトンネルを経由したローカルネットワークへのルートを追加したくない場合は、空白にしてください。一般的には、自分の LAN " -"ネットワークに対して設定します。" - -#, fuzzy -msgid "" -"These are the IPv4 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more CIDR ranges. You may leave this blank if " -"there are no client-side networks to be routed" -msgstr "" -"トンネル経由でルーティングされる IPv4 ネットワークです。ルーティングテーブルを手動で変更せずに、サイト間 VPN 接続を確立させることができます。" -"1 つ以上の CIDR 範囲のカンマ区切りリストとして表記します。サイト間 VPN の場合は、リモート LAN をここに入力してください。サイト間 " -"VPN を使用しない場合は、空白にしてください。" - -# File: src/www/vpn_openvpn_csc.php, line: 478 -msgid "" -"NOTE: Remember to add these subnets to the IPv4 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 439 -msgid "" -"These are the IPv6 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more IP/PREFIX networks. You may leave this " -"blank if there are no client-side networks to be routed." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 492 -msgid "" -"NOTE: Remember to add these subnets to the IPv6 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" - -msgid "Redirect Gateway" -msgstr "リダイレクトゲートウェイ" - -msgid "Force all client generated traffic through the tunnel" -msgstr "トンネル経由のトラフィックを生成する、全てのクライアントに強制" - -msgid "Server Definitions" -msgstr "サーバ定義" - -# File: src/www/vpn_openvpn_csc.php, line: 470 -msgid "Prevent this client from receiving any server-defined client settings." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 491 -# File: src/www/vpn_openvpn_csc.php, line: 510 -# File: src/www/vpn_openvpn_csc.php, line: 569 -# File: src/www/vpn_openvpn_server.php, line: 1511 -# File: src/www/vpn_openvpn_server.php, line: 1551 -# File: src/www/vpn_openvpn_server.php, line: 1625 -msgid "Server #1:" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 493 -# File: src/www/vpn_openvpn_csc.php, line: 512 -# File: src/www/vpn_openvpn_csc.php, line: 571 -# File: src/www/vpn_openvpn_server.php, line: 1515 -# File: src/www/vpn_openvpn_server.php, line: 1555 -# File: src/www/vpn_openvpn_server.php, line: 1629 -msgid "Server #2:" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 495 -# File: src/www/vpn_openvpn_server.php, line: 1519 -msgid "Server #3:" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 497 -# File: src/www/vpn_openvpn_server.php, line: 1523 -msgid "Server #4:" -msgstr "" - -msgid "NTP Servers" -msgstr "NTP サーバ" - -msgid "Provide a NTP server list to clients" -msgstr "クライアントに NTP サーバリストを提供" - -msgid "NetBIOS Options" -msgstr "NetBIOS オプション" - -msgid "Enable NetBIOS over TCP/IP" -msgstr "NetBIOS over TCP/IP を有効" - -msgid "" -"If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) " -"will be disabled" -msgstr "" -"このオプションが設定されていない場合は、全ての NetBIOS over TCP/IP オプション ( WINS も含む ) は無効になります。" - -msgid "Node Type" -msgstr "ノードタイプ" - -# File: src/www/vpn_openvpn_csc.php, line: 547 -# File: src/www/vpn_openvpn_server.php, line: 1595 -msgid "" -"Possible options: b-node (broadcasts), p-node (point-to-point name queries " -"to a WINS server), m-node (broadcast then query name server), and h-node (" -"query name server, then broadcast)." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 555 -msgid "" -"A NetBIOS Scope\tID provides an extended naming service for\tNetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" - -msgid "" -"Enter any additional options you would like to add for this client specific " -"override, separated by a semicolon" -msgstr "クライアント固有の上書きに追加する、追加オプションを入力してください。セミコロン区切りです。" - -msgid "EXAMPLE: push \"route 10.0.0.0 255.255.255.0\"" -msgstr "例: push \"route 10.0.0.0 255.255.255.0\"" - -msgid "delete csc" -msgstr "CSC の削除" - -msgid "Additional OpenVPN client specific overrides can be added here." -msgstr "OpenVPN クライアント固有の上書きは、ここで追加できます。" - -# File: src/www/vpn_openvpn_export.php, line: 139 -# File: src/www/vpn_openvpn_export_shared.php, line: 79 -msgid "You need to specify an IP or hostname." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 149 -msgid "" -"You cannot use Microsoft Certificate Storage with an Inline configuration." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 152 -msgid "" -"You cannot use Microsoft Certificate Storage with a Yealink or SNOM " -"configuration." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 163 -# File: src/www/vpn_openvpn_export_shared.php, line: 88 -msgid "You need to specify an address for the proxy port." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 168 -# File: src/www/vpn_openvpn_export_shared.php, line: 93 -msgid "You need to specify a port for the proxy ip." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 179 -# File: src/www/vpn_openvpn_export_shared.php, line: 101 -msgid "You need to specify a username with the proxy config." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 184 -# File: src/www/vpn_openvpn_export_shared.php, line: 106 -msgid "You need to specify a password with the proxy user." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 246 -# File: src/www/vpn_openvpn_export_shared.php, line: 119 -msgid "Failed to export config files!" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 338 -# File: src/www/vpn_openvpn_export_shared.php, line: 177 -msgid "Please specify an IP address or hostname." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 367 -msgid "The password or confirm field is empty" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 371 -msgid "The password and confirm fields must match" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 385 -# File: src/www/vpn_openvpn_export_shared.php, line: 193 -msgid "The proxy ip and port cannot be empty" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 400 -# File: src/www/vpn_openvpn_export_shared.php, line: 208 -msgid "Please fill the proxy username and password." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 404 -# File: src/www/vpn_openvpn_export_shared.php, line: 212 -msgid "The proxy password or confirm field is empty" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 408 -# File: src/www/vpn_openvpn_export_shared.php, line: 216 -msgid "The proxy password and confirm fields must match" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 638 -# File: src/www/vpn_openvpn_export.php.orig, line: 638 -msgid "Remote Access Server" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 650 -# File: src/www/vpn_openvpn_export.php.orig, line: 650 -# File: src/www/vpn_openvpn_export_shared.php, line: 329 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 329 -msgid "Host Name Resolution" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 653 -# File: src/www/vpn_openvpn_export.php.orig, line: 653 -# File: src/www/vpn_openvpn_export_shared.php, line: 332 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 332 -msgid "Interface IP Address" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 654 -# File: src/www/vpn_openvpn_export.php.orig, line: 654 -msgid "Automagic Multi-WAN IPs (port forward targets)" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 656 -msgid "Automagic Multi-WAN dynamic DNS Hostnames (port forward targets)" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 656 -# File: src/www/vpn_openvpn_export.php.orig, line: 656 -# File: src/www/vpn_openvpn_export_shared.php, line: 333 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 333 -msgid "Installation hostname" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 679 -# File: src/www/vpn_openvpn_export.php.orig, line: 679 -# File: src/www/vpn_openvpn_export_shared.php, line: 346 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 346 -msgid "" -"Enter the hostname or IP address the client will use to connect to this " -"server." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 686 -# File: src/www/vpn_openvpn_export.php.orig, line: 686 -msgid "Verify Server CN" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 689 -# File: src/www/vpn_openvpn_export.php.orig, line: 689 -msgid "Automatic - Use verify-x509-name (OpenVPN 2.3+) where possible" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 690 -# File: src/www/vpn_openvpn_export.php.orig, line: 690 -msgid "Use tls-remote (Deprecated, use only on old clients <= OpenVPN 2.2.x" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 691 -# File: src/www/vpn_openvpn_export.php.orig, line: 691 -msgid "Use tls-remote and quote the server CN" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 692 -# File: src/www/vpn_openvpn_export.php.orig, line: 692 -msgid "Do not verify the server CN" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 695 -# File: src/www/vpn_openvpn_export.php.orig, line: 695 -msgid "" -"Optionally verify the server certificate Common Name (CN) when the client " -"connects. Current clients, including the most recent versions of Windows, " -"Viscosity, Tunnelblick, OpenVPN on iOS and Android and so on should all work " -"at the default automatic setting." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 696 -# File: src/www/vpn_openvpn_export.php.orig, line: 696 -msgid "" -"Only use tls-remote if you must use an older client that you cannot control. " -"The option has been deprecated by OpenVPN and will be removed in the next " -"major version." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 697 -# File: src/www/vpn_openvpn_export.php.orig, line: 697 -msgid "" -"With tls-remote the server CN may optionally be enclosed in quotes. This can " -"help if the server CN contains spaces and certain clients cannot parse the " -"server CN. Some clients have problems parsing the CN with quotes. Use only " -"as needed." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 702 -# File: src/www/vpn_openvpn_export.php.orig, line: 702 -msgid "Use Random Local Port" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 706 -# File: src/www/vpn_openvpn_export.php.orig, line: 706 -msgid "" -"Use a random local source port (lport) for traffic from the client. Without " -"this set, two clients may not run concurrently." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 708 -# File: src/www/vpn_openvpn_export.php.orig, line: 708 -msgid "" -"NOTE: Not supported on older clients. Automatically disabled for Yealink and " -"Snom configurations." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 712 -# File: src/www/vpn_openvpn_export.php.orig, line: 712 -msgid "Certificate Export Options" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 716 -# File: src/www/vpn_openvpn_export.php.orig, line: 716 -msgid "Use Microsoft Certificate Storage instead of local files." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 720 -# File: src/www/vpn_openvpn_export.php.orig, line: 720 -msgid "" -"Use a password to protect the pkcs12 file contents or key in Viscosity " -"bundle." -msgstr "" - -#, fuzzy -msgid "Confirm" -msgstr "確認: " - -# File: src/www/vpn_openvpn_export.php, line: 731 -# File: src/www/vpn_openvpn_export.php.orig, line: 731 -# File: src/www/vpn_openvpn_export_shared.php, line: 352 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 352 -msgid "Use Proxy" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 735 -# File: src/www/vpn_openvpn_export.php.orig, line: 735 -# File: src/www/vpn_openvpn_export_shared.php, line: 383 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 383 -msgid "Use proxy to communicate with the server." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 733 -# File: src/www/vpn_openvpn_export_shared.php, line: 356 -msgid "SOCKS" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 748 -# File: src/www/vpn_openvpn_export.php.orig, line: 748 -# File: src/www/vpn_openvpn_export_shared.php, line: 367 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 367 -msgid "Choose proxy authentication if any." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 767 -# File: src/www/vpn_openvpn_export.php.orig, line: 767 -msgid "Management Interface OpenVPNManager" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 771 -# File: src/www/vpn_openvpn_export.php.orig, line: 771 -msgid "" -"This will change the generated .ovpn configuration to allow for usage of the " -"management interface.And include the OpenVPNManager program in the \"Windows " -"Installers\". With this OpenVPN can be used also by non-administrator " -"users.This is also useful for Windows Vista/7/8 systems where elevated " -"permissions are needed to add routes to the system." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 775 -# File: src/www/vpn_openvpn_export.php.orig, line: 775 -msgid "" -"NOTE: This is not currently compatible with the 64-bit OpenVPN installer. It " -"will work with the 32-bit installer on a 64-bit system." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 783 -# File: src/www/vpn_openvpn_export.php.orig, line: 783 -msgid "Additional configuration options" -msgstr "" - -#, fuzzy -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"export configuration here, separated by a line break or semicolon" -msgstr "OpenVPN クライアントに追加する、追加オプションを入力してください。セミコロン区切りです。" - -# File: src/www/vpn_openvpn_export.php, line: 927 -msgid "EXAMPLE: remote-random" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 793 -# File: src/www/vpn_openvpn_export.php.orig, line: 793 -msgid "Client Install Packages" -msgstr "" - -#, fuzzy -msgid "Export" -msgstr "CRL のエクスポート" - -#, fuzzy -msgid "NOTES:" -msgstr "注意: " - -# File: src/www/vpn_openvpn_export.php, line: 944 -msgid "" -"The "XP" Windows installers work on Windows XP and later versions. " -"The "win6" Windows installers include a new tap-windows6 driver " -"that works only on Windows Vista and later." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 951 -msgid "Links to OpenVPN clients for various platforms:" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 956 -msgid "" -"Binaries for Windows, Source for other platforms. Packaged above in the " -"Windows Installers" -msgstr "" - -#, fuzzy -msgid "OpenVPN Community Client" -msgstr "コミュニティ文字列の読込み" - -#, fuzzy -msgid "OpenVPN For Android" -msgstr "OpenVPN %s ウィザード" - -# File: src/www/vpn_openvpn_export.php, line: 957 -msgid "Recommended client for Android" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 958 -msgid "FEAT VPN For Android" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 958 -msgid "For older versions of Android" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 959 -msgid "Android (Google Play)" -msgstr "" - -#, fuzzy -msgid "OpenVPN Connect" -msgstr "OpenVPN サポート" - -# File: src/www/vpn_openvpn_export.php, line: 959 -msgid "Recommended client for iOS" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 959 -msgid "iOS (App Store)" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 960 -msgid "Recommended client for Mac OSX" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 960 -msgid "Viscosity" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 961 -msgid "Free client for OSX" -msgstr "" - -#, fuzzy -msgid "Tunnelblick" -msgstr "トンネル" - -# File: src/www/vpn_openvpn_export.php, line: 948 -msgid "" -"If you expect to see a certain client in the list but it is not there, it is " -"usually due to a CA mismatch between the OpenVPN server instance and the " -"client certificates found in the User Manager." -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 317 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 317 -msgid "Shared Key Server" -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 340 -msgid "Dynamic DNS:" -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 388 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 388 -msgid "Client Configuration Packages" -msgstr "" - -#, fuzzy -msgid "Client Type" -msgstr "クライアント" - -# File: src/www/vpn_openvpn_export_shared.php, line: 481 -msgid "" -"These are shared key configurations for use in site-to-site tunnels with " -"other routers. Shared key tunnels are not normally used for remote access " -"connections to end users." -msgstr "" - -msgid "" -"You must select a Backend for Authentication if the server mode requires " -"User Auth." -msgstr "サーバモードでユーザ認証を必要な場合は、認証用バックエンドを選択する必要があります。" - -msgid "Tunnel network" -msgstr "トンネルネットワーク" - -msgid "" -"Using a tunnel network and server bridge settings together is not allowed." -msgstr "トンネルネットワーク、及び、サーバブリッジ設定を、併せて使用することはできません。" - -msgid "Server Bridge DHCP Start and End must both be empty, or defined." -msgstr "サーバブリッジ DHCP 開始・終了アドレスはどちらも空白にするか、両方定義してくだださい。" - -msgid "Server Bridge DHCP Start must be an IPv4 address." -msgstr "サーバブリッジ DHCP 開始アドレスは IPv4 アドレスです。" - -msgid "Server Bridge DHCP End must be an IPv4 address." -msgstr "サーバブリッジ DHCP 終了アドレスは IPv4 アドレスです。" - -msgid "The Server Bridge DHCP range is invalid (start higher than end)." -msgstr "サーバーブリッジ DHCP 範囲は無効です ( 開始アドレスが終了アドレスよりも大きい )" - -msgid "add server" -msgstr "サーバを追加" - -msgid "Do you really want to delete this server?" -msgstr "本当にこのサーバを削除しますか?" - -msgid "" -"Set this option to disable this server without removing it from the list" -msgstr "このオプションを設定すると、リストから削除せずに、このサーバを無効にします" - -msgid "Remote Access ( SSL/TLS )" -msgstr "リモートアクセス ( SSL/TLS )" - -msgid "Remote Access ( User Auth )" -msgstr "リモートアクセス ( ユーザ認証 )" - -msgid "Remote Access ( SSL/TLS + User Auth )" -msgstr "リモートアクセス ( SSL/TLS + ユーザ認証 )" - -msgid "Backend for authentication" -msgstr "認証用バックエンド" - -msgid "Device Mode" -msgstr "デバイスモード" - -msgid "Peer Certificate Revocation List" -msgstr "ピアの証明書失効リスト" - -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -msgid "No Certificate Revocation Lists (CRLs) defined." -msgstr "" - -msgid "DH Parameters Length" -msgstr "DH パラメータ長" - -# File: src/www/vpn_openvpn_server.php, line: 1236 -msgid "" -"NOTE: Leave this set to SHA1 unless all clients are set to match. SHA1 is " -"the default for OpenVPN." -msgstr "" - -msgid "Certificate Depth" -msgstr "証明書の深さ" - -# File: src/www/vpn_openvpn_server.php, line: 1160 -msgid "Do Not Check" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1163 -msgid "One (Client+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1164 -msgid "Two (Client+Intermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1165 -msgid "Three (Client+2xIntermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1166 -msgid "Four (Client+3xIntermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1167 -msgid "Five (Client+4xIntermediate+Server)" -msgstr "" - -msgid "" -"When a certificate-based client logs in, do not accept certificates below " -"this depth. Useful for denying certificates made with intermediate CAs " -"generated from the same CA as the server." -msgstr "" -"証明書ベースのクライアントがログインする時に、この深さ以下の証明書を受け入れません。サーバと同じ CA から生成された、中間 CA " -"が作成した証明書を拒否する場合に便利です。" - -msgid "Strict User/CN Matching" -msgstr "厳格なユーザ / CN マッチング" - -msgid "" -"When authenticating users, enforce a match between the common name of the " -"client certificate and the username given at login." -msgstr "ユーザの認証時に、クライアント証明書のコモンネームと、ログイン時に与えられるユーザ名が一致することを強制します。" - -# File: src/www/vpn_openvpn_server.php, line: 1227 -msgid "" -"This is the IPv4 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. 10.0.8.0/24). The " -"first network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" - -msgid "" -"This is the IPv6 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. fe80::/64). The first " -"network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" -"このサーバとクライアントホスト間のプライベート通信に使用される IPv6 仮想ネットワークで CIDR ( 例: fe80::/64 ) を使用して表記し" -"ます。最初のネットワークアドレスはサーバ仮想インタフェースに割り当てられます。残りのネットワークアドレスは、オプションで、クライアントの接続に割り当てるこ" -"とができます。( アドレスプールを参照 )" - -msgid "Bridge DHCP" -msgstr "ブリッジ DHCP" - -msgid "Allow clients on the bridge to obtain DHCP." -msgstr "ブリッジでクライアントに DHCP の取得を許可" - -msgid "Bridge Interface" -msgstr "ブリッジインタフェース" - -msgid "" -"The interface to which this tap instance will be bridged. This is not done " -"automatically. You must assign this interface and create the bridge " -"separately. This setting controls which existing IP address and subnet mask " -"are used by OpenVPN for the bridge. Setting this to 'none' will cause the " -"Server Bridge DHCP settings below to be ignored." -msgstr "" -"このタップインスタンスがブリッジするインタフェースです。自動的には実行されません。インタフェースの割当てと、ブリッジの新規作成は別々に行う必要があります。" -"この設定は、OpenVPN がブリッジとして使用する、既存の IP アドレスとサブネットマスクをコントロールします。「なし」を設定すると、" -"下記のサーバブリッジ DHCP 設定は無視されるようになります。" - -msgid "Server Bridge DHCP Start" -msgstr "サーバブリッジ DHCP 開始アドレス" - -msgid "" -"When using tap mode as a multi-point server, you may optionally supply a " -"DHCP range to use on the interface to which this tap instance is bridged. If " -"these settings are left blank, DHCP will be passed through to the LAN, and " -"the interface setting above will be ignored." -msgstr "" -"マルチポイントサーバとしてタップモードを使用すると、オプションで、このタップインスタンスがブリッジする、インタフェースで使用する DHCP " -"範囲を指定できます。設定を空白にすると、DHCP は LAN へ通過され、上記のインタフェース設定は無視されます。" - -msgid "Server Bridge DHCP End" -msgstr "サーバブリッジ DHCP 終了アドレス" - -msgid "" -"These are the IPv4 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more CIDR ranges. " -"You may leave this blank if you don't want to add a route to the local " -"network through this tunnel on the remote machine. This is generally set to " -"your LAN network" -msgstr "" -"リモートエンドポイントからアクセス可能な IPv4 ネットワークです。1 つ以上の CIDR 範囲のカンマ区切りリストとして表記します。リモート機器に対し" -"て、このトンネルを経由したローカルネットワークへのルートを追加したくない場合は、空白にしてください。一般的には、自分の LAN " -"ネットワークに対して設定します。" - -msgid "" -"These are the IPv6 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more IP/PREFIX. You " -"may leave this blank if you don't want to add a route to the local network " -"through this tunnel on the remote machine. This is generally set to your LAN " -"network" -msgstr "" -"リモートエンドポイントからアクセス可能な IPv6 ネットワークです。1 つ以上の IP/PREFIX のカンマ区切りリストとして表記します。リモート機器" -"に対して、このトンネルを経由したローカルネットワークへのルートを追加したくない場合は、空白にしてください。一般的には、自分の LAN " -"ネットワークに対して設定します。" - -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" -"トンネル経由でルーティングされる IPv4 ネットワークです。ルーティングテーブルを手動で変更せずに、サイト間 VPN 接続を確立させることができます。" -"1 つ以上の CIDR 範囲のカンマ区切りリストとして表記します。サイト間 VPN の場合は、リモート LAN をここに入力してください。サイト間 " -"VPN を使用しない場合は、空白にしてください。" - -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" -"トンネル経由でルーティングされる IPv6 ネットワークです。ルーティングテーブルを手動で変更せずに、サイト間 VPN 接続を確立させることができます。" -"1 つ以上の IP/PREFIX のカンマ区切りリストとして表記します。サイト間 VPN の場合は、リモート LAN をここに入力してください。サイト間 " -"VPN を使用しない場合は、空白にしてください。" - -msgid "Concurrent connections" -msgstr "同時接続" - -msgid "" -"Specify the maximum number of clients allowed to concurrently connect to " -"this server" -msgstr "このサーバに同時接続を許可する、クライアントの最大数を指定してください。" - -# File: src/www/vpn_openvpn_server.php, line: 1508 -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently" -msgstr "" - -msgid "Inter-client communication" -msgstr "クライアント間通信" - -msgid "Allow communication between clients connected to this server" -msgstr "このサーバに接続しているクライアント間の通信を許可" - -msgid "Duplicate Connections" -msgstr "重複接続" - -#, fuzzy -msgid "" -"Allow multiple concurrent connections from clients using the same Common " -"Name.
NOTE: This is not generally recommended, but may be needed for " -"some scenarios." -msgstr "" -"同じコモンネームを使用しているクライアントからの複数の同時接続を許可します。
注意: " -"一般的には推奨されません。しかし、一部のケースで必要になる場合があります。" - -msgid "Dynamic IP" -msgstr "動的 IP" - -msgid "" -"Allow connected clients to retain their connections if their IP address " -"changes" -msgstr "接続されたクライアントの IP アドレスが変更されても、クライアントが接続を維持することを許可" - -msgid "Address Pool" -msgstr "アドレスプール" - -msgid "Provide a virtual adapter IP address to clients (see Tunnel Network)" -msgstr "クライアントに仮想アダプタ IP アドレスを提供 ( トンネルネットワークを参照 )" - -msgid "Topology" -msgstr "トポロジ" - -msgid "" -"Allocate only one IP per client (topology subnet), rather than an isolated " -"subnet per client (topology net30)." -msgstr "" -"クライアント毎に割り当てる IP は 1 つだけです (topology subnet)。クライアント毎に独立したサブネットを割り当てるのではありません " -"(topology net30)。" - -msgid "" -"Relevant when supplying a virtual adapter IP address to clients when using " -"tun mode on IPv4." -msgstr "IPv4 で tun モードを使用する場合で、仮想アダプタ IP アドレスをクライアントに指定する際に関係します。" - -msgid "" -"Some clients may require this even for IPv6, such as OpenVPN Connect " -"(iOS/Android). Others may break if it is present, such as older versions of " -"OpenVPN or clients such as Yealink phones." -msgstr "" -"一部のクライアントでは、OpenVPN 接続のような場合で IPv6 を使用する際にも必要となります。(iOS/Android)現時点では、その他の場合、" -"OpenVPN の古いバージョンや、Yealink 製携帯電話機のようなクライアントでは動作しません。" - -# File: src/www/vpn_openvpn_server.php, line: 1733 -msgid "Force DNS cache update" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1743 -msgid "" -"Run ''net stop dnscache'', ''net start dnscache'', ''ipconfig /flushdns'' " -"and ''ipconfig /registerdns'' on connection initiation. This is known to " -"kick Windows into recognizing pushed DNS servers." -msgstr "" - -msgid "Scope ID" -msgstr "スコープ ID" - -# File: src/www/vpn_openvpn_server.php, line: 1605 -msgid "" -"A NetBIOS Scope ID provides an extended naming service for NetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" - -#, fuzzy -msgid "Client Management Port" -msgstr "証明書管理" - -# File: src/www/vpn_openvpn_server.php, line: 1898 -msgid "" -"Use a different management port on clients. The default port is 166. Specify " -"a different port if the client machines need to select from multiple OpenVPN " -"links." -msgstr "" - -msgid "" -"Enter any additional options you would like to add to the OpenVPN server " -"configuration here, separated by a semicolon" -msgstr "OpenVPN サーバ構成に追加する、追加オプションをここに入力してください。セミコロン区切りです。" - -msgid "Protocol / Port" -msgstr "プロトコル/ポート" - -msgid "edit server" -msgstr "サーバの編集" - -msgid "delete server" -msgstr "サーバを削除" - -# File: src/www/vpn_openvpn_server.php, line: 1749 -# File: src/www/vpn_openvpn_server.php.orig, line: 1749 -msgid "Use a wizard to setup a new server" -msgstr "" - -msgid "add a new pppoe instance" -msgstr "新規 PPPoE インスタンスを追加" - -msgid "The PPPoE entry list has been changed" -msgstr "PPPoE エントリリストが変更されました" - -msgid "Number of users" -msgstr "ユーザ数" - -msgid "edit pppoe instance" -msgstr "PPPoE インスタンスの編集" - -msgid "" -"Do you really want to delete this entry? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "本当にこのエントリを削除しますか?全ての要素は、まだ使用中であっても無効になります ( 例: フィルタルール ) !" - -msgid "delete pppoe instance" -msgstr "PPPoE インスタンスの削除" - -msgid "The specified server address is equal to an interface ip address." -msgstr "指定されたサーバアドレスは、インタフェース IP アドレスと同じです" - -msgid "No password specified for username %s" -msgstr "ユーザー名 %s にパスワードが指定されていません" - -msgid "Incorrect ip address specified for username %s" -msgstr "ユーザー名 %s に指定された IP アドレスは不正です" - -msgid "Wrong data submitted" -msgstr "不正なデータが提出されました" - -msgid "PPPoE server configuration" -msgstr "PPPoE サーバ構成" - -msgid "Enable PPPoE server" -msgstr "PPPoE サーバを有効" - -msgid "Subnet netmask" -msgstr "サブネットマスク" - -msgid "Hint" -msgstr "ヒント" - -msgid "No. PPPoE users" -msgstr "PPPoE ユーザ数" - -msgid "Hint: 10 is ten PPPoE clients" -msgstr "ヒント: 10 の場合は PPPoE クライアントの数が 10 です" - -msgid "" -"Enter the IP address the PPPoE server should give to clients for use as " -"their \"gateway\"" -msgstr "クライアントの使用する「ゲートウェイ」として、PPPoE サーバがクライアントに与える、IP アドレスを入力してください。" - -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall" -msgstr "注意: 現在このファイアウォールで使用されている IP アドレスを、ここに設定「しないで」ください" - -msgid "Remote address range" -msgstr "リモートアドレス範囲" - -msgid "Specify the starting address for the client IP address subnet" -msgstr "クライアント IP アドレスサブネットの開始アドレスを指定してください" - -msgid "" -"If entered they will be given to all PPPoE clients, else LAN DNS and one WAN " -"DNS will go to all clients" -msgstr "" -"入力した場合、その内容が、全ての PPPoE クライアントに与えられます。入力されていない場合は、LAN DNS と WAN DNS " -"が全てのクライアントに配布されます。" - -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used" -msgstr "設定すると、全てのユーザを下記で指定する RADIUS サーバを使用して認証します。ローカルユーザデータベースは使用されません。" - -msgid "Sends accounting packets to the RADIUS server" -msgstr "RADIUS サーバにアカウンティングパケットを送信" - -msgid "Use Backup RADIUS Server" -msgstr "バックアップ RADIUS サーバを使用" - -msgid "" -"When set, if primary server fails all requests will be sent via backup server" -msgstr "設定した場合、プライマリサーバに障害が発生すると、全ての要求はバックアップサーバ経由で送信されます。" - -msgid "NAS IP Address" -msgstr "NAS IP アドレス" - -msgid "RADIUS server NAS IP Address" -msgstr "RADIUS サーバ NAS IP アドレス" - -msgid "RADIUS Accounting Update" -msgstr "RADIUS アカウンティング更新" - -msgid "RADIUS accounting update period in seconds" -msgstr "RADIUS アカウンティング更新期間。単位は秒" - -msgid "RADIUS issued IPs" -msgstr "RADIUS IP 割当" - -msgid "Issue IP Addresses via RADIUS server" -msgstr "RADIUS サーバが割り当てる IP アドレス" - -msgid "RADIUS server Primary" -msgstr "プライマリ RADIUS サーバ" - -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the RADIUS server." -msgstr "RADIUS サーバの IP アドレス、認証ポート、アカウンティングポート ( オプション ) を入力してください。" - -msgid "standard port 1812 and 1813 accounting" -msgstr "標準ポートは、認証用が 1812、アカウンティング用が 1813 です。" - -msgid "RADIUS primary shared secret" -msgstr "RADIUS プライマリ共有秘密鍵" - -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server" -msgstr "RADIUS サーバへの認証に使用される共有秘密鍵を入力してください" - -msgid "RADIUS server Secondary" -msgstr "セカンダリ RADIUS サーバ" - -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the backup RADIUS server." -msgstr "バックアップ RADIUS サーバの IP アドレス、認証ポート、アカウンティングポート ( オプション ) を入力してください。" - -msgid "RADIUS secondary shared secret" -msgstr "RADIUS セカンダリ共有秘密鍵" - -msgid "User (s)" -msgstr "ユーザ" - -msgid "" -"don't forget to add a firewall rule to permit traffic from PPPoE clients" -msgstr "PPPoE クライアントからのトラフィックを許可する、ファイアウォールルールを必ず追加してください。" - -msgid "PPTP redirection target address" -msgstr "PPTP リダイレクトターゲットアドレス" - -msgid "A valid target address must be specified." -msgstr "有効なターゲットアドレスを指定してください" - -# File: src/www/vpn_pptp.php, line: 312 -msgid "" -"PPTP is not considered a secure VPN technology, because it relies upon the " -"compromised MS-CHAPv2 protocol. If you choose to use PPTP, be aware that " -"your traffic can be decrypted by virtually any third party. It should be " -"considered an unencrypted tunneling protocol." -msgstr "" - -# File: src/www/vpn_pptp.php, line: 318 -msgid "Read more" -msgstr "" - -msgid "Redirect incoming PPTP connections to" -msgstr "次に対する着信 PPTP 接続をリダイレクト" - -msgid "PPTP redirection" -msgstr "PPTP リダイレクト" - -msgid "" -"Enter the IP address of a host which will accept incoming PPTP connections" -msgstr "着信 PPTP 接続を受信するホストの IP アドレスを入力してください" - -msgid "Enable PPTP server" -msgstr "PPTP サーバを有効" - -msgid "No. PPTP users" -msgstr "PPTP ユーザ番号" - -msgid "Hint: 10 is ten PPTP clients" -msgstr "ヒント: 10 の場合は PPTP クライアント数が 10 です" - -msgid "" -"Enter the IP address the PPTP server should give to clients for use as their " -"\"gateway\"" -msgstr "PPTP サーバがクライアントに与える、クライアントの「ゲートウェイ」IP アドレスを入力してください。" - -msgid "Specify the starting address for the client IP subnet" -msgstr "クライアント IP サブネットの開始アドレスを指定してください" - -msgid "PPTP DNS Servers" -msgstr "PPTP DNS サーバ" - -msgid "primary and secondary DNS servers assigned to PPTP clients" -msgstr "PPTP クライアントに割り当てられた、プライマリ、及び、セカンダリ DNS サーバ" - -msgid "Secondary RADIUS server for failover authentication" -msgstr "フェイルオーバ用セカンダリ認証 RADIUS サーバ" - -msgid "" -"When set, all requests will go to the secondary server when primary fails" -msgstr "設定すると、プライマリに障害が発生した場合、全てのリクエストはセカンダリサーバに送信されます" - -msgid "Issue IP addresses via RADIUS server" -msgstr "RADIUS サーバから割当てられる IP アドレス" - -msgid "RADIUS NAS IP" -msgstr "RADIUS NAS IP" - -msgid "" -"Enter the IP address, RADIUS port, and RADIUS accounting port of the RADIUS " -"server" -msgstr "RADIUS サーバの IP アドレス、RADIUS ポート、RADIUS アカウンティングポートを入力してください" - -msgid "Secondary RADIUS server" -msgstr "セカンダリ RADIUS サーバ" - -msgid "Secondary RADIUS shared secret" -msgstr "セカンダリ RADIUS 共有秘密鍵" - -msgid "" -"Enter the shared secret that will be used to authenticate to the secondary " -"RADIUS server" -msgstr "セカンダリ RADIUS サーバへの認証に使用される共有秘密鍵を入力してください" - -msgid "Require 128-bit encryption" -msgstr "128 ビット暗号化を要求" - -msgid "" -"When set, only 128-bit encryption will be accepted. Otherwise 40-bit and 56-" -"bit encryption will be accepted as well. Note that encryption will always be " -"forced on PPTP connections (i.e. unencrypted connections will not be " -"accepted)" -msgstr "" -"設定すると、128 ビット暗号化のみを受け入れます。設定されていなければ、40 ビットと 56 ビットの暗号化も受け入れます。PPTP " -"接続に、常に暗号化が強制されるようになりますので注意してください。 ( 非暗号化接続は受け入れなくなります )" - -# File: src/www/vpn_pptp.php, line: 518 -msgid "" -"Note: don't forget to %sadd a firewall rule%s to permit traffic from PPTP " -"clients!" -msgstr "" - -msgid "The PPTP user list has been modified" -msgstr "PPTP ユーザリストが変更されました" - -msgid "Warning: this will terminate all current PPTP sessions" -msgstr "警告: 現在の PPTP セッションは全て終了します" - -msgid "The password cannot start with '!'." -msgstr "「!」から始まるパスワードは使用できません" - -msgid "If you want to change the users' password, enter it here twice." -msgstr "ユーザのパスワードを変更する場合は、ここに 2 回入力してください" - -# File: src/www/widgets/widgets/carp_status.widget.php, line: 64 -msgid "DISABLED" -msgstr "" - -# File: src/www/widgets/widgets/carp_status.widget.php, line: 84 -msgid "No CARP Interfaces Defined. Click %shere%s to configure CARP." -msgstr "" - -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 68 -msgid "N/A " -msgstr "" - -msgid "Int." -msgstr "Int." - -msgid "Checking ..." -msgstr "確認しています..." - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 64 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 65 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 70 -msgid "n/a" -msgstr "" - -#, fuzzy -msgid "Packets In" -msgstr "パケット" - -#, fuzzy -msgid "Packets Out" -msgstr "パケット" - -#, fuzzy -msgid "Bytes In" -msgstr "送信バイト" - -#, fuzzy -msgid "Bytes Out" -msgstr "送信バイト" - -#, fuzzy -msgid "Errors In" -msgstr "エラー" - -#, fuzzy -msgid "Errors Out" -msgstr "エラー" - -msgid "Tunnels" -msgstr "トンネル" - -msgid "Mobile" -msgstr "モバイル" - -#, fuzzy -msgid "Active Tunnels" -msgstr "アクティブユーザ" - -#, fuzzy -msgid "Inactive Tunnels" -msgstr "トンネル" - -#, fuzzy -msgid "Mobile Users" -msgstr "モバイルユーザ" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 245 -msgid "Note: There are no configured IPsec Tunnels" -msgstr "" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 248 -msgid "You can configure your IPsec %shere%s." -msgstr "" - -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 79 -msgid "Active" -msgstr "" - -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 87 -msgid "Unknown - relayd not running?" -msgstr "" - -# File: src/www/widgets/widgets/log.widget.php, line: 153 -msgid "Number of lines to display:" -msgstr "" - -# File: src/www/widgets/widgets/log.widget.php, line: 190 -msgid "Interfaces:" -msgstr "" - -msgid "IF" -msgstr "IF" - -msgid "Reverse Resolve with DNS" -msgstr "DNS で逆引き" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 135 -msgid "No active peers available" -msgstr "" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 147 -msgid "Clock location" -msgstr "" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 165 -msgid "in view " -msgstr "" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 171 -msgid "in use " -msgstr "" - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 192 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 245 -msgid "Name/Time" -msgstr "" - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 193 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 246 -msgid "Remote/Virtual IP" -msgstr "" - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 289 -msgid "" -"You need to bind each OpenVPN client to enable its management daemon: use " -"'Local port' setting in the OpenVPN client screen" -msgstr "" - -# File: src/www/widgets/widgets/rss.widget.php, line: 97 -msgid "Display number of items:" -msgstr "" - -# File: src/www/widgets/widgets/rss.widget.php, line: 112 -msgid "Widget height:" -msgstr "" - -# File: src/www/widgets/widgets/rss.widget.php, line: 127 -msgid "Show how many characters from story:" -msgstr "" - -# File: src/www/widgets/widgets/services_status.widget.php, line: 52 -msgid "Comma separated list of services to NOT display in the widget" -msgstr "" - -msgid "Drive" -msgstr "ドライブ" - -msgid "Ident" -msgstr "ID" - -# File: src/www/widgets/widgets/smart_status.widget.php, line: 58 -msgid "OK" -msgstr "" - -#, fuzzy -msgid "Click to retry" -msgstr "クリック: " - -#, fuzzy -msgid "Connection Error" -msgstr "接続タイムアウト" - -#, fuzzy -msgid "Repository Problem" -msgstr "リポジトリ URL" - -#, fuzzy -msgid "Click to check for updates" -msgstr "更新を確認できません" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 49 -msgid "Your system is up to date." -msgstr "" - -#, fuzzy -msgid " update(s) available." -msgstr "使用できません" - -#, fuzzy -msgid "Click to upgrade" -msgstr "クリック: " - -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid "Re-check now" -msgstr "" - -#, fuzzy -msgid "There are " -msgstr "復元領域: " - -#, fuzzy -msgid "Versions" -msgstr "バージョン" - -msgid "CPU Type" -msgstr "CPU タイプ" - -msgid "Hardware crypto" -msgstr "ハードウェア暗号" - -msgid "Uptime" -msgstr "稼働時間" - -msgid "Current date/time" -msgstr "現在の日付 / 時刻" - -msgid "DNS server(s)" -msgstr "DNS サーバ" - -msgid "Last config change" -msgstr "最新構成変更" - -msgid "State table size" -msgstr "ステータステーブルサイズ" - -msgid "Show states" -msgstr "ステータス表示" - -msgid "MBUF Usage" -msgstr "MBUF 使用量" - -msgid "Temperature" -msgstr "温度" - -msgid "Load average" -msgstr "ロードアベレージ" - -msgid "CPU usage" -msgstr "CPU 使用率" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 233 -msgid "Updating in 10 seconds" -msgstr "" - -msgid "Memory usage" -msgstr "メモリ使用量" - -msgid "SWAP usage" -msgstr "スワップ使用状況" - -msgid "Disk usage" -msgstr "ディスク使用状況" - -# File: src/www/widgets/widgets/system_log.widget.php, line: 58 -msgid "Number of Log lines to display" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 181 -msgid "Thresholds in °C (1 to 100):" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 184 -msgid "Display settings:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 189 -msgid "Zone Warning:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 198 -msgid "Show raw output (no graph):" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 208 -msgid "Zone Critical:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 217 -msgid "Show full sensor name:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 227 -msgid "Core Warning:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 236 -msgid "Pulsate Warning:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 246 -msgid "Core Critical:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 255 -msgid "Pulsate Critical:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 270 -msgid "" -"You can configure a proper Thermal Sensor / Module under
\n" -"    System > " -"Advanced > Miscellaneous : Thermal Sensors section." -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 280 -msgid "Updating..." -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 114 -msgid "Default AutoScale:" -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 133 -msgid "Scale up" -msgstr "" - -#, fuzzy -msgid "Scale follow" -msgstr "追従" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 139 -msgid "Refresh Interval:" -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "Seconds" -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "changing this setting will increase CPU utilization" -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 190 -msgid "Current %s Traffic" -msgstr "" - -msgid "Computer / Device" -msgstr "コンピュータ / デバイス" - -msgid "Wake Up" -msgstr "起動" - -msgid "No saved WoL addresses" -msgstr "WOL アドレスは保存されていません" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 80 -msgid "DHCP Leases Status" -msgstr "" - -# File: src/www/wizard.php, line: 126 -msgid "ERROR: Could not parse %s wizard file." -msgstr "" diff --git a/lang/mn_MN.po b/lang/mn_MN.po deleted file mode 100644 index 34e534c15..000000000 --- a/lang/mn_MN.po +++ /dev/null @@ -1,31867 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-12 22:32+0100\n" -"PO-Revision-Date: 2015-08-25 21:53+0200\n" -"Last-Translator: Nasantogtokh Amarsaikhan\n" -"Language-Team: LANGUAGE \n" -"Language: mn\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -# -# File: lang/dynamic/helpers/acl.php, line: 36 -msgid "Allow access to the 'Status: IPsec: SAD' page." -msgstr "'Статус: IPsec: SAD' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 37 -msgid "Allow access to the 'VPN: PPTP: Users' page." -msgstr "'VPN: PPTP: хэрэглэгчид' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 39 -msgid "Allow access to the 'System: Authentication Servers' page." -msgstr "'Систем: Баталгаажуулалтын Серверүүд' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 40 -msgid "Allow access to the 'Diagnostics: States Summary' page." -msgstr "'Оношилгоо: Нэгдтэн дүгнэсэн статус' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 43 -msgid "Allow access to the 'VPN: PPTP: User: Edit' page." -msgstr "'VPN: PPTP: Хэрэглэгч: Хянан засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 44 -msgid "Show all items on help menu" -msgstr "Тусламжийн цэсэн дээр бүх функцүүдийг харуулах" - -# -# File: lang/dynamic/helpers/acl.php, line: 45 -msgid "Allow access to the 'System: Firmware: Settings' page." -msgstr "'Систем: Firmware: Тохиргоо' хуудас руу хандар эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 46 -msgid "Allow access to the 'System: User Manager: Add Privileges' page." -msgstr "" -"'Систем: Хэрэглэгчийг удирдах: Давуу эрх нэмэх' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 47 -msgid "Allow access to the 'Services: NTP' page." -msgstr "'Сервис: NTP' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 48 -msgid "Allow access to the 'VPN: OpenVPN: Client Specific Override' page." -msgstr "'VPN: OpenVPN: Client Specific Override' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 49 -msgid "Allow access to the 'VPN: OpenVPN: Client' page." -msgstr "'VPN: OpenVPN: Клиент' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 50 -msgid "Allow access to the 'Interfaces: Assign network ports' page." -msgstr "'Интерфэйс: Сүлжээний портыг тохируулах' хуудас руу ханлах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 51 -msgid "Allow access to the 'Firewall: NAT: Port Forward' page." -msgstr "'Галт хана: NAT: Порт Форвард' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 38 -msgid "Allow access to the 'VPN: IPsec: Pre-Shared Keys List' page." -msgstr "" -"'VPN: IPsec: Pre-Shared түлхүүрүүдийн жагсаалт' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 53 -msgid "Create interface groups" -msgstr "Интерфэйс бүлэг үүсгэх" - -# -# File: lang/dynamic/helpers/acl.php, line: 55 -msgid "Allow access to the 'Interfaces: VLAN: Edit' page." -msgstr "'Интерфэйс: VLAN: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 56 -msgid "Allow access to the 'Diagnostics: Reboot System' page." -msgstr "'Оношилгоо: Системийг дахин ачааллах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 58 -msgid "Allow access to the 'Load Balancer: Pool: Edit' page." -msgstr "'Ачаалал тэнцвэржүүлэх: Pool: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 59 -msgid "Allow access to the 'System: User Manager' page." -msgstr "'Систем: Хэрэглэгчийн Удирдалага' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 60 -msgid "" -"Allow access to the 'Services: DHCPv6 Server : Edit static mapping' page." -msgstr "" -"'Сервис: DHCPv6 Сервер: Статик mapping засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 61 -msgid "Allow access to the 'Load Balancer: Pool' page." -msgstr "'Ачаалал тэнцвэржүүлэгч: Pool' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 62 -msgid "Allow access to the 'VPN: L2TP: Users : Edit' page." -msgstr "'VPN: L2TP: Хэрэглэгчид: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 63 -msgid "Allow access to the 'Firewall: Schedules' page." -msgstr "'Галт хана: Ажиллах цагийн хуваарь' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 64 -msgid "Allow access to the 'Diagnostics: Logs: Settings' page." -msgstr "'Оношилгоо: Лог: Тохиргоо' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 66 -msgid "Allow access to the 'Service: Universal Plug and Play' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 67 -msgid "Allow access to the 'Firewall: Virtual IP Addresses' page." -msgstr "'Галт хана: Виртуал IP Хаяг' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 68 -msgid "Allow access to the 'System: Firmware: Manual Update' page." -msgstr "'Систем: Firmware: Гар аргаар шинэчлэх' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 70 -msgid "Allow access to the 'Status: Services' page." -msgstr "'Статус: Сервис' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 71 -msgid "Allow access to the 'Status: IPsec: Leases' page." -msgstr "'Статус: IPsec: Leases' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 72 -msgid "" -"Allow access to the 'Services: DNS Forwarder: Edit Domain Override' page." -msgstr "" -"'Сервис: DNS Forwarder: Domain override засварлах' хуудас руу хандах эрх " -"олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 74 -msgid "Allow access to the 'Interfaces: PPPs' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 76 -msgid "Allow access to the 'Firewall: NAT: 1:1' page." -msgstr "'Галт хана: NAT: 1:1' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 77 -msgid "Indicates whether the user is allowed to use the proxy" -msgstr "Хэрэглэгч прокси ашиглахыг зөвшөөрсөн эсэхийг илэрхийлнэ" - -# -# File: lang/dynamic/helpers/acl.php, line: 78 -# File: lang/dynamic/helpers/acl.php, line: 173 -msgid "Allow access to the 'Status: System logs: IPsec VPN' page." -msgstr "'Статус: Систем лог: IPsec VPN' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 79 -msgid "Allow access to the 'Services: DHCP Server : Edit static mapping' page." -msgstr "" -"'Сервис: DHCP Сервер: Статик mapping засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 80 -msgid "Allow access to the 'Services: DHCPv6 server' page." -msgstr "'Сервис: DHCPv6 сервер' хуудас руу хандах" - -# -# File: lang/dynamic/helpers/acl.php, line: 82 -msgid "Allow access to the 'Status: System logs: Load Balancer' page." -msgstr "" -"'Статус: Систем Лог: Ачаалал тэнцвэржүүлэгч хуудас руу хандах эрх олгох'" - -# -# File: lang/dynamic/helpers/acl.php, line: 83 -msgid "Allow access to the 'Lobby: Login / Logout/ Dashboard' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 85 -msgid "Allow access to the 'Services: DNS Resolver: Edit host' page." -msgstr "'Севрис: DNS Хөрвүүлэгч: Хост засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 86 -msgid "Allow access to the 'Services: SNMP' page." -msgstr "'Сервис: SNMP' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 87 -msgid "Allow access to the 'Settings: Load Balancer: Settings' page." -msgstr "" -"'Тохиргоо: Ачаалал тэнцвэржүүлэгч: Тохиргоо' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 88 -msgid "Allow access to the 'Diagnostics: Show States' page." -msgstr "'Оношилгоо: Төлөв харуулах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 89 -msgid "Allow access to the 'VPN: OpenVPN: Client Export Utility' page." -msgstr "" -"'VPN: OpenVPN: Клиент экспорт хийх хэрэгсэл' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 90 -msgid "Indicates whether the user is able to login for example via SSH." -msgstr "" -"SSh гэх мэт зүйлийг ашиглан хэрэглэгч нэвтэрч орох боломжтой эсэхийг " -"илэрхийлнэ" - -# -# File: lang/dynamic/helpers/acl.php, line: 91 -msgid "Allow access to the 'Status: Traffic Graph' page." -msgstr "'Статус: Траффикын граффик' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 159 -msgid "Allow access to the 'Firewall: Aliases' page." -msgstr "'Галт хана: Aliases' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 136 -msgid "Allow access to the 'Services: Load Balancer: Monitor: Edit' page." -msgstr "" -"'Сервис: Ачаалал тэнцвэржүүлэгч: Монитор: Засварлах' хуудас руу хандах эрх " -"олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 94 -msgid "Allow access to the 'System: CRL Manager' page." -msgstr "'Систем: CRL Manager' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 97 -msgid "Allow access to the 'Diagnostics: Interface Traffic' page." -msgstr "'Оношилгоо: Интерфэйс Траффик' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 98 -msgid "Allow access to the 'System: Firmware: Auto Update' page." -msgstr "'Систем: Firmware: Автомат шинэчлэл' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 99 -msgid "Allow access to the 'Diagnostics: Sockets' page." -msgstr "'Оношилгоо: Сокет' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 99 -msgid "Allow access to the 'Status: Universal Plug and Play' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 101 -msgid "Allow access to the 'Services: PPPoE Server' page." -msgstr "'Сервис: PPPoE Сервер' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 102 -msgid "Allow access to the 'Status: System logs: OpenVPN' page." -msgstr "'Статус: Систем лог: OpenVPN' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 103 -msgid "Allow access to the 'Status: OpenVPN' page." -msgstr "'Статус: OpenVPN' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 104 -msgid "Allow access to the 'Services: RFC 2136 clients' page." -msgstr "'Сервис: RFC 2136 клиент' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 105 -msgid "Uploads crash reports to the developers." -msgstr "Програмын эвдрэлийн мэдээллийг хөгжүүлэгчдэд мэдээллэх" - -# -# File: lang/dynamic/helpers/acl.php, line: 106 -msgid "Allow access to the 'Firewall: Alias: Edit' page." -msgstr "'Галт хана: Alias: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 107 -msgid "Allow access to the 'Interfaces: PPPs: Edit' page." -msgstr "'Интерфэйс: PPPs: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 108 -msgid "Allow access to the 'Firewall: NAT: NPT' page." -msgstr "'Галт хана: NAT: NPT' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 244 -msgid "Allow access to the 'Interfaces: GIF: Edit' page." -msgstr "'Интерфэйс: GIF: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 110 -msgid "Allow access to the 'VPN: IPsec' page." -msgstr "'VPN: IPsec' хуудас руу хандах эрх олгох " - -# -# File: lang/dynamic/helpers/acl.php, line: 112 -msgid "Allow access to the 'Load Balancer: Virtual Server: Edit' page." -msgstr "" -"'Ачаалал Тэнцвэржүүлэгч: Виртуал Север: Засварлах' хуудас руу хандах эрх " -"олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 113 -msgid "Allow access to the 'Status: System logs: NTP' page." -msgstr "'Статус: Систем лог: NTP' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 114 -msgid "Allow access to the 'Interfaces: GRE' page." -msgstr "'Интерфэйс: GRE' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 116 -msgid "Allow access to the 'Services: Router Advertisements' page." -msgstr "'Сервис: Router Advertisements' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 117 -msgid "Allow access to the 'VPN: IPsec: Edit Phase 2' page." -msgstr "'VPN: IPsec: Phase 2 засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 119 -msgid "Allow access to the 'System: Advanced: Networking' page." -msgstr "'Систем: Advanced: Сүлжээ' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 120 -msgid "Allow access to the 'VPN: IPsec: Edit Phase 1' page." -msgstr "'VPN: IPsec: Phase 1 засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 121 -msgid "Allow access to the 'Interfaces: VLAN' page." -msgstr "'Интерфэйс: VLAN' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 123 -msgid "Allow access to the 'Firewall: NAT: Port Forward: Edit' page." -msgstr "'Галт хана: NAT: Порт Forward: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 124 -msgid "" -"Allow access to the 'Services: DNS Resolver: Edit Domain Override' page." -msgstr "" -"'Сервис: DNS хөрвүүлэгч: Domain Override засварлах' хуудас руу хандах эрх " -"олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 125 -msgid "Allow access to the 'Firewall: Alias: Import' page." -msgstr "'Галт хана: Alias: Импорт' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 126 -msgid "Allow access to the 'Diagnostics: Reset state' page." -msgstr "'Оношилгоо: Төлөвийг дахин шинэчлэх' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 127 -msgid "Allow access to the 'Services: Wake on LAN: Edit' page." -msgstr "Сервис: Wake on LAN: Засварлах' хуудас руу хандах эрх олгох'" - -# -# File: lang/dynamic/helpers/acl.php, line: 128 -msgid "Allow access to the 'Firewall: Virtual IP Address: Edit' page." -msgstr "'Галт хана: Виртуал IP хаяг: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 129 -msgid "Allow access to the 'Diagnostics: Routing tables' page." -msgstr "'Оношилгоо: Routing хүснэгт' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 130 -msgid "Allow access to the 'System: Advanced: Admin Access' page." -msgstr "'Систем: Advanced: Админ Хандалт' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 69 -msgid "Allow access to the 'Status: System logs: System: Routing' page." -msgstr "" -"'Статус: Системийн лог: Систем: Чиглүүлэлт' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 132 -msgid "Allow access to the 'Status: Interfaces' page." -msgstr "'Статус: Интерфэйс' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 133 -msgid "Allow access to the 'Services: DNS Forwarder' page." -msgstr "'Сервис: DNS Forwarder' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 134 -msgid "Allow access to the 'Status: Gateways' page." -msgstr "'Статуё: Gateway' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 135 -msgid "Allow access to the 'Status: DHCP leases' page." -msgstr "'Статус: DHCP leases' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 137 -msgid "Allow access to the 'Hidden: Detailed Status' page." -msgstr "'Hidden: Дэлгэрэнгүй Статус' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 138 -msgid "Allow access to the 'System: Advanced: Miscellaneous' page." -msgstr "'Систем: Advanced: Бусад зүйлс' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 140 -msgid "Allow access to the 'AJAX: Service Providers' page." -msgstr "'AJAX: Service Providers' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 127 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Normal View' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 142 -msgid "Allow access to the 'Diagnostics: Halt system' page." -msgstr "'Оношилгоо: Системийг унтраах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 123 -msgid "Allow access to the 'Diagnostics: Logs: L2TP' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 144 -msgid "Allow access to the 'Services: Igmpproxy: Edit' page." -msgstr "'Сервис: Igmpproxy: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 145 -msgid "Allow access to the 'System: User Manager: Settings: Test LDAP' page." -msgstr "" -"'Систем: Хэрэглэгчийн удирдлага: Тохиргоо: LDAP тест' хуудас руу хандах эрх " -"олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 146 -msgid "Allow access to the 'VPN: L2TP' page." -msgstr "'VPN: L2TP' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 147 -msgid "Allow access to the 'XMLRPC Library' page." -msgstr "'XMLRPC сан' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 134 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Summary View' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 148 -msgid "Allow access to the 'Status: IPsec: SPD' page." -msgstr "'Статус: IPsec: SPD' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 149 -msgid "Allow access to the 'Status: Filter Reload Status' page." -msgstr "'Статус: Filter Reload Status' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 150 -msgid "Allow access to all pages" -msgstr "Бүх хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 150 -msgid "Allow access to the 'Firewall: NAT: NPT: Edit' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 152 -msgid "Indicates whether the user is allowed to dial in via PPPOE" -msgstr "Хэгэрэгч PPPoE ашиглан холболт хийх боломжтой эсэхийг илэрхийлнэ" - -# -# File: lang/dynamic/helpers/acl.php, line: 153 -msgid "Allow access to the 'System: Advanced: Notifications' page." -msgstr "'Систем: Advanced: Мэдэгдэх' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 154 -msgid "Allow access to the 'Diagnostics: Logs: DHCP' page." -msgstr "'Оношилгоо: Лог: DHCP' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 155 -msgid "Allow access to the 'System: Gateway Groups' page." -msgstr "'Систем: Gateway Groups' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 156 -msgid "Allow access to the 'Wizard subsystem' page." -msgstr "'Wizard subsystem' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 157 -msgid "Allow access to the 'Diagnostics: Restore Full Backup' page." -msgstr "" -"'Оношилгоо: Нөөцлөлтийн файлаас бүрэн сэргээлт хийх' хуудас руу хандах эрх " -"олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 158 -msgid "Allow access to the 'Status: CARP' page." -msgstr "'Статус: CARP' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 92 -msgid "Allow access to the 'Diagnostics: Authentication' page." -msgstr "" -"Оношилгоо: Нэвтрэх эрхийн баталгаажуулалт' хуудас руу хандах эрх олгох '" - -# -# File: lang/dynamic/helpers/acl.php, line: 95 -msgid "Allow access to the 'VPN: PPTP' page." -msgstr "'VPN: PPTP' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 161 -msgid "Allow access to the 'Firewall: Rules' page." -msgstr "'Галт хана: Дүрмүүд' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 245 -msgid "Allow access to the 'AJAX: Get Stats' page." -msgstr "'AJAX: Статус авах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 162 -msgid "Allow access to the 'Diagnostics: Logs: System: Gateways' page." -msgstr "'Оношилгоо: Лог: Систем: Gateways' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 168 -msgid "Allow access to the 'Services: DHCPv6 Relay' page." -msgstr "'Сервис: DHCPv6 Relay' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 163 -msgid "Allow access to the 'Services: DNS Resolver: Advanced' page." -msgstr "'Сервис: DNS хөрвүүлэгч: Advanced' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 164 -msgid "Allow access to the 'Services: Load Balancer: Virtual Servers' page." -msgstr "" -"'Сервис: Ачаалал Тэнцвэржүүлэгч: Виртуал Серверүүд' хуудас руу хандах эрх " -"олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 165 -msgid "Allow access to the 'Status: NTP' page." -msgstr "'Статус: NTP' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 167 -msgid "Allows access to the 'Diagnostics: Limiter Info' page" -msgstr "'Оношилгоо: Хязгаарлагч Мэдээлэл' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 155 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Plain View' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 169 -msgid "Allow access to the 'Diagnostics: Logs: System: Resolver' page." -msgstr "'Оношилгоо: Лог: Систем: Хөрвүүлэгч' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 170 -msgid "Allow access to the 'Status: Wireless' page." -msgstr "'Статус: Утасгүй Сүлжээ' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 172 -msgid "Allow access to the 'Status: NTP PPS' page." -msgstr "'Статус: NTP PPS' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 154 -msgid "Allow access to the 'Diagnostics: Logs: PPTP' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 174 -msgid "Allow access to the 'Diagnostics: NanoBSD' page." -msgstr "'Оношилгоо: NanoBSD' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 175 -msgid "Allow access to the 'System: CA Manager' page." -msgstr "'Систем: CA Manager' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 176 -msgid "Allow access to all pages required for the dashboard." -msgstr "Хяналтын самбарт шаардлагатай бүх хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 177 -msgid "Allow access to the 'Diagnostics: Patterns' page." -msgstr "'Оношилгоо: Patterns' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 178 -msgid "Allow access to the 'System: User Password Manager' page." -msgstr "" -"'Систем: Хэрэглэгчийн нууц үгийн удирдлага' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 179 -msgid "Allow access to 'Interfaces: QinQ: Edit' page" -msgstr "'Интерфэйс: QinQ: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 180 -msgid "Allow access to the 'Firewall: Rules: Edit' page." -msgstr "'Галт хана: Дүрэм: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 181 -msgid "Allow access to the 'Diagnostics: Packet Capture' page." -msgstr "'Оношилгоо: Пакет чагнах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 182 -msgid "Allow access to the 'Services: DNS Resolver: Access Lists' page." -msgstr "'Сервис: DNS хөрвүүлэгч: Access Lists' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 183 -msgid "Allow access to the 'Firewall: NAT: Outbound: Edit' page." -msgstr "'Галт хана: NAT: Гарах урсгал: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 42 -msgid "Allow access to the 'Status: IPsec' page." -msgstr "'Статус: IPsec' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 185 -msgid "Allow access to the 'Interfaces: Wireless : Edit' page." -msgstr "'Интерфэйс: Утасгүй сүлжээ: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 186 -msgid "Allow access to the 'Diagnostics: Test Port' page." -msgstr "'Оношилгоо: Тест Порт' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 187 -msgid "Allow access to the 'Diagnostics: Logs: System' page." -msgstr "'Оношилгоо: Лог: Систем' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 111 -msgid "Allow access to the 'VPN: L2TP : Users' page." -msgstr "'VPN: L2TP: Хэрэглэгч' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 189 -msgid "If present, ignores requests from this user to write config.xml." -msgstr "" -"Хэрэглэгчээс хүсэлт байгаа үед, энэ хэрэглэгчээс config.xml хуудас руу бичих " -"хүсэлтүүдэд татгалзах" - -# -# File: lang/dynamic/helpers/acl.php, line: 190 -msgid "Allow access to the 'Interfaces: Groups: Edit' page." -msgstr "Интерфэйс: Groups: Засварлах' хуудас руу хандах эрх олгох'" - -# -# File: lang/dynamic/helpers/acl.php, line: 177 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Dynamic View' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 192 -msgid "Allows access to the 'Diagnostics: pfInfo' page" -msgstr "'Оношилгоо: pfInfo' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 193 -msgid "" -"Indicates whether the user is allowed to dial in via IPsec xauth (Note: Does " -"not allow shell access, but may allow the user to create ssh tunnels)" -msgstr "" -"Хэрэглэгч IPsec xaith-ийг ашиглан холболт хийх болмжтой эсэхийг илэрхийлнэ." -"(Shel хандалтыг зөвшөөрөхгүй боловч хэрэглэгчийг ssh туннел үүсгэхийг " -"зөвшөөрч болно)" - -# -# File: lang/dynamic/helpers/acl.php, line: 194 -msgid "Allow access to the 'Interfaces: LAGG: Edit' page." -msgstr "'Интерфэйс: LAGG: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 195 -msgid "Allow access to the 'VPN: OpenVPN: Server' page." -msgstr "'VPN: OpenVPN: Сервер' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 196 -msgid "Allow access to the 'VPN: IPsec: Mobile' page." -msgstr "'VPN: IPsec: Mobile' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 197 -msgid "Allow access to the 'System: Gateways: Edit Gateway' page." -msgstr "'Систем: Gateway: Gateway засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 141 -msgid "Allow access to the 'Diagnostics: Backup/restore' page." -msgstr "'Оношилгоо: Backup/Restore' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 200 -msgid "" -"Allow direct access to all Dashboard widget pages, required for some widgets " -"using AJAX." -msgstr "" -"AJAX хэрэглэдэг зарим widget-үүд болон хяналтын самбарын widget хуудсууд руу " -"шууд хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 201 -msgid "Allow access to the 'Status: Load Balancer: Virtual Server' page." -msgstr "" -"'Статус: Ачаалал тэнцвэржүүлэгч: Виртуал Сервер' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 202 -msgid "Allow access to the 'Diagnostics: Configuration History' page." -msgstr "Оношилгоо: Тохиргооны түүх' хуудас руу хандах эрх олгох'" - -# -# File: lang/dynamic/helpers/acl.php, line: 203 -msgid "Allow access to the 'Interfaces: GRE: Edit' page." -msgstr "'Интерфэйс: GRE: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 205 -msgid "Allow access to the 'Status: Gateway Groups' page." -msgstr "'Статус: Gateway Groups' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 143 -msgid "Allow access to the 'Services: DHCP server' page." -msgstr "'Сервис: DHCP сервер' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 206 -msgid "Allow access to the 'Interfaces' page." -msgstr "Интерфэйс' хуудас руу хандах эрх олгох'" - -# -# File: lang/dynamic/helpers/acl.php, line: 207 -msgid "Allow access to the 'Services: DNS Forwarder: Edit host' page." -msgstr "'Сервис: DNS Forwarder: Хост засварлах' хуудас руу хандах" - -# -# File: lang/dynamic/helpers/acl.php, line: 208 -msgid "Allow access to the 'Status: System logs: Captive portal' page." -msgstr "'Статус: Систем лог: Captive portal' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 204 -msgid "Allow access to the 'System: General Setup' page." -msgstr "'Систем: General Setup' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 238 -msgid "Allow access to the 'Services: DNS Resolver: Access Lists: Edit' page." -msgstr "" -"'Сервис: DNS хөрвүлэгч: Access Lists: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 212 -msgid "Allow access to the 'Firewall: NAT: 1:1: Edit' page." -msgstr "Галт хана: NAT: 1:1: Засварлах' хуудас руу хандах эрх олгох '" - -# -# File: lang/dynamic/helpers/acl.php, line: 213 -msgid "Allow access to the 'Diagnostics: Tables' page." -msgstr "Оношилгоо: Хүснэгтүүд' хуудас руу хандах эрх олго'" - -# -# File: lang/dynamic/helpers/acl.php, line: 214 -msgid "Allow access to the 'System: Group manager' page." -msgstr "'Систем: Group удирдах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 215 -msgid "Allow access to the 'System: User Manager: settings' page." -msgstr "'Систем: Хэрэглэгч Удирдах: тохиргоо' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 216 -msgid "Allow access to the 'Status: DHCPv6 leases' page." -msgstr "Статус: DHCPv6 leases' хуудас руу хандах эрх олгох'" - -# -# File: lang/dynamic/helpers/acl.php, line: 217 -msgid "Edit Interface LAGG" -msgstr "LAGG Интерфэйс засварлах" - -# -# File: lang/dynamic/helpers/acl.php, line: 218 -msgid "Allow access to the 'Status: NTP Serial GPS' page." -msgstr "'Статус: NTP Serial GPS' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 219 -msgid "Indicates whether the user is allowed to dial in via L2TP" -msgstr "Хэрэглэгч L2TP ашиглан холболт хийх боломжтой эсэхийг илэрхийлнэ" - -# -# File: lang/dynamic/helpers/acl.php, line: 220 -msgid "Allow access to the 'Status: Load Balancer: Pool' page." -msgstr "'Статус: Ачаалал Тэнцвэржүүлэгч: Pool' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 222 -msgid "Allow access to the 'Interfaces: QinQ' page." -msgstr "'Интерфэйс: QinQ' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 223 -msgid "Allow access to the 'Interfaces: Bridge : Edit' page." -msgstr "'Интерфэйс: Bridge: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 224 -msgid "Allow access to the 'Interfaces: Wireless' page." -msgstr "'Интерфэйс: утасгүй сүлжээ' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 225 -msgid "Allow access to the 'Services: Dynamic DNS clients' page." -msgstr "'Сервис: Динамик DNS клиентүүд' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 226 -msgid "Allow access to the 'Status: System logs: System: Wireless' page." -msgstr "" -"'Статус: Систем лог: Систем: Утасгүй сүлжээ' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 227 -msgid "Allow access to the 'Firewall: Schedules: Edit' page." -msgstr "" -"'Галт хана: Цагийн хуваарьт ажил: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 228 -msgid "Allow access to the 'Diagnostics: Ping' page." -msgstr "Оношилгоо: Ping' хуудас руу хандах эрх олгох'" - -# -# File: lang/dynamic/helpers/acl.php, line: 229 -msgid "Allow access to the 'System: Certificate Manager' page." -msgstr "'Систем: Сертификат удирдах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 230 -msgid "Allow access to the 'System: Gateways: Edit Gateway Groups' page." -msgstr "" -"'Систем: Gateway: Gateway Groups засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 231 -msgid "Allow access to the 'System: Static Routes: Edit route' page." -msgstr "'Систем: Статик route: Route засварлах' хуудас руу хандах" - -# -# File: lang/dynamic/helpers/acl.php, line: 41 -msgid "Allow access to the 'Services: Wake on LAN' page." -msgstr "'Сервис: Wake on LAN' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 233 -msgid "Allow access to the 'System: License' page." -msgstr "'Систем: Лиценз' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 234 -msgid "Allow access to the 'Services: DNS Filter' page." -msgstr "'Сервис: DNS шүүлтүүр' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 235 -msgid "Allow access to the 'Services: DNS Resolver' page." -msgstr "Сервис: DNS хөрвүүлэгч' хуудас руу хандах эрх олгох'" - -# -# File: lang/dynamic/helpers/acl.php, line: 236 -msgid "Allows access to the 'Diagnostics: pfTop' page" -msgstr "'Оношилгоо: pfTop' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 239 -msgid "Allow access to the 'Interfaces: GIF' page." -msgstr "'Интерфэйс: GIF' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 240 -msgid "Allow access to the 'VPN: IPsec: Edit Pre-Shared Keys' page." -msgstr "'VPN: IPsec: Pre-Shared түлхүүр засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 241 -msgid "Allow access to the 'Services: Dynamic DNS client' page." -msgstr "'Сервис: Динамик DNS клиент' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 243 -msgid "Allow access to the 'Services: PPPoE Server: Edit' page." -msgstr "'Сервис: PPPoE Сервер: Засварлах' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 220 -msgid "Allow access to the 'Diagnostics: Logs: PPPoE' page." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 246 -msgid "Allow access to the 'System: Advanced: Tunables' page." -msgstr "'Систем: Advanced: Tunables' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 247 -msgid "Allow access to the 'System: Group Manager: Add Privileges' page." -msgstr "'Систем: Group Manager: Add Privilieges' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 248 -msgid "Allow access to the 'Services: Load Balancer: Monitors' page." -msgstr "'Сервис: Ачаалал тэнцвэржүүлэгч: Монитор' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 250 -msgid "Indicates whether the user is allowed to dial in via PPTP" -msgstr "Хэрэглэгч PPTP ашиглан холболт хийх боломжтой эсэхийг илэрхийлнэ" - -# -# File: lang/dynamic/helpers/acl.php, line: 251 -msgid "Allow access to the 'Diagnostics: Traceroute' page." -msgstr "'Оношилгоо: Traceroute' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 252 -msgid "Allow access to the 'Firewall: NAT: Outbound' page." -msgstr "'Галт хана: NAT: Гарах урсгал' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 253 -msgid "Allow access to the 'System: Advanced: Firewall and NAT' page." -msgstr "'Систем: Advanced: галт хана болон NAT' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 254 -msgid "Allow access to the 'System: Gateways' page." -msgstr "'Систем: Gateways' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 255 -msgid "Allow access to the 'Firewall: Easy Rule' add/status page." -msgstr "'Галт хана: Энгийн дүрэм' нэмэх/статус хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 257 -msgid "Allow access to the 'System: Static Routes' page." -msgstr "'Систем: Статик Routes' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 258 -msgid "Allow access to the 'XMLRPC Interface Stats' page." -msgstr "'XMLRPC Интерфэйс Статус' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 259 -msgid "Allow access to the 'Interfaces: Bridge' page." -msgstr "'Интерфэйс: Bridge' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 260 -msgid "Allow access to the 'System: High Availability' page." -msgstr "'Систем: High Availability' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 261 -msgid "Allow access to the 'Diagnostics: Factory defaults' page." -msgstr "'Оношилгоо: Factory defaults' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 262 -msgid "Allow access to the 'Services: DHCP Relay' page." -msgstr "'Сервис: DHCP Relay' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 263 -msgid "" -"Allow access to the 'System: Firmware: Manual Update: Progress bar' page." -msgstr "" -"'Систем: Firmware: Гар аргаар шинэчлэх: Progress bar' хуудас руу хандах эрх " -"олгох" - -# -# File: lang/dynamic/helpers/acl.php, line: 264 -msgid "Allow access to the 'Services: Igmpproxy' page." -msgstr "'Сервис: Ifmpproxy' хуудас руу хандах эрх олгох" - -# -# File: lang/dynamic/helpers/controllers.php, line: 95 -msgid "Enable this zone" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 96 -msgid "Internal number used for this zone" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 97 -msgid "Select interface(s) to enable for captive portal." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 98 -msgid "" -"Select authentication methods to use, leave empty for no authentication " -"needed." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "" -"Clients will be disconnected after this amount of inactivity. They may log " -"in again immediately, though. Enter 0 to disable idle timeout." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 40 -msgid "" -"Clients will be disconnected after this amount of time, regardless of " -"activity. They may log in again immediately, though. Enter 0 to disable hard " -"timeout (not recommended unless an idle timeout is set)." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 101 -msgid "" -"If this option is set, users can login on multiple machines at once. If " -"disabled subsequent logins will cause machines previously logged in with the " -"same username to be disconnected." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 102 -msgid "" -"If provided, all traffic will be transmitted over an HTTPS connection to " -"protect against eavesdroppers." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 103 -msgid "" -"Hostname (of this machine) to redirect login page to, leave blank to use " -"this interface IP address, otherwise make sure the client can access DNS to " -"resolve this location. When using a SSL certificate, make sure both this " -"name and the cert name are equal." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 104 -msgid "Avoid authentication for addresses and subnets in this list" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 105 -msgid "Avoid authentication for physical addresses in this list" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 106 -msgid "Use custom template package for user login" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 107 -msgid "Description to identify this zone." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 66 -# File: lang/dynamic/helpers/controllers.php, line: 89 -msgid "Select if job is enabled or not" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 90 -msgid "" -"Enter the minutes for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,20,30 or 10-30)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 91 -msgid "" -"Enter the hours for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,11,12 or 10-12)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 92 -msgid "" -"Enter the days of the month for the job to act, can also be a comma " -"separated list, * (each) or a range (ex. 1,20,28 or 1-28)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 93 -msgid "" -"Enter the months for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 1,2,3 or 1-3)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 94 -msgid "" -"Enter the days of the week for the job to act, can also be a comma separated " -"list, * (each) or a range (ex. 1,2,3 or 1-3)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 95 -msgid "Select the command that needs to be executed at given time frame." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 96 -msgid "Enter parameters for this job if required." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 97 -msgid "Enter a description to explain what this job is intended for." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 63 -msgid "set action to perform here, only used when in IPS mode" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 70 -msgid "enable IDS" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 71 -msgid "Select interface(s) to use." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 67 -msgid "Enter a filename for storing the blacklist." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 68 -msgid "Enter an url to fetch the blacklist from." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 69 -msgid "Enter a description to explain what this blacklist is intended for." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 35 -msgid "Enable or disable the proxy service." -msgstr "Proxy сервисийг идэвхижүүлэх эсвэл идэвхигүй болгох" - -# -# File: lang/dynamic/helpers/controllers.php, line: 36 -msgid "" -"The port number where Squid sends and receives ICP queries to and from " -"neighbor caches. Leave blank to disable (default). The standard UDP port for " -"ICP is 3130." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "Enable access logging." -msgstr "Хандалтын логийг идэвхийжүүлэх" - -# -# File: lang/dynamic/helpers/controllers.php, line: 40 -msgid "Enable store logging." -msgstr "Хадгалалтын логийг идэвхижүүлэх" - -# -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "" -"If set (default), Squid will include a Via header in requests and\n" -" replies as required by RFC2616." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 43 -msgid "Select what to do with X-Forwarded for header." -msgstr "Header - лүү X-Forwarded-ийг ашиглан хийх зүйлээ сонго" - -# -# File: lang/dynamic/helpers/controllers.php, line: 44 -msgid "" -"Suppress Squid version string info in HTTP headers and HTML error pages." -msgstr "" -"HTTP header болон HTML алдааны хуудсанд байгаа Squid-ийн хувилбарийн " -"мэдээллийг нуух" - -# -# File: lang/dynamic/helpers/controllers.php, line: 72 -msgid "Enter the cache memory size to use." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 45 -msgid "Enter the storage size for the local cache (default is 100)." -msgstr "Локал cashe-ийн хадгалах хэмжээг оруулна уу (Өгөгдмөл хэмжээ 100)" - -# -# File: lang/dynamic/helpers/controllers.php, line: 46 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 16)." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 47 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 256)." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 50 -msgid "Enable or disable traffic management." -msgstr "Траффикийн удирдагыг идэвхижүүлэх эсвэл идэвхигүй болгох" - -# -# File: lang/dynamic/helpers/controllers.php, line: 51 -msgid "" -"Enter the maxium size for downloads in kilobytes (leave empty to disable)." -msgstr "" -"Татаж авч болох хамгийн их хэмжээг Килобайтаар оруулна уу(Идэвхигүй болгох " -"бол хоосон орхино уу)" - -# -# File: lang/dynamic/helpers/controllers.php, line: 52 -msgid "" -"Enter the maxium size for uploads in kilobytes (leave empty to disable)." -msgstr "" -"Upload хийж болох хамгийн их хэмжээг килобайтаар оруулна уу(Идэвхигүй болгох " -"бол хоосон орхино уу)" - -# -# File: lang/dynamic/helpers/controllers.php, line: 51 -msgid "" -"Enter the allowed overall bandtwith in kilobits per second (leave empty to " -"disable)." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 52 -msgid "" -"Enter the allowed per host bandwidth in kilobits per second (leave empty to " -"disable)." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 57 -msgid "Select interface(s) the proxy will bind to." -msgstr "Proxy bind хийх интерфэйсийг сонго" - -# -# File: lang/dynamic/helpers/controllers.php, line: 58 -# File: lang/dynamic/helpers/controllers.php, line: 62 -msgid "The port the proxy service will listen to." -msgstr "Proxy сервис сонсож ажиллах порт" - -# -# File: lang/dynamic/helpers/controllers.php, line: 55 -msgid "" -"When enabled the subnets of the selected interfaces will be added to the " -"allow access list." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 61 -msgid "Select interface(s) the ftp proxy will bind to." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 63 -msgid "Select Authentication method" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 64 -msgid "The prompt will be displayed in the authentication request window." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 65 -msgid "The total number of authenticator processes to spawn." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 72 -msgid "enable this pipe and it's related queues and rules" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 73 -msgid "Total bandwidth for this pipe" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 74 -msgid "number of dynamic queues, leave empty for default" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 75 -# File: lang/dynamic/helpers/controllers.php, line: 79 -msgid "Description to identify this pipe." -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 76 -msgid "enable this queue and it's related rules" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 77 -msgid "connected pipe for this queue" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 78 -msgid "" -"Weight of this queue (1..100), used to prioritize within a pipe. (1 is low, " -"100 is high)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 80 -msgid "order in which the rule will be evaluated (lowest first)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 81 -msgid "" -"secondary interface, matches packets going traveling from interface (1) to " -"interface (2).\n" -" " -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 83 -msgid "source ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 84 -msgid "source port number or well known name (imap,imaps, http,https,...)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 85 -msgid "destination ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 86 -msgid "destination port number or well known name (imap,imaps, http,https,...)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 87 -msgid "matches incoming or outgoing packets or both (default)" -msgstr "" - -# -# File: lang/dynamic/helpers/controllers.php, line: 88 -msgid "target pipe or queue" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 35 -msgid "Root" -msgstr "" - -# -# File: src/www/index.php, line: 345 -msgid "Dashboard" -msgstr "" - -# -# File: src/www/license.php, line: 32 -msgid "License" -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 131 -# File: src/www/interfaces.php, line: 2853 -# File: src/www/interfaces.php, line: 2927 -# File: src/www/interfaces.php, line: 3036 -# File: src/www/interfaces_ppps_edit.php, line: 196 -# File: src/www/interfaces_ppps_edit.php, line: 199 -# File: src/www/interfaces_ppps_edit.php, line: 207 -# File: src/www/interfaces_ppps_edit.php, line: 210 -# File: src/www/interfaces_ppps_edit.php, line: 544 -# File: src/www/services_dyndns_edit.php, line: 96 -# File: src/www/services_dyndns_edit.php, line: 375 -# File: src/www/services_opendns.php, line: 165 -# File: src/www/system_advanced_notifications.php, line: 235 -# File: src/www/system_usermanager.php, line: 211 -# File: src/www/system_usermanager.php, line: 216 -# File: src/www/system_usermanager.php, line: 558 -# File: src/www/system_usermanager_passwordmg.php, line: 44 -# File: src/www/system_usermanager_passwordmg.php, line: 99 -# File: src/www/vpn_l2tp_users_edit.php, line: 80 -# File: src/www/vpn_l2tp_users_edit.php, line: 184 -# File: src/www/vpn_openvpn_client.php, line: 632 -# File: src/www/vpn_openvpn_client.php, line: 667 -# File: src/www/vpn_openvpn_client.php.orig, line: 632 -# File: src/www/vpn_openvpn_client.php.orig, line: 667 -# File: src/www/vpn_openvpn_export.php, line: 723 -# File: src/www/vpn_openvpn_export.php, line: 757 -# File: src/www/vpn_openvpn_export.php.orig, line: 723 -# File: src/www/vpn_openvpn_export.php.orig, line: 757 -# File: src/www/vpn_openvpn_export_shared.php, line: 376 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 376 -# File: src/www/vpn_pppoe_edit.php, line: 595 -# File: src/www/vpn_pptp_users_edit.php, line: 76 -# File: src/www/vpn_pptp_users_edit.php, line: 177 -msgid "Password" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 36 -# File: src/www/services_captiveportal.php, line: 1035 -msgid "Logout" -msgstr "" - -# -# File: src/www/index.php, line: 345 -msgid "Lobby" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 38 -# File: lang/dynamic/helpers/models.php, line: 40 -# File: lang/dynamic/helpers/models.php, line: 42 -msgid "workAround" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 38 -# File: lang/dynamic/helpers/models.php, line: 41 -# File: src/www/system_camanager.php, line: 747 -# File: src/www/system_certificates_tabs.inc, line: 6 -# File: src/www/system_crlmanager.php, line: 669 -msgid "Certificates" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 41 -msgid "Authorities" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 43 -msgid "Revocation" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 47 -msgid "Trust" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1367 -# File: src/www/firewall_rules_edit.php, line: 1376 -# File: src/www/interfaces_lagg_edit.php, line: 228 -# File: src/www/load_balancer_virtual_server_edit.php, line: 237 -# File: src/www/vpn_ipsec_mobile.php, line: 385 -# File: src/www/vpn_openvpn_client.php, line: 625 -# File: src/www/vpn_openvpn_client.php.orig, line: 625 -# File: src/www/vpn_openvpn_export.php, line: 750 -# File: src/www/vpn_openvpn_export.php.orig, line: 750 -# File: src/www/vpn_openvpn_export_shared.php, line: 369 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 369 -msgid "none" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 218 -msgid "History" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 47 -msgid "Backups" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 51 -msgid "Configuration" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 42 -# File: src/www/crash_reporter.php, line: 65 -msgid "Crash Reporter" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 43 -msgid "Firmware" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 97 -msgid "Synchronization" -msgstr "" - -# -# File: src/www/carp_status.php, line: 99 -msgid "CARP Status" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 44 -# File: src/www/system_hasync.php, line: 97 -msgid "High Availability" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 102 -# File: lang/dynamic/helpers/models.php, line: 129 -# File: src/www/firewall_aliases_edit.php, line: 236 -# File: src/www/firewall_nat_1to1_edit.php, line: 220 -# File: src/www/firewall_nat_edit.php, line: 398 -# File: src/www/firewall_nat_npt_edit.php, line: 158 -# File: src/www/firewall_nat_out_edit.php, line: 325 -# File: src/www/firewall_rules_edit.php, line: 755 -# File: src/www/firewall_schedule_edit.php, line: 78 -# File: src/www/firewall_virtual_ip.php, line: 265 -# File: src/www/firewall_virtual_ip_edit.php, line: 234 -# File: src/www/interfaces_bridge_edit.php, line: 240 -# File: src/www/interfaces_gif_edit.php, line: 130 -# File: src/www/interfaces_gre_edit.php, line: 122 -# File: src/www/interfaces_groups_edit.php, line: 33 -# File: src/www/interfaces_lagg_edit.php, line: 131 -# File: src/www/interfaces_ppps_edit.php, line: 386 -# File: src/www/interfaces_qinq_edit.php, line: 30 -# File: src/www/interfaces_vlan_edit.php, line: 152 -# File: src/www/interfaces_wireless_edit.php, line: 140 -# File: src/www/load_balancer_monitor_edit.php, line: 256 -# File: src/www/load_balancer_pool_edit.php, line: 157 -# File: src/www/load_balancer_relay_action_edit.php, line: 171 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 129 -# File: src/www/load_balancer_virtual_server_edit.php, line: 136 -# File: src/www/services_igmpproxy_edit.php, line: 31 -# File: src/www/services_rfc2136_edit.php, line: 115 -# File: src/www/services_wol_edit.php, line: 106 -# File: src/www/vpn_l2tp_users_edit.php, line: 29 -# File: src/www/vpn_pppoe_edit.php, line: 255 -# File: src/www/vpn_pptp_users_edit.php, line: 137 -msgid "Edit" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 81 -# File: src/www/diag_smart.php, line: 299 -# File: src/www/firewall_aliases.php, line: 188 -msgid "All" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 215 -# File: src/www/carp_status.php, line: 99 -# File: src/www/carp_status.php, line: 154 -# File: src/www/diag_gmirror.php, line: 327 -# File: src/www/diag_ipsec.php, line: 99 -# File: src/www/diag_ipsec.php, line: 135 -# File: src/www/diag_ipsec_leases.php, line: 35 -# File: src/www/diag_ipsec_leases.php, line: 78 -# File: src/www/diag_ipsec_sad.php, line: 36 -# File: src/www/diag_ipsec_spd.php, line: 35 -# File: src/www/diag_logs.php, line: 58 -# File: src/www/diag_logs_auth.php, line: 46 -# File: src/www/diag_logs_dhcp.php, line: 49 -# File: src/www/diag_logs_filter.php, line: 588 -# File: src/www/diag_logs_filter_dynamic.php, line: 50 -# File: src/www/diag_logs_filter_summary.php, line: 29 -# File: src/www/diag_logs_gateways.php, line: 60 -# File: src/www/diag_logs_ipsec.php, line: 69 -# File: src/www/diag_logs_ntpd.php, line: 48 -# File: src/www/diag_logs_openvpn.php, line: 37 -# File: src/www/diag_logs_ppp.php, line: 46 -# File: src/www/diag_logs_proxy.php, line: 44 -# File: src/www/diag_logs_relayd.php, line: 47 -# File: src/www/diag_logs_resolver.php, line: 60 -# File: src/www/diag_logs_routing.php, line: 45 -# File: src/www/diag_logs_settings.php, line: 193 -# File: src/www/diag_logs_vpn.php, line: 30 -# File: src/www/diag_logs_wireless.php, line: 47 -# File: src/www/status_captiveportal_expire.php, line: 48 -# File: src/www/status_captiveportal_test.php, line: 49 -# File: src/www/status_captiveportal_voucher_rolls.php, line: 69 -# File: src/www/status_captiveportal_vouchers.php, line: 48 -# File: src/www/status_dhcp_leases.php, line: 36 -# File: src/www/status_dhcpv6_leases.php, line: 36 -# File: src/www/status_filter_reload.php, line: 31 -# File: src/www/status_gateway_groups.php, line: 60 -# File: src/www/status_gateways.php, line: 40 -# File: src/www/status_gateways.php, line: 78 -# File: src/www/status_graph.php, line: 95 -# File: src/www/status_graph_cpu.php, line: 29 -# File: src/www/status_interfaces.php, line: 50 -# File: src/www/status_interfaces.php, line: 90 -# File: src/www/status_lb_pool.php, line: 56 -# File: src/www/status_lb_vs.php, line: 43 -# File: src/www/status_lb_vs.php, line: 82 -# File: src/www/status_ntpd.php, line: 147 -# File: src/www/status_ntpd.php, line: 176 -# File: src/www/status_openvpn.php, line: 70 -# File: src/www/status_openvpn.php, line: 236 -# File: src/www/status_openvpn.php, line: 274 -# File: src/www/status_rrd_graph.php, line: 237 -# File: src/www/status_rrd_graph_settings.php, line: 101 -# File: src/www/status_services.php, line: 284 -# File: src/www/status_services.php, line: 311 -# File: src/www/status_upnp.php, line: 46 -# File: src/www/status_wireless.php, line: 32 -# File: src/www/status_wireless.php, line: 69 -# File: src/www/widgets/widgets/gateways.widget.php, line: 48 -# File: src/www/widgets/widgets/gmirror_status.widget.php, line: 40 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 205 -# File: src/www/widgets/widgets/services_status.widget.php, line: 62 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 47 -msgid "Status" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 202 -# File: lang/dynamic/helpers/models.php, line: 211 -# File: lang/dynamic/helpers/models.php, line: 217 -# File: lang/dynamic/helpers/models.php, line: 241 -# File: lang/dynamic/helpers/models.php, line: 254 -# File: lang/dynamic/helpers/models.php, line: 285 -# File: src/www/diag_logs_auth.php, line: 47 -# File: src/www/diag_logs_openvpn.php, line: 37 -# File: src/www/diag_logs_proxy.php, line: 49 -# File: src/www/diag_logs_relayd.php, line: 48 -msgid "Log File" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 45 -# File: lang/dynamic/helpers/models.php, line: 230 -# File: src/www/system_gateways_tabs.inc, line: 7 -msgid "Routes" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 58 -msgid "Group" -msgstr "" - -# -# File: src/www/status_gateway_groups.php, line: 60 -msgid "Group Status" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 178 -# File: lang/dynamic/helpers/models.php, line: 193 -# File: src/www/diag_logs_gateways.php, line: 60 -# File: src/www/diag_logs_pills.php, line: 64 -# File: src/www/status_gateway_groups.php, line: 81 -# File: src/www/status_gateway_groups.php, line: 96 -# File: src/www/status_gateways.php, line: 40 -# File: src/www/status_gateways.php, line: 60 -# File: src/www/system_gateway_groups.php, line: 173 -# File: src/www/system_gateway_groups_edit.php, line: 151 -# File: src/www/system_gateways.php, line: 188 -# File: src/www/system_gateways_edit.php, line: 550 -# File: src/www/system_gateways_tabs.inc, line: 6 -msgid "Gateways" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 50 -# File: src/www/diag_logs.php, line: 58 -# File: src/www/diag_logs_pills.php, line: 63 -# File: src/www/system_advanced_tabs.inc, line: 6 -# File: src/www/system_general.php, line: 338 -msgid "General" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 51 -# File: src/www/system_advanced_admin.php, line: 280 -# File: src/www/system_advanced_tabs.inc, line: 7 -msgid "Admin Access" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 53 -# File: src/www/system_advanced_network.php, line: 135 -# File: src/www/system_advanced_tabs.inc, line: 9 -msgid "Networking" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 52 -msgid "Firewall/NAT" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 56 -# File: src/www/system_advanced_notifications.php, line: 167 -# File: src/www/system_advanced_tabs.inc, line: 12 -msgid "Notifications" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 79 -msgid "Logs/Reports" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 214 -# File: src/www/system_advanced_tabs.inc, line: 10 -msgid "Miscellaneous" -msgstr "" - -# -# File: src/www/system_advanced_sysctl.php, line: 119 -msgid "Tunables" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 57 -# File: lang/dynamic/helpers/models.php, line: 61 -# File: lang/dynamic/helpers/models.php, line: 133 -# File: lang/dynamic/helpers/models.php, line: 189 -# File: lang/dynamic/helpers/models.php, line: 210 -# File: src/www/diag_logs_settings.php, line: 193 -# File: src/www/diag_logs_tabs.inc, line: 40 -# File: src/www/load_balancer_monitor.php, line: 108 -# File: src/www/load_balancer_pool.php, line: 120 -# File: src/www/load_balancer_setting.php, line: 85 -# File: src/www/load_balancer_setting.php, line: 113 -# File: src/www/load_balancer_virtual_server.php, line: 157 -# File: src/www/status_rrd_graph_tabs.inc, line: 34 -# File: src/www/system_advanced_admin.php, line: 280 -# File: src/www/system_advanced_firewall.php, line: 241 -# File: src/www/system_advanced_misc.php, line: 214 -# File: src/www/system_advanced_network.php, line: 135 -# File: src/www/system_advanced_notifications.php, line: 167 -# File: src/www/system_advanced_sysctl.php, line: 119 -# File: src/www/system_authservers.php, line: 486 -# File: src/www/system_general.php, line: 338 -# File: src/www/system_groupmanager.php, line: 260 -# File: src/www/system_groupmanager_addprivs.php, line: 171 -# File: src/www/system_usermanager.php, line: 500 -# File: src/www/system_usermanager_addprivs.php, line: 162 -# File: src/www/system_usermanager_settings.php, line: 118 -# File: src/www/vpn_ipsec_settings.php, line: 112 -msgid "Settings" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 82 -msgid "Step" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 83 -msgid "Wizard" -msgstr "" - -# -# File: src/www/system_groupmanager_addprivs.php, line: 48 -# File: src/www/system_usermanager_addprivs.php, line: 48 -msgid "Privileges" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 59 -# File: src/www/services_captiveportal_zones.php, line: 96 -# File: src/www/system_authservers.php, line: 484 -# File: src/www/system_groupmanager.php, line: 258 -# File: src/www/system_groupmanager_addprivs.php, line: 169 -# File: src/www/system_usermanager.php, line: 498 -# File: src/www/system_usermanager_addprivs.php, line: 160 -# File: src/www/system_usermanager_settings.php, line: 116 -# File: src/www/vpn_l2tp.php, line: 301 -# File: src/www/vpn_l2tp_users.php, line: 29 -# File: src/www/vpn_l2tp_users.php, line: 104 -# File: src/www/vpn_l2tp_users_edit.php, line: 167 -# File: src/www/vpn_pptp.php, line: 319 -# File: src/www/vpn_pptp_users.php, line: 63 -# File: src/www/vpn_pptp_users.php, line: 97 -# File: src/www/vpn_pptp_users_edit.php, line: 160 -msgid "Users" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 60 -# File: src/www/interfaces_groups.php, line: 54 -# File: src/www/interfaces_groups_edit.php, line: 33 -# File: src/www/system_authservers.php, line: 485 -# File: src/www/system_gateways_tabs.inc, line: 8 -# File: src/www/system_groupmanager.php, line: 259 -# File: src/www/system_groupmanager_addprivs.php, line: 170 -# File: src/www/system_usermanager.php, line: 499 -# File: src/www/system_usermanager.php, line: 965 -# File: src/www/system_usermanager_addprivs.php, line: 161 -# File: src/www/system_usermanager_settings.php, line: 117 -msgid "Groups" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 62 -# File: src/www/load_balancer_pool.php, line: 137 -# File: src/www/status_lb_pool.php, line: 138 -# File: src/www/status_lb_vs.php, line: 81 -# File: src/www/system_authservers.php, line: 487 -# File: src/www/system_groupmanager.php, line: 261 -# File: src/www/system_groupmanager_addprivs.php, line: 172 -# File: src/www/system_usermanager.php, line: 501 -# File: src/www/system_usermanager_addprivs.php, line: 163 -# File: src/www/system_usermanager_settings.php, line: 119 -msgid "Servers" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 93 -msgid "Tester" -msgstr "" - -# -# File: src/www/diag_logs_pills.inc, line: 45 -msgid "Access" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 221 -msgid "Factory Defaults" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 222 -msgid "Halt System" -msgstr "" - -# -# File: src/www/reboot.php, line: 33 -msgid "Reboot System" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 231 -# File: src/www/widgets/widgets/smart_status.widget.php, line: 40 -msgid "SMART Status" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 147 -# File: lang/dynamic/helpers/models.php, line: 192 -# File: lang/dynamic/helpers/models.php, line: 252 -# File: src/www/load_balancer_monitor.php, line: 77 -# File: src/www/load_balancer_monitor_edit.php, line: 256 -# File: src/www/load_balancer_pool.php, line: 87 -# File: src/www/load_balancer_pool_edit.php, line: 157 -# File: src/www/load_balancer_relay_action.php, line: 94 -# File: src/www/load_balancer_relay_action_edit.php, line: 171 -# File: src/www/load_balancer_relay_protocol.php, line: 90 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 129 -# File: src/www/load_balancer_setting.php, line: 85 -# File: src/www/load_balancer_virtual_server.php, line: 125 -# File: src/www/load_balancer_virtual_server_edit.php, line: 136 -# File: src/www/services_captiveportal.php, line: 58 -# File: src/www/services_captiveportal_filemanager.php, line: 65 -# File: src/www/services_captiveportal_ip.php, line: 49 -# File: src/www/services_captiveportal_ip_edit.php, line: 48 -# File: src/www/services_captiveportal_mac.php, line: 53 -# File: src/www/services_captiveportal_mac_edit.php, line: 49 -# File: src/www/services_captiveportal_vouchers.php, line: 94 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 33 -# File: src/www/services_captiveportal_zones_edit.php, line: 34 -# File: src/www/services_dhcp.php, line: 557 -# File: src/www/services_dhcp_edit.php, line: 310 -# File: src/www/services_dhcp_relay.php, line: 98 -# File: src/www/services_dhcpv6.php, line: 354 -# File: src/www/services_dhcpv6_edit.php, line: 165 -# File: src/www/services_dhcpv6_relay.php, line: 93 -# File: src/www/services_dnsmasq.php, line: 143 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 112 -# File: src/www/services_dnsmasq_edit.php, line: 158 -# File: src/www/services_dyndns.php, line: 54 -# File: src/www/services_dyndns_edit.php, line: 174 -# File: src/www/services_igmpproxy.php, line: 67 -# File: src/www/services_ntpd.php, line: 162 -# File: src/www/services_ntpd_gps.php, line: 151 -# File: src/www/services_ntpd_pps.php, line: 91 -# File: src/www/services_rfc2136.php, line: 50 -# File: src/www/services_rfc2136_edit.php, line: 115 -# File: src/www/services_router_advertisements.php, line: 159 -# File: src/www/services_snmp.php, line: 156 -# File: src/www/services_unbound.php, line: 164 -# File: src/www/services_unbound_advanced.php, line: 117 -# File: src/www/services_unbound_domainoverride_edit.php, line: 103 -# File: src/www/services_unbound_host_edit.php, line: 157 -# File: src/www/services_wol.php, line: 106 -# File: src/www/services_wol_edit.php, line: 106 -# File: src/www/status_services.php, line: 284 -# File: src/www/system_authservers.php, line: 223 -# File: src/www/vpn_pppoe_edit.php, line: 255 -msgid "Services" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 240 -# File: src/www/diag_arp.php, line: 248 -# File: src/www/diag_authentication.php, line: 80 -# File: src/www/diag_backup.php, line: 538 -# File: src/www/diag_confbak.php, line: 123 -# File: src/www/diag_defaults.php, line: 34 -# File: src/www/diag_dns.php, line: 29 -# File: src/www/diag_dump_states.php, line: 59 -# File: src/www/diag_dump_states_sources.php, line: 53 -# File: src/www/diag_gmirror.php, line: 138 -# File: src/www/diag_halt.php, line: 34 -# File: src/www/diag_ndp.php, line: 76 -# File: src/www/diag_packet_capture.php, line: 73 -# File: src/www/diag_ping.php, line: 29 -# File: src/www/diag_resetstate.php, line: 55 -# File: src/www/diag_routes.php, line: 57 -# File: src/www/diag_smart.php, line: 32 -# File: src/www/diag_sockets.php, line: 32 -# File: src/www/diag_states_summary.php, line: 180 -# File: src/www/diag_tables.php, line: 33 -# File: src/www/diag_testport.php, line: 30 -# File: src/www/diag_traceroute.php, line: 33 -# File: src/www/reboot.php, line: 33 -msgid "Diagnostics" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 64 -# File: lang/dynamic/helpers/models.php, line: 197 -# File: src/www/crash_reporter.php, line: 65 -# File: src/www/diag_backup.php, line: 167 -# File: src/www/diag_logs_tabs.inc, line: 29 -# File: src/www/status_rrd_graph_img.php, line: 36 -# File: src/www/status_rrd_graph_settings.php, line: 39 -# File: src/www/status_rrd_graph_tabs.inc, line: 4 -# File: src/www/system_advanced_admin.php, line: 280 -# File: src/www/system_advanced_firewall.php, line: 241 -# File: src/www/system_advanced_misc.php, line: 214 -# File: src/www/system_advanced_network.php, line: 135 -# File: src/www/system_advanced_notifications.php, line: 167 -# File: src/www/system_advanced_sysctl.php, line: 119 -# File: src/www/system_authservers.php, line: 74 -# File: src/www/system_camanager.php, line: 133 -# File: src/www/system_certmanager.php, line: 94 -# File: src/www/system_crlmanager.php, line: 92 -# File: src/www/system_gateway_groups.php, line: 129 -# File: src/www/system_gateway_groups_edit.php, line: 151 -# File: src/www/system_gateways.php, line: 188 -# File: src/www/system_gateways_edit.php, line: 550 -# File: src/www/system_general.php, line: 118 -# File: src/www/system_general.php, line: 338 -# File: src/www/system_general.php, line: 363 -# File: src/www/system_groupmanager.php, line: 33 -# File: src/www/system_groupmanager_addprivs.php, line: 47 -# File: src/www/system_hasync.php, line: 97 -# File: src/www/system_routes.php, line: 204 -# File: src/www/system_routes_edit.php, line: 223 -# File: src/www/system_usermanager.php, line: 78 -# File: src/www/system_usermanager_passwordmg.php, line: 32 -# File: src/www/system_usermanager_settings.php, line: 37 -msgid "System" -msgstr "" - -# -# File: src/www/diag_ipsec_tabs.inc, line: 28 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 72 -msgid "Overview" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 107 -msgid "Assignments" -msgstr "" - -# -# File: src/www/interfaces_bridge.php, line: 80 -# File: src/www/interfaces_bridge_edit.php, line: 240 -msgid "Bridge" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 72 -# File: src/www/interfaces_assign.php, line: 465 -# File: src/www/interfaces_bridge.php, line: 111 -# File: src/www/interfaces_gif.php, line: 69 -# File: src/www/interfaces_gif.php, line: 100 -# File: src/www/interfaces_gif_edit.php, line: 130 -# File: src/www/interfaces_gre.php, line: 99 -# File: src/www/interfaces_groups.php, line: 85 -# File: src/www/interfaces_lagg.php, line: 105 -# File: src/www/interfaces_ppps.php, line: 100 -# File: src/www/interfaces_qinq.php, line: 108 -# File: src/www/interfaces_vlan.php, line: 109 -# File: src/www/interfaces_wireless.php, line: 98 -msgid "GIF" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 71 -# File: src/www/interfaces_assign.php, line: 464 -# File: src/www/interfaces_bridge.php, line: 110 -# File: src/www/interfaces_gif.php, line: 99 -# File: src/www/interfaces_gre.php, line: 68 -# File: src/www/interfaces_gre.php, line: 98 -# File: src/www/interfaces_gre_edit.php, line: 122 -# File: src/www/interfaces_groups.php, line: 84 -# File: src/www/interfaces_lagg.php, line: 104 -# File: src/www/interfaces_ppps.php, line: 99 -# File: src/www/interfaces_qinq.php, line: 107 -# File: src/www/interfaces_vlan.php, line: 108 -# File: src/www/interfaces_wireless.php, line: 97 -msgid "GRE" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 74 -# File: src/www/interfaces_assign.php, line: 467 -# File: src/www/interfaces_bridge.php, line: 113 -# File: src/www/interfaces_gif.php, line: 102 -# File: src/www/interfaces_gre.php, line: 101 -# File: src/www/interfaces_groups.php, line: 87 -# File: src/www/interfaces_lagg.php, line: 74 -# File: src/www/interfaces_lagg.php, line: 107 -# File: src/www/interfaces_lagg_edit.php, line: 131 -# File: src/www/interfaces_ppps.php, line: 102 -# File: src/www/interfaces_qinq.php, line: 110 -# File: src/www/interfaces_vlan.php, line: 111 -# File: src/www/interfaces_wireless.php, line: 100 -msgid "LAGG" -msgstr "" - -# -# File: src/www/interfaces_qinq.php, line: 77 -# File: src/www/interfaces_qinq_edit.php, line: 30 -msgid "QinQ" -msgstr "" - -# -# File: src/www/interfaces_vlan.php, line: 77 -# File: src/www/interfaces_vlan_edit.php, line: 152 -msgid "VLAN" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 122 -msgid "Other Types" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 124 -# File: lang/dynamic/helpers/models.php, line: 128 -msgid "Devices" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 126 -msgid "Point-to-Point" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 67 -# File: lang/dynamic/helpers/models.php, line: 196 -# File: src/www/diag_logs_pills.php, line: 67 -# File: src/www/diag_logs_wireless.php, line: 47 -# File: src/www/interfaces_assign.php, line: 460 -# File: src/www/interfaces_bridge.php, line: 106 -# File: src/www/interfaces_gif.php, line: 95 -# File: src/www/interfaces_gre.php, line: 94 -# File: src/www/interfaces_groups.php, line: 80 -# File: src/www/interfaces_lagg.php, line: 100 -# File: src/www/interfaces_ppps.php, line: 95 -# File: src/www/interfaces_qinq.php, line: 103 -# File: src/www/interfaces_vlan.php, line: 104 -# File: src/www/interfaces_wireless.php, line: 66 -# File: src/www/interfaces_wireless.php, line: 93 -# File: src/www/interfaces_wireless_edit.php, line: 140 -# File: src/www/status_rrd_graph_tabs.inc, line: 13 -# File: src/www/status_wireless.php, line: 32 -msgid "Wireless" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 220 -# File: src/www/diag_dns.php, line: 29 -# File: src/www/diag_dns.php, line: 265 -msgid "DNS Lookup" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 225 -# File: src/www/diag_packet_capture.php, line: 73 -msgid "Packet Capture" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 228 -# File: src/www/diag_dns.php, line: 251 -# File: src/www/diag_ping.php, line: 29 -# File: src/www/diag_ping.php, line: 86 -# File: src/www/diag_ping.php, line: 131 -msgid "Ping" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 238 -# File: src/www/diag_testport.php, line: 30 -# File: src/www/diag_testport.php, line: 102 -msgid "Test Port" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 239 -# File: src/www/diag_dns.php, line: 252 -# File: src/www/diag_traceroute.php, line: 33 -# File: src/www/diag_traceroute.php, line: 95 -# File: src/www/diag_traceroute.php, line: 148 -msgid "Traceroute" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 128 -# File: lang/dynamic/helpers/models.php, line: 166 -msgid "Details" -msgstr "" - -# -# File: src/www/status_graph.php, line: 95 -msgid "Traffic Graph" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 76 -# File: lang/dynamic/helpers/models.php, line: 179 -# File: src/www/diag_backup.php, line: 159 -# File: src/www/diag_logs_filter_summary.php, line: 46 -# File: src/www/interfaces.php, line: 1620 -# File: src/www/interfaces_assign.php, line: 31 -# File: src/www/interfaces_bridge.php, line: 80 -# File: src/www/interfaces_bridge_edit.php, line: 240 -# File: src/www/interfaces_gif.php, line: 69 -# File: src/www/interfaces_gif_edit.php, line: 130 -# File: src/www/interfaces_gre.php, line: 68 -# File: src/www/interfaces_gre_edit.php, line: 122 -# File: src/www/interfaces_groups.php, line: 54 -# File: src/www/interfaces_groups_edit.php, line: 33 -# File: src/www/interfaces_lagg.php, line: 74 -# File: src/www/interfaces_lagg_edit.php, line: 131 -# File: src/www/interfaces_ppps_edit.php, line: 386 -# File: src/www/interfaces_qinq.php, line: 77 -# File: src/www/interfaces_qinq_edit.php, line: 30 -# File: src/www/interfaces_vlan.php, line: 77 -# File: src/www/interfaces_vlan_edit.php, line: 152 -# File: src/www/interfaces_wireless.php, line: 66 -# File: src/www/interfaces_wireless_edit.php, line: 140 -# File: src/www/services_captiveportal.php, line: 517 -# File: src/www/services_captiveportal_zones.php, line: 95 -# File: src/www/services_dnsmasq.php, line: 279 -# File: src/www/status_interfaces.php, line: 50 -msgid "Interfaces" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 140 -msgid "NoneEdit" -msgstr "" - -# -# File: src/etc/inc/ipsec.inc, line: 194 -# File: src/www/diag_system_pftop.php, line: 141 -# File: src/www/firewall_nat_edit.php, line: 886 -# File: src/www/firewall_nat_edit.php, line: 918 -# File: src/www/interfaces.php, line: 1625 -# File: src/www/interfaces.php, line: 1626 -# File: src/www/interfaces.php, line: 2032 -# File: src/www/interfaces.php, line: 2141 -# File: src/www/interfaces_bridge_edit.php, line: 472 -# File: src/www/system_advanced_misc.php, line: 426 -# File: src/www/vpn_ipsec_phase2.php, line: 738 -# File: src/www/vpn_openvpn_client.php, line: 752 -# File: src/www/vpn_openvpn_client.php.orig, line: 752 -msgid "None" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 144 -msgid "IPs" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 79 -# File: src/www/firewall_aliases.php, line: 186 -# File: src/www/firewall_aliases_edit.php, line: 449 -# File: src/www/firewall_nat.php, line: 261 -# File: src/www/firewall_nat.php, line: 263 -# File: src/www/firewall_nat.php, line: 265 -msgid "Ports" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 80 -# File: src/www/firewall_aliases.php, line: 187 -msgid "URLs" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 97 -msgid "Import" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 82 -# File: src/www/diag_backup.php, line: 152 -# File: src/www/firewall_aliases.php, line: 139 -# File: src/www/firewall_aliases_edit.php, line: 236 -# File: src/www/firewall_aliases_import.php, line: 48 -# File: src/www/firewall_aliases_import.php, line: 144 -# File: src/www/services_dnsmasq_edit.php, line: 232 -# File: src/www/services_unbound_host_edit.php, line: 234 -msgid "Aliases" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 92 -msgid "RulesEdit" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 93 -msgid "Floating" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 94 -# File: src/www/diag_arp.php, line: 339 -# File: src/www/diag_logs_filter.php, line: 653 -# File: src/www/diag_ndp.php, line: 139 -# File: src/www/diag_packet_capture.php, line: 239 -# File: src/www/firewall_nat_1to1.php, line: 204 -# File: src/www/firewall_nat_1to1_edit.php, line: 162 -# File: src/www/firewall_nat_1to1_edit.php, line: 303 -# File: src/www/firewall_nat_edit.php, line: 186 -# File: src/www/firewall_nat_edit.php, line: 189 -# File: src/www/firewall_nat_edit.php, line: 532 -# File: src/www/firewall_nat_npt.php, line: 204 -# File: src/www/firewall_nat_npt_edit.php, line: 118 -# File: src/www/firewall_nat_npt_edit.php, line: 191 -# File: src/www/firewall_nat_out.php, line: 330 -# File: src/www/firewall_nat_out.php, line: 504 -# File: src/www/firewall_nat_out_edit.php, line: 185 -# File: src/www/firewall_nat_out_edit.php, line: 421 -# File: src/www/firewall_rules_edit.php, line: 861 -# File: src/www/firewall_virtual_ip.php, line: 228 -# File: src/www/firewall_virtual_ip_edit.php, line: 359 -# File: src/www/interfaces_assign.php, line: 481 -# File: src/www/interfaces_bridge.php, line: 127 -# File: src/www/interfaces_gif.php, line: 116 -# File: src/www/interfaces_gre.php, line: 115 -# File: src/www/interfaces_groups_edit.php, line: 276 -# File: src/www/interfaces_lagg.php, line: 122 -# File: src/www/interfaces_ppps.php, line: 116 -# File: src/www/interfaces_qinq.php, line: 125 -# File: src/www/interfaces_vlan.php, line: 124 -# File: src/www/interfaces_wireless.php, line: 114 -# File: src/www/services_captiveportal.php, line: 200 -# File: src/www/services_dhcp_relay.php, line: 69 -# File: src/www/services_dhcpv6_relay.php, line: 64 -# File: src/www/services_dyndns.php, line: 93 -# File: src/www/services_igmpproxy_edit.php, line: 161 -# File: src/www/services_wol.php, line: 137 -# File: src/www/services_wol.php, line: 172 -# File: src/www/services_wol_edit.php, line: 76 -# File: src/www/services_wol_edit.php, line: 137 -# File: src/www/status_graph.php, line: 205 -# File: src/www/system_gateways.php, line: 236 -# File: src/www/system_gateways_edit.php, line: 112 -# File: src/www/system_gateways_edit.php, line: 701 -# File: src/www/system_routes.php, line: 253 -# File: src/www/vpn_ipsec_phase1.php, line: 659 -# File: src/www/vpn_l2tp.php, line: 330 -# File: src/www/vpn_openvpn_client.php, line: 548 -# File: src/www/vpn_openvpn_client.php.orig, line: 548 -# File: src/www/vpn_openvpn_server.php, line: 835 -# File: src/www/vpn_openvpn_server.php.orig, line: 835 -# File: src/www/vpn_pppoe.php, line: 122 -# File: src/www/vpn_pppoe_edit.php, line: 416 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 46 -msgid "Interface" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 95 -# File: src/www/diag_system_pftop.php, line: 129 -# File: src/www/firewall_rules.php, line: 131 -# File: src/www/firewall_rules.php, line: 147 -# File: src/www/firewall_rules.php, line: 166 -# File: src/www/firewall_rules_edit.php, line: 755 -msgid "Rules" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 83 -msgid "NatEdit" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 84 -# File: src/www/firewall_nat.php, line: 148 -# File: src/www/firewall_nat.php, line: 168 -# File: src/www/firewall_nat.php, line: 187 -# File: src/www/firewall_nat.php, line: 234 -# File: src/www/firewall_nat_1to1.php, line: 189 -# File: src/www/firewall_nat_edit.php, line: 398 -# File: src/www/firewall_nat_npt.php, line: 187 -# File: src/www/firewall_nat_out.php, line: 259 -msgid "Port Forward" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 86 -msgid "OneOnOneEdit" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 85 -# File: src/www/firewall_nat.php, line: 235 -# File: src/www/firewall_nat_1to1.php, line: 99 -# File: src/www/firewall_nat_1to1.php, line: 117 -# File: src/www/firewall_nat_1to1.php, line: 136 -# File: src/www/firewall_nat_1to1.php, line: 190 -# File: src/www/firewall_nat_1to1_edit.php, line: 220 -# File: src/www/firewall_nat_npt.php, line: 188 -# File: src/www/firewall_nat_out.php, line: 260 -msgid "1:1" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 88 -msgid "OutboundEdit" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 87 -# File: src/www/firewall_nat.php, line: 236 -# File: src/www/firewall_nat_1to1.php, line: 191 -# File: src/www/firewall_nat_npt.php, line: 189 -# File: src/www/firewall_nat_out.php, line: 171 -# File: src/www/firewall_nat_out.php, line: 184 -# File: src/www/firewall_nat_out.php, line: 204 -# File: src/www/firewall_nat_out.php, line: 261 -# File: src/www/firewall_nat_out_edit.php, line: 325 -msgid "Outbound" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 106 -msgid "NPTEdit" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 107 -msgid "NPT (IPv6)" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 91 -# File: src/www/diag_backup.php, line: 161 -# File: src/www/firewall_nat.php, line: 148 -# File: src/www/firewall_nat.php, line: 251 -# File: src/www/firewall_nat_1to1.php, line: 99 -# File: src/www/firewall_nat_1to1_edit.php, line: 220 -# File: src/www/firewall_nat_edit.php, line: 398 -# File: src/www/firewall_nat_npt.php, line: 101 -# File: src/www/firewall_nat_npt_edit.php, line: 158 -# File: src/www/firewall_nat_out.php, line: 171 -# File: src/www/firewall_nat_out_edit.php, line: 325 -# File: src/www/firewall_virtual_ip.php, line: 280 -msgid "NAT" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 165 -msgid "TrafficShaper" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 99 -msgid "VirtualIPEdit" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 100 -# File: src/www/firewall_virtual_ip.php, line: 211 -msgid "Virtual IPs" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 96 -msgid "SchedulesEdit" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 97 -# File: src/www/firewall_schedule.php, line: 37 -# File: src/www/firewall_schedule_edit.php, line: 78 -# File: src/www/system_advanced_misc.php, line: 474 -msgid "Schedules" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 176 -msgid "Filter Reload" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 226 -msgid "pfInfo" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 227 -msgid "pfTop" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 167 -# File: src/www/diag_tables.php, line: 76 -msgid "pfTables" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 232 -msgid "SocketsDetails" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 233 -# File: src/www/diag_sockets.php, line: 32 -msgid "Sockets" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 170 -msgid "States Dump" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 171 -msgid "States Reset" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 235 -msgid "States Summary" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 136 -# File: src/www/diag_dump_states_sources.php, line: 130 -# File: src/www/diag_logs.php, line: 104 -# File: src/www/diag_logs_filter.php, line: 671 -# File: src/www/diag_logs_gateways.php, line: 106 -# File: src/www/diag_logs_resolver.php, line: 105 -msgid "Filter" -msgstr "" - -# -# File: src/www/diag_dump_states_sources.php, line: 100 -msgid "Source Tracking" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 56 -msgid "Normal View" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 57 -msgid "Dynamic View" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 58 -msgid "Summary View" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 142 -# File: src/www/diag_logs_filter_plain.php, line: 52 -msgid "Plain View" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 71 -# File: lang/dynamic/helpers/models.php, line: 80 -# File: lang/dynamic/helpers/models.php, line: 143 -# File: lang/dynamic/helpers/models.php, line: 272 -# File: src/www/diag_logs.php, line: 51 -# File: src/www/diag_logs_filter.php, line: 593 -# File: src/www/diag_logs_filter_dynamic.php, line: 50 -# File: src/www/diag_logs_filter_plain.php, line: 52 -# File: src/www/diag_logs_filter_summary.php, line: 30 -# File: src/www/diag_logs_gateways.php, line: 53 -# File: src/www/diag_logs_resolver.php, line: 53 -# File: src/www/diag_logs_routing.php, line: 50 -# File: src/www/diag_logs_settings.php, line: 215 -# File: src/www/diag_logs_wireless.php, line: 52 -msgid "Log Files" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 101 -# File: lang/dynamic/helpers/models.php, line: 200 -# File: src/www/diag_logs_filter.php, line: 588 -# File: src/www/diag_logs_tabs.inc, line: 30 -# File: src/www/firewall_aliases.php, line: 139 -# File: src/www/firewall_aliases_edit.php, line: 236 -# File: src/www/firewall_aliases_import.php, line: 144 -# File: src/www/firewall_nat.php, line: 148 -# File: src/www/firewall_nat_1to1.php, line: 99 -# File: src/www/firewall_nat_1to1_edit.php, line: 220 -# File: src/www/firewall_nat_edit.php, line: 398 -# File: src/www/firewall_nat_npt.php, line: 101 -# File: src/www/firewall_nat_npt_edit.php, line: 158 -# File: src/www/firewall_nat_out.php, line: 171 -# File: src/www/firewall_nat_out_edit.php, line: 325 -# File: src/www/firewall_rules.php, line: 131 -# File: src/www/firewall_rules_edit.php, line: 755 -# File: src/www/firewall_schedule.php, line: 37 -# File: src/www/firewall_schedule_edit.php, line: 78 -# File: src/www/firewall_virtual_ip.php, line: 179 -# File: src/www/firewall_virtual_ip_edit.php, line: 234 -# File: src/www/services_igmpproxy_edit.php, line: 31 -msgid "Firewall" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 189 -msgid "Tab" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 154 -# File: src/www/diag_dns.php, line: 231 -# File: src/www/diag_logs_settings.php, line: 420 -# File: src/www/diag_logs_settings.php, line: 424 -# File: src/www/diag_logs_settings.php, line: 428 -# File: src/www/services_rfc2136.php, line: 87 -# File: src/www/services_rfc2136_edit.php, line: 201 -# File: src/www/status_ntpd.php, line: 177 -# File: src/www/vpn_ipsec_mobile.php, line: 457 -# File: src/www/vpn_ipsec_mobile.php, line: 459 -# File: src/www/vpn_ipsec_mobile.php, line: 461 -# File: src/www/vpn_ipsec_mobile.php, line: 463 -# File: src/www/vpn_ipsec_mobile.php, line: 476 -# File: src/www/vpn_ipsec_mobile.php, line: 478 -# File: src/www/vpn_openvpn_client.php, line: 463 -# File: src/www/vpn_openvpn_client.php, line: 1041 -# File: src/www/vpn_openvpn_client.php.orig, line: 463 -# File: src/www/vpn_openvpn_client.php.orig, line: 1041 -# File: src/www/vpn_openvpn_csc.php, line: 322 -# File: src/www/vpn_openvpn_csc.php, line: 501 -# File: src/www/vpn_openvpn_csc.php, line: 503 -# File: src/www/vpn_openvpn_csc.php, line: 505 -# File: src/www/vpn_openvpn_csc.php, line: 507 -# File: src/www/vpn_openvpn_csc.php, line: 520 -# File: src/www/vpn_openvpn_csc.php, line: 522 -# File: src/www/vpn_openvpn_csc.php, line: 579 -# File: src/www/vpn_openvpn_csc.php, line: 581 -# File: src/www/vpn_openvpn_export.php, line: 620 -# File: src/www/vpn_openvpn_export.php.orig, line: 620 -# File: src/www/vpn_openvpn_export_shared.php, line: 299 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 299 -# File: src/www/vpn_openvpn_server.php, line: 397 -# File: src/www/vpn_openvpn_server.php, line: 711 -# File: src/www/vpn_openvpn_server.php, line: 1504 -# File: src/www/vpn_openvpn_server.php, line: 1508 -# File: src/www/vpn_openvpn_server.php, line: 1512 -# File: src/www/vpn_openvpn_server.php, line: 1516 -# File: src/www/vpn_openvpn_server.php, line: 1544 -# File: src/www/vpn_openvpn_server.php, line: 1548 -# File: src/www/vpn_openvpn_server.php, line: 1618 -# File: src/www/vpn_openvpn_server.php, line: 1622 -# File: src/www/vpn_openvpn_server.php.orig, line: 397 -# File: src/www/vpn_openvpn_server.php.orig, line: 711 -# File: src/www/vpn_openvpn_server.php.orig, line: 1504 -# File: src/www/vpn_openvpn_server.php.orig, line: 1508 -# File: src/www/vpn_openvpn_server.php.orig, line: 1512 -# File: src/www/vpn_openvpn_server.php.orig, line: 1516 -# File: src/www/vpn_openvpn_server.php.orig, line: 1544 -# File: src/www/vpn_openvpn_server.php.orig, line: 1548 -# File: src/www/vpn_openvpn_server.php.orig, line: 1618 -# File: src/www/vpn_openvpn_server.php.orig, line: 1622 -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 68 -msgid "Server" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 192 -# File: lang/dynamic/helpers/models.php, line: 199 -msgid "Relay" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 194 -# File: lang/dynamic/helpers/models.php, line: 201 -msgid "Leases" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 201 -# File: src/www/diag_logs_dhcp.php, line: 49 -# File: src/www/diag_logs_tabs.inc, line: 31 -# File: src/www/interfaces.php, line: 1625 -# File: src/www/services_dhcp_edit.php, line: 310 -msgid "DHCP" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 197 -msgid "RA" -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 165 -msgid "DHCPv6" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 442 -msgid "Hosts" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 204 -# File: lang/dynamic/helpers/models.php, line: 207 -msgid "Domains" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 119 -# File: src/etc/inc/services.inc, line: 2467 -# File: src/www/diag_backup.php, line: 155 -msgid "DNS Forwarder" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 210 -# File: src/www/services_unbound_overrides.php, line: 92 -msgid "Overrides" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 120 -# File: src/www/firewall_nat_edit.php, line: 572 -# File: src/www/firewall_rules_edit.php, line: 1052 -# File: src/www/firewall_rules_edit.php, line: 1237 -# File: src/www/firewall_rules_edit.php, line: 1259 -# File: src/www/firewall_rules_edit.php, line: 1275 -# File: src/www/firewall_rules_edit.php, line: 1315 -# File: src/www/firewall_rules_edit.php, line: 1355 -# File: src/www/firewall_rules_edit.php, line: 1385 -# File: src/www/firewall_rules_edit.php, line: 1408 -# File: src/www/firewall_rules_edit.php, line: 1435 -# File: src/www/interfaces.php, line: 1965 -# File: src/www/interfaces.php, line: 3075 -# File: src/www/services_dhcp.php, line: 953 -# File: src/www/services_dhcp.php, line: 975 -# File: src/www/services_dhcp.php, line: 989 -# File: src/www/services_dhcp.php, line: 1001 -# File: src/www/services_dhcp.php, line: 1013 -# File: src/www/services_dhcp.php, line: 1025 -# File: src/www/services_dhcp.php, line: 1052 -# File: src/www/services_dhcp_edit.php, line: 486 -# File: src/www/services_dhcp_edit.php, line: 509 -# File: src/www/services_dhcp_edit.php, line: 521 -# File: src/www/services_dhcpv6.php, line: 681 -# File: src/www/services_dhcpv6.php, line: 704 -# File: src/www/services_dhcpv6.php, line: 717 -# File: src/www/services_dhcpv6.php, line: 730 -# File: src/www/services_dhcpv6.php, line: 742 -# File: src/www/services_dhcpv6.php, line: 757 -# File: src/www/services_dnsmasq.php, line: 314 -# File: src/www/services_dnsmasq.php, line: 317 -# File: src/www/services_dnsmasq.php, line: 320 -# File: src/www/services_ntpd.php, line: 338 -# File: src/www/services_ntpd.php, line: 358 -# File: src/www/services_ntpd.php, line: 387 -# File: src/www/services_ntpd_gps.php, line: 556 -# File: src/www/services_unbound.php, line: 334 -# File: src/www/services_unbound.php, line: 337 -# File: src/www/services_unbound.php, line: 340 -# File: src/www/services_unbound_advanced.php, line: 117 -# File: src/www/services_upnp.php, line: 1009 -# File: src/www/system_gateways_edit.php, line: 804 -# File: src/www/vpn_openvpn_client.php, line: 976 -# File: src/www/vpn_openvpn_client.php.orig, line: 976 -# File: src/www/vpn_openvpn_csc.php, line: 590 -# File: src/www/vpn_openvpn_server.php, line: 1649 -# File: src/www/vpn_openvpn_server.php.orig, line: 1649 -msgid "Advanced" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 206 -# File: src/www/services_unbound_acls.php, line: 209 -# File: src/www/services_unbound_advanced.php, line: 145 -msgid "Access Lists" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 122 -# File: src/www/services_unbound.php, line: 164 -# File: src/www/services_unbound_advanced.php, line: 117 -# File: src/www/services_unbound_domainoverride_edit.php, line: 103 -# File: src/www/services_unbound_host_edit.php, line: 157 -msgid "DNS Resolver" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 214 -msgid "DynDNS" -msgstr "" - -# -# File: src/www/services_dyndns.php, line: 79 -# File: src/www/services_rfc2136.php, line: 72 -msgid "RFC 2136" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 219 -msgid "DNS Tools" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 127 -msgid "IGMPProxyEdit" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 128 -# File: src/www/services_igmpproxy.php, line: 67 -# File: src/www/services_igmpproxy_edit.php, line: 31 -msgid "IGMP Proxy" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 132 -# File: src/www/load_balancer_monitor.php, line: 107 -# File: src/www/load_balancer_pool.php, line: 119 -# File: src/www/load_balancer_relay_action.php, line: 121 -# File: src/www/load_balancer_relay_protocol.php, line: 115 -# File: src/www/load_balancer_setting.php, line: 112 -# File: src/www/load_balancer_virtual_server.php, line: 156 -msgid "Monitors" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 199 -# File: src/www/load_balancer_pool.php, line: 87 -msgid "Pool Setup" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 200 -# File: src/www/status_lb_pool.php, line: 56 -msgid "Pool Status" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 204 -# File: src/www/load_balancer_virtual_server.php, line: 125 -msgid "Virtual Server Setup" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 205 -# File: src/www/status_lb_vs.php, line: 44 -msgid "Virtual Server Status" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 134 -# File: lang/dynamic/helpers/models.php, line: 186 -# File: src/www/diag_logs_relayd.php, line: 47 -# File: src/www/diag_logs_tabs.inc, line: 36 -# File: src/www/load_balancer_monitor.php, line: 77 -# File: src/www/load_balancer_monitor_edit.php, line: 256 -# File: src/www/load_balancer_pool.php, line: 87 -# File: src/www/load_balancer_pool_edit.php, line: 157 -# File: src/www/load_balancer_relay_action.php, line: 94 -# File: src/www/load_balancer_relay_action_edit.php, line: 171 -# File: src/www/load_balancer_relay_protocol.php, line: 90 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 129 -# File: src/www/load_balancer_setting.php, line: 85 -# File: src/www/load_balancer_virtual_server.php, line: 125 -# File: src/www/load_balancer_virtual_server_edit.php, line: 136 -# File: src/www/status_lb_pool.php, line: 56 -# File: src/www/status_lb_vs.php, line: 43 -msgid "Load Balancer" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 135 -# File: src/www/services_ntpd_gps.php, line: 386 -msgid "GPS" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 136 -# File: src/www/services_ntpd.php, line: 224 -# File: src/www/services_ntpd_gps.php, line: 364 -# File: src/www/services_ntpd_pps.php, line: 112 -msgid "PPS" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 238 -# File: src/www/services_ntpd.php, line: 161 -# File: src/www/services_ntpd_gps.php, line: 134 -# File: src/www/services_ntpd_pps.php, line: 92 -# File: src/www/status_ntpd.php, line: 147 -msgid "Network Time" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 351 -# File: src/www/firewall_virtual_ip.php, line: 229 -# File: src/www/firewall_virtual_ip_edit.php, line: 88 -# File: src/www/firewall_virtual_ip_edit.php, line: 346 -# File: src/www/load_balancer_monitor.php, line: 124 -# File: src/www/load_balancer_monitor_edit.php, line: 151 -# File: src/www/load_balancer_monitor_edit.php, line: 323 -# File: src/www/load_balancer_relay_action.php, line: 140 -# File: src/www/load_balancer_relay_action_edit.php, line: 465 -# File: src/www/load_balancer_relay_protocol.php, line: 134 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 71 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 205 -# File: src/www/services_captiveportal.php, line: 870 -# File: src/www/services_dhcp.php, line: 1066 -# File: src/www/services_igmpproxy.php, line: 99 -# File: src/www/services_igmpproxy_edit.php, line: 185 -# File: src/www/status_ntpd.php, line: 180 -# File: src/www/system_authservers.php, line: 200 -# File: src/www/system_authservers.php, line: 221 -# File: src/www/system_authservers.php, line: 513 -# File: src/www/system_authservers.php, line: 853 -# File: src/www/system_certmanager.php, line: 892 -# File: src/www/vpn_ipsec_phase2.php, line: 692 -# File: src/www/vpn_ipsec_phase2.php, line: 728 -# File: src/www/vpn_ipsec_phase2.php, line: 771 -# File: src/www/vpn_openvpn_export.php, line: 738 -# File: src/www/vpn_openvpn_export.php.orig, line: 738 -# File: src/www/vpn_openvpn_export_shared.php, line: 357 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 357 -msgid "Type" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 140 -# File: src/www/vpn_pppoe_edit.php, line: 255 -msgid "PPPoE Server" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 216 -msgid "More" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 248 -msgid "Proxy" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 142 -# File: src/www/services_snmp.php, line: 156 -msgid "SNMP" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 144 -# File: lang/dynamic/helpers/models.php, line: 214 -# File: src/www/status_upnp.php, line: 46 -msgid "Universal Plug and Play" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 145 -msgid "WoLEdit" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 146 -# File: src/www/diag_backup.php, line: 172 -# File: src/www/services_wol.php, line: 106 -# File: src/www/services_wol.php, line: 127 -# File: src/www/services_wol_edit.php, line: 106 -msgid "Wake on LAN" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 229 -msgid "Phase1" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 230 -msgid "Phase2" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 838 -# File: src/www/vpn_openvpn_client.php.orig, line: 838 -# File: src/www/vpn_openvpn_csc.php, line: 387 -# File: src/www/vpn_openvpn_server.php, line: 1199 -# File: src/www/vpn_openvpn_server.php.orig, line: 1199 -msgid "Tunnel Settings" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 232 -# File: src/www/vpn_ipsec_mobile.php, line: 197 -msgid "Mobile Clients" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 592 -# File: src/www/vpn_ipsec_phase2.php, line: 634 -# File: src/www/vpn_ipsec_tabs.inc, line: 5 -msgid "Pre-Shared Keys" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 593 -# File: src/www/vpn_ipsec_phase2.php, line: 635 -# File: src/www/vpn_ipsec_tabs.inc, line: 6 -msgid "Advanced Settings" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 710 -# File: src/www/diag_logs_filter_dynamic.php, line: 113 -# File: src/www/widgets/widgets/log.widget.php, line: 234 -msgid "Act" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 221 -# File: lang/dynamic/helpers/models.php, line: 237 -# File: src/www/diag_ipsec.php, line: 64 -msgid "Status Overview" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 238 -# File: src/www/diag_ipsec_leases.php, line: 35 -msgid "Lease Status" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 239 -# File: src/www/diag_ipsec_sad.php, line: 36 -msgid "Security Association Database" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 240 -# File: src/www/diag_ipsec_spd.php, line: 36 -msgid "Security Policy Database" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 154 -# File: lang/dynamic/helpers/models.php, line: 184 -# File: lang/dynamic/helpers/models.php, line: 203 -# File: src/www/diag_ipsec.php, line: 99 -# File: src/www/diag_ipsec_leases.php, line: 35 -# File: src/www/diag_ipsec_sad.php, line: 36 -# File: src/www/diag_ipsec_spd.php, line: 35 -# File: src/www/diag_logs_tabs.inc, line: 33 -# File: src/www/vpn_ipsec.php, line: 237 -# File: src/www/vpn_ipsec_keys.php, line: 87 -# File: src/www/vpn_ipsec_mobile.php, line: 190 -# File: src/www/vpn_ipsec_phase1.php, line: 418 -# File: src/www/vpn_ipsec_phase1.php, line: 420 -# File: src/www/vpn_ipsec_phase2.php, line: 430 -# File: src/www/vpn_ipsec_phase2.php, line: 432 -# File: src/www/vpn_ipsec_settings.php, line: 112 -msgid "IPsec" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 157 -# File: src/www/interfaces.php, line: 1625 -# File: src/www/status_interfaces.php, line: 154 -# File: src/www/vpn_l2tp.php, line: 29 -# File: src/www/vpn_l2tp_users.php, line: 29 -# File: src/www/vpn_l2tp_users_edit.php, line: 29 -msgid "L2TP" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 256 -msgid "Server Settings" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 473 -# File: src/www/vpn_openvpn_server.php, line: 1447 -# File: src/www/vpn_openvpn_server.php.orig, line: 1447 -msgid "Client Settings" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 465 -# File: src/www/vpn_openvpn_client.php.orig, line: 465 -# File: src/www/vpn_openvpn_csc.php, line: 324 -# File: src/www/vpn_openvpn_export.php, line: 622 -# File: src/www/vpn_openvpn_export.php.orig, line: 622 -# File: src/www/vpn_openvpn_export_shared.php, line: 301 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 301 -# File: src/www/vpn_openvpn_server.php, line: 713 -# File: src/www/vpn_openvpn_server.php.orig, line: 713 -msgid "Client Specific Overrides" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 466 -# File: src/www/vpn_openvpn_client.php.orig, line: 466 -# File: src/www/vpn_openvpn_csc.php, line: 325 -# File: src/www/vpn_openvpn_export.php, line: 623 -# File: src/www/vpn_openvpn_export.php.orig, line: 623 -# File: src/www/vpn_openvpn_export_shared.php, line: 302 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 302 -# File: src/www/vpn_openvpn_server.php, line: 714 -# File: src/www/vpn_openvpn_server.php.orig, line: 714 -msgid "Client Export" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 467 -# File: src/www/vpn_openvpn_client.php.orig, line: 467 -# File: src/www/vpn_openvpn_csc.php, line: 326 -# File: src/www/vpn_openvpn_export.php, line: 624 -# File: src/www/vpn_openvpn_export.php.orig, line: 624 -# File: src/www/vpn_openvpn_export_shared.php, line: 303 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 303 -# File: src/www/vpn_openvpn_server.php, line: 715 -# File: src/www/vpn_openvpn_server.php.orig, line: 715 -msgid "Shared Key Export" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 257 -# File: src/www/status_openvpn.php, line: 70 -msgid "Connection Status" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 164 -# File: lang/dynamic/helpers/models.php, line: 188 -# File: lang/dynamic/helpers/models.php, line: 207 -# File: src/etc/inc/services.inc, line: 2576 -# File: src/etc/inc/system.inc, line: 1907 -# File: src/www/diag_backup.php, line: 162 -# File: src/www/diag_logs_openvpn.php, line: 37 -# File: src/www/diag_logs_tabs.inc, line: 37 -# File: src/www/diag_packet_capture.php, line: 99 -# File: src/www/status_graph.php, line: 50 -# File: src/www/status_openvpn.php, line: 70 -# File: src/www/vpn_openvpn_client.php, line: 36 -# File: src/www/vpn_openvpn_client.php, line: 344 -# File: src/www/vpn_openvpn_client.php.orig, line: 36 -# File: src/www/vpn_openvpn_client.php.orig, line: 344 -# File: src/www/vpn_openvpn_csc.php, line: 34 -# File: src/www/vpn_openvpn_csc.php, line: 217 -# File: src/www/vpn_openvpn_server.php, line: 397 -# File: src/www/vpn_openvpn_server.php, line: 419 -# File: src/www/vpn_openvpn_server.php.orig, line: 397 -# File: src/www/vpn_openvpn_server.php.orig, line: 419 -msgid "OpenVPN" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 167 -# File: src/www/interfaces.php, line: 1625 -# File: src/www/status_interfaces.php, line: 141 -msgid "PPTP" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 168 -# File: lang/dynamic/helpers/models.php, line: 205 -# File: src/www/diag_logs_tabs.inc, line: 35 -# File: src/www/diag_logs_vpn.php, line: 30 -# File: src/www/vpn_ipsec.php, line: 237 -# File: src/www/vpn_ipsec_mobile.php, line: 190 -# File: src/www/vpn_ipsec_phase1.php, line: 418 -# File: src/www/vpn_ipsec_phase1.php, line: 420 -# File: src/www/vpn_ipsec_phase2.php, line: 430 -# File: src/www/vpn_ipsec_phase2.php, line: 432 -# File: src/www/vpn_ipsec_settings.php, line: 112 -# File: src/www/vpn_l2tp.php, line: 29 -# File: src/www/vpn_l2tp_users.php, line: 29 -# File: src/www/vpn_l2tp_users_edit.php, line: 29 -# File: src/www/vpn_pppoe.php, line: 84 -# File: src/www/vpn_pptp.php, line: 199 -# File: src/www/vpn_pptp_users.php, line: 63 -# File: src/www/vpn_pptp_users_edit.php, line: 137 -msgid "VPN" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 241 -msgid "About this Page" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 242 -msgid "Developers Wiki" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 243 -msgid "Documentation" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 244 -msgid "FreeBSD Handbook" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 245 -msgid "Paid Support" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 262 -msgid "User Forum" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 247 -msgid "Help" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 248 -# File: lang/dynamic/helpers/models.php, line: 253 -msgid "menu" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 215 -# File: lang/dynamic/helpers/models.php, line: 282 -msgid "Administration" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 283 -msgid "Sessions" -msgstr "" - -# -# File: src/www/services_captiveportal.php, line: 497 -# File: src/www/services_captiveportal.php, line: 647 -# File: src/www/services_captiveportal_filemanager.php, line: 158 -# File: src/www/services_captiveportal_ip.php, line: 94 -# File: src/www/services_captiveportal_mac.php, line: 157 -# File: src/www/services_captiveportal_vouchers.php, line: 94 -# File: src/www/services_captiveportal_vouchers.php, line: 381 -# File: src/www/status_captiveportal_vouchers.php, line: 48 -msgid "Vouchers" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 109 -# File: lang/dynamic/helpers/models.php, line: 170 -# File: src/etc/inc/services.inc, line: 2489 -# File: src/www/diag_backup.php, line: 153 -# File: src/www/status_rrd_graph_settings.php, line: 43 -msgid "Captive Portal" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 289 -msgid "Maximum number of zones reached" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 290 -msgid "Idle timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 291 -msgid "Hard timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 292 -msgid "Please select a valid certificate from the list" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 293 -msgid "Please enter a valid servername, ip address or leave this option blank" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 294 -msgid "Please enter valid addresses" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 295 -msgid "Please enter valid mac addresses" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 296 -msgid "Related template not found" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 277 -# File: lang/dynamic/helpers/models.php, line: 281 -msgid "Description should be a string between 1 and 255 characters" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 298 -msgid "Fileid should be an internally generated unique number" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 299 -msgid "Template name should be a string between 1 and 255 characters" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 300 -msgid "File content should be in (base64 encoded) zip format" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 286 -msgid "Origin should be regular text of max 30 characters" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 287 -msgid "" -"Value needs to be between 0 and 59, multiple values, ranges and * are " -"supported (ex. 1,10,20,30 or 1-30 )" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 288 -msgid "" -"Value needs to be between 0 and 23, multiple values, ranges and * are " -"supported (ex. 1,2,8 or 0-8 )" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 289 -msgid "" -"Value needs to be between 1 and 31, multiple values, ranges, L (last day of " -"month) and * are supported (ex. 1,2,8 or 1-28 )" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 290 -msgid "" -"Value needs to be between 1 and 12 or JAN to DEC, multiple values, ranges " -"and * are supported (ex. JAN,2,10 or 3-8 )" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 291 -msgid "" -"Value needs to be between 0 and 6 ( Sunday to Saturday), multiple values, " -"ranges and * are supported (ex. 1,2,4 or 0-4 ) " -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 292 -msgid "Select a command from the list." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 293 -msgid "" -"Enter valid parameter(s) for the chosen command (Found illegal characters)." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 294 -msgid "Enter a description." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 251 -# File: src/etc/inc/services.inc, line: 2594 -msgid "Intrusion Detection" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 254 -msgid "sid should be a number" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 255 -# File: lang/dynamic/helpers/models.php, line: 268 -msgid "Related cron not found" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 141 -msgid "Proxy Server" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 256 -msgid "ICP port needs to be an integer value between 1 and 65535" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 342 -msgid "Specify a positive memory cache size. (number of MB's)" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 257 -msgid "Specify a positive cache size. (number of MB's)" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 258 -msgid "Specify a positive number of first-level subdirectories." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 259 -msgid "Specify a positive number of second-level subdirectories." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 276 -msgid "Specify the maximum download size. (number of KBs)" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 277 -msgid "Specify the maximum upload size. (number of KBs)" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 262 -msgid "Specify the overall bandwidth for downloads in kilobits per second." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 263 -msgid "Specify the per host bandwidth for downloads in kilobits per second." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 264 -msgid "Proxy port needs to be an integer value between 1 and 65535" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 265 -msgid "FTP Proxy port needs to be an integer value between 1 and 65535" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 266 -msgid "" -"The filename may only contain letters,digits and one dot (not required)." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 267 -msgid "This does not look like a valid url." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 269 -msgid "Credentials TTL needs to be an integer value above 0" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 270 -msgid "Number of children needs to be an integer value above 0" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 296 -msgid "Health" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 92 -msgid "Activity Monitor" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 216 -# File: src/www/diag_arp.php, line: 248 -msgid "ARP Table" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 224 -# File: src/www/diag_ndp.php, line: 76 -msgid "NDP Table" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 98 -msgid "Traffic Shaper" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 271 -msgid "Pipe number must be between 1...65535" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 272 -msgid "Bandwidth out of range" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 273 -msgid "Bandwidth metric should be one of bit,Kbit,Mbit" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 274 -msgid "The burst value is an integer and represent a number of bytes." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 275 -msgid "queue size should be between 2...100" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 276 -# File: lang/dynamic/helpers/models.php, line: 282 -# File: lang/dynamic/helpers/models.php, line: 285 -msgid "origin should be regular text of max 30 characters" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 278 -msgid "Queue number must be between 1...65535" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 279 -msgid "Related pipe not found" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 280 -msgid "Weight must be between 1...100" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 283 -msgid "provide a valid sequence for sorting" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 284 -msgid "Related pipe or queue not found" -msgstr "" - -# -# File: src/etc/inc/auth.inc, line: 99 -msgid "" -"Potential DNS Rebind attack detected, see http://en.wikipedia.org/wiki/" -"DNS_rebinding
Try accessing the router by IP address instead of by " -"hostname." -msgstr "" - -# -# File: src/etc/inc/auth.inc, line: 114 -msgid "Redirecting to the dashboard..." -msgstr "" - -# -# File: src/etc/inc/auth.inc, line: 114 -msgid "Redirecting..." -msgstr "" - -# -# File: src/etc/inc/auth.inc, line: 401 -#, php-format -msgid "" -"There is something wrong in your config because user %s password is missing!" -msgstr "" - -# -# File: src/etc/inc/auth.inc, line: 645 -#, php-format -msgid "LDAP: Could not lookup CA by reference for host %s." -msgstr "" - -# -# File: src/etc/inc/auth.inc, line: 794 -# File: src/etc/inc/auth.inc, line: 842 -msgid "Local Database" -msgstr "" - -# -# File: src/etc/inc/authgui.inc, line: 204 -#, php-format -msgid "Successful login for user '%1$s' from: %2$s" -msgstr "" - -# -# File: src/etc/inc/authgui.inc, line: 214 -msgid "Wrong username or password." -msgstr "" - -# -# File: src/etc/inc/authgui.inc, line: 255 -#, php-format -msgid "Session timed out for user '%1$s' from: %2$s" -msgstr "" - -# -# File: src/etc/inc/authgui.inc, line: 257 -#, php-format -msgid "User logged out for user '%1$s' from: %2$s" -msgstr "" - -# -# File: src/etc/inc/authgui.inc, line: 314 -msgid "No page assigned to this user! Click here to logout." -msgstr "" - -# -# File: src/etc/inc/authgui.inc, line: 423 -# File: src/etc/inc/authgui.inc, line: 470 -msgid "Login" -msgstr "" - -# -# File: src/etc/inc/authgui.inc, line: 436 -msgid "" -"You are accessing this router by an IP address not configured locally, which " -"may be forwarded by NAT or other means.

If you did not setup " -"this forwarding, you may be the target of a man-in-the-middle attack." -msgstr "" - -# -# File: src/etc/inc/authgui.inc, line: 459 -msgid "Username:" -msgstr "" - -# -# File: src/etc/inc/authgui.inc, line: 464 -# File: src/www/diag_backup.php, line: 650 -# File: src/www/system_authservers.php, line: 658 -msgid "Password:" -msgstr "" - -# -# File: src/etc/inc/authgui.inc, line: 478 -msgid "Your browser must support cookies to login." -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 65 -msgid "Press any key to start the manual interface assignment: " -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 84 -# File: src/etc/inc/config.console.inc, line: 483 -msgid "No interfaces found!" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 114 -msgid "VLAN interfaces:" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 131 -msgid "Enter the WAN interface name or 'a' for auto-detection:" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 153 -#, php-format -msgid "Invalid interface name '%s'" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 159 -#, php-format -msgid "" -"%sEnter the LAN interface name or 'a' for auto-detection %sNOTE: this " -"enables full Firewalling/NAT mode.%s(or nothing if finished):%s" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 183 -# File: src/etc/inc/config.console.inc, line: 240 -# File: src/etc/inc/config.console.inc, line: 506 -#, php-format -msgid "%sInvalid interface name '%s'%s" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 210 -#, php-format -msgid "%sOptional interface %s description found: %s" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 213 -#, php-format -msgid "" -"%sEnter the Optional %s interface name or 'a' for auto-detection%s(or " -"nothing if finished):%s" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 268 -msgid "The interfaces will be assigned as follows:" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 418 -#, php-format -msgid "%sWriting configuration..." -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 420 -#, php-format -msgid "done.%s" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 444 -#, php-format -msgid "Detected link-up: %s%s" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 449 -#, php-format -msgid "No link-up detected.%s" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 481 -msgid "VLAN Capable interfaces:" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 496 -msgid "No VLAN capable interfaces detected." -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 500 -msgid "" -"Enter the parent interface name for the new VLAN (or nothing if finished):" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 513 -msgid "Enter the VLAN tag (1-4094):" -msgstr "" - -# -# File: src/etc/inc/config.console.inc, line: 517 -#, php-format -msgid "%sInvalid VLAN tag '%s'%s" -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 70 -msgid "No valid config.xml found, attempting last known config restore." -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 74 -msgid "No valid config.xml found, attempting to restore factory config." -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 115 -# File: src/etc/inc/config.lib.inc, line: 116 -msgid "Updated bogon update frequency to 3am" -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 143 -#, php-format -msgid "Upgraded config version level from %s to %s" -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 171 -msgid "WARNING: User" -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 171 -msgid "may not write config (user-config-readonly set)" -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 183 -msgid "WARNING: Corrupt config!" -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 194 -msgid "WARNING: Config contents could not be saved. Could not open file!" -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 247 -msgid "Reverted to" -msgstr "" - -# -# File: src/etc/inc/config.lib.inc, line: 345 -#, php-format -msgid "%s made unknown change" -msgstr "" - -# -# File: src/etc/inc/crypt.inc, line: 47 -msgid "Failed to encrypt/decrypt data!" -msgstr "" - -# -# File: src/etc/inc/dyndns.class, line: 1197 -#, php-format -msgid "Dynamic DNS updated IP Address on %s (%s) to %s" -msgstr "" - -# -# File: src/etc/inc/dyndns.class, line: 1204 -#, php-format -msgid "Dynamic DNS updated IPv6 Address on %s (%s) to %s" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 166 -msgid "Initializing" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 174 -msgid "Configuring firewall" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 179 -msgid "Creating aliases" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 184 -msgid "Generating Limiter rules" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 185 -msgid "Generating NAT rules" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 190 -msgid "Generating filter rules" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 195 -msgid "Loading filter rules" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 202 -msgid "Filter is disabled. Not loading rules." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 204 -# File: src/etc/inc/filter.inc, line: 372 -# File: src/etc/inc/interfaces.inc, line: 229 -# File: src/etc/inc/interfaces.inc, line: 258 -# File: src/etc/inc/interfaces.inc, line: 411 -# File: src/etc/inc/interfaces.inc, line: 468 -# File: src/etc/inc/interfaces.inc, line: 735 -# File: src/etc/inc/interfaces.inc, line: 1050 -# File: src/etc/inc/interfaces.inc, line: 1076 -# File: src/etc/inc/interfaces.inc, line: 1095 -# File: src/etc/inc/interfaces.inc, line: 1108 -# File: src/etc/inc/interfaces.inc, line: 1974 -# File: src/etc/inc/rrd.inc, line: 658 -# File: src/etc/inc/services.inc, line: 1374 -# File: src/etc/inc/services.inc, line: 1752 -# File: src/etc/inc/services.inc, line: 1926 -# File: src/etc/inc/services.inc, line: 1953 -# File: src/etc/inc/services.inc, line: 2159 -# File: src/etc/inc/system.inc, line: 930 -# File: src/etc/inc/system.inc, line: 1427 -# File: src/etc/inc/system.inc, line: 1815 -msgid "done." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 244 -msgid "Setting up logging information" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 249 -msgid "Setting up SCRUB information" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 297 -#, php-format -msgid "The line in question reads [%d]: %s" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 297 -msgid "PF was wedged/busy and has been reset." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 315 -# File: src/etc/inc/filter.inc, line: 316 -#, php-format -msgid "There were error(s) loading the rules: %s - %s" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 366 -msgid "Processing down interface states" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 370 -msgid "Done" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 636 -msgid "Creating gateway group item..." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 676 -#, php-format -msgid "" -"An error occurred while trying to find the interface got %s . The rule has " -"not been added." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1031 -#, php-format -msgid "Creating reflection NAT rule for %s..." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1121 -#, php-format -msgid "Creating reflection rule for %s..." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1305 -msgid "localhost" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1313 -msgid "static route" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1324 -msgid "DHCP alias address" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1361 -msgid "PPTP server" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1370 -msgid "PPPoE server" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1379 -msgid "L2TP server" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1388 -msgid "OpenVPN server" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1397 -msgid "OpenVPN client" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1407 -msgid "IPsec client" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1446 -msgid "Auto created rule for ISAKMP" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1456 -msgid "Auto created rule" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1558 -msgid "Creating 1:1 rules..." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1701 -#, php-format -msgid "Creating advanced outbound rule %s" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1739 -msgid "Creating outbound NAT rules" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1746 -msgid "Creating automatic outbound rules" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 1816 -#, php-format -msgid "Creating NAT rule %s" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 2022 -#, php-format -msgid "Creating filter rule %s ..." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 2047 -#, php-format -msgid "filter_generate_port: %s is not a valid %s port." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 2362 -#, php-format -msgid "Setting up pass/block rules %s" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 2377 -#, php-format -msgid "Could not find IPv4 gateway for interface (%s)." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 2404 -#, php-format -msgid "Creating rule %s" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 2616 -msgid "Creating default rules" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 3185 -msgid "Creating IPsec rules..." -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 3269 -msgid "Installed 15 minute filter reload for Time Based Rules" -msgstr "" - -# -# File: src/etc/inc/filter.inc, line: 3276 -msgid "Removed 15 minute filter reload for Time Based Rules" -msgstr "" - -# -# File: src/etc/inc/filter_log.inc, line: 135 -#, php-format -msgid "There was an error parsing a rule: no time (`%s')" -msgstr "" - -# -# File: src/etc/inc/filter_log.inc, line: 155 -#, php-format -msgid "There was an error parsing rule number: %s -- not IPv4 or IPv6 (`%s')" -msgstr "" - -# -# File: src/etc/inc/filter_log.inc, line: 189 -#, php-format -msgid "There was an error parsing rule number: %s -- no src or dst (`%s')" -msgstr "" - -# -# File: src/etc/inc/gwlb.inc, line: 822 -#, php-format -msgid "MONITOR: %s is down, removing from routing group %s" -msgstr "" - -# -# File: src/etc/inc/gwlb.inc, line: 826 -#, php-format -msgid "MONITOR: %s has packet loss, removing from routing group %s" -msgstr "" - -# -# File: src/etc/inc/gwlb.inc, line: 830 -#, php-format -msgid "MONITOR: %s has high latency, removing from routing group %s" -msgstr "" - -# -# File: src/etc/inc/gwlb.inc, line: 851 -#, php-format -msgid "" -"Gateways status could not be determined, considering all as up/active. " -"(Group: %s)" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 92 -msgid "interfaces_bring_up() was called but no variable defined." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 222 -msgid "Configuring loopback interface..." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 240 -msgid "Configuring VLAN interfaces..." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 267 -msgid "VLAN: called with wrong options. Problems with config!" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 275 -msgid "interface_vlan_configure called with if undefined." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 326 -# File: src/etc/inc/interfaces.inc, line: 418 -#, php-format -msgid "QinQ compat VLAN: called with wrong options. Problems with config!%s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 333 -#, php-format -msgid "interface_qinq_configure called with if undefined.%s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 338 -#, php-format -msgid "interface_qinq_configure called with invalid if.%s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 403 -msgid "Configuring QinQ interfaces..." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 426 -#, php-format -msgid "interface_qinq2_configure called with if undefined.%s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 447 -msgid "Creating wireless clone interfaces..." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 516 -#, php-format -msgid "No members found on %s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 567 -msgid "realif not defined in interfaces bridge - up" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 680 -msgid "bridgeif not defined -- could not bring interface up" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 716 -msgid "Configuring LAGG interfaces..." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 939 -msgid "" -"could not bring realif up -- variable not defined -- " -"interface_gif_configure()" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 1046 -# File: src/etc/inc/interfaces.inc, line: 1071 -# File: src/etc/inc/interfaces.inc, line: 1090 -# File: src/etc/inc/interfaces.inc, line: 1103 -#, php-format -msgid "Configuring %s interface..." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 1184 -msgid "Wrong parameters used during interface_bring_down" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 1494 -#, php-format -msgid "Can't find PPP config for %s in interface_ppps_configure()." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 1537 -#, php-format -msgid "" -"Could not get a PPTP/L2TP Remote IP address from %s for %s in " -"interfaces_ppps_configure." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 1559 -#, php-format -msgid "" -"Device %s does not exist. PPP link cannot start without the modem device." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 1564 -#, php-format -msgid "Unkown %s configured as ppp interface." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 1836 -#, php-format -msgid "Error: cannot open mpd_%s.conf in interface_ppps_configure().%s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 1911 -msgid "Configuring CARP settings..." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2127 -#, php-format -msgid "" -"Interface specified for the virtual IP address %s does not exist. Skipping " -"this VIP." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2135 -#, php-format -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IP address %s." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2142 -#, php-format -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IPv6 address %s." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2200 -#, php-format -msgid "Interface %s changed to hostap mode" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2204 -#, php-format -msgid "Interface %s changed to adhoc mode" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2208 -#, php-format -msgid "Interface %s changed to infrastructure mode" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2221 -#, php-format -msgid "Cloning new wireless interface %s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2211 -#, php-format -msgid "Failed to clone interface %s with error code %s, output %s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2945 -msgid "Generating new MAC address." -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 2934 -#, php-format -msgid "" -"The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface %s has been " -"automatically replaced with %s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 3773 -#, php-format -msgid "" -"Error: cannot open dhclient_%s.conf in interface_dhcp_configure() for " -"writing.%s" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 3786 -#, php-format -msgid "Invalid interface \"%s\" in interface_dhcp_configure()" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 3838 -#, php-format -msgid "Could not bring up %s interface in interface_dhcp_configure()" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 5138 -msgid "device not present! Is the modem attached to the system?" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 5249 -msgid "blocking" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 5249 -msgid "check for ethernet loops" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 5252 -msgid "learning" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 5255 -msgid "forwarding" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 5391 -msgid "No history data found!" -msgstr "" - -# -# File: src/etc/inc/load_balancer_maintable.inc, line: 150 -msgid "Move selected entries before this entry" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 267 -# File: src/www/services_captiveportal_zones.php, line: 130 -# File: src/www/services_dyndns.php, line: 184 -# File: src/www/services_wol.php, line: 199 -# File: src/www/system_advanced_sysctl.php, line: 189 -msgid "Do you really want to delete this entry?" -msgstr "" - -# -# File: src/etc/inc/load_balancer_maintable.inc, line: 162 -msgid "Duplicate entry" -msgstr "" - -# -# File: src/etc/inc/notices.inc, line: 64 -#, php-format -msgid "Could not open %s for writing" -msgstr "" - -# -# File: src/etc/inc/notices.inc, line: 283 -#, php-format -msgid "Message sent to %s OK" -msgstr "" - -# -# File: src/etc/inc/notices.inc, line: 296 -#, php-format -msgid "Could not send the message to %s -- Error: %s" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 83 -msgid ": data access time out" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 86 -msgid ": the server disconnected" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 98 -msgid "reached the end of data while reading from the SMTP server connection" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 104 -msgid "it was not possible to read line from the SMTP server" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 126 -msgid "it was not possible to send a line to the SMTP server" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 140 -msgid "it was not possible to send data to the SMTP server" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 212 -msgid "establishing SSL connections requires at least PHP version 4.3.0" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 215 -msgid "establishing SSL connections requires the OpenSSL extension enabled" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 224 -#, php-format -msgid "could not resolve host \"%s\"" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 228 -#, php-format -msgid "domain \"%s\" resolved to an address excluded to be valid" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 230 -#, php-format -msgid "Connecting to host address \"%s\" port %s..." -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 237 -msgid "-3 socket could not be created" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 239 -#, php-format -msgid "-4 dns lookup on hostname \"%s\" failed" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 241 -msgid "-5 connection refused or timed out" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 243 -msgid "-6 fdopen() call failed" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 245 -msgid "-7 setvbuf() call failed" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 247 -#, php-format -msgid "could not connect to the host \"%s\": %s" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 256 -msgid "" -"it is not possible to authenticate using the specified mechanism because the " -"SASL library class is not loaded" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 280 -#, php-format -msgid "Authentication mechanism %s may not be used: %s" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 285 -msgid "Could not start the SASL authentication client:" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 292 -msgid "Could not send the AUTH command" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 307 -# File: src/etc/inc/notices.smtp.inc, line: 337 -msgid "Authentication error:" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 322 -msgid "Could not send the authentication step message" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 342 -msgid "Could not process the SASL authentication step:" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 356 -msgid "connection is already established" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 394 -msgid "it was not specified the POP3 authentication user" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 400 -msgid "it was not specified the POP3 authentication password" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 404 -#, php-format -msgid "Resolving POP3 authentication host \"%s\"..." -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 411 -msgid "POP3 authentication server greeting was not found" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 419 -msgid "POP3 authentication user was not accepted:" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 427 -msgid "POP3 authentication password was not accepted:" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 436 -msgid "could not determine the SMTP to connect" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 442 -#, php-format -msgid "Resolving SMTP server domain \"%s\"..." -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 454 -#, php-format -msgid "Connected to SMTP server \"%s\"." -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 468 -msgid "server does not require authentication" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 532 -msgid "" -"it is not supported any of the authentication mechanisms required by the " -"server" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 629 -msgid "" -"direct delivery connection is already established and sender is already set" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 637 -msgid "connection is not in the initial state" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 659 -msgid "it was not specified a valid direct recipient" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 678 -msgid "" -"it is not possible to deliver directly to recipients of different domains" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 683 -msgid "connection is already established and the recipient is already set" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 695 -msgid "connection is not in the recipient setting state" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 724 -msgid "connection is not in the start sending data state" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 754 -# File: src/etc/inc/notices.smtp.inc, line: 765 -msgid "connection is not in the sending data state" -msgstr "" - -# -# File: src/etc/inc/notices.smtp.inc, line: 801 -msgid "it was not previously established a SMTP connection" -msgstr "" - -# -# File: src/etc/inc/openvpn-client-export.inc, line: 84 -# File: src/etc/inc/openvpn-client-export.inc, line: 686 -msgid "Could not locate server configuration." -msgstr "" - -# -# File: src/etc/inc/openvpn-client-export.inc, line: 88 -# File: src/etc/inc/openvpn-client-export.inc, line: 690 -msgid "You cannot export for disabled servers." -msgstr "" - -# -# File: src/etc/inc/openvpn-client-export.inc, line: 96 -msgid "Could not locate server certificate." -msgstr "" - -# -# File: src/etc/inc/openvpn-client-export.inc, line: 100 -msgid "Could not locate the CA reference for the server certificate." -msgstr "" - -# -# File: src/etc/inc/openvpn-client-export.inc, line: 111 -msgid "Could not find user settings." -msgstr "" - -# -# File: src/etc/inc/openvpn-client-export.inc, line: 123 -# File: src/etc/inc/openvpn-client-export.inc, line: 132 -msgid "Could not find client certificate." -msgstr "" - -# -# File: src/etc/inc/openvpn-client-export.inc, line: 209 -# File: src/etc/inc/openvpn-client-export.inc, line: 754 -msgid "This server uses UDP protocol and cannot communicate with HTTP proxy." -msgstr "" - -# -# File: src/etc/inc/openvpn-client-export.inc, line: 502 -msgid "Could not create a config to export." -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 34 -msgid "0 (none)" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 35 -msgid "1 (default)" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 36 -msgid "2" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 37 -msgid "3 (recommended)" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 38 -msgid "4" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 39 -msgid "5" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 40 -msgid "6" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 41 -msgid "7" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 42 -msgid "8" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 43 -msgid "9" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 44 -msgid "10" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 45 -msgid "11" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 63 -msgid "No Preference" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 64 -msgid "Disabled - No Compression" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 65 -msgid "Enabled with Adaptive Compression" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 66 -msgid "Enabled without Adaptive Compression" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 168 -msgid "None (No Encryption)" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 182 -msgid "None (No Authentication)" -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 226 -#, php-format -msgid "The field '%s' must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 238 -#, php-format -msgid "The field '%s' must contain a single valid %s CIDR range." -msgstr "" - -# -# File: src/etc/inc/openvpn.inc, line: 250 -#, php-format -msgid "" -"The field '%s' must contain only valid %s CIDR range(s) separated by commas." -msgstr "" - -# -# File: src/etc/inc/openvpn_wizard.inc, line: 216 -# File: src/etc/inc/openvpn_wizard.inc, line: 315 -msgid "Please do not use special characters in Certificate field names." -msgstr "" - -# -# File: src/etc/inc/openvpn_wizard.inc, line: 401 -msgid "The specified 'Local port' is in use. Please select another value." -msgstr "" - -# -# File: src/etc/inc/openvpn_wizard.inc, line: 406 -msgid "The field 'TLS Authentication Key' does not appear to be valid." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 121 -# File: src/www/vpn_openvpn_server.php, line: 234 -# File: src/www/vpn_openvpn_server.php.orig, line: 234 -msgid "The field 'DNS Server #1' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 124 -# File: src/www/vpn_openvpn_server.php, line: 237 -# File: src/www/vpn_openvpn_server.php.orig, line: 237 -msgid "The field 'DNS Server #2' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 127 -# File: src/www/vpn_openvpn_server.php, line: 240 -# File: src/www/vpn_openvpn_server.php.orig, line: 240 -msgid "The field 'DNS Server #3' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 130 -# File: src/www/vpn_openvpn_server.php, line: 243 -# File: src/www/vpn_openvpn_server.php.orig, line: 243 -msgid "The field 'DNS Server #4' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 136 -# File: src/www/vpn_openvpn_server.php, line: 247 -# File: src/www/vpn_openvpn_server.php.orig, line: 247 -msgid "The field 'NTP Server #1' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 139 -# File: src/www/vpn_openvpn_server.php, line: 250 -# File: src/www/vpn_openvpn_server.php.orig, line: 250 -msgid "The field 'NTP Server #2' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 152 -# File: src/www/vpn_openvpn_server.php, line: 261 -# File: src/www/vpn_openvpn_server.php.orig, line: 261 -msgid "The field 'WINS Server #1' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 155 -# File: src/www/vpn_openvpn_server.php, line: 264 -# File: src/www/vpn_openvpn_server.php.orig, line: 264 -msgid "The field 'WINS Server #2' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 275 -# File: src/www/vpn_openvpn_server.php.orig, line: 275 -msgid "The field 'Concurrent connections' must be numeric." -msgstr "" - -# -# File: src/etc/inc/openvpn_wizard.inc, line: 431 -msgid "You must specify a 'Tunnel network'." -msgstr "" - -# -# File: src/www/wizards/openvpn_wizard.inc, line: 632 -# File: src/www/wizards/openvpn_wizard.inc, line: 649 -#, php-format -msgid "OpenVPN %s wizard" -msgstr "" - -# -# File: src/www/wizards/openvpn_wizard.inc, line: 644 -# File: src/www/wizards/openvpn_wizard.inc, line: 659 -msgid "OpenVPN Wizard" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 185 -# File: src/www/widgets/widgets/carp_status.widget.php, line: 67 -msgid "MASTER" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 187 -# File: src/www/widgets/widgets/carp_status.widget.php, line: 69 -msgid "BACKUP" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 189 -# File: src/www/widgets/widgets/carp_status.widget.php, line: 71 -msgid "INIT" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 245 -# File: src/etc/inc/pfsense-utils.inc, line: 267 -#, php-format -msgid "Restored %s of config file (maybe from CARP partner)" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 592 -msgid "" -"Alias archive is a .zip file which cannot be decompressed because utility is " -"missing!" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 602 -# File: src/etc/inc/pfsense-utils.inc, line: 634 -#, php-format -msgid "Could not open %s/aliases for writing!" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 608 -# File: src/etc/inc/pfsense-utils.inc, line: 640 -#, php-format -msgid "The following file could not be read %s from %s" -msgstr "" - -# -# File: src/etc/inc/pfsense-utils.inc, line: 624 -msgid "" -"Alias archive is a .tar/tgz file which cannot be decompressed because " -"utility is missing!" -msgstr "" - -# -# File: src/etc/inc/rrd.inc, line: 74 -#, php-format -msgid "RRD create failed exited with %s, the error is: %s" -msgstr "" - -# -# File: src/etc/inc/rrd.inc, line: 86 -msgid "Generating RRD graphs..." -msgstr "" - -# -# File: src/etc/inc/rrd.inc, line: 632 -msgid "Creating rrd update script" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 425 -#, php-format -msgid "DHCP leases restore failed exited with %s, the error is: %s" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 447 -msgid "Starting DHCP service..." -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 530 -msgid "Warning! DHCP Failover setup and no CARP virtual IPs defined!" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 929 -#, php-format -msgid "Error: cannot open dhcpd.conf in services_dhcpdv4_configure().%s" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1423 -msgid "Could not write Igmpproxy configuration file!" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1431 -msgid "Started IGMP proxy service." -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1450 -msgid "Starting DHCP relay service..." -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1567 -msgid "Starting DHCPv6 relay service..." -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1739 -msgid "Starting dynamic DNS clients..." -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1806 -msgid "Starting DNS forwarder..." -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1947 -msgid "Starting DNS Resolver..." -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1979 -msgid "Starting SNMP daemon... " -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 1984 -#, php-format -msgid "Error: cannot open snmpd.conf in services_snmpd_configure().%s" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2253 -#, php-format -msgid "Dynamic DNS updated IP Address (A) for %s on %s (%s) to %s" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2268 -#, php-format -msgid "Dynamic DNS updated IPv6 Address (AAAA) for %s on %s (%s) to %s" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2377 -msgid "Starting UPnP service... " -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2414 -#, php-format -msgid "Installed cron job for %s" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2417 -#, php-format -msgid "Updated cron job for %s" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2422 -#, php-format -msgid "Removed cron job for %s" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2460 -msgid "Router Advertisement Daemon" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2476 -msgid "Unbound DNS Resolver" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2480 -msgid "NTP clock sync" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 110 -# File: src/etc/inc/services.inc, line: 2506 -# File: src/www/services_dhcp_relay.php, line: 98 -msgid "DHCP Relay" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 114 -# File: src/etc/inc/services.inc, line: 2513 -# File: src/www/services_dhcpv6_relay.php, line: 93 -msgid "DHCPv6 Relay" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2520 -msgid "DHCP Service" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2528 -msgid "Gateway Monitoring Daemon" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2535 -msgid "SNMP Service" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2542 -msgid "IGMP proxy" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2549 -msgid "UPnP Service" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2556 -# File: src/www/diag_logs_ipsec.php, line: 69 -msgid "IPsec VPN" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2563 -msgid "Secure Shell Daemon" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2586 -msgid "Server load balancing daemon" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2591 -msgid "Proxy server" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2647 -msgid "Running" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2648 -# File: src/etc/inc/services.inc, line: 2651 -#, php-format -msgid "%s Service is" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2650 -msgid "Stopped" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2672 -#, php-format -msgid "Restart %sService" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2684 -#, php-format -msgid "Stop %sService" -msgstr "" - -# -# File: src/etc/inc/services.inc, line: 2698 -#, php-format -msgid "Start %sService" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 611 -#, php-format -msgid "DNSCACHE: Found old IP %s and new IP %s" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 628 -#, php-format -msgid "Static Routes: Gateway IP could not be found for %s" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 770 -msgid "Starting syslog..." -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 894 -#, php-format -msgid "Error: cannot open syslog.conf in system_syslogd_start().%s" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 965 -msgid "webConfigurator default" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 980 -msgid "Importing HTTPS certificate" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 1313 -#, php-format -msgid "Error: cannot open cert.pem in system_webgui_start().%s" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 1324 -#, php-format -msgid "Error: cannot open ca.pem in system_webgui_start().%s" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 1332 -msgid "ssl configuration" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 1368 -#, php-format -msgid "Error: cannot open %s in system_generate_lighty_config().%s" -msgstr "" - -# -# File: src/etc/inc/system.inc, line: 1410 -msgid "Setting timezone..." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 40 -#, php-format -msgid "RRD dump failed exited with %s, the error is: %s" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 56 -#, php-format -msgid "" -"Import RRD has %s DS values and %s RRA databases, new format RRD has %s DS " -"values and %s RRA databases" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 140 -#, php-format -msgid "The new RRD now has %s DS values and %s RRA databases" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 241 -#, php-format -msgid "%sWarning: filter rule removed (interface '%s' does not exist anymore)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 253 -#, php-format -msgid "" -"%sWarning: filter rule removed (source network '%s' does not exist anymore)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 266 -#, php-format -msgid "" -"%sWarning: filter rule removed (destination network '%s' does not exist " -"anymore)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 286 -#, php-format -msgid "" -"%sWarning: traffic shaper rule removed (interface '%s' does not exist " -"anymore)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 298 -#, php-format -msgid "" -"%sWarning: traffic shaper rule removed (source network '%s' does not exist " -"anymore)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 311 -#, php-format -msgid "" -"%sWarning: traffic shaper rule removed (destination network '%s' does not " -"exist anymore)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 458 -#, php-format -msgid "CARP vhid %s" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 600 -msgid "Permit IPsec traffic." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 620 -msgid "System Administrators" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 639 -msgid "" -"Indicates whether this user will lock access to the webConfigurator for " -"other users." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 642 -msgid "" -"Indicates whether this user will lock individual HTML pages after having " -"accessed a particular page (the lock will be freed if the user leaves or " -"saves the page form)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 645 -msgid "Indicates whether this user is able to login for example via SSH." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 648 -#, php-format -msgid "" -"Indicates whether this user is allowed to copy files onto the %s appliance " -"via SCP/SFTP. If you are going to use this privilege, you must install " -"scponly on the appliance (Hint: pkg_add -r scponly)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 651 -msgid "" -"This user is associated with the UNIX root user (you should associate this " -"privilege only with one single user)." -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 668 -msgid "Drop packets to closed TCP ports without returning a RST" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 672 -msgid "Do not send ICMP port unreachable messages for closed UDP ports" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 676 -msgid "Randomize the ID field in IP packets (default is 0: sequential IP IDs)" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 680 -msgid "Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 684 -msgid "Sending of IPv4 ICMP redirects" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 688 -msgid "Sending of IPv6 ICMP redirects" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 692 -msgid "Generate SYN cookies for outbound SYN-ACK packets" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 696 -msgid "Maximum incoming TCP datagram size" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 700 -msgid "Maximum outgoing TCP datagram size" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 704 -msgid "" -"Fastforwarding (see http://lists.freebsd.org/pipermail/freebsd-net/2004-" -"January/002534.html)" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 708 -msgid "Do not delay ACK to try and piggyback it onto a data packet" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 712 -msgid "Maximum outgoing UDP datagram size" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 716 -msgid "" -"Handling of non-IP packets which are not passed to pfil (see if_bridge(4))" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 720 -msgid "Allow unprivileged access to tap(4) device nodes" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 724 -msgid "Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 728 -msgid "" -"The system will attempt to calculate the bandwidth delay product for each " -"connection and limit the amount of data queued to the network to just the " -"amount required to maintain optimum throughput. " -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 732 -msgid "Set ICMP Limits" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 736 -msgid "TCP Offload engine" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 767 -#, php-format -msgid "Interface %s Static Gateway" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 770 -#, php-format -msgid "Interface %s Dynamic Gateway" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 836 -#, php-format -msgid "Upgraded static route for %s" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 933 -#, php-format -msgid "Sitedown pool for VS: %s" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 1088 -#, php-format -msgid "phase2 for %s" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 1315 -#, php-format -msgid "Upgraded Dyndns %s" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 1367 -msgid "All Users" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 1519 -#, php-format -msgid "Converted bridged %s" -msgstr "" - -# -# File: src/etc/inc/upgrade_config.inc, line: 1893 -msgid "Auto added OpenVPN rule from config upgrade." -msgstr "" - -# -# File: src/etc/inc/util.inc, line: 91 -msgid "WARNING: You must give a name as parameter to lock() function." -msgstr "" - -# -# File: src/etc/inc/util.inc, line: 959 -#, php-format -msgid "The command '%s' returned exit code '%d', the output was '%s'" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 140 -msgid "Configuring IPsec VPN... " -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 396 -#, php-format -msgid "Error: Invalid certificate info for %s" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 402 -#, php-format -msgid "Error: Invalid certificate hash info for %s" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 407 -#, php-format -msgid "Error: Cannot write IPsec CA file for %s" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 429 -#, php-format -msgid "Error: Invalid phase1 certificate reference for %s" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 437 -#, php-format -msgid "Error: Cannot write phase1 key file for %s" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 444 -#, php-format -msgid "Error: Cannot write phase1 certificate file for %s" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 876 -#, php-format -msgid "Ignoring IPsec reload since there are no tunnels on interface %s" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 883 -msgid "Forcefully reloading IPsec" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 924 -msgid "Configuring PPTP VPN service... " -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 934 -msgid "Could not kill mpd within 3 seconds. Trying again." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 956 -#, php-format -msgid "Error: cannot open mpd.conf in vpn_pptpd_configure()." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1075 -#, php-format -msgid "Error: cannot open mpd.links in vpn_pptpd_configure()." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1100 -#, php-format -msgid "Error: cannot open mpd.secret in vpn_pptpd_configure()." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1157 -msgid "Configuring PPPoE VPN service... " -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1181 -#, php-format -msgid "Error: cannot open mpd.conf in vpn_pppoe_configure()." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1290 -#, php-format -msgid "Error: cannot open mpd.links in vpn_pppoe_configure()." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1317 -#, php-format -msgid "Error: cannot open mpd.secret in vpn_pppoe_configure()." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1349 -msgid "done" -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1369 -msgid "Configuring l2tp VPN service... " -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1390 -#, php-format -msgid "Error: cannot open mpd.conf in vpn_l2tp_configure()." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1489 -#, php-format -msgid "Error: cannot open mpd.links in vpn_l2tp_configure()." -msgstr "" - -# -# File: src/etc/inc/vpn.inc, line: 1515 -#, php-format -msgid "Error: cannot open mpd.secret in vpn_l2tp_configure()." -msgstr "" - -# -# File: src/etc/inc/xmlparse.inc, line: 83 -# File: src/www/interfaces.php, line: 92 -#, php-format -msgid "XML error: %s at line %d cannot occur more than once" -msgstr "" - -# -# File: src/etc/inc/xmlparse.inc, line: 159 -# File: src/www/interfaces.php, line: 205 -msgid "Error: could not open XML input" -msgstr "" - -# -# File: src/etc/inc/xmlparse.inc, line: 165 -#, php-format -msgid "XML error: %s at line %d in %s" -msgstr "" - -# -# File: src/etc/inc/xmlparse.inc, line: 182 -# File: src/www/interfaces.php, line: 228 -#, php-format -msgid "XML error: no %s object found!" -msgstr "" - -# -# File: src/etc/inc/xmlrpc/legacy.inc, line: 232 -# File: src/etc/inc/xmlrpc/legacy.inc, line: 296 -#, php-format -msgid "Merged in config (%s sections) from XMLRPC client." -msgstr "" - -# -# File: src/etc/rc.bootup, line: 173 -msgid "Default interfaces not found -- Running interface assignment option." -msgstr "" - -# -# File: src/etc/rc.initial.password, line: 36 -#, php-format -msgid "The %s password will be reset to the factory default of `%s'." -msgstr "" - -# -# File: src/etc/rc.initial.password, line: 41 -#, php-format -msgid "Do you want to proceed [y|n]? " -msgstr "" - -# -# File: src/etc/rc.initial.password, line: 47 -#, php-format -msgid "The User manager authentication server is set to \"%s\"." -msgstr "" - -# -# File: src/etc/rc.initial.password, line: 49 -#, php-format -msgid "Do you want to set it back to Local Database [y|n]? " -msgstr "" - -# -# File: src/etc/rc.initial.password, line: 75 -msgid "password changed from console menu" -msgstr "" - -# -# File: src/etc/rc.initial.password, line: 78 -#, php-format -msgid "The password has been reset." -msgstr "" - -# -# File: src/etc/rc.initial.password, line: 80 -#, php-format -msgid "Please change the password as soon as you log in!" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 118 -#, php-format -msgid "Do you want to enable the %s server on %s?" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 273 -#, php-format -msgid "Configure %s address %s interface via %s?" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 289 -#, php-format -msgid "Enter the new %s %s address. Press for none:" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 297 -msgid "This IP address conflicts with another interface or a VIP" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 304 -#, php-format -msgid "Subnet masks are entered as bit counts (as in CIDR notation) in %s." -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 321 -#, php-format -msgid "Enter the new %s %s subnet bit count (1 to %s):" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 332 -msgid "You cannot set network address to an interface" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 336 -msgid "You cannot set broadcast address to an interface" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 349 -#, php-format -msgid "For a WAN, enter the new %s %s upstream gateway address." -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 350 -msgid "For a LAN, press for none:" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 356 -#, php-format -msgid "not an %s IP address!" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 358 -msgid "not in subnet!" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 405 -#, php-format -msgid "Enter the start address of the %s client address range:" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 414 -# File: src/etc/rc.initial.setlanip, line: 428 -msgid "This IP address must be in the interface's subnet" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 419 -#, php-format -msgid "Enter the end address of the %s client address range:" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 432 -msgid "The end address of the DHCP range must be >= the start address" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 443 -#, php-format -msgid "Disabling %s DHCPD..." -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 455 -msgid "Do you want to revert to HTTP as the webConfigurator protocol?" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 462 -#, php-format -msgid "Note: the anti-lockout rule on %s has been re-enabled." -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 497 -#, php-format -msgid "%s IP configuration from console menu" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 513 -# File: src/etc/rc.initial.setlanip, line: 519 -#, php-format -msgid "The IPv4 %s address has been set to %s" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 528 -# File: src/etc/rc.initial.setlanip, line: 534 -#, php-format -msgid "The IPv6 %s address has been set to %s" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 543 -msgid "" -"You can now access the webConfigurator by opening the following URL in your " -"web browser:" -msgstr "" - -# -# File: src/etc/rc.initial.setlanip, line: 571 -msgid "Press to continue." -msgstr "" - -# -# File: src/etc/rc.openvpn, line: 94 -msgid "WARNING: You must give a name as parameter to try_lock() function." -msgstr "" - -# -# File: src/etc/rc.openvpn, line: 141 -msgid "" -"Could not obtain openvpn lock for executing rc.openvpn for more than 10 " -"seconds continuing..." -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 13 -# File: src/etc/rc.restore_config_backup, line: 76 -# File: src/www/diag_confbak.php, line: 58 -# File: src/www/diag_confbak.php, line: 72 -# File: src/www/diag_confbak.php, line: 160 -# File: src/www/diag_confbak.php, line: 220 -# File: src/www/diag_confbak.php, line: 291 -# File: src/www/diag_confbak.php, line: 301 -# File: src/www/firewall_nat_edit.php, line: 945 -# File: src/www/firewall_nat_edit.php, line: 954 -# File: src/www/firewall_nat_out_edit.php, line: 686 -# File: src/www/firewall_nat_out_edit.php, line: 696 -# File: src/www/firewall_rules_edit.php, line: 1497 -# File: src/www/firewall_rules_edit.php, line: 1505 -msgid "n/j/y H:i:s" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 15 -# File: src/www/diag_confbak.php, line: 303 -# File: src/www/widgets/widgets/gateways.widget.php, line: 123 -# File: src/www/widgets/widgets/smart_status.widget.php, line: 63 -msgid "Unknown" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 20 -msgid "Unknown Page" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 33 -# File: src/etc/rc.restore_config_backup, line: 49 -msgid "No backups found in the configuration history." -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 52 -msgid "Which configuration would you like to restore?" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 58 -msgid "That is not a valid backup number.\n" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 66 -msgid "Is this the backup you wish to restore?" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 70 -msgid "Y/N?" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 72 -msgid "Y" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 76 -# File: src/www/diag_confbak.php, line: 47 -#, php-format -msgid "Successfully reverted to timestamp %s with description \"%s\"." -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 77 -msgid "" -"You may need to reboot the firewall or restart services before the restored " -"configuration is fully active." -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 79 -# File: src/www/diag_confbak.php, line: 60 -msgid "Unable to revert to the selected configuration." -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 82 -msgid "Restore canceled." -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 85 -msgid "Restore canceled due to invalid input." -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 92 -msgid "Restore Backup from Configuration History" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 93 -msgid "List Backups" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 94 -msgid "Restore Backup" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 95 -msgid "Quit" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 97 -msgid "Please select an option to continue" -msgstr "" - -# -# File: src/etc/rc.restore_config_backup, line: 102 -msgid "quit" -msgstr "" - -# -# File: src/etc/rc.sshd, line: 132 -msgid "Started creating your SSH keys. SSH startup is being delayed a wee bit." -msgstr "" - -# -# File: src/etc/rc.sshd, line: 139 -msgid "Completed creating your SSH keys. SSH will now be started." -msgstr "" - -# -# File: src/etc/rc.update_alias_url_data, line: 68 -#, php-format -msgid "Could not process aliases from alias: %s" -msgstr "" - -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 54 -msgid "Connection error." -msgstr "" - -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 57 -msgid "Repository problem." -msgstr "" - -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 60 -msgid "There are no updates available." -msgstr "" - -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 68 -msgid "" -"There is a mandatory update for the package manager available. Please " -"install and fetch updates again." -msgstr "" - -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 77 -#, php-format -msgid "There is %s update available, total download size is %s." -msgstr "" - -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 83 -#, php-format -msgid "There are %s updates available, total download size is %s." -msgstr "" - -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 84 -msgid "This update requires a reboot." -msgstr "" - -# -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 89 -msgid "Current status is unknown." -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 98 -msgid "Disconnect selected client?" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 131 -msgid "Session" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 132 -msgid "userName" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 133 -msgid "macAddress" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 134 -msgid "ipAddress" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 135 -msgid "connected since" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 63 -msgid "Error reconfiguring captiveportal" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 167 -msgid "Error uploading template" -msgstr "" - -# -# File: src/www/services_captiveportal_zones.php, line: 58 -msgid "Zones" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 181 -msgid "Templates" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 86 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 409 -msgid "Enabled" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 87 -msgid "Zoneid" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 129 -# File: src/www/firewall_aliases.php, line: 201 -# File: src/www/firewall_aliases_edit.php, line: 342 -# File: src/www/firewall_aliases_edit.php, line: 371 -# File: src/www/firewall_aliases_import.php, line: 179 -# File: src/www/firewall_nat.php, line: 266 -# File: src/www/firewall_nat_1to1.php, line: 208 -# File: src/www/firewall_nat_1to1_edit.php, line: 437 -# File: src/www/firewall_nat_edit.php, line: 854 -# File: src/www/firewall_nat_npt.php, line: 207 -# File: src/www/firewall_nat_npt_edit.php, line: 282 -# File: src/www/firewall_nat_out.php, line: 338 -# File: src/www/firewall_nat_out.php, line: 512 -# File: src/www/firewall_nat_out_edit.php, line: 662 -# File: src/www/firewall_rules.php, line: 275 -# File: src/www/firewall_rules_edit.php, line: 1205 -# File: src/www/firewall_schedule.php, line: 107 -# File: src/www/firewall_schedule_edit.php, line: 845 -# File: src/www/firewall_schedule_edit.php, line: 1058 -# File: src/www/firewall_virtual_ip.php, line: 230 -# File: src/www/firewall_virtual_ip_edit.php, line: 460 -# File: src/www/interfaces.php, line: 1877 -# File: src/www/interfaces_bridge.php, line: 129 -# File: src/www/interfaces_bridge_edit.php, line: 315 -# File: src/www/interfaces_gif.php, line: 118 -# File: src/www/interfaces_gif_edit.php, line: 240 -# File: src/www/interfaces_gre.php, line: 117 -# File: src/www/interfaces_gre_edit.php, line: 243 -# File: src/www/interfaces_groups.php, line: 103 -# File: src/www/interfaces_groups_edit.php, line: 261 -# File: src/www/interfaces_lagg.php, line: 124 -# File: src/www/interfaces_lagg_edit.php, line: 235 -# File: src/www/interfaces_ppps.php, line: 118 -# File: src/www/interfaces_ppps_edit.php, line: 497 -# File: src/www/interfaces_qinq.php, line: 128 -# File: src/www/interfaces_qinq_edit.php, line: 335 -# File: src/www/interfaces_vlan.php, line: 126 -# File: src/www/interfaces_vlan_edit.php, line: 211 -# File: src/www/interfaces_wireless.php, line: 116 -# File: src/www/interfaces_wireless_edit.php, line: 190 -# File: src/www/load_balancer_monitor.php, line: 125 -# File: src/www/load_balancer_monitor_edit.php, line: 151 -# File: src/www/load_balancer_monitor_edit.php, line: 317 -# File: src/www/load_balancer_pool.php, line: 140 -# File: src/www/load_balancer_pool_edit.php, line: 216 -# File: src/www/load_balancer_relay_action.php, line: 142 -# File: src/www/load_balancer_relay_action_edit.php, line: 108 -# File: src/www/load_balancer_relay_action_edit.php, line: 419 -# File: src/www/load_balancer_relay_protocol.php, line: 136 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 71 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 222 -# File: src/www/load_balancer_virtual_server.php, line: 176 -# File: src/www/load_balancer_virtual_server_edit.php, line: 177 -# File: src/www/services_captiveportal_ip.php, line: 110 -# File: src/www/services_captiveportal_ip_edit.php, line: 210 -# File: src/www/services_captiveportal_mac.php, line: 174 -# File: src/www/services_captiveportal_mac_edit.php, line: 231 -# File: src/www/services_captiveportal_zones.php, line: 97 -# File: src/www/services_captiveportal_zones_edit.php, line: 112 -# File: src/www/services_dhcp.php, line: 820 -# File: src/www/services_dhcp.php, line: 1160 -# File: src/www/services_dhcp_edit.php, line: 413 -# File: src/www/services_dhcpv6.php, line: 844 -# File: src/www/services_dhcpv6_edit.php, line: 235 -# File: src/www/services_dnsmasq.php, line: 372 -# File: src/www/services_dnsmasq.php, line: 450 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 160 -# File: src/www/services_dnsmasq_edit.php, line: 225 -# File: src/www/services_dnsmasq_edit.php, line: 246 -# File: src/www/services_dyndns.php, line: 97 -# File: src/www/services_dyndns_edit.php, line: 427 -# File: src/www/services_igmpproxy.php, line: 101 -# File: src/www/services_igmpproxy_edit.php, line: 175 -# File: src/www/services_rfc2136.php, line: 90 -# File: src/www/services_rfc2136_edit.php, line: 220 -# File: src/www/services_unbound.php, line: 391 -# File: src/www/services_unbound.php, line: 455 -# File: src/www/services_unbound_acls.php, line: 257 -# File: src/www/services_unbound_acls.php, line: 307 -# File: src/www/services_unbound_acls.php, line: 332 -# File: src/www/services_unbound_domainoverride_edit.php, line: 153 -# File: src/www/services_unbound_host_edit.php, line: 227 -# File: src/www/services_unbound_host_edit.php, line: 248 -# File: src/www/services_wol.php, line: 174 -# File: src/www/services_wol_edit.php, line: 159 -# File: src/www/status_gateway_groups.php, line: 97 -# File: src/www/status_gateways.php, line: 79 -# File: src/www/status_lb_pool.php, line: 140 -# File: src/www/status_lb_vs.php, line: 83 -# File: src/www/status_services.php, line: 310 -# File: src/www/status_upnp.php, line: 80 -# File: src/www/system_advanced_sysctl.php, line: 155 -# File: src/www/system_advanced_sysctl.php, line: 228 -# File: src/www/system_gateway_groups.php, line: 175 -# File: src/www/system_gateway_groups_edit.php, line: 354 -# File: src/www/system_gateways.php, line: 239 -# File: src/www/system_gateways_edit.php, line: 923 -# File: src/www/system_groupmanager.php, line: 297 -# File: src/www/system_groupmanager.php, line: 387 -# File: src/www/system_groupmanager.php, line: 461 -# File: src/www/system_groupmanager_addprivs.php, line: 212 -# File: src/www/system_routes.php, line: 254 -# File: src/www/system_routes_edit.php, line: 361 -# File: src/www/system_usermanager.php, line: 689 -# File: src/www/system_usermanager_addprivs.php, line: 190 -# File: src/www/vpn_ipsec_phase1.php, line: 713 -# File: src/www/vpn_ipsec_phase2.php, line: 679 -# File: src/www/vpn_openvpn_client.php, line: 648 -# File: src/www/vpn_openvpn_client.php, line: 1042 -# File: src/www/vpn_openvpn_client.php.orig, line: 648 -# File: src/www/vpn_openvpn_client.php.orig, line: 1042 -# File: src/www/vpn_openvpn_csc.php, line: 363 -# File: src/www/vpn_openvpn_csc.php, line: 624 -# File: src/www/vpn_openvpn_server.php, line: 883 -# File: src/www/vpn_openvpn_server.php, line: 1707 -# File: src/www/vpn_openvpn_server.php.orig, line: 883 -# File: src/www/vpn_openvpn_server.php.orig, line: 1707 -# File: src/www/vpn_pppoe.php, line: 125 -# File: src/www/vpn_pppoe_edit.php, line: 494 -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 70 -# File: src/www/widgets/widgets/services_status.widget.php, line: 61 -msgid "Description" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 89 -msgid "Commands" -msgstr "" - -# -# File: src/www/diag_ipsec_leases.php, line: 76 -# File: src/www/load_balancer_relay_action_edit.php, line: 512 -msgid "ID" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 214 -msgid "Fileid" -msgstr "" - -# -# File: src/www/diag_gmirror.php, line: 326 -# File: src/www/diag_gmirror.php, line: 393 -# File: src/www/firewall_aliases.php, line: 199 -# File: src/www/firewall_aliases_edit.php, line: 329 -# File: src/www/firewall_aliases_import.php, line: 48 -# File: src/www/firewall_schedule.php, line: 105 -# File: src/www/interfaces_groups.php, line: 101 -# File: src/www/load_balancer_monitor.php, line: 123 -# File: src/www/load_balancer_monitor_edit.php, line: 151 -# File: src/www/load_balancer_monitor_edit.php, line: 311 -# File: src/www/load_balancer_pool.php, line: 135 -# File: src/www/load_balancer_pool_edit.php, line: 68 -# File: src/www/load_balancer_pool_edit.php, line: 201 -# File: src/www/load_balancer_relay_action.php, line: 139 -# File: src/www/load_balancer_relay_action_edit.php, line: 108 -# File: src/www/load_balancer_relay_action_edit.php, line: 413 -# File: src/www/load_balancer_relay_protocol.php, line: 133 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 71 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 199 -# File: src/www/load_balancer_virtual_server.php, line: 170 -# File: src/www/load_balancer_virtual_server_edit.php, line: 65 -# File: src/www/load_balancer_virtual_server_edit.php, line: 70 -# File: src/www/load_balancer_virtual_server_edit.php, line: 171 -# File: src/www/services_captiveportal_filemanager.php, line: 198 -# File: src/www/services_igmpproxy.php, line: 98 -# File: src/www/status_gateways.php, line: 73 -# File: src/www/status_lb_pool.php, line: 136 -# File: src/www/status_lb_vs.php, line: 79 -# File: src/www/status_openvpn.php, line: 230 -# File: src/www/status_openvpn.php, line: 268 -# File: src/www/system_camanager.php, line: 744 -# File: src/www/system_certmanager.php, line: 1209 -# File: src/www/system_crlmanager.php, line: 667 -# File: src/www/system_gateways.php, line: 235 -# File: src/www/system_gateways_edit.php, line: 112 -# File: src/www/system_gateways_edit.php, line: 737 -# File: src/www/system_groupmanager.php, line: 386 -# File: src/www/system_usermanager.php, line: 688 -# File: src/www/system_usermanager.php, line: 751 -# File: src/www/widgets/widgets/gateways.widget.php, line: 45 -# File: src/www/widgets/widgets/gmirror_status.widget.php, line: 39 -# File: src/www/widgets/widgets/system_information.widget.php, line: 91 -msgid "Name" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 111 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 505 -msgid "Apply" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 251 -msgid "Upload file" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 257 -msgid "Template name" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 261 -msgid "File input" -msgstr "" - -# -# File: src/www/services_captiveportal_filemanager.php, line: 181 -# File: src/www/widgets/widgets/picture.widget.php, line: 84 -msgid "Upload" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "Please setup a voucher server first " -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "goto auth servers" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 139 -msgid "Remove voucher group" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 140 -msgid "All vouchers within this group will be deleted" -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 151 -# File: src/www/diag_defaults.php, line: 49 -# File: src/www/diag_defaults.php, line: 60 -# File: src/www/diag_defaults.php, line: 74 -# File: src/www/diag_halt.php, line: 46 -# File: src/www/diag_halt.php, line: 58 -# File: src/www/firewall_aliases.php, line: 164 -# File: src/www/firewall_nat.php, line: 175 -# File: src/www/firewall_nat.php, line: 194 -# File: src/www/firewall_nat_1to1.php, line: 124 -# File: src/www/firewall_nat_1to1.php, line: 143 -# File: src/www/firewall_nat_npt.php, line: 127 -# File: src/www/firewall_nat_npt.php, line: 146 -# File: src/www/firewall_nat_out.php, line: 191 -# File: src/www/firewall_nat_out.php, line: 211 -# File: src/www/firewall_rules.php, line: 154 -# File: src/www/firewall_rules.php, line: 173 -# File: src/www/reboot.php, line: 46 -# File: src/www/reboot.php, line: 56 -# File: src/www/vpn_ipsec_keys.php, line: 94 -# File: src/www/vpn_openvpn_client.php, line: 351 -# File: src/www/vpn_openvpn_client.php.orig, line: 351 -# File: src/www/vpn_openvpn_csc.php, line: 224 -# File: src/www/vpn_openvpn_server.php, line: 426 -# File: src/www/vpn_openvpn_server.php.orig, line: 426 -msgid "Yes" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 107 -# File: src/www/status_captiveportal_vouchers.php, line: 126 -msgid "Voucher" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 240 -msgid "Valid from" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 241 -msgid "Valid to" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 192 -# File: src/www/diag_system_pftop.php, line: 132 -# File: src/www/status_dhcpv6_leases.php, line: 520 -msgid "State" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 256 -msgid "Create vouchers" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 276 -msgid "Generate vouchers" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 282 -msgid "Validity" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 283 -msgid "Number of vouchers" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 284 -msgid "Groupname" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 291 -msgid "4 hours" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 292 -msgid "8 hours" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 293 -msgid "1 day" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 294 -msgid "2 days" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 295 -msgid "3 days" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 296 -msgid "4 days" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 297 -msgid "5 days" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 298 -msgid "6 days" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 299 -msgid "1 week" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 300 -msgid "2 weeks" -msgstr "" - -# -# File: src/www/services_captiveportal_vouchers.php, line: 482 -# File: src/www/services_captiveportal_vouchers.php, line: 491 -msgid "Generate" -msgstr "" - -# -# File: src/www/system_usermanager_import_ldap.php, line: 141 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 84 -# File: src/www/system_usermanager_settings_test.php, line: 80 -msgid "Close" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 39 -msgid "Fetching... (may take up to 30 seconds)" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 57 -msgid "Package Name" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "Current Version" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "New Version" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 64 -msgid "NEW" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 67 -msgid "REINSTALL" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 85 -msgid "Upgrading... (do not leave this page while upgrade is in progress)" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 100 -msgid "Executing... (do not leave this page while execute is in progress)" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 146 -msgid "Upgrade done!" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 152 -msgid "Your device is rebooting" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 157 -msgid "" -"The upgrade has finished and your device is being rebooted at the moment, " -"please wait..." -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 280 -# File: src/www/diag_gmirror.php, line: 394 -# File: src/www/diag_system_pftop.php, line: 130 -# File: src/www/diag_system_pftop.php, line: 145 -# File: src/www/services_captiveportal_filemanager.php, line: 199 -msgid "Size" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 279 -msgid "Version" -msgstr "" - -# -# File: src/www/services_captiveportal_vouchers.php, line: 414 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 217 -# File: src/www/status_captiveportal_voucher_rolls.php, line: 113 -msgid "Comment" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 248 -msgid "Fetch updates to view available plugins." -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 207 -msgid "Upgrade now" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 208 -msgid "Fetch updates" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 209 -msgid "Click to check for updates." -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 215 -msgid "Packages" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 307 -msgid "Plugins" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 108 -msgid "Updates" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 217 -msgid "Progress" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Cron/index.volt, line: 116 -msgid "Jobs" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 78 -# File: lang/dynamic/helpers/models.php, line: 103 -# File: src/www/diag_states_summary.php, line: 143 -# File: src/www/firewall_aliases.php, line: 185 -# File: src/www/firewall_nat.php, line: 264 -# File: src/www/services_dnsmasq.php, line: 371 -# File: src/www/services_dnsmasq.php, line: 449 -# File: src/www/services_unbound.php, line: 390 -# File: src/www/services_unbound.php, line: 454 -# File: src/www/vpn_pppoe_edit.php, line: 596 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 204 -msgid "IP" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 79 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 79 -msgid "MAC" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 80 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 80 -msgid "Manufacturer" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 82 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 82 -msgid "Interface name" -msgstr "" - -# -# File: src/www/diag_arp.php, line: 329 -# File: src/www/diag_ndp.php, line: 129 -# File: src/www/interfaces.php, line: 2234 -# File: src/www/services_dhcp.php, line: 1159 -# File: src/www/services_dhcp_edit.php, line: 393 -# File: src/www/services_dhcpv6.php, line: 843 -# File: src/www/services_dhcpv6_edit.php, line: 215 -# File: src/www/services_dyndns.php, line: 95 -# File: src/www/services_dyndns_edit.php, line: 91 -# File: src/www/services_dyndns_edit.php, line: 321 -# File: src/www/services_rfc2136.php, line: 88 -# File: src/www/services_rfc2136_edit.php, line: 73 -# File: src/www/services_rfc2136_edit.php, line: 166 -# File: src/www/status_dhcp_leases.php, line: 341 -# File: src/www/system_general.php, line: 144 -# File: src/www/system_general.php, line: 368 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 80 -msgid "Hostname" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 90 -msgid "NOTE: Local IPv6 peers use NDP instead of ARP." -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 100 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 94 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 128 -msgid "Refresh" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 660 -# File: src/www/diag_testport.php, line: 158 -msgid "IPv6" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 100 -msgid "PID" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 101 -msgid "USERNAME" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 102 -msgid "PRI" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 103 -msgid "NICE" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 104 -msgid "SIZE" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 105 -msgid "RES" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 106 -msgid "STATE" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 107 -msgid "C" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 108 -msgid "TIME" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 109 -msgid "WCPU" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 110 -msgid "COMMAND" -msgstr "" - -# -# File: src/www/graph.php, line: 108 -# File: src/www/interfaces.php, line: 2949 -# File: src/www/interfaces.php, line: 3071 -# File: src/www/interfaces_bridge_edit.php, line: 370 -# File: src/www/interfaces_bridge_edit.php, line: 380 -# File: src/www/interfaces_bridge_edit.php, line: 389 -# File: src/www/interfaces_bridge_edit.php, line: 460 -# File: src/www/services_dhcp.php, line: 900 -# File: src/www/services_dhcp.php, line: 910 -# File: src/www/services_dhcp_edit.php, line: 466 -# File: src/www/services_dhcp_edit.php, line: 476 -# File: src/www/services_dhcpv6.php, line: 636 -# File: src/www/services_dhcpv6.php, line: 646 -# File: src/www/services_ntpd_gps.php, line: 461 -# File: src/www/services_ntpd_gps.php, line: 467 -# File: src/www/services_ntpd_pps.php, line: 156 -# File: src/www/services_rfc2136_edit.php, line: 176 -# File: src/www/vpn_ipsec_phase1.php, line: 970 -# File: src/www/vpn_ipsec_phase1.php, line: 1025 -# File: src/www/vpn_ipsec_phase2.php, line: 903 -msgid "seconds" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 641 -# File: src/www/system_certmanager.php, line: 830 -# File: src/www/system_crlmanager.php, line: 468 -msgid "days" -msgstr "" - -# -# File: src/www/services_captiveportal.php, line: 569 -msgid "hours" -msgstr "" - -# -# File: src/www/services_captiveportal.php, line: 547 -# File: src/www/services_captiveportal.php, line: 554 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 84 -msgid "minutes" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 336 -msgid "Year(s)" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 338 -msgid "Days" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 340 -msgid "Hours" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 342 -msgid "Minutes" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 369 -msgid "full date & time" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 371 -msgid "timestamp" -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 328 -# File: src/www/load_balancer_relay_action.php, line: 141 -# File: src/www/load_balancer_relay_action_edit.php, line: 517 -# File: src/www/load_balancer_relay_action_edit.php, line: 537 -# File: src/www/load_balancer_relay_protocol.php, line: 135 -msgid "Options" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 578 -msgid "Zoom level" -msgstr "" - -# -# File: src/www/status_rrd_graph.php, line: 168 -# File: src/www/status_rrd_graph_settings.php, line: 49 -msgid "Inverse" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3201 -# File: src/www/vpn_l2tp.php, line: 318 -# File: src/www/vpn_pppoe_edit.php, line: 403 -# File: src/www/vpn_pptp.php, line: 336 -msgid "Off" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3202 -msgid "On" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 602 -msgid "Resolution" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3109 -msgid "Standard" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 330 -msgid "Medium" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 331 -msgid "High" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 622 -msgid "Show Tables" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 646 -msgid "Please wait while loading data..." -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 643 -msgid "Current detail is showing" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 643 -msgid "averages" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 668 -msgid "Current View - Overview" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 692 -msgid "Current View - Details" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 696 -msgid "Toggle Timeview" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 419 -# File: src/www/firewall_rules_edit.php, line: 973 -msgid "Timestamp" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 706 -msgid "" -"Full Date &\n" -" Time" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 712 -msgid "Download as CSV" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 383 -msgid "Alerts" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 274 -# File: src/www/firewall_rules_edit.php, line: 1405 -msgid "Schedule" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 399 -msgid "rulesets" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 408 -msgid "Last updated" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 418 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 455 -msgid "disable selected" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 419 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 456 -msgid "enable selected" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 443 -msgid "sid" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 209 -# File: src/www/diag_gmirror.php, line: 299 -# File: src/www/diag_logs_filter.php, line: 626 -# File: src/www/diag_logs_vpn.php, line: 133 -# File: src/www/firewall_rules_edit.php, line: 791 -# File: src/www/load_balancer_relay_action_edit.php, line: 108 -# File: src/www/load_balancer_relay_action_edit.php, line: 486 -# File: src/www/services_captiveportal_mac_edit.php, line: 94 -# File: src/www/services_captiveportal_mac_edit.php, line: 197 -# File: src/www/services_unbound_acls.php, line: 231 -# File: src/www/services_unbound_acls.php, line: 331 -msgid "Action" -msgstr "" - -# -# File: src/www/diag_ipsec_sad.php, line: 56 -# File: src/www/diag_ipsec_spd.php, line: 55 -# File: src/www/diag_logs_filter.php, line: 716 -# File: src/www/diag_logs_filter_dynamic.php, line: 116 -# File: src/www/firewall_nat.php, line: 249 -# File: src/www/firewall_nat_edit.php, line: 570 -# File: src/www/firewall_nat_edit.php, line: 579 -# File: src/www/firewall_nat_edit.php, line: 588 -# File: src/www/firewall_nat_npt_edit.php, line: 213 -# File: src/www/firewall_nat_npt_edit.php, line: 222 -# File: src/www/firewall_nat_out.php, line: 331 -# File: src/www/firewall_nat_out.php, line: 505 -# File: src/www/firewall_nat_out_edit.php, line: 185 -# File: src/www/firewall_nat_out_edit.php, line: 459 -# File: src/www/firewall_rules.php, line: 269 -# File: src/www/firewall_rules_edit.php, line: 990 -# File: src/www/vpn_ipsec_mobile.php, line: 368 -# File: src/www/widgets/widgets/log.widget.php, line: 237 -msgid "Source" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 445 -msgid "ClassType" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 446 -msgid "Message" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 447 -msgid "Info / enabled" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 481 -msgid "Search" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 482 -msgid "Query" -msgstr "" - -# -# File: src/www/diag_ipsec_sad.php, line: 57 -# File: src/www/diag_ipsec_spd.php, line: 56 -# File: src/www/diag_logs_filter.php, line: 717 -# File: src/www/diag_logs_filter_dynamic.php, line: 117 -# File: src/www/firewall_nat.php, line: 250 -# File: src/www/firewall_nat_1to1_edit.php, line: 385 -# File: src/www/firewall_nat_1to1_edit.php, line: 394 -# File: src/www/firewall_nat_edit.php, line: 693 -# File: src/www/firewall_nat_edit.php, line: 702 -# File: src/www/firewall_nat_npt_edit.php, line: 251 -# File: src/www/firewall_nat_npt_edit.php, line: 260 -# File: src/www/firewall_nat_out.php, line: 333 -# File: src/www/firewall_nat_out.php, line: 507 -# File: src/www/firewall_nat_out_edit.php, line: 185 -# File: src/www/firewall_nat_out_edit.php, line: 506 -# File: src/www/firewall_nat_out_edit.php, line: 515 -# File: src/www/firewall_rules.php, line: 271 -# File: src/www/firewall_rules_edit.php, line: 1093 -# File: src/www/widgets/widgets/log.widget.php, line: 238 -msgid "Destination" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 495 -msgid "Alert" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 284 -# File: src/www/diag_smart.php, line: 295 -msgid "Info" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 506 -msgid "Download & Update Rules" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 508 -msgid "" -"Please use \"Download & Update Rules\" to fetch your initial ruleset, " -"automatic updating can be scheduled after the first download" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 519 -msgid "Processing request..." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 324 -# File: src/www/firewall_aliases_import.php, line: 165 -# File: src/www/firewall_nat_1to1_edit.php, line: 288 -# File: src/www/firewall_nat_edit.php, line: 507 -# File: src/www/firewall_nat_npt_edit.php, line: 176 -# File: src/www/firewall_nat_out_edit.php, line: 393 -# File: src/www/vpn_ipsec_mobile.php, line: 348 -# File: src/www/vpn_ipsec_phase1.php, line: 604 -# File: src/www/vpn_ipsec_phase2.php, line: 645 -# File: src/www/vpn_ipsec_settings.php, line: 164 -# File: src/www/vpn_openvpn_client.php, line: 480 -# File: src/www/vpn_openvpn_client.php.orig, line: 480 -# File: src/www/vpn_openvpn_csc.php, line: 340 -# File: src/www/vpn_openvpn_export.php, line: 633 -# File: src/www/vpn_openvpn_export.php.orig, line: 633 -# File: src/www/vpn_openvpn_export_shared.php, line: 312 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 312 -# File: src/www/vpn_openvpn_server.php, line: 730 -# File: src/www/vpn_openvpn_server.php.orig, line: 730 -msgid "full help" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt, line: 234 -msgid "" -"\n" -" Add an item to the table to fetch a remote acl for " -"blacklisting.
\n" -" You can enable or disable the blacklist list.
\n" -" The active blacklists will be merged with the settings " -"under Forward Proxy -> Access Control List.\n" -" " -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 88 -msgid "Error reconfiguring trafficshaper" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 102 -msgid "Pipes" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 103 -msgid "Queues" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 112 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 142 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 171 -msgid "Origin" -msgstr "" - -# -# File: src/www/services_captiveportal_vouchers_edit.php, line: 84 -# File: src/www/services_dhcp.php, line: 1065 -# File: src/www/services_dhcpv6.php, line: 770 -msgid "Number" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 777 -msgid "Bandwidth" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 116 -msgid "Metric" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 117 -msgid "Burst" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 118 -msgid "Mask" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 145 -msgid "Pipe" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 817 -msgid "Weight" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 170 -msgid "#" -msgstr "" - -# -# File: src/www/diag_ipsec_sad.php, line: 58 -# File: src/www/diag_ipsec_spd.php, line: 58 -# File: src/www/diag_logs_filter.php, line: 630 -# File: src/www/diag_logs_filter.php, line: 631 -# File: src/www/diag_logs_filter.php, line: 644 -# File: src/www/diag_packet_capture.php, line: 271 -# File: src/www/firewall_nat_edit.php, line: 186 -# File: src/www/firewall_nat_edit.php, line: 189 -# File: src/www/firewall_nat_edit.php, line: 551 -# File: src/www/firewall_nat_out_edit.php, line: 185 -# File: src/www/firewall_nat_out_edit.php, line: 440 -# File: src/www/firewall_rules_edit.php, line: 943 -# File: src/www/interfaces_bridge_edit.php, line: 333 -# File: src/www/load_balancer_relay_action_edit.php, line: 108 -# File: src/www/load_balancer_relay_action_edit.php, line: 426 -# File: src/www/load_balancer_virtual_server.php, line: 171 -# File: src/www/services_rfc2136_edit.php, line: 207 -# File: src/www/status_upnp.php, line: 77 -# File: src/www/system_advanced_admin.php, line: 326 -# File: src/www/vpn_ipsec_phase2.php, line: 808 -# File: src/www/vpn_openvpn_client.php, line: 514 -# File: src/www/vpn_openvpn_client.php, line: 1040 -# File: src/www/vpn_openvpn_client.php.orig, line: 514 -# File: src/www/vpn_openvpn_client.php.orig, line: 1040 -# File: src/www/vpn_openvpn_server.php, line: 795 -# File: src/www/vpn_openvpn_server.php.orig, line: 795 -msgid "Protocol" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 176 -msgid "Target" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/layout_partials/base_dialog.volt, line: 73 -# File: src/opnsense/mvc/app/views/layout_partials/base_form.volt, line: 63 -msgid "advanced mode" -msgstr "" - -# -# File: src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt, line: 61 -msgid "Clear All" -msgstr "" - -# -# File: src/www/carp_status.php, line: 76 -#, php-format -msgid "" -"%s IPs have been disabled. Please note that disabling does not survive a " -"reboot." -msgstr "" - -# -# File: src/www/carp_status.php, line: 78 -msgid "CARP has been enabled." -msgstr "" - -# -# File: src/www/carp_status.php, line: 116 -msgid "" -"CARP has detected a problem and this unit has been demoted to BACKUP status." -msgstr "" - -# -# File: src/www/carp_status.php, line: 116 -msgid "Check link status on all interfaces with configured CARP VIPs." -msgstr "" - -# -# File: src/www/carp_status.php, line: 135 -msgid "Enable CARP" -msgstr "" - -# -# File: src/www/carp_status.php, line: 138 -msgid "Temporarily Disable CARP" -msgstr "" - -# -# File: src/www/carp_status.php, line: 143 -msgid "Enter Persistent CARP Maintenance Mode" -msgstr "" - -# -# File: src/www/carp_status.php, line: 141 -msgid "Leave Persistent CARP Maintenance Mode" -msgstr "" - -# -# File: src/www/carp_status.php, line: 152 -msgid "CARP Interface" -msgstr "" - -# -# File: src/www/carp_status.php, line: 153 -# File: src/www/firewall_nat_out.php, line: 594 -# File: src/www/firewall_nat_out_edit.php, line: 596 -# File: src/www/system_gateway_groups_edit.php, line: 331 -msgid "Virtual IP" -msgstr "" - -# -# File: src/www/carp_status.php, line: 158 -msgid "Could not locate any defined CARP interfaces." -msgstr "" - -# -# File: src/www/carp_status.php, line: 206 -msgid "pfSync nodes" -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 161 -msgid "Luckily we have not detected a programming bug." -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 164 -msgid "Thank you for submitting this crash report." -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 166 -msgid "Please consider submitting a crash report if the error persists." -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 156 -msgid "Dismiss this report" -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 157 -msgid "Submit this report" -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 149 -msgid "Unfortunately we have detected at least one programming bug." -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 150 -msgid "Would you like to submit this crash report to the developers?" -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 174 -msgid "" -"You can help us further by adding your contact information and a problem " -"description. Please note that providing your contact information greatly " -"improves the chances of bugs being fixed." -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 176 -msgid "your@email.com" -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 177 -msgid "A short problem description or steps to reproduce." -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 156 -msgid "" -"Please double-check the following contents to ensure you are comfortable " -"submitting the following information." -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 170 -msgid "Report an issue" -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 61 -msgid "is not a valid authentication server" -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 65 -msgid "A username and password must be specified." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 37 -# File: src/www/diag_authentication.php, line: 70 -# File: src/www/diag_logs_vpn.php, line: 134 -# File: src/www/system_usermanager.php, line: 127 -# File: src/www/vpn_l2tp_users_edit.php, line: 29 -# File: src/www/vpn_openvpn_export.php, line: 797 -# File: src/www/vpn_openvpn_export.php.orig, line: 797 -# File: src/www/vpn_pptp_users_edit.php, line: 137 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 203 -msgid "User" -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 70 -msgid "authenticated successfully." -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 72 -msgid "This user is a member of these groups" -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 76 -msgid "Authentication failed." -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 105 -msgid "Test a server" -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 112 -# File: src/www/system_authservers.php, line: 119 -# File: src/www/system_usermanager_settings.php, line: 142 -msgid "Authentication Server" -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 127 -# File: src/www/interfaces.php, line: 2847 -# File: src/www/interfaces.php, line: 2921 -# File: src/www/interfaces.php, line: 3030 -# File: src/www/interfaces_ppps_edit.php, line: 196 -# File: src/www/interfaces_ppps_edit.php, line: 199 -# File: src/www/interfaces_ppps_edit.php, line: 207 -# File: src/www/interfaces_ppps_edit.php, line: 210 -# File: src/www/interfaces_ppps_edit.php, line: 538 -# File: src/www/services_dyndns_edit.php, line: 93 -# File: src/www/services_dyndns_edit.php, line: 365 -# File: src/www/services_opendns.php, line: 151 -# File: src/www/status_captiveportal.php, line: 163 -# File: src/www/system_usermanager.php, line: 205 -# File: src/www/system_usermanager.php, line: 210 -# File: src/www/system_usermanager.php, line: 215 -# File: src/www/system_usermanager.php, line: 540 -# File: src/www/system_usermanager.php, line: 963 -# File: src/www/vpn_l2tp_users.php, line: 115 -# File: src/www/vpn_l2tp_users_edit.php, line: 77 -# File: src/www/vpn_l2tp_users_edit.php, line: 80 -# File: src/www/vpn_l2tp_users_edit.php, line: 178 -# File: src/www/vpn_openvpn_client.php, line: 630 -# File: src/www/vpn_openvpn_client.php, line: 665 -# File: src/www/vpn_openvpn_client.php.orig, line: 630 -# File: src/www/vpn_openvpn_client.php.orig, line: 665 -# File: src/www/vpn_openvpn_export.php, line: 755 -# File: src/www/vpn_openvpn_export.php.orig, line: 755 -# File: src/www/vpn_openvpn_export_shared.php, line: 374 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 374 -# File: src/www/vpn_pppoe_edit.php, line: 594 -# File: src/www/vpn_pptp_users.php, line: 108 -# File: src/www/vpn_pptp_users_edit.php, line: 73 -# File: src/www/vpn_pptp_users_edit.php, line: 76 -# File: src/www/vpn_pptp_users_edit.php, line: 171 -# File: src/www/widgets/widgets/captive_portal_status.widget.php, line: 81 -msgid "Username" -msgstr "" - -# -# File: src/www/diag_authentication.php, line: 136 -# File: src/www/diag_smart.php, line: 373 -# File: src/www/diag_testport.php, line: 166 -msgid "Test" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 113 -# File: src/www/diag_backup.php, line: 156 -msgid "DHCP Server" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 157 -# File: src/www/services_dhcpv6.php, line: 506 -# File: src/www/services_dhcpv6.php, line: 526 -# File: src/www/services_router_advertisements.php, line: 229 -msgid "DHCPv6 Server" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 158 -msgid "Firewall Rules" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 160 -msgid "IPSEC" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 163 -msgid "PPTP Server" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 164 -msgid "RRD Data" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 165 -msgid "Scheduled Tasks" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 166 -msgid "Syslog" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 168 -msgid "Static routes" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 169 -msgid "System tunables" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 170 -msgid "SNMP Server" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 171 -msgid "VLANS" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 233 -msgid "You must supply and confirm the password for encryption." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 235 -# File: src/www/diag_backup.php, line: 291 -# File: src/www/diag_backup.php, line: 498 -msgid "The supplied 'Password' and 'Confirm' field values must match." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 289 -msgid "You must supply and confirm the password for decryption." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 301 -#, php-format -msgid "Warning, could not read file %s" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 465 -msgid "The configuration could not be restored (file upload error)." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 307 -msgid "" -"The uploaded file does not appear to contain an encrypted OPNsense " -"configuration." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 321 -# File: src/www/diag_backup.php, line: 324 -msgid "" -"You have selected to restore an area but we could not locate the correct xml " -"tag." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 313 -msgid "Upgrading m0n0wall configuration to OPNsense." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 333 -msgid "" -"The configuration area has been restored. You may need to reboot the " -"firewall." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 446 -msgid "The m0n0wall configuration has been restored and upgraded to OPNsense." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 460 -# File: src/www/diag_backup.php, line: 476 -msgid "The configuration could not be restored." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 522 -msgid "Google Drive communication failure" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 524 -msgid "Backup succesfull, current filelist:" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 581 -msgid "The firewall configuration has been changed." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 581 -msgid "The firewall is now rebooting." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 217 -# File: src/www/diag_tables.php, line: 158 -# File: src/www/diag_tables.php, line: 167 -msgid "Download" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 623 -msgid "Click this button to download the system configuration in XML format." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 623 -msgid "Backup area:" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 176 -# File: src/www/widgets/widgets/log.widget.php, line: 196 -msgid "ALL" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 635 -msgid "Encrypt this configuration file." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 643 -msgid "" -"Do not backup RRD data (NOTE: RRD Data can consume 4+ megabytes of config." -"xml space!)" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 658 -msgid "confirm:" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 666 -msgid "Download configuration" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 672 -msgid "Restore" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 692 -msgid "Open a" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 692 -msgid "" -"configuration XML file and click the button below to restore the " -"configuration." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 694 -msgid "Restore area:" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 706 -msgid "Configuration file is encrypted." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 215 -# File: src/www/diag_backup.php, line: 684 -# File: src/www/diag_backup.php, line: 728 -msgid "Restore configuration" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 729 -# File: src/www/diag_ipsec.php, line: 351 -# File: src/www/diag_ipsec_leases.php, line: 105 -# File: src/www/diag_ipsec_sad.php, line: 84 -# File: src/www/diag_ipsec_spd.php, line: 74 -# File: src/www/diag_ipsec_spd.php, line: 92 -# File: src/www/diag_logs_settings.php, line: 468 -# File: src/www/diag_packet_capture.php, line: 335 -# File: src/www/diag_routes.php, line: 199 -# File: src/www/firewall_aliases.php, line: 267 -# File: src/www/firewall_nat_1to1.php, line: 320 -# File: src/www/firewall_nat_out.php, line: 581 -# File: src/www/firewall_schedule.php, line: 237 -# File: src/www/firewall_virtual_ip.php, line: 279 -# File: src/www/firewall_virtual_ip_edit.php, line: 480 -# File: src/www/interfaces.php, line: 2977 -# File: src/www/interfaces_bridge.php, line: 174 -# File: src/www/interfaces_bridge_edit.php, line: 490 -# File: src/www/interfaces_bridge_edit.php, line: 534 -# File: src/www/interfaces_bridge_edit.php, line: 578 -# File: src/www/interfaces_gif.php, line: 151 -# File: src/www/interfaces_gre.php, line: 149 -# File: src/www/interfaces_groups.php, line: 148 -# File: src/www/interfaces_lagg.php, line: 157 -# File: src/www/interfaces_ppps_edit.php, line: 648 -# File: src/www/interfaces_qinq.php, line: 168 -# File: src/www/interfaces_vlan.php, line: 160 -# File: src/www/load_balancer_virtual_server_edit.php, line: 293 -# File: src/www/services_captiveportal.php, line: 1063 -# File: src/www/services_captiveportal_filemanager.php, line: 237 -# File: src/www/services_captiveportal_ip.php, line: 156 -# File: src/www/services_captiveportal_mac.php, line: 212 -# File: src/www/services_captiveportal_vouchers.php, line: 566 -# File: src/www/services_dhcp.php, line: 1134 -# File: src/www/services_dhcpv6.php, line: 669 -# File: src/www/services_dhcpv6.php, line: 821 -# File: src/www/services_dnsmasq.php, line: 335 -# File: src/www/services_dyndns.php, line: 191 -# File: src/www/services_dyndns_edit.php, line: 326 -# File: src/www/services_dyndns_edit.php, line: 445 -# File: src/www/services_igmpproxy.php, line: 143 -# File: src/www/services_rfc2136_edit.php, line: 238 -# File: src/www/services_unbound.php, line: 356 -# File: src/www/services_wol.php, line: 212 -# File: src/www/status_rrd_graph_settings.php, line: 194 -# File: src/www/system_advanced_network.php, line: 243 -# File: src/www/system_advanced_network.php, line: 256 -# File: src/www/system_advanced_network.php, line: 269 -# File: src/www/system_advanced_network.php, line: 282 -# File: src/www/system_gateway_groups.php, line: 230 -# File: src/www/system_routes.php, line: 398 -# File: src/www/vpn_l2tp.php, line: 495 -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "Note:" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 729 -msgid "The firewall will reboot after restoring the configuration." -msgstr "" - -# -# File: src/www/diag_backup.php, line: 734 -msgid "Google Drive" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 757 -# File: src/www/diag_routes.php, line: 172 -# File: src/www/firewall_nat_1to1_edit.php, line: 449 -# File: src/www/interfaces.php, line: 1862 -# File: src/www/services_dnsmasq.php, line: 199 -# File: src/www/services_opendns.php, line: 134 -# File: src/www/services_rfc2136_edit.php, line: 149 -# File: src/www/services_snmp.php, line: 297 -# File: src/www/services_snmp.php, line: 373 -# File: src/www/services_snmp.php, line: 375 -# File: src/www/services_unbound.php, line: 220 -# File: src/www/vpn_ipsec_mobile.php, line: 353 -# File: src/www/vpn_ipsec_phase1.php, line: 1003 -msgid "Enable" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 758 -# File: src/www/diag_smart.php, line: 223 -# File: src/www/system_camanager.php, line: 696 -# File: src/www/system_certmanager.php, line: 862 -# File: src/www/system_certmanager.php, line: 1049 -msgid "Email Address" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 759 -msgid "(not loaded)" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 759 -msgid "(replace)" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 759 -msgid "P12 key" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 760 -msgid "Folder ID" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 761 -# File: src/www/diag_confbak.php, line: 244 -msgid "Backup Count" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 762 -msgid "Password protect your data" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 713 -# File: src/www/diag_backup.php, line: 763 -msgid "Password :" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 764 -msgid "Confirm :" -msgstr "" - -# -# File: src/www/diag_backup.php, line: 221 -# File: src/www/diag_backup.php, line: 765 -msgid "Setup/Test Google Drive" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 42 -msgid "Changed backup revision count." -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 59 -#, php-format -msgid "Deleted backup with timestamp %s and description \"%s\"." -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 61 -msgid "Unable to delete the selected configuration." -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 211 -msgid "Restore from Configuration Backup" -msgstr "" - -# -# File: src/www/crash_reporter.php, line: 152 -# File: src/www/diag_defaults.php, line: 75 -# File: src/www/diag_halt.php, line: 59 -# File: src/www/firewall_aliases.php, line: 160 -# File: src/www/firewall_nat.php, line: 171 -# File: src/www/firewall_nat.php, line: 190 -# File: src/www/firewall_nat_1to1.php, line: 120 -# File: src/www/firewall_nat_1to1.php, line: 139 -# File: src/www/firewall_nat_npt.php, line: 123 -# File: src/www/firewall_nat_npt.php, line: 142 -# File: src/www/firewall_nat_out.php, line: 187 -# File: src/www/firewall_nat_out.php, line: 207 -# File: src/www/firewall_rules.php, line: 150 -# File: src/www/firewall_rules.php, line: 169 -# File: src/www/reboot.php, line: 57 -# File: src/www/vpn_ipsec_keys.php, line: 90 -# File: src/www/vpn_openvpn_client.php, line: 347 -# File: src/www/vpn_openvpn_client.php.orig, line: 347 -# File: src/www/vpn_openvpn_csc.php, line: 220 -# File: src/www/vpn_openvpn_server.php, line: 422 -# File: src/www/vpn_openvpn_server.php.orig, line: 422 -msgid "No" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 215 -msgid "Remove Configuration Backup" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 246 -msgid "" -"Enter the number of older configurations to keep in the local backup cache. " -"By default this is 30." -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 247 -# File: src/www/diag_logs_settings.php, line: 463 -# File: src/www/diag_smart.php, line: 233 -# File: src/www/firewall_aliases_edit.php, line: 466 -# File: src/www/firewall_aliases_import.php, line: 209 -# File: src/www/firewall_nat_1to1_edit.php, line: 457 -# File: src/www/firewall_nat_edit.php, line: 967 -# File: src/www/firewall_nat_npt_edit.php, line: 292 -# File: src/www/firewall_nat_out.php, line: 315 -# File: src/www/firewall_nat_out_edit.php, line: 706 -# File: src/www/firewall_rules_edit.php, line: 1217 -# File: src/www/firewall_rules_edit.php, line: 1514 -# File: src/www/firewall_schedule_edit.php, line: 1217 -# File: src/www/firewall_virtual_ip_edit.php, line: 468 -# File: src/www/interfaces.php, line: 3607 -# File: src/www/interfaces_assign.php, line: 560 -# File: src/www/interfaces_bridge_edit.php, line: 627 -# File: src/www/interfaces_gif_edit.php, line: 250 -# File: src/www/interfaces_gre_edit.php, line: 253 -# File: src/www/interfaces_groups_edit.php, line: 333 -# File: src/www/interfaces_lagg_edit.php, line: 245 -# File: src/www/interfaces_ppps_edit.php, line: 810 -# File: src/www/interfaces_qinq_edit.php, line: 388 -# File: src/www/interfaces_vlan_edit.php, line: 221 -# File: src/www/interfaces_wireless_edit.php, line: 201 -# File: src/www/load_balancer_monitor_edit.php, line: 432 -# File: src/www/load_balancer_pool_edit.php, line: 334 -# File: src/www/load_balancer_relay_action_edit.php, line: 559 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 284 -# File: src/www/load_balancer_setting.php, line: 155 -# File: src/www/services_captiveportal.php, line: 1057 -# File: src/www/services_captiveportal_ip_edit.php, line: 235 -# File: src/www/services_captiveportal_mac_edit.php, line: 259 -# File: src/www/services_captiveportal_vouchers.php, line: 559 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 227 -# File: src/www/services_dhcp.php, line: 1129 -# File: src/www/services_dhcp_edit.php, line: 532 -# File: src/www/services_dhcp_relay.php, line: 193 -# File: src/www/services_dhcpv6.php, line: 816 -# File: src/www/services_dhcpv6_edit.php, line: 244 -# File: src/www/services_dhcpv6_relay.php, line: 189 -# File: src/www/services_dnsmasq.php, line: 328 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 169 -# File: src/www/services_dnsmasq_edit.php, line: 291 -# File: src/www/services_dyndns_edit.php, line: 435 -# File: src/www/services_igmpproxy.php, line: 137 -# File: src/www/services_igmpproxy_edit.php, line: 275 -# File: src/www/services_ntpd.php, line: 403 -# File: src/www/services_ntpd_gps.php, line: 572 -# File: src/www/services_ntpd_pps.php, line: 212 -# File: src/www/services_opendns.php, line: 209 -# File: src/www/services_rfc2136_edit.php, line: 228 -# File: src/www/services_router_advertisements.php, line: 371 -# File: src/www/services_snmp.php, line: 482 -# File: src/www/services_unbound.php, line: 348 -# File: src/www/services_unbound_acls.php, line: 130 -# File: src/www/services_unbound_acls.php, line: 318 -# File: src/www/services_unbound_domainoverride_edit.php, line: 164 -# File: src/www/services_unbound_host_edit.php, line: 293 -# File: src/www/services_upnp.php, line: 412 -# File: src/www/services_wol_edit.php, line: 168 -# File: src/www/status_lb_pool.php, line: 228 -# File: src/www/status_rrd_graph_settings.php, line: 187 -# File: src/www/system_advanced_admin.php, line: 647 -# File: src/www/system_advanced_firewall.php, line: 605 -# File: src/www/system_advanced_misc.php, line: 583 -# File: src/www/system_advanced_network.php, line: 298 -# File: src/www/system_advanced_notifications.php, line: 100 -# File: src/www/system_advanced_notifications.php, line: 353 -# File: src/www/system_advanced_sysctl.php, line: 97 -# File: src/www/system_advanced_sysctl.php, line: 242 -# File: src/www/system_authservers.php, line: 833 -# File: src/www/system_camanager.php, line: 478 -# File: src/www/system_camanager.php, line: 726 -# File: src/www/system_certmanager.php, line: 245 -# File: src/www/system_certmanager.php, line: 673 -# File: src/www/system_certmanager.php, line: 1133 -# File: src/www/system_crlmanager.php, line: 365 -# File: src/www/system_crlmanager.php, line: 487 -# File: src/www/system_crlmanager.php, line: 524 -# File: src/www/system_gateway_groups_edit.php, line: 363 -# File: src/www/system_gateways_edit.php, line: 932 -# File: src/www/system_general.php, line: 605 -# File: src/www/system_groupmanager.php, line: 436 -# File: src/www/system_groupmanager_addprivs.php, line: 220 -# File: src/www/system_routes_edit.php, line: 370 -# File: src/www/system_usermanager.php, line: 939 -# File: src/www/system_usermanager_addprivs.php, line: 198 -# File: src/www/system_usermanager_import_ldap.php, line: 160 -# File: src/www/system_usermanager_passwordmg.php, line: 122 -# File: src/www/system_usermanager_settings.php, line: 168 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 109 -# File: src/www/vpn_ipsec.php, line: 583 -# File: src/www/vpn_ipsec_keys_edit.php, line: 160 -# File: src/www/vpn_ipsec_mobile.php, line: 519 -# File: src/www/vpn_ipsec_phase1.php, line: 1052 -# File: src/www/vpn_ipsec_phase2.php, line: 929 -# File: src/www/vpn_ipsec_settings.php, line: 245 -# File: src/www/vpn_l2tp.php, line: 489 -# File: src/www/vpn_l2tp_users_edit.php, line: 203 -# File: src/www/vpn_openvpn_client.php, line: 1019 -# File: src/www/vpn_openvpn_client.php.orig, line: 1019 -# File: src/www/vpn_openvpn_csc.php, line: 602 -# File: src/www/vpn_openvpn_server.php, line: 1685 -# File: src/www/vpn_openvpn_server.php.orig, line: 1685 -# File: src/www/vpn_pppoe_edit.php, line: 653 -# File: src/www/vpn_pptp.php, line: 513 -# File: src/www/vpn_pptp_users_edit.php, line: 196 -# File: src/www/widgets/widgets/log.widget.php, line: 216 -# File: src/www/widgets/widgets/rss.widget.php, line: 142 -# File: src/www/widgets/widgets/system_log.widget.php, line: 68 -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 265 -msgid "Save" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 253 -msgid "" -"NOTE: Be aware of how much space is consumed by backups before adjusting " -"this value. Current space used by backups: " -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 160 -msgid "Configuration diff from" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 160 -# File: src/www/diag_dump_states.php, line: 234 -# File: src/www/diag_dump_states_sources.php, line: 177 -# File: src/www/services_dhcp.php, line: 808 -# File: src/www/services_dhcpv6.php, line: 589 -# File: src/www/services_dhcpv6.php, line: 596 -msgid "to" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 271 -msgid "View differences" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 266 -msgid "" -"To view the differences between an older configuration and a newer " -"configuration, select the older configuration using the left column of radio " -"options and select the newer configuration in the right column, then press " -"the button." -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 277 -# File: src/www/diag_confbak.php, line: 334 -msgid "Diff" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 278 -msgid "Date" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 281 -msgid "Configuration Change" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 295 -msgid "Current" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 323 -msgid "Revert to this configuration" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 324 -msgid "Remove this backup" -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 325 -msgid "Download this backup" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 50 -msgid "" -"The system has been reset to factory defaults and is now rebooting. This may " -"take a few minutes, depending on your hardware." -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 50 -msgid "If you click \"Yes\", the firewall will:" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 62 -msgid "Reset to factory defaults" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 63 -msgid "LAN IP address will be reset to 192.168.1.1" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 64 -msgid "System will be configured as a DHCP server on the default LAN interface" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 65 -msgid "Reboot after changes are installed" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 66 -msgid "" -"WAN interface will be set to obtain an address automatically from a DHCP " -"server" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 67 -msgid "webConfigurator admin username will be reset to 'root'" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 68 -msgid "webConfigurator admin password will be reset to" -msgstr "" - -# -# File: src/www/diag_defaults.php, line: 70 -msgid "Are you sure you want to proceed?" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 100 -msgid "Host must be a valid hostname or IP address." -msgstr "" - -# -# File: src/www/diag_dns.php, line: 109 -msgid "No response" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 181 -msgid "Resolve DNS hostname or IP" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 189 -# File: src/www/system_authservers.php, line: 201 -# File: src/www/system_authservers.php, line: 222 -msgid "Hostname or IP" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 90 -msgid "Response" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 260 -# File: src/www/firewall_nat.php, line: 262 -# File: src/www/interfaces.php, line: 2543 -# File: src/www/status_lb_vs.php, line: 80 -# File: src/www/vpn_ipsec_phase2.php, line: 695 -# File: src/www/vpn_ipsec_phase2.php, line: 732 -# File: src/www/vpn_ipsec_phase2.php, line: 775 -# File: src/www/vpn_ipsec_phase2.php, line: 784 -msgid "Address" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 226 -msgid "Resolution time per server" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 232 -msgid "Query time" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 250 -msgid "More Information:" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 254 -msgid "" -"NOTE: The following links are to external services, so their reliability " -"cannot be guaranteed." -msgstr "" - -# -# File: src/www/diag_dns.php, line: 255 -msgid "IP WHOIS @ DNS Stuff" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 256 -msgid "IP Info @ DNS Stuff" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 39 -# File: src/www/diag_dump_states_sources.php, line: 39 -# File: src/www/status_openvpn.php, line: 83 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 43 -msgid "invalid input" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 95 -# File: src/www/diag_dump_states_sources.php, line: 83 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 113 -msgid "An error occurred." -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 133 -msgid "Current total state count" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 134 -# File: src/www/diag_dump_states_sources.php, line: 119 -msgid "Filter expression:" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 138 -msgid "Kill" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 162 -msgid "Int" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 172 -# File: src/www/diag_logs_filter.php, line: 718 -# File: src/www/diag_logs_filter_dynamic.php, line: 118 -# File: src/www/diag_states_summary.php, line: 145 -# File: src/www/firewall_nat.php, line: 259 -# File: src/www/firewall_rules.php, line: 268 -msgid "Proto" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 182 -msgid "Source -> Router -> Destination" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 234 -msgid "Remove all state entries from" -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 247 -msgid "No states were found." -msgstr "" - -# -# File: src/www/diag_dump_states.php, line: 257 -msgid "States matching current filter" -msgstr "" - -# -# File: src/www/diag_dump_states_sources.php, line: 142 -msgid "Source -> Destination" -msgstr "" - -# -# File: src/www/diag_dump_states_sources.php, line: 143 -msgid "# States" -msgstr "" - -# -# File: src/www/diag_dump_states_sources.php, line: 144 -msgid "# Connections" -msgstr "" - -# -# File: src/www/diag_dump_states_sources.php, line: 145 -# File: src/www/diag_system_pftop.php, line: 144 -# File: src/www/status_interfaces.php, line: 372 -msgid "Rate" -msgstr "" - -# -# File: src/www/diag_dump_states_sources.php, line: 177 -msgid "Remove all source tracking entries from" -msgstr "" - -# -# File: src/www/diag_dump_states_sources.php, line: 188 -msgid "No source tracking entries were found." -msgstr "" - -# -# File: src/www/diag_halt.php, line: 47 -msgid "The system is halting now. This may take one minute." -msgstr "" - -# -# File: src/www/diag_halt.php, line: 55 -msgid "Are you sure you want to halt the system?" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 91 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 127 -msgid "Connection" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 130 -msgid "Local ID" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 131 -# File: src/www/interfaces_ppps_edit.php, line: 680 -# File: src/www/vpn_pppoe.php, line: 123 -msgid "Local IP" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 132 -msgid "Remote ID" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 133 -msgid "Remote IP" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 97 -msgid "Local Auth" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 98 -msgid "Remote Auth" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 242 -msgid "Local subnets" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 148 -msgid "SPI(s)" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 244 -msgid "Remote subnets" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 151 -msgid "Stats" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 162 -msgid "in" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 163 -msgid "out" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 641 -# File: src/www/diag_logs_filter.php, line: 711 -# File: src/www/diag_logs_filter_dynamic.php, line: 114 -# File: src/www/diag_logs_vpn.php, line: 132 -# File: src/www/diag_system_pftop.php, line: 133 -# File: src/www/firewall_schedule_edit.php, line: 965 -# File: src/www/widgets/widgets/log.widget.php, line: 235 -msgid "Time" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 174 -msgid "Bytes in" -msgstr "" - -# -# File: src/www/diag_ipsec.php, line: 175 -msgid "Bytes out" -msgstr "" - -# -# File: src/www/diag_ipsec_leases.php, line: 68 -msgid "Pool: " -msgstr "" - -# -# File: src/www/diag_ipsec_leases.php, line: 69 -msgid "usage: " -msgstr "" - -# -# File: src/www/diag_ipsec_leases.php, line: 70 -msgid "online: " -msgstr "" - -# -# File: src/www/diag_ipsec_leases.php, line: 77 -# File: src/www/diag_ping.php, line: 43 -# File: src/www/diag_ping.php, line: 95 -# File: src/www/diag_testport.php, line: 43 -# File: src/www/diag_testport.php, line: 111 -# File: src/www/diag_traceroute.php, line: 50 -# File: src/www/diag_traceroute.php, line: 104 -# File: src/www/load_balancer_monitor_edit.php, line: 354 -# File: src/www/load_balancer_monitor_edit.php, line: 387 -# File: src/www/services_dnsmasq.php, line: 369 -# File: src/www/services_dnsmasq_edit.php, line: 203 -# File: src/www/services_dnsmasq_edit.php, line: 244 -# File: src/www/services_rfc2136_edit.php, line: 189 -# File: src/www/services_unbound.php, line: 388 -# File: src/www/services_unbound_host_edit.php, line: 203 -# File: src/www/services_unbound_host_edit.php, line: 246 -msgid "Host" -msgstr "" - -# -# File: src/www/diag_ipsec_leases.php, line: 93 -msgid "No leases from this pool yet." -msgstr "" - -# -# File: src/www/diag_ipsec_leases.php, line: 100 -msgid "No IPsec pools." -msgstr "" - -# -# File: src/www/diag_ipsec_sad.php, line: 59 -msgid "SPI" -msgstr "" - -# -# File: src/www/diag_ipsec_sad.php, line: 60 -msgid "Enc. alg." -msgstr "" - -# -# File: src/www/diag_ipsec_sad.php, line: 61 -msgid "Auth. alg." -msgstr "" - -# -# File: src/www/diag_ipsec_sad.php, line: 62 -msgid "Data" -msgstr "" - -# -# File: src/www/diag_ipsec_sad.php, line: 78 -msgid "No IPsec security associations." -msgstr "" - -# -# File: src/www/diag_ipsec_spd.php, line: 57 -# File: src/www/firewall_rules_edit.php, line: 909 -# File: src/www/load_balancer_relay_action_edit.php, line: 108 -# File: src/www/load_balancer_relay_action_edit.php, line: 445 -msgid "Direction" -msgstr "" - -# -# File: src/www/diag_ipsec_spd.php, line: 59 -msgid "Tunnel endpoints" -msgstr "" - -# -# File: src/www/diag_ipsec_spd.php, line: 79 -msgid "incoming (as seen by firewall)" -msgstr "" - -# -# File: src/www/diag_ipsec_spd.php, line: 81 -msgid "outgoing (as seen by firewall)" -msgstr "" - -# -# File: src/www/diag_ipsec_spd.php, line: 87 -msgid "No IPsec security policies." -msgstr "" - -# -# File: src/www/diag_limiter_info.php, line: 37 -msgid "We could not find any limiters on this system." -msgstr "" - -# -# File: src/www/diag_limiter_info.php, line: 92 -msgid "Gathering Limiter information, please wait..." -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 124 -msgid "Easy Rule: Blocked from Firewall Log View" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 125 -# File: src/www/diag_logs_filter.php, line: 307 -msgid "Easy Rule" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 189 -# File: src/www/diag_logs_filter.php, line: 197 -msgid "Entry added" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 194 -msgid "Hosts blocked from Firewall Log view" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 269 -msgid "Easy Rule: Passed from Firewall Log View" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 319 -msgid "Tried to block invalid IP:" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 323 -msgid "Invalid interface for block rule:" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 326 -msgid "Host added successfully" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 328 -msgid "Failed to create block rule, alias, or add host." -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 331 -msgid "Tried to block but had no host IP or interface" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 333 -msgid "Unknown block error." -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 344 -msgid "Invalid interface for pass rule:" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 347 -msgid "Invalid protocol for pass rule:" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 350 -msgid "Tried to pass invalid source IP:" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 353 -msgid "Tried to pass invalid destination IP:" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 357 -msgid "Missing destination port:" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 360 -msgid "Tried to pass invalid destination port:" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 367 -msgid "Successfully added pass rule!" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 369 -msgid "Failed to add pass rule." -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 372 -msgid "Missing parameters for pass rule." -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 374 -msgid "Unknown pass error." -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 494 -msgid "Cannot resolve" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 533 -msgid "The rule that triggered this action is" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 627 -msgid "Time and interface" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 628 -msgid "Source and destination IP Address" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 629 -msgid "Source and destination port" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 642 -msgid "Source IP Address" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 643 -# File: src/www/diag_system_pftop.php, line: 146 -# File: src/www/diag_testport.php, line: 119 -# File: src/www/firewall_nat_out.php, line: 332 -# File: src/www/firewall_nat_out.php, line: 506 -msgid "Source Port" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 645 -msgid "Quantity" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 654 -msgid "Destination IP Address" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 655 -# File: src/www/diag_system_pftop.php, line: 139 -# File: src/www/firewall_nat_out.php, line: 334 -# File: src/www/firewall_nat_out.php, line: 508 -msgid "Destination Port" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 656 -msgid "Protocol Flags" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 660 -# File: src/www/interfaces.php, line: 3325 -msgid "Any" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 660 -# File: src/www/diag_testport.php, line: 155 -msgid "IPv4" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 703 -#, php-format -msgid "Last %s firewall log entries." -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 706 -#, php-format -msgid "Showing %s matching log entries (maximum is %s)." -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 712 -# File: src/www/diag_logs_filter_dynamic.php, line: 115 -# File: src/www/firewall_nat.php, line: 258 -# File: src/www/services_rfc2136.php, line: 86 -msgid "If" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 714 -msgid "Rule" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 748 -msgid "Direction=OUT" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 771 -# File: src/www/diag_logs_filter.php, line: 781 -msgid "Click to resolve" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 773 -msgid "Easy Rule: Add to Block List" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 782 -msgid "Easy Rule: Pass this traffic" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 790 -msgid "Icon Easy Rule: Pass this traffic" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 837 -msgid "added block rule" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 859 -msgid "added pass rule" -msgstr "" - -# -# File: src/www/diag_logs_filter_dynamic.php, line: 101 -#, php-format -msgid "Showing last %s records." -msgstr "" - -# -# File: src/www/diag_logs_filter_dynamic.php, line: 109 -msgid "Pause" -msgstr "" - -# -# File: src/www/diag_logs_filter.php, line: 809 -#, php-format -msgid "Last %s firewall log entries" -msgstr "" - -# -# File: src/www/diag_logs.php, line: 99 -# File: src/www/diag_logs_auth.php, line: 80 -# File: src/www/diag_logs_dhcp.php, line: 83 -# File: src/www/diag_logs_filter.php, line: 827 -# File: src/www/diag_logs_gateways.php, line: 102 -# File: src/www/diag_logs_ipsec.php, line: 113 -# File: src/www/diag_logs_ntpd.php, line: 82 -# File: src/www/diag_logs_openvpn.php, line: 83 -# File: src/www/diag_logs_ppp.php, line: 79 -# File: src/www/diag_logs_proxy.php, line: 66 -# File: src/www/diag_logs_relayd.php, line: 82 -# File: src/www/diag_logs_resolver.php, line: 100 -# File: src/www/diag_logs_routing.php, line: 79 -# File: src/www/diag_logs_vpn.php, line: 147 -# File: src/www/diag_logs_wireless.php, line: 81 -msgid "Clear log" -msgstr "" - -# -# File: src/www/diag_logs_filter_summary.php, line: 45 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 234 -msgid "Actions" -msgstr "" - -# -# File: src/www/diag_logs_filter_summary.php, line: 47 -msgid "Protocols" -msgstr "" - -# -# File: src/www/diag_logs_filter_summary.php, line: 48 -msgid "Source IPs" -msgstr "" - -# -# File: src/www/diag_logs_filter_summary.php, line: 49 -msgid "Destination IPs" -msgstr "" - -# -# File: src/www/diag_logs_filter_summary.php, line: 50 -msgid "Source Ports" -msgstr "" - -# -# File: src/www/diag_logs_filter_summary.php, line: 51 -msgid "Destination Ports" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 640 -# File: src/www/firewall_nat_edit.php, line: 657 -# File: src/www/firewall_nat_edit.php, line: 754 -# File: src/www/firewall_nat_edit.php, line: 771 -# File: src/www/firewall_nat_edit.php, line: 821 -# File: src/www/firewall_rules_edit.php, line: 1065 -# File: src/www/firewall_rules_edit.php, line: 1078 -# File: src/www/firewall_rules_edit.php, line: 1164 -# File: src/www/firewall_rules_edit.php, line: 1177 -msgid "other" -msgstr "" - -# -# File: src/www/diag_logs_filter_summary.php, line: 124 -#, php-format -msgid "" -"The following summaries have been collected from the last %s lines of the " -"firewall log (maximum is %s)." -msgstr "" - -# -# File: src/www/diag_logs_filter_summary.php, line: 139 -# File: src/www/diag_packet_capture.php, line: 318 -# File: src/www/diag_ping.php, line: 43 -# File: src/www/diag_ping.php, line: 122 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 84 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 207 -msgid "Count" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 45 -msgid "L2TP Logins" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 48 -msgid "L2TP Raw" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 39 -msgid "PPPoE Logins" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 42 -msgid "PPPoE Raw" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 33 -msgid "PPTP Logins" -msgstr "" - -# -# File: src/www/diag_logs_pills.php, line: 36 -msgid "PPTP Raw" -msgstr "" - -# -# File: src/www/diag_logs_pills.inc, line: 44 -msgid "Cache" -msgstr "" - -# -# File: src/www/diag_logs_pills.inc, line: 42 -msgid "Store" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 96 -msgid "The log files have been reset." -msgstr "" - -# -# File: src/www/status_rrd_graph_settings.php, line: 40 -msgid "RRD data has been cleared." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 104 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #1." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 107 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #2." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 110 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #3." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 114 -msgid "Number of log entries to show must be between 5 and 2000." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 119 -msgid "Log file size must be a positive integer greater than 5120." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 184 -# File: src/www/system_advanced_admin.php, line: 685 -msgid "webConfigurator configuration has changed. Restarting webConfigurator." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 186 -msgid "WebGUI process is restarting." -msgstr "" - -# -# File: src/www/status_rrd_graph_settings.php, line: 188 -msgid "" -"Do you really want to reset the RRD graphs? This will erase all graph data." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 365 -msgid "" -"Do you really want to reset the log files? This will erase all local log " -"data." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 339 -msgid "Reporting Database Options" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 342 -msgid "Round-Robin-Database" -msgstr "" - -# -# File: src/www/status_rrd_graph_settings.php, line: 135 -msgid "Enables the RRD graphing backend." -msgstr "" - -# -# File: src/www/status_rrd_graph_settings.php, line: 188 -msgid "Reset RRD Data" -msgstr "" - -# -# File: src/www/status_rrd_graph_settings.php, line: 195 -msgid "" -"Graphs will not be allowed to be recreated within a 1 minute interval, " -"please take this into account after changing the style." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 371 -msgid "Local Logging Options" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 378 -msgid "Reverse Display" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 294 -msgid "Show log entries in reverse order (newest entries on top)" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 315 -msgid "GUI Log Entries to Display" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 300 -msgid "" -"Hint: This is only the number of log entries displayed in the GUI. It does " -"not affect how many entries are contained in the actual log files." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 321 -msgid "Log File Size (Bytes)" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 306 -msgid "" -"Logs are held in constant-size circular log files. This field controls how " -"large each log file is, and thus how many entries may exist inside the log. " -"By default this is approximately 500KB per log file, and there are nearly 20 " -"such log files." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 308 -msgid "" -"NOTE: Log sizes are changed the next time a log file is cleared or deleted. " -"To immediately increase the size of the log files, you must first save the " -"options to set the size, then clear all logs using the \"Reset Log Files\" " -"option farther down this page. " -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 309 -msgid "" -"Be aware that increasing this value increases every log file size, so disk " -"usage will increase significantly." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 310 -msgid "Disk space currently used by log files: " -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 311 -msgid "Remaining disk space for log files: " -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 333 -msgid "Log Firewall Default Blocks" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 318 -msgid "Log packets matched from the default block rules put in the ruleset" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 319 -msgid "" -"Hint: packets that are blocked by the implicit default block rule will not " -"be logged if you uncheck this option. Per-rule logging options are still " -"respected." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 322 -msgid "Log packets matched from the default pass rules put in the ruleset" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 323 -msgid "" -"Hint: packets that are allowed by the implicit default pass rule will be " -"logged if you check this option. Per-rule logging options are still " -"respected." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 326 -msgid "Log packets blocked by 'Block Bogon Networks' rules" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 329 -msgid "Log packets blocked by 'Block Private Networks' rules" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 351 -msgid "Web Server Log" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 335 -msgid "Log errors from the web server process." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 336 -msgid "" -"Hint: If this is checked, errors from the lighttpd web server process for " -"the GUI or Captive Portal will appear in the main system log." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 357 -msgid "Filter descriptions" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 360 -msgid "Omit descriptions" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 361 -msgid "Display as column" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 362 -msgid "Display as second row" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 352 -msgid "Show the applied rule description below or in the firewall log rows." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 354 -msgid "" -"Displaying rule descriptions for all lines in the log might affect " -"performance with large rule sets." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 370 -msgid "Local Logging" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 360 -msgid "Disable writing log files to the local disk" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 375 -msgid "Reset Logs" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 94 -# File: src/www/diag_logs_settings.php, line: 365 -msgid "Reset Log Files" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 367 -msgid "" -"Note: Clears all local log files and reinitializes them as empty logs. This " -"also restarts the DHCP daemon. Use the Save button first if you have made " -"any setting changes." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 374 -msgid "Remote Logging Options" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 377 -# File: src/www/diag_ping.php, line: 106 -# File: src/www/diag_system_pftop.php, line: 147 -# File: src/www/diag_testport.php, line: 131 -# File: src/www/diag_traceroute.php, line: 115 -msgid "Source Address" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 392 -msgid "Default (any)" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 393 -msgid "" -"This option will allow the logging daemon to bind to a single IP address, " -"rather than all IP addresses." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 394 -msgid "" -"If you pick a single IP, remote syslog severs must all be of that IP type. " -"If you wish to mix IPv4 and IPv6 remote syslog servers, you must bind to all " -"interfaces." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 396 -msgid "" -"NOTE: If an IP address cannot be located on the chosen interface, the daemon " -"will bind to all addresses." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 400 -# File: src/www/diag_ping.php, line: 99 -# File: src/www/diag_testport.php, line: 148 -# File: src/www/diag_traceroute.php, line: 108 -msgid "IP Protocol" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 407 -msgid "" -"This option is only used when a non-default address is chosen as the source " -"above. This option only expresses a preference; If an IP address of the " -"selected type is not found on the chosen interface, the other type will be " -"tried." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 411 -msgid "Enable Remote Logging" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 413 -msgid "Send log messages to remote syslog server" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 416 -msgid "Remote Syslog Servers" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 433 -msgid "IP addresses of remote syslog servers, or an IP:port." -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 439 -msgid "Remote Syslog Contents" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 442 -msgid "Everything" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 444 -msgid "System events" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 446 -msgid "Firewall events" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 448 -msgid "DHCP service events" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 450 -msgid "Portal Auth events" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 452 -msgid "VPN (PPTP, IPsec, OpenVPN) events" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 454 -msgid "Gateway Monitor events" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 456 -msgid "Server Load Balancer events" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 458 -msgid "Wireless events" -msgstr "" - -# -# File: src/www/diag_logs_settings.php, line: 469 -msgid "" -"syslog sends UDP datagrams to port 514 on the specified remote syslog " -"server, unless another port is specified. Be sure to set syslogd on the " -"remote server to accept syslog messages from" -msgstr "" - -# -# File: src/www/diag_arp.php, line: 309 -# File: src/www/diag_logs_vpn.php, line: 135 -# File: src/www/services_captiveportal.php, line: 702 -# File: src/www/services_captiveportal.php, line: 723 -# File: src/www/services_captiveportal.php, line: 745 -# File: src/www/services_captiveportal.php, line: 764 -# File: src/www/services_captiveportal_ip.php, line: 109 -# File: src/www/services_captiveportal_ip_edit.php, line: 192 -# File: src/www/services_dhcp.php, line: 1158 -# File: src/www/services_dhcp_edit.php, line: 383 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 66 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 146 -# File: src/www/services_dnsmasq_edit.php, line: 73 -# File: src/www/services_dnsmasq_edit.php, line: 218 -# File: src/www/services_unbound_domainoverride_edit.php, line: 59 -# File: src/www/services_unbound_domainoverride_edit.php, line: 142 -# File: src/www/services_unbound_host_edit.php, line: 74 -# File: src/www/services_unbound_host_edit.php, line: 219 -# File: src/www/status_captiveportal.php, line: 161 -# File: src/www/status_dhcp_leases.php, line: 339 -# File: src/www/system_advanced_network.php, line: 205 -# File: src/www/vpn_ipsec_phase1.php, line: 782 -# File: src/www/vpn_ipsec_phase1.php, line: 810 -# File: src/www/vpn_ipsec_phase2.php, line: 916 -# File: src/www/vpn_l2tp_users.php, line: 116 -# File: src/www/vpn_l2tp_users_edit.php, line: 195 -# File: src/www/vpn_pptp_users.php, line: 109 -# File: src/www/vpn_pptp_users_edit.php, line: 188 -msgid "IP address" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 116 -msgid "Invalid interface." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 119 -msgid "Invalid address family." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 122 -msgid "Invalid protocol." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 134 -#, php-format -msgid "A valid IP address or CIDR block must be specified. [%s]" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 140 -msgid "Invalid value specified for port." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 147 -msgid "Invalid value specified for packet length." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 154 -msgid "Invalid value specified for packet count." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 230 -msgid "Packet capture" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 248 -msgid "Select the interface on which to capture traffic." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 252 -msgid "Promiscuous" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 255 -msgid "If checked, the" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 255 -msgid "packet capture" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 255 -msgid "will be performed using promiscuous mode." -msgstr "" - -# -# File: src/www/carp_status.php, line: 200 -# File: src/www/diag_packet_capture.php, line: 256 -# File: src/www/diag_packet_capture.php, line: 345 -# File: src/www/interfaces_wireless.php, line: 147 -# File: src/www/services_ntpd_pps.php, line: 133 -# File: src/www/services_upnp.php, line: 831 -# File: src/www/status_graph.php, line: 352 -# File: src/www/status_graph_cpu.php, line: 41 -# File: src/www/vpn_ipsec.php, line: 569 -# File: src/www/vpn_ipsec_keys.php, line: 189 -# File: src/www/vpn_ipsec_keys_edit.php, line: 172 -# File: src/www/vpn_pppoe_edit.php, line: 659 -# File: src/www/vpn_pptp.php, line: 518 -msgid "Note" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 256 -msgid "Some network adapters do not support or work well in promiscuous mode." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 260 -# File: src/www/system_gateways_edit.php, line: 719 -msgid "Address Family" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 264 -msgid "IPv4 Only" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 265 -msgid "IPv6 Only" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 267 -msgid "" -"Select the type of traffic to be captured, either Any, IPv4 only or IPv6 " -"only." -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 260 -msgid "ICMP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 276 -msgid "Exclude ICMP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 277 -msgid "ICMPv6" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 278 -msgid "Exclude ICMPv6" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 565 -# File: src/www/firewall_nat_out_edit.php, line: 454 -# File: src/www/load_balancer_monitor_edit.php, line: 260 -# File: src/www/load_balancer_relay_action_edit.php, line: 175 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 134 -msgid "TCP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 280 -msgid "Exclude TCP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 281 -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "UDP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 282 -msgid "Exclude UDP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 283 -msgid "ARP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 284 -msgid "Exclude ARP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 285 -msgid "CARP (VRRP)" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 286 -msgid "Exclude CARP (VRRP)" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 287 -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "ESP" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 289 -msgid "Select the protocol to capture, or Any." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 293 -msgid "Host Address" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 296 -msgid "" -"This value is either the Source or Destination IP address or subnet in CIDR " -"notation. The packet capture will look for this address in either field." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 384 -msgid "" -"Matching can be negated by preceding the value with \"not\". Multiple IP " -"addresses or CIDR subnets may be specified as boolean expresion." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 298 -msgid "" -"If you leave this field blank, all packets on the specified interface will " -"be captured." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 716 -# File: src/www/system_authservers.php, line: 717 -# File: src/www/system_authservers.php, line: 731 -msgid "Example:" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 303 -# File: src/www/diag_testport.php, line: 43 -# File: src/www/diag_testport.php, line: 115 -# File: src/www/firewall_rules.php, line: 270 -# File: src/www/firewall_rules.php, line: 272 -# File: src/www/load_balancer_pool.php, line: 138 -# File: src/www/load_balancer_pool_edit.php, line: 68 -# File: src/www/load_balancer_pool_edit.php, line: 223 -# File: src/www/load_balancer_virtual_server.php, line: 173 -# File: src/www/load_balancer_virtual_server_edit.php, line: 197 -# File: src/www/services_captiveportal.php, line: 707 -# File: src/www/services_captiveportal.php, line: 728 -# File: src/www/services_captiveportal.php, line: 750 -# File: src/www/services_captiveportal.php, line: 769 -# File: src/www/status_upnp.php, line: 76 -# File: src/www/vpn_openvpn_export.php, line: 745 -# File: src/www/vpn_openvpn_export.php.orig, line: 745 -# File: src/www/vpn_openvpn_export_shared.php, line: 365 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 365 -msgid "Port" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 307 -msgid "Leave blank if you do not want to filter by port." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 307 -msgid "" -"The port can be either the source or destination port. The packet capture " -"will look for this port in either field." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 311 -msgid "Packet Length" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 314 -msgid "" -"The Packet length is the number of bytes of each packet that will be " -"captured. Default value is 0, which will capture the entire frame regardless " -"of its size." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 321 -msgid "Enter 0 (zero) for no count limit." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 321 -msgid "" -"This is the number of packets the packet capture will grab. Default value is " -"100." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 418 -msgid "View settings" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 326 -msgid "Level of Detail" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 329 -msgid "Normal" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 332 -msgid "Full" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 334 -msgid "" -"This is the level of detail that will be displayed after hitting 'Stop' when " -"the packets have been captured." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 336 -msgid "" -"This option does not affect the level of detail when downloading the packet " -"capture." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 341 -msgid "Reverse DNS Lookup" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 344 -msgid "" -"This check box will cause the packet capture to perform a reverse DNS lookup " -"associated with all IP addresses." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 345 -msgid "This option can cause delays for large packet captures." -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 185 -# File: src/www/diag_packet_capture.php, line: 362 -# File: src/www/diag_packet_capture.php, line: 365 -msgid "Stop" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 178 -# File: src/www/diag_packet_capture.php, line: 363 -# File: src/www/diag_packet_capture.php, line: 426 -# File: src/www/status_dhcp_leases.php, line: 342 -# File: src/www/status_dhcpv6_leases.php, line: 422 -# File: src/www/status_dhcpv6_leases.php, line: 518 -msgid "Start" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 368 -msgid "View Capture" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 70 -# File: src/www/diag_packet_capture.php, line: 369 -msgid "Download Capture" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 461 -msgid "Delete Capture" -msgstr "" - -# -# File: src/www/diag_packet_capture.php, line: 479 -msgid "Capture output" -msgstr "" - -# -# File: src/www/diag_pf_info.php, line: 87 -msgid "Gathering PF information, please wait..." -msgstr "" - -# -# File: src/www/diag_ping.php, line: 47 -#, php-format -msgid "Count must be between 1 and %s" -msgstr "" - -# -# File: src/www/diag_ping.php, line: 53 -# File: src/www/diag_traceroute.php, line: 59 -msgid "When using IPv4, the target host must be an IPv4 address or hostname." -msgstr "" - -# -# File: src/www/diag_ping.php, line: 55 -# File: src/www/diag_traceroute.php, line: 61 -msgid "When using IPv6, the target host must be an IPv6 address or hostname." -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 126 -# File: src/www/firewall_nat_out_edit.php, line: 606 -# File: src/www/interfaces.php, line: 3200 -# File: src/www/interfaces.php, line: 3211 -# File: src/www/interfaces.php, line: 3223 -# File: src/www/interfaces.php, line: 3253 -# File: src/www/interfaces.php, line: 3269 -# File: src/www/interfaces.php, line: 3285 -msgid "Default" -msgstr "" - -# -# File: src/www/diag_ping.php, line: 155 -msgid "Ping output" -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 45 -msgid "The state table has been flushed successfully." -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 51 -msgid "The source tracking table has been flushed successfully." -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 93 -msgid "Firewall state table" -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 95 -msgid "" -"Resetting the state tables will remove all entries from the corresponding " -"tables. This means that all open connections will be broken and will have to " -"be re-established. This may be necessary after making substantial changes to " -"the firewall and/or NAT rules, especially if there are IP protocol mappings " -"(e.g. for PPTP or IPv6) with open connections." -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 102 -msgid "" -"The firewall will normally leave the state tables intact when changing rules." -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 105 -msgid "" -"NOTE: If you reset the firewall state table, the browser session may appear " -"to be hung after clicking "Reset". Simply refresh the page to " -"continue." -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 112 -msgid "Firewall Source Tracking" -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 114 -msgid "" -"Resetting the source tracking table will remove all source/destination " -"associations. This means that the \"sticky\" source/destination association " -"will be cleared for all clients." -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 118 -msgid "This does not clear active connection states, only source tracking." -msgstr "" - -# -# File: src/www/diag_resetstate.php, line: 121 -# File: src/www/status_lb_pool.php, line: 229 -msgid "Reset" -msgstr "" - -# -# File: src/www/diag_routes.php, line: 57 -# File: src/www/diag_routes.php, line: 161 -msgid "Routing tables" -msgstr "" - -# -# File: src/www/diag_routes.php, line: 171 -msgid "Name resolution" -msgstr "" - -# -# File: src/www/diag_routes.php, line: 173 -msgid "Enable this to attempt to resolve names when displaying the tables." -msgstr "" - -# -# File: src/www/diag_routes.php, line: 199 -msgid "" -"By enabling name resolution, the query should take a bit longer. You can " -"stop it at any time by clicking the Stop button in your browser." -msgstr "" - -# -# File: src/www/diag_routes.php, line: 177 -msgid "Number of rows" -msgstr "" - -# -# File: src/www/diag_routes.php, line: 180 -# File: src/www/diag_tables.php, line: 170 -msgid "all" -msgstr "" - -# -# File: src/www/diag_routes.php, line: 185 -msgid "Select how many rows to display." -msgstr "" - -# -# File: src/www/diag_routes.php, line: 189 -msgid "Filter expression" -msgstr "" - -# -# File: src/www/diag_routes.php, line: 192 -msgid "Use a regular expression to filter IP address or hostnames." -msgstr "" - -# -# File: src/www/diag_routes.php, line: 198 -# File: src/www/system_certmanager.php, line: 491 -# File: src/www/system_certmanager.php, line: 1145 -# File: src/www/system_certmanager.php, line: 1190 -msgid "Update" -msgstr "" - -# -# File: src/www/diag_routes.php, line: 221 -# File: src/www/diag_routes.php, line: 237 -msgid "Gathering data, please wait..." -msgstr "" - -# -# File: src/www/diag_smart.php, line: 68 -msgid "PASSED" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 69 -msgid "FAILED" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 70 -msgid "Warning" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 121 -# File: src/www/diag_smart.php, line: 466 -msgid "Abort" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 170 -#, php-format -msgid "Email sent to %s" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 208 -msgid "Information/Tests" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 209 -# File: src/www/diag_smart.php, line: 220 -msgid "Config" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 245 -msgid "Test email" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 250 -#, php-format -msgid "Send test email to %s" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 258 -# File: src/www/services_wol.php, line: 159 -msgid "Send" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 293 -msgid "Info type" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 297 -msgid "SMART Capabilities" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 298 -msgid "Attributes" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 304 -# File: src/www/diag_smart.php, line: 357 -# File: src/www/diag_smart.php, line: 408 -# File: src/www/diag_smart.php, line: 450 -msgid "Device: /dev/" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 320 -# File: src/www/diag_smart.php, line: 424 -msgid "View" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 337 -msgid "Perform Self-tests" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 346 -msgid "Test type" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 349 -# File: src/www/status_gateway_groups.php, line: 147 -# File: src/www/status_gateways.php, line: 124 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 64 -msgid "Offline" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 350 -msgid "Short" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 351 -# File: src/www/diag_system_pftop.php, line: 128 -msgid "Long" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 352 -msgid "Conveyance (ATA Disks Only)" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 390 -msgid "View Logs" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 399 -msgid "Log type" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 402 -msgid "Error" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 403 -msgid "Self-test" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 441 -msgid "Abort tests" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 466 -msgid "Do you really want to abort the test?" -msgstr "" - -# -# File: src/www/diag_smart.php, line: 485 -msgid "Back" -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 41 -msgid "Show all socket connections" -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 41 -msgid "Show only listening sockets" -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 52 -#, php-format -msgid "Information about listening sockets for both %sIPv4%s and %sIPv6%s." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 53 -#, php-format -msgid "" -"For explanation about the meaning of the information listed for each socket " -"click %shere%s." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 54 -msgid "" -"To show information about both listening and connected sockets click this." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 123 -#, php-format -msgid "" -"This page show the output for the commands: \"sockstat -4lL\" and \"sockstat " -"-6lL\".%sOr in case of showing all sockets the output for: \"sockstat -4\" " -"and \"sockstat -6\".%s%sThe information listed for each socket is:" -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 129 -msgid "The user who owns the socket." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 130 -msgid "The command which holds the socket." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 131 -msgid "The process ID of the command which holds the socket." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 132 -msgid "The file descriptor number of the socket." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 133 -msgid "" -"The transport protocol associated with the socket for Internet sockets, or " -"the type of socket (stream or data-gram) for UNIX sockets." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 134 -#, php-format -msgid "" -"(UNIX sockets only) For bound sockets, this is the file-name of the socket. " -"%sFor other sockets, it is the name, PID and file descriptor number of the " -"peer, or ``(none)'' if the socket is neither bound nor connected." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 135 -msgid "" -"(Internet sockets only) The address the local end of the socket is bound to " -"(see getsockname(2))." -msgstr "" - -# -# File: src/www/diag_sockets.php, line: 136 -msgid "" -"(Internet sockets only) The address the foreign end of the socket is bound " -"to (see getpeername(2))." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 234 -# File: src/www/diag_dump_states.php, line: 117 -# File: src/www/diag_dump_states_sources.php, line: 99 -# File: src/www/diag_resetstate.php, line: 72 -# File: src/www/diag_states_summary.php, line: 144 -# File: src/www/diag_states_summary.php, line: 146 -msgid "States" -msgstr "" - -# -# File: src/www/diag_states_summary.php, line: 147 -msgid "Src Ports" -msgstr "" - -# -# File: src/www/diag_states_summary.php, line: 148 -msgid "Dst Ports" -msgstr "" - -# -# File: src/www/diag_states_summary.php, line: 194 -msgid "By Source IP" -msgstr "" - -# -# File: src/www/diag_states_summary.php, line: 195 -msgid "By Destination IP" -msgstr "" - -# -# File: src/www/diag_states_summary.php, line: 196 -msgid "Total per IP" -msgstr "" - -# -# File: src/www/diag_states_summary.php, line: 197 -msgid "By IP Pair" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 118 -msgid "View type:" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 119 -msgid "Sort type:" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 120 -msgid "Number of States:" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 127 -msgid "Label" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 131 -msgid "Speed" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 136 -msgid "Age" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 137 -msgid "Bytes" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 138 -msgid "Destination Address" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 140 -msgid "Expiry" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 142 -msgid "Peak" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 143 -msgid "Packet" -msgstr "" - -# -# File: src/www/diag_system_pftop.php, line: 177 -msgid "Gathering pfTOP activity, please wait..." -msgstr "" - -# -# File: src/www/diag_tables.php, line: 53 -msgid "The bogons database has NOT been updated." -msgstr "" - -# -# File: src/www/diag_tables.php, line: 76 -msgid "The bogons database has been updated." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 237 -# File: src/www/diag_tables.php, line: 33 -msgid "Tables" -msgstr "" - -# -# File: src/www/diag_tables.php, line: 130 -msgid "Do you really want to flush this table?" -msgstr "" - -# -# File: src/www/diag_tables.php, line: 164 -msgid "Flush" -msgstr "" - -# -# File: src/www/diag_tables.php, line: 166 -msgid "Update bogons" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 150 -# File: src/www/diag_tables.php, line: 138 -# File: src/www/interfaces_ppps_edit.php, line: 688 -# File: src/www/load_balancer_virtual_server.php, line: 172 -# File: src/www/load_balancer_virtual_server_edit.php, line: 65 -# File: src/www/load_balancer_virtual_server_edit.php, line: 70 -# File: src/www/load_balancer_virtual_server_edit.php, line: 183 -# File: src/www/system_advanced_notifications.php, line: 228 -# File: src/www/vpn_openvpn_export.php, line: 743 -# File: src/www/vpn_openvpn_export.php.orig, line: 743 -# File: src/www/vpn_openvpn_export_shared.php, line: 363 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 363 -msgid "IP Address" -msgstr "" - -# -# File: src/www/diag_tables.php, line: 158 -# File: src/www/diag_tables.php, line: 160 -msgid "No entries exist in this table." -msgstr "" - -# -# File: src/www/diag_tables.php, line: 187 -msgid "delete this entry" -msgstr "" - -# -# File: src/www/diag_testport.php, line: 47 -msgid "Please enter a valid IP or hostname." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 51 -msgid "Please enter a valid port number." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 55 -msgid "Please enter a valid source port number, or leave the field blank." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 59 -msgid "You cannot connect to an IPv4 address using IPv6." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 62 -msgid "You cannot connect to an IPv6 address using IPv4." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 92 -msgid "" -"This page allows you to perform a simple TCP connection test to determine if " -"a host is up and accepting connections on a given port. This test does not " -"function for UDP since there is no way to reliably determine if a UDP port " -"accepts connections in this manner." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 94 -msgid "" -"No data is transmitted to the remote host during this test, it will only " -"attempt to open a connection and optionally display the data sent back from " -"the server." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 161 -msgid "" -"If you force IPv4 or IPv6 and use a hostname that does not contain a result " -"using that protocol,
it will result in an error. For example if you " -"force IPv4 and use a hostname that only returns an AAAA IPv6 IP address, it " -"will not work." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 121 -msgid "This should typically be left blank." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 125 -msgid "Show Remote Text" -msgstr "" - -# -# File: src/www/diag_testport.php, line: 127 -msgid "" -"Shows the text given by the server when connecting to the port. Will take " -"10+ seconds to display if checked." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 193 -msgid "Port Test Results" -msgstr "" - -# -# File: src/www/diag_testport.php, line: 268 -msgid "" -"No output received, or connection failed. Try with \"Show Remote Text\" " -"unchecked first." -msgstr "" - -# -# File: src/www/diag_testport.php, line: 270 -msgid "Connection failed (Refused/Timeout)" -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 50 -msgid "ttl" -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 54 -#, php-format -msgid "Maximum number of hops must be between 1 and %s" -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 131 -msgid "Maximum number of hops" -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 139 -msgid "Reverse Address Lookup" -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 143 -msgid "Use ICMP" -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 154 -# File: src/www/firewall_rules_edit.php, line: 835 -# File: src/www/services_ntpd_gps.php, line: 401 -# File: src/www/services_ntpd_gps.php, line: 402 -msgid "Note: " -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 155 -msgid "" -"Traceroute may take a while to complete. You may hit the Stop button on your " -"browser at any time to see the progress of failed traceroutes." -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 157 -msgid "" -"Using a source interface/IP address that does not match selected type (IPv4, " -"IPv6) will result in an error or empty output." -msgstr "" - -# -# File: src/www/diag_traceroute.php, line: 181 -msgid "Traceroute output" -msgstr "" - -# -# File: src/www/fbegin.inc, line: 149 -msgid "Help for items on this page" -msgstr "" - -# -# File: src/www/fbegin.inc, line: 224 -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 153 -msgid "Save Settings" -msgstr "" - -# -# File: src/www/fbegin.inc, line: 258 -msgid "Add widget" -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 124 -#, php-format -msgid "Cannot delete alias. Currently in use by %s" -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 142 -msgid "Add a new alias" -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 158 -msgid "" -"Do you really want to delete this alias? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 180 -msgid "The alias list has been changed." -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 180 -# File: src/www/firewall_nat.php, line: 229 -# File: src/www/firewall_nat_1to1.php, line: 184 -# File: src/www/firewall_nat_npt.php, line: 182 -# File: src/www/firewall_nat_out.php, line: 251 -# File: src/www/firewall_virtual_ip.php, line: 202 -# File: src/www/interfaces.php, line: 1841 -# File: src/www/load_balancer_monitor.php, line: 97 -# File: src/www/load_balancer_relay_protocol.php, line: 107 -# File: src/www/load_balancer_setting.php, line: 102 -# File: src/www/load_balancer_virtual_server.php, line: 146 -# File: src/www/services_captiveportal_zones.php, line: 80 -# File: src/www/services_dhcp.php, line: 690 -# File: src/www/services_dhcpv6.php, line: 456 -# File: src/www/services_dnsmasq.php, line: 179 -# File: src/www/services_igmpproxy.php, line: 86 -# File: src/www/services_unbound.php, line: 195 -# File: src/www/services_unbound_advanced.php, line: 135 -# File: src/www/system_gateways.php, line: 218 -# File: src/www/vpn_ipsec.php, line: 268 -# File: src/www/vpn_ipsec_keys.php, line: 117 -# File: src/www/vpn_ipsec_mobile.php, line: 321 -# File: src/www/vpn_pppoe.php, line: 105 -msgid "You must apply the changes in order for them to take effect." -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 200 -# File: src/www/services_igmpproxy.php, line: 100 -msgid "Values" -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 256 -msgid "Edit alias" -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 257 -# File: src/www/firewall_schedule.php, line: 227 -msgid "delete alias" -msgstr "" - -# -# File: src/www/firewall_aliases.php, line: 270 -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 changes. You can enter the name of an alias instead of the " -"host, network or port in all fields that have a red background. The alias " -"will be resolved according to 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." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 101 -#, php-format -msgid "Entry added %s" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 127 -# File: src/www/firewall_aliases_import.php, line: 75 -#, php-format -msgid "Cannot use a reserved keyword as alias name %s" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 132 -# File: src/www/firewall_aliases_import.php, line: 80 -msgid "An interface description with this name already exists." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 137 -msgid "" -"The alias name must be less than 32 characters long and may only consist of " -"the characters" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 139 -msgid "Update Frequency should be a number" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 148 -# File: src/www/firewall_aliases_import.php, line: 58 -msgid "An alias with this name already exists." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 156 -msgid "Alias type may not be changed for an existing alias." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 161 -msgid "You must provide a valid URL." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 276 -# File: src/www/firewall_aliases_edit.php, line: 279 -# File: src/www/firewall_aliases_edit.php, line: 282 -# File: src/www/firewall_aliases_edit.php, line: 285 -msgid "IP or FQDN" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 288 -# File: src/www/firewall_aliases_edit.php, line: 354 -# File: src/www/firewall_aliases_edit.php, line: 365 -msgid "Host(s)" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 291 -# File: src/www/firewall_aliases_edit.php, line: 355 -msgid "Network(s)" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 294 -# File: src/www/firewall_aliases_edit.php, line: 356 -msgid "Port(s)" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 316 -msgid "Alias Edit" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 337 -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z, 0-9 and " -"_\"." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 346 -# File: src/www/firewall_nat_1to1_edit.php, line: 441 -# File: src/www/firewall_nat_edit.php, line: 858 -# File: src/www/firewall_nat_npt_edit.php, line: 286 -# File: src/www/firewall_nat_out_edit.php, line: 666 -# File: src/www/firewall_schedule_edit.php, line: 848 -# File: src/www/firewall_schedule_edit.php, line: 1025 -# File: src/www/firewall_virtual_ip_edit.php, line: 463 -# File: src/www/interfaces_gif_edit.php, line: 243 -# File: src/www/interfaces_gre_edit.php, line: 246 -# File: src/www/interfaces_groups_edit.php, line: 266 -# File: src/www/interfaces_qinq_edit.php, line: 340 -# File: src/www/interfaces_vlan_edit.php, line: 214 -# File: src/www/interfaces_wireless_edit.php, line: 193 -# File: src/www/services_dhcp_edit.php, line: 416 -# File: src/www/services_dhcpv6_edit.php, line: 238 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 163 -# File: src/www/services_dnsmasq_edit.php, line: 228 -# File: src/www/services_igmpproxy_edit.php, line: 180 -# File: src/www/services_unbound_domainoverride_edit.php, line: 157 -# File: src/www/services_unbound_host_edit.php, line: 230 -# File: src/www/services_wol_edit.php, line: 162 -# File: src/www/system_gateway_groups_edit.php, line: 357 -# File: src/www/system_routes_edit.php, line: 364 -msgid "You may enter a description here for your reference (not parsed)." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 357 -msgid "URL (IPs)" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 358 -msgid "URL (Ports)" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 359 -msgid "URL Table (IPs)" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 360 -msgid "URL Table (Ports)" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 370 -# File: src/www/firewall_rules_edit.php, line: 1013 -# File: src/www/firewall_rules_edit.php, line: 1116 -# File: src/www/firewall_virtual_ip_edit.php, line: 383 -# File: src/www/services_igmpproxy_edit.php, line: 223 -# File: src/www/services_opendns.php, line: 171 -# File: src/www/services_unbound_acls.php, line: 255 -# File: src/www/system_routes.php, line: 251 -# File: src/www/vpn_ipsec_mobile.php, line: 398 -# File: src/www/vpn_ipsec_phase2.php, line: 696 -# File: src/www/vpn_ipsec_phase2.php, line: 735 -# File: src/www/vpn_ipsec_phase2.php, line: 778 -msgid "Network" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 372 -msgid "Update Freq. (days)" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 435 -# File: src/www/services_unbound_acls.php, line: 251 -msgid "Networks" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 438 -msgid "" -"Networks are specified in CIDR format. Select the CIDR mask that pertains " -"to each entry. /32 specifies a single IPv4 host, /128 specifies a single " -"IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, " -"etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 " -"or /128 for IPv6. You may also enter an IP range such as " -"192.168.1.1-192.168.1.254 and a list of CIDR networks will be derived to " -"fill the range." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 445 -msgid "" -"Enter as many hosts as you would like. Hosts must be specified by their IP " -"address or fully qualified domain name (FQDN). FQDN hostnames are " -"periodically re-resolved and updated. If multiple IPs are returned by a DNS " -"query, all are used." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 452 -msgid "" -"Enter as many ports as you wish. Port ranges can be expressed by separating " -"with a colon." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 456 -msgid "URL's" -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 459 -msgid "" -"Enter a URL containing a large number of IPs,ports and/or Subnets. After " -"saving the lists will be downloaded and scheduled for automatic updates when " -"a frequency is provided." -msgstr "" - -# -# File: src/www/firewall_aliases_edit.php, line: 467 -# File: src/www/firewall_aliases_import.php, line: 210 -# File: src/www/firewall_nat_1to1_edit.php, line: 458 -# File: src/www/firewall_nat_edit.php, line: 968 -# File: src/www/firewall_nat_npt_edit.php, line: 293 -# File: src/www/firewall_nat_out_edit.php, line: 707 -# File: src/www/firewall_rules_edit.php, line: 1218 -# File: src/www/firewall_rules_edit.php, line: 1515 -# File: src/www/firewall_schedule_edit.php, line: 1218 -# File: src/www/firewall_virtual_ip_edit.php, line: 469 -# File: src/www/interfaces.php, line: 2085 -# File: src/www/interfaces.php, line: 2195 -# File: src/www/interfaces.php, line: 3608 -# File: src/www/interfaces_bridge_edit.php, line: 628 -# File: src/www/interfaces_gif_edit.php, line: 251 -# File: src/www/interfaces_gre_edit.php, line: 254 -# File: src/www/interfaces_groups_edit.php, line: 334 -# File: src/www/interfaces_lagg_edit.php, line: 246 -# File: src/www/interfaces_ppps_edit.php, line: 811 -# File: src/www/interfaces_qinq_edit.php, line: 389 -# File: src/www/interfaces_vlan_edit.php, line: 222 -# File: src/www/interfaces_wireless_edit.php, line: 202 -# File: src/www/load_balancer_monitor_edit.php, line: 433 -# File: src/www/load_balancer_pool_edit.php, line: 335 -# File: src/www/load_balancer_relay_action_edit.php, line: 560 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 285 -# File: src/www/load_balancer_virtual_server_edit.php, line: 285 -# File: src/www/services_captiveportal.php, line: 1058 -# File: src/www/services_captiveportal_vouchers.php, line: 560 -# File: src/www/services_dhcp_edit.php, line: 533 -# File: src/www/services_dhcpv6_edit.php, line: 245 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 170 -# File: src/www/services_dnsmasq_edit.php, line: 292 -# File: src/www/services_dyndns_edit.php, line: 440 -# File: src/www/services_igmpproxy_edit.php, line: 276 -# File: src/www/services_rfc2136_edit.php, line: 229 -# File: src/www/services_unbound_acls.php, line: 319 -# File: src/www/services_unbound_domainoverride_edit.php, line: 165 -# File: src/www/services_unbound_host_edit.php, line: 294 -# File: src/www/services_wol_edit.php, line: 169 -# File: src/www/system_advanced_sysctl.php, line: 243 -# File: src/www/system_gateway_groups_edit.php, line: 364 -# File: src/www/system_gateways_edit.php, line: 933 -# File: src/www/system_groupmanager.php, line: 437 -# File: src/www/system_groupmanager_addprivs.php, line: 221 -# File: src/www/system_hasync.php, line: 367 -# File: src/www/system_routes_edit.php, line: 341 -# File: src/www/system_routes_edit.php, line: 371 -# File: src/www/system_usermanager.php, line: 940 -# File: src/www/system_usermanager_addprivs.php, line: 199 -# File: src/www/vpn_l2tp_users_edit.php, line: 204 -# File: src/www/vpn_pppoe_edit.php, line: 654 -msgid "Cancel" -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 53 -msgid "The alias name may only consist of the characters" -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 103 -# File: src/www/firewall_aliases_import.php, line: 105 -# File: src/www/firewall_aliases_import.php, line: 115 -#, php-format -msgid "%s is not an IP address. Please correct the error to continue" -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 158 -msgid "Alias Import" -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 170 -msgid "Alias Name" -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 174 -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z and " -"0-9\"." -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 183 -# File: src/www/interfaces_lagg_edit.php, line: 238 -# File: src/www/services_captiveportal_ip_edit.php, line: 213 -# File: src/www/services_captiveportal_mac_edit.php, line: 235 -# File: src/www/services_captiveportal_zones_edit.php, line: 116 -# File: src/www/system_gateways_edit.php, line: 926 -# File: src/www/vpn_ipsec_phase1.php, line: 717 -# File: src/www/vpn_ipsec_phase2.php, line: 683 -# File: src/www/vpn_openvpn_client.php, line: 652 -# File: src/www/vpn_openvpn_client.php.orig, line: 652 -# File: src/www/vpn_openvpn_csc.php, line: 367 -# File: src/www/vpn_openvpn_server.php, line: 887 -# File: src/www/vpn_openvpn_server.php.orig, line: 887 -msgid "You may enter a description here for your reference (not parsed)" -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 188 -msgid "Aliases to import" -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 192 -msgid "" -"Paste in the aliases to import separated by a carriage return. Common " -"examples are lists of IPs, networks, blacklists, etc." -msgstr "" - -# -# File: src/www/firewall_aliases_import.php, line: 194 -msgid "" -"The list may contain IP addresses, with or without CIDR prefix, IP ranges, " -"blank lines (ignored) and an optional description after each IP. e.g.:" -msgstr "" - -# -# File: src/www/load_balancer_relay_protocol_edit.php, line: 256 -# File: src/www/system_crlmanager.php, line: 651 -msgid "Add" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 169 -# File: src/www/firewall_nat_1to1.php, line: 118 -# File: src/www/firewall_nat_npt.php, line: 121 -# File: src/www/firewall_nat_out.php, line: 185 -# File: src/www/firewall_rules.php, line: 148 -# File: src/www/system_routes.php, line: 334 -msgid "Do you really want to delete this rule?" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 188 -# File: src/www/firewall_nat_npt.php, line: 140 -# File: src/www/firewall_nat_out.php, line: 205 -# File: src/www/firewall_rules.php, line: 167 -msgid "Do you really want to delete the selected rules?" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 229 -# File: src/www/firewall_nat_npt.php, line: 182 -msgid "The NAT configuration has been changed" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 290 -# File: src/www/firewall_nat_1to1_edit.php, line: 44 -# File: src/www/firewall_nat_edit.php, line: 75 -# File: src/www/firewall_nat_out_edit.php, line: 73 -# File: src/www/firewall_rules_edit.php, line: 1031 -# File: src/www/firewall_rules_edit.php, line: 1132 -msgid "address" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 294 -# File: src/www/firewall_rules.php, line: 297 -msgid "Anti-Lockout Rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "disable rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "enable rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 333 -# File: src/www/firewall_nat.php, line: 347 -# File: src/www/firewall_nat.php, line: 361 -# File: src/www/firewall_nat.php, line: 375 -# File: src/www/firewall_nat.php, line: 404 -# File: src/www/firewall_nat_1to1.php, line: 239 -# File: src/www/firewall_nat_1to1.php, line: 252 -# File: src/www/firewall_nat_out.php, line: 384 -# File: src/www/firewall_nat_out.php, line: 402 -# File: src/www/firewall_nat_out.php, line: 430 -# File: src/www/firewall_rules.php, line: 490 -# File: src/www/firewall_rules.php, line: 504 -# File: src/www/firewall_rules.php, line: 518 -# File: src/www/firewall_rules.php, line: 532 -msgid "edit alias" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 379 -# File: src/www/firewall_nat_npt.php, line: 242 -# File: src/www/firewall_nat_out.php, line: 417 -# File: src/www/firewall_rules.php, line: 482 -# File: src/www/system_routes.php, line: 322 -msgid "move selected rules before this rule" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 299 -# File: src/www/firewall_rules.php, line: 318 -# File: src/www/firewall_rules.php, line: 336 -# File: src/www/system_routes.php, line: 327 -msgid "edit rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 423 -# File: src/www/firewall_nat_1to1.php, line: 269 -# File: src/www/firewall_nat_npt.php, line: 241 -# File: src/www/firewall_nat_out.php, line: 453 -# File: src/www/firewall_rules.php, line: 585 -msgid "delete rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 426 -# File: src/www/firewall_nat_1to1.php, line: 272 -# File: src/www/firewall_nat_npt.php, line: 244 -# File: src/www/firewall_nat_out.php, line: 456 -# File: src/www/firewall_rules.php, line: 588 -msgid "clone rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 403 -# File: src/www/firewall_nat_npt.php, line: 265 -# File: src/www/firewall_nat_out.php, line: 447 -# File: src/www/firewall_rules.php, line: 522 -msgid "move selected rules to end" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 408 -# File: src/www/firewall_nat.php, line: 410 -# File: src/www/firewall_nat_npt.php, line: 270 -# File: src/www/firewall_nat_npt.php, line: 272 -# File: src/www/firewall_nat_out.php, line: 456 -# File: src/www/firewall_nat_out.php, line: 460 -# File: src/www/firewall_rules.php, line: 525 -msgid "delete selected rules" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 414 -# File: src/www/firewall_nat_npt.php, line: 276 -# File: src/www/firewall_rules.php, line: 528 -msgid "add new rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 426 -# File: src/www/firewall_nat_1to1.php, line: 306 -# File: src/www/firewall_nat_npt.php, line: 288 -# File: src/www/firewall_nat_out.php, line: 476 -msgid "Enabled rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 430 -# File: src/www/firewall_nat_1to1.php, line: 310 -# File: src/www/firewall_nat_npt.php, line: 292 -# File: src/www/firewall_nat_out.php, line: 480 -msgid "Disabled rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 434 -msgid "No redirect" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 438 -msgid "linked rule" -msgstr "" - -# -# File: src/www/firewall_nat.php, line: 442 -# File: src/www/firewall_nat_1to1.php, line: 314 -# File: src/www/firewall_rules.php, line: 579 -msgid "Alias (click to view/edit)" -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 90 -msgid "Toggled NAT rule" -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 103 -msgid "add rule" -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 182 -# File: src/www/firewall_nat_out.php, line: 251 -msgid "The NAT configuration has been changed." -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 205 -msgid "External IP" -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 206 -# File: src/www/firewall_nat_1to1_edit.php, line: 334 -# File: src/www/firewall_nat_1to1_edit.php, line: 343 -# File: src/www/status_upnp.php, line: 78 -msgid "Internal IP" -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 207 -msgid "Destination IP" -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 266 -msgid "edit rule " -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 323 -msgid "Depending on the way your WAN connection is setup, you may also need a" -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 324 -msgid "Virtual IP." -msgstr "" - -# -# File: src/www/firewall_nat_1to1.php, line: 325 -msgid "" -"If you add a 1:1 NAT entry for any of the interface IPs on this system, it " -"will make this system inaccessible on that IP address. i.e. if you use your " -"WAN IP address, any services on this system (IPsec, OpenVPN server, etc.) " -"using the WAN IP address will no longer function." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 38 -# File: src/www/firewall_nat_edit.php, line: 69 -# File: src/www/firewall_nat_edit.php, line: 648 -# File: src/www/firewall_nat_edit.php, line: 665 -# File: src/www/firewall_nat_edit.php, line: 762 -# File: src/www/firewall_nat_edit.php, line: 779 -# File: src/www/firewall_nat_edit.php, line: 829 -# File: src/www/firewall_nat_out_edit.php, line: 466 -# File: src/www/firewall_nat_out_edit.php, line: 522 -# File: src/www/firewall_rules.php, line: 408 -# File: src/www/firewall_rules_edit.php, line: 962 -# File: src/www/firewall_rules_edit.php, line: 1005 -# File: src/www/firewall_rules_edit.php, line: 1066 -# File: src/www/firewall_rules_edit.php, line: 1079 -# File: src/www/firewall_rules_edit.php, line: 1089 -# File: src/www/firewall_rules_edit.php, line: 1108 -# File: src/www/firewall_rules_edit.php, line: 1165 -# File: src/www/firewall_rules_edit.php, line: 1178 -msgid "any" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 39 -# File: src/www/firewall_nat_edit.php, line: 70 -# File: src/www/firewall_rules_edit.php, line: 1018 -# File: src/www/firewall_rules_edit.php, line: 1119 -msgid "PPTP clients" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 40 -# File: src/www/firewall_nat_edit.php, line: 71 -# File: src/www/firewall_rules_edit.php, line: 1021 -# File: src/www/firewall_rules_edit.php, line: 1122 -msgid "PPPoE clients" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 41 -# File: src/www/firewall_nat_edit.php, line: 72 -# File: src/www/firewall_rules_edit.php, line: 1024 -# File: src/www/firewall_rules_edit.php, line: 1125 -msgid "L2TP clients" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 43 -# File: src/www/firewall_nat_1to1_edit.php, line: 356 -# File: src/www/firewall_nat_1to1_edit.php, line: 407 -# File: src/www/firewall_nat_edit.php, line: 74 -# File: src/www/firewall_nat_edit.php, line: 601 -# File: src/www/firewall_nat_edit.php, line: 715 -# File: src/www/firewall_rules_edit.php, line: 1029 -# File: src/www/firewall_rules_edit.php, line: 1130 -msgid "net" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 157 -#, php-format -msgid "" -"Invalid characters detected (%s). Please remove invalid characters and save " -"again." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 162 -# File: src/www/firewall_nat_1to1_edit.php, line: 420 -# File: src/www/firewall_nat_edit.php, line: 195 -# File: src/www/firewall_nat_edit.php, line: 728 -# File: src/www/firewall_nat_out_edit.php, line: 536 -msgid "Destination address" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 162 -msgid "External subnet" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 162 -# File: src/www/firewall_nat_1to1_edit.php, line: 369 -# File: src/www/firewall_nat_edit.php, line: 193 -# File: src/www/firewall_nat_edit.php, line: 614 -# File: src/www/firewall_nat_npt_edit.php, line: 227 -# File: src/www/firewall_nat_npt_edit.php, line: 265 -# File: src/www/firewall_nat_out_edit.php, line: 481 -msgid "Source address" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 168 -msgid "A valid external subnet must be specified." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 172 -# File: src/www/firewall_nat_edit.php, line: 221 -# File: src/www/firewall_rules_edit.php, line: 466 -#, php-format -msgid "%s is not a valid source IP address or alias." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 175 -# File: src/www/firewall_nat_edit.php, line: 224 -# File: src/www/firewall_nat_out_edit.php, line: 204 -# File: src/www/firewall_rules_edit.php, line: 469 -msgid "A valid source bit count must be specified." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 179 -# File: src/www/firewall_nat_edit.php, line: 228 -# File: src/www/firewall_rules_edit.php, line: 474 -#, php-format -msgid "%s is not a valid destination IP address or alias." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 182 -# File: src/www/firewall_nat_edit.php, line: 232 -# File: src/www/firewall_nat_out_edit.php, line: 210 -# File: src/www/firewall_rules_edit.php, line: 477 -msgid "A valid destination bit count must be specified." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 286 -msgid "Edit NAT 1:1 entry" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 293 -# File: src/www/firewall_nat_edit.php, line: 512 -# File: src/www/firewall_nat_npt_edit.php, line: 181 -# File: src/www/firewall_nat_out_edit.php, line: 401 -# File: src/www/firewall_rules_edit.php, line: 811 -# File: src/www/interfaces.php, line: 2960 -# File: src/www/interfaces_ppps_edit.php, line: 631 -# File: src/www/system_gateways_edit.php, line: 691 -# File: src/www/system_routes_edit.php, line: 351 -# File: src/www/system_usermanager.php, line: 532 -# File: src/www/vpn_ipsec_phase1.php, line: 609 -# File: src/www/vpn_ipsec_phase2.php, line: 650 -# File: src/www/vpn_openvpn_client.php, line: 485 -# File: src/www/vpn_openvpn_client.php, line: 1039 -# File: src/www/vpn_openvpn_client.php.orig, line: 485 -# File: src/www/vpn_openvpn_client.php.orig, line: 1039 -# File: src/www/vpn_openvpn_csc.php, line: 345 -# File: src/www/vpn_openvpn_csc.php, line: 622 -# File: src/www/vpn_openvpn_server.php, line: 737 -# File: src/www/vpn_openvpn_server.php, line: 1704 -# File: src/www/vpn_openvpn_server.php.orig, line: 737 -# File: src/www/vpn_openvpn_server.php.orig, line: 1704 -msgid "Disabled" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 297 -# File: src/www/firewall_nat_edit.php, line: 516 -# File: src/www/firewall_nat_npt_edit.php, line: 185 -# File: src/www/firewall_nat_out_edit.php, line: 405 -# File: src/www/firewall_rules_edit.php, line: 814 -msgid "Disable this rule" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 298 -# File: src/www/firewall_nat_edit.php, line: 517 -# File: src/www/firewall_nat_npt_edit.php, line: 186 -# File: src/www/firewall_nat_out_edit.php, line: 406 -# File: src/www/firewall_rules_edit.php, line: 815 -msgid "Set this option to disable this rule without removing it from the list." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 316 -# File: src/www/firewall_nat_npt_edit.php, line: 204 -# File: src/www/firewall_nat_out_edit.php, line: 434 -msgid "Choose which interface this rule applies to" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 317 -# File: src/www/firewall_nat_npt_edit.php, line: 205 -# File: src/www/firewall_nat_out_edit.php, line: 435 -msgid "Hint: in most cases, you'll want to use WAN here" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 322 -msgid "External subnet IP" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 327 -msgid "" -"Enter the external (usually on a WAN) subnet's starting address for the 1:1 " -"mapping. " -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 328 -msgid "" -"The subnet mask from the internal address below will be applied to this IP " -"address." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 329 -msgid "" -"Hint: this is generally an address owned by the router itself on the " -"selected interface." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 334 -# File: src/www/firewall_nat_1to1_edit.php, line: 385 -# File: src/www/firewall_nat_edit.php, line: 579 -# File: src/www/firewall_nat_edit.php, line: 693 -# File: src/www/firewall_nat_npt_edit.php, line: 213 -# File: src/www/firewall_nat_npt_edit.php, line: 251 -# File: src/www/firewall_nat_out_edit.php, line: 506 -msgid "Invert" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 338 -# File: src/www/firewall_nat_1to1_edit.php, line: 389 -# File: src/www/firewall_nat_edit.php, line: 583 -# File: src/www/firewall_nat_edit.php, line: 697 -# File: src/www/firewall_nat_npt_edit.php, line: 217 -# File: src/www/firewall_nat_npt_edit.php, line: 255 -# File: src/www/firewall_nat_out_edit.php, line: 510 -# File: src/www/firewall_rules_edit.php, line: 995 -# File: src/www/firewall_rules_edit.php, line: 1098 -msgid "Use this option to invert the sense of the match." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 349 -# File: src/www/firewall_nat_1to1_edit.php, line: 400 -# File: src/www/firewall_nat_edit.php, line: 594 -# File: src/www/firewall_nat_edit.php, line: 708 -# File: src/www/firewall_nat_out_edit.php, line: 465 -# File: src/www/firewall_nat_out_edit.php, line: 521 -# File: src/www/firewall_nat_out_edit.php, line: 567 -msgid "Single host or Network" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 380 -msgid "" -"Enter the internal (LAN) subnet for the 1:1 mapping. The subnet size " -"specified for the internal subnet will be applied to the external subnet." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 431 -msgid "" -"The 1:1 mapping will only be used for connections to or from the specified " -"destination." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 432 -msgid "Hint: this is usually 'any'." -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 445 -# File: src/www/firewall_nat_edit.php, line: 871 -msgid "NAT reflection" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 448 -# File: src/www/firewall_nat_edit.php, line: 874 -msgid "Use system default" -msgstr "" - -# -# File: src/www/firewall_nat_1to1_edit.php, line: 450 -# File: src/www/firewall_nat_edit.php, line: 877 -# File: src/www/services_dyndns_edit.php, line: 250 -# File: src/www/system_advanced_firewall.php, line: 534 -# File: src/www/system_advanced_misc.php, line: 535 -# File: src/www/system_advanced_misc.php, line: 562 -# File: src/www/vpn_ipsec_phase1.php, line: 1000 -msgid "Disable" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 180 -# File: src/www/firewall_nat_out_edit.php, line: 181 -#, php-format -msgid "" -"Invalid characters detected %s. Please remove invalid characters and save " -"again." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 186 -msgid "Destination port from" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 186 -msgid "Destination port to" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 199 -# File: src/www/firewall_nat_edit.php, line: 804 -msgid "Redirect target IP" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 205 -#, php-format -msgid "\"%s\" is not a valid redirect target IP address or host alias." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 208 -# File: src/www/firewall_rules_edit.php, line: 421 -#, php-format -msgid "" -"%s is not a valid start source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 210 -#, php-format -msgid "" -"%s is not a valid end source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 212 -# File: src/www/firewall_rules_edit.php, line: 425 -#, php-format -msgid "" -"%s is not a valid start destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 214 -# File: src/www/firewall_rules_edit.php, line: 427 -#, php-format -msgid "" -"%s is not a valid end destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 217 -#, php-format -msgid "" -"A valid redirect target port must be specified. It must be a port alias or " -"integer between 1 and 65535." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 238 -msgid "The target port range must be an integer between 1 and 65535." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 364 -msgid "NAT Port Forward" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 505 -msgid "Edit Redirect entry" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 522 -msgid "No RDR (NOT)" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 526 -msgid "" -"Enabling this option will disable redirection for traffic matching this rule." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 527 -msgid "" -"Hint: this option is rarely needed, don't use this unless you know what " -"you're doing." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 545 -msgid "Choose which interface this rule applies to." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 546 -msgid "Hint: in most cases, you'll want to use WAN here." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 564 -# File: src/www/firewall_nat_out_edit.php, line: 453 -# File: src/www/firewall_rules_edit.php, line: 953 -msgid "Choose which IP protocol this rule should match." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 565 -# File: src/www/firewall_nat_out_edit.php, line: 454 -msgid "Hint: in most cases, you should specify" -msgstr "" - -# -# File: src/www/diag_ipsec_leases.php, line: 106 -# File: src/www/diag_ipsec_sad.php, line: 85 -# File: src/www/diag_ipsec_spd.php, line: 75 -# File: src/www/diag_ipsec_spd.php, line: 93 -# File: src/www/firewall_nat_edit.php, line: 565 -# File: src/www/firewall_nat_out_edit.php, line: 454 -# File: src/www/firewall_rules_edit.php, line: 953 -msgid "here." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 574 -msgid "Show source address and port range" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 627 -# File: src/www/firewall_rules_edit.php, line: 1058 -msgid "Source port range" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 632 -# File: src/www/firewall_nat_edit.php, line: 746 -# File: src/www/firewall_rules_edit.php, line: 1062 -# File: src/www/firewall_rules_edit.php, line: 1161 -msgid "from:" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 633 -# File: src/www/firewall_nat_edit.php, line: 747 -# File: src/www/firewall_rules_edit.php, line: 1075 -# File: src/www/firewall_rules_edit.php, line: 1174 -msgid "to:" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 646 -# File: src/www/firewall_nat_edit.php, line: 663 -# File: src/www/firewall_nat_edit.php, line: 790 -# File: src/www/firewall_nat_edit.php, line: 807 -# File: src/www/firewall_nat_edit.php, line: 857 -# File: src/www/firewall_rules_edit.php, line: 938 -# File: src/www/firewall_rules_edit.php, line: 955 -# File: src/www/firewall_rules_edit.php, line: 1060 -# File: src/www/firewall_rules_edit.php, line: 1077 -msgid "Well-known ports" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 684 -msgid "Specify the source port or port range for this rule" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 685 -# File: src/www/firewall_rules_edit.php, line: 1089 -msgid "This is usually" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 686 -# File: src/www/firewall_rules_edit.php, line: 1089 -msgid "random" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 687 -msgid "" -"and almost never equal to the destination port range (and should usually be " -"'any')" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 741 -msgid "Destination port range" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 798 -msgid "" -"Specify the port or port range for the destination of the packet for this " -"mapping." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 808 -msgid "" -"Enter the internal IP address of the server on which you want to map the " -"ports." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 810 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 143 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 150 -# File: src/www/services_dnsmasq_edit.php, line: 208 -# File: src/www/services_dnsmasq_edit.php, line: 215 -# File: src/www/services_dnsmasq_edit.php, line: 222 -# File: src/www/services_unbound_domainoverride_edit.php, line: 137 -# File: src/www/services_unbound_domainoverride_edit.php, line: 147 -# File: src/www/services_unbound_host_edit.php, line: 207 -# File: src/www/services_unbound_host_edit.php, line: 215 -# File: src/www/services_unbound_host_edit.php, line: 223 -# File: src/www/system_general.php, line: 374 -# File: src/www/system_general.php, line: 385 -msgid "e.g." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 814 -msgid "Redirect target port" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 845 -msgid "" -"Specify the port on the machine with the IP address entered above. In case " -"of a port range, specify the beginning port of the range (the end port will " -"be calculated automatically)." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 849 -msgid "Hint: this is usually identical to the 'from' port above" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 862 -# File: src/www/firewall_nat_out_edit.php, line: 653 -# File: src/www/firewall_rules_edit.php, line: 1382 -msgid "No XMLRPC Sync" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 866 -# File: src/www/firewall_nat_out_edit.php, line: 657 -# File: src/www/firewall_rules_edit.php, line: 1389 -msgid "" -"Hint: This prevents the rule on Master from automatically syncing to other " -"CARP members. This does NOT prevent the rule from being overwritten on Slave." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 875 -# File: src/www/system_advanced_firewall.php, line: 538 -msgid "Enable (NAT + Proxy)" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 876 -# File: src/www/system_advanced_firewall.php, line: 542 -msgid "Enable (Pure NAT)" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 883 -# File: src/www/firewall_nat_edit.php, line: 915 -msgid "Filter rule association" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 888 -# File: src/www/firewall_nat_edit.php, line: 921 -msgid "Pass" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 909 -msgid "View the filter rule" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 919 -msgid "Add associated filter rule" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 920 -msgid "Add unassociated filter rule" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 924 -msgid "" -"NOTE: The \"pass\" selection does not work properly with Multi-WAN. It will " -"only work on an interface containing the default gateway." -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 939 -# File: src/www/firewall_nat_out_edit.php, line: 678 -# File: src/www/firewall_rules_edit.php, line: 1491 -msgid "Rule Information" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 943 -# File: src/www/firewall_nat_out_edit.php, line: 684 -# File: src/www/firewall_rules_edit.php, line: 1495 -msgid "Created" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 945 -# File: src/www/firewall_nat_edit.php, line: 954 -# File: src/www/firewall_nat_out_edit.php, line: 686 -# File: src/www/firewall_nat_out_edit.php, line: 696 -# File: src/www/firewall_rules_edit.php, line: 1497 -# File: src/www/firewall_rules_edit.php, line: 1505 -msgid "by" -msgstr "" - -# -# File: src/www/firewall_nat_edit.php, line: 952 -# File: src/www/firewall_nat_out_edit.php, line: 694 -# File: src/www/firewall_rules_edit.php, line: 1503 -msgid "Updated" -msgstr "" - -# -# File: src/www/firewall_nat_npt.php, line: 91 -msgid "Firewall: NAT: NPT, enable/disable NAT rule" -msgstr "" - -# -# File: src/www/firewall_nat_npt.php, line: 106 -msgid "Add rule" -msgstr "" - -# -# File: src/www/firewall_nat_npt.php, line: 120 -# File: src/www/firewall_nat_npt.php, line: 139 -msgid "NPT" -msgstr "" - -# -# File: src/www/firewall_nat_npt.php, line: 205 -msgid "External Prefix" -msgstr "" - -# -# File: src/www/firewall_nat_npt.php, line: 206 -msgid "Internal prefix" -msgstr "" - -# -# File: src/www/firewall_nat_npt_edit.php, line: 120 -msgid "Source prefix" -msgstr "" - -# -# File: src/www/firewall_nat_npt_edit.php, line: 122 -msgid "Destination prefix" -msgstr "" - -# -# File: src/www/firewall_nat_npt_edit.php, line: 174 -msgid "Edit NAT NPT entry" -msgstr "" - -# -# File: src/www/firewall_nat_npt_edit.php, line: 210 -msgid "Internal IPv6 Prefix" -msgstr "" - -# -# File: src/www/firewall_nat_npt_edit.php, line: 222 -# File: src/www/firewall_nat_npt_edit.php, line: 260 -# File: src/www/firewall_rules_edit.php, line: 1039 -# File: src/www/firewall_rules_edit.php, line: 1140 -# File: src/www/firewall_virtual_ip_edit.php, line: 389 -# File: src/www/vpn_ipsec_phase2.php, line: 709 -# File: src/www/vpn_ipsec_phase2.php, line: 747 -msgid "Address:" -msgstr "" - -# -# File: src/www/firewall_nat_npt_edit.php, line: 239 -msgid "" -"Enter the internal (LAN) ULA IPv6 Prefix for the Network Prefix translation. " -"The prefix size specified for the internal IPv6 prefix will be applied to " -"the external prefix." -msgstr "" - -# -# File: src/www/firewall_nat_npt_edit.php, line: 248 -msgid "Destination IPv6 Prefix" -msgstr "" - -# -# File: src/www/firewall_nat_npt_edit.php, line: 277 -msgid "Enter the Global Unicast routable IPv6 prefix here" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 85 -msgid "Manual Outbound NAT Switch" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 113 -msgid "Default rules for each interface have been created." -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 184 -# File: src/www/firewall_nat_out.php, line: 204 -msgid "Nat" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 269 -msgid "Mode:" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 279 -msgid "Automatic outbound NAT rule generation" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 278 -msgid "(no manual rules can be used)" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 289 -msgid "Hybrid outbound NAT rule generation" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 290 -msgid "(automatically generated rules are applied after manual rules)" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 303 -msgid "Manual outbound NAT rule generation" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 304 -msgid "(no automatic rules are being generated)" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 315 -msgid "Disable outbound NAT rule generation" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 316 -msgid "(outbound NAT is disabled)" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 335 -msgid "Manual rules:" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 335 -# File: src/www/firewall_nat_out.php, line: 509 -msgid "NAT Address" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 336 -# File: src/www/firewall_nat_out.php, line: 510 -msgid "NAT Port" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 337 -# File: src/www/firewall_nat_out.php, line: 511 -msgid "Static Port" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 364 -msgid "All manual rules are being ignored" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 388 -msgid "This Firewall" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 411 -# File: src/www/firewall_nat_out.php, line: 560 -msgid "NO" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 411 -# File: src/www/firewall_nat_out.php, line: 560 -msgid "YES" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 499 -msgid "Automatic rules:" -msgstr "" - -# -# File: src/www/firewall_nat_out.php, line: 522 -msgid "automatic outbound nat" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 185 -# File: src/www/firewall_rules_edit.php, line: 406 -msgid "Destination bit count" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 185 -msgid "Source bit count" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 191 -msgid "" -"You must supply either a valid port or port alias for the source port entry." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 194 -msgid "" -"You must supply either a valid port or port alias for the destination port " -"entry." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 197 -msgid "You must supply a valid port for the NAT port entry." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 201 -msgid "A valid source must be specified." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 207 -msgid "A valid destination must be specified." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 213 -msgid "Negating destination address of \"any\" is invalid." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 217 -msgid "A valid target IP address must be specified." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 221 -msgid "Only Round Robin pool options may be chosen when selecting an alias." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 391 -msgid "Edit Advanced Outbound NAT entry" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 411 -msgid "Do not NAT" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 415 -msgid "" -"Enabling this option will disable NAT for traffic matching this rule and " -"stop processing Outbound NAT rules." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 416 -msgid "Hint: in most cases, you won't use this option." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "AH" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "IGMP" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "IPV6" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "OSPF" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "PIM" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "TCP/UDP" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 467 -# File: src/www/firewall_rules_edit.php, line: 1015 -# File: src/www/firewall_rules_edit.php, line: 1117 -msgid "This Firewall (self)" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 492 -# File: src/www/firewall_nat_out_edit.php, line: 547 -msgid "Enter the source network for the outbound NAT mapping." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 497 -msgid "Source port:" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 501 -# File: src/www/firewall_nat_out_edit.php, line: 556 -msgid "(leave blank for any)" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 552 -msgid "Destination port:" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 561 -msgid "Translation / target" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 572 -msgid "Interface address" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 582 -msgid "Translation address" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 593 -msgid "Packets matching this rule will be mapped to the IP address given here." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 604 -#, php-format -msgid "" -"If you want this rule to apply to another IP address rather than the IP " -"address of the interface chosen above, select it here (you will need to " -"define %sVirtual IP addresses%s on the interface first)." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 602 -msgid "Pool Options:" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 609 -msgid "Round Robin" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 612 -msgid "Round Robin with Sticky Address" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 615 -msgid "Random" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 618 -msgid "Random with Sticky Address" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 621 -msgid "Source Hash" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 624 -msgid "Bitmask" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 628 -msgid "" -"Only Round Robin types work with Host Aliases. Any type can be used with a " -"Subnet." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 629 -msgid "Round Robin: Loops through the translation addresses." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 630 -msgid "Random: Selects an address from the translation address pool at random." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 631 -msgid "" -"Source Hash: Uses a hash of the source address to determine the translation " -"address, ensuring that the redirection address is always the same for a " -"given source." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 632 -msgid "" -"Bitmask: Applies the subnet mask and keeps the last portion identical; " -"10.0.1.50 -> x.x.x.50." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 633 -msgid "" -"Sticky Address: The Sticky Address option can be used with the Random and " -"Round Robin pool types to ensure that a particular source address is always " -"mapped to the same translation address." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 561 -# File: src/www/firewall_nat_out_edit.php, line: 638 -msgid "Translation" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 638 -msgid "port:" -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 642 -msgid "Enter the source port for the outbound NAT mapping." -msgstr "" - -# -# File: src/www/firewall_nat_out_edit.php, line: 647 -msgid "Static-port:" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 54 -#, php-format -msgid "" -"The settings have been applied. The firewall rules are now reloading in the " -"background.
You can also %s monitor %s the reload progress" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 209 -msgid "" -"The firewall rule configuration has been changed.
You must apply the " -"changes in order for them to take effect." -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 273 -# File: src/www/firewall_rules_edit.php, line: 1432 -# File: src/www/interfaces.php, line: 784 -# File: src/www/interfaces.php, line: 837 -# File: src/www/services_dhcp.php, line: 876 -# File: src/www/services_dhcp_edit.php, line: 442 -# File: src/www/status_gateways.php, line: 74 -# File: src/www/system_gateways.php, line: 237 -# File: src/www/system_gateways_edit.php, line: 744 -# File: src/www/system_routes.php, line: 252 -# File: src/www/system_routes_edit.php, line: 84 -# File: src/www/system_routes_edit.php, line: 282 -msgid "Gateway" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 291 -msgid "Block all IPv6 traffic" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 293 -# File: src/www/firewall_rules.php, line: 317 -# File: src/www/firewall_rules.php, line: 343 -# File: src/www/firewall_rules.php, line: 368 -msgid "change configuration" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 310 -msgid "RFC 1918 networks" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 316 -# File: src/www/interfaces.php, line: 3576 -msgid "Block private networks" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 328 -msgid "Reserved/not assigned by IANA" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 334 -# File: src/www/interfaces.php, line: 3588 -msgid "Block bogon networks" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 441 -# File: src/www/firewall_rules.php, line: 658 -msgid "first match" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 443 -# File: src/www/firewall_rules.php, line: 680 -msgid "last match" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 409 -# File: src/www/firewall_rules_edit.php, line: 963 -msgid "Echo request" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 410 -# File: src/www/firewall_rules_edit.php, line: 964 -msgid "Echo reply" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 411 -# File: src/www/firewall_rules_edit.php, line: 965 -msgid "Destination unreachable" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 412 -# File: src/www/firewall_rules_edit.php, line: 966 -msgid "Source quench" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 413 -# File: src/www/firewall_rules_edit.php, line: 967 -msgid "Redirect" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 414 -# File: src/www/firewall_rules_edit.php, line: 968 -msgid "Alternate Host" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 415 -# File: src/www/firewall_rules_edit.php, line: 969 -msgid "Router advertisement" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 416 -# File: src/www/firewall_rules_edit.php, line: 970 -msgid "Router solicitation" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 417 -# File: src/www/firewall_rules_edit.php, line: 971 -msgid "Time exceeded" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 418 -# File: src/www/firewall_rules_edit.php, line: 972 -msgid "Invalid IP header" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 420 -# File: src/www/firewall_rules_edit.php, line: 974 -msgid "Timestamp reply" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 421 -# File: src/www/firewall_rules_edit.php, line: 975 -msgid "Information request" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 422 -# File: src/www/firewall_rules_edit.php, line: 976 -msgid "Information reply" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 423 -# File: src/www/firewall_rules_edit.php, line: 977 -msgid "Address mask request" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 424 -# File: src/www/firewall_rules_edit.php, line: 978 -msgid "Address mask reply" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 569 -# File: src/www/firewall_schedule.php, line: 235 -msgid "edit schedule" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 505 -msgid "No floating rules are currently defined." -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 507 -msgid "No rules are currently defined for this interface" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 508 -msgid "" -"All incoming connections on this interface will be blocked until you add " -"pass rules." -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 510 -msgid "Click the" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 514 -msgid " button to add a new rule." -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 544 -msgid "pass" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 547 -msgid "match" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 550 -msgid "block" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 553 -msgid "reject" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 556 -msgid "log" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 560 -msgid "pass (disabled)" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 563 -msgid "match (disabled)" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 566 -msgid "block (disabled)" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 569 -msgid "reject (disabled)" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 572 -msgid "log (disabled)" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 583 -msgid "Schedule (click to view/edit)" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 588 -# File: src/www/load_balancer_pool.php, line: 149 -# File: src/www/vpn_l2tp.php, line: 383 -# File: src/www/vpn_l2tp.php, line: 402 -msgid "Hint:" -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 592 -msgid "" -"Rules are evaluated on a first-match basis (i.e. the action of the first " -"rule to match a packet will be executed). This means that if you use block " -"rules, you'll have to pay attention to the rule order. Everything that isn't " -"explicitly passed is blocked by default. " -msgstr "" - -# -# File: src/www/firewall_rules.php, line: 598 -msgid "" -"Floating rules are evaluated on a first-match basis (i.e. the action of the " -"first rule to match a packet will be executed) only if the 'quick' option is " -"checked on a rule. Otherwise they will only apply if no other rules match. " -"Pay close attention to the rule order and options chosen. If no rule here " -"matches, the per-interface or default rules are used. " -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 927 -msgid "TCP/IP Version" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 293 -# File: src/www/firewall_rules_edit.php, line: 307 -msgid "You can not assign a gateway to a rule that applies to IPv4 and IPv6" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 296 -msgid "You can not assign a IPv4 gateway group on IPv6 Address Family rule" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 299 -msgid "You can not assign a IPv6 gateway group on IPv4 Address Family rule" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 310 -msgid "You can not assign the IPv4 Gateway to a IPv6 Filter rule" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 313 -msgid "You can not assign the IPv6 Gateway to a IPv4 Filter rule" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 319 -msgid "You can not assign a ICMP type to a rule that applies to IPv4 and IPv6" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 393 -#, php-format -msgid "%s is only valid with protocol tcp." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 395 -#, php-format -msgid "%s is only valid if the gateway is set to 'default'." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 281 -msgid "" -"When selecting aliases for source ports, both from and to fields must be the " -"same" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 284 -msgid "" -"When selecting aliases for destination ports, both from and to fields must " -"be the same" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 482 -#, php-format -msgid "" -"The Source IP address %s Address Family differs from the destination %s." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 484 -msgid "You can not use IPv6 addresses in IPv4 rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 486 -msgid "You can not use IPv4 addresses in IPv6 rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 312 -msgid "Invalid subnet mask on IPv4 source" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 315 -msgid "Invalid subnet mask on IPv4 destination" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 490 -msgid "You can not use a IPv4 or IPv6 address in combined IPv4 + IPv6 rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 506 -msgid "OS detection is only valid with protocol tcp." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 508 -msgid "Invalid OS detection selection. Please select a valid OS." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 512 -msgid "" -"You can not use gateways in Floating rules without choosing a direction." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 518 -msgid "" -"You can only specify the maximum number of established connections per host " -"(advanced option) for TCP protocol." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 520 -msgid "" -"You can only specify the maximum new connections per host / per second(s) " -"(advanced option) for TCP protocol." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 522 -msgid "" -"You can only specify the state timeout (advanced option) for TCP protocol." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 527 -msgid "" -"You can only specify the maximum state entries (advanced option) for Pass " -"type rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 529 -msgid "" -"You can only specify the maximum number of unique source hosts (advanced " -"option) for Pass type rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 531 -msgid "" -"You can only specify the maximum number of established connections per host " -"(advanced option) for Pass type rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 533 -msgid "" -"You can only specify the maximum state entries per host (advanced option) " -"for Pass type rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 535 -msgid "" -"You can only specify the maximum new connections per host / per second(s) " -"(advanced option) for Pass type rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 537 -msgid "" -"You can only specify the state timeout (advanced option) for Pass type rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 542 -msgid "" -"You cannot specify the maximum state entries (advanced option) if statetype " -"is none." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 544 -msgid "" -"You cannot specify the maximum number of unique source hosts (advanced " -"option) if statetype is none." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 546 -msgid "" -"You cannot specify the maximum number of established connections per host " -"(advanced option) if statetype is none." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 548 -msgid "" -"You cannot specify the maximum state entries per host (advanced option) if " -"statetype is none." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 550 -msgid "" -"You cannot specify the maximum new connections per host / per second(s) " -"(advanced option) if statetype is none." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 552 -msgid "" -"You cannot specify the state timeout (advanced option) if statetype is none." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 556 -msgid "Maximum state entries (advanced option) must be a positive integer" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 559 -msgid "" -"Maximum number of unique source hosts (advanced option) must be a positive " -"integer" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 562 -msgid "" -"Maximum number of established connections per host (advanced option) must be " -"a positive integer" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 565 -msgid "" -"Maximum state entries per host (advanced option) must be a positive integer" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 568 -msgid "" -"Maximum new connections per host / per second(s) (advanced option) must be a " -"positive integer" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 571 -msgid "State timeout (advanced option) must be a positive integer" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 575 -msgid "" -"Both maximum new connections per host and the interval (per second(s)) must " -"be specified" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 587 -msgid "" -"If you specify TCP flags that should be set you should specify out of which " -"flags as well." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 787 -msgid "Edit Firewall rule" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 667 -msgid "Block" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 667 -msgid "Reject" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 669 -msgid "Match" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 805 -msgid "Choose what to do with packets that match the criteria specified below." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 806 -msgid "" -"Hint: the difference between block and reject is that with reject, a packet " -"(TCP RST or ICMP port unreachable for UDP) is returned to the sender, " -"whereas with block the packet is dropped silently. In either case, the " -"original packet is discarded." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 821 -msgid "Quick" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 825 -msgid "Apply the action immediately on match." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 826 -msgid "" -"Set this option if you need to apply this action to traffic that matches " -"this rule immediately." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 833 -msgid "Associated filter rule" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 835 -msgid "This is associated to a NAT rule." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 836 -msgid "" -"You cannot edit the interface, protocol, source, or destination of " -"associated filter rules." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 843 -msgid "View the NAT rule" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 903 -msgid "Choose on which interface packets must come in to match this rule." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 939 -msgid "Select the Internet Protocol version this rule applies to" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 953 -msgid "Hint: in most cases, you should specify " -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 957 -msgid "ICMP type" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 986 -msgid "" -"If you selected ICMP for the protocol above, you may specify an ICMP type " -"here." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1196 -msgid "Log" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1199 -msgid "Log packets that are handled by this rule" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1201 -msgid "Diagnostics: System logs: Settings" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1201 -msgid "" -"Hint: the firewall has limited local log space. Don't turn on logging for " -"everything. If you want to do a lot of logging, consider using a remote " -"syslog server" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1201 -# File: src/www/services_captiveportal.php, line: 1036 -msgid "page" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1201 -msgid "see the" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1231 -msgid "Advanced features" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1234 -msgid "Source OS" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1240 -msgid "OS Type:" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1251 -msgid "" -"Note: this only works for TCP rules. General OS choice matches all subtypes." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1256 -msgid "Diffserv Code Point" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1427 -msgid "Leave as 'none' to leave the rule enabled all the time." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1439 -# File: src/www/services_captiveportal.php, line: 872 -# File: src/www/services_captiveportal.php, line: 902 -# File: src/www/services_ntpd_gps.php, line: 462 -# File: src/www/services_ntpd_gps.php, line: 468 -# File: src/www/services_ntpd_gps.php, line: 474 -# File: src/www/services_ntpd_gps.php, line: 550 -# File: src/www/services_ntpd_pps.php, line: 157 -# File: src/www/services_ntpd_pps.php, line: 163 -# File: src/www/services_ntpd_pps.php, line: 207 -msgid "default" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1476 -msgid "" -"Leave as 'default' to use the system routing table. Or choose a gateway to " -"utilize policy based routing." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1272 -# File: src/www/interfaces_ppps_edit.php, line: 703 -# File: src/www/vpn_ipsec_phase1.php, line: 975 -# File: src/www/vpn_ipsec_phase2.php, line: 908 -msgid "Advanced Options" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1219 -msgid "Show/Hide" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1224 -msgid "Note: Leave fields blank to disable the feature." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1227 -msgid "allow options" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1279 -msgid "" -"This allows packets with IP options to pass. Otherwise they are blocked by " -"default. This is usually only seen with multicast traffic." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1236 -msgid "disable reply-to" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1282 -msgid "This will disable auto generated reply-to for this rule." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1245 -msgid "Set local tag" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1285 -msgid "Policy filtering" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1285 -msgid "" -"You can mark a packet matching this rule and use this mark to match on other " -"NAT/filter rules. It is called" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1254 -msgid "Match local tag" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1288 -msgid "You can match packet on a mark placed before on another rule." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1263 -msgid "Max states" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1290 -msgid " Maximum state entries this rule can create" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1272 -msgid "Max source nodes" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1291 -msgid " Maximum number of unique source hosts" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1281 -msgid "Max established" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1292 -msgid " Maximum number of established connections per host (TCP only)" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1290 -msgid "Max source states" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1293 -msgid " Maximum state entries per host" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1299 -msgid "Max new connections" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1302 -msgid "Maximum new connections per host / per second(s) (TCP only)" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1329 -msgid "State timeout" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1305 -msgid "State Timeout in seconds (TCP only)" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1312 -msgid "TCP flags" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1344 -msgid "Any flags." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1346 -msgid "" -"Use this to choose TCP flags that must be set or cleared for this rule to " -"match." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1376 -msgid "NO pfsync" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1352 -msgid "State Type" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1361 -msgid "" -"Hint: This prevents states created by this rule to be sync'ed over pfsync." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1364 -# File: src/www/firewall_rules_edit.php, line: 1373 -msgid "keep state" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1365 -# File: src/www/firewall_rules_edit.php, line: 1374 -msgid "sloppy state" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1366 -# File: src/www/firewall_rules_edit.php, line: 1375 -msgid "synproxy state" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1370 -msgid "" -"Hint: Select which type of state tracking mechanism you would like to use. " -"If in doubt, use keep state." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1373 -# File: src/www/firewall_rules_edit.php, line: 1374 -msgid "Works with all IP protocols." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1375 -msgid "" -"Proxies incoming TCP connections to help protect servers from spoofed TCP " -"SYN floods. This option includes the functionality of keep state and " -"modulate state combined." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1376 -msgid "" -"Do not use state mechanisms to keep track. This is only useful if you're " -"doing advanced queueing in certain situations. Please check the " -"documentation." -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 82 -# File: src/www/firewall_schedule_edit.php, line: 902 -msgid "Fri" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 82 -# File: src/www/firewall_schedule_edit.php, line: 898 -msgid "Mon" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 82 -# File: src/www/firewall_schedule_edit.php, line: 903 -msgid "Sat" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 82 -# File: src/www/firewall_schedule_edit.php, line: 904 -msgid "Sun" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 82 -msgid "Thur" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 82 -msgid "Tues" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 82 -# File: src/www/firewall_schedule_edit.php, line: 900 -msgid "Wed" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 83 -msgid "April" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 83 -msgid "August" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 83 -msgid "December" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 83 -msgid "February" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 83 -msgid "January" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 83 -msgid "July" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 83 -msgid "June" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 83 -msgid "March" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 83 -msgid "May" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 83 -msgid "November" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 83 -msgid "October" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 83 -msgid "September" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 64 -#, php-format -msgid "Cannot delete Schedule. Currently in use by %s" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 79 -msgid "Add a new schedule" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 227 -msgid "Do you really want to delete this schedule?" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 106 -msgid "Time Range(s)" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 121 -msgid "Schedule is currently active" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 238 -msgid "delete schedule" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 241 -msgid "clone schedule" -msgstr "" - -# -# File: src/www/firewall_schedule.php, line: 237 -msgid "" -"Schedules act as placeholders for time ranges to be used in Firewall Rules." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 116 -msgid "Schedule may not be named LAN." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 118 -msgid "Schedule may not be named WAN." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 120 -msgid "Schedule name cannot be blank." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 124 -msgid "Reserved word used for schedule name." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 127 -msgid "The schedule name may only consist of the characters a-z, A-Z, 0-9" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 136 -msgid "A Schedule with this name already exists." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 149 -#, php-format -msgid "Invalid start time - '%s'" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 153 -#, php-format -msgid "Invalid stop time - '%s'" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 201 -msgid "The schedule must have at least one time range configured." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 817 -msgid "Schedule information" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 828 -msgid "Schedule Name" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 834 -msgid "NOTE: This schedule is in use so the name may not be modified!" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 839 -msgid "" -"The name of the alias may only consist of the characters a-z, A-Z and 0-9" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 856 -msgid "Month" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 899 -msgid "Tue" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 901 -msgid "Thu" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 961 -msgid "" -"Click individual date to select that date only. Click the appropriate " -"weekday Header to select all occurrences of that weekday." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 969 -# File: src/www/firewall_schedule_edit.php, line: 1056 -msgid "Start Time" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 969 -# File: src/www/firewall_schedule_edit.php, line: 1057 -msgid "Stop Time" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 1018 -msgid "" -"Select the time range for the day(s) selected on the Month(s) above. A full " -"day is 0:00-23:59." -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 1022 -msgid "Time Range Description" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 1032 -msgid "Add Time" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 1033 -msgid "Clear Selection" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 1045 -msgid "Schedule repeat" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 1050 -msgid "Configured Ranges" -msgstr "" - -# -# File: src/www/firewall_schedule_edit.php, line: 1055 -msgid "Day(s)" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 84 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"NAT mapping." -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 118 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"Gateway." -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 146 -msgid "" -"This entry cannot be deleted because it is still referenced by a CARP IP " -"with the description" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 202 -msgid "The VIP configuration has been changed." -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 227 -msgid "Virtual IP address" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 309 -msgid "move selected virtual IPs before this entry" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 312 -msgid "edit virtual IP" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 315 -msgid "delete virtual IP" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 318 -msgid "clone virtual IP" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 332 -msgid "move selected virtual IPs to end" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 335 -msgid "add new virtual IP" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 280 -msgid "The virtual IP addresses defined on this page may be used in" -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 280 -msgid "mappings." -msgstr "" - -# -# File: src/www/firewall_virtual_ip.php, line: 281 -msgid "You can check the status of your CARP Virtual IPs and interfaces " -msgstr "" - -# -# File: src/www/carp_status.php, line: 202 -# File: src/www/firewall_virtual_ip.php, line: 281 -# File: src/www/interfaces.php, line: 3720 -# File: src/www/interfaces.php, line: 3729 -msgid "here" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 95 -# File: src/www/services_dhcp_edit.php, line: 159 -# File: src/www/services_dnsmasq_edit.php, line: 84 -# File: src/www/services_unbound_host_edit.php, line: 85 -msgid "A valid IP address must be specified." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 104 -msgid "This IP address is being used by another interface or VIP." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 114 -msgid "" -"The interface chosen for the VIP has no IPv4 or IPv6 address configured so " -"it cannot be used as a parent for the VIP." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 128 -msgid "You cannot use the network address for this VIP" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 130 -msgid "You cannot use the broadcast address for this VIP" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 141 -#, php-format -msgid "" -"VHID %s is already in use on interface %s. Pick a unique number on this " -"interface." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 145 -msgid "" -"You must specify a CARP password that is shared between the two VHID members." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 159 -#, php-format -msgid "" -"Sorry, we could not locate an interface with a matching subnet for %s. " -"Please add an IP alias in this subnet on this interface." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 163 -# File: src/www/firewall_virtual_ip_edit.php, line: 165 -msgid "For this type of vip localhost is not allowed." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 266 -msgid "Please provide a single IP address" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 262 -# File: src/www/firewall_virtual_ip_edit.php, line: 264 -msgid "" -"This must be the network's subnet mask. It does not specify a CIDR range." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 263 -msgid "This is a CIDR block of proxy ARP addresses." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 336 -msgid "Edit Virtual IP" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 349 -msgid "IP Alias" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 334 -msgid "carp" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 353 -msgid "Proxy ARP" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 355 -# File: src/www/vpn_openvpn_export.php, line: 675 -# File: src/www/vpn_openvpn_export.php.orig, line: 675 -# File: src/www/vpn_openvpn_export_shared.php, line: 343 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 343 -msgid "Other" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 374 -msgid "IP Address(es)" -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1000 -# File: src/www/firewall_rules_edit.php, line: 1103 -# File: src/www/firewall_virtual_ip_edit.php, line: 378 -msgid "Type:" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 381 -msgid "Single address" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 401 -msgid "Expansion:" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 403 -msgid "" -"Disable expansion of this entry into IPs on NAT lists (e.g. 192.168.1.0/24 " -"expands to 256 entries." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 421 -msgid "Virtual IP Password" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 423 -msgid "Enter the VHID group password." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 427 -msgid "VHID Group" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 435 -msgid "Enter the VHID group that the machines will share" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 439 -msgid "Advertising Frequency" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 433 -msgid "Base" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 441 -msgid "Skew" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 456 -msgid "" -"The frequency that this machine will advertise. 0 means usually master. " -"Otherwise the lowest combination of both values in the cluster determines " -"the master." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 482 -msgid "" -"Proxy ARP and Other type Virtual IPs cannot be bound to by anything running " -"on the firewall, such as IPsec, OpenVPN, etc. Use a CARP or IP Alias type " -"address for these cases." -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 483 -msgid "CARP FAQ" -msgstr "" - -# -# File: src/www/firewall_virtual_ip_edit.php, line: 483 -msgid "For more information on CARP and the above values, visit the OpenBSD " -msgstr "" - -# -# File: src/www/foot.inc, line: 25 -msgid "Available Widgets" -msgstr "" - -# -# File: src/www/graph.php, line: 79 -#, php-format -msgid "Cannot get data about interface %s" -msgstr "" - -# -# File: src/www/graph.php, line: 99 -msgid "In" -msgstr "" - -# -# File: src/www/graph.php, line: 100 -msgid "Out" -msgstr "" - -# -# File: src/www/graph.php, line: 104 -msgid "Switch to bytes/s" -msgstr "" - -# -# File: src/www/graph.php, line: 105 -msgid "AutoScale" -msgstr "" - -# -# File: src/www/graph.php, line: 108 -msgid "Graph shows last" -msgstr "" - -# -# File: src/www/graph.php, line: 111 -# File: src/www/graph_cpu.php, line: 73 -msgid "Collecting initial data, please wait" -msgstr "" - -# -# File: src/www/graph.php, line: 123 -# File: src/www/graph_cpu.php, line: 85 -msgid "No URL for getURL" -msgstr "" - -# -# File: src/www/graph.php, line: 130 -# File: src/www/graph_cpu.php, line: 92 -msgid "No callback function for getURL" -msgstr "" - -# -# File: src/www/graph.php, line: 146 -# File: src/www/graph_cpu.php, line: 108 -msgid "Both getURL and XMLHttpRequest are undefined" -msgstr "" - -# -# File: src/www/graph.php, line: 183 -msgid "Switch to" -msgstr "" - -# -# File: src/www/graph.php, line: 189 -msgid "follow" -msgstr "" - -# -# File: src/etc/inc/interfaces.inc, line: 5206 -# File: src/www/graph.php, line: 189 -msgid "up" -msgstr "" - -# -# File: src/www/graph.php, line: 350 -msgid "Kbps" -msgstr "" - -# -# File: src/www/graph.php, line: 352 -msgid "Mbps" -msgstr "" - -# -# File: src/www/graph.php, line: 354 -msgid "Gbps" -msgstr "" - -# -# File: src/www/graph.php, line: 360 -msgid "KB/s" -msgstr "" - -# -# File: src/www/graph.php, line: 362 -msgid "MB/s" -msgstr "" - -# -# File: src/www/graph.php, line: 364 -msgid "GB/s" -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 159 -#, php-format -msgid "The field %s contains invalid characters." -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 168 -#, php-format -msgid "The field %s is required." -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 178 -msgid "The following input errors were detected:" -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 187 -# File: src/www/guiconfig.inc, line: 209 -# File: src/www/guiconfig.inc, line: 235 -msgid "Apply changes" -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 259 -#, php-format -msgid "" -"The firewall has globally been disabled and configured rules are currently " -"not enforced. It can be enabled in the %sFirewall/NAT%s settings." -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 265 -msgid "The changes have been applied successfully." -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 270 -msgid "" -"You can also monitor the filter " -"reload progress." -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 412 -#, php-format -msgid "File %s is a directory." -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 414 -#, php-format -msgid "File %s doesn't exist." -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 389 -# File: src/www/guiconfig.inc, line: 420 -#, php-format -msgid "File %s yielded no results." -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 583 -msgid "Currently viewing: " -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 629 -#, php-format -msgid "A problem was detected. Click %shere%s for more information." -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 711 -msgid "Acknowledge All Notices" -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 724 -msgid "unread notice" -msgstr "" - -# -# File: src/www/guiconfig.inc, line: 726 -msgid "unread notices" -msgstr "" - -# -# File: src/www/index.php, line: 88 -msgid "Widget configuration has been changed." -msgstr "" - -# -# File: src/www/index.php, line: 375 -msgid "Starting initial configuration" -msgstr "" - -# -# File: src/www/index.php, line: 391 -#, php-format -msgid "Welcome to %s!\n" -msgstr "" - -# -# File: src/www/index.php, line: 392 -msgid "One moment while we start the initial setup wizard." -msgstr "" - -# -# File: src/www/index.php, line: 393 -msgid "" -"Embedded platform users: Please be patient, the wizard takes a little longer " -"to run than the normal GUI." -msgstr "" - -# -# File: src/www/index.php, line: 394 -#, php-format -msgid "To bypass the wizard, click on the %s logo on the initial page." -msgstr "" - -# -# File: src/www/index.php, line: 573 -msgid "Loading selected widget" -msgstr "" - -# -# File: src/www/interfaces.php, line: 214 -#, php-format -msgid "XML error: %s at line %d" -msgstr "" - -# -# File: src/www/interfaces.php, line: 688 -msgid "You have already applied your settings!" -msgstr "" - -# -# File: src/www/interfaces.php, line: 520 -#, php-format -msgid "Sorry, an alias with the name %s already exists." -msgstr "" - -# -# File: src/www/interfaces.php, line: 771 -msgid "An interface with the specified description already exists." -msgstr "" - -# -# File: src/www/interfaces.php, line: 777 -msgid "" -"The DHCP Server is active on this interface and it can be used only with a " -"static IP configuration. Please disable the DHCP Server service on this " -"interface first, then change the interface configuration." -msgstr "" - -# -# File: src/www/interfaces.php, line: 779 -msgid "" -"The DHCPv6 Server is active on this interface and it can be used only with a " -"static IPv6 configuration. Please disable the DHCPv6 Server service on this " -"interface first, then change the interface configuration." -msgstr "" - -# -# File: src/www/interfaces.php, line: 784 -# File: src/www/interfaces.php, line: 2001 -# File: src/www/status_interfaces.php, line: 262 -msgid "IPv4 address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 784 -# File: src/www/interfaces.php, line: 837 -msgid "Subnet bit count" -msgstr "" - -# -# File: src/www/interfaces.php, line: 791 -msgid "" -"This interface is referenced by IPv4 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "" - -# -# File: src/www/interfaces.php, line: 796 -# File: src/www/interfaces.php, line: 849 -# File: src/www/interfaces.php, line: 861 -# File: src/www/interfaces.php, line: 871 -# File: src/www/interfaces.php, line: 876 -#, php-format -msgid "You have to reassign the interface to be able to configure as %s." -msgstr "" - -# -# File: src/www/interfaces.php, line: 800 -# File: src/www/interfaces.php, line: 2871 -msgid "Modem Port" -msgstr "" - -# -# File: src/www/interfaces.php, line: 800 -# File: src/www/interfaces.php, line: 2859 -# File: src/www/interfaces_ppps_edit.php, line: 190 -# File: src/www/interfaces_ppps_edit.php, line: 551 -msgid "Phone Number" -msgstr "" - -# -# File: src/www/interfaces.php, line: 806 -# File: src/www/interfaces.php, line: 816 -# File: src/www/interfaces.php, line: 826 -# File: src/www/interfaces.php, line: 2939 -# File: src/www/interfaces.php, line: 3061 -# File: src/www/interfaces_ppps_edit.php, line: 196 -# File: src/www/interfaces_ppps_edit.php, line: 207 -msgid "Dial on demand" -msgstr "" - -# -# File: src/www/interfaces.php, line: 806 -# File: src/www/interfaces.php, line: 816 -# File: src/www/interfaces.php, line: 826 -# File: src/www/interfaces_ppps_edit.php, line: 196 -# File: src/www/interfaces_ppps_edit.php, line: 207 -msgid "Idle timeout value" -msgstr "" - -# -# File: src/www/interfaces.php, line: 806 -# File: src/www/interfaces.php, line: 809 -msgid "PPPoE password" -msgstr "" - -# -# File: src/www/interfaces.php, line: 806 -# File: src/www/interfaces.php, line: 809 -msgid "PPPoE username" -msgstr "" - -# -# File: src/www/interfaces.php, line: 816 -# File: src/www/interfaces.php, line: 819 -msgid "PPTP local IP address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 816 -# File: src/www/interfaces.php, line: 819 -msgid "PPTP password" -msgstr "" - -# -# File: src/www/interfaces.php, line: 816 -# File: src/www/interfaces.php, line: 819 -msgid "PPTP remote IP address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 816 -# File: src/www/interfaces.php, line: 819 -msgid "PPTP subnet" -msgstr "" - -# -# File: src/www/interfaces.php, line: 816 -# File: src/www/interfaces.php, line: 819 -msgid "PPTP username" -msgstr "" - -# -# File: src/www/interfaces.php, line: 826 -# File: src/www/interfaces.php, line: 829 -msgid "L2TP password" -msgstr "" - -# -# File: src/www/interfaces.php, line: 826 -# File: src/www/interfaces.php, line: 829 -msgid "L2TP remote IP address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 826 -# File: src/www/interfaces.php, line: 829 -msgid "L2TP username" -msgstr "" - -# -# File: src/www/diag_ndp.php, line: 109 -# File: src/www/interfaces.php, line: 837 -# File: src/www/interfaces.php, line: 2110 -# File: src/www/services_dhcpv6.php, line: 842 -# File: src/www/services_dhcpv6_edit.php, line: 205 -# File: src/www/status_dhcpv6_leases.php, line: 418 -# File: src/www/status_interfaces.php, line: 293 -msgid "IPv6 address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 844 -msgid "" -"This interface is referenced by IPv6 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "" - -# -# File: src/www/interfaces.php, line: 855 -msgid "You can only have one interface configured in 6rd with same prefix." -msgstr "" - -# -# File: src/www/interfaces.php, line: 866 -#, php-format -msgid "You can only have one interface configured as 6to4." -msgstr "" - -# -# File: src/www/interfaces.php, line: 879 -msgid "You must enter a valid hexadecimal number for the IPv6 prefix ID." -msgstr "" - -# -# File: src/www/interfaces.php, line: 883 -msgid "You specified an IPv6 prefix ID that is out of range." -msgstr "" - -# -# File: src/www/interfaces.php, line: 895 -msgid "A valid IPv4 address must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 898 -msgid "This IPv4 address is being used by another interface or VIP." -msgstr "" - -# -# File: src/www/interfaces.php, line: 903 -msgid "This IPv4 address is the network address and cannot be used" -msgstr "" - -# -# File: src/www/interfaces.php, line: 905 -msgid "This IPv4 address is the broadcast address and cannot be used" -msgstr "" - -# -# File: src/www/interfaces.php, line: 911 -msgid "This IPv4 address conflicts with a Static Route." -msgstr "" - -# -# File: src/www/interfaces.php, line: 920 -# File: src/www/services_dhcpv6_edit.php, line: 112 -msgid "A valid IPv6 address must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 923 -msgid "This IPv6 address is being used by another interface or VIP." -msgstr "" - -# -# File: src/www/interfaces.php, line: 928 -msgid "This IPv6 address conflicts with a Static Route." -msgstr "" - -# -# File: src/www/interfaces.php, line: 936 -# File: src/www/interfaces.php, line: 938 -msgid "A valid subnet bit count must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 940 -msgid "A valid alias IP address must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 942 -msgid "A valid alias subnet bit count must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 944 -msgid "A valid alias IP address must be specified to reject DHCP Leases from." -msgstr "" - -# -# File: src/www/interfaces.php, line: 958 -# File: src/www/system_routes_edit.php, line: 97 -msgid "A valid gateway must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 962 -msgid "The service name contains invalid characters." -msgstr "" - -# -# File: src/www/interfaces.php, line: 964 -# File: src/www/interfaces.php, line: 980 -# File: src/www/interfaces_ppps_edit.php, line: 225 -msgid "The idle timeout value must be an integer." -msgstr "" - -# -# File: src/www/interfaces.php, line: 967 -# File: src/www/interfaces_ppps_edit.php, line: 228 -msgid "A valid PPPoE reset hour must be specified (0-23)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 970 -# File: src/www/interfaces_ppps_edit.php, line: 231 -msgid "A valid PPPoE reset minute must be specified (0-59)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 972 -# File: src/www/interfaces_ppps_edit.php, line: 233 -msgid "A valid PPPoE reset date must be specified (mm/dd/yyyy)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 974 -msgid "A valid PPTP local IP address must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 976 -msgid "A valid PPTP subnet bit count must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 978 -msgid "A valid PPTP remote IP address must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 982 -# File: src/www/services_dhcp_edit.php, line: 162 -# File: src/www/services_wol.php, line: 77 -# File: src/www/services_wol_edit.php, line: 84 -msgid "A valid MAC address must be specified." -msgstr "" - -# -# File: src/www/interfaces.php, line: 985 -msgid "The MTU must be greater than 576 bytes and less than 9000." -msgstr "" - -# -# File: src/www/interfaces.php, line: 994 -msgid "MTU of a vlan should not be bigger than parent interface." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1009 -#, php-format -msgid "Interface %s (VLAN) has MTU set to a bigger value" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1014 -msgid "The MSS must be greater than 576 bytes." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1018 -# File: src/www/interfaces.php, line: 3303 -# File: src/www/interfaces_wireless.php, line: 115 -# File: src/www/interfaces_wireless_edit.php, line: 79 -# File: src/www/interfaces_wireless_edit.php, line: 181 -# File: src/www/load_balancer_pool.php, line: 136 -# File: src/www/load_balancer_pool_edit.php, line: 68 -# File: src/www/load_balancer_pool_edit.php, line: 207 -# File: src/www/load_balancer_virtual_server_edit.php, line: 65 -# File: src/www/status_lb_pool.php, line: 137 -# File: src/www/vpn_ipsec.php, line: 285 -# File: src/www/vpn_ipsec.php, line: 411 -# File: src/www/vpn_ipsec_phase2.php, line: 661 -msgid "Mode" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1021 -# File: src/www/interfaces.php, line: 3313 -# File: src/www/status_interfaces.php, line: 358 -msgid "SSID" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1597 -#, php-format -msgid "" -"Unable to change mode to %s. You may already have the maximum number of " -"wireless clones supported in this mode." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1056 -msgid "" -"Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1064 -msgid "The length of the passphrase should be between 8 and 63 characters." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1841 -msgid "Don't forget to adjust the DHCP Server range if needed after applying." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1841 -#, php-format -msgid "The %s configuration has been changed." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1857 -msgid "General configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1865 -msgid "Enable Interface" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1880 -msgid "Enter a description (name) for the interface here." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1706 -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved for " -"private networks as per RFC 1918 (10/8, 172.16/12, 192.168/16) as well as " -"loopback addresses (127/8)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3579 -msgid "" -"You should generally leave this option turned on, unless your WAN network " -"lies in such a private address space, too." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3589 -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved " -"(but not RFC 1918) or not yet assigned by IANA." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3591 -msgid "" -"Bogons are prefixes that should never appear in the Internet routing table, " -"and obviously should not appear as the source address in any packets you " -"receive." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3594 -msgid "" -"Note: The update frequency can be changed under System->Advanced Firewall/" -"NAT settings." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1884 -msgid "IPv4 Configuration Type" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 204 -# File: src/www/diag_logs_ppp.php, line: 46 -# File: src/www/diag_logs_tabs.inc, line: 34 -# File: src/www/interfaces.php, line: 1625 -# File: src/www/status_interfaces.php, line: 167 -msgid "PPP" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1625 -# File: src/www/status_interfaces.php, line: 128 -# File: src/www/vpn_pppoe.php, line: 84 -msgid "PPPoE" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1625 -msgid "Static IPv4" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1900 -msgid "IPv6 Configuration Type" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1626 -msgid "6rd Tunnel" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1626 -msgid "6to4 Tunnel" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1626 -msgid "SLAAC" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1626 -msgid "Static IPv6" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1626 -msgid "Track Interface" -msgstr "" - -# -# File: src/www/diag_arp.php, line: 319 -# File: src/www/diag_ndp.php, line: 119 -# File: src/www/interfaces.php, line: 1916 -# File: src/www/services_captiveportal_mac.php, line: 173 -# File: src/www/services_captiveportal_mac_edit.php, line: 94 -# File: src/www/services_captiveportal_mac_edit.php, line: 218 -# File: src/www/services_dhcp.php, line: 1157 -# File: src/www/services_dhcp_edit.php, line: 363 -# File: src/www/services_wol.php, line: 151 -# File: src/www/services_wol.php, line: 173 -# File: src/www/services_wol_edit.php, line: 76 -# File: src/www/services_wol_edit.php, line: 151 -# File: src/www/status_captiveportal.php, line: 162 -# File: src/www/status_dhcp_leases.php, line: 340 -# File: src/www/status_interfaces.php, line: 248 -msgid "MAC address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1925 -msgid "Insert my local MAC address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1928 -msgid "" -"This field can be used to modify (\"spoof\") the MAC address of this " -"interface" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1930 -msgid "(may be required with some cable connections)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1931 -msgid "" -"Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx or leave blank" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1936 -# File: src/www/interfaces_ppps_edit.php, line: 784 -msgid "MTU" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1941 -msgid "" -"If you leave this field blank, the adapter's default MTU will be used. This " -"is typically 1500 bytes but can vary in some circumstances." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1947 -msgid "MSS" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1951 -msgid "" -"If you enter a value in this field, then MSS clamping for TCP connections to " -"the value entered above minus 40 (TCP/IP header size) will be in effect." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1960 -msgid "Speed and duplex" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1802 -msgid "Default (no preference, typically autoselect)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1981 -msgid "" -"Here you can explicitly set speed and duplex mode for this interface. " -"WARNING: You MUST leave this set to autoselect (automatically negotiate " -"speed) unless the port this interface connects to has its speed and duplex " -"forced." -msgstr "" - -# -# File: src/www/interfaces.php, line: 1996 -msgid "Static IPv4 configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2029 -msgid "IPv4 Upstream Gateway" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2047 -# File: src/www/interfaces.php, line: 2156 -# File: src/www/system_routes_edit.php, line: 299 -msgid "add a new one." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2062 -msgid "Add new gateway" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2069 -# File: src/www/system_routes_edit.php, line: 312 -msgid "Default gateway:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2072 -# File: src/www/system_routes_edit.php, line: 327 -msgid "Gateway Name:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2075 -msgid "Gateway IPv4:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2078 -# File: src/www/interfaces.php, line: 2188 -# File: src/www/system_routes_edit.php, line: 333 -msgid "Description:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2084 -# File: src/www/interfaces.php, line: 2194 -# File: src/www/system_routes_edit.php, line: 340 -msgid "Save Gateway" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2050 -# File: src/www/interfaces.php, line: 2159 -msgid "" -"If this interface is an Internet connection, select an existing Gateway from " -"the list or add a new one using the link above." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2051 -# File: src/www/interfaces.php, line: 2160 -msgid "On local LANs the upstream gateway should be \"none\"." -msgstr "" - -# -# File: src/www/diag_gmirror.php, line: 281 -# File: src/www/interfaces.php, line: 3720 -# File: src/www/interfaces.php, line: 3729 -# File: src/www/interfaces_groups_edit.php, line: 326 -# File: src/www/load_balancer_virtual_server_edit.php, line: 215 -# File: src/www/load_balancer_virtual_server_edit.php, line: 234 -# File: src/www/system_routes_edit.php, line: 444 -# File: src/www/vpn_openvpn_export_shared.php, line: 397 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 397 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 289 -msgid "NOTE:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3720 -# File: src/www/interfaces.php, line: 3729 -msgid "You can manage Gateways" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2215 -msgid "DHCP client configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1937 -# File: src/www/interfaces.php, line: 2530 -msgid "Basic" -msgstr "" - -# -# File: src/www/interfaces.php, line: 1945 -# File: src/www/interfaces.php, line: 2073 -# File: src/www/interfaces.php, line: 2538 -msgid "Config File Override" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2238 -msgid "" -"The value in this field is sent as the DHCP client identifier and hostname " -"when requesting a DHCP lease. Some ISPs may require this (for client " -"identification)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2244 -msgid "Alias IPv4 address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2263 -msgid "" -"The value in this field is used as a fixed alias IPv4 address by the DHCP " -"client." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2271 -msgid "Reject Leases From" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2275 -msgid "" -"If there is a certain upstream DHCP server that should be ignored, place the " -"IP address or subnet of the DHCP server to be ignored here." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2276 -msgid "" -"This is useful for rejecting leases from cable modems that offer private IPs " -"when they lose upstream sync." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2281 -msgid "Protocol Timing" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2003 -msgid "Timeout" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 239 -msgid "Retry" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2005 -msgid "Select Timeout" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2006 -msgid "Reboot" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2007 -msgid "Backoff Cutoff" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2008 -msgid "Initial Interval" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2010 -msgid "Presets:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2013 -msgid "FreeBSD Default" -msgstr "" - -# -# File: src/www/status_upnp.php, line: 112 -msgid "Clear" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2019 -msgid "OPNsense Default" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2022 -msgid "Saved Cfg" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2302 -msgid "" -"The values in these fields are DHCP protocol timings used when requesting a " -"lease.
" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2032 -msgid "Lease Requirements" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2035 -msgid "FreeBSD Manual" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2035 -msgid "" -"More detailed information about lease requirements and requests can be found " -"in the " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2506 -msgid "Send Options" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2348 -msgid "" -"The values in this field are DHCP options to be sent when requesting a DHCP " -"lease. [option declaration [, ...]]
Value Substitutions: {interface}, " -"{hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C is U(pper) or " -"L(ower) Case, and D is \" :-.\" Delimiter (space, colon, hyphen, or period) " -"(omitted for none).
Some ISPs may require certain options be or not be " -"sent. " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2515 -msgid "Request Options" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2356 -msgid "" -"The values in this field are DHCP option 55 to be sent when requesting a " -"DHCP lease. [option [, ...]]
Some ISPs may require certain options be " -"or not be requested. " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2054 -msgid "Require Options" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2362 -msgid "" -"The values in this field are DHCP options required by the client when " -"requesting a DHCP lease. [option [, ...]] " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2062 -msgid "Option Modifiers" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2371 -msgid "" -"The values in this field are DHCP option modifiers applied to obtained DHCP " -"lease. [modifier option declaration [, ...]]
modifiers: (default, " -"supersede, prepend, append)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2068 -# File: src/www/interfaces.php, line: 2081 -msgid "FreeBSD manual" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2381 -# File: src/www/interfaces.php, line: 2626 -msgid "" -"The value in this field is the full absolute path to a DHCP client " -"configuration file. [/[dirname/[.../]]filename[.ext]]
Value " -"Substitutions in Config File: {interface}, {hostname}, {mac_addr_asciiCD}, " -"{mac_addr_hexCD}
Where C is U(pper) or L(ower) Case, and D is \" :-.\" " -"Delimiter (space, colon, hyphen, or period) (omitted for none).
Some " -"ISPs may require certain options be or not be sent. " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2812 -msgid "PPP configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2815 -# File: src/www/interfaces_ppps_edit.php, line: 506 -msgid "Service Provider" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2819 -# File: src/www/interfaces_ppps_edit.php, line: 510 -msgid "Country:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2827 -# File: src/www/interfaces_ppps_edit.php, line: 518 -msgid "Provider:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2835 -# File: src/www/interfaces_ppps_edit.php, line: 526 -msgid "Plan:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2843 -# File: src/www/interfaces_ppps_edit.php, line: 534 -msgid "Select to fill in data for your service provider." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2865 -# File: src/www/interfaces_ppps_edit.php, line: 558 -msgid "Access Point Name (APN)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2895 -msgid "Advanced PPP" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2898 -# File: src/www/interfaces.php, line: 2903 -# File: src/www/interfaces.php, line: 3007 -# File: src/www/interfaces.php, line: 3012 -# File: src/www/interfaces.php, line: 3078 -# File: src/www/interfaces.php, line: 3083 -msgid "Click here" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2899 -msgid "to edit PPP configuration." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2904 -msgid "to create a PPP configuration." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2918 -msgid "PPPoE configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2933 -# File: src/www/interfaces_ppps_edit.php, line: 617 -msgid "Service name" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2935 -msgid "Hint: this field can usually be left empty" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2942 -# File: src/www/interfaces.php, line: 3064 -msgid "Enable Dial-On-Demand mode" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2943 -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2943 -# File: src/www/interfaces.php, line: 3065 -msgid "" -"connection. The interface is configured, but the actual connection of the " -"link is delayed until qualifying outgoing traffic is detected." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2943 -# File: src/www/interfaces.php, line: 3065 -msgid "virtual full time" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2947 -# File: src/www/interfaces.php, line: 3069 -# File: src/www/services_captiveportal.php, line: 544 -msgid "Idle timeout" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2949 -# File: src/www/interfaces.php, line: 3071 -msgid "" -"If no qualifying outgoing packets are transmitted for the specified number " -"of seconds, the connection is brought down. An idle timeout of zero disables " -"this feature." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2953 -# File: src/www/interfaces_ppps_edit.php, line: 624 -msgid "Periodic reset" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2961 -# File: src/www/interfaces_ppps_edit.php, line: 632 -# File: src/www/status_rrd_graph_tabs.inc, line: 32 -msgid "Custom" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2962 -# File: src/www/interfaces_ppps_edit.php, line: 633 -msgid "Pre-Set" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2963 -# File: src/www/interfaces_ppps_edit.php, line: 634 -msgid "Select a reset timing type" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2971 -# File: src/www/interfaces_ppps_edit.php, line: 642 -msgid "hour (0-23)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2973 -# File: src/www/interfaces_ppps_edit.php, line: 644 -msgid "minute (0-59)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2975 -# File: src/www/interfaces_ppps_edit.php, line: 646 -msgid "reset at a specific date (mm/dd/yyyy)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2978 -# File: src/www/interfaces_ppps_edit.php, line: 649 -msgid "" -"If you leave the date field empty, the reset will be executed each day at " -"the time you did specify using the minutes and hour field." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2986 -# File: src/www/interfaces_ppps_edit.php, line: 657 -msgid "reset at each month ('0 0 1 * *')" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2989 -# File: src/www/interfaces_ppps_edit.php, line: 660 -msgid "reset at each week ('0 0 * * 0')" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2992 -# File: src/www/interfaces_ppps_edit.php, line: 663 -msgid "reset at each day ('0 0 * * *')" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2995 -# File: src/www/interfaces_ppps_edit.php, line: 666 -msgid "reset at each hour ('0 * * * *')" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3004 -msgid "Advanced and MLPPP" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3008 -msgid "" -"for additional PPPoE configuration options. Save first if you made changes." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3013 -msgid "for advanced PPPoE configuration options and MLPPP configuration." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3027 -msgid "PPTP/L2TP configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3042 -# File: src/www/interfaces_ppps_edit.php, line: 207 -# File: src/www/interfaces_ppps_edit.php, line: 210 -msgid "Local IP address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3055 -# File: src/www/interfaces_ppps_edit.php, line: 207 -# File: src/www/interfaces_ppps_edit.php, line: 210 -msgid "Remote IP address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3065 -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3079 -msgid "" -"for additional PPTP and L2TP configuration options. Save first if you made " -"changes." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3084 -msgid "for advanced PPTP and L2TP configuration options" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2105 -msgid "Static IPv6 configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2138 -msgid "IPv6 Upstream Gateway" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2171 -msgid "Add new v6 gateway:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2179 -msgid "Default v6 gateway:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2182 -msgid "Gateway Name IPv6:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2185 -msgid "Gateway IPv6:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2520 -msgid "DHCPv6 client configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2544 -msgid "Use IPv4 connectivity" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2463 -msgid "Request a IPv6 prefix/information through the IPv4 connectivity link" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2467 -msgid "Request only a IPv6 prefix" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2470 -msgid "Only request a IPv6 prefix, do not request a IPv6 address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2474 -msgid "DHCPv6 Prefix Delegation size" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2487 -msgid "" -"The value in this field is the delegated prefix length provided by the " -"DHCPv6 server. Normally specified by the ISP." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2491 -msgid "Send IPv6 prefix hint" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2494 -msgid "" -"Send an IPv6 prefix hint to indicate the desired prefix size for delegation" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2588 -msgid "Interface Statement" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2503 -msgid "Information Only" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2593 -msgid "" -"This statement specifies dhcp6c to only exchange informational " -"configuration parameters with servers. A list of DNS server addresses is " -"an example of such parameters. This statement is useful when the client " -"does not need stateful configuration parameters such as IPv6 addresses or " -"prefixes." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2598 -msgid "source: FreeBSD man page" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2509 -msgid "" -"The values in this field are DHCP send options to be sent when requesting a " -"DHCP lease. [option declaration [, ...]]
Value Substitutions: " -"{interface}, {hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C " -"is U(pper) or L(ower) Case, and D is \" :-.\" Delimiter (space, colon, " -"hyphen, or period) (omitted for none).
Some DHCP services may require " -"certain options be or not be sent. " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2518 -msgid "" -"The values in this field are DHCP request options to be sent when requesting " -"a DHCP lease. [option [, ...]]
Some DHCP services may require certain " -"options be or not be requested. " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2522 -msgid "Script" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2525 -msgid "" -"The value in this field is the absolute path to a script invoked on certain " -"conditions including when a reply message is received.
[/[dirname/" -"[.../]]filename[.ext]] " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2629 -msgid "Identity Association" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2537 -msgid "Non-Temporary Address Allocation" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2539 -msgid "id-assoc na" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2540 -# File: src/www/interfaces.php, line: 2557 -msgid "ID" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2544 -msgid "ipv6-address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2546 -# File: src/www/interfaces.php, line: 2563 -msgid "pltime" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2548 -# File: src/www/interfaces.php, line: 2565 -msgid "vltime" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2554 -msgid "Prefix Delegation" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2556 -msgid "id-assoc pd" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2560 -msgid "Prefix" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2561 -msgid "ipv6-prefix" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2665 -msgid "Prefix Interface" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2576 -msgid "Prefix Interface " -msgstr "" - -# -# File: src/www/interfaces.php, line: 2577 -msgid "sla-id" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2579 -msgid "sla-len" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 217 -# File: src/www/diag_authentication.php, line: 80 -# File: src/www/interfaces.php, line: 3466 -# File: src/www/services_captiveportal.php, line: 638 -# File: src/www/services_captiveportal.php, line: 1015 -msgid "Authentication" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2589 -msgid "authname" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2591 -msgid "protocol" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2593 -msgid "algorithm" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2595 -msgid "rdm" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2688 -msgid "Keyinfo" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2605 -msgid "keyname" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2607 -msgid "realm" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2610 -msgid "keyid" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2612 -msgid "secret" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2614 -msgid "expire" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2704 -msgid "Configuration File Override" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2707 -msgid "6RD Rapid Deployment" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2710 -msgid "6RD prefix" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2714 -msgid "" -"The value in this field is the 6RD IPv6 prefix assigned by your ISP. e.g. " -"'2001:db8::/32'" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2718 -msgid "6RD Border Relay" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2722 -msgid "" -"The value in this field is 6RD IPv4 gateway address assigned by your ISP" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2726 -msgid "6RD IPv4 Prefix length" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 614 -# File: src/www/system_certmanager.php, line: 803 -# File: src/www/vpn_ipsec.php, line: 354 -# File: src/www/vpn_ipsec.php, line: 466 -# File: src/www/vpn_ipsec_phase2.php, line: 841 -# File: src/www/vpn_openvpn_server.php, line: 1052 -# File: src/www/vpn_openvpn_server.php.orig, line: 1052 -msgid "bits" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2738 -msgid "" -"The value in this field is the 6RD IPv4 prefix length. Normally specified by " -"the ISP. A value of 0 means we embed the entire IPv4 address in the 6RD " -"prefix." -msgstr "" - -# -# File: src/www/interfaces.php, line: 2751 -msgid "Track IPv6 Interface" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2754 -msgid "IPv6 Interface" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2784 -msgid "This selects the dynamic IPv6 WAN interface to track for configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2788 -msgid "IPv6 Prefix ID" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2797 -msgid "" -"The value in this field is the (Delegated) IPv6 prefix id. This determines " -"the configurable network ID based on the dynamic IPv6 connection" -msgstr "" - -# -# File: src/www/interfaces.php, line: 2799 -#, php-format -msgid "" -"Enter a hexadecimal value between %x and %x here, default value is 0." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3099 -msgid "" -"Common wireless configuration - Settings apply to all wireless networks on" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3102 -msgid "Persist common settings" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3105 -msgid "" -"Enabling this preserves the common wireless configuration through interface " -"deletions and reassignments." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3129 -msgid "Protection Mode" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3132 -msgid "Protection mode off" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3133 -msgid "Protection mode CTS to self" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3134 -msgid "Protection mode RTS and CTS" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3137 -msgid "" -"For IEEE 802.11g, use the specified technique for protecting OFDM frames in " -"a mixed 11b/11g network." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3145 -msgid "Transmit power" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3158 -msgid "" -"Note: Typically only a few discreet power settings are available and the " -"driver will use the setting closest to the specified value. Not all " -"adapters support changing the transmit power setting." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3162 -# File: src/www/status_interfaces.php, line: 351 -msgid "Channel" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3165 -# File: src/www/interfaces.php, line: 3212 -# File: src/www/interfaces.php, line: 3224 -msgid "Auto" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3185 -msgid "" -"Legend: wireless standards - channel # (frequency @ max TX power / TX power " -"allowed in reg. domain)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3187 -msgid "" -"Note: Not all channels may be supported by your card. Auto may override the " -"wireless standard selected above." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3192 -msgid "Antenna settings" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3198 -msgid "Diversity" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3209 -msgid "Transmit antenna" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3213 -# File: src/www/interfaces.php, line: 3225 -msgid "#1" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3214 -# File: src/www/interfaces.php, line: 3226 -msgid "#2" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3221 -msgid "Receive antenna" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3233 -msgid "" -"Note: The antenna numbers do not always match up with the labels on the card." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3239 -msgid "Distance setting" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3243 -msgid "" -"Note: This field can be used to tune ACK/CTS timers to fit the distance " -"between AP and Client" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3244 -msgid "(measured in Meters and works only for Atheros based cards !)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3249 -msgid "Regulatory settings" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3251 -msgid "Regulatory domain" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3265 -msgid "" -"Note: Some cards have a default that is not recognized and require changing " -"the regulatory domain to one in this list for the changes to other " -"regulatory settings to work." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3267 -msgid "Country (listed with country code and regulatory domain)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3281 -msgid "" -"Note: Any country setting other than \"Default\" will override the " -"regulatory domain setting" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3283 -msgid "Location" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3286 -msgid "Indoor" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3287 -msgid "Outdoor" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3288 -msgid "Anywhere" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3291 -msgid "" -"These settings may affect which channels are available and the maximum " -"transmit power allowed on those channels. Using the correct settings to " -"comply with local regulatory requirements is recommended." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3293 -msgid "" -"Note: All wireless networks on this interface will be temporarily brought " -"down when changing regulatory settings. Some of the regulatory domains or " -"country codes may not be allowed by some cards. These settings may not be " -"able to add additional channels that are not already supported." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3300 -msgid "Network-specific wireless configuration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3306 -# File: src/www/interfaces_wireless_edit.php, line: 184 -msgid "Infrastructure (BSS)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3307 -# File: src/www/interfaces_wireless_edit.php, line: 185 -msgid "Ad-hoc (IBSS)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3308 -# File: src/www/interfaces_wireless_edit.php, line: 186 -msgid "Access Point" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3317 -msgid "" -"Note: Only required in Access Point mode. If left blank in Ad-hoc or " -"Infrastructure mode, this interface will connect to any available SSID" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3067 -msgid "Minimum standard" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3327 -msgid "802.11g" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3329 -msgid "802.11n" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3332 -msgid "" -"When operating as an access point, allow only stations capable of the " -"selected wireless standard to associate (stations not capable are not " -"permitted to associate)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3337 -msgid "802.11g only" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3340 -msgid "" -"When operating as an access point in 802.11g mode, allow only 11g-capable " -"stations to associate (11b-only stations are not permitted to associate)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3345 -msgid "Allow intra-BSS communication" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3349 -msgid "" -"When operating as an access point, enable this if you want to pass packets " -"between wireless clients directly." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3351 -msgid "" -"Disabling the internal bridging is useful when traffic is to be processed " -"with packet filtering." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3355 -msgid "Enable WME" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3358 -msgid "Setting this option will force the card to use WME (wireless QoS)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3362 -msgid "Enable Hide SSID" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3366 -msgid "Setting this option will force the card to NOT broadcast its SSID" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3368 -msgid "(this might create problems for some clients)." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3372 -msgid "WEP" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3375 -msgid "Enable WEP" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3380 -msgid "TX key" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3383 -msgid "Key 1:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3392 -msgid "Key 2:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3401 -msgid "Key 3:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3410 -msgid "Key 4:" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3420 -msgid "" -"40 (64) bit keys may be entered as 5 ASCII characters or 10 hex digits " -"preceded by '0x'." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3421 -msgid "" -"104 (128) bit keys may be entered as 13 ASCII characters or 26 hex digits " -"preceded by '0x'." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3425 -# File: src/www/interfaces.php, line: 3449 -msgid "WPA" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3428 -msgid "Enable WPA" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3433 -msgid "WPA Pre-Shared Key" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3442 -msgid "Passphrase must be from 8 to 63 characters." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3446 -msgid "WPA Mode" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3450 -msgid "WPA2" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3451 -# File: src/www/interfaces.php, line: 3461 -# File: src/www/interfaces.php, line: 3471 -# File: src/www/interfaces.php, line: 3480 -msgid "Both" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3456 -msgid "WPA Key Management Mode" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3459 -# File: src/www/vpn_ipsec_keys.php, line: 132 -# File: src/www/vpn_ipsec_keys_edit.php, line: 77 -# File: src/www/vpn_ipsec_keys_edit.php, line: 152 -# File: src/www/vpn_ipsec_phase1.php, line: 200 -# File: src/www/vpn_ipsec_phase1.php, line: 835 -msgid "Pre-Shared Key" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3460 -msgid "Extensible Authentication Protocol" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3469 -msgid "Open System Authentication" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3470 -msgid "Shared Key Authentication" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3473 -msgid "Note: Shared Key Authentication requires WEP." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3477 -msgid "WPA Pairwise" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3481 -msgid "AES (recommended)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3482 -msgid "TKIP" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3487 -msgid "Key Rotation" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3490 -msgid "" -"Allowed values are 1-9999 but should not be longer than Master Key " -"Regeneration time." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3494 -msgid "Master Key Regeneration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3497 -msgid "" -"Allowed values are 1-9999 but should not be shorter than Key Rotation time." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3501 -msgid "Strict Key Regeneration" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3504 -msgid "" -"Setting this option will force the AP to rekey whenever a client " -"disassociates." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3508 -msgid "Enable IEEE802.1X Authentication" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3511 -msgid "Setting this option will enable 802.1x authentication." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3512 -# File: src/www/load_balancer_pool_edit.php, line: 267 -msgid "NOTE" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3512 -msgid "this option requires checking the \"Enable WPA box\"." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3275 -msgid "802.1X Server IP Address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3519 -# File: src/www/interfaces.php, line: 3540 -msgid "" -"Enter the IP address of the 802.1X Authentication Server. This is commonly " -"a Radius server (FreeRadius, Internet Authentication Services, etc.)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3284 -msgid "802.1X Server Port" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3526 -# File: src/www/interfaces.php, line: 3547 -msgid "Leave blank for the default 1812 port." -msgstr "" - -# -# File: src/www/interfaces.php, line: 3293 -msgid "802.1X Server Shared Secret" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3299 -msgid "802.1X Server IP Address (2)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3537 -msgid "Secondary 802.1X Authentication Server IP Address" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3309 -msgid "802.1X Server Port (2)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3544 -msgid "Secondary 802.1X Authentication Server Port" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3319 -msgid "802.1X Server Shared Secret (2)" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3551 -msgid "Secondary 802.1X Authentication Server Shared Secret" -msgstr "" - -# -# File: src/www/interfaces.php, line: 3328 -msgid "802.1X Roaming Preauth" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 49 -#, php-format -msgid "vlan %s on %s" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 214 -msgid "lan" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 215 -msgid "LAN" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 369 -msgid "" -"The interface is part of a group. Please remove it from the group to continue" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 371 -msgid "" -"The interface is part of a bridge. Please remove it from the bridge to " -"continue" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 373 -msgid "" -"The interface is part of a gre tunnel. Please delete the tunnel to continue" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 375 -msgid "" -"The interface is part of a gif tunnel. Please delete the tunnel to continue" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 271 -#, php-format -msgid "Port %s was assigned to %d interfaces:" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 290 -#, php-format -msgid "" -"You cannot set port %s to interface %s because this interface is a member of " -"%s." -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 299 -#, php-format -msgid "VLAN parent interface %s does not exist." -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 518 -msgid "Do you really want to delete this interface?" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 482 -msgid "Network port" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 514 -msgid "delete interface" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 532 -msgid "Available network ports:" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 548 -msgid "add selected interface" -msgstr "" - -# -# File: src/www/interfaces_assign.php, line: 527 -msgid "" -"Interfaces that are configured as members of a LAGG interface will not be " -"shown." -msgstr "" - -# -# File: src/www/interfaces_bridge.php, line: 62 -msgid "This bridge cannot be deleted because it is assigned as an interface." -msgstr "" - -# -# File: src/www/interfaces_bridge.php, line: 162 -msgid "Do you really want to delete this bridge?" -msgstr "" - -# -# File: src/www/interfaces_bridge.php, line: 128 -# File: src/www/interfaces_groups.php, line: 102 -# File: src/www/interfaces_lagg.php, line: 123 -# File: src/www/load_balancer_pool_edit.php, line: 286 -# File: src/www/system_groupmanager.php, line: 349 -msgid "Members" -msgstr "" - -# -# File: src/www/interfaces_bridge.php, line: 155 -msgid "edit bridge" -msgstr "" - -# -# File: src/www/interfaces_bridge.php, line: 176 -msgid "Here you can configure bridging of interfaces." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 123 -msgid "Member Interfaces" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 128 -msgid "Maxage needs to be an integer between 6 and 40." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 130 -msgid "Maxaddr needs to be an integer." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 132 -msgid "Timeout needs to be an integer." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 134 -msgid "Forward Delay needs to be an integer between 4 and 30." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 136 -msgid "Hello time for STP needs to be an integer between 1 and 2." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 138 -msgid "Priority for STP needs to be an integer between 0 and 61440." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 140 -msgid "Transmit Hold Count for STP needs to be an integer between 1 and 10." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 143 -#, php-format -msgid "%s interface priority for STP needs to be an integer between 0 and 240." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 149 -#, php-format -msgid "" -"%s interface path cost for STP needs to be an integer between 1 and " -"200000000." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 153 -msgid "You must select at least 2 member interfaces for a bridge." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 158 -msgid "A member interface passed does not exist in configuration" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 161 -msgid "Bridging a wireless interface is only possible in hostap mode." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 163 -msgid "" -"Span interface cannot be part of the bridge. Remove the span interface from " -"bridge members to continue." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 221 -# File: src/www/interfaces_gif_edit.php, line: 111 -# File: src/www/interfaces_gre_edit.php, line: 103 -# File: src/www/interfaces_lagg_edit.php, line: 112 -# File: src/www/interfaces_vlan_edit.php, line: 134 -msgid "Error occurred creating interface, please retry." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 280 -msgid "Bridge configuration" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 288 -# File: src/www/interfaces_lagg_edit.php, line: 86 -msgid "Member interfaces" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 311 -msgid "Interfaces participating in the bridge." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 323 -# File: src/www/interfaces_ppps_edit.php, line: 766 -msgid "Show advanced options" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 327 -msgid "RSTP/STP" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 298 -msgid "Spanning Tree Protocol" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 330 -msgid "Enable spanning tree options for this bridge." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 316 -msgid "RSTP" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 319 -msgid "STP" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 346 -msgid "Protocol used for spanning tree." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 348 -msgid "STP interfaces" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 362 -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 remove loops in a network topology." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 368 -msgid "Valid time" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 373 -msgid "" -"Set the time that a Spanning Tree Protocol configuration is valid. The " -"default is 20 seconds. The minimum is 6 seconds and the maximum is 40 " -"seconds." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 378 -msgid "Forward time" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 383 -msgid "" -"Set the time that must pass before an interface begins forwarding packets " -"when Spanning Tree is enabled. The default is 15 seconds. The minimum is 4 " -"seconds and the maximum is 30 seconds." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 387 -msgid "Hello time" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 392 -msgid "" -"Set the time between broadcasting of Spanning Tree Protocol configuration " -"messages. The hello time may only be changed when operating in legacy STP " -"mode. The default is 2 seconds. The minimum is 1 second and the maximum is " -"2 seconds." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 396 -# File: src/www/interfaces_bridge_edit.php, line: 415 -# File: src/www/system_gateway_groups.php, line: 174 -msgid "Priority" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 401 -msgid "" -"Set the bridge priority for Spanning Tree. The default is 32768. The " -"minimum is 0 and the maximum is 61440." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 405 -msgid "Hold count" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 410 -msgid "" -"Set the transmit hold count for Spanning Tree. This is the number of " -"packets transmitted before being rate limited. The default is 6. The " -"minimum is 1 and the maximum is 10." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 425 -msgid "" -"Set the Spanning Tree priority of interface to value. The default is 128. " -"The minimum is 0 and the maximum is 240. Increments of 16." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 429 -msgid "Path cost" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 439 -msgid "" -"Set the Spanning Tree path cost of interface to value. The default is " -"calculated from the link speed. To change a previously selected path cost " -"back to automatic, set the cost to 0. The minimum is 1 and the maximum is " -"200000000." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 452 -msgid "Advanced options" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 448 -msgid "Cache size" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 450 -msgid "entries" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 461 -msgid "" -"Set the size of the bridge address cache to size. The default is .100 " -"entries." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 458 -msgid "Cache entry expire time" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 462 -msgid "" -"Set the timeout of address cache entries to this number of seconds. If " -"seconds is zero, then address cache entries will not be expired. The default " -"is 240 seconds." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 469 -msgid "Span port" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 483 -msgid "" -"Add the interface named by interface as a span port on the bridge. Span " -"ports transmit a copy of every frame received by the bridge. This is most " -"useful for snooping a bridged network passively on another host connected to " -"one of the span ports of the bridge." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 492 -msgid "The span interface cannot be part of the bridge member interfaces." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 497 -msgid "Edge ports" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 511 -msgid "" -"Set interface as an edge port. An edge port connects directly to end " -"stations and cannot create bridging loops in the network; this allows it to " -"transition straight to forwarding." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 517 -msgid "Auto Edge ports" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 531 -msgid "" -"Allow interface to automatically detect edge status. This is the default " -"for all interfaces added to a bridge." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 536 -msgid "This will disable the autoedge status of interfaces." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 540 -msgid "PTP ports" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 554 -msgid "" -"Set the interface as a point-to-point link. This is required for straight " -"transitions to forwarding and should be enabled on a direct link to another " -"RSTP-capable switch." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 560 -msgid "Auto PTP ports" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 574 -msgid "" -"Automatically detect the point-to-point status on interface by checking the " -"full duplex link status. This is the default for interfaces added to the " -"bridge." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 580 -msgid "" -"The interfaces selected here will be removed from default autoedge status." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 584 -msgid "Sticky ports" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 598 -msgid "" -"Mark an interface as a \"sticky\" interface. Dynamically learned address " -"entries are treated as static once entered into the cache. Sticky entries " -"are never aged out of the cache or replaced, even if the address is seen on " -"a different interface." -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 605 -msgid "Private ports" -msgstr "" - -# -# File: src/www/interfaces_bridge_edit.php, line: 619 -msgid "" -"Mark an interface as a \"private\" interface. A private interface does not " -"forward any traffic to any other port that is also a private interface." -msgstr "" - -# -# File: src/www/interfaces_gif.php, line: 57 -msgid "" -"This gif TUNNEL cannot be deleted because it is still being used as an " -"interface." -msgstr "" - -# -# File: src/www/interfaces_gif.php, line: 141 -msgid "Do you really want to delete this gif tunnel?" -msgstr "" - -# -# File: src/www/interfaces_gif.php, line: 117 -# File: src/www/interfaces_gre.php, line: 116 -msgid "Tunnel to..." -msgstr "" - -# -# File: src/www/interfaces_gif.php, line: 134 -# File: src/www/interfaces_gre.php, line: 136 -# File: src/www/interfaces_lagg.php, line: 144 -# File: src/www/interfaces_vlan.php, line: 136 -msgid "edit interface" -msgstr "" - -# -# File: src/www/interfaces_gif.php, line: 153 -msgid "GIF tunnels are configured here." -msgstr "" - -# -# File: src/www/interfaces_gif.php, line: 158 -#, php-format -msgid "" -"If you are using a GIF tunnel to connect to a Hurricane Electric (he.net) " -"Tunnel Broker on a WAN with a dynamic IP, you may want to add a %sHE.net " -"Tunnelbroker dynamic DNS entry%s to keep your tunnel functional when your IP " -"changes." -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 72 -msgid "" -"Parent interface,Local address, Remote tunnel address, Remote tunnel " -"network, Local tunnel address" -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 78 -# File: src/www/interfaces_gre_edit.php, line: 75 -msgid "The tunnel local and tunnel remote fields must have valid IP addresses." -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 84 -msgid "" -"The alias IP address family has to match the family of the remote peer " -"address." -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 92 -#, php-format -msgid "A gif with the network %s is already defined." -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 153 -msgid "GIF configuration" -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 161 -# File: src/www/interfaces_gre_edit.php, line: 69 -# File: src/www/interfaces_gre_edit.php, line: 155 -# File: src/www/interfaces_lagg_edit.php, line: 162 -# File: src/www/interfaces_qinq_edit.php, line: 298 -# File: src/www/interfaces_vlan_edit.php, line: 78 -# File: src/www/interfaces_vlan_edit.php, line: 185 -# File: src/www/interfaces_wireless_edit.php, line: 79 -# File: src/www/interfaces_wireless_edit.php, line: 163 -msgid "Parent interface" -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 181 -msgid "" -"The interface here serves as the local address to be used for the gif tunnel." -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 205 -msgid "GIF remote address" -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 188 -msgid "Peer address where encapsulated gif packets will be sent. " -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 214 -msgid "GIF tunnel local address" -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 195 -msgid "Local gif tunnel endpoint" -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 223 -msgid "GIF tunnel remote address " -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 220 -msgid "" -"Remote gif address endpoint. The subnet part is used for determining the " -"network that is tunnelled." -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 223 -msgid "Route caching " -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 227 -msgid "" -"Specify if route caching can be enabled. Be careful with these settings on " -"dynamic networks. " -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 230 -msgid "ECN friendly behavior" -msgstr "" - -# -# File: src/www/interfaces_gif_edit.php, line: 235 -msgid "" -"Note that the ECN friendly behavior violates RFC2893. This should be used " -"in mutual agreement with the peer." -msgstr "" - -# -# File: src/www/interfaces_gre.php, line: 56 -msgid "" -"This GRE tunnel cannot be deleted because it is still being used as an " -"interface." -msgstr "" - -# -# File: src/www/interfaces_gre.php, line: 140 -msgid "Do you really want to delete this GRE tunnel?" -msgstr "" - -# -# File: src/www/interfaces_gre.php, line: 149 -msgid "" -"Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) " -"tunnels." -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 69 -msgid "Local address" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 69 -msgid "Local tunnel address" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 69 -msgid "Remote tunnel address" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 69 -msgid "Remote tunnel network" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 83 -#, php-format -msgid "A GRE tunnel with the network %s is already defined." -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 147 -msgid "GRE configuration" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 175 -msgid "" -"The interface here serves as the local address to be used for the GRE tunnel." -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 178 -msgid "GRE remote address" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 182 -msgid "Peer address where encapsulated GRE packets will be sent " -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 185 -msgid "GRE tunnel local address " -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 189 -msgid "Local GRE tunnel endpoint" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 192 -msgid "GRE tunnel remote address " -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 214 -msgid "" -"Remote GRE address endpoint. The subnet part is used for the determining the " -"network that is tunneled." -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 217 -msgid "Mobile tunnel" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 221 -msgid "Specify which encapsulation method the tunnel should use. " -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 224 -msgid "Route search type" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 229 -msgid "" -"For correct operation, the GRE device needs a route to the destination that " -"is less specific than the one over the tunnel. (Basically, there needs to " -"be a route to the decapsulating host that does not run over the tunnel, as " -"this would be a loop." -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 236 -msgid "WCCP version" -msgstr "" - -# -# File: src/www/interfaces_gre_edit.php, line: 240 -msgid "" -"Check this box for WCCP encapsulation version 2, or leave unchecked for " -"version 1." -msgstr "" - -# -# File: src/www/interfaces_groups.php, line: 139 -msgid "" -"Do you really want to delete this group? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" - -# -# File: src/www/interfaces_bridge.php, line: 160 -# File: src/www/interfaces_gif.php, line: 139 -# File: src/www/interfaces_gre.php, line: 138 -# File: src/www/interfaces_groups.php, line: 137 -# File: src/www/interfaces_lagg.php, line: 144 -# File: src/www/interfaces_ppps.php, line: 145 -# File: src/www/interfaces_qinq.php, line: 156 -# File: src/www/interfaces_vlan.php, line: 146 -# File: src/www/interfaces_wireless.php, line: 136 -# File: src/www/system_groupmanager.php, line: 527 -msgid "edit group" -msgstr "" - -# -# File: src/www/interfaces_groups.php, line: 139 -msgid "delete ifgroupentry" -msgstr "" - -# -# File: src/www/interfaces_groups.php, line: 148 -msgid "" -"Interface Groups allow you to create rules that apply to multiple interfaces " -"without duplicating the rules. If you remove members from an interface " -"group, the group rules no longer apply to that interface." -msgstr "" - -# -# File: src/www/interfaces_groups_edit.php, line: 63 -msgid "Group name already exists!" -msgstr "" - -# -# File: src/www/interfaces_groups_edit.php, line: 66 -msgid "Only letters A-Z are allowed as the group name." -msgstr "" - -# -# File: src/www/interfaces_groups_edit.php, line: 71 -msgid "" -"The specified group name is already used by an interface. Please choose " -"another name." -msgstr "" - -# -# File: src/www/interfaces_groups_edit.php, line: 245 -msgid "Interface Groups Edit" -msgstr "" - -# -# File: src/www/interfaces_groups_edit.php, line: 253 -# File: src/www/status_gateway_groups.php, line: 95 -# File: src/www/system_gateway_groups.php, line: 172 -# File: src/www/system_gateway_groups_edit.php, line: 243 -# File: src/www/system_gateway_groups_edit.php, line: 246 -# File: src/www/system_groupmanager.php, line: 103 -msgid "Group Name" -msgstr "" - -# -# File: src/www/interfaces_groups_edit.php, line: 257 -msgid "No numbers or spaces are allowed. Only characters in a-zA-Z" -msgstr "" - -# -# File: src/www/interfaces_groups_edit.php, line: 271 -# File: src/www/interfaces_qinq_edit.php, line: 345 -msgid "Member (s)" -msgstr "" - -# -# File: src/www/interfaces_groups_edit.php, line: 327 -msgid "" -"Rules for WAN type interfaces in groups do not contain the reply-to " -"mechanism upon which Multi-WAN typically relies." -msgstr "" - -# -# File: src/www/interfaces_lagg.php, line: 62 -msgid "This LAGG interface cannot be deleted because it is still being used." -msgstr "" - -# -# File: src/www/interfaces_lagg.php, line: 146 -msgid "Do you really want to delete this LAGG interface?" -msgstr "" - -# -# File: src/www/interfaces_lagg.php, line: 159 -msgid "" -"LAGG allows for link aggregation, bonding and fault tolerance. Only " -"unassigned interfaces can be added to LAGG." -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 86 -msgid "Lagg protocol" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 93 -# File: src/www/interfaces_lagg_edit.php, line: 96 -msgid "Interface supplied as member is invalid" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 99 -msgid "Protocol supplied is invalid" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 154 -msgid "LAGG configuration" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 177 -msgid "Choose the members that will be used for the link aggregation" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 180 -msgid "Lag proto" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 195 -msgid "failover" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 196 -msgid "" -"Sends and receives traffic only through the master port. If the master port " -"becomes unavailable, the next active port is used. The first interface " -"added is the master port; any interfaces added after that are used as " -"failover devices." -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 201 -msgid "fec" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 201 -msgid "" -"Supports Cisco EtherChannel. This is a static setup and does not negotiate " -"aggregation with the peer or exchange frames to monitor the link." -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 205 -msgid "lacp" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 205 -msgid "" -"Supports the IEEE 802.3ad Link Aggregation Control Protocol (LACP) and the " -"Marker Protocol. LACP will negotiate a set of aggregable links with the " -"peer in to one or more Link Aggregated Groups. Each LAG is composed of " -"ports of the same speed, set to full-duplex operation. The traffic will be " -"balanced across the ports in the LAG with the greatest total speed, in most " -"cases there will only be one LAG which contains all ports. In the event of " -"changes in physical connectivity, Link Aggregation will quickly converge to " -"a new configuration." -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 216 -msgid "loadbalance" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 216 -msgid "" -"Balances outgoing traffic across the active ports based on hashed protocol " -"header information and accepts incoming traffic from any active port. This " -"is a static setup and does not negotiate aggregation with the peer or " -"exchange frames to monitor the link. The hash includes the Ethernet source " -"and destination address, and, if available, the VLAN tag, and the IP source " -"and destination address" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 224 -msgid "roundrobin" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 224 -msgid "" -"Distributes outgoing traffic using a round-robin scheduler through all " -"active ports and accepts incoming traffic from any active port" -msgstr "" - -# -# File: src/www/interfaces_lagg_edit.php, line: 228 -msgid "" -"This protocol is intended to do nothing: it disables any traffic without " -"disabling the lagg interface itself" -msgstr "" - -# -# File: src/www/interfaces_ppps.php, line: 48 -msgid "" -"This point-to-point link cannot be deleted because it is still being used as " -"an interface." -msgstr "" - -# -# File: src/www/interfaces_ppps.php, line: 147 -msgid "Do you really want to delete this PPP interface?" -msgstr "" - -# -# File: src/www/interfaces_ppps.php, line: 117 -msgid "Interface(s)/Port(s)" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 190 -# File: src/www/interfaces_ppps_edit.php, line: 196 -# File: src/www/interfaces_ppps_edit.php, line: 199 -# File: src/www/interfaces_ppps_edit.php, line: 207 -# File: src/www/interfaces_ppps_edit.php, line: 210 -msgid "Link Interface(s)" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 207 -# File: src/www/interfaces_ppps_edit.php, line: 210 -# File: src/www/services_dhcp.php, line: 766 -# File: src/www/services_dhcpv6.php, line: 538 -msgid "Subnet" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 215 -msgid "Please choose a Link Type." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 219 -msgid "" -"Multilink connections (MLPPP) using the PPP link type is not currently " -"supported. Please select only one Link Interface." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 221 -msgid "The Service name contains invalid characters." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 223 -msgid "Do not specify both a Service name and a NULL Service name." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 246 -#, php-format -msgid "A valid local IP address must be specified for %s." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 248 -#, php-format -msgid "A valid gateway IP address OR hostname must be specified for %s." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 250 -#, php-format -msgid "The bandwidth value for %s must be an integer." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 252 -#, php-format -msgid "The MTU for %s must be greater than 576 bytes." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 254 -#, php-format -msgid "The MRU for %s must be greater than 576 bytes." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 419 -msgid "PPPs configuration" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 427 -msgid "Link Type" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 442 -msgid "Link interface(s)" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 448 -msgid "Select at least two interfaces for Multilink (MLPPP) connections." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 500 -msgid "" -"You may enter a description here for your reference. Description will appear " -"in the \"Interfaces Assign\" select lists." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 554 -msgid "Note: Typically *99# for GSM networks and #777 for CDMA networks" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 619 -msgid "Configure a NULL Service name" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 620 -msgid "" -"Hint: this field can usually be left empty. Service name will not be " -"configured if this field is empty. Check the \"Configure NULL\" box to " -"configure a blank Service name." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 695 -msgid "IP Address OR Hostname" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 568 -msgid "APN number (optional)" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 571 -msgid "" -"Note: Defaults to 1 if you set APN above. Ignored if you set no APN above." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 575 -msgid "SIM PIN" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 582 -msgid "SIM PIN wait" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 585 -msgid "" -"Note: Time to wait for SIM to discover network after PIN is sent to SIM " -"(seconds)." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 589 -msgid "Init String" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 592 -msgid "" -"Note: Enter the modem initialization string here. Do NOT include the \"AT\" " -"string at the beginning of the command. Many modern USB 3G modems don't need " -"an initialization string." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 597 -msgid "Connection Timeout" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 600 -msgid "" -"Note: Enter timeout in seconds for connection to be established (sec.) " -"Default is 45 sec." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 604 -msgid "Uptime Logging" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 606 -msgid "Enable persistent logging of connection uptime." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 607 -msgid "" -"This option causes cumulative uptime to be recorded and displayed on the " -"Status Interfaces page." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 706 -msgid "Dial On Demand" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 708 -msgid "Enable Dial-on-Demand mode" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 709 -msgid "" -"This option causes the interface to operate in dial-on-demand mode. Do NOT " -"enable if you want your link to be always up. The interface is configured, " -"but the actual connection of the link is delayed until qualifying outgoing " -"traffic is detected." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 714 -msgid "Idle Timeout" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 716 -msgid "(seconds) Default is 0, which disables the timeout feature." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 717 -msgid "" -"If no incoming or outgoing packets are transmitted for the entered number of " -"seconds the connection is brought down." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 718 -msgid "" -"When the idle timeout occurs, if the dial-on-demand option is enabled, mpd " -"goes back into dial-on-demand mode. Otherwise, the interface is brought down " -"and all associated routes removed." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 722 -# File: src/www/vpn_openvpn_client.php, line: 913 -# File: src/www/vpn_openvpn_client.php.orig, line: 913 -# File: src/www/vpn_openvpn_server.php, line: 1380 -# File: src/www/vpn_openvpn_server.php.orig, line: 1380 -msgid "Compression" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 724 -msgid "Disable vjcomp(compression) (auto-negotiated by default)." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 725 -msgid "" -"This option enables Van Jacobson TCP header compression, which saves several " -"bytes per TCP data packet. You almost always want this option. This " -"compression ineffective for TCP connections with enabled modern extensions " -"like time stamping or SACK, which modify TCP options between sequential " -"packets." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 731 -msgid "TCPmssFix" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 733 -msgid "Disable tcpmssfix (enabled by default)." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 734 -msgid "" -"This option causes mpd to adjust incoming and outgoing TCP SYN segments so " -"that the requested maximum segment size is not greater than the amount " -"allowed by the interface MTU. This is necessary in many setups to avoid " -"problems caused by routers that drop ICMP Datagram Too Big messages. Without " -"these messages, the originating machine sends data, it passes the rogue " -"router then hits a machine that has an MTU that is not big enough for the " -"data. Because the IP Don't Fragment option is set, this machine sends an " -"ICMP Datagram Too Big message back to the originator and drops the packet. " -"The rogue router drops the ICMP message and the originator never gets to " -"discover that it must reduce the fragment size or drop the IP Don't Fragment " -"option from its outgoing data." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 742 -msgid "ShortSeq" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 744 -msgid "Disable shortseq (auto-negotiated by default)." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 745 -msgid "" -"This option is only meaningful if multi-link PPP is negotiated. It " -"proscribes shorter multi-link fragment headers, saving two bytes on every " -"frame. It is not necessary to disable this for connections that are not " -"multi-link." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 750 -msgid "ACFComp" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 752 -msgid "Disable acfcomp (compression) (auto-negotiated by default)." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 753 -msgid "" -"Address and control field compression. This option only applies to " -"asynchronous link types. It saves two bytes per frame." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 757 -msgid "ProtoComp" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 759 -msgid "Disable protocomp (compression) (auto-negotiated by default)." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 760 -msgid "" -"Protocol field compression. This option saves one byte per frame for most " -"frames." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 773 -msgid "Link Parameters" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 791 -msgid "MRU" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 798 -msgid "MRRU" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 780 -msgid "" -"Set ONLY for MLPPP connections and ONLY when links have different bandwidths." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 787 -msgid "MTU will default to 1492." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 794 -# File: src/www/interfaces_ppps_edit.php, line: 801 -msgid "will be auto-negotiated by default." -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 801 -msgid "Set ONLY for MLPPP connections." -msgstr "" - -# -# File: src/www/interfaces_qinq.php, line: 54 -msgid "" -"This QinQ cannot be deleted because it is still being used as an interface." -msgstr "" - -# -# File: src/www/interfaces_qinq.php, line: 56 -msgid "QinQ interface does not exist" -msgstr "" - -# -# File: src/www/interfaces_qinq.php, line: 158 -msgid "Do you really want to delete this QinQ?" -msgstr "" - -# -# File: src/www/interfaces_qinq.php, line: 126 -# File: src/www/interfaces_qinq_edit.php, line: 354 -msgid "Tag" -msgstr "" - -# -# File: src/www/interfaces_qinq.php, line: 127 -msgid "QinQ members" -msgstr "" - -# -# File: src/www/interfaces_qinq.php, line: 170 -#, php-format -msgid "" -"Not all drivers/NICs support 802.1Q QinQ tagging properly. On cards that do " -"not explicitly support it, QinQ tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 78 -msgid "First level tag cannot be empty." -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 80 -msgid "" -"You are editing an existing entry and modifying the first level tag is not " -"allowed." -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 82 -msgid "" -"You are editing an existing entry and modifying the interface is not allowed." -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 86 -msgid "QinQ level already exists for this interface, edit it!" -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 90 -msgid "" -"A normal VLAN exists with this tag please remove it to use this tag for QinQ " -"first level." -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 290 -msgid "Interface QinQ Edit" -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 315 -msgid "Only QinQ capable interfaces will be shown." -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 318 -msgid "First level tag" -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 323 -msgid "" -"This is the first level VLAN tag. On top of this are stacked the member " -"VLANs defined below." -msgstr "" - -# -# File: src/www/interfaces_vlan.php, line: 62 -msgid "" -"This VLAN cannot be deleted because it is still being used as an interface." -msgstr "" - -# -# File: src/www/interfaces_vlan.php, line: 148 -msgid "Do you really want to delete this VLAN?" -msgstr "" - -# -# File: src/www/interfaces_vlan.php, line: 125 -# File: src/www/interfaces_vlan_edit.php, line: 78 -msgid "VLAN tag" -msgstr "" - -# -# File: src/www/interfaces_vlan.php, line: 162 -#, php-format -msgid "" -"Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do " -"not explicitly support it, VLAN tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" - -# -# File: src/www/interfaces_vlan_edit.php, line: 83 -msgid "The VLAN tag must be an integer between 1 and 4094." -msgstr "" - -# -# File: src/www/interfaces_vlan_edit.php, line: 87 -msgid "Interface supplied as parent is invalid" -msgstr "" - -# -# File: src/www/interfaces_vlan_edit.php, line: 92 -msgid "" -"Interface is assigned and you cannot change the VLAN tag while assigned." -msgstr "" - -# -# File: src/www/interfaces_vlan_edit.php, line: 100 -#, php-format -msgid "A VLAN with the tag %s is already defined on this interface." -msgstr "" - -# -# File: src/www/interfaces_vlan_edit.php, line: 107 -msgid "A QinQ VLAN exists with this tag please remove it to use this tag with." -msgstr "" - -# -# File: src/www/interfaces_vlan_edit.php, line: 201 -msgid "Only VLAN capable interfaces will be shown." -msgstr "" - -# -# File: src/www/interfaces_vlan_edit.php, line: 204 -msgid "VLAN tag " -msgstr "" - -# -# File: src/www/interfaces_vlan_edit.php, line: 208 -msgid "802.1Q VLAN tag (between 1 and 4094) " -msgstr "" - -# -# File: src/www/interfaces_wireless.php, line: 53 -msgid "" -"This wireless clone cannot be deleted because it is assigned as an interface." -msgstr "" - -# -# File: src/www/interfaces_wireless.php, line: 138 -msgid "Do you really want to delete this wireless clone?" -msgstr "" - -# -# File: src/www/interfaces_wireless.php, line: 149 -msgid "" -"Here you can configure clones of wireless interfaces, which can be assigned " -"as separate independent interfaces. Only available on wireless chipsets that " -"support this, with limitations on the number that can be created in each " -"mode." -msgstr "" - -# -# File: src/www/interfaces_wireless_edit.php, line: 111 -msgid "" -"This wireless clone cannot be modified because it is still assigned as an " -"interface." -msgstr "" - -# -# File: src/www/interfaces_wireless_edit.php, line: 113 -msgid "" -"Use the configuration page for the assigned interface to change the mode." -msgstr "" - -# -# File: src/www/interfaces_wireless_edit.php, line: 118 -#, php-format -msgid "" -"Error creating interface with mode %s. The %s interface may not support " -"creating more clones with the selected mode." -msgstr "" - -# -# File: src/www/interfaces_wireless_edit.php, line: 156 -msgid "Wireless clone configuration" -msgstr "" - -# -# File: src/www/bandwidth_by_ip.php, line: 46 -msgid "Wrong Interface" -msgstr "" - -# -# File: src/www/load_balancer_monitor.php, line: 61 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"pool." -msgstr "" - -# -# File: src/www/load_balancer_monitor.php, line: 97 -# File: src/www/load_balancer_relay_protocol.php, line: 107 -# File: src/www/load_balancer_setting.php, line: 102 -msgid "The load balancer configuration has been changed" -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 158 -msgid "This monitor name has already been used. Monitor names must be unique." -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 161 -# File: src/www/load_balancer_pool_edit.php, line: 78 -# File: src/www/load_balancer_relay_action_edit.php, line: 118 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 81 -msgid "You cannot use spaces in the 'name' field." -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 175 -# File: src/www/services_dhcp_edit.php, line: 151 -# File: src/www/services_dhcpv6_edit.php, line: 104 -# File: src/www/services_dnsmasq_edit.php, line: 78 -# File: src/www/services_unbound_host_edit.php, line: 79 -msgid "The hostname can only contain the characters A-Z, 0-9 and '-'." -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 181 -msgid "HTTP(s) codes must be from RFC2616." -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 185 -msgid "The path to monitor must be set." -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 260 -# File: src/www/load_balancer_monitor_edit.php, line: 344 -# File: src/www/load_balancer_relay_action_edit.php, line: 175 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 134 -# File: src/www/system_advanced_admin.php, line: 340 -# File: src/www/vpn_openvpn_export.php, line: 740 -# File: src/www/vpn_openvpn_export.php.orig, line: 740 -# File: src/www/vpn_openvpn_export_shared.php, line: 359 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 359 -msgid "HTTP" -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 260 -# File: src/www/load_balancer_monitor_edit.php, line: 377 -# File: src/www/system_advanced_admin.php, line: 344 -msgid "HTTPS" -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 260 -# File: src/www/load_balancer_monitor_edit.php, line: 411 -msgid "Send/Expect" -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 308 -msgid "Edit Load Balancer - Monitor entry" -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 348 -# File: src/www/load_balancer_monitor_edit.php, line: 381 -msgid "Path" -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 356 -# File: src/www/load_balancer_monitor_edit.php, line: 389 -msgid "Hostname for Host: header if needed." -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 360 -# File: src/www/load_balancer_monitor_edit.php, line: 393 -msgid "HTTP Code" -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 415 -msgid "Send string" -msgstr "" - -# -# File: src/www/load_balancer_monitor_edit.php, line: 421 -msgid "Expect string" -msgstr "" - -# -# File: src/www/load_balancer_pool.php, line: 62 -# File: src/www/load_balancer_relay_protocol.php, line: 61 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"virtual server." -msgstr "" - -# -# File: src/www/load_balancer_pool.php, line: 109 -# File: src/www/status_lb_pool.php, line: 113 -# File: src/www/status_lb_vs.php, line: 57 -#, php-format -msgid "" -"The load balancer configuration has been changed%sYou must apply the changes " -"in order for them to take effect." -msgstr "" - -# -# File: src/www/load_balancer_monitor.php, line: 77 -# File: src/www/load_balancer_monitor_edit.php, line: 256 -# File: src/www/load_balancer_pool.php, line: 139 -# File: src/www/load_balancer_pool_edit.php, line: 68 -# File: src/www/load_balancer_pool_edit.php, line: 252 -# File: src/www/status_gateways.php, line: 75 -# File: src/www/status_lb_pool.php, line: 139 -msgid "Monitor" -msgstr "" - -# -# File: src/www/load_balancer_pool.php, line: 139 -#, php-format -msgid "" -"This feature is intended for server load balancing, not multi-WAN. For load " -"balancing or failover for multiple WANs, use %sGateway Groups%s." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 68 -msgid "Server List" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 75 -msgid "This pool name has already been used. Pool names must be unique." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 81 -#, php-format -msgid "The name '%s' is a reserved word and cannot be used." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 84 -#, php-format -msgid "Sorry, an alias is already named %s." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 87 -msgid "The port must be an integer between 1 and 65535, or a port alias." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 91 -msgid "The retry value must be an integer between 1 and 65535." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 96 -#, php-format -msgid "%s is not a valid IP address or IPv4 subnet (in \"enabled\" list)." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 99 -#, php-format -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"enabled\" list)." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 106 -#, php-format -msgid "%s is not a valid IP address or IPv4 subnet (in \"disabled\" list)." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 109 -#, php-format -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"disabled\" list)." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 118 -msgid "Invalid monitor chosen." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 198 -msgid "Add/edit Load Balancer - Pool entry" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 210 -msgid "Load Balance" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 211 -msgid "Manual Failover" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 227 -msgid "This is the port your servers are listening on." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 228 -# File: src/www/load_balancer_virtual_server_edit.php, line: 202 -msgid "" -"You may also specify a port alias listed in Firewall -> Aliases here." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 242 -msgid "" -"Optionally specify how many times to retry checking a server before " -"declaring it down." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 249 -msgid "Add item to pool" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 267 -msgid "" -"Please add a monitor IP address on the monitors tab if you wish to use this " -"feature." -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 273 -msgid "Server IP Address" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 276 -msgid "Add to pool" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 283 -msgid "Current Pool Members" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 292 -msgid "Pool Disabled" -msgstr "" - -# -# File: src/www/diag_gmirror.php, line: 350 -# File: src/www/diag_gmirror.php, line: 365 -# File: src/www/load_balancer_pool_edit.php, line: 303 -# File: src/www/load_balancer_pool_edit.php, line: 323 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 257 -msgid "Remove" -msgstr "" - -# -# File: src/www/load_balancer_pool_edit.php, line: 312 -msgid "Enabled (default)" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 56 -msgid "Timeout must be a numeric value" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 60 -msgid "Interval must be a numeric value" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 65 -msgid "Prefork must be a numeric value" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 68 -msgid "Prefork value must be between 1 and 32" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 117 -msgid "Global settings" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 129 -msgid "timeout" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 133 -msgid "" -"Set the global timeout in milliseconds for checks. Leave blank to use the " -"default value of 1000 ms " -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 137 -msgid "interval" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 141 -msgid "" -"Set the interval in seconds at which the member of a pool will be checked. " -"Leave blank to use the default interval of 10 seconds" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 145 -msgid "prefork" -msgstr "" - -# -# File: src/www/load_balancer_setting.php, line: 149 -msgid "" -"Number of processes used by relayd for dns protocol. Leave blank to use the " -"default value of 5 processes" -msgstr "" - -# -# File: src/www/load_balancer_virtual_server.php, line: 146 -msgid "The virtual server configuration has been changed" -msgstr "" - -# -# File: src/www/load_balancer_pool.php, line: 87 -# File: src/www/load_balancer_pool_edit.php, line: 157 -# File: src/www/load_balancer_virtual_server.php, line: 174 -# File: src/www/status_lb_pool.php, line: 56 -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 69 -msgid "Pool" -msgstr "" - -# -# File: src/www/load_balancer_virtual_server.php, line: 175 -# File: src/www/load_balancer_virtual_server_edit.php, line: 231 -msgid "Fall Back Pool" -msgstr "" - -# -# File: src/www/load_balancer_relay_protocol.php, line: 90 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 129 -# File: src/www/load_balancer_virtual_server_edit.php, line: 70 -# File: src/www/load_balancer_virtual_server_edit.php, line: 265 -msgid "Relay Protocol" -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 79 -msgid "" -"This virtual server name has already been used. Virtual server names must " -"be unique." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 82 -msgid "You cannot use spaces or slashes in the 'name' field." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 85 -msgid "" -"The port must be an integer between 1 and 65535, a port alias, or left blank." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 88 -#, php-format -msgid "%s is not a valid IP address, IPv4 subnet, or alias." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 90 -#, php-format -msgid "%s is a subnet containing more than 64 IP addresses." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 93 -msgid "You cannot select a Fall Back Pool when using the DNS relay protocol." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 168 -msgid "Edit Load Balancer - Virtual Server entry" -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 186 -msgid "" -"This is normally the WAN IP address that you would like the server to listen " -"on. All connections to this IP and port will be forwarded to the pool " -"cluster." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 187 -msgid "" -"You may also specify a host alias listed in Firewall -> Aliases here." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 200 -msgid "" -"This is the port that the clients will connect to. All connections to this " -"port will be forwarded to the pool cluster." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 201 -msgid "If left blank, listening ports from the pool will be used." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 212 -msgid "Virtual Server Pool" -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 215 -# File: src/www/load_balancer_virtual_server_edit.php, line: 234 -msgid "Please add a pool on the Pools tab to use this feature." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 247 -msgid "" -"The server pool to which clients will be redirected if *ALL* servers in the " -"Virtual Server Pool are offline." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 248 -msgid "This option is NOT compatible with the DNS relay protocol." -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 284 -# File: src/www/status_captiveportal_expire.php, line: 94 -# File: src/www/status_captiveportal_test.php, line: 95 -msgid "Submit" -msgstr "" - -# -# File: src/www/load_balancer_virtual_server_edit.php, line: 293 -msgid "" -"Don't forget to add a firewall rule for the virtual server/pool after you're " -"finished setting it up." -msgstr "" - -# -# File: src/www/reboot.php, line: 48 -msgid "The system is rebooting now. This may take one minute." -msgstr "" - -# -# File: src/www/reboot.php, line: 54 -msgid "Are you sure you want to reboot the system?" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 89 -# File: src/www/services_router_advertisements.php, line: 45 -msgid "Only interfaces configured with a static IP will be shown" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 89 -msgid "" -"The DHCP Server can only be enabled on interfaces configured with static IP " -"addresses" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 218 -# File: src/www/services_dhcpv6.php, line: 154 -msgid "Range begin" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 218 -# File: src/www/services_dhcpv6.php, line: 154 -msgid "Range end" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 223 -# File: src/www/services_dhcp.php, line: 225 -# File: src/www/services_dhcpv6.php, line: 159 -# File: src/www/services_dhcpv6.php, line: 163 -# File: src/www/services_dhcpv6.php, line: 165 -msgid "A valid range must be specified." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 227 -# File: src/www/services_dhcp_edit.php, line: 204 -msgid "A valid IP address must be specified for the gateway." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 229 -# File: src/www/services_dhcp_edit.php, line: 206 -msgid "" -"A valid IP address must be specified for the primary/secondary WINS servers." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 234 -# File: src/www/services_dhcp_edit.php, line: 212 -#, php-format -msgid "" -"The gateway address %s does not lie within the chosen interface's subnet." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 237 -# File: src/www/services_dhcp_edit.php, line: 215 -msgid "" -"A valid IP address must be specified for the primary/secondary DNS servers." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 240 -# File: src/www/services_dhcp_edit.php, line: 218 -# File: src/www/services_dhcpv6.php, line: 172 -msgid "The default lease time must be at least 60 seconds." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 262 -# File: src/www/services_dhcp_edit.php, line: 220 -# File: src/www/services_dhcpv6.php, line: 174 -msgid "" -"The maximum lease time must be at least 60 seconds and higher than the " -"default lease time." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 264 -# File: src/www/services_dhcp_edit.php, line: 222 -# File: src/www/services_dhcpv6.php, line: 176 -msgid "A valid domain name must be specified for the dynamic DNS registration." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 266 -# File: src/www/services_dhcp_edit.php, line: 224 -msgid "" -"A valid primary domain name server IP address must be specified for the " -"dynamic domain name." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 269 -# File: src/www/services_dhcp_edit.php, line: 227 -# File: src/www/services_dhcpv6.php, line: 181 -msgid "You must specify both a valid domain key and key name." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 274 -# File: src/www/services_dhcp_edit.php, line: 232 -# File: src/www/services_dhcpv6.php, line: 186 -# File: src/www/services_router_advertisements.php, line: 124 -msgid "A valid domain search list must be specified." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 282 -msgid "" -"If you specify a mac allow list, it must contain only valid partial MAC " -"addresses." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 284 -msgid "" -"If you specify a mac deny list, it must contain only valid partial MAC " -"addresses." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 287 -# File: src/www/services_dhcp_edit.php, line: 239 -msgid "" -"A valid IP address must be specified for the primary/secondary NTP servers." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 289 -# File: src/www/services_dhcpv6.php, line: 195 -msgid "A valid domain name must be specified for the DNS domain." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 291 -# File: src/www/services_dhcp_edit.php, line: 241 -msgid "A valid IP address or hostname must be specified for the TFTP server." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 293 -# File: src/www/services_dhcp_edit.php, line: 243 -msgid "A valid IP address must be specified for the network boot server." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 296 -msgid "You cannot use the network address in the starting subnet range." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 298 -msgid "You cannot use the broadcast address in the ending subnet range." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 305 -#, php-format -msgid "The subnet range cannot overlap with virtual IP address %s." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 296 -msgid "" -"Cannot enable static ARP when you have static map entries without IP " -"addresses. Ensure all static maps have IP addresses and try again." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 320 -msgid "Text type cannot include quotation marks." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 322 -msgid "" -"String type must be enclosed in quotes like \"this\" or must be a series of " -"octets specified in hexadecimal, separated by colons, like 01:23:45:67:89:ab:" -"cd:ef" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 324 -msgid "Boolean type must be true, false, on, or off." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 326 -msgid "Unsigned 8-bit integer type must be a number in the range 0 to 255." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 328 -msgid "Unsigned 16-bit integer type must be a number in the range 0 to 65535." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 330 -msgid "" -"Unsigned 32-bit integer type must be a number in the range 0 to 4294967295." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 332 -msgid "Signed 8-bit integer type must be a number in the range -128 to 127." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 334 -msgid "" -"Signed 16-bit integer type must be a number in the range -32768 to 32767." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 336 -msgid "" -"Signed 32-bit integer type must be a number in the range -2147483648 to " -"2147483647." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 338 -msgid "IP address or host type must be an IP address or host name." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 349 -# File: src/www/services_dhcpv6.php, line: 223 -msgid "The specified range lies outside of the current subnet." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 353 -# File: src/www/services_dhcpv6.php, line: 228 -msgid "The range is invalid (first element higher than second element)." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 360 -msgid "" -"The specified range must not be within the DHCP range for this interface." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 369 -msgid "" -"The specified range must not be within the range configured on a DHCP pool " -"for this interface." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 376 -# File: src/www/services_dhcpv6.php, line: 232 -#, php-format -msgid "" -"You must disable the DHCP relay on the %s interface before enabling the DHCP " -"server." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 386 -# File: src/www/services_dhcpv6.php, line: 247 -#, php-format -msgid "The DHCP range cannot overlap any static DHCP mappings." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 572 -msgid "Boolean" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 572 -msgid "String" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 572 -msgid "Text" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 573 -msgid "Unsigned 16-bit integer" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 573 -msgid "Unsigned 32-bit integer" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 573 -msgid "Unsigned 8-bit integer" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 574 -msgid "IP address or host" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 574 -msgid "Signed 16-bit integer" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 574 -msgid "Signed 32-bit integer" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 574 -msgid "Signed 8-bit integer" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 690 -# File: src/www/services_dhcpv6.php, line: 456 -msgid "The static mapping configuration has been changed" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 730 -msgid "" -"DHCP Relay is currently enabled. Cannot enable the DHCP Server service while " -"the DHCP Relay is enabled on any interface." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 741 -#, php-format -msgid "Enable DHCP server on %s interface" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 747 -msgid "" -"Editing Pool-Specific Options. To return to the Interface, click its tab " -"above." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 754 -msgid "Deny unknown clients" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 755 -msgid "" -"If this is checked, only the clients defined below will get DHCP leases from " -"this server. " -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 759 -msgid "Pool Description" -msgstr "" - -# -# File: src/www/services_captiveportal_ip_edit.php, line: 92 -# File: src/www/services_dhcp.php, line: 772 -# File: src/www/services_dhcpv6.php, line: 544 -msgid "Subnet mask" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 778 -# File: src/www/services_dhcpv6.php, line: 550 -msgid "Available range" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 805 -# File: src/www/services_dhcpv6.php, line: 586 -msgid "Range" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 813 -msgid "Additional Pools" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 815 -msgid "" -"If you need additional pools of addresses inside of this subnet outside the " -"above Range, they may be specified here." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 818 -msgid "Pool Start" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 819 -msgid "Pool End" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 847 -msgid "Do you really want to delete this pool?" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 861 -# File: src/www/services_dhcp_edit.php, line: 427 -msgid "WINS servers" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 868 -# File: src/www/services_dhcp_edit.php, line: 434 -# File: src/www/services_dhcpv6.php, line: 611 -# File: src/www/services_router_advertisements.php, line: 343 -# File: src/www/system_general.php, line: 390 -# File: src/www/vpn_pppoe_edit.php, line: 501 -msgid "DNS servers" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 872 -# File: src/www/services_dhcp_edit.php, line: 438 -# File: src/www/services_dhcpv6.php, line: 615 -# File: src/www/services_router_advertisements.php, line: 347 -msgid "" -"NOTE: leave blank to use the system default DNS servers - this interface's " -"IP if DNS forwarder is enabled, otherwise the servers configured on the " -"General page." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 879 -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network. Type \"none\" for no gateway assignment." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 883 -# File: src/www/services_dhcp_edit.php, line: 449 -# File: src/www/services_dhcpv6.php, line: 619 -msgid "Domain name" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 886 -# File: src/www/services_dhcp_edit.php, line: 452 -# File: src/www/services_dhcpv6.php, line: 622 -msgid "" -"The default is to use the domain name of this system as the default domain " -"name provided by DHCP. You may specify an alternate domain name here." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 890 -# File: src/www/services_dhcp_edit.php, line: 456 -# File: src/www/services_dhcpv6.php, line: 626 -# File: src/www/services_router_advertisements.php, line: 352 -msgid "Domain search list" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 893 -# File: src/www/services_dhcp_edit.php, line: 459 -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator " -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 897 -# File: src/www/services_dhcp_edit.php, line: 463 -# File: src/www/services_dhcpv6.php, line: 633 -msgid "Default lease time" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 901 -# File: src/www/services_dhcp_edit.php, line: 467 -# File: src/www/services_dhcpv6.php, line: 637 -msgid "" -"This is used for clients that do not ask for a specific expiration time." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 903 -# File: src/www/services_dhcp_edit.php, line: 469 -# File: src/www/services_dhcpv6.php, line: 639 -msgid "The default is 7200 seconds." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 907 -# File: src/www/services_dhcp_edit.php, line: 473 -# File: src/www/services_dhcpv6.php, line: 643 -msgid "Maximum lease time" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 911 -# File: src/www/services_dhcp_edit.php, line: 477 -# File: src/www/services_dhcpv6.php, line: 647 -msgid "" -"This is the maximum lease time for clients that ask for a specific " -"expiration time." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 913 -# File: src/www/services_dhcp_edit.php, line: 479 -# File: src/www/services_dhcpv6.php, line: 649 -msgid "The default is 86400 seconds." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 918 -msgid "Failover peer IP:" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 921 -msgid "" -"Leave blank to disable. Enter the interface IP address of the other " -"machine. Machines must be using CARP. Interface's advskew determines " -"whether the DHCPd process is Primary or Secondary. Ensure one machine's " -"advskew<20 (and the other is >20)." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 927 -# File: src/www/services_dhcp.php, line: 1156 -msgid "Static ARP" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 930 -msgid "Enable Static ARP entries" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 932 -msgid "" -"Warning: This option persists even if DHCP server is disabled. Only the " -"machines listed below will be able to communicate with the firewall on this " -"NIC." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 938 -# File: src/www/services_dhcpv6.php, line: 653 -msgid "Time format change" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 941 -msgid "Change DHCP display lease time from UTC to local time." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 943 -msgid "" -"Warning: By default DHCP leases are displayed in UTC time. By checking this " -"box DHCP lease time will be displayed in local time and set to time zone " -"selected. This will be used for all DHCP interfaces lease time." -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 126 -# File: src/www/services_dhcp.php, line: 950 -# File: src/www/services_dhcp_edit.php, line: 483 -# File: src/www/services_dhcpv6.php, line: 678 -# File: src/www/vpn_ipsec_phase1.php, line: 787 -msgid "Dynamic DNS" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 953 -# File: src/www/services_dhcp_edit.php, line: 486 -# File: src/www/services_dhcpv6.php, line: 681 -msgid "Show Dynamic DNS" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 957 -# File: src/www/services_dhcp_edit.php, line: 490 -# File: src/www/services_dhcpv6.php, line: 685 -msgid "Enable registration of DHCP client names in DNS." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 960 -# File: src/www/services_dhcp_edit.php, line: 493 -# File: src/www/services_dhcpv6.php, line: 688 -msgid "Note: Leave blank to disable dynamic DNS registration." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 961 -# File: src/www/services_dhcp_edit.php, line: 494 -# File: src/www/services_dhcpv6.php, line: 689 -msgid "" -"Enter the dynamic DNS domain which will be used to register client names in " -"the DNS server." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 963 -# File: src/www/services_dhcp_edit.php, line: 496 -# File: src/www/services_dhcpv6.php, line: 691 -msgid "" -"Enter the primary domain name server IP address for the dynamic domain name." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 965 -# File: src/www/services_dhcp_edit.php, line: 498 -# File: src/www/services_dhcpv6.php, line: 693 -msgid "" -"Enter the dynamic DNS domain key name which will be used to register client " -"names in the DNS server." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 967 -# File: src/www/services_dhcp_edit.php, line: 500 -# File: src/www/services_dhcpv6.php, line: 695 -msgid "" -"Enter the dynamic DNS domain key secret which will be used to register " -"client names in the DNS server." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 972 -msgid "MAC Address Control" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 975 -msgid "Show MAC Address Control" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 979 -msgid "" -"Enter a list of partial MAC addresses to allow, comma separated, no spaces, " -"such as " -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 981 -msgid "" -"Enter a list of partial MAC addresses to deny access, comma separated, no " -"spaces, such as " -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 986 -# File: src/www/services_dhcp_edit.php, line: 506 -# File: src/www/services_dhcpv6.php, line: 701 -msgid "NTP servers" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 989 -# File: src/www/services_dhcp_edit.php, line: 509 -# File: src/www/services_dhcpv6.php, line: 704 -msgid "Show NTP configuration" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 998 -# File: src/www/services_dhcp_edit.php, line: 518 -# File: src/www/services_dhcpv6.php, line: 714 -msgid "TFTP server" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1001 -# File: src/www/services_dhcp_edit.php, line: 521 -# File: src/www/services_dhcpv6.php, line: 717 -msgid "Show TFTP configuration" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1005 -# File: src/www/services_dhcp_edit.php, line: 525 -# File: src/www/services_dhcpv6.php, line: 721 -msgid "" -"Leave blank to disable. Enter a full hostname or IP for the TFTP server." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1010 -# File: src/www/services_dhcpv6.php, line: 727 -msgid "LDAP URI" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1013 -# File: src/www/services_dhcpv6.php, line: 730 -msgid "Show LDAP configuration" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1017 -# File: src/www/services_dhcpv6.php, line: 734 -msgid "" -"Leave blank to disable. Enter a full URI for the LDAP server in the form " -"ldap://ldap.example.com/dc=example,dc=com" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1022 -# File: src/www/services_dhcpv6.php, line: 739 -msgid "Enable network booting" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1025 -# File: src/www/services_dhcpv6.php, line: 742 -msgid "Show Network booting" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1029 -# File: src/www/services_dhcpv6.php, line: 746 -msgid "Enables network booting." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1031 -msgid "Enter the IP of the" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1031 -msgid "next-server" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1033 -msgid "and the default bios filename" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1035 -msgid "and the UEFI 32bit filename " -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1037 -msgid "and the UEFI 64bit filename " -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1039 -msgid "" -"Note: You need both a filename and a boot server configured for this to work!" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1040 -msgid "" -"You will need all three filenames and a boot server configured for UEFI to " -"work!" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1041 -# File: src/www/services_dhcp_edit.php, line: 409 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "Enter the" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1041 -# File: src/www/services_dhcp_edit.php, line: 409 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "root-path" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1041 -# File: src/www/services_dhcp_edit.php, line: 409 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "string" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1043 -msgid "" -"Note: string-format: iscsi:(servername):(protocol):(port):(LUN):targetname" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1049 -# File: src/www/services_dhcpv6.php, line: 754 -msgid "Additional BOOTP/DHCP Options" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1052 -# File: src/www/services_dhcpv6.php, line: 757 -msgid "Show Additional BOOTP/DHCP Options" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1060 -# File: src/www/services_dhcpv6.php, line: 765 -msgid "" -"Enter the DHCP option number and the value for each item you would like to " -"include in the DHCP lease information. For a list of available options " -"please visit this" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1060 -# File: src/www/services_dhcpv6.php, line: 765 -msgid "URL" -msgstr "" - -# -# File: src/www/load_balancer_relay_action_edit.php, line: 508 -# File: src/www/services_dhcp.php, line: 1067 -# File: src/www/services_dhcpv6.php, line: 771 -# File: src/www/system_advanced_sysctl.php, line: 156 -# File: src/www/system_advanced_sysctl.php, line: 234 -# File: src/www/system_certmanager.php, line: 893 -msgid "Value" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1135 -# File: src/www/services_dhcpv6.php, line: 822 -msgid "System: General setup" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1135 -# File: src/www/services_dhcpv6.php, line: 822 -msgid "The DNS servers entered in" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1136 -# File: src/www/services_dhcpv6.php, line: 823 -msgid "(or the" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1136 -# File: src/www/services_dhcpv6.php, line: 823 -# File: src/www/services_dnsmasq.php, line: 143 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 112 -# File: src/www/services_dnsmasq_edit.php, line: 158 -msgid "DNS forwarder" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1137 -# File: src/www/services_dhcpv6.php, line: 824 -msgid "if enabled)" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1137 -# File: src/www/services_dhcpv6.php, line: 824 -msgid "will be assigned to clients by the DHCP server." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1140 -msgid "Status: DHCP leases" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1140 -# File: src/www/services_dhcpv6.php, line: 827 -msgid "The DHCP lease table can be viewed on the" -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1141 -# File: src/www/services_dhcpv6.php, line: 828 -msgid "page." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1152 -msgid "DHCP Static Mappings for this interface." -msgstr "" - -# -# File: src/www/services_dhcp.php, line: 1195 -# File: src/www/services_dhcpv6.php, line: 874 -msgid "Do you really want to delete this mapping?" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 141 -msgid "Either MAC address or Client identifier must be specified" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 149 -# File: src/www/services_dhcpv6_edit.php, line: 102 -msgid "The hostname cannot end with a hyphen according to RFC952" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 154 -# File: src/www/services_dhcpv6_edit.php, line: 107 -msgid "" -"A valid hostname is specified, but the domain name part should be omitted" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 165 -msgid "Static ARP is enabled. You must specify an IP address." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 174 -msgid "This Hostname, IP, MAC address or Client identifier already exists." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 185 -#, php-format -msgid "The IP address must not be within the DHCP range for this interface." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 190 -msgid "" -"The IP address must not be within the range configured on a DHCP pool for " -"this interface." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 199 -#, php-format -msgid "The IP address must lie in the %s subnet." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 360 -msgid "Static DHCP Mapping" -msgstr "" - -# -# File: src/www/services_captiveportal_mac_edit.php, line: 226 -# File: src/www/services_dhcp_edit.php, line: 371 -msgid "Copy my MAC address" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 373 -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 377 -msgid "Client identifier" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 387 -msgid "If an IPv4 address is entered, the address must be outside of the pool." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 389 -msgid "" -"If no IPv4 address is given, one will be dynamically allocated from the pool." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 396 -# File: src/www/services_dhcpv6_edit.php, line: 218 -msgid "Name of the host, without domain part." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 400 -msgid "Netboot Filename" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 403 -# File: src/www/services_dhcpv6_edit.php, line: 225 -msgid "" -"Name of the file that should be loaded when this host boots off of the " -"network, overrides setting on main page." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 406 -# File: src/www/services_dhcpv6_edit.php, line: 228 -msgid "Root Path" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 409 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "Enter the root-path-string, overrides setting on main page." -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 420 -msgid "ARP Table Static Entry" -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 423 -msgid "Create an ARP Table Static Entry for this MAC & IP Address pair. " -msgstr "" - -# -# File: src/www/services_dhcp_edit.php, line: 445 -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network." -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 69 -# File: src/www/services_dhcpv6_relay.php, line: 64 -msgid "Destination Server" -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 77 -msgid "A valid Destination Server IP address must be specified." -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 140 -msgid "" -"DHCP Server is currently enabled. Cannot enable the DHCP Relay service while " -"the DHCP Server is enabled on any interface." -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 144 -msgid "DHCP Relay configuration" -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 154 -#, php-format -msgid "Enable DHCP relay on interface" -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 158 -# File: src/www/services_dhcpv6_relay.php, line: 155 -# File: src/www/services_ntpd.php, line: 230 -msgid "Interface(s)" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 264 -msgid "Interfaces without an IP address will not be shown." -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 179 -# File: src/www/services_dhcpv6_relay.php, line: 175 -msgid "Append circuit ID and agent ID to requests" -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 180 -#, php-format -msgid "" -"If this is checked, the DHCP relay will append the circuit ID (%s interface " -"number) and the agent ID to the DHCP request." -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 183 -# File: src/www/services_dhcpv6_relay.php, line: 179 -msgid "Destination server" -msgstr "" - -# -# File: src/www/services_dhcp_relay.php, line: 187 -msgid "" -"This is the IP address of the server to which DHCP requests are relayed. You " -"can enter multiple server IP addresses, separated by commas. Select \"Proxy " -"requests to DHCP server on WAN subnet\" to relay DHCP packets to the server " -"that was used on the WAN interface." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 50 -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses. Only interfaces configured with a static IP will be shown." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 161 -msgid "A valid prefix range must be specified." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 167 -msgid "A valid IPv6 address must be specified for the gateway." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 169 -# File: src/www/services_router_advertisements.php, line: 119 -msgid "" -"A valid IPv6 address must be specified for the primary/secondary DNS servers." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 178 -msgid "" -"A valid primary domain name server IPv4 address must be specified for the " -"dynamic domain name." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 193 -msgid "" -"A valid IPv6 address must be specified for the primary/secondary NTP servers." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 197 -msgid "A valid IPv6 address or hostname must be specified for the TFTP server." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 199 -msgid "A valid URL must be specified for the network bootfile." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 206 -#, php-format -msgid "The subnet range cannot overlap with virtual IPv6 address %s." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 507 -# File: src/www/services_router_advertisements.php, line: 230 -# File: src/www/services_router_advertisements.php, line: 238 -msgid "Router Advertisements" -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 529 -#, php-format -msgid "Enable DHCPv6 server on %s interface" -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 569 -# File: src/www/vpn_l2tp.php, line: 369 -msgid "Subnet Mask" -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 593 -msgid "Prefix Delegation Range" -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 597 -msgid "Prefix Delegation Size" -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 606 -msgid "" -"You can define a Prefix range here for DHCP Prefix Delegation. This allows " -"for\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\tassigning networks to subrouters. The start and " -"end of the range must end on boundaries of the prefix delegation size." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 629 -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator" -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 662 -msgid "Change DHCPv6 display lease time from UTC to local time." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 669 -msgid "" -"By default DHCPv6 leases are displayed in UTC time. By checking this\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\tbox DHCPv6 lease time will be displayed in local " -"time and set to time zone selected. This will be used for all DHCPv6 " -"interfaces lease time." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 748 -msgid "Enter the Bootfile URL" -msgstr "" - -# -# File: src/www/diag_tables.php, line: 170 -# File: src/www/services_dhcpv6.php, line: 790 -msgid "Delete" -msgstr "" - -# -# File: src/www/interfaces_qinq_edit.php, line: 381 -# File: src/www/services_dhcpv6.php, line: 797 -# File: src/www/services_router_advertisements.php, line: 328 -# File: src/www/system_certmanager.php, line: 925 -msgid "add another entry" -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 827 -msgid "Status: DHCPv6 leases" -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 837 -msgid "DHCPv6 Static Mappings for this interface." -msgstr "" - -# -# File: src/www/services_dhcpv6.php, line: 841 -# File: src/www/status_dhcpv6_leases.php, line: 420 -# File: src/www/status_dhcpv6_leases.php, line: 517 -msgid "DUID" -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 95 -# File: src/www/services_dhcpv6_edit.php, line: 196 -msgid "DUID Identifier" -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 115 -msgid "A valid DUID Identifier must be specified." -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 124 -msgid "This Hostname, IP or DUID Identifier already exists." -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 193 -msgid "Static DHCPv6 Mapping" -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 200 -msgid "Enter a DUID Identifier in the following format: " -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 201 -msgid "DUID-LLT - ETH -- TIME --- ---- ADDR ----" -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 209 -msgid "If an IPv6 address is entered, the address must be outside of the pool." -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 211 -msgid "" -"If no IPv6 address is given, one will be dynamically allocated from the pool." -msgstr "" - -# -# File: src/www/services_dhcpv6_edit.php, line: 222 -msgid "Netboot filename" -msgstr "" - -# -# File: src/www/services_dhcpv6_relay.php, line: 72 -msgid "A valid Destination Server IPv6 address must be specified." -msgstr "" - -# -# File: src/www/services_dhcpv6_relay.php, line: 136 -msgid "" -"DHCPv6 Server is currently enabled. Cannot enable the DHCPv6 Relay service " -"while the DHCPv6 Server is enabled on any interface." -msgstr "" - -# -# File: src/www/services_dhcpv6_relay.php, line: 139 -msgid "DHCPv6 Relay configuration" -msgstr "" - -# -# File: src/www/services_dhcpv6_relay.php, line: 150 -#, php-format -msgid "Enable DHCPv6 relay on interface" -msgstr "" - -# -# File: src/www/services_dhcpv6_relay.php, line: 168 -msgid "Interfaces without an IPv6 address will not be shown." -msgstr "" - -# -# File: src/www/services_dhcpv6_relay.php, line: 176 -#, php-format -msgid "" -"If this is checked, the DHCPv6 relay will append the circuit ID (%s " -"interface number) and the agent ID to the DHCPv6 request." -msgstr "" - -# -# File: src/www/services_dhcpv6_relay.php, line: 183 -msgid "" -"This is the IPv6 address of the server to which DHCPv6 requests are relayed. " -"You can enter multiple server IPv6 addresses, separated by commas. " -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 83 -# File: src/www/system_advanced_admin.php, line: 99 -msgid "You must specify a valid port number" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 98 -msgid "Invalid custom options" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 178 -msgid "The DNS forwarder configuration has been changed." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 189 -# File: src/www/services_dnsmasq.php, line: 196 -msgid "General DNS Forwarder Options" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 202 -msgid "Enable DNS forwarder" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 206 -# File: src/www/services_unbound.php, line: 303 -msgid "DHCP Registration" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 209 -msgid "Register DHCP leases in DNS forwarder" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 210 -#, php-format -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS forwarder, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 218 -# File: src/www/services_unbound.php, line: 315 -msgid "Static DHCP" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 221 -msgid "Register DHCP static mappings in DNS forwarder" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 222 -#, php-format -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS forwarder, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 229 -msgid "Prefer DHCP" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 232 -msgid "Resolve DHCP mappings first" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 233 -#, php-format -msgid "" -"If this option is set, then DHCP mappings will be resolved before the manual " -"list of names below. This only affects the name given for a reverse lookup " -"(PTR)." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 239 -# File: src/www/services_unbound.php, line: 296 -msgid "DNS Query Forwarding" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 242 -msgid "Query DNS servers sequentially" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 243 -#, php-format -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will query the DNS servers " -"sequentially in the order specified (System - General Setup - DNS " -"Servers), rather than all at once in parallel. " -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 252 -msgid "Require domain" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 253 -#, php-format -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward A or AAAA " -"queries for plain names, without dots or domain parts, to upstream name " -"servers. If the name is not known from /etc/hosts or DHCP then a \"not found" -"\" answer is returned. " -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 262 -msgid "Do not forward private reverse lookups" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 263 -#, php-format -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward reverse " -"DNS lookups (PTR) for private addresses (RFC 1918) to upstream name " -"servers. Any entries in the Domain Overrides section forwarding private \"n." -"n.n.in-addr.arpa\" names to a specific server are still forwarded. If the IP " -"to name is not known from /etc/hosts, DHCP or a specific domain override " -"then a \"not found\" answer is immediately returned. " -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 271 -# File: src/www/services_unbound.php, line: 228 -msgid "Listen Port" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 275 -# File: src/www/services_unbound.php, line: 233 -msgid "" -"The port used for responding to DNS queries. It should normally be left " -"blank unless another service needs to bind to TCP/UDP port 53." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 285 -msgid "" -"Interface IPs used by the DNS Forwarder for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 305 -msgid "Strict Interface Binding" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 307 -msgid "" -"If this option is set, the DNS forwarder will only bind to the interfaces " -"containing the IP addresses selected above, rather than binding to all " -"interfaces and discarding queries to other addresses." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 309 -msgid "" -"NOTE: This option does NOT work with IPv6. If set, dnsmasq will not bind to " -"IPv6 addresses." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1237 -# File: src/www/firewall_rules_edit.php, line: 1259 -# File: src/www/firewall_rules_edit.php, line: 1275 -# File: src/www/firewall_rules_edit.php, line: 1315 -# File: src/www/firewall_rules_edit.php, line: 1355 -# File: src/www/firewall_rules_edit.php, line: 1385 -# File: src/www/firewall_rules_edit.php, line: 1408 -# File: src/www/firewall_rules_edit.php, line: 1435 -# File: src/www/interfaces.php, line: 1965 -# File: src/www/services_dnsmasq.php, line: 317 -# File: src/www/services_unbound.php, line: 337 -# File: src/www/services_upnp.php, line: 1009 -msgid "Show advanced option" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 322 -msgid "" -"Enter any additional options you would like to add to the dnsmasq " -"configuration here, separated by a space or newline" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 336 -#, php-format -msgid "" -"If the DNS forwarder is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the forwarder. The DNS forwarder will use the DNS servers " -"entered in %sSystem: General setup%s or those obtained via DHCP or PPP on " -"WAN if the "Allow DNS server list to be overridden by DHCP/PPP on " -"WAN" is checked. If you don't use that option (or if you use a static " -"IP address on WAN), you must manually specify at least one DNS server on the " -"%sSystem: General setup%s page." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 354 -# File: src/www/services_unbound.php, line: 376 -msgid "Host Overrides" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 358 -# File: src/www/services_unbound.php, line: 380 -msgid "" -"Entries in this section override individual results from the forwarders." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 359 -# File: src/www/services_unbound.php, line: 381 -msgid "Use these for changing DNS results or for adding custom DNS records." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 370 -# File: src/www/services_dnsmasq.php, line: 448 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 66 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 139 -# File: src/www/services_dnsmasq_edit.php, line: 73 -# File: src/www/services_dnsmasq_edit.php, line: 211 -# File: src/www/services_dnsmasq_edit.php, line: 245 -# File: src/www/services_unbound.php, line: 389 -# File: src/www/services_unbound.php, line: 453 -# File: src/www/services_unbound_domainoverride_edit.php, line: 59 -# File: src/www/services_unbound_domainoverride_edit.php, line: 132 -# File: src/www/services_unbound_host_edit.php, line: 74 -# File: src/www/services_unbound_host_edit.php, line: 211 -# File: src/www/services_unbound_host_edit.php, line: 247 -# File: src/www/system_general.php, line: 144 -# File: src/www/system_general.php, line: 379 -msgid "Domain" -msgstr "" - -# -# File: src/www/services_captiveportal_mac.php, line: 200 -# File: src/www/services_dnsmasq.php, line: 402 -# File: src/www/services_unbound.php, line: 421 -msgid "Do you really want to delete this host?" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 436 -# File: src/www/services_unbound.php, line: 441 -msgid "Domain Overrides" -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 439 -msgid "" -"Entries in this area override an entire domain, and subdomains, by " -"specifying an authoritative DNS server to be queried for that domain." -msgstr "" - -# -# File: src/www/services_dnsmasq.php, line: 475 -# File: src/www/services_unbound.php, line: 483 -msgid "Do you really want to delete this domain override?" -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 77 -# File: src/www/services_unbound_domainoverride_edit.php, line: 70 -msgid "A valid domain must be specified after _msdcs." -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 81 -# File: src/www/services_dnsmasq_edit.php, line: 81 -# File: src/www/services_unbound_domainoverride_edit.php, line: 72 -# File: src/www/services_unbound_host_edit.php, line: 82 -msgid "A valid domain must be specified." -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 84 -msgid "" -"A valid IP address must be specified, or # for an exclusion or ! to not " -"forward at all." -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 87 -msgid "An interface IP address must be specified for the DNS query source." -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 142 -# File: src/www/services_unbound_domainoverride_edit.php, line: 136 -msgid "Domain to override (NOTE: this does not have to be a valid TLD!)" -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 143 -# File: src/www/services_dnsmasq_edit.php, line: 222 -# File: src/www/services_unbound_domainoverride_edit.php, line: 137 -# File: src/www/services_unbound_host_edit.php, line: 223 -msgid "or" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 249 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 143 -# File: src/www/services_unbound_domainoverride_edit.php, line: 137 -msgid "test" -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 149 -# File: src/www/services_unbound_domainoverride_edit.php, line: 146 -msgid "IP address of the authoritative DNS server for this domain" -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 150 -msgid "" -"Or enter ! for lookups for this host/subdomain to NOT be forwarded anywhere." -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 150 -msgid "" -"Or enter # for an exclusion to pass through this host/subdomain to standard " -"nameservers instead of a previous override." -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 153 -msgid "Source IP" -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 156 -msgid "" -"Source IP address for queries to the DNS server for the override domain." -msgstr "" - -# -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 157 -msgid "Leave blank unless your DNS server is accessed through a VPN tunnel." -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 111 -# File: src/www/services_unbound_host_edit.php, line: 112 -msgid "Alias Domain" -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 116 -# File: src/www/services_unbound_host_edit.php, line: 117 -msgid "" -"Hostnames in alias list can only contain the characters A-Z, 0-9 and '-'." -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 119 -# File: src/www/services_unbound_host_edit.php, line: 119 -msgid "A valid domain must be specified in alias list." -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 130 -# File: src/www/services_unbound_host_edit.php, line: 129 -msgid "This host/domain already exists." -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 200 -msgid "Edit DNS Forwarder entry" -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 206 -# File: src/www/services_unbound_host_edit.php, line: 206 -msgid "Name of the host, without domain part" -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 208 -# File: src/www/services_unbound_host_edit.php, line: 207 -msgid "myhost" -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 214 -# File: src/www/services_unbound_host_edit.php, line: 214 -msgid "Domain of the host" -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 215 -# File: src/www/services_unbound_host_edit.php, line: 215 -msgid "example.com" -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 221 -# File: src/www/services_unbound_host_edit.php, line: 222 -msgid "IP address of the host" -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 239 -# File: src/www/services_unbound_host_edit.php, line: 241 -msgid "Enter additional names for this host." -msgstr "" - -# -# File: src/www/services_dnsmasq_edit.php, line: 267 -# File: src/www/services_router_advertisements.php, line: 311 -# File: src/www/system_certmanager.php, line: 914 -msgid "remove this entry" -msgstr "" - -# -# File: src/www/services_dyndns.php, line: 94 -# File: src/www/status_services.php, line: 309 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 79 -# File: src/www/widgets/widgets/services_status.widget.php, line: 60 -msgid "Service" -msgstr "" - -# -# File: src/www/services_dyndns.php, line: 96 -# File: src/www/services_rfc2136.php, line: 89 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 81 -msgid "Cached IP" -msgstr "" - -# -# File: src/www/services_dyndns.php, line: 193 -msgid "" -"IP addresses appearing in green are up to date with Dynamic DNS provider." -msgstr "" - -# -# File: src/www/services_dyndns.php, line: 194 -msgid "" -"You can force an update for an IP address on the edit page for that service." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 88 -# File: src/www/services_dyndns_edit.php, line: 256 -msgid "Service type" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 100 -# File: src/www/services_dyndns_edit.php, line: 393 -msgid "Update URL" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 113 -msgid "The Hostname contains invalid characters." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 119 -msgid "The MX contains invalid characters." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 121 -# File: src/www/system_usermanager.php, line: 227 -# File: src/www/vpn_l2tp_users_edit.php, line: 86 -# File: src/www/vpn_pptp_users_edit.php, line: 82 -msgid "The username contains invalid characters." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 174 -# File: src/www/services_dyndns_edit.php, line: 245 -msgid "Dynamic DNS client" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 252 -# File: src/www/services_rfc2136_edit.php, line: 209 -# File: src/www/services_rfc2136_edit.php, line: 215 -msgid "yes" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 270 -# File: src/www/services_rfc2136_edit.php, line: 155 -msgid "Interface to monitor" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 295 -msgid "Interface to send update from" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 317 -msgid "Note: This is almost always the same as the Interface to Monitor." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 328 -msgid "Enter the complete host/domain name. example: myhost.dyndns.org" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 329 -msgid "For he.net tunnelbroker, enter your tunnel ID" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 334 -msgid "MX" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 338 -msgid "" -"Note: With a dynamic DNS service you can only use a hostname, not an IP " -"address." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 340 -msgid "" -"Set this option only if you need a special MX record. Not all services " -"support this." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 344 -msgid "Wildcards" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 347 -# File: src/www/services_dyndns_edit.php, line: 353 -msgid "Enable " -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 347 -msgid "Wildcard" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 350 -msgid "Verbose logging" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 353 -msgid "verbose logging" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 356 -msgid "CURL options" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 359 -msgid "Force IPv4 resolving" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 361 -msgid "Verify SSL peer" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 368 -msgid "" -"Username is required for all types except Namecheap, FreeDNS and Custom " -"Entries." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 369 -msgid "Route 53: Enter your Access Key ID." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 370 -msgid "Duck DNS: Enter your Token." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 371 -msgid "" -"For Custom Entries, Username and Password represent HTTP Authentication " -"username and passwords." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 379 -msgid "" -"FreeDNS (freedns.afraid.org): Enter your \"Authentication Token\" provided " -"by FreeDNS." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 380 -msgid "Route 53: Enter your Secret Access Key." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 381 -msgid "Duck DNS: Leave blank." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 386 -msgid "Zone ID" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 389 -msgid "" -"Enter Zone ID that you received when you created your domain in Route 53." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 396 -msgid "" -"This is the only field required by for Custom Dynamic DNS, and is only used " -"by Custom Entries." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 398 -# File: src/www/services_dyndns_edit.php, line: 409 -msgid "" -"If you need the new IP to be included in the request, put %IP% in its place." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 402 -msgid "Result Match" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 405 -msgid "This field is only used by Custom Dynamic DNS Entries." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 407 -msgid "" -"This field should be identical to what your dynamic DNS Provider will return " -"if the update succeeds, leave it blank to disable checking of returned " -"results." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 411 -msgid "" -"If you need to include multiple possible values, separate them with a |. If " -"your provider includes a |, escape it with \\|" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 413 -msgid "" -"Tabs (\\t), newlines (\\n) and carriage returns (\\r) at the beginning or " -"end of the returned results are removed before comparison." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 418 -# File: src/www/services_rfc2136_edit.php, line: 73 -# File: src/www/services_rfc2136_edit.php, line: 173 -msgid "TTL" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 421 -msgid "Choose TTL for your dns record." -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 438 -# File: src/www/services_rfc2136_edit.php, line: 105 -msgid "Save & Force Update" -msgstr "" - -# -# File: src/www/services_dyndns_edit.php, line: 446 -#, php-format -msgid "" -"You must configure a DNS server in %sSystem:\n" -"\t\t\t\t\t General setup%s or allow the DNS server list " -"to be overridden\n" -"\t\t\t\t\t by DHCP/PPP on WAN for dynamic DNS updates to " -"work." -msgstr "" - -# -# File: src/www/services_igmpproxy.php, line: 71 -msgid "add a new igmpentry" -msgstr "" - -# -# File: src/www/services_igmpproxy.php, line: 86 -msgid "The IGMP entry list has been changed" -msgstr "" - -# -# File: src/www/services_igmpproxy.php, line: 128 -msgid "edit igmpentry" -msgstr "" - -# -# File: src/www/services_igmpproxy.php, line: 129 -msgid "" -"Do you really want to delete this igmp entry? All elements that still use it " -"will become invalid (e.g. filter rules)!" -msgstr "" - -# -# File: src/www/services_igmpproxy.php, line: 129 -msgid "delete igmpentry" -msgstr "" - -# -# File: src/www/services_igmpproxy.php, line: 143 -msgid "" -"Please add the interface for upstream, the allowed subnets, and the " -"downstream interfaces you would like the proxy to allow. Only one 'upstream' " -"interface can be configured." -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 65 -msgid "Only one 'upstream' interface can be configured." -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 158 -msgid "IGMP Proxy Edit" -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 188 -msgid "Upstream Interface" -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 189 -msgid "Downstream Interface" -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 193 -msgid "" -"The upstream network interface is the outgoing interface which is " -"responsible for communicating to available multicast data sources. There can " -"only be one upstream interface." -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 199 -msgid "Downstream" -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 199 -msgid "" -"network interfaces are the distribution interfaces to the destination " -"networks, where multicast clients can join groups and receive multicast " -"data. One or more downstream interfaces must be configured." -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 206 -msgid "Threshold" -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 211 -msgid "" -"Defines the TTL threshold for the network interface. Packets with a " -"lower TTL than the threshold value will be ignored. This setting is " -"optional, and by default the threshold is 1." -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 218 -msgid "Network (s)" -msgstr "" - -# -# File: src/www/services_igmpproxy_edit.php, line: 224 -# File: src/www/services_unbound_acls.php, line: 256 -msgid "CIDR" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 198 -# File: src/www/services_ntpd.php, line: 298 -msgid "Add another Time server" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 237 -msgid "NTP Server Configuration" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 266 -msgid "Selecting no interfaces will listen on all interfaces with a wildcard." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 267 -msgid "" -"Selecting all interfaces will explicitly listen on only the interfaces/IPs " -"specified." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 261 -msgid "Time servers" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 280 -msgid "prefer this server" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 283 -msgid "do not use this server" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 301 -msgid "For best results three to five servers should be configured here." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 292 -#, php-format -msgid "" -"The %sprefer%s option indicates that NTP should favor the use of this server " -"more than all others." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 294 -#, php-format -msgid "" -"The %snoselect%s option indicates that NTP should not use this server for " -"time, but stats for this server will be collected and displayed." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 299 -msgid "Orphan mode" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 311 -msgid "(0-15)" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 312 -msgid "" -"Orphan mode allows the system clock to be used when no other clocks are " -"available. The number here specifies the stratum reported during orphan mode " -"and should normally be set to a number high enough to insure that any other " -"servers available to clients are preferred over this server. (default: 12)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 306 -msgid "NTP graphs" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 319 -msgid "Enable rrd graphs of NTP statistics (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 313 -msgid "Syslog logging" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 325 -msgid "Status > System Logs > NTP" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 325 -msgid "" -"These options enable additional messages from NTP to be written to the " -"System Log" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 328 -msgid "Enable logging of peer messages (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 331 -msgid "Enable logging of system messages (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 325 -msgid "Statistics logging" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 338 -msgid "Show statistics logging options" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 341 -msgid "Warning: " -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 341 -msgid "these options will create persistant daily log files in /var/log/ntp." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 344 -msgid "Enable logging of reference clock statistics (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 347 -msgid "Enable logging of clock discipline statistics (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 350 -msgid "Enable logging of NTP peer statistics (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 345 -msgid "Access restrictions" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 358 -msgid "Show access restriction options" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 361 -msgid "these options control access to NTP from the WAN." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 364 -msgid "Enable Kiss-o'-death packets (default: enabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 367 -msgid "" -"Deny state modifications (i.e. run time configuration) by ntpq and ntpdc " -"(default: enabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 370 -msgid "Disable ntpq and ntpdc queries (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 373 -msgid "Disable all except ntpq and ntpdc queries (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 376 -msgid "Deny packets that attempt a peer association (default: enabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 379 -msgid "Deny mode 6 control message trap service (default: enabled)." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 374 -msgid "Leap seconds" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 387 -msgid "Show Leap second configuration" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 390 -msgid "" -"A leap second file allows NTP to advertize an upcoming leap second addition " -"or subtraction." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 391 -msgid "Normally this is only useful if this server is a stratum 1 time server." -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 393 -msgid "Enter Leap second configuration as text:" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 395 -msgid "Or" -msgstr "" - -# -# File: src/www/services_ntpd.php, line: 395 -msgid "select a file to upload:" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 375 -msgid "NTP Serial GPS Configuration" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 356 -msgid "" -"A GPS connected via a serial port may be used as a reference clock for NTP. " -"If the GPS also supports PPS and is properly configured, and connected, that " -"GPS may also be used as a Pulse Per Second clock reference. NOTE: a USB GPS " -"may work, but is not recommended due to USB bus timing issues." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 382 -msgid "" -"For the best results, NTP should have at least three sources of time. So it " -"is best to configure at least 2 servers under" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 382 -# File: src/www/services_ntpd_pps.php, line: 133 -msgid "Services > NTP" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 382 -msgid "" -"to minimize clock drift if the GPS data is not valid over time. Otherwise " -"ntpd may only use values from the unsynchronized local clock when providing " -"time to clients." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 366 -msgid "Generic" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 368 -msgid "Garmin" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 370 -msgid "SiRF" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 371 -msgid "U-Blox" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 372 -msgid "SureGPS" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 398 -msgid "This option allows you to select a predefined configuration." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 401 -msgid "Select Generic if your GPS is not listed." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 402 -msgid "" -"The perdefined configurations assume your GPS has already been set to NMEA " -"mode." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 388 -# File: src/www/services_ntpd_pps.php, line: 132 -msgid "Serial port" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 426 -msgid "" -"All serial ports are listed, be sure to pick the port with the GPS attached." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 435 -msgid "Serial port baud rate." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 438 -msgid "" -"Note: A higher baud rate is generally only helpful if the GPS is sending too " -"many sentences. It is recommended to configure the GPS to send only one " -"sentence at a baud rate of 4800 or 9600." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 423 -msgid "NMEA sentences" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 455 -msgid "" -"By default NTP will listen for all supported NMEA sentences. Here one or " -"more sentences to listen for may be specified." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 436 -msgid "Fudge time 1" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 462 -msgid "Fudge time 1 is used to specify the GPS PPS signal offset" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 442 -msgid "Fudge time 2" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 468 -msgid "Fudge time 2 is used to specify the GPS time offset" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 179 -msgid "Stratum" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 473 -# File: src/www/services_ntpd_pps.php, line: 162 -msgid "(0-16)" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 474 -msgid "This may be used to change the GPS Clock stratum" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 474 -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 454 -# File: src/www/services_ntpd_pps.php, line: 159 -msgid "Flags" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 482 -# File: src/www/services_ntpd_pps.php, line: 171 -msgid "" -"Normally there should be no need to change these options from the defaults." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 492 -msgid "NTP should prefer this clock (default: enabled)." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 500 -msgid "" -"NTP should not use this clock, it will be displayed for reference " -"only(default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 508 -msgid "Enable PPS signal processing (default: enabled)." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 516 -# File: src/www/services_ntpd_pps.php, line: 181 -msgid "Enable falling edge PPS signal processing (default: rising edge)." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 524 -msgid "Enable kernel PPS clock discipline (default: enabled)." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 532 -msgid "Obscure location in timestamp (default: unobscured)." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 540 -msgid "" -"Log the sub-second fraction of the received time stamp (default: Not logged)." -"
Note: enabling this will rapidly fill the log, but is useful for " -"tuning Fudge time 2." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 524 -# File: src/www/services_ntpd_pps.php, line: 197 -msgid "Clock ID" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 549 -# File: src/www/services_ntpd_pps.php, line: 206 -msgid "(1 to 4 charactors)" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 550 -msgid "This may be used to change the GPS Clock ID" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 530 -msgid "GPS Initialization" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 556 -msgid "Show GPS Initialization commands" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 561 -msgid "" -"Note: Commands entered here will be sent to the GPS during initialization. " -"Please read and understand your GPS documentation before making any changes " -"here." -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 562 -msgid "NMEA checksum calculator" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 564 -msgid "" -"Enter the text between "$" and "*" of a NMEA command " -"string:" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 564 -msgid "checksum" -msgstr "" - -# -# File: src/www/services_ntpd_gps.php, line: 565 -msgid "Calculate NMEA checksum" -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 124 -msgid "NTP PPS Configuration" -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 129 -msgid "" -"Devices with a Pulse Per Second output such as radios that receive a time " -"signal from DCF77 (DE), JJY (JP), MSF (GB) or WWVB (US) may be used as a PPS " -"reference for NTP." -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 130 -msgid "" -"A serial GPS may also be used, but the serial GPS driver would usually be " -"the better option." -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 131 -msgid "" -"A PPS signal only provides a reference to the change of a second, so at " -"least one other source to number the seconds is required." -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 133 -msgid "At least 3 additional time sources should be configured under" -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 133 -msgid "to reliably supply the time of each PPS pulse." -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 149 -msgid "" -"All serial ports are listed, be sure to pick the port with the PPS source " -"attached." -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 147 -msgid "Fudge time" -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 157 -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 "" - -# -# File: src/www/services_ntpd_pps.php, line: 163 -msgid "This may be used to change the PPS Clock stratum" -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 163 -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock and just monitor this source." -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 189 -msgid "Enable kernel PPS clock discipline (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 197 -msgid "" -"Record a timestamp once for each second, useful for constructing Allan " -"deviation plots (default: disabled)." -msgstr "" - -# -# File: src/www/services_ntpd_pps.php, line: 207 -msgid "This may be used to change the PPS Clock ID" -msgstr "" - -# -# File: src/www/services_opendns.php, line: 129 -msgid "OpenDNS Setup" -msgstr "" - -# -# File: src/www/services_opendns.php, line: 137 -msgid "Filter DNS requests using OpenDNS" -msgstr "" - -# -# File: src/www/services_opendns.php, line: 157 -msgid "" -"Signon Username to log into your OpenDNS dashboard. It is used to " -"automatically update the IP address of the registered network." -msgstr "" - -# -# File: src/www/services_opendns.php, line: 181 -msgid "Networks Dashboard of OpenDNS" -msgstr "" - -# -# File: src/www/services_opendns.php, line: 188 -msgid "Test result" -msgstr "" - -# -# File: src/www/services_opendns.php, line: 210 -msgid "Test/Update" -msgstr "" - -# -# File: src/www/services_rfc2136.php, line: 172 -# File: src/www/vpn_openvpn_client.php, line: 345 -# File: src/www/vpn_openvpn_client.php.orig, line: 345 -msgid "Do you really want to delete this client?" -msgstr "" - -# -# File: src/www/load_balancer_relay_action_edit.php, line: 510 -# File: src/www/services_rfc2136_edit.php, line: 73 -# File: src/www/services_rfc2136_edit.php, line: 194 -msgid "Key" -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 73 -# File: src/www/services_rfc2136_edit.php, line: 179 -msgid "Key name" -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 78 -msgid "The DNS update host name contains invalid characters." -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 80 -msgid "The DNS update TTL must be an integer." -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 82 -msgid "The DNS update key name contains invalid characters." -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 103 -msgid "New/Edited RFC2136 dnsupdate entry was posted." -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 115 -# File: src/www/services_rfc2136_edit.php, line: 144 -msgid "RFC 2136 client" -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 169 -msgid "Fully qualified hostname of the host to be updated." -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 183 -msgid "This must match the setting on the DNS server." -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 186 -msgid "Key type" -msgstr "" - -# -# File: src/www/services_captiveportal_zones.php, line: 94 -# File: src/www/services_rfc2136_edit.php, line: 188 -msgid "Zone" -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 190 -msgid " User" -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 198 -msgid "Paste an HMAC-MD5 key here." -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 210 -msgid "Use TCP instead of UDP" -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 213 -msgid "Use Public IP" -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 216 -msgid "" -"If the interface IP is private, attempt to fetch and use the public IP " -"instead." -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 230 -msgid "Save & Force Update" -msgstr "" - -# -# File: src/www/services_rfc2136_edit.php, line: 239 -#, php-format -msgid "" -"You must configure a DNS server in %sSystem: General setup %sor allow the " -"DNS server list to be overridden by DHCP/PPP on WAN for dynamic DNS updates " -"to work." -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 44 -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses" -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 87 -msgid "" -"Subnets are specified in CIDR format. Select the CIDR mask that pertains to " -"each entry. /128 specifies a single IPv6 host; /64 specifies a normal IPv6 " -"network; etc. If no subnets are specified here, the Router Advertisement " -"(RA) Daemon will advertise to the subnet to which the router's interface is " -"assigned." -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 114 -#, php-format -msgid "An invalid subnet or alias was specified. [%s/%s]" -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 245 -#, php-format -msgid "Select the Operating Mode for the Router Advertisement (RA) Daemon." -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 246 -#, php-format -msgid "" -"Use \"Router Only\" to only advertise this router, \"Unmanaged\" for Router " -"Advertising with Stateless Autoconfig, \"Managed\" for assignment through " -"(a) DHCPv6 Server, \"Assisted\" for DHCPv6 Server assignment combined with " -"Stateless Autoconfig" -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 247 -#, php-format -msgid "" -"It is not required to activate this DHCPv6 server when set to \"Managed\", " -"this can be another host on the network" -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 251 -msgid "Router Priority" -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 258 -#, php-format -msgid "Select the Priority for the Router Advertisement (RA) Daemon." -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 272 -msgid "RA Interface" -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 280 -#, php-format -msgid "Select the Interface for the Router Advertisement (RA) Daemon." -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 286 -msgid "RA Subnet(s)" -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 355 -msgid "" -"The RA server can optionally provide a domain search list. Use the semicolon " -"character as separator" -msgstr "" - -# -# File: src/www/services_router_advertisements.php, line: 363 -msgid "Use same settings as DHCPv6 server" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 81 -msgid "Invalid character '#' in system location" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 82 -msgid "Invalid character '#' in system contact" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 83 -msgid "Invalid character '#' in read community string" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 86 -msgid "Community" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 90 -msgid "Polling Port" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 97 -msgid "Invalid character '#' in SNMP trap string" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 100 -# File: src/www/services_snmp.php, line: 382 -msgid "Trap server" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 104 -msgid "Trap server port" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 108 -# File: src/www/services_snmp.php, line: 401 -msgid "Trap string" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 288 -msgid "SNMP Daemon" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 305 -msgid "Polling Port " -msgstr "" - -# -# File: src/www/services_snmp.php, line: 308 -msgid "Enter the port to accept polling events on (default 161)" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 313 -msgid "System location" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 320 -msgid "System contact" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 327 -msgid "Read Community String" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 330 -msgid "" -"The community string is like a password, restricting access to querying SNMP " -"to hosts knowing the community string. Use a strong value here to protect " -"from unauthorized information disclosure." -msgstr "" - -# -# File: src/www/services_snmp.php, line: 363 -msgid "SNMP Traps" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 385 -msgid "Enter trap server name" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 390 -msgid "Trap server port " -msgstr "" - -# -# File: src/www/services_snmp.php, line: 393 -msgid "Enter the port to send the traps to (default 162)" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 398 -msgid "Enter the SNMP trap string" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 414 -msgid "Modules" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 425 -msgid "SNMP Modules" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 427 -msgid "MibII" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 429 -msgid "Netgraph" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 431 -msgid "PF" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 433 -msgid "Host Resources (Requires MibII)" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 435 -msgid "UCD" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 437 -msgid "Regex" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 452 -msgid "Interface Binding" -msgstr "" - -# -# File: src/www/services_snmp.php, line: 462 -msgid "Bind Interface" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 89 -msgid "" -"The DNS Forwarder is still active. Disable it before enabling the DNS " -"Resolver." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 92 -msgid "" -"A single network interface needs to be selected for the DNS Resolver to bind " -"to." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 95 -msgid "" -"A single outgoing network interface needs to be selected for the DNS " -"Resolver to use for outgoing DNS requests." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 100 -msgid "You must specify a valid port number." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 195 -msgid "The configuration for the DNS Resolver, has been changed" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 217 -msgid "General DNS Resolver Options" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 223 -msgid "Enable DNS Resolver" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 238 -# File: src/www/system_advanced_network.php, line: 222 -msgid "Network Interfaces" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 244 -msgid "" -"Interface IPs used by the DNS Resolver for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 263 -msgid "Outgoing Network Interfaces" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 269 -msgid "" -"Utilize different network interface(s) that the DNS Resolver will use to " -"send queries to authoritative servers and receive their replies. By default " -"all interfaces are used." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 288 -msgid "DNSSEC" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 291 -msgid "Enable DNSSEC Support" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 299 -msgid "Enable Forwarding Mode" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 306 -msgid "Register DHCP leases in the DNS Resolver" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 307 -#, php-format -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS Resolver, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 318 -msgid "Register DHCP static mappings in the DNS Resolver" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 319 -#, php-format -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS Resolver, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 326 -msgid "TXT Comment Support" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 329 -msgid "" -"If this option is set, then any descriptions associated with Host entries " -"and DHCP Static mappings will create a corresponding TXT record." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 342 -msgid "" -"Enter any additional options you would like to add to the DNS Resolver " -"configuration here, separated by a space or newline" -msgstr "" - -# -# File: src/www/services_unbound.php, line: 357 -#, php-format -msgid "" -"If the DNS Resolver is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the DNS Resolver. If Forwarding, is enabled, the DNS Resolver " -"will use the DNS servers entered in %sSystem: General setup%s or those " -"obtained via DHCP or PPP on WAN if the "Allow DNS server list to be " -"overridden by DHCP/PPP on WAN" is checked." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 198 -msgid "" -"The settings for the DNS Resolver have changed. You must apply the " -"configuration to take affect." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 220 -#, php-format -msgid "%s Access List" -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 223 -msgid "Access List name" -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 227 -msgid "Provide an Access List name." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 242 -msgid "" -"Choose what to do with DNS requests that match the criteria specified below." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 243 -msgid "" -"Deny: This action stops queries from hosts within the netblock " -"defined below." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 244 -msgid "" -"Refuse: This action also stops queries from hosts within the netblock " -"defined below, but sends a DNS rcode REFUSED error message back to the " -"client." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 245 -msgid "" -"Allow: This action allows queries from hosts within the netblock " -"defined below." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 246 -msgid "" -"Allow Snoop: This action allows recursive and nonrecursive access " -"from hosts within the netblock defined below. Used for cache snooping and " -"ideally should only be configured for your administrative host." -msgstr "" - -# -# File: src/www/firewall_rules_edit.php, line: 1209 -# File: src/www/services_unbound_acls.php, line: 311 -msgid "You may enter a description here for your reference." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 330 -msgid "Access List Name" -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 347 -msgid "Access Lists to control access to the DNS Resolver can be defined here." -msgstr "" - -# -# File: src/www/services_unbound_acls.php, line: 368 -msgid "Do you really want to delete this access list?" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 135 -msgid "The configuration of the DNS Resolver, has been changed" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 159 -msgid "Advanced Resolver Options" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 162 -msgid "Hide Identity" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 165 -msgid "If enabled, id.server and hostname.bind queries are refused." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 169 -msgid "Hide Version" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 172 -msgid "If enabled, version.server and version.bind queries are refused." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 176 -msgid "Prefetch Support" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 179 -msgid "" -"Message cache elements are prefetched before they expire to help keep the " -"cache up to date. When enabled, this option can cause an increase of around " -"10% more DNS traffic and load on the server, but frequently requested items " -"will not expire from the cache." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 183 -msgid "Prefetch DNS Key Support" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 186 -#, php-format -msgid "" -"DNSKEY's are fetched earlier in the validation process when a %sDelegation " -"signer%s is encountered. This helps lower the latency of requests but does " -"utilize a little more CPU." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 190 -msgid "Harden Glue" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 193 -msgid "Only trust glue if it is within the servers authority." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 197 -msgid "Harden DNSSEC data" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 200 -msgid "" -"DNSSEC data is required for trust-anchored zones. If such data is absent, " -"the zone becomes bogus. If this is disabled and no DNSSEC data is received, " -"then the zone is made insecure." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 204 -msgid "Message Cache Size" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 218 -msgid "" -"Size of the message cache. The message cache stores DNS rcodes and " -"validation statuses. The RRSet cache will automatically be set to twice this " -"amount. The RRSet cache contains the actual RR data. The default is 4 " -"megabytes." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 223 -msgid "Outgoing TCP Buffers" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 237 -msgid "" -"The number of outgoing TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, to authoritative servers, are " -"done." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 242 -msgid "Incoming TCP Buffers" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 256 -msgid "" -"The number of incoming TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, from clients, are accepted." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 261 -msgid "EDNS Buffer Size" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 275 -msgid "" -"Number of bytes size to advertise as the EDNS reassembly buffer size. This " -"is the value that is used in UDP datagrams sent to peers. RFC recommendation " -"is 4096 (which is the default). If you have fragmentation reassemble " -"problems, usually seen as timeouts, then a value of 1480 should help. The " -"512 value bypasses most MTU path problems, but it can generate an excessive " -"amount of TCP fallback." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 280 -msgid "Number of queries per thread" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 294 -msgid "" -"The number of queries that every thread will service simultaneously. If more " -"queries arrive that need to be serviced, and no queries can be jostled, then " -"these queries are dropped." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 299 -msgid "Jostle Timeout" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 313 -msgid "" -"This timeout is used for when the server is very busy. This protects against " -"denial of service by slow queries or high query rates. The default value is " -"200 milliseconds." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 318 -msgid "Maximum TTL for RRsets and messages" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 322 -msgid "" -"Configure a maximum Time to live for RRsets and messages in the cache. The " -"default is 86400 seconds (1 day). When the internal TTL expires the cache " -"item is expired. This can be configured to force the resolver to query for " -"data more often and not trust (very large) TTL values." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 327 -msgid "Minimum TTL for RRsets and messages" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 331 -msgid "" -"Configure a minimum Time to live for RRsets and messages in the cache. The " -"default is 0 seconds. If the minimum value kicks in, the data is cached for " -"longer than the domain owner intended, and thus less queries are made to " -"look up the data. The 0 value ensures the data in the cache is as the domain " -"owner intended. High values can lead to trouble as the data in the cache " -"might not match up with the actual data anymore." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 336 -msgid "TTL for Host cache entries" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 331 -# File: src/www/services_unbound_advanced.php, line: 346 -msgid "1 minute" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 332 -# File: src/www/services_unbound_advanced.php, line: 347 -msgid "2 minutes" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 333 -# File: src/www/services_unbound_advanced.php, line: 348 -msgid "5 minutes" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 334 -# File: src/www/services_unbound_advanced.php, line: 349 -msgid "10 minutes" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 335 -# File: src/www/services_unbound_advanced.php, line: 350 -msgid "15 minutes" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 346 -msgid "" -"Time to live for entries in the host cache. The host cache contains " -"roundtrip timing and EDNS support information. The default is 15 minutes." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 351 -msgid "TTL for lame delegation" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 361 -msgid "" -"Time to live for when a delegation is considered to be lame. The default is " -"15 minutes." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 366 -msgid "Number of Hosts to cache" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 361 -msgid "1000" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 362 -msgid "5000" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 363 -msgid "10 000" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 364 -msgid "20 000" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 365 -msgid "50 000" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 376 -msgid "Number of hosts for which information is cached. The default is 10,000." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 381 -msgid "Unwanted Reply Threshold" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 376 -msgid "disabled" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 377 -msgid "5 million" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 378 -msgid "10 million" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 379 -msgid "20 million" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 380 -msgid "40 million" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 381 -msgid "50 million" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 392 -msgid "" -"If enabled, a total number of unwanted replies is kept track of in every " -"thread. When it reaches the threshold, a defensive action is taken and a " -"warning is printed to the log file. This defensive action is to clear the " -"RRSet and message caches, hopefully flushing away any poison. The default is " -"disabled, but if enabled a value of 10 million is suggested." -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 397 -msgid "Log level verbosity" -msgstr "" - -# -# File: src/www/services_unbound_advanced.php, line: 411 -msgid "Select the log verbosity." -msgstr "" - -# -# File: src/www/services_unbound_domainoverride_edit.php, line: 78 -msgid "" -"A valid IP address and port must be specified, for example " -"192.168.100.10@5353." -msgstr "" - -# -# File: src/www/services_unbound_domainoverride_edit.php, line: 80 -msgid "A valid IP address must be specified, for example 192.168.100.10." -msgstr "" - -# -# File: src/www/services_unbound_domainoverride_edit.php, line: 148 -msgid "" -"To use a nondefault port for communication, append an '@' with the port " -"number." -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 306 -msgid "MX Host" -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 298 -msgid "MX Priority" -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 114 -msgid "A valid MX priority must be specified." -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 118 -msgid "A valid MX host must be specified." -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 122 -msgid "A valid resource record type must be specified." -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 200 -msgid "Edit DNS Resolver entry" -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "A or AAAA (IPv4 or IPv6 address)" -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "MX (Mail server)" -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 285 -msgid "Type of resource record" -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 286 -msgid "for IPv4 or IPv6 addresses" -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 301 -msgid "Priority of MX record" -msgstr "" - -# -# File: src/www/services_unbound_host_edit.php, line: 309 -msgid "Host name of MX host" -msgstr "" - -# -# File: src/www/services_unbound_overrides.php, line: 124 -msgid "" -"Keep in mind that all resource record types (i.e. A, AAAA, MX, etc. records) " -"of a specified host below are being overwritten." -msgstr "" - -# -# File: src/www/services_unbound.php, line: 445 -msgid "" -"Entries in this area override an entire domain by specifying an " -"authoritative DNS server to be queried for that domain." -msgstr "" - -# -# File: src/www/services_upnp.php, line: 70 -msgid "At least one of 'UPnP' or 'NAT-PMP' must be allowed" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 74 -msgid "It is a security risk to specify WAN in the 'Interface' field" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 76 -msgid "You cannot select the external interface as an internal interface." -msgstr "" - -# -# File: src/www/services_upnp.php, line: 79 -msgid "You must specify a valid ip address in the 'Override WAN address' field" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 81 -msgid "" -"You must fill in both 'Maximum Download Speed' and 'Maximum Upload Speed' " -"fields" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 83 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Download Speed' field" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 85 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Upload Speed' field" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 93 -#, php-format -msgid "" -"You must follow the specified format in the 'User specified permissions %s' " -"field" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 97 -#, php-format -msgid "" -"You must begin with allow or deny in the 'User specified permissions %s' " -"field" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 100 -#, php-format -msgid "" -"You must specify a port or port range between 0 and 65535 in the 'User " -"specified permissions %s' field" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 103 -#, php-format -msgid "" -"You must specify a valid ip address in the 'User specified permissions %s' " -"field" -msgstr "" - -# -# File: src/www/services_upnp.php, line: 208 -msgid "Modified Universal Plug and Play settings." -msgstr "" - -# -# File: src/www/services_wol.php, line: 55 -#, php-format -msgid "Sent magic packet to %s (%s)." -msgstr "" - -# -# File: src/www/services_wol.php, line: 57 -#, php-format -msgid "" -"Please check the %ssystem log%s, the wol command for %s (%s) did not " -"complete successfully." -msgstr "" - -# -# File: src/www/services_wol.php, line: 79 -msgid "A valid interface must be specified." -msgstr "" - -# -# File: src/www/services_wol.php, line: 85 -msgid "A valid ip could not be found!" -msgstr "" - -# -# File: src/www/services_wol.php, line: 90 -#, php-format -msgid "Sent magic packet to %s." -msgstr "" - -# -# File: src/www/services_wol.php, line: 94 -#, php-format -msgid "" -"Please check the %ssystem log%s, the wol command for %s did not complete " -"successfully." -msgstr "" - -# -# File: src/www/services_wol.php, line: 148 -msgid "Choose which interface the host to be woken up is connected to." -msgstr "" - -# -# File: src/www/services_wol.php, line: 157 -#, php-format -msgid "Enter a MAC address %sin the following format: xx:xx:xx:xx:xx:xx%s" -msgstr "" - -# -# File: src/www/services_wol.php, line: 166 -msgid "Or Click the MAC address to wake up an individual device:" -msgstr "" - -# -# File: src/www/services_wol.php, line: 166 -msgid "Wake all clients at once: " -msgstr "" - -# -# File: src/www/services_wol.php, line: 216 -msgid "" -"This service can be used to wake up (power on) computers by sending special " -"\"Magic Packets\". The NIC in the computer that is to be woken up must " -"support Wake on LAN and has to be configured properly (WOL cable, BIOS " -"settings)." -msgstr "" - -# -# File: src/www/services_wol_edit.php, line: 127 -msgid "Edit WOL entry" -msgstr "" - -# -# File: src/www/services_wol_edit.php, line: 148 -msgid "Choose which interface this host is connected to." -msgstr "" - -# -# File: src/www/services_wol_edit.php, line: 155 -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "" - -# -# File: src/www/shortcuts.inc, line: 133 -# File: src/www/shortcuts.inc, line: 135 -msgid "Log entries for items on this page" -msgstr "" - -# -# File: src/www/status.php, line: 92 -msgid "This status page includes the following information" -msgstr "" - -# -# File: src/www/status.php, line: 204 -msgid "" -"Note: make sure to remove any sensitive information (passwords, maybe also " -"IP addresses) before posting information from this page in public places " -"(like mailing lists)" -msgstr "" - -# -# File: src/www/status.php, line: 207 -msgid "Passwords in config.xml have been automatically removed" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 304 -# File: src/www/status_dhcpv6_leases.php, line: 383 -msgid "Failover Group" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 305 -# File: src/www/status_dhcpv6_leases.php, line: 384 -msgid "My State" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 306 -# File: src/www/status_dhcp_leases.php, line: 308 -# File: src/www/status_dhcpv6_leases.php, line: 385 -# File: src/www/status_dhcpv6_leases.php, line: 387 -msgid "Since" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 307 -# File: src/www/status_dhcpv6_leases.php, line: 386 -msgid "Peer State" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 343 -# File: src/www/status_dhcpv6_leases.php, line: 423 -# File: src/www/status_dhcpv6_leases.php, line: 519 -msgid "End" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 346 -msgid "Lease type" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 398 -msgid "send Wake on LAN packet to this MAC address" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 420 -msgid "add a static mapping for this MAC address" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 426 -msgid "add a Wake on LAN mapping for this MAC address" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 431 -msgid "delete this DHCP lease" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 450 -# File: src/www/status_dhcpv6_leases.php, line: 580 -msgid "Show active and static leases only" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 453 -# File: src/www/status_dhcpv6_leases.php, line: 583 -msgid "Show all configured leases" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 457 -# File: src/www/status_dhcpv6_leases.php, line: 587 -msgid "No leases file found. Is the DHCP server active" -msgstr "" - -# -# File: src/www/status_dhcpv6_leases.php, line: 419 -# File: src/www/status_dhcpv6_leases.php, line: 516 -msgid "IAID" -msgstr "" - -# -# File: src/www/status_dhcpv6_leases.php, line: 421 -msgid "Hostname/MAC" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 344 -# File: src/www/status_dhcpv6_leases.php, line: 424 -# File: src/www/status_gateway_groups.php, line: 156 -# File: src/www/status_gateways.php, line: 133 -# File: src/www/status_gateways.php, line: 137 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 61 -msgid "Online" -msgstr "" - -# -# File: src/www/status_dhcp_leases.php, line: 345 -# File: src/www/status_dhcpv6_leases.php, line: 425 -msgid "Lease Type" -msgstr "" - -# -# File: src/www/status_dhcpv6_leases.php, line: 515 -msgid "IPv6 Prefix" -msgstr "" - -# -# File: src/www/status_filter_reload.php, line: 73 -msgid "Reload Filter" -msgstr "" - -# -# File: src/www/status_filter_reload.php, line: 75 -msgid "Force Config Sync" -msgstr "" - -# -# File: src/www/status_gateway_groups.php, line: 150 -# File: src/www/status_gateways.php, line: 127 -msgid "Warning, Packetloss" -msgstr "" - -# -# File: src/www/status_gateway_groups.php, line: 153 -# File: src/www/status_gateways.php, line: 130 -msgid "Warning, Latency" -msgstr "" - -# -# File: src/www/status_gateway_groups.php, line: 159 -msgid "Gathering data" -msgstr "" - -# -# File: src/www/status_gateway_groups.php, line: 124 -#, php-format -msgid "Tier %s" -msgstr "" - -# -# File: src/www/status_gateways.php, line: 76 -# File: src/www/widgets/widgets/gateways.widget.php, line: 46 -msgid "RTT" -msgstr "" - -# -# File: src/www/status_gateways.php, line: 77 -# File: src/www/widgets/widgets/gateways.widget.php, line: 47 -msgid "Loss" -msgstr "" - -# -# File: src/www/status_gateways.php, line: 103 -# File: src/www/status_gateways.php, line: 111 -# File: src/www/status_gateways.php, line: 140 -# File: src/www/widgets/widgets/gateways.widget.php, line: 86 -# File: src/www/widgets/widgets/gateways.widget.php, line: 96 -msgid "Pending" -msgstr "" - -# -# File: src/www/status_gateways.php, line: 121 -msgid "Offline (forced)" -msgstr "" - -# -# File: src/www/status_gateways.php, line: 146 -msgid "Last check:" -msgstr "" - -# -# File: src/www/status_graph.php, line: 207 -msgid "Sort by" -msgstr "" - -# -# File: src/www/status_graph.php, line: 209 -msgid "Display" -msgstr "" - -# -# File: src/www/status_graph.php, line: 224 -msgid "Bw In" -msgstr "" - -# -# File: src/www/status_graph.php, line: 225 -msgid "Bw Out" -msgstr "" - -# -# File: src/www/services_captiveportal.php, line: 647 -msgid "Local" -msgstr "" - -# -# File: src/www/diag_dns.php, line: 151 -# File: src/www/system_authservers.php, line: 854 -msgid "Host Name" -msgstr "" - -# -# File: src/www/status_graph.php, line: 235 -msgid "FQDN" -msgstr "" - -# -# File: src/www/status_graph.php, line: 263 -msgid "Host IP" -msgstr "" - -# -# File: src/www/status_graph.php, line: 263 -msgid "Host Name or IP" -msgstr "" - -# -# File: src/www/status_graph.php, line: 264 -msgid "Bandwidth In" -msgstr "" - -# -# File: src/www/status_graph.php, line: 265 -msgid "Bandwidth Out" -msgstr "" - -# -# File: src/www/status_graph.php, line: 202 -#, php-format -msgid "" -"The %sAdobe SVG Viewer%s, Firefox 1.5 or later or other browser supporting " -"SVG is required to view the graph." -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 82 -msgid "interface" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 105 -# File: src/www/status_interfaces.php, line: 121 -msgid "Release" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 105 -# File: src/www/status_interfaces.php, line: 121 -msgid "Renew" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 102 -msgid "DHCP6" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 134 -# File: src/www/status_interfaces.php, line: 147 -# File: src/www/status_interfaces.php, line: 160 -# File: src/www/status_interfaces.php, line: 177 -msgid "Connect" -msgstr "" - -# -# File: src/www/status_captiveportal.php, line: 196 -# File: src/www/status_interfaces.php, line: 134 -# File: src/www/status_interfaces.php, line: 147 -# File: src/www/status_interfaces.php, line: 160 -# File: src/www/status_interfaces.php, line: 174 -msgid "Disconnect" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 185 -msgid "Uptime " -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 192 -msgid "Cell Signal (RSSI)" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 199 -msgid "Cell Mode" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 206 -msgid "Cell SIM State" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 213 -msgid "Cell Service" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 220 -msgid "Cell Upstream" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 214 -# File: src/www/status_interfaces.php, line: 221 -# File: src/www/status_interfaces.php, line: 228 -# File: src/www/status_interfaces.php, line: 235 -msgid "kbit/s" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 227 -msgid "Cell Downstream" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 234 -msgid "Cell Current Up" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 241 -msgid "Cell Current Down" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 270 -msgid "Subnet mask IPv4" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 277 -msgid "Gateway IPv4" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 285 -msgid "IPv6 Link Local" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 301 -msgid "Subnet mask IPv6" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 308 -msgid "Gateway IPv6" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 316 -msgid "ISP DNS servers" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 328 -msgid "Media" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 335 -msgid "LAGG Protocol" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 342 -msgid "LAGG Ports" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 365 -msgid "BSSID" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 379 -msgid "RSSI" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 386 -msgid "In/out packets" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 395 -msgid "In/out packets (pass)" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 404 -msgid "In/out packets (block)" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 414 -msgid "In/out errors" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 422 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 100 -msgid "Collisions" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 431 -#, php-format -msgid "Bridge (%s)" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 455 -msgid "Interrupts/Second" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 458 -msgid "total" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 460 -msgid "rate" -msgstr "" - -# -# File: src/www/status_interfaces.php, line: 472 -#, php-format -msgid "" -"Using dial-on-demand will bring the connection up again if any packet " -"triggers it. To substantiate this point: disconnecting manually will %snot%s " -"prevent dial-on-demand from making connections to the outside! Don't use " -"dial-on-demand if you want to make sure that the line is kept disconnected." -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 178 -msgid "Ref ID" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 181 -msgid "When" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 182 -msgid "Poll" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 183 -msgid "Reach" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 184 -msgid "Delay" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 185 -msgid "Offset" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 186 -msgid "Jitter" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 192 -#, php-format -msgid "" -"Statistics unavailable because ntpq and ntpdc queries are disabled in the " -"%sNTP service settings%s." -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 196 -#, php-format -msgid "No peers found, %sis the ntp service running%s?" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 243 -msgid "Clock Latitude" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 244 -msgid "Clock Longitude" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 245 -msgid "Clock Altitude" -msgstr "" - -# -# File: src/www/status_ntpd.php, line: 246 -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 161 -msgid "Satellites" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 131 -msgid "OpenVPN Status" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 141 -msgid "Client connections" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 145 -# File: src/www/status_openvpn.php, line: 194 -# File: src/www/system_camanager.php, line: 706 -# File: src/www/system_certmanager.php, line: 872 -# File: src/www/system_certmanager.php, line: 1059 -# File: src/www/vpn_openvpn_csc.php, line: 623 -msgid "Common Name" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 146 -# File: src/www/status_openvpn.php, line: 195 -msgid "Real Address" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 147 -msgid "Virtual Address" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 148 -# File: src/www/status_openvpn.php, line: 233 -# File: src/www/status_openvpn.php, line: 269 -msgid "Connected Since" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 149 -# File: src/www/status_openvpn.php, line: 234 -# File: src/www/status_openvpn.php, line: 272 -msgid "Bytes Sent" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 150 -# File: src/www/status_openvpn.php, line: 235 -msgid "Bytes Received" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 166 -msgid "Kill client connection from" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 185 -msgid "Show/Hide Routing Table" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 189 -msgid "Routing Table" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 196 -msgid "Target Network" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 197 -msgid "Last Used" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 211 -msgid "" -"An IP address followed by C indicates a host currently connected through the " -"VPN." -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 226 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 186 -msgid "Peer to Peer Server Instance Statistics" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 231 -# File: src/www/status_openvpn.php, line: 271 -msgid "Remote Host" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 232 -# File: src/www/status_openvpn.php, line: 270 -msgid "Virtual Addr" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 264 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 239 -msgid "Client Instance Statistics" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 273 -msgid "Bytes Rcvd" -msgstr "" - -# -# File: src/www/status_openvpn.php, line: 300 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 293 -msgid "No OpenVPN instance defined" -msgstr "" - -# -# File: src/www/status_services.php, line: 130 -#, php-format -msgid "Could not start unknown service `%s'" -msgstr "" - -# -# File: src/www/status_services.php, line: 133 -#, php-format -msgid "%s has been started." -msgstr "" - -# -# File: src/www/status_services.php, line: 205 -#, php-format -msgid "Could not stop unknown service `%s'" -msgstr "" - -# -# File: src/www/status_services.php, line: 208 -#, php-format -msgid "%s has been stopped." -msgstr "" - -# -# File: src/www/status_services.php, line: 277 -#, php-format -msgid "Could not restart unknown service `%s'" -msgstr "" - -# -# File: src/www/status_services.php, line: 280 -#, php-format -msgid "%s has been restarted." -msgstr "" - -# -# File: src/www/status_services.php, line: 343 -# File: src/www/widgets/widgets/services_status.widget.php, line: 88 -msgid "No services found" -msgstr "" - -# -# File: src/www/status_upnp.php, line: 36 -msgid "Rules have been cleared and the daemon restarted" -msgstr "" - -# -# File: src/www/status_upnp.php, line: 67 -msgid "UPnP is currently disabled." -msgstr "" - -# -# File: src/www/status_upnp.php, line: 79 -msgid "Int. Port" -msgstr "" - -# -# File: src/www/status_upnp.php, line: 112 -msgid "all currently connected sessions" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 75 -msgid "" -"Rescan has been initiated in the background. Refresh this page in 10 seconds " -"to see the results." -msgstr "" - -# -# File: src/www/status_wireless.php, line: 90 -msgid "Nearby access points or ad-hoc peers" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 99 -# File: src/www/status_wireless.php, line: 151 -msgid "CHAN" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 100 -# File: src/www/status_wireless.php, line: 152 -msgid "RATE" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 102 -msgid "INT" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 103 -# File: src/www/status_wireless.php, line: 157 -msgid "CAPS" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 142 -msgid "Associated or ad-hoc peers" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 149 -msgid "ADDR" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 150 -msgid "AID" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 154 -msgid "IDLE" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 155 -msgid "TXSEQ" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 156 -msgid "RXSEQ" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 158 -msgid "ERP" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 190 -msgid "Rescan" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 191 -msgid "A = authorized, E = Extended Rate (802.11g), P = Power save mode" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 191 -msgid "Flags:" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 192 -msgid "Capabilities:" -msgstr "" - -# -# File: src/www/status_wireless.php, line: 192 -msgid "" -"E = ESS (infrastructure mode), I = IBSS (ad-hoc mode), P = privacy (WEP/TKIP/" -"AES), S = Short preamble, s = Short slot time" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 78 -msgid "You must specify a valid webConfigurator port number" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 92 -#, php-format -msgid "Alternate hostname %s is not a valid hostname." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 268 -#, php-format -msgid "One moment...redirecting to %s in 20 seconds." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 252 -msgid "Secure Shell configuration has changed. Applying now..." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 257 -msgid "webConfigurator configuration has changed. Applying now..." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 321 -msgid "webConfigurator" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 348 -msgid "No Certificates have been defined. You must" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 349 -msgid "Create or Import" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 350 -msgid "a Certificate before SSL can be enabled." -msgstr "" - -# -# File: src/www/services_captiveportal.php, line: 940 -# File: src/www/system_advanced_admin.php, line: 356 -msgid "SSL Certificate" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 379 -#, php-format -msgid "" -"The %sSSL certificate manager%s can be used to create or import certificates " -"if required." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 387 -msgid "TCP port" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 391 -msgid "" -"Enter a custom port number for the webConfigurator above if you want to " -"override the default (80 for HTTP, 443 for HTTPS). Changes will take effect " -"immediately after save." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 409 -msgid "WebGUI redirect" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 414 -msgid "Disable webConfigurator redirect rule" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 416 -msgid "" -"When this is unchecked, access to the webConfigurator is always permitted " -"even on port 80, regardless of the listening port configured. Check this box " -"to disable this automatically added redirect rule. " -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 423 -msgid "WebGUI Login Autocomplete" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 428 -msgid "Enable webConfigurator login autocomplete" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 430 -msgid "" -"When this is checked, login credentials for the webConfigurator may be saved " -"by the browser. While convenient, some security standards require this to be " -"disabled. Check this box to enable autocomplete on the login form so that " -"browsers will prompt to save credentials (NOTE: Some browsers do not respect " -"this option). " -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 437 -msgid "WebGUI login messages" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 442 -msgid "Disable logging of webConfigurator successful logins" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 444 -msgid "" -"When this is checked, successful logins to the webConfigurator will not be " -"logged." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 450 -msgid "Anti-lockout" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 462 -msgid "Disable webConfigurator anti-lockout rule" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 464 -#, php-format -msgid "" -"When this is unchecked, access to the webConfigurator on the %s interface is " -"always permitted, regardless of the user-defined firewall rule set. Check " -"this box to disable this automatically added rule, so access to the " -"webConfigurator is controlled by the user-defined firewall rules (ensure you " -"have a firewall rule in place that allows you in, or you will lock yourself " -"out!)" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 470 -msgid "" -"Hint: the "Set interface(s) IP address" option in the console menu " -"resets this setting as well." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 474 -msgid "DNS Rebind Check" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 479 -msgid "Disable DNS Rebinding Checks" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 481 -msgid "" -"When this is unchecked, your system is protected against DNS Rebinding attacks. This blocks " -"private IP responses from your configured DNS servers. Check this box to " -"disable this protection if it interferes with webConfigurator access or name " -"resolution in your environment. " -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 488 -msgid "Alternate Hostnames" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 491 -msgid "Alternate Hostnames for DNS Rebinding and HTTP_REFERER Checks" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 493 -msgid "" -"Here you can specify alternate hostnames by which the router may be queried, " -"to bypass the DNS Rebinding Attack checks. Separate hostnames with spaces." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 458 -msgid "HTTP_REFERER enforcement" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 503 -msgid "Disable HTTP_REFERER enforcement check" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 505 -msgid "" -"When this is unchecked, access to the webConfigurator is protected against " -"HTTP_REFERER redirection attempts. Check this box to disable this protection " -"if you find that it interferes with webConfigurator access in certain corner " -"cases such as using external scripts to interact with this system. More " -"information on HTTP_REFERER is available from Wikipedia." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 512 -msgid "Enable XDebug" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 517 -msgid "" -"Enable debugger / profiler (developer mode, do not enable in production " -"environment)" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 519 -msgid "" -"When this is checked, php XDebug will be enabled and profiling output can be " -"analysed using webgrind which will be available at [this-url]/webgrind/" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 521 -msgid "" -"For more information about XDebug profiling and how to enable it for your " -"requests, please visit http://www.xdebug.org/docs/" -"all_settings#profiler_enable_trigger" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 526 -msgid "Secure Shell" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 530 -msgid "Secure Shell Server" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 535 -msgid "Enable Secure Shell" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 539 -msgid "Root Login" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 544 -msgid "Permit root user login" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 499 -msgid "" -"Root login is generally discouraged. It is advised to log in via another " -"user and switch to root afterwards." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 551 -msgid "Authentication Method" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 556 -msgid "Permit password login" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 558 -msgid "When disabled, authorized keys need to be configured for each" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 559 -msgid "user" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 560 -msgid "that has been granted secure shell access." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 564 -msgid "SSH port" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 567 -msgid "Leave this blank for the default of 22." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 575 -msgid "Serial Communications" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 578 -msgid "Serial Terminal" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 583 -msgid "" -"Enables the first serial port with 115200/8/N/1 by default, or another speed " -"selectable below." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 584 -msgid "" -"Note: This will redirect the console output and messages to the serial " -"port. You can still access the console menu from the internal video card/" -"keyboard. A null modem serial cable or adapter is required to use the " -"serial console." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 588 -msgid "Serial Speed" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 549 -msgid "bps" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 610 -msgid "Allows selection of different speeds for the serial console port." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 614 -msgid "Primary Console" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 560 -msgid "Serial Console" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 563 -msgid "VGA Console" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 624 -msgid "" -"Select the preferred console if multiple consoles are present. The preferred " -"console will show OPNsense boot script output. All consoles display OS boot " -"messages, console messages, and the console menu." -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 628 -msgid "Console Options" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 632 -msgid "Console menu" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 637 -msgid "Password protect the console menu" -msgstr "" - -# -# File: src/www/system_advanced_admin.php, line: 639 -msgid "Changes to this option will take effect after a reboot." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 75 -msgid "The Firewall Adaptive values must be set together." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 78 -msgid "The Firewall Adaptive Start value must be an integer." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 81 -msgid "The Firewall Adaptive End value must be an integer." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 84 -msgid "The Firewall Maximum States value must be an integer." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 87 -msgid "The Aliases Hostname Resolve Interval value must be an integer." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 90 -msgid "The Firewall Maximum Table Entries value must be an integer." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 96 -msgid "The Reflection timeout must be an integer." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 287 -msgid "Firewall Advanced" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 269 -msgid "IP Do-Not-Fragment" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 297 -msgid "Clear invalid DF bits instead of dropping the packets" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 298 -msgid "" -"This allows for communications with hosts that generate fragmented packets " -"with the don't fragment (DF) bit set. Linux NFS is known to do this. This " -"will cause the filter to not drop such packets but instead clear the don't " -"fragment bit." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 282 -msgid "IP Random id" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 310 -msgid "" -"Insert a stronger id into IP header of packets passing through the filter." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 311 -msgid "" -"Replaces the IP identification field of packets with random values to " -"compensate for operating systems that use predictable values. This option " -"only applies to packets that are not fragmented after the optional packet " -"reassembly." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 295 -msgid "Firewall Optimization" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 324 -msgid "normal" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 328 -msgid "high-latency" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 332 -msgid "aggressive" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 336 -msgid "conservative" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 346 -msgid "Select the type of state table optimization to use" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 253 -msgid "as the name says, it is the normal optimization algorithm" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 254 -msgid "" -"used for high latency links, such as satellite links. Expires idle " -"connections later than default" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 255 -msgid "" -"expires idle connections quicker. More efficient use of CPU and memory but " -"can drop legitimate idle connections" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 256 -msgid "" -"tries to avoid dropping any legitimate idle connections at the expense of " -"increased memory usage and CPU utilization." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 350 -msgid "Disable Firewall" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 355 -msgid "Disable all packet filtering." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 357 -#, php-format -msgid "Warning: This converts %s into a routing only platform!" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 358 -msgid "Warning: This will also turn off NAT!" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 360 -#, php-format -msgid "" -"If you only want to disable NAT, and not firewall rules, visit the " -"%sOutbound NAT%s page." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 367 -msgid "Disable Firewall Scrub" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 372 -msgid "" -"Disables the PF scrubbing option which can sometimes interfere with NFS and " -"PPTP traffic." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 377 -msgid "Firewall Adaptive Timeouts" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 365 -# File: src/www/system_advanced_firewall.php, line: 383 -msgid "start" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 366 -# File: src/www/system_advanced_firewall.php, line: 385 -msgid "end" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 379 -msgid "" -"Timeouts for states can be scaled adaptively as the number of state table " -"entries grows." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 382 -msgid "" -"When the number of state entries exceeds this value, adaptive scaling " -"begins. All timeout values are scaled linearly with factor (adaptive.end - " -"number of states) / (adaptive.end - adaptive.start)." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 386 -msgid "" -"When reaching this number of state entries, all timeout values become zero, " -"effectively purging all state entries immediately. This value is used to " -"define the scale factor, it should not actually be reached (set a lower " -"state limit, see below)." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 388 -msgid "Note: Leave this blank for the default(0)." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 392 -msgid "Firewall Maximum States" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 396 -msgid "Maximum number of connections to hold in the firewall state table." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 398 -msgid "" -"Note: Leave this blank for the default. On your system the default size is:" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 402 -msgid "Firewall Maximum Table Entries" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 406 -msgid "" -"Maximum number of table entries for systems such as aliases, sshlockout, " -"snort, etc, combined." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 409 -msgid "Note: Leave this blank for the default." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 412 -msgid "On your system the default size is:" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 420 -msgid "Static route filtering" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 425 -msgid "Bypass firewall rules for traffic on the same interface" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 427 -msgid "" -"This option only applies if you have defined one or more static routes. If " -"it is enabled, traffic that enters and leaves through the same interface " -"will not be checked by the firewall. This may be desirable in some " -"situations where multiple subnets are connected to the same interface." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 433 -msgid "Disable Auto-added VPN rules" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 439 -msgid "Disable all auto-added VPN rules." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 441 -msgid "Note: This disables automatically added rules for IPsec, PPTP." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 444 -msgid "Disable reply-to" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 451 -msgid "Disable reply-to on WAN rules" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 453 -msgid "" -"With Multi-WAN you generally want to ensure traffic leaves the same " -"interface it arrives on, hence reply-to is added automatically by default. " -"When using bridging, you must disable this behavior if the WAN gateway IP is " -"different from the gateway IP of the hosts behind the bridged interface." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 456 -msgid "Disable Negate rules" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 464 -msgid "Disable Negate rule on policy routing rules" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 466 -msgid "" -"With Multi-WAN you generally want to ensure traffic reaches directly " -"connected networks and VPN networks when using policy routing. You can " -"disable this for special purposes but it requires manually creating rules " -"for these networks" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 467 -msgid "Aliases Resolve Interval" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 475 -msgid "" -"Interval, in seconds, that will be used to resolve hostnames configured on " -"aliases." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 477 -msgid "Note: Leave this blank for the default (300s)." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 481 -msgid "Check certificate of aliases URLs" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 486 -msgid "Verify HTTPS certificates when downloading alias URLs" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 488 -msgid "" -"Make sure the certificate is valid for all HTTPS addresses on aliases. If " -"it's not valid or is revoked, do not download it." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 494 -msgid "Bogon Networks" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 498 -msgid "Update Frequency" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 504 -msgid "Monthly" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 508 -msgid "Weekly" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 512 -msgid "Daily" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 515 -msgid "" -"The frequency of updating the lists of IP addresses that are reserved (but " -"not RFC 1918) or not yet assigned by IANA." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 524 -msgid "Network Address Translation" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 516 -msgid "Reflection for port forwards" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 545 -msgid "" -"When enabled, this automatically creates additional NAT redirect rules for " -"access to port forwards on your external IP addresses from within your " -"internal networks." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 547 -msgid "" -"The NAT + proxy mode uses a helper program to send packets to the target of " -"the port forward. It is useful in setups where the interface and/or gateway " -"IP used for communication with the target cannot be accurately determined at " -"the time the rules are loaded. Reflection rules are not created for ranges " -"larger than 500 ports and will not be used for more than 1000 ports total " -"between all port forwards. Only TCP and UDP protocols are supported." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 549 -msgid "" -"The pure NAT mode uses a set of NAT rules to direct packets to the target of " -"the port forward. It has better scalability, but it must be possible to " -"accurately determine the interface and gateway IP used for communication " -"with the target at the time the rules are loaded. There are no inherent " -"limits to the number of ports other than the limits of the protocols. All " -"protocols available for port forwards are supported." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 551 -# File: src/www/system_advanced_firewall.php, line: 573 -msgid "" -"Individual rules may be configured to override this system setting on a per-" -"rule basis." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 555 -msgid "Reflection Timeout" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 558 -msgid "Enter value for Reflection timeout in seconds." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 560 -msgid "Note: Only applies to Reflection on port forwards in NAT + proxy mode." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 552 -msgid "Enable Reflection for 1:1" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 569 -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 "" - -# -# File: src/www/system_advanced_firewall.php, line: 571 -msgid "" -"Note: Reflection on 1:1 mappings is only for the inbound component of the " -"1:1 mappings. This functions the same as the pure NAT mode for port " -"forwards. For more details, refer to the pure NAT mode description above." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 577 -msgid "Enable automatic outbound NAT for Reflection" -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 582 -msgid "" -"Automatically create outbound NAT rules which assist inbound NAT rules that " -"direct traffic back out to the same subnet it originated from." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 584 -msgid "" -"Required for full functionality of the pure NAT mode of NAT Reflection for " -"port forwards or NAT Reflection for 1:1 NAT." -msgstr "" - -# -# File: src/www/system_advanced_firewall.php, line: 586 -msgid "" -"Note: This only works for assigned interfaces. Other interfaces require " -"manually creating the outbound NAT rules that direct the reply packets back " -"through the router." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 67 -msgid "AMD Geode LX Security Block" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 68 -msgid "AES-NI CPU-based Acceleration" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 70 -msgid "Intel Core* CPU on-die thermal sensor" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 71 -msgid "AMD K8, K10 and K11 CPU on-die thermal sensor" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 81 -msgid "Please select a valid Cryptographic Accelerator." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 85 -msgid "Please select a valid Thermal Hardware Sensor." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 266 -msgid "Proxy support" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 272 -msgid "Proxy URL" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 278 -#, php-format -msgid "Proxy url for allowing %s to use this proxy to connect outside." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 282 -msgid "Proxy Port" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 288 -#, php-format -msgid "" -"Proxy port to use when %s connects to the proxy URL configured above. " -"Default is 8080 for http protocol or 443 for ssl." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 292 -msgid "Proxy Username" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 298 -#, php-format -msgid "Proxy username for allowing %s to use this proxy to connect outside" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 302 -msgid "Proxy Pass" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 308 -#, php-format -msgid "Proxy password for allowing %s to use this proxy to connect outside" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 313 -msgid "Load Balancing" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 310 -msgid "Gateway switching" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 321 -msgid "Allow default gateway switching" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 322 -msgid "" -"If the link where the default gateway resides fails switch the default " -"gateway to another available one." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 321 -msgid "Sticky connections" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 329 -msgid "Use sticky connections" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 330 -msgid "" -"Successive connections will be redirected to the servers in a round-robin " -"manner with connections from the same source being sent to the same web " -"server. This 'sticky connection' will exist as long as there are states that " -"refer to this connection. Once the states expire, so will the sticky " -"connection. Further connections from that host will be redirected to the " -"next web server in the round robin. Changing this option will restart the " -"Load Balancing service." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 335 -msgid "Source tracking timeout" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 348 -msgid "" -"Set the source tracking timeout for sticky connections. By default this is " -"0, so source tracking is removed as soon as the state expires. Setting this " -"timeout higher will cause the source/destination relationship to persist for " -"longer periods of time." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 354 -msgid "Power savings" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 362 -msgid "Use PowerD" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 364 -msgid "On AC Power Mode" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 384 -msgid "On Battery Power Mode" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 369 -# File: src/www/system_advanced_misc.php, line: 389 -msgid "Hiadaptive" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 373 -# File: src/www/system_advanced_misc.php, line: 393 -msgid "Adaptive" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 377 -# File: src/www/system_advanced_misc.php, line: 397 -msgid "Minimum" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 381 -# File: src/www/system_advanced_misc.php, line: 401 -msgid "Maximum" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 404 -msgid "" -"The powerd utility monitors the system state and sets various power control " -"options accordingly. It offers four modes (maximum, minimum, adaptive and " -"hiadaptive) that can be individually selected while on AC power or " -"batteries. The modes maximum, minimum, adaptive and hiadaptive may be " -"abbreviated max, min, adp, hadp. Maximum mode chooses the highest " -"performance values. Minimum mode selects the lowest performance values to " -"get the most power savings. Adaptive mode attempts to strike a balance by " -"degrading performance when the system appears idle and increasing it when " -"the system is busy. It offers a good balance between a small performance " -"loss for greatly increased power savings. Hiadaptive mode is alike adaptive " -"mode, but tuned for systems where performance and interactivity are more " -"important than power consumption. It raises frequency faster, drops slower " -"and keeps twice lower CPU load." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 420 -msgid "Cryptographic Hardware Acceleration" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 417 -# File: src/www/system_advanced_misc.php, line: 446 -msgid "Hardware" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 436 -msgid "" -"A cryptographic accelerator module will use hardware support to speed up " -"some cryptographic functions on systems which have the chip. Do not enable " -"this option if you have a Hifn cryptographic acceleration card, as this will " -"take precedence and the Hifn card will not be used. Acceleration should be " -"automatic for IPsec when using a cipher supported by your chip, such as " -"AES-128. OpenVPN should be set for AES-128-CBC and have cryptodev enabled " -"for hardware acceleration." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 444 -msgid "" -"If you do not have a crypto chip in your system, this option will have no " -"effect. To unload the selected module, set this option to 'none' and then " -"reboot." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 449 -msgid "Thermal Sensors" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 455 -msgid "None/ACPI" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 465 -msgid "" -"If you have a supported CPU, selecting a themal sensor will load the " -"appropriate driver to read its temperature. Setting this to 'None' will " -"attempt to read the temperature from an ACPI-compliant motherboard sensor " -"instead, if one is present." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 469 -msgid "" -"If you do not have a supported thermal sensor chip in your system, this " -"option will have no effect. To unload the selected module, set this option " -"to 'none' and then reboot." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 482 -msgid "Schedule States" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 484 -msgid "" -"By default schedules clear the states of existing connections when the " -"expiration time has come. This option overrides that behavior by not " -"clearing states for existing connections." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 489 -msgid "Gateway Monitoring" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 485 -msgid "Kill states" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 497 -msgid "State Killing on Gateway Failure" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 499 -msgid "" -"The monitoring process will flush states for a gateway that goes down if " -"this box is not checked. Check this box to disable this behavior." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 495 -msgid "Skip rules" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 505 -msgid "Skip rules when gateway is down" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 507 -msgid "" -"By default, when a rule has a specific gateway set, and this gateway is " -"down, rule is created and traffic is sent to default gateway.This option " -"overrides that behavior and the rule is not created when gateway is down" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 513 -msgid "RAM Disk Settings (Reboot to Apply Changes)" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 516 -msgid "Use RAM Disks" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 521 -msgid "Use memory file system for /tmp and /var" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 522 -msgid "" -"Set this if you wish to use /tmp and /var as RAM disks (memory file system " -"disks) on a full install rather than use the hard disk. Setting this will " -"cause the data in /tmp and /var to be lost at reboot, including log data. " -"RRD and DHCP Leases will be retained." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 527 -msgid "Periodic RRD Backup" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 541 -# File: src/www/system_advanced_misc.php, line: 568 -msgid "hour" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 548 -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 will happen to your media." -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 554 -msgid "Periodic DHCP Leases Backup" -msgstr "" - -# -# File: src/www/system_advanced_misc.php, line: 575 -msgid "" -"This will periodically backup the DHCP leases data so it can be restored " -"automatically on the next boot. Keep in mind that the more frequent the " -"backup, the more writes will happen to your media." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 51 -msgid "You must specify an IP address to NAT IPv6 packets." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 177 -msgid "IPv6 Options" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 182 -# File: src/www/system_advanced_network.php, line: 187 -msgid "Allow IPv6" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 188 -msgid "" -"All IPv6 traffic will be blocked by the firewall unless this box is checked." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 189 -msgid "" -"NOTE: This does not disable any IPv6 features on the firewall, it only " -"blocks traffic." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 194 -msgid "IPv6 over IPv4 Tunneling" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 199 -msgid "Enable IPv4 NAT encapsulation of IPv6 packets" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 200 -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 firewall rule to permit IPv6 packets." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 210 -msgid "Prefer IPv4 over IPv6" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 215 -msgid "Prefer to use IPv4 even if IPv6 is available" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 216 -msgid "" -"By default, if a hostname resolves IPv6 and IPv4 addresses IPv6 will be " -"used, if you check this option, IPv4 will be used instead of IPv6." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 225 -msgid "Device polling" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 230 -msgid "Enable device polling" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 231 -#, php-format -msgid "" -"Device polling is a technique that lets the system periodically poll network " -"devices for new data instead of relying on interrupts. This prevents your " -"webConfigurator, SSH, etc. from being inaccessible due to interrupt floods " -"when under extreme load. Generally this is not recommended. Not all NICs " -"support polling; see the %s homepage for a list of supported cards." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 239 -msgid "Hardware CRC" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 240 -msgid "Disable hardware checksum offload" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 241 -msgid "" -"Checking this option will disable hardware checksum offloading. Checksum " -"offloading is broken in some hardware, particularly some Realtek cards. " -"Rarely, drivers may have problems with checksum offloading and some specific " -"NICs." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 244 -# File: src/www/system_advanced_network.php, line: 257 -# File: src/www/system_advanced_network.php, line: 270 -# File: src/www/system_advanced_network.php, line: 283 -msgid "" -"This will take effect after you reboot the machine or re-configure each " -"interface." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 252 -msgid "Hardware TSO" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 253 -msgid "Disable hardware TCP segmentation offload" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 254 -msgid "" -"Checking this option will disable hardware TCP segmentation offloading (TSO, " -"TSO4, TSO6). This offloading is broken in some hardware drivers, and may " -"impact performance with some specific NICs." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 265 -msgid "Hardware LRO" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 266 -msgid "Disable hardware large receive offload" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 267 -msgid "" -"Checking this option will disable hardware large receive offloading (LRO). " -"This offloading is broken in some hardware drivers, and may impact " -"performance with some specific NICs." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 274 -msgid "VLAN Hardware Filtering" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 279 -msgid "Disable VLAN Hardware Filtering" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 280 -msgid "" -"Checking this option will disable VLAN hardware filtering. This offloading " -"is broken in some hardware drivers, and may impact performance with some " -"specific NICs." -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 287 -msgid "ARP Handling" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 292 -msgid "Suppress ARP messages" -msgstr "" - -# -# File: src/www/system_advanced_network.php, line: 293 -msgid "" -"This option will suppress ARP log messages when multiple interfaces reside " -"on the same broadcast domain" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 151 -# File: src/www/system_advanced_notifications.php, line: 246 -msgid "Test Growl" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 157 -# File: src/www/system_advanced_notifications.php, line: 163 -#, php-format -msgid "This is a test message from %s. It is safe to ignore this message." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 160 -# File: src/www/system_advanced_notifications.php, line: 323 -msgid "Test SMTP" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 201 -msgid "Growl" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 205 -msgid "Disable Growl Notifications" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 210 -msgid "" -"Check this option to disable growl notifications but preserve the settings " -"below." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 214 -msgid "Registration Name" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 217 -msgid "Enter the name to register with the Growl server (default: PHP-Growl)." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 221 -msgid "Notification Name" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 224 -#, php-format -msgid "Enter a name for the Growl notifications (default: %s growl alert)." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 231 -msgid "" -"This is the IP address that you would like to send growl notifications to." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 238 -msgid "Enter the password of the remote growl notification device." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 252 -msgid "SMTP E-Mail" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 255 -msgid "Disable SMTP Notifications" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 260 -msgid "" -"Check this option to disable SMTP notifications but preserve the settings " -"below. Some other mechanisms, such as packages, may need these settings in " -"place to function." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 264 -msgid "E-Mail server" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 267 -msgid "" -"This is the FQDN or IP address of the SMTP E-Mail server to which " -"notifications will be sent." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 271 -msgid "SMTP Port of E-Mail server" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 274 -msgid "" -"This is the port of the SMTP E-Mail server, typically 25, 587 (submission) " -"or 465 (smtps)" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 278 -msgid "Secure SMTP Connection" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 283 -msgid "Enable SMTP over SSL/TLS" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 287 -msgid "Enable STARTTLS" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 291 -msgid "From e-mail address" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 294 -msgid "This is the e-mail address that will appear in the from field." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 257 -msgid "E-Mail address" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 301 -msgid "" -"Enter the e-mail address that you would like email notifications sent to." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 266 -msgid "E-Mail auth username" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 543 -msgid "(optional)" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 308 -msgid "Enter the e-mail address username for SMTP authentication." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 276 -msgid "E-Mail auth password" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 315 -msgid "Enter the e-mail address password for SMTP authentication." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 332 -msgid "System Sounds" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 335 -msgid "Startup/Shutdown Sound" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 340 -msgid "Disable the startup/shutdown beep" -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 342 -msgid "When this is checked, startup and shutdown sounds will no longer play." -msgstr "" - -# -# File: src/www/system_advanced_notifications.php, line: 247 -msgid "" -"NOTE: A test notification will be sent even if the service is marked as " -"disabled." -msgstr "" - -# -# File: src/www/system_advanced_sysctl.php, line: 111 -msgid "Add a new tunable" -msgstr "" - -# -# File: src/www/system_advanced_sysctl.php, line: 222 -msgid "Tunable" -msgstr "" - -# -# File: src/www/system_advanced_sysctl.php, line: 141 -msgid "" -"The firewall tunables have changed. You must apply the configuration to " -"take affect." -msgstr "" - -# -# File: src/www/system_advanced_sysctl.php, line: 154 -msgid "Tunable Name" -msgstr "" - -# -# File: src/www/system_advanced_sysctl.php, line: 184 -msgid "Edit Tunable" -msgstr "" - -# -# File: src/www/system_advanced_sysctl.php, line: 190 -msgid "Delete Tunable" -msgstr "" - -# -# File: src/www/system_advanced_sysctl.php, line: 217 -msgid "Edit system tunable" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 199 -# File: src/www/system_authservers.php, line: 220 -# File: src/www/system_authservers.php, line: 498 -# File: src/www/system_camanager.php, line: 264 -# File: src/www/system_camanager.php, line: 280 -# File: src/www/system_camanager.php, line: 297 -# File: src/www/system_camanager.php, line: 493 -# File: src/www/system_certmanager.php, line: 256 -# File: src/www/system_certmanager.php, line: 271 -# File: src/www/system_certmanager.php, line: 290 -# File: src/www/system_certmanager.php, line: 498 -# File: src/www/system_certmanager.php, line: 707 -# File: src/www/system_certmanager.php, line: 1151 -# File: src/www/system_crlmanager.php, line: 260 -# File: src/www/system_crlmanager.php, line: 269 -# File: src/www/system_crlmanager.php, line: 403 -# File: src/www/system_crlmanager.php, line: 508 -# File: src/www/system_usermanager.php, line: 217 -# File: src/www/system_usermanager.php, line: 843 -msgid "Descriptive name" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 202 -# File: src/www/system_authservers.php, line: 560 -msgid "Port value" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 203 -# File: src/www/system_authservers.php, line: 566 -msgid "Transport" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 204 -# File: src/www/system_authservers.php, line: 614 -msgid "Protocol version" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 205 -msgid "Search level" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 206 -msgid "User naming Attribute" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 207 -msgid "Authentication container" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 212 -msgid "Bind user DN" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 213 -msgid "Bind Password" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 228 -# File: src/www/system_authservers.php, line: 807 -msgid "Authentication port value" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 239 -# File: src/www/system_authservers.php, line: 782 -msgid "Shared Secret" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 246 -msgid "The host name contains invalid characters." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 250 -msgid "An authentication server with the same name already exists." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 254 -msgid "RADIUS Timeout value must be numeric and positive." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 120 -msgid "deleted" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 287 -msgid "Add server" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 428 -msgid "Please fill the required values." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 460 -# File: src/www/system_usermanager.php, line: 471 -# File: src/www/system_usermanager_settings.php, line: 92 -msgid "Popup blocker detected. Action aborted." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 890 -msgid "Do you really want to delete this Server?" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 553 -# File: src/www/system_authservers.php, line: 776 -msgid "Hostname or IP address" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 556 -msgid "" -"NOTE: When using SSL, this hostname MUST match the Common Name (CN) of the " -"LDAP server's SSL Certificate." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 476 -msgid "TCP - Standard" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 479 -msgid "SSL - Encrypted" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 585 -# File: src/www/vpn_openvpn_client.php, line: 699 -# File: src/www/vpn_openvpn_client.php.orig, line: 699 -# File: src/www/vpn_openvpn_server.php, line: 939 -# File: src/www/vpn_openvpn_server.php.orig, line: 939 -msgid "Peer Certificate Authority" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 603 -msgid "This option is used if 'SSL Encrypted' option is choosen." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 604 -msgid "It must match with the CA in the AD otherwise problems will arise." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php, line: 1031 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 1031 -msgid "Create one under" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -msgid "No Certificate Authorities defined." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php, line: 1031 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 1031 -msgid "System: Certificates" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 633 -msgid "Bind credentials" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 652 -msgid "User DN:" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 525 -msgid "Leave empty to use anonymous binds to resolve distinguished names" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 667 -msgid "Search scope" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 671 -msgid "Level:" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 536 -msgid "One Level" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 539 -msgid "Entire Subtree" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 690 -msgid "Base DN:" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 700 -msgid "Authentication containers" -msgstr "" - -# -# File: src/www/interfaces_ppps_edit.php, line: 390 -# File: src/www/system_authservers.php, line: 708 -msgid "Select" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 715 -msgid "" -"Note: Semi-Colon separated. This will be prepended to the search base dn " -"above or you can specify full container path containing a dc= component." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 724 -msgid "Extended Query" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 740 -msgid "Initial Template" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 579 -msgid "OpenLDAP" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 580 -msgid "Microsoft AD" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 581 -msgid "Novell eDirectory" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 761 -msgid "User naming attribute" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 788 -msgid "Services offered" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 611 -msgid "Authentication and Accounting" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 234 -# File: src/www/system_authservers.php, line: 813 -msgid "Accounting port value" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 819 -msgid "Authentication Timeout" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 822 -msgid "" -"This value controls how long, in seconds, that the RADIUS server may take to " -"respond to an authentication request." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 823 -msgid "If left blank, the default value is 5 seconds." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 824 -msgid "" -"NOTE: If you are using an interactive two-factor authentication system, " -"increase this timeout to account for how long it will take the user to " -"receive and enter a token." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 852 -msgid "Server Name" -msgstr "" - -# -# File: src/www/system_authservers.php, line: 863 -msgid "Additional authentication servers can be added here." -msgstr "" - -# -# File: src/www/system_authservers.php, line: 695 -msgid "delete this server" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 265 -# File: src/www/system_camanager.php, line: 534 -# File: src/www/system_certmanager.php, line: 257 -# File: src/www/system_certmanager.php, line: 723 -msgid "Certificate data" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 267 -# File: src/www/system_certmanager.php, line: 260 -msgid "This certificate does not appear to be valid." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 270 -msgid "Encrypted private keys are not yet supported." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 281 -# File: src/www/system_camanager.php, line: 299 -# File: src/www/system_camanager.php, line: 598 -# File: src/www/system_certmanager.php, line: 273 -# File: src/www/system_certmanager.php, line: 291 -# File: src/www/system_certmanager.php, line: 787 -# File: src/www/system_certmanager.php, line: 955 -# File: src/www/system_usermanager.php, line: 219 -# File: src/www/system_usermanager.php, line: 872 -msgid "Key length" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 282 -# File: src/www/system_camanager.php, line: 300 -# File: src/www/system_camanager.php, line: 638 -# File: src/www/system_certmanager.php, line: 274 -# File: src/www/system_certmanager.php, line: 827 -# File: src/www/system_crlmanager.php, line: 465 -# File: src/www/system_usermanager.php, line: 220 -# File: src/www/system_usermanager.php, line: 892 -# File: src/www/vpn_ipsec_phase1.php, line: 966 -# File: src/www/vpn_ipsec_phase2.php, line: 900 -msgid "Lifetime" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 283 -# File: src/www/system_camanager.php, line: 301 -# File: src/www/system_certmanager.php, line: 275 -# File: src/www/system_certmanager.php, line: 292 -msgid "Distinguished name Country Code" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 284 -# File: src/www/system_camanager.php, line: 302 -# File: src/www/system_certmanager.php, line: 276 -# File: src/www/system_certmanager.php, line: 293 -msgid "Distinguished name State or Province" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 285 -# File: src/www/system_camanager.php, line: 303 -# File: src/www/system_certmanager.php, line: 277 -# File: src/www/system_certmanager.php, line: 294 -msgid "Distinguished name City" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 286 -# File: src/www/system_camanager.php, line: 304 -# File: src/www/system_certmanager.php, line: 278 -# File: src/www/system_certmanager.php, line: 295 -msgid "Distinguished name Organization" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 287 -# File: src/www/system_camanager.php, line: 305 -# File: src/www/system_certmanager.php, line: 279 -# File: src/www/system_certmanager.php, line: 296 -msgid "Distinguished name Email Address" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 288 -# File: src/www/system_camanager.php, line: 306 -# File: src/www/system_certmanager.php, line: 280 -# File: src/www/system_certmanager.php, line: 297 -msgid "Distinguished name Common Name" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 298 -# File: src/www/system_camanager.php, line: 576 -msgid "Signing Certificate Authority" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 315 -# File: src/www/system_certmanager.php, line: 361 -msgid "" -"The field 'Distinguished name Email Address' contains invalid characters." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 319 -# File: src/www/system_certmanager.php, line: 366 -msgid "The field 'Distinguished name Common Name' contains invalid characters." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 322 -# File: src/www/system_certmanager.php, line: 369 -#, php-format -msgid "The field '%s' contains invalid characters." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 326 -# File: src/www/system_certmanager.php, line: 374 -# File: src/www/system_certmanager.php, line: 381 -msgid "Please select a valid Key Length." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 329 -# File: src/www/system_certmanager.php, line: 377 -# File: src/www/system_certmanager.php, line: 384 -msgid "Please select a valid Digest Algorithm." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 381 -# File: src/www/system_camanager.php, line: 395 -# File: src/www/system_certmanager.php, line: 441 -# File: src/www/system_certmanager.php, line: 464 -msgid "openssl library returns:" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 419 -msgid "add or import ca" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 833 -msgid "" -"Do you really want to delete this Certificate Authority and its CRLs, and " -"unreference any associated certificates?" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 502 -# File: src/www/system_certmanager.php, line: 681 -# File: src/www/system_crlmanager.php, line: 373 -msgid "Method" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 126 -msgid "Import an existing Certificate Authority" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 127 -msgid "Create an internal Certificate Authority" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 128 -msgid "Create an intermediate Certificate Authority" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 528 -msgid "Existing Certificate Authority" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 538 -# File: src/www/system_certmanager.php, line: 727 -msgid "Paste a certificate in X.509 PEM format here." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 542 -msgid "Certificate Private Key" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 547 -msgid "" -"Paste the private key for the above certificate here. This is optional in " -"most cases, but required if you need to generate a Certificate Revocation " -"List (CRL)." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 554 -msgid "Serial for next certificate" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 557 -msgid "" -"Enter a decimal number to be used as the serial number for the next " -"certificate to be created using this CA." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 570 -msgid "Internal Certificate Authority" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 618 -# File: src/www/system_certmanager.php, line: 807 -# File: src/www/system_certmanager.php, line: 978 -msgid "Digest Algorithm" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 634 -# File: src/www/system_certmanager.php, line: 823 -# File: src/www/system_certmanager.php, line: 994 -msgid "" -"NOTE: It is recommended to use an algorithm stronger than SHA1 when possible." -msgstr "" - -# -# File: src/www/system_camanager.php, line: 645 -# File: src/www/system_certmanager.php, line: 834 -# File: src/www/system_certmanager.php, line: 998 -# File: src/www/vpn_ipsec_phase1.php, line: 783 -# File: src/www/vpn_ipsec_phase1.php, line: 811 -msgid "Distinguished name" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 649 -# File: src/www/system_certmanager.php, line: 838 -# File: src/www/system_certmanager.php, line: 1002 -msgid "Country Code" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 666 -# File: src/www/system_certmanager.php, line: 844 -# File: src/www/system_certmanager.php, line: 1019 -msgid "State or Province" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 670 -# File: src/www/system_camanager.php, line: 680 -# File: src/www/system_camanager.php, line: 690 -# File: src/www/system_camanager.php, line: 700 -# File: src/www/system_camanager.php, line: 710 -msgid "ex:" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 672 -# File: src/www/system_certmanager.php, line: 1025 -msgid "Sachsen" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 676 -# File: src/www/system_certmanager.php, line: 850 -# File: src/www/system_certmanager.php, line: 1029 -msgid "City" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 682 -# File: src/www/system_certmanager.php, line: 1035 -msgid "Leipzig" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 686 -# File: src/www/system_certmanager.php, line: 856 -# File: src/www/system_certmanager.php, line: 1039 -msgid "Organization" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 692 -msgid "My Company Inc" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 702 -msgid "admin@mycompany.com" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 712 -msgid "internal-ca" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 745 -# File: src/www/system_crlmanager.php, line: 668 -msgid "Internal" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 746 -# File: src/www/system_certmanager.php, line: 1210 -msgid "Issuer" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 748 -# File: src/www/system_certmanager.php, line: 1211 -msgid "Distinguished Name" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 762 -# File: src/www/system_certmanager.php, line: 1227 -msgid "self-signed" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 764 -# File: src/www/system_certmanager.php, line: 1229 -msgid "external" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 809 -# File: src/www/system_certmanager.php, line: 1276 -msgid "Valid From" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 814 -# File: src/www/system_certmanager.php, line: 1281 -msgid "Valid Until" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 821 -# File: src/www/system_camanager.php, line: 822 -msgid "edit CA" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 824 -# File: src/www/system_camanager.php, line: 825 -msgid "export CA cert" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 829 -msgid "export CA private key" -msgstr "" - -# -# File: src/www/system_camanager.php, line: 834 -msgid "delete ca" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 84 -msgid "Import an existing Certificate" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 85 -msgid "Create an internal Certificate" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 86 -msgid "Create a Certificate Signing Request" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 104 -msgid "Choose an existing certificate" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 499 -msgid "Final Certificate data" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 519 -msgid "The certificate modulus does not match the signing request modulus." -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 258 -msgid "Key data" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 272 -# File: src/www/system_certmanager.php, line: 765 -# File: src/www/system_usermanager.php, line: 218 -# File: src/www/system_usermanager.php, line: 849 -msgid "Certificate authority" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 302 -msgid "Existing Certificate Choice" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 329 -msgid "DNS subjectAltName values must be valid hostnames or FQDNs" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 334 -msgid "IP subjectAltName values must be valid IP Addresses" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 339 -msgid "You must provide an e-mail address for this type of subjectAltName" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 342 -msgid "The e-mail provided in a subjectAltName contains invalid characters." -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 348 -msgid "URI subjectAltName types must be a valid URI" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 352 -msgid "Unrecognized subjectAltName type." -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 549 -msgid "add or import certificate" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1342 -msgid "Do you really want to delete this Certificate?" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 187 -# File: src/www/system_usermanager.php, line: 829 -# File: src/www/system_usermanager.php, line: 839 -# File: src/www/vpn_ipsec_phase1.php, line: 206 -# File: src/www/vpn_openvpn_server.php, line: 281 -# File: src/www/vpn_openvpn_server.php.orig, line: 281 -msgid "Certificate" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 717 -msgid "Import Certificate" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 731 -msgid "Private key data" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 735 -msgid "Paste a private key in X.509 PEM format here." -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 744 -msgid "Internal Certificate" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 779 -#, php-format -msgid "" -"No internal Certificate Authorities have been defined. You must %sadd%s an " -"internal CA before creating an internal certificate." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 724 -# File: src/www/vpn_openvpn_client.php.orig, line: 724 -msgid "Client Certificate" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 997 -# File: src/www/vpn_openvpn_server.php.orig, line: 997 -msgid "Server Certificate" -msgstr "" - -# -# File: lang/dynamic/helpers/models.php, line: 39 -# File: src/www/system_certificates_tabs.inc, line: 7 -# File: src/www/system_crlmanager.php, line: 270 -# File: src/www/system_crlmanager.php, line: 409 -# File: src/www/vpn_ipsec_phase1.php, line: 206 -# File: src/www/vpn_openvpn_client.php, line: 241 -# File: src/www/vpn_openvpn_client.php.orig, line: 241 -# File: src/www/vpn_openvpn_server.php, line: 281 -# File: src/www/vpn_openvpn_server.php.orig, line: 281 -msgid "Certificate Authority" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 792 -msgid "" -"Choose the type of certificate to generate here, the type defines it's " -"constraints" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 887 -msgid "Alternative Names" -msgstr "" - -# -# File: src/www/load_balancer_relay_action_edit.php, line: 175 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 134 -msgid "DNS" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 922 -# File: src/www/system_certmanager.php, line: 942 -msgid "email" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 923 -# File: src/www/system_certmanager.php, line: 943 -msgid "URI" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 950 -msgid "External Signing Request" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1077 -msgid "Choose an Existing Certificate" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1082 -msgid "Existing Certificates" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1110 -msgid "*In Use" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1111 -msgid "*Revoked" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1160 -msgid "Complete Signing Request" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1164 -msgid "Signing request data" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1168 -msgid "" -"Copy the certificate signing data from here and forward it to your " -"certificate authority for signing." -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1172 -msgid "Final certificate data" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1176 -msgid "Paste the certificate received from your certificate authority here." -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1212 -# File: src/www/system_crlmanager.php, line: 670 -msgid "In Use" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1236 -msgid "external - signature pending" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1247 -msgid "CA:" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1248 -msgid "Server:" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1272 -# File: src/www/system_usermanager.php, line: 842 -msgid "Revoked" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1282 -msgid "User Cert" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1287 -msgid "OpenVPN Server" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1292 -msgid "OpenVPN Client" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1297 -msgid "IPsec Tunnel" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1276 -msgid "show certificate info" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1325 -msgid "export ca" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1330 -msgid "export key" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1335 -msgid "export ca cert+user cert+user cert key in .p12 format" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1343 -# File: src/www/system_usermanager.php, line: 796 -msgid "delete cert" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1353 -msgid "update csr" -msgstr "" - -# -# File: src/www/system_certmanager.php, line: 1366 -msgid "Note: You can only delete a certificate if it is not currently in use." -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 149 -#, php-format -msgid "Certificate Revocation List %s is in use and cannot be deleted" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 243 -# File: src/www/system_crlmanager.php, line: 245 -#, php-format -msgid "Deleted Certificate %s from CRL %s" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 247 -#, php-format -msgid "Failed to delete Certificate %s from CRL %s" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 204 -msgid "Both the Certificate and CRL must be specified." -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 208 -msgid "CA mismatch between the Certificate and CRL. Unable to Revoke." -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 211 -msgid "Cannot revoke certificates for an imported/external CRL." -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 261 -msgid "Certificate Revocation List data" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 750 -msgid "Do you really want to delete this Certificate Revocation List?" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 576 -msgid "Delete this certificate from the CRL " -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 95 -msgid "Create an internal Certificate Revocation List" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 96 -msgid "Import an existing Certificate Revocation List" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 438 -msgid "Existing Certificate Revocation List" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 445 -# File: src/www/system_crlmanager.php, line: 514 -msgid "CRL data" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 449 -# File: src/www/system_crlmanager.php, line: 518 -msgid "Paste a Certificate Revocation List in X.509 CRL format here." -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 459 -msgid "Internal Certificate Revocation List" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 469 -msgid "Default: 9999" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 473 -msgid "Serial" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 477 -msgid "Default: 0" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 505 -msgid "Edit Imported Certificate Revocation List" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 541 -msgid "Currently Revoked Certificates for CRL" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 544 -# File: src/www/vpn_openvpn_export.php, line: 798 -# File: src/www/vpn_openvpn_export.php.orig, line: 798 -msgid "Certificate Name" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 545 -msgid "Revocation Reason" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 546 -msgid "Revoked At" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 556 -msgid "No Certificates Found for this CRL." -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 598 -msgid "No Certificates Found for this CA." -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 606 -msgid "Revoke a Certificate" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 611 -msgid "Choose a Certificate to Revoke" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 629 -msgid "Reason" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 678 -msgid "Additional Certificate Revocation Lists can be added here." -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 708 -#, php-format -msgid "Add or Import CRL for %s" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 712 -#, php-format -msgid "Import CRL for %s" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 719 -msgid "Unknown (imported)" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 732 -msgid "Export CRL" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 737 -# File: src/www/system_crlmanager.php, line: 743 -msgid "Edit CRL" -msgstr "" - -# -# File: src/www/system_crlmanager.php, line: 751 -msgid "Delete CRL" -msgstr "" - -# -# File: src/www/system_gateway_groups.php, line: 135 -msgid "Add group" -msgstr "" - -# -# File: src/www/system_gateway_groups.php, line: 131 -msgid "Gateway-group" -msgstr "" - -# -# File: src/www/system_gateway_groups.php, line: 214 -msgid "Do you really want to delete this gateway group?" -msgstr "" - -# -# File: src/www/system_gateway_groups.php, line: 153 -#, php-format -msgid "" -"The gateway configuration has been changed.%sYou must apply the changes in " -"order for them to take effect." -msgstr "" - -# -# File: src/www/system_gateway_groups.php, line: 193 -msgid "Tier " -msgstr "" - -# -# File: src/www/interfaces_bridge.php, line: 162 -# File: src/www/interfaces_gif.php, line: 141 -# File: src/www/interfaces_gre.php, line: 140 -# File: src/www/interfaces_lagg.php, line: 146 -# File: src/www/interfaces_qinq.php, line: 158 -# File: src/www/interfaces_vlan.php, line: 148 -# File: src/www/system_groupmanager.php, line: 538 -msgid "delete group" -msgstr "" - -# -# File: src/www/system_gateway_groups.php, line: 231 -msgid "" -"Remember to use these Gateway Groups in firewall rules in order to enable " -"load balancing, failover, or policy-based routing. Without rules directing " -"traffic into the Gateway Groups, they will not be used." -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 85 -msgid "A valid gateway group name must be specified." -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 88 -# File: src/www/system_gateways_edit.php, line: 120 -msgid "The gateway name must not contain invalid characters." -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 97 -msgid "Changing name on a gateway group is not allowed." -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 103 -#, php-format -msgid "A gateway group with this name \"%s\" already exists." -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 120 -#, php-format -msgid "" -"A gateway group cannot have the same name with a gateway \"%s\" please " -"choose another name." -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 125 -msgid "No gateway(s) have been selected to be used in this group" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 249 -msgid "Gateway Priority" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 197 -msgid "Tier" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 284 -msgid "Never" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 226 -#, php-format -msgid "Tier %d" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 305 -msgid "Interface Address" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 326 -msgid "Link Priority" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 327 -msgid "" -"The priority selected here defines in what order failover and balancing of " -"links will be done. Multiple links of the same priority will balance " -"connections until all links in the priority will be exhausted. If all links " -"in a priority level are exhausted we will use the next available link(s) in " -"the next priority level." -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 332 -msgid "" -"The virtual IP field selects what (virtual) IP should be used when this " -"group applies to a local Dynamic DNS, IPsec or OpenVPN endpoint" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 337 -msgid "Trigger Level" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 47 -msgid "Member Down" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 48 -msgid "Packet Loss" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 49 -msgid "High Latency" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 50 -msgid "Packet Loss or High Latency" -msgstr "" - -# -# File: src/www/system_gateway_groups_edit.php, line: 350 -msgid "When to trigger exclusion of a member" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 86 -#, php-format -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Gateway Group '%s'" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 96 -#, php-format -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Static Route '%s'" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 194 -msgid "Add gateway" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 367 -msgid "Do you really want to delete this gateway?" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 397 -msgid "Do you really want to delete the selected gateway items?" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 218 -msgid "The gateway configuration has been changed." -msgstr "" - -# -# File: src/www/system_gateways.php, line: 238 -# File: src/www/system_gateways_edit.php, line: 776 -msgid "Monitor IP" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 326 -msgid "Gateway is inactive because interface is missing" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "disable gateway" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "enable gateway" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 356 -msgid "edit gateway" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 361 -msgid "delete gateway" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 368 -msgid "clone gateway" -msgstr "" - -# -# File: src/www/system_gateways.php, line: 396 -msgid "delete selected items" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 118 -msgid "A valid gateway name must be specified." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 124 -msgid "A valid gateway IP address must be specified." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 132 -msgid "" -"Cannot add IPv4 Gateway Address because no IPv4 address could be found on " -"the interface." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 154 -# File: src/www/system_gateways_edit.php, line: 185 -#, php-format -msgid "" -"The gateway address %1$s does not lie within one of the chosen interface's " -"subnets." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 163 -msgid "" -"Cannot add IPv6 Gateway Address because no IPv6 address could be found on " -"the interface." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 193 -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv4 " -"configuration." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 198 -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv6 " -"configuration." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 203 -msgid "A valid monitor IP address must be specified." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 229 -msgid "Changing name on a gateway is not allowed." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 235 -#, php-format -msgid "The gateway name \"%s\" already exists." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 241 -#, php-format -msgid "The gateway IP address \"%s\" already exists." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 247 -#, php-format -msgid "" -"The monitor IP address \"%s\" is already in use. You must choose a different " -"monitor IP." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 257 -msgid "The low latency threshold needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 260 -msgid "The low latency threshold needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 267 -msgid "The high latency threshold needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 270 -msgid "The high latency threshold needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 277 -msgid "The low Packet Loss threshold needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 280 -msgid "The low Packet Loss threshold needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 283 -msgid "The low Packet Loss threshold needs to be less than 100." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 290 -msgid "The high Packet Loss threshold needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 293 -msgid "The high Packet Loss threshold needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 296 -msgid "The high Packet Loss threshold needs to be 100 or less." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 304 -msgid "" -"The high latency threshold needs to be higher than the low latency threshold" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 327 -msgid "" -"The high Packet Loss threshold needs to be higher than the low Packet Loss " -"threshold" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 349 -msgid "The probe interval needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 352 -msgid "The probe interval needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 359 -msgid "The down time setting needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 362 -msgid "The down time setting needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 370 -msgid "The probe interval needs to be less than the down time setting." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 392 -msgid "The average delay replies qty needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 395 -msgid "The average delay replies qty needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 402 -msgid "The average packet loss probes qty needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 405 -msgid "The average packet loss probes qty needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 412 -msgid "The lost probe delay needs to be a numeric value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 415 -msgid "The lost probe delay needs to be positive." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 550 -# File: src/www/system_gateways_edit.php, line: 675 -msgid "Edit gateway" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 696 -msgid "Disable this gateway" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 697 -msgid "" -"Set this option to disable this gateway without removing it from the list." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 715 -msgid "Choose which interface this gateway applies to." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 733 -msgid "Choose the Internet Protocol this gateway uses." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 740 -msgid "Gateway name" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 752 -msgid "Gateway IP address" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 756 -# File: src/www/system_gateways_edit.php, line: 761 -msgid "Default Gateway" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 762 -msgid "This will select the above gateway as the default gateway" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 766 -# File: src/www/system_gateways_edit.php, line: 771 -msgid "Disable Gateway Monitoring" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 772 -msgid "This will consider this gateway as always being up" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 786 -msgid "Alternative monitor IP" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 787 -msgid "" -"Enter an alternative address here to be used to monitor the link. This is " -"used for the quality RRD graphs as well as the load balancer entries. Use " -"this if the gateway does not respond to ICMP echo requests (pings)" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 794 -# File: src/www/system_gateways_edit.php, line: 799 -msgid "Mark Gateway as Down" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 800 -msgid "This will force this gateway to be considered Down" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 810 -msgid " - Show advanced option" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 830 -msgid "Weight for this gateway when used in a Gateway Group." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 834 -msgid "Latency thresholds" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 836 -# File: src/www/system_gateways_edit.php, line: 848 -msgid "From" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 839 -# File: src/www/system_gateways_edit.php, line: 851 -msgid "To" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 846 -msgid "Packet Loss thresholds" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 858 -msgid "Probe Interval" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 864 -msgid "" -"NOTE: The quality graph is averaged over seconds, not intervals, so as the " -"probe interval is increased the accuracy of the quality graph is decreased." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 869 -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 83 -msgid "Down" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 772 -msgid "Avg Delay Replies Qty" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 884 -# File: src/www/system_gateways_edit.php, line: 896 -# File: src/www/system_gateways_edit.php, line: 908 -msgid "Use calculated value." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 783 -msgid "Avg Packet Loss Probes Qty" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 901 -msgid "Lost Probe Delay" -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 914 -msgid "" -"The probe interval must be less than the down time, otherwise the gateway " -"will seem to go down then come up again at the next probe." -msgstr "" - -# -# File: src/www/system_gateways_edit.php, line: 915 -msgid "" -"The down time defines the length of time before the gateway is marked as " -"down, but the accuracy is controlled by the probe interval. For example, if " -"your down time is 40 seconds but on a 30 second probe interval, only one " -"probe would have to fail before the gateway is marked down at the 40 second " -"mark. By default, the gateway is considered down after 10 seconds, and the " -"probe interval is 1 second, so 10 probes would have to fail before the " -"gateway is marked down." -msgstr "" - -# -# File: src/www/system_general.php, line: 43 -msgid "English" -msgstr "" - -# -# File: src/www/system_general.php, line: 44 -msgid "Chinese (Simplified)" -msgstr "" - -# -# File: src/www/system_general.php, line: 45 -msgid "French" -msgstr "" - -# -# File: src/www/system_general.php, line: 46 -msgid "German" -msgstr "" - -# -# File: src/www/system_general.php, line: 47 -msgid "Japanese" -msgstr "" - -# -# File: src/www/system_general.php, line: 48 -msgid "Mongolian" -msgstr "" - -# -# File: src/www/system_general.php, line: 48 -msgid "Spanish" -msgstr "" - -# -# File: src/www/system_general.php, line: 149 -msgid "The hostname may only contain the characters a-z, 0-9 and '-'." -msgstr "" - -# -# File: src/www/system_general.php, line: 152 -msgid "The domain may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "" - -# -# File: src/www/system_general.php, line: 188 -#, php-format -msgid "" -"You can not assign a gateway to DNS '%s' server which is on a directly " -"connected network." -msgstr "" - -# -# File: src/www/system_general.php, line: 204 -msgid "" -"A NTP Time Server name may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "" - -# -# File: src/www/system_general.php, line: 372 -msgid "Name of the firewall host, without domain part" -msgstr "" - -# -# File: src/www/system_general.php, line: 331 -msgid "firewall" -msgstr "" - -# -# File: src/www/system_general.php, line: 383 -msgid "" -"Do not use 'local' as a domain name. It will cause local hosts running mDNS " -"(avahi, bonjour, etc.) to be unable to resolve local hosts not running mDNS." -msgstr "" - -# -# File: src/www/system_general.php, line: 341 -#, php-format -msgid "e.g. %smycorp.com, home, office, private, etc.%s" -msgstr "" - -# -# File: src/www/system_general.php, line: 396 -msgid "DNS Server" -msgstr "" - -# -# File: src/www/system_general.php, line: 398 -msgid "Use gateway" -msgstr "" - -# -# File: src/www/system_general.php, line: 448 -msgid "" -"Enter IP addresses to be used by the system for DNS resolution. These are " -"also used for the DHCP service, DNS forwarder and for PPTP VPN clients." -msgstr "" - -# -# File: src/www/system_general.php, line: 453 -msgid "" -"In addition, optionally select the gateway for each DNS server. When using " -"multiple WAN connections there should be at least one unique DNS server per " -"gateway." -msgstr "" - -# -# File: src/www/system_general.php, line: 401 -msgid "DNS server options" -msgstr "" - -# -# File: src/www/system_general.php, line: 460 -msgid "Allow DNS server list to be overridden by DHCP/PPP on WAN" -msgstr "" - -# -# File: src/www/system_general.php, line: 463 -#, php-format -msgid "" -"If this option is set, %s will use DNS servers assigned by a DHCP/PPP server " -"on WAN for its own purposes (including the DNS forwarder). However, they " -"will not be assigned to DHCP and PPTP VPN clients." -msgstr "" - -# -# File: src/www/system_general.php, line: 472 -msgid "Do not use the DNS Forwarder as a DNS server for the firewall" -msgstr "" - -# -# File: src/www/system_general.php, line: 475 -msgid "" -"By default localhost (127.0.0.1) will be used as the first DNS server where " -"the DNS Forwarder or DNS Resolver is enabled and set to listen on Localhost, " -"so system can use the local DNS service to perform lookups. Checking this " -"box omits localhost from the list of DNS servers." -msgstr "" - -# -# File: src/www/system_general.php, line: 482 -msgid "Time zone" -msgstr "" - -# -# File: src/www/system_general.php, line: 494 -msgid "Select the location closest to you" -msgstr "" - -# -# File: src/www/system_general.php, line: 512 -msgid "NTP time server" -msgstr "" - -# -# File: src/www/system_general.php, line: 517 -msgid "" -"Use a space to separate multiple hosts (only one required). Remember to set " -"up at least one DNS server if you enter a host name here!" -msgstr "" - -# -# File: src/www/system_general.php, line: 524 -msgid "Language" -msgstr "" - -# -# File: src/www/system_general.php, line: 537 -msgid "Choose a language for the webConfigurator" -msgstr "" - -# -# File: src/www/system_general.php, line: 542 -msgid "Theme" -msgstr "" - -# -# File: src/www/system_general.php, line: 559 -msgid "This will change the look and feel of" -msgstr "" - -# -# File: src/www/system_general.php, line: 565 -msgid "Firmware Mirror" -msgstr "" - -# -# File: src/www/system_general.php, line: 579 -msgid "Select an alternate firmware mirror." -msgstr "" - -# -# File: src/www/system_general.php, line: 584 -msgid "Firmware Flavour" -msgstr "" - -# -# File: src/www/system_general.php, line: 598 -msgid "Select the firmware cryptography flavour." -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 108 -msgid "The group name contains invalid characters." -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 112 -msgid "The group name is longer than 16 characters." -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 119 -msgid "Another entry with the same group name already exists." -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 127 -msgid "That groupname is reserved by the system." -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 408 -# File: src/www/system_usermanager.php, line: 719 -msgid "Do you really want to delete this privilege?" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 537 -msgid "Do you really want to delete this group?" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 283 -# File: src/www/system_usermanager.php, line: 525 -msgid "Defined by" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 290 -# File: src/www/system_groupmanager.php, line: 460 -msgid "Group name" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 301 -msgid "Group description, for your own information only" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 309 -# File: src/www/system_usermanager.php, line: 587 -msgid "Group Memberships" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 594 -msgid "Not Member Of" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 596 -msgid "Member Of" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 633 -msgid "Add Groups" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 637 -msgid "Remove Groups" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 374 -# File: src/www/system_groupmanager_addprivs.php, line: 195 -# File: src/www/system_usermanager.php, line: 672 -# File: src/www/system_usermanager_addprivs.php, line: 186 -msgid "Hold down CTRL (pc)/COMMAND (mac) key to select multiple items" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 381 -msgid "Assigned Privileges" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 409 -# File: src/www/system_usermanager.php, line: 720 -msgid "delete privilege" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 462 -msgid "Member Count" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 976 -# File: src/www/vpn_l2tp_users.php, line: 72 -# File: src/www/vpn_pptp_users.php, line: 68 -msgid "add user" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 525 -msgid "" -"Additional webConfigurator groups can be added here.\n" -" Group permissions can be assigned which are inherited " -"by users who are members of the group.\n" -" An icon that appears grey indicates that it is a " -"system defined object.\n" -" Some system object properties can be modified but they " -"cannot be deleted." -msgstr "" - -# -# File: src/www/system_groupmanager_addprivs.php, line: 73 -# File: src/www/system_usermanager_addprivs.php, line: 73 -msgid "Selected priveleges" -msgstr "" - -# -# File: src/www/system_groupmanager_addprivs.php, line: 180 -# File: src/www/system_usermanager_addprivs.php, line: 171 -msgid "System Privileges" -msgstr "" - -# -# File: src/www/system_groupmanager_addprivs.php, line: 214 -# File: src/www/system_usermanager_addprivs.php, line: 192 -msgid "Select a privilege from the list above for a description" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 98 -msgid "State Synchronization" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 127 -msgid "Synchronize States" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 132 -#, php-format -msgid "" -"pfsync transfers state insertion, update, and deletion messages between " -"firewalls.%sEach firewall sends these messages out via multicast on a " -"specified interface, using the PFSYNC protocol (%sIP Protocol 240%s).%sIt " -"also listens on that interface for similar messages from other firewalls, " -"and imports them into the local state table.%sThis setting should be enabled " -"on all members of a failover group." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 136 -msgid "" -"Clicking save will force a configuration sync if it is enabled! (see " -"Configuration Synchronization Settings below)" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 140 -msgid "Synchronize Interface" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 123 -msgid "loopback" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 151 -msgid "" -"If Synchronize States is enabled, it will utilize this interface for " -"communication." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 154 -msgid "" -"We recommend setting this to a interface other than LAN! A dedicated " -"interface works the best." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 155 -msgid "" -"You must define a IP on each machine participating in this failover group." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 156 -msgid "" -"You must have an IP assigned to the interface on any participating sync " -"nodes." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 145 -msgid "Synchronize Peer IP" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 165 -msgid "" -"Setting this option will force pfsync to synchronize its state table to this " -"IP address. The default is directed multicast." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 178 -msgid "Configuration Synchronization Settings (XMLRPC Sync)" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 183 -msgid "Synchronize Config to IP" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 186 -msgid "" -"Enter the IP address of the firewall to which the selected configuration " -"sections should be synchronized." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 189 -msgid "" -"XMLRPC sync is currently only supported over connections using the same " -"protocol and port as this system - make sure the remote system's port and " -"protocol are set accordingly!" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 190 -# File: src/www/system_hasync.php, line: 213 -msgid "" -"Do not use the Synchronize Config to IP and password option on backup " -"cluster members!" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 196 -msgid "Remote System Username" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 200 -msgid "" -"Enter the webConfigurator username of the system entered above for " -"synchronizing your configuration." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 202 -msgid "" -"Do not use the Synchronize Config to IP and username option on backup " -"cluster members!" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 207 -msgid "Remote System Password" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 211 -msgid "" -"Enter the webConfigurator password of the system entered above for " -"synchronizing your configuration." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 196 -msgid "Users and Groups" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 223 -msgid "" -"Automatically sync the users and groups over to the other HA host when " -"changes are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 205 -msgid "Auth Servers" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 232 -msgid "" -"Automatically sync the authentication servers (e.g. LDAP, RADIUS) over to " -"the other HA host when changes are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 241 -msgid "" -"Automatically sync the Certificate Authorities, Certificates, and " -"Certificate Revocation Lists over to the other HA host when changes are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 250 -msgid "" -"Automatically sync the firewall rules to the other HA host when changes are " -"made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 232 -msgid "Firewall Schedules" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 259 -msgid "" -"Automatically sync the firewall schedules to the other HA host when changes " -"are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 268 -msgid "" -"Automatically sync the aliases over to the other HA host when changes are " -"made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 277 -msgid "" -"Automatically sync the NAT rules over to the other HA host when changes are " -"made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 286 -msgid "" -"Automatically sync the IPsec configuration to the other HA host when changes " -"are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 295 -msgid "" -"Automatically sync the OpenVPN configuration to the other HA host when " -"changes are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 296 -msgid "" -"Using this option implies \"Synchronize Certificates\" as they are required " -"for OpenVPN." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 278 -msgid "DHCPD" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 305 -msgid "" -"Automatically sync the DHCP Server settings over to the other HA host when " -"changes are made. This only applies to DHCP for IPv4." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 314 -msgid "" -"Automatically sync the WoL configuration to the other HA host when changes " -"are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 296 -msgid "Static Routes" -msgstr "" - -# -# File: src/www/system_hasync.php, line: 323 -msgid "" -"Automatically sync the Static Route configuration to the other HA host when " -"changes are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 332 -msgid "" -"Automatically sync the Load Balancer configuration to the other HA host when " -"changes are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 341 -msgid "" -"Automatically sync the CARP Virtual IPs to the other HA host when changes " -"are made." -msgstr "" - -# -# File: src/www/system_hasync.php, line: 350 -msgid "" -"Automatically sync the DNS Forwarder configuration to the other HA host when " -"changes are made." -msgstr "" - -# -# File: src/www/system_routes.php, line: 210 -msgid "Add route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 165 -# File: src/www/system_routes.php, line: 187 -msgid "Route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 166 -msgid "Do you really want to delete this route?" -msgstr "" - -# -# File: src/www/system_routes.php, line: 387 -msgid "Do you really want to delete the selected routes?" -msgstr "" - -# -# File: src/www/system_routes.php, line: 230 -#, php-format -msgid "" -"The static route configuration has been changed.%sYou must apply the changes " -"in order for them to take effect." -msgstr "" - -# -# File: src/www/system_routes.php, line: 258 -msgid "disable route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 258 -msgid "enable route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 275 -msgid "move selected routes before this route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 279 -msgid "edit route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 283 -msgid "delete route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 287 -msgid "clone route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 360 -# File: src/www/system_routes.php, line: 365 -msgid "move selected routes to end" -msgstr "" - -# -# File: src/www/system_routes.php, line: 386 -msgid "delete selected routes" -msgstr "" - -# -# File: src/www/system_routes.php, line: 321 -msgid "add route" -msgstr "" - -# -# File: src/www/system_routes.php, line: 399 -msgid "" -"Do not enter static routes for networks assigned on any interface of this " -"firewall. Static routes are only used for networks reachable via a " -"different router, and not reachable via your default gateway." -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 82 -# File: src/www/system_routes_edit.php, line: 256 -msgid "Destination network" -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 83 -msgid "Destination network bit count" -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 90 -msgid "A valid IPv4 or IPv6 destination network must be specified." -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 93 -msgid "A valid destination network bit count must be specified." -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 113 -msgid "A IPv4 subnet can not be over 32 bits." -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 162 -msgid "A route to these destination networks already exists" -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 172 -# File: src/www/system_routes_edit.php, line: 178 -#, php-format -msgid "This network conflicts with address configured on interface %s." -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 278 -msgid "Destination network for this static route" -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 298 -msgid "Choose which gateway this route applies to or" -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 356 -msgid "Disable this static route" -msgstr "" - -# -# File: src/www/system_routes_edit.php, line: 357 -msgid "" -"Set this option to disable this static route without removing it from the " -"list." -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 59 -# File: src/www/system_groupmanager.php, line: 83 -# File: src/www/system_usermanager.php, line: 128 -# File: src/www/system_usermanager.php, line: 141 -msgid "successfully deleted" -msgstr "" - -# -# File: src/www/system_groupmanager.php, line: 82 -# File: src/www/system_usermanager.php, line: 140 -msgid "Privilege" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 188 -msgid "association removed." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 227 -msgid "API key" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 228 -msgid "removed." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 230 -msgid "No API key found" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 231 -msgid "The username is longer than 16 characters." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 235 -# File: src/www/system_usermanager_passwordmg.php, line: 49 -# File: src/www/vpn_l2tp_users_edit.php, line: 94 -# File: src/www/vpn_pptp_users_edit.php, line: 94 -msgid "The passwords do not match." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 247 -# File: src/www/vpn_l2tp_users_edit.php, line: 104 -# File: src/www/vpn_pptp_users_edit.php, line: 104 -msgid "Another entry with the same username already exists." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 258 -msgid "That username is reserved by the system." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 278 -msgid "Invalid expiration date format; use MM/DD/YYYY instead." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 285 -msgid "Invalid internal Certificate Authority" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 795 -msgid "(Certificate will not be deleted)" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 795 -msgid "Do you really want to remove this certificate association?" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 1054 -# File: src/www/vpn_l2tp_users.php, line: 135 -# File: src/www/vpn_pptp_users.php, line: 127 -msgid "Do you really want to delete this user?" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 611 -msgid "Do you really want to delete this API key?" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 550 -# File: src/www/vpn_ipsec_phase1.php, line: 784 -# File: src/www/vpn_ipsec_phase1.php, line: 812 -msgid "User distinguished name" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 565 -msgid "(confirmation)" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 571 -# File: src/www/system_usermanager.php, line: 964 -msgid "Full name" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 576 -msgid "User's full name, for your own information only" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 580 -msgid "Expiration date" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 584 -msgid "" -"Leave blank if the account shouldn't expire, otherwise enter the expiration " -"date in the following format: mm/dd/yyyy" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 704 -msgid "add groups" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 708 -msgid "remove groups" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 680 -msgid "Effective Privileges" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 687 -msgid "Inherited From" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 761 -msgid "revoke privilege" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 774 -msgid "assign privileges" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 747 -msgid "User Certificates" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 752 -msgid "CA" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 783 -msgid "export private key" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 811 -msgid "export certificate" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 815 -msgid "unlink certificate" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 828 -msgid "create or link user certificate" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 880 -msgid "API keys" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 887 -msgid "key" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 907 -msgid "delete API key" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 921 -msgid "create API key" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 930 -msgid "" -"manage API keys here for machine to machine interaction using this users " -"credentials" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 831 -msgid "Click to create a user certificate." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 896 -msgid "Redirects on save" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 908 -# File: src/www/system_usermanager.php, line: 916 -msgid "Authorized keys" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 927 -msgid "Paste an authorized keys file here." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 931 -msgid "IPsec Pre-Shared Key" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 1044 -msgid "edit user" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 1055 -# File: src/www/vpn_l2tp_users.php, line: 136 -# File: src/www/vpn_pptp_users.php, line: 128 -msgid "delete user" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 983 -msgid "import users" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 993 -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 appears grey indicates that it is a system defined " -"object. Some system object properties can be modified but they cannot be " -"deleted." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 998 -msgid "" -"Accounts created here are also used for other parts of the system such as " -"OpenVPN, IPsec, and Captive Portal." -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 1053 -msgid "System Admininistrator" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 1055 -msgid "Disabled User" -msgstr "" - -# -# File: src/www/system_usermanager.php, line: 1057 -msgid "Normal User" -msgstr "" - -# -# File: src/www/system_usermanager_import_ldap.php, line: 140 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 83 -msgid "" -"Could not connect to the LDAP server. Please check your LDAP configuration." -msgstr "" - -# -# File: src/www/system_usermanager_import_ldap.php, line: 150 -msgid "Please select users to import:" -msgstr "" - -# -# File: src/www/system_usermanager_passwordmg.php, line: 61 -msgid "Sorry, you cannot change the password for a non-local user." -msgstr "" - -# -# File: src/www/system_usermanager_passwordmg.php, line: 71 -msgid "Password successfully changed" -msgstr "" - -# -# File: src/www/system_usermanager_passwordmg.php, line: 102 -msgid "Old password" -msgstr "" - -# -# File: src/www/system_usermanager_passwordmg.php, line: 108 -msgid "New password" -msgstr "" - -# -# File: src/www/system_usermanager_passwordmg.php, line: 114 -msgid "Confirmation" -msgstr "" - -# -# File: src/www/system_usermanager_settings.php, line: 47 -msgid "Session timeout must be an integer value." -msgstr "" - -# -# File: src/www/system_usermanager_settings.php, line: 59 -msgid "" -"The test was not performed because it is supported only for ldap based " -"backends." -msgstr "" - -# -# File: src/www/system_usermanager_settings.php, line: 133 -msgid "Session Timeout" -msgstr "" - -# -# File: src/www/system_usermanager_settings.php, line: 137 -msgid "" -"Time in minutes to expire idle management sessions. The default is 4 hours " -"(240 minutes)." -msgstr "" - -# -# File: src/www/system_usermanager_settings.php, line: 138 -msgid "Enter 0 to never expire sessions. NOTE: This is a security risk!" -msgstr "" - -# -# File: src/www/system_usermanager_settings.php, line: 169 -msgid "Save and Test" -msgstr "" - -# -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 92 -msgid "Please select which containers to Authenticate against:" -msgstr "" - -# -# File: src/www/system_usermanager_settings_test.php, line: 53 -#, php-format -msgid "Could not find settings for %s%s" -msgstr "" - -# -# File: src/www/system_usermanager_settings_test.php, line: 57 -#, php-format -msgid "Testing %s LDAP settings... One moment please..." -msgstr "" - -# -# File: src/www/system_usermanager_settings_test.php, line: 58 -msgid "Attempting connection to" -msgstr "" - -# -# File: src/www/system_usermanager_settings_test.php, line: 61 -msgid "Attempting to fetch Organizational Units from" -msgstr "" - -# -# File: src/www/system_usermanager_settings_test.php, line: 65 -msgid "Organization units found" -msgstr "" - -# -# File: src/www/system_usermanager_settings_test.php, line: 70 -# File: src/www/system_usermanager_settings_test.php, line: 73 -msgid "failed" -msgstr "" - -# -# File: src/etc/inc/ipsec.inc, line: 191 -# File: src/www/vpn_ipsec.php, line: 343 -# File: src/www/vpn_ipsec_phase1.php, line: 418 -# File: src/www/vpn_ipsec_phase2.php, line: 430 -msgid "Mobile Client" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 375 -msgid "" -"Do you really want to delete this phase1 and all associated phase2 entries?" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 561 -msgid "Do you really want to delete the selected phase1 entries?" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 496 -msgid "Do you really want to delete this phase2 entry?" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 528 -msgid "Do you really want to delete the selected phase2 entries?" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 300 -msgid "The IPsec tunnel configuration has been changed." -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 283 -msgid "IKE" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 284 -msgid "Remote Gateway" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 286 -msgid "P1 Protocol" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 287 -msgid "P1 Transforms" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 288 -msgid "P1 Description" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 333 -msgid "disable phase 1 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 333 -msgid "enable phase 1 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 352 -# File: src/www/vpn_ipsec.php, line: 464 -# File: src/www/vpn_ipsec_phase2.php, line: 837 -msgid "auto" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 366 -# File: src/www/vpn_ipsec.php, line: 486 -msgid "move selected entries before this" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 369 -msgid "edit phase1 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 373 -msgid "delete phase1 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 413 -msgid "clone phase1 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 402 -#, php-format -msgid "Show %s Phase-2 entries" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 412 -msgid "Local Subnet" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 413 -msgid "Remote Subnet" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 414 -msgid "P2 Protocol" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 415 -msgid "P2 Transforms" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 416 -msgid "P2 Auth Methods" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 463 -msgid "disable phase 2 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 463 -msgid "enable phase 2 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 519 -msgid "edit phase 2 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 524 -msgid "delete phase 2 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 530 -msgid "clone phase 2 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 546 -msgid "move selected phase 2 entries to end" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 550 -msgid "delete selected phase 2 entries" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 557 -msgid "add phase 2 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 577 -msgid "move selected phase 1 entries to end" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 584 -msgid "delete selected phase 1 entries" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 589 -msgid "add new phase 1 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 578 -msgid "Enable IPsec" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys.php, line: 51 -msgid "Deleted IPsec Pre-Shared Key" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys.php, line: 88 -msgid "Do you really want to delete this Pre-Shared Key?" -msgstr "" - -# -# File: src/www/vpn_ipsec.php, line: 268 -# File: src/www/vpn_ipsec_keys.php, line: 117 -# File: src/www/vpn_ipsec_mobile.php, line: 321 -msgid "The IPsec tunnel configuration has been changed" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys.php, line: 131 -# File: src/www/vpn_ipsec_keys_edit.php, line: 77 -# File: src/www/vpn_ipsec_keys_edit.php, line: 143 -msgid "Identifier" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys.php, line: 149 -msgid "ANY USER" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys.php, line: 155 -msgid "edit" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys.php, line: 172 -msgid "edit key" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys.php, line: 173 -msgid "delete key" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys.php, line: 191 -# File: src/www/vpn_ipsec_keys_edit.php, line: 174 -msgid "PSK for any user can be set by using an identifier of any/ANY" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 72 -msgid "A user with this name already exists. Add the key to the user instead." -msgstr "" - -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 82 -msgid "The identifier contains invalid characters." -msgstr "" - -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 89 -msgid "Another entry with the same identifier already exists." -msgstr "" - -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 103 -msgid "Edited" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 105 -msgid "Added" -msgstr "" - -# -# File: src/www/vpn_ipsec_keys_edit.php, line: 146 -msgid "" -"This can be either an IP address, fully qualified domain name or an e-mail " -"address." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 105 -msgid "Group Authentication Source" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 105 -msgid "User Authentication Source" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 109 -msgid "" -"A valid IP address for 'Virtual Address Pool Network' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 113 -msgid "A valid value for 'DNS Default Domain' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 120 -msgid "A valid split DNS domain list must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 127 -msgid "A valid IP address for 'DNS Server #1' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 130 -msgid "A valid IP address for 'DNS Server #2' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 133 -msgid "A valid IP address for 'DNS Server #3' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 136 -msgid "A valid IP address for 'DNS Server #4' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 140 -msgid "A valid IP address for 'WINS Server #1' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 143 -msgid "A valid IP address for 'WINS Server #2' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 330 -msgid "Create Phase1" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 330 -msgid "Please click Create to define one." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 330 -msgid "" -"Support for IPsec Mobile clients is enabled but a Phase1 definition was not " -"found" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 346 -msgid "IKE Extensions" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 357 -msgid "Enable IPsec Mobile Client Support" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 362 -msgid "Extended Authentication (Xauth)" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 366 -msgid "User Authentication" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 382 -msgid "Group Authentication" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 386 -msgid "system" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 391 -msgid "Client Configuration (mode-cfg)" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 394 -msgid "Virtual Address Pool" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 397 -msgid "Provide a virtual IP address to clients" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 413 -msgid "Network List" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 417 -msgid "Provide a list of accessible networks to clients" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 422 -msgid "Save Xauth Password" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 426 -msgid "Allow clients to save Xauth passwords (Cisco VPN client only)." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 427 -msgid "" -"NOTE: With iPhone clients, this does not work when deployed via the iPhone " -"configuration utility, only by manual entry." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 432 -# File: src/www/vpn_openvpn_csc.php, line: 485 -# File: src/www/vpn_openvpn_server.php, line: 1485 -# File: src/www/vpn_openvpn_server.php.orig, line: 1485 -msgid "DNS Default Domain" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 437 -# File: src/www/vpn_openvpn_csc.php, line: 492 -# File: src/www/vpn_openvpn_server.php, line: 1493 -# File: src/www/vpn_openvpn_server.php.orig, line: 1493 -msgid "Provide a default domain name to clients" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 442 -msgid "Split DNS" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 447 -msgid "" -"Provide a list of split DNS domain names to clients. Enter a comma separated " -"list." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 448 -msgid "" -"NOTE: If left blank, and a default domain is set, it will be used for this " -"value." -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 453 -# File: src/www/vpn_openvpn_csc.php, line: 497 -# File: src/www/vpn_openvpn_server.php, line: 1499 -# File: src/www/vpn_openvpn_server.php.orig, line: 1499 -msgid "DNS Servers" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 467 -# File: src/www/vpn_openvpn_csc.php, line: 511 -# File: src/www/vpn_openvpn_server.php, line: 1522 -# File: src/www/vpn_openvpn_server.php.orig, line: 1522 -msgid "Provide a DNS server list to clients" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 472 -# File: src/www/vpn_openvpn_csc.php, line: 575 -# File: src/www/vpn_openvpn_server.php, line: 1608 -# File: src/www/vpn_openvpn_server.php.orig, line: 1608 -msgid "WINS Servers" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 482 -# File: src/www/vpn_openvpn_csc.php, line: 585 -# File: src/www/vpn_openvpn_server.php, line: 1613 -# File: src/www/vpn_openvpn_server.php.orig, line: 1613 -msgid "Provide a WINS server list to clients" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 487 -msgid "Phase2 PFS Group" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 502 -msgid "" -"Provide the Phase2 PFS group to clients ( overrides all mobile phase2 " -"settings )" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 507 -msgid "Login Banner" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 512 -msgid "Provide a login banner to clients" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 189 -msgid "EAP-TLS can only be used with IKEv2 type VPNs." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 211 -# File: src/www/vpn_ipsec_phase1.php, line: 702 -msgid "Remote gateway" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 217 -msgid "The P1 lifetime must be an integer." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 222 -msgid "A valid remote gateway address or host name must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 224 -msgid "" -"A valid remote gateway IPv4 address must be specified or you need to change " -"protocol to IPv6" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 226 -msgid "" -"A valid remote gateway IPv6 address must be specified or you need to change " -"protocol to IPv4" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 233 -#, php-format -msgid "The remote gateway \"%s\" is already used by phase1 \"%s\"." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 245 -msgid "There is a Phase 2 using IPv6, you cannot use IPv4." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 249 -msgid "There is a Phase 2 using IPv4, you cannot use IPv6." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 257 -msgid "Please enter an address for 'My Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 261 -msgid "Please enter a keyid tag for 'My Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 265 -msgid "Please enter a fully qualified domain name for 'My Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 269 -msgid "Please enter a user and fully qualified domain name for 'My Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 273 -msgid "Please enter a dynamic domain name for 'My Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 277 -msgid "A valid IP address for 'My identifier' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 281 -msgid "A valid domain name for 'My identifier' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 286 -msgid "A valid FQDN for 'My identifier' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 293 -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'My identifier' must " -"be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 299 -msgid "A valid Dynamic DNS address for 'My identifier' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 306 -msgid "Please enter an address for 'Peer Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 309 -msgid "Please enter a keyid tag for 'Peer Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 312 -msgid "Please enter a fully qualified domain name for 'Peer Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 315 -msgid "" -"Please enter a user and fully qualified domain name for 'Peer Identifier'" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 318 -msgid "A valid IP address for 'Peer identifier' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 321 -msgid "A valid domain name for 'Peer identifier' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 325 -msgid "A valid FQDN for 'Peer identifier' must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 331 -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'Peer identifier' " -"must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 338 -msgid "A numeric value must be specified for DPD delay." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 341 -msgid "A numeric value must be specified for DPD retries." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 345 -msgid "Invalid argument for key exchange protocol version." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 602 -# File: src/www/vpn_ipsec_phase2.php, line: 643 -# File: src/www/vpn_openvpn_client.php, line: 478 -# File: src/www/vpn_openvpn_client.php.orig, line: 478 -# File: src/www/vpn_openvpn_csc.php, line: 338 -# File: src/www/vpn_openvpn_server.php, line: 728 -# File: src/www/vpn_openvpn_server.php.orig, line: 728 -msgid "General information" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 613 -msgid "Disable this phase1 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 600 -msgid "" -"Set this option to disable this phase1 without removing it from the list." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 606 -msgid "Connection method" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 611 -msgid "Respond only" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 612 -msgid "Start on traffic" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 613 -msgid "Start immediate" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 616 -msgid "" -"Choose the connect behaviour here, when using CARP you might want to " -"consider the Repond only option here (wait for the other side to connect)." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 620 -msgid "Key Exchange version" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 635 -msgid "" -"Select the KeyExchange Protocol version to be used. Usually known as IKEv1 " -"or IKEv2." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 640 -msgid "Internet Protocol" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 655 -msgid "Select the Internet Protocol family from this dropdown." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 695 -msgid "Select the interface for the local endpoint of this phase1 entry." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 706 -msgid "Enter the public IP address or host name of the remote gateway" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 726 -msgid "Phase 1 proposal (Authentication)" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 729 -# File: src/www/vpn_openvpn_client.php, line: 623 -# File: src/www/vpn_openvpn_client.php.orig, line: 623 -msgid "Authentication method" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 753 -# File: src/www/vpn_ipsec_phase1.php, line: 932 -# File: src/www/vpn_ipsec_phase1.php, line: 963 -msgid "Must match the setting chosen on the remote side." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 757 -msgid "Negotiation mode" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 772 -msgid "Aggressive is more flexible, but less secure." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 776 -msgid "My identifier" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 781 -msgid "My IP address" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 785 -# File: src/www/vpn_ipsec_phase1.php, line: 813 -msgid "ASN.1 distinguished Name" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 786 -# File: src/www/vpn_ipsec_phase1.php, line: 814 -msgid "KeyID tag" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 804 -msgid "Peer identifier" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 809 -msgid "Peer IP address" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 830 -msgid "" -"NOTE: This is known as the \"group\" setting on some VPN client " -"implementations." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 841 -msgid "Input your Pre-Shared Key string." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 845 -msgid "My Certificate" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 861 -msgid "Select a certificate previously configured in the Certificate Manager." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 865 -msgid "My Certificate Authority" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 884 -msgid "" -"Select a certificate authority previously configured in the Certificate " -"Manager." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 888 -msgid "Phase 1 proposal (Algorithms)" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 891 -# File: src/www/vpn_openvpn_client.php, line: 778 -# File: src/www/vpn_openvpn_client.php.orig, line: 778 -# File: src/www/vpn_openvpn_server.php, line: 1086 -# File: src/www/vpn_openvpn_server.php.orig, line: 1086 -msgid "Encryption algorithm" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 909 -msgid "Hash algorithm" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 935 -msgid "DH key group" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 977 -msgid "Disable Rekey" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 982 -msgid "Whether a connection should be renegotiated when it is about to expire." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 986 -msgid "Disable Reauth" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 991 -msgid "" -"Whether rekeying of an IKE_SA should also reauthenticate the peer. In IKEv1, " -"reauthentication is always done." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 996 -msgid "NAT Traversal" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 1006 -msgid "Force" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 1012 -msgid "" -"Set this option to enable the use of NAT-T (i.e. the encapsulation of ESP in " -"UDP packets) if needed, which can help with clients that are behind " -"restrictive firewalls." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 1016 -msgid "Dead Peer Detection" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 1020 -msgid "Enable DPD" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 1029 -msgid "Delay between requesting peer acknowledgement." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 1031 -msgid "retries" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 1035 -msgid "Number of consecutive failures allowed before disconnect." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 228 -msgid "A valid ikeid must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 231 -msgid "Local network type" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 231 -msgid "Unique Identifier" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 234 -msgid "Remote network type" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 243 -msgid "A valid local network bit count must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 247 -msgid "A valid local network IP address must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 249 -msgid "" -"A valid local network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 251 -msgid "" -"A valid local network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 261 -msgid "Invalid Local Network." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 261 -msgid "has no subnet." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 269 -msgid "A valid NAT local network bit count must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 272 -msgid "" -"You cannot configure a network type address for NAT while only an address " -"type is selected for local source." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 276 -msgid "A valid NAT local network IP address must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 278 -msgid "" -"A valid NAT local network IPv4 address must be specified or you need to " -"change Mode to IPv6" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 280 -msgid "" -"A valid NAT local network IPv6 address must be specified or you need to " -"change Mode to IPv4" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 299 -msgid "" -"BINAT requires that the netmask of the local network matches the one of the " -"NAT/BINAT network." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 288 -msgid "A valid remote network bit count must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 292 -msgid "A valid remote network IP address must be specified." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 294 -msgid "" -"A valid remote network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 296 -msgid "" -"A valid remote network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 318 -msgid "Phase2 with this Local Network is already defined for mobile clients." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 350 -msgid "" -"Phase2 with this Local/Remote networks combination is already defined for " -"this Phase1." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 362 -msgid "At least one encryption algorithm must be selected." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 367 -msgid "At least one hashing algorithm needs to be selected." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 375 -msgid "The P2 lifetime must be an integer." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 654 -msgid "Disable this phase2 entry" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 655 -msgid "" -"Set this option to disable this phase2 entry without removing it from the " -"list" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 689 -msgid "Local Network" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 701 -#, php-format -msgid "%s subnet" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 725 -msgid "NAT/BINAT" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 746 -msgid "NAT Type" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 756 -msgid "BINAT" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 760 -msgid "" -"Enforce the type of NAT by choosing either NAT or BINAT. Leave it to Auto to " -"let OPNsense automatically choose the best NAT option." -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 742 -msgid "" -"In case you need NAT/BINAT on this network specify the address to be " -"translated" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 768 -msgid "Remote Network" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 804 -msgid "Phase 2 proposal (SA/Key Exchange)" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 822 -msgid "ESP is encryption, AH is authentication only" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 827 -msgid "Encryption algorithms" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 854 -msgid "" -"Hint: use 3DES for best compatibility or if you have a hardware crypto " -"accelerator card. Blowfish is usually the fastest in software encryption" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 861 -msgid "Hash algorithms" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 873 -msgid "PFS key group" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 894 -msgid "Set globally in mobile client options" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase2.php, line: 912 -msgid "Automatically ping host" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 162 -msgid "IPSec Advanced Settings" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 162 -msgid "LAN security associations" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 172 -msgid "Do not install LAN SPD" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 174 -msgid "" -"By default, if IPSec is enabled negating SPD are inserted to provide " -"protection. This behaviour can be changed by enabling this setting which " -"will prevent installing these SPDs." -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 180 -msgid "Security Associations" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 183 -msgid "Prefer older IPsec SAs" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 185 -msgid "" -"By default, if several SAs match, the newest one is preferred if it's at " -"least 30 seconds old. Select this option to always prefer old SAs over new " -"ones." -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 192 -msgid "IPsec Debug" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 195 -msgid "Start IPSec in debug mode based on sections selected" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 212 -msgid "" -"Launches IPSec in debug mode so that more verbose logs will be generated to " -"aid in troubleshooting." -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 218 -msgid "IPsec Reload on Failover" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 221 -msgid "Force IPsec Reload on Failover" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 223 -msgid "" -"In some circumstances using a gateway group as the interface for an IPsec " -"tunnel does not function properly, and IPsec must be forcefully reloaded " -"when a failover occurs. Because this will disrupt all IPsec tunnels, this " -"behavior is disabled by default. Check this box to force IPsec to fully " -"reload on failover." -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 231 -msgid "Maximum MSS" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 234 -msgid "Enable MSS clamping on VPN traffic" -msgstr "" - -# -# File: src/www/vpn_ipsec_settings.php, line: 237 -msgid "" -"Enable MSS clamping on TCP flows over VPN. This helps overcome problems with " -"PMTUD on IPsec VPN links. If left blank, the default value is 1400 bytes. " -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 66 -# File: src/www/vpn_pppoe_edit.php, line: 109 -# File: src/www/vpn_pptp.php, line: 74 -msgid "Remote start address" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 66 -# File: src/www/vpn_pppoe_edit.php, line: 109 -# File: src/www/vpn_pppoe_edit.php, line: 474 -# File: src/www/vpn_pptp.php, line: 74 -# File: src/www/vpn_pptp.php, line: 383 -msgid "Server address" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 72 -# File: src/www/vpn_pppoe_edit.php, line: 115 -# File: src/www/vpn_pptp.php, line: 80 -msgid "RADIUS server address" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 72 -# File: src/www/vpn_pppoe_edit.php, line: 115 -# File: src/www/vpn_pptp.php, line: 80 -# File: src/www/vpn_pptp.php, line: 471 -msgid "RADIUS shared secret" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 79 -# File: src/www/vpn_pppoe_edit.php, line: 122 -# File: src/www/vpn_pptp.php, line: 87 -msgid "A valid server address must be specified." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 82 -# File: src/www/vpn_pptp.php, line: 90 -msgid "" -"'Server address' parameter should NOT be set to any IP address currently in " -"use on this firewall." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 85 -# File: src/www/vpn_pppoe_edit.php, line: 125 -# File: src/www/vpn_pptp.php, line: 93 -msgid "A valid remote start address must be specified." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 88 -# File: src/www/vpn_pppoe_edit.php, line: 128 -# File: src/www/vpn_pptp.php, line: 96 -msgid "A valid RADIUS server address must be specified." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 104 -# File: src/www/vpn_pppoe_edit.php, line: 136 -# File: src/www/vpn_pptp.php, line: 105 -msgid "The specified server address lies in the remote subnet." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 107 -# File: src/www/vpn_pptp.php, line: 109 -msgid "The specified server address is equal to the LAN interface address." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 326 -msgid "Enable L2TP server" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 350 -msgid "Server Address" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 328 -msgid "" -"Enter the IP address the L2TP server should give to clients for use as their " -"\"gateway\"." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 356 -# File: src/www/vpn_pppoe_edit.php, line: 480 -# File: src/www/vpn_pptp.php, line: 389 -msgid "Typically this is set to an unused IP just outside of the client range" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 333 -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 362 -msgid "Remote Address Range" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 365 -msgid "Specify the starting address for the client IP address subnet." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 384 -# File: src/www/vpn_pppoe_edit.php, line: 452 -msgid "is" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 388 -msgid "Number of L2TP users" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 377 -msgid "10 is ten L2TP clients" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 407 -msgid "Secret" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 411 -msgid "" -"Specify optional secret shared between peers. Required on some devices/" -"setups." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 415 -msgid "Authentication Type" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 421 -msgid "CHAP" -msgstr "" - -# -# File: src/www/services_captiveportal.php, line: 670 -# File: src/www/vpn_l2tp.php, line: 425 -msgid "PAP" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 428 -msgid "Specifies which protocol to use for authentication." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 432 -msgid "L2TP DNS Servers" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 438 -msgid "primary and secondary DNS servers assigned to L2TP clients" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 442 -# File: src/www/vpn_pptp.php, line: 414 -msgid "WINS Server" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 448 -# File: src/www/vpn_pppoe_edit.php, line: 511 -# File: src/www/vpn_pptp.php, line: 420 -msgid "RADIUS" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 453 -# File: src/www/vpn_pppoe_edit.php, line: 516 -# File: src/www/vpn_pptp.php, line: 425 -msgid "Use a RADIUS server for authentication" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 454 -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 459 -# File: src/www/vpn_pppoe_edit.php, line: 524 -# File: src/www/vpn_pptp.php, line: 433 -msgid "Enable RADIUS accounting" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 460 -msgid "Sends accounting packets to the RADIUS server." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 463 -# File: src/www/vpn_pptp.php, line: 462 -msgid "RADIUS Server" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 467 -msgid "Enter the IP address of the RADIUS server." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 470 -msgid "RADIUS Shared Secret" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 474 -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 477 -msgid "RADIUS Issued IP's" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 483 -msgid "Issue IP Addresses via RADIUS server." -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 496 -msgid "" -"Don't forget to add a firewall rule to permit traffic from L2TP clients!" -msgstr "" - -# -# File: src/www/vpn_l2tp_users.php, line: 88 -# File: src/www/vpn_pptp_users.php, line: 84 -msgid "Warning: RADIUS is enabled. The local user database will not be used." -msgstr "" - -# -# File: src/www/vpn_l2tp_users.php, line: 92 -msgid "The l2tp user list has been modified" -msgstr "" - -# -# File: src/www/vpn_l2tp_users.php, line: 92 -msgid "Warning: this will terminate all current l2tp sessions!" -msgstr "" - -# -# File: src/www/vpn_l2tp_users.php, line: 92 -# File: src/www/vpn_pptp_users.php, line: 88 -msgid "You must apply the changes in order for them to take effect" -msgstr "" - -# -# File: src/www/vpn_l2tp_users_edit.php, line: 90 -# File: src/www/vpn_pptp_users_edit.php, line: 90 -msgid "The password contains invalid characters." -msgstr "" - -# -# File: src/www/vpn_l2tp_users_edit.php, line: 97 -# File: src/www/vpn_pptp_users_edit.php, line: 97 -msgid "The IP address entered is not valid." -msgstr "" - -# -# File: src/www/vpn_l2tp_users_edit.php, line: 188 -# File: src/www/vpn_pptp_users_edit.php, line: 181 -msgid "confirmation" -msgstr "" - -# -# File: src/www/vpn_l2tp_users_edit.php, line: 190 -msgid "If you want to change the users password, enter it here twice." -msgstr "" - -# -# File: src/www/vpn_l2tp_users_edit.php, line: 198 -# File: src/www/vpn_pptp_users_edit.php, line: 191 -msgid "" -"If you want the user to be assigned a specific IP address, enter it here." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 168 -# File: src/www/vpn_openvpn_client.php.orig, line: 168 -# File: src/www/vpn_openvpn_server.php, line: 173 -# File: src/www/vpn_openvpn_server.php.orig, line: 173 -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv6 " -"protocol and an IPv4 IP address." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 170 -# File: src/www/vpn_openvpn_client.php.orig, line: 170 -# File: src/www/vpn_openvpn_server.php, line: 175 -# File: src/www/vpn_openvpn_server.php.orig, line: 175 -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv4 " -"protocol and an IPv6 IP address." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 172 -# File: src/www/vpn_openvpn_client.php.orig, line: 172 -# File: src/www/vpn_openvpn_server.php, line: 177 -# File: src/www/vpn_openvpn_server.php.orig, line: 177 -msgid "" -"An IPv4 protocol was selected, but the selected interface has no IPv4 " -"address." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 174 -# File: src/www/vpn_openvpn_client.php.orig, line: 174 -# File: src/www/vpn_openvpn_server.php, line: 179 -# File: src/www/vpn_openvpn_server.php.orig, line: 179 -msgid "" -"An IPv6 protocol was selected, but the selected interface has no IPv6 " -"address." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 178 -msgid "" -"The field Local port must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 182 -# File: src/www/vpn_openvpn_client.php.orig, line: 182 -# File: src/www/vpn_openvpn_server.php, line: 216 -# File: src/www/vpn_openvpn_server.php.orig, line: 216 -msgid "The specified 'Local port' is in use. Please select another value" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 186 -# File: src/www/vpn_openvpn_client.php.orig, line: 186 -msgid "" -"The field Server host or address must contain a valid IP address or domain " -"name." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 190 -msgid "" -"The field Server port must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 195 -# File: src/www/vpn_openvpn_client.php.orig, line: 195 -msgid "" -"The field Proxy host or address must contain a valid IP address or domain " -"name." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 198 -msgid "" -"The field Proxy port must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 202 -# File: src/www/vpn_openvpn_client.php.orig, line: 202 -msgid "User name and password are required for proxy with authentication." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 223 -# File: src/www/vpn_openvpn_client.php.orig, line: 223 -msgid "The bandwidth limit must be a positive numeric value." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 228 -# File: src/www/vpn_openvpn_client.php.orig, line: 228 -# File: src/www/vpn_openvpn_server.php, line: 222 -# File: src/www/vpn_openvpn_server.php.orig, line: 222 -msgid "The field 'Shared Key' does not appear to be valid" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 234 -# File: src/www/vpn_openvpn_client.php.orig, line: 234 -# File: src/www/vpn_openvpn_server.php, line: 229 -# File: src/www/vpn_openvpn_server.php.orig, line: 229 -msgid "The field 'TLS Authentication Key' does not appear to be valid" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 245 -# File: src/www/vpn_openvpn_client.php.orig, line: 245 -# File: src/www/vpn_openvpn_server.php, line: 285 -# File: src/www/vpn_openvpn_server.php.orig, line: 285 -msgid "Shared key" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 251 -# File: src/www/vpn_openvpn_client.php.orig, line: 251 -msgid "" -"If no Client Certificate is selected, a username and password must be " -"entered." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 321 -# File: src/www/vpn_openvpn_client.php.orig, line: 321 -msgid "add client" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 489 -# File: src/www/vpn_openvpn_client.php.orig, line: 489 -msgid "" -"Set this option to disable this client without removing it from the list" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 494 -# File: src/www/vpn_openvpn_client.php.orig, line: 494 -# File: src/www/vpn_openvpn_server.php, line: 749 -# File: src/www/vpn_openvpn_server.php.orig, line: 749 -msgid "Server Mode" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 499 -# File: src/www/vpn_openvpn_client.php.orig, line: 499 -# File: src/www/vpn_openvpn_server.php, line: 754 -# File: src/www/vpn_openvpn_server.php.orig, line: 754 -msgid "Peer to Peer ( SSL/TLS )" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 500 -# File: src/www/vpn_openvpn_client.php.orig, line: 500 -# File: src/www/vpn_openvpn_server.php, line: 755 -# File: src/www/vpn_openvpn_server.php.orig, line: 755 -msgid "Peer to Peer ( Shared Key )" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 531 -# File: src/www/vpn_openvpn_client.php.orig, line: 531 -msgid "Device mode" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 588 -# File: src/www/vpn_openvpn_client.php.orig, line: 588 -# File: src/www/vpn_openvpn_server.php, line: 877 -# File: src/www/vpn_openvpn_server.php.orig, line: 877 -msgid "Local port" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 592 -# File: src/www/vpn_openvpn_client.php.orig, line: 592 -msgid "" -"Set this option if you would like to bind to a specific port. Leave this " -"blank or enter 0 for a random dynamic port." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 597 -# File: src/www/vpn_openvpn_client.php.orig, line: 597 -msgid "Server host or address" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 603 -# File: src/www/vpn_openvpn_client.php.orig, line: 603 -msgid "Server port" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 609 -# File: src/www/vpn_openvpn_client.php.orig, line: 609 -msgid "Proxy host or address" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 615 -# File: src/www/vpn_openvpn_client.php.orig, line: 615 -msgid "Proxy port" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 621 -# File: src/www/vpn_openvpn_client.php.orig, line: 621 -msgid "Proxy authentication extra options" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 626 -# File: src/www/vpn_openvpn_client.php.orig, line: 626 -# File: src/www/vpn_openvpn_export.php, line: 751 -# File: src/www/vpn_openvpn_export.php.orig, line: 751 -# File: src/www/vpn_openvpn_export_shared.php, line: 370 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 370 -msgid "basic" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 627 -# File: src/www/vpn_openvpn_client.php.orig, line: 627 -# File: src/www/vpn_openvpn_export.php, line: 752 -# File: src/www/vpn_openvpn_export.php.orig, line: 752 -# File: src/www/vpn_openvpn_export_shared.php, line: 371 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 371 -msgid "ntlm" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 638 -# File: src/www/vpn_openvpn_client.php.orig, line: 638 -msgid "Server host name resolution" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 642 -# File: src/www/vpn_openvpn_client.php.orig, line: 642 -msgid "Infinitely resolve server" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 643 -# File: src/www/vpn_openvpn_client.php.orig, line: 643 -msgid "" -"Continuously attempt to resolve the server host name. Useful when " -"communicating with a server that is not permanently connected to the Internet" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 660 -# File: src/www/vpn_openvpn_client.php.orig, line: 660 -msgid "User Authentication Settings" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 663 -# File: src/www/vpn_openvpn_client.php.orig, line: 663 -msgid "User name/pass" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 670 -# File: src/www/vpn_openvpn_client.php.orig, line: 670 -msgid "Leave empty when no user name and password are needed." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 676 -# File: src/www/vpn_openvpn_client.php.orig, line: 676 -# File: src/www/vpn_openvpn_server.php, line: 895 -# File: src/www/vpn_openvpn_server.php.orig, line: 895 -msgid "Cryptographic Settings" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 679 -# File: src/www/vpn_openvpn_client.php.orig, line: 679 -# File: src/www/vpn_openvpn_server.php, line: 898 -# File: src/www/vpn_openvpn_server.php.orig, line: 898 -msgid "TLS Authentication" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 682 -# File: src/www/vpn_openvpn_client.php.orig, line: 682 -# File: src/www/vpn_openvpn_server.php, line: 907 -# File: src/www/vpn_openvpn_server.php.orig, line: 907 -msgid "Enable authentication of TLS packets" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 688 -# File: src/www/vpn_openvpn_client.php.orig, line: 688 -# File: src/www/vpn_openvpn_server.php, line: 921 -# File: src/www/vpn_openvpn_server.php.orig, line: 921 -msgid "Automatically generate a shared TLS authentication key" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 694 -# File: src/www/vpn_openvpn_client.php, line: 773 -# File: src/www/vpn_openvpn_client.php.orig, line: 694 -# File: src/www/vpn_openvpn_client.php.orig, line: 773 -# File: src/www/vpn_openvpn_server.php, line: 932 -# File: src/www/vpn_openvpn_server.php, line: 1079 -# File: src/www/vpn_openvpn_server.php.orig, line: 932 -# File: src/www/vpn_openvpn_server.php.orig, line: 1079 -msgid "Paste your shared key here" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 752 -# File: src/www/vpn_openvpn_client.php.orig, line: 752 -msgid "(Username and Password required)" -msgstr "" - -# -# File: src/www/services_captiveportal.php, line: 954 -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -# File: src/www/vpn_openvpn_server.php, line: 1031 -# File: src/www/vpn_openvpn_server.php.orig, line: 1031 -msgid "No Certificates defined." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -msgid "if one is required for this connection." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 762 -# File: src/www/vpn_openvpn_client.php.orig, line: 762 -# File: src/www/vpn_openvpn_server.php, line: 1057 -# File: src/www/vpn_openvpn_server.php.orig, line: 1057 -msgid "Shared Key" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 767 -# File: src/www/vpn_openvpn_client.php.orig, line: 767 -# File: src/www/vpn_openvpn_server.php, line: 1068 -# File: src/www/vpn_openvpn_server.php.orig, line: 1068 -msgid "Automatically generate a shared key" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 796 -# File: src/www/vpn_openvpn_client.php.orig, line: 796 -# File: src/www/vpn_openvpn_server.php, line: 1106 -# File: src/www/vpn_openvpn_server.php.orig, line: 1106 -msgid "Auth Digest Algorithm" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 812 -# File: src/www/vpn_openvpn_client.php.orig, line: 812 -msgid "" -"NOTE: Leave this set to SHA1 unless the server is set to match. SHA1 is the " -"default for OpenVPN." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 817 -# File: src/www/vpn_openvpn_client.php.orig, line: 817 -# File: src/www/vpn_openvpn_server.php, line: 1129 -# File: src/www/vpn_openvpn_server.php.orig, line: 1129 -msgid "Hardware Crypto" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 841 -# File: src/www/vpn_openvpn_client.php.orig, line: 841 -# File: src/www/vpn_openvpn_server.php, line: 1202 -# File: src/www/vpn_openvpn_server.php.orig, line: 1202 -msgid "IPv4 Tunnel Network" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 845 -# File: src/www/vpn_openvpn_client.php.orig, line: 845 -# File: src/www/vpn_openvpn_csc.php, line: 394 -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 assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 856 -# File: src/www/vpn_openvpn_client.php.orig, line: 856 -# File: src/www/vpn_openvpn_server.php, line: 1217 -# File: src/www/vpn_openvpn_server.php.orig, line: 1217 -msgid "IPv6 Tunnel Network" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 860 -# File: src/www/vpn_openvpn_client.php.orig, line: 860 -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 is assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 871 -# File: src/www/vpn_openvpn_client.php.orig, line: 871 -# File: src/www/vpn_openvpn_csc.php, line: 429 -# File: src/www/vpn_openvpn_server.php, line: 1341 -# File: src/www/vpn_openvpn_server.php.orig, line: 1341 -msgid "IPv4 Remote Network/s" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 875 -# File: src/www/vpn_openvpn_client.php.orig, line: 875 -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 886 -# File: src/www/vpn_openvpn_client.php.orig, line: 886 -# File: src/www/vpn_openvpn_csc.php, line: 445 -# File: src/www/vpn_openvpn_server.php, line: 1356 -# File: src/www/vpn_openvpn_server.php.orig, line: 1356 -msgid "IPv6 Remote Network/s" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 890 -# File: src/www/vpn_openvpn_client.php.orig, line: 890 -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 901 -# File: src/www/vpn_openvpn_client.php.orig, line: 901 -msgid "Limit outgoing bandwidth" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 905 -# File: src/www/vpn_openvpn_client.php.orig, line: 905 -msgid "" -"Maximum outgoing bandwidth for this tunnel. Leave empty for no limit. The " -"input value has to be something between 100 bytes/sec and 100 Mbytes/sec " -"(entered as bytes per second)" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 928 -# File: src/www/vpn_openvpn_client.php.orig, line: 928 -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 933 -# File: src/www/vpn_openvpn_client.php.orig, line: 933 -# File: src/www/vpn_openvpn_server.php, line: 1400 -# File: src/www/vpn_openvpn_server.php.orig, line: 1400 -msgid "Type-of-Service" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 937 -# File: src/www/vpn_openvpn_client.php.orig, line: 937 -# File: src/www/vpn_openvpn_server.php, line: 1405 -# File: src/www/vpn_openvpn_server.php.orig, line: 1405 -msgid "" -"Set the TOS IP header value of tunnel packets to match the encapsulated " -"packet value" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 942 -# File: src/www/vpn_openvpn_client.php.orig, line: 942 -# File: src/www/vpn_openvpn_server.php, line: 1433 -# File: src/www/vpn_openvpn_server.php.orig, line: 1433 -msgid "Disable IPv6" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 946 -# File: src/www/vpn_openvpn_client.php.orig, line: 946 -# File: src/www/vpn_openvpn_server.php, line: 1438 -# File: src/www/vpn_openvpn_server.php.orig, line: 1438 -msgid "Don't forward IPv6 traffic" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 951 -# File: src/www/vpn_openvpn_client.php.orig, line: 951 -msgid "Don't pull routes" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 967 -#, php-format -msgid "" -"Don't add or remove routes automatically. Instead pass routes to %s--route-up" -"%s script using environmental variables" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 961 -# File: src/www/vpn_openvpn_client.php.orig, line: 961 -msgid "Don't add/remove routes" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 965 -# File: src/www/vpn_openvpn_client.php.orig, line: 965 -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 properties of the client's TUN/TAP interface" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 973 -# File: src/www/vpn_openvpn_client.php.orig, line: 973 -# File: src/www/vpn_openvpn_server.php, line: 1646 -# File: src/www/vpn_openvpn_server.php.orig, line: 1646 -msgid "Advanced configuration" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 980 -# File: src/www/vpn_openvpn_client.php.orig, line: 980 -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"configuration here, separated by a semicolon" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 981 -# File: src/www/vpn_openvpn_client.php.orig, line: 981 -msgid "EXAMPLE:" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 986 -# File: src/www/vpn_openvpn_client.php.orig, line: 986 -# File: src/www/vpn_openvpn_server.php, line: 1659 -# File: src/www/vpn_openvpn_server.php.orig, line: 1659 -msgid "Verbosity level" -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1011 -# File: src/www/vpn_openvpn_server.php, line: 1680 -msgid "" -"Each level shows all info from the previous levels. Level 3 is recommended " -"if you want a good summary of what's happening without being swamped by " -"output." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1012 -# File: src/www/vpn_openvpn_server.php, line: 1681 -#, php-format -msgid "%snone%s -- No output except fatal errors." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1013 -# File: src/www/vpn_openvpn_server.php, line: 1682 -#, php-format -msgid "%sdefault%s-%s4%s -- Normal usage range." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1014 -# File: src/www/vpn_openvpn_server.php, line: 1683 -#, php-format -msgid "" -"%s5%s -- Output R and W characters to the console for each packet read and " -"write, uppercase is used for TCP/UDP packets and lowercase is used for TUN/" -"TAP packets." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1015 -# File: src/www/vpn_openvpn_server.php, line: 1684 -#, php-format -msgid "%s6%s-%s11%s -- Debug info range." -msgstr "" - -# -# File: src/www/vpn_openvpn_client.php, line: 1072 -# File: src/www/vpn_openvpn_client.php.orig, line: 1072 -msgid "delete client" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 142 -# File: src/www/vpn_openvpn_server.php, line: 253 -# File: src/www/vpn_openvpn_server.php.orig, line: 253 -msgid "The field 'NTP Server #3' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 145 -# File: src/www/vpn_openvpn_server.php, line: 256 -# File: src/www/vpn_openvpn_server.php.orig, line: 256 -msgid "The field 'NTP Server #4' must contain a valid IP address" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 218 -msgid "Do you really want to delete this csc?" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 296 -msgid "add csc" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 349 -msgid "" -"Set this option to disable this client-specific override without removing it " -"from the list" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 354 -msgid "Common name" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 358 -msgid "Enter the client's X.509 common name here" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 372 -msgid "Connection blocking" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 376 -msgid "Block this client connection based on its common name" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 377 -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 "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 390 -# File: src/www/vpn_openvpn_server.php, line: 1706 -# File: src/www/vpn_openvpn_server.php.orig, line: 1706 -msgid "Tunnel Network" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 405 -# File: src/www/vpn_openvpn_server.php, line: 1313 -# File: src/www/vpn_openvpn_server.php.orig, line: 1313 -msgid "IPv4 Local Network/s" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 409 -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 "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 411 -# File: src/www/vpn_openvpn_csc.php, line: 423 -msgid "" -"NOTE: You do not need to specify networks here if they have already been " -"defined on the main server configuration." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 417 -# File: src/www/vpn_openvpn_server.php, line: 1327 -# File: src/www/vpn_openvpn_server.php.orig, line: 1327 -msgid "IPv6 Local Network/s" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 421 -msgid "" -"These are the IPv6 networks that will be accessible from this particular " -"client. Expressed as a comma-separated list of one or more IP/PREFIX " -"networks." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 433 -msgid "" -"These are the IPv4 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more CIDR ranges. You may leave this blank if " -"there are no client-side networks to be routed" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 439 -msgid "" -"NOTE: Remember to add these subnets to the IPv4 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 439 -msgid "" -"These are the IPv6 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more IP/PREFIX networks. You may leave this " -"blank if there are no client-side networks to be routed." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 455 -msgid "" -"NOTE: Remember to add these subnets to the IPv6 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 461 -# File: src/www/vpn_openvpn_server.php, line: 1302 -# File: src/www/vpn_openvpn_server.php.orig, line: 1302 -msgid "Redirect Gateway" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 465 -# File: src/www/vpn_openvpn_server.php, line: 1307 -# File: src/www/vpn_openvpn_server.php.orig, line: 1307 -msgid "Force all client generated traffic through the tunnel" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 476 -msgid "Server Definitions" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 470 -msgid "Prevent this client from receiving any server-defined client settings." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 491 -# File: src/www/vpn_openvpn_csc.php, line: 510 -# File: src/www/vpn_openvpn_csc.php, line: 569 -# File: src/www/vpn_openvpn_server.php, line: 1511 -# File: src/www/vpn_openvpn_server.php, line: 1551 -# File: src/www/vpn_openvpn_server.php, line: 1625 -msgid "Server #1:" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 493 -# File: src/www/vpn_openvpn_csc.php, line: 512 -# File: src/www/vpn_openvpn_csc.php, line: 571 -# File: src/www/vpn_openvpn_server.php, line: 1515 -# File: src/www/vpn_openvpn_server.php, line: 1555 -# File: src/www/vpn_openvpn_server.php, line: 1629 -msgid "Server #2:" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 495 -# File: src/www/vpn_openvpn_server.php, line: 1519 -msgid "Server #3:" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 497 -# File: src/www/vpn_openvpn_server.php, line: 1523 -msgid "Server #4:" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 516 -# File: src/www/vpn_openvpn_server.php, line: 1539 -# File: src/www/vpn_openvpn_server.php.orig, line: 1539 -msgid "NTP Servers" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 526 -# File: src/www/vpn_openvpn_server.php, line: 1554 -# File: src/www/vpn_openvpn_server.php.orig, line: 1554 -msgid "Provide a NTP server list to clients" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 531 -# File: src/www/vpn_openvpn_server.php, line: 1560 -# File: src/www/vpn_openvpn_server.php.orig, line: 1560 -msgid "NetBIOS Options" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 534 -# File: src/www/vpn_openvpn_server.php, line: 1565 -# File: src/www/vpn_openvpn_server.php.orig, line: 1565 -msgid "Enable NetBIOS over TCP/IP" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 536 -# File: src/www/vpn_openvpn_server.php, line: 1566 -# File: src/www/vpn_openvpn_server.php.orig, line: 1566 -msgid "" -"If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) " -"will be disabled" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 540 -# File: src/www/vpn_openvpn_server.php, line: 1571 -# File: src/www/vpn_openvpn_server.php.orig, line: 1571 -msgid "Node Type" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 547 -# File: src/www/vpn_openvpn_server.php, line: 1595 -msgid "" -"Possible options: b-node (broadcasts), p-node (point-to-point name queries " -"to a WINS server), m-node (broadcast then query name server), and h-node " -"(query name server, then broadcast)." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 555 -msgid "" -"A NetBIOS Scope\tID provides an extended naming service for\tNetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 594 -msgid "" -"Enter any additional options you would like to add for this client specific " -"override, separated by a semicolon" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 595 -# File: src/www/vpn_openvpn_server.php, line: 1654 -# File: src/www/vpn_openvpn_server.php.orig, line: 1654 -msgid "EXAMPLE: push \"route 10.0.0.0 255.255.255.0\"" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 647 -msgid "delete csc" -msgstr "" - -# -# File: src/www/vpn_openvpn_csc.php, line: 658 -msgid "Additional OpenVPN client specific overrides can be added here." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 139 -# File: src/www/vpn_openvpn_export_shared.php, line: 79 -msgid "You need to specify an IP or hostname." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 149 -msgid "" -"You cannot use Microsoft Certificate Storage with an Inline configuration." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 152 -msgid "" -"You cannot use Microsoft Certificate Storage with a Yealink or SNOM " -"configuration." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 163 -# File: src/www/vpn_openvpn_export_shared.php, line: 88 -msgid "You need to specify an address for the proxy port." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 168 -# File: src/www/vpn_openvpn_export_shared.php, line: 93 -msgid "You need to specify a port for the proxy ip." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 179 -# File: src/www/vpn_openvpn_export_shared.php, line: 101 -msgid "You need to specify a username with the proxy config." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 184 -# File: src/www/vpn_openvpn_export_shared.php, line: 106 -msgid "You need to specify a password with the proxy user." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 246 -# File: src/www/vpn_openvpn_export_shared.php, line: 119 -msgid "Failed to export config files!" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 338 -# File: src/www/vpn_openvpn_export_shared.php, line: 177 -msgid "Please specify an IP address or hostname." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 367 -msgid "The password or confirm field is empty" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 371 -msgid "The password and confirm fields must match" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 385 -# File: src/www/vpn_openvpn_export_shared.php, line: 193 -msgid "The proxy ip and port cannot be empty" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 400 -# File: src/www/vpn_openvpn_export_shared.php, line: 208 -msgid "Please fill the proxy username and password." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 404 -# File: src/www/vpn_openvpn_export_shared.php, line: 212 -msgid "The proxy password or confirm field is empty" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 408 -# File: src/www/vpn_openvpn_export_shared.php, line: 216 -msgid "The proxy password and confirm fields must match" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 638 -# File: src/www/vpn_openvpn_export.php.orig, line: 638 -msgid "Remote Access Server" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 650 -# File: src/www/vpn_openvpn_export.php.orig, line: 650 -# File: src/www/vpn_openvpn_export_shared.php, line: 329 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 329 -msgid "Host Name Resolution" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 653 -# File: src/www/vpn_openvpn_export.php.orig, line: 653 -# File: src/www/vpn_openvpn_export_shared.php, line: 332 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 332 -msgid "Interface IP Address" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 654 -# File: src/www/vpn_openvpn_export.php.orig, line: 654 -msgid "Automagic Multi-WAN IPs (port forward targets)" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 656 -msgid "Automagic Multi-WAN dynamic DNS Hostnames (port forward targets)" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 656 -# File: src/www/vpn_openvpn_export.php.orig, line: 656 -# File: src/www/vpn_openvpn_export_shared.php, line: 333 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 333 -msgid "Installation hostname" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 679 -# File: src/www/vpn_openvpn_export.php.orig, line: 679 -# File: src/www/vpn_openvpn_export_shared.php, line: 346 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 346 -msgid "" -"Enter the hostname or IP address the client will use to connect to this " -"server." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 686 -# File: src/www/vpn_openvpn_export.php.orig, line: 686 -msgid "Verify Server CN" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 689 -# File: src/www/vpn_openvpn_export.php.orig, line: 689 -msgid "Automatic - Use verify-x509-name (OpenVPN 2.3+) where possible" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 690 -# File: src/www/vpn_openvpn_export.php.orig, line: 690 -msgid "Use tls-remote (Deprecated, use only on old clients <= OpenVPN 2.2.x" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 691 -# File: src/www/vpn_openvpn_export.php.orig, line: 691 -msgid "Use tls-remote and quote the server CN" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 692 -# File: src/www/vpn_openvpn_export.php.orig, line: 692 -msgid "Do not verify the server CN" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 695 -# File: src/www/vpn_openvpn_export.php.orig, line: 695 -msgid "" -"Optionally verify the server certificate Common Name (CN) when the client " -"connects. Current clients, including the most recent versions of Windows, " -"Viscosity, Tunnelblick, OpenVPN on iOS and Android and so on should all work " -"at the default automatic setting." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 696 -# File: src/www/vpn_openvpn_export.php.orig, line: 696 -msgid "" -"Only use tls-remote if you must use an older client that you cannot control. " -"The option has been deprecated by OpenVPN and will be removed in the next " -"major version." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 697 -# File: src/www/vpn_openvpn_export.php.orig, line: 697 -msgid "" -"With tls-remote the server CN may optionally be enclosed in quotes. This can " -"help if the server CN contains spaces and certain clients cannot parse the " -"server CN. Some clients have problems parsing the CN with quotes. Use only " -"as needed." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 702 -# File: src/www/vpn_openvpn_export.php.orig, line: 702 -msgid "Use Random Local Port" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 706 -# File: src/www/vpn_openvpn_export.php.orig, line: 706 -msgid "" -"Use a random local source port (lport) for traffic from the client. Without " -"this set, two clients may not run concurrently." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 708 -# File: src/www/vpn_openvpn_export.php.orig, line: 708 -msgid "" -"NOTE: Not supported on older clients. Automatically disabled for Yealink and " -"Snom configurations." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 712 -# File: src/www/vpn_openvpn_export.php.orig, line: 712 -msgid "Certificate Export Options" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 716 -# File: src/www/vpn_openvpn_export.php.orig, line: 716 -msgid "Use Microsoft Certificate Storage instead of local files." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 720 -# File: src/www/vpn_openvpn_export.php.orig, line: 720 -msgid "" -"Use a password to protect the pkcs12 file contents or key in Viscosity " -"bundle." -msgstr "" - -# -# File: src/www/diag_confbak.php, line: 221 -# File: src/www/diag_gmirror.php, line: 166 -# File: src/www/diag_gmirror.php, line: 310 -# File: src/www/vpn_openvpn_export.php, line: 725 -# File: src/www/vpn_openvpn_export.php, line: 759 -# File: src/www/vpn_openvpn_export.php.orig, line: 725 -# File: src/www/vpn_openvpn_export.php.orig, line: 759 -# File: src/www/vpn_openvpn_export_shared.php, line: 378 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 378 -msgid "Confirm" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 731 -# File: src/www/vpn_openvpn_export.php.orig, line: 731 -# File: src/www/vpn_openvpn_export_shared.php, line: 352 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 352 -msgid "Use Proxy" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 735 -# File: src/www/vpn_openvpn_export.php.orig, line: 735 -# File: src/www/vpn_openvpn_export_shared.php, line: 383 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 383 -msgid "Use proxy to communicate with the server." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 733 -# File: src/www/vpn_openvpn_export_shared.php, line: 356 -msgid "SOCKS" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 748 -# File: src/www/vpn_openvpn_export.php.orig, line: 748 -# File: src/www/vpn_openvpn_export_shared.php, line: 367 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 367 -msgid "Choose proxy authentication if any." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 767 -# File: src/www/vpn_openvpn_export.php.orig, line: 767 -msgid "Management Interface OpenVPNManager" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 771 -# File: src/www/vpn_openvpn_export.php.orig, line: 771 -msgid "" -"This will change the generated .ovpn configuration to allow for usage of the " -"management interface.And include the OpenVPNManager program in the \"Windows " -"Installers\". With this OpenVPN can be used also by non-administrator users." -"This is also useful for Windows Vista/7/8 systems where elevated permissions " -"are needed to add routes to the system." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 775 -# File: src/www/vpn_openvpn_export.php.orig, line: 775 -msgid "" -"NOTE: This is not currently compatible with the 64-bit OpenVPN installer. It " -"will work with the 32-bit installer on a 64-bit system." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 783 -# File: src/www/vpn_openvpn_export.php.orig, line: 783 -msgid "Additional configuration options" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 787 -# File: src/www/vpn_openvpn_export.php.orig, line: 787 -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"export configuration here, separated by a line break or semicolon" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 788 -# File: src/www/vpn_openvpn_export.php.orig, line: 788 -msgid "EXAMPLE: remote-random" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 793 -# File: src/www/vpn_openvpn_export.php.orig, line: 793 -msgid "Client Install Packages" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 799 -# File: src/www/vpn_openvpn_export.php.orig, line: 799 -# File: src/www/vpn_openvpn_export_shared.php, line: 393 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 393 -msgid "Export" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 803 -# File: src/www/vpn_openvpn_export.php, line: 814 -# File: src/www/vpn_openvpn_export.php.orig, line: 803 -# File: src/www/vpn_openvpn_export.php.orig, line: 814 -msgid "NOTES:" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 804 -# File: src/www/vpn_openvpn_export.php.orig, line: 804 -msgid "" -"The "XP" Windows installers work on Windows XP and later versions. " -"The "win6" Windows installers include a new tap-windows6 driver " -"that works only on Windows Vista and later." -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 806 -# File: src/www/vpn_openvpn_export.php.orig, line: 806 -msgid "Links to OpenVPN clients for various platforms:" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 807 -# File: src/www/vpn_openvpn_export.php.orig, line: 807 -msgid "" -"Binaries for Windows, Source for other platforms. Packaged above in the " -"Windows Installers" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 807 -# File: src/www/vpn_openvpn_export.php.orig, line: 807 -msgid "OpenVPN Community Client" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 808 -# File: src/www/vpn_openvpn_export.php.orig, line: 808 -msgid "OpenVPN For Android" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 808 -# File: src/www/vpn_openvpn_export.php.orig, line: 808 -msgid "Recommended client for Android" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 809 -# File: src/www/vpn_openvpn_export.php.orig, line: 809 -msgid "FEAT VPN For Android" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 809 -# File: src/www/vpn_openvpn_export.php.orig, line: 809 -msgid "For older versions of Android" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 810 -# File: src/www/vpn_openvpn_export.php.orig, line: 810 -msgid "Android (Google Play)" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 810 -# File: src/www/vpn_openvpn_export.php.orig, line: 810 -msgid "OpenVPN Connect" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 810 -# File: src/www/vpn_openvpn_export.php.orig, line: 810 -msgid "Recommended client for iOS" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 810 -# File: src/www/vpn_openvpn_export.php.orig, line: 810 -msgid "iOS (App Store)" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 811 -# File: src/www/vpn_openvpn_export.php.orig, line: 811 -msgid "Recommended client for Mac OSX" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 811 -# File: src/www/vpn_openvpn_export.php.orig, line: 811 -msgid "Viscosity" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 812 -# File: src/www/vpn_openvpn_export.php.orig, line: 812 -msgid "Free client for OSX" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 812 -# File: src/www/vpn_openvpn_export.php.orig, line: 812 -msgid "Tunnelblick" -msgstr "" - -# -# File: src/www/vpn_openvpn_export.php, line: 815 -# File: src/www/vpn_openvpn_export.php.orig, line: 815 -msgid "" -"If you expect to see a certain client in the list but it is not there, it is " -"usually due to a CA mismatch between the OpenVPN server instance and the " -"client certificates found in the User Manager." -msgstr "" - -# -# File: src/www/vpn_openvpn_export_shared.php, line: 317 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 317 -msgid "Shared Key Server" -msgstr "" - -# -# File: src/www/vpn_openvpn_export_shared.php, line: 340 -msgid "Dynamic DNS:" -msgstr "" - -# -# File: src/www/vpn_openvpn_export_shared.php, line: 388 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 388 -msgid "Client Configuration Packages" -msgstr "" - -# -# File: src/www/vpn_openvpn_export_shared.php, line: 392 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 392 -msgid "Client Type" -msgstr "" - -# -# File: src/www/vpn_openvpn_export_shared.php, line: 398 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 398 -msgid "" -"These are shared key configurations for use in site-to-site tunnels with " -"other routers. Shared key tunnels are not normally used for remote access " -"connections to end users." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 183 -# File: src/www/vpn_openvpn_server.php.orig, line: 183 -msgid "" -"You must select a Backend for Authentication if the server mode requires " -"User Auth." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 290 -# File: src/www/vpn_openvpn_server.php.orig, line: 290 -msgid "Tunnel network" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 293 -# File: src/www/vpn_openvpn_server.php.orig, line: 293 -msgid "" -"Using a tunnel network and server bridge settings together is not allowed." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 297 -# File: src/www/vpn_openvpn_server.php.orig, line: 297 -msgid "Server Bridge DHCP Start and End must both be empty, or defined." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 300 -# File: src/www/vpn_openvpn_server.php.orig, line: 300 -msgid "Server Bridge DHCP Start must be an IPv4 address." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 303 -# File: src/www/vpn_openvpn_server.php.orig, line: 303 -msgid "Server Bridge DHCP End must be an IPv4 address." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 306 -# File: src/www/vpn_openvpn_server.php.orig, line: 306 -msgid "The Server Bridge DHCP range is invalid (start higher than end)." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 403 -# File: src/www/vpn_openvpn_server.php.orig, line: 403 -msgid "add server" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 420 -# File: src/www/vpn_openvpn_server.php.orig, line: 420 -msgid "Do you really want to delete this server?" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 744 -# File: src/www/vpn_openvpn_server.php.orig, line: 744 -msgid "" -"Set this option to disable this server without removing it from the list" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 756 -# File: src/www/vpn_openvpn_server.php.orig, line: 756 -msgid "Remote Access ( SSL/TLS )" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 757 -# File: src/www/vpn_openvpn_server.php.orig, line: 757 -msgid "Remote Access ( User Auth )" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 758 -# File: src/www/vpn_openvpn_server.php.orig, line: 758 -msgid "Remote Access ( SSL/TLS + User Auth )" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 772 -# File: src/www/vpn_openvpn_server.php.orig, line: 772 -msgid "Backend for authentication" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 812 -# File: src/www/vpn_openvpn_server.php.orig, line: 812 -msgid "Device Mode" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 964 -# File: src/www/vpn_openvpn_server.php.orig, line: 964 -msgid "Peer Certificate Revocation List" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -msgid "No Certificate Revocation Lists (CRLs) defined." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1037 -# File: src/www/vpn_openvpn_server.php.orig, line: 1037 -msgid "DH Parameters Length" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1124 -# File: src/www/vpn_openvpn_server.php.orig, line: 1124 -msgid "" -"NOTE: Leave this set to SHA1 unless all clients are set to match. SHA1 is " -"the default for OpenVPN." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1149 -# File: src/www/vpn_openvpn_server.php.orig, line: 1149 -msgid "Certificate Depth" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1160 -msgid "Do Not Check" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1163 -msgid "One (Client+Server)" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1164 -msgid "Two (Client+Intermediate+Server)" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1165 -msgid "Three (Client+2xIntermediate+Server)" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1166 -msgid "Four (Client+3xIntermediate+Server)" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1167 -msgid "Five (Client+4xIntermediate+Server)" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1177 -# File: src/www/vpn_openvpn_server.php.orig, line: 1177 -msgid "" -"When a certificate-based client logs in, do not accept certificates below " -"this depth. Useful for denying certificates made with intermediate CAs " -"generated from the same CA as the server." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1185 -# File: src/www/vpn_openvpn_server.php.orig, line: 1185 -msgid "Strict User/CN Matching" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1190 -# File: src/www/vpn_openvpn_server.php.orig, line: 1190 -msgid "" -"When authenticating users, enforce a match between the common name of the " -"client certificate and the username given at login." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1227 -msgid "" -"This is the IPv4 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. 10.0.8.0/24). The " -"first network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1221 -# File: src/www/vpn_openvpn_server.php.orig, line: 1221 -msgid "" -"This is the IPv6 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. fe80::/64). The first " -"network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1232 -# File: src/www/vpn_openvpn_server.php.orig, line: 1232 -msgid "Bridge DHCP" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1237 -# File: src/www/vpn_openvpn_server.php.orig, line: 1237 -msgid "Allow clients on the bridge to obtain DHCP." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1243 -# File: src/www/vpn_openvpn_server.php.orig, line: 1243 -msgid "Bridge Interface" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1271 -# File: src/www/vpn_openvpn_server.php.orig, line: 1271 -msgid "" -"The interface to which this tap instance will be bridged. This is not done " -"automatically. You must assign this interface and create the bridge " -"separately. This setting controls which existing IP address and subnet mask " -"are used by OpenVPN for the bridge. Setting this to 'none' will cause the " -"Server Bridge DHCP settings below to be ignored." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1281 -# File: src/www/vpn_openvpn_server.php.orig, line: 1281 -msgid "Server Bridge DHCP Start" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1285 -# File: src/www/vpn_openvpn_server.php.orig, line: 1285 -msgid "" -"When using tap mode as a multi-point server, you may optionally supply a " -"DHCP range to use on the interface to which this tap instance is bridged. If " -"these settings are left blank, DHCP will be passed through to the LAN, and " -"the interface setting above will be ignored." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1295 -# File: src/www/vpn_openvpn_server.php.orig, line: 1295 -msgid "Server Bridge DHCP End" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1317 -# File: src/www/vpn_openvpn_server.php.orig, line: 1317 -msgid "" -"These are the IPv4 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more CIDR ranges. " -"You may leave this blank if you don't want to add a route to the local " -"network through this tunnel on the remote machine. This is generally set to " -"your LAN network" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1331 -# File: src/www/vpn_openvpn_server.php.orig, line: 1331 -msgid "" -"These are the IPv6 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more IP/PREFIX. You " -"may leave this blank if you don't want to add a route to the local network " -"through this tunnel on the remote machine. This is generally set to your LAN " -"network" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1345 -# File: src/www/vpn_openvpn_server.php.orig, line: 1345 -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1360 -# File: src/www/vpn_openvpn_server.php.orig, line: 1360 -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1371 -# File: src/www/vpn_openvpn_server.php.orig, line: 1371 -msgid "Concurrent connections" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1375 -# File: src/www/vpn_openvpn_server.php.orig, line: 1375 -msgid "" -"Specify the maximum number of clients allowed to concurrently connect to " -"this server" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1395 -# File: src/www/vpn_openvpn_server.php.orig, line: 1395 -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1411 -# File: src/www/vpn_openvpn_server.php.orig, line: 1411 -msgid "Inter-client communication" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1416 -# File: src/www/vpn_openvpn_server.php.orig, line: 1416 -msgid "Allow communication between clients connected to this server" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1422 -# File: src/www/vpn_openvpn_server.php.orig, line: 1422 -msgid "Duplicate Connections" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1427 -# File: src/www/vpn_openvpn_server.php.orig, line: 1427 -msgid "" -"Allow multiple concurrent connections from clients using the same Common " -"Name.
NOTE: This is not generally recommended, but may be needed for " -"some scenarios." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1450 -# File: src/www/vpn_openvpn_server.php.orig, line: 1450 -msgid "Dynamic IP" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1455 -# File: src/www/vpn_openvpn_server.php.orig, line: 1455 -msgid "" -"Allow connected clients to retain their connections if their IP address " -"changes" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1461 -# File: src/www/vpn_openvpn_server.php.orig, line: 1461 -msgid "Address Pool" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1466 -# File: src/www/vpn_openvpn_server.php.orig, line: 1466 -msgid "Provide a virtual adapter IP address to clients (see Tunnel Network)" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1472 -# File: src/www/vpn_openvpn_server.php.orig, line: 1472 -msgid "Topology" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1477 -# File: src/www/vpn_openvpn_server.php.orig, line: 1477 -msgid "" -"Allocate only one IP per client (topology subnet), rather than an isolated " -"subnet per client (topology net30)." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1478 -# File: src/www/vpn_openvpn_server.php.orig, line: 1478 -msgid "" -"Relevant when supplying a virtual adapter IP address to clients when using " -"tun mode on IPv4." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1479 -# File: src/www/vpn_openvpn_server.php.orig, line: 1479 -msgid "" -"Some clients may require this even for IPv6, such as OpenVPN Connect (iOS/" -"Android). Others may break if it is present, such as older versions of " -"OpenVPN or clients such as Yealink phones." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1528 -# File: src/www/vpn_openvpn_server.php.orig, line: 1528 -msgid "Force DNS cache update" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1533 -# File: src/www/vpn_openvpn_server.php.orig, line: 1533 -msgid "" -"Run ''net stop dnscache'', ''net start dnscache'', ''ipconfig /flushdns'' " -"and ''ipconfig /registerdns'' on connection initiation. This is known to " -"kick Windows into recognizing pushed DNS servers." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1594 -# File: src/www/vpn_openvpn_server.php.orig, line: 1594 -msgid "Scope ID" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1605 -msgid "" -"A NetBIOS Scope ID provides an extended naming service for NetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1629 -# File: src/www/vpn_openvpn_server.php.orig, line: 1629 -msgid "Client Management Port" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1637 -# File: src/www/vpn_openvpn_server.php.orig, line: 1637 -msgid "" -"Use a different management port on clients. The default port is 166. Specify " -"a different port if the client machines need to select from multiple OpenVPN " -"links." -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1653 -# File: src/www/vpn_openvpn_server.php.orig, line: 1653 -msgid "" -"Enter any additional options you would like to add to the OpenVPN server " -"configuration here, separated by a semicolon" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1705 -# File: src/www/vpn_openvpn_server.php.orig, line: 1705 -msgid "Protocol / Port" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1736 -# File: src/www/vpn_openvpn_server.php.orig, line: 1736 -msgid "edit server" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1737 -# File: src/www/vpn_openvpn_server.php.orig, line: 1737 -msgid "delete server" -msgstr "" - -# -# File: src/www/vpn_openvpn_server.php, line: 1749 -# File: src/www/vpn_openvpn_server.php.orig, line: 1749 -msgid "Use a wizard to setup a new server" -msgstr "" - -# -# File: src/www/vpn_pppoe.php, line: 89 -msgid "add a new pppoe instance" -msgstr "" - -# -# File: src/www/vpn_pppoe.php, line: 105 -msgid "The PPPoE entry list has been changed" -msgstr "" - -# -# File: src/www/vpn_pppoe.php, line: 124 -msgid "Number of users" -msgstr "" - -# -# File: src/www/vpn_pppoe.php, line: 146 -msgid "edit pppoe instance" -msgstr "" - -# -# File: src/www/vpn_pppoe.php, line: 149 -msgid "" -"Do you really want to delete this entry? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" - -# -# File: src/www/vpn_pppoe.php, line: 150 -msgid "delete pppoe instance" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 139 -msgid "The specified server address is equal to an interface ip address." -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 145 -#, php-format -msgid "No password specified for username %s" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 148 -#, php-format -msgid "Incorrect ip address specified for username %s" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 155 -msgid "Wrong data submitted" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 395 -msgid "PPPoE server configuration" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 412 -msgid "Enable PPPoE server" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 437 -msgid "Subnet netmask" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 451 -msgid "Hint" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 456 -msgid "No. PPPoE users" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 470 -msgid "Hint: 10 is ten PPPoE clients" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 478 -msgid "" -"Enter the IP address the PPPoE server should give to clients for use as " -"their \"gateway\"" -msgstr "" - -# -# File: src/www/vpn_l2tp.php, line: 359 -# File: src/www/vpn_pppoe_edit.php, line: 483 -# File: src/www/vpn_pptp.php, line: 392 -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 486 -# File: src/www/vpn_pptp.php, line: 395 -msgid "Remote address range" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 490 -msgid "Specify the starting address for the client IP address subnet" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 507 -msgid "" -"If entered they will be given to all PPPoE clients, else LAN DNS and one WAN " -"DNS will go to all clients" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 517 -# File: src/www/vpn_pptp.php, line: 426 -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 526 -# File: src/www/vpn_pptp.php, line: 434 -msgid "Sends accounting packets to the RADIUS server" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 530 -msgid "Use Backup RADIUS Server" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 531 -msgid "" -"When set, if primary server fails all requests will be sent via backup server" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 534 -msgid "NAS IP Address" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 537 -msgid "RADIUS server NAS IP Address" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 541 -# File: src/www/vpn_pptp.php, line: 456 -msgid "RADIUS Accounting Update" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 544 -msgid "RADIUS accounting update period in seconds" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 548 -# File: src/www/vpn_pptp.php, line: 445 -msgid "RADIUS issued IPs" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 553 -msgid "Issue IP Addresses via RADIUS server" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 556 -msgid "RADIUS server Primary" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 561 -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the RADIUS server." -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 562 -# File: src/www/vpn_pppoe_edit.php, line: 578 -msgid "standard port 1812 and 1813 accounting" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 565 -msgid "RADIUS primary shared secret" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 568 -# File: src/www/vpn_pppoe_edit.php, line: 585 -# File: src/www/vpn_pptp.php, line: 475 -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 572 -msgid "RADIUS server Secondary" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 577 -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the backup RADIUS server." -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 581 -msgid "RADIUS secondary shared secret" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 589 -msgid "User (s)" -msgstr "" - -# -# File: src/www/vpn_pppoe_edit.php, line: 660 -msgid "" -"don't forget to add a firewall rule to permit traffic from PPPoE clients" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 114 -msgid "PPTP redirection target address" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 119 -msgid "A valid target address must be specified." -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 312 -msgid "" -"PPTP is not considered a secure VPN technology, because it relies upon the " -"compromised MS-CHAPv2 protocol. If you choose to use PPTP, be aware that " -"your traffic can be decrypted by virtually any third party. It should be " -"considered an unencrypted tunneling protocol." -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 318 -msgid "Read more" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 345 -msgid "Redirect incoming PPTP connections to" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 348 -msgid "PPTP redirection" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 352 -msgid "" -"Enter the IP address of a host which will accept incoming PPTP connections" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 361 -msgid "Enable PPTP server" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 364 -msgid "No. PPTP users" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 379 -msgid "Hint: 10 is ten PPTP clients" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 387 -msgid "" -"Enter the IP address the PPTP server should give to clients for use as their " -"\"gateway\"" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 400 -msgid "Specify the starting address for the client IP subnet" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 404 -msgid "PPTP DNS Servers" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 410 -msgid "primary and secondary DNS servers assigned to PPTP clients" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 439 -msgid "Secondary RADIUS server for failover authentication" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 440 -msgid "" -"When set, all requests will go to the secondary server when primary fails" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 446 -msgid "Issue IP addresses via RADIUS server" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 450 -msgid "RADIUS NAS IP" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 468 -# File: src/www/vpn_pptp.php, line: 485 -msgid "" -"Enter the IP address, RADIUS port, and RADIUS accounting port of the RADIUS " -"server" -msgstr "" - -# -# File: src/www/services_captiveportal.php, line: 720 -# File: src/www/services_captiveportal.php, line: 761 -# File: src/www/vpn_pptp.php, line: 479 -msgid "Secondary RADIUS server" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 488 -msgid "Secondary RADIUS shared secret" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 492 -msgid "" -"Enter the shared secret that will be used to authenticate to the secondary " -"RADIUS server" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 504 -msgid "Require 128-bit encryption" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 505 -msgid "" -"When set, only 128-bit encryption will be accepted. Otherwise 40-bit and 56-" -"bit encryption will be accepted as well. Note that encryption will always be " -"forced on PPTP connections (i.e. unencrypted connections will not be " -"accepted)" -msgstr "" - -# -# File: src/www/vpn_pptp.php, line: 518 -#, php-format -msgid "" -"Note: don't forget to %sadd a firewall rule%s to permit traffic from PPTP " -"clients!" -msgstr "" - -# -# File: src/www/vpn_pptp_users.php, line: 88 -msgid "The PPTP user list has been modified" -msgstr "" - -# -# File: src/www/vpn_pptp_users.php, line: 88 -msgid "Warning: this will terminate all current PPTP sessions" -msgstr "" - -# -# File: src/www/vpn_pptp_users_edit.php, line: 86 -msgid "The password cannot start with '!'." -msgstr "" - -# -# File: src/www/vpn_pptp_users_edit.php, line: 183 -msgid "If you want to change the users' password, enter it here twice." -msgstr "" - -# -# File: src/www/widgets/widgets/carp_status.widget.php, line: 64 -msgid "DISABLED" -msgstr "" - -# -# File: src/www/widgets/widgets/carp_status.widget.php, line: 84 -#, php-format -msgid "No CARP Interfaces Defined. Click %shere%s to configure CARP." -msgstr "" - -# -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 68 -msgid "N/A " -msgstr "" - -# -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 78 -msgid "Int." -msgstr "" - -# -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 133 -msgid "Checking ..." -msgstr "" - -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 64 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 65 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 70 -msgid "n/a" -msgstr "" - -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 82 -msgid "Packets In" -msgstr "" - -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 85 -msgid "Packets Out" -msgstr "" - -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 88 -msgid "Bytes In" -msgstr "" - -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 91 -msgid "Bytes Out" -msgstr "" - -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 94 -msgid "Errors In" -msgstr "" - -# -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 97 -msgid "Errors Out" -msgstr "" - -# -# File: src/www/vpn_ipsec_phase1.php, line: 590 -# File: src/www/vpn_ipsec_phase2.php, line: 632 -# File: src/www/vpn_ipsec_tabs.inc, line: 3 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 73 -msgid "Tunnels" -msgstr "" - -# -# File: src/www/vpn_ipsec_mobile.php, line: 190 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 74 -msgid "Mobile" -msgstr "" - -# -# File: src/www/widgets/widgets/ipsec.widget.php, line: 130 -msgid "Active Tunnels" -msgstr "" - -# -# File: src/www/widgets/widgets/ipsec.widget.php, line: 131 -msgid "Inactive Tunnels" -msgstr "" - -# -# File: src/www/widgets/widgets/ipsec.widget.php, line: 132 -msgid "Mobile Users" -msgstr "" - -# -# File: src/www/widgets/widgets/ipsec.widget.php, line: 245 -msgid "Note: There are no configured IPsec Tunnels" -msgstr "" - -# -# File: src/www/widgets/widgets/ipsec.widget.php, line: 248 -#, php-format -msgid "You can configure your IPsec %shere%s." -msgstr "" - -# -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 79 -msgid "Active" -msgstr "" - -# -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 87 -msgid "Unknown - relayd not running?" -msgstr "" - -# -# File: src/www/widgets/widgets/log.widget.php, line: 153 -msgid "Number of lines to display:" -msgstr "" - -# -# File: src/www/widgets/widgets/log.widget.php, line: 190 -msgid "Interfaces:" -msgstr "" - -# -# File: src/www/widgets/widgets/log.widget.php, line: 236 -msgid "IF" -msgstr "" - -# -# File: src/www/widgets/widgets/log.widget.php, line: 258 -# File: src/www/widgets/widgets/log.widget.php, line: 262 -msgid "Reverse Resolve with DNS" -msgstr "" - -# -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 135 -msgid "No active peers available" -msgstr "" - -# -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 147 -msgid "Clock location" -msgstr "" - -# -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 165 -msgid "in view " -msgstr "" - -# -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 171 -msgid "in use " -msgstr "" - -# -# File: src/www/widgets/widgets/openvpn.widget.php, line: 192 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 245 -msgid "Name/Time" -msgstr "" - -# -# File: src/www/widgets/widgets/openvpn.widget.php, line: 193 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 246 -msgid "Remote/Virtual IP" -msgstr "" - -# -# File: src/www/widgets/widgets/openvpn.widget.php, line: 289 -msgid "" -"You need to bind each OpenVPN client to enable its management daemon: use " -"'Local port' setting in the OpenVPN client screen" -msgstr "" - -# -# File: src/www/widgets/widgets/rss.widget.php, line: 97 -msgid "Display number of items:" -msgstr "" - -# -# File: src/www/widgets/widgets/rss.widget.php, line: 112 -msgid "Widget height:" -msgstr "" - -# -# File: src/www/widgets/widgets/rss.widget.php, line: 127 -msgid "Show how many characters from story:" -msgstr "" - -# -# File: src/www/widgets/widgets/services_status.widget.php, line: 52 -msgid "Comma separated list of services to NOT display in the widget" -msgstr "" - -# -# File: src/www/widgets/widgets/smart_status.widget.php, line: 38 -msgid "Drive" -msgstr "" - -# -# File: src/www/widgets/widgets/smart_status.widget.php, line: 39 -msgid "Ident" -msgstr "" - -# -# File: src/www/widgets/widgets/smart_status.widget.php, line: 58 -msgid "OK" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 44 -# File: src/www/widgets/widgets/system_information.widget.php, line: 46 -msgid "Click to retry" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 44 -msgid "Connection Error" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 46 -msgid "Repository Problem" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 48 -# File: src/www/widgets/widgets/system_information.widget.php, line: 111 -msgid "Click to check for updates" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 48 -msgid "Your system is up to date." -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid " update(s) available." -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid "Click to upgrade" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid "Re-check now" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid "There are " -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 95 -msgid "Versions" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 115 -msgid "CPU Type" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 133 -msgid "Hardware crypto" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 139 -msgid "Uptime" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 143 -msgid "Current date/time" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 149 -msgid "DNS server(s)" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 162 -msgid "Last config change" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 168 -msgid "State table size" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 182 -msgid "Show states" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 186 -msgid "MBUF Usage" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 204 -msgid "Temperature" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 219 -msgid "Load average" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 225 -msgid "CPU usage" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 233 -msgid "Updating in 10 seconds" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 237 -msgid "Memory usage" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 251 -msgid "SWAP usage" -msgstr "" - -# -# File: src/www/widgets/widgets/system_information.widget.php, line: 265 -msgid "Disk usage" -msgstr "" - -# -# File: src/www/widgets/widgets/system_log.widget.php, line: 58 -msgid "Number of Log lines to display" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 181 -msgid "Thresholds in °C (1 to 100):" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 184 -msgid "Display settings:" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 189 -msgid "Zone Warning:" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 198 -msgid "Show raw output (no graph):" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 208 -msgid "Zone Critical:" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 217 -msgid "Show full sensor name:" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 227 -msgid "Core Warning:" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 236 -msgid "Pulsate Warning:" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 246 -msgid "Core Critical:" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 255 -msgid "Pulsate Critical:" -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 270 -msgid "" -"You can configure a proper Thermal Sensor / Module under
\n" -"    System > " -"Advanced > Miscellaneous : Thermal Sensors section." -msgstr "" - -# -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 280 -msgid "Updating..." -msgstr "" - -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 114 -msgid "Default AutoScale:" -msgstr "" - -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 133 -msgid "Scale up" -msgstr "" - -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 138 -msgid "Scale follow" -msgstr "" - -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 139 -msgid "Refresh Interval:" -msgstr "" - -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "Seconds" -msgstr "" - -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "changing this setting will increase CPU utilization" -msgstr "" - -# -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 190 -#, php-format -msgid "Current %s Traffic" -msgstr "" - -# -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 45 -msgid "Computer / Device" -msgstr "" - -# -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 71 -msgid "Wake Up" -msgstr "" - -# -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 76 -msgid "No saved WoL addresses" -msgstr "" - -# -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 80 -msgid "DHCP Leases Status" -msgstr "" - -# -# File: src/www/wizard.php, line: 126 -#, php-format -msgid "ERROR: Could not parse %s wizard file." -msgstr "" - -# -# File: lang/dynamic/helpers/acl.php, line: 54 - -# -# File: lang/dynamic/helpers/acl.php, line: 57 - -# -# File: lang/dynamic/helpers/acl.php, line: 74 - -# -# File: lang/dynamic/helpers/acl.php, line: 191 - -# -# File: lang/dynamic/helpers/acl.php, line: 109 - -# -# File: lang/dynamic/helpers/acl.php, line: 122 - -# -# File: lang/dynamic/helpers/acl.php, line: 184 - -# -# File: lang/dynamic/helpers/acl.php, line: 221 - -# -# File: lang/dynamic/helpers/acl.php, line: 242 - -# -# File: lang/dynamic/helpers/acl.php, line: 256 diff --git a/lang/nl_NL.po b/lang/nl_NL.po deleted file mode 100644 index 05ad95edd..000000000 --- a/lang/nl_NL.po +++ /dev/null @@ -1,25560 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-16 04:39+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: nl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 1.13.0\n" -"X-Pootle-Path: /nl/gui/nl.po\n" -"X-Pootle-Revision: 4271\n" - -# File: lang/dynamic/helpers/acl.php, line: 35 -msgid "Allow access to the 'Status: IPsec: SAD' page." -msgstr "Geef toegang tot de 'Status: IPsec: SAD' pagina." - -# File: lang/dynamic/helpers/acl.php, line: 36 -msgid "Allow access to the 'VPN: PPTP: Users' page." -msgstr "Geef toegang tot de 'VPN: PPTP: Gebruikers' pagina." - -# File: lang/dynamic/helpers/acl.php, line: 37 -msgid "Allow access to the 'System: Authentication Servers' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 38 -msgid "Allow access to the 'Diagnostics: States Summary' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 39 -msgid "Allow access to the 'VPN: PPTP: User: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 40 -msgid "Show all items on help menu" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 41 -msgid "Allow access to the 'System: Firmware: Settings' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 42 -msgid "Allow access to the 'System: User Manager: Add Privileges' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 43 -msgid "Allow access to the 'Services: NTP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 44 -msgid "Allow access to the 'VPN: OpenVPN: Client Specific Override' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 45 -msgid "Allow access to the 'VPN: OpenVPN: Client' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 46 -msgid "Allow access to the 'Interfaces: Assign network ports' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 47 -msgid "Allow access to the 'Firewall: NAT: Port Forward' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 48 -msgid "Allow access to the 'VPN: IPsec: Pre-Shared Keys List' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 49 -msgid "Create interface groups" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 50 -msgid "Allow access to the 'Interfaces: VLAN: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 51 -msgid "Allow access to the 'Diagnostics: Reboot System' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 52 -msgid "Allow access to the 'Load Balancer: Pool: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 53 -msgid "Allow access to the 'System: User Manager' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 54 -msgid "" -"Allow access to the 'Services: DHCPv6 Server : Edit static mapping' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 55 -msgid "Allow access to the 'Load Balancer: Pool' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 56 -msgid "Allow access to the 'VPN: L2TP: Users : Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 57 -msgid "Allow access to the 'Firewall: Schedules' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 58 -msgid "Allow access to the 'Diagnostics: Logs: Settings' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 59 -msgid "Allow access to the 'Service: Universal Plug and Play' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 60 -msgid "Allow access to the 'Firewall: Virtual IP Addresses' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 61 -msgid "Allow access to the 'System: Firmware: Manual Update' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 62 -msgid "Allow access to the 'Status: Services' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 63 -msgid "Allow access to the 'Status: IPsec: Leases' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 64 -msgid "" -"Allow access to the 'Services: DNS Forwarder: Edit Domain Override' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 65 -msgid "Allow access to the 'Interfaces: PPPs' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 66 -msgid "Allow access to the 'Firewall: NAT: 1:1' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 67 -msgid "Indicates whether the user is allowed to use the proxy" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 68 -# File: lang/dynamic/helpers/acl.php, line: 175 -msgid "Allow access to the 'Status: System logs: IPsec VPN' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 69 -msgid "Allow access to the 'Services: DHCP Server : Edit static mapping' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 70 -msgid "Allow access to the 'Services: DHCPv6 server' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 71 -msgid "Allow access to the 'Status: System logs: Load Balancer' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 72 -msgid "Allow access to the 'Lobby: Login / Logout/ Dashboard' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 73 -msgid "Allow access to the 'Services: DNS Resolver: Edit host' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 74 -msgid "Allow access to the 'Services: SNMP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 75 -msgid "Allow access to the 'Settings: Load Balancer: Settings' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 76 -msgid "Allow access to the 'Diagnostics: Show States' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 77 -msgid "Allow access to the 'VPN: OpenVPN: Client Export Utility' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 78 -msgid "Indicates whether the user is able to login for example via SSH." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 79 -msgid "Allow access to the 'Status: Traffic Graph' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 80 -msgid "Allow access to the 'Firewall: Aliases' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 81 -msgid "Allow access to the 'Services: Load Balancer: Monitor: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 82 -msgid "Allow access to the 'System: CRL Manager' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 83 -msgid "Allow access to the 'Diagnostics: Interface Traffic' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 84 -msgid "Allow access to the 'System: Firmware: Auto Update' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 85 -msgid "Allow access to the 'Diagnostics: Sockets' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 86 -msgid "Allow access to the 'Status: Universal Plug and Play' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 87 -msgid "Allow access to the 'Services: PPPoE Server' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 88 -msgid "Allow access to the 'Status: System logs: OpenVPN' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 89 -msgid "Allow access to the 'Status: OpenVPN' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 90 -msgid "Allow access to the 'Services: RFC 2136 clients' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 91 -msgid "Uploads crash reports to the developers." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 92 -msgid "Allow access to the 'Firewall: Alias: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 93 -msgid "Allow access to the 'Interfaces: PPPs: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 94 -msgid "Allow access to the 'Firewall: NAT: NPT' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 95 -msgid "Allow access to the 'Interfaces: GIF: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 96 -msgid "Allow access to the 'VPN: IPsec' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 97 -msgid "Allow access to the 'Load Balancer: Virtual Server: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 98 -msgid "Allow access to the 'Status: System logs: NTP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 99 -msgid "Allow access to the 'Interfaces: GRE' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 100 -msgid "Allow access to the 'Services: Router Advertisements' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 101 -msgid "Allow access to the 'VPN: IPsec: Edit Phase 2' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 102 -msgid "Allow access to the 'System: Advanced: Networking' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 103 -msgid "Allow access to the 'VPN: IPsec: Edit Phase 1' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 104 -msgid "Allow access to the 'Interfaces: VLAN' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 105 -msgid "Allow access to the 'Firewall: NAT: Port Forward: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 106 -msgid "" -"Allow access to the 'Services: DNS Resolver: Edit Domain Override' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 107 -msgid "Allow access to the 'Firewall: Alias: Import' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 108 -msgid "Allow access to the 'Diagnostics: Reset state' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 109 -msgid "Allow access to the 'Services: Wake on LAN: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 110 -msgid "Allow access to the 'Firewall: Virtual IP Address: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 111 -msgid "Allow access to the 'Diagnostics: Routing tables' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 112 -msgid "Allow access to the 'System: Advanced: Admin Access' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 113 -msgid "Allow access to the 'Status: System logs: System: Routing' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 114 -msgid "Allow access to the 'Status: Interfaces' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 115 -msgid "Allow access to the 'Services: DNS Forwarder' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 116 -msgid "Allow access to the 'Status: Gateways' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 117 -msgid "Allow access to the 'Status: DHCP leases' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 118 -msgid "Allow access to the 'Hidden: Detailed Status' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 119 -msgid "Allow access to the 'System: Advanced: Miscellaneous' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 120 -msgid "Allow access to the 'AJAX: Service Providers' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 121 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Normal View' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 122 -msgid "Allow access to the 'Diagnostics: Halt system' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 123 -msgid "Allow access to the 'Diagnostics: Logs: L2TP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 124 -msgid "Allow access to the 'Services: Igmpproxy: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 125 -msgid "Allow access to the 'System: User Manager: Settings: Test LDAP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 126 -msgid "Allow access to the 'VPN: L2TP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 127 -msgid "Allow access to the 'XMLRPC Library' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 128 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Summary View' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 129 -msgid "Allow access to the 'Status: IPsec: SPD' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 130 -msgid "Allow access to the 'Status: Filter Reload Status' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 131 -msgid "Allow access to all pages" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 132 -msgid "Allow access to the 'Firewall: NAT: NPT: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 133 -msgid "Indicates whether the user is allowed to dial in via PPPOE" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 134 -msgid "Allow access to the 'System: Advanced: Notifications' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 135 -msgid "Allow access to the 'Diagnostics: Logs: DHCP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 136 -msgid "Allow access to the 'System: Gateway Groups' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 137 -msgid "Allow access to the 'Wizard subsystem' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 138 -msgid "Allow access to the 'Diagnostics: Restore Full Backup' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 139 -msgid "Allow access to the 'Status: CARP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 140 -msgid "Allow access to the 'Diagnostics: Authentication' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 141 -msgid "Allow access to the 'VPN: PPTP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 142 -msgid "Allow access to the 'Firewall: Rules' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 143 -msgid "Allow access to the 'AJAX: Get Stats' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 144 -msgid "Allow access to the 'Diagnostics: Logs: System: Gateways' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 145 -msgid "Allow access to the 'Services: DHCPv6 Relay' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 146 -msgid "Allow access to the 'Services: DNS Resolver: Advanced' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 147 -msgid "Allow access to the 'Services: Load Balancer: Virtual Servers' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 148 -msgid "Allow access to the 'Status: NTP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 149 -msgid "Allows access to the 'Diagnostics: Limiter Info' page" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 150 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Plain View' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 151 -msgid "Allow access to the 'Diagnostics: Logs: System: Resolver' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 152 -msgid "Allow access to the 'Status: Wireless' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 153 -msgid "Allow access to the 'Status: NTP PPS' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 154 -msgid "Allow access to the 'Diagnostics: Logs: PPTP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 155 -msgid "Allow access to the 'Diagnostics: NanoBSD' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 156 -msgid "Allow access to the 'System: CA Manager' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 157 -msgid "Allow access to all pages required for the dashboard." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 158 -msgid "Allow access to the 'Diagnostics: Patterns' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 159 -msgid "Allow access to the 'System: User Password Manager' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 160 -msgid "Allow access to 'Interfaces: QinQ: Edit' page" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 161 -msgid "Allow access to the 'Firewall: Rules: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 162 -msgid "Allow access to the 'Diagnostics: Packet Capture' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 163 -msgid "Allow access to the 'Services: DNS Resolver: Access Lists' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 164 -msgid "Allow access to the 'Firewall: NAT: Outbound: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 165 -msgid "Allow access to the 'Status: IPsec' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 166 -msgid "Allow access to the 'Interfaces: Wireless : Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 167 -msgid "Allow access to the 'Diagnostics: Test Port' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 168 -msgid "Allow access to the 'Diagnostics: Logs: System' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 169 -msgid "Allow access to the 'VPN: L2TP : Users' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 170 -msgid "If present, ignores requests from this user to write config.xml." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 171 -msgid "Allow access to the 'Interfaces: Groups: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 172 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Dynamic View' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 173 -msgid "Allows access to the 'Diagnostics: pfInfo' page" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 174 -msgid "" -"Indicates whether the user is allowed to dial in via IPsec xauth (Note: Does " -"not allow shell access, but may allow the user to create ssh tunnels)" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 176 -msgid "Allow access to the 'Interfaces: LAGG: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 177 -msgid "Allow access to the 'VPN: OpenVPN: Server' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 178 -msgid "Allow access to the 'VPN: IPsec: Mobile' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 179 -msgid "Allow access to the 'System: Gateways: Edit Gateway' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 180 -msgid "Allow access to the 'Diagnostics: Backup/restore' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 181 -msgid "" -"Allow direct access to all Dashboard widget pages, required for some widgets " -"using AJAX." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 182 -msgid "Allow access to the 'Status: Load Balancer: Virtual Server' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 183 -msgid "Allow access to the 'Diagnostics: Configuration History' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 184 -msgid "Allow access to the 'Interfaces: GRE: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 185 -msgid "Allow access to the 'Status: Gateway Groups' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 186 -msgid "Allow access to the 'Services: DHCP server' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 187 -msgid "Allow access to the 'Interfaces' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 188 -msgid "Allow access to the 'Services: DNS Forwarder: Edit host' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 189 -msgid "Allow access to the 'Status: System logs: Captive portal' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 190 -msgid "Allow access to the 'System: General Setup' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 191 -msgid "Allow access to the 'Services: DNS Resolver: Access Lists: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 192 -msgid "Allow access to the 'Firewall: NAT: 1:1: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 193 -msgid "Allow access to the 'Diagnostics: Tables' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 194 -msgid "Allow access to the 'System: Group manager' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 195 -msgid "Allow access to the 'System: User Manager: settings' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 196 -msgid "Allow access to the 'Status: DHCPv6 leases' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 197 -msgid "Edit Interface LAGG" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 198 -msgid "Allow access to the 'Status: NTP Serial GPS' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 199 -msgid "Indicates whether the user is allowed to dial in via L2TP" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 200 -msgid "Allow access to the 'Status: Load Balancer: Pool' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 201 -msgid "Allow access to the 'Interfaces: QinQ' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 202 -msgid "Allow access to the 'Interfaces: Bridge : Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 203 -msgid "Allow access to the 'Interfaces: Wireless' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 204 -msgid "Allow access to the 'Services: Dynamic DNS clients' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 205 -msgid "Allow access to the 'Status: System logs: System: Wireless' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 206 -msgid "Allow access to the 'Firewall: Schedules: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 207 -msgid "Allow access to the 'Diagnostics: Ping' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 208 -msgid "Allow access to the 'System: Certificate Manager' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 209 -msgid "Allow access to the 'System: Gateways: Edit Gateway Groups' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 210 -msgid "Allow access to the 'System: Static Routes: Edit route' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 211 -msgid "Allow access to the 'Services: Wake on LAN' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 212 -msgid "Allow access to the 'System: License' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 213 -msgid "Allow access to the 'Services: DNS Filter' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 214 -msgid "Allow access to the 'Services: DNS Resolver' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 215 -msgid "Allows access to the 'Diagnostics: pfTop' page" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 216 -msgid "Allow access to the 'Interfaces: GIF' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 217 -msgid "Allow access to the 'VPN: IPsec: Edit Pre-Shared Keys' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 218 -msgid "Allow access to the 'Services: Dynamic DNS client' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 219 -msgid "Allow access to the 'Services: PPPoE Server: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 220 -msgid "Allow access to the 'Diagnostics: Logs: PPPoE' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 221 -msgid "Allow access to the 'System: Advanced: Tunables' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 222 -msgid "Allow access to the 'System: Group Manager: Add Privileges' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 223 -msgid "Allow access to the 'Services: Load Balancer: Monitors' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 224 -msgid "Indicates whether the user is allowed to dial in via PPTP" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 225 -msgid "Allow access to the 'Diagnostics: Traceroute' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 226 -msgid "Allow access to the 'Firewall: NAT: Outbound' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 227 -msgid "Allow access to the 'System: Advanced: Firewall and NAT' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 228 -msgid "Allow access to the 'System: Gateways' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 229 -msgid "Allow access to the 'Firewall: Easy Rule' add/status page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 230 -msgid "Allow access to the 'System: Static Routes' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 231 -msgid "Allow access to the 'XMLRPC Interface Stats' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 232 -msgid "Allow access to the 'Interfaces: Bridge' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 233 -msgid "Allow access to the 'System: High Availability' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 234 -msgid "Allow access to the 'Diagnostics: Factory defaults' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 235 -msgid "Allow access to the 'Services: DHCP Relay' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 236 -msgid "" -"Allow access to the 'System: Firmware: Manual Update: Progress bar' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 237 -msgid "Allow access to the 'Services: Igmpproxy' page." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 35 -msgid "Enable this zone" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 36 -msgid "Internal number used for this zone" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 37 -msgid "Select interface(s) to enable for captive portal." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 38 -msgid "" -"Select authentication methods to use, leave empty for no authentication " -"needed." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "" -"Clients will be disconnected after this amount of inactivity. They may log " -"in again immediately, though. Enter 0 to disable idle timeout." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 40 -msgid "" -"Clients will be disconnected after this amount of time, regardless of " -"activity. They may log in again immediately, though. Enter 0 to disable hard " -"timeout (not recommended unless an idle timeout is set)." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 41 -msgid "" -"If this option is set, users can login on multiple machines at once. If " -"disabled subsequent logins will cause machines previously logged in with the " -"same username to be disconnected." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 42 -msgid "" -"If provided, all traffic will be transmitted over an HTTPS connection to " -"protect against eavesdroppers." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 43 -msgid "" -"Hostname (of this machine) to redirect login page to, leave blank to use " -"this interface IP address, otherwise make sure the client can access DNS to " -"resolve this location. When using a SSL certificate, make sure both this " -"name and the cert name are equal." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 44 -msgid "Avoid authentication for addresses and subnets in this list" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 45 -msgid "Avoid authentication for physical addresses in this list" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 46 -msgid "Use custom template package for user login" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 47 -msgid "Description to identify this zone." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 48 -# File: lang/dynamic/helpers/controllers.php, line: 60 -msgid "Select if job is enabled or not" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 49 -msgid "" -"Enter the minutes for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,20,30 or 10-30)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 50 -msgid "" -"Enter the hours for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,11,12 or 10-12)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 51 -msgid "" -"Enter the days of the month for the job to act, can also be a comma " -"separated list, * (each) or a range (ex. 1,20,28 or 1-28)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 52 -msgid "" -"Enter the months for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 1,2,3 or 1-3)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 53 -msgid "" -"Enter the days of the week for the job to act, can also be a comma separated " -"list, * (each) or a range (ex. 1,2,3 or 1-3)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 54 -msgid "Select the command that needs to be executed at given time frame." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 55 -msgid "Enter parameters for this job if required." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 56 -msgid "Enter a description to explain what this job is intended for." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 57 -msgid "set action to perform here, only used when in IPS mode" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 58 -msgid "enable IDS" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 59 -msgid "Select interface(s) to use." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 61 -msgid "Enter a filename for storing the blacklist." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 62 -msgid "Enter an url to fetch the blacklist from." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 63 -msgid "Enter a description to explain what this blacklist is intended for." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 64 -msgid "Enable or disable the proxy service." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 65 -msgid "" -"The port number where Squid sends and receives ICP queries to and from " -"neighbor caches. Leave blank to disable (default). The standard UDP port for " -"ICP is 3130." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 66 -msgid "Enable access logging." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 67 -msgid "Enable store logging." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 68 -msgid "" -"If set (default), Squid will include a Via header in requests and\n" -" replies as required by RFC2616." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 70 -msgid "Select what to do with X-Forwarded for header." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 71 -msgid "" -"Suppress Squid version string info in HTTP headers and HTML error pages." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 72 -msgid "Enter the cache memory size to use." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 73 -msgid "Enter the storage size for the local cache (default is 100)." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 74 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 16)." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 75 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 256)." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 76 -msgid "Enable or disable traffic management." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 77 -msgid "" -"Enter the maxium size for downloads in kilobytes (leave empty to disable)." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 78 -msgid "" -"Enter the maxium size for uploads in kilobytes (leave empty to disable)." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 79 -msgid "" -"Enter the allowed overall bandtwith in kilobits per second (leave empty to " -"disable)." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 80 -msgid "" -"Enter the allowed per host bandwidth in kilobits per second (leave empty to " -"disable)." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 81 -msgid "Select interface(s) the proxy will bind to." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 82 -# File: lang/dynamic/helpers/controllers.php, line: 85 -msgid "The port the proxy service will listen to." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 83 -msgid "" -"When enabled the subnets of the selected interfaces will be added to the " -"allow access list." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 84 -msgid "Select interface(s) the ftp proxy will bind to." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 86 -msgid "Select Authentication method" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 87 -msgid "The prompt will be displayed in the authentication request window." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 88 -msgid "The total number of authenticator processes to spawn." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 89 -msgid "enable this pipe and it's related queues and rules" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 90 -msgid "Total bandwidth for this pipe" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 91 -msgid "number of dynamic queues, leave empty for default" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 92 -# File: lang/dynamic/helpers/controllers.php, line: 96 -msgid "Description to identify this pipe." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 93 -msgid "enable this queue and it's related rules" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 94 -msgid "connected pipe for this queue" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 95 -msgid "" -"Weight of this queue (1..100), used to prioritize within a pipe. (1 is low, " -"100 is high)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 97 -msgid "order in which the rule will be evaluated (lowest first)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 98 -msgid "" -"secondary interface, matches packets going traveling from interface (1) to " -"interface (2).\n" -" " -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 100 -msgid "source ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 101 -msgid "source port number or well known name (imap,imaps, http,https,...)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 102 -msgid "destination ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 103 -msgid "destination port number or well known name (imap,imaps, http,https,...)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 104 -msgid "matches incoming or outgoing packets or both (default)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 105 -msgid "target pipe or queue" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 35 -msgid "Root" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 36 -msgid "Dashboard" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 37 -msgid "License" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 38 -# File: src/www/diag_authentication.php, line: 130 -# File: src/www/interfaces.php, line: 2140 -# File: src/www/interfaces.php, line: 2212 -# File: src/www/interfaces.php, line: 2350 -# File: src/www/interfaces_ppps_edit.php, line: 119 -# File: src/www/interfaces_ppps_edit.php, line: 122 -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -# File: src/www/interfaces_ppps_edit.php, line: 557 -# File: src/www/services_dyndns_edit.php, line: 96 -# File: src/www/services_dyndns_edit.php, line: 374 -# File: src/www/services_opendns.php, line: 178 -# File: src/www/system_advanced_notifications.php, line: 201 -# File: src/www/system_usermanager.php, line: 244 -# File: src/www/system_usermanager.php, line: 648 -# File: src/www/system_usermanager_passwordmg.php, line: 42 -# File: src/www/vpn_l2tp_users_edit.php, line: 78 -# File: src/www/vpn_l2tp_users_edit.php, line: 169 -# File: src/www/vpn_openvpn_client.php, line: 630 -# File: src/www/vpn_openvpn_client.php, line: 665 -# File: src/www/vpn_openvpn_export.php, line: 714 -# File: src/www/vpn_openvpn_export.php, line: 748 -# File: src/www/vpn_openvpn_export_shared.php, line: 371 -# File: src/www/vpn_pppoe_edit.php, line: 596 -# File: src/www/vpn_pptp_users_edit.php, line: 76 -# File: src/www/vpn_pptp_users_edit.php, line: 167 -msgid "Password" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 39 -# File: src/opnsense/mvc/app/views/layouts/default.volt, line: 126 -# File: src/www/fbegin.inc, line: 118 -msgid "Logout" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 40 -# File: src/www/status.php, line: 188 -msgid "Lobby" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 41 -# File: lang/dynamic/helpers/models.php, line: 43 -# File: lang/dynamic/helpers/models.php, line: 45 -msgid "workAround" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 42 -# File: src/www/system_camanager.php, line: 711 -# File: src/www/system_certmanager.php, line: 541 -# File: src/www/system_crlmanager.php, line: 296 -# File: src/www/system_crlmanager.php, line: 320 -# File: src/www/system_crlmanager.php, line: 610 -# File: src/www/system_hasync.php, line: 214 -msgid "Certificates" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 44 -# File: src/www/system_camanager.php, line: 430 -msgid "Authorities" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 46 -msgid "Revocation" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 47 -msgid "Trust" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 48 -# File: src/www/firewall_rules_edit.php, line: 1175 -# File: src/www/firewall_rules_edit.php, line: 1202 -# File: src/www/firewall_rules_edit.php, line: 1342 -# File: src/www/firewall_rules_edit.php, line: 1430 -# File: src/www/firewall_rules_edit.php, line: 1441 -# File: src/www/interfaces_lagg_edit.php, line: 243 -# File: src/www/load_balancer_virtual_server_edit.php, line: 229 -# File: src/www/system_general.php, line: 366 -# File: src/www/vpn_ipsec_mobile.php, line: 406 -# File: src/www/vpn_openvpn_client.php, line: 623 -# File: src/www/vpn_openvpn_export.php, line: 741 -# File: src/www/vpn_openvpn_export_shared.php, line: 364 -msgid "none" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 49 -# File: src/www/diag_confbak.php, line: 265 -msgid "History" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 50 -msgid "Backups" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 51 -msgid "Configuration" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 52 -msgid "Crash Reporter" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 53 -msgid "Firmware" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 54 -msgid "Synchronization" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 55 -msgid "CARP Status" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 56 -msgid "High Availability" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 57 -# File: lang/dynamic/helpers/models.php, line: 63 -# File: lang/dynamic/helpers/models.php, line: 66 -# File: lang/dynamic/helpers/models.php, line: 78 -# File: lang/dynamic/helpers/models.php, line: 91 -# File: lang/dynamic/helpers/models.php, line: 105 -# File: lang/dynamic/helpers/models.php, line: 107 -# File: lang/dynamic/helpers/models.php, line: 109 -# File: lang/dynamic/helpers/models.php, line: 111 -# File: lang/dynamic/helpers/models.php, line: 113 -# File: lang/dynamic/helpers/models.php, line: 115 -# File: lang/dynamic/helpers/models.php, line: 117 -# File: lang/dynamic/helpers/models.php, line: 120 -# File: lang/dynamic/helpers/models.php, line: 124 -# File: lang/dynamic/helpers/models.php, line: 139 -# File: lang/dynamic/helpers/models.php, line: 143 -# File: lang/dynamic/helpers/models.php, line: 145 -# File: lang/dynamic/helpers/models.php, line: 147 -# File: lang/dynamic/helpers/models.php, line: 190 -# File: lang/dynamic/helpers/models.php, line: 197 -# File: lang/dynamic/helpers/models.php, line: 215 -# File: lang/dynamic/helpers/models.php, line: 219 -# File: lang/dynamic/helpers/models.php, line: 224 -# File: lang/dynamic/helpers/models.php, line: 226 -# File: lang/dynamic/helpers/models.php, line: 231 -# File: lang/dynamic/helpers/models.php, line: 241 -# File: lang/dynamic/helpers/models.php, line: 250 -# File: lang/dynamic/helpers/models.php, line: 261 -# File: lang/dynamic/helpers/models.php, line: 272 -# File: lang/dynamic/helpers/models.php, line: 277 -# File: lang/dynamic/helpers/models.php, line: 279 -# File: lang/dynamic/helpers/models.php, line: 281 -# File: lang/dynamic/helpers/models.php, line: 283 -# File: lang/dynamic/helpers/models.php, line: 290 -msgid "Edit" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 58 -# File: lang/dynamic/helpers/models.php, line: 62 -# File: lang/dynamic/helpers/models.php, line: 64 -# File: lang/dynamic/helpers/models.php, line: 84 -# File: lang/dynamic/helpers/models.php, line: 87 -# File: lang/dynamic/helpers/models.php, line: 99 -# File: lang/dynamic/helpers/models.php, line: 142 -# File: lang/dynamic/helpers/models.php, line: 212 -# File: src/www/diag_smart.php, line: 299 -# File: src/www/services_snmp.php, line: 465 -# File: src/www/status_graph.php, line: 150 -msgid "All" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 59 -# File: lang/dynamic/helpers/models.php, line: 65 -# File: lang/dynamic/helpers/models.php, line: 127 -# File: lang/dynamic/helpers/models.php, line: 128 -# File: lang/dynamic/helpers/models.php, line: 164 -# File: lang/dynamic/helpers/models.php, line: 238 -# File: lang/dynamic/helpers/models.php, line: 252 -# File: src/www/carp_status.php, line: 140 -# File: src/www/diag_ipsec.php, line: 100 -# File: src/www/diag_ipsec_leases.php, line: 68 -# File: src/www/status.php, line: 189 -# File: src/www/status_dhcp_leases.php, line: 345 -# File: src/www/status_gateways.php, line: 57 -# File: src/www/status_interfaces.php, line: 82 -# File: src/www/status_lb_vs.php, line: 76 -# File: src/www/status_ntpd.php, line: 177 -# File: src/www/status_openvpn.php, line: 235 -# File: src/www/status_openvpn.php, line: 273 -# File: src/www/status_services.php, line: 297 -# File: src/www/status_wireless.php, line: 82 -# File: src/www/widgets/widgets/gateways.widget.php, line: 48 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 143 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 178 -# File: src/www/widgets/widgets/services_status.widget.php, line: 61 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 47 -msgid "Status" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 60 -# File: lang/dynamic/helpers/models.php, line: 69 -# File: lang/dynamic/helpers/models.php, line: 81 -# File: lang/dynamic/helpers/models.php, line: 122 -# File: lang/dynamic/helpers/models.php, line: 126 -# File: lang/dynamic/helpers/models.php, line: 195 -# File: lang/dynamic/helpers/models.php, line: 218 -# File: lang/dynamic/helpers/models.php, line: 230 -# File: lang/dynamic/helpers/models.php, line: 239 -# File: lang/dynamic/helpers/models.php, line: 244 -# File: lang/dynamic/helpers/models.php, line: 247 -# File: lang/dynamic/helpers/models.php, line: 269 -# File: lang/dynamic/helpers/models.php, line: 275 -# File: lang/dynamic/helpers/models.php, line: 287 -# File: lang/dynamic/helpers/models.php, line: 293 -# File: lang/dynamic/helpers/models.php, line: 307 -msgid "Log File" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 61 -msgid "Routes" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 67 -# File: lang/dynamic/helpers/models.php, line: 112 -# File: src/www/interfaces_groups.php, line: 78 -# File: src/www/system_groupmanager.php, line: 255 -# File: src/www/system_groupmanager.php, line: 279 -msgid "Group" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 68 -msgid "Group Status" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 70 -# File: src/www/status_gateway_groups.php, line: 62 -# File: src/www/system_gateway_groups.php, line: 169 -# File: src/www/system_gateways.php, line: 224 -# File: src/www/system_gateways.php, line: 256 -msgid "Gateways" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 71 -# File: lang/dynamic/helpers/models.php, line: 207 -# File: lang/dynamic/helpers/models.php, line: 235 -msgid "General" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 72 -msgid "Admin Access" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 73 -msgid "Networking" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 74 -msgid "Firewall/NAT" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 75 -msgid "Notifications" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 76 -msgid "Logs/Reports" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 77 -msgid "Miscellaneous" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 79 -msgid "Tunables" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 80 -# File: lang/dynamic/helpers/models.php, line: 90 -# File: lang/dynamic/helpers/models.php, line: 229 -# File: lang/dynamic/helpers/models.php, line: 242 -# File: lang/dynamic/helpers/models.php, line: 251 -# File: lang/dynamic/helpers/models.php, line: 271 -# File: lang/dynamic/helpers/models.php, line: 289 -# File: lang/dynamic/helpers/models.php, line: 366 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 382 -msgid "Settings" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 82 -msgid "Step" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 83 -msgid "Wizard" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 85 -# File: lang/dynamic/helpers/models.php, line: 88 -msgid "Privileges" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 86 -# File: lang/dynamic/helpers/models.php, line: 273 -# File: lang/dynamic/helpers/models.php, line: 291 -msgid "Users" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 89 -# File: src/www/system_usermanager.php, line: 939 -msgid "Groups" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 92 -# File: src/www/load_balancer_pool.php, line: 126 -# File: src/www/status_lb_pool.php, line: 130 -# File: src/www/status_lb_vs.php, line: 75 -msgid "Servers" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 93 -msgid "Tester" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 94 -# File: src/www/diag_logs_proxy.php, line: 13 -msgid "Access" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 95 -msgid "Factory Defaults" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 96 -msgid "Halt System" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 97 -msgid "Reboot System" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 98 -# File: src/www/widgets/widgets/smart_status.widget.php, line: 40 -msgid "SMART Status" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 100 -# File: lang/dynamic/helpers/models.php, line: 256 -# File: lang/dynamic/helpers/models.php, line: 309 -# File: lang/dynamic/helpers/models.php, line: 333 -# File: lang/dynamic/helpers/models.php, line: 339 -# File: src/www/services_unbound_overrides.php, line: 92 -# File: src/www/system_authservers.php, line: 152 -msgid "Services" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 101 -# File: lang/dynamic/helpers/models.php, line: 137 -# File: lang/dynamic/helpers/models.php, line: 182 -# File: lang/dynamic/helpers/models.php, line: 359 -# File: lang/dynamic/helpers/models.php, line: 363 -msgid "Diagnostics" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 102 -# File: lang/dynamic/helpers/models.php, line: 360 -# File: src/www/diag_backup.php, line: 146 -# File: src/www/system_general.php, line: 317 -msgid "System" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 103 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 44 -msgid "Overview" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 104 -msgid "Assignments" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 106 -# File: src/www/interfaces_bridge.php, line: 92 -msgid "Bridge" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 108 -# File: src/www/interfaces_gif.php, line: 85 -msgid "GIF" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 110 -# File: src/www/firewall_nat_out_edit.php, line: 457 -# File: src/www/interfaces_gre.php, line: 87 -msgid "GRE" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 114 -# File: src/www/interfaces_lagg.php, line: 96 -msgid "LAGG" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 116 -# File: src/www/interfaces_qinq.php, line: 102 -msgid "QinQ" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 118 -# File: src/www/interfaces_vlan.php, line: 88 -msgid "VLAN" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 119 -msgid "Other Types" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 121 -# File: lang/dynamic/helpers/models.php, line: 125 -msgid "Devices" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 123 -# File: src/www/interfaces_ppps.php, line: 87 -msgid "Point-to-Point" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 129 -# File: src/www/interfaces_wireless.php, line: 85 -msgid "Wireless" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 130 -# File: src/www/diag_dns.php, line: 150 -msgid "DNS Lookup" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 131 -msgid "Packet Capture" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 132 -# File: src/www/diag_dns.php, line: 134 -# File: src/www/diag_ping.php, line: 103 -# File: src/www/diag_ping.php, line: 154 -msgid "Ping" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 133 -# File: src/www/diag_testport.php, line: 129 -msgid "Test Port" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 134 -# File: src/www/diag_dns.php, line: 135 -# File: src/www/diag_traceroute.php, line: 105 -# File: src/www/diag_traceroute.php, line: 169 -msgid "Traceroute" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 135 -# File: lang/dynamic/helpers/models.php, line: 173 -# File: lang/dynamic/helpers/models.php, line: 193 -# File: lang/dynamic/helpers/models.php, line: 201 -msgid "Details" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 136 -msgid "Traffic Graph" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 138 -# File: lang/dynamic/helpers/models.php, line: 364 -# File: src/www/diag_backup.php, line: 138 -# File: src/www/diag_logs_filter_summary.php, line: 45 -# File: src/www/interfaces_assign.php, line: 361 -# File: src/www/services_dnsmasq.php, line: 275 -msgid "Interfaces" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 140 -msgid "NoneEdit" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 141 -# File: src/www/diag_system_pftop.php, line: 136 -# File: src/www/firewall_nat_edit.php, line: 927 -# File: src/www/firewall_nat_edit.php, line: 959 -# File: src/www/interfaces.php, line: 1732 -# File: src/www/interfaces.php, line: 1745 -# File: src/www/interfaces.php, line: 1860 -# File: src/www/interfaces.php, line: 2453 -# File: src/www/interfaces_bridge_edit.php, line: 480 -# File: src/www/system_advanced_misc.php, line: 420 -# File: src/www/vpn_ipsec.php, line: 55 -# File: src/www/vpn_ipsec_phase2.php, line: 768 -# File: src/www/vpn_openvpn_client.php, line: 757 -msgid "None" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 144 -msgid "IPs" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 146 -# File: src/www/firewall_aliases_edit.php, line: 466 -# File: src/www/firewall_nat.php, line: 256 -# File: src/www/firewall_nat.php, line: 258 -# File: src/www/firewall_nat.php, line: 260 -msgid "Ports" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 148 -msgid "URLs" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 149 -msgid "Import" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 150 -# File: src/www/diag_backup.php, line: 133 -# File: src/www/firewall_aliases.php, line: 154 -# File: src/www/firewall_aliases_import.php, line: 48 -# File: src/www/firewall_nat_1to1_edit.php, line: 357 -# File: src/www/firewall_nat_1to1_edit.php, line: 408 -# File: src/www/firewall_nat_edit.php, line: 606 -# File: src/www/firewall_nat_edit.php, line: 652 -# File: src/www/firewall_nat_edit.php, line: 669 -# File: src/www/firewall_nat_edit.php, line: 720 -# File: src/www/firewall_nat_edit.php, line: 796 -# File: src/www/firewall_nat_edit.php, line: 813 -# File: src/www/firewall_nat_edit.php, line: 863 -# File: src/www/firewall_nat_out_edit.php, line: 479 -# File: src/www/firewall_nat_out_edit.php, line: 534 -# File: src/www/firewall_rules_edit.php, line: 896 -# File: src/www/firewall_rules_edit.php, line: 961 -# File: src/www/firewall_rules_edit.php, line: 978 -# File: src/www/firewall_rules_edit.php, line: 1029 -# File: src/www/firewall_rules_edit.php, line: 1083 -# File: src/www/firewall_rules_edit.php, line: 1100 -# File: src/www/services_dnsmasq_edit.php, line: 231 -# File: src/www/services_unbound_host_edit.php, line: 321 -# File: src/www/system_hasync.php, line: 241 -msgid "Aliases" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 151 -msgid "RulesEdit" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 152 -msgid "Floating" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 153 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 81 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 81 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 172 -# File: src/www/diag_logs_filter.php, line: 647 -# File: src/www/diag_packet_capture.php, line: 311 -# File: src/www/firewall_nat_1to1.php, line: 198 -# File: src/www/firewall_nat_1to1_edit.php, line: 168 -# File: src/www/firewall_nat_1to1_edit.php, line: 310 -# File: src/www/firewall_nat_edit.php, line: 196 -# File: src/www/firewall_nat_edit.php, line: 199 -# File: src/www/firewall_nat_edit.php, line: 543 -# File: src/www/firewall_nat_npt.php, line: 197 -# File: src/www/firewall_nat_npt_edit.php, line: 124 -# File: src/www/firewall_nat_npt_edit.php, line: 196 -# File: src/www/firewall_nat_out.php, line: 339 -# File: src/www/firewall_nat_out.php, line: 539 -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_nat_out_edit.php, line: 434 -# File: src/www/firewall_rules_edit.php, line: 765 -# File: src/www/firewall_virtual_ip.php, line: 274 -# File: src/www/firewall_virtual_ip_edit.php, line: 336 -# File: src/www/interfaces_assign.php, line: 398 -# File: src/www/interfaces_bridge.php, line: 126 -# File: src/www/interfaces_gif.php, line: 119 -# File: src/www/interfaces_gre.php, line: 121 -# File: src/www/interfaces_lagg.php, line: 129 -# File: src/www/interfaces_ppps.php, line: 120 -# File: src/www/interfaces_qinq.php, line: 136 -# File: src/www/interfaces_vlan.php, line: 121 -# File: src/www/interfaces_wireless.php, line: 118 -# File: src/www/services_dhcp_relay.php, line: 69 -# File: src/www/services_dhcpv6_relay.php, line: 65 -# File: src/www/services_dyndns.php, line: 84 -# File: src/www/services_igmpproxy_edit.php, line: 160 -# File: src/www/services_wol.php, line: 139 -# File: src/www/services_wol.php, line: 174 -# File: src/www/services_wol_edit.php, line: 77 -# File: src/www/services_wol_edit.php, line: 137 -# File: src/www/status_graph.php, line: 115 -# File: src/www/system_gateways.php, line: 301 -# File: src/www/system_gateways_edit.php, line: 53 -# File: src/www/system_gateways_edit.php, line: 575 -# File: src/www/system_routes.php, line: 244 -# File: src/www/vpn_ipsec_phase1.php, line: 660 -# File: src/www/vpn_l2tp.php, line: 304 -# File: src/www/vpn_openvpn_client.php, line: 544 -# File: src/www/vpn_openvpn_server.php, line: 836 -# File: src/www/vpn_pppoe.php, line: 117 -# File: src/www/vpn_pppoe_edit.php, line: 417 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 46 -msgid "Interface" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 154 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 383 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 104 -# File: src/www/diag_system_pftop.php, line: 121 -# File: src/www/firewall_rules.php, line: 142 -# File: src/www/firewall_rules.php, line: 161 -# File: src/www/firewall_schedule.php, line: 92 -msgid "Rules" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 155 -msgid "NatEdit" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 156 -# File: src/www/firewall_nat.php, line: 170 -# File: src/www/firewall_nat.php, line: 189 -msgid "Port Forward" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 157 -msgid "OneOnOneEdit" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 158 -# File: src/www/firewall_nat_1to1.php, line: 118 -# File: src/www/firewall_nat_1to1.php, line: 137 -msgid "1:1" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 159 -msgid "OutboundEdit" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 160 -# File: src/www/firewall_nat_out.php, line: 187 -# File: src/www/firewall_nat_out.php, line: 207 -msgid "Outbound" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 161 -msgid "NPTEdit" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 162 -msgid "NPT (IPv6)" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 163 -# File: src/www/diag_backup.php, line: 140 -# File: src/www/firewall_nat.php, line: 246 -# File: src/www/firewall_virtual_ip.php, line: 345 -# File: src/www/system_hasync.php, line: 250 -# File: src/www/vpn_ipsec_phase2.php, line: 746 -msgid "NAT" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 165 -msgid "TrafficShaper" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 166 -msgid "VirtualIPEdit" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 167 -# File: src/www/firewall_nat_edit.php, line: 733 -# File: src/www/system_hasync.php, line: 314 -msgid "Virtual IPs" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 168 -msgid "SchedulesEdit" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 169 -# File: src/www/system_advanced_misc.php, line: 469 -msgid "Schedules" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 170 -msgid "Filter Reload" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 171 -msgid "pfInfo" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 172 -msgid "pfTop" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 174 -msgid "pfTables" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 175 -msgid "SocketsDetails" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 176 -msgid "Sockets" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 177 -msgid "States Dump" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 178 -msgid "States Reset" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 179 -msgid "States Summary" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 180 -# File: lang/dynamic/helpers/models.php, line: 217 -# File: src/www/diag_dump_states.php, line: 125 -# File: src/www/diag_dump_states_sources.php, line: 119 -# File: src/www/diag_logs_filter.php, line: 670 -# File: src/www/diag_logs_template.inc, line: 89 -# File: src/www/status_graph.php, line: 117 -msgid "Filter" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 181 -msgid "Source Tracking" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 183 -msgid "Normal View" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 184 -msgid "Dynamic View" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 185 -msgid "Summary View" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 186 -msgid "Plain View" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 187 -msgid "Log Files" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 188 -# File: lang/dynamic/helpers/models.php, line: 368 -msgid "Firewall" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 189 -msgid "Tab" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 191 -# File: lang/dynamic/helpers/models.php, line: 199 -# File: src/www/diag_dns.php, line: 113 -# File: src/www/diag_logs_settings.php, line: 525 -# File: src/www/diag_logs_settings.php, line: 529 -# File: src/www/diag_logs_settings.php, line: 533 -# File: src/www/services_rfc2136.php, line: 79 -# File: src/www/services_rfc2136_edit.php, line: 200 -# File: src/www/status_ntpd.php, line: 178 -# File: src/www/system_authservers.php, line: 374 -# File: src/www/vpn_ipsec_mobile.php, line: 480 -# File: src/www/vpn_ipsec_mobile.php, line: 482 -# File: src/www/vpn_ipsec_mobile.php, line: 484 -# File: src/www/vpn_ipsec_mobile.php, line: 486 -# File: src/www/vpn_ipsec_mobile.php, line: 499 -# File: src/www/vpn_ipsec_mobile.php, line: 501 -# File: src/www/vpn_openvpn_client.php, line: 1049 -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 68 -msgid "Server" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 192 -# File: lang/dynamic/helpers/models.php, line: 200 -msgid "Relay" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 194 -# File: lang/dynamic/helpers/models.php, line: 202 -msgid "Leases" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 196 -# File: src/www/interfaces.php, line: 1732 -# File: src/www/status_interfaces.php, line: 88 -msgid "DHCP" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 198 -msgid "RA" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 203 -# File: src/www/interfaces.php, line: 1745 -msgid "DHCPv6" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 204 -# File: lang/dynamic/helpers/models.php, line: 208 -# File: src/www/firewall_aliases_edit.php, line: 459 -msgid "Hosts" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 205 -# File: lang/dynamic/helpers/models.php, line: 209 -msgid "Domains" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 206 -# File: src/etc/inc/services.inc, line: 2469 -# File: src/www/diag_backup.php, line: 134 -# File: src/www/system_hasync.php, line: 323 -msgid "DNS Forwarder" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 210 -# File: src/www/services_unbound_overrides.php, line: 92 -msgid "Overrides" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 211 -# File: src/www/firewall_nat_edit.php, line: 583 -# File: src/www/firewall_rules_edit.php, line: 940 -# File: src/www/interfaces.php, line: 1941 -# File: src/www/interfaces.php, line: 2399 -# File: src/www/interfaces.php, line: 2534 -# File: src/www/services_dhcp.php, line: 925 -# File: src/www/services_dhcp.php, line: 947 -# File: src/www/services_dhcp.php, line: 961 -# File: src/www/services_dhcp.php, line: 973 -# File: src/www/services_dhcp.php, line: 985 -# File: src/www/services_dhcp.php, line: 997 -# File: src/www/services_dhcp.php, line: 1024 -# File: src/www/services_dhcp_edit.php, line: 485 -# File: src/www/services_dhcp_edit.php, line: 508 -# File: src/www/services_dhcp_edit.php, line: 520 -# File: src/www/services_dhcpv6.php, line: 675 -# File: src/www/services_dhcpv6.php, line: 698 -# File: src/www/services_dhcpv6.php, line: 711 -# File: src/www/services_dhcpv6.php, line: 724 -# File: src/www/services_dhcpv6.php, line: 736 -# File: src/www/services_dhcpv6.php, line: 751 -# File: src/www/services_dnsmasq.php, line: 310 -# File: src/www/services_dnsmasq.php, line: 313 -# File: src/www/services_dnsmasq.php, line: 316 -# File: src/www/services_ntpd.php, line: 327 -# File: src/www/services_ntpd.php, line: 347 -# File: src/www/services_ntpd.php, line: 376 -# File: src/www/services_ntpd_gps.php, line: 533 -# File: src/www/services_unbound.php, line: 299 -# File: src/www/services_unbound.php, line: 302 -# File: src/www/services_unbound.php, line: 305 -# File: src/www/services_upnp.php, line: 547 -# File: src/www/system_gateways_edit.php, line: 666 -# File: src/www/system_gateways_edit.php, line: 672 -# File: src/www/vpn_openvpn_client.php, line: 987 -# File: src/www/vpn_openvpn_csc.php, line: 580 -# File: src/www/vpn_openvpn_server.php, line: 1656 -msgid "Advanced" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 213 -msgid "Access Lists" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 214 -# File: src/www/services_unbound_overrides.php, line: 92 -msgid "DNS Resolver" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 216 -msgid "DynDNS" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 220 -msgid "RFC 2136" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 221 -msgid "DNS Tools" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 222 -msgid "IGMPProxyEdit" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 223 -msgid "IGMP Proxy" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 225 -msgid "Monitors" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 227 -msgid "Pool Setup" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 228 -msgid "Pool Status" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 232 -msgid "Virtual Server Setup" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 233 -msgid "Virtual Server Status" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 234 -# File: src/www/system_hasync.php, line: 305 -msgid "Load Balancer" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 236 -# File: src/www/services_ntpd_gps.php, line: 362 -msgid "GPS" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 237 -msgid "PPS" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 240 -msgid "Network Time" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 243 -# File: lang/dynamic/helpers/models.php, line: 274 -# File: lang/dynamic/helpers/models.php, line: 292 -# File: src/www/diag_dns.php, line: 94 -# File: src/www/firewall_aliases_edit.php, line: 361 -# File: src/www/firewall_rules_edit.php, line: 234 -# File: src/www/firewall_virtual_ip.php, line: 275 -# File: src/www/firewall_virtual_ip_edit.php, line: 103 -# File: src/www/firewall_virtual_ip_edit.php, line: 325 -# File: src/www/load_balancer_monitor.php, line: 114 -# File: src/www/load_balancer_monitor_edit.php, line: 147 -# File: src/www/load_balancer_monitor_edit.php, line: 316 -# File: src/www/services_dhcp.php, line: 1038 -# File: src/www/services_igmpproxy.php, line: 99 -# File: src/www/services_igmpproxy_edit.php, line: 184 -# File: src/www/services_unbound_host_edit.php, line: 84 -# File: src/www/services_unbound_host_edit.php, line: 273 -# File: src/www/services_unbound_overrides.php, line: 133 -# File: src/www/status_ntpd.php, line: 181 -# File: src/www/system_authservers.php, line: 129 -# File: src/www/system_authservers.php, line: 150 -# File: src/www/system_authservers.php, line: 441 -# File: src/www/system_authservers.php, line: 672 -# File: src/www/system_certmanager.php, line: 784 -# File: src/www/system_certmanager.php, line: 909 -# File: src/www/vpn_ipsec_phase2.php, line: 703 -# File: src/www/vpn_ipsec_phase2.php, line: 758 -# File: src/www/vpn_ipsec_phase2.php, line: 799 -# File: src/www/vpn_openvpn_export.php, line: 729 -# File: src/www/vpn_openvpn_export_shared.php, line: 352 -msgid "Type" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 245 -msgid "PPPoE Server" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 246 -msgid "More" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 248 -msgid "Proxy" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 249 -msgid "SNMP" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 253 -msgid "Universal Plug and Play" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 254 -msgid "WoLEdit" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 255 -# File: src/www/diag_backup.php, line: 151 -# File: src/www/services_wol.php, line: 129 -# File: src/www/system_hasync.php, line: 287 -msgid "Wake on LAN" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 257 -msgid "Phase1" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 258 -msgid "Phase2" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 259 -# File: src/www/vpn_openvpn_client.php, line: 850 -# File: src/www/vpn_openvpn_csc.php, line: 377 -# File: src/www/vpn_openvpn_server.php, line: 1206 -msgid "Tunnel Settings" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 260 -msgid "Mobile Clients" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 262 -msgid "Pre-Shared Keys" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 263 -msgid "Advanced Settings" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 264 -# File: src/www/diag_logs_filter.php, line: 709 -# File: src/www/diag_logs_filter_dynamic.php, line: 109 -# File: src/www/widgets/widgets/log.widget.php, line: 234 -msgid "Act" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 265 -msgid "Status Overview" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 266 -msgid "Lease Status" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 267 -msgid "Security Association Database" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 268 -msgid "Security Policy Database" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 270 -# File: src/www/system_hasync.php, line: 259 -# File: src/www/vpn_ipsec_keys.php, line: 87 -msgid "IPsec" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 276 -# File: src/www/interfaces.php, line: 1732 -# File: src/www/status_interfaces.php, line: 144 -msgid "L2TP" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 278 -msgid "Server Settings" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 280 -# File: src/www/vpn_openvpn_csc.php, line: 463 -# File: src/www/vpn_openvpn_server.php, line: 1454 -msgid "Client Settings" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 282 -msgid "Client Specific Overrides" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 284 -msgid "Client Export" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 285 -msgid "Shared Key Export" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 286 -msgid "Connection Status" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 288 -# File: src/etc/inc/services.inc, line: 2566 -# File: src/etc/inc/system.inc, line: 1802 -# File: src/www/diag_backup.php, line: 141 -# File: src/www/diag_packet_capture.php, line: 145 -# File: src/www/status_graph.php, line: 42 -# File: src/www/system_hasync.php, line: 268 -# File: src/www/vpn_openvpn_client.php, line: 344 -# File: src/www/vpn_openvpn_csc.php, line: 218 -# File: src/www/vpn_openvpn_server.php, line: 425 -msgid "OpenVPN" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 294 -# File: src/www/interfaces.php, line: 1732 -# File: src/www/status_interfaces.php, line: 130 -msgid "PPTP" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 295 -msgid "VPN" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 296 -msgid "About this Page" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 297 -msgid "Developers Wiki" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 298 -msgid "Documentation" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 299 -msgid "FreeBSD Handbook" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 300 -msgid "Paid Support" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 301 -msgid "User Forum" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 302 -# File: src/www/fbegin.inc, line: 117 -msgid "Help" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 303 -# File: lang/dynamic/helpers/models.php, line: 310 -# File: lang/dynamic/helpers/models.php, line: 334 -# File: lang/dynamic/helpers/models.php, line: 340 -# File: lang/dynamic/helpers/models.php, line: 365 -# File: lang/dynamic/helpers/models.php, line: 369 -msgid "menu" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 304 -# File: lang/dynamic/helpers/models.php, line: 337 -msgid "Administration" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 305 -msgid "Sessions" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 306 -msgid "Vouchers" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 308 -msgid "Captive Portal" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 311 -msgid "Maximum number of zones reached" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 312 -msgid "Idle timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 313 -msgid "Hard timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 314 -msgid "Please select a valid certificate from the list" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 315 -msgid "Please enter a valid servername, ip address or leave this option blank" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 316 -msgid "Please enter valid addresses" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 317 -msgid "Please enter valid mac addresses" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 318 -msgid "Related template not found" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 319 -# File: lang/dynamic/helpers/models.php, line: 376 -# File: lang/dynamic/helpers/models.php, line: 380 -msgid "Description should be a string between 1 and 255 characters" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 320 -msgid "Fileid should be an internally generated unique number" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 321 -msgid "Template name should be a string between 1 and 255 characters" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 322 -msgid "File content should be in (base64 encoded) zip format" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 323 -msgid "Origin should be regular text of max 30 characters" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 324 -msgid "" -"Value needs to be between 0 and 59, multiple values, ranges and * are " -"supported (ex. 1,10,20,30 or 1-30 )" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 325 -msgid "" -"Value needs to be between 0 and 23, multiple values, ranges and * are " -"supported (ex. 1,2,8 or 0-8 )" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 326 -msgid "" -"Value needs to be between 1 and 31, multiple values, ranges, L (last day of " -"month) and * are supported (ex. 1,2,8 or 1-28 )" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 327 -msgid "" -"Value needs to be between 1 and 12 or JAN to DEC, multiple values, ranges " -"and * are supported (ex. JAN,2,10 or 3-8 )" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 328 -msgid "" -"Value needs to be between 0 and 6 ( Sunday to Saturday), multiple values, " -"ranges and * are supported (ex. 1,2,4 or 0-4 ) " -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 329 -msgid "Select a command from the list." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 330 -msgid "" -"Enter valid parameter(s) for the chosen command (Found illegal characters)." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 331 -msgid "Enter a description." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 332 -# File: src/etc/inc/services.inc, line: 2584 -msgid "Intrusion Detection" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 335 -msgid "sid should be a number" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 336 -# File: lang/dynamic/helpers/models.php, line: 354 -msgid "Related cron not found" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 338 -msgid "Proxy Server" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 341 -msgid "ICP port needs to be an integer value between 1 and 65535" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 342 -msgid "Specify a positive memory cache size. (number of MB's)" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 343 -msgid "Specify a positive cache size. (number of MB's)" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 344 -msgid "Specify a positive number of first-level subdirectories." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 345 -msgid "Specify a positive number of second-level subdirectories." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 346 -msgid "Specify the maximum download size. (number of KBs)" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 347 -msgid "Specify the maximum upload size. (number of KBs)" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 348 -msgid "Specify the overall bandwidth for downloads in kilobits per second." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 349 -msgid "Specify the per host bandwidth for downloads in kilobits per second." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 350 -msgid "Proxy port needs to be an integer value between 1 and 65535" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 351 -msgid "FTP Proxy port needs to be an integer value between 1 and 65535" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 352 -msgid "" -"The filename may only contain letters,digits and one dot (not required)." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 353 -msgid "This does not look like a valid url." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 355 -msgid "Credentials TTL needs to be an integer value above 0" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 356 -msgid "Number of children needs to be an integer value above 0" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 357 -# File: src/www/diag_smart.php, line: 296 -msgid "Health" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 358 -msgid "Activity Monitor" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 361 -msgid "ARP Table" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 362 -msgid "NDP Table" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 367 -msgid "Traffic Shaper" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 370 -msgid "Pipe number must be between 1...65535" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 371 -msgid "Bandwidth out of range" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 372 -msgid "Bandwidth metric should be one of bit,Kbit,Mbit" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 373 -msgid "The burst value is an integer and represent a number of bytes." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 374 -msgid "queue size should be between 2...100" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 375 -# File: lang/dynamic/helpers/models.php, line: 381 -# File: lang/dynamic/helpers/models.php, line: 384 -msgid "origin should be regular text of max 30 characters" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 377 -msgid "Queue number must be between 1...65535" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 378 -msgid "Related pipe not found" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 379 -msgid "Weight must be between 1...100" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 382 -msgid "provide a valid sequence for sorting" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 383 -msgid "Related pipe or queue not found" -msgstr "" - -# File: src/etc/inc/auth.inc, line: 98 -msgid "" -"Potential DNS Rebind attack detected, see " -"http://en.wikipedia.org/wiki/DNS_rebinding
Try accessing the router by " -"IP address instead of by hostname." -msgstr "" - -# File: src/etc/inc/auth.inc, line: 113 -msgid "Redirecting to the dashboard..." -msgstr "" - -# File: src/etc/inc/auth.inc, line: 113 -msgid "Redirecting..." -msgstr "" - -# File: src/etc/inc/auth.inc, line: 383 -msgid "" -"There is something wrong in your config because user %s password is missing!" -msgstr "" - -# File: src/etc/inc/auth.inc, line: 624 -msgid "LDAP: Could not lookup CA by reference for host %s." -msgstr "" - -# File: src/etc/inc/auth.inc, line: 664 -# File: src/etc/inc/auth.inc, line: 712 -msgid "Local Database" -msgstr "" - -# File: src/etc/inc/authgui.inc, line: 185 -msgid "Successful login for user '%1$s' from: %2$s" -msgstr "" - -# File: src/etc/inc/authgui.inc, line: 191 -msgid "Wrong username or password." -msgstr "" - -# File: src/etc/inc/authgui.inc, line: 226 -msgid "Session timed out for user '%1$s' from: %2$s" -msgstr "" - -# File: src/etc/inc/authgui.inc, line: 228 -msgid "User logged out for user '%1$s' from: %2$s" -msgstr "" - -# File: src/etc/inc/authgui.inc, line: 280 -msgid "No page assigned to this user! Click here to logout." -msgstr "" - -# File: src/etc/inc/authgui.inc, line: 376 -# File: src/etc/inc/authgui.inc, line: 423 -msgid "Login" -msgstr "" - -# File: src/etc/inc/authgui.inc, line: 389 -msgid "" -"You are accessing this router by an IP address not configured locally, which " -"may be forwarded by NAT or other means.

If you did not setup " -"this forwarding, you may be the target of a man-in-the-middle attack." -msgstr "" - -# File: src/etc/inc/authgui.inc, line: 412 -msgid "Username:" -msgstr "" - -# File: src/etc/inc/authgui.inc, line: 417 -# File: src/www/diag_backup.php, line: 535 -# File: src/www/diag_backup.php, line: 586 -# File: src/www/system_authservers.php, line: 529 -msgid "Password:" -msgstr "" - -# File: src/etc/inc/authgui.inc, line: 431 -msgid "Your browser must support cookies to login." -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 65 -msgid "Press any key to start the manual interface assignment: " -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 84 -# File: src/etc/inc/config.console.inc, line: 485 -msgid "No interfaces found!" -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 114 -msgid "VLAN interfaces:" -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 131 -msgid "Enter the WAN interface name or 'a' for auto-detection:" -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 153 -msgid "Invalid interface name '%s'" -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 159 -msgid "" -"%sEnter the LAN interface name or 'a' for auto-detection %sNOTE: this " -"enables full Firewalling/NAT mode.%s(or nothing if finished):%s" -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 183 -# File: src/etc/inc/config.console.inc, line: 240 -# File: src/etc/inc/config.console.inc, line: 508 -msgid "%sInvalid interface name '%s'%s" -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 210 -msgid "%sOptional interface %s description found: %s" -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 213 -msgid "" -"%sEnter the Optional %s interface name or 'a' for auto-detection%s(or " -"nothing if finished):%s" -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 268 -msgid "The interfaces will be assigned as follows:" -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 418 -msgid "%sWriting configuration..." -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 420 -msgid "done.%s" -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 445 -msgid "Detected link-up: %s%s" -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 451 -msgid "No link-up detected.%s" -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 483 -msgid "VLAN Capable interfaces:" -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 498 -msgid "No VLAN capable interfaces detected." -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 502 -msgid "" -"Enter the parent interface name for the new VLAN (or nothing if finished):" -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 515 -msgid "Enter the VLAN tag (1-4094):" -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 519 -msgid "%sInvalid VLAN tag '%s'%s" -msgstr "" - -# File: src/etc/inc/config.lib.inc, line: 70 -msgid "No valid config.xml found, attempting last known config restore." -msgstr "" - -# File: src/etc/inc/config.lib.inc, line: 74 -msgid "No valid config.xml found, attempting to restore factory config." -msgstr "" - -# File: src/etc/inc/config.lib.inc, line: 122 -# File: src/etc/inc/config.lib.inc, line: 123 -msgid "Updated bogon update frequency to 3am" -msgstr "" - -# File: src/etc/inc/config.lib.inc, line: 143 -msgid "Upgraded config version level from %s to %s" -msgstr "" - -# File: src/etc/inc/config.lib.inc, line: 174 -msgid "WARNING: User" -msgstr "" - -# File: src/etc/inc/config.lib.inc, line: 174 -msgid "may not write config (user-config-readonly set)" -msgstr "" - -# File: src/etc/inc/config.lib.inc, line: 183 -msgid "WARNING: Corrupt config!" -msgstr "" - -# File: src/etc/inc/config.lib.inc, line: 194 -msgid "WARNING: Config contents could not be saved. Could not open file!" -msgstr "" - -# File: src/etc/inc/config.lib.inc, line: 246 -msgid "Reverted to" -msgstr "" - -# File: src/etc/inc/config.lib.inc, line: 343 -# File: src/opnsense/mvc/app/library/OPNsense/Core/Config.php, line: 363 -# File: src/opnsense/mvc/app/library/OPNsense/Core/Config.php, line: 366 -msgid "%s made unknown change" -msgstr "" - -# File: src/etc/inc/crypt.inc, line: 47 -msgid "Failed to encrypt/decrypt data!" -msgstr "" - -# File: src/etc/inc/dyndns.class, line: 1214 -msgid "Dynamic DNS updated IP Address on %s (%s) to %s" -msgstr "" - -# File: src/etc/inc/dyndns.class, line: 1221 -msgid "Dynamic DNS updated IPv6 Address on %s (%s) to %s" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 170 -msgid "Initializing" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 174 -msgid "Configuring firewall" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 181 -msgid "Creating aliases" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 187 -msgid "Generating Limiter rules" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 188 -msgid "Generating NAT rules" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 194 -msgid "Generating filter rules" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 200 -msgid "Loading filter rules" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 207 -msgid "Filter is disabled. Not loading rules." -msgstr "" - -# File: src/etc/inc/filter.inc, line: 209 -# File: src/etc/inc/filter.inc, line: 382 -# File: src/etc/inc/interfaces.inc, line: 218 -# File: src/etc/inc/interfaces.inc, line: 247 -# File: src/etc/inc/interfaces.inc, line: 399 -# File: src/etc/inc/interfaces.inc, line: 479 -# File: src/etc/inc/interfaces.inc, line: 766 -# File: src/etc/inc/interfaces.inc, line: 1103 -# File: src/etc/inc/interfaces.inc, line: 1132 -# File: src/etc/inc/interfaces.inc, line: 1153 -# File: src/etc/inc/interfaces.inc, line: 1168 -# File: src/etc/inc/interfaces.inc, line: 2089 -# File: src/etc/inc/rrd.inc, line: 565 -# File: src/etc/inc/services.inc, line: 1374 -# File: src/etc/inc/services.inc, line: 1752 -# File: src/etc/inc/services.inc, line: 1927 -# File: src/etc/inc/services.inc, line: 1955 -# File: src/etc/inc/services.inc, line: 2161 -# File: src/etc/inc/system.inc, line: 921 -# File: src/etc/inc/system.inc, line: 1360 -msgid "done." -msgstr "" - -# File: src/etc/inc/filter.inc, line: 254 -msgid "Setting up logging information" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 259 -msgid "Setting up SCRUB information" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 297 -msgid "The line in question reads [%d]: %s" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 307 -msgid "PF was wedged/busy and has been reset." -msgstr "" - -# File: src/etc/inc/filter.inc, line: 315 -# File: src/etc/inc/filter.inc, line: 316 -msgid "There were error(s) loading the rules: %s - %s" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 377 -msgid "Processing down interface states" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 380 -msgid "Done" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 657 -msgid "Creating gateway group item..." -msgstr "" - -# File: src/etc/inc/filter.inc, line: 702 -msgid "" -"An error occurred while trying to find the interface got %s . The rule has " -"not been added." -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1074 -msgid "Creating reflection NAT rule for %s..." -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1169 -msgid "Creating reflection rule for %s..." -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1367 -msgid "localhost" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1375 -msgid "static route" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1387 -msgid "DHCP alias address" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1425 -msgid "PPTP server" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1434 -msgid "PPPoE server" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1444 -msgid "L2TP server" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1453 -msgid "OpenVPN server" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1462 -msgid "OpenVPN client" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1472 -msgid "IPsec client" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1511 -msgid "Auto created rule for ISAKMP" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1521 -msgid "Auto created rule" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1637 -msgid "Creating 1:1 rules..." -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1803 -msgid "Creating advanced outbound rule %s" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1846 -msgid "Creating outbound NAT rules" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1853 -msgid "Creating automatic outbound rules" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 1918 -msgid "Creating NAT rule %s" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 2141 -msgid "Creating filter rule %s ..." -msgstr "" - -# File: src/etc/inc/filter.inc, line: 2167 -msgid "filter_generate_port: %s is not a valid %s port." -msgstr "" - -# File: src/etc/inc/filter.inc, line: 2515 -msgid "Setting up pass/block rules %s" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 2531 -msgid "Could not find IPv4 gateway for interface (%s)." -msgstr "" - -# File: src/etc/inc/filter.inc, line: 2561 -msgid "Creating rule %s" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 2788 -msgid "Creating default rules" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 3368 -msgid "Creating IPsec rules..." -msgstr "" - -# File: src/etc/inc/filter.inc, line: 3452 -msgid "Installed 15 minute filter reload for Time Based Rules" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 3459 -msgid "Removed 15 minute filter reload for Time Based Rules" -msgstr "" - -# File: src/etc/inc/filter_log.inc, line: 135 -msgid "There was an error parsing a rule: no time (`%s')" -msgstr "" - -# File: src/etc/inc/filter_log.inc, line: 155 -msgid "There was an error parsing rule number: %s -- not IPv4 or IPv6 (`%s')" -msgstr "" - -# File: src/etc/inc/filter_log.inc, line: 189 -msgid "There was an error parsing rule number: %s -- no src or dst (`%s')" -msgstr "" - -# File: src/etc/inc/gwlb.inc, line: 850 -msgid "MONITOR: %s is down, removing from routing group %s" -msgstr "" - -# File: src/etc/inc/gwlb.inc, line: 854 -msgid "MONITOR: %s has packet loss, removing from routing group %s" -msgstr "" - -# File: src/etc/inc/gwlb.inc, line: 858 -msgid "MONITOR: %s has high latency, removing from routing group %s" -msgstr "" - -# File: src/etc/inc/gwlb.inc, line: 879 -msgid "" -"Gateways status could not be determined, considering all as up/active. " -"(Group: %s)" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 99 -msgid "interfaces_bring_up() was called but no variable defined." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 211 -msgid "Configuring loopback interface..." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 229 -msgid "Configuring VLAN interfaces..." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 256 -msgid "VLAN: called with wrong options. Problems with config!" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 264 -msgid "interface_vlan_configure called with if undefined." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 313 -# File: src/etc/inc/interfaces.inc, line: 408 -msgid "QinQ compat VLAN: called with wrong options. Problems with config!%s" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 320 -msgid "interface_qinq_configure called with if undefined.%s" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 325 -msgid "interface_qinq_configure called with invalid if.%s" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 390 -msgid "Configuring QinQ interfaces..." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 416 -msgid "interface_qinq2_configure called with if undefined.%s" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 454 -msgid "Creating wireless clone interfaces..." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 535 -msgid "No members found on %s" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 588 -msgid "realif not defined in interfaces bridge - up" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 710 -msgid "bridgeif not defined -- could not bring interface up" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 747 -msgid "Configuring LAGG interfaces..." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 988 -msgid "" -"could not bring realif up -- variable not defined -- " -"interface_gif_configure()" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 1098 -# File: src/etc/inc/interfaces.inc, line: 1126 -# File: src/etc/inc/interfaces.inc, line: 1147 -# File: src/etc/inc/interfaces.inc, line: 1162 -msgid "Configuring %s interface..." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 1248 -msgid "Wrong parameters used during interface_bring_down" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 1576 -msgid "Can't find PPP config for %s in interface_ppps_configure()." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 1637 -msgid "" -"Could not get a PPTP/L2TP Remote IP address from %s for %s in " -"interfaces_ppps_configure." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 1644 -msgid "" -"Device %s does not exist. PPP link cannot start without the modem device." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 1649 -msgid "Unkown %s configured as ppp interface." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 1946 -msgid "Error: cannot open mpd_%s.conf in interface_ppps_configure().%s" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 2023 -msgid "Configuring CARP settings..." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 2259 -msgid "" -"Interface specified for the virtual IP address %s does not exist. Skipping " -"this VIP." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 2267 -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IP address %s." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 2274 -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IPv6 address %s." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 2337 -msgid "Interface %s changed to hostap mode" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 2341 -msgid "Interface %s changed to adhoc mode" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 2345 -msgid "Interface %s changed to infrastructure mode" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 2358 -msgid "Cloning new wireless interface %s" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 2363 -msgid "Failed to clone interface %s with error code %s, output %s" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 3116 -msgid "Generating new MAC address." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 3122 -msgid "" -"The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface %s has been " -"automatically replaced with %s" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 3976 -msgid "" -"Error: cannot open dhclient_%s.conf in interface_dhcp_configure() for " -"writing.%s" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 3989 -msgid "Invalid interface \"%s\" in interface_dhcp_configure()" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 4045 -msgid "Could not bring up %s interface in interface_dhcp_configure()" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 5357 -msgid "device not present! Is the modem attached to the system?" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 5471 -msgid "blocking" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 5471 -msgid "check for ethernet loops" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 5474 -msgid "learning" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 5477 -msgid "forwarding" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 5625 -msgid "No history data found!" -msgstr "" - -# File: src/etc/inc/load_balancer_maintable.inc, line: 150 -msgid "Move selected entries before this entry" -msgstr "" - -# File: src/etc/inc/load_balancer_maintable.inc, line: 158 -# File: src/www/firewall_virtual_ip.php, line: 224 -# File: src/www/services_dyndns.php, line: 175 -# File: src/www/services_wol.php, line: 201 -# File: src/www/system_advanced_sysctl.php, line: 120 -msgid "Do you really want to delete this entry?" -msgstr "" - -# File: src/etc/inc/load_balancer_maintable.inc, line: 162 -msgid "Duplicate entry" -msgstr "" - -# File: src/etc/inc/notices.inc, line: 64 -msgid "Could not open %s for writing" -msgstr "" - -# File: src/etc/inc/notices.inc, line: 293 -msgid "Message sent to %s OK" -msgstr "" - -# File: src/etc/inc/notices.inc, line: 296 -msgid "Could not send the message to %s -- Error: %s" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 83 -msgid ": data access time out" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 86 -msgid ": the server disconnected" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 98 -msgid "reached the end of data while reading from the SMTP server connection" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 104 -msgid "it was not possible to read line from the SMTP server" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 126 -msgid "it was not possible to send a line to the SMTP server" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 140 -msgid "it was not possible to send data to the SMTP server" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 212 -msgid "establishing SSL connections requires at least PHP version 4.3.0" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 215 -msgid "establishing SSL connections requires the OpenSSL extension enabled" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 224 -msgid "could not resolve host \"%s\"" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 228 -msgid "domain \"%s\" resolved to an address excluded to be valid" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 230 -msgid "Connecting to host address \"%s\" port %s..." -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 237 -msgid "-3 socket could not be created" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 239 -msgid "-4 dns lookup on hostname \"%s\" failed" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 241 -msgid "-5 connection refused or timed out" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 243 -msgid "-6 fdopen() call failed" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 245 -msgid "-7 setvbuf() call failed" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 247 -msgid "could not connect to the host \"%s\": %s" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 256 -msgid "" -"it is not possible to authenticate using the specified mechanism because the " -"SASL library class is not loaded" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 280 -msgid "Authentication mechanism %s may not be used: %s" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 285 -msgid "Could not start the SASL authentication client:" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 292 -msgid "Could not send the AUTH command" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 307 -# File: src/etc/inc/notices.smtp.inc, line: 337 -msgid "Authentication error:" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 322 -msgid "Could not send the authentication step message" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 342 -msgid "Could not process the SASL authentication step:" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 356 -msgid "connection is already established" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 394 -msgid "it was not specified the POP3 authentication user" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 400 -msgid "it was not specified the POP3 authentication password" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 404 -msgid "Resolving POP3 authentication host \"%s\"..." -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 411 -msgid "POP3 authentication server greeting was not found" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 419 -msgid "POP3 authentication user was not accepted:" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 427 -msgid "POP3 authentication password was not accepted:" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 436 -msgid "could not determine the SMTP to connect" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 442 -msgid "Resolving SMTP server domain \"%s\"..." -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 454 -msgid "Connected to SMTP server \"%s\"." -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 468 -msgid "server does not require authentication" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 532 -msgid "" -"it is not supported any of the authentication mechanisms required by the " -"server" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 629 -msgid "" -"direct delivery connection is already established and sender is already set" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 637 -msgid "connection is not in the initial state" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 659 -msgid "it was not specified a valid direct recipient" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 678 -msgid "" -"it is not possible to deliver directly to recipients of different domains" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 683 -msgid "connection is already established and the recipient is already set" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 695 -msgid "connection is not in the recipient setting state" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 724 -msgid "connection is not in the start sending data state" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 754 -# File: src/etc/inc/notices.smtp.inc, line: 765 -msgid "connection is not in the sending data state" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 801 -msgid "it was not previously established a SMTP connection" -msgstr "" - -# File: src/etc/inc/openvpn-client-export.inc, line: 84 -# File: src/etc/inc/openvpn-client-export.inc, line: 686 -msgid "Could not locate server configuration." -msgstr "" - -# File: src/etc/inc/openvpn-client-export.inc, line: 88 -# File: src/etc/inc/openvpn-client-export.inc, line: 690 -msgid "You cannot export for disabled servers." -msgstr "" - -# File: src/etc/inc/openvpn-client-export.inc, line: 96 -msgid "Could not locate server certificate." -msgstr "" - -# File: src/etc/inc/openvpn-client-export.inc, line: 100 -msgid "Could not locate the CA reference for the server certificate." -msgstr "" - -# File: src/etc/inc/openvpn-client-export.inc, line: 111 -msgid "Could not find user settings." -msgstr "" - -# File: src/etc/inc/openvpn-client-export.inc, line: 123 -# File: src/etc/inc/openvpn-client-export.inc, line: 132 -msgid "Could not find client certificate." -msgstr "" - -# File: src/etc/inc/openvpn-client-export.inc, line: 209 -# File: src/etc/inc/openvpn-client-export.inc, line: 754 -msgid "This server uses UDP protocol and cannot communicate with HTTP proxy." -msgstr "" - -# File: src/etc/inc/openvpn-client-export.inc, line: 502 -msgid "Could not create a config to export." -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 34 -msgid "0 (none)" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 35 -msgid "1 (default)" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 36 -msgid "2" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 37 -msgid "3 (recommended)" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 38 -msgid "4" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 39 -msgid "5" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 40 -msgid "6" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 41 -msgid "7" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 42 -msgid "8" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 43 -msgid "9" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 44 -msgid "10" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 45 -msgid "11" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 63 -msgid "No Preference" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 64 -msgid "Disabled - No Compression" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 65 -msgid "Enabled with Adaptive Compression" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 66 -msgid "Enabled without Adaptive Compression" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 168 -msgid "None (No Encryption)" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 182 -msgid "None (No Authentication)" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 226 -msgid "The field '%s' must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 238 -msgid "The field '%s' must contain a single valid %s CIDR range." -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 250 -msgid "" -"The field '%s' must contain only valid %s CIDR range(s) separated by commas." -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 218 -# File: src/etc/inc/openvpn_wizard.inc, line: 317 -msgid "Please do not use special characters in Certificate field names." -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 403 -msgid "The specified 'Local port' is in use. Please select another value." -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 408 -msgid "The field 'TLS Authentication Key' does not appear to be valid." -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 411 -# File: src/www/vpn_openvpn_csc.php, line: 122 -# File: src/www/vpn_openvpn_server.php, line: 237 -msgid "The field 'DNS Server #1' must contain a valid IP address" -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 413 -# File: src/www/vpn_openvpn_csc.php, line: 125 -# File: src/www/vpn_openvpn_server.php, line: 240 -msgid "The field 'DNS Server #2' must contain a valid IP address" -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 415 -# File: src/www/vpn_openvpn_csc.php, line: 128 -# File: src/www/vpn_openvpn_server.php, line: 243 -msgid "The field 'DNS Server #3' must contain a valid IP address" -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 417 -# File: src/www/vpn_openvpn_csc.php, line: 131 -# File: src/www/vpn_openvpn_server.php, line: 246 -msgid "The field 'DNS Server #4' must contain a valid IP address" -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 420 -# File: src/www/vpn_openvpn_csc.php, line: 137 -# File: src/www/vpn_openvpn_server.php, line: 250 -msgid "The field 'NTP Server #1' must contain a valid IP address" -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 422 -# File: src/www/vpn_openvpn_csc.php, line: 140 -# File: src/www/vpn_openvpn_server.php, line: 253 -msgid "The field 'NTP Server #2' must contain a valid IP address" -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 425 -# File: src/www/vpn_openvpn_csc.php, line: 153 -# File: src/www/vpn_openvpn_server.php, line: 264 -msgid "The field 'WINS Server #1' must contain a valid IP address" -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 427 -# File: src/www/vpn_openvpn_csc.php, line: 156 -# File: src/www/vpn_openvpn_server.php, line: 267 -msgid "The field 'WINS Server #2' must contain a valid IP address" -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 430 -# File: src/www/vpn_openvpn_server.php, line: 278 -msgid "The field 'Concurrent connections' must be numeric." -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 433 -msgid "You must specify a 'Tunnel network'." -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 635 -# File: src/etc/inc/openvpn_wizard.inc, line: 652 -msgid "OpenVPN %s wizard" -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 647 -# File: src/etc/inc/openvpn_wizard.inc, line: 662 -msgid "OpenVPN Wizard" -msgstr "" - -# File: src/etc/inc/pfsense-utils.inc, line: 158 -# File: src/www/widgets/widgets/carp_status.widget.php, line: 67 -msgid "MASTER" -msgstr "" - -# File: src/etc/inc/pfsense-utils.inc, line: 160 -# File: src/www/widgets/widgets/carp_status.widget.php, line: 69 -msgid "BACKUP" -msgstr "" - -# File: src/etc/inc/pfsense-utils.inc, line: 162 -# File: src/www/widgets/widgets/carp_status.widget.php, line: 71 -msgid "INIT" -msgstr "" - -# File: src/etc/inc/pfsense-utils.inc, line: 218 -# File: src/etc/inc/pfsense-utils.inc, line: 240 -msgid "Restored %s of config file (maybe from CARP partner)" -msgstr "" - -# File: src/etc/inc/pfsense-utils.inc, line: 565 -msgid "" -"Alias archive is a .zip file which cannot be decompressed because utility is " -"missing!" -msgstr "" - -# File: src/etc/inc/pfsense-utils.inc, line: 575 -# File: src/etc/inc/pfsense-utils.inc, line: 607 -msgid "Could not open %s/aliases for writing!" -msgstr "" - -# File: src/etc/inc/pfsense-utils.inc, line: 581 -# File: src/etc/inc/pfsense-utils.inc, line: 613 -msgid "The following file could not be read %s from %s" -msgstr "" - -# File: src/etc/inc/pfsense-utils.inc, line: 597 -msgid "" -"Alias archive is a .tar/tgz file which cannot be decompressed because " -"utility is missing!" -msgstr "" - -# File: src/etc/inc/rrd.inc, line: 74 -msgid "RRD create failed exited with %s, the error is: %s" -msgstr "" - -# File: src/etc/inc/rrd.inc, line: 86 -msgid "Generating RRD graphs..." -msgstr "" - -# File: src/etc/inc/rrd.inc, line: 539 -msgid "Creating rrd update script" -msgstr "" - -# File: src/etc/inc/services.inc, line: 425 -msgid "DHCP leases restore failed exited with %s, the error is: %s" -msgstr "" - -# File: src/etc/inc/services.inc, line: 447 -msgid "Starting DHCP service..." -msgstr "" - -# File: src/etc/inc/services.inc, line: 530 -msgid "Warning! DHCP Failover setup and no CARP virtual IPs defined!" -msgstr "" - -# File: src/etc/inc/services.inc, line: 929 -msgid "Error: cannot open dhcpd.conf in services_dhcpdv4_configure().%s" -msgstr "" - -# File: src/etc/inc/services.inc, line: 1423 -msgid "Could not write Igmpproxy configuration file!" -msgstr "" - -# File: src/etc/inc/services.inc, line: 1431 -msgid "Started IGMP proxy service." -msgstr "" - -# File: src/etc/inc/services.inc, line: 1450 -msgid "Starting DHCP relay service..." -msgstr "" - -# File: src/etc/inc/services.inc, line: 1567 -msgid "Starting DHCPv6 relay service..." -msgstr "" - -# File: src/etc/inc/services.inc, line: 1739 -msgid "Starting dynamic DNS clients..." -msgstr "" - -# File: src/etc/inc/services.inc, line: 1806 -msgid "Starting DNS forwarder..." -msgstr "" - -# File: src/etc/inc/services.inc, line: 1948 -msgid "Starting DNS Resolver..." -msgstr "" - -# File: src/etc/inc/services.inc, line: 1981 -msgid "Starting SNMP daemon... " -msgstr "" - -# File: src/etc/inc/services.inc, line: 1986 -msgid "Error: cannot open snmpd.conf in services_snmpd_configure().%s" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2255 -msgid "Dynamic DNS updated IP Address (A) for %s on %s (%s) to %s" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2270 -msgid "Dynamic DNS updated IPv6 Address (AAAA) for %s on %s (%s) to %s" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2379 -msgid "Starting UPnP service... " -msgstr "" - -# File: src/etc/inc/services.inc, line: 2416 -msgid "Installed cron job for %s" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2419 -msgid "Updated cron job for %s" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2424 -msgid "Removed cron job for %s" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2462 -msgid "Router Advertisement Daemon" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2476 -msgid "Unbound DNS Resolver" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2482 -msgid "NTP clock sync" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2496 -msgid "DHCP Relay" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2503 -msgid "DHCPv6 Relay" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2510 -msgid "DHCP Service" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2518 -msgid "Gateway Monitoring Daemon" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2525 -msgid "SNMP Service" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2532 -msgid "IGMP proxy" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2539 -msgid "UPnP Service" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2546 -msgid "IPsec VPN" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2553 -msgid "Secure Shell Daemon" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2576 -msgid "Server load balancing daemon" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2581 -msgid "Proxy server" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2634 -msgid "Running" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2635 -# File: src/etc/inc/services.inc, line: 2638 -msgid "%s Service is" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2637 -msgid "Stopped" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2656 -msgid "Restart %sService" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2665 -msgid "Stop %sService" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2676 -msgid "Start %sService" -msgstr "" - -# File: src/etc/inc/system.inc, line: 611 -msgid "DNSCACHE: Found old IP %s and new IP %s" -msgstr "" - -# File: src/etc/inc/system.inc, line: 630 -msgid "Static Routes: Gateway IP could not be found for %s" -msgstr "" - -# File: src/etc/inc/system.inc, line: 775 -msgid "Starting syslog..." -msgstr "" - -# File: src/etc/inc/system.inc, line: 885 -msgid "Error: cannot open syslog.conf in system_syslogd_start().%s" -msgstr "" - -# File: src/etc/inc/system.inc, line: 956 -msgid "webConfigurator default" -msgstr "" - -# File: src/etc/inc/system.inc, line: 971 -msgid "Importing HTTPS certificate" -msgstr "" - -# File: src/etc/inc/system.inc, line: 1247 -msgid "Error: cannot open cert.pem in system_webgui_start().%s" -msgstr "" - -# File: src/etc/inc/system.inc, line: 1258 -msgid "Error: cannot open ca.pem in system_webgui_start().%s" -msgstr "" - -# File: src/etc/inc/system.inc, line: 1266 -msgid "ssl configuration" -msgstr "" - -# File: src/etc/inc/system.inc, line: 1302 -msgid "Error: cannot open %s in system_generate_lighty_config().%s" -msgstr "" - -# File: src/etc/inc/system.inc, line: 1343 -msgid "Setting timezone..." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 40 -msgid "RRD dump failed exited with %s, the error is: %s" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 56 -msgid "" -"Import RRD has %s DS values and %s RRA databases, new format RRD has %s DS " -"values and %s RRA databases" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 140 -msgid "The new RRD now has %s DS values and %s RRA databases" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 241 -msgid "%sWarning: filter rule removed (interface '%s' does not exist anymore)." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 253 -msgid "" -"%sWarning: filter rule removed (source network '%s' does not exist anymore)." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 266 -msgid "" -"%sWarning: filter rule removed (destination network '%s' does not exist " -"anymore)." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 286 -msgid "" -"%sWarning: traffic shaper rule removed (interface '%s' does not exist " -"anymore)." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 298 -msgid "" -"%sWarning: traffic shaper rule removed (source network '%s' does not exist " -"anymore)." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 311 -msgid "" -"%sWarning: traffic shaper rule removed (destination network '%s' does not " -"exist anymore)." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 458 -msgid "CARP vhid %s" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 582 -msgid "Permit IPsec traffic." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 602 -msgid "System Administrators" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 621 -msgid "" -"Indicates whether this user will lock access to the webConfigurator for " -"other users." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 624 -msgid "" -"Indicates whether this user will lock individual HTML pages after having " -"accessed a particular page (the lock will be freed if the user leaves or " -"saves the page form)." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 627 -msgid "Indicates whether this user is able to login for example via SSH." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 630 -msgid "" -"Indicates whether this user is allowed to copy files onto the %s appliance " -"via SCP/SFTP. If you are going to use this privilege, you must install " -"scponly on the appliance (Hint: pkg_add -r scponly)." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 633 -msgid "" -"This user is associated with the UNIX root user (you should associate this " -"privilege only with one single user)." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 650 -msgid "Drop packets to closed TCP ports without returning a RST" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 654 -msgid "Do not send ICMP port unreachable messages for closed UDP ports" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 658 -msgid "Randomize the ID field in IP packets (default is 0: sequential IP IDs)" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 662 -msgid "Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 666 -msgid "Sending of IPv4 ICMP redirects" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 670 -msgid "Sending of IPv6 ICMP redirects" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 674 -msgid "Generate SYN cookies for outbound SYN-ACK packets" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 678 -msgid "Maximum incoming TCP datagram size" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 682 -msgid "Maximum outgoing TCP datagram size" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 686 -msgid "" -"Fastforwarding (see http://lists.freebsd.org/pipermail/freebsd-" -"net/2004-January/002534.html)" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 690 -msgid "Do not delay ACK to try and piggyback it onto a data packet" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 694 -msgid "Maximum outgoing UDP datagram size" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 698 -msgid "" -"Handling of non-IP packets which are not passed to pfil (see if_bridge(4))" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 702 -msgid "Allow unprivileged access to tap(4) device nodes" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 706 -msgid "Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 710 -msgid "" -"The system will attempt to calculate the bandwidth delay product for each " -"connection and limit the amount of data queued to the network to just the " -"amount required to maintain optimum throughput. " -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 714 -msgid "Set ICMP Limits" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 718 -msgid "TCP Offload engine" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 749 -msgid "Interface %s Static Gateway" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 752 -msgid "Interface %s Dynamic Gateway" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 820 -msgid "Upgraded static route for %s" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 917 -msgid "Sitedown pool for VS: %s" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 1072 -msgid "phase2 for %s" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 1299 -msgid "Upgraded Dyndns %s" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 1351 -msgid "All Users" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 1503 -msgid "Converted bridged %s" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 1877 -msgid "Auto added OpenVPN rule from config upgrade." -msgstr "" - -# File: src/etc/inc/util.inc, line: 92 -msgid "WARNING: You must give a name as parameter to lock() function." -msgstr "" - -# File: src/etc/inc/util.inc, line: 959 -msgid "The command '%s' returned exit code '%d', the output was '%s'" -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 125 -msgid "Configuring IPsec VPN... " -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 387 -msgid "Error: Invalid certificate info for %s" -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 393 -msgid "Error: Invalid certificate hash info for %s" -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 398 -msgid "Error: Cannot write IPsec CA file for %s" -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 416 -msgid "Error: Invalid phase1 certificate reference for %s" -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 424 -msgid "Error: Cannot write phase1 key file for %s" -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 431 -msgid "Error: Cannot write phase1 certificate file for %s" -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 948 -msgid "Ignoring IPsec reload since there are no tunnels on interface %s" -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 955 -msgid "Forcefully reloading IPsec" -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 997 -msgid "Configuring PPTP VPN service... " -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 1007 -msgid "Could not kill mpd within 3 seconds. Trying again." -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 1029 -msgid "Error: cannot open mpd.conf in vpn_pptpd_configure()." -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 1148 -msgid "Error: cannot open mpd.links in vpn_pptpd_configure()." -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 1173 -msgid "Error: cannot open mpd.secret in vpn_pptpd_configure()." -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 1230 -msgid "Configuring PPPoE VPN service... " -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 1254 -msgid "Error: cannot open mpd.conf in vpn_pppoe_configure()." -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 1363 -msgid "Error: cannot open mpd.links in vpn_pppoe_configure()." -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 1390 -msgid "Error: cannot open mpd.secret in vpn_pppoe_configure()." -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 1422 -msgid "done" -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 1442 -msgid "Configuring l2tp VPN service... " -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 1463 -msgid "Error: cannot open mpd.conf in vpn_l2tp_configure()." -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 1562 -msgid "Error: cannot open mpd.links in vpn_l2tp_configure()." -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 1588 -msgid "Error: cannot open mpd.secret in vpn_l2tp_configure()." -msgstr "" - -# File: src/etc/inc/xmlparse.inc, line: 83 -# File: src/www/interfaces.php, line: 85 -msgid "XML error: %s at line %d cannot occur more than once" -msgstr "" - -# File: src/etc/inc/xmlparse.inc, line: 159 -# File: src/www/interfaces.php, line: 202 -msgid "Error: could not open XML input" -msgstr "" - -# File: src/etc/inc/xmlparse.inc, line: 165 -msgid "XML error: %s at line %d in %s" -msgstr "" - -# File: src/etc/inc/xmlparse.inc, line: 182 -# File: src/www/interfaces.php, line: 225 -msgid "XML error: no %s object found!" -msgstr "" - -# File: src/etc/inc/xmlrpc/legacy.inc, line: 234 -# File: src/etc/inc/xmlrpc/legacy.inc, line: 298 -msgid "Merged in config (%s sections) from XMLRPC client." -msgstr "" - -# File: src/etc/rc.bootup, line: 172 -msgid "Default interfaces not found -- Running interface assignment option." -msgstr "" - -# File: src/etc/rc.initial.password, line: 36 -msgid "The %s password will be reset to the factory default of `%s'." -msgstr "" - -# File: src/etc/rc.initial.password, line: 41 -msgid "Do you want to proceed [y|n]? " -msgstr "" - -# File: src/etc/rc.initial.password, line: 47 -msgid "The User manager authentication server is set to \"%s\"." -msgstr "" - -# File: src/etc/rc.initial.password, line: 49 -msgid "Do you want to set it back to Local Database [y|n]? " -msgstr "" - -# File: src/etc/rc.initial.password, line: 75 -msgid "password changed from console menu" -msgstr "" - -# File: src/etc/rc.initial.password, line: 78 -msgid "The password has been reset." -msgstr "" - -# File: src/etc/rc.initial.password, line: 80 -msgid "Please change the password as soon as you log in!" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 118 -msgid "Do you want to enable the %s server on %s?" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 274 -msgid "Configure %s address %s interface via %s?" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 290 -msgid "Enter the new %s %s address. Press for none:" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 298 -msgid "This IP address conflicts with another interface or a VIP" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 305 -msgid "Subnet masks are entered as bit counts (as in CIDR notation) in %s." -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 322 -msgid "Enter the new %s %s subnet bit count (1 to %s):" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 333 -msgid "You cannot set network address to an interface" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 337 -msgid "You cannot set broadcast address to an interface" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 350 -msgid "For a WAN, enter the new %s %s upstream gateway address." -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 351 -msgid "For a LAN, press for none:" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 357 -msgid "not an %s IP address!" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 359 -msgid "not in subnet!" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 406 -msgid "Enter the start address of the %s client address range:" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 415 -# File: src/etc/rc.initial.setlanip, line: 429 -msgid "This IP address must be in the interface's subnet" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 420 -msgid "Enter the end address of the %s client address range:" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 433 -msgid "The end address of the DHCP range must be >= the start address" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 444 -msgid "Disabling %s DHCPD..." -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 456 -msgid "Do you want to revert to HTTP as the webConfigurator protocol?" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 463 -msgid "Note: the anti-lockout rule on %s has been re-enabled." -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 498 -msgid "%s IP configuration from console menu" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 514 -# File: src/etc/rc.initial.setlanip, line: 520 -msgid "The IPv4 %s address has been set to %s" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 529 -# File: src/etc/rc.initial.setlanip, line: 535 -msgid "The IPv6 %s address has been set to %s" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 544 -msgid "" -"You can now access the webConfigurator by opening the following URL in your " -"web browser:" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 572 -msgid "Press to continue." -msgstr "" - -# File: src/etc/rc.openvpn, line: 94 -msgid "WARNING: You must give a name as parameter to try_lock() function." -msgstr "" - -# File: src/etc/rc.openvpn, line: 141 -msgid "" -"Could not obtain openvpn lock for executing rc.openvpn for more than 10 " -"seconds continuing..." -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 13 -# File: src/etc/rc.restore_config_backup, line: 76 -# File: src/www/diag_confbak.php, line: 95 -# File: src/www/diag_confbak.php, line: 107 -# File: src/www/diag_confbak.php, line: 227 -# File: src/www/diag_confbak.php, line: 299 -# File: src/www/diag_confbak.php, line: 315 -# File: src/www/firewall_nat_edit.php, line: 986 -# File: src/www/firewall_nat_edit.php, line: 995 -# File: src/www/firewall_nat_out_edit.php, line: 695 -# File: src/www/firewall_nat_out_edit.php, line: 705 -# File: src/www/firewall_rules_edit.php, line: 1459 -# File: src/www/firewall_rules_edit.php, line: 1468 -msgid "n/j/y H:i:s" -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 15 -# File: src/www/widgets/widgets/gateways.widget.php, line: 123 -# File: src/www/widgets/widgets/smart_status.widget.php, line: 63 -msgid "Unknown" -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 20 -msgid "Unknown Page" -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 33 -# File: src/etc/rc.restore_config_backup, line: 49 -msgid "No backups found in the configuration history." -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 52 -msgid "Which configuration would you like to restore?" -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 58 -msgid "That is not a valid backup number.\n" -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 66 -msgid "Is this the backup you wish to restore?" -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 70 -msgid "Y/N?" -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 72 -msgid "Y" -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 76 -# File: src/www/diag_confbak.php, line: 95 -msgid "Successfully reverted to timestamp %s with description \"%s\"." -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 77 -msgid "" -"You may need to reboot the firewall or restart services before the restored " -"configuration is fully active." -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 79 -# File: src/www/diag_confbak.php, line: 97 -msgid "Unable to revert to the selected configuration." -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 82 -msgid "Restore canceled." -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 85 -msgid "Restore canceled due to invalid input." -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 92 -msgid "Restore Backup from Configuration History" -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 93 -msgid "List Backups" -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 94 -msgid "Restore Backup" -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 95 -msgid "Quit" -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 97 -msgid "Please select an option to continue" -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 102 -msgid "quit" -msgstr "" - -# File: src/etc/rc.sshd, line: 131 -msgid "Started creating your SSH keys. SSH startup is being delayed a wee bit." -msgstr "" - -# File: src/etc/rc.sshd, line: 138 -msgid "Completed creating your SSH keys. SSH will now be started." -msgstr "" - -# File: src/etc/rc.update_alias_url_data, line: 68 -msgid "Could not process aliases from alias: %s" -msgstr "" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 54 -msgid "Connection error." -msgstr "" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 57 -msgid "Repository problem." -msgstr "" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 60 -msgid "There are no updates available." -msgstr "" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 68 -msgid "" -"There is a mandatory update for the package manager available. Please " -"install and fetch updates again." -msgstr "" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 77 -msgid "There is %s update available, total download size is %s." -msgstr "" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 83 -msgid "There are %s updates available, total download size is %s." -msgstr "" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 92 -msgid "This update requires a reboot." -msgstr "" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 97 -msgid "Current status is unknown." -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 98 -msgid "Disconnect selected client?" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 131 -msgid "Session" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 132 -msgid "userName" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 133 -msgid "macAddress" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 134 -msgid "ipAddress" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 135 -msgid "connected since" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 130 -msgid "Error reconfiguring captiveportal" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 167 -msgid "Error uploading template" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 180 -msgid "Zones" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 181 -msgid "Templates" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 189 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 410 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 113 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 143 -msgid "Enabled" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 190 -msgid "Zoneid" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 191 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 408 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 119 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 147 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 177 -# File: src/www/firewall_aliases.php, line: 190 -# File: src/www/firewall_aliases_edit.php, line: 352 -# File: src/www/firewall_aliases_edit.php, line: 382 -# File: src/www/firewall_aliases_import.php, line: 179 -# File: src/www/firewall_nat.php, line: 261 -# File: src/www/firewall_nat_1to1.php, line: 202 -# File: src/www/firewall_nat_1to1_edit.php, line: 444 -# File: src/www/firewall_nat_edit.php, line: 895 -# File: src/www/firewall_nat_npt.php, line: 200 -# File: src/www/firewall_nat_npt_edit.php, line: 287 -# File: src/www/firewall_nat_out.php, line: 347 -# File: src/www/firewall_nat_out.php, line: 547 -# File: src/www/firewall_nat_out_edit.php, line: 671 -# File: src/www/firewall_rules.php, line: 271 -# File: src/www/firewall_rules_edit.php, line: 1142 -# File: src/www/firewall_schedule.php, line: 127 -# File: src/www/firewall_schedule_edit.php, line: 815 -# File: src/www/firewall_schedule_edit.php, line: 1013 -# File: src/www/firewall_virtual_ip.php, line: 276 -# File: src/www/firewall_virtual_ip_edit.php, line: 453 -# File: src/www/interfaces.php, line: 1693 -# File: src/www/interfaces_bridge.php, line: 128 -# File: src/www/interfaces_bridge_edit.php, line: 274 -# File: src/www/interfaces_gif.php, line: 121 -# File: src/www/interfaces_gif_edit.php, line: 268 -# File: src/www/interfaces_gre.php, line: 123 -# File: src/www/interfaces_gre_edit.php, line: 256 -# File: src/www/interfaces_groups.php, line: 111 -# File: src/www/interfaces_groups_edit.php, line: 167 -# File: src/www/interfaces_lagg.php, line: 131 -# File: src/www/interfaces_lagg_edit.php, line: 252 -# File: src/www/interfaces_ppps.php, line: 122 -# File: src/www/interfaces_ppps_edit.php, line: 508 -# File: src/www/interfaces_qinq.php, line: 139 -# File: src/www/interfaces_qinq_edit.php, line: 190 -# File: src/www/interfaces_vlan.php, line: 123 -# File: src/www/interfaces_vlan_edit.php, line: 206 -# File: src/www/interfaces_wireless.php, line: 120 -# File: src/www/interfaces_wireless_edit.php, line: 179 -# File: src/www/load_balancer_monitor.php, line: 115 -# File: src/www/load_balancer_monitor_edit.php, line: 147 -# File: src/www/load_balancer_monitor_edit.php, line: 310 -# File: src/www/load_balancer_pool.php, line: 129 -# File: src/www/load_balancer_pool_edit.php, line: 207 -# File: src/www/load_balancer_virtual_server.php, line: 165 -# File: src/www/load_balancer_virtual_server_edit.php, line: 169 -# File: src/www/services_dhcp.php, line: 801 -# File: src/www/services_dhcp.php, line: 1132 -# File: src/www/services_dhcp_edit.php, line: 412 -# File: src/www/services_dhcpv6.php, line: 838 -# File: src/www/services_dhcpv6_edit.php, line: 234 -# File: src/www/services_dnsmasq.php, line: 368 -# File: src/www/services_dnsmasq.php, line: 446 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 160 -# File: src/www/services_dnsmasq_edit.php, line: 224 -# File: src/www/services_dnsmasq_edit.php, line: 245 -# File: src/www/services_dyndns.php, line: 88 -# File: src/www/services_dyndns_edit.php, line: 426 -# File: src/www/services_igmpproxy.php, line: 101 -# File: src/www/services_igmpproxy_edit.php, line: 174 -# File: src/www/services_rfc2136.php, line: 82 -# File: src/www/services_rfc2136_edit.php, line: 219 -# File: src/www/services_unbound_acls.php, line: 250 -# File: src/www/services_unbound_acls.php, line: 300 -# File: src/www/services_unbound_acls.php, line: 325 -# File: src/www/services_unbound_domainoverride_edit.php, line: 152 -# File: src/www/services_unbound_host_edit.php, line: 314 -# File: src/www/services_unbound_host_edit.php, line: 335 -# File: src/www/services_unbound_overrides.php, line: 135 -# File: src/www/services_unbound_overrides.php, line: 216 -# File: src/www/services_wol.php, line: 176 -# File: src/www/services_wol_edit.php, line: 159 -# File: src/www/status_dhcp_leases.php, line: 342 -# File: src/www/status_dhcpv6_leases.php, line: 423 -# File: src/www/status_gateway_groups.php, line: 61 -# File: src/www/status_gateways.php, line: 58 -# File: src/www/status_lb_pool.php, line: 132 -# File: src/www/status_lb_vs.php, line: 77 -# File: src/www/status_services.php, line: 296 -# File: src/www/status_upnp.php, line: 82 -# File: src/www/system_advanced_sysctl.php, line: 165 -# File: src/www/system_advanced_sysctl.php, line: 211 -# File: src/www/system_gateway_groups.php, line: 171 -# File: src/www/system_gateway_groups_edit.php, line: 198 -# File: src/www/system_gateway_groups_edit.php, line: 297 -# File: src/www/system_gateways.php, line: 304 -# File: src/www/system_gateways_edit.php, line: 807 -# File: src/www/system_groupmanager.php, line: 333 -# File: src/www/system_groupmanager.php, line: 412 -# File: src/www/system_groupmanager.php, line: 469 -# File: src/www/system_groupmanager_addprivs.php, line: 146 -# File: src/www/system_routes.php, line: 245 -# File: src/www/system_routes_edit.php, line: 303 -# File: src/www/system_usermanager.php, line: 748 -# File: src/www/system_usermanager_addprivs.php, line: 143 -# File: src/www/vpn_ipsec_phase1.php, line: 714 -# File: src/www/vpn_ipsec_phase2.php, line: 690 -# File: src/www/vpn_openvpn_client.php, line: 646 -# File: src/www/vpn_openvpn_client.php, line: 1050 -# File: src/www/vpn_openvpn_csc.php, line: 353 -# File: src/www/vpn_openvpn_csc.php, line: 614 -# File: src/www/vpn_openvpn_server.php, line: 881 -# File: src/www/vpn_openvpn_server.php, line: 1713 -# File: src/www/vpn_pppoe.php, line: 120 -# File: src/www/vpn_pppoe_edit.php, line: 495 -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 70 -# File: src/www/widgets/widgets/services_status.widget.php, line: 60 -msgid "Description" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 192 -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 216 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 120 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 148 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 178 -msgid "Commands" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 193 -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 217 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 121 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 149 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 179 -msgid "ID" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 214 -msgid "Fileid" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 215 -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 193 -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 196 -# File: src/www/firewall_aliases.php, line: 188 -# File: src/www/firewall_aliases_edit.php, line: 339 -# File: src/www/firewall_aliases_import.php, line: 48 -# File: src/www/firewall_schedule.php, line: 125 -# File: src/www/interfaces_groups.php, line: 109 -# File: src/www/load_balancer_monitor.php, line: 113 -# File: src/www/load_balancer_monitor_edit.php, line: 147 -# File: src/www/load_balancer_monitor_edit.php, line: 304 -# File: src/www/load_balancer_pool.php, line: 124 -# File: src/www/load_balancer_pool_edit.php, line: 63 -# File: src/www/load_balancer_pool_edit.php, line: 192 -# File: src/www/load_balancer_virtual_server.php, line: 159 -# File: src/www/load_balancer_virtual_server_edit.php, line: 63 -# File: src/www/load_balancer_virtual_server_edit.php, line: 68 -# File: src/www/load_balancer_virtual_server_edit.php, line: 163 -# File: src/www/services_igmpproxy.php, line: 98 -# File: src/www/status_gateways.php, line: 52 -# File: src/www/status_lb_pool.php, line: 128 -# File: src/www/status_lb_vs.php, line: 73 -# File: src/www/status_openvpn.php, line: 229 -# File: src/www/status_openvpn.php, line: 267 -# File: src/www/system_camanager.php, line: 708 -# File: src/www/system_certmanager.php, line: 1187 -# File: src/www/system_crlmanager.php, line: 608 -# File: src/www/system_gateways.php, line: 300 -# File: src/www/system_gateways_edit.php, line: 53 -# File: src/www/system_gateways_edit.php, line: 608 -# File: src/www/system_groupmanager.php, line: 411 -# File: src/www/system_usermanager.php, line: 747 -# File: src/www/system_usermanager.php, line: 787 -# File: src/www/widgets/widgets/gateways.widget.php, line: 45 -# File: src/www/widgets/widgets/system_information.widget.php, line: 85 -msgid "Name" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 236 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 506 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 197 -msgid "Apply" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 251 -msgid "Upload file" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 257 -msgid "Template name" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 261 -msgid "File input" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 269 -# File: src/www/widgets/widgets/picture.widget.php, line: 84 -msgid "Upload" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "Please setup a voucher server first " -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "goto auth servers" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 139 -msgid "Remove voucher group" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 140 -msgid "All vouchers within this group will be deleted" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 143 -# File: src/www/diag_confbak.php, line: 139 -# File: src/www/diag_confbak.php, line: 161 -# File: src/www/diag_defaults.php, line: 62 -# File: src/www/diag_halt.php, line: 52 -# File: src/www/diag_logs_settings.php, line: 284 -# File: src/www/diag_logs_settings.php, line: 305 -# File: src/www/diag_tables.php, line: 133 -# File: src/www/firewall_aliases.php, line: 161 -# File: src/www/firewall_nat.php, line: 177 -# File: src/www/firewall_nat.php, line: 196 -# File: src/www/firewall_nat_1to1.php, line: 125 -# File: src/www/firewall_nat_1to1.php, line: 144 -# File: src/www/firewall_nat_npt.php, line: 127 -# File: src/www/firewall_nat_npt.php, line: 146 -# File: src/www/firewall_nat_out.php, line: 194 -# File: src/www/firewall_nat_out.php, line: 214 -# File: src/www/firewall_rules.php, line: 149 -# File: src/www/firewall_rules.php, line: 168 -# File: src/www/firewall_schedule.php, line: 99 -# File: src/www/firewall_virtual_ip.php, line: 230 -# File: src/www/interfaces_assign.php, line: 368 -# File: src/www/interfaces_bridge.php, line: 99 -# File: src/www/interfaces_gif.php, line: 92 -# File: src/www/interfaces_gre.php, line: 94 -# File: src/www/interfaces_groups.php, line: 85 -# File: src/www/interfaces_lagg.php, line: 103 -# File: src/www/interfaces_ppps.php, line: 94 -# File: src/www/interfaces_qinq.php, line: 109 -# File: src/www/interfaces_vlan.php, line: 95 -# File: src/www/interfaces_wireless.php, line: 92 -# File: src/www/reboot.php, line: 53 -# File: src/www/system_advanced_sysctl.php, line: 126 -# File: src/www/system_authservers.php, line: 381 -# File: src/www/system_camanager.php, line: 437 -# File: src/www/system_certmanager.php, line: 548 -# File: src/www/system_crlmanager.php, line: 303 -# File: src/www/system_crlmanager.php, line: 327 -# File: src/www/system_gateway_groups.php, line: 137 -# File: src/www/system_gateways.php, line: 231 -# File: src/www/system_gateways.php, line: 263 -# File: src/www/system_groupmanager.php, line: 262 -# File: src/www/system_groupmanager.php, line: 286 -# File: src/www/system_routes.php, line: 171 -# File: src/www/system_routes.php, line: 193 -# File: src/www/system_usermanager.php, line: 466 -# File: src/www/system_usermanager.php, line: 489 -# File: src/www/system_usermanager.php, line: 513 -# File: src/www/system_usermanager.php, line: 574 -# File: src/www/vpn_ipsec.php, line: 208 -# File: src/www/vpn_ipsec.php, line: 227 -# File: src/www/vpn_ipsec.php, line: 253 -# File: src/www/vpn_ipsec.php, line: 272 -# File: src/www/vpn_ipsec_keys.php, line: 94 -# File: src/www/vpn_openvpn_client.php, line: 351 -# File: src/www/vpn_openvpn_csc.php, line: 225 -# File: src/www/vpn_openvpn_server.php, line: 432 -msgid "Yes" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 239 -msgid "Voucher" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 240 -msgid "Valid from" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 241 -msgid "Valid to" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 242 -# File: src/www/diag_dump_states.php, line: 181 -# File: src/www/diag_ipsec.php, line: 151 -# File: src/www/diag_system_pftop.php, line: 124 -# File: src/www/status_dhcpv6_leases.php, line: 527 -msgid "State" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 256 -msgid "Create vouchers" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 276 -msgid "Generate vouchers" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 282 -msgid "Validity" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 283 -msgid "Number of vouchers" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 284 -msgid "Groupname" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 291 -msgid "4 hours" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 292 -msgid "8 hours" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 293 -msgid "1 day" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 294 -msgid "2 days" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 295 -msgid "3 days" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 296 -msgid "4 days" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 297 -msgid "5 days" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 298 -msgid "6 days" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 299 -msgid "1 week" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 300 -msgid "2 weeks" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 323 -msgid "Generate" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 324 -# File: src/www/system_usermanager_import_ldap.php, line: 144 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 84 -# File: src/www/system_usermanager_settings_test.php, line: 80 -msgid "Close" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 39 -# File: src/www/widgets/widgets/system_information.widget.php, line: 276 -msgid "Fetching... (may take up to 30 seconds)" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 57 -msgid "Package Name" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "Current Version" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "New Version" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 64 -msgid "NEW" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 67 -msgid "REINSTALL" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 85 -msgid "Upgrading... (do not leave this page while upgrade is in progress)" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 100 -msgid "Executing... (do not leave this page while execute is in progress)" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 160 -msgid "Upgrade done!" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 166 -msgid "Your device is rebooting" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 171 -msgid "" -"The upgrade has finished and your device is being rebooted at the moment, " -"please wait..." -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 194 -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 197 -# File: src/www/diag_confbak.php, line: 288 -# File: src/www/diag_system_pftop.php, line: 122 -# File: src/www/diag_system_pftop.php, line: 140 -msgid "Size" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 194 -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 197 -# File: src/www/diag_confbak.php, line: 133 -# File: src/www/diag_confbak.php, line: 155 -# File: src/www/diag_confbak.php, line: 287 -# File: src/www/diag_ipsec.php, line: 93 -msgid "Version" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 195 -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 198 -msgid "Comment" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 248 -msgid "Fetch updates to view available plugins." -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 298 -msgid "Upgrade now" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 299 -msgid "Fetch updates" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 300 -msgid "Click to check for updates." -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 306 -msgid "Packages" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 307 -msgid "Plugins" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 308 -# File: src/www/widgets/widgets/system_information.widget.php, line: 102 -msgid "Updates" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 309 -msgid "Progress" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Cron/index.volt, line: 116 -msgid "Jobs" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 78 -# File: src/www/diag_states_summary.php, line: 119 -# File: src/www/firewall_nat.php, line: 259 -# File: src/www/services_dnsmasq.php, line: 367 -# File: src/www/services_dnsmasq.php, line: 445 -# File: src/www/services_unbound_host_edit.php, line: 290 -# File: src/www/services_unbound_overrides.php, line: 215 -# File: src/www/system_certmanager.php, line: 921 -# File: src/www/system_certmanager.php, line: 941 -# File: src/www/vpn_pppoe_edit.php, line: 597 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 177 -msgid "IP" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 79 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 79 -msgid "MAC" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 80 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 80 -msgid "Manufacturer" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 82 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 82 -msgid "Interface name" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 83 -# File: src/www/interfaces.php, line: 1951 -# File: src/www/services_dhcp.php, line: 1131 -# File: src/www/services_dhcp_edit.php, line: 392 -# File: src/www/services_dhcpv6.php, line: 837 -# File: src/www/services_dhcpv6_edit.php, line: 214 -# File: src/www/services_dyndns.php, line: 86 -# File: src/www/services_dyndns_edit.php, line: 91 -# File: src/www/services_dyndns_edit.php, line: 320 -# File: src/www/services_rfc2136.php, line: 80 -# File: src/www/services_rfc2136_edit.php, line: 73 -# File: src/www/services_rfc2136_edit.php, line: 165 -# File: src/www/status_dhcp_leases.php, line: 341 -# File: src/www/system_general.php, line: 109 -# File: src/www/system_general.php, line: 324 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 80 -msgid "Hostname" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 90 -msgid "NOTE: Local IPv6 peers use NDP instead of ARP." -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 100 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 94 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 128 -msgid "Refresh" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 78 -# File: src/www/diag_logs_filter.php, line: 654 -# File: src/www/diag_logs_settings.php, line: 506 -# File: src/www/diag_ping.php, line: 119 -# File: src/www/diag_testport.php, line: 146 -# File: src/www/diag_traceroute.php, line: 121 -# File: src/www/system_gateways_edit.php, line: 599 -msgid "IPv6" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 100 -msgid "PID" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 101 -msgid "USERNAME" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 102 -msgid "PRI" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 103 -msgid "NICE" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 104 -msgid "SIZE" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 105 -msgid "RES" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 106 -msgid "STATE" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 107 -msgid "C" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 108 -msgid "TIME" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 109 -msgid "WCPU" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 110 -msgid "COMMAND" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 298 -# File: src/www/graph.php, line: 108 -# File: src/www/interfaces.php, line: 2239 -# File: src/www/interfaces.php, line: 2395 -# File: src/www/interfaces_bridge_edit.php, line: 348 -# File: src/www/interfaces_bridge_edit.php, line: 359 -# File: src/www/interfaces_bridge_edit.php, line: 369 -# File: src/www/interfaces_bridge_edit.php, line: 466 -# File: src/www/services_dhcp.php, line: 872 -# File: src/www/services_dhcp.php, line: 882 -# File: src/www/services_dhcp_edit.php, line: 465 -# File: src/www/services_dhcp_edit.php, line: 475 -# File: src/www/services_dhcpv6.php, line: 630 -# File: src/www/services_dhcpv6.php, line: 640 -# File: src/www/services_ntpd_gps.php, line: 438 -# File: src/www/services_ntpd_gps.php, line: 444 -# File: src/www/services_ntpd_pps.php, line: 150 -# File: src/www/services_rfc2136_edit.php, line: 175 -# File: src/www/vpn_ipsec_phase1.php, line: 972 -# File: src/www/vpn_ipsec_phase1.php, line: 1027 -# File: src/www/vpn_ipsec_phase2.php, line: 930 -msgid "seconds" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 305 -# File: src/www/system_camanager.php, line: 609 -# File: src/www/system_certmanager.php, line: 826 -# File: src/www/system_crlmanager.php, line: 434 -msgid "days" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 309 -msgid "hours" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 313 -msgid "minutes" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 335 -msgid "Year(s)" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 337 -msgid "Days" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 339 -msgid "Hours" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 341 -msgid "Minutes" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 368 -msgid "full date & time" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 370 -msgid "timestamp" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 577 -msgid "Options" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 587 -msgid "Zoom level" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 596 -msgid "Inverse" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 602 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 637 -# File: src/www/interfaces.php, line: 2930 -# File: src/www/vpn_l2tp.php, line: 292 -# File: src/www/vpn_pppoe_edit.php, line: 404 -# File: src/www/vpn_pptp.php, line: 336 -msgid "Off" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 605 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 640 -# File: src/www/interfaces.php, line: 2931 -msgid "On" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 611 -msgid "Resolution" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 617 -# File: src/www/interfaces.php, line: 2845 -msgid "Standard" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 621 -# File: src/www/diag_packet_capture.php, line: 425 -msgid "Medium" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 625 -# File: src/www/diag_packet_capture.php, line: 426 -msgid "High" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 631 -msgid "Show Tables" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 659 -msgid "Please wait while loading data..." -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 664 -msgid "Current detail is showing" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 664 -msgid "averages" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 680 -msgid "Current View - Overview" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 706 -msgid "Current View - Details" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 712 -msgid "Toggle Timeview" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 718 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 492 -# File: src/www/firewall_rules.php, line: 465 -# File: src/www/firewall_rules_edit.php, line: 858 -msgid "Timestamp" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 722 -msgid "" -"Full Date &\n" -" Time" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 728 -msgid "Download as CSV" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 384 -msgid "Alerts" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 385 -# File: src/www/firewall_rules.php, line: 270 -# File: src/www/firewall_rules_edit.php, line: 1198 -msgid "Schedule" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 400 -msgid "rulesets" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 409 -msgid "Last updated" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 419 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 457 -msgid "disable selected" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 420 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 458 -msgid "enable selected" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 444 -msgid "sid" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 445 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 493 -# File: src/www/diag_confbak.php, line: 132 -# File: src/www/diag_confbak.php, line: 154 -# File: src/www/diag_logs_filter.php, line: 620 -# File: src/www/diag_logs_vpn.inc, line: 108 -# File: src/www/firewall_rules_edit.php, line: 692 -# File: src/www/services_unbound_acls.php, line: 224 -# File: src/www/services_unbound_acls.php, line: 324 -msgid "Action" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 446 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 494 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 174 -# File: src/www/diag_ipsec_sad.php, line: 56 -# File: src/www/diag_ipsec_spd.php, line: 56 -# File: src/www/diag_logs_filter.php, line: 715 -# File: src/www/diag_logs_filter_dynamic.php, line: 112 -# File: src/www/firewall_nat.php, line: 244 -# File: src/www/firewall_nat_edit.php, line: 581 -# File: src/www/firewall_nat_edit.php, line: 590 -# File: src/www/firewall_nat_edit.php, line: 599 -# File: src/www/firewall_nat_npt_edit.php, line: 218 -# File: src/www/firewall_nat_npt_edit.php, line: 227 -# File: src/www/firewall_nat_out.php, line: 340 -# File: src/www/firewall_nat_out.php, line: 540 -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_nat_out_edit.php, line: 470 -# File: src/www/firewall_rules.php, line: 265 -# File: src/www/firewall_rules_edit.php, line: 235 -# File: src/www/firewall_rules_edit.php, line: 880 -# File: src/www/firewall_rules_edit.php, line: 889 -# File: src/www/firewall_rules_edit.php, line: 938 -# File: src/www/vpn_ipsec_mobile.php, line: 391 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 141 -# File: src/www/widgets/widgets/log.widget.php, line: 237 -msgid "Source" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 447 -msgid "ClassType" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 448 -msgid "Message" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 449 -msgid "Info / enabled" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 481 -msgid "Search" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 482 -msgid "Query" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 495 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 175 -# File: src/www/diag_ipsec_sad.php, line: 57 -# File: src/www/diag_ipsec_spd.php, line: 57 -# File: src/www/diag_logs_filter.php, line: 716 -# File: src/www/diag_logs_filter_dynamic.php, line: 113 -# File: src/www/firewall_nat.php, line: 245 -# File: src/www/firewall_nat_1to1_edit.php, line: 392 -# File: src/www/firewall_nat_1to1_edit.php, line: 401 -# File: src/www/firewall_nat_edit.php, line: 704 -# File: src/www/firewall_nat_edit.php, line: 713 -# File: src/www/firewall_nat_npt_edit.php, line: 256 -# File: src/www/firewall_nat_npt_edit.php, line: 265 -# File: src/www/firewall_nat_out.php, line: 342 -# File: src/www/firewall_nat_out.php, line: 542 -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_nat_out_edit.php, line: 517 -# File: src/www/firewall_nat_out_edit.php, line: 526 -# File: src/www/firewall_rules.php, line: 267 -# File: src/www/firewall_rules_edit.php, line: 235 -# File: src/www/firewall_rules_edit.php, line: 1013 -# File: src/www/firewall_rules_edit.php, line: 1022 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 142 -# File: src/www/widgets/widgets/log.widget.php, line: 238 -msgid "Destination" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 496 -msgid "Alert" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 497 -# File: src/www/diag_smart.php, line: 284 -# File: src/www/diag_smart.php, line: 295 -msgid "Info" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 507 -msgid "Download & Update Rules" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 509 -msgid "" -"Please use \"Download & Update Rules\" to fetch your initial ruleset, " -"automatic updating can be scheduled after the first download" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 520 -msgid "Processing request..." -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt, line: 219 -# File: src/opnsense/mvc/app/views/layout_partials/base_dialog.volt, line: 75 -# File: src/opnsense/mvc/app/views/layout_partials/base_form.volt, line: 65 -# File: src/www/diag_logs_settings.php, line: 373 -# File: src/www/diag_logs_settings.php, line: 476 -# File: src/www/diag_packet_capture.php, line: 303 -# File: src/www/diag_testport.php, line: 131 -# File: src/www/firewall_aliases_edit.php, line: 334 -# File: src/www/firewall_aliases_import.php, line: 165 -# File: src/www/firewall_nat_1to1_edit.php, line: 295 -# File: src/www/firewall_nat_edit.php, line: 518 -# File: src/www/firewall_nat_npt_edit.php, line: 181 -# File: src/www/firewall_nat_out_edit.php, line: 406 -# File: src/www/firewall_rules_edit.php, line: 687 -# File: src/www/firewall_schedule_edit.php, line: 790 -# File: src/www/firewall_virtual_ip_edit.php, line: 320 -# File: src/www/interfaces.php, line: 1663 -# File: src/www/interfaces_bridge_edit.php, line: 249 -# File: src/www/interfaces_gif_edit.php, line: 171 -# File: src/www/interfaces_gre_edit.php, line: 146 -# File: src/www/interfaces_groups_edit.php, line: 150 -# File: src/www/interfaces_lagg_edit.php, line: 172 -# File: src/www/interfaces_ppps_edit.php, line: 453 -# File: src/www/interfaces_qinq_edit.php, line: 146 -# File: src/www/interfaces_vlan_edit.php, line: 161 -# File: src/www/interfaces_wireless_edit.php, line: 152 -# File: src/www/system_advanced_admin.php, line: 326 -# File: src/www/system_advanced_firewall.php, line: 256 -# File: src/www/system_advanced_misc.php, line: 266 -# File: src/www/system_advanced_network.php, line: 182 -# File: src/www/system_advanced_notifications.php, line: 160 -# File: src/www/system_authservers.php, line: 422 -# File: src/www/system_camanager.php, line: 491 -# File: src/www/system_certmanager.php, line: 704 -# File: src/www/system_gateway_groups_edit.php, line: 180 -# File: src/www/system_gateways_edit.php, line: 560 -# File: src/www/system_general.php, line: 319 -# File: src/www/system_hasync.php, line: 100 -# File: src/www/system_routes_edit.php, line: 251 -# File: src/www/system_usermanager.php, line: 613 -# File: src/www/vpn_ipsec_mobile.php, line: 371 -# File: src/www/vpn_ipsec_phase1.php, line: 590 -# File: src/www/vpn_ipsec_phase2.php, line: 654 -# File: src/www/vpn_ipsec_settings.php, line: 157 -# File: src/www/vpn_openvpn_client.php, line: 470 -# File: src/www/vpn_openvpn_csc.php, line: 330 -# File: src/www/vpn_openvpn_export.php, line: 621 -# File: src/www/vpn_openvpn_export_shared.php, line: 304 -# File: src/www/vpn_openvpn_server.php, line: 726 -msgid "full help" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt, line: 234 -msgid "" -"\n" -" Add an item to the table to fetch a remote acl for " -"blacklisting.
\n" -" You can enable or disable the blacklist list.
\n" -" The active blacklists will be merged with the settings " -"under Forward Proxy -> Access Control List.\n" -" " -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 88 -msgid "Error reconfiguring trafficshaper" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 102 -msgid "Pipes" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 103 -msgid "Queues" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 112 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 142 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 171 -msgid "Origin" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 114 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 144 -# File: src/www/services_dhcp.php, line: 1037 -# File: src/www/services_dhcpv6.php, line: 764 -msgid "Number" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 115 -# File: src/www/interfaces_ppps_edit.php, line: 874 -# File: src/www/interfaces_ppps_edit.php, line: 900 -msgid "Bandwidth" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 116 -msgid "Metric" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 117 -msgid "Burst" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 118 -msgid "Mask" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 145 -msgid "Pipe" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 146 -# File: src/www/system_gateways_edit.php, line: 675 -msgid "Weight" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 170 -#, fuzzy -msgid "#" -msgstr "#" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 173 -# File: src/www/diag_ipsec_sad.php, line: 58 -# File: src/www/diag_ipsec_spd.php, line: 59 -# File: src/www/diag_logs_filter.php, line: 624 -# File: src/www/diag_logs_filter.php, line: 625 -# File: src/www/diag_logs_filter.php, line: 638 -# File: src/www/diag_packet_capture.php, line: 355 -# File: src/www/firewall_nat_edit.php, line: 196 -# File: src/www/firewall_nat_edit.php, line: 199 -# File: src/www/firewall_nat_edit.php, line: 562 -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_nat_out_edit.php, line: 453 -# File: src/www/firewall_rules_edit.php, line: 235 -# File: src/www/firewall_rules_edit.php, line: 823 -# File: src/www/interfaces_bridge_edit.php, line: 312 -# File: src/www/load_balancer_virtual_server.php, line: 160 -# File: src/www/services_rfc2136_edit.php, line: 206 -# File: src/www/status_upnp.php, line: 79 -# File: src/www/system_advanced_admin.php, line: 331 -# File: src/www/vpn_ipsec_phase2.php, line: 836 -# File: src/www/vpn_openvpn_client.php, line: 506 -# File: src/www/vpn_openvpn_client.php, line: 1048 -# File: src/www/vpn_openvpn_server.php, line: 792 -msgid "Protocol" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 176 -msgid "Target" -msgstr "" - -# File: src/opnsense/mvc/app/views/layout_partials/base_dialog.volt, line: 73 -# File: src/opnsense/mvc/app/views/layout_partials/base_form.volt, line: 63 -msgid "advanced mode" -msgstr "" - -# File: src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt, line: 61 -msgid "Clear All" -msgstr "" - -# File: src/www/carp_status.php, line: 75 -msgid "" -"%s IPs have been disabled. Please note that disabling does not survive a " -"reboot." -msgstr "" - -# File: src/www/carp_status.php, line: 77 -msgid "CARP has been enabled." -msgstr "" - -# File: src/www/carp_status.php, line: 120 -msgid "" -"CARP has detected a problem and this unit has been demoted to BACKUP status." -msgstr "" - -# File: src/www/carp_status.php, line: 120 -msgid "Check link status on all interfaces with configured CARP VIPs." -msgstr "" - -# File: src/www/carp_status.php, line: 129 -msgid "Enable CARP" -msgstr "" - -# File: src/www/carp_status.php, line: 129 -msgid "Temporarily Disable CARP" -msgstr "" - -# File: src/www/carp_status.php, line: 130 -msgid "Enter Persistent CARP Maintenance Mode" -msgstr "" - -# File: src/www/carp_status.php, line: 130 -msgid "Leave Persistent CARP Maintenance Mode" -msgstr "" - -# File: src/www/carp_status.php, line: 138 -msgid "CARP Interface" -msgstr "" - -# File: src/www/carp_status.php, line: 139 -# File: src/www/firewall_virtual_ip.php, line: 223 -# File: src/www/system_gateway_groups_edit.php, line: 197 -# File: src/www/system_gateway_groups_edit.php, line: 277 -msgid "Virtual IP" -msgstr "" - -# File: src/www/carp_status.php, line: 147 -msgid "Could not locate any defined CARP interfaces." -msgstr "" - -# File: src/www/carp_status.php, line: 183 -msgid "pfSync nodes" -msgstr "" - -# File: src/www/crash_reporter.php, line: 150 -msgid "Luckily we have not detected a programming bug." -msgstr "" - -# File: src/www/crash_reporter.php, line: 153 -msgid "Thank you for submitting this crash report." -msgstr "" - -# File: src/www/crash_reporter.php, line: 155 -msgid "Please consider submitting a crash report if the error persists." -msgstr "" - -# File: src/www/crash_reporter.php, line: 173 -msgid "Dismiss this report" -msgstr "" - -# File: src/www/crash_reporter.php, line: 174 -msgid "Submit this report" -msgstr "" - -# File: src/www/crash_reporter.php, line: 175 -msgid "Unfortunately we have detected at least one programming bug." -msgstr "" - -# File: src/www/crash_reporter.php, line: 176 -msgid "Would you like to submit this crash report to the developers?" -msgstr "" - -# File: src/www/crash_reporter.php, line: 177 -msgid "" -"You can help us further by adding your contact information and a problem " -"description. Please note that providing your contact information greatly " -"improves the chances of bugs being fixed." -msgstr "" - -# File: src/www/crash_reporter.php, line: 179 -msgid "your@email.com" -msgstr "" - -# File: src/www/crash_reporter.php, line: 180 -msgid "A short problem description or steps to reproduce." -msgstr "" - -# File: src/www/crash_reporter.php, line: 181 -msgid "" -"Please double-check the following contents to ensure you are comfortable " -"submitting the following information." -msgstr "" - -# File: src/www/crash_reporter.php, line: 192 -msgid "Report an issue" -msgstr "" - -# File: src/www/diag_authentication.php, line: 62 -msgid "is not a valid authentication server" -msgstr "" - -# File: src/www/diag_authentication.php, line: 66 -msgid "A username and password must be specified." -msgstr "" - -# File: src/www/diag_authentication.php, line: 71 -# File: src/www/diag_ipsec_leases.php, line: 66 -# File: src/www/diag_logs_vpn.inc, line: 109 -# File: src/www/system_usermanager.php, line: 170 -# File: src/www/system_usermanager.php, line: 459 -# File: src/www/system_usermanager.php, line: 506 -# File: src/www/system_usermanager.php, line: 567 -# File: src/www/vpn_openvpn_export.php, line: 788 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 176 -msgid "User" -msgstr "" - -# File: src/www/diag_authentication.php, line: 71 -msgid "authenticated successfully." -msgstr "" - -# File: src/www/diag_authentication.php, line: 73 -msgid "This user is a member of these groups" -msgstr "" - -# File: src/www/diag_authentication.php, line: 77 -msgid "Authentication failed." -msgstr "" - -# File: src/www/diag_authentication.php, line: 103 -msgid "Test a server" -msgstr "" - -# File: src/www/diag_authentication.php, line: 111 -# File: src/www/system_authservers.php, line: 259 -# File: src/www/system_usermanager_settings.php, line: 113 -msgid "Authentication Server" -msgstr "" - -# File: src/www/diag_authentication.php, line: 126 -# File: src/www/interfaces.php, line: 2134 -# File: src/www/interfaces.php, line: 2206 -# File: src/www/interfaces.php, line: 2344 -# File: src/www/interfaces_ppps_edit.php, line: 119 -# File: src/www/interfaces_ppps_edit.php, line: 122 -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -# File: src/www/interfaces_ppps_edit.php, line: 551 -# File: src/www/services_dyndns_edit.php, line: 93 -# File: src/www/services_dyndns_edit.php, line: 364 -# File: src/www/services_opendns.php, line: 164 -# File: src/www/system_usermanager.php, line: 239 -# File: src/www/system_usermanager.php, line: 243 -# File: src/www/system_usermanager.php, line: 631 -# File: src/www/system_usermanager.php, line: 937 -# File: src/www/vpn_l2tp_users.php, line: 105 -# File: src/www/vpn_l2tp_users_edit.php, line: 75 -# File: src/www/vpn_l2tp_users_edit.php, line: 78 -# File: src/www/vpn_l2tp_users_edit.php, line: 163 -# File: src/www/vpn_openvpn_client.php, line: 628 -# File: src/www/vpn_openvpn_client.php, line: 663 -# File: src/www/vpn_openvpn_export.php, line: 746 -# File: src/www/vpn_openvpn_export_shared.php, line: 369 -# File: src/www/vpn_pppoe_edit.php, line: 595 -# File: src/www/vpn_pptp_users.php, line: 100 -# File: src/www/vpn_pptp_users_edit.php, line: 73 -# File: src/www/vpn_pptp_users_edit.php, line: 76 -# File: src/www/vpn_pptp_users_edit.php, line: 161 -msgid "Username" -msgstr "" - -# File: src/www/diag_authentication.php, line: 135 -# File: src/www/diag_smart.php, line: 373 -# File: src/www/diag_testport.php, line: 201 -msgid "Test" -msgstr "" - -# File: src/www/diag_backup.php, line: 135 -msgid "DHCP Server" -msgstr "" - -# File: src/www/diag_backup.php, line: 136 -# File: src/www/services_dhcpv6.php, line: 500 -# File: src/www/services_dhcpv6.php, line: 520 -# File: src/www/services_router_advertisements.php, line: 223 -msgid "DHCPv6 Server" -msgstr "" - -# File: src/www/diag_backup.php, line: 137 -# File: src/www/system_hasync.php, line: 223 -msgid "Firewall Rules" -msgstr "" - -# File: src/www/diag_backup.php, line: 139 -# File: src/www/vpn_ipsec.php, line: 201 -# File: src/www/vpn_ipsec.php, line: 220 -# File: src/www/vpn_ipsec.php, line: 246 -# File: src/www/vpn_ipsec.php, line: 265 -msgid "IPSEC" -msgstr "" - -# File: src/www/diag_backup.php, line: 142 -msgid "PPTP Server" -msgstr "" - -# File: src/www/diag_backup.php, line: 143 -msgid "RRD Data" -msgstr "" - -# File: src/www/diag_backup.php, line: 144 -msgid "Scheduled Tasks" -msgstr "" - -# File: src/www/diag_backup.php, line: 145 -# File: src/www/diag_logs_settings.php, line: 277 -# File: src/www/diag_logs_settings.php, line: 298 -msgid "Syslog" -msgstr "" - -# File: src/www/diag_backup.php, line: 147 -msgid "Static routes" -msgstr "" - -# File: src/www/diag_backup.php, line: 148 -msgid "System tunables" -msgstr "" - -# File: src/www/diag_backup.php, line: 149 -msgid "SNMP Server" -msgstr "" - -# File: src/www/diag_backup.php, line: 150 -msgid "VLANS" -msgstr "" - -# File: src/www/diag_backup.php, line: 179 -msgid "You must supply and confirm the password for encryption." -msgstr "" - -# File: src/www/diag_backup.php, line: 181 -# File: src/www/diag_backup.php, line: 234 -# File: src/www/diag_backup.php, line: 412 -msgid "The supplied 'Password' and 'Confirm' field values must match." -msgstr "" - -# File: src/www/diag_backup.php, line: 232 -msgid "You must supply and confirm the password for decryption." -msgstr "" - -# File: src/www/diag_backup.php, line: 240 -# File: src/www/diag_backup.php, line: 241 -msgid "Warning, could not read file %s" -msgstr "" - -# File: src/www/diag_backup.php, line: 244 -msgid "The configuration could not be restored (file upload error)." -msgstr "" - -# File: src/www/diag_backup.php, line: 249 -msgid "" -"The uploaded file does not appear to contain an encrypted OPNsense " -"configuration." -msgstr "" - -# File: src/www/diag_backup.php, line: 256 -# File: src/www/diag_backup.php, line: 268 -msgid "" -"You have selected to restore an area but we could not locate the correct xml " -"tag." -msgstr "" - -# File: src/www/diag_backup.php, line: 261 -msgid "Upgrading m0n0wall configuration to OPNsense." -msgstr "" - -# File: src/www/diag_backup.php, line: 277 -msgid "" -"The configuration area has been restored. You may need to reboot the " -"firewall." -msgstr "" - -# File: src/www/diag_backup.php, line: 388 -msgid "The m0n0wall configuration has been restored and upgraded to OPNsense." -msgstr "" - -# File: src/www/diag_backup.php, line: 392 -msgid "The configuration could not be restored." -msgstr "" - -# File: src/www/diag_backup.php, line: 436 -msgid "Google Drive communication failure" -msgstr "" - -# File: src/www/diag_backup.php, line: 438 -msgid "Backup succesfull, current filelist:" -msgstr "" - -# File: src/www/diag_backup.php, line: 494 -msgid "The firewall configuration has been changed." -msgstr "" - -# File: src/www/diag_backup.php, line: 494 -msgid "The firewall is now rebooting." -msgstr "" - -# File: src/www/diag_backup.php, line: 504 -msgid "Download" -msgstr "" - -# File: src/www/diag_backup.php, line: 512 -msgid "Click this button to download the system configuration in XML format." -msgstr "" - -# File: src/www/diag_backup.php, line: 513 -msgid "Backup area:" -msgstr "" - -# File: src/www/diag_backup.php, line: 515 -# File: src/www/diag_backup.php, line: 569 -# File: src/www/widgets/widgets/log.widget.php, line: 196 -msgid "ALL" -msgstr "" - -# File: src/www/diag_backup.php, line: 529 -msgid "Encrypt this configuration file." -msgstr "" - -# File: src/www/diag_backup.php, line: 531 -msgid "" -"Do not backup RRD data (NOTE: RRD Data can consume 4+ megabytes of " -"config.xml space!)" -msgstr "" - -# File: src/www/diag_backup.php, line: 539 -# File: src/www/diag_backup.php, line: 590 -msgid "confirm:" -msgstr "" - -# File: src/www/diag_backup.php, line: 545 -msgid "Download configuration" -msgstr "" - -# File: src/www/diag_backup.php, line: 557 -msgid "Restore" -msgstr "" - -# File: src/www/diag_backup.php, line: 565 -msgid "Open a" -msgstr "" - -# File: src/www/diag_backup.php, line: 565 -msgid "" -"configuration XML file and click the button below to restore the " -"configuration." -msgstr "" - -# File: src/www/diag_backup.php, line: 567 -msgid "Restore area:" -msgstr "" - -# File: src/www/diag_backup.php, line: 582 -msgid "Configuration file is encrypted." -msgstr "" - -# File: src/www/diag_backup.php, line: 596 -msgid "Restore configuration" -msgstr "" - -# File: src/www/diag_backup.php, line: 598 -# File: src/www/diag_logs_settings.php, line: 358 -# File: src/www/diag_logs_settings.php, line: 571 -# File: src/www/diag_packet_capture.php, line: 431 -# File: src/www/diag_routes.php, line: 168 -# File: src/www/firewall_aliases.php, line: 258 -# File: src/www/firewall_nat_1to1.php, line: 333 -# File: src/www/firewall_schedule.php, line: 253 -# File: src/www/firewall_virtual_ip.php, line: 344 -# File: src/www/firewall_virtual_ip_edit.php, line: 477 -# File: src/www/interfaces.php, line: 2274 -# File: src/www/interfaces_bridge.php, line: 170 -# File: src/www/interfaces_bridge_edit.php, line: 495 -# File: src/www/interfaces_bridge_edit.php, line: 534 -# File: src/www/interfaces_bridge_edit.php, line: 574 -# File: src/www/interfaces_gif.php, line: 150 -# File: src/www/interfaces_gre.php, line: 152 -# File: src/www/interfaces_groups.php, line: 149 -# File: src/www/interfaces_lagg.php, line: 160 -# File: src/www/interfaces_ppps_edit.php, line: 679 -# File: src/www/interfaces_qinq.php, line: 169 -# File: src/www/interfaces_vlan.php, line: 152 -# File: src/www/load_balancer_virtual_server_edit.php, line: 285 -# File: src/www/services_dhcp.php, line: 1106 -# File: src/www/services_dhcpv6.php, line: 663 -# File: src/www/services_dhcpv6.php, line: 815 -# File: src/www/services_dnsmasq.php, line: 331 -# File: src/www/services_dyndns.php, line: 182 -# File: src/www/services_dyndns_edit.php, line: 325 -# File: src/www/services_dyndns_edit.php, line: 444 -# File: src/www/services_igmpproxy.php, line: 143 -# File: src/www/services_rfc2136_edit.php, line: 237 -# File: src/www/services_unbound.php, line: 321 -# File: src/www/services_wol.php, line: 214 -# File: src/www/status_graph.php, line: 202 -# File: src/www/system_advanced_network.php, line: 245 -# File: src/www/system_advanced_network.php, line: 258 -# File: src/www/system_advanced_network.php, line: 271 -# File: src/www/system_advanced_network.php, line: 284 -# File: src/www/system_gateway_groups.php, line: 218 -# File: src/www/system_routes.php, line: 328 -# File: src/www/vpn_l2tp.php, line: 469 -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "Note:" -msgstr "" - -# File: src/www/diag_backup.php, line: 598 -msgid "The firewall will reboot after restoring the configuration." -msgstr "" - -# File: src/www/diag_backup.php, line: 610 -msgid "Google Drive" -msgstr "" - -# File: src/www/diag_backup.php, line: 623 -# File: src/www/diag_routes.php, line: 166 -# File: src/www/firewall_nat_1to1_edit.php, line: 456 -# File: src/www/interfaces.php, line: 1671 -# File: src/www/interfaces_bridge_edit.php, line: 303 -# File: src/www/services_dhcp_relay.php, line: 151 -# File: src/www/services_dhcpv6_relay.php, line: 148 -# File: src/www/services_dnsmasq.php, line: 195 -# File: src/www/services_opendns.php, line: 147 -# File: src/www/services_rfc2136_edit.php, line: 148 -# File: src/www/services_snmp.php, line: 297 -# File: src/www/services_snmp.php, line: 373 -# File: src/www/services_snmp.php, line: 375 -# File: src/www/services_unbound.php, line: 185 -# File: src/www/vpn_ipsec_mobile.php, line: 376 -# File: src/www/vpn_ipsec_phase1.php, line: 1005 -msgid "Enable" -msgstr "" - -# File: src/www/diag_backup.php, line: 629 -# File: src/www/diag_smart.php, line: 223 -# File: src/www/system_camanager.php, line: 665 -# File: src/www/system_certmanager.php, line: 882 -# File: src/www/system_certmanager.php, line: 1060 -msgid "Email Address" -msgstr "" - -# File: src/www/diag_backup.php, line: 635 -msgid "(not loaded)" -msgstr "" - -# File: src/www/diag_backup.php, line: 635 -msgid "(replace)" -msgstr "" - -# File: src/www/diag_backup.php, line: 635 -msgid "P12 key" -msgstr "" - -# File: src/www/diag_backup.php, line: 641 -msgid "Folder ID" -msgstr "" - -# File: src/www/diag_backup.php, line: 647 -# File: src/www/diag_confbak.php, line: 198 -msgid "Backup Count" -msgstr "" - -# File: src/www/diag_backup.php, line: 653 -msgid "Password protect your data" -msgstr "" - -# File: src/www/diag_backup.php, line: 656 -msgid "Password :" -msgstr "" - -# File: src/www/diag_backup.php, line: 662 -msgid "Confirm :" -msgstr "" - -# File: src/www/diag_backup.php, line: 669 -msgid "Setup/Test Google Drive" -msgstr "" - -# File: src/www/diag_confbak.php, line: 90 -msgid "Changed backup revision count." -msgstr "" - -# File: src/www/diag_confbak.php, line: 107 -msgid "Deleted backup with timestamp %s and description \"%s\"." -msgstr "" - -# File: src/www/diag_confbak.php, line: 109 -msgid "Unable to delete the selected configuration." -msgstr "" - -# File: src/www/diag_confbak.php, line: 133 -msgid "Restore from Configuration Backup" -msgstr "" - -# File: src/www/diag_confbak.php, line: 135 -# File: src/www/diag_confbak.php, line: 157 -# File: src/www/diag_defaults.php, line: 63 -# File: src/www/diag_halt.php, line: 53 -# File: src/www/diag_logs_settings.php, line: 280 -# File: src/www/diag_logs_settings.php, line: 301 -# File: src/www/diag_tables.php, line: 129 -# File: src/www/firewall_aliases.php, line: 157 -# File: src/www/firewall_nat.php, line: 173 -# File: src/www/firewall_nat.php, line: 192 -# File: src/www/firewall_nat_1to1.php, line: 121 -# File: src/www/firewall_nat_1to1.php, line: 140 -# File: src/www/firewall_nat_npt.php, line: 123 -# File: src/www/firewall_nat_npt.php, line: 142 -# File: src/www/firewall_nat_out.php, line: 190 -# File: src/www/firewall_nat_out.php, line: 210 -# File: src/www/firewall_rules.php, line: 145 -# File: src/www/firewall_rules.php, line: 164 -# File: src/www/firewall_schedule.php, line: 95 -# File: src/www/firewall_virtual_ip.php, line: 226 -# File: src/www/interfaces_assign.php, line: 364 -# File: src/www/interfaces_bridge.php, line: 95 -# File: src/www/interfaces_gif.php, line: 88 -# File: src/www/interfaces_gre.php, line: 90 -# File: src/www/interfaces_groups.php, line: 81 -# File: src/www/interfaces_lagg.php, line: 99 -# File: src/www/interfaces_ppps.php, line: 90 -# File: src/www/interfaces_qinq.php, line: 105 -# File: src/www/interfaces_vlan.php, line: 91 -# File: src/www/interfaces_wireless.php, line: 88 -# File: src/www/reboot.php, line: 54 -# File: src/www/system_advanced_sysctl.php, line: 122 -# File: src/www/system_authservers.php, line: 377 -# File: src/www/system_camanager.php, line: 433 -# File: src/www/system_certmanager.php, line: 544 -# File: src/www/system_crlmanager.php, line: 299 -# File: src/www/system_crlmanager.php, line: 323 -# File: src/www/system_gateway_groups.php, line: 133 -# File: src/www/system_gateways.php, line: 227 -# File: src/www/system_gateways.php, line: 259 -# File: src/www/system_groupmanager.php, line: 258 -# File: src/www/system_groupmanager.php, line: 282 -# File: src/www/system_routes.php, line: 167 -# File: src/www/system_routes.php, line: 189 -# File: src/www/system_usermanager.php, line: 462 -# File: src/www/system_usermanager.php, line: 485 -# File: src/www/system_usermanager.php, line: 509 -# File: src/www/system_usermanager.php, line: 570 -# File: src/www/vpn_ipsec.php, line: 204 -# File: src/www/vpn_ipsec.php, line: 223 -# File: src/www/vpn_ipsec.php, line: 249 -# File: src/www/vpn_ipsec.php, line: 268 -# File: src/www/vpn_ipsec_keys.php, line: 90 -# File: src/www/vpn_openvpn_client.php, line: 347 -# File: src/www/vpn_openvpn_csc.php, line: 221 -# File: src/www/vpn_openvpn_server.php, line: 428 -msgid "No" -msgstr "" - -# File: src/www/diag_confbak.php, line: 155 -msgid "Remove Configuration Backup" -msgstr "" - -# File: src/www/diag_confbak.php, line: 205 -msgid "" -"Enter the number of older configurations to keep in the local backup cache. " -"By default this is 30." -msgstr "" - -# File: src/www/diag_confbak.php, line: 209 -# File: src/www/diag_logs_settings.php, line: 351 -# File: src/www/diag_logs_settings.php, line: 567 -# File: src/www/diag_smart.php, line: 233 -# File: src/www/firewall_aliases_edit.php, line: 483 -# File: src/www/firewall_aliases_import.php, line: 209 -# File: src/www/firewall_nat_1to1_edit.php, line: 464 -# File: src/www/firewall_nat_edit.php, line: 1008 -# File: src/www/firewall_nat_npt_edit.php, line: 297 -# File: src/www/firewall_nat_out.php, line: 323 -# File: src/www/firewall_nat_out_edit.php, line: 715 -# File: src/www/firewall_rules_edit.php, line: 1478 -# File: src/www/firewall_schedule_edit.php, line: 1162 -# File: src/www/firewall_virtual_ip_edit.php, line: 464 -# File: src/www/interfaces.php, line: 3347 -# File: src/www/interfaces_assign.php, line: 461 -# File: src/www/interfaces_bridge_edit.php, line: 630 -# File: src/www/interfaces_gif_edit.php, line: 281 -# File: src/www/interfaces_gre_edit.php, line: 269 -# File: src/www/interfaces_groups_edit.php, line: 197 -# File: src/www/interfaces_lagg_edit.php, line: 265 -# File: src/www/interfaces_ppps_edit.php, line: 917 -# File: src/www/interfaces_qinq_edit.php, line: 215 -# File: src/www/interfaces_vlan_edit.php, line: 218 -# File: src/www/interfaces_wireless_edit.php, line: 192 -# File: src/www/load_balancer_monitor_edit.php, line: 425 -# File: src/www/load_balancer_pool_edit.php, line: 325 -# File: src/www/load_balancer_setting.php, line: 145 -# File: src/www/services_dhcp.php, line: 1101 -# File: src/www/services_dhcp_edit.php, line: 531 -# File: src/www/services_dhcp_relay.php, line: 193 -# File: src/www/services_dhcpv6.php, line: 810 -# File: src/www/services_dhcpv6_edit.php, line: 243 -# File: src/www/services_dhcpv6_relay.php, line: 190 -# File: src/www/services_dnsmasq.php, line: 324 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 169 -# File: src/www/services_dnsmasq_edit.php, line: 292 -# File: src/www/services_dyndns_edit.php, line: 434 -# File: src/www/services_igmpproxy.php, line: 137 -# File: src/www/services_igmpproxy_edit.php, line: 276 -# File: src/www/services_ntpd.php, line: 392 -# File: src/www/services_ntpd_gps.php, line: 549 -# File: src/www/services_ntpd_pps.php, line: 206 -# File: src/www/services_opendns.php, line: 222 -# File: src/www/services_rfc2136_edit.php, line: 227 -# File: src/www/services_router_advertisements.php, line: 365 -# File: src/www/services_snmp.php, line: 482 -# File: src/www/services_unbound.php, line: 313 -# File: src/www/services_unbound_acls.php, line: 131 -# File: src/www/services_unbound_acls.php, line: 311 -# File: src/www/services_unbound_domainoverride_edit.php, line: 163 -# File: src/www/services_unbound_host_edit.php, line: 380 -# File: src/www/services_upnp.php, line: 343 -# File: src/www/services_wol_edit.php, line: 168 -# File: src/www/status_lb_pool.php, line: 218 -# File: src/www/system_advanced_admin.php, line: 589 -# File: src/www/system_advanced_firewall.php, line: 571 -# File: src/www/system_advanced_misc.php, line: 562 -# File: src/www/system_advanced_network.php, line: 301 -# File: src/www/system_advanced_notifications.php, line: 54 -# File: src/www/system_advanced_notifications.php, line: 310 -# File: src/www/system_advanced_sysctl.php, line: 225 -# File: src/www/system_authservers.php, line: 652 -# File: src/www/system_camanager.php, line: 693 -# File: src/www/system_certmanager.php, line: 1125 -# File: src/www/system_crlmanager.php, line: 458 -# File: src/www/system_crlmanager.php, line: 493 -# File: src/www/system_gateway_groups_edit.php, line: 308 -# File: src/www/system_gateways_edit.php, line: 818 -# File: src/www/system_general.php, line: 536 -# File: src/www/system_groupmanager.php, line: 447 -# File: src/www/system_groupmanager_addprivs.php, line: 154 -# File: src/www/system_routes_edit.php, line: 314 -# File: src/www/system_usermanager.php, line: 916 -# File: src/www/system_usermanager_addprivs.php, line: 151 -# File: src/www/system_usermanager_import_ldap.php, line: 163 -# File: src/www/system_usermanager_passwordmg.php, line: 117 -# File: src/www/system_usermanager_settings.php, line: 129 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 109 -# File: src/www/vpn_ipsec.php, line: 603 -# File: src/www/vpn_ipsec_keys_edit.php, line: 159 -# File: src/www/vpn_ipsec_mobile.php, line: 543 -# File: src/www/vpn_ipsec_phase1.php, line: 1054 -# File: src/www/vpn_ipsec_phase2.php, line: 956 -# File: src/www/vpn_ipsec_settings.php, line: 239 -# File: src/www/vpn_l2tp.php, line: 463 -# File: src/www/vpn_l2tp_users_edit.php, line: 188 -# File: src/www/vpn_openvpn_client.php, line: 1027 -# File: src/www/vpn_openvpn_csc.php, line: 592 -# File: src/www/vpn_openvpn_server.php, line: 1691 -# File: src/www/vpn_pppoe_edit.php, line: 654 -# File: src/www/vpn_pptp.php, line: 513 -# File: src/www/vpn_pptp_users_edit.php, line: 186 -# File: src/www/widgets/widgets/log.widget.php, line: 216 -# File: src/www/widgets/widgets/rss.widget.php, line: 142 -# File: src/www/widgets/widgets/system_log.widget.php, line: 65 -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 265 -msgid "Save" -msgstr "" - -# File: src/www/diag_confbak.php, line: 216 -msgid "" -"NOTE: Be aware of how much space is consumed by backups before adjusting " -"this value. Current space used by backups: " -msgstr "" - -# File: src/www/diag_confbak.php, line: 227 -msgid "Configuration diff from" -msgstr "" - -# File: src/www/diag_confbak.php, line: 227 -# File: src/www/diag_dump_states.php, line: 223 -# File: src/www/diag_dump_states_sources.php, line: 166 -# File: src/www/services_dhcp.php, line: 789 -# File: src/www/services_dhcpv6.php, line: 583 -# File: src/www/services_dhcpv6.php, line: 590 -msgid "to" -msgstr "" - -# File: src/www/diag_confbak.php, line: 273 -msgid "View differences" -msgstr "" - -# File: src/www/diag_confbak.php, line: 277 -msgid "" -"To view the differences between an older configuration and a newer " -"configuration, select the older configuration using the left column of radio " -"options and select the newer configuration in the right column, then press " -"the button." -msgstr "" - -# File: src/www/diag_confbak.php, line: 285 -msgid "Diff" -msgstr "" - -# File: src/www/diag_confbak.php, line: 286 -msgid "Date" -msgstr "" - -# File: src/www/diag_confbak.php, line: 289 -msgid "Configuration Change" -msgstr "" - -# File: src/www/diag_confbak.php, line: 303 -msgid "Current" -msgstr "" - -# File: src/www/diag_confbak.php, line: 320 -msgid "Revert to this configuration" -msgstr "" - -# File: src/www/diag_confbak.php, line: 323 -msgid "Remove this backup" -msgstr "" - -# File: src/www/diag_confbak.php, line: 326 -msgid "Download this backup" -msgstr "" - -# File: src/www/diag_defaults.php, line: 46 -msgid "" -"The system has been reset to factory defaults and is now rebooting. This may " -"take a few minutes, depending on your hardware." -msgstr "" - -# File: src/www/diag_defaults.php, line: 50 -msgid "If you click \"Yes\", the firewall will:" -msgstr "" - -# File: src/www/diag_defaults.php, line: 52 -msgid "Reset to factory defaults" -msgstr "" - -# File: src/www/diag_defaults.php, line: 53 -msgid "LAN IP address will be reset to 192.168.1.1" -msgstr "" - -# File: src/www/diag_defaults.php, line: 54 -msgid "System will be configured as a DHCP server on the default LAN interface" -msgstr "" - -# File: src/www/diag_defaults.php, line: 55 -msgid "Reboot after changes are installed" -msgstr "" - -# File: src/www/diag_defaults.php, line: 56 -msgid "" -"WAN interface will be set to obtain an address automatically from a DHCP " -"server" -msgstr "" - -# File: src/www/diag_defaults.php, line: 57 -msgid "webConfigurator admin username will be reset to 'root'" -msgstr "" - -# File: src/www/diag_defaults.php, line: 58 -msgid "webConfigurator admin password will be reset to" -msgstr "" - -# File: src/www/diag_defaults.php, line: 60 -msgid "Are you sure you want to proceed?" -msgstr "" - -# File: src/www/diag_dns.php, line: 39 -msgid "Host must be a valid hostname or IP address." -msgstr "" - -# File: src/www/diag_dns.php, line: 47 -msgid "No response" -msgstr "" - -# File: src/www/diag_dns.php, line: 76 -msgid "Resolve DNS hostname or IP" -msgstr "" - -# File: src/www/diag_dns.php, line: 82 -# File: src/www/system_authservers.php, line: 130 -# File: src/www/system_authservers.php, line: 151 -msgid "Hostname or IP" -msgstr "" - -# File: src/www/diag_dns.php, line: 90 -msgid "Response" -msgstr "" - -# File: src/www/diag_dns.php, line: 95 -# File: src/www/firewall_nat.php, line: 255 -# File: src/www/firewall_nat.php, line: 257 -# File: src/www/interfaces.php, line: 2638 -# File: src/www/status_lb_vs.php, line: 74 -# File: src/www/vpn_ipsec_phase2.php, line: 706 -# File: src/www/vpn_ipsec_phase2.php, line: 762 -# File: src/www/vpn_ipsec_phase2.php, line: 803 -# File: src/www/vpn_ipsec_phase2.php, line: 812 -msgid "Address" -msgstr "" - -# File: src/www/diag_dns.php, line: 109 -msgid "Resolution time per server" -msgstr "" - -# File: src/www/diag_dns.php, line: 114 -msgid "Query time" -msgstr "" - -# File: src/www/diag_dns.php, line: 132 -msgid "More Information:" -msgstr "" - -# File: src/www/diag_dns.php, line: 137 -msgid "" -"NOTE: The following links are to external services, so their reliability " -"cannot be guaranteed." -msgstr "" - -# File: src/www/diag_dns.php, line: 138 -msgid "IP WHOIS @ DNS Stuff" -msgstr "" - -# File: src/www/diag_dns.php, line: 139 -msgid "IP Info @ DNS Stuff" -msgstr "" - -# File: src/www/diag_dump_states.php, line: 40 -# File: src/www/diag_dump_states_sources.php, line: 40 -# File: src/www/status_openvpn.php, line: 82 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 43 -msgid "invalid input" -msgstr "" - -# File: src/www/diag_dump_states.php, line: 95 -# File: src/www/diag_dump_states_sources.php, line: 83 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 113 -msgid "An error occurred." -msgstr "" - -# File: src/www/diag_dump_states.php, line: 122 -msgid "Current total state count" -msgstr "" - -# File: src/www/diag_dump_states.php, line: 123 -# File: src/www/diag_dump_states_sources.php, line: 108 -msgid "Filter expression:" -msgstr "" - -# File: src/www/diag_dump_states.php, line: 127 -msgid "Kill" -msgstr "" - -# File: src/www/diag_dump_states.php, line: 151 -msgid "Int" -msgstr "" - -# File: src/www/diag_dump_states.php, line: 161 -# File: src/www/diag_logs_filter.php, line: 717 -# File: src/www/diag_logs_filter_dynamic.php, line: 114 -# File: src/www/diag_states_summary.php, line: 121 -# File: src/www/firewall_nat.php, line: 254 -# File: src/www/firewall_rules.php, line: 264 -msgid "Proto" -msgstr "" - -# File: src/www/diag_dump_states.php, line: 171 -msgid "Source -> Router -> Destination" -msgstr "" - -# File: src/www/diag_dump_states.php, line: 223 -msgid "Remove all state entries from" -msgstr "" - -# File: src/www/diag_dump_states.php, line: 236 -msgid "No states were found." -msgstr "" - -# File: src/www/diag_dump_states.php, line: 246 -msgid "States matching current filter" -msgstr "" - -# File: src/www/diag_dump_states_sources.php, line: 131 -msgid "Source -> Destination" -msgstr "" - -# File: src/www/diag_dump_states_sources.php, line: 132 -msgid "# States" -msgstr "" - -# File: src/www/diag_dump_states_sources.php, line: 133 -msgid "# Connections" -msgstr "" - -# File: src/www/diag_dump_states_sources.php, line: 134 -# File: src/www/diag_system_pftop.php, line: 139 -# File: src/www/status_interfaces.php, line: 365 -msgid "Rate" -msgstr "" - -# File: src/www/diag_dump_states_sources.php, line: 166 -msgid "Remove all source tracking entries from" -msgstr "" - -# File: src/www/diag_dump_states_sources.php, line: 177 -msgid "No source tracking entries were found." -msgstr "" - -# File: src/www/diag_halt.php, line: 46 -msgid "The system is halting now. This may take one minute." -msgstr "" - -# File: src/www/diag_halt.php, line: 50 -msgid "Are you sure you want to halt the system?" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 92 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 140 -msgid "Connection" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 94 -msgid "Local ID" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 95 -# File: src/www/interfaces_ppps_edit.php, line: 594 -# File: src/www/vpn_pppoe.php, line: 118 -msgid "Local IP" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 96 -msgid "Remote ID" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 97 -msgid "Remote IP" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 98 -msgid "Local Auth" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 99 -msgid "Remote Auth" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 148 -msgid "Local subnets" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 149 -msgid "SPI(s)" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 150 -msgid "Remote subnets" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 152 -msgid "Stats" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 163 -# File: src/www/firewall_rules.php, line: 430 -# File: src/www/firewall_rules.php, line: 655 -msgid "in" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 164 -# File: src/www/firewall_rules.php, line: 433 -# File: src/www/firewall_rules.php, line: 677 -msgid "out" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 174 -# File: src/www/diag_logs_filter.php, line: 635 -# File: src/www/diag_logs_filter.php, line: 710 -# File: src/www/diag_logs_filter_dynamic.php, line: 110 -# File: src/www/diag_logs_vpn.inc, line: 107 -# File: src/www/diag_system_pftop.php, line: 125 -# File: src/www/firewall_schedule_edit.php, line: 923 -# File: src/www/widgets/widgets/log.widget.php, line: 235 -msgid "Time" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 175 -msgid "Bytes in" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 176 -msgid "Bytes out" -msgstr "" - -# File: src/www/diag_ipsec_leases.php, line: 58 -msgid "Pool: " -msgstr "" - -# File: src/www/diag_ipsec_leases.php, line: 59 -msgid "usage: " -msgstr "" - -# File: src/www/diag_ipsec_leases.php, line: 60 -msgid "online: " -msgstr "" - -# File: src/www/diag_ipsec_leases.php, line: 67 -# File: src/www/diag_ping.php, line: 50 -# File: src/www/diag_ping.php, line: 111 -# File: src/www/diag_testport.php, line: 50 -# File: src/www/diag_testport.php, line: 155 -# File: src/www/diag_traceroute.php, line: 53 -# File: src/www/diag_traceroute.php, line: 113 -# File: src/www/load_balancer_monitor_edit.php, line: 347 -# File: src/www/load_balancer_monitor_edit.php, line: 380 -# File: src/www/services_dnsmasq.php, line: 365 -# File: src/www/services_dnsmasq_edit.php, line: 202 -# File: src/www/services_dnsmasq_edit.php, line: 243 -# File: src/www/services_rfc2136_edit.php, line: 188 -# File: src/www/services_unbound_host_edit.php, line: 257 -# File: src/www/services_unbound_host_edit.php, line: 333 -# File: src/www/services_unbound_overrides.php, line: 131 -msgid "Host" -msgstr "" - -# File: src/www/diag_ipsec_leases.php, line: 93 -msgid "No leases from this pool yet." -msgstr "" - -# File: src/www/diag_ipsec_leases.php, line: 112 -msgid "No IPsec pools." -msgstr "" - -# File: src/www/diag_ipsec_sad.php, line: 59 -msgid "SPI" -msgstr "" - -# File: src/www/diag_ipsec_sad.php, line: 60 -msgid "Enc. alg." -msgstr "" - -# File: src/www/diag_ipsec_sad.php, line: 61 -msgid "Auth. alg." -msgstr "" - -# File: src/www/diag_ipsec_sad.php, line: 62 -msgid "Data" -msgstr "" - -# File: src/www/diag_ipsec_sad.php, line: 78 -msgid "No IPsec security associations." -msgstr "" - -# File: src/www/diag_ipsec_spd.php, line: 58 -# File: src/www/firewall_rules_edit.php, line: 790 -msgid "Direction" -msgstr "" - -# File: src/www/diag_ipsec_spd.php, line: 60 -msgid "Tunnel endpoints" -msgstr "" - -# File: src/www/diag_ipsec_spd.php, line: 77 -msgid "incoming (as seen by firewall)" -msgstr "" - -# File: src/www/diag_ipsec_spd.php, line: 79 -msgid "outgoing (as seen by firewall)" -msgstr "" - -# File: src/www/diag_ipsec_spd.php, line: 85 -msgid "No IPsec security policies." -msgstr "" - -# File: src/www/diag_limiter_info.php, line: 35 -msgid "We could not find any limiters on this system." -msgstr "" - -# File: src/www/diag_limiter_info.php, line: 90 -msgid "Gathering Limiter information, please wait..." -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 123 -msgid "Easy Rule: Blocked from Firewall Log View" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 124 -# File: src/www/diag_logs_filter.php, line: 312 -msgid "Easy Rule" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 194 -# File: src/www/diag_logs_filter.php, line: 202 -msgid "Entry added" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 199 -msgid "Hosts blocked from Firewall Log view" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 274 -msgid "Easy Rule: Passed from Firewall Log View" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 324 -msgid "Tried to block invalid IP:" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 328 -msgid "Invalid interface for block rule:" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 331 -msgid "Host added successfully" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 333 -msgid "Failed to create block rule, alias, or add host." -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 336 -msgid "Tried to block but had no host IP or interface" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 338 -msgid "Unknown block error." -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 349 -msgid "Invalid interface for pass rule:" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 352 -msgid "Invalid protocol for pass rule:" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 355 -msgid "Tried to pass invalid source IP:" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 358 -msgid "Tried to pass invalid destination IP:" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 362 -msgid "Missing destination port:" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 365 -msgid "Tried to pass invalid destination port:" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 372 -msgid "Successfully added pass rule!" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 374 -msgid "Failed to add pass rule." -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 377 -msgid "Missing parameters for pass rule." -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 379 -msgid "Unknown pass error." -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 499 -msgid "Cannot resolve" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 538 -msgid "The rule that triggered this action is" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 621 -msgid "Time and interface" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 622 -msgid "Source and destination IP Address" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 623 -msgid "Source and destination port" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 636 -msgid "Source IP Address" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 637 -# File: src/www/diag_system_pftop.php, line: 141 -# File: src/www/diag_testport.php, line: 167 -# File: src/www/firewall_nat_out.php, line: 341 -# File: src/www/firewall_nat_out.php, line: 541 -msgid "Source Port" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 639 -msgid "Quantity" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 648 -msgid "Destination IP Address" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 649 -# File: src/www/diag_system_pftop.php, line: 134 -# File: src/www/firewall_nat_out.php, line: 343 -# File: src/www/firewall_nat_out.php, line: 543 -msgid "Destination Port" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 650 -msgid "Protocol Flags" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 654 -# File: src/www/diag_packet_capture.php, line: 341 -# File: src/www/diag_packet_capture.php, line: 358 -# File: src/www/diag_testport.php, line: 188 -# File: src/www/diag_traceroute.php, line: 129 -# File: src/www/firewall_rules_edit.php, line: 1156 -# File: src/www/interfaces.php, line: 3070 -msgid "Any" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 654 -# File: src/www/diag_logs_settings.php, line: 505 -# File: src/www/diag_ping.php, line: 118 -# File: src/www/diag_testport.php, line: 143 -# File: src/www/diag_traceroute.php, line: 120 -# File: src/www/system_gateways_edit.php, line: 596 -msgid "IPv4" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 702 -msgid "Last %s firewall log entries." -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 704 -msgid "Showing %s matching log entries (maximum is %s)." -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 711 -# File: src/www/diag_logs_filter_dynamic.php, line: 111 -# File: src/www/firewall_nat.php, line: 253 -# File: src/www/services_rfc2136.php, line: 78 -msgid "If" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 713 -msgid "Rule" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 746 -msgid "Direction=OUT" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 770 -# File: src/www/diag_logs_filter.php, line: 780 -msgid "Click to resolve" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 772 -msgid "Easy Rule: Add to Block List" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 781 -msgid "Easy Rule: Pass this traffic" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 788 -msgid "Icon Easy Rule: Pass this traffic" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 835 -msgid "added block rule" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 857 -msgid "added pass rule" -msgstr "" - -# File: src/www/diag_logs_filter_dynamic.php, line: 100 -msgid "Showing last %s records." -msgstr "" - -# File: src/www/diag_logs_filter_dynamic.php, line: 105 -msgid "Pause" -msgstr "" - -# File: src/www/diag_logs_filter_plain.php, line: 77 -msgid "Last %s firewall log entries" -msgstr "" - -# File: src/www/diag_logs_filter_plain.php, line: 82 -# File: src/www/diag_logs_template.inc, line: 103 -# File: src/www/diag_logs_vpn.inc, line: 119 -msgid "Clear log" -msgstr "" - -# File: src/www/diag_logs_filter_summary.php, line: 44 -msgid "Actions" -msgstr "" - -# File: src/www/diag_logs_filter_summary.php, line: 46 -msgid "Protocols" -msgstr "" - -# File: src/www/diag_logs_filter_summary.php, line: 47 -msgid "Source IPs" -msgstr "" - -# File: src/www/diag_logs_filter_summary.php, line: 48 -msgid "Destination IPs" -msgstr "" - -# File: src/www/diag_logs_filter_summary.php, line: 49 -msgid "Source Ports" -msgstr "" - -# File: src/www/diag_logs_filter_summary.php, line: 50 -msgid "Destination Ports" -msgstr "" - -# File: src/www/diag_logs_filter_summary.php, line: 99 -# File: src/www/firewall_nat_edit.php, line: 651 -# File: src/www/firewall_nat_edit.php, line: 668 -# File: src/www/firewall_nat_edit.php, line: 795 -# File: src/www/firewall_nat_edit.php, line: 812 -# File: src/www/firewall_nat_edit.php, line: 862 -# File: src/www/firewall_rules_edit.php, line: 960 -# File: src/www/firewall_rules_edit.php, line: 977 -# File: src/www/firewall_rules_edit.php, line: 1082 -# File: src/www/firewall_rules_edit.php, line: 1099 -msgid "other" -msgstr "" - -# File: src/www/diag_logs_filter_summary.php, line: 122 -msgid "" -"The following summaries have been collected from the last %s lines of the " -"firewall log (maximum is %s)." -msgstr "" - -# File: src/www/diag_logs_filter_summary.php, line: 142 -# File: src/www/diag_packet_capture.php, line: 409 -# File: src/www/diag_ping.php, line: 50 -# File: src/www/diag_ping.php, line: 139 -msgid "Count" -msgstr "" - -# File: src/www/diag_logs_l2tp.php, line: 19 -msgid "L2TP Logins" -msgstr "" - -# File: src/www/diag_logs_l2tp.php, line: 20 -msgid "L2TP Raw" -msgstr "" - -# File: src/www/diag_logs_poes.php, line: 19 -msgid "PPPoE Logins" -msgstr "" - -# File: src/www/diag_logs_poes.php, line: 20 -msgid "PPPoE Raw" -msgstr "" - -# File: src/www/diag_logs_pptp.php, line: 19 -msgid "PPTP Logins" -msgstr "" - -# File: src/www/diag_logs_pptp.php, line: 20 -msgid "PPTP Raw" -msgstr "" - -# File: src/www/diag_logs_proxy.php, line: 12 -msgid "Cache" -msgstr "" - -# File: src/www/diag_logs_proxy.php, line: 14 -msgid "Store" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 101 -msgid "The log files have been reset." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 103 -msgid "RRD data has been cleared." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 113 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #1." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 116 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #2." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 119 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #3." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 123 -msgid "Number of log entries to show must be between 5 and 2000." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 128 -msgid "Log file size must be a positive integer greater than 5120." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 186 -msgid "webConfigurator configuration has changed. Restarting webConfigurator." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 188 -msgid "WebGUI process is restarting." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 278 -msgid "" -"Do you really want to reset the RRD graphs? This will erase all graph data." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 299 -msgid "" -"Do you really want to reset the log files? This will erase all local log " -"data." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 339 -msgid "Reporting Database Options" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 342 -msgid "Round-Robin-Database" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 345 -msgid "Enables the RRD graphing backend." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 352 -msgid "Reset RRD Data" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 359 -msgid "" -"Graphs will not be allowed to be recreated within a 1 minute interval, " -"please take this into account after changing the style." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 371 -msgid "Local Logging Options" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 378 -msgid "Reverse Display" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 382 -msgid "Show log entries in reverse order (newest entries on top)" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 387 -msgid "GUI Log Entries to Display" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 391 -msgid "" -"Hint: This is only the number of log entries displayed in the GUI. It does " -"not affect how many entries are contained in the actual log files." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 396 -msgid "Log File Size (Bytes)" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 400 -msgid "" -"Logs are held in constant-size circular log files. This field controls how " -"large each log file is, and thus how many entries may exist inside the log. " -"By default this is approximately 500KB per log file, and there are nearly 20 " -"such log files." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 402 -msgid "" -"NOTE: Log sizes are changed the next time a log file is cleared or deleted. " -"To immediately increase the size of the log files, you must first save the " -"options to set the size, then clear all logs using the \"Reset Log Files\" " -"option farther down this page. " -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 403 -msgid "" -"Be aware that increasing this value increases every log file size, so disk " -"usage will increase significantly." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 404 -msgid "Disk space currently used by log files: " -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 405 -msgid "Remaining disk space for log files: " -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 410 -msgid "Log Firewall Default Blocks" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 413 -msgid "Log packets matched from the default block rules put in the ruleset" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 415 -msgid "" -"Hint: packets that are blocked by the implicit default block rule will not " -"be logged if you uncheck this option. Per-rule logging options are still " -"respected." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 418 -msgid "Log packets matched from the default pass rules put in the ruleset" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 420 -msgid "" -"Hint: packets that are allowed by the implicit default pass rule will be " -"logged if you check this option. Per-rule logging options are still " -"respected." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 423 -msgid "Log packets blocked by 'Block Bogon Networks' rules" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 425 -msgid "Log packets blocked by 'Block Private Networks' rules" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 429 -msgid "Web Server Log" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 432 -msgid "Log errors from the web server process." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 434 -msgid "" -"Hint: If this is checked, errors from the lighttpd web server process for " -"the GUI or Captive Portal will appear in the main system log." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 438 -msgid "Filter descriptions" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 441 -msgid "Omit descriptions" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 442 -msgid "Display as column" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 443 -msgid "Display as second row" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 446 -msgid "Show the applied rule description below or in the firewall log rows." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 448 -msgid "" -"Displaying rule descriptions for all lines in the log might affect " -"performance with large rule sets." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 453 -msgid "Local Logging" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 455 -msgid "Disable writing log files to the local disk" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 458 -msgid "Reset Logs" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 460 -msgid "Reset Log Files" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 462 -msgid "" -"Note: Clears all local log files and reinitializes them as empty logs. This " -"also restarts the DHCP daemon. Use the Save button first if you have made " -"any setting changes." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 474 -msgid "Remote Logging Options" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 481 -# File: src/www/diag_ping.php, line: 124 -# File: src/www/diag_system_pftop.php, line: 142 -# File: src/www/diag_testport.php, line: 185 -# File: src/www/diag_traceroute.php, line: 126 -msgid "Source Address" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 484 -msgid "Default (any)" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 494 -msgid "" -"This option will allow the logging daemon to bind to a single IP address, " -"rather than all IP addresses." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 495 -msgid "" -"If you pick a single IP, remote syslog severs must all be of that IP type. " -"If you wish to mix IPv4 and IPv6 remote syslog servers, you must bind to all " -"interfaces." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 497 -msgid "" -"NOTE: If an IP address cannot be located on the chosen interface, the daemon " -"will bind to all addresses." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 502 -# File: src/www/diag_ping.php, line: 115 -# File: src/www/diag_testport.php, line: 139 -# File: src/www/diag_traceroute.php, line: 117 -msgid "IP Protocol" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 509 -msgid "" -"This option is only used when a non-default address is chosen as the source " -"above. This option only expresses a preference; If an IP address of the " -"selected type is not found on the chosen interface, the other type will be " -"tried." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 514 -msgid "Enable Remote Logging" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 517 -msgid "Send log messages to remote syslog server" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 521 -msgid "Remote Syslog Servers" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 538 -msgid "IP addresses of remote syslog servers, or an IP:port." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 543 -msgid "Remote Syslog Contents" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 546 -msgid "Everything" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 548 -msgid "System events" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 550 -msgid "Firewall events" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 552 -msgid "DHCP service events" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 554 -msgid "Portal Auth events" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 556 -msgid "VPN (PPTP, IPsec, OpenVPN) events" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 558 -msgid "Gateway Monitor events" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 560 -msgid "Server Load Balancer events" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 562 -msgid "Wireless events" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 572 -msgid "" -"syslog sends UDP datagrams to port 514 on the specified remote syslog " -"server, unless another port is specified. Be sure to set syslogd on the " -"remote server to accept syslog messages from" -msgstr "" - -# File: src/www/diag_logs_vpn.inc, line: 110 -# File: src/www/services_dhcp.php, line: 1130 -# File: src/www/services_dhcp_edit.php, line: 382 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 68 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 146 -# File: src/www/services_dnsmasq_edit.php, line: 74 -# File: src/www/services_dnsmasq_edit.php, line: 217 -# File: src/www/services_unbound_domainoverride_edit.php, line: 60 -# File: src/www/services_unbound_domainoverride_edit.php, line: 141 -# File: src/www/services_unbound_host_edit.php, line: 99 -# File: src/www/status_dhcp_leases.php, line: 339 -# File: src/www/system_advanced_network.php, line: 208 -# File: src/www/vpn_ipsec_phase1.php, line: 783 -# File: src/www/vpn_ipsec_phase1.php, line: 811 -# File: src/www/vpn_ipsec_phase2.php, line: 943 -# File: src/www/vpn_l2tp_users.php, line: 106 -# File: src/www/vpn_l2tp_users_edit.php, line: 180 -# File: src/www/vpn_pptp_users.php, line: 101 -# File: src/www/vpn_pptp_users_edit.php, line: 178 -msgid "IP address" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 216 -msgid "Invalid interface." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 219 -msgid "Invalid address family." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 224 -msgid "Invalid protocol." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 230 -msgid "A valid IP address or CIDR block must be specified. [%s]" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 235 -msgid "Invalid value specified for port." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 238 -msgid "Invalid value specified for packet length." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 241 -msgid "Invalid value specified for packet count." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 301 -msgid "Packet capture" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 323 -msgid "Select the interface on which to capture traffic." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 328 -msgid "Promiscuous" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 332 -msgid "If checked, the" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 332 -msgid "packet capture" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 332 -msgid "will be performed using promiscuous mode." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 333 -# File: src/www/diag_packet_capture.php, line: 443 -# File: src/www/interfaces_wireless.php, line: 149 -# File: src/www/services_ntpd_pps.php, line: 127 -# File: src/www/vpn_ipsec_keys.php, line: 188 -# File: src/www/vpn_ipsec_keys_edit.php, line: 171 -# File: src/www/vpn_pppoe_edit.php, line: 660 -msgid "Note" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 333 -msgid "Some network adapters do not support or work well in promiscuous mode." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 338 -# File: src/www/system_gateways_edit.php, line: 592 -msgid "Address Family" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 343 -msgid "IPv4 Only" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 346 -msgid "IPv6 Only" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 350 -msgid "" -"Select the type of traffic to be captured, either Any, IPv4 only or IPv6 " -"only." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 359 -# File: src/www/firewall_nat_out_edit.php, line: 457 -# File: src/www/load_balancer_monitor_edit.php, line: 253 -msgid "ICMP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 360 -msgid "Exclude ICMP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 361 -msgid "ICMPv6" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 362 -msgid "Exclude ICMPv6" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 363 -# File: src/www/firewall_nat_edit.php, line: 576 -# File: src/www/firewall_nat_out_edit.php, line: 457 -# File: src/www/firewall_nat_out_edit.php, line: 465 -# File: src/www/load_balancer_monitor_edit.php, line: 253 -msgid "TCP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 364 -msgid "Exclude TCP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 365 -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "UDP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 366 -msgid "Exclude UDP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 367 -msgid "ARP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 368 -msgid "Exclude ARP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 369 -msgid "CARP (VRRP)" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 370 -msgid "Exclude CARP (VRRP)" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 371 -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "ESP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 374 -msgid "Select the protocol to capture, or Any." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 379 -msgid "Host Address" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 383 -msgid "" -"This value is either the Source or Destination IP address or subnet in CIDR " -"notation. The packet capture will look for this address in either field." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 384 -msgid "" -"Matching can be negated by preceding the value with \"not\". Multiple IP " -"addresses or CIDR subnets may be specified as boolean expresion." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 385 -msgid "" -"If you leave this field blank, all packets on the specified interface will " -"be captured." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 386 -# File: src/www/system_authservers.php, line: 566 -# File: src/www/system_authservers.php, line: 567 -# File: src/www/system_authservers.php, line: 576 -msgid "Example:" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 391 -# File: src/www/diag_testport.php, line: 50 -# File: src/www/diag_testport.php, line: 161 -# File: src/www/firewall_rules.php, line: 266 -# File: src/www/firewall_rules.php, line: 268 -# File: src/www/load_balancer_pool.php, line: 127 -# File: src/www/load_balancer_pool_edit.php, line: 63 -# File: src/www/load_balancer_pool_edit.php, line: 214 -# File: src/www/load_balancer_virtual_server.php, line: 162 -# File: src/www/load_balancer_virtual_server_edit.php, line: 189 -# File: src/www/status_upnp.php, line: 78 -# File: src/www/vpn_openvpn_export.php, line: 736 -# File: src/www/vpn_openvpn_export_shared.php, line: 360 -msgid "Port" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 395 -msgid "Leave blank if you do not want to filter by port." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 395 -msgid "" -"The port can be either the source or destination port. The packet capture " -"will look for this port in either field." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 400 -msgid "Packet Length" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 404 -msgid "" -"The Packet length is the number of bytes of each packet that will be " -"captured. Default value is 0, which will capture the entire frame regardless " -"of its size." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 413 -msgid "Enter 0 (zero) for no count limit." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 413 -msgid "" -"This is the number of packets the packet capture will grab. Default value is " -"100." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 418 -msgid "View settings" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 421 -msgid "Level of Detail" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 424 -msgid "Normal" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 427 -msgid "Full" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 430 -msgid "" -"This is the level of detail that will be displayed after hitting 'Stop' when " -"the packets have been captured." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 432 -msgid "" -"This option does not affect the level of detail when downloading the packet " -"capture." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 438 -msgid "Reverse DNS Lookup" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 442 -msgid "" -"This check box will cause the packet capture to perform a reverse DNS lookup " -"associated with all IP addresses." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 443 -msgid "This option can cause delays for large packet captures." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 453 -msgid "Stop" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 456 -# File: src/www/status_dhcp_leases.php, line: 343 -# File: src/www/status_dhcpv6_leases.php, line: 424 -# File: src/www/status_dhcpv6_leases.php, line: 525 -msgid "Start" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 459 -msgid "View Capture" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 460 -msgid "Download Capture" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 461 -msgid "Delete Capture" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 479 -msgid "Capture output" -msgstr "" - -# File: src/www/diag_pf_info.php, line: 93 -msgid "Gathering PF information, please wait..." -msgstr "" - -# File: src/www/diag_ping.php, line: 54 -msgid "Count must be between 1 and %s" -msgstr "" - -# File: src/www/diag_ping.php, line: 57 -# File: src/www/diag_traceroute.php, line: 62 -msgid "When using IPv4, the target host must be an IPv4 address or hostname." -msgstr "" - -# File: src/www/diag_ping.php, line: 59 -# File: src/www/diag_traceroute.php, line: 64 -msgid "When using IPv6, the target host must be an IPv6 address or hostname." -msgstr "" - -# File: src/www/diag_ping.php, line: 127 -# File: src/www/diag_system_pftop.php, line: 118 -# File: src/www/firewall_nat_out_edit.php, line: 615 -# File: src/www/interfaces.php, line: 2929 -# File: src/www/interfaces.php, line: 2941 -# File: src/www/interfaces.php, line: 2954 -# File: src/www/interfaces.php, line: 2989 -# File: src/www/interfaces.php, line: 3005 -# File: src/www/interfaces.php, line: 3021 -# File: src/www/services_ntpd_gps.php, line: 367 -msgid "Default" -msgstr "" - -# File: src/www/diag_ping.php, line: 168 -msgid "Ping output" -msgstr "" - -# File: src/www/diag_resetstate.php, line: 46 -msgid "The state table has been flushed successfully." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 52 -msgid "The source tracking table has been flushed successfully." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 75 -msgid "Firewall state table" -msgstr "" - -# File: src/www/diag_resetstate.php, line: 77 -msgid "" -"Resetting the state tables will remove all entries from the corresponding " -"tables. This means that all open connections will be broken and will have to " -"be re-established. This may be necessary after making substantial changes to " -"the firewall and/or NAT rules, especially if there are IP protocol mappings (" -"e.g. for PPTP or IPv6) with open connections." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 84 -msgid "" -"The firewall will normally leave the state tables intact when changing rules." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 87 -msgid "" -"NOTE: If you reset the firewall state table, the browser session may appear " -"to be hung after clicking "Reset". Simply refresh the page to " -"continue." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 94 -msgid "Firewall Source Tracking" -msgstr "" - -# File: src/www/diag_resetstate.php, line: 96 -msgid "" -"Resetting the source tracking table will remove all source/destination " -"associations. This means that the \"sticky\" source/destination association " -"will be cleared for all clients." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 100 -msgid "This does not clear active connection states, only source tracking." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 103 -# File: src/www/status_lb_pool.php, line: 219 -msgid "Reset" -msgstr "" - -# File: src/www/diag_routes.php, line: 162 -msgid "Routing tables" -msgstr "" - -# File: src/www/diag_routes.php, line: 165 -msgid "Name resolution" -msgstr "" - -# File: src/www/diag_routes.php, line: 167 -msgid "Enable this to attempt to resolve names when displaying the tables." -msgstr "" - -# File: src/www/diag_routes.php, line: 168 -msgid "" -"By enabling name resolution, the query should take a bit longer. You can " -"stop it at any time by clicking the Stop button in your browser." -msgstr "" - -# File: src/www/diag_routes.php, line: 172 -msgid "Number of rows" -msgstr "" - -# File: src/www/diag_routes.php, line: 175 -# File: src/www/diag_system_pftop.php, line: 154 -msgid "all" -msgstr "" - -# File: src/www/diag_routes.php, line: 180 -msgid "Select how many rows to display." -msgstr "" - -# File: src/www/diag_routes.php, line: 184 -msgid "Filter expression" -msgstr "" - -# File: src/www/diag_routes.php, line: 187 -msgid "Use a regular expression to filter IP address or hostnames." -msgstr "" - -# File: src/www/diag_routes.php, line: 193 -# File: src/www/system_certmanager.php, line: 1173 -msgid "Update" -msgstr "" - -# File: src/www/diag_routes.php, line: 212 -# File: src/www/diag_routes.php, line: 228 -msgid "Gathering data, please wait..." -msgstr "" - -# File: src/www/diag_smart.php, line: 68 -msgid "PASSED" -msgstr "" - -# File: src/www/diag_smart.php, line: 69 -msgid "FAILED" -msgstr "" - -# File: src/www/diag_smart.php, line: 70 -msgid "Warning" -msgstr "" - -# File: src/www/diag_smart.php, line: 121 -# File: src/www/diag_smart.php, line: 466 -msgid "Abort" -msgstr "" - -# File: src/www/diag_smart.php, line: 170 -msgid "Email sent to %s" -msgstr "" - -# File: src/www/diag_smart.php, line: 208 -msgid "Information/Tests" -msgstr "" - -# File: src/www/diag_smart.php, line: 209 -# File: src/www/diag_smart.php, line: 220 -msgid "Config" -msgstr "" - -# File: src/www/diag_smart.php, line: 245 -msgid "Test email" -msgstr "" - -# File: src/www/diag_smart.php, line: 250 -msgid "Send test email to %s" -msgstr "" - -# File: src/www/diag_smart.php, line: 258 -# File: src/www/services_wol.php, line: 161 -msgid "Send" -msgstr "" - -# File: src/www/diag_smart.php, line: 293 -msgid "Info type" -msgstr "" - -# File: src/www/diag_smart.php, line: 297 -msgid "SMART Capabilities" -msgstr "" - -# File: src/www/diag_smart.php, line: 298 -msgid "Attributes" -msgstr "" - -# File: src/www/diag_smart.php, line: 304 -# File: src/www/diag_smart.php, line: 357 -# File: src/www/diag_smart.php, line: 408 -# File: src/www/diag_smart.php, line: 450 -msgid "Device: /dev/" -msgstr "" - -# File: src/www/diag_smart.php, line: 320 -# File: src/www/diag_smart.php, line: 424 -msgid "View" -msgstr "" - -# File: src/www/diag_smart.php, line: 337 -msgid "Perform Self-tests" -msgstr "" - -# File: src/www/diag_smart.php, line: 346 -msgid "Test type" -msgstr "" - -# File: src/www/diag_smart.php, line: 349 -# File: src/www/status_gateway_groups.php, line: 85 -# File: src/www/status_gateways.php, line: 88 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 64 -msgid "Offline" -msgstr "" - -# File: src/www/diag_smart.php, line: 350 -msgid "Short" -msgstr "" - -# File: src/www/diag_smart.php, line: 351 -# File: src/www/diag_system_pftop.php, line: 120 -msgid "Long" -msgstr "" - -# File: src/www/diag_smart.php, line: 352 -msgid "Conveyance (ATA Disks Only)" -msgstr "" - -# File: src/www/diag_smart.php, line: 390 -msgid "View Logs" -msgstr "" - -# File: src/www/diag_smart.php, line: 399 -msgid "Log type" -msgstr "" - -# File: src/www/diag_smart.php, line: 402 -msgid "Error" -msgstr "" - -# File: src/www/diag_smart.php, line: 403 -msgid "Self-test" -msgstr "" - -# File: src/www/diag_smart.php, line: 441 -msgid "Abort tests" -msgstr "" - -# File: src/www/diag_smart.php, line: 466 -msgid "Do you really want to abort the test?" -msgstr "" - -# File: src/www/diag_smart.php, line: 485 -msgid "Back" -msgstr "" - -# File: src/www/diag_sockets.php, line: 40 -msgid "Show all socket connections" -msgstr "" - -# File: src/www/diag_sockets.php, line: 40 -msgid "Show only listening sockets" -msgstr "" - -# File: src/www/diag_sockets.php, line: 51 -msgid "Information about listening sockets for both %sIPv4%s and %sIPv6%s." -msgstr "" - -# File: src/www/diag_sockets.php, line: 52 -msgid "" -"For explanation about the meaning of the information listed for each socket " -"click %shere%s." -msgstr "" - -# File: src/www/diag_sockets.php, line: 53 -msgid "" -"To show information about both listening and connected sockets click this." -msgstr "" - -# File: src/www/diag_sockets.php, line: 122 -msgid "" -"This page show the output for the commands: \"sockstat -4lL\" and \"sockstat " -"-6lL\".%sOr in case of showing all sockets the output for: \"sockstat -4\" " -"and \"sockstat -6\".%s%sThe information listed for each socket is:" -msgstr "" - -# File: src/www/diag_sockets.php, line: 128 -msgid "The user who owns the socket." -msgstr "" - -# File: src/www/diag_sockets.php, line: 129 -msgid "The command which holds the socket." -msgstr "" - -# File: src/www/diag_sockets.php, line: 130 -msgid "The process ID of the command which holds the socket." -msgstr "" - -# File: src/www/diag_sockets.php, line: 131 -msgid "The file descriptor number of the socket." -msgstr "" - -# File: src/www/diag_sockets.php, line: 132 -msgid "" -"The transport protocol associated with the socket for Internet sockets, or " -"the type of socket (stream or data-gram) for UNIX sockets." -msgstr "" - -# File: src/www/diag_sockets.php, line: 133 -msgid "" -"(UNIX sockets only) For bound sockets, this is the file-name of the socket. %" -"sFor other sockets, it is the name, PID and file descriptor number of the " -"peer, or ``(none)'' if the socket is neither bound nor connected." -msgstr "" - -# File: src/www/diag_sockets.php, line: 134 -msgid "" -"(Internet sockets only) The address the local end of the socket is bound to (" -"see getsockname(2))." -msgstr "" - -# File: src/www/diag_sockets.php, line: 135 -msgid "" -"(Internet sockets only) The address the foreign end of the socket is bound " -"to (see getpeername(2))." -msgstr "" - -# File: src/www/diag_states_summary.php, line: 120 -# File: src/www/diag_states_summary.php, line: 122 -msgid "States" -msgstr "" - -# File: src/www/diag_states_summary.php, line: 123 -msgid "Src Ports" -msgstr "" - -# File: src/www/diag_states_summary.php, line: 124 -msgid "Dst Ports" -msgstr "" - -# File: src/www/diag_states_summary.php, line: 160 -msgid "By Source IP" -msgstr "" - -# File: src/www/diag_states_summary.php, line: 161 -msgid "By Destination IP" -msgstr "" - -# File: src/www/diag_states_summary.php, line: 162 -msgid "Total per IP" -msgstr "" - -# File: src/www/diag_states_summary.php, line: 163 -msgid "By IP Pair" -msgstr "" - -# File: src/www/diag_system_pftop.php, line: 109 -msgid "View type:" -msgstr "" - -# File: src/www/diag_system_pftop.php, line: 110 -msgid "Sort type:" -msgstr "" - -# File: src/www/diag_system_pftop.php, line: 111 -msgid "Number of States:" -msgstr "" - -# File: src/www/diag_system_pftop.php, line: 119 -msgid "Label" -msgstr "" - -# File: src/www/diag_system_pftop.php, line: 123 -msgid "Speed" -msgstr "" - -# File: src/www/diag_system_pftop.php, line: 131 -msgid "Age" -msgstr "" - -# File: src/www/diag_system_pftop.php, line: 132 -msgid "Bytes" -msgstr "" - -# File: src/www/diag_system_pftop.php, line: 133 -msgid "Destination Address" -msgstr "" - -# File: src/www/diag_system_pftop.php, line: 135 -msgid "Expiry" -msgstr "" - -# File: src/www/diag_system_pftop.php, line: 137 -msgid "Peak" -msgstr "" - -# File: src/www/diag_system_pftop.php, line: 138 -msgid "Packet" -msgstr "" - -# File: src/www/diag_system_pftop.php, line: 164 -msgid "Gathering pfTOP activity, please wait..." -msgstr "" - -# File: src/www/diag_tables.php, line: 51 -msgid "The bogons database has NOT been updated." -msgstr "" - -# File: src/www/diag_tables.php, line: 53 -msgid "The bogons database has been updated." -msgstr "" - -# File: src/www/diag_tables.php, line: 126 -msgid "Tables" -msgstr "" - -# File: src/www/diag_tables.php, line: 127 -msgid "Do you really want to flush this table?" -msgstr "" - -# File: src/www/diag_tables.php, line: 161 -msgid "Flush" -msgstr "" - -# File: src/www/diag_tables.php, line: 163 -msgid "Update bogons" -msgstr "" - -# File: src/www/diag_tables.php, line: 171 -# File: src/www/interfaces_ppps_edit.php, line: 606 -# File: src/www/load_balancer_virtual_server.php, line: 161 -# File: src/www/load_balancer_virtual_server_edit.php, line: 63 -# File: src/www/load_balancer_virtual_server_edit.php, line: 68 -# File: src/www/load_balancer_virtual_server_edit.php, line: 175 -# File: src/www/status_graph.php, line: 156 -# File: src/www/system_advanced_notifications.php, line: 192 -# File: src/www/vpn_openvpn_export.php, line: 734 -# File: src/www/vpn_openvpn_export_shared.php, line: 358 -msgid "IP Address" -msgstr "" - -# File: src/www/diag_tables.php, line: 176 -msgid "No entries exist in this table." -msgstr "" - -# File: src/www/diag_tables.php, line: 184 -msgid "delete this entry" -msgstr "" - -# File: src/www/diag_testport.php, line: 54 -msgid "Please enter a valid IP or hostname." -msgstr "" - -# File: src/www/diag_testport.php, line: 58 -msgid "Please enter a valid port number." -msgstr "" - -# File: src/www/diag_testport.php, line: 62 -msgid "Please enter a valid source port number, or leave the field blank." -msgstr "" - -# File: src/www/diag_testport.php, line: 66 -msgid "You cannot connect to an IPv4 address using IPv6." -msgstr "" - -# File: src/www/diag_testport.php, line: 69 -msgid "You cannot connect to an IPv6 address using IPv4." -msgstr "" - -# File: src/www/diag_testport.php, line: 117 -msgid "" -"This page allows you to perform a simple TCP connection test to determine if " -"a host is up and accepting connections on a given port. This test does not " -"function for UDP since there is no way to reliably determine if a UDP port " -"accepts connections in this manner." -msgstr "" - -# File: src/www/diag_testport.php, line: 119 -msgid "" -"No data is transmitted to the remote host during this test, it will only " -"attempt to open a connection and optionally display the data sent back from " -"the server." -msgstr "" - -# File: src/www/diag_testport.php, line: 150 -msgid "" -"If you force IPv4 or IPv6 and use a hostname that does not contain a result " -"using that protocol,
it will result in an error. For example if you " -"force IPv4 and use a hostname that only returns an AAAA IPv6 IP address, it " -"will not work." -msgstr "" - -# File: src/www/diag_testport.php, line: 171 -msgid "This should typically be left blank." -msgstr "" - -# File: src/www/diag_testport.php, line: 176 -msgid "Show Remote Text" -msgstr "" - -# File: src/www/diag_testport.php, line: 180 -msgid "" -"Shows the text given by the server when connecting to the port. Will take 10+" -" seconds to display if checked." -msgstr "" - -# File: src/www/diag_testport.php, line: 215 -msgid "Port Test Results" -msgstr "" - -# File: src/www/diag_testport.php, line: 220 -msgid "" -"No output received, or connection failed. Try with \"Show Remote Text\" " -"unchecked first." -msgstr "" - -# File: src/www/diag_testport.php, line: 223 -msgid "Connection failed (Refused/Timeout)" -msgstr "" - -# File: src/www/diag_traceroute.php, line: 53 -msgid "ttl" -msgstr "" - -# File: src/www/diag_traceroute.php, line: 57 -msgid "Maximum number of hops must be between 1 and %s" -msgstr "" - -# File: src/www/diag_traceroute.php, line: 141 -msgid "Maximum number of hops" -msgstr "" - -# File: src/www/diag_traceroute.php, line: 155 -msgid "Reverse Address Lookup" -msgstr "" - -# File: src/www/diag_traceroute.php, line: 161 -msgid "Use ICMP" -msgstr "" - -# File: src/www/diag_traceroute.php, line: 176 -# File: src/www/firewall_rules_edit.php, line: 745 -# File: src/www/services_ntpd_gps.php, line: 377 -# File: src/www/services_ntpd_gps.php, line: 378 -msgid "Note: " -msgstr "" - -# File: src/www/diag_traceroute.php, line: 177 -msgid "" -"Traceroute may take a while to complete. You may hit the Stop button on your " -"browser at any time to see the progress of failed traceroutes." -msgstr "" - -# File: src/www/diag_traceroute.php, line: 179 -msgid "" -"Using a source interface/IP address that does not match selected type (IPv4, " -"IPv6) will result in an error or empty output." -msgstr "" - -# File: src/www/diag_traceroute.php, line: 192 -msgid "Traceroute output" -msgstr "" - -# File: src/www/fbegin.inc, line: 117 -msgid "Help for items on this page" -msgstr "" - -# File: src/www/fbegin.inc, line: 233 -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 153 -msgid "Save Settings" -msgstr "" - -# File: src/www/fbegin.inc, line: 235 -msgid "Add widget" -msgstr "" - -# File: src/www/firewall_aliases.php, line: 124 -msgid "Cannot delete alias. Currently in use by %s" -msgstr "" - -# File: src/www/firewall_aliases.php, line: 140 -msgid "Add a new alias" -msgstr "" - -# File: src/www/firewall_aliases.php, line: 155 -msgid "" -"Do you really want to delete this alias? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" - -# File: src/www/firewall_aliases.php, line: 177 -msgid "The alias list has been changed." -msgstr "" - -# File: src/www/firewall_aliases.php, line: 177 -# File: src/www/firewall_nat.php, line: 232 -# File: src/www/firewall_nat_1to1.php, line: 186 -# File: src/www/firewall_nat_npt.php, line: 183 -# File: src/www/firewall_nat_out.php, line: 255 -# File: src/www/firewall_virtual_ip.php, line: 261 -# File: src/www/interfaces.php, line: 1648 -# File: src/www/load_balancer_monitor.php, line: 97 -# File: src/www/load_balancer_setting.php, line: 102 -# File: src/www/load_balancer_virtual_server.php, line: 145 -# File: src/www/services_dhcp.php, line: 671 -# File: src/www/services_dhcpv6.php, line: 450 -# File: src/www/services_dnsmasq.php, line: 178 -# File: src/www/services_igmpproxy.php, line: 86 -# File: src/www/services_unbound.php, line: 168 -# File: src/www/services_unbound_advanced.php, line: 135 -# File: src/www/services_unbound_overrides.php, line: 108 -# File: src/www/system_gateways.php, line: 287 -# File: src/www/vpn_ipsec.php, line: 300 -# File: src/www/vpn_ipsec_keys.php, line: 117 -# File: src/www/vpn_ipsec_mobile.php, line: 328 -# File: src/www/vpn_pppoe.php, line: 102 -msgid "You must apply the changes in order for them to take effect." -msgstr "" - -# File: src/www/firewall_aliases.php, line: 189 -# File: src/www/services_igmpproxy.php, line: 100 -msgid "Values" -msgstr "" - -# File: src/www/firewall_aliases.php, line: 247 -msgid "Edit alias" -msgstr "" - -# File: src/www/firewall_aliases.php, line: 248 -msgid "delete alias" -msgstr "" - -# File: src/www/firewall_aliases.php, line: 261 -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 changes. You can enter the name of an alias instead of the " -"host, network or port in all fields that have a red background. The alias " -"will be resolved according to 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." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 100 -msgid "Entry added %s" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 125 -# File: src/www/firewall_aliases_import.php, line: 75 -msgid "Cannot use a reserved keyword as alias name %s" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 130 -# File: src/www/firewall_aliases_import.php, line: 80 -msgid "An interface description with this name already exists." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 135 -msgid "" -"The alias name must be less than 32 characters long and may only consist of " -"the characters" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 139 -msgid "Update Frequency should be a number" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 146 -# File: src/www/firewall_aliases_import.php, line: 58 -msgid "An alias with this name already exists." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 154 -msgid "Alias type may not be changed for an existing alias." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 159 -msgid "You must provide a valid URL." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 286 -# File: src/www/firewall_aliases_edit.php, line: 289 -# File: src/www/firewall_aliases_edit.php, line: 292 -# File: src/www/firewall_aliases_edit.php, line: 295 -msgid "IP or FQDN" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 298 -# File: src/www/firewall_aliases_edit.php, line: 364 -# File: src/www/firewall_aliases_edit.php, line: 375 -msgid "Host(s)" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 301 -# File: src/www/firewall_aliases_edit.php, line: 365 -msgid "Network(s)" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 304 -# File: src/www/firewall_aliases_edit.php, line: 366 -msgid "Port(s)" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 326 -msgid "Alias Edit" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 347 -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z, 0-9 and " -"_\"." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 356 -# File: src/www/firewall_nat_1to1_edit.php, line: 448 -# File: src/www/firewall_nat_edit.php, line: 899 -# File: src/www/firewall_nat_npt_edit.php, line: 291 -# File: src/www/firewall_nat_out_edit.php, line: 675 -# File: src/www/firewall_rules_edit.php, line: 1146 -# File: src/www/firewall_schedule_edit.php, line: 819 -# File: src/www/firewall_schedule_edit.php, line: 980 -# File: src/www/firewall_virtual_ip_edit.php, line: 457 -# File: src/www/interfaces_bridge_edit.php, line: 278 -# File: src/www/interfaces_gif_edit.php, line: 272 -# File: src/www/interfaces_gre_edit.php, line: 260 -# File: src/www/interfaces_groups_edit.php, line: 171 -# File: src/www/interfaces_lagg_edit.php, line: 256 -# File: src/www/interfaces_qinq_edit.php, line: 194 -# File: src/www/interfaces_vlan_edit.php, line: 210 -# File: src/www/interfaces_wireless_edit.php, line: 183 -# File: src/www/services_dhcp_edit.php, line: 415 -# File: src/www/services_dhcpv6_edit.php, line: 237 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 163 -# File: src/www/services_dnsmasq_edit.php, line: 227 -# File: src/www/services_igmpproxy_edit.php, line: 179 -# File: src/www/services_unbound_domainoverride_edit.php, line: 156 -# File: src/www/services_unbound_host_edit.php, line: 317 -# File: src/www/services_wol_edit.php, line: 162 -# File: src/www/system_gateway_groups_edit.php, line: 301 -# File: src/www/system_routes_edit.php, line: 307 -# File: src/www/vpn_ipsec_phase1.php, line: 718 -msgid "You may enter a description here for your reference (not parsed)." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 367 -msgid "URL (IPs)" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 368 -msgid "URL (Ports)" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 369 -msgid "URL Table (IPs)" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 370 -msgid "URL Table (Ports)" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 381 -# File: src/www/firewall_virtual_ip_edit.php, line: 363 -# File: src/www/services_igmpproxy_edit.php, line: 222 -# File: src/www/services_opendns.php, line: 184 -# File: src/www/services_unbound_acls.php, line: 248 -# File: src/www/system_routes.php, line: 242 -# File: src/www/vpn_ipsec_mobile.php, line: 420 -# File: src/www/vpn_ipsec_phase2.php, line: 707 -# File: src/www/vpn_ipsec_phase2.php, line: 765 -# File: src/www/vpn_ipsec_phase2.php, line: 806 -msgid "Network" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 383 -msgid "Update Freq. (days)" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 452 -# File: src/www/firewall_nat_1to1_edit.php, line: 363 -# File: src/www/firewall_nat_1to1_edit.php, line: 414 -# File: src/www/firewall_nat_edit.php, line: 612 -# File: src/www/firewall_nat_edit.php, line: 726 -# File: src/www/firewall_rules_edit.php, line: 902 -# File: src/www/firewall_rules_edit.php, line: 1035 -# File: src/www/services_unbound_acls.php, line: 244 -msgid "Networks" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 455 -msgid "" -"Networks are specified in CIDR format. Select the CIDR mask that pertains " -"to each entry. /32 specifies a single IPv4 host, /128 specifies a single " -"IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, " -"etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 or /" -"128 for IPv6. You may also enter an IP range such as 192.168.1.1-" -"192.168.1.254 and a list of CIDR networks will be derived to fill the range." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 462 -msgid "" -"Enter as many hosts as you would like. Hosts must be specified by their IP " -"address or fully qualified domain name (FQDN). FQDN hostnames are " -"periodically re-resolved and updated. If multiple IPs are returned by a DNS " -"query, all are used." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 469 -msgid "" -"Enter as many ports as you wish. Port ranges can be expressed by separating " -"with a colon." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 473 -msgid "URL's" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 476 -msgid "" -"Enter a URL containing a large number of IPs,ports and/or Subnets. After " -"saving the lists will be downloaded and scheduled for automatic updates when " -"a frequency is provided." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 484 -# File: src/www/firewall_aliases_import.php, line: 210 -# File: src/www/firewall_nat_1to1_edit.php, line: 465 -# File: src/www/firewall_nat_edit.php, line: 1009 -# File: src/www/firewall_nat_npt_edit.php, line: 298 -# File: src/www/firewall_nat_out_edit.php, line: 716 -# File: src/www/firewall_rules_edit.php, line: 1479 -# File: src/www/firewall_schedule_edit.php, line: 1163 -# File: src/www/firewall_virtual_ip_edit.php, line: 465 -# File: src/www/interfaces.php, line: 1903 -# File: src/www/interfaces.php, line: 2502 -# File: src/www/interfaces.php, line: 3348 -# File: src/www/interfaces_bridge_edit.php, line: 631 -# File: src/www/interfaces_gif_edit.php, line: 282 -# File: src/www/interfaces_gre_edit.php, line: 270 -# File: src/www/interfaces_groups_edit.php, line: 198 -# File: src/www/interfaces_lagg_edit.php, line: 266 -# File: src/www/interfaces_ppps_edit.php, line: 918 -# File: src/www/interfaces_qinq_edit.php, line: 216 -# File: src/www/interfaces_vlan_edit.php, line: 219 -# File: src/www/interfaces_wireless_edit.php, line: 193 -# File: src/www/load_balancer_monitor_edit.php, line: 426 -# File: src/www/load_balancer_pool_edit.php, line: 326 -# File: src/www/load_balancer_virtual_server_edit.php, line: 277 -# File: src/www/services_dhcp_edit.php, line: 532 -# File: src/www/services_dhcpv6_edit.php, line: 244 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 170 -# File: src/www/services_dnsmasq_edit.php, line: 293 -# File: src/www/services_dyndns_edit.php, line: 439 -# File: src/www/services_igmpproxy_edit.php, line: 277 -# File: src/www/services_rfc2136_edit.php, line: 228 -# File: src/www/services_unbound_acls.php, line: 312 -# File: src/www/services_unbound_domainoverride_edit.php, line: 164 -# File: src/www/services_unbound_host_edit.php, line: 381 -# File: src/www/services_wol_edit.php, line: 169 -# File: src/www/system_advanced_sysctl.php, line: 226 -# File: src/www/system_gateway_groups_edit.php, line: 309 -# File: src/www/system_gateways_edit.php, line: 819 -# File: src/www/system_groupmanager.php, line: 448 -# File: src/www/system_groupmanager_addprivs.php, line: 155 -# File: src/www/system_hasync.php, line: 335 -# File: src/www/system_routes_edit.php, line: 315 -# File: src/www/system_usermanager.php, line: 917 -# File: src/www/system_usermanager_addprivs.php, line: 152 -# File: src/www/vpn_l2tp_users_edit.php, line: 189 -# File: src/www/vpn_pppoe_edit.php, line: 655 -msgid "Cancel" -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 53 -msgid "The alias name may only consist of the characters" -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 103 -# File: src/www/firewall_aliases_import.php, line: 105 -# File: src/www/firewall_aliases_import.php, line: 115 -msgid "%s is not an IP address. Please correct the error to continue" -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 158 -msgid "Alias Import" -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 170 -msgid "Alias Name" -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 174 -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z and 0-9\"" -"." -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 183 -# File: src/www/system_gateways_edit.php, line: 811 -# File: src/www/vpn_ipsec_phase2.php, line: 694 -# File: src/www/vpn_openvpn_client.php, line: 650 -# File: src/www/vpn_openvpn_csc.php, line: 357 -# File: src/www/vpn_openvpn_server.php, line: 885 -msgid "You may enter a description here for your reference (not parsed)" -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 188 -msgid "Aliases to import" -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 192 -msgid "" -"Paste in the aliases to import separated by a carriage return. Common " -"examples are lists of IPs, networks, blacklists, etc." -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 194 -msgid "" -"The list may contain IP addresses, with or without CIDR prefix, IP ranges, " -"blank lines (ignored) and an optional description after each IP. e.g.:" -msgstr "" - -# File: src/www/firewall_nat.php, line: 155 -# File: src/www/firewall_virtual_ip.php, line: 210 -# File: src/www/interfaces_bridge.php, line: 77 -# File: src/www/interfaces_gif.php, line: 71 -# File: src/www/interfaces_gre.php, line: 72 -# File: src/www/interfaces_groups.php, line: 64 -# File: src/www/interfaces_lagg.php, line: 81 -# File: src/www/interfaces_ppps.php, line: 73 -# File: src/www/interfaces_qinq.php, line: 87 -# File: src/www/interfaces_vlan.php, line: 73 -# File: src/www/interfaces_wireless.php, line: 71 -# File: src/www/load_balancer_monitor.php, line: 82 -# File: src/www/load_balancer_pool.php, line: 92 -# File: src/www/load_balancer_virtual_server.php, line: 130 -# File: src/www/services_dyndns.php, line: 57 -# File: src/www/services_rfc2136.php, line: 53 -# File: src/www/system_crlmanager.php, line: 592 -msgid "Add" -msgstr "" - -# File: src/www/firewall_nat.php, line: 171 -# File: src/www/firewall_nat_1to1.php, line: 119 -# File: src/www/firewall_nat_npt.php, line: 121 -# File: src/www/firewall_nat_out.php, line: 188 -# File: src/www/firewall_rules.php, line: 143 -msgid "Do you really want to delete this rule?" -msgstr "" - -# File: src/www/firewall_nat.php, line: 190 -# File: src/www/firewall_nat_1to1.php, line: 138 -# File: src/www/firewall_nat_npt.php, line: 140 -# File: src/www/firewall_nat_out.php, line: 208 -# File: src/www/firewall_rules.php, line: 162 -msgid "Do you really want to delete the selected rules?" -msgstr "" - -# File: src/www/firewall_nat.php, line: 232 -# File: src/www/firewall_nat_npt.php, line: 183 -msgid "The NAT configuration has been changed" -msgstr "" - -# File: src/www/firewall_nat.php, line: 285 -# File: src/www/firewall_nat_1to1_edit.php, line: 45 -# File: src/www/firewall_nat_edit.php, line: 85 -# File: src/www/firewall_nat_out_edit.php, line: 79 -# File: src/www/firewall_rules_edit.php, line: 92 -msgid "address" -msgstr "" - -# File: src/www/firewall_nat.php, line: 289 -# File: src/www/firewall_rules.php, line: 315 -msgid "Anti-Lockout Rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "disable rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "enable rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 333 -# File: src/www/firewall_nat.php, line: 347 -# File: src/www/firewall_nat.php, line: 361 -# File: src/www/firewall_nat.php, line: 375 -# File: src/www/firewall_nat.php, line: 404 -# File: src/www/firewall_nat_1to1.php, line: 239 -# File: src/www/firewall_nat_1to1.php, line: 252 -# File: src/www/firewall_nat_out.php, line: 384 -# File: src/www/firewall_nat_out.php, line: 402 -# File: src/www/firewall_nat_out.php, line: 430 -# File: src/www/firewall_rules.php, line: 490 -# File: src/www/firewall_rules.php, line: 504 -# File: src/www/firewall_rules.php, line: 518 -# File: src/www/firewall_rules.php, line: 532 -msgid "edit alias" -msgstr "" - -# File: src/www/firewall_nat.php, line: 417 -# File: src/www/firewall_nat_1to1.php, line: 263 -# File: src/www/firewall_nat_npt.php, line: 235 -# File: src/www/firewall_nat_out.php, line: 447 -# File: src/www/firewall_rules.php, line: 579 -msgid "move selected rules before this rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 420 -# File: src/www/firewall_nat_npt.php, line: 238 -# File: src/www/firewall_nat_out.php, line: 450 -# File: src/www/firewall_rules.php, line: 582 -msgid "edit rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 423 -# File: src/www/firewall_nat_1to1.php, line: 269 -# File: src/www/firewall_nat_npt.php, line: 241 -# File: src/www/firewall_nat_out.php, line: 453 -# File: src/www/firewall_rules.php, line: 585 -msgid "delete rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 426 -# File: src/www/firewall_nat_1to1.php, line: 272 -# File: src/www/firewall_nat_npt.php, line: 244 -# File: src/www/firewall_nat_out.php, line: 456 -# File: src/www/firewall_rules.php, line: 588 -msgid "clone rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 442 -# File: src/www/firewall_nat_1to1.php, line: 286 -# File: src/www/firewall_nat_1to1.php, line: 292 -# File: src/www/firewall_nat_npt.php, line: 258 -# File: src/www/firewall_nat_out.php, line: 477 -# File: src/www/firewall_rules.php, line: 619 -msgid "move selected rules to end" -msgstr "" - -# File: src/www/firewall_nat.php, line: 447 -# File: src/www/firewall_nat.php, line: 449 -# File: src/www/firewall_nat_1to1.php, line: 299 -# File: src/www/firewall_nat_1to1.php, line: 304 -# File: src/www/firewall_nat_npt.php, line: 263 -# File: src/www/firewall_nat_npt.php, line: 265 -# File: src/www/firewall_nat_out.php, line: 486 -# File: src/www/firewall_nat_out.php, line: 490 -# File: src/www/firewall_rules.php, line: 622 -msgid "delete selected rules" -msgstr "" - -# File: src/www/firewall_nat.php, line: 453 -# File: src/www/firewall_nat_1to1.php, line: 309 -# File: src/www/firewall_nat_npt.php, line: 269 -# File: src/www/firewall_nat_out.php, line: 496 -# File: src/www/firewall_rules.php, line: 625 -msgid "add new rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 465 -# File: src/www/firewall_nat_1to1.php, line: 319 -# File: src/www/firewall_nat_npt.php, line: 281 -# File: src/www/firewall_nat_out.php, line: 506 -msgid "Enabled rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 469 -# File: src/www/firewall_nat_1to1.php, line: 323 -# File: src/www/firewall_nat_npt.php, line: 285 -# File: src/www/firewall_nat_out.php, line: 510 -msgid "Disabled rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 473 -msgid "No redirect" -msgstr "" - -# File: src/www/firewall_nat.php, line: 477 -msgid "linked rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 481 -# File: src/www/firewall_nat_1to1.php, line: 327 -# File: src/www/firewall_rules.php, line: 688 -msgid "Alias (click to view/edit)" -msgstr "" - -# File: src/www/firewall_nat_1to1.php, line: 91 -msgid "Toggled NAT rule" -msgstr "" - -# File: src/www/firewall_nat_1to1.php, line: 104 -msgid "add rule" -msgstr "" - -# File: src/www/firewall_nat_1to1.php, line: 184 -# File: src/www/firewall_nat_out.php, line: 255 -msgid "The NAT configuration has been changed." -msgstr "" - -# File: src/www/firewall_nat_1to1.php, line: 199 -msgid "External IP" -msgstr "" - -# File: src/www/firewall_nat_1to1.php, line: 200 -# File: src/www/firewall_nat_1to1_edit.php, line: 341 -# File: src/www/firewall_nat_1to1_edit.php, line: 350 -# File: src/www/status_upnp.php, line: 80 -msgid "Internal IP" -msgstr "" - -# File: src/www/firewall_nat_1to1.php, line: 201 -msgid "Destination IP" -msgstr "" - -# File: src/www/firewall_nat_1to1.php, line: 266 -msgid "edit rule " -msgstr "" - -# File: src/www/firewall_nat_1to1.php, line: 336 -msgid "Depending on the way your WAN connection is setup, you may also need a" -msgstr "" - -# File: src/www/firewall_nat_1to1.php, line: 337 -msgid "Virtual IP." -msgstr "" - -# File: src/www/firewall_nat_1to1.php, line: 338 -msgid "" -"If you add a 1:1 NAT entry for any of the interface IPs on this system, it " -"will make this system inaccessible on that IP address. i.e. if you use your " -"WAN IP address, any services on this system (IPsec, OpenVPN server, etc.) " -"using the WAN IP address will no longer function." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 39 -# File: src/www/firewall_nat_edit.php, line: 79 -# File: src/www/firewall_nat_edit.php, line: 659 -# File: src/www/firewall_nat_edit.php, line: 676 -# File: src/www/firewall_nat_edit.php, line: 803 -# File: src/www/firewall_nat_edit.php, line: 820 -# File: src/www/firewall_nat_edit.php, line: 870 -# File: src/www/firewall_nat_out_edit.php, line: 457 -# File: src/www/firewall_nat_out_edit.php, line: 477 -# File: src/www/firewall_nat_out_edit.php, line: 533 -# File: src/www/firewall_rules.php, line: 436 -# File: src/www/firewall_rules.php, line: 454 -# File: src/www/firewall_rules_edit.php, line: 86 -# File: src/www/firewall_rules_edit.php, line: 847 -# File: src/www/firewall_rules_edit.php, line: 968 -# File: src/www/firewall_rules_edit.php, line: 985 -# File: src/www/firewall_rules_edit.php, line: 1090 -# File: src/www/firewall_rules_edit.php, line: 1107 -msgid "any" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 40 -# File: src/www/firewall_nat_edit.php, line: 80 -# File: src/www/firewall_rules_edit.php, line: 87 -msgid "PPTP clients" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 41 -# File: src/www/firewall_nat_edit.php, line: 81 -# File: src/www/firewall_rules_edit.php, line: 88 -msgid "PPPoE clients" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 42 -# File: src/www/firewall_nat_edit.php, line: 82 -# File: src/www/firewall_rules_edit.php, line: 89 -msgid "L2TP clients" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 44 -# File: src/www/firewall_nat_edit.php, line: 84 -# File: src/www/firewall_rules_edit.php, line: 91 -msgid "net" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 163 -msgid "" -"Invalid characters detected (%s). Please remove invalid characters and save " -"again." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 168 -# File: src/www/firewall_nat_1to1_edit.php, line: 427 -# File: src/www/firewall_nat_edit.php, line: 205 -# File: src/www/firewall_nat_edit.php, line: 769 -# File: src/www/firewall_nat_out_edit.php, line: 547 -# File: src/www/firewall_rules_edit.php, line: 1051 -msgid "Destination address" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 168 -msgid "External subnet" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 168 -# File: src/www/firewall_nat_1to1_edit.php, line: 376 -# File: src/www/firewall_nat_edit.php, line: 203 -# File: src/www/firewall_nat_edit.php, line: 625 -# File: src/www/firewall_nat_npt_edit.php, line: 232 -# File: src/www/firewall_nat_npt_edit.php, line: 270 -# File: src/www/firewall_nat_out_edit.php, line: 492 -# File: src/www/firewall_rules_edit.php, line: 919 -msgid "Source address" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 174 -msgid "A valid external subnet must be specified." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 178 -# File: src/www/firewall_nat_edit.php, line: 231 -# File: src/www/firewall_rules_edit.php, line: 300 -msgid "%s is not a valid source IP address or alias." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 181 -# File: src/www/firewall_nat_edit.php, line: 234 -# File: src/www/firewall_nat_out_edit.php, line: 210 -# File: src/www/firewall_rules_edit.php, line: 303 -msgid "A valid source bit count must be specified." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 185 -# File: src/www/firewall_nat_edit.php, line: 238 -# File: src/www/firewall_rules_edit.php, line: 308 -msgid "%s is not a valid destination IP address or alias." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 188 -# File: src/www/firewall_nat_edit.php, line: 242 -# File: src/www/firewall_nat_out_edit.php, line: 216 -# File: src/www/firewall_rules_edit.php, line: 311 -msgid "A valid destination bit count must be specified." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 293 -msgid "Edit NAT 1:1 entry" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 300 -# File: src/www/firewall_nat_edit.php, line: 523 -# File: src/www/firewall_nat_npt_edit.php, line: 186 -# File: src/www/firewall_nat_out_edit.php, line: 414 -# File: src/www/firewall_rules_edit.php, line: 715 -# File: src/www/interfaces.php, line: 2252 -# File: src/www/interfaces_ppps_edit.php, line: 655 -# File: src/www/system_gateways_edit.php, line: 565 -# File: src/www/system_routes_edit.php, line: 293 -# File: src/www/system_usermanager.php, line: 625 -# File: src/www/vpn_ipsec_phase1.php, line: 595 -# File: src/www/vpn_ipsec_phase2.php, line: 659 -# File: src/www/vpn_openvpn_client.php, line: 475 -# File: src/www/vpn_openvpn_client.php, line: 1047 -# File: src/www/vpn_openvpn_csc.php, line: 335 -# File: src/www/vpn_openvpn_csc.php, line: 612 -# File: src/www/vpn_openvpn_server.php, line: 733 -# File: src/www/vpn_openvpn_server.php, line: 1710 -msgid "Disabled" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 304 -# File: src/www/firewall_nat_edit.php, line: 527 -# File: src/www/firewall_nat_npt_edit.php, line: 190 -# File: src/www/firewall_nat_out_edit.php, line: 418 -# File: src/www/firewall_rules_edit.php, line: 719 -msgid "Disable this rule" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 305 -# File: src/www/firewall_nat_edit.php, line: 528 -# File: src/www/firewall_nat_npt_edit.php, line: 191 -# File: src/www/firewall_nat_out_edit.php, line: 419 -# File: src/www/firewall_rules_edit.php, line: 720 -msgid "Set this option to disable this rule without removing it from the list." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 323 -# File: src/www/firewall_nat_npt_edit.php, line: 209 -# File: src/www/firewall_nat_out_edit.php, line: 447 -msgid "Choose which interface this rule applies to" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 324 -# File: src/www/firewall_nat_npt_edit.php, line: 210 -# File: src/www/firewall_nat_out_edit.php, line: 448 -msgid "Hint: in most cases, you'll want to use WAN here" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 329 -msgid "External subnet IP" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 334 -msgid "" -"Enter the external (usually on a WAN) subnet's starting address for the 1:1 " -"mapping. " -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 335 -msgid "" -"The subnet mask from the internal address below will be applied to this IP " -"address." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 336 -msgid "" -"Hint: this is generally an address owned by the router itself on the " -"selected interface." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 341 -# File: src/www/firewall_nat_1to1_edit.php, line: 392 -# File: src/www/firewall_nat_edit.php, line: 590 -# File: src/www/firewall_nat_edit.php, line: 704 -# File: src/www/firewall_nat_npt_edit.php, line: 218 -# File: src/www/firewall_nat_npt_edit.php, line: 256 -# File: src/www/firewall_nat_out_edit.php, line: 517 -# File: src/www/firewall_rules_edit.php, line: 880 -# File: src/www/firewall_rules_edit.php, line: 1013 -msgid "Invert" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 345 -# File: src/www/firewall_nat_1to1_edit.php, line: 396 -# File: src/www/firewall_nat_edit.php, line: 594 -# File: src/www/firewall_nat_edit.php, line: 708 -# File: src/www/firewall_nat_npt_edit.php, line: 222 -# File: src/www/firewall_nat_npt_edit.php, line: 260 -# File: src/www/firewall_nat_out_edit.php, line: 521 -# File: src/www/firewall_rules_edit.php, line: 884 -# File: src/www/firewall_rules_edit.php, line: 1017 -msgid "Use this option to invert the sense of the match." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 356 -# File: src/www/firewall_nat_1to1_edit.php, line: 407 -# File: src/www/firewall_nat_edit.php, line: 605 -# File: src/www/firewall_nat_edit.php, line: 719 -# File: src/www/firewall_nat_out_edit.php, line: 476 -# File: src/www/firewall_nat_out_edit.php, line: 532 -# File: src/www/firewall_nat_out_edit.php, line: 579 -# File: src/www/firewall_rules_edit.php, line: 895 -# File: src/www/firewall_rules_edit.php, line: 1028 -msgid "Single host or Network" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 387 -msgid "" -"Enter the internal (LAN) subnet for the 1:1 mapping. The subnet size " -"specified for the internal subnet will be applied to the external subnet." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 438 -msgid "" -"The 1:1 mapping will only be used for connections to or from the specified " -"destination." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 439 -msgid "Hint: this is usually 'any'." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 452 -# File: src/www/firewall_nat_edit.php, line: 912 -msgid "NAT reflection" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 455 -# File: src/www/firewall_nat_edit.php, line: 915 -msgid "Use system default" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 457 -# File: src/www/firewall_nat_edit.php, line: 918 -# File: src/www/services_dyndns_edit.php, line: 249 -# File: src/www/system_advanced_firewall.php, line: 511 -# File: src/www/system_advanced_misc.php, line: 525 -# File: src/www/system_advanced_misc.php, line: 545 -# File: src/www/vpn_ipsec_phase1.php, line: 1002 -msgid "Disable" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 190 -# File: src/www/firewall_nat_out_edit.php, line: 187 -msgid "" -"Invalid characters detected %s. Please remove invalid characters and save " -"again." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 196 -msgid "Destination port from" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 196 -msgid "Destination port to" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 209 -# File: src/www/firewall_nat_edit.php, line: 845 -msgid "Redirect target IP" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 215 -msgid "\"%s\" is not a valid redirect target IP address or host alias." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 218 -# File: src/www/firewall_rules_edit.php, line: 284 -msgid "" -"%s is not a valid start source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 220 -# File: src/www/firewall_rules_edit.php, line: 286 -msgid "" -"%s is not a valid end source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 222 -# File: src/www/firewall_rules_edit.php, line: 288 -msgid "" -"%s is not a valid start destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 224 -# File: src/www/firewall_rules_edit.php, line: 290 -msgid "" -"%s is not a valid end destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 227 -msgid "" -"A valid redirect target port must be specified. It must be a port alias or " -"integer between 1 and 65535." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 248 -msgid "The target port range must be an integer between 1 and 65535." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 374 -msgid "NAT Port Forward" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 516 -msgid "Edit Redirect entry" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 533 -msgid "No RDR (NOT)" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 537 -msgid "" -"Enabling this option will disable redirection for traffic matching this rule." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 538 -msgid "" -"Hint: this option is rarely needed, don't use this unless you know what " -"you're doing." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 556 -msgid "Choose which interface this rule applies to." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 557 -msgid "Hint: in most cases, you'll want to use WAN here." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 575 -# File: src/www/firewall_nat_out_edit.php, line: 464 -# File: src/www/firewall_rules_edit.php, line: 836 -msgid "Choose which IP protocol this rule should match." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 576 -# File: src/www/firewall_nat_out_edit.php, line: 465 -msgid "Hint: in most cases, you should specify" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 576 -# File: src/www/firewall_nat_out_edit.php, line: 465 -# File: src/www/firewall_rules_edit.php, line: 837 -msgid "here." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 585 -# File: src/www/firewall_rules_edit.php, line: 942 -msgid "Show source address and port range" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 638 -# File: src/www/firewall_rules_edit.php, line: 947 -msgid "Source port range" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 643 -# File: src/www/firewall_nat_edit.php, line: 787 -# File: src/www/firewall_rules_edit.php, line: 952 -# File: src/www/firewall_rules_edit.php, line: 1074 -msgid "from:" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 644 -# File: src/www/firewall_nat_edit.php, line: 788 -# File: src/www/firewall_rules_edit.php, line: 953 -# File: src/www/firewall_rules_edit.php, line: 1075 -msgid "to:" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 658 -# File: src/www/firewall_nat_edit.php, line: 675 -# File: src/www/firewall_nat_edit.php, line: 802 -# File: src/www/firewall_nat_edit.php, line: 819 -# File: src/www/firewall_nat_edit.php, line: 869 -# File: src/www/firewall_rules_edit.php, line: 967 -# File: src/www/firewall_rules_edit.php, line: 984 -# File: src/www/firewall_rules_edit.php, line: 1089 -# File: src/www/firewall_rules_edit.php, line: 1106 -msgid "Well-known ports" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 695 -# File: src/www/firewall_rules_edit.php, line: 1004 -msgid "Specify the source port or port range for this rule" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 696 -# File: src/www/firewall_rules_edit.php, line: 1005 -msgid "This is usually" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 697 -# File: src/www/firewall_rules_edit.php, line: 1006 -msgid "random" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 698 -# File: src/www/firewall_rules_edit.php, line: 1007 -msgid "" -"and almost never equal to the destination port range (and should usually be " -"'any')" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 782 -# File: src/www/firewall_rules_edit.php, line: 1069 -msgid "Destination port range" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 839 -# File: src/www/firewall_rules_edit.php, line: 1126 -msgid "" -"Specify the port or port range for the destination of the packet for this " -"mapping." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 849 -msgid "" -"Enter the internal IP address of the server on which you want to map the " -"ports." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 851 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 143 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 150 -# File: src/www/services_dnsmasq_edit.php, line: 207 -# File: src/www/services_dnsmasq_edit.php, line: 214 -# File: src/www/services_dnsmasq_edit.php, line: 221 -# File: src/www/services_unbound_domainoverride_edit.php, line: 136 -# File: src/www/services_unbound_domainoverride_edit.php, line: 146 -# File: src/www/services_unbound_host_edit.php, line: 261 -# File: src/www/services_unbound_host_edit.php, line: 269 -# File: src/www/services_unbound_host_edit.php, line: 286 -# File: src/www/services_unbound_host_edit.php, line: 294 -# File: src/www/services_unbound_host_edit.php, line: 302 -# File: src/www/services_unbound_host_edit.php, line: 310 -# File: src/www/system_general.php, line: 330 -#, fuzzy -msgid "e.g." -msgstr "e.g." - -# File: src/www/firewall_nat_edit.php, line: 855 -msgid "Redirect target port" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 886 -msgid "" -"Specify the port on the machine with the IP address entered above. In case " -"of a port range, specify the beginning port of the range (the end port will " -"be calculated automatically)." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 890 -msgid "Hint: this is usually identical to the 'from' port above" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 903 -# File: src/www/firewall_nat_out_edit.php, line: 662 -# File: src/www/firewall_rules_edit.php, line: 1189 -msgid "No XMLRPC Sync" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 907 -# File: src/www/firewall_nat_out_edit.php, line: 666 -# File: src/www/firewall_rules_edit.php, line: 1193 -msgid "" -"Hint: This prevents the rule on Master from automatically syncing to other " -"CARP members. This does NOT prevent the rule from being overwritten on Slave." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 916 -# File: src/www/system_advanced_firewall.php, line: 514 -msgid "Enable (NAT + Proxy)" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 917 -# File: src/www/system_advanced_firewall.php, line: 517 -msgid "Enable (Pure NAT)" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 924 -# File: src/www/firewall_nat_edit.php, line: 956 -msgid "Filter rule association" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 929 -# File: src/www/firewall_nat_edit.php, line: 962 -# File: src/www/firewall_rules_edit.php, line: 696 -msgid "Pass" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 950 -msgid "View the filter rule" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 960 -msgid "Add associated filter rule" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 961 -msgid "Add unassociated filter rule" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 965 -msgid "" -"NOTE: The \"pass\" selection does not work properly with Multi-WAN. It will " -"only work on an interface containing the default gateway." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 980 -# File: src/www/firewall_nat_out_edit.php, line: 687 -# File: src/www/firewall_rules_edit.php, line: 1452 -msgid "Rule Information" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 984 -# File: src/www/firewall_nat_out_edit.php, line: 693 -# File: src/www/firewall_rules_edit.php, line: 1457 -msgid "Created" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 986 -# File: src/www/firewall_nat_edit.php, line: 995 -# File: src/www/firewall_nat_out_edit.php, line: 695 -# File: src/www/firewall_nat_out_edit.php, line: 705 -# File: src/www/firewall_rules_edit.php, line: 1459 -# File: src/www/firewall_rules_edit.php, line: 1468 -msgid "by" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 993 -# File: src/www/firewall_nat_out_edit.php, line: 703 -# File: src/www/firewall_rules_edit.php, line: 1466 -msgid "Updated" -msgstr "" - -# File: src/www/firewall_nat_npt.php, line: 91 -msgid "Firewall: NAT: NPT, enable/disable NAT rule" -msgstr "" - -# File: src/www/firewall_nat_npt.php, line: 104 -msgid "Add rule" -msgstr "" - -# File: src/www/firewall_nat_npt.php, line: 120 -# File: src/www/firewall_nat_npt.php, line: 139 -msgid "NPT" -msgstr "" - -# File: src/www/firewall_nat_npt.php, line: 198 -msgid "External Prefix" -msgstr "" - -# File: src/www/firewall_nat_npt.php, line: 199 -msgid "Internal prefix" -msgstr "" - -# File: src/www/firewall_nat_npt_edit.php, line: 126 -msgid "Source prefix" -msgstr "" - -# File: src/www/firewall_nat_npt_edit.php, line: 128 -msgid "Destination prefix" -msgstr "" - -# File: src/www/firewall_nat_npt_edit.php, line: 179 -msgid "Edit NAT NPT entry" -msgstr "" - -# File: src/www/firewall_nat_npt_edit.php, line: 215 -msgid "Internal IPv6 Prefix" -msgstr "" - -# File: src/www/firewall_nat_npt_edit.php, line: 227 -# File: src/www/firewall_nat_npt_edit.php, line: 265 -# File: src/www/firewall_virtual_ip_edit.php, line: 368 -# File: src/www/vpn_ipsec_phase2.php, line: 720 -# File: src/www/vpn_ipsec_phase2.php, line: 777 -msgid "Address:" -msgstr "" - -# File: src/www/firewall_nat_npt_edit.php, line: 244 -msgid "" -"Enter the internal (LAN) ULA IPv6 Prefix for the Network Prefix translation. " -"The prefix size specified for the internal IPv6 prefix will be applied to " -"the external prefix." -msgstr "" - -# File: src/www/firewall_nat_npt_edit.php, line: 253 -msgid "Destination IPv6 Prefix" -msgstr "" - -# File: src/www/firewall_nat_npt_edit.php, line: 282 -msgid "Enter the Global Unicast routable IPv6 prefix here" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 87 -msgid "Manual Outbound NAT Switch" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 115 -msgid "Default rules for each interface have been created." -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 187 -# File: src/www/firewall_nat_out.php, line: 207 -msgid "Nat" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 265 -msgid "Mode:" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 277 -msgid "Automatic outbound NAT rule generation" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 278 -msgid "(no manual rules can be used)" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 289 -msgid "Hybrid outbound NAT rule generation" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 290 -msgid "(automatically generated rules are applied after manual rules)" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 303 -msgid "Manual outbound NAT rule generation" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 304 -msgid "(no automatic rules are being generated)" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 315 -msgid "Disable outbound NAT rule generation" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 316 -msgid "(outbound NAT is disabled)" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 335 -msgid "Manual rules:" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 344 -# File: src/www/firewall_nat_out.php, line: 544 -msgid "NAT Address" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 345 -# File: src/www/firewall_nat_out.php, line: 545 -msgid "NAT Port" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 346 -# File: src/www/firewall_nat_out.php, line: 546 -msgid "Static Port" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 364 -msgid "All manual rules are being ignored" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 388 -msgid "This Firewall" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 441 -# File: src/www/firewall_nat_out.php, line: 595 -# File: src/www/system_camanager.php, line: 749 -# File: src/www/system_crlmanager.php, line: 658 -# File: src/www/system_crlmanager.php, line: 660 -msgid "NO" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 441 -# File: src/www/firewall_nat_out.php, line: 595 -# File: src/www/system_camanager.php, line: 749 -# File: src/www/system_crlmanager.php, line: 658 -# File: src/www/system_crlmanager.php, line: 660 -msgid "YES" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 534 -msgid "Automatic rules:" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 557 -msgid "automatic outbound nat" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_rules_edit.php, line: 242 -msgid "Destination bit count" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_rules_edit.php, line: 238 -msgid "Source bit count" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 197 -msgid "" -"You must supply either a valid port or port alias for the source port entry." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 200 -msgid "" -"You must supply either a valid port or port alias for the destination port " -"entry." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 203 -msgid "You must supply a valid port for the NAT port entry." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 207 -msgid "A valid source must be specified." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 213 -msgid "A valid destination must be specified." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 219 -msgid "Negating destination address of \"any\" is invalid." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 223 -msgid "A valid target IP address must be specified." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 227 -msgid "Only Round Robin pool options may be chosen when selecting an alias." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 404 -msgid "Edit Advanced Outbound NAT entry" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 424 -msgid "Do not NAT" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 428 -msgid "" -"Enabling this option will disable NAT for traffic matching this rule and " -"stop processing Outbound NAT rules." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 429 -msgid "Hint: in most cases, you won't use this option." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "AH" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "IGMP" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "IPV6" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "OSPF" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "PIM" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "TCP/UDP" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 478 -msgid "This Firewall (self)" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 503 -# File: src/www/firewall_nat_out_edit.php, line: 558 -msgid "Enter the source network for the outbound NAT mapping." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 508 -msgid "Source port:" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 512 -# File: src/www/firewall_nat_out_edit.php, line: 567 -msgid "(leave blank for any)" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 563 -msgid "Destination port:" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 572 -msgid "Translation / target" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 578 -msgid "Interface address" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 592 -msgid "Translation address" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 603 -msgid "Packets matching this rule will be mapped to the IP address given here." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 604 -msgid "" -"If you want this rule to apply to another IP address rather than the IP " -"address of the interface chosen above, select it here (you will need to " -"define %sVirtual IP addresses%s on the interface first)." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 611 -msgid "Pool Options:" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 618 -msgid "Round Robin" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 621 -msgid "Round Robin with Sticky Address" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 624 -msgid "Random" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 627 -msgid "Random with Sticky Address" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 630 -msgid "Source Hash" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 633 -msgid "Bitmask" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 637 -msgid "" -"Only Round Robin types work with Host Aliases. Any type can be used with a " -"Subnet." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 638 -msgid "Round Robin: Loops through the translation addresses." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 639 -msgid "Random: Selects an address from the translation address pool at random." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 640 -msgid "" -"Source Hash: Uses a hash of the source address to determine the translation " -"address, ensuring that the redirection address is always the same for a " -"given source." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 641 -msgid "" -"Bitmask: Applies the subnet mask and keeps the last portion identical; " -"10.0.1.50 -> x.x.x.50." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 642 -msgid "" -"Sticky Address: The Sticky Address option can be used with the Random and " -"Round Robin pool types to ensure that a particular source address is always " -"mapped to the same translation address." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 647 -msgid "Translation" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 647 -msgid "port:" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 651 -msgid "Enter the source port for the outbound NAT mapping." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 656 -msgid "Static-port:" -msgstr "" - -# File: src/www/firewall_rules.php, line: 55 -msgid "" -"The settings have been applied. The firewall rules are now reloading in the " -"background.
You can also %s monitor %s the reload progress" -msgstr "" - -# File: src/www/firewall_rules.php, line: 205 -msgid "" -"The firewall rule configuration has been changed.
You must apply the " -"changes in order for them to take effect." -msgstr "" - -# File: src/www/firewall_rules.php, line: 269 -# File: src/www/firewall_rules_edit.php, line: 1221 -# File: src/www/interfaces.php, line: 611 -# File: src/www/interfaces.php, line: 666 -# File: src/www/interfaces_ppps_edit.php, line: 611 -# File: src/www/services_dhcp.php, line: 848 -# File: src/www/services_dhcp_edit.php, line: 441 -# File: src/www/status_gateways.php, line: 53 -# File: src/www/system_gateway_groups_edit.php, line: 195 -# File: src/www/system_gateways.php, line: 302 -# File: src/www/system_gateways_edit.php, line: 617 -# File: src/www/system_routes.php, line: 243 -# File: src/www/system_routes_edit.php, line: 85 -# File: src/www/system_routes_edit.php, line: 275 -msgid "Gateway" -msgstr "" - -# File: src/www/firewall_rules.php, line: 291 -msgid "Block all IPv6 traffic" -msgstr "" - -# File: src/www/firewall_rules.php, line: 293 -# File: src/www/firewall_rules.php, line: 317 -# File: src/www/firewall_rules.php, line: 343 -# File: src/www/firewall_rules.php, line: 368 -msgid "change configuration" -msgstr "" - -# File: src/www/firewall_rules.php, line: 335 -msgid "RFC 1918 networks" -msgstr "" - -# File: src/www/firewall_rules.php, line: 341 -# File: src/www/interfaces.php, line: 1702 -msgid "Block private networks" -msgstr "" - -# File: src/www/firewall_rules.php, line: 360 -msgid "Reserved/not assigned by IANA" -msgstr "" - -# File: src/www/firewall_rules.php, line: 366 -# File: src/www/interfaces.php, line: 1714 -msgid "Block bogon networks" -msgstr "" - -# File: src/www/firewall_rules.php, line: 441 -# File: src/www/firewall_rules.php, line: 658 -msgid "first match" -msgstr "" - -# File: src/www/firewall_rules.php, line: 443 -# File: src/www/firewall_rules.php, line: 680 -msgid "last match" -msgstr "" - -# File: src/www/firewall_rules.php, line: 455 -# File: src/www/firewall_rules_edit.php, line: 848 -msgid "Echo request" -msgstr "" - -# File: src/www/firewall_rules.php, line: 456 -# File: src/www/firewall_rules_edit.php, line: 849 -msgid "Echo reply" -msgstr "" - -# File: src/www/firewall_rules.php, line: 457 -# File: src/www/firewall_rules_edit.php, line: 850 -msgid "Destination unreachable" -msgstr "" - -# File: src/www/firewall_rules.php, line: 458 -# File: src/www/firewall_rules_edit.php, line: 851 -msgid "Source quench" -msgstr "" - -# File: src/www/firewall_rules.php, line: 459 -# File: src/www/firewall_rules_edit.php, line: 852 -msgid "Redirect" -msgstr "" - -# File: src/www/firewall_rules.php, line: 460 -# File: src/www/firewall_rules_edit.php, line: 853 -msgid "Alternate Host" -msgstr "" - -# File: src/www/firewall_rules.php, line: 461 -# File: src/www/firewall_rules_edit.php, line: 854 -msgid "Router advertisement" -msgstr "" - -# File: src/www/firewall_rules.php, line: 462 -# File: src/www/firewall_rules_edit.php, line: 855 -msgid "Router solicitation" -msgstr "" - -# File: src/www/firewall_rules.php, line: 463 -# File: src/www/firewall_rules_edit.php, line: 856 -msgid "Time exceeded" -msgstr "" - -# File: src/www/firewall_rules.php, line: 464 -# File: src/www/firewall_rules_edit.php, line: 857 -msgid "Invalid IP header" -msgstr "" - -# File: src/www/firewall_rules.php, line: 466 -# File: src/www/firewall_rules_edit.php, line: 859 -msgid "Timestamp reply" -msgstr "" - -# File: src/www/firewall_rules.php, line: 467 -# File: src/www/firewall_rules_edit.php, line: 860 -msgid "Information request" -msgstr "" - -# File: src/www/firewall_rules.php, line: 468 -# File: src/www/firewall_rules_edit.php, line: 861 -msgid "Information reply" -msgstr "" - -# File: src/www/firewall_rules.php, line: 469 -# File: src/www/firewall_rules_edit.php, line: 862 -msgid "Address mask request" -msgstr "" - -# File: src/www/firewall_rules.php, line: 470 -# File: src/www/firewall_rules_edit.php, line: 863 -msgid "Address mask reply" -msgstr "" - -# File: src/www/firewall_rules.php, line: 569 -# File: src/www/firewall_schedule.php, line: 235 -msgid "edit schedule" -msgstr "" - -# File: src/www/firewall_rules.php, line: 602 -msgid "No floating rules are currently defined." -msgstr "" - -# File: src/www/firewall_rules.php, line: 604 -msgid "No rules are currently defined for this interface" -msgstr "" - -# File: src/www/firewall_rules.php, line: 605 -msgid "" -"All incoming connections on this interface will be blocked until you add " -"pass rules." -msgstr "" - -# File: src/www/firewall_rules.php, line: 607 -msgid "Click the" -msgstr "" - -# File: src/www/firewall_rules.php, line: 611 -msgid " button to add a new rule." -msgstr "" - -# File: src/www/firewall_rules.php, line: 641 -msgid "pass" -msgstr "" - -# File: src/www/firewall_rules.php, line: 644 -msgid "match" -msgstr "" - -# File: src/www/firewall_rules.php, line: 647 -msgid "block" -msgstr "" - -# File: src/www/firewall_rules.php, line: 650 -msgid "reject" -msgstr "" - -# File: src/www/firewall_rules.php, line: 653 -msgid "log" -msgstr "" - -# File: src/www/firewall_rules.php, line: 663 -msgid "pass (disabled)" -msgstr "" - -# File: src/www/firewall_rules.php, line: 666 -msgid "match (disabled)" -msgstr "" - -# File: src/www/firewall_rules.php, line: 669 -msgid "block (disabled)" -msgstr "" - -# File: src/www/firewall_rules.php, line: 672 -msgid "reject (disabled)" -msgstr "" - -# File: src/www/firewall_rules.php, line: 675 -msgid "log (disabled)" -msgstr "" - -# File: src/www/firewall_rules.php, line: 692 -msgid "Schedule (click to view/edit)" -msgstr "" - -# File: src/www/firewall_rules.php, line: 697 -# File: src/www/vpn_l2tp.php, line: 357 -# File: src/www/vpn_l2tp.php, line: 376 -msgid "Hint:" -msgstr "" - -# File: src/www/firewall_rules.php, line: 701 -msgid "" -"Rules are evaluated on a first-match basis (i.e. the action of the first " -"rule to match a packet will be executed). This means that if you use block " -"rules, you'll have to pay attention to the rule order. Everything that isn't " -"explicitly passed is blocked by default. " -msgstr "" - -# File: src/www/firewall_rules.php, line: 707 -msgid "" -"Floating rules are evaluated on a first-match basis (i.e. the action of the " -"first rule to match a packet will be executed) only if the 'quick' option is " -"checked on a rule. Otherwise they will only apply if no other rules match. " -"Pay close attention to the rule order and options chosen. If no rule here " -"matches, the per-interface or default rules are used. " -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 234 -# File: src/www/firewall_rules_edit.php, line: 806 -msgid "TCP/IP Version" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 248 -msgid "You can not assign a gateway to a rule that applies to IPv4 and IPv6" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 256 -msgid "You can not assign a IPv4 gateway group on IPv6 Address Family rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 259 -msgid "You can not assign a IPv6 gateway group on IPv4 Address Family rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 266 -msgid "You can not assign the IPv4 Gateway to a IPv6 Filter rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 269 -msgid "You can not assign the IPv6 Gateway to a IPv4 Filter rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 273 -msgid "You can not assign a ICMP type to a rule that applies to IPv4 and IPv6" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 277 -msgid "%s is only valid with protocol tcp." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 280 -msgid "%s is only valid if the gateway is set to 'default'." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 293 -msgid "" -"When selecting aliases for source ports, both from and to fields must be the " -"same" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 296 -msgid "" -"When selecting aliases for destination ports, both from and to fields must " -"be the same" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 316 -msgid "" -"The Source IP address %s Address Family differs from the destination %s." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 318 -msgid "You can not use IPv6 addresses in IPv4 rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 320 -msgid "You can not use IPv4 addresses in IPv6 rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 324 -msgid "Invalid subnet mask on IPv4 source" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 327 -msgid "Invalid subnet mask on IPv4 destination" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 331 -msgid "You can not use a IPv4 or IPv6 address in combined IPv4 + IPv6 rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 335 -msgid "OS detection is only valid with protocol tcp." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 338 -msgid "Invalid OS detection selection. Please select a valid OS." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 343 -msgid "" -"You can not use gateways in Floating rules without choosing a direction." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 348 -msgid "" -"You can only specify the maximum number of established connections per host (" -"advanced option) for TCP protocol." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 350 -msgid "" -"You can only specify the maximum new connections per host / per second(s) (" -"advanced option) for TCP protocol." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 352 -msgid "" -"You can only specify the state timeout (advanced option) for TCP protocol." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 356 -msgid "" -"You can only specify the maximum state entries (advanced option) for Pass " -"type rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 358 -msgid "" -"You can only specify the maximum number of unique source hosts (advanced " -"option) for Pass type rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 360 -msgid "" -"You can only specify the maximum number of established connections per host (" -"advanced option) for Pass type rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 362 -msgid "" -"You can only specify the maximum state entries per host (advanced option) " -"for Pass type rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 364 -msgid "" -"You can only specify the maximum new connections per host / per second(s) (" -"advanced option) for Pass type rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 366 -msgid "" -"You can only specify the state timeout (advanced option) for Pass type rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 370 -msgid "" -"You cannot specify the maximum state entries (advanced option) if statetype " -"is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 372 -msgid "" -"You cannot specify the maximum number of unique source hosts (advanced " -"option) if statetype is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 374 -msgid "" -"You cannot specify the maximum number of established connections per host (" -"advanced option) if statetype is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 376 -msgid "" -"You cannot specify the maximum state entries per host (advanced option) if " -"statetype is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 378 -msgid "" -"You cannot specify the maximum new connections per host / per second(s) (" -"advanced option) if statetype is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 380 -msgid "" -"You cannot specify the state timeout (advanced option) if statetype is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 384 -msgid "Maximum state entries (advanced option) must be a positive integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 387 -msgid "" -"Maximum number of unique source hosts (advanced option) must be a positive " -"integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 390 -msgid "" -"Maximum number of established connections per host (advanced option) must be " -"a positive integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 393 -msgid "" -"Maximum state entries per host (advanced option) must be a positive integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 396 -msgid "" -"Maximum new connections per host / per second(s) (advanced option) must be a " -"positive integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 399 -msgid "State timeout (advanced option) must be a positive integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 404 -msgid "" -"Both maximum new connections per host and the interval (per second(s)) must " -"be specified" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 408 -msgid "" -"If you specify TCP flags that should be set you should specify out of which " -"flags as well." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 685 -msgid "Edit Firewall rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 696 -msgid "Block" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 696 -msgid "Reject" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 698 -msgid "Match" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 708 -msgid "Choose what to do with packets that match the criteria specified below." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 709 -msgid "" -"Hint: the difference between block and reject is that with reject, a packet (" -"TCP RST or ICMP port unreachable for UDP) is returned to the sender, whereas " -"with block the packet is dropped silently. In either case, the original " -"packet is discarded." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 727 -msgid "Quick" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 732 -msgid "Apply the action immediately on match." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 733 -msgid "" -"Set this option if you need to apply this action to traffic that matches " -"this rule immediately." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 742 -msgid "Associated filter rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 745 -msgid "This is associated to a NAT rule." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 746 -msgid "" -"You cannot edit the interface, protocol, source, or destination of " -"associated filter rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 753 -msgid "View the NAT rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 783 -msgid "Choose on which interface packets must come in to match this rule." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 818 -msgid "Select the Internet Protocol version this rule applies to" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 837 -msgid "Hint: in most cases, you should specify " -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 842 -msgid "ICMP type" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 875 -msgid "" -"If you selected ICMP for the protocol above, you may specify an ICMP type " -"here." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1131 -msgid "Log" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1135 -msgid "Log packets that are handled by this rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1137 -msgid "Diagnostics: System logs: Settings" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1137 -msgid "" -"Hint: the firewall has limited local log space. Don't turn on logging for " -"everything. If you want to do a lot of logging, consider using a remote " -"syslog server" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1137 -msgid "page" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1137 -msgid "see the" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1150 -msgid "Advanced features" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1153 -msgid "Source OS" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1166 -msgid "OS Type:" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1167 -msgid "" -"Note: this only works for TCP rules. General OS choice matches all subtypes." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1172 -msgid "Diffserv Code Point" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1216 -msgid "Leave as 'none' to leave the rule enabled all the time." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1224 -# File: src/www/services_ntpd_gps.php, line: 439 -# File: src/www/services_ntpd_gps.php, line: 445 -# File: src/www/services_ntpd_gps.php, line: 451 -# File: src/www/services_ntpd_gps.php, line: 527 -# File: src/www/services_ntpd_pps.php, line: 151 -# File: src/www/services_ntpd_pps.php, line: 157 -# File: src/www/services_ntpd_pps.php, line: 201 -# File: src/www/vpn_ipsec_phase1.php, line: 610 -msgid "default" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1244 -msgid "" -"Leave as 'default' to use the system routing table. Or choose a gateway to " -"utilize policy based routing." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1249 -# File: src/www/interfaces_ppps_edit.php, line: 647 -# File: src/www/interfaces_ppps_edit.php, line: 722 -# File: src/www/vpn_ipsec_phase1.php, line: 977 -# File: src/www/vpn_ipsec_phase2.php, line: 935 -msgid "Advanced Options" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1251 -msgid "Show/Hide" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1256 -msgid "Note: Leave fields blank to disable the feature." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1259 -msgid "allow options" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1263 -msgid "" -"This allows packets with IP options to pass. Otherwise they are blocked by " -"default. This is usually only seen with multicast traffic." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1268 -msgid "disable reply-to" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1272 -msgid "This will disable auto generated reply-to for this rule." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1277 -msgid "Set local tag" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1281 -msgid "Policy filtering" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1281 -msgid "" -"You can mark a packet matching this rule and use this mark to match on other " -"NAT/filter rules. It is called" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1286 -msgid "Match local tag" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1290 -msgid "You can match packet on a mark placed before on another rule." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1295 -msgid "Max states" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1299 -msgid " Maximum state entries this rule can create" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1304 -msgid "Max source nodes" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1308 -msgid " Maximum number of unique source hosts" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1313 -msgid "Max established" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1317 -msgid " Maximum number of established connections per host (TCP only)" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1322 -msgid "Max source states" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1326 -msgid " Maximum state entries per host" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1331 -msgid "Max new connections" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1356 -msgid "Maximum new connections per host / per second(s) (TCP only)" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1361 -msgid "State timeout" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1365 -msgid "State Timeout in seconds (TCP only)" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1370 -msgid "TCP flags" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1398 -msgid "Any flags." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1403 -msgid "" -"Use this to choose TCP flags that must be set or cleared for this rule to " -"match." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1408 -msgid "NO pfsync" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1408 -# File: src/www/firewall_rules_edit.php, line: 1417 -msgid "State Type" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1412 -msgid "" -"Hint: This prevents states created by this rule to be sync'ed over pfsync." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1421 -# File: src/www/firewall_rules_edit.php, line: 1438 -msgid "keep state" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1424 -# File: src/www/firewall_rules_edit.php, line: 1439 -msgid "sloppy state" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1427 -# File: src/www/firewall_rules_edit.php, line: 1440 -msgid "synproxy state" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1435 -msgid "" -"Hint: Select which type of state tracking mechanism you would like to use. " -"If in doubt, use keep state." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1438 -# File: src/www/firewall_rules_edit.php, line: 1439 -msgid "Works with all IP protocols." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1440 -msgid "" -"Proxies incoming TCP connections to help protect servers from spoofed TCP " -"SYN floods. This option includes the functionality of keep state and " -"modulate state combined." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1441 -msgid "" -"Do not use state mechanisms to keep track. This is only useful if you're " -"doing advanced queueing in certain situations. Please check the " -"documentation." -msgstr "" - -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -# File: src/www/firewall_schedule_edit.php, line: 868 -msgid "Fri" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -# File: src/www/firewall_schedule_edit.php, line: 864 -msgid "Mon" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -# File: src/www/firewall_schedule_edit.php, line: 869 -msgid "Sat" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -# File: src/www/firewall_schedule_edit.php, line: 870 -msgid "Sun" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -msgid "Thur" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -msgid "Tues" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -# File: src/www/firewall_schedule_edit.php, line: 866 -msgid "Wed" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "April" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "August" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "December" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "February" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "January" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "July" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "June" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "March" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "May" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "November" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "October" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "September" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 63 -msgid "Cannot delete Schedule. Currently in use by %s" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 79 -msgid "Add a new schedule" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 93 -msgid "Do you really want to delete this schedule?" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 126 -msgid "Time Range(s)" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 138 -msgid "Schedule is currently active" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 238 -msgid "delete schedule" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 241 -msgid "clone schedule" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 254 -msgid "" -"Schedules act as placeholders for time ranges to be used in Firewall Rules." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 116 -msgid "Schedule may not be named LAN." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 118 -msgid "Schedule may not be named WAN." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 120 -msgid "Schedule name cannot be blank." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 123 -msgid "Reserved word used for schedule name." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 125 -msgid "The schedule name may only consist of the characters a-z, A-Z, 0-9" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 130 -msgid "A Schedule with this name already exists." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 142 -msgid "Invalid start time - '%s'" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 146 -msgid "Invalid stop time - '%s'" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 189 -msgid "The schedule must have at least one time range configured." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 788 -msgid "Schedule information" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 795 -msgid "Schedule Name" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 802 -msgid "NOTE: This schedule is in use so the name may not be modified!" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 808 -msgid "" -"The name of the alias may only consist of the characters a-z, A-Z and 0-9" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 824 -msgid "Month" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 865 -msgid "Tue" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 867 -msgid "Thu" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 918 -msgid "" -"Click individual date to select that date only. Click the appropriate " -"weekday Header to select all occurrences of that weekday." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 927 -# File: src/www/firewall_schedule_edit.php, line: 1011 -msgid "Start Time" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 928 -# File: src/www/firewall_schedule_edit.php, line: 1012 -msgid "Stop Time" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 971 -msgid "" -"Select the time range for the day(s) selected on the Month(s) above. A full " -"day is 0:00-23:59." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 976 -msgid "Time Range Description" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 987 -msgid "Add Time" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 988 -msgid "Clear Selection" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 1000 -msgid "Schedule repeat" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 1005 -msgid "Configured Ranges" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 1010 -msgid "Day(s)" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 48 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"NAT mapping." -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 82 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"Gateway." -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 110 -msgid "" -"This entry cannot be deleted because it is still referenced by a CARP IP " -"with the description" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 261 -msgid "The VIP configuration has been changed." -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 273 -msgid "Virtual IP address" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 309 -msgid "move selected virtual IPs before this entry" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 312 -msgid "edit virtual IP" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 315 -msgid "delete virtual IP" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 318 -msgid "clone virtual IP" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 332 -msgid "move selected virtual IPs to end" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 335 -msgid "add new virtual IP" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 345 -msgid "The virtual IP addresses defined on this page may be used in" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 345 -msgid "mappings." -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 346 -msgid "You can check the status of your CARP Virtual IPs and interfaces " -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 346 -# File: src/www/interfaces.php, line: 1913 -# File: src/www/interfaces.php, line: 2471 -msgid "here" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 109 -# File: src/www/services_dhcp_edit.php, line: 159 -# File: src/www/services_dnsmasq_edit.php, line: 85 -# File: src/www/services_unbound_host_edit.php, line: 104 -msgid "A valid IP address must be specified." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 116 -msgid "This IP address is being used by another interface or VIP." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 123 -msgid "" -"The interface chosen for the VIP has no IPv4 or IPv6 address configured so " -"it cannot be used as a parent for the VIP." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 136 -msgid "You cannot use the network address for this VIP" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 138 -msgid "You cannot use the broadcast address for this VIP" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 149 -msgid "" -"VHID %s is already in use on interface %s. Pick a unique number on this " -"interface." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 153 -msgid "" -"You must specify a CARP password that is shared between the two VHID members." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 168 -msgid "" -"Sorry, we could not locate an interface with a matching subnet for %s. " -"Please add an IP alias in this subnet on this interface." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 172 -# File: src/www/firewall_virtual_ip_edit.php, line: 175 -msgid "For this type of vip localhost is not allowed." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 266 -msgid "Please provide a single IP address" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 275 -# File: src/www/firewall_virtual_ip_edit.php, line: 287 -msgid "" -"This must be the network's subnet mask. It does not specify a CIDR range." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 282 -msgid "This is a CIDR block of proxy ARP addresses." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 318 -msgid "Edit Virtual IP" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 328 -msgid "IP Alias" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 329 -msgid "carp" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 330 -msgid "Proxy ARP" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 331 -# File: src/www/vpn_openvpn_export.php, line: 666 -# File: src/www/vpn_openvpn_export_shared.php, line: 338 -msgid "Other" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 352 -msgid "IP Address(es)" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 356 -msgid "Type:" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 360 -msgid "Single address" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 395 -msgid "Expansion:" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 399 -msgid "" -"Disable expansion of this entry into IPs on NAT lists (e.g. 192.168.1.0/24 " -"expands to 256 entries." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 403 -msgid "Virtual IP Password" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 407 -msgid "Enter the VHID group password." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 412 -msgid "VHID Group" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 422 -msgid "Enter the VHID group that the machines will share" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 427 -msgid "Advertising Frequency" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 429 -msgid "Base" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 437 -msgid "Skew" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 448 -msgid "" -"The frequency that this machine will advertise. 0 means usually master. " -"Otherwise the lowest combination of both values in the cluster determines " -"the master." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 479 -msgid "" -"Proxy ARP and Other type Virtual IPs cannot be bound to by anything running " -"on the firewall, such as IPsec, OpenVPN, etc. Use a CARP or IP Alias type " -"address for these cases." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 481 -msgid "CARP FAQ" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 481 -msgid "For more information on CARP and the above values, visit the OpenBSD " -msgstr "" - -# File: src/www/foot.inc, line: 24 -msgid "Available Widgets" -msgstr "" - -# File: src/www/graph.php, line: 79 -msgid "Cannot get data about interface %s" -msgstr "" - -# File: src/www/graph.php, line: 99 -msgid "In" -msgstr "" - -# File: src/www/graph.php, line: 100 -msgid "Out" -msgstr "" - -# File: src/www/graph.php, line: 104 -msgid "Switch to bytes/s" -msgstr "" - -# File: src/www/graph.php, line: 105 -msgid "AutoScale" -msgstr "" - -# File: src/www/graph.php, line: 108 -msgid "Graph shows last" -msgstr "" - -# File: src/www/graph.php, line: 111 -msgid "Collecting initial data, please wait" -msgstr "" - -# File: src/www/graph.php, line: 123 -msgid "No URL for getURL" -msgstr "" - -# File: src/www/graph.php, line: 130 -msgid "No callback function for getURL" -msgstr "" - -# File: src/www/graph.php, line: 146 -msgid "Both getURL and XMLHttpRequest are undefined" -msgstr "" - -# File: src/www/graph.php, line: 183 -msgid "Switch to" -msgstr "" - -# File: src/www/graph.php, line: 189 -msgid "follow" -msgstr "" - -# File: src/www/graph.php, line: 189 -msgid "up" -msgstr "" - -# File: src/www/graph.php, line: 350 -msgid "Kbps" -msgstr "" - -# File: src/www/graph.php, line: 352 -msgid "Mbps" -msgstr "" - -# File: src/www/graph.php, line: 354 -msgid "Gbps" -msgstr "" - -# File: src/www/graph.php, line: 360 -msgid "KB/s" -msgstr "" - -# File: src/www/graph.php, line: 362 -msgid "MB/s" -msgstr "" - -# File: src/www/graph.php, line: 364 -msgid "GB/s" -msgstr "" - -# File: src/www/guiconfig.inc, line: 178 -msgid "The field %s contains invalid characters." -msgstr "" - -# File: src/www/guiconfig.inc, line: 187 -msgid "The field %s is required." -msgstr "" - -# File: src/www/guiconfig.inc, line: 198 -msgid "The following input errors were detected:" -msgstr "" - -# File: src/www/guiconfig.inc, line: 220 -msgid "Apply changes" -msgstr "" - -# File: src/www/guiconfig.inc, line: 259 -msgid "" -"The firewall has globally been disabled and configured rules are currently " -"not enforced. It can be enabled in the %sFirewall/NAT%s settings." -msgstr "" - -# File: src/www/guiconfig.inc, line: 276 -msgid "The changes have been applied successfully." -msgstr "" - -# File: src/www/guiconfig.inc, line: 281 -msgid "" -"You can also monitor the filter " -"reload progress." -msgstr "" - -# File: src/www/guiconfig.inc, line: 424 -# File: src/www/guiconfig.inc, line: 453 -msgid "File %s is a directory." -msgstr "" - -# File: src/www/guiconfig.inc, line: 426 -# File: src/www/guiconfig.inc, line: 455 -msgid "File %s doesn't exist." -msgstr "" - -# File: src/www/guiconfig.inc, line: 432 -# File: src/www/guiconfig.inc, line: 461 -msgid "File %s yielded no results." -msgstr "" - -# File: src/www/guiconfig.inc, line: 611 -msgid "Currently viewing: " -msgstr "" - -# File: src/www/guiconfig.inc, line: 654 -msgid "A problem was detected. Click %shere%s for more information." -msgstr "" - -# File: src/www/guiconfig.inc, line: 720 -msgid "Acknowledge All Notices" -msgstr "" - -# File: src/www/guiconfig.inc, line: 733 -msgid "unread notice" -msgstr "" - -# File: src/www/guiconfig.inc, line: 735 -msgid "unread notices" -msgstr "" - -# File: src/www/index.php, line: 88 -msgid "Widget configuration has been changed." -msgstr "" - -# File: src/www/index.php, line: 375 -msgid "Starting initial configuration" -msgstr "" - -# File: src/www/index.php, line: 391 -msgid "Welcome to %s!\n" -msgstr "" - -# File: src/www/index.php, line: 392 -msgid "One moment while we start the initial setup wizard." -msgstr "" - -# File: src/www/index.php, line: 393 -msgid "" -"Embedded platform users: Please be patient, the wizard takes a little longer " -"to run than the normal GUI." -msgstr "" - -# File: src/www/index.php, line: 394 -msgid "To bypass the wizard, click on the %s logo on the initial page." -msgstr "" - -# File: src/www/index.php, line: 573 -msgid "Loading selected widget" -msgstr "" - -# File: src/www/interfaces.php, line: 212 -msgid "XML error: %s at line %d" -msgstr "" - -# File: src/www/interfaces.php, line: 524 -msgid "You have already applied your settings!" -msgstr "" - -# File: src/www/interfaces.php, line: 589 -msgid "Sorry, an alias with the name %s already exists." -msgstr "" - -# File: src/www/interfaces.php, line: 596 -msgid "An interface with the specified description already exists." -msgstr "" - -# File: src/www/interfaces.php, line: 602 -msgid "" -"The DHCP Server is active on this interface and it can be used only with a " -"static IP configuration. Please disable the DHCP Server service on this " -"interface first, then change the interface configuration." -msgstr "" - -# File: src/www/interfaces.php, line: 605 -msgid "" -"The DHCPv6 Server is active on this interface and it can be used only with a " -"static IPv6 configuration. Please disable the DHCPv6 Server service on this " -"interface first, then change the interface configuration." -msgstr "" - -# File: src/www/interfaces.php, line: 611 -# File: src/www/interfaces.php, line: 1833 -# File: src/www/status_interfaces.php, line: 257 -msgid "IPv4 address" -msgstr "" - -# File: src/www/interfaces.php, line: 611 -# File: src/www/interfaces.php, line: 666 -msgid "Subnet bit count" -msgstr "" - -# File: src/www/interfaces.php, line: 618 -msgid "" -"This interface is referenced by IPv4 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "" - -# File: src/www/interfaces.php, line: 624 -msgid "You have to reassign the interface to be able to configure as %s." -msgstr "" - -# File: src/www/interfaces.php, line: 629 -# File: src/www/interfaces.php, line: 2158 -msgid "Modem Port" -msgstr "" - -# File: src/www/interfaces.php, line: 629 -# File: src/www/interfaces.php, line: 2146 -# File: src/www/interfaces_ppps_edit.php, line: 113 -# File: src/www/interfaces_ppps_edit.php, line: 563 -msgid "Phone Number" -msgstr "" - -# File: src/www/interfaces.php, line: 635 -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 655 -# File: src/www/interfaces.php, line: 2227 -# File: src/www/interfaces.php, line: 2383 -# File: src/www/interfaces_ppps_edit.php, line: 119 -# File: src/www/interfaces_ppps_edit.php, line: 130 -msgid "Dial on demand" -msgstr "" - -# File: src/www/interfaces.php, line: 635 -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 655 -# File: src/www/interfaces_ppps_edit.php, line: 119 -# File: src/www/interfaces_ppps_edit.php, line: 130 -msgid "Idle timeout value" -msgstr "" - -# File: src/www/interfaces.php, line: 635 -# File: src/www/interfaces.php, line: 638 -msgid "PPPoE password" -msgstr "" - -# File: src/www/interfaces.php, line: 635 -# File: src/www/interfaces.php, line: 638 -msgid "PPPoE username" -msgstr "" - -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 648 -msgid "PPTP local IP address" -msgstr "" - -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 648 -msgid "PPTP password" -msgstr "" - -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 648 -msgid "PPTP remote IP address" -msgstr "" - -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 648 -msgid "PPTP subnet" -msgstr "" - -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 648 -msgid "PPTP username" -msgstr "" - -# File: src/www/interfaces.php, line: 655 -# File: src/www/interfaces.php, line: 658 -msgid "L2TP password" -msgstr "" - -# File: src/www/interfaces.php, line: 655 -# File: src/www/interfaces.php, line: 658 -msgid "L2TP remote IP address" -msgstr "" - -# File: src/www/interfaces.php, line: 655 -# File: src/www/interfaces.php, line: 658 -msgid "L2TP username" -msgstr "" - -# File: src/www/interfaces.php, line: 666 -# File: src/www/interfaces.php, line: 2427 -# File: src/www/services_dhcpv6.php, line: 836 -# File: src/www/services_dhcpv6_edit.php, line: 204 -# File: src/www/status_dhcpv6_leases.php, line: 419 -# File: src/www/status_interfaces.php, line: 285 -msgid "IPv6 address" -msgstr "" - -# File: src/www/interfaces.php, line: 673 -msgid "" -"This interface is referenced by IPv6 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "" - -# File: src/www/interfaces.php, line: 682 -msgid "You can only have one interface configured in 6rd with same prefix." -msgstr "" - -# File: src/www/interfaces.php, line: 691 -msgid "You can only have one interface configured as 6to4." -msgstr "" - -# File: src/www/interfaces.php, line: 698 -msgid "You must enter a valid hexadecimal number for the IPv6 prefix ID." -msgstr "" - -# File: src/www/interfaces.php, line: 704 -msgid "You specified an IPv6 prefix ID that is out of range." -msgstr "" - -# File: src/www/interfaces.php, line: 715 -msgid "A valid IPv4 address must be specified." -msgstr "" - -# File: src/www/interfaces.php, line: 718 -msgid "This IPv4 address is being used by another interface or VIP." -msgstr "" - -# File: src/www/interfaces.php, line: 723 -msgid "This IPv4 address is the network address and cannot be used" -msgstr "" - -# File: src/www/interfaces.php, line: 725 -msgid "This IPv4 address is the broadcast address and cannot be used" -msgstr "" - -# File: src/www/interfaces.php, line: 732 -msgid "This IPv4 address conflicts with a Static Route." -msgstr "" - -# File: src/www/interfaces.php, line: 741 -# File: src/www/services_dhcpv6_edit.php, line: 112 -msgid "A valid IPv6 address must be specified." -msgstr "" - -# File: src/www/interfaces.php, line: 744 -msgid "This IPv6 address is being used by another interface or VIP." -msgstr "" - -# File: src/www/interfaces.php, line: 750 -msgid "This IPv6 address conflicts with a Static Route." -msgstr "" - -# File: src/www/interfaces.php, line: 758 -# File: src/www/interfaces.php, line: 761 -msgid "A valid subnet bit count must be specified." -msgstr "" - -# File: src/www/interfaces.php, line: 764 -msgid "A valid alias IP address must be specified." -msgstr "" - -# File: src/www/interfaces.php, line: 767 -msgid "A valid alias subnet bit count must be specified." -msgstr "" - -# File: src/www/interfaces.php, line: 770 -msgid "A valid alias IP address must be specified to reject DHCP Leases from." -msgstr "" - -# File: src/www/interfaces.php, line: 788 -# File: src/www/system_routes_edit.php, line: 98 -msgid "A valid gateway must be specified." -msgstr "" - -# File: src/www/interfaces.php, line: 792 -msgid "The service name contains invalid characters." -msgstr "" - -# File: src/www/interfaces.php, line: 795 -# File: src/www/interfaces.php, line: 819 -# File: src/www/interfaces_ppps_edit.php, line: 151 -msgid "The idle timeout value must be an integer." -msgstr "" - -# File: src/www/interfaces.php, line: 800 -# File: src/www/interfaces_ppps_edit.php, line: 156 -msgid "A valid PPPoE reset hour must be specified (0-23)." -msgstr "" - -# File: src/www/interfaces.php, line: 803 -# File: src/www/interfaces_ppps_edit.php, line: 159 -msgid "A valid PPPoE reset minute must be specified (0-59)." -msgstr "" - -# File: src/www/interfaces.php, line: 806 -# File: src/www/interfaces_ppps_edit.php, line: 162 -msgid "A valid PPPoE reset date must be specified (mm/dd/yyyy)." -msgstr "" - -# File: src/www/interfaces.php, line: 810 -msgid "A valid PPTP local IP address must be specified." -msgstr "" - -# File: src/www/interfaces.php, line: 813 -msgid "A valid PPTP subnet bit count must be specified." -msgstr "" - -# File: src/www/interfaces.php, line: 816 -msgid "A valid PPTP remote IP address must be specified." -msgstr "" - -# File: src/www/interfaces.php, line: 822 -# File: src/www/services_dhcp_edit.php, line: 162 -# File: src/www/services_wol.php, line: 79 -# File: src/www/services_wol_edit.php, line: 85 -msgid "A valid MAC address must be specified." -msgstr "" - -# File: src/www/interfaces.php, line: 826 -msgid "The MTU must be greater than 576 bytes and less than 9000." -msgstr "" - -# File: src/www/interfaces.php, line: 836 -msgid "MTU of a vlan should not be bigger than parent interface." -msgstr "" - -# File: src/www/interfaces.php, line: 854 -msgid "Interface %s (VLAN) has MTU set to a bigger value" -msgstr "" - -# File: src/www/interfaces.php, line: 860 -msgid "The MSS must be greater than 576 bytes." -msgstr "" - -# File: src/www/interfaces.php, line: 867 -# File: src/www/interfaces.php, line: 3038 -# File: src/www/interfaces_wireless.php, line: 119 -# File: src/www/interfaces_wireless_edit.php, line: 71 -# File: src/www/load_balancer_pool.php, line: 125 -# File: src/www/load_balancer_pool_edit.php, line: 63 -# File: src/www/load_balancer_pool_edit.php, line: 198 -# File: src/www/load_balancer_virtual_server_edit.php, line: 63 -# File: src/www/status_lb_pool.php, line: 129 -# File: src/www/vpn_ipsec.php, line: 315 -# File: src/www/vpn_ipsec.php, line: 441 -# File: src/www/vpn_ipsec_phase2.php, line: 670 -msgid "Mode" -msgstr "" - -# File: src/www/interfaces.php, line: 870 -# File: src/www/interfaces.php, line: 3056 -# File: src/www/status_interfaces.php, line: 351 -# File: src/www/status_wireless.php, line: 97 -msgid "SSID" -msgstr "" - -# File: src/www/interfaces.php, line: 894 -msgid "" -"Unable to change mode to %s. You may already have the maximum number of " -"wireless clones supported in this mode." -msgstr "" - -# File: src/www/interfaces.php, line: 930 -msgid "" -"Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit." -msgstr "" - -# File: src/www/interfaces.php, line: 938 -msgid "The length of the passphrase should be between 8 and 63 characters." -msgstr "" - -# File: src/www/interfaces.php, line: 1648 -msgid "Don't forget to adjust the DHCP Server range if needed after applying." -msgstr "" - -# File: src/www/interfaces.php, line: 1648 -msgid "The %s configuration has been changed." -msgstr "" - -# File: src/www/interfaces.php, line: 1661 -# File: src/www/interfaces.php, line: 1688 -msgid "General configuration" -msgstr "" - -# File: src/www/interfaces.php, line: 1674 -msgid "Enable Interface" -msgstr "" - -# File: src/www/interfaces.php, line: 1697 -msgid "Enter a description (name) for the interface here." -msgstr "" - -# File: src/www/interfaces.php, line: 1706 -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved for " -"private networks as per RFC 1918 (10/8, 172.16/12, 192.168/16) as well as " -"loopback addresses (127/8)." -msgstr "" - -# File: src/www/interfaces.php, line: 1707 -msgid "" -"You should generally leave this option turned on, unless your WAN network " -"lies in such a private address space, too." -msgstr "" - -# File: src/www/interfaces.php, line: 1718 -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved (" -"but not RFC 1918) or not yet assigned by IANA." -msgstr "" - -# File: src/www/interfaces.php, line: 1720 -msgid "" -"Bogons are prefixes that should never appear in the Internet routing table, " -"and obviously should not appear as the source address in any packets you " -"receive." -msgstr "" - -# File: src/www/interfaces.php, line: 1723 -msgid "" -"Note: The update frequency can be changed under System->Advanced Firewall/" -"NAT settings." -msgstr "" - -# File: src/www/interfaces.php, line: 1728 -msgid "IPv4 Configuration Type" -msgstr "" - -# File: src/www/interfaces.php, line: 1732 -# File: src/www/status_interfaces.php, line: 158 -msgid "PPP" -msgstr "" - -# File: src/www/interfaces.php, line: 1732 -# File: src/www/status_interfaces.php, line: 116 -msgid "PPPoE" -msgstr "" - -# File: src/www/interfaces.php, line: 1732 -msgid "Static IPv4" -msgstr "" - -# File: src/www/interfaces.php, line: 1741 -msgid "IPv6 Configuration Type" -msgstr "" - -# File: src/www/interfaces.php, line: 1745 -msgid "6rd Tunnel" -msgstr "" - -# File: src/www/interfaces.php, line: 1745 -msgid "6to4 Tunnel" -msgstr "" - -# File: src/www/interfaces.php, line: 1745 -msgid "SLAAC" -msgstr "" - -# File: src/www/interfaces.php, line: 1745 -msgid "Static IPv6" -msgstr "" - -# File: src/www/interfaces.php, line: 1745 -msgid "Track Interface" -msgstr "" - -# File: src/www/interfaces.php, line: 1754 -# File: src/www/services_dhcp.php, line: 1129 -# File: src/www/services_dhcp_edit.php, line: 362 -# File: src/www/services_wol.php, line: 153 -# File: src/www/services_wol.php, line: 175 -# File: src/www/services_wol_edit.php, line: 77 -# File: src/www/services_wol_edit.php, line: 151 -# File: src/www/status_dhcp_leases.php, line: 340 -# File: src/www/status_interfaces.php, line: 241 -msgid "MAC address" -msgstr "" - -# File: src/www/interfaces.php, line: 1764 -msgid "Insert my local MAC address" -msgstr "" - -# File: src/www/interfaces.php, line: 1767 -msgid "" -"This field can be used to modify (\"spoof\") the MAC address of this " -"interface" -msgstr "" - -# File: src/www/interfaces.php, line: 1769 -msgid "(may be required with some cable connections)" -msgstr "" - -# File: src/www/interfaces.php, line: 1770 -msgid "" -"Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx or leave blank" -msgstr "" - -# File: src/www/interfaces.php, line: 1776 -# File: src/www/interfaces_ppps_edit.php, line: 880 -# File: src/www/interfaces_ppps_edit.php, line: 901 -msgid "MTU" -msgstr "" - -# File: src/www/interfaces.php, line: 1780 -msgid "" -"If you leave this field blank, the adapter's default MTU will be used. This " -"is typically 1500 bytes but can vary in some circumstances." -msgstr "" - -# File: src/www/interfaces.php, line: 1786 -msgid "MSS" -msgstr "" - -# File: src/www/interfaces.php, line: 1790 -msgid "" -"If you enter a value in this field, then MSS clamping for TCP connections to " -"the value entered above minus 40 (TCP/IP header size) will be in effect." -msgstr "" - -# File: src/www/interfaces.php, line: 1799 -msgid "Speed and duplex" -msgstr "" - -# File: src/www/interfaces.php, line: 1802 -msgid "Default (no preference, typically autoselect)" -msgstr "" - -# File: src/www/interfaces.php, line: 1812 -msgid "" -"Here you can explicitly set speed and duplex mode for this interface. " -"WARNING: You MUST leave this set to autoselect (automatically negotiate " -"speed) unless the port this interface connects to has its speed and duplex " -"forced." -msgstr "" - -# File: src/www/interfaces.php, line: 1828 -msgid "Static IPv4 configuration" -msgstr "" - -# File: src/www/interfaces.php, line: 1857 -msgid "IPv4 Upstream Gateway" -msgstr "" - -# File: src/www/interfaces.php, line: 1874 -# File: src/www/interfaces.php, line: 2467 -# File: src/www/system_routes_edit.php, line: 288 -msgid "add a new one." -msgstr "" - -# File: src/www/interfaces.php, line: 1880 -msgid "Add new gateway" -msgstr "" - -# File: src/www/interfaces.php, line: 1883 -msgid "Default gateway:" -msgstr "" - -# File: src/www/interfaces.php, line: 1887 -msgid "Gateway Name:" -msgstr "" - -# File: src/www/interfaces.php, line: 1891 -msgid "Gateway IPv4:" -msgstr "" - -# File: src/www/interfaces.php, line: 1895 -# File: src/www/interfaces.php, line: 2495 -msgid "Description:" -msgstr "" - -# File: src/www/interfaces.php, line: 1902 -# File: src/www/interfaces.php, line: 2501 -msgid "Save Gateway" -msgstr "" - -# File: src/www/interfaces.php, line: 1911 -# File: src/www/interfaces.php, line: 2469 -msgid "" -"If this interface is an Internet connection, select an existing Gateway from " -"the list or add a new one using the link above." -msgstr "" - -# File: src/www/interfaces.php, line: 1912 -# File: src/www/interfaces.php, line: 2470 -msgid "On local LANs the upstream gateway should be \"none\"." -msgstr "" - -# File: src/www/interfaces.php, line: 1913 -# File: src/www/interfaces.php, line: 2471 -# File: src/www/interfaces_groups_edit.php, line: 189 -# File: src/www/load_balancer_virtual_server_edit.php, line: 207 -# File: src/www/load_balancer_virtual_server_edit.php, line: 226 -# File: src/www/vpn_openvpn_export_shared.php, line: 392 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 289 -msgid "NOTE:" -msgstr "" - -# File: src/www/interfaces.php, line: 1913 -# File: src/www/interfaces.php, line: 2471 -msgid "You can manage Gateways" -msgstr "" - -# File: src/www/interfaces.php, line: 1927 -msgid "DHCP client configuration" -msgstr "" - -# File: src/www/interfaces.php, line: 1937 -# File: src/www/interfaces.php, line: 2530 -msgid "Basic" -msgstr "" - -# File: src/www/interfaces.php, line: 1945 -# File: src/www/interfaces.php, line: 2073 -# File: src/www/interfaces.php, line: 2538 -msgid "Config File Override" -msgstr "" - -# File: src/www/interfaces.php, line: 1955 -msgid "" -"The value in this field is sent as the DHCP client identifier and hostname " -"when requesting a DHCP lease. Some ISPs may require this (for client " -"identification)." -msgstr "" - -# File: src/www/interfaces.php, line: 1962 -msgid "Alias IPv4 address" -msgstr "" - -# File: src/www/interfaces.php, line: 1985 -msgid "" -"The value in this field is used as a fixed alias IPv4 address by the DHCP " -"client." -msgstr "" - -# File: src/www/interfaces.php, line: 1991 -msgid "Reject Leases From" -msgstr "" - -# File: src/www/interfaces.php, line: 1995 -msgid "" -"If there is a certain upstream DHCP server that should be ignored, place the " -"IP address or subnet of the DHCP server to be ignored here." -msgstr "" - -# File: src/www/interfaces.php, line: 1996 -msgid "" -"This is useful for rejecting leases from cable modems that offer private IPs " -"when they lose upstream sync." -msgstr "" - -# File: src/www/interfaces.php, line: 2001 -msgid "Protocol Timing" -msgstr "" - -# File: src/www/interfaces.php, line: 2003 -msgid "Timeout" -msgstr "" - -# File: src/www/interfaces.php, line: 2004 -# File: src/www/load_balancer_pool_edit.php, line: 230 -msgid "Retry" -msgstr "" - -# File: src/www/interfaces.php, line: 2005 -msgid "Select Timeout" -msgstr "" - -# File: src/www/interfaces.php, line: 2006 -msgid "Reboot" -msgstr "" - -# File: src/www/interfaces.php, line: 2007 -msgid "Backoff Cutoff" -msgstr "" - -# File: src/www/interfaces.php, line: 2008 -msgid "Initial Interval" -msgstr "" - -# File: src/www/interfaces.php, line: 2010 -msgid "Presets:" -msgstr "" - -# File: src/www/interfaces.php, line: 2013 -msgid "FreeBSD Default" -msgstr "" - -# File: src/www/interfaces.php, line: 2016 -# File: src/www/status_upnp.php, line: 114 -msgid "Clear" -msgstr "" - -# File: src/www/interfaces.php, line: 2019 -msgid "OPNsense Default" -msgstr "" - -# File: src/www/interfaces.php, line: 2022 -msgid "Saved Cfg" -msgstr "" - -# File: src/www/interfaces.php, line: 2026 -msgid "" -"The values in these fields are DHCP protocol timings used when requesting a " -"lease.
" -msgstr "" - -# File: src/www/interfaces.php, line: 2032 -msgid "Lease Requirements" -msgstr "" - -# File: src/www/interfaces.php, line: 2035 -msgid "FreeBSD Manual" -msgstr "" - -# File: src/www/interfaces.php, line: 2035 -msgid "" -"More detailed information about lease requirements and requests can be found " -"in the " -msgstr "" - -# File: src/www/interfaces.php, line: 2038 -# File: src/www/interfaces.php, line: 2602 -msgid "Send Options" -msgstr "" - -# File: src/www/interfaces.php, line: 2041 -msgid "" -"The values in this field are DHCP options to be sent when requesting a DHCP " -"lease. [option declaration [, ...]]
Value Substitutions: {interface}, " -"{hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C is U(pper) or " -"L(ower) Case, and D is \" :-.\" Delimiter (space, colon, hyphen, or period) (" -"omitted for none).
Some ISPs may require certain options be or not be " -"sent. " -msgstr "" - -# File: src/www/interfaces.php, line: 2047 -# File: src/www/interfaces.php, line: 2612 -msgid "Request Options" -msgstr "" - -# File: src/www/interfaces.php, line: 2050 -msgid "" -"The values in this field are DHCP option 55 to be sent when requesting a " -"DHCP lease. [option [, ...]]
Some ISPs may require certain options be " -"or not be requested. " -msgstr "" - -# File: src/www/interfaces.php, line: 2054 -msgid "Require Options" -msgstr "" - -# File: src/www/interfaces.php, line: 2057 -msgid "" -"The values in this field are DHCP options required by the client when " -"requesting a DHCP lease. [option [, ...]] " -msgstr "" - -# File: src/www/interfaces.php, line: 2062 -msgid "Option Modifiers" -msgstr "" - -# File: src/www/interfaces.php, line: 2066 -msgid "" -"The values in this field are DHCP option modifiers applied to obtained DHCP " -"lease. [modifier option declaration [, ...]]
modifiers: (default, " -"supersede, prepend, append)" -msgstr "" - -# File: src/www/interfaces.php, line: 2068 -# File: src/www/interfaces.php, line: 2081 -msgid "FreeBSD manual" -msgstr "" - -# File: src/www/interfaces.php, line: 2077 -# File: src/www/interfaces.php, line: 2708 -msgid "" -"The value in this field is the full absolute path to a DHCP client " -"configuration file. [/[dirname/[.../]]filename[.ext]]
Value " -"Substitutions in Config File: {interface}, {hostname}, {mac_addr_asciiCD}, " -"{mac_addr_hexCD}
Where C is U(pper) or L(ower) Case, and D is \" :-.\" " -"Delimiter (space, colon, hyphen, or period) (omitted for none).
Some " -"ISPs may require certain options be or not be sent. " -msgstr "" - -# File: src/www/interfaces.php, line: 2095 -msgid "PPP configuration" -msgstr "" - -# File: src/www/interfaces.php, line: 2100 -# File: src/www/interfaces_ppps_edit.php, line: 517 -msgid "Service Provider" -msgstr "" - -# File: src/www/interfaces.php, line: 2104 -# File: src/www/interfaces_ppps_edit.php, line: 521 -msgid "Country:" -msgstr "" - -# File: src/www/interfaces.php, line: 2112 -# File: src/www/interfaces_ppps_edit.php, line: 529 -msgid "Provider:" -msgstr "" - -# File: src/www/interfaces.php, line: 2120 -# File: src/www/interfaces_ppps_edit.php, line: 537 -msgid "Plan:" -msgstr "" - -# File: src/www/interfaces.php, line: 2129 -# File: src/www/interfaces_ppps_edit.php, line: 546 -msgid "Select to fill in data for your service provider." -msgstr "" - -# File: src/www/interfaces.php, line: 2152 -# File: src/www/interfaces_ppps_edit.php, line: 572 -msgid "Access Point Name (APN)" -msgstr "" - -# File: src/www/interfaces.php, line: 2178 -msgid "Advanced PPP" -msgstr "" - -# File: src/www/interfaces.php, line: 2181 -# File: src/www/interfaces.php, line: 2186 -# File: src/www/interfaces.php, line: 2319 -# File: src/www/interfaces.php, line: 2324 -# File: src/www/interfaces.php, line: 2402 -# File: src/www/interfaces.php, line: 2407 -msgid "Click here" -msgstr "" - -# File: src/www/interfaces.php, line: 2182 -msgid "to edit PPP configuration." -msgstr "" - -# File: src/www/interfaces.php, line: 2187 -msgid "to create a PPP configuration." -msgstr "" - -# File: src/www/interfaces.php, line: 2201 -msgid "PPPoE configuration" -msgstr "" - -# File: src/www/interfaces.php, line: 2218 -# File: src/www/interfaces_ppps_edit.php, line: 578 -msgid "Service name" -msgstr "" - -# File: src/www/interfaces.php, line: 2222 -msgid "Hint: this field can usually be left empty" -msgstr "" - -# File: src/www/interfaces.php, line: 2230 -# File: src/www/interfaces.php, line: 2386 -msgid "Enable Dial-On-Demand mode" -msgstr "" - -# File: src/www/interfaces.php, line: 2232 -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a " -msgstr "" - -# File: src/www/interfaces.php, line: 2232 -# File: src/www/interfaces.php, line: 2388 -msgid "" -"connection. The interface is configured, but the actual connection of the " -"link is delayed until qualifying outgoing traffic is detected." -msgstr "" - -# File: src/www/interfaces.php, line: 2232 -# File: src/www/interfaces.php, line: 2388 -msgid "virtual full time" -msgstr "" - -# File: src/www/interfaces.php, line: 2237 -# File: src/www/interfaces.php, line: 2393 -msgid "Idle timeout" -msgstr "" - -# File: src/www/interfaces.php, line: 2241 -# File: src/www/interfaces.php, line: 2395 -msgid "" -"If no qualifying outgoing packets are transmitted for the specified number " -"of seconds, the connection is brought down. An idle timeout of zero disables " -"this feature." -msgstr "" - -# File: src/www/interfaces.php, line: 2246 -# File: src/www/interfaces_ppps_edit.php, line: 652 -msgid "Periodic reset" -msgstr "" - -# File: src/www/interfaces.php, line: 2253 -# File: src/www/interfaces_ppps_edit.php, line: 656 -# File: src/www/services_ntpd_gps.php, line: 373 -msgid "Custom" -msgstr "" - -# File: src/www/interfaces.php, line: 2254 -# File: src/www/interfaces_ppps_edit.php, line: 657 -msgid "Pre-Set" -msgstr "" - -# File: src/www/interfaces.php, line: 2256 -# File: src/www/interfaces_ppps_edit.php, line: 660 -msgid "Select a reset timing type" -msgstr "" - -# File: src/www/interfaces.php, line: 2263 -# File: src/www/interfaces_ppps_edit.php, line: 665 -msgid "hour (0-23)" -msgstr "" - -# File: src/www/interfaces.php, line: 2265 -# File: src/www/interfaces_ppps_edit.php, line: 667 -msgid "minute (0-59)" -msgstr "" - -# File: src/www/interfaces.php, line: 2272 -# File: src/www/interfaces_ppps_edit.php, line: 676 -msgid "reset at a specific date (mm/dd/yyyy)" -msgstr "" - -# File: src/www/interfaces.php, line: 2275 -# File: src/www/interfaces_ppps_edit.php, line: 680 -msgid "" -"If you leave the date field empty, the reset will be executed each day at " -"the time you did specify using the minutes and hour field." -msgstr "" - -# File: src/www/interfaces.php, line: 2298 -# File: src/www/interfaces_ppps_edit.php, line: 703 -msgid "reset at each month ('0 0 1 * *')" -msgstr "" - -# File: src/www/interfaces.php, line: 2301 -# File: src/www/interfaces_ppps_edit.php, line: 706 -msgid "reset at each week ('0 0 * * 0')" -msgstr "" - -# File: src/www/interfaces.php, line: 2304 -# File: src/www/interfaces_ppps_edit.php, line: 709 -msgid "reset at each day ('0 0 * * *')" -msgstr "" - -# File: src/www/interfaces.php, line: 2307 -# File: src/www/interfaces_ppps_edit.php, line: 712 -msgid "reset at each hour ('0 * * * *')" -msgstr "" - -# File: src/www/interfaces.php, line: 2316 -msgid "Advanced and MLPPP" -msgstr "" - -# File: src/www/interfaces.php, line: 2320 -msgid "" -"for additional PPPoE configuration options. Save first if you made changes." -msgstr "" - -# File: src/www/interfaces.php, line: 2325 -msgid "for advanced PPPoE configuration options and MLPPP configuration." -msgstr "" - -# File: src/www/interfaces.php, line: 2339 -msgid "PPTP/L2TP configuration" -msgstr "" - -# File: src/www/interfaces.php, line: 2356 -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -msgid "Local IP address" -msgstr "" - -# File: src/www/interfaces.php, line: 2377 -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -msgid "Remote IP address" -msgstr "" - -# File: src/www/interfaces.php, line: 2388 -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a" -msgstr "" - -# File: src/www/interfaces.php, line: 2403 -msgid "" -"for additional PPTP and L2TP configuration options. Save first if you made " -"changes." -msgstr "" - -# File: src/www/interfaces.php, line: 2408 -msgid "for advanced PPTP and L2TP configuration options" -msgstr "" - -# File: src/www/interfaces.php, line: 2422 -msgid "Static IPv6 configuration" -msgstr "" - -# File: src/www/interfaces.php, line: 2450 -msgid "IPv6 Upstream Gateway" -msgstr "" - -# File: src/www/interfaces.php, line: 2478 -msgid "Add new v6 gateway:" -msgstr "" - -# File: src/www/interfaces.php, line: 2483 -msgid "Default v6 gateway:" -msgstr "" - -# File: src/www/interfaces.php, line: 2487 -msgid "Gateway Name IPv6:" -msgstr "" - -# File: src/www/interfaces.php, line: 2491 -msgid "Gateway IPv6:" -msgstr "" - -# File: src/www/interfaces.php, line: 2520 -msgid "DHCPv6 client configuration" -msgstr "" - -# File: src/www/interfaces.php, line: 2544 -msgid "Use IPv4 connectivity" -msgstr "" - -# File: src/www/interfaces.php, line: 2548 -msgid "Request a IPv6 prefix/information through the IPv4 connectivity link" -msgstr "" - -# File: src/www/interfaces.php, line: 2553 -msgid "Request only a IPv6 prefix" -msgstr "" - -# File: src/www/interfaces.php, line: 2557 -msgid "Only request a IPv6 prefix, do not request a IPv6 address" -msgstr "" - -# File: src/www/interfaces.php, line: 2562 -msgid "DHCPv6 Prefix Delegation size" -msgstr "" - -# File: src/www/interfaces.php, line: 2574 -msgid "" -"The value in this field is the delegated prefix length provided by the " -"DHCPv6 server. Normally specified by the ISP." -msgstr "" - -# File: src/www/interfaces.php, line: 2579 -msgid "Send IPv6 prefix hint" -msgstr "" - -# File: src/www/interfaces.php, line: 2583 -msgid "" -"Send an IPv6 prefix hint to indicate the desired prefix size for delegation" -msgstr "" - -# File: src/www/interfaces.php, line: 2588 -msgid "Interface Statement" -msgstr "" - -# File: src/www/interfaces.php, line: 2591 -msgid "Information Only" -msgstr "" - -# File: src/www/interfaces.php, line: 2593 -msgid "" -"This statement specifies dhcp6c to only exchange informational " -"configuration parameters with servers. A list of DNS server addresses is " -"an example of such parameters. This statement is useful when the client " -"does not need stateful configuration parameters such as IPv6 addresses or " -"prefixes." -msgstr "" - -# File: src/www/interfaces.php, line: 2598 -msgid "source: FreeBSD man page" -msgstr "" - -# File: src/www/interfaces.php, line: 2605 -msgid "" -"The values in this field are DHCP send options to be sent when requesting a " -"DHCP lease. [option declaration [, ...]]
Value Substitutions: " -"{interface}, {hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C " -"is U(pper) or L(ower) Case, and D is \" :-.\" Delimiter (space, colon, " -"hyphen, or period) (omitted for none).
Some DHCP services may require " -"certain options be or not be sent. " -msgstr "" - -# File: src/www/interfaces.php, line: 2615 -msgid "" -"The values in this field are DHCP request options to be sent when requesting " -"a DHCP lease. [option [, ...]]
Some DHCP services may require certain " -"options be or not be requested. " -msgstr "" - -# File: src/www/interfaces.php, line: 2620 -msgid "Script" -msgstr "" - -# File: src/www/interfaces.php, line: 2623 -msgid "" -"The value in this field is the absolute path to a script invoked on certain " -"conditions including when a reply message is received.
[/[dirname/[.../]]filename[.ext]] " -msgstr "" - -# File: src/www/interfaces.php, line: 2629 -msgid "Identity Association" -msgstr "" - -# File: src/www/interfaces.php, line: 2632 -msgid "Non-Temporary Address Allocation" -msgstr "" - -# File: src/www/interfaces.php, line: 2634 -msgid "id-assoc na" -msgstr "" - -# File: src/www/interfaces.php, line: 2635 -# File: src/www/interfaces.php, line: 2651 -msgid "ID" -msgstr "" - -# File: src/www/interfaces.php, line: 2639 -msgid "ipv6-address" -msgstr "" - -# File: src/www/interfaces.php, line: 2641 -# File: src/www/interfaces.php, line: 2657 -msgid "pltime" -msgstr "" - -# File: src/www/interfaces.php, line: 2643 -# File: src/www/interfaces.php, line: 2659 -msgid "vltime" -msgstr "" - -# File: src/www/interfaces.php, line: 2648 -msgid "Prefix Delegation" -msgstr "" - -# File: src/www/interfaces.php, line: 2650 -msgid "id-assoc pd" -msgstr "" - -# File: src/www/interfaces.php, line: 2654 -msgid "Prefix" -msgstr "" - -# File: src/www/interfaces.php, line: 2655 -msgid "ipv6-prefix" -msgstr "" - -# File: src/www/interfaces.php, line: 2665 -msgid "Prefix Interface" -msgstr "" - -# File: src/www/interfaces.php, line: 2667 -msgid "Prefix Interface " -msgstr "" - -# File: src/www/interfaces.php, line: 2668 -msgid "sla-id" -msgstr "" - -# File: src/www/interfaces.php, line: 2670 -msgid "sla-len" -msgstr "" - -# File: src/www/interfaces.php, line: 2675 -# File: src/www/interfaces.php, line: 3215 -# File: src/www/system_authservers.php, line: 621 -msgid "Authentication" -msgstr "" - -# File: src/www/interfaces.php, line: 2677 -msgid "authname" -msgstr "" - -# File: src/www/interfaces.php, line: 2679 -msgid "protocol" -msgstr "" - -# File: src/www/interfaces.php, line: 2681 -msgid "algorithm" -msgstr "" - -# File: src/www/interfaces.php, line: 2683 -msgid "rdm" -msgstr "" - -# File: src/www/interfaces.php, line: 2688 -msgid "Keyinfo" -msgstr "" - -# File: src/www/interfaces.php, line: 2690 -msgid "keyname" -msgstr "" - -# File: src/www/interfaces.php, line: 2692 -msgid "realm" -msgstr "" - -# File: src/www/interfaces.php, line: 2695 -msgid "keyid" -msgstr "" - -# File: src/www/interfaces.php, line: 2697 -msgid "secret" -msgstr "" - -# File: src/www/interfaces.php, line: 2699 -msgid "expire" -msgstr "" - -# File: src/www/interfaces.php, line: 2704 -msgid "Configuration File Override" -msgstr "" - -# File: src/www/interfaces.php, line: 2725 -msgid "6RD Rapid Deployment" -msgstr "" - -# File: src/www/interfaces.php, line: 2730 -msgid "6RD prefix" -msgstr "" - -# File: src/www/interfaces.php, line: 2734 -msgid "" -"The value in this field is the 6RD IPv6 prefix assigned by your ISP. e.g. " -"'2001:db8::/32'" -msgstr "" - -# File: src/www/interfaces.php, line: 2739 -msgid "6RD Border Relay" -msgstr "" - -# File: src/www/interfaces.php, line: 2743 -msgid "" -"The value in this field is 6RD IPv4 gateway address assigned by your ISP" -msgstr "" - -# File: src/www/interfaces.php, line: 2748 -msgid "6RD IPv4 Prefix length" -msgstr "" - -# File: src/www/interfaces.php, line: 2754 -# File: src/www/system_camanager.php, line: 582 -# File: src/www/system_certmanager.php, line: 797 -# File: src/www/system_certmanager.php, line: 980 -# File: src/www/vpn_ipsec.php, line: 385 -# File: src/www/vpn_ipsec.php, line: 495 -# File: src/www/vpn_ipsec_phase2.php, line: 867 -# File: src/www/vpn_openvpn_server.php, line: 1061 -msgid "bits" -msgstr "" - -# File: src/www/interfaces.php, line: 2761 -msgid "" -"The value in this field is the 6RD IPv4 prefix length. Normally specified by " -"the ISP. A value of 0 means we embed the entire IPv4 address in the 6RD " -"prefix." -msgstr "" - -# File: src/www/interfaces.php, line: 2775 -msgid "Track IPv6 Interface" -msgstr "" - -# File: src/www/interfaces.php, line: 2778 -msgid "IPv6 Interface" -msgstr "" - -# File: src/www/interfaces.php, line: 2798 -msgid "This selects the dynamic IPv6 WAN interface to track for configuration" -msgstr "" - -# File: src/www/interfaces.php, line: 2803 -msgid "IPv6 Prefix ID" -msgstr "" - -# File: src/www/interfaces.php, line: 2812 -msgid "" -"The value in this field is the (Delegated) IPv6 prefix id. This determines " -"the configurable network ID based on the dynamic IPv6 connection" -msgstr "" - -# File: src/www/interfaces.php, line: 2814 -msgid "" -"Enter a hexadecimal value between %x and %x here, default value is 0." -msgstr "" - -# File: src/www/interfaces.php, line: 2831 -msgid "" -"Common wireless configuration - Settings apply to all wireless networks on" -msgstr "" - -# File: src/www/interfaces.php, line: 2836 -msgid "Persist common settings" -msgstr "" - -# File: src/www/interfaces.php, line: 2840 -msgid "" -"Enabling this preserves the common wireless configuration through interface " -"deletions and reassignments." -msgstr "" - -# File: src/www/interfaces.php, line: 2861 -msgid "Protection Mode" -msgstr "" - -# File: src/www/interfaces.php, line: 2864 -msgid "Protection mode off" -msgstr "" - -# File: src/www/interfaces.php, line: 2865 -msgid "Protection mode CTS to self" -msgstr "" - -# File: src/www/interfaces.php, line: 2866 -msgid "Protection mode RTS and CTS" -msgstr "" - -# File: src/www/interfaces.php, line: 2869 -msgid "" -"For IEEE 802.11g, use the specified technique for protecting OFDM frames in " -"a mixed 11b/11g network." -msgstr "" - -# File: src/www/interfaces.php, line: 2879 -msgid "Transmit power" -msgstr "" - -# File: src/www/interfaces.php, line: 2889 -msgid "" -"Note: Typically only a few discreet power settings are available and the " -"driver will use the setting closest to the specified value. Not all " -"adapters support changing the transmit power setting." -msgstr "" - -# File: src/www/interfaces.php, line: 2894 -# File: src/www/status_interfaces.php, line: 344 -msgid "Channel" -msgstr "" - -# File: src/www/interfaces.php, line: 2897 -# File: src/www/interfaces.php, line: 2942 -# File: src/www/interfaces.php, line: 2955 -# File: src/www/vpn_ipsec_phase2.php, line: 743 -msgid "Auto" -msgstr "" - -# File: src/www/interfaces.php, line: 2911 -msgid "" -"Legend: wireless standards - channel # (frequency @ max TX power / TX power " -"allowed in reg. domain)" -msgstr "" - -# File: src/www/interfaces.php, line: 2913 -msgid "" -"Note: Not all channels may be supported by your card. Auto may override the " -"wireless standard selected above." -msgstr "" - -# File: src/www/interfaces.php, line: 2920 -msgid "Antenna settings" -msgstr "" - -# File: src/www/interfaces.php, line: 2927 -msgid "Diversity" -msgstr "" - -# File: src/www/interfaces.php, line: 2939 -msgid "Transmit antenna" -msgstr "" - -# File: src/www/interfaces.php, line: 2943 -# File: src/www/interfaces.php, line: 2956 -msgid "#1" -msgstr "" - -# File: src/www/interfaces.php, line: 2944 -# File: src/www/interfaces.php, line: 2957 -msgid "#2" -msgstr "" - -# File: src/www/interfaces.php, line: 2952 -msgid "Receive antenna" -msgstr "" - -# File: src/www/interfaces.php, line: 2965 -msgid "" -"Note: The antenna numbers do not always match up with the labels on the card." -msgstr "" - -# File: src/www/interfaces.php, line: 2973 -msgid "Distance setting" -msgstr "" - -# File: src/www/interfaces.php, line: 2977 -msgid "" -"Note: This field can be used to tune ACK/CTS timers to fit the distance " -"between AP and Client" -msgstr "" - -# File: src/www/interfaces.php, line: 2978 -msgid "(measured in Meters and works only for Atheros based cards !)" -msgstr "" - -# File: src/www/interfaces.php, line: 2985 -msgid "Regulatory settings" -msgstr "" - -# File: src/www/interfaces.php, line: 2987 -msgid "Regulatory domain" -msgstr "" - -# File: src/www/interfaces.php, line: 2999 -msgid "" -"Note: Some cards have a default that is not recognized and require changing " -"the regulatory domain to one in this list for the changes to other " -"regulatory settings to work." -msgstr "" - -# File: src/www/interfaces.php, line: 3003 -msgid "Country (listed with country code and regulatory domain)" -msgstr "" - -# File: src/www/interfaces.php, line: 3016 -msgid "" -"Note: Any country setting other than \"Default\" will override the " -"regulatory domain setting" -msgstr "" - -# File: src/www/interfaces.php, line: 3019 -msgid "Location" -msgstr "" - -# File: src/www/interfaces.php, line: 3022 -msgid "Indoor" -msgstr "" - -# File: src/www/interfaces.php, line: 3023 -msgid "Outdoor" -msgstr "" - -# File: src/www/interfaces.php, line: 3024 -msgid "Anywhere" -msgstr "" - -# File: src/www/interfaces.php, line: 3028 -msgid "" -"These settings may affect which channels are available and the maximum " -"transmit power allowed on those channels. Using the correct settings to " -"comply with local regulatory requirements is recommended." -msgstr "" - -# File: src/www/interfaces.php, line: 3030 -msgid "" -"Note: All wireless networks on this interface will be temporarily brought " -"down when changing regulatory settings. Some of the regulatory domains or " -"country codes may not be allowed by some cards. These settings may not be " -"able to add additional channels that are not already supported." -msgstr "" - -# File: src/www/interfaces.php, line: 3035 -msgid "Network-specific wireless configuration" -msgstr "" - -# File: src/www/interfaces.php, line: 3041 -msgid "Infrastructure (BSS)" -msgstr "" - -# File: src/www/interfaces.php, line: 3044 -msgid "Ad-hoc (IBSS)" -msgstr "" - -# File: src/www/interfaces.php, line: 3049 -msgid "Access Point" -msgstr "" - -# File: src/www/interfaces.php, line: 3060 -msgid "" -"Note: Only required in Access Point mode. If left blank in Ad-hoc or " -"Infrastructure mode, this interface will connect to any available SSID" -msgstr "" - -# File: src/www/interfaces.php, line: 3067 -msgid "Minimum standard" -msgstr "" - -# File: src/www/interfaces.php, line: 3073 -msgid "802.11g" -msgstr "" - -# File: src/www/interfaces.php, line: 3076 -msgid "802.11n" -msgstr "" - -# File: src/www/interfaces.php, line: 3079 -msgid "" -"When operating as an access point, allow only stations capable of the " -"selected wireless standard to associate (stations not capable are not " -"permitted to associate)." -msgstr "" - -# File: src/www/interfaces.php, line: 3086 -msgid "802.11g only" -msgstr "" - -# File: src/www/interfaces.php, line: 3090 -msgid "" -"When operating as an access point in 802.11g mode, allow only 11g-capable " -"stations to associate (11b-only stations are not permitted to associate)." -msgstr "" - -# File: src/www/interfaces.php, line: 3097 -msgid "Allow intra-BSS communication" -msgstr "" - -# File: src/www/interfaces.php, line: 3101 -msgid "" -"When operating as an access point, enable this if you want to pass packets " -"between wireless clients directly." -msgstr "" - -# File: src/www/interfaces.php, line: 3103 -msgid "" -"Disabling the internal bridging is useful when traffic is to be processed " -"with packet filtering." -msgstr "" - -# File: src/www/interfaces.php, line: 3108 -msgid "Enable WME" -msgstr "" - -# File: src/www/interfaces.php, line: 3112 -msgid "Setting this option will force the card to use WME (wireless QoS)." -msgstr "" - -# File: src/www/interfaces.php, line: 3117 -msgid "Enable Hide SSID" -msgstr "" - -# File: src/www/interfaces.php, line: 3121 -msgid "Setting this option will force the card to NOT broadcast its SSID" -msgstr "" - -# File: src/www/interfaces.php, line: 3123 -msgid "(this might create problems for some clients)." -msgstr "" - -# File: src/www/interfaces.php, line: 3128 -msgid "WEP" -msgstr "" - -# File: src/www/interfaces.php, line: 3131 -msgid "Enable WEP" -msgstr "" - -# File: src/www/interfaces.php, line: 3136 -msgid "TX key" -msgstr "" - -# File: src/www/interfaces.php, line: 3139 -msgid "Key 1:" -msgstr "" - -# File: src/www/interfaces.php, line: 3148 -msgid "Key 2:" -msgstr "" - -# File: src/www/interfaces.php, line: 3157 -msgid "Key 3:" -msgstr "" - -# File: src/www/interfaces.php, line: 3166 -msgid "Key 4:" -msgstr "" - -# File: src/www/interfaces.php, line: 3176 -msgid "" -"40 (64) bit keys may be entered as 5 ASCII characters or 10 hex digits " -"preceded by '0x'." -msgstr "" - -# File: src/www/interfaces.php, line: 3177 -msgid "" -"104 (128) bit keys may be entered as 13 ASCII characters or 26 hex digits " -"preceded by '0x'." -msgstr "" - -# File: src/www/interfaces.php, line: 3182 -# File: src/www/interfaces.php, line: 3198 -msgid "WPA" -msgstr "" - -# File: src/www/interfaces.php, line: 3185 -msgid "Enable WPA" -msgstr "" - -# File: src/www/interfaces.php, line: 3187 -msgid "WPA Pre-Shared Key" -msgstr "" - -# File: src/www/interfaces.php, line: 3190 -msgid "Passphrase must be from 8 to 63 characters." -msgstr "" - -# File: src/www/interfaces.php, line: 3195 -msgid "WPA Mode" -msgstr "" - -# File: src/www/interfaces.php, line: 3199 -msgid "WPA2" -msgstr "" - -# File: src/www/interfaces.php, line: 3200 -# File: src/www/interfaces.php, line: 3210 -# File: src/www/interfaces.php, line: 3220 -# File: src/www/interfaces.php, line: 3231 -msgid "Both" -msgstr "" - -# File: src/www/interfaces.php, line: 3205 -msgid "WPA Key Management Mode" -msgstr "" - -# File: src/www/interfaces.php, line: 3208 -# File: src/www/vpn_ipsec_keys.php, line: 128 -# File: src/www/vpn_ipsec_keys_edit.php, line: 78 -# File: src/www/vpn_ipsec_keys_edit.php, line: 151 -# File: src/www/vpn_ipsec_phase1.php, line: 199 -# File: src/www/vpn_ipsec_phase1.php, line: 836 -msgid "Pre-Shared Key" -msgstr "" - -# File: src/www/interfaces.php, line: 3209 -msgid "Extensible Authentication Protocol" -msgstr "" - -# File: src/www/interfaces.php, line: 3218 -msgid "Open System Authentication" -msgstr "" - -# File: src/www/interfaces.php, line: 3219 -msgid "Shared Key Authentication" -msgstr "" - -# File: src/www/interfaces.php, line: 3223 -msgid "Note: Shared Key Authentication requires WEP." -msgstr "" - -# File: src/www/interfaces.php, line: 3228 -msgid "WPA Pairwise" -msgstr "" - -# File: src/www/interfaces.php, line: 3232 -msgid "AES (recommended)" -msgstr "" - -# File: src/www/interfaces.php, line: 3233 -msgid "TKIP" -msgstr "" - -# File: src/www/interfaces.php, line: 3238 -msgid "Key Rotation" -msgstr "" - -# File: src/www/interfaces.php, line: 3242 -msgid "" -"Allowed values are 1-9999 but should not be longer than Master Key " -"Regeneration time." -msgstr "" - -# File: src/www/interfaces.php, line: 3247 -msgid "Master Key Regeneration" -msgstr "" - -# File: src/www/interfaces.php, line: 3251 -msgid "" -"Allowed values are 1-9999 but should not be shorter than Key Rotation time." -msgstr "" - -# File: src/www/interfaces.php, line: 3256 -msgid "Strict Key Regeneration" -msgstr "" - -# File: src/www/interfaces.php, line: 3260 -msgid "" -"Setting this option will force the AP to rekey whenever a client " -"disassociates." -msgstr "" - -# File: src/www/interfaces.php, line: 3265 -msgid "Enable IEEE802.1X Authentication" -msgstr "" - -# File: src/www/interfaces.php, line: 3269 -msgid "Setting this option will enable 802.1x authentication." -msgstr "" - -# File: src/www/interfaces.php, line: 3270 -# File: src/www/load_balancer_pool_edit.php, line: 258 -msgid "NOTE" -msgstr "" - -# File: src/www/interfaces.php, line: 3270 -msgid "this option requires checking the \"Enable WPA box\"." -msgstr "" - -# File: src/www/interfaces.php, line: 3275 -msgid "802.1X Server IP Address" -msgstr "" - -# File: src/www/interfaces.php, line: 3279 -# File: src/www/interfaces.php, line: 3304 -msgid "" -"Enter the IP address of the 802.1X Authentication Server. This is commonly " -"a Radius server (FreeRadius, Internet Authentication Services, etc.)" -msgstr "" - -# File: src/www/interfaces.php, line: 3284 -msgid "802.1X Server Port" -msgstr "" - -# File: src/www/interfaces.php, line: 3288 -# File: src/www/interfaces.php, line: 3314 -msgid "Leave blank for the default 1812 port." -msgstr "" - -# File: src/www/interfaces.php, line: 3293 -msgid "802.1X Server Shared Secret" -msgstr "" - -# File: src/www/interfaces.php, line: 3299 -msgid "802.1X Server IP Address (2)" -msgstr "" - -# File: src/www/interfaces.php, line: 3303 -msgid "Secondary 802.1X Authentication Server IP Address" -msgstr "" - -# File: src/www/interfaces.php, line: 3309 -msgid "802.1X Server Port (2)" -msgstr "" - -# File: src/www/interfaces.php, line: 3313 -msgid "Secondary 802.1X Authentication Server Port" -msgstr "" - -# File: src/www/interfaces.php, line: 3319 -msgid "802.1X Server Shared Secret (2)" -msgstr "" - -# File: src/www/interfaces.php, line: 3323 -msgid "Secondary 802.1X Authentication Server Shared Secret" -msgstr "" - -# File: src/www/interfaces.php, line: 3328 -msgid "802.1X Roaming Preauth" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 49 -msgid "vlan %s on %s" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 142 -msgid "lan" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 143 -msgid "LAN" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 170 -msgid "" -"The interface is part of a group. Please remove it from the group to continue" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 172 -msgid "" -"The interface is part of a bridge. Please remove it from the bridge to " -"continue" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 174 -msgid "" -"The interface is part of a gre tunnel. Please delete the tunnel to continue" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 176 -msgid "" -"The interface is part of a gif tunnel. Please delete the tunnel to continue" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 239 -msgid "Port %s was assigned to %d interfaces:" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 253 -msgid "" -"You cannot set port %s to interface %s because this interface is a member of " -"%s." -msgstr "" - -# File: src/www/interfaces_assign.php, line: 264 -msgid "VLAN parent interface %s does not exist." -msgstr "" - -# File: src/www/interfaces_assign.php, line: 362 -msgid "Do you really want to delete this interface?" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 399 -msgid "Network port" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 424 -# File: src/www/interfaces_bridge.php, line: 158 -# File: src/www/interfaces_gif.php, line: 137 -# File: src/www/interfaces_gre.php, line: 139 -# File: src/www/interfaces_lagg.php, line: 147 -# File: src/www/interfaces_ppps.php, line: 145 -# File: src/www/interfaces_qinq.php, line: 156 -# File: src/www/interfaces_vlan.php, line: 139 -# File: src/www/interfaces_wireless.php, line: 136 -msgid "delete interface" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 436 -msgid "Available network ports:" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 448 -msgid "add selected interface" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 455 -msgid "" -"Interfaces that are configured as members of a LAGG interface will not be " -"shown." -msgstr "" - -# File: src/www/interfaces_bridge.php, line: 59 -msgid "This bridge cannot be deleted because it is assigned as an interface." -msgstr "" - -# File: src/www/interfaces_bridge.php, line: 93 -msgid "Do you really want to delete this bridge?" -msgstr "" - -# File: src/www/interfaces_bridge.php, line: 127 -# File: src/www/interfaces_groups.php, line: 110 -# File: src/www/interfaces_lagg.php, line: 130 -# File: src/www/load_balancer_pool_edit.php, line: 277 -msgid "Members" -msgstr "" - -# File: src/www/interfaces_bridge.php, line: 155 -msgid "edit bridge" -msgstr "" - -# File: src/www/interfaces_bridge.php, line: 171 -msgid "Here you can configure bridging of interfaces." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 108 -msgid "Member Interfaces" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 113 -msgid "Maxage needs to be an integer between 6 and 40." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 116 -msgid "Maxaddr needs to be an integer." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 119 -msgid "Timeout needs to be an integer." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 122 -msgid "Forward Delay needs to be an integer between 4 and 30." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 125 -msgid "Hello time for STP needs to be an integer between 1 and 2." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 128 -msgid "Priority for STP needs to be an integer between 0 and 61440." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 131 -msgid "Transmit Hold Count for STP needs to be an integer between 1 and 10." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 135 -msgid "%s interface priority for STP needs to be an integer between 0 and 240." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 138 -msgid "" -"%s interface path cost for STP needs to be an integer between 1 and " -"200000000." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 143 -msgid "You must select at least 2 member interfaces for a bridge." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 149 -msgid "A member interface passed does not exist in configuration" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 152 -msgid "Bridging a wireless interface is only possible in hostap mode." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 155 -msgid "" -"Span interface cannot be part of the bridge. Remove the span interface from " -"bridge members to continue." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 202 -# File: src/www/interfaces_gif_edit.php, line: 129 -# File: src/www/interfaces_gre_edit.php, line: 103 -# File: src/www/interfaces_lagg_edit.php, line: 134 -# File: src/www/interfaces_vlan_edit.php, line: 124 -msgid "Error occurred creating interface, please retry." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 247 -msgid "Bridge configuration" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 257 -# File: src/www/interfaces_lagg_edit.php, line: 108 -msgid "Member interfaces" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 269 -msgid "Interfaces participating in the bridge." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 285 -# File: src/www/interfaces_ppps_edit.php, line: 634 -msgid "Show advanced options" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 298 -msgid "RSTP/STP" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 298 -msgid "Spanning Tree Protocol" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 307 -msgid "Enable spanning tree options for this bridge." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 316 -msgid "RSTP" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 319 -msgid "STP" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 323 -msgid "Protocol used for spanning tree." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 328 -msgid "STP interfaces" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 340 -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 remove loops in a network topology." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 348 -msgid "Valid time" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 352 -msgid "" -"Set the time that a Spanning Tree Protocol configuration is valid. The " -"default is 20 seconds. The minimum is 6 seconds and the maximum is 40 " -"seconds." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 359 -msgid "Forward time" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 363 -msgid "" -"Set the time that must pass before an interface begins forwarding packets " -"when Spanning Tree is enabled. The default is 15 seconds. The minimum is 4 " -"seconds and the maximum is 30 seconds." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 369 -msgid "Hello time" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 373 -msgid "" -"Set the time between broadcasting of Spanning Tree Protocol configuration " -"messages. The hello time may only be changed when operating in legacy STP " -"mode. The default is 2 seconds. The minimum is 1 second and the maximum is " -"2 seconds." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 379 -# File: src/www/interfaces_bridge_edit.php, line: 400 -# File: src/www/system_gateway_groups.php, line: 170 -msgid "Priority" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 383 -msgid "" -"Set the bridge priority for Spanning Tree. The default is 32768. The " -"minimum is 0 and the maximum is 61440." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 389 -msgid "Hold count" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 393 -msgid "" -"Set the transmit hold count for Spanning Tree. This is the number of " -"packets transmitted before being rate limited. The default is 6. The " -"minimum is 1 and the maximum is 10." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 415 -msgid "" -"Set the Spanning Tree priority of interface to value. The default is 128. " -"The minimum is 0 and the maximum is 240. Increments of 16." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 421 -msgid "Path cost" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 436 -msgid "" -"Set the Spanning Tree path cost of interface to value. The default is " -"calculated from the link speed. To change a previously selected path cost " -"back to automatic, set the cost to 0. The minimum is 1 and the maximum is " -"200000000." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 452 -msgid "Advanced options" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 457 -msgid "Cache size" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 457 -msgid "entries" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 461 -msgid "" -"Set the size of the bridge address cache to size. The default is .100 " -"entries." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 466 -msgid "Cache entry expire time" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 470 -msgid "" -"Set the timeout of address cache entries to this number of seconds. If " -"seconds is zero, then address cache entries will not be expired. The default " -"is 240 seconds." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 477 -msgid "Span port" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 490 -msgid "" -"Add the interface named by interface as a span port on the bridge. Span " -"ports transmit a copy of every frame received by the bridge. This is most " -"useful for snooping a bridged network passively on another host connected to " -"one of the span ports of the bridge." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 496 -msgid "The span interface cannot be part of the bridge member interfaces." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 501 -msgid "Edge ports" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 513 -msgid "" -"Set interface as an edge port. An edge port connects directly to end " -"stations and cannot create bridging loops in the network; this allows it to " -"transition straight to forwarding." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 520 -msgid "Auto Edge ports" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 532 -msgid "" -"Allow interface to automatically detect edge status. This is the default " -"for all interfaces added to a bridge." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 535 -msgid "This will disable the autoedge status of interfaces." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 540 -msgid "PTP ports" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 552 -msgid "" -"Set the interface as a point-to-point link. This is required for straight " -"transitions to forwarding and should be enabled on a direct link to another " -"RSTP-capable switch." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 559 -msgid "Auto PTP ports" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 571 -msgid "" -"Automatically detect the point-to-point status on interface by checking the " -"full duplex link status. This is the default for interfaces added to the " -"bridge." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 575 -msgid "" -"The interfaces selected here will be removed from default autoedge status." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 580 -msgid "Sticky ports" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 592 -msgid "" -"Mark an interface as a \"sticky\" interface. Dynamically learned address " -"entries are treated as static once entered into the cache. Sticky entries " -"are never aged out of the cache or replaced, even if the address is seen on " -"a different interface." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 600 -msgid "Private ports" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 612 -msgid "" -"Mark an interface as a \"private\" interface. A private interface does not " -"forward any traffic to any other port that is also a private interface." -msgstr "" - -# File: src/www/interfaces_gif.php, line: 56 -msgid "" -"This gif TUNNEL cannot be deleted because it is still being used as an " -"interface." -msgstr "" - -# File: src/www/interfaces_gif.php, line: 86 -msgid "Do you really want to delete this gif tunnel?" -msgstr "" - -# File: src/www/interfaces_gif.php, line: 120 -# File: src/www/interfaces_gre.php, line: 122 -msgid "Tunnel to..." -msgstr "" - -# File: src/www/interfaces_gif.php, line: 134 -# File: src/www/interfaces_gre.php, line: 136 -# File: src/www/interfaces_lagg.php, line: 144 -# File: src/www/interfaces_vlan.php, line: 136 -msgid "edit interface" -msgstr "" - -# File: src/www/interfaces_gif.php, line: 151 -msgid "GIF tunnels are configured here." -msgstr "" - -# File: src/www/interfaces_gif.php, line: 155 -msgid "" -"If you are using a GIF tunnel to connect to a Hurricane Electric (he.net) " -"Tunnel Broker on a WAN with a dynamic IP, you may want to add a %sHE.net " -"Tunnelbroker dynamic DNS entry%s to keep your tunnel functional when your IP " -"changes." -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 82 -msgid "" -"Parent interface,Local address, Remote tunnel address, Remote tunnel " -"network, Local tunnel address" -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 87 -# File: src/www/interfaces_gre_edit.php, line: 77 -msgid "The tunnel local and tunnel remote fields must have valid IP addresses." -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 94 -msgid "" -"The alias IP address family has to match the family of the remote peer " -"address." -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 103 -msgid "A gif with the network %s is already defined." -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 169 -msgid "GIF configuration" -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 179 -# File: src/www/interfaces_gre_edit.php, line: 72 -# File: src/www/interfaces_gre_edit.php, line: 154 -# File: src/www/interfaces_lagg_edit.php, line: 180 -# File: src/www/interfaces_qinq_edit.php, line: 154 -# File: src/www/interfaces_vlan_edit.php, line: 66 -# File: src/www/interfaces_vlan_edit.php, line: 169 -# File: src/www/interfaces_wireless_edit.php, line: 71 -# File: src/www/interfaces_wireless_edit.php, line: 160 -msgid "Parent interface" -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 200 -msgid "" -"The interface here serves as the local address to be used for the gif tunnel." -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 205 -msgid "GIF remote address" -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 209 -msgid "Peer address where encapsulated gif packets will be sent. " -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 214 -msgid "GIF tunnel local address" -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 218 -msgid "Local gif tunnel endpoint" -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 223 -msgid "GIF tunnel remote address " -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 244 -msgid "" -"Remote gif address endpoint. The subnet part is used for determining the " -"network that is tunnelled." -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 249 -msgid "Route caching " -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 253 -msgid "" -"Specify if route caching can be enabled. Be careful with these settings on " -"dynamic networks. " -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 258 -msgid "ECN friendly behavior" -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 262 -msgid "" -"Note that the ECN friendly behavior violates RFC2893. This should be used " -"in mutual agreement with the peer." -msgstr "" - -# File: src/www/interfaces_gre.php, line: 57 -msgid "" -"This GRE tunnel cannot be deleted because it is still being used as an " -"interface." -msgstr "" - -# File: src/www/interfaces_gre.php, line: 88 -msgid "Do you really want to delete this GRE tunnel?" -msgstr "" - -# File: src/www/interfaces_gre.php, line: 153 -msgid "" -"Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) " -"tunnels." -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 72 -msgid "Local address" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 72 -msgid "Local tunnel address" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 72 -msgid "Remote tunnel address" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 72 -msgid "Remote tunnel network" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 85 -msgid "A GRE tunnel with the network %s is already defined." -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 144 -msgid "GRE configuration" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 177 -msgid "" -"The interface here serves as the local address to be used for the GRE tunnel." -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 182 -msgid "GRE remote address" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 186 -msgid "Peer address where encapsulated GRE packets will be sent " -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 191 -msgid "GRE tunnel local address " -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 195 -msgid "Local GRE tunnel endpoint" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 200 -msgid "GRE tunnel remote address " -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 221 -msgid "" -"Remote GRE address endpoint. The subnet part is used for the determining the " -"network that is tunneled." -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 226 -msgid "Mobile tunnel" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 230 -msgid "Specify which encapsulation method the tunnel should use. " -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 235 -msgid "Route search type" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 239 -msgid "" -"For correct operation, the GRE device needs a route to the destination that " -"is less specific than the one over the tunnel. (Basically, there needs to " -"be a route to the decapsulating host that does not run over the tunnel, as " -"this would be a loop." -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 247 -msgid "WCCP version" -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 251 -msgid "" -"Check this box for WCCP encapsulation version 2, or leave unchecked for " -"version 1." -msgstr "" - -# File: src/www/interfaces_groups.php, line: 79 -msgid "" -"Do you really want to delete this group? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" - -# File: src/www/interfaces_groups.php, line: 134 -# File: src/www/interfaces_ppps.php, line: 144 -# File: src/www/interfaces_qinq.php, line: 153 -# File: src/www/interfaces_wireless.php, line: 134 -# File: src/www/system_groupmanager.php, line: 490 -msgid "edit group" -msgstr "" - -# File: src/www/interfaces_groups.php, line: 137 -msgid "delete ifgroupentry" -msgstr "" - -# File: src/www/interfaces_groups.php, line: 150 -msgid "" -"Interface Groups allow you to create rules that apply to multiple interfaces " -"without duplicating the rules. If you remove members from an interface " -"group, the group rules no longer apply to that interface." -msgstr "" - -# File: src/www/interfaces_groups_edit.php, line: 63 -msgid "Group name already exists!" -msgstr "" - -# File: src/www/interfaces_groups_edit.php, line: 68 -msgid "Only letters A-Z are allowed as the group name." -msgstr "" - -# File: src/www/interfaces_groups_edit.php, line: 73 -msgid "" -"The specified group name is already used by an interface. Please choose " -"another name." -msgstr "" - -# File: src/www/interfaces_groups_edit.php, line: 148 -msgid "Interface Groups Edit" -msgstr "" - -# File: src/www/interfaces_groups_edit.php, line: 158 -# File: src/www/status_gateway_groups.php, line: 60 -# File: src/www/system_gateway_groups.php, line: 168 -# File: src/www/system_gateway_groups_edit.php, line: 185 -# File: src/www/system_groupmanager.php, line: 105 -msgid "Group Name" -msgstr "" - -# File: src/www/interfaces_groups_edit.php, line: 162 -msgid "No numbers or spaces are allowed. Only characters in a-zA-Z" -msgstr "" - -# File: src/www/interfaces_groups_edit.php, line: 177 -# File: src/www/interfaces_qinq_edit.php, line: 199 -msgid "Member (s)" -msgstr "" - -# File: src/www/interfaces_groups_edit.php, line: 190 -msgid "" -"Rules for WAN type interfaces in groups do not contain the reply-to " -"mechanism upon which Multi-WAN typically relies." -msgstr "" - -# File: src/www/interfaces_lagg.php, line: 66 -msgid "This LAGG interface cannot be deleted because it is still being used." -msgstr "" - -# File: src/www/interfaces_lagg.php, line: 97 -msgid "Do you really want to delete this LAGG interface?" -msgstr "" - -# File: src/www/interfaces_lagg.php, line: 161 -msgid "" -"LAGG allows for link aggregation, bonding and fault tolerance. Only " -"unassigned interfaces can be added to LAGG." -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 108 -msgid "Lagg protocol" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 114 -msgid "Interface supplied as member is invalid" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 119 -msgid "Protocol supplied is invalid" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 170 -msgid "LAGG configuration" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 192 -msgid "Choose the members that will be used for the link aggregation" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 197 -msgid "Lag proto" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 210 -msgid "failover" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 211 -msgid "" -"Sends and receives traffic only through the master port. If the master port " -"becomes unavailable, the next active port is used. The first interface " -"added is the master port; any interfaces added after that are used as " -"failover devices." -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 215 -msgid "fec" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 216 -msgid "" -"Supports Cisco EtherChannel. This is a static setup and does not negotiate " -"aggregation with the peer or exchange frames to monitor the link." -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 220 -msgid "lacp" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 221 -msgid "" -"Supports the IEEE 802.3ad Link Aggregation Control Protocol (LACP) and the " -"Marker Protocol. LACP will negotiate a set of aggregable links with the " -"peer in to one or more Link Aggregated Groups. Each LAG is composed of " -"ports of the same speed, set to full-duplex operation. The traffic will be " -"balanced across the ports in the LAG with the greatest total speed, in most " -"cases there will only be one LAG which contains all ports. In the event of " -"changes in physical connectivity, Link Aggregation will quickly converge to " -"a new configuration." -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 231 -msgid "loadbalance" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 232 -msgid "" -"Balances outgoing traffic across the active ports based on hashed protocol " -"header information and accepts incoming traffic from any active port. This " -"is a static setup and does not negotiate aggregation with the peer or " -"exchange frames to monitor the link. The hash includes the Ethernet source " -"and destination address, and, if available, the VLAN tag, and the IP source " -"and destination address" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 239 -msgid "roundrobin" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 240 -msgid "" -"Distributes outgoing traffic using a round-robin scheduler through all " -"active ports and accepts incoming traffic from any active port" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 244 -msgid "" -"This protocol is intended to do nothing: it disables any traffic without " -"disabling the lagg interface itself" -msgstr "" - -# File: src/www/interfaces_ppps.php, line: 58 -msgid "" -"This point-to-point link cannot be deleted because it is still being used as " -"an interface." -msgstr "" - -# File: src/www/interfaces_ppps.php, line: 88 -msgid "Do you really want to delete this PPP interface?" -msgstr "" - -# File: src/www/interfaces_ppps.php, line: 121 -msgid "Interface(s)/Port(s)" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 113 -# File: src/www/interfaces_ppps_edit.php, line: 119 -# File: src/www/interfaces_ppps_edit.php, line: 122 -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -msgid "Link Interface(s)" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -# File: src/www/services_dhcp.php, line: 747 -# File: src/www/services_dhcpv6.php, line: 532 -msgid "Subnet" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 138 -msgid "Please choose a Link Type." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 142 -msgid "" -"Multilink connections (MLPPP) using the PPP link type is not currently " -"supported. Please select only one Link Interface." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 145 -msgid "The Service name contains invalid characters." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 148 -msgid "Do not specify both a Service name and a NULL Service name." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 169 -msgid "A valid local IP address must be specified for %s." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 172 -msgid "A valid gateway IP address OR hostname must be specified for %s." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 175 -msgid "The bandwidth value for %s must be an integer." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 179 -msgid "The MTU for %s must be greater than 576 bytes." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 182 -msgid "The MRU for %s must be greater than 576 bytes." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 451 -msgid "PPPs configuration" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 461 -msgid "Link Type" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 474 -msgid "Link interface(s)" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 503 -msgid "Select at least two interfaces for Multilink (MLPPP) connections." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 512 -msgid "" -"You may enter a description here for your reference. Description will appear " -"in the \"Interfaces Assign\" select lists." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 567 -msgid "Note: Typically *99# for GSM networks and #777 for CDMA networks" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 581 -msgid "Configure a NULL Service name" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 583 -msgid "" -"Hint: this field can usually be left empty. Service name will not be " -"configured if this field is empty. Check the \"Configure NULL\" box to " -"configure a blank Service name." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 615 -msgid "IP Address OR Hostname" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 727 -msgid "APN number (optional)" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 731 -msgid "" -"Note: Defaults to 1 if you set APN above. Ignored if you set no APN above." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 736 -msgid "SIM PIN" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 742 -msgid "SIM PIN wait" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 746 -msgid "" -"Note: Time to wait for SIM to discover network after PIN is sent to SIM " -"(seconds)." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 751 -msgid "Init String" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 755 -msgid "" -"Note: Enter the modem initialization string here. Do NOT include the \"AT\" " -"string at the beginning of the command. Many modern USB 3G modems don't need " -"an initialization string." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 761 -msgid "Connection Timeout" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 765 -msgid "" -"Note: Enter timeout in seconds for connection to be established (sec.) " -"Default is 45 sec." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 770 -msgid "Uptime Logging" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 773 -msgid "Enable persistent logging of connection uptime." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 775 -msgid "" -"This option causes cumulative uptime to be recorded and displayed on the " -"Status Interfaces page." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 785 -msgid "Dial On Demand" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 788 -msgid "Enable Dial-on-Demand mode" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 790 -msgid "" -"This option causes the interface to operate in dial-on-demand mode. Do NOT " -"enable if you want your link to be always up. The interface is configured, " -"but the actual connection of the link is delayed until qualifying outgoing " -"traffic is detected." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 796 -msgid "Idle Timeout" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 800 -msgid "(seconds) Default is 0, which disables the timeout feature." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 801 -msgid "" -"If no incoming or outgoing packets are transmitted for the entered number of " -"seconds the connection is brought down." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 802 -msgid "" -"When the idle timeout occurs, if the dial-on-demand option is enabled, mpd " -"goes back into dial-on-demand mode. Otherwise, the interface is brought down " -"and all associated routes removed." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 807 -# File: src/www/vpn_openvpn_client.php, line: 925 -# File: src/www/vpn_openvpn_server.php, line: 1387 -msgid "Compression" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 810 -msgid "Disable vjcomp(compression) (auto-negotiated by default)." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 812 -msgid "" -"This option enables Van Jacobson TCP header compression, which saves several " -"bytes per TCP data packet. You almost always want this option. This " -"compression ineffective for TCP connections with enabled modern extensions " -"like time stamping or SACK, which modify TCP options between sequential " -"packets." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 819 -msgid "TCPmssFix" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 822 -msgid "Disable tcpmssfix (enabled by default)." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 824 -msgid "" -"This option causes mpd to adjust incoming and outgoing TCP SYN segments so " -"that the requested maximum segment size is not greater than the amount " -"allowed by the interface MTU. This is necessary in many setups to avoid " -"problems caused by routers that drop ICMP Datagram Too Big messages. Without " -"these messages, the originating machine sends data, it passes the rogue " -"router then hits a machine that has an MTU that is not big enough for the " -"data. Because the IP Don't Fragment option is set, this machine sends an " -"ICMP Datagram Too Big message back to the originator and drops the packet. " -"The rogue router drops the ICMP message and the originator never gets to " -"discover that it must reduce the fragment size or drop the IP Don't Fragment " -"option from its outgoing data." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 833 -msgid "ShortSeq" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 836 -msgid "Disable shortseq (auto-negotiated by default)." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 838 -msgid "" -"This option is only meaningful if multi-link PPP is negotiated. It " -"proscribes shorter multi-link fragment headers, saving two bytes on every " -"frame. It is not necessary to disable this for connections that are not " -"multi-link." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 844 -msgid "ACFComp" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 847 -msgid "Disable acfcomp (compression) (auto-negotiated by default)." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 849 -msgid "" -"Address and control field compression. This option only applies to " -"asynchronous link types. It saves two bytes per frame." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 854 -msgid "ProtoComp" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 857 -msgid "Disable protocomp (compression) (auto-negotiated by default)." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 859 -msgid "" -"Protocol field compression. This option saves one byte per frame for most " -"frames." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 870 -msgid "Link Parameters" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 886 -# File: src/www/interfaces_ppps_edit.php, line: 902 -msgid "MRU" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 892 -# File: src/www/interfaces_ppps_edit.php, line: 903 -msgid "MRRU" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 900 -msgid "" -"Set ONLY for MLPPP connections and ONLY when links have different bandwidths." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 901 -msgid "MTU will default to 1492." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 902 -# File: src/www/interfaces_ppps_edit.php, line: 903 -msgid "will be auto-negotiated by default." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 903 -msgid "Set ONLY for MLPPP connections." -msgstr "" - -# File: src/www/interfaces_qinq.php, line: 57 -msgid "" -"This QinQ cannot be deleted because it is still being used as an interface." -msgstr "" - -# File: src/www/interfaces_qinq.php, line: 59 -msgid "QinQ interface does not exist" -msgstr "" - -# File: src/www/interfaces_qinq.php, line: 103 -msgid "Do you really want to delete this QinQ?" -msgstr "" - -# File: src/www/interfaces_qinq.php, line: 137 -msgid "Tag" -msgstr "" - -# File: src/www/interfaces_qinq.php, line: 138 -msgid "QinQ members" -msgstr "" - -# File: src/www/interfaces_qinq.php, line: 170 -msgid "" -"Not all drivers/NICs support 802.1Q QinQ tagging properly. On cards that do " -"not explicitly support it, QinQ tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 60 -msgid "First level tag cannot be empty." -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 63 -msgid "" -"You are editing an existing entry and modifying the first level tag is not " -"allowed." -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 66 -msgid "" -"You are editing an existing entry and modifying the interface is not allowed." -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 72 -msgid "QinQ level already exists for this interface, edit it!" -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 78 -msgid "" -"A normal VLAN exists with this tag please remove it to use this tag for QinQ " -"first level." -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 144 -# File: src/www/interfaces_vlan_edit.php, line: 159 -msgid "Interface QinQ Edit" -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 176 -msgid "Only QinQ capable interfaces will be shown." -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 181 -msgid "First level tag" -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 185 -msgid "" -"This is the first level VLAN tag. On top of this are stacked the member " -"VLANs defined below." -msgstr "" - -# File: src/www/interfaces_vlan.php, line: 57 -msgid "" -"This VLAN cannot be deleted because it is still being used as an interface." -msgstr "" - -# File: src/www/interfaces_vlan.php, line: 89 -msgid "Do you really want to delete this VLAN?" -msgstr "" - -# File: src/www/interfaces_vlan.php, line: 122 -# File: src/www/interfaces_vlan_edit.php, line: 66 -msgid "VLAN tag" -msgstr "" - -# File: src/www/interfaces_vlan.php, line: 153 -msgid "" -"Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do " -"not explicitly support it, VLAN tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" - -# File: src/www/interfaces_vlan_edit.php, line: 71 -msgid "The VLAN tag must be an integer between 1 and 4094." -msgstr "" - -# File: src/www/interfaces_vlan_edit.php, line: 75 -msgid "Interface supplied as parent is invalid" -msgstr "" - -# File: src/www/interfaces_vlan_edit.php, line: 80 -msgid "" -"Interface is assigned and you cannot change the VLAN tag while assigned." -msgstr "" - -# File: src/www/interfaces_vlan_edit.php, line: 89 -msgid "A VLAN with the tag %s is already defined on this interface." -msgstr "" - -# File: src/www/interfaces_vlan_edit.php, line: 96 -msgid "A QinQ VLAN exists with this tag please remove it to use this tag with." -msgstr "" - -# File: src/www/interfaces_vlan_edit.php, line: 192 -msgid "Only VLAN capable interfaces will be shown." -msgstr "" - -# File: src/www/interfaces_vlan_edit.php, line: 197 -msgid "VLAN tag " -msgstr "" - -# File: src/www/interfaces_vlan_edit.php, line: 201 -msgid "802.1Q VLAN tag (between 1 and 4094) " -msgstr "" - -# File: src/www/interfaces_wireless.php, line: 55 -msgid "" -"This wireless clone cannot be deleted because it is assigned as an interface." -msgstr "" - -# File: src/www/interfaces_wireless.php, line: 86 -msgid "Do you really want to delete this wireless clone?" -msgstr "" - -# File: src/www/interfaces_wireless.php, line: 150 -msgid "" -"Here you can configure clones of wireless interfaces, which can be assigned " -"as separate independent interfaces. Only available on wireless chipsets that " -"support this, with limitations on the number that can be created in each " -"mode." -msgstr "" - -# File: src/www/interfaces_wireless_edit.php, line: 101 -msgid "" -"This wireless clone cannot be modified because it is still assigned as an " -"interface." -msgstr "" - -# File: src/www/interfaces_wireless_edit.php, line: 103 -msgid "" -"Use the configuration page for the assigned interface to change the mode." -msgstr "" - -# File: src/www/interfaces_wireless_edit.php, line: 108 -msgid "" -"Error creating interface with mode %s. The %s interface may not support " -"creating more clones with the selected mode." -msgstr "" - -# File: src/www/interfaces_wireless_edit.php, line: 150 -msgid "Wireless clone configuration" -msgstr "" - -# File: src/www/legacy_traffic_stats.php, line: 38 -msgid "Wrong Interface" -msgstr "" - -# File: src/www/load_balancer_monitor.php, line: 61 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"pool." -msgstr "" - -# File: src/www/load_balancer_monitor.php, line: 97 -# File: src/www/load_balancer_setting.php, line: 102 -msgid "The load balancer configuration has been changed" -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 154 -msgid "This monitor name has already been used. Monitor names must be unique." -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 157 -# File: src/www/load_balancer_pool_edit.php, line: 73 -msgid "You cannot use spaces in the 'name' field." -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 171 -# File: src/www/services_dhcp_edit.php, line: 151 -# File: src/www/services_dhcpv6_edit.php, line: 104 -# File: src/www/services_dnsmasq_edit.php, line: 79 -# File: src/www/services_unbound_host_edit.php, line: 89 -msgid "The hostname can only contain the characters A-Z, 0-9 and '-'." -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 177 -msgid "HTTP(s) codes must be from RFC2616." -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 181 -msgid "The path to monitor must be set." -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 253 -# File: src/www/load_balancer_monitor_edit.php, line: 337 -# File: src/www/system_advanced_admin.php, line: 334 -# File: src/www/vpn_openvpn_export.php, line: 731 -# File: src/www/vpn_openvpn_export_shared.php, line: 354 -msgid "HTTP" -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 253 -# File: src/www/load_balancer_monitor_edit.php, line: 370 -# File: src/www/system_advanced_admin.php, line: 337 -msgid "HTTPS" -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 253 -# File: src/www/load_balancer_monitor_edit.php, line: 404 -msgid "Send/Expect" -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 301 -msgid "Edit Load Balancer - Monitor entry" -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 341 -# File: src/www/load_balancer_monitor_edit.php, line: 374 -msgid "Path" -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 349 -# File: src/www/load_balancer_monitor_edit.php, line: 382 -msgid "Hostname for Host: header if needed." -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 353 -# File: src/www/load_balancer_monitor_edit.php, line: 386 -msgid "HTTP Code" -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 408 -msgid "Send string" -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 414 -msgid "Expect string" -msgstr "" - -# File: src/www/load_balancer_pool.php, line: 62 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"virtual server." -msgstr "" - -# File: src/www/load_balancer_pool.php, line: 108 -# File: src/www/status_lb_pool.php, line: 113 -# File: src/www/status_lb_vs.php, line: 59 -msgid "" -"The load balancer configuration has been changed%sYou must apply the changes " -"in order for them to take effect." -msgstr "" - -# File: src/www/load_balancer_pool.php, line: 128 -# File: src/www/load_balancer_pool_edit.php, line: 63 -# File: src/www/load_balancer_pool_edit.php, line: 243 -# File: src/www/status_gateways.php, line: 54 -# File: src/www/status_lb_pool.php, line: 131 -msgid "Monitor" -msgstr "" - -# File: src/www/load_balancer_pool.php, line: 138 -msgid "" -"This feature is intended for server load balancing, not multi-WAN. For load " -"balancing or failover for multiple WANs, use %sGateway Groups%s." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 63 -msgid "Server List" -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 70 -msgid "This pool name has already been used. Pool names must be unique." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 76 -msgid "The name '%s' is a reserved word and cannot be used." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 79 -msgid "Sorry, an alias is already named %s." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 82 -msgid "The port must be an integer between 1 and 65535, or a port alias." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 86 -msgid "The retry value must be an integer between 1 and 65535." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 91 -msgid "%s is not a valid IP address or IPv4 subnet (in \"enabled\" list)." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 94 -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"enabled\" list)." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 101 -msgid "%s is not a valid IP address or IPv4 subnet (in \"disabled\" list)." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 104 -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"disabled\" list)." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 113 -msgid "Invalid monitor chosen." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 189 -msgid "Add/edit Load Balancer - Pool entry" -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 201 -msgid "Load Balance" -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 202 -msgid "Manual Failover" -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 218 -msgid "This is the port your servers are listening on." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 219 -# File: src/www/load_balancer_virtual_server_edit.php, line: 194 -msgid "" -"You may also specify a port alias listed in Firewall -> Aliases here." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 233 -msgid "" -"Optionally specify how many times to retry checking a server before " -"declaring it down." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 240 -msgid "Add item to pool" -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 258 -msgid "" -"Please add a monitor IP address on the monitors tab if you wish to use this " -"feature." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 264 -msgid "Server IP Address" -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 267 -msgid "Add to pool" -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 274 -msgid "Current Pool Members" -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 283 -msgid "Pool Disabled" -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 294 -# File: src/www/load_balancer_pool_edit.php, line: 314 -msgid "Remove" -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 303 -msgid "Enabled (default)" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 57 -msgid "Timeout must be a numeric value" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 61 -msgid "Interval must be a numeric value" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 66 -msgid "Prefork must be a numeric value" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 69 -msgid "Prefork value must be between 1 and 32" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 116 -msgid "Global settings" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 119 -msgid "timeout" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 123 -msgid "" -"Set the global timeout in milliseconds for checks. Leave blank to use the " -"default value of 1000 ms " -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 127 -msgid "interval" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 131 -msgid "" -"Set the interval in seconds at which the member of a pool will be checked. " -"Leave blank to use the default interval of 10 seconds" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 135 -msgid "prefork" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 139 -msgid "" -"Number of processes used by relayd for dns protocol. Leave blank to use the " -"default value of 5 processes" -msgstr "" - -# File: src/www/load_balancer_virtual_server.php, line: 145 -msgid "The virtual server configuration has been changed" -msgstr "" - -# File: src/www/load_balancer_virtual_server.php, line: 163 -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 69 -msgid "Pool" -msgstr "" - -# File: src/www/load_balancer_virtual_server.php, line: 164 -# File: src/www/load_balancer_virtual_server_edit.php, line: 223 -msgid "Fall Back Pool" -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 68 -# File: src/www/load_balancer_virtual_server_edit.php, line: 257 -msgid "Relay Protocol" -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 77 -msgid "" -"This virtual server name has already been used. Virtual server names must " -"be unique." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 80 -msgid "You cannot use spaces or slashes in the 'name' field." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 83 -msgid "" -"The port must be an integer between 1 and 65535, a port alias, or left blank." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 86 -msgid "%s is not a valid IP address, IPv4 subnet, or alias." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 88 -msgid "%s is a subnet containing more than 64 IP addresses." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 91 -msgid "You cannot select a Fall Back Pool when using the DNS relay protocol." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 160 -msgid "Edit Load Balancer - Virtual Server entry" -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 178 -msgid "" -"This is normally the WAN IP address that you would like the server to listen " -"on. All connections to this IP and port will be forwarded to the pool " -"cluster." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 179 -msgid "" -"You may also specify a host alias listed in Firewall -> Aliases here." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 192 -msgid "" -"This is the port that the clients will connect to. All connections to this " -"port will be forwarded to the pool cluster." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 193 -msgid "If left blank, listening ports from the pool will be used." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 204 -msgid "Virtual Server Pool" -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 207 -# File: src/www/load_balancer_virtual_server_edit.php, line: 226 -msgid "Please add a pool on the Pools tab to use this feature." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 239 -msgid "" -"The server pool to which clients will be redirected if *ALL* servers in the " -"Virtual Server Pool are offline." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 240 -msgid "This option is NOT compatible with the DNS relay protocol." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 276 -msgid "Submit" -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 285 -msgid "" -"Don't forget to add a firewall rule for the virtual server/pool after you're " -"finished setting it up." -msgstr "" - -# File: src/www/reboot.php, line: 47 -msgid "The system is rebooting now. This may take one minute." -msgstr "" - -# File: src/www/reboot.php, line: 51 -msgid "Are you sure you want to reboot the system?" -msgstr "" - -# File: src/www/services_dhcp.php, line: 89 -# File: src/www/services_router_advertisements.php, line: 41 -msgid "Only interfaces configured with a static IP will be shown" -msgstr "" - -# File: src/www/services_dhcp.php, line: 89 -msgid "" -"The DHCP Server can only be enabled on interfaces configured with static IP " -"addresses" -msgstr "" - -# File: src/www/services_dhcp.php, line: 218 -# File: src/www/services_dhcpv6.php, line: 149 -msgid "Range begin" -msgstr "" - -# File: src/www/services_dhcp.php, line: 218 -# File: src/www/services_dhcpv6.php, line: 149 -msgid "Range end" -msgstr "" - -# File: src/www/services_dhcp.php, line: 223 -# File: src/www/services_dhcp.php, line: 225 -# File: src/www/services_dhcpv6.php, line: 154 -# File: src/www/services_dhcpv6.php, line: 158 -# File: src/www/services_dhcpv6.php, line: 160 -msgid "A valid range must be specified." -msgstr "" - -# File: src/www/services_dhcp.php, line: 227 -# File: src/www/services_dhcp_edit.php, line: 204 -msgid "A valid IP address must be specified for the gateway." -msgstr "" - -# File: src/www/services_dhcp.php, line: 229 -# File: src/www/services_dhcp_edit.php, line: 206 -msgid "" -"A valid IP address must be specified for the primary/secondary WINS servers." -msgstr "" - -# File: src/www/services_dhcp.php, line: 234 -# File: src/www/services_dhcp_edit.php, line: 212 -msgid "" -"The gateway address %s does not lie within the chosen interface's subnet." -msgstr "" - -# File: src/www/services_dhcp.php, line: 237 -# File: src/www/services_dhcp_edit.php, line: 215 -msgid "" -"A valid IP address must be specified for the primary/secondary DNS servers." -msgstr "" - -# File: src/www/services_dhcp.php, line: 240 -# File: src/www/services_dhcp_edit.php, line: 218 -# File: src/www/services_dhcpv6.php, line: 167 -msgid "The default lease time must be at least 60 seconds." -msgstr "" - -# File: src/www/services_dhcp.php, line: 243 -# File: src/www/services_dhcp_edit.php, line: 220 -# File: src/www/services_dhcpv6.php, line: 169 -msgid "" -"The maximum lease time must be at least 60 seconds and higher than the " -"default lease time." -msgstr "" - -# File: src/www/services_dhcp.php, line: 245 -# File: src/www/services_dhcp_edit.php, line: 222 -# File: src/www/services_dhcpv6.php, line: 171 -msgid "A valid domain name must be specified for the dynamic DNS registration." -msgstr "" - -# File: src/www/services_dhcp.php, line: 247 -# File: src/www/services_dhcp_edit.php, line: 224 -msgid "" -"A valid primary domain name server IP address must be specified for the " -"dynamic domain name." -msgstr "" - -# File: src/www/services_dhcp.php, line: 250 -# File: src/www/services_dhcp_edit.php, line: 227 -# File: src/www/services_dhcpv6.php, line: 176 -msgid "You must specify both a valid domain key and key name." -msgstr "" - -# File: src/www/services_dhcp.php, line: 255 -# File: src/www/services_dhcp_edit.php, line: 232 -# File: src/www/services_dhcpv6.php, line: 181 -# File: src/www/services_router_advertisements.php, line: 120 -msgid "A valid domain search list must be specified." -msgstr "" - -# File: src/www/services_dhcp.php, line: 263 -msgid "" -"If you specify a mac allow list, it must contain only valid partial MAC " -"addresses." -msgstr "" - -# File: src/www/services_dhcp.php, line: 265 -msgid "" -"If you specify a mac deny list, it must contain only valid partial MAC " -"addresses." -msgstr "" - -# File: src/www/services_dhcp.php, line: 268 -# File: src/www/services_dhcp_edit.php, line: 239 -msgid "" -"A valid IP address must be specified for the primary/secondary NTP servers." -msgstr "" - -# File: src/www/services_dhcp.php, line: 270 -# File: src/www/services_dhcpv6.php, line: 190 -msgid "A valid domain name must be specified for the DNS domain." -msgstr "" - -# File: src/www/services_dhcp.php, line: 272 -# File: src/www/services_dhcp_edit.php, line: 241 -msgid "A valid IP address or hostname must be specified for the TFTP server." -msgstr "" - -# File: src/www/services_dhcp.php, line: 274 -# File: src/www/services_dhcp_edit.php, line: 243 -msgid "A valid IP address must be specified for the network boot server." -msgstr "" - -# File: src/www/services_dhcp.php, line: 277 -msgid "You cannot use the network address in the starting subnet range." -msgstr "" - -# File: src/www/services_dhcp.php, line: 279 -msgid "You cannot use the broadcast address in the ending subnet range." -msgstr "" - -# File: src/www/services_dhcp.php, line: 286 -msgid "The subnet range cannot overlap with virtual IP address %s." -msgstr "" - -# File: src/www/services_dhcp.php, line: 296 -msgid "" -"Cannot enable static ARP when you have static map entries without IP " -"addresses. Ensure all static maps have IP addresses and try again." -msgstr "" - -# File: src/www/services_dhcp.php, line: 301 -msgid "Text type cannot include quotation marks." -msgstr "" - -# File: src/www/services_dhcp.php, line: 303 -msgid "" -"String type must be enclosed in quotes like \"this\" or must be a series of " -"octets specified in hexadecimal, separated by colons, like " -"01:23:45:67:89:ab:cd:ef" -msgstr "" - -# File: src/www/services_dhcp.php, line: 305 -msgid "Boolean type must be true, false, on, or off." -msgstr "" - -# File: src/www/services_dhcp.php, line: 307 -msgid "Unsigned 8-bit integer type must be a number in the range 0 to 255." -msgstr "" - -# File: src/www/services_dhcp.php, line: 309 -msgid "Unsigned 16-bit integer type must be a number in the range 0 to 65535." -msgstr "" - -# File: src/www/services_dhcp.php, line: 311 -msgid "" -"Unsigned 32-bit integer type must be a number in the range 0 to 4294967295." -msgstr "" - -# File: src/www/services_dhcp.php, line: 313 -msgid "Signed 8-bit integer type must be a number in the range -128 to 127." -msgstr "" - -# File: src/www/services_dhcp.php, line: 315 -msgid "" -"Signed 16-bit integer type must be a number in the range -32768 to 32767." -msgstr "" - -# File: src/www/services_dhcp.php, line: 317 -msgid "" -"Signed 32-bit integer type must be a number in the range -2147483648 to " -"2147483647." -msgstr "" - -# File: src/www/services_dhcp.php, line: 319 -msgid "IP address or host type must be an IP address or host name." -msgstr "" - -# File: src/www/services_dhcp.php, line: 330 -# File: src/www/services_dhcpv6.php, line: 218 -msgid "The specified range lies outside of the current subnet." -msgstr "" - -# File: src/www/services_dhcp.php, line: 334 -# File: src/www/services_dhcpv6.php, line: 223 -msgid "The range is invalid (first element higher than second element)." -msgstr "" - -# File: src/www/services_dhcp.php, line: 341 -msgid "" -"The specified range must not be within the DHCP range for this interface." -msgstr "" - -# File: src/www/services_dhcp.php, line: 350 -msgid "" -"The specified range must not be within the range configured on a DHCP pool " -"for this interface." -msgstr "" - -# File: src/www/services_dhcp.php, line: 357 -# File: src/www/services_dhcpv6.php, line: 227 -msgid "" -"You must disable the DHCP relay on the %s interface before enabling the DHCP " -"server." -msgstr "" - -# File: src/www/services_dhcp.php, line: 367 -# File: src/www/services_dhcpv6.php, line: 242 -msgid "The DHCP range cannot overlap any static DHCP mappings." -msgstr "" - -# File: src/www/services_dhcp.php, line: 553 -msgid "Boolean" -msgstr "" - -# File: src/www/services_dhcp.php, line: 553 -msgid "String" -msgstr "" - -# File: src/www/services_dhcp.php, line: 553 -msgid "Text" -msgstr "" - -# File: src/www/services_dhcp.php, line: 554 -msgid "Unsigned 16-bit integer" -msgstr "" - -# File: src/www/services_dhcp.php, line: 554 -msgid "Unsigned 32-bit integer" -msgstr "" - -# File: src/www/services_dhcp.php, line: 554 -msgid "Unsigned 8-bit integer" -msgstr "" - -# File: src/www/services_dhcp.php, line: 555 -msgid "IP address or host" -msgstr "" - -# File: src/www/services_dhcp.php, line: 555 -msgid "Signed 16-bit integer" -msgstr "" - -# File: src/www/services_dhcp.php, line: 555 -msgid "Signed 32-bit integer" -msgstr "" - -# File: src/www/services_dhcp.php, line: 555 -msgid "Signed 8-bit integer" -msgstr "" - -# File: src/www/services_dhcp.php, line: 671 -# File: src/www/services_dhcpv6.php, line: 450 -msgid "The static mapping configuration has been changed" -msgstr "" - -# File: src/www/services_dhcp.php, line: 711 -# File: src/www/services_dhcpv6.php, line: 510 -msgid "" -"DHCP Relay is currently enabled. Cannot enable the DHCP Server service while " -"the DHCP Relay is enabled on any interface." -msgstr "" - -# File: src/www/services_dhcp.php, line: 722 -msgid "Enable DHCP server on %s interface" -msgstr "" - -# File: src/www/services_dhcp.php, line: 728 -msgid "" -"Editing Pool-Specific Options. To return to the Interface, click its tab " -"above." -msgstr "" - -# File: src/www/services_dhcp.php, line: 735 -msgid "Deny unknown clients" -msgstr "" - -# File: src/www/services_dhcp.php, line: 736 -msgid "" -"If this is checked, only the clients defined below will get DHCP leases from " -"this server. " -msgstr "" - -# File: src/www/services_dhcp.php, line: 740 -msgid "Pool Description" -msgstr "" - -# File: src/www/services_dhcp.php, line: 753 -# File: src/www/services_dhcpv6.php, line: 538 -msgid "Subnet mask" -msgstr "" - -# File: src/www/services_dhcp.php, line: 759 -# File: src/www/services_dhcpv6.php, line: 544 -msgid "Available range" -msgstr "" - -# File: src/www/services_dhcp.php, line: 786 -# File: src/www/services_dhcpv6.php, line: 580 -msgid "Range" -msgstr "" - -# File: src/www/services_dhcp.php, line: 794 -msgid "Additional Pools" -msgstr "" - -# File: src/www/services_dhcp.php, line: 796 -msgid "" -"If you need additional pools of addresses inside of this subnet outside the " -"above Range, they may be specified here." -msgstr "" - -# File: src/www/services_dhcp.php, line: 799 -msgid "Pool Start" -msgstr "" - -# File: src/www/services_dhcp.php, line: 800 -msgid "Pool End" -msgstr "" - -# File: src/www/services_dhcp.php, line: 821 -msgid "Do you really want to delete this pool?" -msgstr "" - -# File: src/www/services_dhcp.php, line: 833 -# File: src/www/services_dhcp_edit.php, line: 426 -msgid "WINS servers" -msgstr "" - -# File: src/www/services_dhcp.php, line: 840 -# File: src/www/services_dhcp_edit.php, line: 433 -# File: src/www/services_dhcpv6.php, line: 605 -# File: src/www/services_router_advertisements.php, line: 337 -# File: src/www/system_general.php, line: 346 -# File: src/www/vpn_pppoe_edit.php, line: 502 -msgid "DNS servers" -msgstr "" - -# File: src/www/services_dhcp.php, line: 844 -# File: src/www/services_dhcp_edit.php, line: 437 -# File: src/www/services_dhcpv6.php, line: 609 -# File: src/www/services_router_advertisements.php, line: 341 -msgid "" -"NOTE: leave blank to use the system default DNS servers - this interface's " -"IP if DNS forwarder is enabled, otherwise the servers configured on the " -"General page." -msgstr "" - -# File: src/www/services_dhcp.php, line: 851 -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network. Type \"none\" for no gateway assignment." -msgstr "" - -# File: src/www/services_dhcp.php, line: 855 -# File: src/www/services_dhcp_edit.php, line: 448 -# File: src/www/services_dhcpv6.php, line: 613 -msgid "Domain name" -msgstr "" - -# File: src/www/services_dhcp.php, line: 858 -# File: src/www/services_dhcp_edit.php, line: 451 -# File: src/www/services_dhcpv6.php, line: 616 -msgid "" -"The default is to use the domain name of this system as the default domain " -"name provided by DHCP. You may specify an alternate domain name here." -msgstr "" - -# File: src/www/services_dhcp.php, line: 862 -# File: src/www/services_dhcp_edit.php, line: 455 -# File: src/www/services_dhcpv6.php, line: 620 -# File: src/www/services_router_advertisements.php, line: 346 -msgid "Domain search list" -msgstr "" - -# File: src/www/services_dhcp.php, line: 865 -# File: src/www/services_dhcp_edit.php, line: 458 -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator " -msgstr "" - -# File: src/www/services_dhcp.php, line: 869 -# File: src/www/services_dhcp_edit.php, line: 462 -# File: src/www/services_dhcpv6.php, line: 627 -msgid "Default lease time" -msgstr "" - -# File: src/www/services_dhcp.php, line: 873 -# File: src/www/services_dhcp_edit.php, line: 466 -# File: src/www/services_dhcpv6.php, line: 631 -msgid "" -"This is used for clients that do not ask for a specific expiration time." -msgstr "" - -# File: src/www/services_dhcp.php, line: 875 -# File: src/www/services_dhcp_edit.php, line: 468 -# File: src/www/services_dhcpv6.php, line: 633 -msgid "The default is 7200 seconds." -msgstr "" - -# File: src/www/services_dhcp.php, line: 879 -# File: src/www/services_dhcp_edit.php, line: 472 -# File: src/www/services_dhcpv6.php, line: 637 -msgid "Maximum lease time" -msgstr "" - -# File: src/www/services_dhcp.php, line: 883 -# File: src/www/services_dhcp_edit.php, line: 476 -# File: src/www/services_dhcpv6.php, line: 641 -msgid "" -"This is the maximum lease time for clients that ask for a specific " -"expiration time." -msgstr "" - -# File: src/www/services_dhcp.php, line: 885 -# File: src/www/services_dhcp_edit.php, line: 478 -# File: src/www/services_dhcpv6.php, line: 643 -msgid "The default is 86400 seconds." -msgstr "" - -# File: src/www/services_dhcp.php, line: 890 -msgid "Failover peer IP:" -msgstr "" - -# File: src/www/services_dhcp.php, line: 893 -msgid "" -"Leave blank to disable. Enter the interface IP address of the other " -"machine. Machines must be using CARP. Interface's advskew determines " -"whether the DHCPd process is Primary or Secondary. Ensure one machine's " -"advskew<20 (and the other is >20)." -msgstr "" - -# File: src/www/services_dhcp.php, line: 899 -# File: src/www/services_dhcp.php, line: 1128 -msgid "Static ARP" -msgstr "" - -# File: src/www/services_dhcp.php, line: 902 -msgid "Enable Static ARP entries" -msgstr "" - -# File: src/www/services_dhcp.php, line: 904 -msgid "" -"Warning: This option persists even if DHCP server is disabled. Only the " -"machines listed below will be able to communicate with the firewall on this " -"NIC." -msgstr "" - -# File: src/www/services_dhcp.php, line: 910 -# File: src/www/services_dhcpv6.php, line: 647 -msgid "Time format change" -msgstr "" - -# File: src/www/services_dhcp.php, line: 913 -msgid "Change DHCP display lease time from UTC to local time." -msgstr "" - -# File: src/www/services_dhcp.php, line: 915 -msgid "" -"Warning: By default DHCP leases are displayed in UTC time. By checking this " -"box DHCP lease time will be displayed in local time and set to time zone " -"selected. This will be used for all DHCP interfaces lease time." -msgstr "" - -# File: src/www/services_dhcp.php, line: 922 -# File: src/www/services_dhcp_edit.php, line: 482 -# File: src/www/services_dhcpv6.php, line: 672 -# File: src/www/vpn_ipsec_phase1.php, line: 788 -# File: src/www/vpn_openvpn_export.php, line: 650 -# File: src/www/vpn_openvpn_export.php, line: 660 -msgid "Dynamic DNS" -msgstr "" - -# File: src/www/services_dhcp.php, line: 925 -# File: src/www/services_dhcp_edit.php, line: 485 -# File: src/www/services_dhcpv6.php, line: 675 -msgid "Show Dynamic DNS" -msgstr "" - -# File: src/www/services_dhcp.php, line: 929 -# File: src/www/services_dhcp_edit.php, line: 489 -# File: src/www/services_dhcpv6.php, line: 679 -msgid "Enable registration of DHCP client names in DNS." -msgstr "" - -# File: src/www/services_dhcp.php, line: 932 -# File: src/www/services_dhcp_edit.php, line: 492 -# File: src/www/services_dhcpv6.php, line: 682 -msgid "Note: Leave blank to disable dynamic DNS registration." -msgstr "" - -# File: src/www/services_dhcp.php, line: 933 -# File: src/www/services_dhcp_edit.php, line: 493 -# File: src/www/services_dhcpv6.php, line: 683 -msgid "" -"Enter the dynamic DNS domain which will be used to register client names in " -"the DNS server." -msgstr "" - -# File: src/www/services_dhcp.php, line: 935 -# File: src/www/services_dhcp_edit.php, line: 495 -# File: src/www/services_dhcpv6.php, line: 685 -msgid "" -"Enter the primary domain name server IP address for the dynamic domain name." -msgstr "" - -# File: src/www/services_dhcp.php, line: 937 -# File: src/www/services_dhcp_edit.php, line: 497 -# File: src/www/services_dhcpv6.php, line: 687 -msgid "" -"Enter the dynamic DNS domain key name which will be used to register client " -"names in the DNS server." -msgstr "" - -# File: src/www/services_dhcp.php, line: 939 -# File: src/www/services_dhcp_edit.php, line: 499 -# File: src/www/services_dhcpv6.php, line: 689 -msgid "" -"Enter the dynamic DNS domain key secret which will be used to register " -"client names in the DNS server." -msgstr "" - -# File: src/www/services_dhcp.php, line: 944 -msgid "MAC Address Control" -msgstr "" - -# File: src/www/services_dhcp.php, line: 947 -msgid "Show MAC Address Control" -msgstr "" - -# File: src/www/services_dhcp.php, line: 951 -msgid "" -"Enter a list of partial MAC addresses to allow, comma separated, no spaces, " -"such as " -msgstr "" - -# File: src/www/services_dhcp.php, line: 953 -msgid "" -"Enter a list of partial MAC addresses to deny access, comma separated, no " -"spaces, such as " -msgstr "" - -# File: src/www/services_dhcp.php, line: 958 -# File: src/www/services_dhcp_edit.php, line: 505 -# File: src/www/services_dhcpv6.php, line: 695 -msgid "NTP servers" -msgstr "" - -# File: src/www/services_dhcp.php, line: 961 -# File: src/www/services_dhcp_edit.php, line: 508 -# File: src/www/services_dhcpv6.php, line: 698 -msgid "Show NTP configuration" -msgstr "" - -# File: src/www/services_dhcp.php, line: 970 -# File: src/www/services_dhcp_edit.php, line: 517 -# File: src/www/services_dhcpv6.php, line: 708 -msgid "TFTP server" -msgstr "" - -# File: src/www/services_dhcp.php, line: 973 -# File: src/www/services_dhcp_edit.php, line: 520 -# File: src/www/services_dhcpv6.php, line: 711 -msgid "Show TFTP configuration" -msgstr "" - -# File: src/www/services_dhcp.php, line: 977 -# File: src/www/services_dhcp_edit.php, line: 524 -# File: src/www/services_dhcpv6.php, line: 715 -msgid "" -"Leave blank to disable. Enter a full hostname or IP for the TFTP server." -msgstr "" - -# File: src/www/services_dhcp.php, line: 982 -# File: src/www/services_dhcpv6.php, line: 721 -msgid "LDAP URI" -msgstr "" - -# File: src/www/services_dhcp.php, line: 985 -# File: src/www/services_dhcpv6.php, line: 724 -msgid "Show LDAP configuration" -msgstr "" - -# File: src/www/services_dhcp.php, line: 989 -# File: src/www/services_dhcpv6.php, line: 728 -msgid "" -"Leave blank to disable. Enter a full URI for the LDAP server in the form " -"ldap://ldap.example.com/dc=example,dc=com" -msgstr "" - -# File: src/www/services_dhcp.php, line: 994 -# File: src/www/services_dhcpv6.php, line: 733 -msgid "Enable network booting" -msgstr "" - -# File: src/www/services_dhcp.php, line: 997 -# File: src/www/services_dhcpv6.php, line: 736 -msgid "Show Network booting" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1001 -# File: src/www/services_dhcpv6.php, line: 740 -msgid "Enables network booting." -msgstr "" - -# File: src/www/services_dhcp.php, line: 1003 -msgid "Enter the IP of the" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1003 -msgid "next-server" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1005 -msgid "and the default bios filename" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1007 -msgid "and the UEFI 32bit filename " -msgstr "" - -# File: src/www/services_dhcp.php, line: 1009 -msgid "and the UEFI 64bit filename " -msgstr "" - -# File: src/www/services_dhcp.php, line: 1011 -msgid "" -"Note: You need both a filename and a boot server configured for this to work!" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1012 -msgid "" -"You will need all three filenames and a boot server configured for UEFI to " -"work!" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1013 -msgid "Enter the" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1013 -msgid "root-path" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1013 -msgid "string" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1015 -msgid "" -"Note: string-format: iscsi:(servername):(protocol):(port):(LUN):targetname" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1021 -# File: src/www/services_dhcpv6.php, line: 748 -msgid "Additional BOOTP/DHCP Options" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1024 -# File: src/www/services_dhcpv6.php, line: 751 -msgid "Show Additional BOOTP/DHCP Options" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1032 -# File: src/www/services_dhcpv6.php, line: 759 -msgid "" -"Enter the DHCP option number and the value for each item you would like to " -"include in the DHCP lease information. For a list of available options " -"please visit this" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1032 -# File: src/www/services_dhcpv6.php, line: 759 -msgid "URL" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1039 -# File: src/www/services_dhcpv6.php, line: 765 -# File: src/www/services_unbound_overrides.php, line: 134 -# File: src/www/system_advanced_sysctl.php, line: 166 -# File: src/www/system_advanced_sysctl.php, line: 217 -# File: src/www/system_certmanager.php, line: 910 -msgid "Value" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1107 -# File: src/www/services_dhcpv6.php, line: 816 -msgid "System: General setup" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1107 -# File: src/www/services_dhcpv6.php, line: 816 -msgid "The DNS servers entered in" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1108 -# File: src/www/services_dhcpv6.php, line: 817 -msgid "(or the" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1108 -# File: src/www/services_dhcpv6.php, line: 817 -msgid "DNS forwarder" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1109 -# File: src/www/services_dhcpv6.php, line: 818 -msgid "if enabled)" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1109 -# File: src/www/services_dhcpv6.php, line: 818 -msgid "will be assigned to clients by the DHCP server." -msgstr "" - -# File: src/www/services_dhcp.php, line: 1112 -msgid "Status: DHCP leases" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1112 -# File: src/www/services_dhcpv6.php, line: 821 -msgid "The DHCP lease table can be viewed on the" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1113 -# File: src/www/services_dhcpv6.php, line: 822 -msgid "page." -msgstr "" - -# File: src/www/services_dhcp.php, line: 1124 -msgid "DHCP Static Mappings for this interface." -msgstr "" - -# File: src/www/services_dhcp.php, line: 1167 -# File: src/www/services_dhcpv6.php, line: 868 -msgid "Do you really want to delete this mapping?" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 141 -msgid "Either MAC address or Client identifier must be specified" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 149 -# File: src/www/services_dhcpv6_edit.php, line: 102 -msgid "The hostname cannot end with a hyphen according to RFC952" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 154 -# File: src/www/services_dhcpv6_edit.php, line: 107 -msgid "" -"A valid hostname is specified, but the domain name part should be omitted" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 165 -msgid "Static ARP is enabled. You must specify an IP address." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 174 -msgid "This Hostname, IP, MAC address or Client identifier already exists." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 185 -msgid "The IP address must not be within the DHCP range for this interface." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 190 -msgid "" -"The IP address must not be within the range configured on a DHCP pool for " -"this interface." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 199 -msgid "The IP address must lie in the %s subnet." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 359 -msgid "Static DHCP Mapping" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 370 -msgid "Copy my MAC address" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 372 -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 376 -msgid "Client identifier" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 386 -msgid "If an IPv4 address is entered, the address must be outside of the pool." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 388 -msgid "" -"If no IPv4 address is given, one will be dynamically allocated from the pool." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 395 -# File: src/www/services_dhcpv6_edit.php, line: 217 -msgid "Name of the host, without domain part." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 399 -msgid "Netboot Filename" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 402 -# File: src/www/services_dhcpv6_edit.php, line: 224 -msgid "" -"Name of the file that should be loaded when this host boots off of the " -"network, overrides setting on main page." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 405 -# File: src/www/services_dhcpv6_edit.php, line: 227 -msgid "Root Path" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 408 -# File: src/www/services_dhcpv6_edit.php, line: 230 -msgid "Enter the root-path-string, overrides setting on main page." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 419 -msgid "ARP Table Static Entry" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 422 -msgid "Create an ARP Table Static Entry for this MAC & IP Address pair. " -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 444 -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network." -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 69 -# File: src/www/services_dhcpv6_relay.php, line: 65 -msgid "Destination Server" -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 77 -msgid "A valid Destination Server IP address must be specified." -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 140 -msgid "" -"DHCP Server is currently enabled. Cannot enable the DHCP Relay service while " -"the DHCP Server is enabled on any interface." -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 144 -msgid "DHCP Relay configuration" -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 154 -msgid "Enable DHCP relay on interface" -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 158 -# File: src/www/services_dhcpv6_relay.php, line: 155 -# File: src/www/services_ntpd.php, line: 229 -msgid "Interface(s)" -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 172 -# File: src/www/services_ntpd.php, line: 253 -msgid "Interfaces without an IP address will not be shown." -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 179 -# File: src/www/services_dhcpv6_relay.php, line: 176 -msgid "Append circuit ID and agent ID to requests" -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 180 -msgid "" -"If this is checked, the DHCP relay will append the circuit ID (%s interface " -"number) and the agent ID to the DHCP request." -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 183 -# File: src/www/services_dhcpv6_relay.php, line: 180 -msgid "Destination server" -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 187 -msgid "" -"This is the IP address of the server to which DHCP requests are relayed. You " -"can enter multiple server IP addresses, separated by commas. Select \"Proxy " -"requests to DHCP server on WAN subnet\" to relay DHCP packets to the server " -"that was used on the WAN interface." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 45 -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses. Only interfaces configured with a static IP will be shown." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 156 -msgid "A valid prefix range must be specified." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 162 -msgid "A valid IPv6 address must be specified for the gateway." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 164 -# File: src/www/services_router_advertisements.php, line: 115 -msgid "" -"A valid IPv6 address must be specified for the primary/secondary DNS servers." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 173 -msgid "" -"A valid primary domain name server IPv4 address must be specified for the " -"dynamic domain name." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 188 -msgid "" -"A valid IPv6 address must be specified for the primary/secondary NTP servers." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 192 -msgid "A valid IPv6 address or hostname must be specified for the TFTP server." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 194 -msgid "A valid URL must be specified for the network bootfile." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 201 -msgid "The subnet range cannot overlap with virtual IPv6 address %s." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 501 -# File: src/www/services_router_advertisements.php, line: 224 -# File: src/www/services_router_advertisements.php, line: 232 -msgid "Router Advertisements" -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 523 -msgid "Enable DHCPv6 server on %s interface" -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 563 -# File: src/www/vpn_l2tp.php, line: 343 -msgid "Subnet Mask" -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 587 -msgid "Prefix Delegation Range" -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 591 -msgid "Prefix Delegation Size" -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 600 -msgid "" -"You can define a Prefix range here for DHCP Prefix Delegation. This allows " -"for\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\tassigning networks to subrouters. The start and " -"end of the range must end on boundaries of the prefix delegation size." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 623 -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator" -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 656 -msgid "Change DHCPv6 display lease time from UTC to local time." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 663 -msgid "" -"By default DHCPv6 leases are displayed in UTC time. By checking this\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\tbox DHCPv6 lease time will be displayed in local " -"time and set to time zone selected. This will be used for all DHCPv6 " -"interfaces lease time." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 742 -msgid "Enter the Bootfile URL" -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 784 -msgid "Delete" -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 791 -# File: src/www/services_router_advertisements.php, line: 322 -msgid "add another entry" -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 821 -msgid "Status: DHCPv6 leases" -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 831 -msgid "DHCPv6 Static Mappings for this interface." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 835 -# File: src/www/status_dhcpv6_leases.php, line: 421 -# File: src/www/status_dhcpv6_leases.php, line: 524 -msgid "DUID" -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 95 -# File: src/www/services_dhcpv6_edit.php, line: 195 -msgid "DUID Identifier" -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 115 -msgid "A valid DUID Identifier must be specified." -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 124 -msgid "This Hostname, IP or DUID Identifier already exists." -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 192 -msgid "Static DHCPv6 Mapping" -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 199 -msgid "Enter a DUID Identifier in the following format: " -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 200 -msgid "DUID-LLT - ETH -- TIME --- ---- ADDR ----" -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 208 -msgid "If an IPv6 address is entered, the address must be outside of the pool." -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 210 -msgid "" -"If no IPv6 address is given, one will be dynamically allocated from the pool." -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 221 -msgid "Netboot filename" -msgstr "" - -# File: src/www/services_dhcpv6_relay.php, line: 73 -msgid "A valid Destination Server IPv6 address must be specified." -msgstr "" - -# File: src/www/services_dhcpv6_relay.php, line: 136 -msgid "" -"DHCPv6 Server is currently enabled. Cannot enable the DHCPv6 Relay service " -"while the DHCPv6 Server is enabled on any interface." -msgstr "" - -# File: src/www/services_dhcpv6_relay.php, line: 140 -msgid "DHCPv6 Relay configuration" -msgstr "" - -# File: src/www/services_dhcpv6_relay.php, line: 151 -msgid "Enable DHCPv6 relay on interface" -msgstr "" - -# File: src/www/services_dhcpv6_relay.php, line: 169 -msgid "Interfaces without an IPv6 address will not be shown." -msgstr "" - -# File: src/www/services_dhcpv6_relay.php, line: 177 -msgid "" -"If this is checked, the DHCPv6 relay will append the circuit ID (%s " -"interface number) and the agent ID to the DHCPv6 request." -msgstr "" - -# File: src/www/services_dhcpv6_relay.php, line: 184 -msgid "" -"This is the IPv6 address of the server to which DHCPv6 requests are relayed. " -"You can enter multiple server IPv6 addresses, separated by commas. " -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 83 -# File: src/www/system_advanced_admin.php, line: 82 -msgid "You must specify a valid port number" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 98 -msgid "Invalid custom options" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 178 -msgid "The DNS forwarder configuration has been changed." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 188 -msgid "General DNS Forwarder Options" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 198 -msgid "Enable DNS forwarder" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 202 -# File: src/www/services_unbound.php, line: 268 -msgid "DHCP Registration" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 205 -msgid "Register DHCP leases in DNS forwarder" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 206 -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS forwarder, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 214 -# File: src/www/services_unbound.php, line: 280 -msgid "Static DHCP" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 217 -msgid "Register DHCP static mappings in DNS forwarder" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 218 -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS forwarder, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 225 -msgid "Prefer DHCP" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 228 -msgid "Resolve DHCP mappings first" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 229 -msgid "" -"If this option is set, then DHCP mappings will be resolved before the manual " -"list of names below. This only affects the name given for a reverse lookup " -"(PTR)." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 235 -# File: src/www/services_unbound.php, line: 261 -msgid "DNS Query Forwarding" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 238 -msgid "Query DNS servers sequentially" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 239 -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will query the DNS servers " -"sequentially in the order specified (System - General Setup - DNS " -"Servers), rather than all at once in parallel. " -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 248 -msgid "Require domain" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 249 -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward A or AAAA " -"queries for plain names, without dots or domain parts, to upstream name " -"servers. If the name is not known from /etc/hosts or DHCP then a \"not " -"found\" answer is returned. " -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 258 -msgid "Do not forward private reverse lookups" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 259 -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward reverse " -"DNS lookups (PTR) for private addresses (RFC 1918) to upstream name " -"servers. Any entries in the Domain Overrides section forwarding private \"" -"n.n.n.in-addr.arpa\" names to a specific server are still forwarded. If the " -"IP to name is not known from /etc/hosts, DHCP or a specific domain override " -"then a \"not found\" answer is immediately returned. " -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 267 -# File: src/www/services_unbound.php, line: 193 -msgid "Listen Port" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 271 -# File: src/www/services_unbound.php, line: 198 -msgid "" -"The port used for responding to DNS queries. It should normally be left " -"blank unless another service needs to bind to TCP/UDP port 53." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 281 -msgid "" -"Interface IPs used by the DNS Forwarder for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 301 -msgid "Strict Interface Binding" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 303 -msgid "" -"If this option is set, the DNS forwarder will only bind to the interfaces " -"containing the IP addresses selected above, rather than binding to all " -"interfaces and discarding queries to other addresses." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 305 -msgid "" -"NOTE: This option does NOT work with IPv6. If set, dnsmasq will not bind to " -"IPv6 addresses." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 313 -# File: src/www/services_unbound.php, line: 302 -# File: src/www/services_upnp.php, line: 547 -msgid "Show advanced option" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 318 -msgid "" -"Enter any additional options you would like to add to the dnsmasq " -"configuration here, separated by a space or newline" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 332 -msgid "" -"If the DNS forwarder is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the forwarder. The DNS forwarder will use the DNS servers " -"entered in %sSystem: General setup%s or those obtained via DHCP or PPP on " -"WAN if the "Allow DNS server list to be overridden by DHCP/PPP on " -"WAN" is checked. If you don't use that option (or if you use a static " -"IP address on WAN), you must manually specify at least one DNS server on the " -"%sSystem: General setup%s page." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 350 -# File: src/www/services_unbound_overrides.php, line: 118 -msgid "Host Overrides" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 354 -# File: src/www/services_unbound_overrides.php, line: 122 -msgid "" -"Entries in this section override individual results from the forwarders." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 355 -# File: src/www/services_unbound_overrides.php, line: 123 -msgid "Use these for changing DNS results or for adding custom DNS records." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 366 -# File: src/www/services_dnsmasq.php, line: 444 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 68 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 139 -# File: src/www/services_dnsmasq_edit.php, line: 74 -# File: src/www/services_dnsmasq_edit.php, line: 210 -# File: src/www/services_dnsmasq_edit.php, line: 244 -# File: src/www/services_unbound_domainoverride_edit.php, line: 60 -# File: src/www/services_unbound_domainoverride_edit.php, line: 131 -# File: src/www/services_unbound_host_edit.php, line: 84 -# File: src/www/services_unbound_host_edit.php, line: 265 -# File: src/www/services_unbound_host_edit.php, line: 334 -# File: src/www/services_unbound_overrides.php, line: 132 -# File: src/www/services_unbound_overrides.php, line: 214 -# File: src/www/system_general.php, line: 109 -# File: src/www/system_general.php, line: 335 -msgid "Domain" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 398 -# File: src/www/services_unbound_overrides.php, line: 182 -msgid "Do you really want to delete this host?" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 432 -# File: src/www/services_unbound_overrides.php, line: 202 -msgid "Domain Overrides" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 435 -msgid "" -"Entries in this area override an entire domain, and subdomains, by " -"specifying an authoritative DNS server to be queried for that domain." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 471 -# File: src/www/services_unbound_overrides.php, line: 244 -msgid "Do you really want to delete this domain override?" -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 79 -# File: src/www/services_unbound_domainoverride_edit.php, line: 71 -msgid "A valid domain must be specified after _msdcs." -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 83 -# File: src/www/services_dnsmasq_edit.php, line: 82 -# File: src/www/services_unbound_domainoverride_edit.php, line: 73 -# File: src/www/services_unbound_host_edit.php, line: 93 -msgid "A valid domain must be specified." -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 86 -msgid "" -"A valid IP address must be specified, or # for an exclusion or ! to not " -"forward at all." -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 89 -msgid "An interface IP address must be specified for the DNS query source." -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 142 -# File: src/www/services_unbound_domainoverride_edit.php, line: 135 -msgid "Domain to override (NOTE: this does not have to be a valid TLD!)" -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 143 -# File: src/www/services_dnsmasq_edit.php, line: 221 -# File: src/www/services_unbound_domainoverride_edit.php, line: 136 -# File: src/www/services_unbound_host_edit.php, line: 286 -# File: src/www/services_unbound_host_edit.php, line: 294 -msgid "or" -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 143 -# File: src/www/services_unbound_domainoverride_edit.php, line: 136 -msgid "test" -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 149 -# File: src/www/services_unbound_domainoverride_edit.php, line: 145 -msgid "IP address of the authoritative DNS server for this domain" -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 150 -msgid "" -"Or enter ! for lookups for this host/subdomain to NOT be forwarded anywhere." -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 150 -msgid "" -"Or enter # for an exclusion to pass through this host/subdomain to standard " -"nameservers instead of a previous override." -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 153 -msgid "Source IP" -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 156 -msgid "" -"Source IP address for queries to the DNS server for the override domain." -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 157 -msgid "Leave blank unless your DNS server is accessed through a VPN tunnel." -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 112 -# File: src/www/services_unbound_host_edit.php, line: 151 -msgid "Alias Domain" -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 117 -# File: src/www/services_unbound_host_edit.php, line: 156 -msgid "" -"Hostnames in alias list can only contain the characters A-Z, 0-9 and '-'." -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 120 -# File: src/www/services_unbound_host_edit.php, line: 158 -msgid "A valid domain must be specified in alias list." -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 131 -msgid "This host/domain already exists." -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 199 -msgid "Edit DNS Forwarder entry" -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 205 -# File: src/www/services_unbound_host_edit.php, line: 260 -msgid "Name of the host, without domain part" -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 207 -# File: src/www/services_unbound_host_edit.php, line: 261 -msgid "myhost" -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 213 -# File: src/www/services_unbound_host_edit.php, line: 268 -msgid "Domain of the host" -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 214 -# File: src/www/services_unbound_host_edit.php, line: 269 -msgid "example.com" -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 220 -# File: src/www/services_unbound_host_edit.php, line: 293 -msgid "IP address of the host" -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 238 -# File: src/www/services_unbound_host_edit.php, line: 328 -msgid "Enter additional names for this host." -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 266 -# File: src/www/services_router_advertisements.php, line: 305 -msgid "remove this entry" -msgstr "" - -# File: src/www/services_dyndns.php, line: 85 -# File: src/www/status_services.php, line: 295 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 79 -# File: src/www/widgets/widgets/services_status.widget.php, line: 59 -msgid "Service" -msgstr "" - -# File: src/www/services_dyndns.php, line: 87 -# File: src/www/services_rfc2136.php, line: 81 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 81 -msgid "Cached IP" -msgstr "" - -# File: src/www/services_dyndns.php, line: 184 -msgid "" -"IP addresses appearing in green are up to date with Dynamic DNS provider." -msgstr "" - -# File: src/www/services_dyndns.php, line: 185 -msgid "" -"You can force an update for an IP address on the edit page for that service." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 88 -# File: src/www/services_dyndns_edit.php, line: 255 -msgid "Service type" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 100 -# File: src/www/services_dyndns_edit.php, line: 392 -msgid "Update URL" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 113 -msgid "The Hostname contains invalid characters." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 119 -msgid "The MX contains invalid characters." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 121 -# File: src/www/system_usermanager.php, line: 250 -# File: src/www/vpn_l2tp_users_edit.php, line: 84 -# File: src/www/vpn_pptp_users_edit.php, line: 82 -msgid "The username contains invalid characters." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 244 -msgid "Dynamic DNS client" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 251 -# File: src/www/services_rfc2136_edit.php, line: 208 -# File: src/www/services_rfc2136_edit.php, line: 214 -msgid "yes" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 269 -# File: src/www/services_rfc2136_edit.php, line: 154 -msgid "Interface to monitor" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 294 -msgid "Interface to send update from" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 316 -msgid "Note: This is almost always the same as the Interface to Monitor." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 327 -msgid "Enter the complete host/domain name. example: myhost.dyndns.org" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 328 -msgid "For he.net tunnelbroker, enter your tunnel ID" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 333 -msgid "MX" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 337 -msgid "" -"Note: With a dynamic DNS service you can only use a hostname, not an IP " -"address." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 339 -msgid "" -"Set this option only if you need a special MX record. Not all services " -"support this." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 343 -msgid "Wildcards" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 346 -# File: src/www/services_dyndns_edit.php, line: 352 -msgid "Enable " -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 346 -msgid "Wildcard" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 349 -msgid "Verbose logging" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 352 -msgid "verbose logging" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 355 -msgid "CURL options" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 358 -msgid "Force IPv4 resolving" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 360 -msgid "Verify SSL peer" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 367 -msgid "" -"Username is required for all types except Namecheap, FreeDNS and Custom " -"Entries." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 368 -msgid "Route 53: Enter your Access Key ID." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 369 -msgid "Duck DNS: Enter your Token." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 370 -msgid "" -"For Custom Entries, Username and Password represent HTTP Authentication " -"username and passwords." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 378 -msgid "" -"FreeDNS (freedns.afraid.org): Enter your \"Authentication Token\" provided " -"by FreeDNS." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 379 -msgid "Route 53: Enter your Secret Access Key." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 380 -msgid "Duck DNS: Leave blank." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 385 -msgid "Zone ID" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 388 -msgid "" -"Enter Zone ID that you received when you created your domain in Route 53." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 395 -msgid "" -"This is the only field required by for Custom Dynamic DNS, and is only used " -"by Custom Entries." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 397 -# File: src/www/services_dyndns_edit.php, line: 408 -msgid "" -"If you need the new IP to be included in the request, put %IP% in its place." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 401 -msgid "Result Match" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 404 -msgid "This field is only used by Custom Dynamic DNS Entries." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 406 -msgid "" -"This field should be identical to what your dynamic DNS Provider will return " -"if the update succeeds, leave it blank to disable checking of returned " -"results." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 410 -msgid "" -"If you need to include multiple possible values, separate them with a |. If " -"your provider includes a |, escape it with \\|" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 412 -msgid "" -"Tabs (\\t), newlines (\\n" -") and carriage returns (\\r) at the beginning or end of the returned results " -"are removed before comparison." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 417 -# File: src/www/services_rfc2136_edit.php, line: 73 -# File: src/www/services_rfc2136_edit.php, line: 172 -msgid "TTL" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 420 -msgid "Choose TTL for your dns record." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 437 -# File: src/www/services_rfc2136_edit.php, line: 105 -msgid "Save & Force Update" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 445 -msgid "" -"You must configure a DNS server in %sSystem:\n" -"\t\t\t\t\t General setup%s or allow the DNS server list " -"to be overridden\n" -"\t\t\t\t\t by DHCP/PPP on WAN for dynamic DNS updates to " -"work." -msgstr "" - -# File: src/www/services_igmpproxy.php, line: 71 -msgid "add a new igmpentry" -msgstr "" - -# File: src/www/services_igmpproxy.php, line: 86 -msgid "The IGMP entry list has been changed" -msgstr "" - -# File: src/www/services_igmpproxy.php, line: 128 -msgid "edit igmpentry" -msgstr "" - -# File: src/www/services_igmpproxy.php, line: 129 -msgid "" -"Do you really want to delete this igmp entry? All elements that still use it " -"will become invalid (e.g. filter rules)!" -msgstr "" - -# File: src/www/services_igmpproxy.php, line: 129 -msgid "delete igmpentry" -msgstr "" - -# File: src/www/services_igmpproxy.php, line: 143 -msgid "" -"Please add the interface for upstream, the allowed subnets, and the " -"downstream interfaces you would like the proxy to allow. Only one 'upstream' " -"interface can be configured." -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 64 -msgid "Only one 'upstream' interface can be configured." -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 157 -msgid "IGMP Proxy Edit" -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 187 -msgid "Upstream Interface" -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 188 -msgid "Downstream Interface" -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 192 -msgid "" -"The upstream network interface is the outgoing interface which is " -"responsible for communicating to available multicast data sources. There can " -"only be one upstream interface." -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 198 -msgid "Downstream" -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 198 -msgid "" -"network interfaces are the distribution interfaces to the destination " -"networks, where multicast clients can join groups and receive multicast " -"data. One or more downstream interfaces must be configured." -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 205 -msgid "Threshold" -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 210 -msgid "" -"Defines the TTL threshold for the network interface. Packets with a " -"lower TTL than the threshold value will be ignored. This setting is " -"optional, and by default the threshold is 1." -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 217 -msgid "Network (s)" -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 223 -# File: src/www/services_unbound_acls.php, line: 249 -msgid "CIDR" -msgstr "" - -# File: src/www/services_ntpd.php, line: 196 -# File: src/www/services_ntpd.php, line: 287 -msgid "Add another Time server" -msgstr "" - -# File: src/www/services_ntpd.php, line: 226 -msgid "NTP Server Configuration" -msgstr "" - -# File: src/www/services_ntpd.php, line: 255 -msgid "Selecting no interfaces will listen on all interfaces with a wildcard." -msgstr "" - -# File: src/www/services_ntpd.php, line: 256 -msgid "" -"Selecting all interfaces will explicitly listen on only the interfaces/IPs " -"specified." -msgstr "" - -# File: src/www/services_ntpd.php, line: 260 -msgid "Time servers" -msgstr "" - -# File: src/www/services_ntpd.php, line: 280 -msgid "prefer this server" -msgstr "" - -# File: src/www/services_ntpd.php, line: 283 -msgid "do not use this server" -msgstr "" - -# File: src/www/services_ntpd.php, line: 290 -msgid "For best results three to five servers should be configured here." -msgstr "" - -# File: src/www/services_ntpd.php, line: 292 -msgid "" -"The %sprefer%s option indicates that NTP should favor the use of this server " -"more than all others." -msgstr "" - -# File: src/www/services_ntpd.php, line: 294 -msgid "" -"The %snoselect%s option indicates that NTP should not use this server for " -"time, but stats for this server will be collected and displayed." -msgstr "" - -# File: src/www/services_ntpd.php, line: 298 -msgid "Orphan mode" -msgstr "" - -# File: src/www/services_ntpd.php, line: 300 -msgid "(0-15)" -msgstr "" - -# File: src/www/services_ntpd.php, line: 301 -msgid "" -"Orphan mode allows the system clock to be used when no other clocks are " -"available. The number here specifies the stratum reported during orphan mode " -"and should normally be set to a number high enough to insure that any other " -"servers available to clients are preferred over this server. (default: 12)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 305 -msgid "NTP graphs" -msgstr "" - -# File: src/www/services_ntpd.php, line: 308 -msgid "Enable rrd graphs of NTP statistics (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 312 -msgid "Syslog logging" -msgstr "" - -# File: src/www/services_ntpd.php, line: 314 -msgid "Status > System Logs > NTP" -msgstr "" - -# File: src/www/services_ntpd.php, line: 314 -msgid "" -"These options enable additional messages from NTP to be written to the " -"System Log" -msgstr "" - -# File: src/www/services_ntpd.php, line: 317 -msgid "Enable logging of peer messages (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 320 -msgid "Enable logging of system messages (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 324 -msgid "Statistics logging" -msgstr "" - -# File: src/www/services_ntpd.php, line: 327 -msgid "Show statistics logging options" -msgstr "" - -# File: src/www/services_ntpd.php, line: 330 -msgid "Warning: " -msgstr "" - -# File: src/www/services_ntpd.php, line: 330 -msgid "these options will create persistant daily log files in /var/log/ntp." -msgstr "" - -# File: src/www/services_ntpd.php, line: 333 -msgid "Enable logging of reference clock statistics (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 336 -msgid "Enable logging of clock discipline statistics (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 339 -msgid "Enable logging of NTP peer statistics (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 344 -msgid "Access restrictions" -msgstr "" - -# File: src/www/services_ntpd.php, line: 347 -msgid "Show access restriction options" -msgstr "" - -# File: src/www/services_ntpd.php, line: 350 -msgid "these options control access to NTP from the WAN." -msgstr "" - -# File: src/www/services_ntpd.php, line: 353 -msgid "Enable Kiss-o'-death packets (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 356 -msgid "" -"Deny state modifications (i.e. run time configuration) by ntpq and ntpdc " -"(default: enabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 359 -msgid "Disable ntpq and ntpdc queries (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 362 -msgid "Disable all except ntpq and ntpdc queries (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 365 -msgid "Deny packets that attempt a peer association (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 368 -msgid "Deny mode 6 control message trap service (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 373 -msgid "Leap seconds" -msgstr "" - -# File: src/www/services_ntpd.php, line: 376 -msgid "Show Leap second configuration" -msgstr "" - -# File: src/www/services_ntpd.php, line: 379 -msgid "" -"A leap second file allows NTP to advertize an upcoming leap second addition " -"or subtraction." -msgstr "" - -# File: src/www/services_ntpd.php, line: 380 -msgid "Normally this is only useful if this server is a stratum 1 time server." -msgstr "" - -# File: src/www/services_ntpd.php, line: 382 -msgid "Enter Leap second configuration as text:" -msgstr "" - -# File: src/www/services_ntpd.php, line: 384 -msgid "Or" -msgstr "" - -# File: src/www/services_ntpd.php, line: 384 -msgid "select a file to upload:" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 351 -msgid "NTP Serial GPS Configuration" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 356 -msgid "" -"A GPS connected via a serial port may be used as a reference clock for NTP. " -"If the GPS also supports PPS and is properly configured, and connected, that " -"GPS may also be used as a Pulse Per Second clock reference. NOTE: a USB GPS " -"may work, but is not recommended due to USB bus timing issues." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 358 -msgid "" -"For the best results, NTP should have at least three sources of time. So it " -"is best to configure at least 2 servers under" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 358 -# File: src/www/services_ntpd_pps.php, line: 127 -msgid "Services > NTP" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 358 -msgid "" -"to minimize clock drift if the GPS data is not valid over time. Otherwise " -"ntpd may only use values from the unsynchronized local clock when providing " -"time to clients." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 366 -msgid "Generic" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 368 -msgid "Garmin" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 370 -msgid "SiRF" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 371 -msgid "U-Blox" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 372 -msgid "SureGPS" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 374 -msgid "This option allows you to select a predefined configuration." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 377 -msgid "Select Generic if your GPS is not listed." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 378 -msgid "" -"The perdefined configurations assume your GPS has already been set to NMEA " -"mode." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 388 -# File: src/www/services_ntpd_pps.php, line: 133 -msgid "Serial port" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 403 -msgid "" -"All serial ports are listed, be sure to pick the port with the GPS attached." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 412 -msgid "Serial port baud rate." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 415 -msgid "" -"Note: A higher baud rate is generally only helpful if the GPS is sending too " -"many sentences. It is recommended to configure the GPS to send only one " -"sentence at a baud rate of 4800 or 9600." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 423 -msgid "NMEA sentences" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 432 -msgid "" -"By default NTP will listen for all supported NMEA sentences. Here one or " -"more sentences to listen for may be specified." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 436 -msgid "Fudge time 1" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 439 -msgid "Fudge time 1 is used to specify the GPS PPS signal offset" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 442 -msgid "Fudge time 2" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 445 -msgid "Fudge time 2 is used to specify the GPS time offset" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 448 -# File: src/www/services_ntpd_pps.php, line: 154 -# File: src/www/status_ntpd.php, line: 180 -msgid "Stratum" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 450 -# File: src/www/services_ntpd_pps.php, line: 156 -msgid "(0-16)" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 451 -msgid "This may be used to change the GPS Clock stratum" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 451 -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 454 -# File: src/www/services_ntpd_pps.php, line: 160 -msgid "Flags" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 459 -# File: src/www/services_ntpd_pps.php, line: 165 -msgid "" -"Normally there should be no need to change these options from the defaults." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 469 -msgid "NTP should prefer this clock (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 477 -msgid "" -"NTP should not use this clock, it will be displayed for reference " -"only(default: disabled)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 485 -msgid "Enable PPS signal processing (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 493 -# File: src/www/services_ntpd_pps.php, line: 175 -msgid "Enable falling edge PPS signal processing (default: rising edge)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 501 -msgid "Enable kernel PPS clock discipline (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 509 -msgid "Obscure location in timestamp (default: unobscured)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 517 -msgid "" -"Log the sub-second fraction of the received time stamp (default: Not " -"logged).
Note: enabling this will rapidly fill the log, but is useful " -"for tuning Fudge time 2." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 524 -# File: src/www/services_ntpd_pps.php, line: 198 -msgid "Clock ID" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 526 -# File: src/www/services_ntpd_pps.php, line: 200 -msgid "(1 to 4 charactors)" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 527 -msgid "This may be used to change the GPS Clock ID" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 530 -msgid "GPS Initialization" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 533 -msgid "Show GPS Initialization commands" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 538 -msgid "" -"Note: Commands entered here will be sent to the GPS during initialization. " -"Please read and understand your GPS documentation before making any changes " -"here." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 539 -msgid "NMEA checksum calculator" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 541 -msgid "" -"Enter the text between "$" and "*" of a NMEA command " -"string:" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 541 -msgid "checksum" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 542 -msgid "Calculate NMEA checksum" -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 118 -msgid "NTP PPS Configuration" -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 123 -msgid "" -"Devices with a Pulse Per Second output such as radios that receive a time " -"signal from DCF77 (DE), JJY (JP), MSF (GB) or WWVB (US) may be used as a PPS " -"reference for NTP." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 124 -msgid "" -"A serial GPS may also be used, but the serial GPS driver would usually be " -"the better option." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 125 -msgid "" -"A PPS signal only provides a reference to the change of a second, so at " -"least one other source to number the seconds is required." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 127 -msgid "At least 3 additional time sources should be configured under" -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 127 -msgid "to reliably supply the time of each PPS pulse." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 143 -msgid "" -"All serial ports are listed, be sure to pick the port with the PPS source " -"attached." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 148 -msgid "Fudge time" -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 151 -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 "" - -# File: src/www/services_ntpd_pps.php, line: 157 -msgid "This may be used to change the PPS Clock stratum" -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 157 -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock and just monitor this source." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 183 -msgid "Enable kernel PPS clock discipline (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 191 -msgid "" -"Record a timestamp once for each second, useful for constructing Allan " -"deviation plots (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 201 -msgid "This may be used to change the PPS Clock ID" -msgstr "" - -# File: src/www/services_opendns.php, line: 142 -msgid "OpenDNS Setup" -msgstr "" - -# File: src/www/services_opendns.php, line: 150 -msgid "Filter DNS requests using OpenDNS" -msgstr "" - -# File: src/www/services_opendns.php, line: 170 -msgid "" -"Signon Username to log into your OpenDNS dashboard. It is used to " -"automatically update the IP address of the registered network." -msgstr "" - -# File: src/www/services_opendns.php, line: 194 -msgid "Networks Dashboard of OpenDNS" -msgstr "" - -# File: src/www/services_opendns.php, line: 201 -msgid "Test result" -msgstr "" - -# File: src/www/services_opendns.php, line: 223 -msgid "Test/Update" -msgstr "" - -# File: src/www/services_rfc2136.php, line: 166 -# File: src/www/vpn_openvpn_client.php, line: 345 -msgid "Do you really want to delete this client?" -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 73 -# File: src/www/services_rfc2136_edit.php, line: 193 -msgid "Key" -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 73 -# File: src/www/services_rfc2136_edit.php, line: 178 -msgid "Key name" -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 78 -msgid "The DNS update host name contains invalid characters." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 80 -msgid "The DNS update TTL must be an integer." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 82 -msgid "The DNS update key name contains invalid characters." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 103 -msgid "New/Edited RFC2136 dnsupdate entry was posted." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 143 -msgid "RFC 2136 client" -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 168 -msgid "Fully qualified hostname of the host to be updated." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 182 -msgid "This must match the setting on the DNS server." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 185 -msgid "Key type" -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 187 -msgid "Zone" -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 189 -msgid " User" -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 197 -msgid "Paste an HMAC-MD5 key here." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 209 -msgid "Use TCP instead of UDP" -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 212 -msgid "Use Public IP" -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 215 -msgid "" -"If the interface IP is private, attempt to fetch and use the public IP " -"instead." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 229 -msgid "Save & Force Update" -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 238 -msgid "" -"You must configure a DNS server in %sSystem: General setup %sor allow the " -"DNS server list to be overridden by DHCP/PPP on WAN for dynamic DNS updates " -"to work." -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 40 -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 83 -msgid "" -"Subnets are specified in CIDR format. Select the CIDR mask that pertains to " -"each entry. /128 specifies a single IPv6 host; /64 specifies a normal IPv6 " -"network; etc. If no subnets are specified here, the Router Advertisement " -"(RA) Daemon will advertise to the subnet to which the router's interface is " -"assigned." -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 110 -msgid "An invalid subnet or alias was specified. [%s/%s]" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 239 -msgid "Select the Operating Mode for the Router Advertisement (RA) Daemon." -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 240 -msgid "" -"Use \"Router Only\" to only advertise this router, \"Unmanaged\" for Router " -"Advertising with Stateless Autoconfig, \"Managed\" for assignment through (a)" -" DHCPv6 Server, \"Assisted\" for DHCPv6 Server assignment combined with " -"Stateless Autoconfig" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 241 -msgid "" -"It is not required to activate this DHCPv6 server when set to \"Managed\", " -"this can be another host on the network" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 245 -msgid "Router Priority" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 252 -msgid "Select the Priority for the Router Advertisement (RA) Daemon." -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 266 -msgid "RA Interface" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 274 -msgid "Select the Interface for the Router Advertisement (RA) Daemon." -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 280 -msgid "RA Subnet(s)" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 349 -msgid "" -"The RA server can optionally provide a domain search list. Use the semicolon " -"character as separator" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 357 -msgid "Use same settings as DHCPv6 server" -msgstr "" - -# File: src/www/services_snmp.php, line: 81 -msgid "Invalid character '#' in system location" -msgstr "" - -# File: src/www/services_snmp.php, line: 82 -msgid "Invalid character '#' in system contact" -msgstr "" - -# File: src/www/services_snmp.php, line: 83 -msgid "Invalid character '#' in read community string" -msgstr "" - -# File: src/www/services_snmp.php, line: 86 -msgid "Community" -msgstr "" - -# File: src/www/services_snmp.php, line: 90 -msgid "Polling Port" -msgstr "" - -# File: src/www/services_snmp.php, line: 97 -msgid "Invalid character '#' in SNMP trap string" -msgstr "" - -# File: src/www/services_snmp.php, line: 100 -# File: src/www/services_snmp.php, line: 382 -msgid "Trap server" -msgstr "" - -# File: src/www/services_snmp.php, line: 104 -msgid "Trap server port" -msgstr "" - -# File: src/www/services_snmp.php, line: 108 -# File: src/www/services_snmp.php, line: 401 -msgid "Trap string" -msgstr "" - -# File: src/www/services_snmp.php, line: 288 -msgid "SNMP Daemon" -msgstr "" - -# File: src/www/services_snmp.php, line: 305 -msgid "Polling Port " -msgstr "" - -# File: src/www/services_snmp.php, line: 308 -msgid "Enter the port to accept polling events on (default 161)" -msgstr "" - -# File: src/www/services_snmp.php, line: 313 -msgid "System location" -msgstr "" - -# File: src/www/services_snmp.php, line: 320 -msgid "System contact" -msgstr "" - -# File: src/www/services_snmp.php, line: 327 -msgid "Read Community String" -msgstr "" - -# File: src/www/services_snmp.php, line: 330 -msgid "" -"The community string is like a password, restricting access to querying SNMP " -"to hosts knowing the community string. Use a strong value here to protect " -"from unauthorized information disclosure." -msgstr "" - -# File: src/www/services_snmp.php, line: 363 -msgid "SNMP Traps" -msgstr "" - -# File: src/www/services_snmp.php, line: 385 -msgid "Enter trap server name" -msgstr "" - -# File: src/www/services_snmp.php, line: 390 -msgid "Trap server port " -msgstr "" - -# File: src/www/services_snmp.php, line: 393 -msgid "Enter the port to send the traps to (default 162)" -msgstr "" - -# File: src/www/services_snmp.php, line: 398 -msgid "Enter the SNMP trap string" -msgstr "" - -# File: src/www/services_snmp.php, line: 414 -msgid "Modules" -msgstr "" - -# File: src/www/services_snmp.php, line: 425 -msgid "SNMP Modules" -msgstr "" - -# File: src/www/services_snmp.php, line: 427 -msgid "MibII" -msgstr "" - -# File: src/www/services_snmp.php, line: 429 -msgid "Netgraph" -msgstr "" - -# File: src/www/services_snmp.php, line: 431 -msgid "PF" -msgstr "" - -# File: src/www/services_snmp.php, line: 433 -msgid "Host Resources (Requires MibII)" -msgstr "" - -# File: src/www/services_snmp.php, line: 435 -msgid "UCD" -msgstr "" - -# File: src/www/services_snmp.php, line: 437 -msgid "Regex" -msgstr "" - -# File: src/www/services_snmp.php, line: 452 -msgid "Interface Binding" -msgstr "" - -# File: src/www/services_snmp.php, line: 462 -msgid "Bind Interface" -msgstr "" - -# File: src/www/services_unbound.php, line: 81 -msgid "" -"The DNS Forwarder is still active. Disable it before enabling the DNS " -"Resolver." -msgstr "" - -# File: src/www/services_unbound.php, line: 84 -msgid "" -"A single network interface needs to be selected for the DNS Resolver to bind " -"to." -msgstr "" - -# File: src/www/services_unbound.php, line: 87 -msgid "" -"A single outgoing network interface needs to be selected for the DNS " -"Resolver to use for outgoing DNS requests." -msgstr "" - -# File: src/www/services_unbound.php, line: 93 -msgid "You must specify a valid port number." -msgstr "" - -# File: src/www/services_unbound.php, line: 168 -# File: src/www/services_unbound_overrides.php, line: 108 -msgid "The configuration for the DNS Resolver, has been changed" -msgstr "" - -# File: src/www/services_unbound.php, line: 182 -msgid "General DNS Resolver Options" -msgstr "" - -# File: src/www/services_unbound.php, line: 188 -msgid "Enable DNS Resolver" -msgstr "" - -# File: src/www/services_unbound.php, line: 203 -# File: src/www/system_advanced_network.php, line: 225 -msgid "Network Interfaces" -msgstr "" - -# File: src/www/services_unbound.php, line: 209 -msgid "" -"Interface IPs used by the DNS Resolver for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" - -# File: src/www/services_unbound.php, line: 228 -msgid "Outgoing Network Interfaces" -msgstr "" - -# File: src/www/services_unbound.php, line: 234 -msgid "" -"Utilize different network interface(s) that the DNS Resolver will use to " -"send queries to authoritative servers and receive their replies. By default " -"all interfaces are used." -msgstr "" - -# File: src/www/services_unbound.php, line: 253 -msgid "DNSSEC" -msgstr "" - -# File: src/www/services_unbound.php, line: 256 -msgid "Enable DNSSEC Support" -msgstr "" - -# File: src/www/services_unbound.php, line: 264 -msgid "Enable Forwarding Mode" -msgstr "" - -# File: src/www/services_unbound.php, line: 271 -msgid "Register DHCP leases in the DNS Resolver" -msgstr "" - -# File: src/www/services_unbound.php, line: 272 -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS Resolver, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" - -# File: src/www/services_unbound.php, line: 283 -msgid "Register DHCP static mappings in the DNS Resolver" -msgstr "" - -# File: src/www/services_unbound.php, line: 284 -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS Resolver, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" - -# File: src/www/services_unbound.php, line: 291 -msgid "TXT Comment Support" -msgstr "" - -# File: src/www/services_unbound.php, line: 294 -msgid "" -"If this option is set, then any descriptions associated with Host entries " -"and DHCP Static mappings will create a corresponding TXT record." -msgstr "" - -# File: src/www/services_unbound.php, line: 307 -msgid "" -"Enter any additional options you would like to add to the DNS Resolver " -"configuration here, separated by a space or newline" -msgstr "" - -# File: src/www/services_unbound.php, line: 322 -msgid "" -"If the DNS Resolver is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the DNS Resolver. If Forwarding, is enabled, the DNS Resolver " -"will use the DNS servers entered in %sSystem: General setup%s or those " -"obtained via DHCP or PPP on WAN if the "Allow DNS server list to be " -"overridden by DHCP/PPP on WAN" is checked." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 199 -msgid "" -"The settings for the DNS Resolver have changed. You must apply the " -"configuration to take affect." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 213 -msgid "%s Access List" -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 216 -msgid "Access List name" -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 220 -msgid "Provide an Access List name." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 235 -msgid "" -"Choose what to do with DNS requests that match the criteria specified below." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 236 -msgid "" -"Deny: This action stops queries from hosts within the netblock " -"defined below." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 237 -msgid "" -"Refuse: This action also stops queries from hosts within the netblock " -"defined below, but sends a DNS rcode REFUSED error message back to the " -"client." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 238 -msgid "" -"Allow: This action allows queries from hosts within the netblock " -"defined below." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 239 -msgid "" -"Allow Snoop: This action allows recursive and nonrecursive access " -"from hosts within the netblock defined below. Used for cache snooping and " -"ideally should only be configured for your administrative host." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 304 -msgid "You may enter a description here for your reference." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 323 -msgid "Access List Name" -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 340 -msgid "Access Lists to control access to the DNS Resolver can be defined here." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 361 -msgid "Do you really want to delete this access list?" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 135 -msgid "The configuration of the DNS Resolver, has been changed" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 150 -msgid "Advanced Resolver Options" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 153 -msgid "Hide Identity" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 156 -msgid "If enabled, id.server and hostname.bind queries are refused." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 160 -msgid "Hide Version" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 163 -msgid "If enabled, version.server and version.bind queries are refused." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 167 -msgid "Prefetch Support" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 170 -msgid "" -"Message cache elements are prefetched before they expire to help keep the " -"cache up to date. When enabled, this option can cause an increase of around " -"10% more DNS traffic and load on the server, but frequently requested items " -"will not expire from the cache." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 174 -msgid "Prefetch DNS Key Support" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 177 -msgid "" -"DNSKEY's are fetched earlier in the validation process when a %sDelegation " -"signer%s is encountered. This helps lower the latency of requests but does " -"utilize a little more CPU." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 181 -msgid "Harden Glue" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 184 -msgid "Only trust glue if it is within the servers authority." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 188 -msgid "Harden DNSSEC data" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 191 -msgid "" -"DNSSEC data is required for trust-anchored zones. If such data is absent, " -"the zone becomes bogus. If this is disabled and no DNSSEC data is received, " -"then the zone is made insecure." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 195 -msgid "Message Cache Size" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 209 -msgid "" -"Size of the message cache. The message cache stores DNS rcodes and " -"validation statuses. The RRSet cache will automatically be set to twice this " -"amount. The RRSet cache contains the actual RR data. The default is 4 " -"megabytes." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 214 -msgid "Outgoing TCP Buffers" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 228 -msgid "" -"The number of outgoing TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, to authoritative servers, are " -"done." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 233 -msgid "Incoming TCP Buffers" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 247 -msgid "" -"The number of incoming TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, from clients, are accepted." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 252 -msgid "EDNS Buffer Size" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 266 -msgid "" -"Number of bytes size to advertise as the EDNS reassembly buffer size. This " -"is the value that is used in UDP datagrams sent to peers. RFC recommendation " -"is 4096 (which is the default). If you have fragmentation reassemble " -"problems, usually seen as timeouts, then a value of 1480 should help. The " -"512 value bypasses most MTU path problems, but it can generate an excessive " -"amount of TCP fallback." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 271 -msgid "Number of queries per thread" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 285 -msgid "" -"The number of queries that every thread will service simultaneously. If more " -"queries arrive that need to be serviced, and no queries can be jostled, then " -"these queries are dropped." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 290 -msgid "Jostle Timeout" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 304 -msgid "" -"This timeout is used for when the server is very busy. This protects against " -"denial of service by slow queries or high query rates. The default value is " -"200 milliseconds." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 309 -msgid "Maximum TTL for RRsets and messages" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 313 -msgid "" -"Configure a maximum Time to live for RRsets and messages in the cache. The " -"default is 86400 seconds (1 day). When the internal TTL expires the cache " -"item is expired. This can be configured to force the resolver to query for " -"data more often and not trust (very large) TTL values." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 318 -msgid "Minimum TTL for RRsets and messages" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 322 -msgid "" -"Configure a minimum Time to live for RRsets and messages in the cache. The " -"default is 0 seconds. If the minimum value kicks in, the data is cached for " -"longer than the domain owner intended, and thus less queries are made to " -"look up the data. The 0 value ensures the data in the cache is as the domain " -"owner intended. High values can lead to trouble as the data in the cache " -"might not match up with the actual data anymore." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 327 -msgid "TTL for Host cache entries" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 331 -# File: src/www/services_unbound_advanced.php, line: 346 -msgid "1 minute" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 332 -# File: src/www/services_unbound_advanced.php, line: 347 -msgid "2 minutes" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 333 -# File: src/www/services_unbound_advanced.php, line: 348 -msgid "5 minutes" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 334 -# File: src/www/services_unbound_advanced.php, line: 349 -msgid "10 minutes" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 335 -# File: src/www/services_unbound_advanced.php, line: 350 -msgid "15 minutes" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 337 -msgid "" -"Time to live for entries in the host cache. The host cache contains " -"roundtrip timing and EDNS support information. The default is 15 minutes." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 342 -msgid "TTL for lame delegation" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 352 -msgid "" -"Time to live for when a delegation is considered to be lame. The default is " -"15 minutes." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 357 -msgid "Number of Hosts to cache" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 361 -msgid "1000" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 362 -msgid "5000" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 363 -msgid "10 000" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 364 -msgid "20 000" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 365 -msgid "50 000" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 367 -msgid "Number of hosts for which information is cached. The default is 10,000." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 372 -msgid "Unwanted Reply Threshold" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 376 -msgid "disabled" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 377 -msgid "5 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 378 -msgid "10 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 379 -msgid "20 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 380 -msgid "40 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 381 -msgid "50 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 383 -msgid "" -"If enabled, a total number of unwanted replies is kept track of in every " -"thread. When it reaches the threshold, a defensive action is taken and a " -"warning is printed to the log file. This defensive action is to clear the " -"RRSet and message caches, hopefully flushing away any poison. The default is " -"disabled, but if enabled a value of 10 million is suggested." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 388 -msgid "Log level verbosity" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 402 -msgid "Select the log verbosity." -msgstr "" - -# File: src/www/services_unbound_domainoverride_edit.php, line: 79 -msgid "" -"A valid IP address and port must be specified, for example " -"192.168.100.10@5353." -msgstr "" - -# File: src/www/services_unbound_domainoverride_edit.php, line: 81 -msgid "A valid IP address must be specified, for example 192.168.100.10." -msgstr "" - -# File: src/www/services_unbound_domainoverride_edit.php, line: 147 -msgid "" -"To use a nondefault port for communication, append an '@' with the port " -"number." -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 306 -msgid "MX Host" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 298 -msgid "MX Priority" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 114 -msgid "A valid MX priority must be specified." -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 118 -msgid "A valid MX host must be specified." -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 122 -msgid "A valid resource record type must be specified." -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 254 -msgid "Edit DNS Resolver entry" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "A or AAAA (IPv4 or IPv6 address)" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "MX (Mail server)" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 285 -msgid "Type of resource record" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 286 -msgid "for IPv4 or IPv6 addresses" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 301 -msgid "Priority of MX record" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 309 -msgid "Host name of MX host" -msgstr "" - -# File: src/www/services_unbound_overrides.php, line: 124 -msgid "" -"Keep in mind that all resource record types (i.e. A, AAAA, MX, etc. records) " -"of a specified host below are being overwritten." -msgstr "" - -# File: src/www/services_unbound_overrides.php, line: 206 -msgid "" -"Entries in this area override an entire domain by specifying an " -"authoritative DNS server to be queried for that domain." -msgstr "" - -# File: src/www/services_upnp.php, line: 70 -msgid "At least one of 'UPnP' or 'NAT-PMP' must be allowed" -msgstr "" - -# File: src/www/services_upnp.php, line: 74 -msgid "It is a security risk to specify WAN in the 'Interface' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 76 -msgid "You cannot select the external interface as an internal interface." -msgstr "" - -# File: src/www/services_upnp.php, line: 79 -msgid "You must specify a valid ip address in the 'Override WAN address' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 81 -msgid "" -"You must fill in both 'Maximum Download Speed' and 'Maximum Upload Speed' " -"fields" -msgstr "" - -# File: src/www/services_upnp.php, line: 83 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Download Speed' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 85 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Upload Speed' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 93 -msgid "" -"You must follow the specified format in the 'User specified permissions %s' " -"field" -msgstr "" - -# File: src/www/services_upnp.php, line: 97 -msgid "" -"You must begin with allow or deny in the 'User specified permissions %s' " -"field" -msgstr "" - -# File: src/www/services_upnp.php, line: 100 -msgid "" -"You must specify a port or port range between 0 and 65535 in the 'User " -"specified permissions %s' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 103 -msgid "" -"You must specify a valid ip address in the 'User specified permissions %s' " -"field" -msgstr "" - -# File: src/www/services_upnp.php, line: 206 -msgid "Modified Universal Plug and Play settings." -msgstr "" - -# File: src/www/services_wol.php, line: 55 -msgid "Sent magic packet to %s (%s)." -msgstr "" - -# File: src/www/services_wol.php, line: 57 -msgid "" -"Please check the %ssystem log%s, the wol command for %s (%s) did not " -"complete successfully." -msgstr "" - -# File: src/www/services_wol.php, line: 81 -msgid "A valid interface must be specified." -msgstr "" - -# File: src/www/services_wol.php, line: 87 -msgid "A valid ip could not be found!" -msgstr "" - -# File: src/www/services_wol.php, line: 92 -msgid "Sent magic packet to %s." -msgstr "" - -# File: src/www/services_wol.php, line: 94 -msgid "" -"Please check the %ssystem log%s, the wol command for %s did not complete " -"successfully." -msgstr "" - -# File: src/www/services_wol.php, line: 150 -msgid "Choose which interface the host to be woken up is connected to." -msgstr "" - -# File: src/www/services_wol.php, line: 157 -msgid "Enter a MAC address %sin the following format: xx:xx:xx:xx:xx:xx%s" -msgstr "" - -# File: src/www/services_wol.php, line: 168 -msgid "Or Click the MAC address to wake up an individual device:" -msgstr "" - -# File: src/www/services_wol.php, line: 168 -msgid "Wake all clients at once: " -msgstr "" - -# File: src/www/services_wol.php, line: 216 -msgid "" -"This service can be used to wake up (power on) computers by sending special " -"\"Magic Packets\". The NIC in the computer that is to be woken up must " -"support Wake on LAN and has to be configured properly (WOL cable, BIOS " -"settings)." -msgstr "" - -# File: src/www/services_wol_edit.php, line: 127 -msgid "Edit WOL entry" -msgstr "" - -# File: src/www/services_wol_edit.php, line: 148 -msgid "Choose which interface this host is connected to." -msgstr "" - -# File: src/www/services_wol_edit.php, line: 155 -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "" - -# File: src/www/shortcuts.inc, line: 53 -# File: src/www/shortcuts.inc, line: 55 -msgid "Log entries for items on this page" -msgstr "" - -# File: src/www/status.php, line: 92 -msgid "This status page includes the following information" -msgstr "" - -# File: src/www/status.php, line: 209 -msgid "" -"Note: make sure to remove any sensitive information (passwords, maybe also " -"IP addresses) before posting information from this page in public places (" -"like mailing lists)" -msgstr "" - -# File: src/www/status.php, line: 212 -msgid "Passwords in config.xml have been automatically removed" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 304 -# File: src/www/status_dhcpv6_leases.php, line: 384 -msgid "Failover Group" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 305 -# File: src/www/status_dhcpv6_leases.php, line: 385 -msgid "My State" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 306 -# File: src/www/status_dhcp_leases.php, line: 308 -# File: src/www/status_dhcpv6_leases.php, line: 386 -# File: src/www/status_dhcpv6_leases.php, line: 388 -msgid "Since" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 307 -# File: src/www/status_dhcpv6_leases.php, line: 387 -msgid "Peer State" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 344 -# File: src/www/status_dhcpv6_leases.php, line: 425 -# File: src/www/status_dhcpv6_leases.php, line: 526 -msgid "End" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 346 -msgid "Lease type" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 400 -msgid "send Wake on LAN packet to this MAC address" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 427 -msgid "add a static mapping for this MAC address" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 433 -msgid "add a Wake on LAN mapping for this MAC address" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 438 -msgid "delete this DHCP lease" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 457 -# File: src/www/status_dhcpv6_leases.php, line: 587 -msgid "Show active and static leases only" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 460 -# File: src/www/status_dhcpv6_leases.php, line: 590 -msgid "Show all configured leases" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 464 -# File: src/www/status_dhcpv6_leases.php, line: 594 -msgid "No leases file found. Is the DHCP server active" -msgstr "" - -# File: src/www/status_dhcpv6_leases.php, line: 420 -# File: src/www/status_dhcpv6_leases.php, line: 523 -msgid "IAID" -msgstr "" - -# File: src/www/status_dhcpv6_leases.php, line: 422 -msgid "Hostname/MAC" -msgstr "" - -# File: src/www/status_dhcpv6_leases.php, line: 426 -# File: src/www/status_gateway_groups.php, line: 94 -# File: src/www/status_gateways.php, line: 97 -# File: src/www/status_gateways.php, line: 101 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 61 -msgid "Online" -msgstr "" - -# File: src/www/status_dhcpv6_leases.php, line: 427 -msgid "Lease Type" -msgstr "" - -# File: src/www/status_dhcpv6_leases.php, line: 522 -msgid "IPv6 Prefix" -msgstr "" - -# File: src/www/status_filter_reload.php, line: 73 -msgid "Reload Filter" -msgstr "" - -# File: src/www/status_filter_reload.php, line: 75 -msgid "Force Config Sync" -msgstr "" - -# File: src/www/status_gateway_groups.php, line: 88 -# File: src/www/status_gateways.php, line: 91 -msgid "Warning, Packetloss" -msgstr "" - -# File: src/www/status_gateway_groups.php, line: 91 -# File: src/www/status_gateways.php, line: 94 -msgid "Warning, Latency" -msgstr "" - -# File: src/www/status_gateway_groups.php, line: 97 -msgid "Gathering data" -msgstr "" - -# File: src/www/status_gateway_groups.php, line: 102 -msgid "Tier %s" -msgstr "" - -# File: src/www/status_gateways.php, line: 55 -# File: src/www/widgets/widgets/gateways.widget.php, line: 46 -msgid "RTT" -msgstr "" - -# File: src/www/status_gateways.php, line: 56 -# File: src/www/widgets/widgets/gateways.widget.php, line: 47 -msgid "Loss" -msgstr "" - -# File: src/www/status_gateways.php, line: 75 -# File: src/www/status_gateways.php, line: 78 -# File: src/www/status_gateways.php, line: 104 -# File: src/www/widgets/widgets/gateways.widget.php, line: 86 -# File: src/www/widgets/widgets/gateways.widget.php, line: 96 -msgid "Pending" -msgstr "" - -# File: src/www/status_gateways.php, line: 85 -msgid "Offline (forced)" -msgstr "" - -# File: src/www/status_gateways.php, line: 113 -msgid "Last check:" -msgstr "" - -# File: src/www/status_graph.php, line: 116 -msgid "Sort by" -msgstr "" - -# File: src/www/status_graph.php, line: 118 -msgid "Display" -msgstr "" - -# File: src/www/status_graph.php, line: 137 -msgid "Bw In" -msgstr "" - -# File: src/www/status_graph.php, line: 140 -msgid "Bw Out" -msgstr "" - -# File: src/www/status_graph.php, line: 147 -msgid "Local" -msgstr "" - -# File: src/www/status_graph.php, line: 158 -# File: src/www/system_authservers.php, line: 673 -msgid "Host Name" -msgstr "" - -# File: src/www/status_graph.php, line: 161 -msgid "FQDN" -msgstr "" - -# File: src/www/status_graph.php, line: 191 -msgid "Host IP" -msgstr "" - -# File: src/www/status_graph.php, line: 191 -msgid "Host Name or IP" -msgstr "" - -# File: src/www/status_graph.php, line: 192 -msgid "Bandwidth In" -msgstr "" - -# File: src/www/status_graph.php, line: 193 -msgid "Bandwidth Out" -msgstr "" - -# File: src/www/status_graph.php, line: 202 -msgid "" -"The %sAdobe SVG Viewer%s, Firefox 1.5 or later or other browser supporting " -"SVG is required to view the graph." -msgstr "" - -# File: src/www/status_interfaces.php, line: 76 -msgid "interface" -msgstr "" - -# File: src/www/status_interfaces.php, line: 94 -# File: src/www/status_interfaces.php, line: 108 -msgid "Release" -msgstr "" - -# File: src/www/status_interfaces.php, line: 94 -# File: src/www/status_interfaces.php, line: 108 -msgid "Renew" -msgstr "" - -# File: src/www/status_interfaces.php, line: 102 -msgid "DHCP6" -msgstr "" - -# File: src/www/status_interfaces.php, line: 122 -# File: src/www/status_interfaces.php, line: 136 -# File: src/www/status_interfaces.php, line: 150 -# File: src/www/status_interfaces.php, line: 168 -msgid "Connect" -msgstr "" - -# File: src/www/status_interfaces.php, line: 122 -# File: src/www/status_interfaces.php, line: 136 -# File: src/www/status_interfaces.php, line: 150 -# File: src/www/status_interfaces.php, line: 165 -msgid "Disconnect" -msgstr "" - -# File: src/www/status_interfaces.php, line: 178 -msgid "Uptime " -msgstr "" - -# File: src/www/status_interfaces.php, line: 185 -msgid "Cell Signal (RSSI)" -msgstr "" - -# File: src/www/status_interfaces.php, line: 192 -msgid "Cell Mode" -msgstr "" - -# File: src/www/status_interfaces.php, line: 199 -msgid "Cell SIM State" -msgstr "" - -# File: src/www/status_interfaces.php, line: 206 -msgid "Cell Service" -msgstr "" - -# File: src/www/status_interfaces.php, line: 213 -msgid "Cell Upstream" -msgstr "" - -# File: src/www/status_interfaces.php, line: 214 -# File: src/www/status_interfaces.php, line: 221 -# File: src/www/status_interfaces.php, line: 228 -# File: src/www/status_interfaces.php, line: 235 -msgid "kbit/s" -msgstr "" - -# File: src/www/status_interfaces.php, line: 220 -msgid "Cell Downstream" -msgstr "" - -# File: src/www/status_interfaces.php, line: 227 -msgid "Cell Current Up" -msgstr "" - -# File: src/www/status_interfaces.php, line: 234 -msgid "Cell Current Down" -msgstr "" - -# File: src/www/status_interfaces.php, line: 264 -msgid "Subnet mask IPv4" -msgstr "" - -# File: src/www/status_interfaces.php, line: 271 -msgid "Gateway IPv4" -msgstr "" - -# File: src/www/status_interfaces.php, line: 278 -msgid "IPv6 Link Local" -msgstr "" - -# File: src/www/status_interfaces.php, line: 292 -msgid "Subnet mask IPv6" -msgstr "" - -# File: src/www/status_interfaces.php, line: 299 -msgid "Gateway IPv6" -msgstr "" - -# File: src/www/status_interfaces.php, line: 306 -msgid "ISP DNS servers" -msgstr "" - -# File: src/www/status_interfaces.php, line: 319 -msgid "Media" -msgstr "" - -# File: src/www/status_interfaces.php, line: 326 -msgid "LAGG Protocol" -msgstr "" - -# File: src/www/status_interfaces.php, line: 333 -msgid "LAGG Ports" -msgstr "" - -# File: src/www/status_interfaces.php, line: 358 -# File: src/www/status_wireless.php, line: 98 -msgid "BSSID" -msgstr "" - -# File: src/www/status_interfaces.php, line: 372 -# File: src/www/status_wireless.php, line: 101 -# File: src/www/status_wireless.php, line: 153 -msgid "RSSI" -msgstr "" - -# File: src/www/status_interfaces.php, line: 378 -msgid "In/out packets" -msgstr "" - -# File: src/www/status_interfaces.php, line: 384 -msgid "In/out packets (pass)" -msgstr "" - -# File: src/www/status_interfaces.php, line: 390 -msgid "In/out packets (block)" -msgstr "" - -# File: src/www/status_interfaces.php, line: 398 -msgid "In/out errors" -msgstr "" - -# File: src/www/status_interfaces.php, line: 405 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 100 -msgid "Collisions" -msgstr "" - -# File: src/www/status_interfaces.php, line: 413 -msgid "Bridge (%s)" -msgstr "" - -# File: src/www/status_interfaces.php, line: 434 -msgid "Interrupts/Second" -msgstr "" - -# File: src/www/status_interfaces.php, line: 437 -msgid "total" -msgstr "" - -# File: src/www/status_interfaces.php, line: 439 -msgid "rate" -msgstr "" - -# File: src/www/status_interfaces.php, line: 457 -msgid "" -"Using dial-on-demand will bring the connection up again if any packet " -"triggers it. To substantiate this point: disconnecting manually will %snot%s " -"prevent dial-on-demand from making connections to the outside! Don't use " -"dial-on-demand if you want to make sure that the line is kept disconnected." -msgstr "" - -# File: src/www/status_ntpd.php, line: 179 -msgid "Ref ID" -msgstr "" - -# File: src/www/status_ntpd.php, line: 182 -msgid "When" -msgstr "" - -# File: src/www/status_ntpd.php, line: 183 -msgid "Poll" -msgstr "" - -# File: src/www/status_ntpd.php, line: 184 -msgid "Reach" -msgstr "" - -# File: src/www/status_ntpd.php, line: 185 -msgid "Delay" -msgstr "" - -# File: src/www/status_ntpd.php, line: 186 -msgid "Offset" -msgstr "" - -# File: src/www/status_ntpd.php, line: 187 -msgid "Jitter" -msgstr "" - -# File: src/www/status_ntpd.php, line: 193 -msgid "" -"Statistics unavailable because ntpq and ntpdc queries are disabled in the %" -"sNTP service settings%s." -msgstr "" - -# File: src/www/status_ntpd.php, line: 197 -msgid "No peers found, %sis the ntp service running%s?" -msgstr "" - -# File: src/www/status_ntpd.php, line: 244 -msgid "Clock Latitude" -msgstr "" - -# File: src/www/status_ntpd.php, line: 245 -msgid "Clock Longitude" -msgstr "" - -# File: src/www/status_ntpd.php, line: 246 -msgid "Clock Altitude" -msgstr "" - -# File: src/www/status_ntpd.php, line: 247 -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 161 -msgid "Satellites" -msgstr "" - -# File: src/www/status_openvpn.php, line: 130 -msgid "OpenVPN Status" -msgstr "" - -# File: src/www/status_openvpn.php, line: 140 -msgid "Client connections" -msgstr "" - -# File: src/www/status_openvpn.php, line: 144 -# File: src/www/status_openvpn.php, line: 193 -# File: src/www/system_camanager.php, line: 676 -# File: src/www/system_certmanager.php, line: 893 -# File: src/www/system_certmanager.php, line: 1071 -# File: src/www/vpn_openvpn_csc.php, line: 613 -msgid "Common Name" -msgstr "" - -# File: src/www/status_openvpn.php, line: 145 -# File: src/www/status_openvpn.php, line: 194 -msgid "Real Address" -msgstr "" - -# File: src/www/status_openvpn.php, line: 146 -msgid "Virtual Address" -msgstr "" - -# File: src/www/status_openvpn.php, line: 147 -# File: src/www/status_openvpn.php, line: 232 -# File: src/www/status_openvpn.php, line: 268 -msgid "Connected Since" -msgstr "" - -# File: src/www/status_openvpn.php, line: 148 -# File: src/www/status_openvpn.php, line: 233 -# File: src/www/status_openvpn.php, line: 271 -msgid "Bytes Sent" -msgstr "" - -# File: src/www/status_openvpn.php, line: 149 -# File: src/www/status_openvpn.php, line: 234 -msgid "Bytes Received" -msgstr "" - -# File: src/www/status_openvpn.php, line: 165 -msgid "Kill client connection from" -msgstr "" - -# File: src/www/status_openvpn.php, line: 184 -msgid "Show/Hide Routing Table" -msgstr "" - -# File: src/www/status_openvpn.php, line: 188 -msgid "Routing Table" -msgstr "" - -# File: src/www/status_openvpn.php, line: 195 -msgid "Target Network" -msgstr "" - -# File: src/www/status_openvpn.php, line: 196 -msgid "Last Used" -msgstr "" - -# File: src/www/status_openvpn.php, line: 210 -msgid "" -"An IP address followed by C indicates a host currently connected through the " -"VPN." -msgstr "" - -# File: src/www/status_openvpn.php, line: 225 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 186 -msgid "Peer to Peer Server Instance Statistics" -msgstr "" - -# File: src/www/status_openvpn.php, line: 230 -# File: src/www/status_openvpn.php, line: 270 -msgid "Remote Host" -msgstr "" - -# File: src/www/status_openvpn.php, line: 231 -# File: src/www/status_openvpn.php, line: 269 -msgid "Virtual Addr" -msgstr "" - -# File: src/www/status_openvpn.php, line: 263 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 239 -msgid "Client Instance Statistics" -msgstr "" - -# File: src/www/status_openvpn.php, line: 272 -msgid "Bytes Rcvd" -msgstr "" - -# File: src/www/status_openvpn.php, line: 299 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 293 -msgid "No OpenVPN instance defined" -msgstr "" - -# File: src/www/status_services.php, line: 129 -msgid "Could not start unknown service `%s'" -msgstr "" - -# File: src/www/status_services.php, line: 132 -msgid "%s has been started." -msgstr "" - -# File: src/www/status_services.php, line: 198 -msgid "Could not stop unknown service `%s'" -msgstr "" - -# File: src/www/status_services.php, line: 201 -msgid "%s has been stopped." -msgstr "" - -# File: src/www/status_services.php, line: 267 -msgid "Could not restart unknown service `%s'" -msgstr "" - -# File: src/www/status_services.php, line: 270 -msgid "%s has been restarted." -msgstr "" - -# File: src/www/status_services.php, line: 317 -# File: src/www/widgets/widgets/services_status.widget.php, line: 87 -msgid "No services found" -msgstr "" - -# File: src/www/status_upnp.php, line: 37 -msgid "Rules have been cleared and the daemon restarted" -msgstr "" - -# File: src/www/status_upnp.php, line: 69 -msgid "UPnP is currently disabled." -msgstr "" - -# File: src/www/status_upnp.php, line: 81 -msgid "Int. Port" -msgstr "" - -# File: src/www/status_upnp.php, line: 114 -msgid "all currently connected sessions" -msgstr "" - -# File: src/www/status_wireless.php, line: 39 -msgid "" -"Rescan has been initiated in the background. Refresh this page in 10 seconds " -"to see the results." -msgstr "" - -# File: src/www/status_wireless.php, line: 91 -msgid "Nearby access points or ad-hoc peers" -msgstr "" - -# File: src/www/status_wireless.php, line: 99 -# File: src/www/status_wireless.php, line: 151 -msgid "CHAN" -msgstr "" - -# File: src/www/status_wireless.php, line: 100 -# File: src/www/status_wireless.php, line: 152 -msgid "RATE" -msgstr "" - -# File: src/www/status_wireless.php, line: 102 -msgid "INT" -msgstr "" - -# File: src/www/status_wireless.php, line: 103 -# File: src/www/status_wireless.php, line: 157 -msgid "CAPS" -msgstr "" - -# File: src/www/status_wireless.php, line: 144 -msgid "Associated or ad-hoc peers" -msgstr "" - -# File: src/www/status_wireless.php, line: 149 -msgid "ADDR" -msgstr "" - -# File: src/www/status_wireless.php, line: 150 -msgid "AID" -msgstr "" - -# File: src/www/status_wireless.php, line: 154 -msgid "IDLE" -msgstr "" - -# File: src/www/status_wireless.php, line: 155 -msgid "TXSEQ" -msgstr "" - -# File: src/www/status_wireless.php, line: 156 -msgid "RXSEQ" -msgstr "" - -# File: src/www/status_wireless.php, line: 158 -msgid "ERP" -msgstr "" - -# File: src/www/status_wireless.php, line: 190 -msgid "Rescan" -msgstr "" - -# File: src/www/status_wireless.php, line: 196 -msgid "A = authorized, E = Extended Rate (802.11g), P = Power save mode" -msgstr "" - -# File: src/www/status_wireless.php, line: 196 -msgid "Flags:" -msgstr "" - -# File: src/www/status_wireless.php, line: 197 -msgid "Capabilities:" -msgstr "" - -# File: src/www/status_wireless.php, line: 197 -msgid "" -"E = ESS (infrastructure mode), I = IBSS (ad-hoc mode), P = privacy " -"(WEP/TKIP/AES), S = Short preamble, s = Short slot time" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 67 -msgid "You must specify a valid webConfigurator port number" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 75 -msgid "Alternate hostname %s is not a valid hostname." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 238 -msgid "One moment...redirecting to %s in 20 seconds." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 252 -msgid "Secure Shell configuration has changed. Applying now..." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 257 -msgid "webConfigurator configuration has changed. Applying now..." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 324 -# File: src/www/system_certmanager.php, line: 1256 -msgid "webConfigurator" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 342 -msgid "No Certificates have been defined. You must" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 343 -msgid "Create or Import" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 344 -msgid "a Certificate before SSL can be enabled." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 350 -msgid "SSL Certificate" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 363 -msgid "" -"The %sSSL certificate manager%s can be used to create or import certificates " -"if required." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 371 -msgid "TCP port" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 375 -msgid "" -"Enter a custom port number for the webConfigurator above if you want to " -"override the default (80 for HTTP, 443 for HTTPS). Changes will take effect " -"immediately after save." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 382 -msgid "WebGUI redirect" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 385 -msgid "Disable webConfigurator redirect rule" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 387 -msgid "" -"When this is unchecked, access to the webConfigurator is always permitted " -"even on port 80, regardless of the listening port configured. Check this box " -"to disable this automatically added redirect rule. " -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 395 -msgid "WebGUI Login Autocomplete" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 398 -msgid "Enable webConfigurator login autocomplete" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 400 -msgid "" -"When this is checked, login credentials for the webConfigurator may be saved " -"by the browser. While convenient, some security standards require this to be " -"disabled. Check this box to enable autocomplete on the login form so that " -"browsers will prompt to save credentials (NOTE: Some browsers do not respect " -"this option). " -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 407 -msgid "WebGUI login messages" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 410 -msgid "Disable logging of webConfigurator successful logins" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 412 -msgid "" -"When this is checked, successful logins to the webConfigurator will not be " -"logged." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 418 -msgid "Anti-lockout" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 421 -msgid "Disable webConfigurator anti-lockout rule" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 423 -msgid "" -"When this is unchecked, access to the webConfigurator on the %s interface is " -"always permitted, regardless of the user-defined firewall rule set. Check " -"this box to disable this automatically added rule, so access to the " -"webConfigurator is controlled by the user-defined firewall rules (ensure you " -"have a firewall rule in place that allows you in, or you will lock yourself " -"out!)" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 429 -msgid "" -"Hint: the "Set interface(s) IP address" option in the console menu " -"resets this setting as well." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 434 -msgid "DNS Rebind Check" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 437 -msgid "Disable DNS Rebinding Checks" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 439 -msgid "" -"When this is unchecked, your system is protected against DNS Rebinding attacks. This " -"blocks private IP responses from your configured DNS servers. Check this box " -"to disable this protection if it interferes with webConfigurator access or " -"name resolution in your environment. " -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 447 -msgid "Alternate Hostnames" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 450 -msgid "Alternate Hostnames for DNS Rebinding and HTTP_REFERER Checks" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 452 -msgid "" -"Here you can specify alternate hostnames by which the router may be queried, " -"to bypass the DNS Rebinding Attack checks. Separate hostnames with spaces." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 458 -msgid "HTTP_REFERER enforcement" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 461 -msgid "Disable HTTP_REFERER enforcement check" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 463 -msgid "" -"When this is unchecked, access to the webConfigurator is protected against " -"HTTP_REFERER redirection attempts. Check this box to disable this protection " -"if you find that it interferes with webConfigurator access in certain corner " -"cases such as using external scripts to interact with this system. More " -"information on HTTP_REFERER is available from Wikipedia." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 471 -msgid "Enable XDebug" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 474 -msgid "" -"Enable debugger / profiler (developer mode, do not enable in production " -"environment)" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 476 -msgid "" -"When this is checked, php XDebug will be enabled and profiling output can be " -"analysed using webgrind which will be available at [this-url]/webgrind/" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 478 -msgid "" -"For more information about XDebug profiling and how to enable it for your " -"requests, please visit " -"http://www.xdebug.org/docs/all_settings#profiler_enable_trigger" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 483 -msgid "Secure Shell" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 486 -msgid "Secure Shell Server" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 489 -msgid "Enable Secure Shell" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 493 -msgid "Root Login" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 496 -msgid "Permit root user login" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 499 -msgid "" -"Root login is generally discouraged. It is advised to log in via another " -"user and switch to root afterwards." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 506 -msgid "Authentication Method" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 509 -msgid "Permit password login" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 511 -msgid "When disabled, authorized keys need to be configured for each" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 512 -msgid "user" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 513 -msgid "that has been granted secure shell access." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 518 -msgid "SSH port" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 522 -msgid "Leave this blank for the default of 22." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 527 -msgid "Serial Communications" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 530 -msgid "Serial Terminal" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 533 -msgid "" -"Enables the first serial port with 115200/8/N/1 by default, or another speed " -"selectable below." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 535 -msgid "" -"Note: This will redirect the console output and messages to the serial " -"port. You can still access the console menu from the internal video card/" -"keyboard. A null modem serial cable or adapter is required to use the " -"serial console." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 540 -msgid "Serial Speed" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 549 -msgid "bps" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 551 -msgid "Allows selection of different speeds for the serial console port." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 556 -msgid "Primary Console" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 560 -msgid "Serial Console" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 563 -msgid "VGA Console" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 567 -msgid "" -"Select the preferred console if multiple consoles are present. The preferred " -"console will show OPNsense boot script output. All consoles display OS boot " -"messages, console messages, and the console menu." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 572 -msgid "Console Options" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 575 -msgid "Console menu" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 578 -msgid "Password protect the console menu" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 580 -msgid "Changes to this option will take effect after a reboot." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 79 -msgid "The Firewall Adaptive values must be set together." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 82 -msgid "The Firewall Adaptive Start value must be an integer." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 85 -msgid "The Firewall Adaptive End value must be an integer." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 88 -msgid "The Firewall Maximum States value must be an integer." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 91 -msgid "The Aliases Hostname Resolve Interval value must be an integer." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 94 -msgid "The Firewall Maximum Table Entries value must be an integer." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 97 -msgid "The Reflection timeout must be an integer." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 254 -msgid "Firewall Advanced" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 261 -msgid "IP Do-Not-Fragment" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 265 -msgid "Clear invalid DF bits instead of dropping the packets" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 266 -msgid "" -"This allows for communications with hosts that generate fragmented packets " -"with the don't fragment (DF) bit set. Linux NFS is known to do this. This " -"will cause the filter to not drop such packets but instead clear the don't " -"fragment bit." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 274 -msgid "IP Random id" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 278 -msgid "" -"Insert a stronger id into IP header of packets passing through the filter." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 279 -msgid "" -"Replaces the IP identification field of packets with random values to " -"compensate for operating systems that use predictable values. This option " -"only applies to packets that are not fragmented after the optional packet " -"reassembly." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 287 -msgid "Firewall Optimization" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 291 -# File: src/www/system_advanced_firewall.php, line: 307 -msgid "normal" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 294 -# File: src/www/system_advanced_firewall.php, line: 311 -msgid "high-latency" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 297 -# File: src/www/system_advanced_firewall.php, line: 315 -msgid "aggressive" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 300 -# File: src/www/system_advanced_firewall.php, line: 319 -msgid "conservative" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 304 -msgid "Select the type of state table optimization to use" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 308 -msgid "as the name says, it is the normal optimization algorithm" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 312 -msgid "" -"used for high latency links, such as satellite links. Expires idle " -"connections later than default" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 316 -msgid "" -"expires idle connections quicker. More efficient use of CPU and memory but " -"can drop legitimate idle connections" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 320 -msgid "" -"tries to avoid dropping any legitimate idle connections at the expense of " -"increased memory usage and CPU utilization." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 328 -msgid "Disable Firewall" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 332 -msgid "Disable all packet filtering." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 333 -msgid "Warning: This converts %s into a routing only platform!" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 334 -msgid "Warning: This will also turn off NAT!" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 336 -msgid "" -"If you only want to disable NAT, and not firewall rules, visit the %" -"sOutbound NAT%s page." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 343 -msgid "Disable Firewall Scrub" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 347 -msgid "" -"Disables the PF scrubbing option which can sometimes interfere with NFS and " -"PPTP traffic." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 352 -msgid "Firewall Adaptive Timeouts" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 357 -# File: src/www/system_advanced_firewall.php, line: 375 -msgid "start" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 358 -# File: src/www/system_advanced_firewall.php, line: 377 -msgid "end" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 373 -msgid "" -"Timeouts for states can be scaled adaptively as the number of state table " -"entries grows." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 376 -msgid "" -"When the number of state entries exceeds this value, adaptive scaling " -"begins. All timeout values are scaled linearly with factor (adaptive.end - " -"number of states) / (adaptive.end - adaptive.start)." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 378 -msgid "" -"When reaching this number of state entries, all timeout values become zero, " -"effectively purging all state entries immediately. This value is used to " -"define the scale factor, it should not actually be reached (set a lower " -"state limit, see below)." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 380 -msgid "Note: Leave this blank for the default(0)." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 385 -msgid "Firewall Maximum States" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 389 -msgid "Maximum number of connections to hold in the firewall state table." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 391 -msgid "" -"Note: Leave this blank for the default. On your system the default size is:" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 396 -msgid "Firewall Maximum Table Entries" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 400 -msgid "" -"Maximum number of table entries for systems such as aliases, sshlockout, " -"snort, etc, combined." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 402 -msgid "Note: Leave this blank for the default." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 405 -msgid "On your system the default size is:" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 412 -msgid "Static route filtering" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 416 -msgid "Bypass firewall rules for traffic on the same interface" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 418 -msgid "" -"This option only applies if you have defined one or more static routes. If " -"it is enabled, traffic that enters and leaves through the same interface " -"will not be checked by the firewall. This may be desirable in some " -"situations where multiple subnets are connected to the same interface." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 425 -msgid "Disable Auto-added VPN rules" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 429 -msgid "Disable all auto-added VPN rules." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 431 -msgid "Note: This disables automatically added rules for IPsec, PPTP." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 436 -msgid "Disable reply-to" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 440 -msgid "Disable reply-to on WAN rules" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 442 -msgid "" -"With Multi-WAN you generally want to ensure traffic leaves the same " -"interface it arrives on, hence reply-to is added automatically by default. " -"When using bridging, you must disable this behavior if the WAN gateway IP is " -"different from the gateway IP of the hosts behind the bridged interface." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 448 -msgid "Disable Negate rules" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 452 -msgid "Disable Negate rule on policy routing rules" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 454 -msgid "" -"With Multi-WAN you generally want to ensure traffic reaches directly " -"connected networks and VPN networks when using policy routing. You can " -"disable this for special purposes but it requires manually creating rules " -"for these networks" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 459 -msgid "Aliases Resolve Interval" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 463 -msgid "" -"Interval, in seconds, that will be used to resolve hostnames configured on " -"aliases." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 465 -msgid "Note: Leave this blank for the default (300s)." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 470 -msgid "Check certificate of aliases URLs" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 474 -msgid "Verify HTTPS certificates when downloading alias URLs" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 476 -msgid "" -"Make sure the certificate is valid for all HTTPS addresses on aliases. If " -"it's not valid or is revoked, do not download it." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 481 -msgid "Bogon Networks" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 484 -msgid "Update Frequency" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 488 -msgid "Monthly" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 491 -msgid "Weekly" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 494 -msgid "Daily" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 498 -msgid "" -"The frequency of updating the lists of IP addresses that are reserved (but " -"not RFC 1918) or not yet assigned by IANA." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 504 -msgid "Network Address Translation" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 507 -msgid "Reflection for port forwards" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 521 -msgid "" -"When enabled, this automatically creates additional NAT redirect rules for " -"access to port forwards on your external IP addresses from within your " -"internal networks." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 523 -msgid "" -"The NAT + proxy mode uses a helper program to send packets to the target of " -"the port forward. It is useful in setups where the interface and/or gateway " -"IP used for communication with the target cannot be accurately determined at " -"the time the rules are loaded. Reflection rules are not created for ranges " -"larger than 500 ports and will not be used for more than 1000 ports total " -"between all port forwards. Only TCP and UDP protocols are supported." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 525 -msgid "" -"The pure NAT mode uses a set of NAT rules to direct packets to the target of " -"the port forward. It has better scalability, but it must be possible to " -"accurately determine the interface and gateway IP used for communication " -"with the target at the time the rules are loaded. There are no inherent " -"limits to the number of ports other than the limits of the protocols. All " -"protocols available for port forwards are supported." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 527 -# File: src/www/system_advanced_firewall.php, line: 551 -msgid "" -"Individual rules may be configured to override this system setting on a per-" -"rule basis." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 532 -msgid "Reflection Timeout" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 536 -msgid "Enter value for Reflection timeout in seconds." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 538 -msgid "Note: Only applies to Reflection on port forwards in NAT + proxy mode." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 543 -msgid "Enable Reflection for 1:1" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 547 -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 "" - -# File: src/www/system_advanced_firewall.php, line: 549 -msgid "" -"Note: Reflection on 1:1 mappings is only for the inbound component of the 1:" -"1 mappings. This functions the same as the pure NAT mode for port " -"forwards. For more details, refer to the pure NAT mode description above." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 556 -msgid "Enable automatic outbound NAT for Reflection" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 560 -msgid "" -"Automatically create outbound NAT rules which assist inbound NAT rules that " -"direct traffic back out to the same subnet it originated from." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 562 -msgid "" -"Required for full functionality of the pure NAT mode of NAT Reflection for " -"port forwards or NAT Reflection for 1:1 NAT." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 564 -msgid "" -"Note: This only works for assigned interfaces. Other interfaces require " -"manually creating the outbound NAT rules that direct the reply packets back " -"through the router." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 42 -msgid "AMD Geode LX Security Block" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 43 -msgid "AES-NI CPU-based Acceleration" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 46 -msgid "Intel Core* CPU on-die thermal sensor" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 47 -msgid "AMD K8, K10 and K11 CPU on-die thermal sensor" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 84 -msgid "Please select a valid Cryptographic Accelerator." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 88 -msgid "Please select a valid Thermal Hardware Sensor." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 264 -msgid "Proxy support" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 271 -msgid "Proxy URL" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 275 -msgid "Proxy url for allowing %s to use this proxy to connect outside." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 280 -msgid "Proxy Port" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 284 -msgid "" -"Proxy port to use when %s connects to the proxy URL configured above. " -"Default is 8080 for http protocol or 443 for ssl." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 289 -msgid "Proxy Username" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 293 -msgid "Proxy username for allowing %s to use this proxy to connect outside" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 298 -msgid "Proxy Pass" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 302 -msgid "Proxy password for allowing %s to use this proxy to connect outside" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 307 -msgid "Load Balancing" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 310 -msgid "Gateway switching" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 313 -msgid "Allow default gateway switching" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 315 -msgid "" -"If the link where the default gateway resides fails switch the default " -"gateway to another available one." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 321 -msgid "Sticky connections" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 324 -msgid "Use sticky connections" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 326 -msgid "" -"Successive connections will be redirected to the servers in a round-robin " -"manner with connections from the same source being sent to the same web " -"server. This 'sticky connection' will exist as long as there are states that " -"refer to this connection. Once the states expire, so will the sticky " -"connection. Further connections from that host will be redirected to the " -"next web server in the round robin. Changing this option will restart the " -"Load Balancing service." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 335 -msgid "Source tracking timeout" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 338 -msgid "" -"Set the source tracking timeout for sticky connections. By default this is " -"0, so source tracking is removed as soon as the state expires. Setting this " -"timeout higher will cause the source/destination relationship to persist for " -"longer periods of time." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 345 -msgid "Power savings" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 348 -msgid "Use PowerD" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 355 -msgid "On AC Power Mode" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 356 -msgid "On Battery Power Mode" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 364 -# File: src/www/system_advanced_misc.php, line: 380 -msgid "Hiadaptive" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 367 -# File: src/www/system_advanced_misc.php, line: 383 -msgid "Adaptive" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 370 -# File: src/www/system_advanced_misc.php, line: 386 -msgid "Minimum" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 373 -# File: src/www/system_advanced_misc.php, line: 389 -msgid "Maximum" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 397 -msgid "" -"The powerd utility monitors the system state and sets various power control " -"options accordingly. It offers four modes (maximum, minimum, adaptive and " -"hiadaptive) that can be individually selected while on AC power or " -"batteries. The modes maximum, minimum, adaptive and hiadaptive may be " -"abbreviated max, min, adp, hadp. Maximum mode chooses the highest " -"performance values. Minimum mode selects the lowest performance values to " -"get the most power savings. Adaptive mode attempts to strike a balance by " -"degrading performance when the system appears idle and increasing it when " -"the system is busy. It offers a good balance between a small performance " -"loss for greatly increased power savings. Hiadaptive mode is alike adaptive " -"mode, but tuned for systems where performance and interactivity are more " -"important than power consumption. It raises frequency faster, drops slower " -"and keeps twice lower CPU load." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 414 -msgid "Cryptographic Hardware Acceleration" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 417 -# File: src/www/system_advanced_misc.php, line: 446 -msgid "Hardware" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 430 -msgid "" -"A cryptographic accelerator module will use hardware support to speed up " -"some cryptographic functions on systems which have the chip. Do not enable " -"this option if you have a Hifn cryptographic acceleration card, as this will " -"take precedence and the Hifn card will not be used. Acceleration should be " -"automatic for IPsec when using a cipher supported by your chip, such as AES-" -"128. OpenVPN should be set for AES-128-CBC and have cryptodev enabled for " -"hardware acceleration." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 438 -msgid "" -"If you do not have a crypto chip in your system, this option will have no " -"effect. To unload the selected module, set this option to 'none' and then " -"reboot." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 443 -msgid "Thermal Sensors" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 449 -msgid "None/ACPI" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 459 -msgid "" -"If you have a supported CPU, selecting a themal sensor will load the " -"appropriate driver to read its temperature. Setting this to 'None' will " -"attempt to read the temperature from an ACPI-compliant motherboard sensor " -"instead, if one is present." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 463 -msgid "" -"If you do not have a supported thermal sensor chip in your system, this " -"option will have no effect. To unload the selected module, set this option " -"to 'none' and then reboot." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 472 -msgid "Schedule States" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 476 -msgid "" -"By default schedules clear the states of existing connections when the " -"expiration time has come. This option overrides that behavior by not " -"clearing states for existing connections." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 482 -msgid "Gateway Monitoring" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 485 -msgid "Kill states" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 488 -msgid "State Killing on Gateway Failure" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 490 -msgid "" -"The monitoring process will flush states for a gateway that goes down if " -"this box is not checked. Check this box to disable this behavior." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 495 -msgid "Skip rules" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 498 -msgid "Skip rules when gateway is down" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 500 -msgid "" -"By default, when a rule has a specific gateway set, and this gateway is " -"down, rule is created and traffic is sent to default gateway.This option " -"overrides that behavior and the rule is not created when gateway is down" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 507 -msgid "RAM Disk Settings (Reboot to Apply Changes)" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 510 -msgid "Use RAM Disks" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 514 -msgid "Use memory file system for /tmp and /var" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 515 -msgid "" -"Set this if you wish to use /tmp and /var as RAM disks (memory file system " -"disks) on a full install rather than use the hard disk. Setting this will " -"cause the data in /tmp and /var to be lost at reboot, including log data. " -"RRD and DHCP Leases will be retained." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 521 -msgid "Periodic RRD Backup" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 530 -# File: src/www/system_advanced_misc.php, line: 549 -msgid "hour" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 537 -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 will happen to your media." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 542 -msgid "Periodic DHCP Leases Backup" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 555 -msgid "" -"This will periodically backup the DHCP leases data so it can be restored " -"automatically on the next boot. Keep in mind that the more frequent the " -"backup, the more writes will happen to your media." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 56 -msgid "You must specify an IP address to NAT IPv6 packets." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 180 -msgid "IPv6 Options" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 187 -# File: src/www/system_advanced_network.php, line: 191 -msgid "Allow IPv6" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 192 -msgid "" -"All IPv6 traffic will be blocked by the firewall unless this box is checked." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 193 -msgid "" -"NOTE: This does not disable any IPv6 features on the firewall, it only " -"blocks traffic." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 198 -msgid "IPv6 over IPv4 Tunneling" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 201 -msgid "Enable IPv4 NAT encapsulation of IPv6 packets" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 203 -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 firewall rule to permit IPv6 packets." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 213 -msgid "Prefer IPv4 over IPv6" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 217 -msgid "Prefer to use IPv4 even if IPv6 is available" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 218 -msgid "" -"By default, if a hostname resolves IPv6 and IPv4 addresses IPv6 will be " -"used, if you check this option, IPv4 will be used instead of IPv6." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 228 -msgid "Device polling" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 231 -msgid "Enable device polling" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 233 -msgid "" -"Device polling is a technique that lets the system periodically poll network " -"devices for new data instead of relying on interrupts. This prevents your " -"webConfigurator, SSH, etc. from being inaccessible due to interrupt floods " -"when under extreme load. Generally this is not recommended. Not all NICs " -"support polling; see the %s homepage for a list of supported cards." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 238 -msgid "Hardware CRC" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 241 -msgid "Disable hardware checksum offload" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 243 -msgid "" -"Checking this option will disable hardware checksum offloading. Checksum " -"offloading is broken in some hardware, particularly some Realtek cards. " -"Rarely, drivers may have problems with checksum offloading and some specific " -"NICs." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 246 -# File: src/www/system_advanced_network.php, line: 259 -# File: src/www/system_advanced_network.php, line: 272 -# File: src/www/system_advanced_network.php, line: 285 -msgid "" -"This will take effect after you reboot the machine or re-configure each " -"interface." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 251 -msgid "Hardware TSO" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 254 -msgid "Disable hardware TCP segmentation offload" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 256 -msgid "" -"Checking this option will disable hardware TCP segmentation offloading (TSO, " -"TSO4, TSO6). This offloading is broken in some hardware drivers, and may " -"impact performance with some specific NICs." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 264 -msgid "Hardware LRO" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 267 -msgid "Disable hardware large receive offload" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 269 -msgid "" -"Checking this option will disable hardware large receive offloading (LRO). " -"This offloading is broken in some hardware drivers, and may impact " -"performance with some specific NICs." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 277 -msgid "VLAN Hardware Filtering" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 280 -msgid "Disable VLAN Hardware Filtering" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 282 -msgid "" -"Checking this option will disable VLAN hardware filtering. This offloading " -"is broken in some hardware drivers, and may impact performance with some " -"specific NICs." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 290 -msgid "ARP Handling" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 293 -msgid "Suppress ARP messages" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 295 -msgid "" -"This option will suppress ARP log messages when multiple interfaces reside " -"on the same broadcast domain" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 102 -# File: src/www/system_advanced_notifications.php, line: 316 -msgid "Test Growl" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 108 -# File: src/www/system_advanced_notifications.php, line: 113 -msgid "This is a test message from %s. It is safe to ignore this message." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 110 -# File: src/www/system_advanced_notifications.php, line: 317 -msgid "Test SMTP" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 158 -msgid "Growl" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 165 -msgid "Disable Growl Notifications" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 169 -msgid "" -"Check this option to disable growl notifications but preserve the settings " -"below." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 174 -msgid "Registration Name" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 178 -msgid "Enter the name to register with the Growl server (default: PHP-Growl)." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 183 -msgid "Notification Name" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 187 -msgid "Enter a name for the Growl notifications (default: %s growl alert)." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 196 -msgid "" -"This is the IP address that you would like to send growl notifications to." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 205 -msgid "Enter the password of the remote growl notification device." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 210 -msgid "SMTP E-Mail" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 213 -msgid "Disable SMTP Notifications" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 217 -msgid "" -"Check this option to disable SMTP notifications but preserve the settings " -"below. Some other mechanisms, such as packages, may need these settings in " -"place to function." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 222 -msgid "E-Mail server" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 226 -msgid "" -"This is the FQDN or IP address of the SMTP E-Mail server to which " -"notifications will be sent." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 231 -msgid "SMTP Port of E-Mail server" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 235 -msgid "" -"This is the port of the SMTP E-Mail server, typically 25, 587 (submission) " -"or 465 (smtps)" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 240 -msgid "Secure SMTP Connection" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 243 -msgid "Enable SMTP over SSL/TLS" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 245 -msgid "Enable STARTTLS" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 249 -msgid "From e-mail address" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 253 -msgid "This is the e-mail address that will appear in the from field." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 258 -msgid "E-Mail address" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 262 -msgid "" -"Enter the e-mail address that you would like email notifications sent to." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 267 -msgid "E-Mail auth username" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 271 -# File: src/www/system_advanced_notifications.php, line: 281 -# File: src/www/system_camanager.php, line: 538 -msgid "(optional)" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 272 -msgid "Enter the e-mail address username for SMTP authentication." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 277 -msgid "E-Mail auth password" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 282 -msgid "Enter the e-mail address password for SMTP authentication." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 291 -msgid "System Sounds" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 294 -msgid "Startup/Shutdown Sound" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 297 -msgid "Disable the startup/shutdown beep" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 300 -msgid "When this is checked, startup and shutdown sounds will no longer play." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 319 -msgid "" -"NOTE: A test notification will be sent even if the service is marked as " -"disabled." -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 104 -msgid "Add a new tunable" -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 119 -# File: src/www/system_advanced_sysctl.php, line: 205 -msgid "Tunable" -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 150 -msgid "" -"The firewall tunables have changed. You must apply the configuration to " -"take affect." -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 164 -msgid "Tunable Name" -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 183 -msgid "Edit Tunable" -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 185 -msgid "Delete Tunable" -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 200 -msgid "Edit system tunable" -msgstr "" - -# File: src/www/system_authservers.php, line: 128 -# File: src/www/system_authservers.php, line: 149 -# File: src/www/system_authservers.php, line: 427 -# File: src/www/system_camanager.php, line: 267 -# File: src/www/system_camanager.php, line: 282 -# File: src/www/system_camanager.php, line: 298 -# File: src/www/system_camanager.php, line: 496 -# File: src/www/system_certmanager.php, line: 260 -# File: src/www/system_certmanager.php, line: 293 -# File: src/www/system_certmanager.php, line: 304 -# File: src/www/system_certmanager.php, line: 319 -# File: src/www/system_certmanager.php, line: 723 -# File: src/www/system_certmanager.php, line: 1143 -# File: src/www/system_crlmanager.php, line: 228 -# File: src/www/system_crlmanager.php, line: 236 -# File: src/www/system_crlmanager.php, line: 386 -# File: src/www/system_crlmanager.php, line: 476 -msgid "Descriptive name" -msgstr "" - -# File: src/www/system_authservers.php, line: 131 -# File: src/www/system_authservers.php, line: 473 -msgid "Port value" -msgstr "" - -# File: src/www/system_authservers.php, line: 132 -# File: src/www/system_authservers.php, line: 479 -msgid "Transport" -msgstr "" - -# File: src/www/system_authservers.php, line: 133 -# File: src/www/system_authservers.php, line: 516 -msgid "Protocol version" -msgstr "" - -# File: src/www/system_authservers.php, line: 134 -msgid "Search level" -msgstr "" - -# File: src/www/system_authservers.php, line: 135 -msgid "User naming Attribute" -msgstr "" - -# File: src/www/system_authservers.php, line: 136 -msgid "Authentication container" -msgstr "" - -# File: src/www/system_authservers.php, line: 141 -msgid "Bind user DN" -msgstr "" - -# File: src/www/system_authservers.php, line: 142 -msgid "Bind Password" -msgstr "" - -# File: src/www/system_authservers.php, line: 157 -# File: src/www/system_authservers.php, line: 627 -msgid "Authentication port value" -msgstr "" - -# File: src/www/system_authservers.php, line: 162 -# File: src/www/system_authservers.php, line: 608 -msgid "Shared Secret" -msgstr "" - -# File: src/www/system_authservers.php, line: 169 -# File: src/www/system_authservers.php, line: 172 -msgid "The host name contains invalid characters." -msgstr "" - -# File: src/www/system_authservers.php, line: 176 -msgid "An authentication server with the same name already exists." -msgstr "" - -# File: src/www/system_authservers.php, line: 180 -msgid "RADIUS Timeout value must be numeric and positive." -msgstr "" - -# File: src/www/system_authservers.php, line: 260 -msgid "deleted" -msgstr "" - -# File: src/www/system_authservers.php, line: 287 -msgid "Add server" -msgstr "" - -# File: src/www/system_authservers.php, line: 302 -msgid "Please fill the required values." -msgstr "" - -# File: src/www/system_authservers.php, line: 325 -# File: src/www/system_usermanager.php, line: 533 -# File: src/www/system_usermanager_settings.php, line: 82 -msgid "Popup blocker detected. Action aborted." -msgstr "" - -# File: src/www/system_authservers.php, line: 375 -msgid "Do you really want to delete this Server?" -msgstr "" - -# File: src/www/system_authservers.php, line: 464 -# File: src/www/system_authservers.php, line: 602 -msgid "Hostname or IP address" -msgstr "" - -# File: src/www/system_authservers.php, line: 468 -msgid "" -"NOTE: When using SSL, this hostname MUST match the Common Name (CN) of the " -"LDAP server's SSL Certificate." -msgstr "" - -# File: src/www/system_authservers.php, line: 483 -msgid "TCP - Standard" -msgstr "" - -# File: src/www/system_authservers.php, line: 486 -msgid "SSL - Encrypted" -msgstr "" - -# File: src/www/system_authservers.php, line: 492 -# File: src/www/vpn_openvpn_client.php, line: 697 -# File: src/www/vpn_openvpn_server.php, line: 937 -msgid "Peer Certificate Authority" -msgstr "" - -# File: src/www/system_authservers.php, line: 505 -msgid "This option is used if 'SSL Encrypted' option is choosen." -msgstr "" - -# File: src/www/system_authservers.php, line: 506 -msgid "It must match with the CA in the AD otherwise problems will arise." -msgstr "" - -# File: src/www/system_authservers.php, line: 510 -# File: src/www/vpn_openvpn_client.php, line: 719 -# File: src/www/vpn_openvpn_client.php, line: 763 -# File: src/www/vpn_openvpn_server.php, line: 959 -# File: src/www/vpn_openvpn_server.php, line: 995 -# File: src/www/vpn_openvpn_server.php, line: 1039 -msgid "Create one under" -msgstr "" - -# File: src/www/system_authservers.php, line: 510 -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_server.php, line: 958 -msgid "No Certificate Authorities defined." -msgstr "" - -# File: src/www/system_authservers.php, line: 510 -# File: src/www/vpn_openvpn_client.php, line: 720 -# File: src/www/vpn_openvpn_client.php, line: 764 -# File: src/www/vpn_openvpn_server.php, line: 959 -# File: src/www/vpn_openvpn_server.php, line: 996 -# File: src/www/vpn_openvpn_server.php, line: 1040 -msgid "System: Certificates" -msgstr "" - -# File: src/www/system_authservers.php, line: 525 -msgid "Bind credentials" -msgstr "" - -# File: src/www/system_authservers.php, line: 527 -msgid "User DN:" -msgstr "" - -# File: src/www/system_authservers.php, line: 532 -msgid "Leave empty to use anonymous binds to resolve distinguished names" -msgstr "" - -# File: src/www/system_authservers.php, line: 537 -msgid "Search scope" -msgstr "" - -# File: src/www/system_authservers.php, line: 540 -msgid "Level:" -msgstr "" - -# File: src/www/system_authservers.php, line: 543 -msgid "One Level" -msgstr "" - -# File: src/www/system_authservers.php, line: 546 -msgid "Entire Subtree" -msgstr "" - -# File: src/www/system_authservers.php, line: 551 -msgid "Base DN:" -msgstr "" - -# File: src/www/system_authservers.php, line: 557 -msgid "Authentication containers" -msgstr "" - -# File: src/www/system_authservers.php, line: 561 -msgid "Select" -msgstr "" - -# File: src/www/system_authservers.php, line: 565 -msgid "" -"Note: Semi-Colon separated. This will be prepended to the search base dn " -"above or you can specify full container path containing a dc= component." -msgstr "" - -# File: src/www/system_authservers.php, line: 572 -msgid "Extended Query" -msgstr "" - -# File: src/www/system_authservers.php, line: 583 -msgid "Initial Template" -msgstr "" - -# File: src/www/system_authservers.php, line: 586 -msgid "OpenLDAP" -msgstr "" - -# File: src/www/system_authservers.php, line: 587 -msgid "Microsoft AD" -msgstr "" - -# File: src/www/system_authservers.php, line: 588 -msgid "Novell eDirectory" -msgstr "" - -# File: src/www/system_authservers.php, line: 595 -msgid "User naming attribute" -msgstr "" - -# File: src/www/system_authservers.php, line: 614 -msgid "Services offered" -msgstr "" - -# File: src/www/system_authservers.php, line: 618 -msgid "Authentication and Accounting" -msgstr "" - -# File: src/www/system_authservers.php, line: 633 -msgid "Accounting port value" -msgstr "" - -# File: src/www/system_authservers.php, line: 639 -msgid "Authentication Timeout" -msgstr "" - -# File: src/www/system_authservers.php, line: 643 -msgid "" -"This value controls how long, in seconds, that the RADIUS server may take to " -"respond to an authentication request." -msgstr "" - -# File: src/www/system_authservers.php, line: 644 -msgid "If left blank, the default value is 5 seconds." -msgstr "" - -# File: src/www/system_authservers.php, line: 645 -msgid "" -"NOTE: If you are using an interactive two-factor authentication system, " -"increase this timeout to account for how long it will take the user to " -"receive and enter a token." -msgstr "" - -# File: src/www/system_authservers.php, line: 671 -msgid "Server Name" -msgstr "" - -# File: src/www/system_authservers.php, line: 681 -msgid "Additional authentication servers can be added here." -msgstr "" - -# File: src/www/system_authservers.php, line: 702 -msgid "delete this server" -msgstr "" - -# File: src/www/system_camanager.php, line: 268 -# File: src/www/system_camanager.php, line: 527 -# File: src/www/system_certmanager.php, line: 294 -# File: src/www/system_certmanager.php, line: 738 -msgid "Certificate data" -msgstr "" - -# File: src/www/system_camanager.php, line: 270 -# File: src/www/system_certmanager.php, line: 297 -msgid "This certificate does not appear to be valid." -msgstr "" - -# File: src/www/system_camanager.php, line: 273 -msgid "Encrypted private keys are not yet supported." -msgstr "" - -# File: src/www/system_camanager.php, line: 283 -# File: src/www/system_camanager.php, line: 300 -# File: src/www/system_camanager.php, line: 582 -# File: src/www/system_certmanager.php, line: 306 -# File: src/www/system_certmanager.php, line: 320 -# File: src/www/system_certmanager.php, line: 797 -# File: src/www/system_certmanager.php, line: 980 -msgid "Key length" -msgstr "" - -# File: src/www/system_camanager.php, line: 284 -# File: src/www/system_camanager.php, line: 301 -# File: src/www/system_camanager.php, line: 609 -# File: src/www/system_certmanager.php, line: 307 -# File: src/www/system_certmanager.php, line: 826 -# File: src/www/system_crlmanager.php, line: 434 -# File: src/www/vpn_ipsec_phase1.php, line: 968 -# File: src/www/vpn_ipsec_phase2.php, line: 927 -msgid "Lifetime" -msgstr "" - -# File: src/www/system_camanager.php, line: 285 -# File: src/www/system_camanager.php, line: 302 -# File: src/www/system_certmanager.php, line: 308 -# File: src/www/system_certmanager.php, line: 321 -msgid "Distinguished name Country Code" -msgstr "" - -# File: src/www/system_camanager.php, line: 286 -# File: src/www/system_camanager.php, line: 303 -# File: src/www/system_certmanager.php, line: 309 -# File: src/www/system_certmanager.php, line: 322 -msgid "Distinguished name State or Province" -msgstr "" - -# File: src/www/system_camanager.php, line: 287 -# File: src/www/system_camanager.php, line: 304 -# File: src/www/system_certmanager.php, line: 310 -# File: src/www/system_certmanager.php, line: 323 -msgid "Distinguished name City" -msgstr "" - -# File: src/www/system_camanager.php, line: 288 -# File: src/www/system_camanager.php, line: 305 -# File: src/www/system_certmanager.php, line: 311 -# File: src/www/system_certmanager.php, line: 324 -msgid "Distinguished name Organization" -msgstr "" - -# File: src/www/system_camanager.php, line: 289 -# File: src/www/system_camanager.php, line: 306 -# File: src/www/system_certmanager.php, line: 312 -# File: src/www/system_certmanager.php, line: 325 -msgid "Distinguished name Email Address" -msgstr "" - -# File: src/www/system_camanager.php, line: 290 -# File: src/www/system_camanager.php, line: 307 -# File: src/www/system_certmanager.php, line: 313 -# File: src/www/system_certmanager.php, line: 326 -msgid "Distinguished name Common Name" -msgstr "" - -# File: src/www/system_camanager.php, line: 299 -# File: src/www/system_camanager.php, line: 567 -msgid "Signing Certificate Authority" -msgstr "" - -# File: src/www/system_camanager.php, line: 316 -# File: src/www/system_certmanager.php, line: 378 -msgid "" -"The field 'Distinguished name Email Address' contains invalid characters." -msgstr "" - -# File: src/www/system_camanager.php, line: 320 -# File: src/www/system_certmanager.php, line: 383 -msgid "The field 'Distinguished name Common Name' contains invalid characters." -msgstr "" - -# File: src/www/system_camanager.php, line: 323 -# File: src/www/system_certmanager.php, line: 386 -msgid "The field '%s' contains invalid characters." -msgstr "" - -# File: src/www/system_camanager.php, line: 327 -# File: src/www/system_certmanager.php, line: 391 -# File: src/www/system_certmanager.php, line: 398 -msgid "Please select a valid Key Length." -msgstr "" - -# File: src/www/system_camanager.php, line: 330 -# File: src/www/system_certmanager.php, line: 394 -# File: src/www/system_certmanager.php, line: 401 -msgid "Please select a valid Digest Algorithm." -msgstr "" - -# File: src/www/system_camanager.php, line: 375 -# File: src/www/system_camanager.php, line: 389 -# File: src/www/system_certmanager.php, line: 454 -# File: src/www/system_certmanager.php, line: 477 -msgid "openssl library returns:" -msgstr "" - -# File: src/www/system_camanager.php, line: 415 -msgid "add or import ca" -msgstr "" - -# File: src/www/system_camanager.php, line: 431 -msgid "" -"Do you really want to delete this Certificate Authority and its CRLs, and " -"unreference any associated certificates?" -msgstr "" - -# File: src/www/system_camanager.php, line: 502 -# File: src/www/system_certmanager.php, line: 709 -# File: src/www/system_crlmanager.php, line: 375 -msgid "Method" -msgstr "" - -# File: src/www/system_camanager.php, line: 506 -msgid "Import an existing Certificate Authority" -msgstr "" - -# File: src/www/system_camanager.php, line: 509 -msgid "Create an internal Certificate Authority" -msgstr "" - -# File: src/www/system_camanager.php, line: 512 -msgid "Create an intermediate Certificate Authority" -msgstr "" - -# File: src/www/system_camanager.php, line: 522 -msgid "Existing Certificate Authority" -msgstr "" - -# File: src/www/system_camanager.php, line: 531 -# File: src/www/system_certmanager.php, line: 742 -msgid "Paste a certificate in X.509 PEM format here." -msgstr "" - -# File: src/www/system_camanager.php, line: 537 -msgid "Certificate Private Key" -msgstr "" - -# File: src/www/system_camanager.php, line: 543 -msgid "" -"Paste the private key for the above certificate here. This is optional in " -"most cases, but required if you need to generate a Certificate Revocation " -"List (CRL)." -msgstr "" - -# File: src/www/system_camanager.php, line: 548 -msgid "Serial for next certificate" -msgstr "" - -# File: src/www/system_camanager.php, line: 552 -msgid "" -"Enter a decimal number to be used as the serial number for the next " -"certificate to be created using this CA." -msgstr "" - -# File: src/www/system_camanager.php, line: 562 -msgid "Internal Certificate Authority" -msgstr "" - -# File: src/www/system_camanager.php, line: 594 -# File: src/www/system_certmanager.php, line: 809 -# File: src/www/system_certmanager.php, line: 993 -msgid "Digest Algorithm" -msgstr "" - -# File: src/www/system_camanager.php, line: 604 -# File: src/www/system_certmanager.php, line: 821 -# File: src/www/system_certmanager.php, line: 1005 -msgid "" -"NOTE: It is recommended to use an algorithm stronger than SHA1 when possible." -msgstr "" - -# File: src/www/system_camanager.php, line: 615 -# File: src/www/system_certmanager.php, line: 832 -# File: src/www/system_certmanager.php, line: 1010 -# File: src/www/vpn_ipsec_phase1.php, line: 784 -# File: src/www/vpn_ipsec_phase1.php, line: 812 -msgid "Distinguished name" -msgstr "" - -# File: src/www/system_camanager.php, line: 618 -# File: src/www/system_certmanager.php, line: 835 -# File: src/www/system_certmanager.php, line: 1013 -msgid "Country Code" -msgstr "" - -# File: src/www/system_camanager.php, line: 632 -# File: src/www/system_certmanager.php, line: 849 -# File: src/www/system_certmanager.php, line: 1027 -msgid "State or Province" -msgstr "" - -# File: src/www/system_camanager.php, line: 636 -# File: src/www/system_camanager.php, line: 647 -# File: src/www/system_camanager.php, line: 658 -# File: src/www/system_camanager.php, line: 669 -# File: src/www/system_camanager.php, line: 680 -# File: src/www/system_certmanager.php, line: 853 -# File: src/www/system_certmanager.php, line: 864 -# File: src/www/system_certmanager.php, line: 875 -# File: src/www/system_certmanager.php, line: 886 -# File: src/www/system_certmanager.php, line: 897 -# File: src/www/system_certmanager.php, line: 1031 -# File: src/www/system_certmanager.php, line: 1042 -# File: src/www/system_certmanager.php, line: 1053 -# File: src/www/system_certmanager.php, line: 1064 -# File: src/www/system_certmanager.php, line: 1075 -msgid "ex:" -msgstr "" - -# File: src/www/system_camanager.php, line: 638 -# File: src/www/system_certmanager.php, line: 855 -# File: src/www/system_certmanager.php, line: 1033 -msgid "Sachsen" -msgstr "" - -# File: src/www/system_camanager.php, line: 643 -# File: src/www/system_certmanager.php, line: 860 -# File: src/www/system_certmanager.php, line: 1038 -msgid "City" -msgstr "" - -# File: src/www/system_camanager.php, line: 649 -# File: src/www/system_certmanager.php, line: 866 -# File: src/www/system_certmanager.php, line: 1044 -msgid "Leipzig" -msgstr "" - -# File: src/www/system_camanager.php, line: 654 -# File: src/www/system_certmanager.php, line: 871 -# File: src/www/system_certmanager.php, line: 1049 -msgid "Organization" -msgstr "" - -# File: src/www/system_camanager.php, line: 660 -# File: src/www/system_certmanager.php, line: 877 -# File: src/www/system_certmanager.php, line: 1055 -msgid "My Company Inc" -msgstr "" - -# File: src/www/system_camanager.php, line: 671 -# File: src/www/system_certmanager.php, line: 888 -# File: src/www/system_certmanager.php, line: 1066 -msgid "admin@mycompany.com" -msgstr "" - -# File: src/www/system_camanager.php, line: 682 -# File: src/www/system_certmanager.php, line: 899 -# File: src/www/system_certmanager.php, line: 1077 -msgid "internal-ca" -msgstr "" - -# File: src/www/system_camanager.php, line: 709 -# File: src/www/system_crlmanager.php, line: 609 -msgid "Internal" -msgstr "" - -# File: src/www/system_camanager.php, line: 710 -# File: src/www/system_certmanager.php, line: 1188 -msgid "Issuer" -msgstr "" - -# File: src/www/system_camanager.php, line: 712 -# File: src/www/system_certmanager.php, line: 1189 -msgid "Distinguished Name" -msgstr "" - -# File: src/www/system_camanager.php, line: 724 -# File: src/www/system_certmanager.php, line: 1206 -msgid "self-signed" -msgstr "" - -# File: src/www/system_camanager.php, line: 726 -# File: src/www/system_certmanager.php, line: 1208 -msgid "external" -msgstr "" - -# File: src/www/system_camanager.php, line: 756 -# File: src/www/system_certmanager.php, line: 1239 -msgid "Valid From" -msgstr "" - -# File: src/www/system_camanager.php, line: 761 -# File: src/www/system_certmanager.php, line: 1244 -msgid "Valid Until" -msgstr "" - -# File: src/www/system_camanager.php, line: 767 -msgid "edit CA" -msgstr "" - -# File: src/www/system_camanager.php, line: 770 -msgid "export CA cert" -msgstr "" - -# File: src/www/system_camanager.php, line: 775 -msgid "export CA private key" -msgstr "" - -# File: src/www/system_camanager.php, line: 780 -msgid "delete ca" -msgstr "" - -# File: src/www/system_certmanager.php, line: 85 -msgid "Import an existing Certificate" -msgstr "" - -# File: src/www/system_certmanager.php, line: 86 -msgid "Create an internal Certificate" -msgstr "" - -# File: src/www/system_certmanager.php, line: 87 -msgid "Create a Certificate Signing Request" -msgstr "" - -# File: src/www/system_certmanager.php, line: 112 -msgid "Choose an existing certificate" -msgstr "" - -# File: src/www/system_certmanager.php, line: 261 -msgid "Final Certificate data" -msgstr "" - -# File: src/www/system_certmanager.php, line: 269 -msgid "The certificate modulus does not match the signing request modulus." -msgstr "" - -# File: src/www/system_certmanager.php, line: 295 -msgid "Key data" -msgstr "" - -# File: src/www/system_certmanager.php, line: 305 -# File: src/www/system_certmanager.php, line: 766 -msgid "Certificate authority" -msgstr "" - -# File: src/www/system_certmanager.php, line: 329 -msgid "Existing Certificate Choice" -msgstr "" - -# File: src/www/system_certmanager.php, line: 347 -msgid "DNS subjectAltName values must be valid hostnames or FQDNs" -msgstr "" - -# File: src/www/system_certmanager.php, line: 352 -msgid "IP subjectAltName values must be valid IP Addresses" -msgstr "" - -# File: src/www/system_certmanager.php, line: 357 -msgid "You must provide an e-mail address for this type of subjectAltName" -msgstr "" - -# File: src/www/system_certmanager.php, line: 360 -msgid "The e-mail provided in a subjectAltName contains invalid characters." -msgstr "" - -# File: src/www/system_certmanager.php, line: 365 -msgid "URI subjectAltName types must be a valid URI" -msgstr "" - -# File: src/www/system_certmanager.php, line: 369 -msgid "Unrecognized subjectAltName type." -msgstr "" - -# File: src/www/system_certmanager.php, line: 511 -msgid "add or import certificate" -msgstr "" - -# File: src/www/system_certmanager.php, line: 542 -msgid "Do you really want to delete this Certificate?" -msgstr "" - -# File: src/www/system_certmanager.php, line: 567 -# File: src/www/system_usermanager.php, line: 203 -# File: src/www/system_usermanager.php, line: 482 -# File: src/www/system_usermanager.php, line: 894 -# File: src/www/vpn_ipsec_phase1.php, line: 205 -# File: src/www/vpn_openvpn_server.php, line: 284 -msgid "Certificate" -msgstr "" - -# File: src/www/system_certmanager.php, line: 733 -msgid "Import Certificate" -msgstr "" - -# File: src/www/system_certmanager.php, line: 747 -msgid "Private key data" -msgstr "" - -# File: src/www/system_certmanager.php, line: 751 -msgid "Paste a private key in X.509 PEM format here." -msgstr "" - -# File: src/www/system_certmanager.php, line: 761 -msgid "Internal Certificate" -msgstr "" - -# File: src/www/system_certmanager.php, line: 779 -msgid "" -"No internal Certificate Authorities have been defined. You must %sadd%s an " -"internal CA before creating an internal certificate." -msgstr "" - -# File: src/www/system_certmanager.php, line: 787 -# File: src/www/vpn_openvpn_client.php, line: 726 -msgid "Client Certificate" -msgstr "" - -# File: src/www/system_certmanager.php, line: 788 -# File: src/www/vpn_openvpn_server.php, line: 1002 -msgid "Server Certificate" -msgstr "" - -# File: src/www/system_certmanager.php, line: 789 -# File: src/www/system_crlmanager.php, line: 237 -# File: src/www/system_crlmanager.php, line: 392 -# File: src/www/vpn_ipsec_phase1.php, line: 205 -# File: src/www/vpn_openvpn_client.php, line: 241 -# File: src/www/vpn_openvpn_server.php, line: 284 -msgid "Certificate Authority" -msgstr "" - -# File: src/www/system_certmanager.php, line: 792 -msgid "" -"Choose the type of certificate to generate here, the type defines it's " -"constraints" -msgstr "" - -# File: src/www/system_certmanager.php, line: 904 -msgid "Alternative Names" -msgstr "" - -# File: src/www/system_certmanager.php, line: 920 -# File: src/www/system_certmanager.php, line: 940 -msgid "DNS" -msgstr "" - -# File: src/www/system_certmanager.php, line: 922 -# File: src/www/system_certmanager.php, line: 942 -msgid "email" -msgstr "" - -# File: src/www/system_certmanager.php, line: 923 -# File: src/www/system_certmanager.php, line: 943 -msgid "URI" -msgstr "" - -# File: src/www/system_certmanager.php, line: 975 -msgid "External Signing Request" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1087 -msgid "Choose an Existing Certificate" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1092 -msgid "Existing Certificates" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1110 -msgid "*In Use" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1111 -msgid "*Revoked" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1152 -msgid "Complete Signing Request" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1155 -msgid "Signing request data" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1159 -msgid "" -"Copy the certificate signing data from here and forward it to your " -"certificate authority for signing." -msgstr "" - -# File: src/www/system_certmanager.php, line: 1163 -msgid "Final certificate data" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1167 -msgid "Paste the certificate received from your certificate authority here." -msgstr "" - -# File: src/www/system_certmanager.php, line: 1190 -# File: src/www/system_crlmanager.php, line: 611 -msgid "In Use" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1214 -msgid "external - signature pending" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1229 -msgid "CA:" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1230 -msgid "Server:" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1252 -# File: src/www/system_usermanager.php, line: 800 -msgid "Revoked" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1260 -msgid "User Cert" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1264 -msgid "OpenVPN Server" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1268 -msgid "OpenVPN Client" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1272 -msgid "IPsec Tunnel" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1276 -msgid "show certificate info" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1280 -msgid "export ca" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1284 -msgid "export key" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1288 -msgid "export ca cert+user cert+user cert key in .p12 format" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1294 -msgid "delete cert" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1300 -msgid "update csr" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1313 -msgid "Note: You can only delete a certificate if it is not currently in use." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 153 -msgid "Certificate Revocation List %s is in use and cannot be deleted" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 183 -msgid "Deleted Certificate %s from CRL %s" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 187 -msgid "Failed to delete Certificate %s from CRL %s" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 202 -msgid "Both the Certificate and CRL must be specified." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 206 -msgid "CA mismatch between the Certificate and CRL. Unable to Revoke." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 209 -msgid "Cannot revoke certificates for an imported/external CRL." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 229 -msgid "Certificate Revocation List data" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 297 -msgid "Do you really want to delete this Certificate Revocation List?" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 321 -# File: src/www/system_crlmanager.php, line: 536 -msgid "Delete this certificate from the CRL " -msgstr "" - -# File: src/www/system_crlmanager.php, line: 378 -msgid "Create an internal Certificate Revocation List" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 379 -msgid "Import an existing Certificate Revocation List" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 410 -msgid "Existing Certificate Revocation List" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 415 -# File: src/www/system_crlmanager.php, line: 482 -msgid "CRL data" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 419 -# File: src/www/system_crlmanager.php, line: 486 -msgid "Paste a Certificate Revocation List in X.509 CRL format here." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 429 -msgid "Internal Certificate Revocation List" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 438 -msgid "Default: 9999" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 443 -msgid "Serial" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 447 -msgid "Default: 0" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 473 -msgid "Edit Imported Certificate Revocation List" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 511 -msgid "Currently Revoked Certificates for CRL" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 514 -# File: src/www/vpn_openvpn_export.php, line: 789 -msgid "Certificate Name" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 515 -msgid "Revocation Reason" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 516 -msgid "Revoked At" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 525 -msgid "No Certificates Found for this CRL." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 552 -msgid "No Certificates Found for this CA." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 557 -msgid "Revoke a Certificate" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 561 -msgid "Choose a Certificate to Revoke" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 575 -msgid "Reason" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 619 -msgid "Additional Certificate Revocation Lists can be added here." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 638 -msgid "Add or Import CRL for %s" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 643 -msgid "Import CRL for %s" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 659 -msgid "Unknown (imported)" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 663 -msgid "Export CRL" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 668 -# File: src/www/system_crlmanager.php, line: 673 -msgid "Edit CRL" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 679 -msgid "Delete CRL" -msgstr "" - -# File: src/www/system_gateway_groups.php, line: 118 -msgid "Add group" -msgstr "" - -# File: src/www/system_gateway_groups.php, line: 130 -msgid "Gateway-group" -msgstr "" - -# File: src/www/system_gateway_groups.php, line: 131 -msgid "Do you really want to delete this gateway group?" -msgstr "" - -# File: src/www/system_gateway_groups.php, line: 155 -msgid "" -"The gateway configuration has been changed.%sYou must apply the changes in " -"order for them to take effect." -msgstr "" - -# File: src/www/system_gateway_groups.php, line: 192 -msgid "Tier " -msgstr "" - -# File: src/www/system_gateway_groups.php, line: 203 -# File: src/www/system_groupmanager.php, line: 498 -msgid "delete group" -msgstr "" - -# File: src/www/system_gateway_groups.php, line: 219 -msgid "" -"Remember to use these Gateway Groups in firewall rules in order to enable " -"load balancing, failover, or policy-based routing. Without rules directing " -"traffic into the Gateway Groups, they will not be used." -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 77 -msgid "A valid gateway group name must be specified." -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 80 -# File: src/www/system_gateways_edit.php, line: 61 -msgid "The gateway name must not contain invalid characters." -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 89 -msgid "Changing name on a gateway group is not allowed." -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 95 -msgid "A gateway group with this name \"%s\" already exists." -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 112 -msgid "" -"A gateway group cannot have the same name with a gateway \"%s\" please " -"choose another name." -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 117 -msgid "No gateway(s) have been selected to be used in this group" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 191 -msgid "Gateway Priority" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 196 -msgid "Tier" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 225 -msgid "Never" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 225 -msgid "Tier %d" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 243 -msgid "Interface Address" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 271 -msgid "Link Priority" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 272 -msgid "" -"The priority selected here defines in what order failover and balancing of " -"links will be done. Multiple links of the same priority will balance " -"connections until all links in the priority will be exhausted. If all links " -"in a priority level are exhausted we will use the next available link(s) in " -"the next priority level." -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 278 -msgid "" -"The virtual IP field selects what (virtual) IP should be used when this " -"group applies to a local Dynamic DNS, IPsec or OpenVPN endpoint" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 283 -msgid "Trigger Level" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 286 -msgid "Member Down" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 287 -msgid "Packet Loss" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 288 -msgid "High Latency" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 289 -msgid "Packet Loss or High Latency" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 292 -msgid "When to trigger exclusion of a member" -msgstr "" - -# File: src/www/system_gateways.php, line: 58 -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Gateway Group '%s'" -msgstr "" - -# File: src/www/system_gateways.php, line: 68 -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Static Route '%s'" -msgstr "" - -# File: src/www/system_gateways.php, line: 211 -msgid "Add gateway" -msgstr "" - -# File: src/www/system_gateways.php, line: 225 -msgid "Do you really want to delete this gateway?" -msgstr "" - -# File: src/www/system_gateways.php, line: 257 -msgid "Do you really want to delete the selected gateway items?" -msgstr "" - -# File: src/www/system_gateways.php, line: 287 -msgid "The gateway configuration has been changed." -msgstr "" - -# File: src/www/system_gateways.php, line: 303 -# File: src/www/system_gateways_edit.php, line: 644 -msgid "Monitor IP" -msgstr "" - -# File: src/www/system_gateways.php, line: 326 -msgid "Gateway is inactive because interface is missing" -msgstr "" - -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "disable gateway" -msgstr "" - -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "enable gateway" -msgstr "" - -# File: src/www/system_gateways.php, line: 356 -msgid "edit gateway" -msgstr "" - -# File: src/www/system_gateways.php, line: 361 -msgid "delete gateway" -msgstr "" - -# File: src/www/system_gateways.php, line: 368 -msgid "clone gateway" -msgstr "" - -# File: src/www/system_gateways.php, line: 383 -msgid "delete selected items" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 58 -msgid "A valid gateway name must be specified." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 67 -msgid "A valid gateway IP address must be specified." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 75 -msgid "" -"Cannot add IPv4 Gateway Address because no IPv4 address could be found on " -"the interface." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 97 -# File: src/www/system_gateways_edit.php, line: 128 -msgid "" -"The gateway address %1$s does not lie within one of the chosen interface's " -"subnets." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 106 -msgid "" -"Cannot add IPv6 Gateway Address because no IPv6 address could be found on " -"the interface." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 136 -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv4 " -"configuration." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 141 -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv6 " -"configuration." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 146 -msgid "A valid monitor IP address must be specified." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 172 -msgid "Changing name on a gateway is not allowed." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 178 -msgid "The gateway name \"%s\" already exists." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 184 -msgid "The gateway IP address \"%s\" already exists." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 190 -msgid "" -"The monitor IP address \"%s\" is already in use. You must choose a different " -"monitor IP." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 200 -msgid "The low latency threshold needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 202 -msgid "The low latency threshold needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 208 -msgid "The high latency threshold needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 210 -msgid "The high latency threshold needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 216 -msgid "The low Packet Loss threshold needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 218 -msgid "The low Packet Loss threshold needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 220 -msgid "The low Packet Loss threshold needs to be less than 100." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 226 -msgid "The high Packet Loss threshold needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 228 -msgid "The high Packet Loss threshold needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 230 -msgid "The high Packet Loss threshold needs to be 100 or less." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 238 -msgid "" -"The high latency threshold needs to be higher than the low latency threshold" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 252 -msgid "" -"The high Packet Loss threshold needs to be higher than the low Packet Loss " -"threshold" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 266 -msgid "The probe interval needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 268 -msgid "The probe interval needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 274 -msgid "The down time setting needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 276 -msgid "The down time setting needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 282 -msgid "The probe interval needs to be less than the down time setting." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 296 -msgid "The average delay replies qty needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 298 -msgid "The average delay replies qty needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 304 -msgid "The average packet loss probes qty needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 306 -msgid "The average packet loss probes qty needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 312 -msgid "The lost probe delay needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 314 -msgid "The lost probe delay needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 558 -msgid "Edit gateway" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 569 -msgid "Disable this gateway" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 570 -msgid "" -"Set this option to disable this gateway without removing it from the list." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 587 -msgid "Choose which interface this gateway applies to." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 603 -msgid "Choose the Internet Protocol this gateway uses." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 612 -msgid "Gateway name" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 621 -msgid "Gateway IP address" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 626 -msgid "Default Gateway" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 630 -msgid "This will select the above gateway as the default gateway" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 635 -msgid "Disable Gateway Monitoring" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 639 -msgid "This will consider this gateway as always being up" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 648 -msgid "Alternative monitor IP" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 649 -msgid "" -"Enter an alternative address here to be used to monitor the link. This is " -"used for the quality RRD graphs as well as the load balancer entries. Use " -"this if the gateway does not respond to ICMP echo requests (pings)" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 656 -# File: src/www/system_gateways_edit.php, line: 660 -msgid "Mark Gateway as Down" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 661 -msgid "This will force this gateway to be considered Down" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 668 -msgid " - Show advanced option" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 687 -msgid "Weight for this gateway when used in a Gateway Group." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 692 -msgid "Latency thresholds" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 697 -# File: src/www/system_gateways_edit.php, line: 723 -msgid "From" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 698 -# File: src/www/system_gateways_edit.php, line: 724 -msgid "To" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 718 -msgid "Packet Loss thresholds" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 744 -msgid "Probe Interval" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 749 -msgid "" -"NOTE: The quality graph is averaged over seconds, not intervals, so as the " -"probe interval is increased the accuracy of the quality graph is decreased." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 754 -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 83 -msgid "Down" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 763 -msgid "Avg Delay Replies Qty" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 767 -# File: src/www/system_gateways_edit.php, line: 778 -# File: src/www/system_gateways_edit.php, line: 790 -msgid "Use calculated value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 774 -msgid "Avg Packet Loss Probes Qty" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 786 -msgid "Lost Probe Delay" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 801 -msgid "" -"The probe interval must be less than the down time, otherwise the gateway " -"will seem to go down then come up again at the next probe." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 802 -msgid "" -"The down time defines the length of time before the gateway is marked as " -"down, but the accuracy is controlled by the probe interval. For example, if " -"your down time is 40 seconds but on a 30 second probe interval, only one " -"probe would have to fail before the gateway is marked down at the 40 second " -"mark. By default, the gateway is considered down after 10 seconds, and the " -"probe interval is 1 second, so 10 probes would have to fail before the " -"gateway is marked down." -msgstr "" - -# File: src/www/system_general.php, line: 43 -msgid "English" -msgstr "" - -# File: src/www/system_general.php, line: 44 -msgid "Chinese (Simplified)" -msgstr "" - -# File: src/www/system_general.php, line: 45 -msgid "French" -msgstr "" - -# File: src/www/system_general.php, line: 46 -msgid "German" -msgstr "" - -# File: src/www/system_general.php, line: 47 -msgid "Japanese" -msgstr "" - -# File: src/www/system_general.php, line: 48 -msgid "Mongolian" -msgstr "" - -# File: src/www/system_general.php, line: 49 -msgid "Spanish" -msgstr "" - -# File: src/www/system_general.php, line: 114 -msgid "The hostname may only contain the characters a-z, 0-9 and '-'." -msgstr "" - -# File: src/www/system_general.php, line: 117 -msgid "The domain may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "" - -# File: src/www/system_general.php, line: 151 -msgid "" -"You can not assign a gateway to DNS '%s' server which is on a directly " -"connected network." -msgstr "" - -# File: src/www/system_general.php, line: 163 -msgid "" -"A NTP Time Server name may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "" - -# File: src/www/system_general.php, line: 328 -msgid "Name of the firewall host, without domain part" -msgstr "" - -# File: src/www/system_general.php, line: 330 -msgid "firewall" -msgstr "" - -# File: src/www/system_general.php, line: 339 -msgid "" -"Do not use 'local' as a domain name. It will cause local hosts running mDNS (" -"avahi, bonjour, etc.) to be unable to resolve local hosts not running mDNS." -msgstr "" - -# File: src/www/system_general.php, line: 341 -msgid "e.g. %smycorp.com, home, office, private, etc.%s" -msgstr "" - -# File: src/www/system_general.php, line: 351 -msgid "DNS Server" -msgstr "" - -# File: src/www/system_general.php, line: 352 -msgid "Use gateway" -msgstr "" - -# File: src/www/system_general.php, line: 390 -msgid "" -"Enter IP addresses to be used by the system for DNS resolution. These are " -"also used for the DHCP service, DNS forwarder and for PPTP VPN clients." -msgstr "" - -# File: src/www/system_general.php, line: 394 -msgid "" -"In addition, optionally select the gateway for each DNS server. When using " -"multiple WAN connections there should be at least one unique DNS server per " -"gateway." -msgstr "" - -# File: src/www/system_general.php, line: 400 -msgid "DNS server options" -msgstr "" - -# File: src/www/system_general.php, line: 404 -msgid "Allow DNS server list to be overridden by DHCP/PPP on WAN" -msgstr "" - -# File: src/www/system_general.php, line: 407 -msgid "" -"If this option is set, %s will use DNS servers assigned by a DHCP/PPP server " -"on WAN for its own purposes (including the DNS forwarder). However, they " -"will not be assigned to DHCP and PPTP VPN clients." -msgstr "" - -# File: src/www/system_general.php, line: 416 -msgid "Do not use the DNS Forwarder as a DNS server for the firewall" -msgstr "" - -# File: src/www/system_general.php, line: 419 -msgid "" -"By default localhost (127.0.0.1) will be used as the first DNS server where " -"the DNS Forwarder or DNS Resolver is enabled and set to listen on Localhost, " -"so system can use the local DNS service to perform lookups. Checking this " -"box omits localhost from the list of DNS servers." -msgstr "" - -# File: src/www/system_general.php, line: 425 -msgid "Time zone" -msgstr "" - -# File: src/www/system_general.php, line: 440 -msgid "Select the location closest to you" -msgstr "" - -# File: src/www/system_general.php, line: 445 -msgid "NTP time server" -msgstr "" - -# File: src/www/system_general.php, line: 449 -msgid "" -"Use a space to separate multiple hosts (only one required). Remember to set " -"up at least one DNS server if you enter a host name here!" -msgstr "" - -# File: src/www/system_general.php, line: 456 -msgid "Language" -msgstr "" - -# File: src/www/system_general.php, line: 469 -msgid "Choose a language for the webConfigurator" -msgstr "" - -# File: src/www/system_general.php, line: 475 -msgid "Theme" -msgstr "" - -# File: src/www/system_general.php, line: 489 -msgid "This will change the look and feel of" -msgstr "" - -# File: src/www/system_general.php, line: 496 -msgid "Firmware Mirror" -msgstr "" - -# File: src/www/system_general.php, line: 509 -msgid "Select an alternate firmware mirror." -msgstr "" - -# File: src/www/system_general.php, line: 515 -msgid "Firmware Flavour" -msgstr "" - -# File: src/www/system_general.php, line: 528 -msgid "Select the firmware cryptography flavour." -msgstr "" - -# File: src/www/system_groupmanager.php, line: 110 -msgid "The group name contains invalid characters." -msgstr "" - -# File: src/www/system_groupmanager.php, line: 114 -msgid "The group name is longer than 16 characters." -msgstr "" - -# File: src/www/system_groupmanager.php, line: 121 -msgid "Another entry with the same group name already exists." -msgstr "" - -# File: src/www/system_groupmanager.php, line: 129 -msgid "That groupname is reserved by the system." -msgstr "" - -# File: src/www/system_groupmanager.php, line: 256 -# File: src/www/system_usermanager.php, line: 460 -msgid "Do you really want to delete this privilege?" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 280 -msgid "Do you really want to delete this group?" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 320 -# File: src/www/system_usermanager.php, line: 618 -msgid "Defined by" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 327 -# File: src/www/system_groupmanager.php, line: 468 -msgid "Group name" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 337 -msgid "Group description, for your own information only" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 342 -# File: src/www/system_usermanager.php, line: 675 -msgid "Group Memberships" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 347 -# File: src/www/system_usermanager.php, line: 680 -msgid "Not Member Of" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 349 -# File: src/www/system_usermanager.php, line: 682 -msgid "Member Of" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 371 -msgid "Add Groups" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 375 -msgid "Remove Groups" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 398 -# File: src/www/system_groupmanager_addprivs.php, line: 142 -# File: src/www/system_usermanager.php, line: 733 -# File: src/www/system_usermanager_addprivs.php, line: 139 -msgid "Hold down CTRL (pc)/COMMAND (mac) key to select multiple items" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 405 -msgid "Assigned Privileges" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 423 -msgid "delete privilege" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 470 -msgid "Member Count" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 515 -# File: src/www/system_usermanager.php, line: 989 -# File: src/www/vpn_l2tp_users.php, line: 69 -# File: src/www/vpn_pptp_users.php, line: 66 -msgid "add user" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 523 -msgid "" -"Additional webConfigurator groups can be added here.\n" -" Group permissions can be assigned which are inherited " -"by users who are members of the group.\n" -" An icon that appears grey indicates that it is a " -"system defined object.\n" -" Some system object properties can be modified but they " -"cannot be deleted." -msgstr "" - -# File: src/www/system_groupmanager_addprivs.php, line: 56 -# File: src/www/system_usermanager_addprivs.php, line: 66 -msgid "Selected priveleges" -msgstr "" - -# File: src/www/system_groupmanager_addprivs.php, line: 126 -# File: src/www/system_usermanager_addprivs.php, line: 123 -msgid "System Privileges" -msgstr "" - -# File: src/www/system_groupmanager_addprivs.php, line: 148 -# File: src/www/system_usermanager_addprivs.php, line: 145 -msgid "Select a privilege from the list above for a description" -msgstr "" - -# File: src/www/system_hasync.php, line: 98 -msgid "State Synchronization" -msgstr "" - -# File: src/www/system_hasync.php, line: 105 -msgid "Synchronize States" -msgstr "" - -# File: src/www/system_hasync.php, line: 109 -msgid "" -"pfsync transfers state insertion, update, and deletion messages between " -"firewalls.%sEach firewall sends these messages out via multicast on a " -"specified interface, using the PFSYNC protocol (%sIP Protocol 240%s).%sIt " -"also listens on that interface for similar messages from other firewalls, " -"and imports them into the local state table.%sThis setting should be enabled " -"on all members of a failover group." -msgstr "" - -# File: src/www/system_hasync.php, line: 113 -msgid "" -"Clicking save will force a configuration sync if it is enabled! (see " -"Configuration Synchronization Settings below)" -msgstr "" - -# File: src/www/system_hasync.php, line: 118 -msgid "Synchronize Interface" -msgstr "" - -# File: src/www/system_hasync.php, line: 123 -msgid "loopback" -msgstr "" - -# File: src/www/system_hasync.php, line: 133 -msgid "" -"If Synchronize States is enabled, it will utilize this interface for " -"communication." -msgstr "" - -# File: src/www/system_hasync.php, line: 136 -msgid "" -"We recommend setting this to a interface other than LAN! A dedicated " -"interface works the best." -msgstr "" - -# File: src/www/system_hasync.php, line: 137 -msgid "" -"You must define a IP on each machine participating in this failover group." -msgstr "" - -# File: src/www/system_hasync.php, line: 138 -msgid "" -"You must have an IP assigned to the interface on any participating sync " -"nodes." -msgstr "" - -# File: src/www/system_hasync.php, line: 145 -msgid "Synchronize Peer IP" -msgstr "" - -# File: src/www/system_hasync.php, line: 149 -msgid "" -"Setting this option will force pfsync to synchronize its state table to this " -"IP address. The default is directed multicast." -msgstr "" - -# File: src/www/system_hasync.php, line: 154 -msgid "Configuration Synchronization Settings (XMLRPC Sync)" -msgstr "" - -# File: src/www/system_hasync.php, line: 157 -msgid "Synchronize Config to IP" -msgstr "" - -# File: src/www/system_hasync.php, line: 161 -msgid "" -"Enter the IP address of the firewall to which the selected configuration " -"sections should be synchronized." -msgstr "" - -# File: src/www/system_hasync.php, line: 164 -msgid "" -"XMLRPC sync is currently only supported over connections using the same " -"protocol and port as this system - make sure the remote system's port and " -"protocol are set accordingly!" -msgstr "" - -# File: src/www/system_hasync.php, line: 165 -# File: src/www/system_hasync.php, line: 190 -msgid "" -"Do not use the Synchronize Config to IP and password option on backup " -"cluster members!" -msgstr "" - -# File: src/www/system_hasync.php, line: 172 -msgid "Remote System Username" -msgstr "" - -# File: src/www/system_hasync.php, line: 176 -msgid "" -"Enter the webConfigurator username of the system entered above for " -"synchronizing your configuration." -msgstr "" - -# File: src/www/system_hasync.php, line: 178 -msgid "" -"Do not use the Synchronize Config to IP and username option on backup " -"cluster members!" -msgstr "" - -# File: src/www/system_hasync.php, line: 184 -msgid "Remote System Password" -msgstr "" - -# File: src/www/system_hasync.php, line: 188 -msgid "" -"Enter the webConfigurator password of the system entered above for " -"synchronizing your configuration." -msgstr "" - -# File: src/www/system_hasync.php, line: 196 -msgid "Users and Groups" -msgstr "" - -# File: src/www/system_hasync.php, line: 200 -msgid "" -"Automatically sync the users and groups over to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 205 -msgid "Auth Servers" -msgstr "" - -# File: src/www/system_hasync.php, line: 209 -msgid "" -"Automatically sync the authentication servers (e.g. LDAP, RADIUS) over to " -"the other HA host when changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 218 -msgid "" -"Automatically sync the Certificate Authorities, Certificates, and " -"Certificate Revocation Lists over to the other HA host when changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 227 -msgid "" -"Automatically sync the firewall rules to the other HA host when changes are " -"made." -msgstr "" - -# File: src/www/system_hasync.php, line: 232 -msgid "Firewall Schedules" -msgstr "" - -# File: src/www/system_hasync.php, line: 236 -msgid "" -"Automatically sync the firewall schedules to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 245 -msgid "" -"Automatically sync the aliases over to the other HA host when changes are " -"made." -msgstr "" - -# File: src/www/system_hasync.php, line: 254 -msgid "" -"Automatically sync the NAT rules over to the other HA host when changes are " -"made." -msgstr "" - -# File: src/www/system_hasync.php, line: 263 -msgid "" -"Automatically sync the IPsec configuration to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 272 -msgid "" -"Automatically sync the OpenVPN configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 273 -msgid "" -"Using this option implies \"Synchronize Certificates\" as they are required " -"for OpenVPN." -msgstr "" - -# File: src/www/system_hasync.php, line: 278 -msgid "DHCPD" -msgstr "" - -# File: src/www/system_hasync.php, line: 282 -msgid "" -"Automatically sync the DHCP Server settings over to the other HA host when " -"changes are made. This only applies to DHCP for IPv4." -msgstr "" - -# File: src/www/system_hasync.php, line: 291 -msgid "" -"Automatically sync the WoL configuration to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 296 -msgid "Static Routes" -msgstr "" - -# File: src/www/system_hasync.php, line: 300 -msgid "" -"Automatically sync the Static Route configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 309 -msgid "" -"Automatically sync the Load Balancer configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 318 -msgid "" -"Automatically sync the CARP Virtual IPs to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 327 -msgid "" -"Automatically sync the DNS Forwarder configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_routes.php, line: 148 -msgid "Add route" -msgstr "" - -# File: src/www/system_routes.php, line: 164 -# File: src/www/system_routes.php, line: 186 -msgid "Route" -msgstr "" - -# File: src/www/system_routes.php, line: 165 -msgid "Do you really want to delete this route?" -msgstr "" - -# File: src/www/system_routes.php, line: 187 -msgid "Do you really want to delete the selected routes?" -msgstr "" - -# File: src/www/system_routes.php, line: 229 -msgid "" -"The static route configuration has been changed.%sYou must apply the changes " -"in order for them to take effect." -msgstr "" - -# File: src/www/system_routes.php, line: 258 -msgid "disable route" -msgstr "" - -# File: src/www/system_routes.php, line: 258 -msgid "enable route" -msgstr "" - -# File: src/www/system_routes.php, line: 275 -msgid "move selected routes before this route" -msgstr "" - -# File: src/www/system_routes.php, line: 279 -msgid "edit route" -msgstr "" - -# File: src/www/system_routes.php, line: 283 -msgid "delete route" -msgstr "" - -# File: src/www/system_routes.php, line: 287 -msgid "clone route" -msgstr "" - -# File: src/www/system_routes.php, line: 302 -# File: src/www/system_routes.php, line: 305 -msgid "move selected routes to end" -msgstr "" - -# File: src/www/system_routes.php, line: 318 -msgid "delete selected routes" -msgstr "" - -# File: src/www/system_routes.php, line: 321 -msgid "add route" -msgstr "" - -# File: src/www/system_routes.php, line: 329 -msgid "" -"Do not enter static routes for networks assigned on any interface of this " -"firewall. Static routes are only used for networks reachable via a " -"different router, and not reachable via your default gateway." -msgstr "" - -# File: src/www/system_routes_edit.php, line: 83 -# File: src/www/system_routes_edit.php, line: 256 -msgid "Destination network" -msgstr "" - -# File: src/www/system_routes_edit.php, line: 84 -msgid "Destination network bit count" -msgstr "" - -# File: src/www/system_routes_edit.php, line: 91 -msgid "A valid IPv4 or IPv6 destination network must be specified." -msgstr "" - -# File: src/www/system_routes_edit.php, line: 94 -msgid "A valid destination network bit count must be specified." -msgstr "" - -# File: src/www/system_routes_edit.php, line: 114 -msgid "A IPv4 subnet can not be over 32 bits." -msgstr "" - -# File: src/www/system_routes_edit.php, line: 163 -msgid "A route to these destination networks already exists" -msgstr "" - -# File: src/www/system_routes_edit.php, line: 173 -# File: src/www/system_routes_edit.php, line: 179 -msgid "This network conflicts with address configured on interface %s." -msgstr "" - -# File: src/www/system_routes_edit.php, line: 270 -msgid "Destination network for this static route" -msgstr "" - -# File: src/www/system_routes_edit.php, line: 287 -msgid "Choose which gateway this route applies to or" -msgstr "" - -# File: src/www/system_routes_edit.php, line: 297 -msgid "Disable this static route" -msgstr "" - -# File: src/www/system_routes_edit.php, line: 298 -msgid "" -"Set this option to disable this static route without removing it from the " -"list." -msgstr "" - -# File: src/www/system_usermanager.php, line: 170 -# File: src/www/system_usermanager.php, line: 191 -msgid "successfully deleted" -msgstr "" - -# File: src/www/system_usermanager.php, line: 190 -msgid "Privilege" -msgstr "" - -# File: src/www/system_usermanager.php, line: 204 -msgid "association removed." -msgstr "" - -# File: src/www/system_usermanager.php, line: 226 -msgid "API key" -msgstr "" - -# File: src/www/system_usermanager.php, line: 227 -msgid "removed." -msgstr "" - -# File: src/www/system_usermanager.php, line: 229 -msgid "No API key found" -msgstr "" - -# File: src/www/system_usermanager.php, line: 254 -msgid "The username is longer than 16 characters." -msgstr "" - -# File: src/www/system_usermanager.php, line: 258 -# File: src/www/system_usermanager_passwordmg.php, line: 47 -# File: src/www/vpn_l2tp_users_edit.php, line: 92 -# File: src/www/vpn_pptp_users_edit.php, line: 94 -msgid "The passwords do not match." -msgstr "" - -# File: src/www/system_usermanager.php, line: 270 -# File: src/www/vpn_l2tp_users_edit.php, line: 102 -# File: src/www/vpn_pptp_users_edit.php, line: 104 -msgid "Another entry with the same username already exists." -msgstr "" - -# File: src/www/system_usermanager.php, line: 281 -msgid "That username is reserved by the system." -msgstr "" - -# File: src/www/system_usermanager.php, line: 301 -msgid "Invalid expiration date format; use MM/DD/YYYY instead." -msgstr "" - -# File: src/www/system_usermanager.php, line: 308 -msgid "Invalid internal Certificate Authority" -msgstr "" - -# File: src/www/system_usermanager.php, line: 483 -msgid "(Certificate will not be deleted)" -msgstr "" - -# File: src/www/system_usermanager.php, line: 483 -msgid "Do you really want to remove this certificate association?" -msgstr "" - -# File: src/www/system_usermanager.php, line: 507 -# File: src/www/vpn_l2tp_users.php, line: 125 -# File: src/www/vpn_pptp_users.php, line: 119 -msgid "Do you really want to delete this user?" -msgstr "" - -# File: src/www/system_usermanager.php, line: 568 -msgid "Do you really want to delete this API key?" -msgstr "" - -# File: src/www/system_usermanager.php, line: 640 -# File: src/www/vpn_ipsec_phase1.php, line: 785 -# File: src/www/vpn_ipsec_phase1.php, line: 813 -msgid "User distinguished name" -msgstr "" - -# File: src/www/system_usermanager.php, line: 652 -msgid "(confirmation)" -msgstr "" - -# File: src/www/system_usermanager.php, line: 658 -# File: src/www/system_usermanager.php, line: 938 -msgid "Full name" -msgstr "" - -# File: src/www/system_usermanager.php, line: 662 -msgid "User's full name, for your own information only" -msgstr "" - -# File: src/www/system_usermanager.php, line: 667 -msgid "Expiration date" -msgstr "" - -# File: src/www/system_usermanager.php, line: 671 -msgid "" -"Leave blank if the account shouldn't expire, otherwise enter the expiration " -"date in the following format: mm/dd/yyyy" -msgstr "" - -# File: src/www/system_usermanager.php, line: 704 -msgid "add groups" -msgstr "" - -# File: src/www/system_usermanager.php, line: 708 -msgid "remove groups" -msgstr "" - -# File: src/www/system_usermanager.php, line: 740 -msgid "Effective Privileges" -msgstr "" - -# File: src/www/system_usermanager.php, line: 746 -msgid "Inherited From" -msgstr "" - -# File: src/www/system_usermanager.php, line: 761 -msgid "revoke privilege" -msgstr "" - -# File: src/www/system_usermanager.php, line: 774 -msgid "assign privileges" -msgstr "" - -# File: src/www/system_usermanager.php, line: 783 -msgid "User Certificates" -msgstr "" - -# File: src/www/system_usermanager.php, line: 788 -msgid "CA" -msgstr "" - -# File: src/www/system_usermanager.php, line: 807 -msgid "export private key" -msgstr "" - -# File: src/www/system_usermanager.php, line: 811 -msgid "export certificate" -msgstr "" - -# File: src/www/system_usermanager.php, line: 815 -msgid "unlink certificate" -msgstr "" - -# File: src/www/system_usermanager.php, line: 828 -msgid "create or link user certificate" -msgstr "" - -# File: src/www/system_usermanager.php, line: 837 -msgid "API keys" -msgstr "" - -# File: src/www/system_usermanager.php, line: 844 -msgid "key" -msgstr "" - -# File: src/www/system_usermanager.php, line: 864 -msgid "delete API key" -msgstr "" - -# File: src/www/system_usermanager.php, line: 878 -msgid "create API key" -msgstr "" - -# File: src/www/system_usermanager.php, line: 887 -msgid "" -"manage API keys here for machine to machine interaction using this users " -"credentials" -msgstr "" - -# File: src/www/system_usermanager.php, line: 896 -msgid "Click to create a user certificate." -msgstr "" - -# File: src/www/system_usermanager.php, line: 896 -msgid "Redirects on save" -msgstr "" - -# File: src/www/system_usermanager.php, line: 902 -msgid "Authorized keys" -msgstr "" - -# File: src/www/system_usermanager.php, line: 904 -msgid "Paste an authorized keys file here." -msgstr "" - -# File: src/www/system_usermanager.php, line: 908 -msgid "IPsec Pre-Shared Key" -msgstr "" - -# File: src/www/system_usermanager.php, line: 965 -msgid "edit user" -msgstr "" - -# File: src/www/system_usermanager.php, line: 972 -# File: src/www/vpn_l2tp_users.php, line: 126 -# File: src/www/vpn_pptp_users.php, line: 120 -msgid "delete user" -msgstr "" - -# File: src/www/system_usermanager.php, line: 998 -msgid "import users" -msgstr "" - -# File: src/www/system_usermanager.php, line: 1008 -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 appears grey indicates that it is a system defined " -"object. Some system object properties can be modified but they cannot be " -"deleted." -msgstr "" - -# File: src/www/system_usermanager.php, line: 1013 -msgid "" -"Accounts created here are also used for other parts of the system such as " -"OpenVPN, IPsec, and Captive Portal." -msgstr "" - -# File: src/www/system_usermanager.php, line: 1025 -msgid "System Admininistrator" -msgstr "" - -# File: src/www/system_usermanager.php, line: 1027 -msgid "Disabled User" -msgstr "" - -# File: src/www/system_usermanager.php, line: 1029 -msgid "Normal User" -msgstr "" - -# File: src/www/system_usermanager_import_ldap.php, line: 143 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 83 -msgid "" -"Could not connect to the LDAP server. Please check your LDAP configuration." -msgstr "" - -# File: src/www/system_usermanager_import_ldap.php, line: 153 -msgid "Please select users to import:" -msgstr "" - -# File: src/www/system_usermanager_passwordmg.php, line: 59 -msgid "Sorry, you cannot change the password for a non-local user." -msgstr "" - -# File: src/www/system_usermanager_passwordmg.php, line: 69 -msgid "Password successfully changed" -msgstr "" - -# File: src/www/system_usermanager_passwordmg.php, line: 97 -msgid "Old password" -msgstr "" - -# File: src/www/system_usermanager_passwordmg.php, line: 103 -msgid "New password" -msgstr "" - -# File: src/www/system_usermanager_passwordmg.php, line: 109 -msgid "Confirmation" -msgstr "" - -# File: src/www/system_usermanager_settings.php, line: 43 -msgid "Session timeout must be an integer value." -msgstr "" - -# File: src/www/system_usermanager_settings.php, line: 52 -msgid "" -"The test was not performed because it is supported only for ldap based " -"backends." -msgstr "" - -# File: src/www/system_usermanager_settings.php, line: 103 -msgid "Session Timeout" -msgstr "" - -# File: src/www/system_usermanager_settings.php, line: 107 -msgid "" -"Time in minutes to expire idle management sessions. The default is 4 hours (" -"240 minutes)." -msgstr "" - -# File: src/www/system_usermanager_settings.php, line: 108 -msgid "Enter 0 to never expire sessions. NOTE: This is a security risk!" -msgstr "" - -# File: src/www/system_usermanager_settings.php, line: 130 -msgid "Save and Test" -msgstr "" - -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 92 -msgid "Please select which containers to Authenticate against:" -msgstr "" - -# File: src/www/system_usermanager_settings_test.php, line: 53 -msgid "Could not find settings for %s%s" -msgstr "" - -# File: src/www/system_usermanager_settings_test.php, line: 57 -msgid "Testing %s LDAP settings... One moment please..." -msgstr "" - -# File: src/www/system_usermanager_settings_test.php, line: 58 -msgid "Attempting connection to" -msgstr "" - -# File: src/www/system_usermanager_settings_test.php, line: 61 -msgid "Attempting to fetch Organizational Units from" -msgstr "" - -# File: src/www/system_usermanager_settings_test.php, line: 65 -msgid "Organization units found" -msgstr "" - -# File: src/www/system_usermanager_settings_test.php, line: 70 -# File: src/www/system_usermanager_settings_test.php, line: 73 -msgid "failed" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 52 -# File: src/www/vpn_ipsec.php, line: 372 -msgid "Mobile Client" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 202 -msgid "" -"Do you really want to delete this phase1 and all associated phase2 entries?" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 221 -msgid "Do you really want to delete the selected phase1 entries?" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 247 -msgid "Do you really want to delete this phase2 entry?" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 266 -msgid "Do you really want to delete the selected phase2 entries?" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 300 -msgid "The IPsec tunnel configuration has been changed." -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 313 -msgid "IKE" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 314 -msgid "Remote Gateway" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 316 -msgid "P1 Protocol" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 317 -msgid "P1 Transforms" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 318 -msgid "P1 Description" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 333 -msgid "disable phase 1 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 333 -msgid "enable phase 1 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 383 -# File: src/www/vpn_ipsec.php, line: 493 -# File: src/www/vpn_ipsec_phase2.php, line: 863 -msgid "auto" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 397 -# File: src/www/vpn_ipsec.php, line: 513 -msgid "move selected entries before this" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 401 -msgid "edit phase1 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 405 -msgid "delete phase1 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 413 -msgid "clone phase1 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 432 -msgid "Show %s Phase-2 entries" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 442 -msgid "Local Subnet" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 443 -msgid "Remote Subnet" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 444 -msgid "P2 Protocol" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 445 -msgid "P2 Transforms" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 446 -msgid "P2 Auth Methods" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 463 -msgid "disable phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 463 -msgid "enable phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 519 -msgid "edit phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 524 -msgid "delete phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 530 -msgid "clone phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 546 -msgid "move selected phase 2 entries to end" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 550 -msgid "delete selected phase 2 entries" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 557 -msgid "add phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 577 -msgid "move selected phase 1 entries to end" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 584 -msgid "delete selected phase 1 entries" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 589 -msgid "add new phase 1 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 598 -msgid "Enable IPsec" -msgstr "" - -# File: src/www/vpn_ipsec_keys.php, line: 52 -msgid "Deleted IPsec Pre-Shared Key" -msgstr "" - -# File: src/www/vpn_ipsec_keys.php, line: 88 -msgid "Do you really want to delete this Pre-Shared Key?" -msgstr "" - -# File: src/www/vpn_ipsec_keys.php, line: 117 -# File: src/www/vpn_ipsec_mobile.php, line: 328 -msgid "The IPsec tunnel configuration has been changed" -msgstr "" - -# File: src/www/vpn_ipsec_keys.php, line: 127 -# File: src/www/vpn_ipsec_keys_edit.php, line: 78 -# File: src/www/vpn_ipsec_keys_edit.php, line: 142 -msgid "Identifier" -msgstr "" - -# File: src/www/vpn_ipsec_keys.php, line: 145 -msgid "ANY USER" -msgstr "" - -# File: src/www/vpn_ipsec_keys.php, line: 152 -msgid "edit" -msgstr "" - -# File: src/www/vpn_ipsec_keys.php, line: 170 -msgid "edit key" -msgstr "" - -# File: src/www/vpn_ipsec_keys.php, line: 172 -msgid "delete key" -msgstr "" - -# File: src/www/vpn_ipsec_keys.php, line: 190 -# File: src/www/vpn_ipsec_keys_edit.php, line: 173 -msgid "PSK for any user can be set by using an identifier of any/ANY" -msgstr "" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 73 -msgid "A user with this name already exists. Add the key to the user instead." -msgstr "" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 83 -msgid "The identifier contains invalid characters." -msgstr "" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 90 -msgid "Another entry with the same identifier already exists." -msgstr "" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 104 -msgid "Edited" -msgstr "" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 106 -msgid "Added" -msgstr "" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 146 -msgid "" -"This can be either an IP address, fully qualified domain name or an e-mail " -"address." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 112 -msgid "Group Authentication Source" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 112 -msgid "User Authentication Source" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 116 -msgid "" -"A valid IP address for 'Virtual Address Pool Network' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 120 -msgid "A valid value for 'DNS Default Domain' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 127 -msgid "A valid split DNS domain list must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 134 -msgid "A valid IP address for 'DNS Server #1' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 137 -msgid "A valid IP address for 'DNS Server #2' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 140 -msgid "A valid IP address for 'DNS Server #3' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 143 -msgid "A valid IP address for 'DNS Server #4' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 147 -msgid "A valid IP address for 'WINS Server #1' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 150 -msgid "A valid IP address for 'WINS Server #2' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 357 -msgid "Create Phase1" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 357 -msgid "Please click Create to define one." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 357 -msgid "" -"Support for IPsec Mobile clients is enabled but a Phase1 definition was not " -"found" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 369 -msgid "IKE Extensions" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 380 -msgid "Enable IPsec Mobile Client Support" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 385 -msgid "Extended Authentication (Xauth)" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 389 -msgid "User Authentication" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 403 -msgid "Group Authentication" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 408 -msgid "system" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 413 -msgid "Client Configuration (mode-cfg)" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 416 -msgid "Virtual Address Pool" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 419 -msgid "Provide a virtual IP address to clients" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 436 -msgid "Network List" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 440 -msgid "Provide a list of accessible networks to clients" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 445 -msgid "Save Xauth Password" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 449 -msgid "Allow clients to save Xauth passwords (Cisco VPN client only)." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 450 -msgid "" -"NOTE: With iPhone clients, this does not work when deployed via the iPhone " -"configuration utility, only by manual entry." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 455 -# File: src/www/vpn_openvpn_csc.php, line: 475 -# File: src/www/vpn_openvpn_server.php, line: 1492 -msgid "DNS Default Domain" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 460 -# File: src/www/vpn_openvpn_csc.php, line: 482 -# File: src/www/vpn_openvpn_server.php, line: 1500 -msgid "Provide a default domain name to clients" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 465 -msgid "Split DNS" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 470 -msgid "" -"Provide a list of split DNS domain names to clients. Enter a comma separated " -"list." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 471 -msgid "" -"NOTE: If left blank, and a default domain is set, it will be used for this " -"value." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 476 -# File: src/www/vpn_openvpn_csc.php, line: 487 -# File: src/www/vpn_openvpn_server.php, line: 1506 -msgid "DNS Servers" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 490 -# File: src/www/vpn_openvpn_csc.php, line: 501 -# File: src/www/vpn_openvpn_server.php, line: 1529 -msgid "Provide a DNS server list to clients" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 495 -# File: src/www/vpn_openvpn_csc.php, line: 565 -# File: src/www/vpn_openvpn_server.php, line: 1615 -msgid "WINS Servers" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 505 -# File: src/www/vpn_openvpn_csc.php, line: 575 -# File: src/www/vpn_openvpn_server.php, line: 1620 -msgid "Provide a WINS server list to clients" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 510 -msgid "Phase2 PFS Group" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 526 -msgid "" -"Provide the Phase2 PFS group to clients ( overrides all mobile phase2 " -"settings )" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 531 -msgid "Login Banner" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 536 -msgid "Provide a login banner to clients" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 188 -msgid "EAP-TLS can only be used with IKEv2 type VPNs." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 210 -# File: src/www/vpn_ipsec_phase1.php, line: 703 -msgid "Remote gateway" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 216 -msgid "The P1 lifetime must be an integer." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 221 -msgid "A valid remote gateway address or host name must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 223 -msgid "" -"A valid remote gateway IPv4 address must be specified or you need to change " -"protocol to IPv6" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 225 -msgid "" -"A valid remote gateway IPv6 address must be specified or you need to change " -"protocol to IPv4" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 234 -msgid "The remote gateway \"%s\" is already used by phase1 \"%s\"." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 245 -msgid "There is a Phase 2 using IPv6, you cannot use IPv4." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 249 -msgid "There is a Phase 2 using IPv4, you cannot use IPv6." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 257 -msgid "Please enter an address for 'My Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 261 -msgid "Please enter a keyid tag for 'My Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 265 -msgid "Please enter a fully qualified domain name for 'My Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 269 -msgid "Please enter a user and fully qualified domain name for 'My Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 273 -msgid "Please enter a dynamic domain name for 'My Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 277 -msgid "A valid IP address for 'My identifier' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 281 -msgid "A valid domain name for 'My identifier' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 286 -msgid "A valid FQDN for 'My identifier' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 293 -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'My identifier' must " -"be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 299 -msgid "A valid Dynamic DNS address for 'My identifier' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 306 -msgid "Please enter an address for 'Peer Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 309 -msgid "Please enter a keyid tag for 'Peer Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 312 -msgid "Please enter a fully qualified domain name for 'Peer Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 315 -msgid "" -"Please enter a user and fully qualified domain name for 'Peer Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 318 -msgid "A valid IP address for 'Peer identifier' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 321 -msgid "A valid domain name for 'Peer identifier' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 325 -msgid "A valid FQDN for 'Peer identifier' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 331 -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'Peer identifier' " -"must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 338 -msgid "A numeric value must be specified for DPD delay." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 341 -msgid "A numeric value must be specified for DPD retries." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 346 -msgid "Invalid argument for key exchange protocol version." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 588 -# File: src/www/vpn_ipsec_phase2.php, line: 652 -# File: src/www/vpn_openvpn_client.php, line: 468 -# File: src/www/vpn_openvpn_csc.php, line: 328 -# File: src/www/vpn_openvpn_server.php, line: 724 -msgid "General information" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 599 -msgid "Disable this phase1 entry" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 600 -msgid "" -"Set this option to disable this phase1 without removing it from the list." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 606 -msgid "Connection method" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 611 -msgid "Respond only" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 612 -msgid "Start on traffic" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 613 -msgid "Start immediate" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 616 -msgid "" -"Choose the connect behaviour here, when using CARP you might want to " -"consider the Repond only option here (wait for the other side to connect)." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 621 -msgid "Key Exchange version" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 636 -msgid "" -"Select the KeyExchange Protocol version to be used. Usually known as IKEv1 " -"or IKEv2." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 641 -msgid "Internet Protocol" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 655 -msgid "Select the Internet Protocol family from this dropdown." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 695 -msgid "Select the interface for the local endpoint of this phase1 entry." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 707 -msgid "Enter the public IP address or host name of the remote gateway" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 727 -msgid "Phase 1 proposal (Authentication)" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 730 -# File: src/www/vpn_openvpn_client.php, line: 621 -msgid "Authentication method" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 753 -# File: src/www/vpn_ipsec_phase1.php, line: 932 -# File: src/www/vpn_ipsec_phase1.php, line: 963 -msgid "Must match the setting chosen on the remote side." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 758 -msgid "Negotiation mode" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 772 -msgid "Aggressive is more flexible, but less secure." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 777 -msgid "My identifier" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 782 -msgid "My IP address" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 786 -# File: src/www/vpn_ipsec_phase1.php, line: 814 -msgid "ASN.1 distinguished Name" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 787 -# File: src/www/vpn_ipsec_phase1.php, line: 815 -msgid "KeyID tag" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 805 -msgid "Peer identifier" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 810 -msgid "Peer IP address" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 830 -msgid "" -"NOTE: This is known as the \"group\" setting on some VPN client " -"implementations." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 841 -msgid "Input your Pre-Shared Key string." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 846 -msgid "My Certificate" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 861 -msgid "Select a certificate previously configured in the Certificate Manager." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 866 -msgid "My Certificate Authority" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 884 -msgid "" -"Select a certificate authority previously configured in the Certificate " -"Manager." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 889 -msgid "Phase 1 proposal (Algorithms)" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 892 -# File: src/www/vpn_openvpn_client.php, line: 787 -# File: src/www/vpn_openvpn_server.php, line: 1095 -msgid "Encryption algorithm" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 911 -msgid "Hash algorithm" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 937 -msgid "DH key group" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 980 -msgid "Disable Rekey" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 984 -msgid "Whether a connection should be renegotiated when it is about to expire." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 989 -msgid "Disable Reauth" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 993 -msgid "" -"Whether rekeying of an IKE_SA should also reauthenticate the peer. In IKEv1, " -"reauthentication is always done." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 998 -msgid "NAT Traversal" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 1008 -msgid "Force" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 1012 -msgid "" -"Set this option to enable the use of NAT-T (i.e. the encapsulation of ESP in " -"UDP packets) if needed, which can help with clients that are behind " -"restrictive firewalls." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 1018 -msgid "Dead Peer Detection" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 1022 -msgid "Enable DPD" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 1029 -msgid "Delay between requesting peer acknowledgement." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 1033 -msgid "retries" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 1035 -msgid "Number of consecutive failures allowed before disconnect." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 237 -msgid "A valid ikeid must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 240 -msgid "Local network type" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 240 -msgid "Unique Identifier" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 243 -msgid "Remote network type" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 252 -msgid "A valid local network bit count must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 256 -msgid "A valid local network IP address must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 258 -msgid "" -"A valid local network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 260 -msgid "" -"A valid local network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 270 -msgid "Invalid Local Network." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 270 -msgid "has no subnet." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 278 -msgid "A valid NAT local network bit count must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 281 -msgid "" -"You cannot configure a network type address for NAT while only an address " -"type is selected for local source." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 286 -msgid "A valid NAT local network IP address must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 288 -msgid "" -"A valid NAT local network IPv4 address must be specified or you need to " -"change Mode to IPv6" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 290 -msgid "" -"A valid NAT local network IPv6 address must be specified or you need to " -"change Mode to IPv4" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 297 -msgid "" -"BINAT requires that the netmask of the local network matches the one of the " -"NAT/BINAT network." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 305 -msgid "A valid remote network bit count must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 310 -msgid "A valid remote network IP address must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 312 -msgid "" -"A valid remote network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 314 -msgid "" -"A valid remote network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 337 -msgid "Phase2 with this Local Network is already defined for mobile clients." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 369 -msgid "" -"Phase2 with this Local/Remote networks combination is already defined for " -"this Phase1." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 381 -msgid "At least one encryption algorithm must be selected." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 386 -msgid "At least one hashing algorithm needs to be selected." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 394 -msgid "The P2 lifetime must be an integer." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 663 -msgid "Disable this phase2 entry" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 664 -msgid "" -"Set this option to disable this phase2 entry without removing it from the " -"list" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 700 -msgid "Local Network" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 712 -msgid "%s subnet" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 736 -msgid "NAT/BINAT" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 739 -msgid "NAT Type" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 749 -msgid "BINAT" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 753 -msgid "" -"Enforce the type of NAT by choosing either NAT or BINAT. Leave it to Auto to " -"let OPNsense automatically choose the best NAT option." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 772 -msgid "" -"In case you need NAT/BINAT on this network specify the address to be " -"translated" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 796 -msgid "Remote Network" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 832 -msgid "Phase 2 proposal (SA/Key Exchange)" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 849 -msgid "ESP is encryption, AH is authentication only" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 854 -msgid "Encryption algorithms" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 882 -msgid "" -"Hint: use 3DES for best compatibility or if you have a hardware crypto " -"accelerator card. Blowfish is usually the fastest in software encryption" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 889 -msgid "Hash algorithms" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 901 -msgid "PFS key group" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 921 -msgid "Set globally in mobile client options" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 939 -msgid "Automatically ping host" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 155 -msgid "IPSec Advanced Settings" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 162 -msgid "LAN security associations" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 165 -msgid "Do not install LAN SPD" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 167 -msgid "" -"By default, if IPSec is enabled negating SPD are inserted to provide " -"protection. This behaviour can be changed by enabling this setting which " -"will prevent installing these SPDs." -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 173 -msgid "Security Associations" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 176 -msgid "Prefer older IPsec SAs" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 178 -msgid "" -"By default, if several SAs match, the newest one is preferred if it's at " -"least 30 seconds old. Select this option to always prefer old SAs over new " -"ones." -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 185 -msgid "IPsec Debug" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 188 -msgid "Start IPSec in debug mode based on sections selected" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 205 -msgid "" -"Launches IPSec in debug mode so that more verbose logs will be generated to " -"aid in troubleshooting." -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 211 -msgid "IPsec Reload on Failover" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 214 -msgid "Force IPsec Reload on Failover" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 216 -msgid "" -"In some circumstances using a gateway group as the interface for an IPsec " -"tunnel does not function properly, and IPsec must be forcefully reloaded " -"when a failover occurs. Because this will disrupt all IPsec tunnels, this " -"behavior is disabled by default. Check this box to force IPsec to fully " -"reload on failover." -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 224 -msgid "Maximum MSS" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 227 -msgid "Enable MSS clamping on VPN traffic" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 231 -msgid "" -"Enable MSS clamping on TCP flows over VPN. This helps overcome problems with " -"PMTUD on IPsec VPN links. If left blank, the default value is 1400 bytes. " -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 64 -# File: src/www/vpn_pppoe_edit.php, line: 110 -# File: src/www/vpn_pptp.php, line: 74 -msgid "Remote start address" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 64 -# File: src/www/vpn_pppoe_edit.php, line: 110 -# File: src/www/vpn_pppoe_edit.php, line: 475 -# File: src/www/vpn_pptp.php, line: 74 -# File: src/www/vpn_pptp.php, line: 383 -msgid "Server address" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 70 -# File: src/www/vpn_pppoe_edit.php, line: 116 -# File: src/www/vpn_pptp.php, line: 80 -msgid "RADIUS server address" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 70 -# File: src/www/vpn_pppoe_edit.php, line: 116 -# File: src/www/vpn_pptp.php, line: 80 -# File: src/www/vpn_pptp.php, line: 471 -msgid "RADIUS shared secret" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 77 -# File: src/www/vpn_pppoe_edit.php, line: 123 -# File: src/www/vpn_pptp.php, line: 87 -msgid "A valid server address must be specified." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 80 -# File: src/www/vpn_pptp.php, line: 90 -msgid "" -"'Server address' parameter should NOT be set to any IP address currently in " -"use on this firewall." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 83 -# File: src/www/vpn_pppoe_edit.php, line: 126 -# File: src/www/vpn_pptp.php, line: 93 -msgid "A valid remote start address must be specified." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 86 -# File: src/www/vpn_pppoe_edit.php, line: 129 -# File: src/www/vpn_pptp.php, line: 96 -msgid "A valid RADIUS server address must be specified." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 96 -# File: src/www/vpn_pppoe_edit.php, line: 137 -# File: src/www/vpn_pptp.php, line: 105 -msgid "The specified server address lies in the remote subnet." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 99 -# File: src/www/vpn_pptp.php, line: 109 -msgid "The specified server address is equal to the LAN interface address." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 300 -msgid "Enable L2TP server" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 324 -msgid "Server Address" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 328 -msgid "" -"Enter the IP address the L2TP server should give to clients for use as their " -"\"gateway\"." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 330 -# File: src/www/vpn_pppoe_edit.php, line: 481 -# File: src/www/vpn_pptp.php, line: 389 -msgid "Typically this is set to an unused IP just outside of the client range" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 333 -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 336 -msgid "Remote Address Range" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 339 -msgid "Specify the starting address for the client IP address subnet." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 358 -# File: src/www/vpn_pppoe_edit.php, line: 453 -msgid "is" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 362 -msgid "Number of L2TP users" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 377 -msgid "10 is ten L2TP clients" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 381 -msgid "Secret" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 385 -msgid "" -"Specify optional secret shared between peers. Required on some " -"devices/setups." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 389 -msgid "Authentication Type" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 395 -msgid "CHAP" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 399 -msgid "PAP" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 402 -msgid "Specifies which protocol to use for authentication." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 406 -msgid "L2TP DNS Servers" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 412 -msgid "primary and secondary DNS servers assigned to L2TP clients" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 416 -# File: src/www/vpn_pptp.php, line: 414 -msgid "WINS Server" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 422 -# File: src/www/vpn_pppoe_edit.php, line: 512 -# File: src/www/vpn_pptp.php, line: 420 -msgid "RADIUS" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 427 -# File: src/www/vpn_pppoe_edit.php, line: 517 -# File: src/www/vpn_pptp.php, line: 425 -msgid "Use a RADIUS server for authentication" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 428 -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 433 -# File: src/www/vpn_pppoe_edit.php, line: 525 -# File: src/www/vpn_pptp.php, line: 433 -msgid "Enable RADIUS accounting" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 434 -msgid "Sends accounting packets to the RADIUS server." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 437 -# File: src/www/vpn_pptp.php, line: 462 -msgid "RADIUS Server" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 441 -msgid "Enter the IP address of the RADIUS server." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 444 -msgid "RADIUS Shared Secret" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 448 -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 451 -msgid "RADIUS Issued IP's" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 457 -msgid "Issue IP Addresses via RADIUS server." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 470 -msgid "" -"Don't forget to add a firewall rule to permit traffic from L2TP clients!" -msgstr "" - -# File: src/www/vpn_l2tp_users.php, line: 85 -# File: src/www/vpn_pptp_users.php, line: 83 -msgid "Warning: RADIUS is enabled. The local user database will not be used." -msgstr "" - -# File: src/www/vpn_l2tp_users.php, line: 89 -msgid "The l2tp user list has been modified" -msgstr "" - -# File: src/www/vpn_l2tp_users.php, line: 89 -msgid "Warning: this will terminate all current l2tp sessions!" -msgstr "" - -# File: src/www/vpn_l2tp_users.php, line: 89 -# File: src/www/vpn_pptp_users.php, line: 87 -msgid "You must apply the changes in order for them to take effect" -msgstr "" - -# File: src/www/vpn_l2tp_users_edit.php, line: 88 -# File: src/www/vpn_pptp_users_edit.php, line: 90 -msgid "The password contains invalid characters." -msgstr "" - -# File: src/www/vpn_l2tp_users_edit.php, line: 95 -# File: src/www/vpn_pptp_users_edit.php, line: 97 -msgid "The IP address entered is not valid." -msgstr "" - -# File: src/www/vpn_l2tp_users_edit.php, line: 173 -# File: src/www/vpn_pptp_users_edit.php, line: 171 -msgid "confirmation" -msgstr "" - -# File: src/www/vpn_l2tp_users_edit.php, line: 175 -msgid "If you want to change the users password, enter it here twice." -msgstr "" - -# File: src/www/vpn_l2tp_users_edit.php, line: 183 -# File: src/www/vpn_pptp_users_edit.php, line: 181 -msgid "" -"If you want the user to be assigned a specific IP address, enter it here." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 168 -# File: src/www/vpn_openvpn_server.php, line: 176 -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv6 " -"protocol and an IPv4 IP address." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 170 -# File: src/www/vpn_openvpn_server.php, line: 178 -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv4 " -"protocol and an IPv6 IP address." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 172 -# File: src/www/vpn_openvpn_server.php, line: 180 -msgid "" -"An IPv4 protocol was selected, but the selected interface has no IPv4 " -"address." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 174 -# File: src/www/vpn_openvpn_server.php, line: 182 -msgid "" -"An IPv6 protocol was selected, but the selected interface has no IPv6 " -"address." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 178 -msgid "" -"The field Local port must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 182 -# File: src/www/vpn_openvpn_server.php, line: 219 -msgid "The specified 'Local port' is in use. Please select another value" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 186 -msgid "" -"The field Server host or address must contain a valid IP address or domain " -"name." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 190 -msgid "" -"The field Server port must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 195 -msgid "" -"The field Proxy host or address must contain a valid IP address or domain " -"name." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 198 -msgid "" -"The field Proxy port must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 202 -msgid "User name and password are required for proxy with authentication." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 223 -msgid "The bandwidth limit must be a positive numeric value." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 228 -# File: src/www/vpn_openvpn_server.php, line: 225 -msgid "The field 'Shared Key' does not appear to be valid" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 234 -# File: src/www/vpn_openvpn_server.php, line: 232 -msgid "The field 'TLS Authentication Key' does not appear to be valid" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 245 -# File: src/www/vpn_openvpn_server.php, line: 288 -msgid "Shared key" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 251 -msgid "" -"If no Client Certificate is selected, a username and password must be " -"entered." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 321 -msgid "add client" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 479 -msgid "" -"Set this option to disable this client without removing it from the list" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 484 -# File: src/www/vpn_openvpn_server.php, line: 745 -msgid "Server Mode" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 489 -# File: src/www/vpn_openvpn_server.php, line: 750 -msgid "Peer to Peer ( SSL/TLS )" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 490 -# File: src/www/vpn_openvpn_server.php, line: 751 -msgid "Peer to Peer ( Shared Key )" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 525 -msgid "Device mode" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 586 -# File: src/www/vpn_openvpn_server.php, line: 875 -msgid "Local port" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 590 -msgid "" -"Set this option if you would like to bind to a specific port. Leave this " -"blank or enter 0 for a random dynamic port." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 595 -msgid "Server host or address" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 601 -msgid "Server port" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 607 -msgid "Proxy host or address" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 613 -msgid "Proxy port" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 619 -msgid "Proxy authentication extra options" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 624 -# File: src/www/vpn_openvpn_export.php, line: 742 -# File: src/www/vpn_openvpn_export_shared.php, line: 365 -msgid "basic" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 625 -# File: src/www/vpn_openvpn_export.php, line: 743 -# File: src/www/vpn_openvpn_export_shared.php, line: 366 -msgid "ntlm" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 636 -msgid "Server host name resolution" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 640 -msgid "Infinitely resolve server" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 641 -msgid "" -"Continuously attempt to resolve the server host name. Useful when " -"communicating with a server that is not permanently connected to the Internet" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 658 -msgid "User Authentication Settings" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 661 -msgid "User name/pass" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 668 -msgid "Leave empty when no user name and password are needed." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 674 -# File: src/www/vpn_openvpn_server.php, line: 893 -msgid "Cryptographic Settings" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 677 -# File: src/www/vpn_openvpn_server.php, line: 896 -msgid "TLS Authentication" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 680 -# File: src/www/vpn_openvpn_server.php, line: 905 -msgid "Enable authentication of TLS packets" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 686 -# File: src/www/vpn_openvpn_server.php, line: 919 -msgid "Automatically generate a shared TLS authentication key" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 692 -# File: src/www/vpn_openvpn_client.php, line: 782 -# File: src/www/vpn_openvpn_server.php, line: 930 -# File: src/www/vpn_openvpn_server.php, line: 1088 -msgid "Paste your shared key here" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 758 -msgid "(Username and Password required)" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 762 -# File: src/www/vpn_openvpn_server.php, line: 1038 -msgid "No Certificates defined." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 765 -msgid "if one is required for this connection." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 771 -# File: src/www/vpn_openvpn_server.php, line: 1066 -msgid "Shared Key" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 776 -# File: src/www/vpn_openvpn_server.php, line: 1077 -msgid "Automatically generate a shared key" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 806 -# File: src/www/vpn_openvpn_server.php, line: 1115 -msgid "Auth Digest Algorithm" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 823 -msgid "" -"NOTE: Leave this set to SHA1 unless the server is set to match. SHA1 is the " -"default for OpenVPN." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 828 -# File: src/www/vpn_openvpn_server.php, line: 1137 -msgid "Hardware Crypto" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 853 -# File: src/www/vpn_openvpn_server.php, line: 1209 -msgid "IPv4 Tunnel Network" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 857 -# File: src/www/vpn_openvpn_csc.php, line: 384 -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 assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 868 -# File: src/www/vpn_openvpn_server.php, line: 1224 -msgid "IPv6 Tunnel Network" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 872 -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 is assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 883 -# File: src/www/vpn_openvpn_csc.php, line: 419 -# File: src/www/vpn_openvpn_server.php, line: 1348 -msgid "IPv4 Remote Network/s" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 887 -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 898 -# File: src/www/vpn_openvpn_csc.php, line: 435 -# File: src/www/vpn_openvpn_server.php, line: 1363 -msgid "IPv6 Remote Network/s" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 902 -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 913 -msgid "Limit outgoing bandwidth" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 917 -msgid "" -"Maximum outgoing bandwidth for this tunnel. Leave empty for no limit. The " -"input value has to be something between 100 bytes/sec and 100 Mbytes/sec (" -"entered as bytes per second)" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 940 -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 945 -# File: src/www/vpn_openvpn_server.php, line: 1407 -msgid "Type-of-Service" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 949 -# File: src/www/vpn_openvpn_server.php, line: 1412 -msgid "" -"Set the TOS IP header value of tunnel packets to match the encapsulated " -"packet value" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 954 -# File: src/www/vpn_openvpn_server.php, line: 1440 -msgid "Disable IPv6" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 958 -# File: src/www/vpn_openvpn_server.php, line: 1445 -msgid "Don't forward IPv6 traffic" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 963 -msgid "Don't pull routes" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 967 -msgid "" -"Don't add or remove routes automatically. Instead pass routes to %s--route-" -"up%s script using environmental variables" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 972 -msgid "Don't add/remove routes" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 976 -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 properties of the client's TUN/TAP interface" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 984 -# File: src/www/vpn_openvpn_server.php, line: 1653 -msgid "Advanced configuration" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 991 -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"configuration here, separated by a semicolon" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 992 -msgid "EXAMPLE:" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 997 -# File: src/www/vpn_openvpn_server.php, line: 1666 -msgid "Verbosity level" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1011 -# File: src/www/vpn_openvpn_server.php, line: 1680 -msgid "" -"Each level shows all info from the previous levels. Level 3 is recommended " -"if you want a good summary of what's happening without being swamped by " -"output." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1012 -# File: src/www/vpn_openvpn_server.php, line: 1681 -msgid "%snone%s -- No output except fatal errors." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1013 -# File: src/www/vpn_openvpn_server.php, line: 1682 -msgid "%sdefault%s-%s4%s -- Normal usage range." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1014 -# File: src/www/vpn_openvpn_server.php, line: 1683 -msgid "" -"%s5%s -- Output R and W characters to the console for each packet read and " -"write, uppercase is used for TCP/UDP packets and lowercase is used for TUN/" -"TAP packets." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1015 -# File: src/www/vpn_openvpn_server.php, line: 1684 -msgid "%s6%s-%s11%s -- Debug info range." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1081 -msgid "delete client" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 143 -# File: src/www/vpn_openvpn_server.php, line: 256 -msgid "The field 'NTP Server #3' must contain a valid IP address" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 146 -# File: src/www/vpn_openvpn_server.php, line: 259 -msgid "The field 'NTP Server #4' must contain a valid IP address" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 219 -msgid "Do you really want to delete this csc?" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 297 -msgid "add csc" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 339 -msgid "" -"Set this option to disable this client-specific override without removing it " -"from the list" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 344 -msgid "Common name" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 348 -msgid "Enter the client's X.509 common name here" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 362 -msgid "Connection blocking" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 366 -msgid "Block this client connection based on its common name" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 367 -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 "" - -# File: src/www/vpn_openvpn_csc.php, line: 380 -# File: src/www/vpn_openvpn_server.php, line: 1712 -msgid "Tunnel Network" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 395 -# File: src/www/vpn_openvpn_server.php, line: 1320 -msgid "IPv4 Local Network/s" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 399 -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 "" - -# File: src/www/vpn_openvpn_csc.php, line: 401 -# File: src/www/vpn_openvpn_csc.php, line: 413 -msgid "" -"NOTE: You do not need to specify networks here if they have already been " -"defined on the main server configuration." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 407 -# File: src/www/vpn_openvpn_server.php, line: 1334 -msgid "IPv6 Local Network/s" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 411 -msgid "" -"These are the IPv6 networks that will be accessible from this particular " -"client. Expressed as a comma-separated list of one or more IP/PREFIX " -"networks." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 423 -msgid "" -"These are the IPv4 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more CIDR ranges. You may leave this blank if " -"there are no client-side networks to be routed" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 429 -msgid "" -"NOTE: Remember to add these subnets to the IPv4 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 439 -msgid "" -"These are the IPv6 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more IP/PREFIX networks. You may leave this " -"blank if there are no client-side networks to be routed." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 445 -msgid "" -"NOTE: Remember to add these subnets to the IPv6 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 451 -# File: src/www/vpn_openvpn_server.php, line: 1309 -msgid "Redirect Gateway" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 455 -# File: src/www/vpn_openvpn_server.php, line: 1314 -msgid "Force all client generated traffic through the tunnel" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 466 -msgid "Server Definitions" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 470 -msgid "Prevent this client from receiving any server-defined client settings." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 491 -# File: src/www/vpn_openvpn_csc.php, line: 510 -# File: src/www/vpn_openvpn_csc.php, line: 569 -# File: src/www/vpn_openvpn_server.php, line: 1511 -# File: src/www/vpn_openvpn_server.php, line: 1551 -# File: src/www/vpn_openvpn_server.php, line: 1625 -msgid "Server #1:" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 493 -# File: src/www/vpn_openvpn_csc.php, line: 512 -# File: src/www/vpn_openvpn_csc.php, line: 571 -# File: src/www/vpn_openvpn_server.php, line: 1515 -# File: src/www/vpn_openvpn_server.php, line: 1555 -# File: src/www/vpn_openvpn_server.php, line: 1629 -msgid "Server #2:" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 495 -# File: src/www/vpn_openvpn_server.php, line: 1519 -msgid "Server #3:" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 497 -# File: src/www/vpn_openvpn_server.php, line: 1523 -msgid "Server #4:" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 506 -# File: src/www/vpn_openvpn_server.php, line: 1546 -msgid "NTP Servers" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 516 -# File: src/www/vpn_openvpn_server.php, line: 1561 -msgid "Provide a NTP server list to clients" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 521 -# File: src/www/vpn_openvpn_server.php, line: 1567 -msgid "NetBIOS Options" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 524 -# File: src/www/vpn_openvpn_server.php, line: 1572 -msgid "Enable NetBIOS over TCP/IP" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 526 -# File: src/www/vpn_openvpn_server.php, line: 1573 -msgid "" -"If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) " -"will be disabled" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 530 -# File: src/www/vpn_openvpn_server.php, line: 1578 -msgid "Node Type" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 547 -# File: src/www/vpn_openvpn_server.php, line: 1595 -msgid "" -"Possible options: b-node (broadcasts), p-node (point-to-point name queries " -"to a WINS server), m-node (broadcast then query name server), and h-node (" -"query name server, then broadcast)." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 555 -msgid "" -"A NetBIOS Scope\tID provides an extended naming service for\tNetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 584 -msgid "" -"Enter any additional options you would like to add for this client specific " -"override, separated by a semicolon" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 585 -# File: src/www/vpn_openvpn_server.php, line: 1661 -msgid "EXAMPLE: push \"route 10.0.0.0 255.255.255.0\"" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 638 -msgid "delete csc" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 649 -msgid "Additional OpenVPN client specific overrides can be added here." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 138 -# File: src/www/vpn_openvpn_export_shared.php, line: 78 -msgid "You need to specify an IP or hostname." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 148 -msgid "" -"You cannot use Microsoft Certificate Storage with an Inline configuration." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 151 -msgid "" -"You cannot use Microsoft Certificate Storage with a Yealink or SNOM " -"configuration." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 162 -# File: src/www/vpn_openvpn_export_shared.php, line: 87 -msgid "You need to specify an address for the proxy port." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 167 -# File: src/www/vpn_openvpn_export_shared.php, line: 92 -msgid "You need to specify a port for the proxy ip." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 178 -# File: src/www/vpn_openvpn_export_shared.php, line: 100 -msgid "You need to specify a username with the proxy config." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 183 -# File: src/www/vpn_openvpn_export_shared.php, line: 105 -msgid "You need to specify a password with the proxy user." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 245 -# File: src/www/vpn_openvpn_export_shared.php, line: 118 -msgid "Failed to export config files!" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 337 -# File: src/www/vpn_openvpn_export_shared.php, line: 176 -msgid "Please specify an IP address or hostname." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 366 -msgid "The password or confirm field is empty" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 370 -msgid "The password and confirm fields must match" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 384 -# File: src/www/vpn_openvpn_export_shared.php, line: 192 -msgid "The proxy ip and port cannot be empty" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 399 -# File: src/www/vpn_openvpn_export_shared.php, line: 207 -msgid "Please fill the proxy username and password." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 403 -# File: src/www/vpn_openvpn_export_shared.php, line: 211 -msgid "The proxy password or confirm field is empty" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 407 -# File: src/www/vpn_openvpn_export_shared.php, line: 215 -msgid "The proxy password and confirm fields must match" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 626 -msgid "Remote Access Server" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 639 -# File: src/www/vpn_openvpn_export_shared.php, line: 322 -msgid "Host Name Resolution" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 642 -# File: src/www/vpn_openvpn_export_shared.php, line: 325 -msgid "Interface IP Address" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 643 -msgid "Automagic Multi-WAN IPs (port forward targets)" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 644 -msgid "Automagic Multi-WAN dynamic DNS Hostnames (port forward targets)" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 645 -# File: src/www/vpn_openvpn_export_shared.php, line: 326 -msgid "Installation hostname" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 670 -# File: src/www/vpn_openvpn_export_shared.php, line: 341 -msgid "" -"Enter the hostname or IP address the client will use to connect to this " -"server." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 677 -msgid "Verify Server CN" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 680 -msgid "Automatic - Use verify-x509-name (OpenVPN 2.3+) where possible" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 681 -msgid "Use tls-remote (Deprecated, use only on old clients <= OpenVPN 2.2.x" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 682 -msgid "Use tls-remote and quote the server CN" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 683 -msgid "Do not verify the server CN" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 686 -msgid "" -"Optionally verify the server certificate Common Name (CN) when the client " -"connects. Current clients, including the most recent versions of Windows, " -"Viscosity, Tunnelblick, OpenVPN on iOS and Android and so on should all work " -"at the default automatic setting." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 687 -msgid "" -"Only use tls-remote if you must use an older client that you cannot control. " -"The option has been deprecated by OpenVPN and will be removed in the next " -"major version." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 688 -msgid "" -"With tls-remote the server CN may optionally be enclosed in quotes. This can " -"help if the server CN contains spaces and certain clients cannot parse the " -"server CN. Some clients have problems parsing the CN with quotes. Use only " -"as needed." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 693 -msgid "Use Random Local Port" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 697 -msgid "" -"Use a random local source port (lport) for traffic from the client. Without " -"this set, two clients may not run concurrently." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 699 -msgid "" -"NOTE: Not supported on older clients. Automatically disabled for Yealink and " -"Snom configurations." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 703 -msgid "Certificate Export Options" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 707 -msgid "Use Microsoft Certificate Storage instead of local files." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 711 -msgid "" -"Use a password to protect the pkcs12 file contents or key in Viscosity " -"bundle." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 716 -# File: src/www/vpn_openvpn_export.php, line: 750 -# File: src/www/vpn_openvpn_export_shared.php, line: 373 -msgid "Confirm" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 722 -# File: src/www/vpn_openvpn_export_shared.php, line: 347 -msgid "Use Proxy" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 726 -# File: src/www/vpn_openvpn_export_shared.php, line: 378 -msgid "Use proxy to communicate with the server." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 732 -# File: src/www/vpn_openvpn_export_shared.php, line: 355 -msgid "SOCKS" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 739 -# File: src/www/vpn_openvpn_export_shared.php, line: 362 -msgid "Choose proxy authentication if any." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 758 -msgid "Management Interface OpenVPNManager" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 762 -msgid "" -"This will change the generated .ovpn configuration to allow for usage of the " -"management interface.And include the OpenVPNManager program in the \"Windows " -"Installers\". With this OpenVPN can be used also by non-administrator " -"users.This is also useful for Windows Vista/7/8 systems where elevated " -"permissions are needed to add routes to the system." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 766 -msgid "" -"NOTE: This is not currently compatible with the 64-bit OpenVPN installer. It " -"will work with the 32-bit installer on a 64-bit system." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 774 -msgid "Additional configuration options" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 778 -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"export configuration here, separated by a line break or semicolon" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 779 -msgid "EXAMPLE: remote-random" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 784 -msgid "Client Install Packages" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 790 -# File: src/www/vpn_openvpn_export_shared.php, line: 388 -msgid "Export" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 794 -# File: src/www/vpn_openvpn_export.php, line: 805 -msgid "NOTES:" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 795 -msgid "" -"The "XP" Windows installers work on Windows XP and later versions. " -"The "win6" Windows installers include a new tap-windows6 driver " -"that works only on Windows Vista and later." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 797 -msgid "Links to OpenVPN clients for various platforms:" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 798 -msgid "" -"Binaries for Windows, Source for other platforms. Packaged above in the " -"Windows Installers" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 798 -msgid "OpenVPN Community Client" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 799 -msgid "OpenVPN For Android" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 799 -msgid "Recommended client for Android" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 800 -msgid "FEAT VPN For Android" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 800 -msgid "For older versions of Android" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 801 -msgid "Android (Google Play)" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 801 -msgid "OpenVPN Connect" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 801 -msgid "Recommended client for iOS" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 801 -msgid "iOS (App Store)" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 802 -msgid "Recommended client for Mac OSX" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 802 -msgid "Viscosity" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 803 -msgid "Free client for OSX" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 803 -msgid "Tunnelblick" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 806 -msgid "" -"If you expect to see a certain client in the list but it is not there, it is " -"usually due to a CA mismatch between the OpenVPN server instance and the " -"client certificates found in the User Manager." -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 309 -msgid "Shared Key Server" -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 332 -msgid "Dynamic DNS:" -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 383 -msgid "Client Configuration Packages" -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 387 -msgid "Client Type" -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 393 -msgid "" -"These are shared key configurations for use in site-to-site tunnels with " -"other routers. Shared key tunnels are not normally used for remote access " -"connections to end users." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 186 -msgid "" -"You must select a Backend for Authentication if the server mode requires " -"User Auth." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 293 -msgid "Tunnel network" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 296 -msgid "" -"Using a tunnel network and server bridge settings together is not allowed." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 300 -msgid "Server Bridge DHCP Start and End must both be empty, or defined." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 303 -msgid "Server Bridge DHCP Start must be an IPv4 address." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 306 -msgid "Server Bridge DHCP End must be an IPv4 address." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 309 -msgid "The Server Bridge DHCP range is invalid (start higher than end)." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 408 -msgid "add server" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 426 -msgid "Do you really want to delete this server?" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 740 -msgid "" -"Set this option to disable this server without removing it from the list" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 752 -msgid "Remote Access ( SSL/TLS )" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 753 -msgid "Remote Access ( User Auth )" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 754 -msgid "Remote Access ( SSL/TLS + User Auth )" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 770 -msgid "Backend for authentication" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 811 -msgid "Device Mode" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 965 -msgid "Peer Certificate Revocation List" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 994 -msgid "No Certificate Revocation Lists (CRLs) defined." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1046 -msgid "DH Parameters Length" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1132 -msgid "" -"NOTE: Leave this set to SHA1 unless all clients are set to match. SHA1 is " -"the default for OpenVPN." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1156 -msgid "Certificate Depth" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1161 -msgid "Do Not Check" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1164 -msgid "One (Client+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1165 -msgid "Two (Client+Intermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1166 -msgid "Three (Client+2xIntermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1167 -msgid "Four (Client+3xIntermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1168 -msgid "Five (Client+4xIntermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1184 -msgid "" -"When a certificate-based client logs in, do not accept certificates below " -"this depth. Useful for denying certificates made with intermediate CAs " -"generated from the same CA as the server." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1192 -msgid "Strict User/CN Matching" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1197 -msgid "" -"When authenticating users, enforce a match between the common name of the " -"client certificate and the username given at login." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1213 -msgid "" -"This is the IPv4 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. 10.0.8.0/24). The " -"first network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1228 -msgid "" -"This is the IPv6 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. fe80::/64). The first " -"network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1239 -msgid "Bridge DHCP" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1244 -msgid "Allow clients on the bridge to obtain DHCP." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1250 -msgid "Bridge Interface" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1278 -msgid "" -"The interface to which this tap instance will be bridged. This is not done " -"automatically. You must assign this interface and create the bridge " -"separately. This setting controls which existing IP address and subnet mask " -"are used by OpenVPN for the bridge. Setting this to 'none' will cause the " -"Server Bridge DHCP settings below to be ignored." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1288 -msgid "Server Bridge DHCP Start" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1292 -msgid "" -"When using tap mode as a multi-point server, you may optionally supply a " -"DHCP range to use on the interface to which this tap instance is bridged. If " -"these settings are left blank, DHCP will be passed through to the LAN, and " -"the interface setting above will be ignored." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1302 -msgid "Server Bridge DHCP End" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1324 -msgid "" -"These are the IPv4 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more CIDR ranges. " -"You may leave this blank if you don't want to add a route to the local " -"network through this tunnel on the remote machine. This is generally set to " -"your LAN network" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1338 -msgid "" -"These are the IPv6 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more IP/PREFIX. You " -"may leave this blank if you don't want to add a route to the local network " -"through this tunnel on the remote machine. This is generally set to your LAN " -"network" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1352 -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1367 -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1378 -msgid "Concurrent connections" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1382 -msgid "" -"Specify the maximum number of clients allowed to concurrently connect to " -"this server" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1402 -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1418 -msgid "Inter-client communication" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1423 -msgid "Allow communication between clients connected to this server" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1429 -msgid "Duplicate Connections" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1434 -msgid "" -"Allow multiple concurrent connections from clients using the same Common " -"Name.
NOTE: This is not generally recommended, but may be needed for " -"some scenarios." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1457 -msgid "Dynamic IP" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1462 -msgid "" -"Allow connected clients to retain their connections if their IP address " -"changes" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1468 -msgid "Address Pool" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1473 -msgid "Provide a virtual adapter IP address to clients (see Tunnel Network)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1479 -msgid "Topology" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1484 -msgid "" -"Allocate only one IP per client (topology subnet), rather than an isolated " -"subnet per client (topology net30)." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1485 -msgid "" -"Relevant when supplying a virtual adapter IP address to clients when using " -"tun mode on IPv4." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1486 -msgid "" -"Some clients may require this even for IPv6, such as OpenVPN Connect " -"(iOS/Android). Others may break if it is present, such as older versions of " -"OpenVPN or clients such as Yealink phones." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1535 -msgid "Force DNS cache update" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1540 -msgid "" -"Run ''net stop dnscache'', ''net start dnscache'', ''ipconfig /flushdns'' " -"and ''ipconfig /registerdns'' on connection initiation. This is known to " -"kick Windows into recognizing pushed DNS servers." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1601 -msgid "Scope ID" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1605 -msgid "" -"A NetBIOS Scope ID provides an extended naming service for NetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1636 -msgid "Client Management Port" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1644 -msgid "" -"Use a different management port on clients. The default port is 166. Specify " -"a different port if the client machines need to select from multiple OpenVPN " -"links." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1660 -msgid "" -"Enter any additional options you would like to add to the OpenVPN server " -"configuration here, separated by a semicolon" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1711 -msgid "Protocol / Port" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1744 -msgid "edit server" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1746 -msgid "delete server" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1758 -msgid "Use a wizard to setup a new server" -msgstr "" - -# File: src/www/vpn_pppoe.php, line: 89 -msgid "add a new pppoe instance" -msgstr "" - -# File: src/www/vpn_pppoe.php, line: 102 -msgid "The PPPoE entry list has been changed" -msgstr "" - -# File: src/www/vpn_pppoe.php, line: 119 -msgid "Number of users" -msgstr "" - -# File: src/www/vpn_pppoe.php, line: 141 -msgid "edit pppoe instance" -msgstr "" - -# File: src/www/vpn_pppoe.php, line: 144 -msgid "" -"Do you really want to delete this entry? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" - -# File: src/www/vpn_pppoe.php, line: 145 -msgid "delete pppoe instance" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 140 -msgid "The specified server address is equal to an interface ip address." -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 146 -msgid "No password specified for username %s" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 149 -msgid "Incorrect ip address specified for username %s" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 156 -msgid "Wrong data submitted" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 396 -msgid "PPPoE server configuration" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 413 -msgid "Enable PPPoE server" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 438 -msgid "Subnet netmask" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 452 -msgid "Hint" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 457 -msgid "No. PPPoE users" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 471 -msgid "Hint: 10 is ten PPPoE clients" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 479 -msgid "" -"Enter the IP address the PPPoE server should give to clients for use as " -"their \"gateway\"" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 484 -# File: src/www/vpn_pptp.php, line: 392 -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 487 -# File: src/www/vpn_pptp.php, line: 395 -msgid "Remote address range" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 491 -msgid "Specify the starting address for the client IP address subnet" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 508 -msgid "" -"If entered they will be given to all PPPoE clients, else LAN DNS and one WAN " -"DNS will go to all clients" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 518 -# File: src/www/vpn_pptp.php, line: 426 -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 527 -# File: src/www/vpn_pptp.php, line: 434 -msgid "Sends accounting packets to the RADIUS server" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 531 -msgid "Use Backup RADIUS Server" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 532 -msgid "" -"When set, if primary server fails all requests will be sent via backup server" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 535 -msgid "NAS IP Address" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 538 -msgid "RADIUS server NAS IP Address" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 542 -# File: src/www/vpn_pptp.php, line: 456 -msgid "RADIUS Accounting Update" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 545 -msgid "RADIUS accounting update period in seconds" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 549 -# File: src/www/vpn_pptp.php, line: 445 -msgid "RADIUS issued IPs" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 554 -msgid "Issue IP Addresses via RADIUS server" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 557 -msgid "RADIUS server Primary" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 562 -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the RADIUS server." -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 563 -# File: src/www/vpn_pppoe_edit.php, line: 579 -msgid "standard port 1812 and 1813 accounting" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 566 -msgid "RADIUS primary shared secret" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 569 -# File: src/www/vpn_pppoe_edit.php, line: 586 -# File: src/www/vpn_pptp.php, line: 475 -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 573 -msgid "RADIUS server Secondary" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 578 -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the backup RADIUS server." -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 582 -msgid "RADIUS secondary shared secret" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 590 -msgid "User (s)" -msgstr "" - -# File: src/www/vpn_pppoe_edit.php, line: 661 -msgid "" -"don't forget to add a firewall rule to permit traffic from PPPoE clients" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 114 -msgid "PPTP redirection target address" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 119 -msgid "A valid target address must be specified." -msgstr "" - -# File: src/www/vpn_pptp.php, line: 312 -msgid "" -"PPTP is not considered a secure VPN technology, because it relies upon the " -"compromised MS-CHAPv2 protocol. If you choose to use PPTP, be aware that " -"your traffic can be decrypted by virtually any third party. It should be " -"considered an unencrypted tunneling protocol." -msgstr "" - -# File: src/www/vpn_pptp.php, line: 317 -msgid "Read more" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 345 -msgid "Redirect incoming PPTP connections to" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 348 -msgid "PPTP redirection" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 352 -msgid "" -"Enter the IP address of a host which will accept incoming PPTP connections" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 361 -msgid "Enable PPTP server" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 364 -msgid "No. PPTP users" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 379 -msgid "Hint: 10 is ten PPTP clients" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 387 -msgid "" -"Enter the IP address the PPTP server should give to clients for use as their " -"\"gateway\"" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 400 -msgid "Specify the starting address for the client IP subnet" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 404 -msgid "PPTP DNS Servers" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 410 -msgid "primary and secondary DNS servers assigned to PPTP clients" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 439 -msgid "Secondary RADIUS server for failover authentication" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 440 -msgid "" -"When set, all requests will go to the secondary server when primary fails" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 446 -msgid "Issue IP addresses via RADIUS server" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 450 -msgid "RADIUS NAS IP" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 468 -# File: src/www/vpn_pptp.php, line: 485 -msgid "" -"Enter the IP address, RADIUS port, and RADIUS accounting port of the RADIUS " -"server" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 479 -msgid "Secondary RADIUS server" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 488 -msgid "Secondary RADIUS shared secret" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 492 -msgid "" -"Enter the shared secret that will be used to authenticate to the secondary " -"RADIUS server" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 504 -msgid "Require 128-bit encryption" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 505 -msgid "" -"When set, only 128-bit encryption will be accepted. Otherwise 40-bit and 56-" -"bit encryption will be accepted as well. Note that encryption will always be " -"forced on PPTP connections (i.e. unencrypted connections will not be " -"accepted)" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 518 -msgid "" -"Note: don't forget to %sadd a firewall rule%s to permit traffic from PPTP " -"clients!" -msgstr "" - -# File: src/www/vpn_pptp_users.php, line: 87 -msgid "The PPTP user list has been modified" -msgstr "" - -# File: src/www/vpn_pptp_users.php, line: 87 -msgid "Warning: this will terminate all current PPTP sessions" -msgstr "" - -# File: src/www/vpn_pptp_users_edit.php, line: 86 -msgid "The password cannot start with '!'." -msgstr "" - -# File: src/www/vpn_pptp_users_edit.php, line: 173 -msgid "If you want to change the users' password, enter it here twice." -msgstr "" - -# File: src/www/widgets/widgets/carp_status.widget.php, line: 64 -msgid "DISABLED" -msgstr "" - -# File: src/www/widgets/widgets/carp_status.widget.php, line: 84 -msgid "No CARP Interfaces Defined. Click %shere%s to configure CARP." -msgstr "" - -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 68 -msgid "N/A " -msgstr "" - -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 78 -msgid "Int." -msgstr "" - -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 133 -msgid "Checking ..." -msgstr "" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 64 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 65 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 70 -msgid "n/a" -msgstr "" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 82 -msgid "Packets In" -msgstr "" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 85 -msgid "Packets Out" -msgstr "" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 88 -msgid "Bytes In" -msgstr "" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 91 -msgid "Bytes Out" -msgstr "" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 94 -msgid "Errors In" -msgstr "" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 97 -msgid "Errors Out" -msgstr "" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 45 -msgid "Tunnels" -msgstr "" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 46 -msgid "Mobile" -msgstr "" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 108 -msgid "Active Tunnels" -msgstr "" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 109 -msgid "Inactive Tunnels" -msgstr "" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 110 -msgid "Mobile Users" -msgstr "" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 210 -msgid "Note: There are no configured IPsec Tunnels" -msgstr "" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 213 -msgid "You can configure your IPsec %shere%s." -msgstr "" - -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 79 -msgid "Active" -msgstr "" - -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 87 -msgid "Unknown - relayd not running?" -msgstr "" - -# File: src/www/widgets/widgets/log.widget.php, line: 153 -msgid "Number of lines to display:" -msgstr "" - -# File: src/www/widgets/widgets/log.widget.php, line: 190 -msgid "Interfaces:" -msgstr "" - -# File: src/www/widgets/widgets/log.widget.php, line: 236 -msgid "IF" -msgstr "" - -# File: src/www/widgets/widgets/log.widget.php, line: 258 -# File: src/www/widgets/widgets/log.widget.php, line: 262 -msgid "Reverse Resolve with DNS" -msgstr "" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 135 -msgid "No active peers available" -msgstr "" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 147 -msgid "Clock location" -msgstr "" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 165 -msgid "in view " -msgstr "" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 171 -msgid "in use " -msgstr "" - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 192 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 245 -msgid "Name/Time" -msgstr "" - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 193 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 246 -msgid "Remote/Virtual IP" -msgstr "" - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 289 -msgid "" -"You need to bind each OpenVPN client to enable its management daemon: use " -"'Local port' setting in the OpenVPN client screen" -msgstr "" - -# File: src/www/widgets/widgets/rss.widget.php, line: 97 -msgid "Display number of items:" -msgstr "" - -# File: src/www/widgets/widgets/rss.widget.php, line: 112 -msgid "Widget height:" -msgstr "" - -# File: src/www/widgets/widgets/rss.widget.php, line: 127 -msgid "Show how many characters from story:" -msgstr "" - -# File: src/www/widgets/widgets/services_status.widget.php, line: 51 -msgid "Comma separated list of services to NOT display in the widget" -msgstr "" - -# File: src/www/widgets/widgets/smart_status.widget.php, line: 38 -msgid "Drive" -msgstr "" - -# File: src/www/widgets/widgets/smart_status.widget.php, line: 39 -msgid "Ident" -msgstr "" - -# File: src/www/widgets/widgets/smart_status.widget.php, line: 58 -msgid "OK" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 44 -# File: src/www/widgets/widgets/system_information.widget.php, line: 46 -msgid "Click to retry" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 44 -msgid "Connection Error" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 46 -msgid "Repository Problem" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 48 -# File: src/www/widgets/widgets/system_information.widget.php, line: 105 -msgid "Click to check for updates" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 48 -msgid "Your system is up to date." -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid " update(s) available." -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid "Click to upgrade" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid "Re-check now" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid "There are " -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 89 -msgid "Versions" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 109 -msgid "CPU Type" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 124 -msgid "Hardware crypto" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 129 -msgid "Uptime" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 133 -msgid "Current date/time" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 139 -msgid "DNS server(s)" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 152 -msgid "Last config change" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 157 -msgid "State table size" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 171 -msgid "Show states" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 175 -msgid "MBUF Usage" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 193 -msgid "Temperature" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 207 -msgid "Load average" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 213 -msgid "CPU usage" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 221 -msgid "Updating in 10 seconds" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 225 -msgid "Memory usage" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 239 -msgid "SWAP usage" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 252 -msgid "Disk usage" -msgstr "" - -# File: src/www/widgets/widgets/system_log.widget.php, line: 55 -msgid "Number of Log lines to display" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 181 -msgid "Thresholds in °C (1 to 100):" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 184 -msgid "Display settings:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 189 -msgid "Zone Warning:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 198 -msgid "Show raw output (no graph):" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 208 -msgid "Zone Critical:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 217 -msgid "Show full sensor name:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 227 -msgid "Core Warning:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 236 -msgid "Pulsate Warning:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 246 -msgid "Core Critical:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 255 -msgid "Pulsate Critical:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 270 -msgid "" -"You can configure a proper Thermal Sensor / Module under
\n" -"    System > " -"Advanced > Miscellaneous : Thermal Sensors section." -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 280 -msgid "Updating..." -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 114 -msgid "Default AutoScale:" -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 133 -msgid "Scale up" -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 138 -msgid "Scale follow" -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 139 -msgid "Refresh Interval:" -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "Seconds" -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "changing this setting will increase CPU utilization" -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 190 -msgid "Current %s Traffic" -msgstr "" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 45 -msgid "Computer / Device" -msgstr "" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 71 -msgid "Wake Up" -msgstr "" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 76 -msgid "No saved WoL addresses" -msgstr "" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 80 -msgid "DHCP Leases Status" -msgstr "" - -# File: src/www/wizard.php, line: 126 -msgid "ERROR: Could not parse %s wizard file." -msgstr "" diff --git a/lang/ru_RU.po b/lang/ru_RU.po deleted file mode 100644 index 7ac52e09d..000000000 --- a/lang/ru_RU.po +++ /dev/null @@ -1,28312 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-13 05:49+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: ru\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 1.13.0\n" -"X-Pootle-Path: /ru/gui/ru.po\n" -"X-Pootle-Revision: 4265\n" - -# File: lang/dynamic/helpers/acl.php, line: 35 -msgid "Allow access to the 'Status: IPsec: SAD' page." -msgstr "Разрешить доступ к странице «Статус. IPsec. SAD»." - -# File: lang/dynamic/helpers/acl.php, line: 36 -msgid "Allow access to the 'VPN: PPTP: Users' page." -msgstr "Разрешить доступ к странице «VPN. PPTP. Пользователи»." - -# File: lang/dynamic/helpers/acl.php, line: 37 -msgid "Allow access to the 'System: Authentication Servers' page." -msgstr "Разрешить доступ к странице «Система. Серверы аутентификации»." - -# File: lang/dynamic/helpers/acl.php, line: 38 -msgid "Allow access to the 'Diagnostics: States Summary' page." -msgstr "Разрешить доступ к странице «Диагностика. Сводка состояний»." - -# File: lang/dynamic/helpers/acl.php, line: 39 -msgid "Allow access to the 'VPN: PPTP: User: Edit' page." -msgstr "Разрешить доступ к странице «VPN. PPTP. Пользователи. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 40 -msgid "Show all items on help menu" -msgstr "Показать все пункты меню «Справка»" - -# File: lang/dynamic/helpers/acl.php, line: 41 -msgid "Allow access to the 'System: Firmware: Settings' page." -msgstr "" -"Разрешить доступ к странице «Система. Программное обеспечение. Настройки»." - -# File: lang/dynamic/helpers/acl.php, line: 42 -msgid "Allow access to the 'System: User Manager: Add Privileges' page." -msgstr "" -"Разрешить доступ к странице «Система. Управление пользователями. Назначить " -"привилегии»." - -# File: lang/dynamic/helpers/acl.php, line: 43 -msgid "Allow access to the 'Services: NTP' page." -msgstr "Разрешить доступ к странице «Службы. NTP»." - -# File: lang/dynamic/helpers/acl.php, line: 44 -msgid "Allow access to the 'VPN: OpenVPN: Client Specific Override' page." -msgstr "" -"Разрешить доступ к странице «VPN. OpenVPN. Переопределение значений для " -"конкретного клиента»." - -# File: lang/dynamic/helpers/acl.php, line: 45 -msgid "Allow access to the 'VPN: OpenVPN: Client' page." -msgstr "Разрешить доступ к странице «VPN. OpenVPN. Клиент»." - -# File: lang/dynamic/helpers/acl.php, line: 46 -msgid "Allow access to the 'Interfaces: Assign network ports' page." -msgstr "Разрешить доступ к странице «Интерфейсы. Назначение сетевых портов»." - -# File: lang/dynamic/helpers/acl.php, line: 47 -msgid "Allow access to the 'Firewall: NAT: Port Forward' page." -msgstr "" -"Разрешить доступ к странице «Межсетевой экран. NAT. Переадресация портов»." - -# File: lang/dynamic/helpers/acl.php, line: 48 -msgid "Allow access to the 'VPN: IPsec: Pre-Shared Keys List' page." -msgstr "" -"Разрешить доступ к странице «VPN. IPsec. Список предварительно выданных " -"ключей»." - -# File: lang/dynamic/helpers/acl.php, line: 49 -msgid "Create interface groups" -msgstr "Объединить сетевые интерфейсы" - -# File: lang/dynamic/helpers/acl.php, line: 50 -msgid "Allow access to the 'Interfaces: VLAN: Edit' page." -msgstr "Разрешить доступ к странице «Интерфейсы. VLAN. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 51 -msgid "Allow access to the 'Diagnostics: Reboot System' page." -msgstr "Разрешить доступ к странице «Диагностика. Перезагрузка системы»." - -# File: lang/dynamic/helpers/acl.php, line: 52 -msgid "Allow access to the 'Load Balancer: Pool: Edit' page." -msgstr "" -"Разрешить доступ к странице «Балансировка нагрузки. Пул. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 53 -msgid "Allow access to the 'System: User Manager' page." -msgstr "Разрешить доступ к странице «Система. Управление пользователями»." - -# File: lang/dynamic/helpers/acl.php, line: 54 -msgid "" -"Allow access to the 'Services: DHCPv6 Server : Edit static mapping' page." -msgstr "" -"Разрешить доступ к странице «Службы. DHCPv6 сервер. Настройки статического " -"преобразования»." - -# File: lang/dynamic/helpers/acl.php, line: 55 -msgid "Allow access to the 'Load Balancer: Pool' page." -msgstr "Разрешить доступ к странице «Балансировка нагрузки. Пул»." - -# File: lang/dynamic/helpers/acl.php, line: 56 -msgid "Allow access to the 'VPN: L2TP: Users : Edit' page." -msgstr "Разрешить доступ к странице «VPN. L2TP. Пользователи. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 57 -msgid "Allow access to the 'Firewall: Schedules' page." -msgstr "Разрешить доступ к странице «Межсетевой экран. Расписания»." - -# File: lang/dynamic/helpers/acl.php, line: 58 -msgid "Allow access to the 'Diagnostics: Logs: Settings' page." -msgstr "Разрешить доступ к странице «Диагностика. Журналы»." - -# File: lang/dynamic/helpers/acl.php, line: 59 -msgid "Allow access to the 'Service: Universal Plug and Play' page." -msgstr "Разрешить доступ к странице «Службы. Universal Plug and Play»." - -# File: lang/dynamic/helpers/acl.php, line: 60 -msgid "Allow access to the 'Firewall: Virtual IP Addresses' page." -msgstr "Разрешить доступ к странице «Межсетевой экран. Виртуальные IP-адреса»." - -# File: lang/dynamic/helpers/acl.php, line: 61 -msgid "Allow access to the 'System: Firmware: Manual Update' page." -msgstr "" -"Разрешить доступ к странице «Система. Программное обеспечение. Ручное " -"обновление»." - -# File: lang/dynamic/helpers/acl.php, line: 62 -msgid "Allow access to the 'Status: Services' page." -msgstr "Разрешить доступ к странице «Статус. Службы»." - -# File: lang/dynamic/helpers/acl.php, line: 63 -msgid "Allow access to the 'Status: IPsec: Leases' page." -msgstr "Разрешить доступ к странице «Статус. IPsec. Аренда IP-адресов»." - -# File: lang/dynamic/helpers/acl.php, line: 64 -msgid "" -"Allow access to the 'Services: DNS Forwarder: Edit Domain Override' page." -msgstr "" -"Разрешить доступ к странице «Службы. Перенаправляющий DNS-сервер. " -"Редактировать переопределение домена»." - -# File: lang/dynamic/helpers/acl.php, line: 65 -msgid "Allow access to the 'Interfaces: PPPs' page." -msgstr "Разрешить доступ к странице «Интерфейсы. PPP»." - -# File: lang/dynamic/helpers/acl.php, line: 66 -msgid "Allow access to the 'Firewall: NAT: 1:1' page." -msgstr "Разрешить доступ к странице «Межсетевой экран. NAT.1:1»." - -# File: lang/dynamic/helpers/acl.php, line: 67 -msgid "Indicates whether the user is allowed to use the proxy" -msgstr "Показывает, разрешается ли пользователю использовать прокси-серверы" - -# File: lang/dynamic/helpers/acl.php, line: 68 -# File: lang/dynamic/helpers/acl.php, line: 175 -msgid "Allow access to the 'Status: System logs: IPsec VPN' page." -msgstr "Разрешить доступ к странице «Статус. Системные журналы. IPsec VPN»." - -# File: lang/dynamic/helpers/acl.php, line: 69 -msgid "Allow access to the 'Services: DHCP Server : Edit static mapping' page." -msgstr "" -"Разрешить доступ к странице «Службы. DHCP-сервер. Настройки статического " -"преобразования»." - -# File: lang/dynamic/helpers/acl.php, line: 70 -msgid "Allow access to the 'Services: DHCPv6 server' page." -msgstr "Разрешить доступ к странице «Службы. DHCPv6 сервер»." - -# File: lang/dynamic/helpers/acl.php, line: 71 -msgid "Allow access to the 'Status: System logs: Load Balancer' page." -msgstr "" -"Разрешить доступ к странице «Статус. Системные журналы. Балансировка " -"нагрузки»." - -# File: lang/dynamic/helpers/acl.php, line: 72 -msgid "Allow access to the 'Lobby: Login / Logout/ Dashboard' page." -msgstr "" -"Разрешить доступ к странице «Лобби. Войти / Выйти / Инструментальная панель»." - -# File: lang/dynamic/helpers/acl.php, line: 73 -msgid "Allow access to the 'Services: DNS Resolver: Edit host' page." -msgstr "" -"Разрешить доступ к странице «Службы. DNS-преобразователь. Редактировать " -"данные хоста»." - -# File: lang/dynamic/helpers/acl.php, line: 74 -msgid "Allow access to the 'Services: SNMP' page." -msgstr "Разрешить доступ к странице «Службы. SNMP»." - -# File: lang/dynamic/helpers/acl.php, line: 75 -msgid "Allow access to the 'Settings: Load Balancer: Settings' page." -msgstr "" -"Разрешить доступ к странице «Настройки. Балансировка нагрузки. Настройки»." - -# File: lang/dynamic/helpers/acl.php, line: 76 -msgid "Allow access to the 'Diagnostics: Show States' page." -msgstr "" -"Разрешить доступ к странице «Диагностика. Показать состояние подключений»." - -# File: lang/dynamic/helpers/acl.php, line: 77 -msgid "Allow access to the 'VPN: OpenVPN: Client Export Utility' page." -msgstr "Разрешить доступ к странице «VPN. OpenVPN. Экспорта настроек клиента»." - -# File: lang/dynamic/helpers/acl.php, line: 78 -msgid "Indicates whether the user is able to login for example via SSH." -msgstr "Показывает, может ли пользователь войти через, например, SSH." - -# File: lang/dynamic/helpers/acl.php, line: 79 -msgid "Allow access to the 'Status: Traffic Graph' page." -msgstr "Разрешить доступ к странице «Статус. Графики трафика»." - -# File: lang/dynamic/helpers/acl.php, line: 80 -msgid "Allow access to the 'Firewall: Aliases' page." -msgstr "Разрешить доступ к странице «Межсетевой экран. Псевдонимы»." - -# File: lang/dynamic/helpers/acl.php, line: 81 -msgid "Allow access to the 'Services: Load Balancer: Monitor: Edit' page." -msgstr "" -"Разрешить доступ к странице «Службы. Балансировка нагрузки. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 82 -msgid "Allow access to the 'System: CRL Manager' page." -msgstr "" -"Разрешить доступ к странице «Система. Управление списком аннулированных " -"сертификатов (CRL)»." - -# File: lang/dynamic/helpers/acl.php, line: 83 -msgid "Allow access to the 'Diagnostics: Interface Traffic' page." -msgstr "Разрешить доступ к странице «Диагностика Трафик на интерфейсе»." - -# File: lang/dynamic/helpers/acl.php, line: 84 -msgid "Allow access to the 'System: Firmware: Auto Update' page." -msgstr "" -"Разрешить доступ к странице «Система. Программное обеспечение. " -"Автоматическое обновление»." - -# File: lang/dynamic/helpers/acl.php, line: 85 -msgid "Allow access to the 'Diagnostics: Sockets' page." -msgstr "Разрешить доступ к странице «Диагностика Сокеты»." - -# File: lang/dynamic/helpers/acl.php, line: 86 -msgid "Allow access to the 'Status: Universal Plug and Play' page." -msgstr "Разрешить доступ к странице «Статус. Universal Plug and Play»." - -# File: lang/dynamic/helpers/acl.php, line: 87 -msgid "Allow access to the 'Services: PPPoE Server' page." -msgstr "Разрешить доступ к странице «Службы. PPPoE-сервер»." - -# File: lang/dynamic/helpers/acl.php, line: 88 -msgid "Allow access to the 'Status: System logs: OpenVPN' page." -msgstr "Разрешить доступ к странице «Статус. Системные журналы. OpenVPN»." - -# File: lang/dynamic/helpers/acl.php, line: 89 -msgid "Allow access to the 'Status: OpenVPN' page." -msgstr "Разрешить доступ к странице «Статус. Open VPN»." - -# File: lang/dynamic/helpers/acl.php, line: 90 -msgid "Allow access to the 'Services: RFC 2136 clients' page." -msgstr "Разрешить доступ к странице «Службы. RFC 2136 клиенты»." - -# File: lang/dynamic/helpers/acl.php, line: 91 -msgid "Uploads crash reports to the developers." -msgstr "Отправляет разработчикам загруженные отчеты об ошибках." - -# File: lang/dynamic/helpers/acl.php, line: 92 -msgid "Allow access to the 'Firewall: Alias: Edit' page." -msgstr "" -"Разрешить доступ к странице «Межсетевой экран. Псевдонимы. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 93 -msgid "Allow access to the 'Interfaces: PPPs: Edit' page." -msgstr "Разрешить доступ к странице «Интерфейсы. PPP. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 94 -msgid "Allow access to the 'Firewall: NAT: NPT' page." -msgstr "" -"Разрешить доступ к странице «Межсетевой экран. NAT. Трансляция сетевых " -"префиксов (NPT)»." - -# File: lang/dynamic/helpers/acl.php, line: 95 -msgid "Allow access to the 'Interfaces: GIF: Edit' page." -msgstr "Разрешить доступ к странице «Интерфейсы. GIF. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 96 -msgid "Allow access to the 'VPN: IPsec' page." -msgstr "Разрешить доступ к странице «VPN. IPsec»." - -# File: lang/dynamic/helpers/acl.php, line: 97 -msgid "Allow access to the 'Load Balancer: Virtual Server: Edit' page." -msgstr "" -"Разрешить доступ к странице «Балансировка нагрузки. Виртуальный сервер. " -"Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 98 -msgid "Allow access to the 'Status: System logs: NTP' page." -msgstr "Разрешить доступ к странице «Статус. Системные журналы. NTP»." - -# File: lang/dynamic/helpers/acl.php, line: 99 -msgid "Allow access to the 'Interfaces: GRE' page." -msgstr "Разрешить доступ к странице «Интерфейсы. GRE»." - -# File: lang/dynamic/helpers/acl.php, line: 100 -msgid "Allow access to the 'Services: Router Advertisements' page." -msgstr "Разрешить доступ к странице «Службы. Объявления маршрутизатора»." - -# File: lang/dynamic/helpers/acl.php, line: 101 -msgid "Allow access to the 'VPN: IPsec: Edit Phase 2' page." -msgstr "Разрешить доступ к странице «VPN. IPsec. Редактировать фазу 2»." - -# File: lang/dynamic/helpers/acl.php, line: 102 -msgid "Allow access to the 'System: Advanced: Networking' page." -msgstr "" -"Разрешить доступ к странице «Система. Дополнительно. Построение сетей»." - -# File: lang/dynamic/helpers/acl.php, line: 103 -msgid "Allow access to the 'VPN: IPsec: Edit Phase 1' page." -msgstr "Разрешить доступ к странице «VPN. IPsec. Редактировать фазу 1»." - -# File: lang/dynamic/helpers/acl.php, line: 104 -msgid "Allow access to the 'Interfaces: VLAN' page." -msgstr "Разрешить доступ к странице «Интерфейсы. VLAN»." - -# File: lang/dynamic/helpers/acl.php, line: 105 -msgid "Allow access to the 'Firewall: NAT: Port Forward: Edit' page." -msgstr "" -"Разрешить доступ к странице «Межсетевой экран. NAT. Переадресация портов. " -"Настройки»." - -# File: lang/dynamic/helpers/acl.php, line: 106 -msgid "" -"Allow access to the 'Services: DNS Resolver: Edit Domain Override' page." -msgstr "" -"Разрешить доступ к странице «Службы. DNS-преобразователь. Редактировать " -"переопределение домена»." - -# File: lang/dynamic/helpers/acl.php, line: 107 -msgid "Allow access to the 'Firewall: Alias: Import' page." -msgstr "" -"Разрешить доступ к странице «Межсетевой экран. Псевдонимы. Импортировать»." - -# File: lang/dynamic/helpers/acl.php, line: 108 -msgid "Allow access to the 'Diagnostics: Reset state' page." -msgstr "Разрешить доступ к странице «Диагностика. Сброс состояний»." - -# File: lang/dynamic/helpers/acl.php, line: 109 -msgid "Allow access to the 'Services: Wake on LAN: Edit' page." -msgstr "Разрешить доступ к странице «Службы. Wake on LAN. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 110 -msgid "Allow access to the 'Firewall: Virtual IP Address: Edit' page." -msgstr "" -"Разрешить доступ к странице «Межсетевой экран. Виртуальные IP-адреса. " -"Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 111 -msgid "Allow access to the 'Diagnostics: Routing tables' page." -msgstr "Разрешить доступ к странице «Диагностика. Таблицы маршрутизации»." - -# File: lang/dynamic/helpers/acl.php, line: 112 -msgid "Allow access to the 'System: Advanced: Admin Access' page." -msgstr "" -"Разрешить доступ к странице «Система. Дополнительно. Доступ с правами " -"администратора»." - -# File: lang/dynamic/helpers/acl.php, line: 113 -msgid "Allow access to the 'Status: System logs: System: Routing' page." -msgstr "" -"Разрешить доступ к странице «Статус. Системные журналы. Система. " -"Маршрутизация»." - -# File: lang/dynamic/helpers/acl.php, line: 114 -msgid "Allow access to the 'Status: Interfaces' page." -msgstr "Разрешить доступ к странице «Статус. Интерфейсы»." - -# File: lang/dynamic/helpers/acl.php, line: 115 -msgid "Allow access to the 'Services: DNS Forwarder' page." -msgstr "Разрешить доступ к странице «Службы. Перенаправляющий DNS-сервер»." - -# File: lang/dynamic/helpers/acl.php, line: 116 -msgid "Allow access to the 'Status: Gateways' page." -msgstr "Разрешить доступ к странице «Статус. Сетевые шлюзы»." - -# File: lang/dynamic/helpers/acl.php, line: 117 -msgid "Allow access to the 'Status: DHCP leases' page." -msgstr "Разрешить доступ к странице «Статус. Аренда адресов DHCP»." - -# File: lang/dynamic/helpers/acl.php, line: 118 -msgid "Allow access to the 'Hidden: Detailed Status' page." -msgstr "Разрешить доступ к странице «Скрытые службы. Статус (подробно)»." - -# File: lang/dynamic/helpers/acl.php, line: 119 -msgid "Allow access to the 'System: Advanced: Miscellaneous' page." -msgstr "Разрешить доступ к странице «Система. Дополнительно. Прочее»." - -# File: lang/dynamic/helpers/acl.php, line: 120 -msgid "Allow access to the 'AJAX: Service Providers' page." -msgstr "Разрешить доступ к странице «AJAX. Поставщики услуги»." - -# File: lang/dynamic/helpers/acl.php, line: 121 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Normal View' page." -msgstr "" -"Разрешить доступ к странице «Диагностика. Журналы. Межсетевой экран. " -"Стандартное представление»." - -# File: lang/dynamic/helpers/acl.php, line: 122 -msgid "Allow access to the 'Diagnostics: Halt system' page." -msgstr "Разрешить доступ к странице «Диагностика. Завершение работы системы»." - -# File: lang/dynamic/helpers/acl.php, line: 123 -msgid "Allow access to the 'Diagnostics: Logs: L2TP' page." -msgstr "Разрешить доступ к странице «Диагностика. Журналы. L2TP»." - -# File: lang/dynamic/helpers/acl.php, line: 124 -msgid "Allow access to the 'Services: Igmpproxy: Edit' page." -msgstr "Разрешить доступ к странице «Службы. Igmpproxy. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 125 -msgid "Allow access to the 'System: User Manager: Settings: Test LDAP' page." -msgstr "" -"Разрешить доступ к странице «Система. Управление пользователями. Настройки. " -"Проверить работу LDAP»." - -# File: lang/dynamic/helpers/acl.php, line: 126 -msgid "Allow access to the 'VPN: L2TP' page." -msgstr "Разрешить доступ к странице «VPN. L2TP»." - -# File: lang/dynamic/helpers/acl.php, line: 127 -msgid "Allow access to the 'XMLRPC Library' page." -msgstr "Разрешить доступ к странице «Библиотека XMLRPC »." - -# File: lang/dynamic/helpers/acl.php, line: 128 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Summary View' page." -msgstr "" -"Разрешить доступ к странице «Диагностика. Журналы. Межсетевой экран. Сводное " -"представление»." - -# File: lang/dynamic/helpers/acl.php, line: 129 -msgid "Allow access to the 'Status: IPsec: SPD' page." -msgstr "Разрешить доступ к странице «Статус. IPsec. SPD»." - -# File: lang/dynamic/helpers/acl.php, line: 130 -msgid "Allow access to the 'Status: Filter Reload Status' page." -msgstr "Разрешить доступ к странице «Статус. Перезапуск фильтров трафика»." - -# File: lang/dynamic/helpers/acl.php, line: 131 -msgid "Allow access to all pages" -msgstr "Разрешить доступ ко всем страницам" - -# File: lang/dynamic/helpers/acl.php, line: 132 -msgid "Allow access to the 'Firewall: NAT: NPT: Edit' page." -msgstr "" -"Разрешить доступ к странице «Межсетевой экран. NAT. Трансляция сетевых " -"префиксов (NPT). Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 133 -msgid "Indicates whether the user is allowed to dial in via PPPOE" -msgstr "" -"Показывает, разрешается ли пользователю подключаться к сети с помощью " -"протокола PPPoE" - -# File: lang/dynamic/helpers/acl.php, line: 134 -msgid "Allow access to the 'System: Advanced: Notifications' page." -msgstr "Разрешить доступ к странице «Система. Дополнительно. Уведомления»." - -# File: lang/dynamic/helpers/acl.php, line: 135 -msgid "Allow access to the 'Diagnostics: Logs: DHCP' page." -msgstr "Разрешить доступ к странице «Диагностика. Журналы. DHCP»." - -# File: lang/dynamic/helpers/acl.php, line: 136 -msgid "Allow access to the 'System: Gateway Groups' page." -msgstr "Разрешить доступ к странице «Система. Группы шлюза»." - -# File: lang/dynamic/helpers/acl.php, line: 137 -msgid "Allow access to the 'Wizard subsystem' page." -msgstr "Разрешить доступ к странице «Мастер подсетей»." - -# File: lang/dynamic/helpers/acl.php, line: 138 -msgid "Allow access to the 'Diagnostics: Restore Full Backup' page." -msgstr "" -"Разрешить доступ к странице «Статус. Восстановление из полной резервной " -"копии»." - -# File: lang/dynamic/helpers/acl.php, line: 139 -msgid "Allow access to the 'Status: CARP' page." -msgstr "Разрешить доступ к странице «Статус. CARP»." - -# File: lang/dynamic/helpers/acl.php, line: 140 -msgid "Allow access to the 'Diagnostics: Authentication' page." -msgstr "Разрешить доступ к странице «Диагностика Аутентификация»." - -# File: lang/dynamic/helpers/acl.php, line: 141 -msgid "Allow access to the 'VPN: PPTP' page." -msgstr "Разрешить доступ к странице «VPN. PPTP»." - -# File: lang/dynamic/helpers/acl.php, line: 142 -msgid "Allow access to the 'Firewall: Rules' page." -msgstr "Разрешить доступ к странице «Межсетевой экран. Правила»." - -# File: lang/dynamic/helpers/acl.php, line: 143 -msgid "Allow access to the 'AJAX: Get Stats' page." -msgstr "Разрешить доступ к странице «AJAX. Получить статистику»." - -# File: lang/dynamic/helpers/acl.php, line: 144 -msgid "Allow access to the 'Diagnostics: Logs: System: Gateways' page." -msgstr "Разрешить доступ к странице «Диагностика. Журналы. Система. Шлюзы»." - -# File: lang/dynamic/helpers/acl.php, line: 145 -msgid "Allow access to the 'Services: DHCPv6 Relay' page." -msgstr "Разрешить доступ к странице «Службы. Ретрансляция DHCPv6»." - -# File: lang/dynamic/helpers/acl.php, line: 146 -msgid "Allow access to the 'Services: DNS Resolver: Advanced' page." -msgstr "" -"Разрешить доступ к странице «Службы. DNS-преобразователь. Дополнительно»." - -# File: lang/dynamic/helpers/acl.php, line: 147 -msgid "Allow access to the 'Services: Load Balancer: Virtual Servers' page." -msgstr "" -"Разрешить доступ к странице «Службы. Балансировка нагрузки. Виртуальные " -"серверы»." - -# File: lang/dynamic/helpers/acl.php, line: 148 -msgid "Allow access to the 'Status: NTP' page." -msgstr "Разрешить доступ к странице «Статус. NTP»." - -# File: lang/dynamic/helpers/acl.php, line: 149 -msgid "Allows access to the 'Diagnostics: Limiter Info' page" -msgstr "Разрешить доступ к странице «Диагностика Информация об ограничителе»." - -# File: lang/dynamic/helpers/acl.php, line: 150 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Plain View' page." -msgstr "" -"Разрешить доступ к странице «Диагностика. Журналы. Межсетевой экран. " -"Открытый вид»." - -# File: lang/dynamic/helpers/acl.php, line: 151 -msgid "Allow access to the 'Diagnostics: Logs: System: Resolver' page." -msgstr "" -"Разрешить доступ к странице «Диагностика. Журналы. Система. Преобразователь»." - -# File: lang/dynamic/helpers/acl.php, line: 152 -msgid "Allow access to the 'Status: Wireless' page." -msgstr "Разрешить доступ к странице «Статус. Беспроводные сети»." - -# File: lang/dynamic/helpers/acl.php, line: 153 -msgid "Allow access to the 'Status: NTP PPS' page." -msgstr "Разрешить доступ к странице «Статус. NTP PPS»." - -# File: lang/dynamic/helpers/acl.php, line: 154 -msgid "Allow access to the 'Diagnostics: Logs: PPTP' page." -msgstr "Разрешить доступ к странице «Диагностика. Журналы. PPTP»." - -# File: lang/dynamic/helpers/acl.php, line: 155 -msgid "Allow access to the 'Diagnostics: NanoBSD' page." -msgstr "Разрешить доступ к странице «Диагностика. NanoBSD»." - -# File: lang/dynamic/helpers/acl.php, line: 156 -msgid "Allow access to the 'System: CA Manager' page." -msgstr "" -"Разрешить доступ к странице «Система. Управление сертификатами, выданными " -"центром сертификации»." - -# File: lang/dynamic/helpers/acl.php, line: 157 -msgid "Allow access to all pages required for the dashboard." -msgstr "Разрешить доступ ко всем страницам на инструментальной панели." - -# File: lang/dynamic/helpers/acl.php, line: 158 -msgid "Allow access to the 'Diagnostics: Patterns' page." -msgstr "Разрешить доступ к странице «Диагностика. Шаблоны»." - -# File: lang/dynamic/helpers/acl.php, line: 159 -msgid "Allow access to the 'System: User Password Manager' page." -msgstr "Разрешить доступ к странице «Система. Управление паролями»." - -# File: lang/dynamic/helpers/acl.php, line: 160 -msgid "Allow access to 'Interfaces: QinQ: Edit' page" -msgstr "Разрешить доступ к странице «Интерфейсы. QinQ. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 161 -msgid "Allow access to the 'Firewall: Rules: Edit' page." -msgstr "" -"Разрешить доступ к странице «Межсетевой экран. Правила. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 162 -msgid "Allow access to the 'Diagnostics: Packet Capture' page." -msgstr "Разрешить доступ к странице «Диагностика. Захват пакетов»." - -# File: lang/dynamic/helpers/acl.php, line: 163 -msgid "Allow access to the 'Services: DNS Resolver: Access Lists' page." -msgstr "" -"Разрешить доступ к странице «Службы. DNS-преобразователь. Списки доступа»." - -# File: lang/dynamic/helpers/acl.php, line: 164 -msgid "Allow access to the 'Firewall: NAT: Outbound: Edit' page." -msgstr "" -"Разрешить доступ к странице «Межсетевой экран. NAT. Исходящий. " -"Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 165 -msgid "Allow access to the 'Status: IPsec' page." -msgstr "Разрешить доступ к странице «Статус. IPsec»." - -# File: lang/dynamic/helpers/acl.php, line: 166 -msgid "Allow access to the 'Interfaces: Wireless : Edit' page." -msgstr "" -"Разрешить доступ к странице «Интерфейсы. Беспроводные сети. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 167 -msgid "Allow access to the 'Diagnostics: Test Port' page." -msgstr "Разрешить доступ к странице «Диагностика. Проверить порт»." - -# File: lang/dynamic/helpers/acl.php, line: 168 -msgid "Allow access to the 'Diagnostics: Logs: System' page." -msgstr "Разрешить доступ к странице «Диагностика. Журналы. Система»." - -# File: lang/dynamic/helpers/acl.php, line: 169 -msgid "Allow access to the 'VPN: L2TP : Users' page." -msgstr "Разрешить доступ к странице «VPN. L2TP. Пользователи»." - -# File: lang/dynamic/helpers/acl.php, line: 170 -msgid "If present, ignores requests from this user to write config.xml." -msgstr "" -"Игнорирует запросы этого пользователя на запись в config.xml, если включена " -"эта опция." - -# File: lang/dynamic/helpers/acl.php, line: 171 -msgid "Allow access to the 'Interfaces: Groups: Edit' page." -msgstr "Разрешить доступ к странице «Интерфейсы. Группы. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 172 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Dynamic View' page." -msgstr "" -"Разрешить доступ к странице «Диагностика. Журналы. Межсетевой экран. " -"Динамическое представление»." - -# File: lang/dynamic/helpers/acl.php, line: 173 -msgid "Allows access to the 'Diagnostics: pfInfo' page" -msgstr "Разрешить доступ к странице «Диагностика. pfInfo»." - -# File: lang/dynamic/helpers/acl.php, line: 174 -msgid "" -"Indicates whether the user is allowed to dial in via IPsec xauth (Note: Does " -"not allow shell access, but may allow the user to create ssh tunnels)" -msgstr "" -"Показывает, разрешается ли пользователю подключаться к сети с помощью IPsec " -"xauth (Примечание: запрещает SSH-доступ, но может разрешать пользователю " -"создавать SSH-туннели)" - -# File: lang/dynamic/helpers/acl.php, line: 176 -msgid "Allow access to the 'Interfaces: LAGG: Edit' page." -msgstr "Разрешить доступ к странице «Интерфейсы. LAGG. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 177 -msgid "Allow access to the 'VPN: OpenVPN: Server' page." -msgstr "Разрешить доступ к странице «VPN. OpenVPN. Сервер»." - -# File: lang/dynamic/helpers/acl.php, line: 178 -msgid "Allow access to the 'VPN: IPsec: Mobile' page." -msgstr "Разрешить доступ к странице «VPN. IPsec. Мобильный клиент»." - -# File: lang/dynamic/helpers/acl.php, line: 179 -msgid "Allow access to the 'System: Gateways: Edit Gateway' page." -msgstr "Разрешить доступ к странице «Система. Шлюзы. Редактировать шлюз»." - -# File: lang/dynamic/helpers/acl.php, line: 180 -msgid "Allow access to the 'Diagnostics: Backup/restore' page." -msgstr "" -"Разрешить доступ к странице «Диагностика. Резервное копирование/" -"Восстановление»." - -# File: lang/dynamic/helpers/acl.php, line: 181 -msgid "" -"Allow direct access to all Dashboard widget pages, required for some widgets " -"using AJAX." -msgstr "" -"Разрешить прямой доступ ко всем страницам виджетов на инструментальной " -"панели (требуется для некоторых виджетов, которые используют AJAX)." - -# File: lang/dynamic/helpers/acl.php, line: 182 -msgid "Allow access to the 'Status: Load Balancer: Virtual Server' page." -msgstr "" -"Разрешить доступ к странице «Статус. Балансировка нагрузки. Виртуальный " -"сервер»." - -# File: lang/dynamic/helpers/acl.php, line: 183 -msgid "Allow access to the 'Diagnostics: Configuration History' page." -msgstr "" -"Разрешить доступ к странице «Диагностика. История изменения конфигурации»." - -# File: lang/dynamic/helpers/acl.php, line: 184 -msgid "Allow access to the 'Interfaces: GRE: Edit' page." -msgstr "Разрешить доступ к странице «Интерфейсы. GRE. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 185 -msgid "Allow access to the 'Status: Gateway Groups' page." -msgstr "Разрешить доступ к странице «Статус. Группы шлюза»." - -# File: lang/dynamic/helpers/acl.php, line: 186 -msgid "Allow access to the 'Services: DHCP server' page." -msgstr "Разрешить доступ к странице «Службы. DHCP сервер»." - -# File: lang/dynamic/helpers/acl.php, line: 187 -msgid "Allow access to the 'Interfaces' page." -msgstr "Разрешить доступ к странице «Интерфейсы»." - -# File: lang/dynamic/helpers/acl.php, line: 188 -msgid "Allow access to the 'Services: DNS Forwarder: Edit host' page." -msgstr "" -"Разрешить доступ к странице «Службы. Перенаправляющий DNS-сервер. " -"Редактировать данные хоста»." - -# File: lang/dynamic/helpers/acl.php, line: 189 -msgid "Allow access to the 'Status: System logs: Captive portal' page." -msgstr "" -"Разрешить доступ к странице «Статус. Системные журналы. Captive Portal»." - -# File: lang/dynamic/helpers/acl.php, line: 190 -msgid "Allow access to the 'System: General Setup' page." -msgstr "Разрешить доступ к странице «Система. Общие настройки»." - -# File: lang/dynamic/helpers/acl.php, line: 191 -msgid "Allow access to the 'Services: DNS Resolver: Access Lists: Edit' page." -msgstr "" -"Разрешить доступ к странице «Службы. DNS-преобразователь. Списки доступа. " -"Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 192 -msgid "Allow access to the 'Firewall: NAT: 1:1: Edit' page." -msgstr "" -"Разрешить доступ к странице «Межсетевой экран. NAT.1:1. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 193 -msgid "Allow access to the 'Diagnostics: Tables' page." -msgstr "Разрешить доступ к странице «Диагностика. Таблицы»." - -# File: lang/dynamic/helpers/acl.php, line: 194 -msgid "Allow access to the 'System: Group manager' page." -msgstr "Разрешить доступ к странице «Система. Управление группами»." - -# File: lang/dynamic/helpers/acl.php, line: 195 -msgid "Allow access to the 'System: User Manager: settings' page." -msgstr "" -"Разрешить доступ к странице «Система. Управление пользователями. Настройки»." - -# File: lang/dynamic/helpers/acl.php, line: 196 -msgid "Allow access to the 'Status: DHCPv6 leases' page." -msgstr "Разрешить доступ к странице «Статус. Аренда адресов DHCPv6»." - -# File: lang/dynamic/helpers/acl.php, line: 197 -msgid "Edit Interface LAGG" -msgstr "Редактировать LAGG интерфейс" - -# File: lang/dynamic/helpers/acl.php, line: 198 -msgid "Allow access to the 'Status: NTP Serial GPS' page." -msgstr "" -"Разрешить доступ к странице «Статус. NTP GPS-приемник с последовательным " -"интерфейсом для синхронизации времени по NTP»." - -# File: lang/dynamic/helpers/acl.php, line: 199 -msgid "Indicates whether the user is allowed to dial in via L2TP" -msgstr "" -"Показывает, разрешается ли пользователю подключаться к сети с помощью " -"протокола L2TP" - -# File: lang/dynamic/helpers/acl.php, line: 200 -msgid "Allow access to the 'Status: Load Balancer: Pool' page." -msgstr "Разрешить доступ к странице «Статус. Балансировка нагрузки. Пул»." - -# File: lang/dynamic/helpers/acl.php, line: 201 -msgid "Allow access to the 'Interfaces: QinQ' page." -msgstr "Разрешить доступ к странице «Интерфейсы. QinQ»." - -# File: lang/dynamic/helpers/acl.php, line: 202 -msgid "Allow access to the 'Interfaces: Bridge : Edit' page." -msgstr "Разрешить доступ к странице «Интерфейсы. Сетевой мост. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 203 -msgid "Allow access to the 'Interfaces: Wireless' page." -msgstr "Разрешить доступ к странице «Интерфейсы. Беспроводные сети»." - -# File: lang/dynamic/helpers/acl.php, line: 204 -msgid "Allow access to the 'Services: Dynamic DNS clients' page." -msgstr "Разрешить доступ к странице «Службы. Клиенты динамического DNS»." - -# File: lang/dynamic/helpers/acl.php, line: 205 -msgid "Allow access to the 'Status: System logs: System: Wireless' page." -msgstr "" -"Разрешить доступ к странице «Статус. Системные журналы. Система. " -"Беспроводные сети»." - -# File: lang/dynamic/helpers/acl.php, line: 206 -msgid "Allow access to the 'Firewall: Schedules: Edit' page." -msgstr "" -"Разрешить доступ к странице «Межсетевой экран. Расписания. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 207 -msgid "Allow access to the 'Diagnostics: Ping' page." -msgstr "Разрешить доступ к странице «Диагностика. Ping»." - -# File: lang/dynamic/helpers/acl.php, line: 208 -msgid "Allow access to the 'System: Certificate Manager' page." -msgstr "Разрешить доступ к странице «Система. Управление сертификатами»." - -# File: lang/dynamic/helpers/acl.php, line: 209 -msgid "Allow access to the 'System: Gateways: Edit Gateway Groups' page." -msgstr "" -"Разрешить доступ к странице «Система. Шлюзы. Редактировать группы шлюза»." - -# File: lang/dynamic/helpers/acl.php, line: 210 -msgid "Allow access to the 'System: Static Routes: Edit route' page." -msgstr "" -"Разрешить доступ к странице «Система. Статические маршруты. Редактировать " -"маршрут»." - -# File: lang/dynamic/helpers/acl.php, line: 211 -msgid "Allow access to the 'Services: Wake on LAN' page." -msgstr "Разрешить доступ к странице «Службы. Wake on LAN»." - -# File: lang/dynamic/helpers/acl.php, line: 212 -msgid "Allow access to the 'System: License' page." -msgstr "Разрешить доступ к странице «Система. Лицензия»." - -# File: lang/dynamic/helpers/acl.php, line: 213 -msgid "Allow access to the 'Services: DNS Filter' page." -msgstr "Разрешить доступ к странице «Службы. DNS-фильтр»." - -# File: lang/dynamic/helpers/acl.php, line: 214 -msgid "Allow access to the 'Services: DNS Resolver' page." -msgstr "Разрешить доступ к странице «Службы. DNS-преобразователь»." - -# File: lang/dynamic/helpers/acl.php, line: 215 -msgid "Allows access to the 'Diagnostics: pfTop' page" -msgstr "Разрешить доступ к странице «Диагностика. pfTop»." - -# File: lang/dynamic/helpers/acl.php, line: 216 -msgid "Allow access to the 'Interfaces: GIF' page." -msgstr "Разрешить доступ к странице «Интерфейсы. GIF»." - -# File: lang/dynamic/helpers/acl.php, line: 217 -msgid "Allow access to the 'VPN: IPsec: Edit Pre-Shared Keys' page." -msgstr "" -"Разрешить доступ к странице «VPN. IPsec. Редактировать список предварительно " -"выданных ключей»." - -# File: lang/dynamic/helpers/acl.php, line: 218 -msgid "Allow access to the 'Services: Dynamic DNS client' page." -msgstr "Разрешить доступ к странице «Службы. Клиент динамического DNS»." - -# File: lang/dynamic/helpers/acl.php, line: 219 -msgid "Allow access to the 'Services: PPPoE Server: Edit' page." -msgstr "Разрешить доступ к странице «Службы. PPPoE-сервер. Редактировать»." - -# File: lang/dynamic/helpers/acl.php, line: 220 -msgid "Allow access to the 'Diagnostics: Logs: PPPoE' page." -msgstr "Разрешить доступ к странице «Диагностика. Журналы. PPPoE»." - -# File: lang/dynamic/helpers/acl.php, line: 221 -msgid "Allow access to the 'System: Advanced: Tunables' page." -msgstr "Разрешить доступ к странице «Система. Дополнительно. Параметры»." - -# File: lang/dynamic/helpers/acl.php, line: 222 -msgid "Allow access to the 'System: Group Manager: Add Privileges' page." -msgstr "" -"Разрешить доступ к странице «Система. Управление группами. Назначить " -"привилегии»." - -# File: lang/dynamic/helpers/acl.php, line: 223 -msgid "Allow access to the 'Services: Load Balancer: Monitors' page." -msgstr "" -"Разрешить доступ к странице «Службы. Балансировка нагрузки. Мониторинг»." - -# File: lang/dynamic/helpers/acl.php, line: 224 -msgid "Indicates whether the user is allowed to dial in via PPTP" -msgstr "" -"Показывает, разрешается ли пользователю подключаться к сети с помощью " -"протокола PPTP" - -# File: lang/dynamic/helpers/acl.php, line: 225 -msgid "Allow access to the 'Diagnostics: Traceroute' page." -msgstr "Разрешить доступ к странице «Диагностика. Traceroute»." - -# File: lang/dynamic/helpers/acl.php, line: 226 -msgid "Allow access to the 'Firewall: NAT: Outbound' page." -msgstr "Разрешить доступ к странице «Межсетевой экран. NAT. Исходящий»." - -# File: lang/dynamic/helpers/acl.php, line: 227 -msgid "Allow access to the 'System: Advanced: Firewall and NAT' page." -msgstr "" -"Разрешить доступ к странице «Система. Дополнительно. Межсетевой экран и NAT»." - -# File: lang/dynamic/helpers/acl.php, line: 228 -msgid "Allow access to the 'System: Gateways' page." -msgstr "Разрешить доступ к странице «Система. Шлюзы»." - -# File: lang/dynamic/helpers/acl.php, line: 229 -msgid "Allow access to the 'Firewall: Easy Rule' add/status page." -msgstr "" -"Разрешить доступ к странице добавления и статуса «Межсетевой экран. Статус/" -"добавить простые правила»." - -# File: lang/dynamic/helpers/acl.php, line: 230 -msgid "Allow access to the 'System: Static Routes' page." -msgstr "Разрешить доступ к странице «Система. Статические маршруты»." - -# File: lang/dynamic/helpers/acl.php, line: 231 -msgid "Allow access to the 'XMLRPC Interface Stats' page." -msgstr "Разрешить доступ к странице «Статистика интерфейса XMLRPC»." - -# File: lang/dynamic/helpers/acl.php, line: 232 -msgid "Allow access to the 'Interfaces: Bridge' page." -msgstr "Разрешить доступ к странице «Интерфейсы. Сетевой мост»." - -# File: lang/dynamic/helpers/acl.php, line: 233 -msgid "Allow access to the 'System: High Availability' page." -msgstr "Разрешить доступ к странице «Система. Высокий уровень доступности»." - -# File: lang/dynamic/helpers/acl.php, line: 234 -msgid "Allow access to the 'Diagnostics: Factory defaults' page." -msgstr "" -"Разрешить доступ к странице «Диагностика. Сбросить настройки по умолчанию»." - -# File: lang/dynamic/helpers/acl.php, line: 235 -msgid "Allow access to the 'Services: DHCP Relay' page." -msgstr "Разрешить доступ к странице «Службы. Ретрансляция DHCP»." - -# File: lang/dynamic/helpers/acl.php, line: 236 -msgid "" -"Allow access to the 'System: Firmware: Manual Update: Progress bar' page." -msgstr "" -"Разрешить доступ к странице «Система. Программное обеспечение. Ручное " -"обновление. Индикатор выполнения»." - -# File: lang/dynamic/helpers/acl.php, line: 237 -msgid "Allow access to the 'Services: Igmpproxy' page." -msgstr "Разрешить доступ к странице «Службы. Igmpproxy»." - -# File: lang/dynamic/helpers/controllers.php, line: 35 -msgid "Enable this zone" -msgstr "Разрешить передачу этой зоны" - -# File: lang/dynamic/helpers/controllers.php, line: 36 -msgid "Internal number used for this zone" -msgstr "Внутренний номер используемый для этой зоны" - -# File: lang/dynamic/helpers/controllers.php, line: 37 -msgid "Select interface(s) to enable for captive portal." -msgstr "" -"Выберите интерфейс (-ы), с которого (-ых) запросы будут перенаправляться на " -"страницу авторизации Captive portal." - -# File: lang/dynamic/helpers/controllers.php, line: 38 -msgid "" -"Select authentication methods to use, leave empty for no authentication " -"needed." -msgstr "" -"Выберите используемый метод аутентификации или оставьте поле пустым, если " -"аутентификация не нужна." - -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "" -"Clients will be disconnected after this amount of inactivity. They may log " -"in again immediately, though. Enter 0 to disable idle timeout." -msgstr "" -"Клиенты будут отключены, если период бездействия превысит значение тайм-" -"аута. Тем не менее они смогут сразу же переподключиться. Введите 0, чтобы " -"отключить тайм-аут бездействия." - -# File: lang/dynamic/helpers/controllers.php, line: 40 -msgid "" -"Clients will be disconnected after this amount of time, regardless of " -"activity. They may log in again immediately, though. Enter 0 to disable hard " -"timeout (not recommended unless an idle timeout is set)." -msgstr "" -"Клиенты будут отключены принудительно. Тем не менее они смогут сразу же " -"переподключиться. Введите 0, чтобы отключить тайм-аут сеанса (не " -"рекомендуется отключать, если не включен тайм-аут бездействия)." - -# File: lang/dynamic/helpers/controllers.php, line: 41 -msgid "" -"If this option is set, users can login on multiple machines at once. If " -"disabled subsequent logins will cause machines previously logged in with the " -"same username to be disconnected." -msgstr "" -"Если этот параметр включен, пользователи смогут подключить несколько " -"устройств одновременно, используя один логин, в противном случае " -"подключенные ранее устройства будут отключены." - -# File: lang/dynamic/helpers/controllers.php, line: 42 -msgid "" -"If provided, all traffic will be transmitted over an HTTPS connection to " -"protect against eavesdroppers." -msgstr "" -"Если поддерживается, весь трафик будет передаваться через HTTPS-соединение " -"для защиты от прослушивания." - -# File: lang/dynamic/helpers/controllers.php, line: 43 -msgid "" -"Hostname (of this machine) to redirect login page to, leave blank to use " -"this interface IP address, otherwise make sure the client can access DNS to " -"resolve this location. When using a SSL certificate, make sure both this " -"name and the cert name are equal." -msgstr "" -"Оставьте пустым поле «Имя хоста» (этого компьютера), на которое будет " -"перенаправлять страница авторизации, чтобы использовать IP-адрес этого " -"интерфейса; в противном случае клиент должен иметь доступ к DNS-серверу для " -"преобразования имени в IP адрес. При использовании SSL сертификата имя " -"субъекта сертификата должно совпадать с именем хоста." - -# File: lang/dynamic/helpers/controllers.php, line: 44 -msgid "Avoid authentication for addresses and subnets in this list" -msgstr "" -"Разрешить доступ без аутентификации для адресов и подсетей из этого списка" - -# File: lang/dynamic/helpers/controllers.php, line: 45 -msgid "Avoid authentication for physical addresses in this list" -msgstr "" -"Разрешить доступ без аутентификации для физических адресов из этого списка" - -# File: lang/dynamic/helpers/controllers.php, line: 46 -msgid "Use custom template package for user login" -msgstr "Использовать пользовательский шаблон страницы входа в систему" - -# File: lang/dynamic/helpers/controllers.php, line: 47 -msgid "Description to identify this zone." -msgstr "Описание для идентификации этой зоны." - -# File: lang/dynamic/helpers/controllers.php, line: 48 -# File: lang/dynamic/helpers/controllers.php, line: 60 -msgid "Select if job is enabled or not" -msgstr "Выберите, разрешить или запретить выполнение задачи" - -# File: lang/dynamic/helpers/controllers.php, line: 49 -msgid "" -"Enter the minutes for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,20,30 or 10-30)" -msgstr "" -"Введите время в минутах, когда будет запущена задача, также можно " -"использовать список разделенных запятой значений, символ «*» (любое " -"значение) или диапазон (например, 10,20,30 или 10–30)" - -# File: lang/dynamic/helpers/controllers.php, line: 50 -msgid "" -"Enter the hours for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,11,12 or 10-12)" -msgstr "" -"Введите время в часах, когда будет запущена задача, также можно использовать " -"список разделенных запятой значений, символ «*» (любое значение) или " -"диапазон (например, 10,11,12 или 10–12)" - -# File: lang/dynamic/helpers/controllers.php, line: 51 -msgid "" -"Enter the days of the month for the job to act, can also be a comma " -"separated list, * (each) or a range (ex. 1,20,28 or 1-28)" -msgstr "" -"Введите дни месяца, когда будет запущена задача, также можно использовать " -"список разделенных запятой значений, символ «*» (любое значение) или " -"диапазон (например, 1,20,28 или 1–28)" - -# File: lang/dynamic/helpers/controllers.php, line: 52 -msgid "" -"Enter the months for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 1,2,3 or 1-3)" -msgstr "" -"Введите месяцы, когда будет запущена задача, также можно использовать список " -"разделенных запятой значений, символ «*» (любое значение) или диапазон " -"(например, 1,2,3 или 1–3)" - -# File: lang/dynamic/helpers/controllers.php, line: 53 -msgid "" -"Enter the days of the week for the job to act, can also be a comma separated " -"list, * (each) or a range (ex. 1,2,3 or 1-3)" -msgstr "" -"Введите дни недели, когда будет запущена задача, также можно использовать " -"список разделенных запятой значений, символ «*» (любое значение) или " -"диапазон (например, 1,2,3 или 1–3)" - -# File: lang/dynamic/helpers/controllers.php, line: 54 -msgid "Select the command that needs to be executed at given time frame." -msgstr "" -"Выберите команду, которая должна быть выполнена в определенный момент " -"времени." - -# File: lang/dynamic/helpers/controllers.php, line: 55 -msgid "Enter parameters for this job if required." -msgstr "Если необходимо, введите параметры для этой задачи." - -# File: lang/dynamic/helpers/controllers.php, line: 56 -msgid "Enter a description to explain what this job is intended for." -msgstr "" -"Введите описание, которое должно содержать информацию о применении задачи." - -# File: lang/dynamic/helpers/controllers.php, line: 57 -msgid "set action to perform here, only used when in IPS mode" -msgstr "" -"укажите здесь подлежащее выполнению действие, только когда включена система " -"предотвращения вторжений (IPS)" - -# File: lang/dynamic/helpers/controllers.php, line: 58 -msgid "enable IDS" -msgstr "включить систему обнаружения вторжений (IDS)" - -# File: lang/dynamic/helpers/controllers.php, line: 59 -msgid "Select interface(s) to use." -msgstr "Выберите используемые интерфейсы." - -# File: lang/dynamic/helpers/controllers.php, line: 61 -msgid "Enter a filename for storing the blacklist." -msgstr "Введите имя файла черного списка." - -# File: lang/dynamic/helpers/controllers.php, line: 62 -msgid "Enter an url to fetch the blacklist from." -msgstr "Введите URL для загрузки черного списка." - -# File: lang/dynamic/helpers/controllers.php, line: 63 -msgid "Enter a description to explain what this blacklist is intended for." -msgstr "" -"Введите описание, которое должно содержать информацию о применении черного " -"списка." - -# File: lang/dynamic/helpers/controllers.php, line: 64 -msgid "Enable or disable the proxy service." -msgstr "Включить или отключить использование прокси-сервера." - -# File: lang/dynamic/helpers/controllers.php, line: 65 -msgid "" -"The port number where Squid sends and receives ICP queries to and from " -"neighbor caches. Leave blank to disable (default). The standard UDP port for " -"ICP is 3130." -msgstr "" -"Номер порта на который Squid будет посылать и принимать ICP запросы от " -"соседних кэшей. Оставьте поле пустым,чтобы отключить эту возможность (по " -"умолчанию). Стандартный номер UDP порта — 3130." - -# File: lang/dynamic/helpers/controllers.php, line: 66 -msgid "Enable access logging." -msgstr "Включить ведение журнала запросов клиентов" - -# File: lang/dynamic/helpers/controllers.php, line: 67 -msgid "Enable store logging." -msgstr "Включить ведение журнала действий с кэшем" - -# File: lang/dynamic/helpers/controllers.php, line: 68 -msgid "" -"If set (default), Squid will include a Via header in requests and\n" -" replies as required by RFC2616." -msgstr "" -"Если функция включена (по умолчанию), Squid будет добавлять Via заголовок в " -"запросы и ответы, как того требует RFC2616." - -# File: lang/dynamic/helpers/controllers.php, line: 70 -msgid "Select what to do with X-Forwarded for header." -msgstr "Выберите, разрешить или запретить заголовки X-Forwarded-For." - -# File: lang/dynamic/helpers/controllers.php, line: 71 -msgid "" -"Suppress Squid version string info in HTTP headers and HTML error pages." -msgstr "" -"Пресекать выдачу версии Squid в HTTP заголовках и HTML страницах об ошибках." - -# File: lang/dynamic/helpers/controllers.php, line: 72 -msgid "Enter the cache memory size to use." -msgstr "Введите размер используемой кэш-памяти." - -# File: lang/dynamic/helpers/controllers.php, line: 73 -msgid "Enter the storage size for the local cache (default is 100)." -msgstr "" -"Введите количество дискового пространства для хранения локального кэша (по " -"умолчанию 100)." - -# File: lang/dynamic/helpers/controllers.php, line: 74 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 16)." -msgstr "" -"Введите количество подкаталогов первого уровня, которые будут созданы в " -"директории, для хранения локального кэша (по умолчанию 16)." - -# File: lang/dynamic/helpers/controllers.php, line: 75 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 256)." -msgstr "" -"Введите количество подкаталогов первого уровня, которые будут созданы в " -"директории, для хранения локального кэша (по умолчанию 256)." - -# File: lang/dynamic/helpers/controllers.php, line: 76 -msgid "Enable or disable traffic management." -msgstr "Включить и отключить управление трафиком." - -# File: lang/dynamic/helpers/controllers.php, line: 77 -msgid "" -"Enter the maxium size for downloads in kilobytes (leave empty to disable)." -msgstr "" -"Введите максимальный размер скачиваемых файлов в килобайтах (оставьте поле " -"пустым, чтобы убрать ограничение)." - -# File: lang/dynamic/helpers/controllers.php, line: 78 -msgid "" -"Enter the maxium size for uploads in kilobytes (leave empty to disable)." -msgstr "" -"Введите максимальный размер загружаемых файлов в килобайтах (оставьте поле " -"пустым, чтобы убрать ограничение)." - -# File: lang/dynamic/helpers/controllers.php, line: 79 -msgid "" -"Enter the allowed overall bandtwith in kilobits per second (leave empty to " -"disable)." -msgstr "" -"Введите допустимую общую пропускную способность в килобитах в секунду " -"(оставьте поле пустым, чтобы убрать ограничение)." - -# File: lang/dynamic/helpers/controllers.php, line: 80 -msgid "" -"Enter the allowed per host bandwidth in kilobits per second (leave empty to " -"disable)." -msgstr "" -"Введите допустимую пропускную способность для хоста в килобитах в секунду " -"(оставьте поле пустым, чтобы убрать ограничение)." - -# File: lang/dynamic/helpers/controllers.php, line: 81 -msgid "Select interface(s) the proxy will bind to." -msgstr "Выберите интерфейсы, к которым будет привязан прокси-сервер." - -# File: lang/dynamic/helpers/controllers.php, line: 82 -# File: lang/dynamic/helpers/controllers.php, line: 85 -msgid "The port the proxy service will listen to." -msgstr "Порт, который прокси-сервер будет прослушивать." - -# File: lang/dynamic/helpers/controllers.php, line: 83 -msgid "" -"When enabled the subnets of the selected interfaces will be added to the " -"allow access list." -msgstr "" -"Если эта функция включена, подсети выбранных интерфейсов будут добавлены в " -"список с правом доступа." - -# File: lang/dynamic/helpers/controllers.php, line: 84 -msgid "Select interface(s) the ftp proxy will bind to." -msgstr "Выберите интерфейсы, к которым будет привязан FTP прокси-сервер." - -# File: lang/dynamic/helpers/controllers.php, line: 86 -msgid "Select Authentication method" -msgstr "Выберите метод аутентификации" - -# File: lang/dynamic/helpers/controllers.php, line: 87 -msgid "The prompt will be displayed in the authentication request window." -msgstr "Подсказка будет отображаться в окне запроса аутентификации." - -# File: lang/dynamic/helpers/controllers.php, line: 88 -msgid "The total number of authenticator processes to spawn." -msgstr "" -"Число процессов аутентификатора, которые могут быть запущены одновременно." - -# File: lang/dynamic/helpers/controllers.php, line: 89 -msgid "enable this pipe and it's related queues and rules" -msgstr "включить этот канал и связанные с ним очереди и правила" - -# File: lang/dynamic/helpers/controllers.php, line: 90 -msgid "Total bandwidth for this pipe" -msgstr "Полная пропускная способность этого канала" - -# File: lang/dynamic/helpers/controllers.php, line: 91 -msgid "number of dynamic queues, leave empty for default" -msgstr "" -"количество динамических очередей, оставьте поле пустым для значения по " -"умолчанию" - -# File: lang/dynamic/helpers/controllers.php, line: 92 -# File: lang/dynamic/helpers/controllers.php, line: 96 -msgid "Description to identify this pipe." -msgstr "Описание для идентификации этого канала." - -# File: lang/dynamic/helpers/controllers.php, line: 93 -msgid "enable this queue and it's related rules" -msgstr "включить эту очередь и связанные с ней правила" - -# File: lang/dynamic/helpers/controllers.php, line: 94 -msgid "connected pipe for this queue" -msgstr "подключенный канал для этой очереди" - -# File: lang/dynamic/helpers/controllers.php, line: 95 -msgid "" -"Weight of this queue (1..100), used to prioritize within a pipe. (1 is low, " -"100 is high)" -msgstr "" -"Весовой коэффициент (1–100) соответствует приоритету очереди внутри канала " -"(1 — низкий, 100 — высокий)" - -# File: lang/dynamic/helpers/controllers.php, line: 97 -msgid "order in which the rule will be evaluated (lowest first)" -msgstr "порядок проверки правил в наборе (снизу-вверх)" - -# File: lang/dynamic/helpers/controllers.php, line: 98 -msgid "" -"secondary interface, matches packets going traveling from interface (1) to " -"interface (2).\n" -" " -msgstr "" -"вторичный интерфейс проверяет на соответствие правилам пакеты, " -"путешествующие от интерфейса (1) к интерфейсу (2).\n" -" " - -# File: lang/dynamic/helpers/controllers.php, line: 100 -msgid "source ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "IP-адрес источника или исходная сеть, например 10.0.0.0/24, 10.0.0.1" - -# File: lang/dynamic/helpers/controllers.php, line: 101 -msgid "source port number or well known name (imap,imaps, http,https,...)" -msgstr "" -"номер исходного порта или хорошо известное имя (imap, imaps, http, https, и " -"т. д.)" - -# File: lang/dynamic/helpers/controllers.php, line: 102 -msgid "destination ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "IP-адрес назначения или сеть, например 10.0.0.0/24, 10.0.0.1" - -# File: lang/dynamic/helpers/controllers.php, line: 103 -msgid "destination port number or well known name (imap,imaps, http,https,...)" -msgstr "" -"номер порта назначения или хорошо известное имя (imap, imaps, http, https, и " -"т. д.)" - -# File: lang/dynamic/helpers/controllers.php, line: 104 -msgid "matches incoming or outgoing packets or both (default)" -msgstr "" -"проверка входящих и/или исходящих пакетов на соответствие правилам (по " -"умолчанию)" - -# File: lang/dynamic/helpers/controllers.php, line: 105 -msgid "target pipe or queue" -msgstr "целевой канал или очередь" - -# File: lang/dynamic/helpers/models.php, line: 35 -msgid "Root" -msgstr "Root" - -# File: lang/dynamic/helpers/models.php, line: 36 -msgid "Dashboard" -msgstr "Инструментальная панель" - -# File: lang/dynamic/helpers/models.php, line: 37 -msgid "License" -msgstr "Лицензия" - -# File: lang/dynamic/helpers/models.php, line: 38 -# File: src/www/diag_authentication.php, line: 130 -# File: src/www/interfaces.php, line: 2140 -# File: src/www/interfaces.php, line: 2212 -# File: src/www/interfaces.php, line: 2350 -# File: src/www/interfaces_ppps_edit.php, line: 119 -# File: src/www/interfaces_ppps_edit.php, line: 122 -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -# File: src/www/interfaces_ppps_edit.php, line: 557 -# File: src/www/services_dyndns_edit.php, line: 96 -# File: src/www/services_dyndns_edit.php, line: 374 -# File: src/www/services_opendns.php, line: 178 -# File: src/www/system_advanced_notifications.php, line: 201 -# File: src/www/system_usermanager.php, line: 244 -# File: src/www/system_usermanager.php, line: 648 -# File: src/www/system_usermanager_passwordmg.php, line: 42 -# File: src/www/vpn_l2tp_users_edit.php, line: 78 -# File: src/www/vpn_l2tp_users_edit.php, line: 169 -# File: src/www/vpn_openvpn_client.php, line: 630 -# File: src/www/vpn_openvpn_client.php, line: 665 -# File: src/www/vpn_openvpn_export.php, line: 714 -# File: src/www/vpn_openvpn_export.php, line: 748 -# File: src/www/vpn_openvpn_export_shared.php, line: 371 -# File: src/www/vpn_pppoe_edit.php, line: 596 -# File: src/www/vpn_pptp_users_edit.php, line: 76 -# File: src/www/vpn_pptp_users_edit.php, line: 167 -msgid "Password" -msgstr "Пароль" - -# File: lang/dynamic/helpers/models.php, line: 39 -# File: src/opnsense/mvc/app/views/layouts/default.volt, line: 126 -# File: src/www/fbegin.inc, line: 118 -msgid "Logout" -msgstr "Выйти" - -# File: lang/dynamic/helpers/models.php, line: 40 -# File: src/www/status.php, line: 188 -msgid "Lobby" -msgstr "Лобби" - -# File: lang/dynamic/helpers/models.php, line: 41 -# File: lang/dynamic/helpers/models.php, line: 43 -# File: lang/dynamic/helpers/models.php, line: 45 -msgid "workAround" -msgstr "Обходной путь" - -# File: lang/dynamic/helpers/models.php, line: 42 -# File: src/www/system_camanager.php, line: 711 -# File: src/www/system_certmanager.php, line: 541 -# File: src/www/system_crlmanager.php, line: 296 -# File: src/www/system_crlmanager.php, line: 320 -# File: src/www/system_crlmanager.php, line: 610 -# File: src/www/system_hasync.php, line: 214 -msgid "Certificates" -msgstr "Сертификаты" - -# File: lang/dynamic/helpers/models.php, line: 44 -# File: src/www/system_camanager.php, line: 430 -msgid "Authorities" -msgstr "Полномочия" - -# File: lang/dynamic/helpers/models.php, line: 46 -msgid "Revocation" -msgstr "Отзыв сертификатов" - -# File: lang/dynamic/helpers/models.php, line: 47 -msgid "Trust" -msgstr "Доверенные сертификаты" - -# File: lang/dynamic/helpers/models.php, line: 48 -# File: src/www/firewall_rules_edit.php, line: 1175 -# File: src/www/firewall_rules_edit.php, line: 1202 -# File: src/www/firewall_rules_edit.php, line: 1342 -# File: src/www/firewall_rules_edit.php, line: 1430 -# File: src/www/firewall_rules_edit.php, line: 1441 -# File: src/www/interfaces_lagg_edit.php, line: 243 -# File: src/www/load_balancer_virtual_server_edit.php, line: 229 -# File: src/www/system_general.php, line: 366 -# File: src/www/vpn_ipsec_mobile.php, line: 406 -# File: src/www/vpn_openvpn_client.php, line: 623 -# File: src/www/vpn_openvpn_export.php, line: 741 -# File: src/www/vpn_openvpn_export_shared.php, line: 364 -msgid "none" -msgstr "отсутствует" - -# File: lang/dynamic/helpers/models.php, line: 49 -# File: src/www/diag_confbak.php, line: 265 -msgid "History" -msgstr "История изменений" - -# File: lang/dynamic/helpers/models.php, line: 50 -msgid "Backups" -msgstr "Резервные копии" - -# File: lang/dynamic/helpers/models.php, line: 51 -msgid "Configuration" -msgstr "Конфигурация" - -# File: lang/dynamic/helpers/models.php, line: 52 -msgid "Crash Reporter" -msgstr "Средство создания отчетов об ошибках" - -# File: lang/dynamic/helpers/models.php, line: 53 -msgid "Firmware" -msgstr "Программное обеспечение" - -# File: lang/dynamic/helpers/models.php, line: 54 -msgid "Synchronization" -msgstr "Синхронизация" - -# File: lang/dynamic/helpers/models.php, line: 55 -msgid "CARP Status" -msgstr "Статус CARP" - -# File: lang/dynamic/helpers/models.php, line: 56 -msgid "High Availability" -msgstr "Высокий уровень доступности" - -# File: lang/dynamic/helpers/models.php, line: 57 -# File: lang/dynamic/helpers/models.php, line: 63 -# File: lang/dynamic/helpers/models.php, line: 66 -# File: lang/dynamic/helpers/models.php, line: 78 -# File: lang/dynamic/helpers/models.php, line: 91 -# File: lang/dynamic/helpers/models.php, line: 105 -# File: lang/dynamic/helpers/models.php, line: 107 -# File: lang/dynamic/helpers/models.php, line: 109 -# File: lang/dynamic/helpers/models.php, line: 111 -# File: lang/dynamic/helpers/models.php, line: 113 -# File: lang/dynamic/helpers/models.php, line: 115 -# File: lang/dynamic/helpers/models.php, line: 117 -# File: lang/dynamic/helpers/models.php, line: 120 -# File: lang/dynamic/helpers/models.php, line: 124 -# File: lang/dynamic/helpers/models.php, line: 139 -# File: lang/dynamic/helpers/models.php, line: 143 -# File: lang/dynamic/helpers/models.php, line: 145 -# File: lang/dynamic/helpers/models.php, line: 147 -# File: lang/dynamic/helpers/models.php, line: 190 -# File: lang/dynamic/helpers/models.php, line: 197 -# File: lang/dynamic/helpers/models.php, line: 215 -# File: lang/dynamic/helpers/models.php, line: 219 -# File: lang/dynamic/helpers/models.php, line: 224 -# File: lang/dynamic/helpers/models.php, line: 226 -# File: lang/dynamic/helpers/models.php, line: 231 -# File: lang/dynamic/helpers/models.php, line: 241 -# File: lang/dynamic/helpers/models.php, line: 250 -# File: lang/dynamic/helpers/models.php, line: 261 -# File: lang/dynamic/helpers/models.php, line: 272 -# File: lang/dynamic/helpers/models.php, line: 277 -# File: lang/dynamic/helpers/models.php, line: 279 -# File: lang/dynamic/helpers/models.php, line: 281 -# File: lang/dynamic/helpers/models.php, line: 283 -# File: lang/dynamic/helpers/models.php, line: 290 -msgid "Edit" -msgstr "Редактировать" - -# File: lang/dynamic/helpers/models.php, line: 58 -# File: lang/dynamic/helpers/models.php, line: 62 -# File: lang/dynamic/helpers/models.php, line: 64 -# File: lang/dynamic/helpers/models.php, line: 84 -# File: lang/dynamic/helpers/models.php, line: 87 -# File: lang/dynamic/helpers/models.php, line: 99 -# File: lang/dynamic/helpers/models.php, line: 142 -# File: lang/dynamic/helpers/models.php, line: 212 -# File: src/www/diag_smart.php, line: 299 -# File: src/www/services_snmp.php, line: 465 -# File: src/www/status_graph.php, line: 150 -msgid "All" -msgstr "Все" - -# File: lang/dynamic/helpers/models.php, line: 59 -# File: lang/dynamic/helpers/models.php, line: 65 -# File: lang/dynamic/helpers/models.php, line: 127 -# File: lang/dynamic/helpers/models.php, line: 128 -# File: lang/dynamic/helpers/models.php, line: 164 -# File: lang/dynamic/helpers/models.php, line: 238 -# File: lang/dynamic/helpers/models.php, line: 252 -# File: src/www/carp_status.php, line: 140 -# File: src/www/diag_ipsec.php, line: 100 -# File: src/www/diag_ipsec_leases.php, line: 68 -# File: src/www/status.php, line: 189 -# File: src/www/status_dhcp_leases.php, line: 345 -# File: src/www/status_gateways.php, line: 57 -# File: src/www/status_interfaces.php, line: 82 -# File: src/www/status_lb_vs.php, line: 76 -# File: src/www/status_ntpd.php, line: 177 -# File: src/www/status_openvpn.php, line: 235 -# File: src/www/status_openvpn.php, line: 273 -# File: src/www/status_services.php, line: 297 -# File: src/www/status_wireless.php, line: 82 -# File: src/www/widgets/widgets/gateways.widget.php, line: 48 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 143 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 178 -# File: src/www/widgets/widgets/services_status.widget.php, line: 61 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 47 -msgid "Status" -msgstr "Статус" - -# File: lang/dynamic/helpers/models.php, line: 60 -# File: lang/dynamic/helpers/models.php, line: 69 -# File: lang/dynamic/helpers/models.php, line: 81 -# File: lang/dynamic/helpers/models.php, line: 122 -# File: lang/dynamic/helpers/models.php, line: 126 -# File: lang/dynamic/helpers/models.php, line: 195 -# File: lang/dynamic/helpers/models.php, line: 218 -# File: lang/dynamic/helpers/models.php, line: 230 -# File: lang/dynamic/helpers/models.php, line: 239 -# File: lang/dynamic/helpers/models.php, line: 244 -# File: lang/dynamic/helpers/models.php, line: 247 -# File: lang/dynamic/helpers/models.php, line: 269 -# File: lang/dynamic/helpers/models.php, line: 275 -# File: lang/dynamic/helpers/models.php, line: 287 -# File: lang/dynamic/helpers/models.php, line: 293 -# File: lang/dynamic/helpers/models.php, line: 307 -msgid "Log File" -msgstr "Журнал" - -# File: lang/dynamic/helpers/models.php, line: 61 -msgid "Routes" -msgstr "Маршруты" - -# File: lang/dynamic/helpers/models.php, line: 67 -# File: lang/dynamic/helpers/models.php, line: 112 -# File: src/www/interfaces_groups.php, line: 78 -# File: src/www/system_groupmanager.php, line: 255 -# File: src/www/system_groupmanager.php, line: 279 -msgid "Group" -msgstr "Группа" - -# File: lang/dynamic/helpers/models.php, line: 68 -msgid "Group Status" -msgstr "Статус группы" - -# File: lang/dynamic/helpers/models.php, line: 70 -# File: src/www/status_gateway_groups.php, line: 62 -# File: src/www/system_gateway_groups.php, line: 169 -# File: src/www/system_gateways.php, line: 224 -# File: src/www/system_gateways.php, line: 256 -msgid "Gateways" -msgstr "Шлюзы" - -# File: lang/dynamic/helpers/models.php, line: 71 -# File: lang/dynamic/helpers/models.php, line: 207 -# File: lang/dynamic/helpers/models.php, line: 235 -msgid "General" -msgstr "Общие настройки" - -# File: lang/dynamic/helpers/models.php, line: 72 -msgid "Admin Access" -msgstr "Доступ с правами администратора" - -# File: lang/dynamic/helpers/models.php, line: 73 -msgid "Networking" -msgstr "Построение сетей" - -# File: lang/dynamic/helpers/models.php, line: 74 -msgid "Firewall/NAT" -msgstr "Межсетевой экран и NAT" - -# File: lang/dynamic/helpers/models.php, line: 75 -msgid "Notifications" -msgstr "Уведомления" - -# File: lang/dynamic/helpers/models.php, line: 76 -msgid "Logs/Reports" -msgstr "Журналы и отчеты" - -# File: lang/dynamic/helpers/models.php, line: 77 -msgid "Miscellaneous" -msgstr "Прочее" - -# File: lang/dynamic/helpers/models.php, line: 79 -msgid "Tunables" -msgstr "Параметры" - -# File: lang/dynamic/helpers/models.php, line: 80 -# File: lang/dynamic/helpers/models.php, line: 90 -# File: lang/dynamic/helpers/models.php, line: 229 -# File: lang/dynamic/helpers/models.php, line: 242 -# File: lang/dynamic/helpers/models.php, line: 251 -# File: lang/dynamic/helpers/models.php, line: 271 -# File: lang/dynamic/helpers/models.php, line: 289 -# File: lang/dynamic/helpers/models.php, line: 366 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 382 -msgid "Settings" -msgstr "Настройки" - -# File: lang/dynamic/helpers/models.php, line: 82 -msgid "Step" -msgstr "Шаг" - -# File: lang/dynamic/helpers/models.php, line: 83 -msgid "Wizard" -msgstr "Мастер" - -# File: lang/dynamic/helpers/models.php, line: 85 -# File: lang/dynamic/helpers/models.php, line: 88 -msgid "Privileges" -msgstr "Привилегии" - -# File: lang/dynamic/helpers/models.php, line: 86 -# File: lang/dynamic/helpers/models.php, line: 273 -# File: lang/dynamic/helpers/models.php, line: 291 -msgid "Users" -msgstr "Пользователи" - -# File: lang/dynamic/helpers/models.php, line: 89 -# File: src/www/system_usermanager.php, line: 939 -msgid "Groups" -msgstr "Группы" - -# File: lang/dynamic/helpers/models.php, line: 92 -# File: src/www/load_balancer_pool.php, line: 126 -# File: src/www/status_lb_pool.php, line: 130 -# File: src/www/status_lb_vs.php, line: 75 -msgid "Servers" -msgstr "Серверы" - -# File: lang/dynamic/helpers/models.php, line: 93 -msgid "Tester" -msgstr "Средство проверки" - -# File: lang/dynamic/helpers/models.php, line: 94 -# File: src/www/diag_logs_proxy.php, line: 13 -msgid "Access" -msgstr "Доступ" - -# File: lang/dynamic/helpers/models.php, line: 95 -msgid "Factory Defaults" -msgstr "Сбросить настройки по умолчанию" - -# File: lang/dynamic/helpers/models.php, line: 96 -msgid "Halt System" -msgstr "Завершение работы системы" - -# File: lang/dynamic/helpers/models.php, line: 97 -msgid "Reboot System" -msgstr "Перезагрузка системы" - -# File: lang/dynamic/helpers/models.php, line: 98 -# File: src/www/widgets/widgets/smart_status.widget.php, line: 40 -msgid "SMART Status" -msgstr "Статус SMART" - -# File: lang/dynamic/helpers/models.php, line: 100 -# File: lang/dynamic/helpers/models.php, line: 256 -# File: lang/dynamic/helpers/models.php, line: 309 -# File: lang/dynamic/helpers/models.php, line: 333 -# File: lang/dynamic/helpers/models.php, line: 339 -# File: src/www/services_unbound_overrides.php, line: 92 -# File: src/www/system_authservers.php, line: 152 -msgid "Services" -msgstr "Службы" - -# File: lang/dynamic/helpers/models.php, line: 101 -# File: lang/dynamic/helpers/models.php, line: 137 -# File: lang/dynamic/helpers/models.php, line: 182 -# File: lang/dynamic/helpers/models.php, line: 359 -# File: lang/dynamic/helpers/models.php, line: 363 -msgid "Diagnostics" -msgstr "Диагностика" - -# File: lang/dynamic/helpers/models.php, line: 102 -# File: lang/dynamic/helpers/models.php, line: 360 -# File: src/www/diag_backup.php, line: 146 -# File: src/www/system_general.php, line: 317 -msgid "System" -msgstr "Система" - -# File: lang/dynamic/helpers/models.php, line: 103 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 44 -msgid "Overview" -msgstr "Обзор" - -# File: lang/dynamic/helpers/models.php, line: 104 -msgid "Assignments" -msgstr "Назначения портов" - -# File: lang/dynamic/helpers/models.php, line: 106 -# File: src/www/interfaces_bridge.php, line: 92 -msgid "Bridge" -msgstr "Сетевой мост" - -# File: lang/dynamic/helpers/models.php, line: 108 -# File: src/www/interfaces_gif.php, line: 85 -msgid "GIF" -msgstr "GIF" - -# File: lang/dynamic/helpers/models.php, line: 110 -# File: src/www/firewall_nat_out_edit.php, line: 457 -# File: src/www/interfaces_gre.php, line: 87 -msgid "GRE" -msgstr "GRE" - -# File: lang/dynamic/helpers/models.php, line: 114 -# File: src/www/interfaces_lagg.php, line: 96 -msgid "LAGG" -msgstr "LAGG" - -# File: lang/dynamic/helpers/models.php, line: 116 -# File: src/www/interfaces_qinq.php, line: 102 -msgid "QinQ" -msgstr "QinQ" - -# File: lang/dynamic/helpers/models.php, line: 118 -# File: src/www/interfaces_vlan.php, line: 88 -msgid "VLAN" -msgstr "VLAN" - -# File: lang/dynamic/helpers/models.php, line: 119 -msgid "Other Types" -msgstr "Другие типы" - -# File: lang/dynamic/helpers/models.php, line: 121 -# File: lang/dynamic/helpers/models.php, line: 125 -msgid "Devices" -msgstr "Устройства" - -# File: lang/dynamic/helpers/models.php, line: 123 -# File: src/www/interfaces_ppps.php, line: 87 -msgid "Point-to-Point" -msgstr "Point-to-Point" - -# File: lang/dynamic/helpers/models.php, line: 129 -# File: src/www/interfaces_wireless.php, line: 85 -msgid "Wireless" -msgstr "Беспроводные сети" - -# File: lang/dynamic/helpers/models.php, line: 130 -# File: src/www/diag_dns.php, line: 150 -msgid "DNS Lookup" -msgstr "Просмотр DNS-записей" - -# File: lang/dynamic/helpers/models.php, line: 131 -msgid "Packet Capture" -msgstr "Захват пакетов" - -# File: lang/dynamic/helpers/models.php, line: 132 -# File: src/www/diag_dns.php, line: 134 -# File: src/www/diag_ping.php, line: 103 -# File: src/www/diag_ping.php, line: 154 -msgid "Ping" -msgstr "Ping" - -# File: lang/dynamic/helpers/models.php, line: 133 -# File: src/www/diag_testport.php, line: 129 -msgid "Test Port" -msgstr "Проверить порт" - -# File: lang/dynamic/helpers/models.php, line: 134 -# File: src/www/diag_dns.php, line: 135 -# File: src/www/diag_traceroute.php, line: 105 -# File: src/www/diag_traceroute.php, line: 169 -msgid "Traceroute" -msgstr "Traceroute" - -# File: lang/dynamic/helpers/models.php, line: 135 -# File: lang/dynamic/helpers/models.php, line: 173 -# File: lang/dynamic/helpers/models.php, line: 193 -# File: lang/dynamic/helpers/models.php, line: 201 -msgid "Details" -msgstr "Подробности" - -# File: lang/dynamic/helpers/models.php, line: 136 -msgid "Traffic Graph" -msgstr "Графики трафика" - -# File: lang/dynamic/helpers/models.php, line: 138 -# File: lang/dynamic/helpers/models.php, line: 364 -# File: src/www/diag_backup.php, line: 138 -# File: src/www/diag_logs_filter_summary.php, line: 45 -# File: src/www/interfaces_assign.php, line: 361 -# File: src/www/services_dnsmasq.php, line: 275 -msgid "Interfaces" -msgstr "Интерфейсы" - -# File: lang/dynamic/helpers/models.php, line: 140 -msgid "NoneEdit" -msgstr "Отсутствует (редактировать)" - -# File: lang/dynamic/helpers/models.php, line: 141 -# File: src/www/diag_system_pftop.php, line: 136 -# File: src/www/firewall_nat_edit.php, line: 927 -# File: src/www/firewall_nat_edit.php, line: 959 -# File: src/www/interfaces.php, line: 1732 -# File: src/www/interfaces.php, line: 1745 -# File: src/www/interfaces.php, line: 1860 -# File: src/www/interfaces.php, line: 2453 -# File: src/www/interfaces_bridge_edit.php, line: 480 -# File: src/www/system_advanced_misc.php, line: 420 -# File: src/www/vpn_ipsec.php, line: 55 -# File: src/www/vpn_ipsec_phase2.php, line: 768 -# File: src/www/vpn_openvpn_client.php, line: 757 -msgid "None" -msgstr "Отсутствует" - -# File: lang/dynamic/helpers/models.php, line: 144 -msgid "IPs" -msgstr "IP-адреса" - -# File: lang/dynamic/helpers/models.php, line: 146 -# File: src/www/firewall_aliases_edit.php, line: 466 -# File: src/www/firewall_nat.php, line: 256 -# File: src/www/firewall_nat.php, line: 258 -# File: src/www/firewall_nat.php, line: 260 -msgid "Ports" -msgstr "Порты" - -# File: lang/dynamic/helpers/models.php, line: 148 -msgid "URLs" -msgstr "URLs" - -# File: lang/dynamic/helpers/models.php, line: 149 -msgid "Import" -msgstr "Импортировать" - -# File: lang/dynamic/helpers/models.php, line: 150 -# File: src/www/diag_backup.php, line: 133 -# File: src/www/firewall_aliases.php, line: 154 -# File: src/www/firewall_aliases_import.php, line: 48 -# File: src/www/firewall_nat_1to1_edit.php, line: 357 -# File: src/www/firewall_nat_1to1_edit.php, line: 408 -# File: src/www/firewall_nat_edit.php, line: 606 -# File: src/www/firewall_nat_edit.php, line: 652 -# File: src/www/firewall_nat_edit.php, line: 669 -# File: src/www/firewall_nat_edit.php, line: 720 -# File: src/www/firewall_nat_edit.php, line: 796 -# File: src/www/firewall_nat_edit.php, line: 813 -# File: src/www/firewall_nat_edit.php, line: 863 -# File: src/www/firewall_nat_out_edit.php, line: 479 -# File: src/www/firewall_nat_out_edit.php, line: 534 -# File: src/www/firewall_rules_edit.php, line: 896 -# File: src/www/firewall_rules_edit.php, line: 961 -# File: src/www/firewall_rules_edit.php, line: 978 -# File: src/www/firewall_rules_edit.php, line: 1029 -# File: src/www/firewall_rules_edit.php, line: 1083 -# File: src/www/firewall_rules_edit.php, line: 1100 -# File: src/www/services_dnsmasq_edit.php, line: 231 -# File: src/www/services_unbound_host_edit.php, line: 321 -# File: src/www/system_hasync.php, line: 241 -msgid "Aliases" -msgstr "Псевдонимы" - -# File: lang/dynamic/helpers/models.php, line: 151 -msgid "RulesEdit" -msgstr "Правила (редактировать)" - -# File: lang/dynamic/helpers/models.php, line: 152 -msgid "Floating" -msgstr "Плавающие" - -# File: lang/dynamic/helpers/models.php, line: 153 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 81 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 81 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 172 -# File: src/www/diag_logs_filter.php, line: 647 -# File: src/www/diag_packet_capture.php, line: 311 -# File: src/www/firewall_nat_1to1.php, line: 198 -# File: src/www/firewall_nat_1to1_edit.php, line: 168 -# File: src/www/firewall_nat_1to1_edit.php, line: 310 -# File: src/www/firewall_nat_edit.php, line: 196 -# File: src/www/firewall_nat_edit.php, line: 199 -# File: src/www/firewall_nat_edit.php, line: 543 -# File: src/www/firewall_nat_npt.php, line: 197 -# File: src/www/firewall_nat_npt_edit.php, line: 124 -# File: src/www/firewall_nat_npt_edit.php, line: 196 -# File: src/www/firewall_nat_out.php, line: 339 -# File: src/www/firewall_nat_out.php, line: 539 -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_nat_out_edit.php, line: 434 -# File: src/www/firewall_rules_edit.php, line: 765 -# File: src/www/firewall_virtual_ip.php, line: 274 -# File: src/www/firewall_virtual_ip_edit.php, line: 336 -# File: src/www/interfaces_assign.php, line: 398 -# File: src/www/interfaces_bridge.php, line: 126 -# File: src/www/interfaces_gif.php, line: 119 -# File: src/www/interfaces_gre.php, line: 121 -# File: src/www/interfaces_lagg.php, line: 129 -# File: src/www/interfaces_ppps.php, line: 120 -# File: src/www/interfaces_qinq.php, line: 136 -# File: src/www/interfaces_vlan.php, line: 121 -# File: src/www/interfaces_wireless.php, line: 118 -# File: src/www/services_dhcp_relay.php, line: 69 -# File: src/www/services_dhcpv6_relay.php, line: 65 -# File: src/www/services_dyndns.php, line: 84 -# File: src/www/services_igmpproxy_edit.php, line: 160 -# File: src/www/services_wol.php, line: 139 -# File: src/www/services_wol.php, line: 174 -# File: src/www/services_wol_edit.php, line: 77 -# File: src/www/services_wol_edit.php, line: 137 -# File: src/www/status_graph.php, line: 115 -# File: src/www/system_gateways.php, line: 301 -# File: src/www/system_gateways_edit.php, line: 53 -# File: src/www/system_gateways_edit.php, line: 575 -# File: src/www/system_routes.php, line: 244 -# File: src/www/vpn_ipsec_phase1.php, line: 660 -# File: src/www/vpn_l2tp.php, line: 304 -# File: src/www/vpn_openvpn_client.php, line: 544 -# File: src/www/vpn_openvpn_server.php, line: 836 -# File: src/www/vpn_pppoe.php, line: 117 -# File: src/www/vpn_pppoe_edit.php, line: 417 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 46 -msgid "Interface" -msgstr "Интерфейс" - -# File: lang/dynamic/helpers/models.php, line: 154 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 383 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 104 -# File: src/www/diag_system_pftop.php, line: 121 -# File: src/www/firewall_rules.php, line: 142 -# File: src/www/firewall_rules.php, line: 161 -# File: src/www/firewall_schedule.php, line: 92 -msgid "Rules" -msgstr "Правила" - -# File: lang/dynamic/helpers/models.php, line: 155 -msgid "NatEdit" -msgstr "Редактировать NAT" - -# File: lang/dynamic/helpers/models.php, line: 156 -# File: src/www/firewall_nat.php, line: 170 -# File: src/www/firewall_nat.php, line: 189 -msgid "Port Forward" -msgstr "Переадресация портов" - -# File: lang/dynamic/helpers/models.php, line: 157 -msgid "OneOnOneEdit" -msgstr "Один-к-одному (редактировать)" - -# File: lang/dynamic/helpers/models.php, line: 158 -# File: src/www/firewall_nat_1to1.php, line: 118 -# File: src/www/firewall_nat_1to1.php, line: 137 -msgid "1:1" -msgstr "1:1" - -# File: lang/dynamic/helpers/models.php, line: 159 -msgid "OutboundEdit" -msgstr "Исходящий (редактировать)" - -# File: lang/dynamic/helpers/models.php, line: 160 -# File: src/www/firewall_nat_out.php, line: 187 -# File: src/www/firewall_nat_out.php, line: 207 -msgid "Outbound" -msgstr "Исходящий" - -# File: lang/dynamic/helpers/models.php, line: 161 -msgid "NPTEdit" -msgstr "NPT (редактировать)" - -# File: lang/dynamic/helpers/models.php, line: 162 -msgid "NPT (IPv6)" -msgstr "NPT (IPv6)" - -# File: lang/dynamic/helpers/models.php, line: 163 -# File: src/www/diag_backup.php, line: 140 -# File: src/www/firewall_nat.php, line: 246 -# File: src/www/firewall_virtual_ip.php, line: 345 -# File: src/www/system_hasync.php, line: 250 -# File: src/www/vpn_ipsec_phase2.php, line: 746 -msgid "NAT" -msgstr "NAT" - -# File: lang/dynamic/helpers/models.php, line: 165 -msgid "TrafficShaper" -msgstr "Шейпер трафика" - -# File: lang/dynamic/helpers/models.php, line: 166 -msgid "VirtualIPEdit" -msgstr "Виртуальный IP-адрес (редактировать)" - -# File: lang/dynamic/helpers/models.php, line: 167 -# File: src/www/firewall_nat_edit.php, line: 733 -# File: src/www/system_hasync.php, line: 314 -msgid "Virtual IPs" -msgstr "Виртуальные IP-адреса" - -# File: lang/dynamic/helpers/models.php, line: 168 -msgid "SchedulesEdit" -msgstr "Расписания (редактировать)" - -# File: lang/dynamic/helpers/models.php, line: 169 -# File: src/www/system_advanced_misc.php, line: 469 -msgid "Schedules" -msgstr "Расписания" - -# File: lang/dynamic/helpers/models.php, line: 170 -msgid "Filter Reload" -msgstr "Перезапуск фильтров трафика" - -# File: lang/dynamic/helpers/models.php, line: 171 -msgid "pfInfo" -msgstr "pfInfo" - -# File: lang/dynamic/helpers/models.php, line: 172 -msgid "pfTop" -msgstr "pfTop" - -# File: lang/dynamic/helpers/models.php, line: 174 -msgid "pfTables" -msgstr "pfTables" - -# File: lang/dynamic/helpers/models.php, line: 175 -msgid "SocketsDetails" -msgstr "Сокеты (подробно)" - -# File: lang/dynamic/helpers/models.php, line: 176 -msgid "Sockets" -msgstr "Сокеты" - -# File: lang/dynamic/helpers/models.php, line: 177 -msgid "States Dump" -msgstr "Снимок состояний" - -# File: lang/dynamic/helpers/models.php, line: 178 -msgid "States Reset" -msgstr "Сброс состояний" - -# File: lang/dynamic/helpers/models.php, line: 179 -msgid "States Summary" -msgstr "Сводка состояний" - -# File: lang/dynamic/helpers/models.php, line: 180 -# File: lang/dynamic/helpers/models.php, line: 217 -# File: src/www/diag_dump_states.php, line: 125 -# File: src/www/diag_dump_states_sources.php, line: 119 -# File: src/www/diag_logs_filter.php, line: 670 -# File: src/www/diag_logs_template.inc, line: 89 -# File: src/www/status_graph.php, line: 117 -msgid "Filter" -msgstr "Фильтр трафика" - -# File: lang/dynamic/helpers/models.php, line: 181 -msgid "Source Tracking" -msgstr "Проверка источника" - -# File: lang/dynamic/helpers/models.php, line: 183 -msgid "Normal View" -msgstr "Стандартное представление" - -# File: lang/dynamic/helpers/models.php, line: 184 -msgid "Dynamic View" -msgstr "Динамическое представление" - -# File: lang/dynamic/helpers/models.php, line: 185 -msgid "Summary View" -msgstr "Сводное представление" - -# File: lang/dynamic/helpers/models.php, line: 186 -msgid "Plain View" -msgstr "Открытый вид" - -# File: lang/dynamic/helpers/models.php, line: 187 -msgid "Log Files" -msgstr "Журналы" - -# File: lang/dynamic/helpers/models.php, line: 188 -# File: lang/dynamic/helpers/models.php, line: 368 -msgid "Firewall" -msgstr "Межсетевой экран" - -# File: lang/dynamic/helpers/models.php, line: 189 -msgid "Tab" -msgstr "Вкладка" - -# File: lang/dynamic/helpers/models.php, line: 191 -# File: lang/dynamic/helpers/models.php, line: 199 -# File: src/www/diag_dns.php, line: 113 -# File: src/www/diag_logs_settings.php, line: 525 -# File: src/www/diag_logs_settings.php, line: 529 -# File: src/www/diag_logs_settings.php, line: 533 -# File: src/www/services_rfc2136.php, line: 79 -# File: src/www/services_rfc2136_edit.php, line: 200 -# File: src/www/status_ntpd.php, line: 178 -# File: src/www/system_authservers.php, line: 374 -# File: src/www/vpn_ipsec_mobile.php, line: 480 -# File: src/www/vpn_ipsec_mobile.php, line: 482 -# File: src/www/vpn_ipsec_mobile.php, line: 484 -# File: src/www/vpn_ipsec_mobile.php, line: 486 -# File: src/www/vpn_ipsec_mobile.php, line: 499 -# File: src/www/vpn_ipsec_mobile.php, line: 501 -# File: src/www/vpn_openvpn_client.php, line: 1049 -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 68 -msgid "Server" -msgstr "Сервер" - -# File: lang/dynamic/helpers/models.php, line: 192 -# File: lang/dynamic/helpers/models.php, line: 200 -msgid "Relay" -msgstr "Ретрансляция" - -# File: lang/dynamic/helpers/models.php, line: 194 -# File: lang/dynamic/helpers/models.php, line: 202 -msgid "Leases" -msgstr "Аренда адресов" - -# File: lang/dynamic/helpers/models.php, line: 196 -# File: src/www/interfaces.php, line: 1732 -# File: src/www/status_interfaces.php, line: 88 -msgid "DHCP" -msgstr "DHCP" - -# File: lang/dynamic/helpers/models.php, line: 198 -msgid "RA" -msgstr "Объявление маршрутизатора" - -# File: lang/dynamic/helpers/models.php, line: 203 -# File: src/www/interfaces.php, line: 1745 -msgid "DHCPv6" -msgstr "DHCPv6" - -# File: lang/dynamic/helpers/models.php, line: 204 -# File: lang/dynamic/helpers/models.php, line: 208 -# File: src/www/firewall_aliases_edit.php, line: 459 -msgid "Hosts" -msgstr "Хосты" - -# File: lang/dynamic/helpers/models.php, line: 205 -# File: lang/dynamic/helpers/models.php, line: 209 -msgid "Domains" -msgstr "Домены" - -# File: lang/dynamic/helpers/models.php, line: 206 -# File: src/etc/inc/services.inc, line: 2469 -# File: src/www/diag_backup.php, line: 134 -# File: src/www/system_hasync.php, line: 323 -msgid "DNS Forwarder" -msgstr "Перенаправляющий DNS-сервер" - -# File: lang/dynamic/helpers/models.php, line: 210 -# File: src/www/services_unbound_overrides.php, line: 92 -msgid "Overrides" -msgstr "Переопределение" - -# File: lang/dynamic/helpers/models.php, line: 211 -# File: src/www/firewall_nat_edit.php, line: 583 -# File: src/www/firewall_rules_edit.php, line: 940 -# File: src/www/interfaces.php, line: 1941 -# File: src/www/interfaces.php, line: 2399 -# File: src/www/interfaces.php, line: 2534 -# File: src/www/services_dhcp.php, line: 925 -# File: src/www/services_dhcp.php, line: 947 -# File: src/www/services_dhcp.php, line: 961 -# File: src/www/services_dhcp.php, line: 973 -# File: src/www/services_dhcp.php, line: 985 -# File: src/www/services_dhcp.php, line: 997 -# File: src/www/services_dhcp.php, line: 1024 -# File: src/www/services_dhcp_edit.php, line: 485 -# File: src/www/services_dhcp_edit.php, line: 508 -# File: src/www/services_dhcp_edit.php, line: 520 -# File: src/www/services_dhcpv6.php, line: 675 -# File: src/www/services_dhcpv6.php, line: 698 -# File: src/www/services_dhcpv6.php, line: 711 -# File: src/www/services_dhcpv6.php, line: 724 -# File: src/www/services_dhcpv6.php, line: 736 -# File: src/www/services_dhcpv6.php, line: 751 -# File: src/www/services_dnsmasq.php, line: 310 -# File: src/www/services_dnsmasq.php, line: 313 -# File: src/www/services_dnsmasq.php, line: 316 -# File: src/www/services_ntpd.php, line: 327 -# File: src/www/services_ntpd.php, line: 347 -# File: src/www/services_ntpd.php, line: 376 -# File: src/www/services_ntpd_gps.php, line: 533 -# File: src/www/services_unbound.php, line: 299 -# File: src/www/services_unbound.php, line: 302 -# File: src/www/services_unbound.php, line: 305 -# File: src/www/services_upnp.php, line: 547 -# File: src/www/system_gateways_edit.php, line: 666 -# File: src/www/system_gateways_edit.php, line: 672 -# File: src/www/vpn_openvpn_client.php, line: 987 -# File: src/www/vpn_openvpn_csc.php, line: 580 -# File: src/www/vpn_openvpn_server.php, line: 1656 -msgid "Advanced" -msgstr "Дополнительно" - -# File: lang/dynamic/helpers/models.php, line: 213 -msgid "Access Lists" -msgstr "Списки доступа" - -# File: lang/dynamic/helpers/models.php, line: 214 -# File: src/www/services_unbound_overrides.php, line: 92 -msgid "DNS Resolver" -msgstr "DNS-преобразователь" - -# File: lang/dynamic/helpers/models.php, line: 216 -msgid "DynDNS" -msgstr "DynDNS" - -# File: lang/dynamic/helpers/models.php, line: 220 -msgid "RFC 2136" -msgstr "RFC 2136" - -# File: lang/dynamic/helpers/models.php, line: 221 -msgid "DNS Tools" -msgstr "DNS инструменты" - -# File: lang/dynamic/helpers/models.php, line: 222 -msgid "IGMPProxyEdit" -msgstr "IGMP-прокси (редактировать)" - -# File: lang/dynamic/helpers/models.php, line: 223 -msgid "IGMP Proxy" -msgstr "IGMP-прокси" - -# File: lang/dynamic/helpers/models.php, line: 225 -msgid "Monitors" -msgstr "Мониторинг" - -# File: lang/dynamic/helpers/models.php, line: 227 -msgid "Pool Setup" -msgstr "Настройка пула" - -# File: lang/dynamic/helpers/models.php, line: 228 -msgid "Pool Status" -msgstr "Статус пула" - -# File: lang/dynamic/helpers/models.php, line: 232 -msgid "Virtual Server Setup" -msgstr "Настройка виртуального сервера" - -# File: lang/dynamic/helpers/models.php, line: 233 -msgid "Virtual Server Status" -msgstr "Статус виртуального сервера" - -# File: lang/dynamic/helpers/models.php, line: 234 -# File: src/www/system_hasync.php, line: 305 -msgid "Load Balancer" -msgstr "Балансировка нагрузки" - -# File: lang/dynamic/helpers/models.php, line: 236 -# File: src/www/services_ntpd_gps.php, line: 362 -msgid "GPS" -msgstr "GPS-приемник" - -# File: lang/dynamic/helpers/models.php, line: 237 -msgid "PPS" -msgstr "PPS" - -# File: lang/dynamic/helpers/models.php, line: 240 -msgid "Network Time" -msgstr "Сетевое время" - -# File: lang/dynamic/helpers/models.php, line: 243 -# File: lang/dynamic/helpers/models.php, line: 274 -# File: lang/dynamic/helpers/models.php, line: 292 -# File: src/www/diag_dns.php, line: 94 -# File: src/www/firewall_aliases_edit.php, line: 361 -# File: src/www/firewall_rules_edit.php, line: 234 -# File: src/www/firewall_virtual_ip.php, line: 275 -# File: src/www/firewall_virtual_ip_edit.php, line: 103 -# File: src/www/firewall_virtual_ip_edit.php, line: 325 -# File: src/www/load_balancer_monitor.php, line: 114 -# File: src/www/load_balancer_monitor_edit.php, line: 147 -# File: src/www/load_balancer_monitor_edit.php, line: 316 -# File: src/www/services_dhcp.php, line: 1038 -# File: src/www/services_igmpproxy.php, line: 99 -# File: src/www/services_igmpproxy_edit.php, line: 184 -# File: src/www/services_unbound_host_edit.php, line: 84 -# File: src/www/services_unbound_host_edit.php, line: 273 -# File: src/www/services_unbound_overrides.php, line: 133 -# File: src/www/status_ntpd.php, line: 181 -# File: src/www/system_authservers.php, line: 129 -# File: src/www/system_authservers.php, line: 150 -# File: src/www/system_authservers.php, line: 441 -# File: src/www/system_authservers.php, line: 672 -# File: src/www/system_certmanager.php, line: 784 -# File: src/www/system_certmanager.php, line: 909 -# File: src/www/vpn_ipsec_phase2.php, line: 703 -# File: src/www/vpn_ipsec_phase2.php, line: 758 -# File: src/www/vpn_ipsec_phase2.php, line: 799 -# File: src/www/vpn_openvpn_export.php, line: 729 -# File: src/www/vpn_openvpn_export_shared.php, line: 352 -msgid "Type" -msgstr "Тип" - -# File: lang/dynamic/helpers/models.php, line: 245 -msgid "PPPoE Server" -msgstr "PPPoE-сервер" - -# File: lang/dynamic/helpers/models.php, line: 246 -msgid "More" -msgstr "Больше" - -# File: lang/dynamic/helpers/models.php, line: 248 -msgid "Proxy" -msgstr "Прокси" - -# File: lang/dynamic/helpers/models.php, line: 249 -msgid "SNMP" -msgstr "SNMP" - -# File: lang/dynamic/helpers/models.php, line: 253 -msgid "Universal Plug and Play" -msgstr "Universal Plug and Play" - -# File: lang/dynamic/helpers/models.php, line: 254 -msgid "WoLEdit" -msgstr "WoL (редактировать)" - -# File: lang/dynamic/helpers/models.php, line: 255 -# File: src/www/diag_backup.php, line: 151 -# File: src/www/services_wol.php, line: 129 -# File: src/www/system_hasync.php, line: 287 -msgid "Wake on LAN" -msgstr "Wake on LAN" - -# File: lang/dynamic/helpers/models.php, line: 257 -msgid "Phase1" -msgstr "Фаза 1" - -# File: lang/dynamic/helpers/models.php, line: 258 -msgid "Phase2" -msgstr "Фаза 2" - -# File: lang/dynamic/helpers/models.php, line: 259 -# File: src/www/vpn_openvpn_client.php, line: 850 -# File: src/www/vpn_openvpn_csc.php, line: 377 -# File: src/www/vpn_openvpn_server.php, line: 1206 -msgid "Tunnel Settings" -msgstr "Настройки туннеля" - -# File: lang/dynamic/helpers/models.php, line: 260 -msgid "Mobile Clients" -msgstr "Мобильные клиенты" - -# File: lang/dynamic/helpers/models.php, line: 262 -msgid "Pre-Shared Keys" -msgstr "Предварительно выданные ключи" - -# File: lang/dynamic/helpers/models.php, line: 263 -msgid "Advanced Settings" -msgstr "Дополнительные настройки" - -# File: lang/dynamic/helpers/models.php, line: 264 -# File: src/www/diag_logs_filter.php, line: 709 -# File: src/www/diag_logs_filter_dynamic.php, line: 109 -# File: src/www/widgets/widgets/log.widget.php, line: 234 -msgid "Act" -msgstr "Действие" - -# File: lang/dynamic/helpers/models.php, line: 265 -msgid "Status Overview" -msgstr "Информация о статусе" - -# File: lang/dynamic/helpers/models.php, line: 266 -msgid "Lease Status" -msgstr "Статус аренды адресов" - -# File: lang/dynamic/helpers/models.php, line: 267 -msgid "Security Association Database" -msgstr "База данных безопасных ассоциаций (SAD) " - -# File: lang/dynamic/helpers/models.php, line: 268 -msgid "Security Policy Database" -msgstr "База данных политик безопасности (SPD)" - -# File: lang/dynamic/helpers/models.php, line: 270 -# File: src/www/system_hasync.php, line: 259 -# File: src/www/vpn_ipsec_keys.php, line: 87 -msgid "IPsec" -msgstr "IPsec" - -# File: lang/dynamic/helpers/models.php, line: 276 -# File: src/www/interfaces.php, line: 1732 -# File: src/www/status_interfaces.php, line: 144 -msgid "L2TP" -msgstr "L2TP" - -# File: lang/dynamic/helpers/models.php, line: 278 -msgid "Server Settings" -msgstr "Настройки сервера" - -# File: lang/dynamic/helpers/models.php, line: 280 -# File: src/www/vpn_openvpn_csc.php, line: 463 -# File: src/www/vpn_openvpn_server.php, line: 1454 -msgid "Client Settings" -msgstr "Настройки клиента" - -# File: lang/dynamic/helpers/models.php, line: 282 -msgid "Client Specific Overrides" -msgstr "Переопределение значений для конкретного клиента" - -# File: lang/dynamic/helpers/models.php, line: 284 -msgid "Client Export" -msgstr "Экспорт настроек клиента" - -# File: lang/dynamic/helpers/models.php, line: 285 -msgid "Shared Key Export" -msgstr "Экспорт общего ключа" - -# File: lang/dynamic/helpers/models.php, line: 286 -msgid "Connection Status" -msgstr "Статус соединения" - -# File: lang/dynamic/helpers/models.php, line: 288 -# File: src/etc/inc/services.inc, line: 2566 -# File: src/etc/inc/system.inc, line: 1802 -# File: src/www/diag_backup.php, line: 141 -# File: src/www/diag_packet_capture.php, line: 145 -# File: src/www/status_graph.php, line: 42 -# File: src/www/system_hasync.php, line: 268 -# File: src/www/vpn_openvpn_client.php, line: 344 -# File: src/www/vpn_openvpn_csc.php, line: 218 -# File: src/www/vpn_openvpn_server.php, line: 425 -msgid "OpenVPN" -msgstr "OpenVPN" - -# File: lang/dynamic/helpers/models.php, line: 294 -# File: src/www/interfaces.php, line: 1732 -# File: src/www/status_interfaces.php, line: 130 -msgid "PPTP" -msgstr "PPTP" - -# File: lang/dynamic/helpers/models.php, line: 295 -msgid "VPN" -msgstr "VPN" - -# File: lang/dynamic/helpers/models.php, line: 296 -msgid "About this Page" -msgstr "Информация о странице" - -# File: lang/dynamic/helpers/models.php, line: 297 -msgid "Developers Wiki" -msgstr "Вики-сайт разработчиков" - -# File: lang/dynamic/helpers/models.php, line: 298 -msgid "Documentation" -msgstr "Документация" - -# File: lang/dynamic/helpers/models.php, line: 299 -msgid "FreeBSD Handbook" -msgstr "Руководство FreeBSD" - -# File: lang/dynamic/helpers/models.php, line: 300 -msgid "Paid Support" -msgstr "Платная поддержка" - -# File: lang/dynamic/helpers/models.php, line: 301 -msgid "User Forum" -msgstr "Форум пользователей " - -# File: lang/dynamic/helpers/models.php, line: 302 -# File: src/www/fbegin.inc, line: 117 -msgid "Help" -msgstr "Справка" - -# File: lang/dynamic/helpers/models.php, line: 303 -# File: lang/dynamic/helpers/models.php, line: 310 -# File: lang/dynamic/helpers/models.php, line: 334 -# File: lang/dynamic/helpers/models.php, line: 340 -# File: lang/dynamic/helpers/models.php, line: 365 -# File: lang/dynamic/helpers/models.php, line: 369 -msgid "menu" -msgstr "меню" - -# File: lang/dynamic/helpers/models.php, line: 304 -# File: lang/dynamic/helpers/models.php, line: 337 -msgid "Administration" -msgstr "Администрирование" - -# File: lang/dynamic/helpers/models.php, line: 305 -msgid "Sessions" -msgstr "Сессии" - -# File: lang/dynamic/helpers/models.php, line: 306 -msgid "Vouchers" -msgstr "Ваучеры" - -# File: lang/dynamic/helpers/models.php, line: 308 -msgid "Captive Portal" -msgstr "Captive Portal" - -# File: lang/dynamic/helpers/models.php, line: 311 -msgid "Maximum number of zones reached" -msgstr "Максимальное число обслуживаемых зон" - -# File: lang/dynamic/helpers/models.php, line: 312 -msgid "Idle timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "" -"Значение тайм-аута бездействия должно быть целым числом от 0 (отключен) до " -"10080 (неделя)" - -# File: lang/dynamic/helpers/models.php, line: 313 -msgid "Hard timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "" -"Значение тайм-аута сеанса должно быть целым числом от 0 (отключен) и 10080 " -"(неделя)" - -# File: lang/dynamic/helpers/models.php, line: 314 -msgid "Please select a valid certificate from the list" -msgstr "Выберите действительный сертификат из списка" - -# File: lang/dynamic/helpers/models.php, line: 315 -msgid "Please enter a valid servername, ip address or leave this option blank" -msgstr "" -"Введите действительное имя сервера, IP-адрес или оставьте это поле пустым" - -# File: lang/dynamic/helpers/models.php, line: 316 -msgid "Please enter valid addresses" -msgstr "Введите действительный адрес " - -# File: lang/dynamic/helpers/models.php, line: 317 -msgid "Please enter valid mac addresses" -msgstr "Введите действительный MAC-адрес" - -# File: lang/dynamic/helpers/models.php, line: 318 -msgid "Related template not found" -msgstr "Не удается найти связанный шаблон" - -# File: lang/dynamic/helpers/models.php, line: 319 -# File: lang/dynamic/helpers/models.php, line: 376 -# File: lang/dynamic/helpers/models.php, line: 380 -msgid "Description should be a string between 1 and 255 characters" -msgstr "Описание может содержать от 1 до 255 символов в строке" - -# File: lang/dynamic/helpers/models.php, line: 320 -msgid "Fileid should be an internally generated unique number" -msgstr "Идентификатор файла — это сгенерированный системой уникальный номер" - -# File: lang/dynamic/helpers/models.php, line: 321 -msgid "Template name should be a string between 1 and 255 characters" -msgstr "Название шаблона может содержать от 1 до 255 символов в строке" - -# File: lang/dynamic/helpers/models.php, line: 322 -msgid "File content should be in (base64 encoded) zip format" -msgstr "Содержимое файла (закодированное в base64) должно быть в формате zip" - -# File: lang/dynamic/helpers/models.php, line: 323 -msgid "Origin should be regular text of max 30 characters" -msgstr "Происхождение может содержать до 30 символов обычного текста" - -# File: lang/dynamic/helpers/models.php, line: 324 -msgid "" -"Value needs to be between 0 and 59, multiple values, ranges and * are " -"supported (ex. 1,10,20,30 or 1-30 )" -msgstr "" -"Значение должно быть целым числом от 0 до 59, также можно использовать " -"список разделенных запятой значений, диапазоны и символ «*» (например, " -"1,10,20,30 или 1–30)" - -# File: lang/dynamic/helpers/models.php, line: 325 -msgid "" -"Value needs to be between 0 and 23, multiple values, ranges and * are " -"supported (ex. 1,2,8 or 0-8 )" -msgstr "" -"Значение должно быть целым числом от 0 и 23, также можно использовать список " -"разделенных запятой значений, диапазоны и символ «*» (например, 1,2,8 или 0–" -"8)" - -# File: lang/dynamic/helpers/models.php, line: 326 -msgid "" -"Value needs to be between 1 and 31, multiple values, ranges, L (last day of " -"month) and * are supported (ex. 1,2,8 or 1-28 )" -msgstr "" -"Значение должно быть целым числом от 1 и 31, также можно использовать список " -"разделенных запятой значений, диапазоны, L (последний день месяца) и символ " -"«*» (например, 1,2,8 или 1–28)" - -# File: lang/dynamic/helpers/models.php, line: 327 -msgid "" -"Value needs to be between 1 and 12 or JAN to DEC, multiple values, ranges " -"and * are supported (ex. JAN,2,10 or 3-8 )" -msgstr "" -"Значение должно быть целым числом от 1 и 12 или JAN и DEC, также можно " -"использовать список разделенных запятой значений, диапазоны и символ " -"«*» (например, JAN,2,10 или 3–8)" - -# File: lang/dynamic/helpers/models.php, line: 328 -msgid "" -"Value needs to be between 0 and 6 ( Sunday to Saturday), multiple values, " -"ranges and * are supported (ex. 1,2,4 or 0-4 ) " -msgstr "" -"Значение должно быть целым числом от 0 и 6 (воскресенье–суббота), также " -"можно использовать список разделенных запятой значений, диапазоны и символ " -"«*» (например, 1,2,4 или 0–4)" - -# File: lang/dynamic/helpers/models.php, line: 329 -msgid "Select a command from the list." -msgstr "Выберите команду из списка." - -# File: lang/dynamic/helpers/models.php, line: 330 -msgid "" -"Enter valid parameter(s) for the chosen command (Found illegal characters)." -msgstr "" -"Введите допустимые параметры для выбранной команды (найдены недопустимые " -"символы)." - -# File: lang/dynamic/helpers/models.php, line: 331 -msgid "Enter a description." -msgstr "Введите описание." - -# File: lang/dynamic/helpers/models.php, line: 332 -# File: src/etc/inc/services.inc, line: 2584 -msgid "Intrusion Detection" -msgstr "Обнаружения вторжений" - -# File: lang/dynamic/helpers/models.php, line: 335 -msgid "sid should be a number" -msgstr "Идентификатор системы должен быть числом" - -# File: lang/dynamic/helpers/models.php, line: 336 -# File: lang/dynamic/helpers/models.php, line: 354 -msgid "Related cron not found" -msgstr "Не удается найти связанный крон" - -# File: lang/dynamic/helpers/models.php, line: 338 -msgid "Proxy Server" -msgstr "Прокси-сервер" - -# File: lang/dynamic/helpers/models.php, line: 341 -msgid "ICP port needs to be an integer value between 1 and 65535" -msgstr "Значение поля «ICP порт» должно быть целым числом от 1 до 65535" - -# File: lang/dynamic/helpers/models.php, line: 342 -msgid "Specify a positive memory cache size. (number of MB's)" -msgstr "Укажите размер памяти для кэширования положительных ответов (в МБ)" - -# File: lang/dynamic/helpers/models.php, line: 343 -msgid "Specify a positive cache size. (number of MB's)" -msgstr "Укажите объем кэш-памяти положительных ответов (в МБ)" - -# File: lang/dynamic/helpers/models.php, line: 344 -msgid "Specify a positive number of first-level subdirectories." -msgstr "Укажите целое положительное число подкаталогов первого уровня." - -# File: lang/dynamic/helpers/models.php, line: 345 -msgid "Specify a positive number of second-level subdirectories." -msgstr "Укажите целое положительное число подкаталогов второго уровня." - -# File: lang/dynamic/helpers/models.php, line: 346 -msgid "Specify the maximum download size. (number of KBs)" -msgstr "Укажите максимальный размер скачиваемых файлов (в КБ)" - -# File: lang/dynamic/helpers/models.php, line: 347 -msgid "Specify the maximum upload size. (number of KBs)" -msgstr "Укажите максимальный размер загружаемых файлов (в КБ)" - -# File: lang/dynamic/helpers/models.php, line: 348 -msgid "Specify the overall bandwidth for downloads in kilobits per second." -msgstr "Укажите общую пропускную способность в килобитах в секунду" - -# File: lang/dynamic/helpers/models.php, line: 349 -msgid "Specify the per host bandwidth for downloads in kilobits per second." -msgstr "Укажите пропускную способность для хоста в килобитах в секунду" - -# File: lang/dynamic/helpers/models.php, line: 350 -msgid "Proxy port needs to be an integer value between 1 and 65535" -msgstr "" -"Значение поля «Порт прокси-сервера» должно быть целым числом от 1 до 65535" - -# File: lang/dynamic/helpers/models.php, line: 351 -msgid "FTP Proxy port needs to be an integer value between 1 and 65535" -msgstr "" -"Значение поля «Порт FTP прокси-сервера» должно быть целым числом от 1 до " -"65535" - -# File: lang/dynamic/helpers/models.php, line: 352 -msgid "" -"The filename may only contain letters,digits and one dot (not required)." -msgstr "Имя файла может содержать буквы, цифры и одну точку (не обязательно)." - -# File: lang/dynamic/helpers/models.php, line: 353 -msgid "This does not look like a valid url." -msgstr "Недопустимый URL." - -# File: lang/dynamic/helpers/models.php, line: 355 -msgid "Credentials TTL needs to be an integer value above 0" -msgstr "" -"Значение поля «Credentials TTL» (время кэширования пароля) должно быть целым " -"числом больше 0" - -# File: lang/dynamic/helpers/models.php, line: 356 -msgid "Number of children needs to be an integer value above 0" -msgstr "Число дочерних процессов должно быть целым числом больше 0" - -# File: lang/dynamic/helpers/models.php, line: 357 -# File: src/www/diag_smart.php, line: 296 -msgid "Health" -msgstr "Состояние" - -# File: lang/dynamic/helpers/models.php, line: 358 -msgid "Activity Monitor" -msgstr "Мониторинг активности" - -# File: lang/dynamic/helpers/models.php, line: 361 -msgid "ARP Table" -msgstr "ARP-таблица" - -# File: lang/dynamic/helpers/models.php, line: 362 -msgid "NDP Table" -msgstr "NDP-таблица" - -# File: lang/dynamic/helpers/models.php, line: 367 -msgid "Traffic Shaper" -msgstr "Шейпер трафика" - -# File: lang/dynamic/helpers/models.php, line: 370 -msgid "Pipe number must be between 1...65535" -msgstr "Номер канал должен быть целым числом от 1 до 65535" - -# File: lang/dynamic/helpers/models.php, line: 371 -msgid "Bandwidth out of range" -msgstr "Недопустимое значение пропускной способности." - -# File: lang/dynamic/helpers/models.php, line: 372 -msgid "Bandwidth metric should be one of bit,Kbit,Mbit" -msgstr "Пропускная способность задается в битах, килобитах или мегабитах" - -# File: lang/dynamic/helpers/models.php, line: 373 -msgid "The burst value is an integer and represent a number of bytes." -msgstr "Размер пакета должен быть целым числом и представляет количество байт." - -# File: lang/dynamic/helpers/models.php, line: 374 -msgid "queue size should be between 2...100" -msgstr "размер очереди должен быть числом от 2 до 100" - -# File: lang/dynamic/helpers/models.php, line: 375 -# File: lang/dynamic/helpers/models.php, line: 381 -# File: lang/dynamic/helpers/models.php, line: 384 -msgid "origin should be regular text of max 30 characters" -msgstr "происхождение может содержать до 30 символов обычного текста" - -# File: lang/dynamic/helpers/models.php, line: 377 -msgid "Queue number must be between 1...65535" -msgstr "Номер очереди должен быть целым числом от 1 до 65535" - -# File: lang/dynamic/helpers/models.php, line: 378 -msgid "Related pipe not found" -msgstr "Не удается найти связанный канал" - -# File: lang/dynamic/helpers/models.php, line: 379 -msgid "Weight must be between 1...100" -msgstr "Весовой коэффициент должен быть целым числом от 1 до 100" - -# File: lang/dynamic/helpers/models.php, line: 382 -msgid "provide a valid sequence for sorting" -msgstr "укажите допустимую последовательность сортировки" - -# File: lang/dynamic/helpers/models.php, line: 383 -msgid "Related pipe or queue not found" -msgstr "Не удается найти связанный канал или очередь" - -# File: src/etc/inc/auth.inc, line: 98 -msgid "" -"Potential DNS Rebind attack detected, see http://en.wikipedia.org/wiki/" -"DNS_rebinding
Try accessing the router by IP address instead of by " -"hostname." -msgstr "" -"Обнаружена потенциальная атак типа «DNS rebinding», см. http://en.wikipedia." -"org/wiki/DNS_rebinding
Используйте IP-адрес вместо имени хоста для " -"доступа к маршрутизатору." - -# File: src/etc/inc/auth.inc, line: 113 -msgid "Redirecting to the dashboard..." -msgstr "Перенаправление на инструментальную панель…" - -# File: src/etc/inc/auth.inc, line: 113 -msgid "Redirecting..." -msgstr "Перенаправление…" - -# File: src/etc/inc/auth.inc, line: 383 -msgid "" -"There is something wrong in your config because user %s password is missing!" -msgstr "" -"Что-то не так с вашим файлом конфигурации: отсутствует пароль пользователя %s" - -# File: src/etc/inc/auth.inc, line: 624 -msgid "LDAP: Could not lookup CA by reference for host %s." -msgstr "LDAP: не удалось найти центр сертификатов по ссылке на хост %s." - -# File: src/etc/inc/auth.inc, line: 664 -# File: src/etc/inc/auth.inc, line: 712 -msgid "Local Database" -msgstr "Локальная база данных" - -# File: src/etc/inc/authgui.inc, line: 185 -msgid "Successful login for user '%1$s' from: %2$s" -msgstr "Успешный вход пользователя «%1$s» из: %2$s" - -# File: src/etc/inc/authgui.inc, line: 191 -msgid "Wrong username or password." -msgstr "Неправильное имя пользователя или пароль" - -# File: src/etc/inc/authgui.inc, line: 226 -msgid "Session timed out for user '%1$s' from: %2$s" -msgstr "Превышено время ожидания сеанса пользователя «%1$s» из: %2$s" - -# File: src/etc/inc/authgui.inc, line: 228 -msgid "User logged out for user '%1$s' from: %2$s" -msgstr "Выход пользователя «%1$s» из: %2$s" - -# File: src/etc/inc/authgui.inc, line: 280 -msgid "No page assigned to this user! Click here to logout." -msgstr "" -"Нет назначенных этому пользователю страниц! Нажмите здесь, чтобы выйти." - -# File: src/etc/inc/authgui.inc, line: 376 -# File: src/etc/inc/authgui.inc, line: 423 -msgid "Login" -msgstr "Войти" - -# File: src/etc/inc/authgui.inc, line: 389 -msgid "" -"You are accessing this router by an IP address not configured locally, which " -"may be forwarded by NAT or other means.

If you did not setup " -"this forwarding, you may be the target of a man-in-the-middle attack." -msgstr "" -"Вы пытаетесь доступ к этому маршрутизатору, используя внешний IP-адрес, " -"который может быть перенаправлен NAT или другим способом.

Если " -"вы не настраивали перенаправление, вы можете стать жертвой атаки с " -"применением технологии «незаконный посредник»." - -# File: src/etc/inc/authgui.inc, line: 412 -msgid "Username:" -msgstr "Имя пользователя:" - -# File: src/etc/inc/authgui.inc, line: 417 -# File: src/www/diag_backup.php, line: 535 -# File: src/www/diag_backup.php, line: 586 -# File: src/www/system_authservers.php, line: 529 -msgid "Password:" -msgstr "Пароль:" - -# File: src/etc/inc/authgui.inc, line: 431 -msgid "Your browser must support cookies to login." -msgstr "Чтобы войти в систему, ваш браузер должен поддерживать файлы cookie." - -# File: src/etc/inc/config.console.inc, line: 65 -msgid "Press any key to start the manual interface assignment: " -msgstr "Нажмите любую клавишу, чтобы назначить интерфейсы вручную:" - -# File: src/etc/inc/config.console.inc, line: 84 -# File: src/etc/inc/config.console.inc, line: 485 -msgid "No interfaces found!" -msgstr "Интерфейсы не найдены!" - -# File: src/etc/inc/config.console.inc, line: 114 -msgid "VLAN interfaces:" -msgstr "VLAN-интерфейсы:" - -# File: src/etc/inc/config.console.inc, line: 131 -msgid "Enter the WAN interface name or 'a' for auto-detection:" -msgstr "" -"Введите имя WAN-интерфейса или букву «a» для автоматического обнаружения:" - -# File: src/etc/inc/config.console.inc, line: 153 -msgid "Invalid interface name '%s'" -msgstr "Недопустимое имя интерфейса «%s»" - -# File: src/etc/inc/config.console.inc, line: 159 -msgid "" -"%sEnter the LAN interface name or 'a' for auto-detection %sNOTE: this " -"enables full Firewalling/NAT mode.%s(or nothing if finished):%s" -msgstr "" -"%sEnter имя LAN-интерфейса или букву «a» для автоматического обнаружения " -"%sNOTE: этот параметр включает полную межсетевую защиту/NAT режим " -"%s(оставьте поле пустым, чтобы завершить):%s" - -# File: src/etc/inc/config.console.inc, line: 183 -# File: src/etc/inc/config.console.inc, line: 240 -# File: src/etc/inc/config.console.inc, line: 508 -msgid "%sInvalid interface name '%s'%s" -msgstr "%sInvalid имя интерфейса «%s»%s" - -# File: src/etc/inc/config.console.inc, line: 210 -msgid "%sOptional interface %s description found: %s" -msgstr "Найдено %sOptional описание интерфейса %s: %s" - -# File: src/etc/inc/config.console.inc, line: 213 -msgid "" -"%sEnter the Optional %s interface name or 'a' for auto-detection%s(or " -"nothing if finished):%s" -msgstr "" -"%sEnter дополнительное имя интерфейса %s или букву «a» для автоматического " -"обнаружения%s(или оставьте пустым для завершения):%s" - -# File: src/etc/inc/config.console.inc, line: 268 -msgid "The interfaces will be assigned as follows:" -msgstr "Будут назначены следующие интерфейсы:" - -# File: src/etc/inc/config.console.inc, line: 418 -msgid "%sWriting configuration..." -msgstr "%sWriting файл конфигурации…" - -# File: src/etc/inc/config.console.inc, line: 420 -msgid "done.%s" -msgstr "готово.%s" - -# File: src/etc/inc/config.console.inc, line: 445 -msgid "Detected link-up: %s%s" -msgstr "Обнаружено соединение: %s%s" - -# File: src/etc/inc/config.console.inc, line: 451 -msgid "No link-up detected.%s" -msgstr "Соединение не обнаружено.%s" - -# File: src/etc/inc/config.console.inc, line: 483 -msgid "VLAN Capable interfaces:" -msgstr "VLAN-совместимые интерфейсы:" - -# File: src/etc/inc/config.console.inc, line: 498 -msgid "No VLAN capable interfaces detected." -msgstr "VLAN-совместимые интерфейсы не обнаружены." - -# File: src/etc/inc/config.console.inc, line: 502 -msgid "" -"Enter the parent interface name for the new VLAN (or nothing if finished):" -msgstr "" -"Введите имя родительского интерфейса для нового VLAN (или оставьте пустым " -"для завершения):" - -# File: src/etc/inc/config.console.inc, line: 515 -msgid "Enter the VLAN tag (1-4094):" -msgstr "Введите тег VLAN (1–4094):" - -# File: src/etc/inc/config.console.inc, line: 519 -msgid "%sInvalid VLAN tag '%s'%s" -msgstr "%sInvalid тег VLAN «%s»%s" - -# File: src/etc/inc/config.lib.inc, line: 70 -msgid "No valid config.xml found, attempting last known config restore." -msgstr "" -"Не найден корректный файл config.xml, попытка восстановить последний файл " -"конфигурации." - -# File: src/etc/inc/config.lib.inc, line: 74 -msgid "No valid config.xml found, attempting to restore factory config." -msgstr "" -"Не найден корректный файл config.xml, попытка восстановить файл конфигурации " -"по умолчанию." - -# File: src/etc/inc/config.lib.inc, line: 122 -# File: src/etc/inc/config.lib.inc, line: 123 -msgid "Updated bogon update frequency to 3am" -msgstr "Время получения списка bogon IP-адресов изменено на 3am" - -# File: src/etc/inc/config.lib.inc, line: 143 -msgid "Upgraded config version level from %s to %s" -msgstr "Уровень конфигурации повышен с %s до %s" - -# File: src/etc/inc/config.lib.inc, line: 174 -msgid "WARNING: User" -msgstr "ВНИМАНИЕ! Пользователю" - -# File: src/etc/inc/config.lib.inc, line: 174 -msgid "may not write config (user-config-readonly set)" -msgstr "" -"недоступна запись файла конфигурации (включен параметр «Только для чтения»)" - -# File: src/etc/inc/config.lib.inc, line: 183 -msgid "WARNING: Corrupt config!" -msgstr "ВНИМАНИЕ! Файл конфигурации поврежден!" - -# File: src/etc/inc/config.lib.inc, line: 194 -msgid "WARNING: Config contents could not be saved. Could not open file!" -msgstr "" -"ВНИМАНИЕ! Невозможно сохранить содержимое файла конфигурации, так как файл " -"не открывается." - -# File: src/etc/inc/config.lib.inc, line: 246 -msgid "Reverted to" -msgstr "Возврат к версии" - -# File: src/etc/inc/config.lib.inc, line: 343 -# File: src/opnsense/mvc/app/library/OPNsense/Core/Config.php, line: 363 -# File: src/opnsense/mvc/app/library/OPNsense/Core/Config.php, line: 366 -msgid "%s made unknown change" -msgstr "%s сделал неизвестное изменение" - -# File: src/etc/inc/crypt.inc, line: 47 -msgid "Failed to encrypt/decrypt data!" -msgstr "Не удалось зашифровать/расшифровать данные!" - -# File: src/etc/inc/dyndns.class, line: 1214 -msgid "Dynamic DNS updated IP Address on %s (%s) to %s" -msgstr "На DNS сервере динамически обновлен IP-адрес на %s (%s) на %s" - -# File: src/etc/inc/dyndns.class, line: 1221 -msgid "Dynamic DNS updated IPv6 Address on %s (%s) to %s" -msgstr "На DNS сервере динамически обновлен IPv6-адрес на %s (%s) на %s" - -# File: src/etc/inc/filter.inc, line: 170 -msgid "Initializing" -msgstr "Инициализация" - -# File: src/etc/inc/filter.inc, line: 174 -msgid "Configuring firewall" -msgstr "Конфигурация межсетевого экрана" - -# File: src/etc/inc/filter.inc, line: 181 -msgid "Creating aliases" -msgstr "Создание псевдонимов" - -# File: src/etc/inc/filter.inc, line: 187 -msgid "Generating Limiter rules" -msgstr "Создание правил ограничений" - -# File: src/etc/inc/filter.inc, line: 188 -msgid "Generating NAT rules" -msgstr "Создание правил NAT" - -# File: src/etc/inc/filter.inc, line: 194 -msgid "Generating filter rules" -msgstr "Создание правил фильтрации" - -# File: src/etc/inc/filter.inc, line: 200 -msgid "Loading filter rules" -msgstr "Загрузка правил фильтрации" - -# File: src/etc/inc/filter.inc, line: 207 -msgid "Filter is disabled. Not loading rules." -msgstr "Фильтрация отключена. Правила не загружаются." - -# File: src/etc/inc/filter.inc, line: 209 -# File: src/etc/inc/filter.inc, line: 382 -# File: src/etc/inc/interfaces.inc, line: 218 -# File: src/etc/inc/interfaces.inc, line: 247 -# File: src/etc/inc/interfaces.inc, line: 399 -# File: src/etc/inc/interfaces.inc, line: 479 -# File: src/etc/inc/interfaces.inc, line: 766 -# File: src/etc/inc/interfaces.inc, line: 1103 -# File: src/etc/inc/interfaces.inc, line: 1132 -# File: src/etc/inc/interfaces.inc, line: 1153 -# File: src/etc/inc/interfaces.inc, line: 1168 -# File: src/etc/inc/interfaces.inc, line: 2089 -# File: src/etc/inc/rrd.inc, line: 565 -# File: src/etc/inc/services.inc, line: 1374 -# File: src/etc/inc/services.inc, line: 1752 -# File: src/etc/inc/services.inc, line: 1927 -# File: src/etc/inc/services.inc, line: 1955 -# File: src/etc/inc/services.inc, line: 2161 -# File: src/etc/inc/system.inc, line: 921 -# File: src/etc/inc/system.inc, line: 1360 -msgid "done." -msgstr "готово." - -# File: src/etc/inc/filter.inc, line: 254 -msgid "Setting up logging information" -msgstr "Информация о настройке ведения журналов" - -# File: src/etc/inc/filter.inc, line: 259 -msgid "Setting up SCRUB information" -msgstr "Информация о настройке SCRUB" - -# File: src/etc/inc/filter.inc, line: 297 -msgid "The line in question reads [%d]: %s" -msgstr "Содержимое рассматриваемой строки [%d]: %s" - -# File: src/etc/inc/filter.inc, line: 307 -msgid "PF was wedged/busy and has been reset." -msgstr "Межсетевой экран PF не реагировал/был недоступен и был перезагружен." - -# File: src/etc/inc/filter.inc, line: 315 -# File: src/etc/inc/filter.inc, line: 316 -msgid "There were error(s) loading the rules: %s - %s" -msgstr "Возникли ошибки при загрузке правил: %s — %s" - -# File: src/etc/inc/filter.inc, line: 377 -msgid "Processing down interface states" -msgstr "Обработка состояний отключенных интерфейсов" - -# File: src/etc/inc/filter.inc, line: 380 -msgid "Done" -msgstr "Готово" - -# File: src/etc/inc/filter.inc, line: 657 -msgid "Creating gateway group item..." -msgstr "Создание группы шлюза…" - -# File: src/etc/inc/filter.inc, line: 702 -msgid "" -"An error occurred while trying to find the interface got %s . The rule has " -"not been added." -msgstr "" -"Произошла ошибка при попытке найти интерфейс у узла сети %s. Правило не было " -"добавлено." - -# File: src/etc/inc/filter.inc, line: 1074 -msgid "Creating reflection NAT rule for %s..." -msgstr "Создание зеркальных правил NAT для %s…" - -# File: src/etc/inc/filter.inc, line: 1169 -msgid "Creating reflection rule for %s..." -msgstr "Создание зеркальных правил для %s…" - -# File: src/etc/inc/filter.inc, line: 1367 -msgid "localhost" -msgstr "локальный хост" - -# File: src/etc/inc/filter.inc, line: 1375 -msgid "static route" -msgstr "статический маршрут" - -# File: src/etc/inc/filter.inc, line: 1387 -msgid "DHCP alias address" -msgstr "DHCP адрес-псевдоним" - -# File: src/etc/inc/filter.inc, line: 1425 -msgid "PPTP server" -msgstr "PPTP-сервер" - -# File: src/etc/inc/filter.inc, line: 1434 -msgid "PPPoE server" -msgstr "PPPoE-сервер" - -# File: src/etc/inc/filter.inc, line: 1444 -msgid "L2TP server" -msgstr "L2TP-сервер" - -# File: src/etc/inc/filter.inc, line: 1453 -msgid "OpenVPN server" -msgstr "OpenVPN-сервер" - -# File: src/etc/inc/filter.inc, line: 1462 -msgid "OpenVPN client" -msgstr "OpenVPN клиент" - -# File: src/etc/inc/filter.inc, line: 1472 -msgid "IPsec client" -msgstr "IPsec клиент" - -# File: src/etc/inc/filter.inc, line: 1511 -msgid "Auto created rule for ISAKMP" -msgstr "Автоматически созданное правило для протокола ISAKMP" - -# File: src/etc/inc/filter.inc, line: 1521 -msgid "Auto created rule" -msgstr "Автоматически созданное правило" - -# File: src/etc/inc/filter.inc, line: 1637 -msgid "Creating 1:1 rules..." -msgstr "Создание правил NAT 1:1…" - -# File: src/etc/inc/filter.inc, line: 1803 -msgid "Creating advanced outbound rule %s" -msgstr "Создание дополнительных правил исходящего NAT %s" - -# File: src/etc/inc/filter.inc, line: 1846 -msgid "Creating outbound NAT rules" -msgstr "Создание правил исходящего NAT" - -# File: src/etc/inc/filter.inc, line: 1853 -msgid "Creating automatic outbound rules" -msgstr "Создание дополнительных правил исходящего NAT" - -# File: src/etc/inc/filter.inc, line: 1918 -msgid "Creating NAT rule %s" -msgstr "Создание правила NAT %s" - -# File: src/etc/inc/filter.inc, line: 2141 -msgid "Creating filter rule %s ..." -msgstr "Создание правила фильтрации %s…" - -# File: src/etc/inc/filter.inc, line: 2167 -msgid "filter_generate_port: %s is not a valid %s port." -msgstr "filter_generate_port: %s порт указан некорректно %s." - -# File: src/etc/inc/filter.inc, line: 2515 -msgid "Setting up pass/block rules %s" -msgstr "Настройка правил разрешения/блокирования пакетов %s" - -# File: src/etc/inc/filter.inc, line: 2531 -msgid "Could not find IPv4 gateway for interface (%s)." -msgstr "Не удается найти IPv4 шлюз для интерфейса (%s)." - -# File: src/etc/inc/filter.inc, line: 2561 -msgid "Creating rule %s" -msgstr "Создание правила %s" - -# File: src/etc/inc/filter.inc, line: 2788 -msgid "Creating default rules" -msgstr "Создание правил по умолчанию " - -# File: src/etc/inc/filter.inc, line: 3368 -msgid "Creating IPsec rules..." -msgstr "Создание правила IPsec…" - -# File: src/etc/inc/filter.inc, line: 3452 -msgid "Installed 15 minute filter reload for Time Based Rules" -msgstr "" -"Установлен перезапуск фильтра трафика через 15 минут для списка правил с " -"маркером времени" - -# File: src/etc/inc/filter.inc, line: 3459 -msgid "Removed 15 minute filter reload for Time Based Rules" -msgstr "" -"Удален перезапуск фильтра трафика через 15 минут для списка правил с " -"маркером времени" - -# File: src/etc/inc/filter_log.inc, line: 135 -msgid "There was an error parsing a rule: no time (`%s')" -msgstr "Произошла ошибка при разборе правила: не указано время ('%s')" - -# File: src/etc/inc/filter_log.inc, line: 155 -msgid "There was an error parsing rule number: %s -- not IPv4 or IPv6 (`%s')" -msgstr "" -"Произошла ошибка при разборе номера правила: %s — не указан IPv4 или IPv6 " -"адрес ('%s')" - -# File: src/etc/inc/filter_log.inc, line: 189 -msgid "There was an error parsing rule number: %s -- no src or dst (`%s')" -msgstr "" -"Произошла ошибка при разборе номера правила: %s — не указан адрес источника " -"(src) или адрес назначения (dst) ('%s')" - -# File: src/etc/inc/gwlb.inc, line: 850 -msgid "MONITOR: %s is down, removing from routing group %s" -msgstr "МОНИТОРИНГ: %s отключен, удаление из группы маршрутизации %s" - -# File: src/etc/inc/gwlb.inc, line: 854 -msgid "MONITOR: %s has packet loss, removing from routing group %s" -msgstr "МОНИТОРИНГ: %s теряет пакеты, удаление из группы маршрутизации %s" - -# File: src/etc/inc/gwlb.inc, line: 858 -msgid "MONITOR: %s has high latency, removing from routing group %s" -msgstr "" -"МОНИТОРИНГ: %s имеет высокую задержку, удаление из группы маршрутизации %s" - -# File: src/etc/inc/gwlb.inc, line: 879 -msgid "" -"Gateways status could not be determined, considering all as up/active. " -"(Group: %s)" -msgstr "" -"Статус шлюзов не может быть определен, считается, что они работают/активные " -"(группа: %s)." - -# File: src/etc/inc/interfaces.inc, line: 99 -msgid "interfaces_bring_up() was called but no variable defined." -msgstr "" -"Вызвана команда interfaces_bring_up(), но ни одна переменная не определена." - -# File: src/etc/inc/interfaces.inc, line: 211 -msgid "Configuring loopback interface..." -msgstr "Конфигурация петлевого интерфейса…" - -# File: src/etc/inc/interfaces.inc, line: 229 -msgid "Configuring VLAN interfaces..." -msgstr "Конфигурация VLAN интерфейсов…" - -# File: src/etc/inc/interfaces.inc, line: 256 -msgid "VLAN: called with wrong options. Problems with config!" -msgstr "VLAN: вызов с неправильными параметрами. Ошибка в файле конфигурации!" - -# File: src/etc/inc/interfaces.inc, line: 264 -msgid "interface_vlan_configure called with if undefined." -msgstr "Вызвана команда interface_vlan_configure с неопределенным условием" - -# File: src/etc/inc/interfaces.inc, line: 313 -# File: src/etc/inc/interfaces.inc, line: 408 -msgid "QinQ compat VLAN: called with wrong options. Problems with config!%s" -msgstr "" -"QinQ поддерживающий VLAN: вызов с неправильными параметрами. Ошибка в файле " -"конфигурации!" - -# File: src/etc/inc/interfaces.inc, line: 320 -msgid "interface_qinq_configure called with if undefined.%s" -msgstr "Вызвана функция interface_qinq_configure с неопределенным условием.%s" - -# File: src/etc/inc/interfaces.inc, line: 325 -msgid "interface_qinq_configure called with invalid if.%s" -msgstr "Вызвана функция interface_qinq_configure с неправильным условием.%s" - -# File: src/etc/inc/interfaces.inc, line: 390 -msgid "Configuring QinQ interfaces..." -msgstr "Конфигурация QinQ интерфейсов…" - -# File: src/etc/inc/interfaces.inc, line: 416 -msgid "interface_qinq2_configure called with if undefined.%s" -msgstr "Вызвана функция interface_qinq_configure с неопределенным условием.%s" - -# File: src/etc/inc/interfaces.inc, line: 454 -msgid "Creating wireless clone interfaces..." -msgstr "Создание клонов беспроводных интерфейсов…" - -# File: src/etc/inc/interfaces.inc, line: 535 -msgid "No members found on %s" -msgstr "Участники не найдены в %s" - -# File: src/etc/inc/interfaces.inc, line: 588 -msgid "realif not defined in interfaces bridge - up" -msgstr "realif не определен в интерфейсах моста — включить" - -# File: src/etc/inc/interfaces.inc, line: 710 -msgid "bridgeif not defined -- could not bring interface up" -msgstr "bridgeif не определен — не удалось включить интерфейс" - -# File: src/etc/inc/interfaces.inc, line: 747 -msgid "Configuring LAGG interfaces..." -msgstr "Конфигурация LAGG интерфейсов…" - -# File: src/etc/inc/interfaces.inc, line: 988 -msgid "" -"could not bring realif up -- variable not defined -- " -"interface_gif_configure()" -msgstr "" -"не удалось включить realif — переменная не определена — " -"interface_gif_configure()" - -# File: src/etc/inc/interfaces.inc, line: 1098 -# File: src/etc/inc/interfaces.inc, line: 1126 -# File: src/etc/inc/interfaces.inc, line: 1147 -# File: src/etc/inc/interfaces.inc, line: 1162 -msgid "Configuring %s interface..." -msgstr "Конфигурация %s интерфейса…" - -# File: src/etc/inc/interfaces.inc, line: 1248 -msgid "Wrong parameters used during interface_bring_down" -msgstr "Использованы неправильные параметры во время interface_bring_down" - -# File: src/etc/inc/interfaces.inc, line: 1576 -msgid "Can't find PPP config for %s in interface_ppps_configure()." -msgstr "" -"Не удается найти файл настроек PPP для %s в interface_ppps_configure()." - -# File: src/etc/inc/interfaces.inc, line: 1637 -msgid "" -"Could not get a PPTP/L2TP Remote IP address from %s for %s in " -"interfaces_ppps_configure." -msgstr "" -"Не удается получить удаленный IP-адрес для PPTP/L2TP от %s для %s в " -"interfaces_ppps_configure." - -# File: src/etc/inc/interfaces.inc, line: 1644 -msgid "" -"Device %s does not exist. PPP link cannot start without the modem device." -msgstr "" -"Устройство %s не существует. PPP-канал не может установить соединение без " -"модема." - -# File: src/etc/inc/interfaces.inc, line: 1649 -msgid "Unkown %s configured as ppp interface." -msgstr "Неизвестный %s, настроенный как PPP интерфейс." - -# File: src/etc/inc/interfaces.inc, line: 1946 -msgid "Error: cannot open mpd_%s.conf in interface_ppps_configure().%s" -msgstr "Ошибка: не удается открыть mpd_%s.conf в interface_ppps_configure().%s" - -# File: src/etc/inc/interfaces.inc, line: 2023 -msgid "Configuring CARP settings..." -msgstr "Конфигурация настроек CARP…" - -# File: src/etc/inc/interfaces.inc, line: 2259 -msgid "" -"Interface specified for the virtual IP address %s does not exist. Skipping " -"this VIP." -msgstr "" -"Интерфейс, которому присвоен виртуальный IP-адрес %s, не существует. " -"Пропускаем это виртуальный IP-адрес." - -# File: src/etc/inc/interfaces.inc, line: 2267 -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IP address %s." -msgstr "" -"К сожалению, необходимый назначенный IP-адрес на интерфейсе для виртуального " -"адреса IP %s не найден." - -# File: src/etc/inc/interfaces.inc, line: 2274 -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IPv6 address %s." -msgstr "" -"К сожалению, необходимый назначенный IP-адрес на интерфейсе для виртуального " -"адреса IPv6 %s не найден." - -# File: src/etc/inc/interfaces.inc, line: 2337 -msgid "Interface %s changed to hostap mode" -msgstr "Интерфейс %s переключен в режим точки доступа" - -# File: src/etc/inc/interfaces.inc, line: 2341 -msgid "Interface %s changed to adhoc mode" -msgstr "Интерфейс %s переключен в режим одноранговой сети" - -# File: src/etc/inc/interfaces.inc, line: 2345 -msgid "Interface %s changed to infrastructure mode" -msgstr "Интерфейс %s переключен в режим инфраструктуры" - -# File: src/etc/inc/interfaces.inc, line: 2358 -msgid "Cloning new wireless interface %s" -msgstr "Клонирование нового беспроводного интерфейса %s" - -# File: src/etc/inc/interfaces.inc, line: 2363 -msgid "Failed to clone interface %s with error code %s, output %s" -msgstr "Не удалось клонировать интерфейс %s с кодом ошибки %s, результат %s" - -# File: src/etc/inc/interfaces.inc, line: 3116 -msgid "Generating new MAC address." -msgstr "Создание нового MAC-адреса." - -# File: src/etc/inc/interfaces.inc, line: 3122 -msgid "" -"The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface %s has been " -"automatically replaced with %s" -msgstr "" -"НЕПРАВИЛЬНЫЙ MAC-адрес (ff:ff:ff:ff:ff:ff) на интерфейсе %s был " -"автоматически заменен на %s" - -# File: src/etc/inc/interfaces.inc, line: 3976 -msgid "" -"Error: cannot open dhclient_%s.conf in interface_dhcp_configure() for " -"writing.%s" -msgstr "" -"Ошибка: не удается открыть dhclient_%s.conf в interface_dhcp_configure() для " -"записи.%s" - -# File: src/etc/inc/interfaces.inc, line: 3989 -msgid "Invalid interface \"%s\" in interface_dhcp_configure()" -msgstr "Недопустимый интерфейс \"%s\" в interface_dhcp_configure()" - -# File: src/etc/inc/interfaces.inc, line: 4045 -msgid "Could not bring up %s interface in interface_dhcp_configure()" -msgstr "Не удалось включить интерфейс %s в interface_dhcp_configure()" - -# File: src/etc/inc/interfaces.inc, line: 5357 -msgid "device not present! Is the modem attached to the system?" -msgstr "устройство отсутствует! Модем подключен к системе?" - -# File: src/etc/inc/interfaces.inc, line: 5471 -msgid "blocking" -msgstr "запрет" - -# File: src/etc/inc/interfaces.inc, line: 5471 -msgid "check for ethernet loops" -msgstr "проверить наличие петель в сети Ethernet" - -# File: src/etc/inc/interfaces.inc, line: 5474 -msgid "learning" -msgstr "запоминание" - -# File: src/etc/inc/interfaces.inc, line: 5477 -msgid "forwarding" -msgstr "переадресация" - -# File: src/etc/inc/interfaces.inc, line: 5625 -msgid "No history data found!" -msgstr "История изменений не найдена!" - -# File: src/etc/inc/load_balancer_maintable.inc, line: 150 -msgid "Move selected entries before this entry" -msgstr "Переместить выбранные записи перед этой записью " - -# File: src/etc/inc/load_balancer_maintable.inc, line: 158 -# File: src/www/firewall_virtual_ip.php, line: 224 -# File: src/www/services_dyndns.php, line: 175 -# File: src/www/services_wol.php, line: 201 -# File: src/www/system_advanced_sysctl.php, line: 120 -msgid "Do you really want to delete this entry?" -msgstr "Вы действительно хотите удалить эту запись?" - -# File: src/etc/inc/load_balancer_maintable.inc, line: 162 -msgid "Duplicate entry" -msgstr "Дублировать запись" - -# File: src/etc/inc/notices.inc, line: 64 -msgid "Could not open %s for writing" -msgstr "Не удалось открыть %s для записи" - -# File: src/etc/inc/notices.inc, line: 293 -msgid "Message sent to %s OK" -msgstr "Сообщение отправлено %s OK" - -# File: src/etc/inc/notices.inc, line: 296 -msgid "Could not send the message to %s -- Error: %s" -msgstr "Не удалось отправить сообщение %s — Ошибка: %s" - -# File: src/etc/inc/notices.smtp.inc, line: 83 -msgid ": data access time out" -msgstr ": тайм-аут доступа к данным" - -# File: src/etc/inc/notices.smtp.inc, line: 86 -msgid ": the server disconnected" -msgstr ": сервер отключился" - -# File: src/etc/inc/notices.smtp.inc, line: 98 -msgid "reached the end of data while reading from the SMTP server connection" -msgstr "достигнут конец во время чтения данных от SMTP-сервера" - -# File: src/etc/inc/notices.smtp.inc, line: 104 -msgid "it was not possible to read line from the SMTP server" -msgstr "не удалось прочитать строку от SMTP-сервера" - -# File: src/etc/inc/notices.smtp.inc, line: 126 -msgid "it was not possible to send a line to the SMTP server" -msgstr "не удалось отправить строку на SMTP-сервер" - -# File: src/etc/inc/notices.smtp.inc, line: 140 -msgid "it was not possible to send data to the SMTP server" -msgstr "не удалось отправить данные на SMTP-сервер" - -# File: src/etc/inc/notices.smtp.inc, line: 212 -msgid "establishing SSL connections requires at least PHP version 4.3.0" -msgstr "" -"для установки SSL-соединений требуется наличие PHP версии не ниже 4.3.0" - -# File: src/etc/inc/notices.smtp.inc, line: 215 -msgid "establishing SSL connections requires the OpenSSL extension enabled" -msgstr "для установки SSL-соединений требуется включить расширение OpenSSL" - -# File: src/etc/inc/notices.smtp.inc, line: 224 -msgid "could not resolve host \"%s\"" -msgstr "не удалось преобразовывать имя хоста \"%s\"" - -# File: src/etc/inc/notices.smtp.inc, line: 228 -msgid "domain \"%s\" resolved to an address excluded to be valid" -msgstr "" -"доменное имя \"%s\" преобразовано в адрес исключенный из списка допустимых" - -# File: src/etc/inc/notices.smtp.inc, line: 230 -msgid "Connecting to host address \"%s\" port %s..." -msgstr "Подключение к адресу хоста \"%s\" порт %s…" - -# File: src/etc/inc/notices.smtp.inc, line: 237 -msgid "-3 socket could not be created" -msgstr "-3 сокет не может быть создан" - -# File: src/etc/inc/notices.smtp.inc, line: 239 -msgid "-4 dns lookup on hostname \"%s\" failed" -msgstr "-4 не удалось просмотреть DNS-записи на имя хоста \"%s\"" - -# File: src/etc/inc/notices.smtp.inc, line: 241 -msgid "-5 connection refused or timed out" -msgstr "-5 соединение прервано или истекло время ожидания" - -# File: src/etc/inc/notices.smtp.inc, line: 243 -msgid "-6 fdopen() call failed" -msgstr "-6 fdopen() вызов не удался" - -# File: src/etc/inc/notices.smtp.inc, line: 245 -msgid "-7 setvbuf() call failed" -msgstr "-7 setvbuf() вызов не удался" - -# File: src/etc/inc/notices.smtp.inc, line: 247 -msgid "could not connect to the host \"%s\": %s" -msgstr "не удалось подключиться к хосту \"%s\": %s" - -# File: src/etc/inc/notices.smtp.inc, line: 256 -msgid "" -"it is not possible to authenticate using the specified mechanism because the " -"SASL library class is not loaded" -msgstr "" -"невозможно аутентифицироваться с помощью указанного механизма, поскольку " -"класс библиотеки SASL не загружен" - -# File: src/etc/inc/notices.smtp.inc, line: 280 -msgid "Authentication mechanism %s may not be used: %s" -msgstr "Механизм аутентификации %s не может быть использовать : %s" - -# File: src/etc/inc/notices.smtp.inc, line: 285 -msgid "Could not start the SASL authentication client:" -msgstr "Не удалось запустить клиент SASL-аутентификации:" - -# File: src/etc/inc/notices.smtp.inc, line: 292 -msgid "Could not send the AUTH command" -msgstr "Не удалось отправить команду AUTH" - -# File: src/etc/inc/notices.smtp.inc, line: 307 -# File: src/etc/inc/notices.smtp.inc, line: 337 -msgid "Authentication error:" -msgstr "Ошибка аутентификации пользователя:" - -# File: src/etc/inc/notices.smtp.inc, line: 322 -msgid "Could not send the authentication step message" -msgstr "Не удалось отправить сообщение на этапе аутентификации " - -# File: src/etc/inc/notices.smtp.inc, line: 342 -msgid "Could not process the SASL authentication step:" -msgstr "Не удалось запустить этап SASL-аутентификации:" - -# File: src/etc/inc/notices.smtp.inc, line: 356 -msgid "connection is already established" -msgstr "соединение уже установлено" - -# File: src/etc/inc/notices.smtp.inc, line: 394 -msgid "it was not specified the POP3 authentication user" -msgstr "не было указано имя пользователя для POP3-аутентификации" - -# File: src/etc/inc/notices.smtp.inc, line: 400 -msgid "it was not specified the POP3 authentication password" -msgstr "не был указан пароль для POP3-аутентификации" - -# File: src/etc/inc/notices.smtp.inc, line: 404 -msgid "Resolving POP3 authentication host \"%s\"..." -msgstr "Преобразование имени хоста для POP3-аутентификации \"%s\"…" - -# File: src/etc/inc/notices.smtp.inc, line: 411 -msgid "POP3 authentication server greeting was not found" -msgstr "Приветствие сервера для POP3-аутентификации по протоколу не найдено" - -# File: src/etc/inc/notices.smtp.inc, line: 419 -msgid "POP3 authentication user was not accepted:" -msgstr "имя пользователя не было принято:" - -# File: src/etc/inc/notices.smtp.inc, line: 427 -msgid "POP3 authentication password was not accepted:" -msgstr "пароль не был принят:" - -# File: src/etc/inc/notices.smtp.inc, line: 436 -msgid "could not determine the SMTP to connect" -msgstr "не удалось определить SMTP-сервер для подключения" - -# File: src/etc/inc/notices.smtp.inc, line: 442 -msgid "Resolving SMTP server domain \"%s\"..." -msgstr "Преобразование доменного имени SMTP-сервера \"%s\"…" - -# File: src/etc/inc/notices.smtp.inc, line: 454 -msgid "Connected to SMTP server \"%s\"." -msgstr "Подключено к SMTP-серверу" - -# File: src/etc/inc/notices.smtp.inc, line: 468 -msgid "server does not require authentication" -msgstr "сервер не требует аутентификации" - -# File: src/etc/inc/notices.smtp.inc, line: 532 -msgid "" -"it is not supported any of the authentication mechanisms required by the " -"server" -msgstr "" -"не поддерживается ни один из требуемых сервером механизмов аутентификации" - -# File: src/etc/inc/notices.smtp.inc, line: 629 -msgid "" -"direct delivery connection is already established and sender is already set" -msgstr "прямое соединение уже установлено и назначен отправитель" - -# File: src/etc/inc/notices.smtp.inc, line: 637 -msgid "connection is not in the initial state" -msgstr "соединение не на этапе инициализации" - -# File: src/etc/inc/notices.smtp.inc, line: 659 -msgid "it was not specified a valid direct recipient" -msgstr "не был указан допустимый прямой получатель" - -# File: src/etc/inc/notices.smtp.inc, line: 678 -msgid "" -"it is not possible to deliver directly to recipients of different domains" -msgstr "" -"невозможно установить прямое соединение с получателями их разных доменов" - -# File: src/etc/inc/notices.smtp.inc, line: 683 -msgid "connection is already established and the recipient is already set" -msgstr "прямое соединение уже установлено и назначен получатель" - -# File: src/etc/inc/notices.smtp.inc, line: 695 -msgid "connection is not in the recipient setting state" -msgstr "соединение не на этапе установки получателя" - -# File: src/etc/inc/notices.smtp.inc, line: 724 -msgid "connection is not in the start sending data state" -msgstr "соединение не на этапе начала отправки данных" - -# File: src/etc/inc/notices.smtp.inc, line: 754 -# File: src/etc/inc/notices.smtp.inc, line: 765 -msgid "connection is not in the sending data state" -msgstr "соединение не на этапе отправки данных" - -# File: src/etc/inc/notices.smtp.inc, line: 801 -msgid "it was not previously established a SMTP connection" -msgstr "ранее было установлено SMTP соединение" - -# File: src/etc/inc/openvpn-client-export.inc, line: 84 -# File: src/etc/inc/openvpn-client-export.inc, line: 686 -msgid "Could not locate server configuration." -msgstr "Не удалось обнаружить файл настроек сервера" - -# File: src/etc/inc/openvpn-client-export.inc, line: 88 -# File: src/etc/inc/openvpn-client-export.inc, line: 690 -msgid "You cannot export for disabled servers." -msgstr "Экспорт для отключенных серверов невозможен." - -# File: src/etc/inc/openvpn-client-export.inc, line: 96 -msgid "Could not locate server certificate." -msgstr "Не удалось обнаружить сертификат сервера." - -# File: src/etc/inc/openvpn-client-export.inc, line: 100 -msgid "Could not locate the CA reference for the server certificate." -msgstr "" -"Не удалось обнаружить ссылку на центр сертификации для проверки сертификата " -"сервера." - -# File: src/etc/inc/openvpn-client-export.inc, line: 111 -msgid "Could not find user settings." -msgstr "Не удалось найти пользовательские настройки." - -# File: src/etc/inc/openvpn-client-export.inc, line: 123 -# File: src/etc/inc/openvpn-client-export.inc, line: 132 -msgid "Could not find client certificate." -msgstr "Не удалось найти сертификат клиента." - -# File: src/etc/inc/openvpn-client-export.inc, line: 209 -# File: src/etc/inc/openvpn-client-export.inc, line: 754 -msgid "This server uses UDP protocol and cannot communicate with HTTP proxy." -msgstr "" -"Этот сервер использует протокол UDP и не может обмениваться данными в HTTP " -"прокси-сервером." - -# File: src/etc/inc/openvpn-client-export.inc, line: 502 -msgid "Could not create a config to export." -msgstr "Не удалось создать файл настроек для экспорта." - -# File: src/etc/inc/openvpn.inc, line: 34 -msgid "0 (none)" -msgstr "0 (отсутствует)" - -# File: src/etc/inc/openvpn.inc, line: 35 -msgid "1 (default)" -msgstr "1 (по умолчанию)" - -# File: src/etc/inc/openvpn.inc, line: 36 -msgid "2" -msgstr "2" - -# File: src/etc/inc/openvpn.inc, line: 37 -msgid "3 (recommended)" -msgstr "3 (рекомендуется)" - -# File: src/etc/inc/openvpn.inc, line: 38 -msgid "4" -msgstr "4" - -# File: src/etc/inc/openvpn.inc, line: 39 -msgid "5" -msgstr "5" - -# File: src/etc/inc/openvpn.inc, line: 40 -msgid "6" -msgstr "6" - -# File: src/etc/inc/openvpn.inc, line: 41 -msgid "7" -msgstr "7" - -# File: src/etc/inc/openvpn.inc, line: 42 -msgid "8" -msgstr "8" - -# File: src/etc/inc/openvpn.inc, line: 43 -msgid "9" -msgstr "9" - -# File: src/etc/inc/openvpn.inc, line: 44 -msgid "10" -msgstr "10" - -# File: src/etc/inc/openvpn.inc, line: 45 -msgid "11" -msgstr "11" - -# File: src/etc/inc/openvpn.inc, line: 63 -msgid "No Preference" -msgstr "Параметры не настроены" - -# File: src/etc/inc/openvpn.inc, line: 64 -msgid "Disabled - No Compression" -msgstr "Выключено — Без сжатия" - -# File: src/etc/inc/openvpn.inc, line: 65 -msgid "Enabled with Adaptive Compression" -msgstr "Включено с использованием адаптивного сжатия" - -# File: src/etc/inc/openvpn.inc, line: 66 -msgid "Enabled without Adaptive Compression" -msgstr "Включено без использования адаптивного сжатия" - -# File: src/etc/inc/openvpn.inc, line: 168 -msgid "None (No Encryption)" -msgstr "Отсутствует (без шифрования)" - -# File: src/etc/inc/openvpn.inc, line: 182 -msgid "None (No Authentication)" -msgstr "Отсутствует (без аутентификации)" - -# File: src/etc/inc/openvpn.inc, line: 226 -msgid "The field '%s' must contain a valid port, ranging from 0 to 65535." -msgstr "" -"Поле %s должно содержать допустимый номер порта (целое число от 0 до 65535)." - -# File: src/etc/inc/openvpn.inc, line: 238 -msgid "The field '%s' must contain a single valid %s CIDR range." -msgstr "Поле %s должно содержать единственный допустимый %s CIDR диапазон." - -# File: src/etc/inc/openvpn.inc, line: 250 -msgid "" -"The field '%s' must contain only valid %s CIDR range(s) separated by commas." -msgstr "" -"Поле %s должно содержать только допустимые %s CIDR диапазоны, разделенные " -"запятыми." - -# File: src/etc/inc/openvpn_wizard.inc, line: 218 -# File: src/etc/inc/openvpn_wizard.inc, line: 317 -msgid "Please do not use special characters in Certificate field names." -msgstr "Не используйте специальные символы в названиях полей сертификата." - -# File: src/etc/inc/openvpn_wizard.inc, line: 403 -msgid "The specified 'Local port' is in use. Please select another value." -msgstr "Указанный «локальный порт» используется. Выберите другое значение." - -# File: src/etc/inc/openvpn_wizard.inc, line: 408 -msgid "The field 'TLS Authentication Key' does not appear to be valid." -msgstr "Некорректное значение поля «TLS-ключ аутентификации»." - -# File: src/etc/inc/openvpn_wizard.inc, line: 411 -# File: src/www/vpn_openvpn_csc.php, line: 122 -# File: src/www/vpn_openvpn_server.php, line: 237 -msgid "The field 'DNS Server #1' must contain a valid IP address" -msgstr "Поле «DNS-сервер №1» должно содержать действительный IP-адрес." - -# File: src/etc/inc/openvpn_wizard.inc, line: 413 -# File: src/www/vpn_openvpn_csc.php, line: 125 -# File: src/www/vpn_openvpn_server.php, line: 240 -msgid "The field 'DNS Server #2' must contain a valid IP address" -msgstr "Поле «DNS-сервер №2» должно содержать действительный IP-адрес." - -# File: src/etc/inc/openvpn_wizard.inc, line: 415 -# File: src/www/vpn_openvpn_csc.php, line: 128 -# File: src/www/vpn_openvpn_server.php, line: 243 -msgid "The field 'DNS Server #3' must contain a valid IP address" -msgstr "Поле «DNS-сервер №3» должно содержать действительный IP-адрес." - -# File: src/etc/inc/openvpn_wizard.inc, line: 417 -# File: src/www/vpn_openvpn_csc.php, line: 131 -# File: src/www/vpn_openvpn_server.php, line: 246 -msgid "The field 'DNS Server #4' must contain a valid IP address" -msgstr "Поле «DNS-сервер №4» должно содержать действительный IP-адрес." - -# File: src/etc/inc/openvpn_wizard.inc, line: 420 -# File: src/www/vpn_openvpn_csc.php, line: 137 -# File: src/www/vpn_openvpn_server.php, line: 250 -msgid "The field 'NTP Server #1' must contain a valid IP address" -msgstr "Поле «NTP-сервер №1» должно содержать действительный IP-адрес." - -# File: src/etc/inc/openvpn_wizard.inc, line: 422 -# File: src/www/vpn_openvpn_csc.php, line: 140 -# File: src/www/vpn_openvpn_server.php, line: 253 -msgid "The field 'NTP Server #2' must contain a valid IP address" -msgstr "Поле «NTP-сервер №2» должно содержать действительный IP-адрес." - -# File: src/etc/inc/openvpn_wizard.inc, line: 425 -# File: src/www/vpn_openvpn_csc.php, line: 153 -# File: src/www/vpn_openvpn_server.php, line: 264 -msgid "The field 'WINS Server #1' must contain a valid IP address" -msgstr "Поле «WINS-сервер №1» должно содержать действительный IP-адрес." - -# File: src/etc/inc/openvpn_wizard.inc, line: 427 -# File: src/www/vpn_openvpn_csc.php, line: 156 -# File: src/www/vpn_openvpn_server.php, line: 267 -msgid "The field 'WINS Server #2' must contain a valid IP address" -msgstr "Поле «WINS-сервер №2» должно содержать действительный IP-адрес." - -# File: src/etc/inc/openvpn_wizard.inc, line: 430 -# File: src/www/vpn_openvpn_server.php, line: 278 -msgid "The field 'Concurrent connections' must be numeric." -msgstr "" -"Значение поля «Число одновременных подключений» должно быть целым числом." - -# File: src/etc/inc/openvpn_wizard.inc, line: 433 -msgid "You must specify a 'Tunnel network'." -msgstr "Вы должны указать «Сеть туннелей»." - -# File: src/etc/inc/openvpn_wizard.inc, line: 635 -# File: src/etc/inc/openvpn_wizard.inc, line: 652 -msgid "OpenVPN %s wizard" -msgstr "Мастер OpenVPN %s" - -# File: src/etc/inc/openvpn_wizard.inc, line: 647 -# File: src/etc/inc/openvpn_wizard.inc, line: 662 -msgid "OpenVPN Wizard" -msgstr "Мастер OpenVPN " - -# File: src/etc/inc/pfsense-utils.inc, line: 158 -# File: src/www/widgets/widgets/carp_status.widget.php, line: 67 -msgid "MASTER" -msgstr "ВЕДУЩЕЕ УСТРОЙСТВО" - -# File: src/etc/inc/pfsense-utils.inc, line: 160 -# File: src/www/widgets/widgets/carp_status.widget.php, line: 69 -msgid "BACKUP" -msgstr "РЕЗЕРВНЫЙ" - -# File: src/etc/inc/pfsense-utils.inc, line: 162 -# File: src/www/widgets/widgets/carp_status.widget.php, line: 71 -msgid "INIT" -msgstr "ИНИЦИАЛИЗАЦИИ" - -# File: src/etc/inc/pfsense-utils.inc, line: 218 -# File: src/etc/inc/pfsense-utils.inc, line: 240 -msgid "Restored %s of config file (maybe from CARP partner)" -msgstr "Восстановлен %s из файла настроек (возможно от CARP-партнера)" - -# File: src/etc/inc/pfsense-utils.inc, line: 565 -msgid "" -"Alias archive is a .zip file which cannot be decompressed because utility is " -"missing!" -msgstr "" -"Архив псевдонимов представляет собой .zip файл, который не может быть " -"распакован, потому что отсутствует необходимая программа!" - -# File: src/etc/inc/pfsense-utils.inc, line: 575 -# File: src/etc/inc/pfsense-utils.inc, line: 607 -msgid "Could not open %s/aliases for writing!" -msgstr "Не удалось открыть %s/aliases для записи!" - -# File: src/etc/inc/pfsense-utils.inc, line: 581 -# File: src/etc/inc/pfsense-utils.inc, line: 613 -msgid "The following file could not be read %s from %s" -msgstr "Не удается прочитать следующий файл %s из %s" - -# File: src/etc/inc/pfsense-utils.inc, line: 597 -msgid "" -"Alias archive is a .tar/tgz file which cannot be decompressed because " -"utility is missing!" -msgstr "" -"Архив псевдонимов представляет собой .tar/tgz файл, который не может быть " -"распакован, потому что отсутствует необходимая программа!" - -# File: src/etc/inc/rrd.inc, line: 74 -msgid "RRD create failed exited with %s, the error is: %s" -msgstr "" -"Не удалось создать циклическую базу данных (RRD), завершение работы с %s, " -"ошибка: %s" - -# File: src/etc/inc/rrd.inc, line: 86 -msgid "Generating RRD graphs..." -msgstr "Создание RRD графика…" - -# File: src/etc/inc/rrd.inc, line: 539 -msgid "Creating rrd update script" -msgstr "Создание скрипта обновления циклической базы данных" - -# File: src/etc/inc/services.inc, line: 425 -msgid "DHCP leases restore failed exited with %s, the error is: %s" -msgstr "" -"Не удалось восстановить базу данных аренды адресов DHCP-клиентами, " -"завершение работы с %s, ошибка: %s" - -# File: src/etc/inc/services.inc, line: 447 -msgid "Starting DHCP service..." -msgstr "Запуск DHCP службы…" - -# File: src/etc/inc/services.inc, line: 530 -msgid "Warning! DHCP Failover setup and no CARP virtual IPs defined!" -msgstr "" -"Внимание! Отработка отказов DHCP настроена, однако виртуальные IP-адреса для " -"протокола CARP не определены." - -# File: src/etc/inc/services.inc, line: 929 -msgid "Error: cannot open dhcpd.conf in services_dhcpdv4_configure().%s" -msgstr "" -"Ошибка: не удается открыть dhcpd.conf в services_dhcpdv4_configure().%s" - -# File: src/etc/inc/services.inc, line: 1423 -msgid "Could not write Igmpproxy configuration file!" -msgstr "Не удалось записать файл настроек Igmpproxy!" - -# File: src/etc/inc/services.inc, line: 1431 -msgid "Started IGMP proxy service." -msgstr "Запущена служба IGMP-прокси" - -# File: src/etc/inc/services.inc, line: 1450 -msgid "Starting DHCP relay service..." -msgstr "Запуск службы DHCP-ретрансляции…" - -# File: src/etc/inc/services.inc, line: 1567 -msgid "Starting DHCPv6 relay service..." -msgstr "Запуск службы DHCPv6-ретрансляции…" - -# File: src/etc/inc/services.inc, line: 1739 -msgid "Starting dynamic DNS clients..." -msgstr "Запуск клиента динамического DNS…" - -# File: src/etc/inc/services.inc, line: 1806 -msgid "Starting DNS forwarder..." -msgstr "Запуск DNS-ретранслятора…" - -# File: src/etc/inc/services.inc, line: 1948 -msgid "Starting DNS Resolver..." -msgstr "Запуск DNS-преобразователя…" - -# File: src/etc/inc/services.inc, line: 1981 -msgid "Starting SNMP daemon... " -msgstr "Запуск агента SNMP…" - -# File: src/etc/inc/services.inc, line: 1986 -msgid "Error: cannot open snmpd.conf in services_snmpd_configure().%s" -msgstr "Ошибка: не удается открыть snmpd.conf в services_snmpd_configure().%s" - -# File: src/etc/inc/services.inc, line: 2255 -msgid "Dynamic DNS updated IP Address (A) for %s on %s (%s) to %s" -msgstr "" -"На DNS сервере динамически обновлен IP-адрес (A) для %s на %s (%s) на %s" - -# File: src/etc/inc/services.inc, line: 2270 -msgid "Dynamic DNS updated IPv6 Address (AAAA) for %s on %s (%s) to %s" -msgstr "" -"На DNS сервере динамически обновлен IPv6-адрес (AAAA) для %s на %s (%s) на %s" - -# File: src/etc/inc/services.inc, line: 2379 -msgid "Starting UPnP service... " -msgstr "Запуск службы UPnP…" - -# File: src/etc/inc/services.inc, line: 2416 -msgid "Installed cron job for %s" -msgstr "Установлена задача планировщика для %s" - -# File: src/etc/inc/services.inc, line: 2419 -msgid "Updated cron job for %s" -msgstr "Обновлена задача планировщика для %s" - -# File: src/etc/inc/services.inc, line: 2424 -msgid "Removed cron job for %s" -msgstr "Удалена задача планировщика для %s" - -# File: src/etc/inc/services.inc, line: 2462 -msgid "Router Advertisement Daemon" -msgstr "Демон объявления маршрутизатора" - -# File: src/etc/inc/services.inc, line: 2476 -msgid "Unbound DNS Resolver" -msgstr "Кеширующий DNS-сервер Unbound…" - -# File: src/etc/inc/services.inc, line: 2482 -msgid "NTP clock sync" -msgstr "Синхронизация часов через NTP" - -# File: src/etc/inc/services.inc, line: 2496 -msgid "DHCP Relay" -msgstr "DHCP-ретрансляция" - -# File: src/etc/inc/services.inc, line: 2503 -msgid "DHCPv6 Relay" -msgstr "DHCPv6-ретрансляция" - -# File: src/etc/inc/services.inc, line: 2510 -msgid "DHCP Service" -msgstr "Служба DHCP" - -# File: src/etc/inc/services.inc, line: 2518 -msgid "Gateway Monitoring Daemon" -msgstr "Демон мониторинга шлюза" - -# File: src/etc/inc/services.inc, line: 2525 -msgid "SNMP Service" -msgstr "Служба SNMP" - -# File: src/etc/inc/services.inc, line: 2532 -msgid "IGMP proxy" -msgstr "IGMP-прокси" - -# File: src/etc/inc/services.inc, line: 2539 -msgid "UPnP Service" -msgstr "Служба UPnP" - -# File: src/etc/inc/services.inc, line: 2546 -msgid "IPsec VPN" -msgstr "IPsec VPN" - -# File: src/etc/inc/services.inc, line: 2553 -msgid "Secure Shell Daemon" -msgstr "Демон SSH" - -# File: src/etc/inc/services.inc, line: 2576 -msgid "Server load balancing daemon" -msgstr "Демон балансировки нагрузки сервера" - -# File: src/etc/inc/services.inc, line: 2581 -msgid "Proxy server" -msgstr "Прокси-сервер" - -# File: src/etc/inc/services.inc, line: 2634 -msgid "Running" -msgstr "Запуск" - -# File: src/etc/inc/services.inc, line: 2635 -# File: src/etc/inc/services.inc, line: 2638 -msgid "%s Service is" -msgstr "Служба %s " - -# File: src/etc/inc/services.inc, line: 2637 -msgid "Stopped" -msgstr "Остановлена" - -# File: src/etc/inc/services.inc, line: 2656 -msgid "Restart %sService" -msgstr "Перезапустить %sService" - -# File: src/etc/inc/services.inc, line: 2665 -msgid "Stop %sService" -msgstr "Остановить %sService" - -# File: src/etc/inc/services.inc, line: 2676 -msgid "Start %sService" -msgstr "Запустить %sService" - -# File: src/etc/inc/system.inc, line: 611 -msgid "DNSCACHE: Found old IP %s and new IP %s" -msgstr "DNSCACHE: найден старый IP-адрес %s и новый IP-адрес %s" - -# File: src/etc/inc/system.inc, line: 630 -msgid "Static Routes: Gateway IP could not be found for %s" -msgstr "Статические маршруты: IP-адрес шлюза для %s не найден" - -# File: src/etc/inc/system.inc, line: 775 -msgid "Starting syslog..." -msgstr "Запуск syslog…" - -# File: src/etc/inc/system.inc, line: 885 -msgid "Error: cannot open syslog.conf in system_syslogd_start().%s" -msgstr "Ошибка: не удается открыть syslog.conf в system_syslogd_start().%s" - -# File: src/etc/inc/system.inc, line: 956 -msgid "webConfigurator default" -msgstr "Web-конфигуратор по умолчанию" - -# File: src/etc/inc/system.inc, line: 971 -msgid "Importing HTTPS certificate" -msgstr "Импорт HTTPS сертификата" - -# File: src/etc/inc/system.inc, line: 1247 -msgid "Error: cannot open cert.pem in system_webgui_start().%s" -msgstr "Ошибка: не удается открыть cert.pem в system_webgui_start().%s" - -# File: src/etc/inc/system.inc, line: 1258 -msgid "Error: cannot open ca.pem in system_webgui_start().%s" -msgstr "Ошибка: не удается открыть ca.pem в system_webgui_start().%s" - -# File: src/etc/inc/system.inc, line: 1266 -msgid "ssl configuration" -msgstr "настройка SSL" - -# File: src/etc/inc/system.inc, line: 1302 -msgid "Error: cannot open %s in system_generate_lighty_config().%s" -msgstr "Ошибка: не удается открыть %sв system_generate_lighty_config().%s" - -# File: src/etc/inc/system.inc, line: 1343 -msgid "Setting timezone..." -msgstr "Установка часового пояса…" - -# File: src/etc/inc/upgrade_config.inc, line: 40 -msgid "RRD dump failed exited with %s, the error is: %s" -msgstr "" -"Не удалось сделать снимок циклической базы данных (RRD), завершение работы с " -"%s, ошибка: %s" - -# File: src/etc/inc/upgrade_config.inc, line: 56 -msgid "" -"Import RRD has %s DS values and %s RRA databases, new format RRD has %s DS " -"values and %s RRA databases" -msgstr "Импортировать базу RRD %s " - -# File: src/etc/inc/upgrade_config.inc, line: 140 -msgid "The new RRD now has %s DS values and %s RRA databases" -msgstr "" -"Для новой RRD-базы определены %s источники данных (DS) и %s архивы данных " -"(RRA)." - -# File: src/etc/inc/upgrade_config.inc, line: 241 -msgid "%sWarning: filter rule removed (interface '%s' does not exist anymore)." -msgstr "" -"%sWarning: правило фильтрации удалено (интерфейса '%s' больше не существует)" - -# File: src/etc/inc/upgrade_config.inc, line: 253 -msgid "" -"%sWarning: filter rule removed (source network '%s' does not exist anymore)." -msgstr "" -"%sWarning: правило фильтрации удалено (исходной сети '%s' больше не " -"существует)" - -# File: src/etc/inc/upgrade_config.inc, line: 266 -msgid "" -"%sWarning: filter rule removed (destination network '%s' does not exist " -"anymore)." -msgstr "" -"%sWarning: правило фильтрации удалено (сети назначения '%s' больше не " -"существует)" - -# File: src/etc/inc/upgrade_config.inc, line: 286 -msgid "" -"%sWarning: traffic shaper rule removed (interface '%s' does not exist " -"anymore)." -msgstr "" -"%sWarning: правило шейпера трафика удалено (интерфейса '%s' больше не " -"существует)" - -# File: src/etc/inc/upgrade_config.inc, line: 298 -msgid "" -"%sWarning: traffic shaper rule removed (source network '%s' does not exist " -"anymore)." -msgstr "" -"%sWarning: правило шейпера трафика удалено (исходной сети '%s' больше не " -"существует)" - -# File: src/etc/inc/upgrade_config.inc, line: 311 -msgid "" -"%sWarning: traffic shaper rule removed (destination network '%s' does not " -"exist anymore)." -msgstr "" -"%sWarning: правило шейпера трафика удалено (сети назначения '%s' больше не " -"существует)" - -# File: src/etc/inc/upgrade_config.inc, line: 458 -msgid "CARP vhid %s" -msgstr "CARP vhid %s" - -# File: src/etc/inc/upgrade_config.inc, line: 582 -msgid "Permit IPsec traffic." -msgstr "Разрешить IPSec-трафик" - -# File: src/etc/inc/upgrade_config.inc, line: 602 -msgid "System Administrators" -msgstr "Системные администраторы" - -# File: src/etc/inc/upgrade_config.inc, line: 621 -msgid "" -"Indicates whether this user will lock access to the webConfigurator for " -"other users." -msgstr "" -"Показывает, запретит ли пользователь доступ в Web-конфигуратор другим " -"пользователям." - -# File: src/etc/inc/upgrade_config.inc, line: 624 -msgid "" -"Indicates whether this user will lock individual HTML pages after having " -"accessed a particular page (the lock will be freed if the user leaves or " -"saves the page form)." -msgstr "" -"Указывает, заблокирует ли этот пользователь отдельные HTML-страницы после " -"того, как он получил доступ к конкретной странице (страницы будут " -"разблокированы, если пользователь покинет страницу или сохранит изменения)." - -# File: src/etc/inc/upgrade_config.inc, line: 627 -msgid "Indicates whether this user is able to login for example via SSH." -msgstr "Показывает, может ли пользователь войти через, например, SSH." - -# File: src/etc/inc/upgrade_config.inc, line: 630 -msgid "" -"Indicates whether this user is allowed to copy files onto the %s appliance " -"via SCP/SFTP. If you are going to use this privilege, you must install " -"scponly on the appliance (Hint: pkg_add -r scponly)." -msgstr "" -"Указывает, разрешено ли этому пользователю копировать файлы на устройство %s " -"через SCP/SFTP. Если вы собираетесь использовать эту привилегию, вы должны " -"установить scponly на устройство (подсказка: pkg_add -r scponly)." - -# File: src/etc/inc/upgrade_config.inc, line: 633 -msgid "" -"This user is associated with the UNIX root user (you should associate this " -"privilege only with one single user)." -msgstr "" -"Этот пользователь ассоциируется с root пользователем системы UNIX (вы должны " -"ассоциировать эти привилегии только с одним пользователем)." - -# File: src/etc/inc/upgrade_config.inc, line: 650 -msgid "Drop packets to closed TCP ports without returning a RST" -msgstr "Отбрасывать пакеты на закрытые порты TCP, не возвращая RST" - -# File: src/etc/inc/upgrade_config.inc, line: 654 -msgid "Do not send ICMP port unreachable messages for closed UDP ports" -msgstr "Не отправлять недоступные сообщения порта ICMP для закрытых портов UDP" - -# File: src/etc/inc/upgrade_config.inc, line: 658 -msgid "Randomize the ID field in IP packets (default is 0: sequential IP IDs)" -msgstr "" -"Рандомизировать значение поля «Идентификатор» в пакетах IP (по умолчанию: 0 " -"— последовательные идентификаторы IP)" - -# File: src/etc/inc/upgrade_config.inc, line: 662 -msgid "Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)" -msgstr "" -"Отбрасывать SYN-FIN пакеты (отключает RFC1379, но никто не использует его)" - -# File: src/etc/inc/upgrade_config.inc, line: 666 -msgid "Sending of IPv4 ICMP redirects" -msgstr "Отправка IPv4 ICMP перенаправлений" - -# File: src/etc/inc/upgrade_config.inc, line: 670 -msgid "Sending of IPv6 ICMP redirects" -msgstr "Отправка IPv6 ICMP перенаправлений" - -# File: src/etc/inc/upgrade_config.inc, line: 674 -msgid "Generate SYN cookies for outbound SYN-ACK packets" -msgstr "Создайте cookie-файлы SYN для исходящих пакетов SYN-ACK" - -# File: src/etc/inc/upgrade_config.inc, line: 678 -msgid "Maximum incoming TCP datagram size" -msgstr "Максимальный размер входящей TCP датаграммы" - -# File: src/etc/inc/upgrade_config.inc, line: 682 -msgid "Maximum outgoing TCP datagram size" -msgstr "Максимальный размер исходящей TCP датаграммы" - -# File: src/etc/inc/upgrade_config.inc, line: 686 -msgid "" -"Fastforwarding (see http://lists.freebsd.org/pipermail/freebsd-net/2004-" -"January/002534.html)" -msgstr "" -"Fastforwarding (см. http://lists.freebsd.org/pipermail/freebsd-net/2004-" -"January/002534.html)" - -# File: src/etc/inc/upgrade_config.inc, line: 690 -msgid "Do not delay ACK to try and piggyback it onto a data packet" -msgstr "Не задерживать ACK для проверки и вложения в пакет данных" - -# File: src/etc/inc/upgrade_config.inc, line: 694 -msgid "Maximum outgoing UDP datagram size" -msgstr "Максимальный размер исходящей UDP датаграммы" - -# File: src/etc/inc/upgrade_config.inc, line: 698 -msgid "" -"Handling of non-IP packets which are not passed to pfil (see if_bridge(4))" -msgstr "Обработка не IP-пакетов, которые не переданы pfil (см. if_bridge(4))" - -# File: src/etc/inc/upgrade_config.inc, line: 702 -msgid "Allow unprivileged access to tap(4) device nodes" -msgstr "Разрешить ограниченный доступ к tap(4) устройствам" - -# File: src/etc/inc/upgrade_config.inc, line: 706 -msgid "Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())" -msgstr "" -"Рандомизировать PID's (подробнее в src/sys/kern/kern_fork.c: " -"sysctl_kern_randompid())" - -# File: src/etc/inc/upgrade_config.inc, line: 710 -msgid "" -"The system will attempt to calculate the bandwidth delay product for each " -"connection and limit the amount of data queued to the network to just the " -"amount required to maintain optimum throughput. " -msgstr "" -"Система попытается вычислить задержку пропускной способности для каждого " -"соединения и ограничить количество данных в очереди для поддержания " -"оптимальной производительности." - -# File: src/etc/inc/upgrade_config.inc, line: 714 -msgid "Set ICMP Limits" -msgstr "Установить ICMP ограничения" - -# File: src/etc/inc/upgrade_config.inc, line: 718 -msgid "TCP Offload engine" -msgstr "Механизм разгрузки TCP" - -# File: src/etc/inc/upgrade_config.inc, line: 749 -msgid "Interface %s Static Gateway" -msgstr "Интерфейс %s статического шлюза" - -# File: src/etc/inc/upgrade_config.inc, line: 752 -msgid "Interface %s Dynamic Gateway" -msgstr "Интерфейс %s динамического шлюза" - -# File: src/etc/inc/upgrade_config.inc, line: 820 -msgid "Upgraded static route for %s" -msgstr "Обновлен статический маршрут для %s" - -# File: src/etc/inc/upgrade_config.inc, line: 917 -msgid "Sitedown pool for VS: %s" -msgstr "Sitedown пул для VS: %s" - -# File: src/etc/inc/upgrade_config.inc, line: 1072 -msgid "phase2 for %s" -msgstr "фаза 2 для %s" - -# File: src/etc/inc/upgrade_config.inc, line: 1299 -msgid "Upgraded Dyndns %s" -msgstr "Обновлен Dyndns %s" - -# File: src/etc/inc/upgrade_config.inc, line: 1351 -msgid "All Users" -msgstr "Все пользователи" - -# File: src/etc/inc/upgrade_config.inc, line: 1503 -msgid "Converted bridged %s" -msgstr "Преобразованное мостовое соединение %s" - -# File: src/etc/inc/upgrade_config.inc, line: 1877 -msgid "Auto added OpenVPN rule from config upgrade." -msgstr "" -"Автоматически добавлено OpenVPN правило из обновленного файла настроек." - -# File: src/etc/inc/util.inc, line: 92 -msgid "WARNING: You must give a name as parameter to lock() function." -msgstr "ВНИМАНИЕ: вы должны назначить имя в качестве параметра функции lock()." - -# File: src/etc/inc/util.inc, line: 959 -msgid "The command '%s' returned exit code '%d', the output was '%s'" -msgstr "Команда '%s' вернула выходной код '%d' с результатом '%s'" - -# File: src/etc/inc/vpn.inc, line: 125 -msgid "Configuring IPsec VPN... " -msgstr "Настройка IPsec VPN…" - -# File: src/etc/inc/vpn.inc, line: 387 -msgid "Error: Invalid certificate info for %s" -msgstr "Ошибка: недопустимые данные сертификата для %s" - -# File: src/etc/inc/vpn.inc, line: 393 -msgid "Error: Invalid certificate hash info for %s" -msgstr "Ошибка: неправильные хэш сертификата для %s" - -# File: src/etc/inc/vpn.inc, line: 398 -msgid "Error: Cannot write IPsec CA file for %s" -msgstr "Ошибка: не удается записать файл IPsec CA для %s" - -# File: src/etc/inc/vpn.inc, line: 416 -msgid "Error: Invalid phase1 certificate reference for %s" -msgstr "Ошибка: недопустимая ссылка на сертификат фазы 1 для %s" - -# File: src/etc/inc/vpn.inc, line: 424 -msgid "Error: Cannot write phase1 key file for %s" -msgstr "Ошибка: не удается записать файл ключа фазы 1 для %s" - -# File: src/etc/inc/vpn.inc, line: 431 -msgid "Error: Cannot write phase1 certificate file for %s" -msgstr "Ошибка: не удается записать файл сертификата фазы 1 для %s" - -# File: src/etc/inc/vpn.inc, line: 948 -msgid "Ignoring IPsec reload since there are no tunnels on interface %s" -msgstr "Игнорировать перезапуск IPsec, так как на интерфейсе %s нет туннелей " - -# File: src/etc/inc/vpn.inc, line: 955 -msgid "Forcefully reloading IPsec" -msgstr "Принудительная перезагрузка IPsec" - -# File: src/etc/inc/vpn.inc, line: 997 -msgid "Configuring PPTP VPN service... " -msgstr "Настройка службы VPN с помощью PPTP…" - -# File: src/etc/inc/vpn.inc, line: 1007 -msgid "Could not kill mpd within 3 seconds. Trying again." -msgstr "" -"Сигнал kill не был обработан процессом mpd в течение 3 секунд…Отправка еще " -"раз." - -# File: src/etc/inc/vpn.inc, line: 1029 -msgid "Error: cannot open mpd.conf in vpn_pptpd_configure()." -msgstr "Ошибка: не удается открыть mpd.conf в vpn_pptpd_configure()." - -# File: src/etc/inc/vpn.inc, line: 1148 -msgid "Error: cannot open mpd.links in vpn_pptpd_configure()." -msgstr "Ошибка: не удается открыть mpd.links в vpn_pptpd_configure()." - -# File: src/etc/inc/vpn.inc, line: 1173 -msgid "Error: cannot open mpd.secret in vpn_pptpd_configure()." -msgstr "Ошибка: не удается открыть mpd.secret в vpn_pptpd_configure()." - -# File: src/etc/inc/vpn.inc, line: 1230 -msgid "Configuring PPPoE VPN service... " -msgstr "Настройка службы VPN PPTP…" - -# File: src/etc/inc/vpn.inc, line: 1254 -msgid "Error: cannot open mpd.conf in vpn_pppoe_configure()." -msgstr "Ошибка: не удается открыть mpd.conf в vpn_pppoe_configure()." - -# File: src/etc/inc/vpn.inc, line: 1363 -msgid "Error: cannot open mpd.links in vpn_pppoe_configure()." -msgstr "Ошибка: не удается открыть mpd.links в vpn_pppoe_configure()." - -# File: src/etc/inc/vpn.inc, line: 1390 -msgid "Error: cannot open mpd.secret in vpn_pppoe_configure()." -msgstr "Ошибка: не удается открыть mpd.secret в vpn_pppoe_configure()." - -# File: src/etc/inc/vpn.inc, line: 1422 -msgid "done" -msgstr "готово" - -# File: src/etc/inc/vpn.inc, line: 1442 -msgid "Configuring l2tp VPN service... " -msgstr "Настройка службы L2TP VPN…" - -# File: src/etc/inc/vpn.inc, line: 1463 -msgid "Error: cannot open mpd.conf in vpn_l2tp_configure()." -msgstr "Ошибка: не удается открыть mpd.conf в vpn_l2tp_configure()." - -# File: src/etc/inc/vpn.inc, line: 1562 -msgid "Error: cannot open mpd.links in vpn_l2tp_configure()." -msgstr "Ошибка: не удается открыть mpd.links в vpn_l2tp_configure()." - -# File: src/etc/inc/vpn.inc, line: 1588 -msgid "Error: cannot open mpd.secret in vpn_l2tp_configure()." -msgstr "Ошибка: не удается открыть mpd.secret в vpn_l2tp_configure()." - -# File: src/etc/inc/xmlparse.inc, line: 83 -# File: src/www/interfaces.php, line: 85 -msgid "XML error: %s at line %d cannot occur more than once" -msgstr "Ошибка XML: %s в строке %d не может появиться больше одного раза" - -# File: src/etc/inc/xmlparse.inc, line: 159 -# File: src/www/interfaces.php, line: 202 -msgid "Error: could not open XML input" -msgstr "Ошибка: не удалось открыть XML input" - -# File: src/etc/inc/xmlparse.inc, line: 165 -msgid "XML error: %s at line %d in %s" -msgstr "Ошибка XML: %s в строке %d в %s" - -# File: src/etc/inc/xmlparse.inc, line: 182 -# File: src/www/interfaces.php, line: 225 -msgid "XML error: no %s object found!" -msgstr "Ошибка XML: объект %s не найден!" - -# File: src/etc/inc/xmlrpc/legacy.inc, line: 234 -# File: src/etc/inc/xmlrpc/legacy.inc, line: 298 -msgid "Merged in config (%s sections) from XMLRPC client." -msgstr "Объединены в файле настроек (%s секции) от XMLRPC клиента." - -# File: src/etc/rc.bootup, line: 172 -msgid "Default interfaces not found -- Running interface assignment option." -msgstr "" -"Не найдены интерфейсы по умолчанию — Запуск функции назначения интерфейсов." - -# File: src/etc/rc.initial.password, line: 36 -msgid "The %s password will be reset to the factory default of `%s'." -msgstr "%s пароль будет сброшен (по умолчанию пароль '%s')/" - -# File: src/etc/rc.initial.password, line: 41 -msgid "Do you want to proceed [y|n]? " -msgstr "Вы хотите продолжить? [y|n]?" - -# File: src/etc/rc.initial.password, line: 47 -msgid "The User manager authentication server is set to \"%s\"." -msgstr "Сервером аутентификации пользователей установлен \"%s\"." - -# File: src/etc/rc.initial.password, line: 49 -msgid "Do you want to set it back to Local Database [y|n]? " -msgstr "Действительно хотите вернуться на Локальную БД [y|n] " - -# File: src/etc/rc.initial.password, line: 75 -msgid "password changed from console menu" -msgstr "пароль изменен в меню консоли" - -# File: src/etc/rc.initial.password, line: 78 -msgid "The password has been reset." -msgstr "Пароль сброшен." - -# File: src/etc/rc.initial.password, line: 80 -msgid "Please change the password as soon as you log in!" -msgstr "Измените пароль сразу после входа!" - -# File: src/etc/rc.initial.setlanip, line: 118 -msgid "Do you want to enable the %s server on %s?" -msgstr "Вы хотите включить %s сервер на %s?" - -# File: src/etc/rc.initial.setlanip, line: 274 -msgid "Configure %s address %s interface via %s?" -msgstr "Настроить %s адрес %s интерфейса с помощью %s?" - -# File: src/etc/rc.initial.setlanip, line: 290 -msgid "Enter the new %s %s address. Press for none:" -msgstr "Введите новый %s %s адрес. Нажмите клавишу для пропуска:" - -# File: src/etc/rc.initial.setlanip, line: 298 -msgid "This IP address conflicts with another interface or a VIP" -msgstr "" -"Этот IP-адрес конфликтует с другим интерфейсом или виртуальным IP-адресом" - -# File: src/etc/rc.initial.setlanip, line: 305 -msgid "Subnet masks are entered as bit counts (as in CIDR notation) in %s." -msgstr "" -"Маски подсети записываются в виде количества бит (как в CIDR диапазонах) в " -"%s." - -# File: src/etc/rc.initial.setlanip, line: 322 -msgid "Enter the new %s %s subnet bit count (1 to %s):" -msgstr "Введите количество бит (от 1 до %s) новой %s %s подсети:" - -# File: src/etc/rc.initial.setlanip, line: 333 -msgid "You cannot set network address to an interface" -msgstr "Вы не можете присвоить адрес сети интерфейсу" - -# File: src/etc/rc.initial.setlanip, line: 337 -msgid "You cannot set broadcast address to an interface" -msgstr "Вы не можете присвоить широковещательный адрес интерфейсу" - -# File: src/etc/rc.initial.setlanip, line: 350 -msgid "For a WAN, enter the new %s %s upstream gateway address." -msgstr "Для WAN: введите новый %s %s публичный IP-адрес шлюза для WAN." - -# File: src/etc/rc.initial.setlanip, line: 351 -msgid "For a LAN, press for none:" -msgstr "Для LAN: нажмите клавишу для пропуска:" - -# File: src/etc/rc.initial.setlanip, line: 357 -msgid "not an %s IP address!" -msgstr "не %s IP-адрес!" - -# File: src/etc/rc.initial.setlanip, line: 359 -msgid "not in subnet!" -msgstr "не в подсети!" - -# File: src/etc/rc.initial.setlanip, line: 406 -msgid "Enter the start address of the %s client address range:" -msgstr "Введите начальный адрес %s диапазона адресов клиента:" - -# File: src/etc/rc.initial.setlanip, line: 415 -# File: src/etc/rc.initial.setlanip, line: 429 -msgid "This IP address must be in the interface's subnet" -msgstr "Этот IP-адрес должен быть в подсети интерфейса" - -# File: src/etc/rc.initial.setlanip, line: 420 -msgid "Enter the end address of the %s client address range:" -msgstr "Введите конечный адрес %s диапазона адресов клиента:" - -# File: src/etc/rc.initial.setlanip, line: 433 -msgid "The end address of the DHCP range must be >= the start address" -msgstr "Конечный адрес диапазона адресов DHCP должен быть >= начального адреса" - -# File: src/etc/rc.initial.setlanip, line: 444 -msgid "Disabling %s DHCPD..." -msgstr "Отключение %s DHCPD…" - -# File: src/etc/rc.initial.setlanip, line: 456 -msgid "Do you want to revert to HTTP as the webConfigurator protocol?" -msgstr "Вы хотите снова сделать HTTP протоколом Web-конфигуратора?" - -# File: src/etc/rc.initial.setlanip, line: 463 -msgid "Note: the anti-lockout rule on %s has been re-enabled." -msgstr "Примечание: правило антиблокировки %s снова включено" - -# File: src/etc/rc.initial.setlanip, line: 498 -msgid "%s IP configuration from console menu" -msgstr "Настройка %s IP в меню консоли" - -# File: src/etc/rc.initial.setlanip, line: 514 -# File: src/etc/rc.initial.setlanip, line: 520 -msgid "The IPv4 %s address has been set to %s" -msgstr "IPv4 %s адрес был присвоен %s" - -# File: src/etc/rc.initial.setlanip, line: 529 -# File: src/etc/rc.initial.setlanip, line: 535 -msgid "The IPv6 %s address has been set to %s" -msgstr "IPv6 %s адрес был присвоен %s" - -# File: src/etc/rc.initial.setlanip, line: 544 -msgid "" -"You can now access the webConfigurator by opening the following URL in your " -"web browser:" -msgstr "Теперь вы можете получить доступ к Web-конфигуратору по этому URL:" - -# File: src/etc/rc.initial.setlanip, line: 572 -msgid "Press to continue." -msgstr "Нажмите для продолжения." - -# File: src/etc/rc.openvpn, line: 94 -msgid "WARNING: You must give a name as parameter to try_lock() function." -msgstr "" -"ВНИМАНИЕ: вы должны назначить имя в качестве параметра функции try_lock()." - -# File: src/etc/rc.openvpn, line: 141 -msgid "" -"Could not obtain openvpn lock for executing rc.openvpn for more than 10 " -"seconds continuing..." -msgstr "" -"Не удалось блокировать opnvpn для выполнения rc.openvpn более 10 секунд…" - -# File: src/etc/rc.restore_config_backup, line: 13 -# File: src/etc/rc.restore_config_backup, line: 76 -# File: src/www/diag_confbak.php, line: 95 -# File: src/www/diag_confbak.php, line: 107 -# File: src/www/diag_confbak.php, line: 227 -# File: src/www/diag_confbak.php, line: 299 -# File: src/www/diag_confbak.php, line: 315 -# File: src/www/firewall_nat_edit.php, line: 986 -# File: src/www/firewall_nat_edit.php, line: 995 -# File: src/www/firewall_nat_out_edit.php, line: 695 -# File: src/www/firewall_nat_out_edit.php, line: 705 -# File: src/www/firewall_rules_edit.php, line: 1459 -# File: src/www/firewall_rules_edit.php, line: 1468 -msgid "n/j/y H:i:s" -msgstr "d.m.y H:i:s" - -# File: src/etc/rc.restore_config_backup, line: 15 -# File: src/www/widgets/widgets/gateways.widget.php, line: 123 -# File: src/www/widgets/widgets/smart_status.widget.php, line: 63 -msgid "Unknown" -msgstr "Неизвестный" - -# File: src/etc/rc.restore_config_backup, line: 20 -msgid "Unknown Page" -msgstr "Неизвестная страница " - -# File: src/etc/rc.restore_config_backup, line: 33 -# File: src/etc/rc.restore_config_backup, line: 49 -msgid "No backups found in the configuration history." -msgstr "" -"Не найдены резервные копии файла настроек в истории изменений конфигурации." - -# File: src/etc/rc.restore_config_backup, line: 52 -msgid "Which configuration would you like to restore?" -msgstr "Какую конфигурацию вы хотите восстановить?" - -# File: src/etc/rc.restore_config_backup, line: 58 -msgid "That is not a valid backup number.\n" -msgstr "Неправильный номер резервной копии.\n" - -# File: src/etc/rc.restore_config_backup, line: 66 -msgid "Is this the backup you wish to restore?" -msgstr "Вы хотите восстановить эту резервную копию?" - -# File: src/etc/rc.restore_config_backup, line: 70 -msgid "Y/N?" -msgstr "Y/N?" - -# File: src/etc/rc.restore_config_backup, line: 72 -msgid "Y" -msgstr "Y" - -# File: src/etc/rc.restore_config_backup, line: 76 -# File: src/www/diag_confbak.php, line: 95 -msgid "Successfully reverted to timestamp %s with description \"%s\"." -msgstr "Успешный возврат к версии от %s с описанием \"%s\"." - -# File: src/etc/rc.restore_config_backup, line: 77 -msgid "" -"You may need to reboot the firewall or restart services before the restored " -"configuration is fully active." -msgstr "" -"Может потребоваться перезагрузка межсетевого экрана или других служб, чтобы " -"восстановленная конфигурация вступила в силу." - -# File: src/etc/rc.restore_config_backup, line: 79 -# File: src/www/diag_confbak.php, line: 97 -msgid "Unable to revert to the selected configuration." -msgstr "Невозможно вернуться к выбранной конфигурации." - -# File: src/etc/rc.restore_config_backup, line: 82 -msgid "Restore canceled." -msgstr "Восстановление отменено." - -# File: src/etc/rc.restore_config_backup, line: 85 -msgid "Restore canceled due to invalid input." -msgstr "Восстановление отменено из-за некорректного ввода." - -# File: src/etc/rc.restore_config_backup, line: 92 -msgid "Restore Backup from Configuration History" -msgstr "Восстановить резервную копию из истории изменений конфигурации" - -# File: src/etc/rc.restore_config_backup, line: 93 -msgid "List Backups" -msgstr "Отобразить список резервных копий" - -# File: src/etc/rc.restore_config_backup, line: 94 -msgid "Restore Backup" -msgstr "Восстановить резервную копию" - -# File: src/etc/rc.restore_config_backup, line: 95 -msgid "Quit" -msgstr "Выйти" - -# File: src/etc/rc.restore_config_backup, line: 97 -msgid "Please select an option to continue" -msgstr "Выберите вариант для продолжения" - -# File: src/etc/rc.restore_config_backup, line: 102 -msgid "quit" -msgstr "выйти" - -# File: src/etc/rc.sshd, line: 131 -msgid "Started creating your SSH keys. SSH startup is being delayed a wee bit." -msgstr "Создание ваших SSH ключей. Запуск SSH ненадолго отложен." - -# File: src/etc/rc.sshd, line: 138 -msgid "Completed creating your SSH keys. SSH will now be started." -msgstr "Ваши SSH ключи созданы. SSH будет запущен сейчас." - -# File: src/etc/rc.update_alias_url_data, line: 68 -msgid "Could not process aliases from alias: %s" -msgstr "Не удалось обработать псевдонимы из файла псевдонимов: %s" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 54 -msgid "Connection error." -msgstr "Ошибка подключения." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 57 -msgid "Repository problem." -msgstr "Неполадки в работе хранилища." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 60 -msgid "There are no updates available." -msgstr "Нет доступных обновлений." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 68 -msgid "" -"There is a mandatory update for the package manager available. Please " -"install and fetch updates again." -msgstr "" -"Доступно обязательное обновление для менеджера пакетов. Получите и " -"установите обновления снова." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 77 -msgid "There is %s update available, total download size is %s." -msgstr "Доступно %s обновление, общий размер загружаемых файлов %s." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 83 -msgid "There are %s updates available, total download size is %s." -msgstr "Доступны %s обновления, общий размер загружаемых файлов %s." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 92 -msgid "This update requires a reboot." -msgstr "Установка этого обновление требует перезагрузки." - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 97 -msgid "Current status is unknown." -msgstr "Текущий статус неизвестен." - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 98 -msgid "Disconnect selected client?" -msgstr "Отключить выбранный клиент?" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 131 -msgid "Session" -msgstr "Сессия" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 132 -msgid "userName" -msgstr "Имя пользователя" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 133 -msgid "macAddress" -msgstr "MAC-адрес" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 134 -msgid "ipAddress" -msgstr "IP-адрес" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 135 -msgid "connected since" -msgstr "подключен с " - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 130 -msgid "Error reconfiguring captiveportal" -msgstr "Ошибка при изменении настроек страницы авторизации" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 167 -msgid "Error uploading template" -msgstr "Ошибка при загрузке шаблона" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 180 -msgid "Zones" -msgstr "Зоны" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 181 -msgid "Templates" -msgstr "Шаблоны" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 189 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 410 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 113 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 143 -msgid "Enabled" -msgstr "Включен" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 190 -msgid "Zoneid" -msgstr "Идентификатор зоны" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 191 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 408 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 119 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 147 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 177 -# File: src/www/firewall_aliases.php, line: 190 -# File: src/www/firewall_aliases_edit.php, line: 352 -# File: src/www/firewall_aliases_edit.php, line: 382 -# File: src/www/firewall_aliases_import.php, line: 179 -# File: src/www/firewall_nat.php, line: 261 -# File: src/www/firewall_nat_1to1.php, line: 202 -# File: src/www/firewall_nat_1to1_edit.php, line: 444 -# File: src/www/firewall_nat_edit.php, line: 895 -# File: src/www/firewall_nat_npt.php, line: 200 -# File: src/www/firewall_nat_npt_edit.php, line: 287 -# File: src/www/firewall_nat_out.php, line: 347 -# File: src/www/firewall_nat_out.php, line: 547 -# File: src/www/firewall_nat_out_edit.php, line: 671 -# File: src/www/firewall_rules.php, line: 271 -# File: src/www/firewall_rules_edit.php, line: 1142 -# File: src/www/firewall_schedule.php, line: 127 -# File: src/www/firewall_schedule_edit.php, line: 815 -# File: src/www/firewall_schedule_edit.php, line: 1013 -# File: src/www/firewall_virtual_ip.php, line: 276 -# File: src/www/firewall_virtual_ip_edit.php, line: 453 -# File: src/www/interfaces.php, line: 1693 -# File: src/www/interfaces_bridge.php, line: 128 -# File: src/www/interfaces_bridge_edit.php, line: 274 -# File: src/www/interfaces_gif.php, line: 121 -# File: src/www/interfaces_gif_edit.php, line: 268 -# File: src/www/interfaces_gre.php, line: 123 -# File: src/www/interfaces_gre_edit.php, line: 256 -# File: src/www/interfaces_groups.php, line: 111 -# File: src/www/interfaces_groups_edit.php, line: 167 -# File: src/www/interfaces_lagg.php, line: 131 -# File: src/www/interfaces_lagg_edit.php, line: 252 -# File: src/www/interfaces_ppps.php, line: 122 -# File: src/www/interfaces_ppps_edit.php, line: 508 -# File: src/www/interfaces_qinq.php, line: 139 -# File: src/www/interfaces_qinq_edit.php, line: 190 -# File: src/www/interfaces_vlan.php, line: 123 -# File: src/www/interfaces_vlan_edit.php, line: 206 -# File: src/www/interfaces_wireless.php, line: 120 -# File: src/www/interfaces_wireless_edit.php, line: 179 -# File: src/www/load_balancer_monitor.php, line: 115 -# File: src/www/load_balancer_monitor_edit.php, line: 147 -# File: src/www/load_balancer_monitor_edit.php, line: 310 -# File: src/www/load_balancer_pool.php, line: 129 -# File: src/www/load_balancer_pool_edit.php, line: 207 -# File: src/www/load_balancer_virtual_server.php, line: 165 -# File: src/www/load_balancer_virtual_server_edit.php, line: 169 -# File: src/www/services_dhcp.php, line: 801 -# File: src/www/services_dhcp.php, line: 1132 -# File: src/www/services_dhcp_edit.php, line: 412 -# File: src/www/services_dhcpv6.php, line: 838 -# File: src/www/services_dhcpv6_edit.php, line: 234 -# File: src/www/services_dnsmasq.php, line: 368 -# File: src/www/services_dnsmasq.php, line: 446 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 160 -# File: src/www/services_dnsmasq_edit.php, line: 224 -# File: src/www/services_dnsmasq_edit.php, line: 245 -# File: src/www/services_dyndns.php, line: 88 -# File: src/www/services_dyndns_edit.php, line: 426 -# File: src/www/services_igmpproxy.php, line: 101 -# File: src/www/services_igmpproxy_edit.php, line: 174 -# File: src/www/services_rfc2136.php, line: 82 -# File: src/www/services_rfc2136_edit.php, line: 219 -# File: src/www/services_unbound_acls.php, line: 250 -# File: src/www/services_unbound_acls.php, line: 300 -# File: src/www/services_unbound_acls.php, line: 325 -# File: src/www/services_unbound_domainoverride_edit.php, line: 152 -# File: src/www/services_unbound_host_edit.php, line: 314 -# File: src/www/services_unbound_host_edit.php, line: 335 -# File: src/www/services_unbound_overrides.php, line: 135 -# File: src/www/services_unbound_overrides.php, line: 216 -# File: src/www/services_wol.php, line: 176 -# File: src/www/services_wol_edit.php, line: 159 -# File: src/www/status_dhcp_leases.php, line: 342 -# File: src/www/status_dhcpv6_leases.php, line: 423 -# File: src/www/status_gateway_groups.php, line: 61 -# File: src/www/status_gateways.php, line: 58 -# File: src/www/status_lb_pool.php, line: 132 -# File: src/www/status_lb_vs.php, line: 77 -# File: src/www/status_services.php, line: 296 -# File: src/www/status_upnp.php, line: 82 -# File: src/www/system_advanced_sysctl.php, line: 165 -# File: src/www/system_advanced_sysctl.php, line: 211 -# File: src/www/system_gateway_groups.php, line: 171 -# File: src/www/system_gateway_groups_edit.php, line: 198 -# File: src/www/system_gateway_groups_edit.php, line: 297 -# File: src/www/system_gateways.php, line: 304 -# File: src/www/system_gateways_edit.php, line: 807 -# File: src/www/system_groupmanager.php, line: 333 -# File: src/www/system_groupmanager.php, line: 412 -# File: src/www/system_groupmanager.php, line: 469 -# File: src/www/system_groupmanager_addprivs.php, line: 146 -# File: src/www/system_routes.php, line: 245 -# File: src/www/system_routes_edit.php, line: 303 -# File: src/www/system_usermanager.php, line: 748 -# File: src/www/system_usermanager_addprivs.php, line: 143 -# File: src/www/vpn_ipsec_phase1.php, line: 714 -# File: src/www/vpn_ipsec_phase2.php, line: 690 -# File: src/www/vpn_openvpn_client.php, line: 646 -# File: src/www/vpn_openvpn_client.php, line: 1050 -# File: src/www/vpn_openvpn_csc.php, line: 353 -# File: src/www/vpn_openvpn_csc.php, line: 614 -# File: src/www/vpn_openvpn_server.php, line: 881 -# File: src/www/vpn_openvpn_server.php, line: 1713 -# File: src/www/vpn_pppoe.php, line: 120 -# File: src/www/vpn_pppoe_edit.php, line: 495 -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 70 -# File: src/www/widgets/widgets/services_status.widget.php, line: 60 -msgid "Description" -msgstr "Описание" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 192 -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 216 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 120 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 148 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 178 -msgid "Commands" -msgstr "Команды" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 193 -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 217 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 121 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 149 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 179 -msgid "ID" -msgstr "ID" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 214 -msgid "Fileid" -msgstr "Идентификатор файла" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 215 -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 193 -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 196 -# File: src/www/firewall_aliases.php, line: 188 -# File: src/www/firewall_aliases_edit.php, line: 339 -# File: src/www/firewall_aliases_import.php, line: 48 -# File: src/www/firewall_schedule.php, line: 125 -# File: src/www/interfaces_groups.php, line: 109 -# File: src/www/load_balancer_monitor.php, line: 113 -# File: src/www/load_balancer_monitor_edit.php, line: 147 -# File: src/www/load_balancer_monitor_edit.php, line: 304 -# File: src/www/load_balancer_pool.php, line: 124 -# File: src/www/load_balancer_pool_edit.php, line: 63 -# File: src/www/load_balancer_pool_edit.php, line: 192 -# File: src/www/load_balancer_virtual_server.php, line: 159 -# File: src/www/load_balancer_virtual_server_edit.php, line: 63 -# File: src/www/load_balancer_virtual_server_edit.php, line: 68 -# File: src/www/load_balancer_virtual_server_edit.php, line: 163 -# File: src/www/services_igmpproxy.php, line: 98 -# File: src/www/status_gateways.php, line: 52 -# File: src/www/status_lb_pool.php, line: 128 -# File: src/www/status_lb_vs.php, line: 73 -# File: src/www/status_openvpn.php, line: 229 -# File: src/www/status_openvpn.php, line: 267 -# File: src/www/system_camanager.php, line: 708 -# File: src/www/system_certmanager.php, line: 1187 -# File: src/www/system_crlmanager.php, line: 608 -# File: src/www/system_gateways.php, line: 300 -# File: src/www/system_gateways_edit.php, line: 53 -# File: src/www/system_gateways_edit.php, line: 608 -# File: src/www/system_groupmanager.php, line: 411 -# File: src/www/system_usermanager.php, line: 747 -# File: src/www/system_usermanager.php, line: 787 -# File: src/www/widgets/widgets/gateways.widget.php, line: 45 -# File: src/www/widgets/widgets/system_information.widget.php, line: 85 -msgid "Name" -msgstr "Имя" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 236 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 506 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 197 -msgid "Apply" -msgstr "Применить" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 251 -msgid "Upload file" -msgstr "Загрузить файл" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 257 -msgid "Template name" -msgstr "Имя шаблона" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 261 -msgid "File input" -msgstr "Ввод из файла" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 269 -# File: src/www/widgets/widgets/picture.widget.php, line: 84 -msgid "Upload" -msgstr "Загрузка" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "Please setup a voucher server first " -msgstr "Сначала укажите сервер ваучеров" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "goto auth servers" -msgstr "goto auth servers" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 139 -msgid "Remove voucher group" -msgstr "Удалите группу ваучеров" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 140 -msgid "All vouchers within this group will be deleted" -msgstr "Все ваучеры этой группы будут удалены" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 143 -# File: src/www/diag_confbak.php, line: 139 -# File: src/www/diag_confbak.php, line: 161 -# File: src/www/diag_defaults.php, line: 62 -# File: src/www/diag_halt.php, line: 52 -# File: src/www/diag_logs_settings.php, line: 284 -# File: src/www/diag_logs_settings.php, line: 305 -# File: src/www/diag_tables.php, line: 133 -# File: src/www/firewall_aliases.php, line: 161 -# File: src/www/firewall_nat.php, line: 177 -# File: src/www/firewall_nat.php, line: 196 -# File: src/www/firewall_nat_1to1.php, line: 125 -# File: src/www/firewall_nat_1to1.php, line: 144 -# File: src/www/firewall_nat_npt.php, line: 127 -# File: src/www/firewall_nat_npt.php, line: 146 -# File: src/www/firewall_nat_out.php, line: 194 -# File: src/www/firewall_nat_out.php, line: 214 -# File: src/www/firewall_rules.php, line: 149 -# File: src/www/firewall_rules.php, line: 168 -# File: src/www/firewall_schedule.php, line: 99 -# File: src/www/firewall_virtual_ip.php, line: 230 -# File: src/www/interfaces_assign.php, line: 368 -# File: src/www/interfaces_bridge.php, line: 99 -# File: src/www/interfaces_gif.php, line: 92 -# File: src/www/interfaces_gre.php, line: 94 -# File: src/www/interfaces_groups.php, line: 85 -# File: src/www/interfaces_lagg.php, line: 103 -# File: src/www/interfaces_ppps.php, line: 94 -# File: src/www/interfaces_qinq.php, line: 109 -# File: src/www/interfaces_vlan.php, line: 95 -# File: src/www/interfaces_wireless.php, line: 92 -# File: src/www/reboot.php, line: 53 -# File: src/www/system_advanced_sysctl.php, line: 126 -# File: src/www/system_authservers.php, line: 381 -# File: src/www/system_camanager.php, line: 437 -# File: src/www/system_certmanager.php, line: 548 -# File: src/www/system_crlmanager.php, line: 303 -# File: src/www/system_crlmanager.php, line: 327 -# File: src/www/system_gateway_groups.php, line: 137 -# File: src/www/system_gateways.php, line: 231 -# File: src/www/system_gateways.php, line: 263 -# File: src/www/system_groupmanager.php, line: 262 -# File: src/www/system_groupmanager.php, line: 286 -# File: src/www/system_routes.php, line: 171 -# File: src/www/system_routes.php, line: 193 -# File: src/www/system_usermanager.php, line: 466 -# File: src/www/system_usermanager.php, line: 489 -# File: src/www/system_usermanager.php, line: 513 -# File: src/www/system_usermanager.php, line: 574 -# File: src/www/vpn_ipsec.php, line: 208 -# File: src/www/vpn_ipsec.php, line: 227 -# File: src/www/vpn_ipsec.php, line: 253 -# File: src/www/vpn_ipsec.php, line: 272 -# File: src/www/vpn_ipsec_keys.php, line: 94 -# File: src/www/vpn_openvpn_client.php, line: 351 -# File: src/www/vpn_openvpn_csc.php, line: 225 -# File: src/www/vpn_openvpn_server.php, line: 432 -msgid "Yes" -msgstr "Да" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 239 -msgid "Voucher" -msgstr "Ваучер" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 240 -msgid "Valid from" -msgstr "Действителен от" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 241 -msgid "Valid to" -msgstr "Действителен до" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 242 -# File: src/www/diag_dump_states.php, line: 181 -# File: src/www/diag_ipsec.php, line: 151 -# File: src/www/diag_system_pftop.php, line: 124 -# File: src/www/status_dhcpv6_leases.php, line: 527 -msgid "State" -msgstr "Состояние" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 256 -msgid "Create vouchers" -msgstr "Создать ваучеры" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 276 -msgid "Generate vouchers" -msgstr "Создать ваучеры" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 282 -msgid "Validity" -msgstr "Достоверность" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 283 -msgid "Number of vouchers" -msgstr "Количество ваучеров" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 284 -msgid "Groupname" -msgstr "Имя группы" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 291 -msgid "4 hours" -msgstr "4 часа" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 292 -msgid "8 hours" -msgstr "8 часов" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 293 -msgid "1 day" -msgstr "1 день" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 294 -msgid "2 days" -msgstr "2 дня" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 295 -msgid "3 days" -msgstr "3 дня" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 296 -msgid "4 days" -msgstr "4 дня" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 297 -msgid "5 days" -msgstr "5 дней" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 298 -msgid "6 days" -msgstr "6 дней" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 299 -msgid "1 week" -msgstr "1 неделя" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 300 -msgid "2 weeks" -msgstr "2 недели" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 323 -msgid "Generate" -msgstr "Создать" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 324 -# File: src/www/system_usermanager_import_ldap.php, line: 144 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 84 -# File: src/www/system_usermanager_settings_test.php, line: 80 -msgid "Close" -msgstr "Закрыть" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 39 -# File: src/www/widgets/widgets/system_information.widget.php, line: 276 -msgid "Fetching... (may take up to 30 seconds)" -msgstr "Получение… (может занять до 30 секунд)" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 57 -msgid "Package Name" -msgstr "Имя пакета" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "Current Version" -msgstr "Текущая версия" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "New Version" -msgstr "Новая версия" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 64 -msgid "NEW" -msgstr "НОВЫЙ" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 67 -msgid "REINSTALL" -msgstr "ПЕРЕУСТАНОВИТЬ" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 85 -msgid "Upgrading... (do not leave this page while upgrade is in progress)" -msgstr "Обновление… (не покидайте страницу до завершения этого процесса)" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 100 -msgid "Executing... (do not leave this page while execute is in progress)" -msgstr "Выполнение… (не покидайте страницу до завершения этого процесса)" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 160 -msgid "Upgrade done!" -msgstr "Обновление готово!" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 166 -msgid "Your device is rebooting" -msgstr "Ваше устройство перезагружается" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 171 -msgid "" -"The upgrade has finished and your device is being rebooted at the moment, " -"please wait..." -msgstr "Обновление завершено, и ваше устройство перезагружается, подождите…" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 194 -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 197 -# File: src/www/diag_confbak.php, line: 288 -# File: src/www/diag_system_pftop.php, line: 122 -# File: src/www/diag_system_pftop.php, line: 140 -msgid "Size" -msgstr "Размер" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 194 -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 197 -# File: src/www/diag_confbak.php, line: 133 -# File: src/www/diag_confbak.php, line: 155 -# File: src/www/diag_confbak.php, line: 287 -# File: src/www/diag_ipsec.php, line: 93 -msgid "Version" -msgstr "Версия" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 195 -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 198 -msgid "Comment" -msgstr "Комментарий" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 248 -msgid "Fetch updates to view available plugins." -msgstr "Получить обновления, чтобы просмотреть доступные плагины." - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 298 -msgid "Upgrade now" -msgstr "Обновить сейчас" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 299 -msgid "Fetch updates" -msgstr "Получить обновления" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 300 -msgid "Click to check for updates." -msgstr "Нажмите, чтобы проверить наличие обновлений." - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 306 -msgid "Packages" -msgstr "Пакеты" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 307 -msgid "Plugins" -msgstr "Плагины" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 308 -# File: src/www/widgets/widgets/system_information.widget.php, line: 102 -msgid "Updates" -msgstr "Обновления" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 309 -msgid "Progress" -msgstr "Прогресс" - -# File: src/opnsense/mvc/app/views/OPNsense/Cron/index.volt, line: 116 -msgid "Jobs" -msgstr "Задачи" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 78 -# File: src/www/diag_states_summary.php, line: 119 -# File: src/www/firewall_nat.php, line: 259 -# File: src/www/services_dnsmasq.php, line: 367 -# File: src/www/services_dnsmasq.php, line: 445 -# File: src/www/services_unbound_host_edit.php, line: 290 -# File: src/www/services_unbound_overrides.php, line: 215 -# File: src/www/system_certmanager.php, line: 921 -# File: src/www/system_certmanager.php, line: 941 -# File: src/www/vpn_pppoe_edit.php, line: 597 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 177 -msgid "IP" -msgstr "IP-адрес" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 79 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 79 -msgid "MAC" -msgstr "MAC-адрес" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 80 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 80 -msgid "Manufacturer" -msgstr "Производитель" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 82 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 82 -msgid "Interface name" -msgstr "Имя интерфейса" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 83 -# File: src/www/interfaces.php, line: 1951 -# File: src/www/services_dhcp.php, line: 1131 -# File: src/www/services_dhcp_edit.php, line: 392 -# File: src/www/services_dhcpv6.php, line: 837 -# File: src/www/services_dhcpv6_edit.php, line: 214 -# File: src/www/services_dyndns.php, line: 86 -# File: src/www/services_dyndns_edit.php, line: 91 -# File: src/www/services_dyndns_edit.php, line: 320 -# File: src/www/services_rfc2136.php, line: 80 -# File: src/www/services_rfc2136_edit.php, line: 73 -# File: src/www/services_rfc2136_edit.php, line: 165 -# File: src/www/status_dhcp_leases.php, line: 341 -# File: src/www/system_general.php, line: 109 -# File: src/www/system_general.php, line: 324 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 80 -msgid "Hostname" -msgstr "Имя хоста" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 90 -msgid "NOTE: Local IPv6 peers use NDP instead of ARP." -msgstr "ПРИМЕЧАНИЕ: Локальный IPv6 пиры используют протокол NDP вместо ARP." - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 100 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 94 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 128 -msgid "Refresh" -msgstr "Обновить" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 78 -# File: src/www/diag_logs_filter.php, line: 654 -# File: src/www/diag_logs_settings.php, line: 506 -# File: src/www/diag_ping.php, line: 119 -# File: src/www/diag_testport.php, line: 146 -# File: src/www/diag_traceroute.php, line: 121 -# File: src/www/system_gateways_edit.php, line: 599 -msgid "IPv6" -msgstr "IPv6" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 100 -msgid "PID" -msgstr "PID" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 101 -msgid "USERNAME" -msgstr "USERNAME" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 102 -msgid "PRI" -msgstr "PRI" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 103 -msgid "NICE" -msgstr "NICE" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 104 -msgid "SIZE" -msgstr "SIZE" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 105 -msgid "RES" -msgstr "RES" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 106 -msgid "STATE" -msgstr "STATE" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 107 -msgid "C" -msgstr "C" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 108 -msgid "TIME" -msgstr "TIME" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 109 -msgid "WCPU" -msgstr "WCPU" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 110 -msgid "COMMAND" -msgstr "COMMAND" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 298 -# File: src/www/graph.php, line: 108 -# File: src/www/interfaces.php, line: 2239 -# File: src/www/interfaces.php, line: 2395 -# File: src/www/interfaces_bridge_edit.php, line: 348 -# File: src/www/interfaces_bridge_edit.php, line: 359 -# File: src/www/interfaces_bridge_edit.php, line: 369 -# File: src/www/interfaces_bridge_edit.php, line: 466 -# File: src/www/services_dhcp.php, line: 872 -# File: src/www/services_dhcp.php, line: 882 -# File: src/www/services_dhcp_edit.php, line: 465 -# File: src/www/services_dhcp_edit.php, line: 475 -# File: src/www/services_dhcpv6.php, line: 630 -# File: src/www/services_dhcpv6.php, line: 640 -# File: src/www/services_ntpd_gps.php, line: 438 -# File: src/www/services_ntpd_gps.php, line: 444 -# File: src/www/services_ntpd_pps.php, line: 150 -# File: src/www/services_rfc2136_edit.php, line: 175 -# File: src/www/vpn_ipsec_phase1.php, line: 972 -# File: src/www/vpn_ipsec_phase1.php, line: 1027 -# File: src/www/vpn_ipsec_phase2.php, line: 930 -msgid "seconds" -msgstr "с" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 305 -# File: src/www/system_camanager.php, line: 609 -# File: src/www/system_certmanager.php, line: 826 -# File: src/www/system_crlmanager.php, line: 434 -msgid "days" -msgstr "д" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 309 -msgid "hours" -msgstr "ч" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 313 -msgid "minutes" -msgstr "мин" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 335 -msgid "Year(s)" -msgstr "Г" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 337 -msgid "Days" -msgstr "Д" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 339 -msgid "Hours" -msgstr "Ч" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 341 -msgid "Minutes" -msgstr "Мин" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 368 -msgid "full date & time" -msgstr "полная дата/время" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 370 -msgid "timestamp" -msgstr "временная метка" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 577 -msgid "Options" -msgstr "Параметры" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 587 -msgid "Zoom level" -msgstr "Уровень приближения" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 596 -msgid "Inverse" -msgstr "Обратный порядок" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 602 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 637 -# File: src/www/interfaces.php, line: 2930 -# File: src/www/vpn_l2tp.php, line: 292 -# File: src/www/vpn_pppoe_edit.php, line: 404 -# File: src/www/vpn_pptp.php, line: 336 -msgid "Off" -msgstr "Выкл." - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 605 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 640 -# File: src/www/interfaces.php, line: 2931 -msgid "On" -msgstr "Вкл." - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 611 -msgid "Resolution" -msgstr "Разрешение" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 617 -# File: src/www/interfaces.php, line: 2845 -msgid "Standard" -msgstr "Стандартное" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 621 -# File: src/www/diag_packet_capture.php, line: 425 -msgid "Medium" -msgstr "Среднее" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 625 -# File: src/www/diag_packet_capture.php, line: 426 -msgid "High" -msgstr "Высокое" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 631 -msgid "Show Tables" -msgstr "Показать таблицы" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 659 -msgid "Please wait while loading data..." -msgstr "Подождите пока данные загружаются…" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 664 -msgid "Current detail is showing" -msgstr "Показывается ткущая информация" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 664 -msgid "averages" -msgstr "средние показатели" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 680 -msgid "Current View - Overview" -msgstr "Текущий вид — Общий" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 706 -msgid "Current View - Details" -msgstr "Текущий вид — Подробный" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 712 -msgid "Toggle Timeview" -msgstr "Режим отображения времени" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 718 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 492 -# File: src/www/firewall_rules.php, line: 465 -# File: src/www/firewall_rules_edit.php, line: 858 -msgid "Timestamp" -msgstr "Временная метка" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 722 -msgid "" -"Full Date &\n" -" Time" -msgstr "" -"Полная дата и\n" -" время" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 728 -msgid "Download as CSV" -msgstr "загрузить как CSV" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 384 -msgid "Alerts" -msgstr "Предупреждения" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 385 -# File: src/www/firewall_rules.php, line: 270 -# File: src/www/firewall_rules_edit.php, line: 1198 -msgid "Schedule" -msgstr "Расписание" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 400 -msgid "rulesets" -msgstr "наборы правил" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 409 -msgid "Last updated" -msgstr "Последнее обновление" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 419 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 457 -msgid "disable selected" -msgstr "отключить выбранные" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 420 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 458 -msgid "enable selected" -msgstr "включить выбранные" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 444 -msgid "sid" -msgstr "универсальный идентификатор группы в домене" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 445 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 493 -# File: src/www/diag_confbak.php, line: 132 -# File: src/www/diag_confbak.php, line: 154 -# File: src/www/diag_logs_filter.php, line: 620 -# File: src/www/diag_logs_vpn.inc, line: 108 -# File: src/www/firewall_rules_edit.php, line: 692 -# File: src/www/services_unbound_acls.php, line: 224 -# File: src/www/services_unbound_acls.php, line: 324 -msgid "Action" -msgstr "Действие" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 446 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 494 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 174 -# File: src/www/diag_ipsec_sad.php, line: 56 -# File: src/www/diag_ipsec_spd.php, line: 56 -# File: src/www/diag_logs_filter.php, line: 715 -# File: src/www/diag_logs_filter_dynamic.php, line: 112 -# File: src/www/firewall_nat.php, line: 244 -# File: src/www/firewall_nat_edit.php, line: 581 -# File: src/www/firewall_nat_edit.php, line: 590 -# File: src/www/firewall_nat_edit.php, line: 599 -# File: src/www/firewall_nat_npt_edit.php, line: 218 -# File: src/www/firewall_nat_npt_edit.php, line: 227 -# File: src/www/firewall_nat_out.php, line: 340 -# File: src/www/firewall_nat_out.php, line: 540 -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_nat_out_edit.php, line: 470 -# File: src/www/firewall_rules.php, line: 265 -# File: src/www/firewall_rules_edit.php, line: 235 -# File: src/www/firewall_rules_edit.php, line: 880 -# File: src/www/firewall_rules_edit.php, line: 889 -# File: src/www/firewall_rules_edit.php, line: 938 -# File: src/www/vpn_ipsec_mobile.php, line: 391 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 141 -# File: src/www/widgets/widgets/log.widget.php, line: 237 -msgid "Source" -msgstr "Отправитель" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 447 -msgid "ClassType" -msgstr "Тип класса" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 448 -msgid "Message" -msgstr "Сообщение" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 449 -msgid "Info / enabled" -msgstr "Информация / включен" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 481 -msgid "Search" -msgstr "Поиск" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 482 -msgid "Query" -msgstr "Запрос" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 495 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 175 -# File: src/www/diag_ipsec_sad.php, line: 57 -# File: src/www/diag_ipsec_spd.php, line: 57 -# File: src/www/diag_logs_filter.php, line: 716 -# File: src/www/diag_logs_filter_dynamic.php, line: 113 -# File: src/www/firewall_nat.php, line: 245 -# File: src/www/firewall_nat_1to1_edit.php, line: 392 -# File: src/www/firewall_nat_1to1_edit.php, line: 401 -# File: src/www/firewall_nat_edit.php, line: 704 -# File: src/www/firewall_nat_edit.php, line: 713 -# File: src/www/firewall_nat_npt_edit.php, line: 256 -# File: src/www/firewall_nat_npt_edit.php, line: 265 -# File: src/www/firewall_nat_out.php, line: 342 -# File: src/www/firewall_nat_out.php, line: 542 -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_nat_out_edit.php, line: 517 -# File: src/www/firewall_nat_out_edit.php, line: 526 -# File: src/www/firewall_rules.php, line: 267 -# File: src/www/firewall_rules_edit.php, line: 235 -# File: src/www/firewall_rules_edit.php, line: 1013 -# File: src/www/firewall_rules_edit.php, line: 1022 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 142 -# File: src/www/widgets/widgets/log.widget.php, line: 238 -msgid "Destination" -msgstr "Получатель" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 496 -msgid "Alert" -msgstr "Предупреждение" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 497 -# File: src/www/diag_smart.php, line: 284 -# File: src/www/diag_smart.php, line: 295 -msgid "Info" -msgstr "Информация" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 507 -msgid "Download & Update Rules" -msgstr "Скачать и обновить правила" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 509 -msgid "" -"Please use \"Download & Update Rules\" to fetch your initial ruleset, " -"automatic updating can be scheduled after the first download" -msgstr "" -"Используйте страницу \\«Скачать и обновить правила\\», чтобы получить " -"первоначальный набор правил, автоматическое обновление можно запланировать " -"после первой загрузки" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 520 -msgid "Processing request..." -msgstr "Обработка запроса…" - -# File: src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt, line: 219 -# File: src/opnsense/mvc/app/views/layout_partials/base_dialog.volt, line: 75 -# File: src/opnsense/mvc/app/views/layout_partials/base_form.volt, line: 65 -# File: src/www/diag_logs_settings.php, line: 373 -# File: src/www/diag_logs_settings.php, line: 476 -# File: src/www/diag_packet_capture.php, line: 303 -# File: src/www/diag_testport.php, line: 131 -# File: src/www/firewall_aliases_edit.php, line: 334 -# File: src/www/firewall_aliases_import.php, line: 165 -# File: src/www/firewall_nat_1to1_edit.php, line: 295 -# File: src/www/firewall_nat_edit.php, line: 518 -# File: src/www/firewall_nat_npt_edit.php, line: 181 -# File: src/www/firewall_nat_out_edit.php, line: 406 -# File: src/www/firewall_rules_edit.php, line: 687 -# File: src/www/firewall_schedule_edit.php, line: 790 -# File: src/www/firewall_virtual_ip_edit.php, line: 320 -# File: src/www/interfaces.php, line: 1663 -# File: src/www/interfaces_bridge_edit.php, line: 249 -# File: src/www/interfaces_gif_edit.php, line: 171 -# File: src/www/interfaces_gre_edit.php, line: 146 -# File: src/www/interfaces_groups_edit.php, line: 150 -# File: src/www/interfaces_lagg_edit.php, line: 172 -# File: src/www/interfaces_ppps_edit.php, line: 453 -# File: src/www/interfaces_qinq_edit.php, line: 146 -# File: src/www/interfaces_vlan_edit.php, line: 161 -# File: src/www/interfaces_wireless_edit.php, line: 152 -# File: src/www/system_advanced_admin.php, line: 326 -# File: src/www/system_advanced_firewall.php, line: 256 -# File: src/www/system_advanced_misc.php, line: 266 -# File: src/www/system_advanced_network.php, line: 182 -# File: src/www/system_advanced_notifications.php, line: 160 -# File: src/www/system_authservers.php, line: 422 -# File: src/www/system_camanager.php, line: 491 -# File: src/www/system_certmanager.php, line: 704 -# File: src/www/system_gateway_groups_edit.php, line: 180 -# File: src/www/system_gateways_edit.php, line: 560 -# File: src/www/system_general.php, line: 319 -# File: src/www/system_hasync.php, line: 100 -# File: src/www/system_routes_edit.php, line: 251 -# File: src/www/system_usermanager.php, line: 613 -# File: src/www/vpn_ipsec_mobile.php, line: 371 -# File: src/www/vpn_ipsec_phase1.php, line: 590 -# File: src/www/vpn_ipsec_phase2.php, line: 654 -# File: src/www/vpn_ipsec_settings.php, line: 157 -# File: src/www/vpn_openvpn_client.php, line: 470 -# File: src/www/vpn_openvpn_csc.php, line: 330 -# File: src/www/vpn_openvpn_export.php, line: 621 -# File: src/www/vpn_openvpn_export_shared.php, line: 304 -# File: src/www/vpn_openvpn_server.php, line: 726 -msgid "full help" -msgstr "справка" - -# File: src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt, line: 234 -msgid "" -"\n" -" Add an item to the table to fetch a remote acl for " -"blacklisting.
\n" -" You can enable or disable the blacklist list.
\n" -" The active blacklists will be merged with the settings " -"under Forward Proxy -> Access Control List.\n" -" " -msgstr "" -"\n" -" Добавьте запись в таблицу, чтобы получить удаленный " -"список контроля доступа (acl) для внесения в черный список.
\n" -" Вы можете включить или отключить использование черного " -"списка
\n" -" Активные черные списки будут объединены с настройками в " -"разделе Прямой прокси-сервер -> Список контроля доступа.\n" -" " - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 88 -msgid "Error reconfiguring trafficshaper" -msgstr "Ошибка при изменении настроек шейпера трафика" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 102 -msgid "Pipes" -msgstr "Каналы" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 103 -msgid "Queues" -msgstr "Очереди" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 112 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 142 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 171 -msgid "Origin" -msgstr "Происхождение" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 114 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 144 -# File: src/www/services_dhcp.php, line: 1037 -# File: src/www/services_dhcpv6.php, line: 764 -msgid "Number" -msgstr "Номер" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 115 -# File: src/www/interfaces_ppps_edit.php, line: 874 -# File: src/www/interfaces_ppps_edit.php, line: 900 -msgid "Bandwidth" -msgstr "Пропускная способность" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 116 -msgid "Metric" -msgstr "Метрика" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 117 -msgid "Burst" -msgstr "Размер пакета" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 118 -msgid "Mask" -msgstr "Маска" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 145 -msgid "Pipe" -msgstr "Канал" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 146 -# File: src/www/system_gateways_edit.php, line: 675 -msgid "Weight" -msgstr "Весовой коэффициент" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 170 -msgid "#" -msgstr "#" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 173 -# File: src/www/diag_ipsec_sad.php, line: 58 -# File: src/www/diag_ipsec_spd.php, line: 59 -# File: src/www/diag_logs_filter.php, line: 624 -# File: src/www/diag_logs_filter.php, line: 625 -# File: src/www/diag_logs_filter.php, line: 638 -# File: src/www/diag_packet_capture.php, line: 355 -# File: src/www/firewall_nat_edit.php, line: 196 -# File: src/www/firewall_nat_edit.php, line: 199 -# File: src/www/firewall_nat_edit.php, line: 562 -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_nat_out_edit.php, line: 453 -# File: src/www/firewall_rules_edit.php, line: 235 -# File: src/www/firewall_rules_edit.php, line: 823 -# File: src/www/interfaces_bridge_edit.php, line: 312 -# File: src/www/load_balancer_virtual_server.php, line: 160 -# File: src/www/services_rfc2136_edit.php, line: 206 -# File: src/www/status_upnp.php, line: 79 -# File: src/www/system_advanced_admin.php, line: 331 -# File: src/www/vpn_ipsec_phase2.php, line: 836 -# File: src/www/vpn_openvpn_client.php, line: 506 -# File: src/www/vpn_openvpn_client.php, line: 1048 -# File: src/www/vpn_openvpn_server.php, line: 792 -msgid "Protocol" -msgstr "Протокол" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 176 -msgid "Target" -msgstr "Получатель" - -# File: src/opnsense/mvc/app/views/layout_partials/base_dialog.volt, line: 73 -# File: src/opnsense/mvc/app/views/layout_partials/base_form.volt, line: 63 -msgid "advanced mode" -msgstr "расширенный режим" - -# File: src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt, line: 61 -msgid "Clear All" -msgstr "Очистить все" - -# File: src/www/carp_status.php, line: 75 -msgid "" -"%s IPs have been disabled. Please note that disabling does not survive a " -"reboot." -msgstr "" -"%s IP-адреса отключены. Обратите внимание, что список отключенных адресов не " -"сохраняется и будет очищен после перезагрузки." - -# File: src/www/carp_status.php, line: 77 -msgid "CARP has been enabled." -msgstr "Включен CARP." - -# File: src/www/carp_status.php, line: 120 -msgid "" -"CARP has detected a problem and this unit has been demoted to BACKUP status." -msgstr "CARP обнаружил проблему " - -# File: src/www/carp_status.php, line: 120 -msgid "Check link status on all interfaces with configured CARP VIPs." -msgstr "" -"Проверить статус соединения на всех интерфейсах с настроенными виртуальными " -"IP-адресами CARP." - -# File: src/www/carp_status.php, line: 129 -msgid "Enable CARP" -msgstr "Включить CARP" - -# File: src/www/carp_status.php, line: 129 -msgid "Temporarily Disable CARP" -msgstr "Временно отключить CARP" - -# File: src/www/carp_status.php, line: 130 -msgid "Enter Persistent CARP Maintenance Mode" -msgstr "Включить режим CARP для продолжительного обслуживания" - -# File: src/www/carp_status.php, line: 130 -msgid "Leave Persistent CARP Maintenance Mode" -msgstr "Выключить режим CARP для продолжительного обслуживания" - -# File: src/www/carp_status.php, line: 138 -msgid "CARP Interface" -msgstr "CARP-интерфейс" - -# File: src/www/carp_status.php, line: 139 -# File: src/www/firewall_virtual_ip.php, line: 223 -# File: src/www/system_gateway_groups_edit.php, line: 197 -# File: src/www/system_gateway_groups_edit.php, line: 277 -msgid "Virtual IP" -msgstr "Виртуальный IP-адрес" - -# File: src/www/carp_status.php, line: 147 -msgid "Could not locate any defined CARP interfaces." -msgstr "Не удалось обнаружить определенные CARP-интерфейсы." - -# File: src/www/carp_status.php, line: 183 -msgid "pfSync nodes" -msgstr "pfSync узлы" - -# File: src/www/crash_reporter.php, line: 150 -msgid "Luckily we have not detected a programming bug." -msgstr "К счастью, ошибки программирования не обнаружены." - -# File: src/www/crash_reporter.php, line: 153 -msgid "Thank you for submitting this crash report." -msgstr "Спасибо, что отправили отчет о ошибке." - -# File: src/www/crash_reporter.php, line: 155 -msgid "Please consider submitting a crash report if the error persists." -msgstr "Оправьте отчет об ошибке, если ошибка будет повторяться." - -# File: src/www/crash_reporter.php, line: 173 -msgid "Dismiss this report" -msgstr "Закрыть этот отчет" - -# File: src/www/crash_reporter.php, line: 174 -msgid "Submit this report" -msgstr "Отправить этот отчет" - -# File: src/www/crash_reporter.php, line: 175 -msgid "Unfortunately we have detected at least one programming bug." -msgstr "К сожалению, обнаружена по крайней мере одна ошибка программирования." - -# File: src/www/crash_reporter.php, line: 176 -msgid "Would you like to submit this crash report to the developers?" -msgstr "Хотите отправить этот отчет об ошибке разработчикам?" - -# File: src/www/crash_reporter.php, line: 177 -msgid "" -"You can help us further by adding your contact information and a problem " -"description. Please note that providing your contact information greatly " -"improves the chances of bugs being fixed." -msgstr "" -"Вы поможете нам, если добавите свою контактную информацию и описание " -"проблемы. Эта информация значительно увеличит шансы на исправление ошибок." - -# File: src/www/crash_reporter.php, line: 179 -msgid "your@email.com" -msgstr "your@email.com" - -# File: src/www/crash_reporter.php, line: 180 -msgid "A short problem description or steps to reproduce." -msgstr "Краткое описание проблемы или шагов воспроизведения." - -# File: src/www/crash_reporter.php, line: 181 -msgid "" -"Please double-check the following contents to ensure you are comfortable " -"submitting the following information." -msgstr "" -"Перед отправкой проверьте еще раз указанную информацию, чтобы убедиться, что " -"вас все устраивает." - -# File: src/www/crash_reporter.php, line: 192 -msgid "Report an issue" -msgstr "Сообщить о проблеме" - -# File: src/www/diag_authentication.php, line: 62 -msgid "is not a valid authentication server" -msgstr "недействительный адрес сервера аутентификации" - -# File: src/www/diag_authentication.php, line: 66 -msgid "A username and password must be specified." -msgstr "Нужно указать имя пользователя и пароль." - -# File: src/www/diag_authentication.php, line: 71 -# File: src/www/diag_ipsec_leases.php, line: 66 -# File: src/www/diag_logs_vpn.inc, line: 109 -# File: src/www/system_usermanager.php, line: 170 -# File: src/www/system_usermanager.php, line: 459 -# File: src/www/system_usermanager.php, line: 506 -# File: src/www/system_usermanager.php, line: 567 -# File: src/www/vpn_openvpn_export.php, line: 788 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 176 -msgid "User" -msgstr "Пользователь" - -# File: src/www/diag_authentication.php, line: 71 -msgid "authenticated successfully." -msgstr "аутентификация прошла успешно" - -# File: src/www/diag_authentication.php, line: 73 -msgid "This user is a member of these groups" -msgstr "Этот пользователь состоит в этих группах" - -# File: src/www/diag_authentication.php, line: 77 -msgid "Authentication failed." -msgstr "Аутентификация не прошла." - -# File: src/www/diag_authentication.php, line: 103 -msgid "Test a server" -msgstr "Проверить сервер" - -# File: src/www/diag_authentication.php, line: 111 -# File: src/www/system_authservers.php, line: 259 -# File: src/www/system_usermanager_settings.php, line: 113 -msgid "Authentication Server" -msgstr "Сервер аутентификации" - -# File: src/www/diag_authentication.php, line: 126 -# File: src/www/interfaces.php, line: 2134 -# File: src/www/interfaces.php, line: 2206 -# File: src/www/interfaces.php, line: 2344 -# File: src/www/interfaces_ppps_edit.php, line: 119 -# File: src/www/interfaces_ppps_edit.php, line: 122 -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -# File: src/www/interfaces_ppps_edit.php, line: 551 -# File: src/www/services_dyndns_edit.php, line: 93 -# File: src/www/services_dyndns_edit.php, line: 364 -# File: src/www/services_opendns.php, line: 164 -# File: src/www/system_usermanager.php, line: 239 -# File: src/www/system_usermanager.php, line: 243 -# File: src/www/system_usermanager.php, line: 631 -# File: src/www/system_usermanager.php, line: 937 -# File: src/www/vpn_l2tp_users.php, line: 105 -# File: src/www/vpn_l2tp_users_edit.php, line: 75 -# File: src/www/vpn_l2tp_users_edit.php, line: 78 -# File: src/www/vpn_l2tp_users_edit.php, line: 163 -# File: src/www/vpn_openvpn_client.php, line: 628 -# File: src/www/vpn_openvpn_client.php, line: 663 -# File: src/www/vpn_openvpn_export.php, line: 746 -# File: src/www/vpn_openvpn_export_shared.php, line: 369 -# File: src/www/vpn_pppoe_edit.php, line: 595 -# File: src/www/vpn_pptp_users.php, line: 100 -# File: src/www/vpn_pptp_users_edit.php, line: 73 -# File: src/www/vpn_pptp_users_edit.php, line: 76 -# File: src/www/vpn_pptp_users_edit.php, line: 161 -msgid "Username" -msgstr "Имя пользователя" - -# File: src/www/diag_authentication.php, line: 135 -# File: src/www/diag_smart.php, line: 373 -# File: src/www/diag_testport.php, line: 201 -msgid "Test" -msgstr "Проверка" - -# File: src/www/diag_backup.php, line: 135 -msgid "DHCP Server" -msgstr "DHCP-сервер" - -# File: src/www/diag_backup.php, line: 136 -# File: src/www/services_dhcpv6.php, line: 500 -# File: src/www/services_dhcpv6.php, line: 520 -# File: src/www/services_router_advertisements.php, line: 223 -msgid "DHCPv6 Server" -msgstr "DHCPv6-сервер" - -# File: src/www/diag_backup.php, line: 137 -# File: src/www/system_hasync.php, line: 223 -msgid "Firewall Rules" -msgstr "Правила межсетевого экрана" - -# File: src/www/diag_backup.php, line: 139 -# File: src/www/vpn_ipsec.php, line: 201 -# File: src/www/vpn_ipsec.php, line: 220 -# File: src/www/vpn_ipsec.php, line: 246 -# File: src/www/vpn_ipsec.php, line: 265 -msgid "IPSEC" -msgstr "IPSEC" - -# File: src/www/diag_backup.php, line: 142 -msgid "PPTP Server" -msgstr "PPTP-сервер" - -# File: src/www/diag_backup.php, line: 143 -msgid "RRD Data" -msgstr "База данных RRD" - -# File: src/www/diag_backup.php, line: 144 -msgid "Scheduled Tasks" -msgstr "Запланированные задачи" - -# File: src/www/diag_backup.php, line: 145 -# File: src/www/diag_logs_settings.php, line: 277 -# File: src/www/diag_logs_settings.php, line: 298 -msgid "Syslog" -msgstr "Системный журнал" - -# File: src/www/diag_backup.php, line: 147 -msgid "Static routes" -msgstr "Статические маршруты" - -# File: src/www/diag_backup.php, line: 148 -msgid "System tunables" -msgstr "Параметры системы" - -# File: src/www/diag_backup.php, line: 149 -msgid "SNMP Server" -msgstr "SNMP-сервер" - -# File: src/www/diag_backup.php, line: 150 -msgid "VLANS" -msgstr "Виртуальные локальные сети" - -# File: src/www/diag_backup.php, line: 179 -msgid "You must supply and confirm the password for encryption." -msgstr "Вы должны указать и подтвердить пароль для шифрования." - -# File: src/www/diag_backup.php, line: 181 -# File: src/www/diag_backup.php, line: 234 -# File: src/www/diag_backup.php, line: 412 -msgid "The supplied 'Password' and 'Confirm' field values must match." -msgstr "Пароль и его подтверждение должны совпадать." - -# File: src/www/diag_backup.php, line: 232 -msgid "You must supply and confirm the password for decryption." -msgstr "Вы должны указать и подтвердить пароль для расшифровки." - -# File: src/www/diag_backup.php, line: 240 -# File: src/www/diag_backup.php, line: 241 -msgid "Warning, could not read file %s" -msgstr "Внимание, не удалось прочитать файл %s" - -# File: src/www/diag_backup.php, line: 244 -msgid "The configuration could not be restored (file upload error)." -msgstr "Конфигурация не может быть восстановлена (ошибка при загрузке файла)." - -# File: src/www/diag_backup.php, line: 249 -msgid "" -"The uploaded file does not appear to contain an encrypted OPNsense " -"configuration." -msgstr "Загруженный файл не содержит зашифрованную конфигурацию OPNsense." - -# File: src/www/diag_backup.php, line: 256 -# File: src/www/diag_backup.php, line: 268 -msgid "" -"You have selected to restore an area but we could not locate the correct xml " -"tag." -msgstr "Вы выбрали восстановление зоны, но корректный xml-тег не обнаружен." - -# File: src/www/diag_backup.php, line: 261 -msgid "Upgrading m0n0wall configuration to OPNsense." -msgstr "Обновление конфигурации m0n0wall до OPNsense." - -# File: src/www/diag_backup.php, line: 277 -msgid "" -"The configuration area has been restored. You may need to reboot the " -"firewall." -msgstr "" -"Конфигурация зоны восстановлена. Может потребоваться перезагрузка " -"межсетевого экрана." - -# File: src/www/diag_backup.php, line: 388 -msgid "The m0n0wall configuration has been restored and upgraded to OPNsense." -msgstr "Конфигурация m0n0wall восстановлена и обновлена до OPNsense." - -# File: src/www/diag_backup.php, line: 392 -msgid "The configuration could not be restored." -msgstr "Конфигурация не может быть восстановлена." - -# File: src/www/diag_backup.php, line: 436 -msgid "Google Drive communication failure" -msgstr "Google Drive не удается установить соединение" - -# File: src/www/diag_backup.php, line: 438 -msgid "Backup succesfull, current filelist:" -msgstr "Резервная копия создана, список файлов:" - -# File: src/www/diag_backup.php, line: 494 -msgid "The firewall configuration has been changed." -msgstr "Конфигурация межсетевого экрана изменена." - -# File: src/www/diag_backup.php, line: 494 -msgid "The firewall is now rebooting." -msgstr "Межсетевой экран перезагружается." - -# File: src/www/diag_backup.php, line: 504 -msgid "Download" -msgstr "Загрузка" - -# File: src/www/diag_backup.php, line: 512 -msgid "Click this button to download the system configuration in XML format." -msgstr "Нажмите, чтобы загрузить конфигурацию системы в формате XML." - -# File: src/www/diag_backup.php, line: 513 -msgid "Backup area:" -msgstr "Резервная копия зоны:" - -# File: src/www/diag_backup.php, line: 515 -# File: src/www/diag_backup.php, line: 569 -# File: src/www/widgets/widgets/log.widget.php, line: 196 -msgid "ALL" -msgstr "ВСЕ" - -# File: src/www/diag_backup.php, line: 529 -msgid "Encrypt this configuration file." -msgstr "Зашифровать этот файл конфигурации." - -# File: src/www/diag_backup.php, line: 531 -msgid "" -"Do not backup RRD data (NOTE: RRD Data can consume 4+ megabytes of config." -"xml space!)" -msgstr "" -"Не делать резервную копию базу данных RRD (ПРИМЕЧАНИЕ: база данных RRD может " -"занимать до 4 и более мегабайт пространства в файле config.xml)" - -# File: src/www/diag_backup.php, line: 539 -# File: src/www/diag_backup.php, line: 590 -msgid "confirm:" -msgstr "подтверждение пароля:" - -# File: src/www/diag_backup.php, line: 545 -msgid "Download configuration" -msgstr "Загрузить конфигурацию" - -# File: src/www/diag_backup.php, line: 557 -msgid "Restore" -msgstr "Восстановить" - -# File: src/www/diag_backup.php, line: 565 -msgid "Open a" -msgstr "Откройте" - -# File: src/www/diag_backup.php, line: 565 -msgid "" -"configuration XML file and click the button below to restore the " -"configuration." -msgstr "" -"XML файл конфигурации и нажмите кнопку ниже, чтобы восстановить конфигурацию." - -# File: src/www/diag_backup.php, line: 567 -msgid "Restore area:" -msgstr "Восстановить зону:" - -# File: src/www/diag_backup.php, line: 582 -msgid "Configuration file is encrypted." -msgstr "Файл конфигурации зашифрован." - -# File: src/www/diag_backup.php, line: 596 -msgid "Restore configuration" -msgstr "Восстановить конфигурацию" - -# File: src/www/diag_backup.php, line: 598 -# File: src/www/diag_logs_settings.php, line: 358 -# File: src/www/diag_logs_settings.php, line: 571 -# File: src/www/diag_packet_capture.php, line: 431 -# File: src/www/diag_routes.php, line: 168 -# File: src/www/firewall_aliases.php, line: 258 -# File: src/www/firewall_nat_1to1.php, line: 333 -# File: src/www/firewall_schedule.php, line: 253 -# File: src/www/firewall_virtual_ip.php, line: 344 -# File: src/www/firewall_virtual_ip_edit.php, line: 477 -# File: src/www/interfaces.php, line: 2274 -# File: src/www/interfaces_bridge.php, line: 170 -# File: src/www/interfaces_bridge_edit.php, line: 495 -# File: src/www/interfaces_bridge_edit.php, line: 534 -# File: src/www/interfaces_bridge_edit.php, line: 574 -# File: src/www/interfaces_gif.php, line: 150 -# File: src/www/interfaces_gre.php, line: 152 -# File: src/www/interfaces_groups.php, line: 149 -# File: src/www/interfaces_lagg.php, line: 160 -# File: src/www/interfaces_ppps_edit.php, line: 679 -# File: src/www/interfaces_qinq.php, line: 169 -# File: src/www/interfaces_vlan.php, line: 152 -# File: src/www/load_balancer_virtual_server_edit.php, line: 285 -# File: src/www/services_dhcp.php, line: 1106 -# File: src/www/services_dhcpv6.php, line: 663 -# File: src/www/services_dhcpv6.php, line: 815 -# File: src/www/services_dnsmasq.php, line: 331 -# File: src/www/services_dyndns.php, line: 182 -# File: src/www/services_dyndns_edit.php, line: 325 -# File: src/www/services_dyndns_edit.php, line: 444 -# File: src/www/services_igmpproxy.php, line: 143 -# File: src/www/services_rfc2136_edit.php, line: 237 -# File: src/www/services_unbound.php, line: 321 -# File: src/www/services_wol.php, line: 214 -# File: src/www/status_graph.php, line: 202 -# File: src/www/system_advanced_network.php, line: 245 -# File: src/www/system_advanced_network.php, line: 258 -# File: src/www/system_advanced_network.php, line: 271 -# File: src/www/system_advanced_network.php, line: 284 -# File: src/www/system_gateway_groups.php, line: 218 -# File: src/www/system_routes.php, line: 328 -# File: src/www/vpn_l2tp.php, line: 469 -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "Note:" -msgstr "Примечание:" - -# File: src/www/diag_backup.php, line: 598 -msgid "The firewall will reboot after restoring the configuration." -msgstr "Межсетевой экран будет перезагружен после восстановления конфигурации." - -# File: src/www/diag_backup.php, line: 610 -msgid "Google Drive" -msgstr "Google Drive" - -# File: src/www/diag_backup.php, line: 623 -# File: src/www/diag_routes.php, line: 166 -# File: src/www/firewall_nat_1to1_edit.php, line: 456 -# File: src/www/interfaces.php, line: 1671 -# File: src/www/interfaces_bridge_edit.php, line: 303 -# File: src/www/services_dhcp_relay.php, line: 151 -# File: src/www/services_dhcpv6_relay.php, line: 148 -# File: src/www/services_dnsmasq.php, line: 195 -# File: src/www/services_opendns.php, line: 147 -# File: src/www/services_rfc2136_edit.php, line: 148 -# File: src/www/services_snmp.php, line: 297 -# File: src/www/services_snmp.php, line: 373 -# File: src/www/services_snmp.php, line: 375 -# File: src/www/services_unbound.php, line: 185 -# File: src/www/vpn_ipsec_mobile.php, line: 376 -# File: src/www/vpn_ipsec_phase1.php, line: 1005 -msgid "Enable" -msgstr "Включен" - -# File: src/www/diag_backup.php, line: 629 -# File: src/www/diag_smart.php, line: 223 -# File: src/www/system_camanager.php, line: 665 -# File: src/www/system_certmanager.php, line: 882 -# File: src/www/system_certmanager.php, line: 1060 -msgid "Email Address" -msgstr "Эл. почта" - -# File: src/www/diag_backup.php, line: 635 -msgid "(not loaded)" -msgstr "(не загружен)" - -# File: src/www/diag_backup.php, line: 635 -msgid "(replace)" -msgstr "(заменить)" - -# File: src/www/diag_backup.php, line: 635 -msgid "P12 key" -msgstr "Ключ в формате P12" - -# File: src/www/diag_backup.php, line: 641 -msgid "Folder ID" -msgstr "Идентификатор каталога" - -# File: src/www/diag_backup.php, line: 647 -# File: src/www/diag_confbak.php, line: 198 -msgid "Backup Count" -msgstr "Количество резервных копий" - -# File: src/www/diag_backup.php, line: 653 -msgid "Password protect your data" -msgstr "Защита данных паролем" - -# File: src/www/diag_backup.php, line: 656 -msgid "Password :" -msgstr "Пароль:" - -# File: src/www/diag_backup.php, line: 662 -msgid "Confirm :" -msgstr "Подтверждение пароля:" - -# File: src/www/diag_backup.php, line: 669 -msgid "Setup/Test Google Drive" -msgstr "Настроить/проверить Google Drive" - -# File: src/www/diag_confbak.php, line: 90 -msgid "Changed backup revision count." -msgstr "Счетчик ревизий резервных копий изменен." - -# File: src/www/diag_confbak.php, line: 107 -msgid "Deleted backup with timestamp %s and description \"%s\"." -msgstr "Удалена резервная копия от %s с описанием \"%s\"." - -# File: src/www/diag_confbak.php, line: 109 -msgid "Unable to delete the selected configuration." -msgstr "Невозможно удалить выбранную конфигурацию." - -# File: src/www/diag_confbak.php, line: 133 -msgid "Restore from Configuration Backup" -msgstr "Восстановить из резервной копии конфигурации" - -# File: src/www/diag_confbak.php, line: 135 -# File: src/www/diag_confbak.php, line: 157 -# File: src/www/diag_defaults.php, line: 63 -# File: src/www/diag_halt.php, line: 53 -# File: src/www/diag_logs_settings.php, line: 280 -# File: src/www/diag_logs_settings.php, line: 301 -# File: src/www/diag_tables.php, line: 129 -# File: src/www/firewall_aliases.php, line: 157 -# File: src/www/firewall_nat.php, line: 173 -# File: src/www/firewall_nat.php, line: 192 -# File: src/www/firewall_nat_1to1.php, line: 121 -# File: src/www/firewall_nat_1to1.php, line: 140 -# File: src/www/firewall_nat_npt.php, line: 123 -# File: src/www/firewall_nat_npt.php, line: 142 -# File: src/www/firewall_nat_out.php, line: 190 -# File: src/www/firewall_nat_out.php, line: 210 -# File: src/www/firewall_rules.php, line: 145 -# File: src/www/firewall_rules.php, line: 164 -# File: src/www/firewall_schedule.php, line: 95 -# File: src/www/firewall_virtual_ip.php, line: 226 -# File: src/www/interfaces_assign.php, line: 364 -# File: src/www/interfaces_bridge.php, line: 95 -# File: src/www/interfaces_gif.php, line: 88 -# File: src/www/interfaces_gre.php, line: 90 -# File: src/www/interfaces_groups.php, line: 81 -# File: src/www/interfaces_lagg.php, line: 99 -# File: src/www/interfaces_ppps.php, line: 90 -# File: src/www/interfaces_qinq.php, line: 105 -# File: src/www/interfaces_vlan.php, line: 91 -# File: src/www/interfaces_wireless.php, line: 88 -# File: src/www/reboot.php, line: 54 -# File: src/www/system_advanced_sysctl.php, line: 122 -# File: src/www/system_authservers.php, line: 377 -# File: src/www/system_camanager.php, line: 433 -# File: src/www/system_certmanager.php, line: 544 -# File: src/www/system_crlmanager.php, line: 299 -# File: src/www/system_crlmanager.php, line: 323 -# File: src/www/system_gateway_groups.php, line: 133 -# File: src/www/system_gateways.php, line: 227 -# File: src/www/system_gateways.php, line: 259 -# File: src/www/system_groupmanager.php, line: 258 -# File: src/www/system_groupmanager.php, line: 282 -# File: src/www/system_routes.php, line: 167 -# File: src/www/system_routes.php, line: 189 -# File: src/www/system_usermanager.php, line: 462 -# File: src/www/system_usermanager.php, line: 485 -# File: src/www/system_usermanager.php, line: 509 -# File: src/www/system_usermanager.php, line: 570 -# File: src/www/vpn_ipsec.php, line: 204 -# File: src/www/vpn_ipsec.php, line: 223 -# File: src/www/vpn_ipsec.php, line: 249 -# File: src/www/vpn_ipsec.php, line: 268 -# File: src/www/vpn_ipsec_keys.php, line: 90 -# File: src/www/vpn_openvpn_client.php, line: 347 -# File: src/www/vpn_openvpn_csc.php, line: 221 -# File: src/www/vpn_openvpn_server.php, line: 428 -msgid "No" -msgstr "Нет" - -# File: src/www/diag_confbak.php, line: 155 -msgid "Remove Configuration Backup" -msgstr "Удалить резервную копию конфигурации" - -# File: src/www/diag_confbak.php, line: 205 -msgid "" -"Enter the number of older configurations to keep in the local backup cache. " -"By default this is 30." -msgstr "" -"Введите количество предыдущих конфигураций, которые будут храниться в кэше " -"локальной резервной копии. Значение по умолчанию равно 30." - -# File: src/www/diag_confbak.php, line: 209 -# File: src/www/diag_logs_settings.php, line: 351 -# File: src/www/diag_logs_settings.php, line: 567 -# File: src/www/diag_smart.php, line: 233 -# File: src/www/firewall_aliases_edit.php, line: 483 -# File: src/www/firewall_aliases_import.php, line: 209 -# File: src/www/firewall_nat_1to1_edit.php, line: 464 -# File: src/www/firewall_nat_edit.php, line: 1008 -# File: src/www/firewall_nat_npt_edit.php, line: 297 -# File: src/www/firewall_nat_out.php, line: 323 -# File: src/www/firewall_nat_out_edit.php, line: 715 -# File: src/www/firewall_rules_edit.php, line: 1478 -# File: src/www/firewall_schedule_edit.php, line: 1162 -# File: src/www/firewall_virtual_ip_edit.php, line: 464 -# File: src/www/interfaces.php, line: 3347 -# File: src/www/interfaces_assign.php, line: 461 -# File: src/www/interfaces_bridge_edit.php, line: 630 -# File: src/www/interfaces_gif_edit.php, line: 281 -# File: src/www/interfaces_gre_edit.php, line: 269 -# File: src/www/interfaces_groups_edit.php, line: 197 -# File: src/www/interfaces_lagg_edit.php, line: 265 -# File: src/www/interfaces_ppps_edit.php, line: 917 -# File: src/www/interfaces_qinq_edit.php, line: 215 -# File: src/www/interfaces_vlan_edit.php, line: 218 -# File: src/www/interfaces_wireless_edit.php, line: 192 -# File: src/www/load_balancer_monitor_edit.php, line: 425 -# File: src/www/load_balancer_pool_edit.php, line: 325 -# File: src/www/load_balancer_setting.php, line: 145 -# File: src/www/services_dhcp.php, line: 1101 -# File: src/www/services_dhcp_edit.php, line: 531 -# File: src/www/services_dhcp_relay.php, line: 193 -# File: src/www/services_dhcpv6.php, line: 810 -# File: src/www/services_dhcpv6_edit.php, line: 243 -# File: src/www/services_dhcpv6_relay.php, line: 190 -# File: src/www/services_dnsmasq.php, line: 324 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 169 -# File: src/www/services_dnsmasq_edit.php, line: 292 -# File: src/www/services_dyndns_edit.php, line: 434 -# File: src/www/services_igmpproxy.php, line: 137 -# File: src/www/services_igmpproxy_edit.php, line: 276 -# File: src/www/services_ntpd.php, line: 392 -# File: src/www/services_ntpd_gps.php, line: 549 -# File: src/www/services_ntpd_pps.php, line: 206 -# File: src/www/services_opendns.php, line: 222 -# File: src/www/services_rfc2136_edit.php, line: 227 -# File: src/www/services_router_advertisements.php, line: 365 -# File: src/www/services_snmp.php, line: 482 -# File: src/www/services_unbound.php, line: 313 -# File: src/www/services_unbound_acls.php, line: 131 -# File: src/www/services_unbound_acls.php, line: 311 -# File: src/www/services_unbound_domainoverride_edit.php, line: 163 -# File: src/www/services_unbound_host_edit.php, line: 380 -# File: src/www/services_upnp.php, line: 343 -# File: src/www/services_wol_edit.php, line: 168 -# File: src/www/status_lb_pool.php, line: 218 -# File: src/www/system_advanced_admin.php, line: 589 -# File: src/www/system_advanced_firewall.php, line: 571 -# File: src/www/system_advanced_misc.php, line: 562 -# File: src/www/system_advanced_network.php, line: 301 -# File: src/www/system_advanced_notifications.php, line: 54 -# File: src/www/system_advanced_notifications.php, line: 310 -# File: src/www/system_advanced_sysctl.php, line: 225 -# File: src/www/system_authservers.php, line: 652 -# File: src/www/system_camanager.php, line: 693 -# File: src/www/system_certmanager.php, line: 1125 -# File: src/www/system_crlmanager.php, line: 458 -# File: src/www/system_crlmanager.php, line: 493 -# File: src/www/system_gateway_groups_edit.php, line: 308 -# File: src/www/system_gateways_edit.php, line: 818 -# File: src/www/system_general.php, line: 536 -# File: src/www/system_groupmanager.php, line: 447 -# File: src/www/system_groupmanager_addprivs.php, line: 154 -# File: src/www/system_routes_edit.php, line: 314 -# File: src/www/system_usermanager.php, line: 916 -# File: src/www/system_usermanager_addprivs.php, line: 151 -# File: src/www/system_usermanager_import_ldap.php, line: 163 -# File: src/www/system_usermanager_passwordmg.php, line: 117 -# File: src/www/system_usermanager_settings.php, line: 129 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 109 -# File: src/www/vpn_ipsec.php, line: 603 -# File: src/www/vpn_ipsec_keys_edit.php, line: 159 -# File: src/www/vpn_ipsec_mobile.php, line: 543 -# File: src/www/vpn_ipsec_phase1.php, line: 1054 -# File: src/www/vpn_ipsec_phase2.php, line: 956 -# File: src/www/vpn_ipsec_settings.php, line: 239 -# File: src/www/vpn_l2tp.php, line: 463 -# File: src/www/vpn_l2tp_users_edit.php, line: 188 -# File: src/www/vpn_openvpn_client.php, line: 1027 -# File: src/www/vpn_openvpn_csc.php, line: 592 -# File: src/www/vpn_openvpn_server.php, line: 1691 -# File: src/www/vpn_pppoe_edit.php, line: 654 -# File: src/www/vpn_pptp.php, line: 513 -# File: src/www/vpn_pptp_users_edit.php, line: 186 -# File: src/www/widgets/widgets/log.widget.php, line: 216 -# File: src/www/widgets/widgets/rss.widget.php, line: 142 -# File: src/www/widgets/widgets/system_log.widget.php, line: 65 -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 265 -msgid "Save" -msgstr "Сохранить" - -# File: src/www/diag_confbak.php, line: 216 -msgid "" -"NOTE: Be aware of how much space is consumed by backups before adjusting " -"this value. Current space used by backups: " -msgstr "" -"ПРИМЕЧАНИЕ: вы должны знать, сколько пространства занимают резервные копии " -"прежде чем настраивать этот параметр. Сейчас для хранения резервных копий " -"используется:" - -# File: src/www/diag_confbak.php, line: 227 -msgid "Configuration diff from" -msgstr "Отличия конфигурации от" - -# File: src/www/diag_confbak.php, line: 227 -# File: src/www/diag_dump_states.php, line: 223 -# File: src/www/diag_dump_states_sources.php, line: 166 -# File: src/www/services_dhcp.php, line: 789 -# File: src/www/services_dhcpv6.php, line: 583 -# File: src/www/services_dhcpv6.php, line: 590 -msgid "to" -msgstr "до" - -# File: src/www/diag_confbak.php, line: 273 -msgid "View differences" -msgstr "Просмотреть отличия" - -# File: src/www/diag_confbak.php, line: 277 -msgid "" -"To view the differences between an older configuration and a newer " -"configuration, select the older configuration using the left column of radio " -"options and select the newer configuration in the right column, then press " -"the button." -msgstr "" -"Чтобы просмотреть отличия между разными версиями конфигураций, выберите " -"более раннюю версию в левом столбце, а более позднюю в правом и нажмите на " -"кнопку." - -# File: src/www/diag_confbak.php, line: 285 -msgid "Diff" -msgstr "Отличия" - -# File: src/www/diag_confbak.php, line: 286 -msgid "Date" -msgstr "Дата" - -# File: src/www/diag_confbak.php, line: 289 -msgid "Configuration Change" -msgstr "Изменение конфигурации" - -# File: src/www/diag_confbak.php, line: 303 -msgid "Current" -msgstr "Текущая" - -# File: src/www/diag_confbak.php, line: 320 -msgid "Revert to this configuration" -msgstr "Вернуться к этой конфигурации" - -# File: src/www/diag_confbak.php, line: 323 -msgid "Remove this backup" -msgstr "Удалить эту резервную копию" - -# File: src/www/diag_confbak.php, line: 326 -msgid "Download this backup" -msgstr "Скачать эту резервную копию" - -# File: src/www/diag_defaults.php, line: 46 -msgid "" -"The system has been reset to factory defaults and is now rebooting. This may " -"take a few minutes, depending on your hardware." -msgstr "" -"Настройки сброшены по умолчанию, система перезагружается. Выполнение " -"процесса зависит от аппаратного обеспечения и может занять несколько минут." - -# File: src/www/diag_defaults.php, line: 50 -msgid "If you click \"Yes\", the firewall will:" -msgstr "Если вы нажмете \\«Да\\», то межсетевой экран:" - -# File: src/www/diag_defaults.php, line: 52 -msgid "Reset to factory defaults" -msgstr "Сбросить настройки по умолчанию" - -# File: src/www/diag_defaults.php, line: 53 -msgid "LAN IP address will be reset to 192.168.1.1" -msgstr "IP-адрес локальной сети будет сброшен до 192.168.1.1" - -# File: src/www/diag_defaults.php, line: 54 -msgid "System will be configured as a DHCP server on the default LAN interface" -msgstr "Система будет настроена как DHCP-сервер на LAN-интерфейсе по умолчанию" - -# File: src/www/diag_defaults.php, line: 55 -msgid "Reboot after changes are installed" -msgstr "Перезагрузить после установки изменений" - -# File: src/www/diag_defaults.php, line: 56 -msgid "" -"WAN interface will be set to obtain an address automatically from a DHCP " -"server" -msgstr "WAN-интерфейс будет автоматически получать адрес от DHCP-сервера" - -# File: src/www/diag_defaults.php, line: 57 -msgid "webConfigurator admin username will be reset to 'root'" -msgstr "имя администратора Web-конфигуратора будет сброшено до «root»" - -# File: src/www/diag_defaults.php, line: 58 -msgid "webConfigurator admin password will be reset to" -msgstr "пароль администратора Web-конфигуратора будет сброшено до" - -# File: src/www/diag_defaults.php, line: 60 -msgid "Are you sure you want to proceed?" -msgstr "Вы уверены, что хотите продолжить?" - -# File: src/www/diag_dns.php, line: 39 -msgid "Host must be a valid hostname or IP address." -msgstr "Хост должен иметь допустимое имя или IP-адрес." - -# File: src/www/diag_dns.php, line: 47 -msgid "No response" -msgstr "Нет ответа" - -# File: src/www/diag_dns.php, line: 76 -msgid "Resolve DNS hostname or IP" -msgstr "Преобразовать DNS-имя или IP-адрес" - -# File: src/www/diag_dns.php, line: 82 -# File: src/www/system_authservers.php, line: 130 -# File: src/www/system_authservers.php, line: 151 -msgid "Hostname or IP" -msgstr "Имя хоста или IP-адрес" - -# File: src/www/diag_dns.php, line: 90 -msgid "Response" -msgstr "Ответ" - -# File: src/www/diag_dns.php, line: 95 -# File: src/www/firewall_nat.php, line: 255 -# File: src/www/firewall_nat.php, line: 257 -# File: src/www/interfaces.php, line: 2638 -# File: src/www/status_lb_vs.php, line: 74 -# File: src/www/vpn_ipsec_phase2.php, line: 706 -# File: src/www/vpn_ipsec_phase2.php, line: 762 -# File: src/www/vpn_ipsec_phase2.php, line: 803 -# File: src/www/vpn_ipsec_phase2.php, line: 812 -msgid "Address" -msgstr "Адрес" - -# File: src/www/diag_dns.php, line: 109 -msgid "Resolution time per server" -msgstr "Время разрешения сервером доменных имен и/или IP-адресов" - -# File: src/www/diag_dns.php, line: 114 -msgid "Query time" -msgstr "Время запроса" - -# File: src/www/diag_dns.php, line: 132 -msgid "More Information:" -msgstr "Дополнительная информация:" - -# File: src/www/diag_dns.php, line: 137 -msgid "" -"NOTE: The following links are to external services, so their reliability " -"cannot be guaranteed." -msgstr "ПРИМЕЧАНИЕ: следующие каналы к внешним службам могут быть ненадежными." - -# File: src/www/diag_dns.php, line: 138 -msgid "IP WHOIS @ DNS Stuff" -msgstr "IP WHOIS @ DNS Stuff" - -# File: src/www/diag_dns.php, line: 139 -msgid "IP Info @ DNS Stuff" -msgstr "IP Info @ DNS Stuff" - -# File: src/www/diag_dump_states.php, line: 40 -# File: src/www/diag_dump_states_sources.php, line: 40 -# File: src/www/status_openvpn.php, line: 82 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 43 -msgid "invalid input" -msgstr "некорректный ввод" - -# File: src/www/diag_dump_states.php, line: 95 -# File: src/www/diag_dump_states_sources.php, line: 83 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 113 -msgid "An error occurred." -msgstr "Произошла ошибка." - -# File: src/www/diag_dump_states.php, line: 122 -msgid "Current total state count" -msgstr "Общее количество состояний в данный момент" - -# File: src/www/diag_dump_states.php, line: 123 -# File: src/www/diag_dump_states_sources.php, line: 108 -msgid "Filter expression:" -msgstr "Выражение фильтра:" - -# File: src/www/diag_dump_states.php, line: 127 -msgid "Kill" -msgstr "Kill" - -# File: src/www/diag_dump_states.php, line: 151 -msgid "Int" -msgstr "Int" - -# File: src/www/diag_dump_states.php, line: 161 -# File: src/www/diag_logs_filter.php, line: 717 -# File: src/www/diag_logs_filter_dynamic.php, line: 114 -# File: src/www/diag_states_summary.php, line: 121 -# File: src/www/firewall_nat.php, line: 254 -# File: src/www/firewall_rules.php, line: 264 -msgid "Proto" -msgstr "Proto" - -# File: src/www/diag_dump_states.php, line: 171 -msgid "Source -> Router -> Destination" -msgstr "Отправитель -> Маршрутизатор -> Получатель" - -# File: src/www/diag_dump_states.php, line: 223 -msgid "Remove all state entries from" -msgstr "Удалить все записи состояний от" - -# File: src/www/diag_dump_states.php, line: 236 -msgid "No states were found." -msgstr "Состояния не найдены." - -# File: src/www/diag_dump_states.php, line: 246 -msgid "States matching current filter" -msgstr "Состояния, которые соответствуют условиям фильтра" - -# File: src/www/diag_dump_states_sources.php, line: 131 -msgid "Source -> Destination" -msgstr "Отправитель -> Получатель" - -# File: src/www/diag_dump_states_sources.php, line: 132 -msgid "# States" -msgstr "# состояния" - -# File: src/www/diag_dump_states_sources.php, line: 133 -msgid "# Connections" -msgstr "# соединения" - -# File: src/www/diag_dump_states_sources.php, line: 134 -# File: src/www/diag_system_pftop.php, line: 139 -# File: src/www/status_interfaces.php, line: 365 -msgid "Rate" -msgstr "Скорость" - -# File: src/www/diag_dump_states_sources.php, line: 166 -msgid "Remove all source tracking entries from" -msgstr "Удалить все записи проверок источника от" - -# File: src/www/diag_dump_states_sources.php, line: 177 -msgid "No source tracking entries were found." -msgstr "Записи проверок источника не найдены" - -# File: src/www/diag_halt.php, line: 46 -msgid "The system is halting now. This may take one minute." -msgstr "Завершение работы системы. Этот процесс может занять одну минуту." - -# File: src/www/diag_halt.php, line: 50 -msgid "Are you sure you want to halt the system?" -msgstr "Вы уверены, что хотите завершить работу системы?" - -# File: src/www/diag_ipsec.php, line: 92 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 140 -msgid "Connection" -msgstr "Соединение" - -# File: src/www/diag_ipsec.php, line: 94 -msgid "Local ID" -msgstr "Локальный идентификатор" - -# File: src/www/diag_ipsec.php, line: 95 -# File: src/www/interfaces_ppps_edit.php, line: 594 -# File: src/www/vpn_pppoe.php, line: 118 -msgid "Local IP" -msgstr "Локальный IP-адрес" - -# File: src/www/diag_ipsec.php, line: 96 -msgid "Remote ID" -msgstr "Удаленный идентификатор" - -# File: src/www/diag_ipsec.php, line: 97 -msgid "Remote IP" -msgstr "Удаленный IP-адрес" - -# File: src/www/diag_ipsec.php, line: 98 -msgid "Local Auth" -msgstr "Локальная аутентификация" - -# File: src/www/diag_ipsec.php, line: 99 -msgid "Remote Auth" -msgstr "Удаленная аутентификация" - -# File: src/www/diag_ipsec.php, line: 148 -msgid "Local subnets" -msgstr "Локальные подсети" - -# File: src/www/diag_ipsec.php, line: 149 -msgid "SPI(s)" -msgstr "SPI" - -# File: src/www/diag_ipsec.php, line: 150 -msgid "Remote subnets" -msgstr "Удаленные подсети" - -# File: src/www/diag_ipsec.php, line: 152 -msgid "Stats" -msgstr "Статистика" - -# File: src/www/diag_ipsec.php, line: 163 -# File: src/www/firewall_rules.php, line: 430 -# File: src/www/firewall_rules.php, line: 655 -msgid "in" -msgstr "входящий" - -# File: src/www/diag_ipsec.php, line: 164 -# File: src/www/firewall_rules.php, line: 433 -# File: src/www/firewall_rules.php, line: 677 -msgid "out" -msgstr "исходящий" - -# File: src/www/diag_ipsec.php, line: 174 -# File: src/www/diag_logs_filter.php, line: 635 -# File: src/www/diag_logs_filter.php, line: 710 -# File: src/www/diag_logs_filter_dynamic.php, line: 110 -# File: src/www/diag_logs_vpn.inc, line: 107 -# File: src/www/diag_system_pftop.php, line: 125 -# File: src/www/firewall_schedule_edit.php, line: 923 -# File: src/www/widgets/widgets/log.widget.php, line: 235 -msgid "Time" -msgstr "Время" - -# File: src/www/diag_ipsec.php, line: 175 -msgid "Bytes in" -msgstr "Получено байт" - -# File: src/www/diag_ipsec.php, line: 176 -msgid "Bytes out" -msgstr "Отправлено байт" - -# File: src/www/diag_ipsec_leases.php, line: 58 -msgid "Pool: " -msgstr "Пул:" - -# File: src/www/diag_ipsec_leases.php, line: 59 -msgid "usage: " -msgstr "назначение:" - -# File: src/www/diag_ipsec_leases.php, line: 60 -msgid "online: " -msgstr "онлайн:" - -# File: src/www/diag_ipsec_leases.php, line: 67 -# File: src/www/diag_ping.php, line: 50 -# File: src/www/diag_ping.php, line: 111 -# File: src/www/diag_testport.php, line: 50 -# File: src/www/diag_testport.php, line: 155 -# File: src/www/diag_traceroute.php, line: 53 -# File: src/www/diag_traceroute.php, line: 113 -# File: src/www/load_balancer_monitor_edit.php, line: 347 -# File: src/www/load_balancer_monitor_edit.php, line: 380 -# File: src/www/services_dnsmasq.php, line: 365 -# File: src/www/services_dnsmasq_edit.php, line: 202 -# File: src/www/services_dnsmasq_edit.php, line: 243 -# File: src/www/services_rfc2136_edit.php, line: 188 -# File: src/www/services_unbound_host_edit.php, line: 257 -# File: src/www/services_unbound_host_edit.php, line: 333 -# File: src/www/services_unbound_overrides.php, line: 131 -msgid "Host" -msgstr "Хост" - -# File: src/www/diag_ipsec_leases.php, line: 93 -msgid "No leases from this pool yet." -msgstr "IP-адреса из этого пула еще не выдавались" - -# File: src/www/diag_ipsec_leases.php, line: 112 -msgid "No IPsec pools." -msgstr "Нет пулов IPsec." - -# File: src/www/diag_ipsec_sad.php, line: 59 -msgid "SPI" -msgstr "SPI" - -# File: src/www/diag_ipsec_sad.php, line: 60 -msgid "Enc. alg." -msgstr "Криптоалгоритм" - -# File: src/www/diag_ipsec_sad.php, line: 61 -msgid "Auth. alg." -msgstr "Алгоритм аутентификации" - -# File: src/www/diag_ipsec_sad.php, line: 62 -msgid "Data" -msgstr "Данные" - -# File: src/www/diag_ipsec_sad.php, line: 78 -msgid "No IPsec security associations." -msgstr "Нет безопасных ассоциаций IPsec." - -# File: src/www/diag_ipsec_spd.php, line: 58 -# File: src/www/firewall_rules_edit.php, line: 790 -msgid "Direction" -msgstr "Направление" - -# File: src/www/diag_ipsec_spd.php, line: 60 -msgid "Tunnel endpoints" -msgstr "Конечные точки туннелей" - -# File: src/www/diag_ipsec_spd.php, line: 77 -msgid "incoming (as seen by firewall)" -msgstr "входящие (с точки зрения межсетевого экрана)" - -# File: src/www/diag_ipsec_spd.php, line: 79 -msgid "outgoing (as seen by firewall)" -msgstr "исходящие (с точки зрения межсетевого экрана)" - -# File: src/www/diag_ipsec_spd.php, line: 85 -msgid "No IPsec security policies." -msgstr "Нет политик безопасности IPsec." - -# File: src/www/diag_limiter_info.php, line: 35 -msgid "We could not find any limiters on this system." -msgstr "Не найдены ограничители в этой системе." - -# File: src/www/diag_limiter_info.php, line: 90 -msgid "Gathering Limiter information, please wait..." -msgstr "Подождите, сбор информации ограничителя…" - -# File: src/www/diag_logs_filter.php, line: 123 -msgid "Easy Rule: Blocked from Firewall Log View" -msgstr "Простое правило: " - -# File: src/www/diag_logs_filter.php, line: 124 -# File: src/www/diag_logs_filter.php, line: 312 -msgid "Easy Rule" -msgstr "Простое правило" - -# File: src/www/diag_logs_filter.php, line: 194 -# File: src/www/diag_logs_filter.php, line: 202 -msgid "Entry added" -msgstr "Запись добавлена" - -# File: src/www/diag_logs_filter.php, line: 199 -msgid "Hosts blocked from Firewall Log view" -msgstr "Хосты, заблокированные на вкладке журнала межсетевого экрана" - -# File: src/www/diag_logs_filter.php, line: 274 -msgid "Easy Rule: Passed from Firewall Log View" -msgstr "" -"Функция «Простое правило» разрешена на вкладке журнала межсетевого экрана" - -# File: src/www/diag_logs_filter.php, line: 324 -msgid "Tried to block invalid IP:" -msgstr "Не удалось заблокировать, так как IP-адрес недействителен:" - -# File: src/www/diag_logs_filter.php, line: 328 -msgid "Invalid interface for block rule:" -msgstr "Недопустимый интерфейс для правила блокировки:" - -# File: src/www/diag_logs_filter.php, line: 331 -msgid "Host added successfully" -msgstr "Хост успешно добавлен" - -# File: src/www/diag_logs_filter.php, line: 333 -msgid "Failed to create block rule, alias, or add host." -msgstr "Не удалось создать правило блокировки, псевдоним или добавить хост." - -# File: src/www/diag_logs_filter.php, line: 336 -msgid "Tried to block but had no host IP or interface" -msgstr "" -"Не удалось заблокировать, так как не было IP-адреса хоста или интерфейса" - -# File: src/www/diag_logs_filter.php, line: 338 -msgid "Unknown block error." -msgstr "Неизвестная ошибка блокировки." - -# File: src/www/diag_logs_filter.php, line: 349 -msgid "Invalid interface for pass rule:" -msgstr "Недопустимый интерфейс для правила разрешения:" - -# File: src/www/diag_logs_filter.php, line: 352 -msgid "Invalid protocol for pass rule:" -msgstr "Недопустимый протокол для правила разрешения:" - -# File: src/www/diag_logs_filter.php, line: 355 -msgid "Tried to pass invalid source IP:" -msgstr "Попытка разрешить недействительный IP-адрес источника:" - -# File: src/www/diag_logs_filter.php, line: 358 -msgid "Tried to pass invalid destination IP:" -msgstr "Попытка разрешить недействительный IP-адрес назначения:" - -# File: src/www/diag_logs_filter.php, line: 362 -msgid "Missing destination port:" -msgstr "Отсутствует порт назначения:" - -# File: src/www/diag_logs_filter.php, line: 365 -msgid "Tried to pass invalid destination port:" -msgstr "Не удалось пропустить, так как номер порта назначения недействителен:" - -# File: src/www/diag_logs_filter.php, line: 372 -msgid "Successfully added pass rule!" -msgstr "Правило разрешения успешно добавлено!" - -# File: src/www/diag_logs_filter.php, line: 374 -msgid "Failed to add pass rule." -msgstr "Не удалось добавить правило разрешения." - -# File: src/www/diag_logs_filter.php, line: 377 -msgid "Missing parameters for pass rule." -msgstr "Отсутствуют параметры правила разрешения." - -# File: src/www/diag_logs_filter.php, line: 379 -msgid "Unknown pass error." -msgstr "Неизвестная ошибка разрешения." - -# File: src/www/diag_logs_filter.php, line: 499 -msgid "Cannot resolve" -msgstr "Не удается устранить проблему" - -# File: src/www/diag_logs_filter.php, line: 538 -msgid "The rule that triggered this action is" -msgstr "Правило, которое привело к этому действию, " - -# File: src/www/diag_logs_filter.php, line: 621 -msgid "Time and interface" -msgstr "Время и интерфейс" - -# File: src/www/diag_logs_filter.php, line: 622 -msgid "Source and destination IP Address" -msgstr "IP-адрес источника и назначения" - -# File: src/www/diag_logs_filter.php, line: 623 -msgid "Source and destination port" -msgstr "Порт источника и назначения" - -# File: src/www/diag_logs_filter.php, line: 636 -msgid "Source IP Address" -msgstr "IP-адрес источника" - -# File: src/www/diag_logs_filter.php, line: 637 -# File: src/www/diag_system_pftop.php, line: 141 -# File: src/www/diag_testport.php, line: 167 -# File: src/www/firewall_nat_out.php, line: 341 -# File: src/www/firewall_nat_out.php, line: 541 -msgid "Source Port" -msgstr "Порт источника" - -# File: src/www/diag_logs_filter.php, line: 639 -msgid "Quantity" -msgstr "Количество" - -# File: src/www/diag_logs_filter.php, line: 648 -msgid "Destination IP Address" -msgstr "IP-адрес назначения" - -# File: src/www/diag_logs_filter.php, line: 649 -# File: src/www/diag_system_pftop.php, line: 134 -# File: src/www/firewall_nat_out.php, line: 343 -# File: src/www/firewall_nat_out.php, line: 543 -msgid "Destination Port" -msgstr "Порт назначения" - -# File: src/www/diag_logs_filter.php, line: 650 -msgid "Protocol Flags" -msgstr "Флажки протокола" - -# File: src/www/diag_logs_filter.php, line: 654 -# File: src/www/diag_packet_capture.php, line: 341 -# File: src/www/diag_packet_capture.php, line: 358 -# File: src/www/diag_testport.php, line: 188 -# File: src/www/diag_traceroute.php, line: 129 -# File: src/www/firewall_rules_edit.php, line: 1156 -# File: src/www/interfaces.php, line: 3070 -msgid "Any" -msgstr "Любой" - -# File: src/www/diag_logs_filter.php, line: 654 -# File: src/www/diag_logs_settings.php, line: 505 -# File: src/www/diag_ping.php, line: 118 -# File: src/www/diag_testport.php, line: 143 -# File: src/www/diag_traceroute.php, line: 120 -# File: src/www/system_gateways_edit.php, line: 596 -msgid "IPv4" -msgstr "IPv4" - -# File: src/www/diag_logs_filter.php, line: 702 -msgid "Last %s firewall log entries." -msgstr "Последняя %s запись в журнале межсетевого экрана." - -# File: src/www/diag_logs_filter.php, line: 704 -msgid "Showing %s matching log entries (maximum is %s)." -msgstr "" -"Показаны %s записи журнала, которые соответствуют условиям фильтра (макс. " -"%s)." - -# File: src/www/diag_logs_filter.php, line: 711 -# File: src/www/diag_logs_filter_dynamic.php, line: 111 -# File: src/www/firewall_nat.php, line: 253 -# File: src/www/services_rfc2136.php, line: 78 -msgid "If" -msgstr "Если" - -# File: src/www/diag_logs_filter.php, line: 713 -msgid "Rule" -msgstr "Правило" - -# File: src/www/diag_logs_filter.php, line: 746 -msgid "Direction=OUT" -msgstr "Направление=ИСХОДЯЩИЙ" - -# File: src/www/diag_logs_filter.php, line: 770 -# File: src/www/diag_logs_filter.php, line: 780 -msgid "Click to resolve" -msgstr "Нажмите, чтобы устранить проблему." - -# File: src/www/diag_logs_filter.php, line: 772 -msgid "Easy Rule: Add to Block List" -msgstr "Простое правило: добавить в черный список" - -# File: src/www/diag_logs_filter.php, line: 781 -msgid "Easy Rule: Pass this traffic" -msgstr "Простое правило: разрешить этот трафик" - -# File: src/www/diag_logs_filter.php, line: 788 -msgid "Icon Easy Rule: Pass this traffic" -msgstr "Иконка простого правила: разрешить этот трафик" - -# File: src/www/diag_logs_filter.php, line: 835 -msgid "added block rule" -msgstr "добавлено правило блокирования" - -# File: src/www/diag_logs_filter.php, line: 857 -msgid "added pass rule" -msgstr "добавлено правило разрешения" - -# File: src/www/diag_logs_filter_dynamic.php, line: 100 -msgid "Showing last %s records." -msgstr "Показаны последние %s записи." - -# File: src/www/diag_logs_filter_dynamic.php, line: 105 -msgid "Pause" -msgstr "Пауза" - -# File: src/www/diag_logs_filter_plain.php, line: 77 -msgid "Last %s firewall log entries" -msgstr "Показаны последние %s записи в журнале межсетевого экрана." - -# File: src/www/diag_logs_filter_plain.php, line: 82 -# File: src/www/diag_logs_template.inc, line: 103 -# File: src/www/diag_logs_vpn.inc, line: 119 -msgid "Clear log" -msgstr "Очистить журнал" - -# File: src/www/diag_logs_filter_summary.php, line: 44 -msgid "Actions" -msgstr "Действия" - -# File: src/www/diag_logs_filter_summary.php, line: 46 -msgid "Protocols" -msgstr "Протоколы" - -# File: src/www/diag_logs_filter_summary.php, line: 47 -msgid "Source IPs" -msgstr "IP-адреса источника" - -# File: src/www/diag_logs_filter_summary.php, line: 48 -msgid "Destination IPs" -msgstr "IP-адреса назначения" - -# File: src/www/diag_logs_filter_summary.php, line: 49 -msgid "Source Ports" -msgstr "Порты источника" - -# File: src/www/diag_logs_filter_summary.php, line: 50 -msgid "Destination Ports" -msgstr "Порты назначения" - -# File: src/www/diag_logs_filter_summary.php, line: 99 -# File: src/www/firewall_nat_edit.php, line: 651 -# File: src/www/firewall_nat_edit.php, line: 668 -# File: src/www/firewall_nat_edit.php, line: 795 -# File: src/www/firewall_nat_edit.php, line: 812 -# File: src/www/firewall_nat_edit.php, line: 862 -# File: src/www/firewall_rules_edit.php, line: 960 -# File: src/www/firewall_rules_edit.php, line: 977 -# File: src/www/firewall_rules_edit.php, line: 1082 -# File: src/www/firewall_rules_edit.php, line: 1099 -msgid "other" -msgstr "другое" - -# File: src/www/diag_logs_filter_summary.php, line: 122 -msgid "" -"The following summaries have been collected from the last %s lines of the " -"firewall log (maximum is %s)." -msgstr "" -"Следующие сводки были собраны из последних строк %s журнала брандмауэра " -"(максимум — %s)." - -# File: src/www/diag_logs_filter_summary.php, line: 142 -# File: src/www/diag_packet_capture.php, line: 409 -# File: src/www/diag_ping.php, line: 50 -# File: src/www/diag_ping.php, line: 139 -msgid "Count" -msgstr "Количество" - -# File: src/www/diag_logs_l2tp.php, line: 19 -msgid "L2TP Logins" -msgstr "Имена пользователей для подключения по протоколу L2TP" - -# File: src/www/diag_logs_l2tp.php, line: 20 -msgid "L2TP Raw" -msgstr "L2TP Raw" - -# File: src/www/diag_logs_poes.php, line: 19 -msgid "PPPoE Logins" -msgstr "Имена пользователей для подключения по протоколу PPPoE" - -# File: src/www/diag_logs_poes.php, line: 20 -msgid "PPPoE Raw" -msgstr "PPPoE Raw" - -# File: src/www/diag_logs_pptp.php, line: 19 -msgid "PPTP Logins" -msgstr "Имена пользователей для подключения по протоколу PPTP" - -# File: src/www/diag_logs_pptp.php, line: 20 -msgid "PPTP Raw" -msgstr "PPTP Raw" - -# File: src/www/diag_logs_proxy.php, line: 12 -msgid "Cache" -msgstr "Кэш" - -# File: src/www/diag_logs_proxy.php, line: 14 -msgid "Store" -msgstr "Хранение" - -# File: src/www/diag_logs_settings.php, line: 101 -msgid "The log files have been reset." -msgstr "Файлы журналов очищены." - -# File: src/www/diag_logs_settings.php, line: 103 -msgid "RRD data has been cleared." -msgstr "База данных RRD очищена." - -# File: src/www/diag_logs_settings.php, line: 113 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #1." -msgstr "" -"Действительный IP-адрес/имя хоста или IP-адрес/имя хоста: орт должны быть " -"указаны для удаленный syslog-сервера №1." - -# File: src/www/diag_logs_settings.php, line: 116 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #2." -msgstr "" -"Действительный IP-адрес/имя хоста или IP-адрес/имя хоста:порт должны быть " -"указаны для удаленного syslog-сервера №2" - -# File: src/www/diag_logs_settings.php, line: 119 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #3." -msgstr "" -"Действительный IP-адрес/имя хоста или IP-адрес/имя хоста:порт должны быть " -"указаны для удаленного syslog-сервера №3" - -# File: src/www/diag_logs_settings.php, line: 123 -msgid "Number of log entries to show must be between 5 and 2000." -msgstr "Количество показываемых записей журнала должно быть от 5 до 2000." - -# File: src/www/diag_logs_settings.php, line: 128 -msgid "Log file size must be a positive integer greater than 5120." -msgstr "" -"Размер файла журнала должен быть положительным целым числом больше 5120." - -# File: src/www/diag_logs_settings.php, line: 186 -msgid "webConfigurator configuration has changed. Restarting webConfigurator." -msgstr "Конфигурация Web-конфигуратора изменена. Перезапуск Web-конфигуратора." - -# File: src/www/diag_logs_settings.php, line: 188 -msgid "WebGUI process is restarting." -msgstr "Процесс WebGUI перезапускается." - -# File: src/www/diag_logs_settings.php, line: 278 -msgid "" -"Do you really want to reset the RRD graphs? This will erase all graph data." -msgstr "" -"Вы действительно хотите очистить графики на основании данных из базы RRD? " -"Это действие сотрет все данные в виде графиков." - -# File: src/www/diag_logs_settings.php, line: 299 -msgid "" -"Do you really want to reset the log files? This will erase all local log " -"data." -msgstr "" -"Вы действительно хотите очистить файлы журналов? Это действие сотрет все " -"данные в локальных журналах." - -# File: src/www/diag_logs_settings.php, line: 339 -msgid "Reporting Database Options" -msgstr "Параметры базы данных отчетов" - -# File: src/www/diag_logs_settings.php, line: 342 -msgid "Round-Robin-Database" -msgstr "Циклическая база данных" - -# File: src/www/diag_logs_settings.php, line: 345 -msgid "Enables the RRD graphing backend." -msgstr "Включает серверный процесс для RRD-графиков." - -# File: src/www/diag_logs_settings.php, line: 352 -msgid "Reset RRD Data" -msgstr "Очистить данные RRD" - -# File: src/www/diag_logs_settings.php, line: 359 -msgid "" -"Graphs will not be allowed to be recreated within a 1 minute interval, " -"please take this into account after changing the style." -msgstr "" -"Графики не будут повторно создаваться в течение 1 минуты, помните об этом, " -"если решите изменить стиль." - -# File: src/www/diag_logs_settings.php, line: 371 -msgid "Local Logging Options" -msgstr "Параметры локального журналирования" - -# File: src/www/diag_logs_settings.php, line: 378 -msgid "Reverse Display" -msgstr "Обратный порядок отображения" - -# File: src/www/diag_logs_settings.php, line: 382 -msgid "Show log entries in reverse order (newest entries on top)" -msgstr "Показать записи журнала в обратном порядке (сначала новые)" - -# File: src/www/diag_logs_settings.php, line: 387 -msgid "GUI Log Entries to Display" -msgstr "Записей в GUI" - -# File: src/www/diag_logs_settings.php, line: 391 -msgid "" -"Hint: This is only the number of log entries displayed in the GUI. It does " -"not affect how many entries are contained in the actual log files." -msgstr "" -"Подсказка: это только количество записей, отображаемых в графическом " -"интерфейсе пользователя. Этот параметр не влияет на количество записей в " -"самом файле журнала." - -# File: src/www/diag_logs_settings.php, line: 396 -msgid "Log File Size (Bytes)" -msgstr "Размера файла журнала (в байтах)" - -# File: src/www/diag_logs_settings.php, line: 400 -msgid "" -"Logs are held in constant-size circular log files. This field controls how " -"large each log file is, and thus how many entries may exist inside the log. " -"By default this is approximately 500KB per log file, and there are nearly 20 " -"such log files." -msgstr "" -"Журналы хранятся в файлах циклических журналов постоянного размера. Это поле " -"определяет размер каждого файла, а значит количество записей в журнале. По " -"умолчанию размер одного файла равен 500КБ, а всего приблизительно 20 файлов." - -# File: src/www/diag_logs_settings.php, line: 402 -msgid "" -"NOTE: Log sizes are changed the next time a log file is cleared or deleted. " -"To immediately increase the size of the log files, you must first save the " -"options to set the size, then clear all logs using the \"Reset Log Files\" " -"option farther down this page. " -msgstr "" -"ПРИМЕЧАНИЕ: размер журнала будет изменен после его очистки или удаления. " -"Чтобы моментально увеличить размер файлов, сохраните настройки, а затем " -"очистите журналы с помощью параметра «Очистить файлы журналов» ниже на этой " -"странице." - -# File: src/www/diag_logs_settings.php, line: 403 -msgid "" -"Be aware that increasing this value increases every log file size, so disk " -"usage will increase significantly." -msgstr "" -"Увеличение данного значения приведет к увеличению каждого журнала событий и " -"значительному использованию дискового пространства." - -# File: src/www/diag_logs_settings.php, line: 404 -msgid "Disk space currently used by log files: " -msgstr "Дисковое пространство, которое занимают журналы:" - -# File: src/www/diag_logs_settings.php, line: 405 -msgid "Remaining disk space for log files: " -msgstr "Свободное место, выделенное для журналов:" - -# File: src/www/diag_logs_settings.php, line: 410 -msgid "Log Firewall Default Blocks" -msgstr "Правила блокировки по умолчанию на странице журнала межсетевого экрана" - -# File: src/www/diag_logs_settings.php, line: 413 -msgid "Log packets matched from the default block rules put in the ruleset" -msgstr "" -"Журналировать пакеты, соответствующие правилам блокировки по умолчанию из " -"набора правил" - -# File: src/www/diag_logs_settings.php, line: 415 -msgid "" -"Hint: packets that are blocked by the implicit default block rule will not " -"be logged if you uncheck this option. Per-rule logging options are still " -"respected." -msgstr "" -"Подсказка: пакеты, которые заблокированы неявным правилом блокировки по " -"умолчанию, не будут журналироваться, если вы снимите флажок с этого " -"параметра. Параметры журналирования для каждого правила все еще учитываются." - -# File: src/www/diag_logs_settings.php, line: 418 -msgid "Log packets matched from the default pass rules put in the ruleset" -msgstr "" -"Журналировать пакеты, соответствующие правилам разрешения по умолчанию из " -"набора правил" - -# File: src/www/diag_logs_settings.php, line: 420 -msgid "" -"Hint: packets that are allowed by the implicit default pass rule will be " -"logged if you check this option. Per-rule logging options are still " -"respected." -msgstr "" -"Подсказка: пакеты, которые разрешены неявным правилом разрешения по " -"умолчанию, не будут журналироваться, если вы снимите флажок с этого " -"параметра. Параметры журналирования для каждого правила все еще учитываются." - -# File: src/www/diag_logs_settings.php, line: 423 -msgid "Log packets blocked by 'Block Bogon Networks' rules" -msgstr "" -"Записывать в журнал событий блокированные пакеты по правилу \"Блокировать " -"Bogon Networks\"." - -# File: src/www/diag_logs_settings.php, line: 425 -msgid "Log packets blocked by 'Block Private Networks' rules" -msgstr "" -"Записывать в журнал событий блокированные пакеты по правилу \"Блокировать " -"Частные Сети\"" - -# File: src/www/diag_logs_settings.php, line: 429 -msgid "Web Server Log" -msgstr "Журнал веб-сервера" - -# File: src/www/diag_logs_settings.php, line: 432 -msgid "Log errors from the web server process." -msgstr "Записывать в журнал событий ошибки в работе веб-сервера." - -# File: src/www/diag_logs_settings.php, line: 434 -msgid "" -"Hint: If this is checked, errors from the lighttpd web server process for " -"the GUI or Captive Portal will appear in the main system log." -msgstr "" -"Подсказка: если установлен флажок, ошибки от запущенного веб-сервером " -"процесса lighttpd для графического интерфейса или портала авторизации " -"Captive Portal появятся в главном системном журнале." - -# File: src/www/diag_logs_settings.php, line: 438 -msgid "Filter descriptions" -msgstr "Описание фильтра" - -# File: src/www/diag_logs_settings.php, line: 441 -msgid "Omit descriptions" -msgstr "Без описания" - -# File: src/www/diag_logs_settings.php, line: 442 -msgid "Display as column" -msgstr "Показать столбцом" - -# File: src/www/diag_logs_settings.php, line: 443 -msgid "Display as second row" -msgstr "Показать второй строкой" - -# File: src/www/diag_logs_settings.php, line: 446 -msgid "Show the applied rule description below or in the firewall log rows." -msgstr "" -"Показать описание примененного правила ниже или в строках журнала " -"межсетевого экрана." - -# File: src/www/diag_logs_settings.php, line: 448 -msgid "" -"Displaying rule descriptions for all lines in the log might affect " -"performance with large rule sets." -msgstr "" -"Отображение описания правил для всех строк в журнале может повлиять на " -"производительность при больших наборах правил." - -# File: src/www/diag_logs_settings.php, line: 453 -msgid "Local Logging" -msgstr "Локальное журналирование" - -# File: src/www/diag_logs_settings.php, line: 455 -msgid "Disable writing log files to the local disk" -msgstr "Отключить запись журналов на локальный диск" - -# File: src/www/diag_logs_settings.php, line: 458 -msgid "Reset Logs" -msgstr "Очистить журналы" - -# File: src/www/diag_logs_settings.php, line: 460 -msgid "Reset Log Files" -msgstr "Очистить журналы" - -# File: src/www/diag_logs_settings.php, line: 462 -msgid "" -"Note: Clears all local log files and reinitializes them as empty logs. This " -"also restarts the DHCP daemon. Use the Save button first if you have made " -"any setting changes." -msgstr "" -"Примечание: очищает все локальные файлы журналов и повторно инициализирует " -"их как пустые. Также перезапускает демон DHCP. Сначала нажмите «Сохранить», " -"если вы внесли какие-либо изменения." - -# File: src/www/diag_logs_settings.php, line: 474 -msgid "Remote Logging Options" -msgstr "Параметры удаленного журналирования" - -# File: src/www/diag_logs_settings.php, line: 481 -# File: src/www/diag_ping.php, line: 124 -# File: src/www/diag_system_pftop.php, line: 142 -# File: src/www/diag_testport.php, line: 185 -# File: src/www/diag_traceroute.php, line: 126 -msgid "Source Address" -msgstr "IP-адрес источника" - -# File: src/www/diag_logs_settings.php, line: 484 -msgid "Default (any)" -msgstr "По умолчанию (любой)" - -# File: src/www/diag_logs_settings.php, line: 494 -msgid "" -"This option will allow the logging daemon to bind to a single IP address, " -"rather than all IP addresses." -msgstr "" -"Этот параметр позволит привязать демон журналирования к определенному IP-" -"адресу, а не всем." - -# File: src/www/diag_logs_settings.php, line: 495 -msgid "" -"If you pick a single IP, remote syslog severs must all be of that IP type. " -"If you wish to mix IPv4 and IPv6 remote syslog servers, you must bind to all " -"interfaces." -msgstr "" -"Если вы выберете определенный IP-адрес, удаленные syslog-серверы должны " -"иметь IP-адрес такого же типа. Если вы хотите использовать серверы как с " -"IPv4, так и IPv6-адресами, вы должны привязать ко всем интерфейсам." - -# File: src/www/diag_logs_settings.php, line: 497 -msgid "" -"NOTE: If an IP address cannot be located on the chosen interface, the daemon " -"will bind to all addresses." -msgstr "" -"ПРИМЕЧАНИЕ: если IP-адрес не будет обнаружен на выбранном интерфейсе, демон " -"будет привязан ко всем адресам." - -# File: src/www/diag_logs_settings.php, line: 502 -# File: src/www/diag_ping.php, line: 115 -# File: src/www/diag_testport.php, line: 139 -# File: src/www/diag_traceroute.php, line: 117 -msgid "IP Protocol" -msgstr "Протокол IP" - -# File: src/www/diag_logs_settings.php, line: 509 -msgid "" -"This option is only used when a non-default address is chosen as the source " -"above. This option only expresses a preference; If an IP address of the " -"selected type is not found on the chosen interface, the other type will be " -"tried." -msgstr "" -"Этот параметр используется только при выборе адреса не по умолчанию в " -"качестве источника. Этот параметр определяет только предпочитаемый тип " -"адреса: если IP-адрес выбранного типа не будет найден на выбранном " -"интерфейсе, будет использоваться другой тип." - -# File: src/www/diag_logs_settings.php, line: 514 -msgid "Enable Remote Logging" -msgstr "Включить удаленное журналирование" - -# File: src/www/diag_logs_settings.php, line: 517 -msgid "Send log messages to remote syslog server" -msgstr "Отправить журнальное сообщение на удаленный syslog-сервер" - -# File: src/www/diag_logs_settings.php, line: 521 -msgid "Remote Syslog Servers" -msgstr "Удаленные syslog-серверы" - -# File: src/www/diag_logs_settings.php, line: 538 -msgid "IP addresses of remote syslog servers, or an IP:port." -msgstr "IP-адреса или номер порта IP удаленных syslog-серверов." - -# File: src/www/diag_logs_settings.php, line: 543 -msgid "Remote Syslog Contents" -msgstr "Содержание удаленного системного журнала" - -# File: src/www/diag_logs_settings.php, line: 546 -msgid "Everything" -msgstr "Все записи" - -# File: src/www/diag_logs_settings.php, line: 548 -msgid "System events" -msgstr "Системные события" - -# File: src/www/diag_logs_settings.php, line: 550 -msgid "Firewall events" -msgstr "События межсетевого экрана" - -# File: src/www/diag_logs_settings.php, line: 552 -msgid "DHCP service events" -msgstr "События службы службы DHCP" - -# File: src/www/diag_logs_settings.php, line: 554 -msgid "Portal Auth events" -msgstr "События портала авторизации" - -# File: src/www/diag_logs_settings.php, line: 556 -msgid "VPN (PPTP, IPsec, OpenVPN) events" -msgstr "События VPN (PPTP, IPsec, OpenVPN)" - -# File: src/www/diag_logs_settings.php, line: 558 -msgid "Gateway Monitor events" -msgstr "События службы мониторинга шлюза" - -# File: src/www/diag_logs_settings.php, line: 560 -msgid "Server Load Balancer events" -msgstr "События службы балансировки нагрузки" - -# File: src/www/diag_logs_settings.php, line: 562 -msgid "Wireless events" -msgstr "События беспроводных сетей" - -# File: src/www/diag_logs_settings.php, line: 572 -msgid "" -"syslog sends UDP datagrams to port 514 on the specified remote syslog " -"server, unless another port is specified. Be sure to set syslogd on the " -"remote server to accept syslog messages from" -msgstr "" -"syslog отправляет UDP-датаграммы на порт 514 (если не установлен другой) " -"удаленного syslog-сервера. Убедитесь, что syslogd на удаленном сервере " -"принимает syslog-сообщения от" - -# File: src/www/diag_logs_vpn.inc, line: 110 -# File: src/www/services_dhcp.php, line: 1130 -# File: src/www/services_dhcp_edit.php, line: 382 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 68 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 146 -# File: src/www/services_dnsmasq_edit.php, line: 74 -# File: src/www/services_dnsmasq_edit.php, line: 217 -# File: src/www/services_unbound_domainoverride_edit.php, line: 60 -# File: src/www/services_unbound_domainoverride_edit.php, line: 141 -# File: src/www/services_unbound_host_edit.php, line: 99 -# File: src/www/status_dhcp_leases.php, line: 339 -# File: src/www/system_advanced_network.php, line: 208 -# File: src/www/vpn_ipsec_phase1.php, line: 783 -# File: src/www/vpn_ipsec_phase1.php, line: 811 -# File: src/www/vpn_ipsec_phase2.php, line: 943 -# File: src/www/vpn_l2tp_users.php, line: 106 -# File: src/www/vpn_l2tp_users_edit.php, line: 180 -# File: src/www/vpn_pptp_users.php, line: 101 -# File: src/www/vpn_pptp_users_edit.php, line: 178 -msgid "IP address" -msgstr "IP-адрес" - -# File: src/www/diag_packet_capture.php, line: 216 -msgid "Invalid interface." -msgstr "Недопустимый интерфейс." - -# File: src/www/diag_packet_capture.php, line: 219 -msgid "Invalid address family." -msgstr "Недопустимое семейство адресов." - -# File: src/www/diag_packet_capture.php, line: 224 -msgid "Invalid protocol." -msgstr "Недопустимый протокол." - -# File: src/www/diag_packet_capture.php, line: 230 -msgid "A valid IP address or CIDR block must be specified. [%s]" -msgstr "Необходимо установить корректный IP-адрес или CIDR-блок. [%s]" - -# File: src/www/diag_packet_capture.php, line: 235 -msgid "Invalid value specified for port." -msgstr "Указан недопустимый номер порта." - -# File: src/www/diag_packet_capture.php, line: 238 -msgid "Invalid value specified for packet length." -msgstr "Указана недопустимая длина пакета." - -# File: src/www/diag_packet_capture.php, line: 241 -msgid "Invalid value specified for packet count." -msgstr "Указано недопустимое количество пакетов." - -# File: src/www/diag_packet_capture.php, line: 301 -msgid "Packet capture" -msgstr "Захват пакетов" - -# File: src/www/diag_packet_capture.php, line: 323 -msgid "Select the interface on which to capture traffic." -msgstr "Выберите интерфейс для захвата трафика." - -# File: src/www/diag_packet_capture.php, line: 328 -msgid "Promiscuous" -msgstr "Неразборчивый режим" - -# File: src/www/diag_packet_capture.php, line: 332 -msgid "If checked, the" -msgstr "Если установлен флажок," - -# File: src/www/diag_packet_capture.php, line: 332 -msgid "packet capture" -msgstr "сетевая плата будет" - -# File: src/www/diag_packet_capture.php, line: 332 -msgid "will be performed using promiscuous mode." -msgstr "принимать все пакеты независимо от того, кому они адресованы." - -# File: src/www/diag_packet_capture.php, line: 333 -# File: src/www/diag_packet_capture.php, line: 443 -# File: src/www/interfaces_wireless.php, line: 149 -# File: src/www/services_ntpd_pps.php, line: 127 -# File: src/www/vpn_ipsec_keys.php, line: 188 -# File: src/www/vpn_ipsec_keys_edit.php, line: 171 -# File: src/www/vpn_pppoe_edit.php, line: 660 -msgid "Note" -msgstr "Примечание" - -# File: src/www/diag_packet_capture.php, line: 333 -msgid "Some network adapters do not support or work well in promiscuous mode." -msgstr "" -"Некоторые сетевые платы плохо работают или не поддерживают неразборчивый " -"режим." - -# File: src/www/diag_packet_capture.php, line: 338 -# File: src/www/system_gateways_edit.php, line: 592 -msgid "Address Family" -msgstr "Семейство адресов" - -# File: src/www/diag_packet_capture.php, line: 343 -msgid "IPv4 Only" -msgstr "Только IPv4" - -# File: src/www/diag_packet_capture.php, line: 346 -msgid "IPv6 Only" -msgstr "Только IPv6" - -# File: src/www/diag_packet_capture.php, line: 350 -msgid "" -"Select the type of traffic to be captured, either Any, IPv4 only or IPv6 " -"only." -msgstr "Выберите тип трафика для захвата: любой, только IPv4 или только IPv6." - -# File: src/www/diag_packet_capture.php, line: 359 -# File: src/www/firewall_nat_out_edit.php, line: 457 -# File: src/www/load_balancer_monitor_edit.php, line: 253 -msgid "ICMP" -msgstr "ICMP" - -# File: src/www/diag_packet_capture.php, line: 360 -msgid "Exclude ICMP" -msgstr "Исключить ICMP" - -# File: src/www/diag_packet_capture.php, line: 361 -msgid "ICMPv6" -msgstr "ICMPv6" - -# File: src/www/diag_packet_capture.php, line: 362 -msgid "Exclude ICMPv6" -msgstr "Исключить ICMPv6" - -# File: src/www/diag_packet_capture.php, line: 363 -# File: src/www/firewall_nat_edit.php, line: 576 -# File: src/www/firewall_nat_out_edit.php, line: 457 -# File: src/www/firewall_nat_out_edit.php, line: 465 -# File: src/www/load_balancer_monitor_edit.php, line: 253 -msgid "TCP" -msgstr "TCP" - -# File: src/www/diag_packet_capture.php, line: 364 -msgid "Exclude TCP" -msgstr "Исключить TCP" - -# File: src/www/diag_packet_capture.php, line: 365 -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "UDP" -msgstr "UDP" - -# File: src/www/diag_packet_capture.php, line: 366 -msgid "Exclude UDP" -msgstr "Исключить UDP" - -# File: src/www/diag_packet_capture.php, line: 367 -msgid "ARP" -msgstr "ARP" - -# File: src/www/diag_packet_capture.php, line: 368 -msgid "Exclude ARP" -msgstr "Исключить ARP" - -# File: src/www/diag_packet_capture.php, line: 369 -msgid "CARP (VRRP)" -msgstr "CARP (VRRP)" - -# File: src/www/diag_packet_capture.php, line: 370 -msgid "Exclude CARP (VRRP)" -msgstr "Исключить CARP (VRRP)" - -# File: src/www/diag_packet_capture.php, line: 371 -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "ESP" -msgstr "ESP" - -# File: src/www/diag_packet_capture.php, line: 374 -msgid "Select the protocol to capture, or Any." -msgstr "" -"Выберите протокол для захвата или будет захватываться трафик любого " -"протокола." - -# File: src/www/diag_packet_capture.php, line: 379 -msgid "Host Address" -msgstr "IP-адрес хоста" - -# File: src/www/diag_packet_capture.php, line: 383 -msgid "" -"This value is either the Source or Destination IP address or subnet in CIDR " -"notation. The packet capture will look for this address in either field." -msgstr "" -"Значение может быть IP-адресом источника, IP-адресом назначения или подсетью " -"в CIDR представлении. Анализатор трафика будет искать этот адрес в каждом " -"поле." - -# File: src/www/diag_packet_capture.php, line: 384 -msgid "" -"Matching can be negated by preceding the value with \"not\". Multiple IP " -"addresses or CIDR subnets may be specified as boolean expresion." -msgstr "" -"Соответствие может быть инвертировано, если ему предшествует значение «нет». " -"Множественные IP-адреса или CIDR-подсети могут быть указаны как булево " -"выражение." - -# File: src/www/diag_packet_capture.php, line: 385 -msgid "" -"If you leave this field blank, all packets on the specified interface will " -"be captured." -msgstr "" -"Если вы оставите это поле пустым, все пакеты на выбранном интерфейсе будут " -"захвачены." - -# File: src/www/diag_packet_capture.php, line: 386 -# File: src/www/system_authservers.php, line: 566 -# File: src/www/system_authservers.php, line: 567 -# File: src/www/system_authservers.php, line: 576 -msgid "Example:" -msgstr "Например:" - -# File: src/www/diag_packet_capture.php, line: 391 -# File: src/www/diag_testport.php, line: 50 -# File: src/www/diag_testport.php, line: 161 -# File: src/www/firewall_rules.php, line: 266 -# File: src/www/firewall_rules.php, line: 268 -# File: src/www/load_balancer_pool.php, line: 127 -# File: src/www/load_balancer_pool_edit.php, line: 63 -# File: src/www/load_balancer_pool_edit.php, line: 214 -# File: src/www/load_balancer_virtual_server.php, line: 162 -# File: src/www/load_balancer_virtual_server_edit.php, line: 189 -# File: src/www/status_upnp.php, line: 78 -# File: src/www/vpn_openvpn_export.php, line: 736 -# File: src/www/vpn_openvpn_export_shared.php, line: 360 -msgid "Port" -msgstr "Порт" - -# File: src/www/diag_packet_capture.php, line: 395 -msgid "Leave blank if you do not want to filter by port." -msgstr "Оставьте поле пустым, если не хотите фильтровать по порту." - -# File: src/www/diag_packet_capture.php, line: 395 -msgid "" -"The port can be either the source or destination port. The packet capture " -"will look for this port in either field." -msgstr "" -"Значение может быть портом источника или портом назначения. Анализатор " -"трафика будет искать этот порт в каждом поле." - -# File: src/www/diag_packet_capture.php, line: 400 -msgid "Packet Length" -msgstr "Длина пакета" - -# File: src/www/diag_packet_capture.php, line: 404 -msgid "" -"The Packet length is the number of bytes of each packet that will be " -"captured. Default value is 0, which will capture the entire frame regardless " -"of its size." -msgstr "" -"Длина пакета — это количество бит каждого пакета, который будет захвачен. " -"Значение по умолчанию равно 0, это значит, что кадр будет захвачен целиком " -"независимо от размера." - -# File: src/www/diag_packet_capture.php, line: 413 -msgid "Enter 0 (zero) for no count limit." -msgstr "" -"Введите 0 (ноль) для отключения предела количества захваченных пакетов." - -# File: src/www/diag_packet_capture.php, line: 413 -msgid "" -"This is the number of packets the packet capture will grab. Default value is " -"100." -msgstr "" -"Это количество пакетов, которые анализатор трафика захватит. Значение по " -"умолчанию равно 100." - -# File: src/www/diag_packet_capture.php, line: 418 -msgid "View settings" -msgstr "Просмотр настроек." - -# File: src/www/diag_packet_capture.php, line: 421 -msgid "Level of Detail" -msgstr "Уровень детализации" - -# File: src/www/diag_packet_capture.php, line: 424 -msgid "Normal" -msgstr "Нормальный" - -# File: src/www/diag_packet_capture.php, line: 427 -msgid "Full" -msgstr "Максимальный" - -# File: src/www/diag_packet_capture.php, line: 430 -msgid "" -"This is the level of detail that will be displayed after hitting 'Stop' when " -"the packets have been captured." -msgstr "" -"Уровень детализации захваченных пакетов, которые будут отображены после " -"нажатия 'Стоп'." - -# File: src/www/diag_packet_capture.php, line: 432 -msgid "" -"This option does not affect the level of detail when downloading the packet " -"capture." -msgstr "" -"Этот параметр не влияет на уровень детализации информации скачанных пакетах." - -# File: src/www/diag_packet_capture.php, line: 438 -msgid "Reverse DNS Lookup" -msgstr "Обратный запрос DNS" - -# File: src/www/diag_packet_capture.php, line: 442 -msgid "" -"This check box will cause the packet capture to perform a reverse DNS lookup " -"associated with all IP addresses." -msgstr "" -"Если установлен флажок, захват пакетов будет выполнять обратный запрос DNS " -"ассоциируемый со всеми IP-адресами." - -# File: src/www/diag_packet_capture.php, line: 443 -msgid "This option can cause delays for large packet captures." -msgstr "Этот параметр может привести к задержкам или захвату больших пакетов." - -# File: src/www/diag_packet_capture.php, line: 453 -msgid "Stop" -msgstr "Остановить" - -# File: src/www/diag_packet_capture.php, line: 456 -# File: src/www/status_dhcp_leases.php, line: 343 -# File: src/www/status_dhcpv6_leases.php, line: 424 -# File: src/www/status_dhcpv6_leases.php, line: 525 -msgid "Start" -msgstr "Запустить" - -# File: src/www/diag_packet_capture.php, line: 459 -msgid "View Capture" -msgstr "Просмотр захваченных пакетов" - -# File: src/www/diag_packet_capture.php, line: 460 -msgid "Download Capture" -msgstr "Скачать захваченные пакеты" - -# File: src/www/diag_packet_capture.php, line: 461 -msgid "Delete Capture" -msgstr "Удалить захваченные пакеты" - -# File: src/www/diag_packet_capture.php, line: 479 -msgid "Capture output" -msgstr "Результат захвата пакетов" - -# File: src/www/diag_pf_info.php, line: 93 -msgid "Gathering PF information, please wait..." -msgstr "Подождите, собирается информация межсетевого экрана PF…" - -# File: src/www/diag_ping.php, line: 54 -msgid "Count must be between 1 and %s" -msgstr "Количество должно быть от 1 до %s" - -# File: src/www/diag_ping.php, line: 57 -# File: src/www/diag_traceroute.php, line: 62 -msgid "When using IPv4, the target host must be an IPv4 address or hostname." -msgstr "" -"Если используется IPv4, хост назначения должен иметь IPv4-адрес или имя " -"хоста." - -# File: src/www/diag_ping.php, line: 59 -# File: src/www/diag_traceroute.php, line: 64 -msgid "When using IPv6, the target host must be an IPv6 address or hostname." -msgstr "" -"Если используется IPv6, хост назначения должен иметь IPv6-адрес или имя " -"хоста." - -# File: src/www/diag_ping.php, line: 127 -# File: src/www/diag_system_pftop.php, line: 118 -# File: src/www/firewall_nat_out_edit.php, line: 615 -# File: src/www/interfaces.php, line: 2929 -# File: src/www/interfaces.php, line: 2941 -# File: src/www/interfaces.php, line: 2954 -# File: src/www/interfaces.php, line: 2989 -# File: src/www/interfaces.php, line: 3005 -# File: src/www/interfaces.php, line: 3021 -# File: src/www/services_ntpd_gps.php, line: 367 -msgid "Default" -msgstr "По умолчанию." - -# File: src/www/diag_ping.php, line: 168 -msgid "Ping output" -msgstr "Результат команды ping" - -# File: src/www/diag_resetstate.php, line: 46 -msgid "The state table has been flushed successfully." -msgstr "Таблица состояний успешно очищена." - -# File: src/www/diag_resetstate.php, line: 52 -msgid "The source tracking table has been flushed successfully." -msgstr "Таблица проверок источника успешно очищена." - -# File: src/www/diag_resetstate.php, line: 75 -msgid "Firewall state table" -msgstr "Таблица состояний межсетевого экрана" - -# File: src/www/diag_resetstate.php, line: 77 -msgid "" -"Resetting the state tables will remove all entries from the corresponding " -"tables. This means that all open connections will be broken and will have to " -"be re-established. This may be necessary after making substantial changes to " -"the firewall and/or NAT rules, especially if there are IP protocol mappings " -"(e.g. for PPTP or IPv6) with open connections." -msgstr "" -"Очистка таблиц состояний удалит все записи из соответствующих таблиц. Это " -"означает, что все соединения будут разорваны, и нужно будет их повторно " -"установить. Эта функция может потребоваться, если были внесены значительные " -"изменения в правила межсетевого экрана и/или NAT, особенно если присутствуют " -"открытые соединения по сопоставляемым адресам с использованием протокола IP " -"(например, для PPTP или IPv6)." - -# File: src/www/diag_resetstate.php, line: 84 -msgid "" -"The firewall will normally leave the state tables intact when changing rules." -msgstr "" -"Обычно межсетевой экран оставляет таблицы состояний без изменений, когда " -"правила меняются." - -# File: src/www/diag_resetstate.php, line: 87 -msgid "" -"NOTE: If you reset the firewall state table, the browser session may appear " -"to be hung after clicking "Reset". Simply refresh the page to " -"continue." -msgstr "" -"ПРИМЕЧАНИЕ: если вы очистили таблицу состояний межсетевого экрана, сеанс " -"браузера может зависнуть после нажатия на клавишу "Очистить". В " -"таком случае просто обновите страницу для продолжения." - -# File: src/www/diag_resetstate.php, line: 94 -msgid "Firewall Source Tracking" -msgstr "Проверка источника межсетевым экраном" - -# File: src/www/diag_resetstate.php, line: 96 -msgid "" -"Resetting the source tracking table will remove all source/destination " -"associations. This means that the \"sticky\" source/destination association " -"will be cleared for all clients." -msgstr "" -"Очистка таблицы проверок источника удалит все ассоциации адресов источника/" -"назначения. Это значит, что \"фиксированные\" ассоциации адрес источника/" -"назначения будут стерты для всех клиентов." - -# File: src/www/diag_resetstate.php, line: 100 -msgid "This does not clear active connection states, only source tracking." -msgstr "" -"Состояния активных соединений не будут очищены, только проверки источников." - -# File: src/www/diag_resetstate.php, line: 103 -# File: src/www/status_lb_pool.php, line: 219 -msgid "Reset" -msgstr "Очистить" - -# File: src/www/diag_routes.php, line: 162 -msgid "Routing tables" -msgstr "Таблицы маршрутизации" - -# File: src/www/diag_routes.php, line: 165 -msgid "Name resolution" -msgstr "Преобразование имен" - -# File: src/www/diag_routes.php, line: 167 -msgid "Enable this to attempt to resolve names when displaying the tables." -msgstr "Включите для преобразования имен при отображении таблиц." - -# File: src/www/diag_routes.php, line: 168 -msgid "" -"By enabling name resolution, the query should take a bit longer. You can " -"stop it at any time by clicking the Stop button in your browser." -msgstr "" -"После включения преобразования имен запросы будут выполняться немного " -"дольше, вы в любое время можете нажать на кнопку «Остановить» в браузере." - -# File: src/www/diag_routes.php, line: 172 -msgid "Number of rows" -msgstr "Количество строк" - -# File: src/www/diag_routes.php, line: 175 -# File: src/www/diag_system_pftop.php, line: 154 -msgid "all" -msgstr "все" - -# File: src/www/diag_routes.php, line: 180 -msgid "Select how many rows to display." -msgstr "Выберите количество строк для отображения." - -# File: src/www/diag_routes.php, line: 184 -msgid "Filter expression" -msgstr "Выражение фильтра" - -# File: src/www/diag_routes.php, line: 187 -msgid "Use a regular expression to filter IP address or hostnames." -msgstr "Используйте регулярные выражения для фильтрации IP-адресов или имен." - -# File: src/www/diag_routes.php, line: 193 -# File: src/www/system_certmanager.php, line: 1173 -msgid "Update" -msgstr "Обновить" - -# File: src/www/diag_routes.php, line: 212 -# File: src/www/diag_routes.php, line: 228 -msgid "Gathering data, please wait..." -msgstr "Подождите, собирается информация…" - -# File: src/www/diag_smart.php, line: 68 -msgid "PASSED" -msgstr "УДАЧНО" - -# File: src/www/diag_smart.php, line: 69 -msgid "FAILED" -msgstr "НЕУДАЧНО" - -# File: src/www/diag_smart.php, line: 70 -msgid "Warning" -msgstr "Предупреждение" - -# File: src/www/diag_smart.php, line: 121 -# File: src/www/diag_smart.php, line: 466 -msgid "Abort" -msgstr "Прервать" - -# File: src/www/diag_smart.php, line: 170 -msgid "Email sent to %s" -msgstr "Письмо отправлено %s" - -# File: src/www/diag_smart.php, line: 208 -msgid "Information/Tests" -msgstr "Информация/Проверки" - -# File: src/www/diag_smart.php, line: 209 -# File: src/www/diag_smart.php, line: 220 -msgid "Config" -msgstr "Файл конфигурации" - -# File: src/www/diag_smart.php, line: 245 -msgid "Test email" -msgstr "Тестовое письмо" - -# File: src/www/diag_smart.php, line: 250 -msgid "Send test email to %s" -msgstr "Отправить тестовое письмо %s" - -# File: src/www/diag_smart.php, line: 258 -# File: src/www/services_wol.php, line: 161 -msgid "Send" -msgstr "Отправить" - -# File: src/www/diag_smart.php, line: 293 -msgid "Info type" -msgstr "Информация о типе" - -# File: src/www/diag_smart.php, line: 297 -msgid "SMART Capabilities" -msgstr "Функции SMART" - -# File: src/www/diag_smart.php, line: 298 -msgid "Attributes" -msgstr "Атрибуты" - -# File: src/www/diag_smart.php, line: 304 -# File: src/www/diag_smart.php, line: 357 -# File: src/www/diag_smart.php, line: 408 -# File: src/www/diag_smart.php, line: 450 -msgid "Device: /dev/" -msgstr "Устройство: /dev/" - -# File: src/www/diag_smart.php, line: 320 -# File: src/www/diag_smart.php, line: 424 -msgid "View" -msgstr "Вид" - -# File: src/www/diag_smart.php, line: 337 -msgid "Perform Self-tests" -msgstr "Выполнить самодиагностику" - -# File: src/www/diag_smart.php, line: 346 -msgid "Test type" -msgstr "Тип теста" - -# File: src/www/diag_smart.php, line: 349 -# File: src/www/status_gateway_groups.php, line: 85 -# File: src/www/status_gateways.php, line: 88 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 64 -msgid "Offline" -msgstr "Фоновый" - -# File: src/www/diag_smart.php, line: 350 -msgid "Short" -msgstr "Сокращенный" - -# File: src/www/diag_smart.php, line: 351 -# File: src/www/diag_system_pftop.php, line: 120 -msgid "Long" -msgstr "Расширенный" - -# File: src/www/diag_smart.php, line: 352 -msgid "Conveyance (ATA Disks Only)" -msgstr "Тест транспортировки" - -# File: src/www/diag_smart.php, line: 390 -msgid "View Logs" -msgstr "Просмотр журналов" - -# File: src/www/diag_smart.php, line: 399 -msgid "Log type" -msgstr "Тип журнала" - -# File: src/www/diag_smart.php, line: 402 -msgid "Error" -msgstr "Ошибка" - -# File: src/www/diag_smart.php, line: 403 -msgid "Self-test" -msgstr "Самодиагностика" - -# File: src/www/diag_smart.php, line: 441 -msgid "Abort tests" -msgstr "Прервать тесты" - -# File: src/www/diag_smart.php, line: 466 -msgid "Do you really want to abort the test?" -msgstr "Вы действительно хотите прервать тест?" - -# File: src/www/diag_smart.php, line: 485 -msgid "Back" -msgstr "Назад" - -# File: src/www/diag_sockets.php, line: 40 -msgid "Show all socket connections" -msgstr "Показать все соединения между сокетами" - -# File: src/www/diag_sockets.php, line: 40 -msgid "Show only listening sockets" -msgstr "Показать только прослушивающие сокеты" - -# File: src/www/diag_sockets.php, line: 51 -msgid "Information about listening sockets for both %sIPv4%s and %sIPv6%s." -msgstr "Информация о прослушивающих сокетах для %sIPv4%s и %sIPv6%s." - -# File: src/www/diag_sockets.php, line: 52 -msgid "" -"For explanation about the meaning of the information listed for each socket " -"click %shere%s." -msgstr "" -"Чтобы узнать подробнее о информации для каждого сокета, нажмите %shere%s." - -# File: src/www/diag_sockets.php, line: 53 -msgid "" -"To show information about both listening and connected sockets click this." -msgstr "" -"Чтобы показать информацию о прослушивающих и подключенных сокетах, нажмите " -"здесь." - -# File: src/www/diag_sockets.php, line: 122 -msgid "" -"This page show the output for the commands: \"sockstat -4lL\" and \"sockstat " -"-6lL\".%sOr in case of showing all sockets the output for: \"sockstat -4\" " -"and \"sockstat -6\".%s%sThe information listed for each socket is:" -msgstr "" -"Эта страница показывает результат команд: \\«sockstat -4lL\\» и \\«sockstat " -"-6lL\\». %sOr результат для \"sockstat -4\" and \"sockstat -6\", если вы " -"выбрали показывать все сокеты. %s%sThe информация для каждого сокета " -"включает:" - -# File: src/www/diag_sockets.php, line: 128 -msgid "The user who owns the socket." -msgstr "Владелец сокета." - -# File: src/www/diag_sockets.php, line: 129 -msgid "The command which holds the socket." -msgstr "Команда, которая удерживает сокет." - -# File: src/www/diag_sockets.php, line: 130 -msgid "The process ID of the command which holds the socket." -msgstr "Идентификатор процесса команды, которая удерживает сокет." - -# File: src/www/diag_sockets.php, line: 131 -msgid "The file descriptor number of the socket." -msgstr "Номер файлового дескриптора сокета." - -# File: src/www/diag_sockets.php, line: 132 -msgid "" -"The transport protocol associated with the socket for Internet sockets, or " -"the type of socket (stream or data-gram) for UNIX sockets." -msgstr "" -"Транспортный протокол ассоциированный с интернет-сокетом или доменным " -"сокетом Unix (потока или датаграммным)." - -# File: src/www/diag_sockets.php, line: 133 -msgid "" -"(UNIX sockets only) For bound sockets, this is the file-name of the socket. " -"%sFor other sockets, it is the name, PID and file descriptor number of the " -"peer, or ``(none)'' if the socket is neither bound nor connected." -msgstr "" -"(Только сокеты UNIX) Для связанных сокетов это файловое имя сокета. %sFor " -"других сокетов это имя, PID и номер файлового дескриптора узла или значение " -"«(отсутствует)», если сокет не связан и не подключен." - -# File: src/www/diag_sockets.php, line: 134 -msgid "" -"(Internet sockets only) The address the local end of the socket is bound to " -"(see getsockname(2))." -msgstr "" -"(Только Интернет-сокеты) Адрес, к которому локальный конец сокета привязан " -"(см. getsockname(2))." - -# File: src/www/diag_sockets.php, line: 135 -msgid "" -"(Internet sockets only) The address the foreign end of the socket is bound " -"to (see getpeername(2))." -msgstr "" -"(Только Интернет-сокеты) Адрес, к которому внешний конец сокета привязан " -"(см. getpeername(2))." - -# File: src/www/diag_states_summary.php, line: 120 -# File: src/www/diag_states_summary.php, line: 122 -msgid "States" -msgstr "Состояния" - -# File: src/www/diag_states_summary.php, line: 123 -msgid "Src Ports" -msgstr "Порт источника" - -# File: src/www/diag_states_summary.php, line: 124 -msgid "Dst Ports" -msgstr "Порт назначения" - -# File: src/www/diag_states_summary.php, line: 160 -msgid "By Source IP" -msgstr "По IP-адресу источника" - -# File: src/www/diag_states_summary.php, line: 161 -msgid "By Destination IP" -msgstr "По IP-адресу назначения" - -# File: src/www/diag_states_summary.php, line: 162 -msgid "Total per IP" -msgstr "Общий для IP-адреса" - -# File: src/www/diag_states_summary.php, line: 163 -msgid "By IP Pair" -msgstr "По паре IP-адресов" - -# File: src/www/diag_system_pftop.php, line: 109 -msgid "View type:" -msgstr "Вид:" - -# File: src/www/diag_system_pftop.php, line: 110 -msgid "Sort type:" -msgstr "Сортировать по:" - -# File: src/www/diag_system_pftop.php, line: 111 -msgid "Number of States:" -msgstr "Количество состояний:" - -# File: src/www/diag_system_pftop.php, line: 119 -msgid "Label" -msgstr "Метка" - -# File: src/www/diag_system_pftop.php, line: 123 -msgid "Speed" -msgstr "Скорость" - -# File: src/www/diag_system_pftop.php, line: 131 -msgid "Age" -msgstr "Возраст" - -# File: src/www/diag_system_pftop.php, line: 132 -msgid "Bytes" -msgstr "Байты" - -# File: src/www/diag_system_pftop.php, line: 133 -msgid "Destination Address" -msgstr "IP-адрес назначения" - -# File: src/www/diag_system_pftop.php, line: 135 -msgid "Expiry" -msgstr "Срок действия" - -# File: src/www/diag_system_pftop.php, line: 137 -msgid "Peak" -msgstr "Пик" - -# File: src/www/diag_system_pftop.php, line: 138 -msgid "Packet" -msgstr "Пакет" - -# File: src/www/diag_system_pftop.php, line: 164 -msgid "Gathering pfTOP activity, please wait..." -msgstr "Подождите, собирается информация о системной активности…" - -# File: src/www/diag_tables.php, line: 51 -msgid "The bogons database has NOT been updated." -msgstr "База bogon адресов НЕ обновлена." - -# File: src/www/diag_tables.php, line: 53 -msgid "The bogons database has been updated." -msgstr "База bogon адресов обновлена." - -# File: src/www/diag_tables.php, line: 126 -msgid "Tables" -msgstr "Таблицы" - -# File: src/www/diag_tables.php, line: 127 -msgid "Do you really want to flush this table?" -msgstr "Вы действительно хотите очистить эту таблицу?" - -# File: src/www/diag_tables.php, line: 161 -msgid "Flush" -msgstr "Очистить" - -# File: src/www/diag_tables.php, line: 163 -msgid "Update bogons" -msgstr "Обновить базу bogon адресов" - -# File: src/www/diag_tables.php, line: 171 -# File: src/www/interfaces_ppps_edit.php, line: 606 -# File: src/www/load_balancer_virtual_server.php, line: 161 -# File: src/www/load_balancer_virtual_server_edit.php, line: 63 -# File: src/www/load_balancer_virtual_server_edit.php, line: 68 -# File: src/www/load_balancer_virtual_server_edit.php, line: 175 -# File: src/www/status_graph.php, line: 156 -# File: src/www/system_advanced_notifications.php, line: 192 -# File: src/www/vpn_openvpn_export.php, line: 734 -# File: src/www/vpn_openvpn_export_shared.php, line: 358 -msgid "IP Address" -msgstr "IP-адрес" - -# File: src/www/diag_tables.php, line: 176 -msgid "No entries exist in this table." -msgstr "В этой таблице нет записей." - -# File: src/www/diag_tables.php, line: 184 -msgid "delete this entry" -msgstr "удалить эту запись" - -# File: src/www/diag_testport.php, line: 54 -msgid "Please enter a valid IP or hostname." -msgstr "Введите действительный IP-адрес или имя хоста." - -# File: src/www/diag_testport.php, line: 58 -msgid "Please enter a valid port number." -msgstr "Введите допустимый номер порта." - -# File: src/www/diag_testport.php, line: 62 -msgid "Please enter a valid source port number, or leave the field blank." -msgstr "Введите допустимый номер порта источника или оставьте поле пустым." - -# File: src/www/diag_testport.php, line: 66 -msgid "You cannot connect to an IPv4 address using IPv6." -msgstr "Вы не можете подключиться к IPv4-адресу используя IPv6." - -# File: src/www/diag_testport.php, line: 69 -msgid "You cannot connect to an IPv6 address using IPv4." -msgstr "Вы не можете подключиться к IPv6-адресу используя IPv4." - -# File: src/www/diag_testport.php, line: 117 -msgid "" -"This page allows you to perform a simple TCP connection test to determine if " -"a host is up and accepting connections on a given port. This test does not " -"function for UDP since there is no way to reliably determine if a UDP port " -"accepts connections in this manner." -msgstr "" -"Эта веб-страница позволяет выполнить простой тест соединения TCP, чтобы " -"определить, работает ли и принимает ли хост соединения на данном порте. Этот " -"тест не работает для UDP, потому что нет никакого способа надежно " -"определить, принимает ли порт UDP соединение этим способом." - -# File: src/www/diag_testport.php, line: 119 -msgid "" -"No data is transmitted to the remote host during this test, it will only " -"attempt to open a connection and optionally display the data sent back from " -"the server." -msgstr "" -"Цель этого теста — открыть соединение и отобразить возврат данных сервером " -"(опционально), никакие данные удаленному хосту отправлены не будут." - -# File: src/www/diag_testport.php, line: 150 -msgid "" -"If you force IPv4 or IPv6 and use a hostname that does not contain a result " -"using that protocol,
it will result in an error. For example if you " -"force IPv4 and use a hostname that only returns an AAAA IPv6 IP address, it " -"will not work." -msgstr "" -"Если вы принудительно используете IPv4 или IPv6 и хост-имя, которое не " -"содержит результат, использующий тот протокол,
, это приведет к " -"ошибке. Например, если вы принудительно используете IPv4 и будете " -"использовать хост-имя, которое только возвращает AAAA IPv6-адрес, он не " -"будет работать." - -# File: src/www/diag_testport.php, line: 171 -msgid "This should typically be left blank." -msgstr "Обычно это поле остается пустым." - -# File: src/www/diag_testport.php, line: 176 -msgid "Show Remote Text" -msgstr "Показать текст с удаленного сервера" - -# File: src/www/diag_testport.php, line: 180 -msgid "" -"Shows the text given by the server when connecting to the port. Will take " -"10+ seconds to display if checked." -msgstr "" -"Показывает текст полученный от сервера при попытке подключиться к порту. " -"Может потребоваться более 10 секунд для отображения, ели установлен флажок." - -# File: src/www/diag_testport.php, line: 215 -msgid "Port Test Results" -msgstr "Результаты проверки порта" - -# File: src/www/diag_testport.php, line: 220 -msgid "" -"No output received, or connection failed. Try with \"Show Remote Text\" " -"unchecked first." -msgstr "" -"Результат не получен или произошел сбой соединения. Попробуйте снять флажок " -"с \\«Показать текст с удаленного сервера\\» и запустить проверку снова." - -# File: src/www/diag_testport.php, line: 223 -msgid "Connection failed (Refused/Timeout)" -msgstr "Сбой соединения (отказ/тайм-аут)" - -# File: src/www/diag_traceroute.php, line: 53 -msgid "ttl" -msgstr "ttl" - -# File: src/www/diag_traceroute.php, line: 57 -msgid "Maximum number of hops must be between 1 and %s" -msgstr "Максимальное количество переходов должно быть от 1 до %s" - -# File: src/www/diag_traceroute.php, line: 141 -msgid "Maximum number of hops" -msgstr "Максимальное количество переходов" - -# File: src/www/diag_traceroute.php, line: 155 -msgid "Reverse Address Lookup" -msgstr "Обратное преобразование адресов" - -# File: src/www/diag_traceroute.php, line: 161 -msgid "Use ICMP" -msgstr "Использовать ICMP" - -# File: src/www/diag_traceroute.php, line: 176 -# File: src/www/firewall_rules_edit.php, line: 745 -# File: src/www/services_ntpd_gps.php, line: 377 -# File: src/www/services_ntpd_gps.php, line: 378 -msgid "Note: " -msgstr "Примечание:" - -# File: src/www/diag_traceroute.php, line: 177 -msgid "" -"Traceroute may take a while to complete. You may hit the Stop button on your " -"browser at any time to see the progress of failed traceroutes." -msgstr "" -"Выполнение traceroute может занять некоторое время. Вы можете в любое время " -"нажать на кнопку «Остановить» в браузере, чтобы увидеть прогресс неудачных " -"трассировок." - -# File: src/www/diag_traceroute.php, line: 179 -msgid "" -"Using a source interface/IP address that does not match selected type (IPv4, " -"IPv6) will result in an error or empty output." -msgstr "" -"Использование интерфейса/IP-адреса источника, который не совпадает с " -"выбранным типом (IPv4, IPv6), вызовет ошибку или пустой результат." - -# File: src/www/diag_traceroute.php, line: 192 -msgid "Traceroute output" -msgstr "Результат выполнение traceroute " - -# File: src/www/fbegin.inc, line: 117 -msgid "Help for items on this page" -msgstr "Справка для объектов на этой странице" - -# File: src/www/fbegin.inc, line: 233 -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 153 -msgid "Save Settings" -msgstr "Сохранить настройки" - -# File: src/www/fbegin.inc, line: 235 -msgid "Add widget" -msgstr "Добавить виджет" - -# File: src/www/firewall_aliases.php, line: 124 -msgid "Cannot delete alias. Currently in use by %s" -msgstr "Не удается удалить псевдоним. В данный момент он используется %s" - -# File: src/www/firewall_aliases.php, line: 140 -msgid "Add a new alias" -msgstr "Добавить новый псевдоним" - -# File: src/www/firewall_aliases.php, line: 155 -msgid "" -"Do you really want to delete this alias? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" -"Вы действительно хотите удалить этот псевдоним? Все элементы, которые его " -"используют, станут неверными (например, правила фильтрации)!" - -# File: src/www/firewall_aliases.php, line: 177 -msgid "The alias list has been changed." -msgstr "Список псевдонимов изменен." - -# File: src/www/firewall_aliases.php, line: 177 -# File: src/www/firewall_nat.php, line: 232 -# File: src/www/firewall_nat_1to1.php, line: 186 -# File: src/www/firewall_nat_npt.php, line: 183 -# File: src/www/firewall_nat_out.php, line: 255 -# File: src/www/firewall_virtual_ip.php, line: 261 -# File: src/www/interfaces.php, line: 1648 -# File: src/www/load_balancer_monitor.php, line: 97 -# File: src/www/load_balancer_setting.php, line: 102 -# File: src/www/load_balancer_virtual_server.php, line: 145 -# File: src/www/services_dhcp.php, line: 671 -# File: src/www/services_dhcpv6.php, line: 450 -# File: src/www/services_dnsmasq.php, line: 178 -# File: src/www/services_igmpproxy.php, line: 86 -# File: src/www/services_unbound.php, line: 168 -# File: src/www/services_unbound_advanced.php, line: 135 -# File: src/www/services_unbound_overrides.php, line: 108 -# File: src/www/system_gateways.php, line: 287 -# File: src/www/vpn_ipsec.php, line: 300 -# File: src/www/vpn_ipsec_keys.php, line: 117 -# File: src/www/vpn_ipsec_mobile.php, line: 328 -# File: src/www/vpn_pppoe.php, line: 102 -msgid "You must apply the changes in order for them to take effect." -msgstr "Вы должны применить изменения, чтобы они вступили в силу." - -# File: src/www/firewall_aliases.php, line: 189 -# File: src/www/services_igmpproxy.php, line: 100 -msgid "Values" -msgstr "Значения" - -# File: src/www/firewall_aliases.php, line: 247 -msgid "Edit alias" -msgstr "Редактировать псевдоним" - -# File: src/www/firewall_aliases.php, line: 248 -msgid "delete alias" -msgstr "удалить псевдоним" - -# File: src/www/firewall_aliases.php, line: 261 -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 changes. You can enter the name of an alias instead of the " -"host, network or port in all fields that have a red background. The alias " -"will be resolved according to 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." -msgstr "" -"Псевдонимы работают как заменители реальных хостов, сетей, или портов. Они " -"используются, чтобы уменьшить количество изменений, если IP-адрес хоста, " -"сети или порта изменится. Вы можете ввести имя псевдонима вместо IP-адреса " -"хоста, сети или порта во все поля с красным фоном. Псевдоним будет " -"преобразован согласно приведенному выше списку. Если псевдоним не может быть " -"найден (например, вы удалили его), то соответствующий элемент (правило " -"фильтрации/NAT/шейпера) будет считаться неверным и будет пропущен." - -# File: src/www/firewall_aliases_edit.php, line: 100 -msgid "Entry added %s" -msgstr "Запись добавлена %s" - -# File: src/www/firewall_aliases_edit.php, line: 125 -# File: src/www/firewall_aliases_import.php, line: 75 -msgid "Cannot use a reserved keyword as alias name %s" -msgstr "" -"Нельзя использовать зарезервированное ключевое слово в качестве имени " -"псевдонима." - -# File: src/www/firewall_aliases_edit.php, line: 130 -# File: src/www/firewall_aliases_import.php, line: 80 -msgid "An interface description with this name already exists." -msgstr "Описание интерфейса с этим именем уже существует." - -# File: src/www/firewall_aliases_edit.php, line: 135 -msgid "" -"The alias name must be less than 32 characters long and may only consist of " -"the characters" -msgstr "" -"Длина имени псевдонима должна быть меньше 32 символов и содержать только " -"символы." - -# File: src/www/firewall_aliases_edit.php, line: 139 -msgid "Update Frequency should be a number" -msgstr "Частота обновлений должна быть числом" - -# File: src/www/firewall_aliases_edit.php, line: 146 -# File: src/www/firewall_aliases_import.php, line: 58 -msgid "An alias with this name already exists." -msgstr "Псевдоним с этим именем уже существует." - -# File: src/www/firewall_aliases_edit.php, line: 154 -msgid "Alias type may not be changed for an existing alias." -msgstr "Тип существующего псевдонима не может быть изменен." - -# File: src/www/firewall_aliases_edit.php, line: 159 -msgid "You must provide a valid URL." -msgstr "Вы должны указать действительный URL." - -# File: src/www/firewall_aliases_edit.php, line: 286 -# File: src/www/firewall_aliases_edit.php, line: 289 -# File: src/www/firewall_aliases_edit.php, line: 292 -# File: src/www/firewall_aliases_edit.php, line: 295 -msgid "IP or FQDN" -msgstr "IP-адрес или полностью определенное имя домена (FQDN)" - -# File: src/www/firewall_aliases_edit.php, line: 298 -# File: src/www/firewall_aliases_edit.php, line: 364 -# File: src/www/firewall_aliases_edit.php, line: 375 -msgid "Host(s)" -msgstr "Хост (-ы)" - -# File: src/www/firewall_aliases_edit.php, line: 301 -# File: src/www/firewall_aliases_edit.php, line: 365 -msgid "Network(s)" -msgstr "Сеть (-и)" - -# File: src/www/firewall_aliases_edit.php, line: 304 -# File: src/www/firewall_aliases_edit.php, line: 366 -msgid "Port(s)" -msgstr "Порт (-ы)" - -# File: src/www/firewall_aliases_edit.php, line: 326 -msgid "Alias Edit" -msgstr "Редактировать псевдоним" - -# File: src/www/firewall_aliases_edit.php, line: 347 -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z, 0-9 and " -"_\"." -msgstr "" -"Имя псевдонима должно содержать только символы \\«a–z, A–Z, 0–9 и _\\»." - -# File: src/www/firewall_aliases_edit.php, line: 356 -# File: src/www/firewall_nat_1to1_edit.php, line: 448 -# File: src/www/firewall_nat_edit.php, line: 899 -# File: src/www/firewall_nat_npt_edit.php, line: 291 -# File: src/www/firewall_nat_out_edit.php, line: 675 -# File: src/www/firewall_rules_edit.php, line: 1146 -# File: src/www/firewall_schedule_edit.php, line: 819 -# File: src/www/firewall_schedule_edit.php, line: 980 -# File: src/www/firewall_virtual_ip_edit.php, line: 457 -# File: src/www/interfaces_bridge_edit.php, line: 278 -# File: src/www/interfaces_gif_edit.php, line: 272 -# File: src/www/interfaces_gre_edit.php, line: 260 -# File: src/www/interfaces_groups_edit.php, line: 171 -# File: src/www/interfaces_lagg_edit.php, line: 256 -# File: src/www/interfaces_qinq_edit.php, line: 194 -# File: src/www/interfaces_vlan_edit.php, line: 210 -# File: src/www/interfaces_wireless_edit.php, line: 183 -# File: src/www/services_dhcp_edit.php, line: 415 -# File: src/www/services_dhcpv6_edit.php, line: 237 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 163 -# File: src/www/services_dnsmasq_edit.php, line: 227 -# File: src/www/services_igmpproxy_edit.php, line: 179 -# File: src/www/services_unbound_domainoverride_edit.php, line: 156 -# File: src/www/services_unbound_host_edit.php, line: 317 -# File: src/www/services_wol_edit.php, line: 162 -# File: src/www/system_gateway_groups_edit.php, line: 301 -# File: src/www/system_routes_edit.php, line: 307 -# File: src/www/vpn_ipsec_phase1.php, line: 718 -msgid "You may enter a description here for your reference (not parsed)." -msgstr "Вы можете ввести здесь описание ссылки (не разобрано)." - -# File: src/www/firewall_aliases_edit.php, line: 367 -msgid "URL (IPs)" -msgstr "URL (IP-адреса)" - -# File: src/www/firewall_aliases_edit.php, line: 368 -msgid "URL (Ports)" -msgstr "URL (порты)" - -# File: src/www/firewall_aliases_edit.php, line: 369 -msgid "URL Table (IPs)" -msgstr "Таблица URL(IP-адреса)" - -# File: src/www/firewall_aliases_edit.php, line: 370 -msgid "URL Table (Ports)" -msgstr "Таблица URL (порты)" - -# File: src/www/firewall_aliases_edit.php, line: 381 -# File: src/www/firewall_virtual_ip_edit.php, line: 363 -# File: src/www/services_igmpproxy_edit.php, line: 222 -# File: src/www/services_opendns.php, line: 184 -# File: src/www/services_unbound_acls.php, line: 248 -# File: src/www/system_routes.php, line: 242 -# File: src/www/vpn_ipsec_mobile.php, line: 420 -# File: src/www/vpn_ipsec_phase2.php, line: 707 -# File: src/www/vpn_ipsec_phase2.php, line: 765 -# File: src/www/vpn_ipsec_phase2.php, line: 806 -msgid "Network" -msgstr "Сеть" - -# File: src/www/firewall_aliases_edit.php, line: 383 -msgid "Update Freq. (days)" -msgstr "Частота обновл. (дней)" - -# File: src/www/firewall_aliases_edit.php, line: 452 -# File: src/www/firewall_nat_1to1_edit.php, line: 363 -# File: src/www/firewall_nat_1to1_edit.php, line: 414 -# File: src/www/firewall_nat_edit.php, line: 612 -# File: src/www/firewall_nat_edit.php, line: 726 -# File: src/www/firewall_rules_edit.php, line: 902 -# File: src/www/firewall_rules_edit.php, line: 1035 -# File: src/www/services_unbound_acls.php, line: 244 -msgid "Networks" -msgstr "Сеть" - -# File: src/www/firewall_aliases_edit.php, line: 455 -msgid "" -"Networks are specified in CIDR format. Select the CIDR mask that pertains " -"to each entry. /32 specifies a single IPv4 host, /128 specifies a single " -"IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, " -"etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 " -"or /128 for IPv6. You may also enter an IP range such as " -"192.168.1.1-192.168.1.254 and a list of CIDR networks will be derived to " -"fill the range." -msgstr "" -"Сети указаны в формате CIDR. Выберите маску CIDR, которая связана с каждой " -"записью. /32 задает единственный хост IPv4, /128 задает единственный хост " -"IPv6, /24 задает 255.255.255.0, /64 задает нормальную сеть IPv6 и т. д. " -"Имена хоста (FQDN) также могут быть указаны с помощью маску /32 для IPv4 " -"или /128 для IPv6. Вы также можете ввести диапазон IP-адресов, например " -"192.168.1.1-192.168.1.254, и список сетей CIDR будет получен для заполнения " -"диапазона." - -# File: src/www/firewall_aliases_edit.php, line: 462 -msgid "" -"Enter as many hosts as you would like. Hosts must be specified by their IP " -"address or fully qualified domain name (FQDN). FQDN hostnames are " -"periodically re-resolved and updated. If multiple IPs are returned by a DNS " -"query, all are used." -msgstr "" -"Введите любое количество хостов. Укажите для каждого IP-адрес или полностью " -"определенное имя домена (FQDN). FQDN-имена хостов периодически " -"преобразовываются и обновляются. Если DNS-запрос возвращает множественные IP-" -"адреса, они все используются." - -# File: src/www/firewall_aliases_edit.php, line: 469 -msgid "" -"Enter as many ports as you wish. Port ranges can be expressed by separating " -"with a colon." -msgstr "" -"Введите любое количество портов. Значения в диапазонах портов разделяются " -"двоеточием." - -# File: src/www/firewall_aliases_edit.php, line: 473 -msgid "URL's" -msgstr "URL's" - -# File: src/www/firewall_aliases_edit.php, line: 476 -msgid "" -"Enter a URL containing a large number of IPs,ports and/or Subnets. After " -"saving the lists will be downloaded and scheduled for automatic updates when " -"a frequency is provided." -msgstr "" -"Введите URL страницы, которая содержит большое количество IP-адресов, портов " -"и/или подсетей. После сохранения списки будут скачаны и запланировано их " -"автоматическое обновление (если указана частота). " - -# File: src/www/firewall_aliases_edit.php, line: 484 -# File: src/www/firewall_aliases_import.php, line: 210 -# File: src/www/firewall_nat_1to1_edit.php, line: 465 -# File: src/www/firewall_nat_edit.php, line: 1009 -# File: src/www/firewall_nat_npt_edit.php, line: 298 -# File: src/www/firewall_nat_out_edit.php, line: 716 -# File: src/www/firewall_rules_edit.php, line: 1479 -# File: src/www/firewall_schedule_edit.php, line: 1163 -# File: src/www/firewall_virtual_ip_edit.php, line: 465 -# File: src/www/interfaces.php, line: 1903 -# File: src/www/interfaces.php, line: 2502 -# File: src/www/interfaces.php, line: 3348 -# File: src/www/interfaces_bridge_edit.php, line: 631 -# File: src/www/interfaces_gif_edit.php, line: 282 -# File: src/www/interfaces_gre_edit.php, line: 270 -# File: src/www/interfaces_groups_edit.php, line: 198 -# File: src/www/interfaces_lagg_edit.php, line: 266 -# File: src/www/interfaces_ppps_edit.php, line: 918 -# File: src/www/interfaces_qinq_edit.php, line: 216 -# File: src/www/interfaces_vlan_edit.php, line: 219 -# File: src/www/interfaces_wireless_edit.php, line: 193 -# File: src/www/load_balancer_monitor_edit.php, line: 426 -# File: src/www/load_balancer_pool_edit.php, line: 326 -# File: src/www/load_balancer_virtual_server_edit.php, line: 277 -# File: src/www/services_dhcp_edit.php, line: 532 -# File: src/www/services_dhcpv6_edit.php, line: 244 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 170 -# File: src/www/services_dnsmasq_edit.php, line: 293 -# File: src/www/services_dyndns_edit.php, line: 439 -# File: src/www/services_igmpproxy_edit.php, line: 277 -# File: src/www/services_rfc2136_edit.php, line: 228 -# File: src/www/services_unbound_acls.php, line: 312 -# File: src/www/services_unbound_domainoverride_edit.php, line: 164 -# File: src/www/services_unbound_host_edit.php, line: 381 -# File: src/www/services_wol_edit.php, line: 169 -# File: src/www/system_advanced_sysctl.php, line: 226 -# File: src/www/system_gateway_groups_edit.php, line: 309 -# File: src/www/system_gateways_edit.php, line: 819 -# File: src/www/system_groupmanager.php, line: 448 -# File: src/www/system_groupmanager_addprivs.php, line: 155 -# File: src/www/system_hasync.php, line: 335 -# File: src/www/system_routes_edit.php, line: 315 -# File: src/www/system_usermanager.php, line: 917 -# File: src/www/system_usermanager_addprivs.php, line: 152 -# File: src/www/vpn_l2tp_users_edit.php, line: 189 -# File: src/www/vpn_pppoe_edit.php, line: 655 -msgid "Cancel" -msgstr "Отменить" - -# File: src/www/firewall_aliases_import.php, line: 53 -msgid "The alias name may only consist of the characters" -msgstr "Имя псевдонима может должно содержать только символы" - -# File: src/www/firewall_aliases_import.php, line: 103 -# File: src/www/firewall_aliases_import.php, line: 105 -# File: src/www/firewall_aliases_import.php, line: 115 -msgid "%s is not an IP address. Please correct the error to continue" -msgstr "%s не является IP-адресом. Исправьте ошибку для продолжения" - -# File: src/www/firewall_aliases_import.php, line: 158 -msgid "Alias Import" -msgstr "Импорт псевдонима" - -# File: src/www/firewall_aliases_import.php, line: 170 -msgid "Alias Name" -msgstr "Имя псевдонима" - -# File: src/www/firewall_aliases_import.php, line: 174 -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z and " -"0-9\"." -msgstr "Имя псевдонима должно содержать только символы \\«a–z, A–Z и 0–9\\»." - -# File: src/www/firewall_aliases_import.php, line: 183 -# File: src/www/system_gateways_edit.php, line: 811 -# File: src/www/vpn_ipsec_phase2.php, line: 694 -# File: src/www/vpn_openvpn_client.php, line: 650 -# File: src/www/vpn_openvpn_csc.php, line: 357 -# File: src/www/vpn_openvpn_server.php, line: 885 -msgid "You may enter a description here for your reference (not parsed)" -msgstr "Вы можете ввести здесь описание ссылки (не разобрано)." - -# File: src/www/firewall_aliases_import.php, line: 188 -msgid "Aliases to import" -msgstr "Импортируемые псевдонимы" - -# File: src/www/firewall_aliases_import.php, line: 192 -msgid "" -"Paste in the aliases to import separated by a carriage return. Common " -"examples are lists of IPs, networks, blacklists, etc." -msgstr "" -"Вставьте импортируемые псевдонимы (новый псевдоним с новой строки). Примеры " -"таких списков: список IP-адресов, список сетей, черный список и т. д." - -# File: src/www/firewall_aliases_import.php, line: 194 -msgid "" -"The list may contain IP addresses, with or without CIDR prefix, IP ranges, " -"blank lines (ignored) and an optional description after each IP. e.g.:" -msgstr "" -"Список может содержать IP-адреса с префиксом CIDR или без, диапазоны IP-" -"адресов, пустые строки (игнорируются) и дополнительное описание после " -"каждого IP-адреса, например:" - -# File: src/www/firewall_nat.php, line: 155 -# File: src/www/firewall_virtual_ip.php, line: 210 -# File: src/www/interfaces_bridge.php, line: 77 -# File: src/www/interfaces_gif.php, line: 71 -# File: src/www/interfaces_gre.php, line: 72 -# File: src/www/interfaces_groups.php, line: 64 -# File: src/www/interfaces_lagg.php, line: 81 -# File: src/www/interfaces_ppps.php, line: 73 -# File: src/www/interfaces_qinq.php, line: 87 -# File: src/www/interfaces_vlan.php, line: 73 -# File: src/www/interfaces_wireless.php, line: 71 -# File: src/www/load_balancer_monitor.php, line: 82 -# File: src/www/load_balancer_pool.php, line: 92 -# File: src/www/load_balancer_virtual_server.php, line: 130 -# File: src/www/services_dyndns.php, line: 57 -# File: src/www/services_rfc2136.php, line: 53 -# File: src/www/system_crlmanager.php, line: 592 -msgid "Add" -msgstr "Добавить" - -# File: src/www/firewall_nat.php, line: 171 -# File: src/www/firewall_nat_1to1.php, line: 119 -# File: src/www/firewall_nat_npt.php, line: 121 -# File: src/www/firewall_nat_out.php, line: 188 -# File: src/www/firewall_rules.php, line: 143 -msgid "Do you really want to delete this rule?" -msgstr "Вы действительно хотите удалить это правило?" - -# File: src/www/firewall_nat.php, line: 190 -# File: src/www/firewall_nat_1to1.php, line: 138 -# File: src/www/firewall_nat_npt.php, line: 140 -# File: src/www/firewall_nat_out.php, line: 208 -# File: src/www/firewall_rules.php, line: 162 -msgid "Do you really want to delete the selected rules?" -msgstr "Вы действительно хотите удалить выбранные правила?" - -# File: src/www/firewall_nat.php, line: 232 -# File: src/www/firewall_nat_npt.php, line: 183 -msgid "The NAT configuration has been changed" -msgstr "Конфигурация NAT изменена." - -# File: src/www/firewall_nat.php, line: 285 -# File: src/www/firewall_nat_1to1_edit.php, line: 45 -# File: src/www/firewall_nat_edit.php, line: 85 -# File: src/www/firewall_nat_out_edit.php, line: 79 -# File: src/www/firewall_rules_edit.php, line: 92 -msgid "address" -msgstr "адрес" - -# File: src/www/firewall_nat.php, line: 289 -# File: src/www/firewall_rules.php, line: 315 -msgid "Anti-Lockout Rule" -msgstr "Правило антиблокировки" - -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "disable rule" -msgstr "отключить правило" - -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "enable rule" -msgstr "включить правило" - -# File: src/www/firewall_nat.php, line: 333 -# File: src/www/firewall_nat.php, line: 347 -# File: src/www/firewall_nat.php, line: 361 -# File: src/www/firewall_nat.php, line: 375 -# File: src/www/firewall_nat.php, line: 404 -# File: src/www/firewall_nat_1to1.php, line: 239 -# File: src/www/firewall_nat_1to1.php, line: 252 -# File: src/www/firewall_nat_out.php, line: 384 -# File: src/www/firewall_nat_out.php, line: 402 -# File: src/www/firewall_nat_out.php, line: 430 -# File: src/www/firewall_rules.php, line: 490 -# File: src/www/firewall_rules.php, line: 504 -# File: src/www/firewall_rules.php, line: 518 -# File: src/www/firewall_rules.php, line: 532 -msgid "edit alias" -msgstr "редактировать псевдоним" - -# File: src/www/firewall_nat.php, line: 417 -# File: src/www/firewall_nat_1to1.php, line: 263 -# File: src/www/firewall_nat_npt.php, line: 235 -# File: src/www/firewall_nat_out.php, line: 447 -# File: src/www/firewall_rules.php, line: 579 -msgid "move selected rules before this rule" -msgstr "переместить выбранные правила перед этим правилом" - -# File: src/www/firewall_nat.php, line: 420 -# File: src/www/firewall_nat_npt.php, line: 238 -# File: src/www/firewall_nat_out.php, line: 450 -# File: src/www/firewall_rules.php, line: 582 -msgid "edit rule" -msgstr "редактировать правило" - -# File: src/www/firewall_nat.php, line: 423 -# File: src/www/firewall_nat_1to1.php, line: 269 -# File: src/www/firewall_nat_npt.php, line: 241 -# File: src/www/firewall_nat_out.php, line: 453 -# File: src/www/firewall_rules.php, line: 585 -msgid "delete rule" -msgstr "удалить правило" - -# File: src/www/firewall_nat.php, line: 426 -# File: src/www/firewall_nat_1to1.php, line: 272 -# File: src/www/firewall_nat_npt.php, line: 244 -# File: src/www/firewall_nat_out.php, line: 456 -# File: src/www/firewall_rules.php, line: 588 -msgid "clone rule" -msgstr "клонировать правило" - -# File: src/www/firewall_nat.php, line: 442 -# File: src/www/firewall_nat_1to1.php, line: 286 -# File: src/www/firewall_nat_1to1.php, line: 292 -# File: src/www/firewall_nat_npt.php, line: 258 -# File: src/www/firewall_nat_out.php, line: 477 -# File: src/www/firewall_rules.php, line: 619 -msgid "move selected rules to end" -msgstr "переместить выбранные правила в конец" - -# File: src/www/firewall_nat.php, line: 447 -# File: src/www/firewall_nat.php, line: 449 -# File: src/www/firewall_nat_1to1.php, line: 299 -# File: src/www/firewall_nat_1to1.php, line: 304 -# File: src/www/firewall_nat_npt.php, line: 263 -# File: src/www/firewall_nat_npt.php, line: 265 -# File: src/www/firewall_nat_out.php, line: 486 -# File: src/www/firewall_nat_out.php, line: 490 -# File: src/www/firewall_rules.php, line: 622 -msgid "delete selected rules" -msgstr "удалить выбранные правила" - -# File: src/www/firewall_nat.php, line: 453 -# File: src/www/firewall_nat_1to1.php, line: 309 -# File: src/www/firewall_nat_npt.php, line: 269 -# File: src/www/firewall_nat_out.php, line: 496 -# File: src/www/firewall_rules.php, line: 625 -msgid "add new rule" -msgstr "добавить новое правило" - -# File: src/www/firewall_nat.php, line: 465 -# File: src/www/firewall_nat_1to1.php, line: 319 -# File: src/www/firewall_nat_npt.php, line: 281 -# File: src/www/firewall_nat_out.php, line: 506 -msgid "Enabled rule" -msgstr "Правило включено" - -# File: src/www/firewall_nat.php, line: 469 -# File: src/www/firewall_nat_1to1.php, line: 323 -# File: src/www/firewall_nat_npt.php, line: 285 -# File: src/www/firewall_nat_out.php, line: 510 -msgid "Disabled rule" -msgstr "Правило отключено" - -# File: src/www/firewall_nat.php, line: 473 -msgid "No redirect" -msgstr "Без перенаправления" - -# File: src/www/firewall_nat.php, line: 477 -msgid "linked rule" -msgstr "связанное правило" - -# File: src/www/firewall_nat.php, line: 481 -# File: src/www/firewall_nat_1to1.php, line: 327 -# File: src/www/firewall_rules.php, line: 688 -msgid "Alias (click to view/edit)" -msgstr "Псевдоним (нажмите для просмотра/редактирования)" - -# File: src/www/firewall_nat_1to1.php, line: 91 -msgid "Toggled NAT rule" -msgstr "Переключаемое правило NAT" - -# File: src/www/firewall_nat_1to1.php, line: 104 -msgid "add rule" -msgstr "добавить правило" - -# File: src/www/firewall_nat_1to1.php, line: 184 -# File: src/www/firewall_nat_out.php, line: 255 -msgid "The NAT configuration has been changed." -msgstr "Конфигурация NAT изменена." - -# File: src/www/firewall_nat_1to1.php, line: 199 -msgid "External IP" -msgstr "Внешний IP-адрес" - -# File: src/www/firewall_nat_1to1.php, line: 200 -# File: src/www/firewall_nat_1to1_edit.php, line: 341 -# File: src/www/firewall_nat_1to1_edit.php, line: 350 -# File: src/www/status_upnp.php, line: 80 -msgid "Internal IP" -msgstr "Внутренний IP-адрес" - -# File: src/www/firewall_nat_1to1.php, line: 201 -msgid "Destination IP" -msgstr "IP-адрес назначения" - -# File: src/www/firewall_nat_1to1.php, line: 266 -msgid "edit rule " -msgstr "редактировать правило" - -# File: src/www/firewall_nat_1to1.php, line: 336 -msgid "Depending on the way your WAN connection is setup, you may also need a" -msgstr "В зависимости от настроек WAN соединения также может потребоваться" - -# File: src/www/firewall_nat_1to1.php, line: 337 -msgid "Virtual IP." -msgstr "Виртуальный IP-адрес" - -# File: src/www/firewall_nat_1to1.php, line: 338 -msgid "" -"If you add a 1:1 NAT entry for any of the interface IPs on this system, it " -"will make this system inaccessible on that IP address. i.e. if you use your " -"WAN IP address, any services on this system (IPsec, OpenVPN server, etc.) " -"using the WAN IP address will no longer function." -msgstr "" -"Если вы добавите запись 1:1 NAT для какого-либо из IP-адресов интерфейсов в " -"этой системе, это сделает систему недоступной на этом IP-адресе. Если вы " -"будете использовать IP-адрес вашего WAN, никакие службы (IPsec, сервер " -"OpenVPN и т. д.) в этой системе, использующие это IP-адрес, не будут " -"работать." - -# File: src/www/firewall_nat_1to1_edit.php, line: 39 -# File: src/www/firewall_nat_edit.php, line: 79 -# File: src/www/firewall_nat_edit.php, line: 659 -# File: src/www/firewall_nat_edit.php, line: 676 -# File: src/www/firewall_nat_edit.php, line: 803 -# File: src/www/firewall_nat_edit.php, line: 820 -# File: src/www/firewall_nat_edit.php, line: 870 -# File: src/www/firewall_nat_out_edit.php, line: 457 -# File: src/www/firewall_nat_out_edit.php, line: 477 -# File: src/www/firewall_nat_out_edit.php, line: 533 -# File: src/www/firewall_rules.php, line: 436 -# File: src/www/firewall_rules.php, line: 454 -# File: src/www/firewall_rules_edit.php, line: 86 -# File: src/www/firewall_rules_edit.php, line: 847 -# File: src/www/firewall_rules_edit.php, line: 968 -# File: src/www/firewall_rules_edit.php, line: 985 -# File: src/www/firewall_rules_edit.php, line: 1090 -# File: src/www/firewall_rules_edit.php, line: 1107 -msgid "any" -msgstr "любой" - -# File: src/www/firewall_nat_1to1_edit.php, line: 40 -# File: src/www/firewall_nat_edit.php, line: 80 -# File: src/www/firewall_rules_edit.php, line: 87 -msgid "PPTP clients" -msgstr "PPTP-клиент" - -# File: src/www/firewall_nat_1to1_edit.php, line: 41 -# File: src/www/firewall_nat_edit.php, line: 81 -# File: src/www/firewall_rules_edit.php, line: 88 -msgid "PPPoE clients" -msgstr "PPPoE-клиент" - -# File: src/www/firewall_nat_1to1_edit.php, line: 42 -# File: src/www/firewall_nat_edit.php, line: 82 -# File: src/www/firewall_rules_edit.php, line: 89 -msgid "L2TP clients" -msgstr "L2TP-клиент" - -# File: src/www/firewall_nat_1to1_edit.php, line: 44 -# File: src/www/firewall_nat_edit.php, line: 84 -# File: src/www/firewall_rules_edit.php, line: 91 -msgid "net" -msgstr "сеть" - -# File: src/www/firewall_nat_1to1_edit.php, line: 163 -msgid "" -"Invalid characters detected (%s). Please remove invalid characters and save " -"again." -msgstr "" -"Обнаружены недопустимые символы (%s). Удалите недопустимые символы и снова " -"сохранитесь." - -# File: src/www/firewall_nat_1to1_edit.php, line: 168 -# File: src/www/firewall_nat_1to1_edit.php, line: 427 -# File: src/www/firewall_nat_edit.php, line: 205 -# File: src/www/firewall_nat_edit.php, line: 769 -# File: src/www/firewall_nat_out_edit.php, line: 547 -# File: src/www/firewall_rules_edit.php, line: 1051 -msgid "Destination address" -msgstr "IP-адрес назначения" - -# File: src/www/firewall_nat_1to1_edit.php, line: 168 -msgid "External subnet" -msgstr "Внешняя подсеть" - -# File: src/www/firewall_nat_1to1_edit.php, line: 168 -# File: src/www/firewall_nat_1to1_edit.php, line: 376 -# File: src/www/firewall_nat_edit.php, line: 203 -# File: src/www/firewall_nat_edit.php, line: 625 -# File: src/www/firewall_nat_npt_edit.php, line: 232 -# File: src/www/firewall_nat_npt_edit.php, line: 270 -# File: src/www/firewall_nat_out_edit.php, line: 492 -# File: src/www/firewall_rules_edit.php, line: 919 -msgid "Source address" -msgstr "IP-адрес источника" - -# File: src/www/firewall_nat_1to1_edit.php, line: 174 -msgid "A valid external subnet must be specified." -msgstr "Укажите действительный адрес внешней подсети." - -# File: src/www/firewall_nat_1to1_edit.php, line: 178 -# File: src/www/firewall_nat_edit.php, line: 231 -# File: src/www/firewall_rules_edit.php, line: 300 -msgid "%s is not a valid source IP address or alias." -msgstr "%s не является допустимым IP-адресом источника или псевдонимом." - -# File: src/www/firewall_nat_1to1_edit.php, line: 181 -# File: src/www/firewall_nat_edit.php, line: 234 -# File: src/www/firewall_nat_out_edit.php, line: 210 -# File: src/www/firewall_rules_edit.php, line: 303 -msgid "A valid source bit count must be specified." -msgstr "Укажите допустимое количество бит адреса источника." - -# File: src/www/firewall_nat_1to1_edit.php, line: 185 -# File: src/www/firewall_nat_edit.php, line: 238 -# File: src/www/firewall_rules_edit.php, line: 308 -msgid "%s is not a valid destination IP address or alias." -msgstr "%s не является допустимым IP-адресом назначения или псевдонимом." - -# File: src/www/firewall_nat_1to1_edit.php, line: 188 -# File: src/www/firewall_nat_edit.php, line: 242 -# File: src/www/firewall_nat_out_edit.php, line: 216 -# File: src/www/firewall_rules_edit.php, line: 311 -msgid "A valid destination bit count must be specified." -msgstr "Укажите допустимое количество бит адреса назначения." - -# File: src/www/firewall_nat_1to1_edit.php, line: 293 -msgid "Edit NAT 1:1 entry" -msgstr "Редактировать NAT 1:1 запись" - -# File: src/www/firewall_nat_1to1_edit.php, line: 300 -# File: src/www/firewall_nat_edit.php, line: 523 -# File: src/www/firewall_nat_npt_edit.php, line: 186 -# File: src/www/firewall_nat_out_edit.php, line: 414 -# File: src/www/firewall_rules_edit.php, line: 715 -# File: src/www/interfaces.php, line: 2252 -# File: src/www/interfaces_ppps_edit.php, line: 655 -# File: src/www/system_gateways_edit.php, line: 565 -# File: src/www/system_routes_edit.php, line: 293 -# File: src/www/system_usermanager.php, line: 625 -# File: src/www/vpn_ipsec_phase1.php, line: 595 -# File: src/www/vpn_ipsec_phase2.php, line: 659 -# File: src/www/vpn_openvpn_client.php, line: 475 -# File: src/www/vpn_openvpn_client.php, line: 1047 -# File: src/www/vpn_openvpn_csc.php, line: 335 -# File: src/www/vpn_openvpn_csc.php, line: 612 -# File: src/www/vpn_openvpn_server.php, line: 733 -# File: src/www/vpn_openvpn_server.php, line: 1710 -msgid "Disabled" -msgstr "Отключена" - -# File: src/www/firewall_nat_1to1_edit.php, line: 304 -# File: src/www/firewall_nat_edit.php, line: 527 -# File: src/www/firewall_nat_npt_edit.php, line: 190 -# File: src/www/firewall_nat_out_edit.php, line: 418 -# File: src/www/firewall_rules_edit.php, line: 719 -msgid "Disable this rule" -msgstr "Отключить это правило" - -# File: src/www/firewall_nat_1to1_edit.php, line: 305 -# File: src/www/firewall_nat_edit.php, line: 528 -# File: src/www/firewall_nat_npt_edit.php, line: 191 -# File: src/www/firewall_nat_out_edit.php, line: 419 -# File: src/www/firewall_rules_edit.php, line: 720 -msgid "Set this option to disable this rule without removing it from the list." -msgstr "Выберите этот параметр, чтобы отключить правило не удаляя из списка." - -# File: src/www/firewall_nat_1to1_edit.php, line: 323 -# File: src/www/firewall_nat_npt_edit.php, line: 209 -# File: src/www/firewall_nat_out_edit.php, line: 447 -msgid "Choose which interface this rule applies to" -msgstr "Выберите интерфейс для применения правила" - -# File: src/www/firewall_nat_1to1_edit.php, line: 324 -# File: src/www/firewall_nat_npt_edit.php, line: 210 -# File: src/www/firewall_nat_out_edit.php, line: 448 -msgid "Hint: in most cases, you'll want to use WAN here" -msgstr "Подсказка: в большинстве случаев вы будете использовать WAN" - -# File: src/www/firewall_nat_1to1_edit.php, line: 329 -msgid "External subnet IP" -msgstr "IP-адрес внешней подсети" - -# File: src/www/firewall_nat_1to1_edit.php, line: 334 -msgid "" -"Enter the external (usually on a WAN) subnet's starting address for the 1:1 " -"mapping. " -msgstr "" -"Введите начальный адрес внешней (обычно WAN) подсети для преобразования 1:1." - -# File: src/www/firewall_nat_1to1_edit.php, line: 335 -msgid "" -"The subnet mask from the internal address below will be applied to this IP " -"address." -msgstr "" -"Маска подсети из нижеуказанного внутреннего адреса будет применена к этому " -"IP-адресу." - -# File: src/www/firewall_nat_1to1_edit.php, line: 336 -msgid "" -"Hint: this is generally an address owned by the router itself on the " -"selected interface." -msgstr "Подсказка: обычно это адрес маршрутизатора выбранного интерфейса." - -# File: src/www/firewall_nat_1to1_edit.php, line: 341 -# File: src/www/firewall_nat_1to1_edit.php, line: 392 -# File: src/www/firewall_nat_edit.php, line: 590 -# File: src/www/firewall_nat_edit.php, line: 704 -# File: src/www/firewall_nat_npt_edit.php, line: 218 -# File: src/www/firewall_nat_npt_edit.php, line: 256 -# File: src/www/firewall_nat_out_edit.php, line: 517 -# File: src/www/firewall_rules_edit.php, line: 880 -# File: src/www/firewall_rules_edit.php, line: 1013 -msgid "Invert" -msgstr "Инвертировать" - -# File: src/www/firewall_nat_1to1_edit.php, line: 345 -# File: src/www/firewall_nat_1to1_edit.php, line: 396 -# File: src/www/firewall_nat_edit.php, line: 594 -# File: src/www/firewall_nat_edit.php, line: 708 -# File: src/www/firewall_nat_npt_edit.php, line: 222 -# File: src/www/firewall_nat_npt_edit.php, line: 260 -# File: src/www/firewall_nat_out_edit.php, line: 521 -# File: src/www/firewall_rules_edit.php, line: 884 -# File: src/www/firewall_rules_edit.php, line: 1017 -msgid "Use this option to invert the sense of the match." -msgstr "Используйте этот параметр, чтобы инвертировать смысл совпадения." - -# File: src/www/firewall_nat_1to1_edit.php, line: 356 -# File: src/www/firewall_nat_1to1_edit.php, line: 407 -# File: src/www/firewall_nat_edit.php, line: 605 -# File: src/www/firewall_nat_edit.php, line: 719 -# File: src/www/firewall_nat_out_edit.php, line: 476 -# File: src/www/firewall_nat_out_edit.php, line: 532 -# File: src/www/firewall_nat_out_edit.php, line: 579 -# File: src/www/firewall_rules_edit.php, line: 895 -# File: src/www/firewall_rules_edit.php, line: 1028 -msgid "Single host or Network" -msgstr "Единственный хост или сеть" - -# File: src/www/firewall_nat_1to1_edit.php, line: 387 -msgid "" -"Enter the internal (LAN) subnet for the 1:1 mapping. The subnet size " -"specified for the internal subnet will be applied to the external subnet." -msgstr "" -"Введите адрес внутренней (LAN) подсети для 1:1 преобразования. Указанный " -"размер адреса подсети будет использоваться для внешней подсети." - -# File: src/www/firewall_nat_1to1_edit.php, line: 438 -msgid "" -"The 1:1 mapping will only be used for connections to or from the specified " -"destination." -msgstr "" -"Преобразование 1:1 будет использоваться только для соединений с указанным " -"получателем." - -# File: src/www/firewall_nat_1to1_edit.php, line: 439 -msgid "Hint: this is usually 'any'." -msgstr "Подсказка: обычно используется значение «любой»" - -# File: src/www/firewall_nat_1to1_edit.php, line: 452 -# File: src/www/firewall_nat_edit.php, line: 912 -msgid "NAT reflection" -msgstr "Зеркальный NAT" - -# File: src/www/firewall_nat_1to1_edit.php, line: 455 -# File: src/www/firewall_nat_edit.php, line: 915 -msgid "Use system default" -msgstr "Использовать системное значение по умолчанию" - -# File: src/www/firewall_nat_1to1_edit.php, line: 457 -# File: src/www/firewall_nat_edit.php, line: 918 -# File: src/www/services_dyndns_edit.php, line: 249 -# File: src/www/system_advanced_firewall.php, line: 511 -# File: src/www/system_advanced_misc.php, line: 525 -# File: src/www/system_advanced_misc.php, line: 545 -# File: src/www/vpn_ipsec_phase1.php, line: 1002 -msgid "Disable" -msgstr "Отключить" - -# File: src/www/firewall_nat_edit.php, line: 190 -# File: src/www/firewall_nat_out_edit.php, line: 187 -msgid "" -"Invalid characters detected %s. Please remove invalid characters and save " -"again." -msgstr "" -"Обнаружены недопустимые символы (%s). Удалите недопустимые символы и снова " -"сохранитесь." - -# File: src/www/firewall_nat_edit.php, line: 196 -msgid "Destination port from" -msgstr "Порт назначения от" - -# File: src/www/firewall_nat_edit.php, line: 196 -msgid "Destination port to" -msgstr "Порт назначения к" - -# File: src/www/firewall_nat_edit.php, line: 209 -# File: src/www/firewall_nat_edit.php, line: 845 -msgid "Redirect target IP" -msgstr "Перенаправление целевого IP-адреса" - -# File: src/www/firewall_nat_edit.php, line: 215 -msgid "\"%s\" is not a valid redirect target IP address or host alias." -msgstr "" -"\\«%s\\» не является допустимым перенаправленным целевым IP-адресом или " -"псевдонимом хоста." - -# File: src/www/firewall_nat_edit.php, line: 218 -# File: src/www/firewall_rules_edit.php, line: 284 -msgid "" -"%s is not a valid start source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" -"%s не является допустимым номером начального порта источника. Необходимо " -"указать псевдоним порта или целое число от 1 до 65535." - -# File: src/www/firewall_nat_edit.php, line: 220 -# File: src/www/firewall_rules_edit.php, line: 286 -msgid "" -"%s is not a valid end source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" -"%s не является допустимым номером конечного порта источника. Необходимо " -"указать псевдоним порта или целое число от 1 до 65535." - -# File: src/www/firewall_nat_edit.php, line: 222 -# File: src/www/firewall_rules_edit.php, line: 288 -msgid "" -"%s is not a valid start destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" -"%s не является допустимым номером начального порта назначения. Необходимо " -"указать псевдоним порта или целое число от 1 до 65535." - -# File: src/www/firewall_nat_edit.php, line: 224 -# File: src/www/firewall_rules_edit.php, line: 290 -msgid "" -"%s is not a valid end destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "" -"%s не является допустимым номером конечного порта назначения. Необходимо " -"указать псевдоним порта или целое число от 1 до 65535." - -# File: src/www/firewall_nat_edit.php, line: 227 -msgid "" -"A valid redirect target port must be specified. It must be a port alias or " -"integer between 1 and 65535." -msgstr "" -"Допустимый номер целевого порта перенаправления. Необходимо указать " -"псевдоним порта или целое число от 1 до 65535." - -# File: src/www/firewall_nat_edit.php, line: 248 -msgid "The target port range must be an integer between 1 and 65535." -msgstr "" -"Значение диапазона целевых портов должно быть целым числом от 1 до 65535." - -# File: src/www/firewall_nat_edit.php, line: 374 -msgid "NAT Port Forward" -msgstr "Переадресация портов NAT" - -# File: src/www/firewall_nat_edit.php, line: 516 -msgid "Edit Redirect entry" -msgstr "Редактировать запись перенаправления" - -# File: src/www/firewall_nat_edit.php, line: 533 -msgid "No RDR (NOT)" -msgstr "Отключить перенаправление (НЕТ)" - -# File: src/www/firewall_nat_edit.php, line: 537 -msgid "" -"Enabling this option will disable redirection for traffic matching this rule." -msgstr "" -"Включение этого параметра отключает перенаправление трафика, который " -"соответствует правилам." - -# File: src/www/firewall_nat_edit.php, line: 538 -msgid "" -"Hint: this option is rarely needed, don't use this unless you know what " -"you're doing." -msgstr "" -"Подсказка: этот параметр используется редко, используйте его только, если " -"если знаете, что делаете." - -# File: src/www/firewall_nat_edit.php, line: 556 -msgid "Choose which interface this rule applies to." -msgstr "Выберите интерфейс для применения правила." - -# File: src/www/firewall_nat_edit.php, line: 557 -msgid "Hint: in most cases, you'll want to use WAN here." -msgstr "Подсказка: в большинстве случаев вы будете использовать WAN." - -# File: src/www/firewall_nat_edit.php, line: 575 -# File: src/www/firewall_nat_out_edit.php, line: 464 -# File: src/www/firewall_rules_edit.php, line: 836 -msgid "Choose which IP protocol this rule should match." -msgstr "Выберите IP-протокол, для которого будет выполняться это правило." - -# File: src/www/firewall_nat_edit.php, line: 576 -# File: src/www/firewall_nat_out_edit.php, line: 465 -msgid "Hint: in most cases, you should specify" -msgstr "Подсказка: в большинстве случаев вы должны указать его" - -# File: src/www/firewall_nat_edit.php, line: 576 -# File: src/www/firewall_nat_out_edit.php, line: 465 -# File: src/www/firewall_rules_edit.php, line: 837 -msgid "here." -msgstr "здесь." - -# File: src/www/firewall_nat_edit.php, line: 585 -# File: src/www/firewall_rules_edit.php, line: 942 -msgid "Show source address and port range" -msgstr "Показать IP-адрес источника и диапазон портов" - -# File: src/www/firewall_nat_edit.php, line: 638 -# File: src/www/firewall_rules_edit.php, line: 947 -msgid "Source port range" -msgstr "Диапазон портов источника" - -# File: src/www/firewall_nat_edit.php, line: 643 -# File: src/www/firewall_nat_edit.php, line: 787 -# File: src/www/firewall_rules_edit.php, line: 952 -# File: src/www/firewall_rules_edit.php, line: 1074 -msgid "from:" -msgstr "от:" - -# File: src/www/firewall_nat_edit.php, line: 644 -# File: src/www/firewall_nat_edit.php, line: 788 -# File: src/www/firewall_rules_edit.php, line: 953 -# File: src/www/firewall_rules_edit.php, line: 1075 -msgid "to:" -msgstr "к:" - -# File: src/www/firewall_nat_edit.php, line: 658 -# File: src/www/firewall_nat_edit.php, line: 675 -# File: src/www/firewall_nat_edit.php, line: 802 -# File: src/www/firewall_nat_edit.php, line: 819 -# File: src/www/firewall_nat_edit.php, line: 869 -# File: src/www/firewall_rules_edit.php, line: 967 -# File: src/www/firewall_rules_edit.php, line: 984 -# File: src/www/firewall_rules_edit.php, line: 1089 -# File: src/www/firewall_rules_edit.php, line: 1106 -msgid "Well-known ports" -msgstr "Хорошо известные порты" - -# File: src/www/firewall_nat_edit.php, line: 695 -# File: src/www/firewall_rules_edit.php, line: 1004 -msgid "Specify the source port or port range for this rule" -msgstr "Укажите порт источника или диапазон портов для этого правила" - -# File: src/www/firewall_nat_edit.php, line: 696 -# File: src/www/firewall_rules_edit.php, line: 1005 -msgid "This is usually" -msgstr "Обычно" - -# File: src/www/firewall_nat_edit.php, line: 697 -# File: src/www/firewall_rules_edit.php, line: 1006 -msgid "random" -msgstr "выбирается случайный" - -# File: src/www/firewall_nat_edit.php, line: 698 -# File: src/www/firewall_rules_edit.php, line: 1007 -msgid "" -"and almost never equal to the destination port range (and should usually be " -"'any')" -msgstr "" -"и почти никогда из диапазона портов назначения (обычно используется значение " -"«любой»)" - -# File: src/www/firewall_nat_edit.php, line: 782 -# File: src/www/firewall_rules_edit.php, line: 1069 -msgid "Destination port range" -msgstr "Диапазон портов назначения" - -# File: src/www/firewall_nat_edit.php, line: 839 -# File: src/www/firewall_rules_edit.php, line: 1126 -msgid "" -"Specify the port or port range for the destination of the packet for this " -"mapping." -msgstr "" -"Укажите порт или диапазон портов назначения пакетов для этого преобразования." - -# File: src/www/firewall_nat_edit.php, line: 849 -msgid "" -"Enter the internal IP address of the server on which you want to map the " -"ports." -msgstr "Введите внутренний IP-адрес сервера для перенаправления портов." - -# File: src/www/firewall_nat_edit.php, line: 851 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 143 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 150 -# File: src/www/services_dnsmasq_edit.php, line: 207 -# File: src/www/services_dnsmasq_edit.php, line: 214 -# File: src/www/services_dnsmasq_edit.php, line: 221 -# File: src/www/services_unbound_domainoverride_edit.php, line: 136 -# File: src/www/services_unbound_domainoverride_edit.php, line: 146 -# File: src/www/services_unbound_host_edit.php, line: 261 -# File: src/www/services_unbound_host_edit.php, line: 269 -# File: src/www/services_unbound_host_edit.php, line: 286 -# File: src/www/services_unbound_host_edit.php, line: 294 -# File: src/www/services_unbound_host_edit.php, line: 302 -# File: src/www/services_unbound_host_edit.php, line: 310 -# File: src/www/system_general.php, line: 330 -msgid "e.g." -msgstr "например" - -# File: src/www/firewall_nat_edit.php, line: 855 -msgid "Redirect target port" -msgstr "Целевой порт перенаправления" - -# File: src/www/firewall_nat_edit.php, line: 886 -msgid "" -"Specify the port on the machine with the IP address entered above. In case " -"of a port range, specify the beginning port of the range (the end port will " -"be calculated automatically)." -msgstr "" -"Укажите порт компьютера с введенным выше IP-адресом. Если есть диапазон " -"портов, укажите начальный порт диапазона (конечный порт будет рассчитан " -"автоматически)." - -# File: src/www/firewall_nat_edit.php, line: 890 -msgid "Hint: this is usually identical to the 'from' port above" -msgstr "Подсказка: этот порт обычно равен указанному выше порту в поле «от»" - -# File: src/www/firewall_nat_edit.php, line: 903 -# File: src/www/firewall_nat_out_edit.php, line: 662 -# File: src/www/firewall_rules_edit.php, line: 1189 -msgid "No XMLRPC Sync" -msgstr "Нет XMLRPC Sync" - -# File: src/www/firewall_nat_edit.php, line: 907 -# File: src/www/firewall_nat_out_edit.php, line: 666 -# File: src/www/firewall_rules_edit.php, line: 1193 -msgid "" -"Hint: This prevents the rule on Master from automatically syncing to other " -"CARP members. This does NOT prevent the rule from being overwritten on Slave." -msgstr "" -"Подсказка: это параметр предотвращает синхронизацию правил на ведущем " -"устройстве с другими участниками CARP, но НЕ предотвращает перезапись правил " -"на ведомом устройстве." - -# File: src/www/firewall_nat_edit.php, line: 916 -# File: src/www/system_advanced_firewall.php, line: 514 -msgid "Enable (NAT + Proxy)" -msgstr "Включить (NAT + прокси)" - -# File: src/www/firewall_nat_edit.php, line: 917 -# File: src/www/system_advanced_firewall.php, line: 517 -msgid "Enable (Pure NAT)" -msgstr "Включить (чистый NAT)" - -# File: src/www/firewall_nat_edit.php, line: 924 -# File: src/www/firewall_nat_edit.php, line: 956 -msgid "Filter rule association" -msgstr "Ассоциация правила фильтрации" - -# File: src/www/firewall_nat_edit.php, line: 929 -# File: src/www/firewall_nat_edit.php, line: 962 -# File: src/www/firewall_rules_edit.php, line: 696 -msgid "Pass" -msgstr "Разрешение" - -# File: src/www/firewall_nat_edit.php, line: 950 -msgid "View the filter rule" -msgstr "Просмотр правила фильтрации" - -# File: src/www/firewall_nat_edit.php, line: 960 -msgid "Add associated filter rule" -msgstr "Добавить ассоциированное правило" - -# File: src/www/firewall_nat_edit.php, line: 961 -msgid "Add unassociated filter rule" -msgstr "Добавить неассоциированное правило фильтрации" - -# File: src/www/firewall_nat_edit.php, line: 965 -msgid "" -"NOTE: The \"pass\" selection does not work properly with Multi-WAN. It will " -"only work on an interface containing the default gateway." -msgstr "" -"ПРИМЕЧАНИЕ: Выбор параметра «разрешить» не работает с Multi-WAN правильно. " -"Он только будет работать на интерфейсе, содержащем шлюз по умолчанию." - -# File: src/www/firewall_nat_edit.php, line: 980 -# File: src/www/firewall_nat_out_edit.php, line: 687 -# File: src/www/firewall_rules_edit.php, line: 1452 -msgid "Rule Information" -msgstr "Информация о правиле" - -# File: src/www/firewall_nat_edit.php, line: 984 -# File: src/www/firewall_nat_out_edit.php, line: 693 -# File: src/www/firewall_rules_edit.php, line: 1457 -msgid "Created" -msgstr "Создано" - -# File: src/www/firewall_nat_edit.php, line: 986 -# File: src/www/firewall_nat_edit.php, line: 995 -# File: src/www/firewall_nat_out_edit.php, line: 695 -# File: src/www/firewall_nat_out_edit.php, line: 705 -# File: src/www/firewall_rules_edit.php, line: 1459 -# File: src/www/firewall_rules_edit.php, line: 1468 -msgid "by" -msgstr "пользователем" - -# File: src/www/firewall_nat_edit.php, line: 993 -# File: src/www/firewall_nat_out_edit.php, line: 703 -# File: src/www/firewall_rules_edit.php, line: 1466 -msgid "Updated" -msgstr "Обновлено" - -# File: src/www/firewall_nat_npt.php, line: 91 -msgid "Firewall: NAT: NPT, enable/disable NAT rule" -msgstr "Межсетевой экран: NAT: NPT, включить/отключить правило NAT" - -# File: src/www/firewall_nat_npt.php, line: 104 -msgid "Add rule" -msgstr "Добавить правило" - -# File: src/www/firewall_nat_npt.php, line: 120 -# File: src/www/firewall_nat_npt.php, line: 139 -msgid "NPT" -msgstr "Трансляция сетевых префиксов (NPT)" - -# File: src/www/firewall_nat_npt.php, line: 198 -msgid "External Prefix" -msgstr "Внешний префикс" - -# File: src/www/firewall_nat_npt.php, line: 199 -msgid "Internal prefix" -msgstr "Внутренний префикс" - -# File: src/www/firewall_nat_npt_edit.php, line: 126 -msgid "Source prefix" -msgstr "Префикс источника" - -# File: src/www/firewall_nat_npt_edit.php, line: 128 -msgid "Destination prefix" -msgstr "Префикс назначения" - -# File: src/www/firewall_nat_npt_edit.php, line: 179 -msgid "Edit NAT NPT entry" -msgstr "Редактировать NAT NPT запись" - -# File: src/www/firewall_nat_npt_edit.php, line: 215 -msgid "Internal IPv6 Prefix" -msgstr "Внутренний IPv6-префикс" - -# File: src/www/firewall_nat_npt_edit.php, line: 227 -# File: src/www/firewall_nat_npt_edit.php, line: 265 -# File: src/www/firewall_virtual_ip_edit.php, line: 368 -# File: src/www/vpn_ipsec_phase2.php, line: 720 -# File: src/www/vpn_ipsec_phase2.php, line: 777 -msgid "Address:" -msgstr "Адрес" - -# File: src/www/firewall_nat_npt_edit.php, line: 244 -msgid "" -"Enter the internal (LAN) ULA IPv6 Prefix for the Network Prefix translation. " -"The prefix size specified for the internal IPv6 prefix will be applied to " -"the external prefix." -msgstr "" -"Введите внутренний (LAN) IPv6-префикс уникального локального адреса (ULA) " -"для трансляции сетевых префиксов. Указанный размер внутреннего префикса " -"будет использоваться для внешних префиксов." - -# File: src/www/firewall_nat_npt_edit.php, line: 253 -msgid "Destination IPv6 Prefix" -msgstr "IPv6-префикс назначения" - -# File: src/www/firewall_nat_npt_edit.php, line: 282 -msgid "Enter the Global Unicast routable IPv6 prefix here" -msgstr "Введите глобальный индивидуальный маршрутизируемый IPv6-префикс" - -# File: src/www/firewall_nat_out.php, line: 87 -msgid "Manual Outbound NAT Switch" -msgstr "Ручное переключение исходящего NAT" - -# File: src/www/firewall_nat_out.php, line: 115 -msgid "Default rules for each interface have been created." -msgstr "Созданы правила по умолчанию для каждого интерфейса." - -# File: src/www/firewall_nat_out.php, line: 187 -# File: src/www/firewall_nat_out.php, line: 207 -msgid "Nat" -msgstr "Nat" - -# File: src/www/firewall_nat_out.php, line: 265 -msgid "Mode:" -msgstr "Режим:" - -# File: src/www/firewall_nat_out.php, line: 277 -msgid "Automatic outbound NAT rule generation" -msgstr "Автоматическое создание правил исходящего NAT" - -# File: src/www/firewall_nat_out.php, line: 278 -msgid "(no manual rules can be used)" -msgstr "(нельзя использовать созданные вручную правила)" - -# File: src/www/firewall_nat_out.php, line: 289 -msgid "Hybrid outbound NAT rule generation" -msgstr "Смешанное создание правил исходящего NAT" - -# File: src/www/firewall_nat_out.php, line: 290 -msgid "(automatically generated rules are applied after manual rules)" -msgstr "" -"(автоматически созданные правила применяются после созданных вручную правил)" - -# File: src/www/firewall_nat_out.php, line: 303 -msgid "Manual outbound NAT rule generation" -msgstr "Ручное создание правил исходящего NAT" - -# File: src/www/firewall_nat_out.php, line: 304 -msgid "(no automatic rules are being generated)" -msgstr "(правила не будут созданы автоматически)" - -# File: src/www/firewall_nat_out.php, line: 315 -msgid "Disable outbound NAT rule generation" -msgstr "Отключить создание правил исходящего NAT" - -# File: src/www/firewall_nat_out.php, line: 316 -msgid "(outbound NAT is disabled)" -msgstr "(исходящий NAT отключен)" - -# File: src/www/firewall_nat_out.php, line: 335 -msgid "Manual rules:" -msgstr "Правила, созданные вручную:" - -# File: src/www/firewall_nat_out.php, line: 344 -# File: src/www/firewall_nat_out.php, line: 544 -msgid "NAT Address" -msgstr "Адрес NAT" - -# File: src/www/firewall_nat_out.php, line: 345 -# File: src/www/firewall_nat_out.php, line: 545 -msgid "NAT Port" -msgstr "NAT порт" - -# File: src/www/firewall_nat_out.php, line: 346 -# File: src/www/firewall_nat_out.php, line: 546 -msgid "Static Port" -msgstr "Статический порт" - -# File: src/www/firewall_nat_out.php, line: 364 -msgid "All manual rules are being ignored" -msgstr "Все правила, созданные вручную, игнорируются" - -# File: src/www/firewall_nat_out.php, line: 388 -msgid "This Firewall" -msgstr "Этот межсетевой экран" - -# File: src/www/firewall_nat_out.php, line: 441 -# File: src/www/firewall_nat_out.php, line: 595 -# File: src/www/system_camanager.php, line: 749 -# File: src/www/system_crlmanager.php, line: 658 -# File: src/www/system_crlmanager.php, line: 660 -msgid "NO" -msgstr "НЕТ" - -# File: src/www/firewall_nat_out.php, line: 441 -# File: src/www/firewall_nat_out.php, line: 595 -# File: src/www/system_camanager.php, line: 749 -# File: src/www/system_crlmanager.php, line: 658 -# File: src/www/system_crlmanager.php, line: 660 -msgid "YES" -msgstr "ДА" - -# File: src/www/firewall_nat_out.php, line: 534 -msgid "Automatic rules:" -msgstr "Автоматически созданные правила:" - -# File: src/www/firewall_nat_out.php, line: 557 -msgid "automatic outbound nat" -msgstr "автоматическое создание правил исходящего NAT" - -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_rules_edit.php, line: 242 -msgid "Destination bit count" -msgstr "Количество бит адреса назначения" - -# File: src/www/firewall_nat_out_edit.php, line: 191 -# File: src/www/firewall_rules_edit.php, line: 238 -msgid "Source bit count" -msgstr "Количество бит адреса источника" - -# File: src/www/firewall_nat_out_edit.php, line: 197 -msgid "" -"You must supply either a valid port or port alias for the source port entry." -msgstr "" -"Вы должны указать допустимый номер или псевдоним порта для записи порта " -"источника." - -# File: src/www/firewall_nat_out_edit.php, line: 200 -msgid "" -"You must supply either a valid port or port alias for the destination port " -"entry." -msgstr "" -"Вы должны указать допустимый номер или псевдоним порта для записи порта " -"назначения." - -# File: src/www/firewall_nat_out_edit.php, line: 203 -msgid "You must supply a valid port for the NAT port entry." -msgstr "Вы должны указать допустимый номер порта для записи NAT порта." - -# File: src/www/firewall_nat_out_edit.php, line: 207 -msgid "A valid source must be specified." -msgstr "Укажите допустимый адрес источника." - -# File: src/www/firewall_nat_out_edit.php, line: 213 -msgid "A valid destination must be specified." -msgstr "Укажите допустимый адрес назначения." - -# File: src/www/firewall_nat_out_edit.php, line: 219 -msgid "Negating destination address of \"any\" is invalid." -msgstr "Отрицание адреса назначения для значения \\«любой\\» недопустимо." - -# File: src/www/firewall_nat_out_edit.php, line: 223 -msgid "A valid target IP address must be specified." -msgstr "Укажите допустимый целевой IP-адрес." - -# File: src/www/firewall_nat_out_edit.php, line: 227 -msgid "Only Round Robin pool options may be chosen when selecting an alias." -msgstr "" -"При выборе псевдонима можно выбрать только параметры циклической выборки из " -"пула." - -# File: src/www/firewall_nat_out_edit.php, line: 404 -msgid "Edit Advanced Outbound NAT entry" -msgstr "Редактировать запись расширенного исходящего NAT" - -# File: src/www/firewall_nat_out_edit.php, line: 424 -msgid "Do not NAT" -msgstr "Не использовать NAT" - -# File: src/www/firewall_nat_out_edit.php, line: 428 -msgid "" -"Enabling this option will disable NAT for traffic matching this rule and " -"stop processing Outbound NAT rules." -msgstr "" -"Включение этого параметра отключит NAT для трафика, который соответствует " -"правилам, и обработку правил исходящего NAT." - -# File: src/www/firewall_nat_out_edit.php, line: 429 -msgid "Hint: in most cases, you won't use this option." -msgstr "" -"Подсказка: в большинстве случаев вы не будете использовать этот параметр." - -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "AH" -msgstr "AH" - -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "IGMP" -msgstr "IGMP" - -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "IPV6" -msgstr "IPV6" - -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "OSPF" -msgstr "OSPF" - -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "PIM" -msgstr "PIM" - -# File: src/www/firewall_nat_out_edit.php, line: 457 -msgid "TCP/UDP" -msgstr "TCP/UDP" - -# File: src/www/firewall_nat_out_edit.php, line: 478 -msgid "This Firewall (self)" -msgstr "Этот межсетевой экран" - -# File: src/www/firewall_nat_out_edit.php, line: 503 -# File: src/www/firewall_nat_out_edit.php, line: 558 -msgid "Enter the source network for the outbound NAT mapping." -msgstr "" -"Введите адрес исходной сети для преобразования с помощью исходящего NAT." - -# File: src/www/firewall_nat_out_edit.php, line: 508 -msgid "Source port:" -msgstr "Порт источника:" - -# File: src/www/firewall_nat_out_edit.php, line: 512 -# File: src/www/firewall_nat_out_edit.php, line: 567 -msgid "(leave blank for any)" -msgstr "(оставьте поле пустым для любого значения)" - -# File: src/www/firewall_nat_out_edit.php, line: 563 -msgid "Destination port:" -msgstr "Порт назначения:" - -# File: src/www/firewall_nat_out_edit.php, line: 572 -msgid "Translation / target" -msgstr "Транслируемый IP-адрес / целевой IP-адрес" - -# File: src/www/firewall_nat_out_edit.php, line: 578 -msgid "Interface address" -msgstr "Адрес интерфейса" - -# File: src/www/firewall_nat_out_edit.php, line: 592 -msgid "Translation address" -msgstr "Транслируемый IP-адрес" - -# File: src/www/firewall_nat_out_edit.php, line: 603 -msgid "Packets matching this rule will be mapped to the IP address given here." -msgstr "" -"Пакеты, которые соответствуют этому правилу, будут привязаны к указанному IP-" -"адресу." - -# File: src/www/firewall_nat_out_edit.php, line: 604 -msgid "" -"If you want this rule to apply to another IP address rather than the IP " -"address of the interface chosen above, select it here (you will need to " -"define %sVirtual IP addresses%s on the interface first)." -msgstr "" -"Если вы хотите применить это правило к другому IP-адресу вместо IP-адреса " -"выбранного выше интерфейса, укажите его здесь (сначала вам придется задать " -"%sVirtual IP-адрес %s интерфейса)." - -# File: src/www/firewall_nat_out_edit.php, line: 611 -msgid "Pool Options:" -msgstr "Параметры пула:" - -# File: src/www/firewall_nat_out_edit.php, line: 618 -msgid "Round Robin" -msgstr "Циклический" - -# File: src/www/firewall_nat_out_edit.php, line: 621 -msgid "Round Robin with Sticky Address" -msgstr "Циклический с фиксированными адресами" - -# File: src/www/firewall_nat_out_edit.php, line: 624 -msgid "Random" -msgstr "Случайный" - -# File: src/www/firewall_nat_out_edit.php, line: 627 -msgid "Random with Sticky Address" -msgstr "Случайный с фиксированными адресами" - -# File: src/www/firewall_nat_out_edit.php, line: 630 -msgid "Source Hash" -msgstr "Хеш источника" - -# File: src/www/firewall_nat_out_edit.php, line: 633 -msgid "Bitmask" -msgstr "Битовая маска" - -# File: src/www/firewall_nat_out_edit.php, line: 637 -msgid "" -"Only Round Robin types work with Host Aliases. Any type can be used with a " -"Subnet." -msgstr "" -"Только циклический тип работает с псевдонимами хоста. Любой тип может " -"использоваться с подсетью." - -# File: src/www/firewall_nat_out_edit.php, line: 638 -msgid "Round Robin: Loops through the translation addresses." -msgstr "Циклический: перебирает транслируемые IP-адреса" - -# File: src/www/firewall_nat_out_edit.php, line: 639 -msgid "Random: Selects an address from the translation address pool at random." -msgstr "Случайный: выбирает случайный адрес из пула транслируемых IP-адресов" - -# File: src/www/firewall_nat_out_edit.php, line: 640 -msgid "" -"Source Hash: Uses a hash of the source address to determine the translation " -"address, ensuring that the redirection address is always the same for a " -"given source." -msgstr "" -"Хеш источника: использует хэш адреса источника для определения " -"транслируемого IP-адреса и проверяет, чтобы IP-адрес перенаправления для " -"указанного источника всегда был один и то же." - -# File: src/www/firewall_nat_out_edit.php, line: 641 -msgid "" -"Bitmask: Applies the subnet mask and keeps the last portion identical; " -"10.0.1.50 -> x.x.x.50." -msgstr "" -"Битовая маска: применяет маску подсети и сохраняет последнюю часть " -"идентичной; 10.0.1.50 -> x.x.x.50." - -# File: src/www/firewall_nat_out_edit.php, line: 642 -msgid "" -"Sticky Address: The Sticky Address option can be used with the Random and " -"Round Robin pool types to ensure that a particular source address is always " -"mapped to the same translation address." -msgstr "" -"Фиксированные адреса: параметр липкие адреса может использоваться со " -"случайным и циклическим типами, чтобы конкретный IP-адрес источника " -"преобразовывался в одинаковый транслируемый адрес." - -# File: src/www/firewall_nat_out_edit.php, line: 647 -msgid "Translation" -msgstr "Транслируемый" - -# File: src/www/firewall_nat_out_edit.php, line: 647 -msgid "port:" -msgstr "порт:" - -# File: src/www/firewall_nat_out_edit.php, line: 651 -msgid "Enter the source port for the outbound NAT mapping." -msgstr "" -"Введите адрес порт источника для преобразования с помощью исходящего NAT." - -# File: src/www/firewall_nat_out_edit.php, line: 656 -msgid "Static-port:" -msgstr "Статический порт:" - -# File: src/www/firewall_rules.php, line: 55 -msgid "" -"The settings have been applied. The firewall rules are now reloading in the " -"background.
You can also %s monitor %s the reload progress" -msgstr "" -"Настройки успешно применены. Правила межсетевого экрана перезагружаются в " -"фоновом режиме.
Вы можете %s следить %s за прогрессом перезагрузки" - -# File: src/www/firewall_rules.php, line: 205 -msgid "" -"The firewall rule configuration has been changed.
You must apply the " -"changes in order for them to take effect." -msgstr "" -"Конфигурация межсетевого экрана изменена.
Вы должны применить " -"изменения, чтобы они вступили в силу." - -# File: src/www/firewall_rules.php, line: 269 -# File: src/www/firewall_rules_edit.php, line: 1221 -# File: src/www/interfaces.php, line: 611 -# File: src/www/interfaces.php, line: 666 -# File: src/www/interfaces_ppps_edit.php, line: 611 -# File: src/www/services_dhcp.php, line: 848 -# File: src/www/services_dhcp_edit.php, line: 441 -# File: src/www/status_gateways.php, line: 53 -# File: src/www/system_gateway_groups_edit.php, line: 195 -# File: src/www/system_gateways.php, line: 302 -# File: src/www/system_gateways_edit.php, line: 617 -# File: src/www/system_routes.php, line: 243 -# File: src/www/system_routes_edit.php, line: 85 -# File: src/www/system_routes_edit.php, line: 275 -msgid "Gateway" -msgstr "Шлюз" - -# File: src/www/firewall_rules.php, line: 291 -msgid "Block all IPv6 traffic" -msgstr "Блокировать весь IPv6-трафик" - -# File: src/www/firewall_rules.php, line: 293 -# File: src/www/firewall_rules.php, line: 317 -# File: src/www/firewall_rules.php, line: 343 -# File: src/www/firewall_rules.php, line: 368 -msgid "change configuration" -msgstr "изменить конфигурацию" - -# File: src/www/firewall_rules.php, line: 335 -msgid "RFC 1918 networks" -msgstr "Сеть RFC 1918" - -# File: src/www/firewall_rules.php, line: 341 -# File: src/www/interfaces.php, line: 1702 -msgid "Block private networks" -msgstr "Блокировать частные сети" - -# File: src/www/firewall_rules.php, line: 360 -msgid "Reserved/not assigned by IANA" -msgstr "Зарезервирован/не назначен IANA" - -# File: src/www/firewall_rules.php, line: 366 -# File: src/www/interfaces.php, line: 1714 -msgid "Block bogon networks" -msgstr "Блокировать bogon сети" - -# File: src/www/firewall_rules.php, line: 441 -# File: src/www/firewall_rules.php, line: 658 -msgid "first match" -msgstr "первое совпадение" - -# File: src/www/firewall_rules.php, line: 443 -# File: src/www/firewall_rules.php, line: 680 -msgid "last match" -msgstr "последнее совпадение" - -# File: src/www/firewall_rules.php, line: 455 -# File: src/www/firewall_rules_edit.php, line: 848 -msgid "Echo request" -msgstr "Эхо-запрос" - -# File: src/www/firewall_rules.php, line: 456 -# File: src/www/firewall_rules_edit.php, line: 849 -msgid "Echo reply" -msgstr "Эхо-ответ" - -# File: src/www/firewall_rules.php, line: 457 -# File: src/www/firewall_rules_edit.php, line: 850 -msgid "Destination unreachable" -msgstr "Адресат недоступен" - -# File: src/www/firewall_rules.php, line: 458 -# File: src/www/firewall_rules_edit.php, line: 851 -msgid "Source quench" -msgstr "Сдерживание источника" - -# File: src/www/firewall_rules.php, line: 459 -# File: src/www/firewall_rules_edit.php, line: 852 -msgid "Redirect" -msgstr "Перенаправление" - -# File: src/www/firewall_rules.php, line: 460 -# File: src/www/firewall_rules_edit.php, line: 853 -msgid "Alternate Host" -msgstr "Альтернативный хост" - -# File: src/www/firewall_rules.php, line: 461 -# File: src/www/firewall_rules_edit.php, line: 854 -msgid "Router advertisement" -msgstr "Объявления маршрутизатора" - -# File: src/www/firewall_rules.php, line: 462 -# File: src/www/firewall_rules_edit.php, line: 855 -msgid "Router solicitation" -msgstr "Запрос маршрутизатора " - -# File: src/www/firewall_rules.php, line: 463 -# File: src/www/firewall_rules_edit.php, line: 856 -msgid "Time exceeded" -msgstr "Превышение временного интервала" - -# File: src/www/firewall_rules.php, line: 464 -# File: src/www/firewall_rules_edit.php, line: 857 -msgid "Invalid IP header" -msgstr "Недопустимый заголовок IP пакета" - -# File: src/www/firewall_rules.php, line: 466 -# File: src/www/firewall_rules_edit.php, line: 859 -msgid "Timestamp reply" -msgstr "Ответ с меткой времени " - -# File: src/www/firewall_rules.php, line: 467 -# File: src/www/firewall_rules_edit.php, line: 860 -msgid "Information request" -msgstr "Информационный запрос" - -# File: src/www/firewall_rules.php, line: 468 -# File: src/www/firewall_rules_edit.php, line: 861 -msgid "Information reply" -msgstr "Информационный ответ" - -# File: src/www/firewall_rules.php, line: 469 -# File: src/www/firewall_rules_edit.php, line: 862 -msgid "Address mask request" -msgstr "Отклик на запрос адресной маски" - -# File: src/www/firewall_rules.php, line: 470 -# File: src/www/firewall_rules_edit.php, line: 863 -msgid "Address mask reply" -msgstr "Запрос адресной маски " - -# File: src/www/firewall_rules.php, line: 569 -# File: src/www/firewall_schedule.php, line: 235 -msgid "edit schedule" -msgstr "Отклик на запрос адресной маски" - -# File: src/www/firewall_rules.php, line: 602 -msgid "No floating rules are currently defined." -msgstr "Плавающие правила не определены." - -# File: src/www/firewall_rules.php, line: 604 -msgid "No rules are currently defined for this interface" -msgstr "Правила для этого интерфейса не определены" - -# File: src/www/firewall_rules.php, line: 605 -msgid "" -"All incoming connections on this interface will be blocked until you add " -"pass rules." -msgstr "" -"Все входящие соединения на интерфейсе будут заблокированы, пока вы не " -"добавите правила разрешения." - -# File: src/www/firewall_rules.php, line: 607 -msgid "Click the" -msgstr "Нажмите на" - -# File: src/www/firewall_rules.php, line: 611 -msgid " button to add a new rule." -msgstr "кнопку, чтобы добавить новое правило." - -# File: src/www/firewall_rules.php, line: 641 -msgid "pass" -msgstr "разрешение" - -# File: src/www/firewall_rules.php, line: 644 -msgid "match" -msgstr "совпадение " - -# File: src/www/firewall_rules.php, line: 647 -msgid "block" -msgstr "блокирование" - -# File: src/www/firewall_rules.php, line: 650 -msgid "reject" -msgstr "отклонение" - -# File: src/www/firewall_rules.php, line: 653 -msgid "log" -msgstr "журналирование" - -# File: src/www/firewall_rules.php, line: 663 -msgid "pass (disabled)" -msgstr "разрешение (отключено)" - -# File: src/www/firewall_rules.php, line: 666 -msgid "match (disabled)" -msgstr "совпадение (отключено)" - -# File: src/www/firewall_rules.php, line: 669 -msgid "block (disabled)" -msgstr "блокирование (отключено)" - -# File: src/www/firewall_rules.php, line: 672 -msgid "reject (disabled)" -msgstr "отклонение (отключено)" - -# File: src/www/firewall_rules.php, line: 675 -msgid "log (disabled)" -msgstr "журналирование (отключено)" - -# File: src/www/firewall_rules.php, line: 692 -msgid "Schedule (click to view/edit)" -msgstr "Расписание (нажмите для просмотра/редактирования)" - -# File: src/www/firewall_rules.php, line: 697 -# File: src/www/vpn_l2tp.php, line: 357 -# File: src/www/vpn_l2tp.php, line: 376 -msgid "Hint:" -msgstr "Подсказка:" - -# File: src/www/firewall_rules.php, line: 701 -msgid "" -"Rules are evaluated on a first-match basis (i.e. the action of the first " -"rule to match a packet will be executed). This means that if you use block " -"rules, you'll have to pay attention to the rule order. Everything that isn't " -"explicitly passed is blocked by default. " -msgstr "" -"правила оцениваются по принципу первого совпадения (как только совпадение " -"найдено, выполняется действие, присвоенное данному правилу). Если вы " -"используете правила блокировки, вы должны следить за порядком следования " -"правил, поскольку правила оцениваются сверху-вниз. " - -# File: src/www/firewall_rules.php, line: 707 -msgid "" -"Floating rules are evaluated on a first-match basis (i.e. the action of the " -"first rule to match a packet will be executed) only if the 'quick' option is " -"checked on a rule. Otherwise they will only apply if no other rules match. " -"Pay close attention to the rule order and options chosen. If no rule here " -"matches, the per-interface or default rules are used. " -msgstr "" -"Плавающие правила оцениваются по принципу первого совпадения (как только " -"совпадение найдено, выполняется действие, присвоенное данному правилу) " -"только если установлен флажок «Быстрая проверка». В противном случае они " -"применяются, если нет совпадений с другими правилами. Особое внимание " -"обратите на порядок следования правил и выбранные параметры. Если ни одно из " -"правил не соответствует пакету, используются правила интерфейса и по " -"умолчанию." - -# File: src/www/firewall_rules_edit.php, line: 234 -# File: src/www/firewall_rules_edit.php, line: 806 -msgid "TCP/IP Version" -msgstr "Версии TCP/IP" - -# File: src/www/firewall_rules_edit.php, line: 248 -msgid "You can not assign a gateway to a rule that applies to IPv4 and IPv6" -msgstr "" -"Вы не можете назначить правило фильтрации для шлюза, которое применяется к " -"IPv4 и IPv6 пакетам" - -# File: src/www/firewall_rules_edit.php, line: 256 -msgid "You can not assign a IPv4 gateway group on IPv6 Address Family rule" -msgstr "" -"Вы не можете назначить группу IPv4 шлюзов для правила семейства IPv6-адресов " - -# File: src/www/firewall_rules_edit.php, line: 259 -msgid "You can not assign a IPv6 gateway group on IPv4 Address Family rule" -msgstr "" -"Вы не можете назначить группу шлюзов IPv6 для правила семейства IPv4-адресов " - -# File: src/www/firewall_rules_edit.php, line: 266 -msgid "You can not assign the IPv4 Gateway to a IPv6 Filter rule" -msgstr "Вы не можете назначить IPv4-шлюз для правила фильтрации IPv6" - -# File: src/www/firewall_rules_edit.php, line: 269 -msgid "You can not assign the IPv6 Gateway to a IPv4 Filter rule" -msgstr "Вы не можете назначить IPv6-шлюз для правила фильтрации IPv4" - -# File: src/www/firewall_rules_edit.php, line: 273 -msgid "You can not assign a ICMP type to a rule that applies to IPv4 and IPv6" -msgstr "" -"Вы не можете назначить тип ICMP для правила,которое применяется к IPv4 и " -"IPv6 пакетам" - -# File: src/www/firewall_rules_edit.php, line: 277 -msgid "%s is only valid with protocol tcp." -msgstr "%s действительный только для протокола TCP" - -# File: src/www/firewall_rules_edit.php, line: 280 -msgid "%s is only valid if the gateway is set to 'default'." -msgstr "%s действительный, если шлюз выставлен «по умолчанию»." - -# File: src/www/firewall_rules_edit.php, line: 293 -msgid "" -"When selecting aliases for source ports, both from and to fields must be the " -"same" -msgstr "" -"При выборе псевдонимов для портов источника значения полей «от» и «к» должны " -"быть одинаковыми." - -# File: src/www/firewall_rules_edit.php, line: 296 -msgid "" -"When selecting aliases for destination ports, both from and to fields must " -"be the same" -msgstr "" -"При выборе псевдонимов для портов назначения значения полей «от» и «к» " -"должны быть одинаковыми." - -# File: src/www/firewall_rules_edit.php, line: 316 -msgid "" -"The Source IP address %s Address Family differs from the destination %s." -msgstr "" -"Семейство адресов IP-адреса источника %s отличается от IP-адреса назначения " -"%s." - -# File: src/www/firewall_rules_edit.php, line: 318 -msgid "You can not use IPv6 addresses in IPv4 rules." -msgstr "Вы не можете использовать IPv6-адреса для IPv4-правил." - -# File: src/www/firewall_rules_edit.php, line: 320 -msgid "You can not use IPv4 addresses in IPv6 rules." -msgstr "Вы не можете использовать IPv4-адреса для IPv6-правил." - -# File: src/www/firewall_rules_edit.php, line: 324 -msgid "Invalid subnet mask on IPv4 source" -msgstr "Недопустимая маска подсети для IPv4-адреса источника" - -# File: src/www/firewall_rules_edit.php, line: 327 -msgid "Invalid subnet mask on IPv4 destination" -msgstr "Недопустимая маска подсети для IPv4-адреса назначения" - -# File: src/www/firewall_rules_edit.php, line: 331 -msgid "You can not use a IPv4 or IPv6 address in combined IPv4 + IPv6 rules." -msgstr "" -"Вы не можете использовать IPv4 или IPv6-адрес для комбинированных IPv4 + " -"IPv6-правил." - -# File: src/www/firewall_rules_edit.php, line: 335 -msgid "OS detection is only valid with protocol tcp." -msgstr "Определение ОС действительно только для протокола TCP." - -# File: src/www/firewall_rules_edit.php, line: 338 -msgid "Invalid OS detection selection. Please select a valid OS." -msgstr "Выбрано недопустимое определение ОС. Выберите допустимую ОС." - -# File: src/www/firewall_rules_edit.php, line: 343 -msgid "" -"You can not use gateways in Floating rules without choosing a direction." -msgstr "Выберите направление, чтобы использовать шлюзы для плавающих правил." - -# File: src/www/firewall_rules_edit.php, line: 348 -msgid "" -"You can only specify the maximum number of established connections per host " -"(advanced option) for TCP protocol." -msgstr "" -"Вы можете только указать максимальное количество установленных соединений " -"для хоста (дополнительный параметр) для протокола TCP." - -# File: src/www/firewall_rules_edit.php, line: 350 -msgid "" -"You can only specify the maximum new connections per host / per second(s) " -"(advanced option) for TCP protocol." -msgstr "" -"Вы можете только указать максимальное количество новых соединений для хоста " -"в секунду (секунд) (дополнительный параметр) для протокола TCP." - -# File: src/www/firewall_rules_edit.php, line: 352 -msgid "" -"You can only specify the state timeout (advanced option) for TCP protocol." -msgstr "" -"Вы можете только указать тайм-аут состояния (дополнительный параметр) для " -"протокола TCP." - -# File: src/www/firewall_rules_edit.php, line: 356 -msgid "" -"You can only specify the maximum state entries (advanced option) for Pass " -"type rules." -msgstr "" -"Вы можете только указать максимальное количество записей состояний " -"(дополнительный параметр) для правил типа «пропуск»." - -# File: src/www/firewall_rules_edit.php, line: 358 -msgid "" -"You can only specify the maximum number of unique source hosts (advanced " -"option) for Pass type rules." -msgstr "" -"Вы можете только указать максимальное количество уникальных хостов-" -"источников (дополнительный параметр) для правил типа «пропуск»." - -# File: src/www/firewall_rules_edit.php, line: 360 -msgid "" -"You can only specify the maximum number of established connections per host " -"(advanced option) for Pass type rules." -msgstr "" -"Вы можете только указать максимальное количество установленных соединений " -"для хоста (дополнительный параметр) для правил типа «пропуск»." - -# File: src/www/firewall_rules_edit.php, line: 362 -msgid "" -"You can only specify the maximum state entries per host (advanced option) " -"for Pass type rules." -msgstr "" -"Вы можете только указать максимальное количество записей состояний для хоста " -"(дополнительный параметр) для правил типа «пропуск»." - -# File: src/www/firewall_rules_edit.php, line: 364 -msgid "" -"You can only specify the maximum new connections per host / per second(s) " -"(advanced option) for Pass type rules." -msgstr "" -"Вы можете только указать максимальное количество новых соединений для хоста " -"в секунду (секунд) (дополнительный параметр) для правил типа «пропуск»." - -# File: src/www/firewall_rules_edit.php, line: 366 -msgid "" -"You can only specify the state timeout (advanced option) for Pass type rules." -msgstr "" -"Вы можете только указать тайм-аут состояния (дополнительный параметр) для " -"правил типа «пропуск»." - -# File: src/www/firewall_rules_edit.php, line: 370 -msgid "" -"You cannot specify the maximum state entries (advanced option) if statetype " -"is none." -msgstr "" -"Вы не можете указать максимальное количество записей состояний " -"(дополнительный параметр), если не указан тип состояния." - -# File: src/www/firewall_rules_edit.php, line: 372 -msgid "" -"You cannot specify the maximum number of unique source hosts (advanced " -"option) if statetype is none." -msgstr "" -"Вы не можете указать максимальное количество уникальных хостов-источников " -"(дополнительный параметр), если не указан тип состояния." - -# File: src/www/firewall_rules_edit.php, line: 374 -msgid "" -"You cannot specify the maximum number of established connections per host " -"(advanced option) if statetype is none." -msgstr "" -"Вы не можете указать максимальное количество установленных соединений для " -"хоста (дополнительный параметр), если не указан тип состояния." - -# File: src/www/firewall_rules_edit.php, line: 376 -msgid "" -"You cannot specify the maximum state entries per host (advanced option) if " -"statetype is none." -msgstr "" -"Вы не можете указать максимальное количество записей состояний для хоста " -"(дополнительный параметр), если не указан тип состояния." - -# File: src/www/firewall_rules_edit.php, line: 378 -msgid "" -"You cannot specify the maximum new connections per host / per second(s) " -"(advanced option) if statetype is none." -msgstr "" -"Вы не можете указать максимальное количество новых соединений для хоста в " -"секунду (секунд) (дополнительный параметр), если не указан тип состояния." - -# File: src/www/firewall_rules_edit.php, line: 380 -msgid "" -"You cannot specify the state timeout (advanced option) if statetype is none." -msgstr "" -"Вы не можете указать тайм-аут состояния (дополнительный параметр), если не " -"указан тип состояния." - -# File: src/www/firewall_rules_edit.php, line: 384 -msgid "Maximum state entries (advanced option) must be a positive integer" -msgstr "" -"Максимальное количество записей состояний (дополнительный параметр) должно " -"быть положительным целым числом" - -# File: src/www/firewall_rules_edit.php, line: 387 -msgid "" -"Maximum number of unique source hosts (advanced option) must be a positive " -"integer" -msgstr "" -"Максимальное количество уникальных хостов-источников (дополнительный " -"параметр) должно быть положительным целым числом" - -# File: src/www/firewall_rules_edit.php, line: 390 -msgid "" -"Maximum number of established connections per host (advanced option) must be " -"a positive integer" -msgstr "" -"Максимальное количество установленных соединений для хоста (дополнительный " -"параметр) должно быть положительным целым числом" - -# File: src/www/firewall_rules_edit.php, line: 393 -msgid "" -"Maximum state entries per host (advanced option) must be a positive integer" -msgstr "" -"Максимальное количество записей состояний для хоста (дополнительный " -"параметр) должно быть положительным целым числом" - -# File: src/www/firewall_rules_edit.php, line: 396 -msgid "" -"Maximum new connections per host / per second(s) (advanced option) must be a " -"positive integer" -msgstr "" -"Максимальное количество новых соединений для хоста в секунду (секунд) " -"(дополнительный параметр) должно быть положительным целым числом" - -# File: src/www/firewall_rules_edit.php, line: 399 -msgid "State timeout (advanced option) must be a positive integer" -msgstr "" -"Значение тайм-аута состояния (дополнительный параметр) должно быть " -"положительным целым числом" - -# File: src/www/firewall_rules_edit.php, line: 404 -msgid "" -"Both maximum new connections per host and the interval (per second(s)) must " -"be specified" -msgstr "" -"Необходимо указать максимальное количество новых соединений для хоста и " -"интервал (в секунду (секунд))" - -# File: src/www/firewall_rules_edit.php, line: 408 -msgid "" -"If you specify TCP flags that should be set you should specify out of which " -"flags as well." -msgstr "" -"Если вы указываете TCP флаги, которые должны быть установлены, вы также " -"должны указать список самих флагов." - -# File: src/www/firewall_rules_edit.php, line: 685 -msgid "Edit Firewall rule" -msgstr "Редактировать правило межсетевого экрана" - -# File: src/www/firewall_rules_edit.php, line: 696 -msgid "Block" -msgstr "Блокирование" - -# File: src/www/firewall_rules_edit.php, line: 696 -msgid "Reject" -msgstr "Отклонение" - -# File: src/www/firewall_rules_edit.php, line: 698 -msgid "Match" -msgstr "Совпадение" - -# File: src/www/firewall_rules_edit.php, line: 708 -msgid "Choose what to do with packets that match the criteria specified below." -msgstr "" -"Выберите, что делать с пакетами, которые соответствуют указанным ниже " -"критериям." - -# File: src/www/firewall_rules_edit.php, line: 709 -msgid "" -"Hint: the difference between block and reject is that with reject, a packet " -"(TCP RST or ICMP port unreachable for UDP) is returned to the sender, " -"whereas with block the packet is dropped silently. In either case, the " -"original packet is discarded." -msgstr "" -"Подсказка: разница между отклоненным пакетом и заблокированным состоит в " -"том, что отклоненный пакет (TCP RST или ICMP порт недоступен для UDP) " -"возвращается отправителю, а блокированный нет. В любом случае, оригинальный " -"пакет отбрасывается." - -# File: src/www/firewall_rules_edit.php, line: 727 -msgid "Quick" -msgstr "Быстрая проверка" - -# File: src/www/firewall_rules_edit.php, line: 732 -msgid "Apply the action immediately on match." -msgstr "При совпадении сразу выполнить действие." - -# File: src/www/firewall_rules_edit.php, line: 733 -msgid "" -"Set this option if you need to apply this action to traffic that matches " -"this rule immediately." -msgstr "" -"Включите этот параметр, если необходимо, сразу применить действие к пакету, " -"который соответствует этому правилу." - -# File: src/www/firewall_rules_edit.php, line: 742 -msgid "Associated filter rule" -msgstr "Ассоциированное правило фильтрации" - -# File: src/www/firewall_rules_edit.php, line: 745 -msgid "This is associated to a NAT rule." -msgstr "Это правило ассоциировано с NAT." - -# File: src/www/firewall_rules_edit.php, line: 746 -msgid "" -"You cannot edit the interface, protocol, source, or destination of " -"associated filter rules." -msgstr "" -"Вы не можете редактировать интерфейс, протокол, адрес источника или " -"назначения ассоциированных правил фильтрации." - -# File: src/www/firewall_rules_edit.php, line: 753 -msgid "View the NAT rule" -msgstr "Просмотр правила NAT" - -# File: src/www/firewall_rules_edit.php, line: 783 -msgid "Choose on which interface packets must come in to match this rule." -msgstr "" -"Выберите интерфейс, на который будут приходить пакеты для проверки " -"соответствия данному правилу." - -# File: src/www/firewall_rules_edit.php, line: 818 -msgid "Select the Internet Protocol version this rule applies to" -msgstr "" -"Выберите версию Интернет-протокола, который будет соответствовать данному " -"правилу" - -# File: src/www/firewall_rules_edit.php, line: 837 -msgid "Hint: in most cases, you should specify " -msgstr "Подсказка: в большинстве случаев вы должны указать" - -# File: src/www/firewall_rules_edit.php, line: 842 -msgid "ICMP type" -msgstr "тип ICMP" - -# File: src/www/firewall_rules_edit.php, line: 875 -msgid "" -"If you selected ICMP for the protocol above, you may specify an ICMP type " -"here." -msgstr "" -"Если вы выбрали ICMP для протокола, указанного выше, вам необходимо указать " -"тип ICMP" - -# File: src/www/firewall_rules_edit.php, line: 1131 -msgid "Log" -msgstr "Журналирование" - -# File: src/www/firewall_rules_edit.php, line: 1135 -msgid "Log packets that are handled by this rule" -msgstr "Журналировать пакеты,соответствующие правилу" - -# File: src/www/firewall_rules_edit.php, line: 1137 -msgid "Diagnostics: System logs: Settings" -msgstr "Диагностика. Системные журналы. Настройки" - -# File: src/www/firewall_rules_edit.php, line: 1137 -msgid "" -"Hint: the firewall has limited local log space. Don't turn on logging for " -"everything. If you want to do a lot of logging, consider using a remote " -"syslog server" -msgstr "" -"Подсказка: пространство межсетевого экрана для хранения локальных журналов " -"ограничено. Если вы хотите журналировать все пакеты, используйте удаленный " -"syslog-сервер." - -# File: src/www/firewall_rules_edit.php, line: 1137 -msgid "page" -msgstr "страница" - -# File: src/www/firewall_rules_edit.php, line: 1137 -msgid "see the" -msgstr "смотрите" - -# File: src/www/firewall_rules_edit.php, line: 1150 -msgid "Advanced features" -msgstr "дополнительные возможности" - -# File: src/www/firewall_rules_edit.php, line: 1153 -msgid "Source OS" -msgstr "ОС источника" - -# File: src/www/firewall_rules_edit.php, line: 1166 -msgid "OS Type:" -msgstr "Тип ОС:" - -# File: src/www/firewall_rules_edit.php, line: 1167 -msgid "" -"Note: this only works for TCP rules. General OS choice matches all subtypes." -msgstr "" -"Примечание: это работает только с TCP правилами. Общий выбор ОС " -"соответствует всем подтипам." - -# File: src/www/firewall_rules_edit.php, line: 1172 -msgid "Diffserv Code Point" -msgstr "Кодовая точка Diffserv" - -# File: src/www/firewall_rules_edit.php, line: 1216 -msgid "Leave as 'none' to leave the rule enabled all the time." -msgstr "Выберите «отсутствует», чтобы правило работало все время." - -# File: src/www/firewall_rules_edit.php, line: 1224 -# File: src/www/services_ntpd_gps.php, line: 439 -# File: src/www/services_ntpd_gps.php, line: 445 -# File: src/www/services_ntpd_gps.php, line: 451 -# File: src/www/services_ntpd_gps.php, line: 527 -# File: src/www/services_ntpd_pps.php, line: 151 -# File: src/www/services_ntpd_pps.php, line: 157 -# File: src/www/services_ntpd_pps.php, line: 201 -# File: src/www/vpn_ipsec_phase1.php, line: 610 -msgid "default" -msgstr "по умолчанию" - -# File: src/www/firewall_rules_edit.php, line: 1244 -msgid "" -"Leave as 'default' to use the system routing table. Or choose a gateway to " -"utilize policy based routing." -msgstr "" -"Выберите «по умолчанию», чтобы использовать системную таблицу маршрутизации. " -"Или выберите шлюз, чтобы использовать маршрутизацию, основанную на политиках." - -# File: src/www/firewall_rules_edit.php, line: 1249 -# File: src/www/interfaces_ppps_edit.php, line: 647 -# File: src/www/interfaces_ppps_edit.php, line: 722 -# File: src/www/vpn_ipsec_phase1.php, line: 977 -# File: src/www/vpn_ipsec_phase2.php, line: 935 -msgid "Advanced Options" -msgstr "Дополнительные параметры" - -# File: src/www/firewall_rules_edit.php, line: 1251 -msgid "Show/Hide" -msgstr "Показать/скрыть" - -# File: src/www/firewall_rules_edit.php, line: 1256 -msgid "Note: Leave fields blank to disable the feature." -msgstr "Примечание: оставьте поля пустыми, чтобы отключить эту функцию." - -# File: src/www/firewall_rules_edit.php, line: 1259 -msgid "allow options" -msgstr "разрешить параметры" - -# File: src/www/firewall_rules_edit.php, line: 1263 -msgid "" -"This allows packets with IP options to pass. Otherwise they are blocked by " -"default. This is usually only seen with multicast traffic." -msgstr "" -"Разрешает пакеты с параметрами IP, которые блокируются по умолчанию. Этот " -"параметр виден, если используется многоадресный трафик." - -# File: src/www/firewall_rules_edit.php, line: 1268 -msgid "disable reply-to" -msgstr "Отключается ответ к" - -# File: src/www/firewall_rules_edit.php, line: 1272 -msgid "This will disable auto generated reply-to for this rule." -msgstr "Отключает автоматически созданный ответ для этого правила" - -# File: src/www/firewall_rules_edit.php, line: 1277 -msgid "Set local tag" -msgstr "Установить локальный тег" - -# File: src/www/firewall_rules_edit.php, line: 1281 -msgid "Policy filtering" -msgstr "Фильтрование политик" - -# File: src/www/firewall_rules_edit.php, line: 1281 -msgid "" -"You can mark a packet matching this rule and use this mark to match on other " -"NAT/filter rules. It is called" -msgstr "" -"Вы можете пометить пакет, соответствующий этому правилу, и использовать этот " -"тег, чтобы проверить соответствие другим правилам NAT/фильтрации. Этот " -"параметр называется" - -# File: src/www/firewall_rules_edit.php, line: 1286 -msgid "Match local tag" -msgstr "Проверка на соответствие локального тега" - -# File: src/www/firewall_rules_edit.php, line: 1290 -msgid "You can match packet on a mark placed before on another rule." -msgstr "" -"Вы можете проверять пакет на соответствие тегу, размещенному для другого " -"правила." - -# File: src/www/firewall_rules_edit.php, line: 1295 -msgid "Max states" -msgstr "Макс. состояний" - -# File: src/www/firewall_rules_edit.php, line: 1299 -msgid " Maximum state entries this rule can create" -msgstr "" -"Максимальное количество записей состояний, которое может создать это правило" - -# File: src/www/firewall_rules_edit.php, line: 1304 -msgid "Max source nodes" -msgstr "Макс. узлов-источников" - -# File: src/www/firewall_rules_edit.php, line: 1308 -msgid " Maximum number of unique source hosts" -msgstr "Максимальное количество уникальных хостов-источников " - -# File: src/www/firewall_rules_edit.php, line: 1313 -msgid "Max established" -msgstr "Макс. установленных соединений" - -# File: src/www/firewall_rules_edit.php, line: 1317 -msgid " Maximum number of established connections per host (TCP only)" -msgstr "" -"Максимальное количество установленных соединений для хоста (только TCP)" - -# File: src/www/firewall_rules_edit.php, line: 1322 -msgid "Max source states" -msgstr "Макс. состояний-источников" - -# File: src/www/firewall_rules_edit.php, line: 1326 -msgid " Maximum state entries per host" -msgstr "Максимальное количество записей состояний для хоста" - -# File: src/www/firewall_rules_edit.php, line: 1331 -msgid "Max new connections" -msgstr "Макс. новых соединений" - -# File: src/www/firewall_rules_edit.php, line: 1356 -msgid "Maximum new connections per host / per second(s) (TCP only)" -msgstr "" -"Максимальное количество новых соединений для хоста за секунды (секунды) " -"(только TCP)" - -# File: src/www/firewall_rules_edit.php, line: 1361 -msgid "State timeout" -msgstr "Тайм-аут состояния" - -# File: src/www/firewall_rules_edit.php, line: 1365 -msgid "State Timeout in seconds (TCP only)" -msgstr "Тайм-аута состояния в секундах (только TCP)" - -# File: src/www/firewall_rules_edit.php, line: 1370 -msgid "TCP flags" -msgstr "Флажки TCP" - -# File: src/www/firewall_rules_edit.php, line: 1398 -msgid "Any flags." -msgstr "Любые флажки." - -# File: src/www/firewall_rules_edit.php, line: 1403 -msgid "" -"Use this to choose TCP flags that must be set or cleared for this rule to " -"match." -msgstr "" -"Используйте для выбора флажков TCP, которые должны быть установлены или " -"очищены, соответствовать этому правилу." - -# File: src/www/firewall_rules_edit.php, line: 1408 -msgid "NO pfsync" -msgstr "НЕТ pfsync" - -# File: src/www/firewall_rules_edit.php, line: 1408 -# File: src/www/firewall_rules_edit.php, line: 1417 -msgid "State Type" -msgstr "Тип состояния" - -# File: src/www/firewall_rules_edit.php, line: 1412 -msgid "" -"Hint: This prevents states created by this rule to be sync'ed over pfsync." -msgstr "" -"Подсказка: этот параметр не дает состояниям, созданным этим правилом, " -"синхронизироваться через pfsync" - -# File: src/www/firewall_rules_edit.php, line: 1421 -# File: src/www/firewall_rules_edit.php, line: 1438 -msgid "keep state" -msgstr "сохранение состояния" - -# File: src/www/firewall_rules_edit.php, line: 1424 -# File: src/www/firewall_rules_edit.php, line: 1439 -msgid "sloppy state" -msgstr "sloppy state" - -# File: src/www/firewall_rules_edit.php, line: 1427 -# File: src/www/firewall_rules_edit.php, line: 1440 -msgid "synproxy state" -msgstr "synproxy state" - -# File: src/www/firewall_rules_edit.php, line: 1435 -msgid "" -"Hint: Select which type of state tracking mechanism you would like to use. " -"If in doubt, use keep state." -msgstr "" -"Подсказка: выберите тип механизма отслеживания состояний, который хотите " -"использовать. Если сомневаетесь, выберите «сохранение состояния»." - -# File: src/www/firewall_rules_edit.php, line: 1438 -# File: src/www/firewall_rules_edit.php, line: 1439 -msgid "Works with all IP protocols." -msgstr "Работает со всеми Интернет-протоколами." - -# File: src/www/firewall_rules_edit.php, line: 1440 -msgid "" -"Proxies incoming TCP connections to help protect servers from spoofed TCP " -"SYN floods. This option includes the functionality of keep state and " -"modulate state combined." -msgstr "" -"Входящее соединение TCP с прокси, чтобы помочь защищать серверы от " -"подмененных наводнений TCP SYN. Этот выбор включает функциональность " -"состояния главной башни и модулирует состояние совместным." - -# File: src/www/firewall_rules_edit.php, line: 1441 -msgid "" -"Do not use state mechanisms to keep track. This is only useful if you're " -"doing advanced queueing in certain situations. Please check the " -"documentation." -msgstr "" -"Не используйте механизмы отслеживания состояний. Они могут быть полезны, " -"если вы используете дополнительные очереди в определенных ситуациях. " -"Ознакомьтесь с документацией." - -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -# File: src/www/firewall_schedule_edit.php, line: 868 -msgid "Fri" -msgstr "Пт" - -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -# File: src/www/firewall_schedule_edit.php, line: 864 -msgid "Mon" -msgstr "Пн" - -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -# File: src/www/firewall_schedule_edit.php, line: 869 -msgid "Sat" -msgstr "Сб" - -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -# File: src/www/firewall_schedule_edit.php, line: 870 -msgid "Sun" -msgstr "Вс" - -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -msgid "Thur" -msgstr "Чт" - -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -msgid "Tues" -msgstr "Вт" - -# File: src/www/firewall_schedule.php, line: 34 -# File: src/www/firewall_schedule_edit.php, line: 79 -# File: src/www/firewall_schedule_edit.php, line: 866 -msgid "Wed" -msgstr "Ср" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "April" -msgstr "Апрель" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "August" -msgstr "Август" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "December" -msgstr "Декабрь" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "February" -msgstr "Февраль" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "January" -msgstr "Январь" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "July" -msgstr "Июль" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "June" -msgstr "Июнь" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "March" -msgstr "Март" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "May" -msgstr "Май" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "November" -msgstr "Ноябрь" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "October" -msgstr "Октябрь" - -# File: src/www/firewall_schedule.php, line: 35 -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "September" -msgstr "Сентябрь" - -# File: src/www/firewall_schedule.php, line: 63 -msgid "Cannot delete Schedule. Currently in use by %s" -msgstr "Не удается удалить расписание. В данный момент оно используется %s" - -# File: src/www/firewall_schedule.php, line: 79 -msgid "Add a new schedule" -msgstr "Добавить новое расписание" - -# File: src/www/firewall_schedule.php, line: 93 -msgid "Do you really want to delete this schedule?" -msgstr "Вы действительно хотите удалить это расписание?" - -# File: src/www/firewall_schedule.php, line: 126 -msgid "Time Range(s)" -msgstr "Временной (-ые) диапазон (-ы)" - -# File: src/www/firewall_schedule.php, line: 138 -msgid "Schedule is currently active" -msgstr "Расписание активно" - -# File: src/www/firewall_schedule.php, line: 238 -msgid "delete schedule" -msgstr "удалить расписание" - -# File: src/www/firewall_schedule.php, line: 241 -msgid "clone schedule" -msgstr "клонировать расписание" - -# File: src/www/firewall_schedule.php, line: 254 -msgid "" -"Schedules act as placeholders for time ranges to be used in Firewall Rules." -msgstr "" -"Расписание работают как заменители временных диапазонов и используются в " -"правилах межсетевого экрана." - -# File: src/www/firewall_schedule_edit.php, line: 116 -msgid "Schedule may not be named LAN." -msgstr "Расписание не может иметь имя LAN" - -# File: src/www/firewall_schedule_edit.php, line: 118 -msgid "Schedule may not be named WAN." -msgstr "Расписание не может иметь имя WAN" - -# File: src/www/firewall_schedule_edit.php, line: 120 -msgid "Schedule name cannot be blank." -msgstr "Имя расписания не может быть пустым." - -# File: src/www/firewall_schedule_edit.php, line: 123 -msgid "Reserved word used for schedule name." -msgstr "В качестве имени расписания используется зарезервированное слово." - -# File: src/www/firewall_schedule_edit.php, line: 125 -msgid "The schedule name may only consist of the characters a-z, A-Z, 0-9" -msgstr "Имя расписания должно содержать только символы «a–z, A–Z и 0–9»" - -# File: src/www/firewall_schedule_edit.php, line: 130 -msgid "A Schedule with this name already exists." -msgstr "Расписание с этим именем уже существует." - -# File: src/www/firewall_schedule_edit.php, line: 142 -msgid "Invalid start time - '%s'" -msgstr "Недопустимое начальное время — '%s'" - -# File: src/www/firewall_schedule_edit.php, line: 146 -msgid "Invalid stop time - '%s'" -msgstr "Недопустимое конечное время — '%s'" - -# File: src/www/firewall_schedule_edit.php, line: 189 -msgid "The schedule must have at least one time range configured." -msgstr "Расписание должно иметь хотя бы один настроенный временной диапазон." - -# File: src/www/firewall_schedule_edit.php, line: 788 -msgid "Schedule information" -msgstr "Информация о расписании" - -# File: src/www/firewall_schedule_edit.php, line: 795 -msgid "Schedule Name" -msgstr "Имя расписания" - -# File: src/www/firewall_schedule_edit.php, line: 802 -msgid "NOTE: This schedule is in use so the name may not be modified!" -msgstr "" -"ПРИМЕЧАНИЕ: нельзя изменить имя расписания, так как расписание используется!" - -# File: src/www/firewall_schedule_edit.php, line: 808 -msgid "" -"The name of the alias may only consist of the characters a-z, A-Z and 0-9" -msgstr "Имя псевдонима должно содержать только символы «a–z, A–Z и 0–9»" - -# File: src/www/firewall_schedule_edit.php, line: 824 -msgid "Month" -msgstr "Месяц" - -# File: src/www/firewall_schedule_edit.php, line: 865 -msgid "Tue" -msgstr "Вт" - -# File: src/www/firewall_schedule_edit.php, line: 867 -msgid "Thu" -msgstr "Чт" - -# File: src/www/firewall_schedule_edit.php, line: 918 -msgid "" -"Click individual date to select that date only. Click the appropriate " -"weekday Header to select all occurrences of that weekday." -msgstr "" -"Нажмите на конкретную дату, чтобы ее выбрать только ее. Нажмите на " -"соответствующий день недели, чтобы выбрать все события того дня недели." - -# File: src/www/firewall_schedule_edit.php, line: 927 -# File: src/www/firewall_schedule_edit.php, line: 1011 -msgid "Start Time" -msgstr "Начальное время" - -# File: src/www/firewall_schedule_edit.php, line: 928 -# File: src/www/firewall_schedule_edit.php, line: 1012 -msgid "Stop Time" -msgstr "Конечное время" - -# File: src/www/firewall_schedule_edit.php, line: 971 -msgid "" -"Select the time range for the day(s) selected on the Month(s) above. A full " -"day is 0:00-23:59." -msgstr "" -"Выберите временной диапазон для выбранного (-ых) в месяце (-ах) дня (-ей). " -"Полный день: 0:00–23:59." - -# File: src/www/firewall_schedule_edit.php, line: 976 -msgid "Time Range Description" -msgstr "Описание временного диапазона" - -# File: src/www/firewall_schedule_edit.php, line: 987 -msgid "Add Time" -msgstr "Добавить время" - -# File: src/www/firewall_schedule_edit.php, line: 988 -msgid "Clear Selection" -msgstr "Очистить выделение" - -# File: src/www/firewall_schedule_edit.php, line: 1000 -msgid "Schedule repeat" -msgstr "Повторение расписания" - -# File: src/www/firewall_schedule_edit.php, line: 1005 -msgid "Configured Ranges" -msgstr "Настроенные диапазоны" - -# File: src/www/firewall_schedule_edit.php, line: 1010 -msgid "Day(s)" -msgstr "День (дни)" - -# File: src/www/firewall_virtual_ip.php, line: 48 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"NAT mapping." -msgstr "" -"Нельзя удалить эту запись, так как ей присвоено по меньшей мере одно " -"преобразование NAT." - -# File: src/www/firewall_virtual_ip.php, line: 82 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"Gateway." -msgstr "" -"Нельзя удалить эту запись, так как ей присвоен по меньшей мере один шлюз." - -# File: src/www/firewall_virtual_ip.php, line: 110 -msgid "" -"This entry cannot be deleted because it is still referenced by a CARP IP " -"with the description" -msgstr "" -"Нельзя удалить эту запись, так как ей присвоен CARP IP-адрес с описанием" - -# File: src/www/firewall_virtual_ip.php, line: 261 -msgid "The VIP configuration has been changed." -msgstr "Конфигурация виртуальных IP-адресов изменена." - -# File: src/www/firewall_virtual_ip.php, line: 273 -msgid "Virtual IP address" -msgstr "Виртуальный IP-адрес" - -# File: src/www/firewall_virtual_ip.php, line: 309 -msgid "move selected virtual IPs before this entry" -msgstr "переместить выбранные виртуальные IP-адреса перед этой записью" - -# File: src/www/firewall_virtual_ip.php, line: 312 -msgid "edit virtual IP" -msgstr "редактировать виртуальный IP-адрес" - -# File: src/www/firewall_virtual_ip.php, line: 315 -msgid "delete virtual IP" -msgstr "удалить виртуальный IP-адрес" - -# File: src/www/firewall_virtual_ip.php, line: 318 -msgid "clone virtual IP" -msgstr "клонировать виртуальный IP-адрес" - -# File: src/www/firewall_virtual_ip.php, line: 332 -msgid "move selected virtual IPs to end" -msgstr "переместить выбранные виртуальные IP-адреса в конец" - -# File: src/www/firewall_virtual_ip.php, line: 335 -msgid "add new virtual IP" -msgstr "добавить новый виртуальный IP-адрес" - -# File: src/www/firewall_virtual_ip.php, line: 345 -msgid "The virtual IP addresses defined on this page may be used in" -msgstr "Виртуальные IP-адреса на этой странице могут быть использованы для" - -# File: src/www/firewall_virtual_ip.php, line: 345 -msgid "mappings." -msgstr "преобразования." - -# File: src/www/firewall_virtual_ip.php, line: 346 -msgid "You can check the status of your CARP Virtual IPs and interfaces " -msgstr "" -"Вы можете проверить статус ваших виртуальных IP-адресов и интерфейсов CARP" - -# File: src/www/firewall_virtual_ip.php, line: 346 -# File: src/www/interfaces.php, line: 1913 -# File: src/www/interfaces.php, line: 2471 -msgid "here" -msgstr "здесь" - -# File: src/www/firewall_virtual_ip_edit.php, line: 109 -# File: src/www/services_dhcp_edit.php, line: 159 -# File: src/www/services_dnsmasq_edit.php, line: 85 -# File: src/www/services_unbound_host_edit.php, line: 104 -msgid "A valid IP address must be specified." -msgstr "Укажите действительный IP-адрес." - -# File: src/www/firewall_virtual_ip_edit.php, line: 116 -msgid "This IP address is being used by another interface or VIP." -msgstr "" -"Этот IP-адрес используется другим интерфейсом или виртуальным IP-адресом." - -# File: src/www/firewall_virtual_ip_edit.php, line: 123 -msgid "" -"The interface chosen for the VIP has no IPv4 or IPv6 address configured so " -"it cannot be used as a parent for the VIP." -msgstr "" -"Выбранный для виртуального IP-адреса интерфейс не имеет настроенного IPv4 " -"или IPv6-адреса, поэтому не может использоваться в качестве родительского." - -# File: src/www/firewall_virtual_ip_edit.php, line: 136 -msgid "You cannot use the network address for this VIP" -msgstr "Вы не можете использовать адрес сети для этого виртуального IP-адреса" - -# File: src/www/firewall_virtual_ip_edit.php, line: 138 -msgid "You cannot use the broadcast address for this VIP" -msgstr "Вы не можете широковещательный адрес для этого виртуального IP-адреса" - -# File: src/www/firewall_virtual_ip_edit.php, line: 149 -msgid "" -"VHID %s is already in use on interface %s. Pick a unique number on this " -"interface." -msgstr "" -"VHID %s уже используется на интерфейсе %s. Выберите уникальный номер на этом " -"интерфейсе." - -# File: src/www/firewall_virtual_ip_edit.php, line: 153 -msgid "" -"You must specify a CARP password that is shared between the two VHID members." -msgstr "" -"Вы должны указать пароль CARP, который будет распределен между двумя " -"участникам VHID." - -# File: src/www/firewall_virtual_ip_edit.php, line: 168 -msgid "" -"Sorry, we could not locate an interface with a matching subnet for %s. " -"Please add an IP alias in this subnet on this interface." -msgstr "" -"К сожалению, не удалось обнаружить интерфейс с соответствующей подсетью для " -"%s. Добавьте IP alias на интерфейсе в этой подсети." - -# File: src/www/firewall_virtual_ip_edit.php, line: 172 -# File: src/www/firewall_virtual_ip_edit.php, line: 175 -msgid "For this type of vip localhost is not allowed." -msgstr "Для этого типа виртуально IP-адреса локальный хост не разрешен." - -# File: src/www/firewall_virtual_ip_edit.php, line: 266 -msgid "Please provide a single IP address" -msgstr "Укажите одиночный IP-адрес" - -# File: src/www/firewall_virtual_ip_edit.php, line: 275 -# File: src/www/firewall_virtual_ip_edit.php, line: 287 -msgid "" -"This must be the network's subnet mask. It does not specify a CIDR range." -msgstr "Это должно быть маска подсети, она не задает CIDR-диапазон." - -# File: src/www/firewall_virtual_ip_edit.php, line: 282 -msgid "This is a CIDR block of proxy ARP addresses." -msgstr "Это CIDR-блок адресов типа proxy ARP" - -# File: src/www/firewall_virtual_ip_edit.php, line: 318 -msgid "Edit Virtual IP" -msgstr "Редактировать виртуальный IP-адрес" - -# File: src/www/firewall_virtual_ip_edit.php, line: 328 -msgid "IP Alias" -msgstr "IP alias" - -# File: src/www/firewall_virtual_ip_edit.php, line: 329 -msgid "carp" -msgstr "CARP" - -# File: src/www/firewall_virtual_ip_edit.php, line: 330 -msgid "Proxy ARP" -msgstr "Proxy ARP" - -# File: src/www/firewall_virtual_ip_edit.php, line: 331 -# File: src/www/vpn_openvpn_export.php, line: 666 -# File: src/www/vpn_openvpn_export_shared.php, line: 338 -msgid "Other" -msgstr "Other" - -# File: src/www/firewall_virtual_ip_edit.php, line: 352 -msgid "IP Address(es)" -msgstr "IP-адрес (-а)" - -# File: src/www/firewall_virtual_ip_edit.php, line: 356 -msgid "Type:" -msgstr "Тип:" - -# File: src/www/firewall_virtual_ip_edit.php, line: 360 -msgid "Single address" -msgstr "Одиночный IP-адрес" - -# File: src/www/firewall_virtual_ip_edit.php, line: 395 -msgid "Expansion:" -msgstr "Расширение:" - -# File: src/www/firewall_virtual_ip_edit.php, line: 399 -msgid "" -"Disable expansion of this entry into IPs on NAT lists (e.g. 192.168.1.0/24 " -"expands to 256 entries." -msgstr "" -"Отключить расширение этой записи в IP-адресах из списков NAT (например, " -"192.168.1.0/24 расширяется до 256 записей)." - -# File: src/www/firewall_virtual_ip_edit.php, line: 403 -msgid "Virtual IP Password" -msgstr "Пароль виртуального IP-адреса" - -# File: src/www/firewall_virtual_ip_edit.php, line: 407 -msgid "Enter the VHID group password." -msgstr "Введите пароль группы VHID" - -# File: src/www/firewall_virtual_ip_edit.php, line: 412 -msgid "VHID Group" -msgstr "Группа VHID" - -# File: src/www/firewall_virtual_ip_edit.php, line: 422 -msgid "Enter the VHID group that the machines will share" -msgstr "Введите группу VHID, которая будет распределена между компьютерами" - -# File: src/www/firewall_virtual_ip_edit.php, line: 427 -msgid "Advertising Frequency" -msgstr "Частота синхронизации" - -# File: src/www/firewall_virtual_ip_edit.php, line: 429 -msgid "Base" -msgstr "Базовая" - -# File: src/www/firewall_virtual_ip_edit.php, line: 437 -msgid "Skew" -msgstr "со сдвигом времени " - -# File: src/www/firewall_virtual_ip_edit.php, line: 448 -msgid "" -"The frequency that this machine will advertise. 0 means usually master. " -"Otherwise the lowest combination of both values in the cluster determines " -"the master." -msgstr "" -"Частота с которой это устройство будет синхронизироваться. Частота " -"синхронизации ведущего устройства равна 0. В противном случае ведущее " -"устройство определяет самая низкая комбинация обоих значений в кластере." - -# File: src/www/firewall_virtual_ip_edit.php, line: 479 -msgid "" -"Proxy ARP and Other type Virtual IPs cannot be bound to by anything running " -"on the firewall, such as IPsec, OpenVPN, etc. Use a CARP or IP Alias type " -"address for these cases." -msgstr "" -"Виртуальные IP-адреса типа Proxy ARP или Other не могут быть привязаны к " -"запущенным через межсетевой экран службам, таким как IPsec или OpenVPN. Для " -"этого используйте типы виртуальных IP-адресов CARP или IP Alias." - -# File: src/www/firewall_virtual_ip_edit.php, line: 481 -msgid "CARP FAQ" -msgstr "Часто задаваемые вопросы по CARP" - -# File: src/www/firewall_virtual_ip_edit.php, line: 481 -msgid "For more information on CARP and the above values, visit the OpenBSD " -msgstr "Чтобы узнать больше о CARP и значениях выше, посетите OpenBSD" - -# File: src/www/foot.inc, line: 24 -msgid "Available Widgets" -msgstr "Доступные виджеты" - -# File: src/www/graph.php, line: 79 -msgid "Cannot get data about interface %s" -msgstr "Не удается получить данные об интерфейсе %s" - -# File: src/www/graph.php, line: 99 -msgid "In" -msgstr "Вх." - -# File: src/www/graph.php, line: 100 -msgid "Out" -msgstr "Исх." - -# File: src/www/graph.php, line: 104 -msgid "Switch to bytes/s" -msgstr "Переключить на байт/с" - -# File: src/www/graph.php, line: 105 -msgid "AutoScale" -msgstr "Автомасштаб" - -# File: src/www/graph.php, line: 108 -msgid "Graph shows last" -msgstr "Показывать графики в конце" - -# File: src/www/graph.php, line: 111 -msgid "Collecting initial data, please wait" -msgstr "Получаются исходные данные, подождите" - -# File: src/www/graph.php, line: 123 -msgid "No URL for getURL" -msgstr "Нет URL для getURL" - -# File: src/www/graph.php, line: 130 -msgid "No callback function for getURL" -msgstr "Нет callback функции для getURL" - -# File: src/www/graph.php, line: 146 -msgid "Both getURL and XMLHttpRequest are undefined" -msgstr "И getURL, и XMLHttpRequest не определены" - -# File: src/www/graph.php, line: 183 -msgid "Switch to" -msgstr "Переключить на" - -# File: src/www/graph.php, line: 189 -msgid "follow" -msgstr "следовать" - -# File: src/www/graph.php, line: 189 -msgid "up" -msgstr "вверх" - -# File: src/www/graph.php, line: 350 -msgid "Kbps" -msgstr "Кбит/с" - -# File: src/www/graph.php, line: 352 -msgid "Mbps" -msgstr "Мбит/с" - -# File: src/www/graph.php, line: 354 -msgid "Gbps" -msgstr "Гбит/с" - -# File: src/www/graph.php, line: 360 -msgid "KB/s" -msgstr "КБ/с" - -# File: src/www/graph.php, line: 362 -msgid "MB/s" -msgstr "МБ/с" - -# File: src/www/graph.php, line: 364 -msgid "GB/s" -msgstr "ГБ/с" - -# File: src/www/guiconfig.inc, line: 178 -msgid "The field %s contains invalid characters." -msgstr "Поле %s содержит недопустимые символы." - -# File: src/www/guiconfig.inc, line: 187 -msgid "The field %s is required." -msgstr "Поле %s обязательно для заполнения." - -# File: src/www/guiconfig.inc, line: 198 -msgid "The following input errors were detected:" -msgstr "Обнаружены следующие ошибки ввода:" - -# File: src/www/guiconfig.inc, line: 220 -msgid "Apply changes" -msgstr "Применить изменения" - -# File: src/www/guiconfig.inc, line: 259 -msgid "" -"The firewall has globally been disabled and configured rules are currently " -"not enforced. It can be enabled in the %sFirewall/NAT%s settings." -msgstr "" -"Межсетевой экран отключен глобально, и настроенные правила не применяются. " -"Включить его можно в настройках межсетевого экрана/NAT." - -# File: src/www/guiconfig.inc, line: 276 -msgid "The changes have been applied successfully." -msgstr "Изменения успешно применены." - -# File: src/www/guiconfig.inc, line: 281 -msgid "" -"You can also monitor the filter " -"reload progress." -msgstr "" -"Вы можете также следить за " -"прогрессом перезапуска фильтра." - -# File: src/www/guiconfig.inc, line: 424 -# File: src/www/guiconfig.inc, line: 453 -msgid "File %s is a directory." -msgstr "Файл %s является каталогом." - -# File: src/www/guiconfig.inc, line: 426 -# File: src/www/guiconfig.inc, line: 455 -msgid "File %s doesn't exist." -msgstr "Файл %s не существует." - -# File: src/www/guiconfig.inc, line: 432 -# File: src/www/guiconfig.inc, line: 461 -msgid "File %s yielded no results." -msgstr "Файл %s не дал результатов." - -# File: src/www/guiconfig.inc, line: 611 -msgid "Currently viewing: " -msgstr "Вы просматриваете в текущий момент:" - -# File: src/www/guiconfig.inc, line: 654 -msgid "A problem was detected. Click %shere%s for more information." -msgstr "Обнаружена проблема. Нажмите %shere%sдля дополнительной информации." - -# File: src/www/guiconfig.inc, line: 720 -msgid "Acknowledge All Notices" -msgstr "Подтвердить все уведомления" - -# File: src/www/guiconfig.inc, line: 733 -msgid "unread notice" -msgstr "непрочитанное уведомление" - -# File: src/www/guiconfig.inc, line: 735 -msgid "unread notices" -msgstr "непрочитанные уведомления" - -# File: src/www/index.php, line: 88 -msgid "Widget configuration has been changed." -msgstr "Конфигурация виджета изменена." - -# File: src/www/index.php, line: 375 -msgid "Starting initial configuration" -msgstr "Запуск начальной конфигурации." - -# File: src/www/index.php, line: 391 -msgid "Welcome to %s!\n" -msgstr "Добро пожаловать в %s!\n" - -# File: src/www/index.php, line: 392 -msgid "One moment while we start the initial setup wizard." -msgstr "Подождите немного, пока запустится мастер первоначальной настройки." - -# File: src/www/index.php, line: 393 -msgid "" -"Embedded platform users: Please be patient, the wizard takes a little longer " -"to run than the normal GUI." -msgstr "" -"Пользователи встроенной платформы: Наберитесь терпения, мастер запускается " -"немного дольше обычного пользовательского интерфейса." - -# File: src/www/index.php, line: 394 -msgid "To bypass the wizard, click on the %s logo on the initial page." -msgstr "Чтобы пропустить мастер, нажмите на логотип %s на начальной странице." - -# File: src/www/index.php, line: 573 -msgid "Loading selected widget" -msgstr "Загрузка выбранного виджета" - -# File: src/www/interfaces.php, line: 212 -msgid "XML error: %s at line %d" -msgstr "Ошибка XML: %s в строке %d" - -# File: src/www/interfaces.php, line: 524 -msgid "You have already applied your settings!" -msgstr "Вы уже применили настройки!" - -# File: src/www/interfaces.php, line: 589 -msgid "Sorry, an alias with the name %s already exists." -msgstr "Псевдоним с этим именем %s уже существует." - -# File: src/www/interfaces.php, line: 596 -msgid "An interface with the specified description already exists." -msgstr "Интерфейс с указанным описанием уже существует." - -# File: src/www/interfaces.php, line: 602 -msgid "" -"The DHCP Server is active on this interface and it can be used only with a " -"static IP configuration. Please disable the DHCP Server service on this " -"interface first, then change the interface configuration." -msgstr "" -"DHCP-сервер активен для этого сетевого интерфейса и может использоваться " -"только с настроенной статической адресацией. Сначала отключите службу DHCP-" -"сервера для этого интерфейса, а затем измените настройки сетевого интерфейса." - -# File: src/www/interfaces.php, line: 605 -msgid "" -"The DHCPv6 Server is active on this interface and it can be used only with a " -"static IPv6 configuration. Please disable the DHCPv6 Server service on this " -"interface first, then change the interface configuration." -msgstr "" -"DHCPv6-сервер активен для этого сетевого интерфейса и может использоваться " -"только с настроенной статической адресацией. Сначала отключите службу DHCPv6-" -"сервера для этого интерфейса, а затем измените настройки сетевого интерфейса." - -# File: src/www/interfaces.php, line: 611 -# File: src/www/interfaces.php, line: 1833 -# File: src/www/status_interfaces.php, line: 257 -msgid "IPv4 address" -msgstr "IPv4-адрес" - -# File: src/www/interfaces.php, line: 611 -# File: src/www/interfaces.php, line: 666 -msgid "Subnet bit count" -msgstr "Количество бит адреса подсети" - -# File: src/www/interfaces.php, line: 618 -msgid "" -"This interface is referenced by IPv4 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "" -"Этому интерфейсу присвоены виртуальные IPv4-адреса. Удалите их, чтобы " -"выбрать тип конфигурации IPv4:«отсутствует»." - -# File: src/www/interfaces.php, line: 624 -msgid "You have to reassign the interface to be able to configure as %s." -msgstr "Вы должны заново назначить интерфейс, чтобы настроить %s." - -# File: src/www/interfaces.php, line: 629 -# File: src/www/interfaces.php, line: 2158 -msgid "Modem Port" -msgstr "Порт модема" - -# File: src/www/interfaces.php, line: 629 -# File: src/www/interfaces.php, line: 2146 -# File: src/www/interfaces_ppps_edit.php, line: 113 -# File: src/www/interfaces_ppps_edit.php, line: 563 -msgid "Phone Number" -msgstr "Номер телефона" - -# File: src/www/interfaces.php, line: 635 -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 655 -# File: src/www/interfaces.php, line: 2227 -# File: src/www/interfaces.php, line: 2383 -# File: src/www/interfaces_ppps_edit.php, line: 119 -# File: src/www/interfaces_ppps_edit.php, line: 130 -msgid "Dial on demand" -msgstr "Соединение по запросу" - -# File: src/www/interfaces.php, line: 635 -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 655 -# File: src/www/interfaces_ppps_edit.php, line: 119 -# File: src/www/interfaces_ppps_edit.php, line: 130 -msgid "Idle timeout value" -msgstr "Значение тайм-аута бездействия " - -# File: src/www/interfaces.php, line: 635 -# File: src/www/interfaces.php, line: 638 -msgid "PPPoE password" -msgstr "Пароль PPPoE" - -# File: src/www/interfaces.php, line: 635 -# File: src/www/interfaces.php, line: 638 -msgid "PPPoE username" -msgstr "Имя пользователя PPPoE" - -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 648 -msgid "PPTP local IP address" -msgstr "Локальный IP-адрес PPTP " - -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 648 -msgid "PPTP password" -msgstr "Пароль PPTP" - -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 648 -msgid "PPTP remote IP address" -msgstr "Удаленный IP-адрес PPTP" - -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 648 -msgid "PPTP subnet" -msgstr "Подсеть PPTP" - -# File: src/www/interfaces.php, line: 645 -# File: src/www/interfaces.php, line: 648 -msgid "PPTP username" -msgstr "Имя пользователя PPTP" - -# File: src/www/interfaces.php, line: 655 -# File: src/www/interfaces.php, line: 658 -msgid "L2TP password" -msgstr "Пароль L2TP" - -# File: src/www/interfaces.php, line: 655 -# File: src/www/interfaces.php, line: 658 -msgid "L2TP remote IP address" -msgstr "Удаленный IP-адрес L2TP" - -# File: src/www/interfaces.php, line: 655 -# File: src/www/interfaces.php, line: 658 -msgid "L2TP username" -msgstr "Имя пользователя L2TP" - -# File: src/www/interfaces.php, line: 666 -# File: src/www/interfaces.php, line: 2427 -# File: src/www/services_dhcpv6.php, line: 836 -# File: src/www/services_dhcpv6_edit.php, line: 204 -# File: src/www/status_dhcpv6_leases.php, line: 419 -# File: src/www/status_interfaces.php, line: 285 -msgid "IPv6 address" -msgstr "IPv6-адрес" - -# File: src/www/interfaces.php, line: 673 -msgid "" -"This interface is referenced by IPv6 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "" -"Этому интерфейсу присвоены виртуальные IPv6-адреса. Удалите их, чтобы " -"выбрать тип конфигурации IPv6: «отсутствует»." - -# File: src/www/interfaces.php, line: 682 -msgid "You can only have one interface configured in 6rd with same prefix." -msgstr "Вы можете настроить только один 6rd-интерфейс с таким же префиксом." - -# File: src/www/interfaces.php, line: 691 -msgid "You can only have one interface configured as 6to4." -msgstr "Вы можете настроить только один 6to4-интерфейс." - -# File: src/www/interfaces.php, line: 698 -msgid "You must enter a valid hexadecimal number for the IPv6 prefix ID." -msgstr "" -"Вы должны ввести допустимое шестнадцатеричное число для идентификатора " -"префикса IPv6." - -# File: src/www/interfaces.php, line: 704 -msgid "You specified an IPv6 prefix ID that is out of range." -msgstr "Указанный идентификатор префикса IPv6 вне допустимого диапазона." - -# File: src/www/interfaces.php, line: 715 -msgid "A valid IPv4 address must be specified." -msgstr "Укажите действительный IPv4-адрес." - -# File: src/www/interfaces.php, line: 718 -msgid "This IPv4 address is being used by another interface or VIP." -msgstr "" -"Этот IPv4-адрес используется другим интерфейсом или виртуальным IP-адресом." - -# File: src/www/interfaces.php, line: 723 -msgid "This IPv4 address is the network address and cannot be used" -msgstr "" -"Невозможно использовать этот IPv4-адрес, так как он является адресом сети." - -# File: src/www/interfaces.php, line: 725 -msgid "This IPv4 address is the broadcast address and cannot be used" -msgstr "" -"Невозможно использовать этот IPv4-адрес, так как он является " -"широковещательным адресом." - -# File: src/www/interfaces.php, line: 732 -msgid "This IPv4 address conflicts with a Static Route." -msgstr "Этот IPv4-адрес конфликтует со статическим маршрутом." - -# File: src/www/interfaces.php, line: 741 -# File: src/www/services_dhcpv6_edit.php, line: 112 -msgid "A valid IPv6 address must be specified." -msgstr "Укажите действительный IPv6-адрес." - -# File: src/www/interfaces.php, line: 744 -msgid "This IPv6 address is being used by another interface or VIP." -msgstr "" -"Этот IPv6-адрес используется другим интерфейсом или виртуальным IP-адресом." - -# File: src/www/interfaces.php, line: 750 -msgid "This IPv6 address conflicts with a Static Route." -msgstr "Этот IPv6-адрес конфликтует со статическим маршрутом." - -# File: src/www/interfaces.php, line: 758 -# File: src/www/interfaces.php, line: 761 -msgid "A valid subnet bit count must be specified." -msgstr "Укажите допустимое количество бит адреса подсети." - -# File: src/www/interfaces.php, line: 764 -msgid "A valid alias IP address must be specified." -msgstr "Укажите действительный псевдоним IP-адреса." - -# File: src/www/interfaces.php, line: 767 -msgid "A valid alias subnet bit count must be specified." -msgstr "Укажите допустимое количество бит псевдонима подсети." - -# File: src/www/interfaces.php, line: 770 -msgid "A valid alias IP address must be specified to reject DHCP Leases from." -msgstr "Укажите действительный псевдоним IP-адреса для отклонения аренды DHCP." - -# File: src/www/interfaces.php, line: 788 -# File: src/www/system_routes_edit.php, line: 98 -msgid "A valid gateway must be specified." -msgstr "Укажите действительный шлюз." - -# File: src/www/interfaces.php, line: 792 -msgid "The service name contains invalid characters." -msgstr "Имя службы содержит недопустимые символы." - -# File: src/www/interfaces.php, line: 795 -# File: src/www/interfaces.php, line: 819 -# File: src/www/interfaces_ppps_edit.php, line: 151 -msgid "The idle timeout value must be an integer." -msgstr "Значение тайм-аута бездействия должно быть целым числом." - -# File: src/www/interfaces.php, line: 800 -# File: src/www/interfaces_ppps_edit.php, line: 156 -msgid "A valid PPPoE reset hour must be specified (0-23)." -msgstr "Укажите допустимое время сброса PPPoE сессии в часах (0–23)." - -# File: src/www/interfaces.php, line: 803 -# File: src/www/interfaces_ppps_edit.php, line: 159 -msgid "A valid PPPoE reset minute must be specified (0-59)." -msgstr "Укажите допустимое время сброса PPPoE сессии в минутах (0–59)." - -# File: src/www/interfaces.php, line: 806 -# File: src/www/interfaces_ppps_edit.php, line: 162 -msgid "A valid PPPoE reset date must be specified (mm/dd/yyyy)." -msgstr "Укажите допустимую дату сброса PPPoE сессии (дд.мм.гггг)." - -# File: src/www/interfaces.php, line: 810 -msgid "A valid PPTP local IP address must be specified." -msgstr "Укажите действительный локальный IP-адрес PPTP." - -# File: src/www/interfaces.php, line: 813 -msgid "A valid PPTP subnet bit count must be specified." -msgstr "Укажите допустимое количество бит подсети PPTP." - -# File: src/www/interfaces.php, line: 816 -msgid "A valid PPTP remote IP address must be specified." -msgstr "Укажите действительный удаленный IP-адрес PPTP." - -# File: src/www/interfaces.php, line: 822 -# File: src/www/services_dhcp_edit.php, line: 162 -# File: src/www/services_wol.php, line: 79 -# File: src/www/services_wol_edit.php, line: 85 -msgid "A valid MAC address must be specified." -msgstr "Укажите действительный MAC-адрес." - -# File: src/www/interfaces.php, line: 826 -msgid "The MTU must be greater than 576 bytes and less than 9000." -msgstr "" -"Значение максимального размера кадра должно быть больше 576 байт и меньше " -"9000." - -# File: src/www/interfaces.php, line: 836 -msgid "MTU of a vlan should not be bigger than parent interface." -msgstr "" -"Максимальный размер кадра виртуальной локальной сети должен быть меньше чем " -"для родительского интерфейса." - -# File: src/www/interfaces.php, line: 854 -msgid "Interface %s (VLAN) has MTU set to a bigger value" -msgstr "Увеличен максимальный размер кадра для интерфейса %s (VLAN)" - -# File: src/www/interfaces.php, line: 860 -msgid "The MSS must be greater than 576 bytes." -msgstr "Значение максимального размера сегмента должно быть больше 576 байт." - -# File: src/www/interfaces.php, line: 867 -# File: src/www/interfaces.php, line: 3038 -# File: src/www/interfaces_wireless.php, line: 119 -# File: src/www/interfaces_wireless_edit.php, line: 71 -# File: src/www/load_balancer_pool.php, line: 125 -# File: src/www/load_balancer_pool_edit.php, line: 63 -# File: src/www/load_balancer_pool_edit.php, line: 198 -# File: src/www/load_balancer_virtual_server_edit.php, line: 63 -# File: src/www/status_lb_pool.php, line: 129 -# File: src/www/vpn_ipsec.php, line: 315 -# File: src/www/vpn_ipsec.php, line: 441 -# File: src/www/vpn_ipsec_phase2.php, line: 670 -msgid "Mode" -msgstr "Режим:" - -# File: src/www/interfaces.php, line: 870 -# File: src/www/interfaces.php, line: 3056 -# File: src/www/status_interfaces.php, line: 351 -# File: src/www/status_wireless.php, line: 97 -msgid "SSID" -msgstr "Идентификатор беспроводной сети (SSID)" - -# File: src/www/interfaces.php, line: 894 -msgid "" -"Unable to change mode to %s. You may already have the maximum number of " -"wireless clones supported in this mode." -msgstr "" -"Невозможно изменить режим на %s. Вы создали максимально количество клонов " -"беспроводных интерфейсов, которое поддерживает этот режим." - -# File: src/www/interfaces.php, line: 930 -msgid "" -"Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit." -msgstr "" -"Недопустимый размер WEP-ключа. Ключи имеют размер 40 (64) бит или " -"104 (128) бита." - -# File: src/www/interfaces.php, line: 938 -msgid "The length of the passphrase should be between 8 and 63 characters." -msgstr "Длина парольной фразы должна быть от 8 до 63 символов." - -# File: src/www/interfaces.php, line: 1648 -msgid "Don't forget to adjust the DHCP Server range if needed after applying." -msgstr "" -"Не забудьте настроить диапазон адресов, распределяемых DHCP-сервером, если " -"необходимо после применения." - -# File: src/www/interfaces.php, line: 1648 -msgid "The %s configuration has been changed." -msgstr "Конфигурация %s изменена." - -# File: src/www/interfaces.php, line: 1661 -# File: src/www/interfaces.php, line: 1688 -msgid "General configuration" -msgstr "Общая конфигурация" - -# File: src/www/interfaces.php, line: 1674 -msgid "Enable Interface" -msgstr "Включить интерфейс" - -# File: src/www/interfaces.php, line: 1697 -msgid "Enter a description (name) for the interface here." -msgstr "Введите описание (имя) для интерфейса." - -# File: src/www/interfaces.php, line: 1706 -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved for " -"private networks as per RFC 1918 (10/8, 172.16/12, 192.168/16) as well as " -"loopback addresses (127/8)." -msgstr "" -"Этот параметр блокирует трафик с IP-адресов, которые зарезервированы для " -"частных сетей, в протоколе RFC 1918 (10/8, 172.16/12, 192.168/16), а также " -"адресов закольцовывания (127/8)." - -# File: src/www/interfaces.php, line: 1707 -msgid "" -"You should generally leave this option turned on, unless your WAN network " -"lies in such a private address space, too." -msgstr "" -"Как правило, этот параметр оставляют включенным, если ваша сеть WAN не " -"находится в таком частном адресном пространстве." - -# File: src/www/interfaces.php, line: 1718 -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved " -"(but not RFC 1918) or not yet assigned by IANA." -msgstr "" -"Этот параметр блокирует трафик от IP-адресов, которые зарезервированы (но не " -"RFC 1918) или еще не присвоены IANA." - -# File: src/www/interfaces.php, line: 1720 -msgid "" -"Bogons are prefixes that should never appear in the Internet routing table, " -"and obviously should not appear as the source address in any packets you " -"receive." -msgstr "" -"Bogon — IP-адреса, которые не должны встречаться в таблицах маршрутизации в " -"сети Интернет или в качестве адреса отправителя получаемых пакетов." - -# File: src/www/interfaces.php, line: 1723 -msgid "" -"Note: The update frequency can be changed under System->Advanced Firewall/" -"NAT settings." -msgstr "" -"Примечание: частоту обновлений можно изменить на странице «Система. " -"Дополнительно. Межсетевой экран и NAT»." - -# File: src/www/interfaces.php, line: 1728 -msgid "IPv4 Configuration Type" -msgstr "Тип конфигурации IPv4" - -# File: src/www/interfaces.php, line: 1732 -# File: src/www/status_interfaces.php, line: 158 -msgid "PPP" -msgstr "PPP" - -# File: src/www/interfaces.php, line: 1732 -# File: src/www/status_interfaces.php, line: 116 -msgid "PPPoE" -msgstr "PPPoE" - -# File: src/www/interfaces.php, line: 1732 -msgid "Static IPv4" -msgstr "Статический IPv4" - -# File: src/www/interfaces.php, line: 1741 -msgid "IPv6 Configuration Type" -msgstr "Тип конфигурации IPv6" - -# File: src/www/interfaces.php, line: 1745 -msgid "6rd Tunnel" -msgstr "Туннель 6RD" - -# File: src/www/interfaces.php, line: 1745 -msgid "6to4 Tunnel" -msgstr "Туннель 6to4" - -# File: src/www/interfaces.php, line: 1745 -msgid "SLAAC" -msgstr "SLAAC" - -# File: src/www/interfaces.php, line: 1745 -msgid "Static IPv6" -msgstr "Статический IPv6" - -# File: src/www/interfaces.php, line: 1745 -msgid "Track Interface" -msgstr "Отслеживать состояние интерфейсов" - -# File: src/www/interfaces.php, line: 1754 -# File: src/www/services_dhcp.php, line: 1129 -# File: src/www/services_dhcp_edit.php, line: 362 -# File: src/www/services_wol.php, line: 153 -# File: src/www/services_wol.php, line: 175 -# File: src/www/services_wol_edit.php, line: 77 -# File: src/www/services_wol_edit.php, line: 151 -# File: src/www/status_dhcp_leases.php, line: 340 -# File: src/www/status_interfaces.php, line: 241 -msgid "MAC address" -msgstr "MAC-адрес" - -# File: src/www/interfaces.php, line: 1764 -msgid "Insert my local MAC address" -msgstr "Вставить локальный MAC-адрес" - -# File: src/www/interfaces.php, line: 1767 -msgid "" -"This field can be used to modify (\"spoof\") the MAC address of this " -"interface" -msgstr "" -"Используйте это поле для изменения (\\«spoof\\») MAC-адреса для этого " -"интерфейса" - -# File: src/www/interfaces.php, line: 1769 -msgid "(may be required with some cable connections)" -msgstr "(может потребоваться для с кабельных подключений)" - -# File: src/www/interfaces.php, line: 1770 -msgid "" -"Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx or leave blank" -msgstr "" -"Введите MAC-адрес в формате «xx:xx:xx:xx:xx:xx» или оставьте поле пустым." - -# File: src/www/interfaces.php, line: 1776 -# File: src/www/interfaces_ppps_edit.php, line: 880 -# File: src/www/interfaces_ppps_edit.php, line: 901 -msgid "MTU" -msgstr "Максимальный размер кадра" - -# File: src/www/interfaces.php, line: 1780 -msgid "" -"If you leave this field blank, the adapter's default MTU will be used. This " -"is typically 1500 bytes but can vary in some circumstances." -msgstr "" -"Если вы оставите это поле пустым, будет использоваться значение по умолчанию " -"сетевой карты. Обычно это значение равно 1500 байтам, но может варьироваться " -"в зависимости от обстоятельств." - -# File: src/www/interfaces.php, line: 1786 -msgid "MSS" -msgstr "Максимальный размер сегмента" - -# File: src/www/interfaces.php, line: 1790 -msgid "" -"If you enter a value in this field, then MSS clamping for TCP connections to " -"the value entered above minus 40 (TCP/IP header size) will be in effect." -msgstr "" -"Если вы введете значение в это поле, максимальный размер сегмента для TCP " -"соединений будет увеличен до указанного значения, при этом 40 байт будут " -"выделены для заголовка TCP/IP." - -# File: src/www/interfaces.php, line: 1799 -msgid "Speed and duplex" -msgstr "Скорость и двусторонний режим передачи данных" - -# File: src/www/interfaces.php, line: 1802 -msgid "Default (no preference, typically autoselect)" -msgstr "По умолчанию (нет предпочтений, обычно автовыбор)" - -# File: src/www/interfaces.php, line: 1812 -msgid "" -"Here you can explicitly set speed and duplex mode for this interface. " -"WARNING: You MUST leave this set to autoselect (automatically negotiate " -"speed) unless the port this interface connects to has its speed and duplex " -"forced." -msgstr "" -"Здесь вы можете настроить скорость и двусторонний режим передачи для " -"выбранного сетевого интерфейса. ВНИМАНИЕ! Вы ДОЛЖНЫ оставить эти настройки в " -"режиме автовыбора (автоматическое согласование скорости), если только " -"скорость и режим передачи порта, к которому подключен этот сетевой " -"интерфейс, не установлены принудительно." - -# File: src/www/interfaces.php, line: 1828 -msgid "Static IPv4 configuration" -msgstr "Конфигурация статического IPv4-адреса" - -# File: src/www/interfaces.php, line: 1857 -msgid "IPv4 Upstream Gateway" -msgstr "Публичный IPv4-адрес шлюза" - -# File: src/www/interfaces.php, line: 1874 -# File: src/www/interfaces.php, line: 2467 -# File: src/www/system_routes_edit.php, line: 288 -msgid "add a new one." -msgstr "добавить новый" - -# File: src/www/interfaces.php, line: 1880 -msgid "Add new gateway" -msgstr "Добавить новый шлюз" - -# File: src/www/interfaces.php, line: 1883 -msgid "Default gateway:" -msgstr "Шлюз по умолчанию:" - -# File: src/www/interfaces.php, line: 1887 -msgid "Gateway Name:" -msgstr "Имя шлюза:" - -# File: src/www/interfaces.php, line: 1891 -msgid "Gateway IPv4:" -msgstr "IPv4-адрес шлюза" - -# File: src/www/interfaces.php, line: 1895 -# File: src/www/interfaces.php, line: 2495 -msgid "Description:" -msgstr "Описание:" - -# File: src/www/interfaces.php, line: 1902 -# File: src/www/interfaces.php, line: 2501 -msgid "Save Gateway" -msgstr "Сохранить шлюз" - -# File: src/www/interfaces.php, line: 1911 -# File: src/www/interfaces.php, line: 2469 -msgid "" -"If this interface is an Internet connection, select an existing Gateway from " -"the list or add a new one using the link above." -msgstr "" -"Если этот интерфейс используется для подключения к Интернету, выберите " -"существующий шлюз из списка или добавьте новый по ссылке выше." - -# File: src/www/interfaces.php, line: 1912 -# File: src/www/interfaces.php, line: 2470 -msgid "On local LANs the upstream gateway should be \"none\"." -msgstr "" -"Выберите значение «отсутствует» для публичного адреса шлюза локальной сети." - -# File: src/www/interfaces.php, line: 1913 -# File: src/www/interfaces.php, line: 2471 -# File: src/www/interfaces_groups_edit.php, line: 189 -# File: src/www/load_balancer_virtual_server_edit.php, line: 207 -# File: src/www/load_balancer_virtual_server_edit.php, line: 226 -# File: src/www/vpn_openvpn_export_shared.php, line: 392 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 289 -msgid "NOTE:" -msgstr "ПРИМЕЧАНИЕ:" - -# File: src/www/interfaces.php, line: 1913 -# File: src/www/interfaces.php, line: 2471 -msgid "You can manage Gateways" -msgstr "Вы не можете управлять шлюзами" - -# File: src/www/interfaces.php, line: 1927 -msgid "DHCP client configuration" -msgstr "Конфигурация DHCP-клиента" - -# File: src/www/interfaces.php, line: 1937 -# File: src/www/interfaces.php, line: 2530 -msgid "Basic" -msgstr "Базовая" - -# File: src/www/interfaces.php, line: 1945 -# File: src/www/interfaces.php, line: 2073 -# File: src/www/interfaces.php, line: 2538 -msgid "Config File Override" -msgstr "Перезапись файла конфигурации" - -# File: src/www/interfaces.php, line: 1955 -msgid "" -"The value in this field is sent as the DHCP client identifier and hostname " -"when requesting a DHCP lease. Some ISPs may require this (for client " -"identification)." -msgstr "" -"Значение этого поля отправляется в качестве идентификатора DHCP-клиента и " -"имени хоста при запросе аренды адреса. Некоторые поставщики услуги Интернет " -"могут потребовать это значение (для идентификации клиента)." - -# File: src/www/interfaces.php, line: 1962 -msgid "Alias IPv4 address" -msgstr "Псевдоним IPv4-адреса" - -# File: src/www/interfaces.php, line: 1985 -msgid "" -"The value in this field is used as a fixed alias IPv4 address by the DHCP " -"client." -msgstr "" -"Значение этого поля используется DHCP-клиентом в качестве фиксированного " -"псевдонима IPv4-адреса." - -# File: src/www/interfaces.php, line: 1991 -msgid "Reject Leases From" -msgstr "Отклонить аренду IP-адресов от" - -# File: src/www/interfaces.php, line: 1995 -msgid "" -"If there is a certain upstream DHCP server that should be ignored, place the " -"IP address or subnet of the DHCP server to be ignored here." -msgstr "" -"Если есть публичный DHCP-сервер, который необходимо игнорировать, укажите " -"здесь его IP-адрес или адрес подсети." - -# File: src/www/interfaces.php, line: 1996 -msgid "" -"This is useful for rejecting leases from cable modems that offer private IPs " -"when they lose upstream sync." -msgstr "" -"Это полезно для отклонения аренды из кабельных модемов, которые предлагают " -"частные IP, когда они утрачивают синхронизацию восходящего потока." - -# File: src/www/interfaces.php, line: 2001 -msgid "Protocol Timing" -msgstr "Тайминги протокола" - -# File: src/www/interfaces.php, line: 2003 -msgid "Timeout" -msgstr "Тайм-аут" - -# File: src/www/interfaces.php, line: 2004 -# File: src/www/load_balancer_pool_edit.php, line: 230 -msgid "Retry" -msgstr "Попробовать снова" - -# File: src/www/interfaces.php, line: 2005 -msgid "Select Timeout" -msgstr "Выбрать тайм-аут" - -# File: src/www/interfaces.php, line: 2006 -msgid "Reboot" -msgstr "Перезагрузка" - -# File: src/www/interfaces.php, line: 2007 -msgid "Backoff Cutoff" -msgstr "Отключение задержки" - -# File: src/www/interfaces.php, line: 2008 -msgid "Initial Interval" -msgstr "Начальный интервал" - -# File: src/www/interfaces.php, line: 2010 -msgid "Presets:" -msgstr "Предустановки:" - -# File: src/www/interfaces.php, line: 2013 -msgid "FreeBSD Default" -msgstr "FreeBSD по умолчанию" - -# File: src/www/interfaces.php, line: 2016 -# File: src/www/status_upnp.php, line: 114 -msgid "Clear" -msgstr "Очистить" - -# File: src/www/interfaces.php, line: 2019 -msgid "OPNsense Default" -msgstr "OPNsense по умолчанию" - -# File: src/www/interfaces.php, line: 2022 -msgid "Saved Cfg" -msgstr "Сохраненный файл конфигурации" - -# File: src/www/interfaces.php, line: 2026 -msgid "" -"The values in these fields are DHCP protocol timings used when requesting a " -"lease.
" -msgstr "" -"В этих полях указано время аренды IP-адресов в DHCP-сервере, которое " -"используется при отправке запроса аренды.
" - -# File: src/www/interfaces.php, line: 2032 -msgid "Lease Requirements" -msgstr "Требования по аренде" - -# File: src/www/interfaces.php, line: 2035 -msgid "FreeBSD Manual" -msgstr "Руководство по FreeBSD" - -# File: src/www/interfaces.php, line: 2035 -msgid "" -"More detailed information about lease requirements and requests can be found " -"in the " -msgstr "" -"Больше информации о требованиях к ответам и запросах может быть найдено в " - -# File: src/www/interfaces.php, line: 2038 -# File: src/www/interfaces.php, line: 2602 -msgid "Send Options" -msgstr "Параметры отправки" - -# File: src/www/interfaces.php, line: 2041 -msgid "" -"The values in this field are DHCP options to be sent when requesting a DHCP " -"lease. [option declaration [, ...]]
Value Substitutions: {interface}, " -"{hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C is U(pper) or " -"L(ower) Case, and D is \" :-.\" Delimiter (space, colon, hyphen, or period) " -"(omitted for none).
Some ISPs may require certain options be or not be " -"sent. " -msgstr "" -"Значения в этом поле являются параметрами DHCP, которые отправляются при " -"запросе аренды DHCP. [объявление параметра [, …]]
Подстановка " -"значений: {interface}, {hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Где C —  верхний (U) или нижний (L) регистр, а D — « :-.» разделитель " -"(пробел, двоеточие, дефис или точка) (опущены, если значение отсутствует). " -"
Некоторые Интернет-провайдеры могут требовать, чтобы определенные " -"параметры отправлялись или не отправлялись." - -# File: src/www/interfaces.php, line: 2047 -# File: src/www/interfaces.php, line: 2612 -msgid "Request Options" -msgstr "Запрашиваемые параметры" - -# File: src/www/interfaces.php, line: 2050 -msgid "" -"The values in this field are DHCP option 55 to be sent when requesting a " -"DHCP lease. [option [, ...]]
Some ISPs may require certain options be " -"or not be requested. " -msgstr "" -"Значения в этом поле являются параметрами DHCP (опция 55), которые " -"отправляются клиенту при запросе аренды DHCP. [параметр [, …]]
Некоторые поставщики услуги Интернет могут требовать, чтобы определенные " -"параметры запрашивались или не запрашивались." - -# File: src/www/interfaces.php, line: 2054 -msgid "Require Options" -msgstr "Необходимые параметры" - -# File: src/www/interfaces.php, line: 2057 -msgid "" -"The values in this field are DHCP options required by the client when " -"requesting a DHCP lease. [option [, ...]] " -msgstr "" -"Значения в этом поле являются параметрами DHCP, которые необходимые клиенту " -"при запросе аренды DHCP. [параметр [, …]]" - -# File: src/www/interfaces.php, line: 2062 -msgid "Option Modifiers" -msgstr "Модификаторы параметра" - -# File: src/www/interfaces.php, line: 2066 -msgid "" -"The values in this field are DHCP option modifiers applied to obtained DHCP " -"lease. [modifier option declaration [, ...]]
modifiers: (default, " -"supersede, prepend, append)" -msgstr "" -"Значения в этом поле являются модификаторами параметров DHCP, которые " -"применяются для получения аренды DHCP. [объявление модификатора параметра [, " -"…]]
модификаторы: (по умолчанию, замена, добавление, присоединение)" - -# File: src/www/interfaces.php, line: 2068 -# File: src/www/interfaces.php, line: 2081 -msgid "FreeBSD manual" -msgstr "Руководство по FreeBSD" - -# File: src/www/interfaces.php, line: 2077 -# File: src/www/interfaces.php, line: 2708 -msgid "" -"The value in this field is the full absolute path to a DHCP client " -"configuration file. [/[dirname/[.../]]filename[.ext]]
Value " -"Substitutions in Config File: {interface}, {hostname}, {mac_addr_asciiCD}, " -"{mac_addr_hexCD}
Where C is U(pper) or L(ower) Case, and D is \" :-.\" " -"Delimiter (space, colon, hyphen, or period) (omitted for none).
Some " -"ISPs may require certain options be or not be sent. " -msgstr "" -"Значение в этом поле является полным абсолютным путем к файлу конфигурации " -"DHCP-клиента. [/[dirname/[.../]]filename[.ext]]
Подстановка значений " -"в файл конфигурации: {interface}, {hostname}, {mac_addr_asciiCD}, " -"{mac_addr_hexCD}
Где C —  верхний (U) или нижний (L) регистр, а D " -"— \" :-.\" разделитель (пробел, двоеточие, дефис или точка) (опущены, если " -"значение отсутствует).
Некоторые поставщики услуги Интернет могут " -"требовать, чтобы определенные параметры отправлялись или не отправлялись." - -# File: src/www/interfaces.php, line: 2095 -msgid "PPP configuration" -msgstr "Конфигурация PPP" - -# File: src/www/interfaces.php, line: 2100 -# File: src/www/interfaces_ppps_edit.php, line: 517 -msgid "Service Provider" -msgstr "Поставщик услуг" - -# File: src/www/interfaces.php, line: 2104 -# File: src/www/interfaces_ppps_edit.php, line: 521 -msgid "Country:" -msgstr "Страна:" - -# File: src/www/interfaces.php, line: 2112 -# File: src/www/interfaces_ppps_edit.php, line: 529 -msgid "Provider:" -msgstr "Поставщик:" - -# File: src/www/interfaces.php, line: 2120 -# File: src/www/interfaces_ppps_edit.php, line: 537 -msgid "Plan:" -msgstr "План:" - -# File: src/www/interfaces.php, line: 2129 -# File: src/www/interfaces_ppps_edit.php, line: 546 -msgid "Select to fill in data for your service provider." -msgstr "Выберите, чтобы ввести данные своего поставщика услуг." - -# File: src/www/interfaces.php, line: 2152 -# File: src/www/interfaces_ppps_edit.php, line: 572 -msgid "Access Point Name (APN)" -msgstr "Имя точки доступа(APN)" - -# File: src/www/interfaces.php, line: 2178 -msgid "Advanced PPP" -msgstr "Дополнительные настройки PPP" - -# File: src/www/interfaces.php, line: 2181 -# File: src/www/interfaces.php, line: 2186 -# File: src/www/interfaces.php, line: 2319 -# File: src/www/interfaces.php, line: 2324 -# File: src/www/interfaces.php, line: 2402 -# File: src/www/interfaces.php, line: 2407 -msgid "Click here" -msgstr "Нажмите здесь," - -# File: src/www/interfaces.php, line: 2182 -msgid "to edit PPP configuration." -msgstr "чтобы редактировать конфигурацию PPP." - -# File: src/www/interfaces.php, line: 2187 -msgid "to create a PPP configuration." -msgstr "чтобы создать конфигурацию PPP." - -# File: src/www/interfaces.php, line: 2201 -msgid "PPPoE configuration" -msgstr "Конфигурация PPPoE" - -# File: src/www/interfaces.php, line: 2218 -# File: src/www/interfaces_ppps_edit.php, line: 578 -msgid "Service name" -msgstr "Имя службы" - -# File: src/www/interfaces.php, line: 2222 -msgid "Hint: this field can usually be left empty" -msgstr "Подсказка: обычно это поле оставляют пустым" - -# File: src/www/interfaces.php, line: 2230 -# File: src/www/interfaces.php, line: 2386 -msgid "Enable Dial-On-Demand mode" -msgstr "Включить режим «Соединение по запросу»" - -# File: src/www/interfaces.php, line: 2232 -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a " -msgstr "" -"Если этот параметр включен, интерфейс будет работать в режиме «Соединение по " -"запросу», позволяя вам устанавливать" - -# File: src/www/interfaces.php, line: 2232 -# File: src/www/interfaces.php, line: 2388 -msgid "" -"connection. The interface is configured, but the actual connection of the " -"link is delayed until qualifying outgoing traffic is detected." -msgstr "соединение. Интерфейс настроен, но фактическое соединение " - -# File: src/www/interfaces.php, line: 2232 -# File: src/www/interfaces.php, line: 2388 -msgid "virtual full time" -msgstr "всегда виртуальный" - -# File: src/www/interfaces.php, line: 2237 -# File: src/www/interfaces.php, line: 2393 -msgid "Idle timeout" -msgstr "Значение тайм-аута бездействия" - -# File: src/www/interfaces.php, line: 2241 -# File: src/www/interfaces.php, line: 2395 -msgid "" -"If no qualifying outgoing packets are transmitted for the specified number " -"of seconds, the connection is brought down. An idle timeout of zero disables " -"this feature." -msgstr "" -"Если никакие квалификационные исходящие пакеты не переданы на заданное " -"количество секунд, соединение передано. Простаивающий нулевой тайм-аут " -"отключает этот компонент." - -# File: src/www/interfaces.php, line: 2246 -# File: src/www/interfaces_ppps_edit.php, line: 652 -msgid "Periodic reset" -msgstr "Периодический сброс" - -# File: src/www/interfaces.php, line: 2253 -# File: src/www/interfaces_ppps_edit.php, line: 656 -# File: src/www/services_ntpd_gps.php, line: 373 -msgid "Custom" -msgstr "Настроенное пользователем" - -# File: src/www/interfaces.php, line: 2254 -# File: src/www/interfaces_ppps_edit.php, line: 657 -msgid "Pre-Set" -msgstr "Предустановленное " - -# File: src/www/interfaces.php, line: 2256 -# File: src/www/interfaces_ppps_edit.php, line: 660 -msgid "Select a reset timing type" -msgstr "Выберите время выполнения сброса" - -# File: src/www/interfaces.php, line: 2263 -# File: src/www/interfaces_ppps_edit.php, line: 665 -msgid "hour (0-23)" -msgstr "ч (0–23)" - -# File: src/www/interfaces.php, line: 2265 -# File: src/www/interfaces_ppps_edit.php, line: 667 -msgid "minute (0-59)" -msgstr "мин (0–59)" - -# File: src/www/interfaces.php, line: 2272 -# File: src/www/interfaces_ppps_edit.php, line: 676 -msgid "reset at a specific date (mm/dd/yyyy)" -msgstr "выполнять сброс в указанный срок (дд.мм.гггг)" - -# File: src/www/interfaces.php, line: 2275 -# File: src/www/interfaces_ppps_edit.php, line: 680 -msgid "" -"If you leave the date field empty, the reset will be executed each day at " -"the time you did specify using the minutes and hour field." -msgstr "" -"Если вы не выберете дату, сброс будет выполняться каждый день в указанное " -"время (ч и мин)." - -# File: src/www/interfaces.php, line: 2298 -# File: src/www/interfaces_ppps_edit.php, line: 703 -msgid "reset at each month ('0 0 1 * *')" -msgstr "выполнять сброс каждый месяц ('0 0 1 * *')" - -# File: src/www/interfaces.php, line: 2301 -# File: src/www/interfaces_ppps_edit.php, line: 706 -msgid "reset at each week ('0 0 * * 0')" -msgstr "выполнять сброс каждую неделю ('0 0 * * 0')" - -# File: src/www/interfaces.php, line: 2304 -# File: src/www/interfaces_ppps_edit.php, line: 709 -msgid "reset at each day ('0 0 * * *')" -msgstr "выполнять сброс каждый день ('0 0 * * *')" - -# File: src/www/interfaces.php, line: 2307 -# File: src/www/interfaces_ppps_edit.php, line: 712 -msgid "reset at each hour ('0 * * * *')" -msgstr "выполнять сброс каждый час ('0 * * * *')" - -# File: src/www/interfaces.php, line: 2316 -msgid "Advanced and MLPPP" -msgstr "Дополнительные настройки и MLPPP" - -# File: src/www/interfaces.php, line: 2320 -msgid "" -"for additional PPPoE configuration options. Save first if you made changes." -msgstr "" -"для дополнительных параметров конфигурации PPPoE. Сначала сохранитесь, если " -"вы внесли изменения." - -# File: src/www/interfaces.php, line: 2325 -msgid "for advanced PPPoE configuration options and MLPPP configuration." -msgstr "для расширенных параметров конфигурации PPPoE и конфигурации MLPPP." - -# File: src/www/interfaces.php, line: 2339 -msgid "PPTP/L2TP configuration" -msgstr "Конфигурация PPTP/L2TP" - -# File: src/www/interfaces.php, line: 2356 -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -msgid "Local IP address" -msgstr "Локальный IP-адрес" - -# File: src/www/interfaces.php, line: 2377 -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -msgid "Remote IP address" -msgstr "Удаленный IP-адрес" - -# File: src/www/interfaces.php, line: 2388 -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a" -msgstr "" -"Если этот параметр включен, интерфейс будет работать в режиме «Соединение по " -"запросу», позволяя вам устанавливать" - -# File: src/www/interfaces.php, line: 2403 -msgid "" -"for additional PPTP and L2TP configuration options. Save first if you made " -"changes." -msgstr "" -"для дополнительных параметров конфигурации PPTP и L2TP. Сначала сохранитесь, " -"если вы внесли изменения." - -# File: src/www/interfaces.php, line: 2408 -msgid "for advanced PPTP and L2TP configuration options" -msgstr "для расширенных параметров конфигурации PPTP и L2TP." - -# File: src/www/interfaces.php, line: 2422 -msgid "Static IPv6 configuration" -msgstr "Конфигурация статического IPv6-адреса" - -# File: src/www/interfaces.php, line: 2450 -msgid "IPv6 Upstream Gateway" -msgstr "Публичный IPv6-адрес шлюза" - -# File: src/www/interfaces.php, line: 2478 -msgid "Add new v6 gateway:" -msgstr "Добавить новый IPv6 шлюз" - -# File: src/www/interfaces.php, line: 2483 -msgid "Default v6 gateway:" -msgstr "IPv6 шлюз по умолчанию:" - -# File: src/www/interfaces.php, line: 2487 -msgid "Gateway Name IPv6:" -msgstr "Имя IPv6 шлюза:" - -# File: src/www/interfaces.php, line: 2491 -msgid "Gateway IPv6:" -msgstr "IPv6-адрес шлюза" - -# File: src/www/interfaces.php, line: 2520 -msgid "DHCPv6 client configuration" -msgstr "Конфигурация DHCPv6-клиента" - -# File: src/www/interfaces.php, line: 2544 -msgid "Use IPv4 connectivity" -msgstr "Использовать IPv4 подключение" - -# File: src/www/interfaces.php, line: 2548 -msgid "Request a IPv6 prefix/information through the IPv4 connectivity link" -msgstr "Запросить IPv6 префикс/информацию через IPv4 подключение" - -# File: src/www/interfaces.php, line: 2553 -msgid "Request only a IPv6 prefix" -msgstr "Запросить только IPv6 префикс" - -# File: src/www/interfaces.php, line: 2557 -msgid "Only request a IPv6 prefix, do not request a IPv6 address" -msgstr "Запросить только IPv6 префикс, не запрашивая IPv6-адрес" - -# File: src/www/interfaces.php, line: 2562 -msgid "DHCPv6 Prefix Delegation size" -msgstr "Размер делегируемого префикса DHCPv6 " - -# File: src/www/interfaces.php, line: 2574 -msgid "" -"The value in this field is the delegated prefix length provided by the " -"DHCPv6 server. Normally specified by the ISP." -msgstr "" -"Значение в этом поле является длинной делегируемого префикса, " -"предоставленного DHCPv6-сервером. Обычно указывается поставщиком услуги " -"Интернет." - -# File: src/www/interfaces.php, line: 2579 -msgid "Send IPv6 prefix hint" -msgstr "Маркер IPv6-префикса" - -# File: src/www/interfaces.php, line: 2583 -msgid "" -"Send an IPv6 prefix hint to indicate the desired prefix size for delegation" -msgstr "" -"Пошлите намёк префиксов IPv6, чтобы указать желательный размер префикса для " -"делегирования" - -# File: src/www/interfaces.php, line: 2588 -msgid "Interface Statement" -msgstr "Интерфейс Statement" - -# File: src/www/interfaces.php, line: 2591 -msgid "Information Only" -msgstr "Только информация" - -# File: src/www/interfaces.php, line: 2593 -msgid "" -"This statement specifies dhcp6c to only exchange informational " -"configuration parameters with servers. A list of DNS server addresses is " -"an example of such parameters. This statement is useful when the client " -"does not need stateful configuration parameters such as IPv6 addresses or " -"prefixes." -msgstr "" -"Этот оператор задаёт dhcp6c только Exchange параметры информационной " -"конфигурации серверами. Список адресов DNS-сервера является примером таких " -"параметров. Этот оператор полезен, когда клиент не требует параметров " -"конфигурации с сохранением состояния, таких как адреса IPv6 или префиксы." - -# File: src/www/interfaces.php, line: 2598 -msgid "source: FreeBSD man page" -msgstr "источник: страница руководства по FreeBSD" - -# File: src/www/interfaces.php, line: 2605 -msgid "" -"The values in this field are DHCP send options to be sent when requesting a " -"DHCP lease. [option declaration [, ...]]
Value Substitutions: " -"{interface}, {hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C " -"is U(pper) or L(ower) Case, and D is \" :-.\" Delimiter (space, colon, " -"hyphen, or period) (omitted for none).
Some DHCP services may require " -"certain options be or not be sent. " -msgstr "" -"Значения в этом поле являются параметрами отправки DHCP, которые " -"отправляются при запросе аренды DHCP. [объявление параметра [, …]]
" -"Подстановка значений: {interface}, {hostname}, {mac_addr_asciiCD}, " -"{mac_addr_hexCD}
Где C —  верхний (U) или нижний (L) регистр, а D " -"— \" :-.\" разделитель (пробел, двоеточие, дефис или точка) (опущены, если " -"значение отсутствует).
Некоторые службы DHCP могут требовать, чтобы " -"определенные параметры отправлялись или не отправлялись." - -# File: src/www/interfaces.php, line: 2615 -msgid "" -"The values in this field are DHCP request options to be sent when requesting " -"a DHCP lease. [option [, ...]]
Some DHCP services may require certain " -"options be or not be requested. " -msgstr "" -"Значения в этом поле являются запрашиваемыми параметрами DHCP, которые " -"отправляются при запросе аренды DHCP. [параметр [, …]]
Некоторые " -"службы DHCP могут требовать, чтобы определенные параметры запрашивались или " -"не запрашивались." - -# File: src/www/interfaces.php, line: 2620 -msgid "Script" -msgstr "Сценарий" - -# File: src/www/interfaces.php, line: 2623 -msgid "" -"The value in this field is the absolute path to a script invoked on certain " -"conditions including when a reply message is received.
[/[dirname/" -"[.../]]filename[.ext]] " -msgstr "" -"Значение в этом поле является абсолютным путём к сценарию, запущенному на " -"определённых условиях, включая то, когда ответное сообщение получено.
[/[dirname/[.../]]filename[.ext]] " - -# File: src/www/interfaces.php, line: 2629 -msgid "Identity Association" -msgstr "Ассоциация идентификации" - -# File: src/www/interfaces.php, line: 2632 -msgid "Non-Temporary Address Allocation" -msgstr "Постоянное выделение адресов" - -# File: src/www/interfaces.php, line: 2634 -msgid "id-assoc na" -msgstr "id-assoc na" - -# File: src/www/interfaces.php, line: 2635 -# File: src/www/interfaces.php, line: 2651 -msgid "ID" -msgstr "ID" - -# File: src/www/interfaces.php, line: 2639 -msgid "ipv6-address" -msgstr "ipv6-address" - -# File: src/www/interfaces.php, line: 2641 -# File: src/www/interfaces.php, line: 2657 -msgid "pltime" -msgstr "pltime" - -# File: src/www/interfaces.php, line: 2643 -# File: src/www/interfaces.php, line: 2659 -msgid "vltime" -msgstr "vltime" - -# File: src/www/interfaces.php, line: 2648 -msgid "Prefix Delegation" -msgstr "Делегация префикса" - -# File: src/www/interfaces.php, line: 2650 -msgid "id-assoc pd" -msgstr "id-assoc pd" - -# File: src/www/interfaces.php, line: 2654 -msgid "Prefix" -msgstr "Префикс" - -# File: src/www/interfaces.php, line: 2655 -msgid "ipv6-prefix" -msgstr "ipv6-префикс" - -# File: src/www/interfaces.php, line: 2665 -msgid "Prefix Interface" -msgstr "Префикс интерфейса" - -# File: src/www/interfaces.php, line: 2667 -msgid "Prefix Interface " -msgstr "Префикс интерфейса" - -# File: src/www/interfaces.php, line: 2668 -msgid "sla-id" -msgstr "sla-id" - -# File: src/www/interfaces.php, line: 2670 -msgid "sla-len" -msgstr "sla-len" - -# File: src/www/interfaces.php, line: 2675 -# File: src/www/interfaces.php, line: 3215 -# File: src/www/system_authservers.php, line: 621 -msgid "Authentication" -msgstr "Аутентификация" - -# File: src/www/interfaces.php, line: 2677 -msgid "authname" -msgstr "authname" - -# File: src/www/interfaces.php, line: 2679 -msgid "protocol" -msgstr "protocol" - -# File: src/www/interfaces.php, line: 2681 -msgid "algorithm" -msgstr "algorithm" - -# File: src/www/interfaces.php, line: 2683 -msgid "rdm" -msgstr "rdm" - -# File: src/www/interfaces.php, line: 2688 -msgid "Keyinfo" -msgstr "Информация о ключе" - -# File: src/www/interfaces.php, line: 2690 -msgid "keyname" -msgstr "keyname" - -# File: src/www/interfaces.php, line: 2692 -msgid "realm" -msgstr "realm" - -# File: src/www/interfaces.php, line: 2695 -msgid "keyid" -msgstr "keyid" - -# File: src/www/interfaces.php, line: 2697 -msgid "secret" -msgstr "secret" - -# File: src/www/interfaces.php, line: 2699 -msgid "expire" -msgstr "expire" - -# File: src/www/interfaces.php, line: 2704 -msgid "Configuration File Override" -msgstr "Перезапись файла конфигурации" - -# File: src/www/interfaces.php, line: 2725 -msgid "6RD Rapid Deployment" -msgstr "Быстрое развертывание 6RD" - -# File: src/www/interfaces.php, line: 2730 -msgid "6RD prefix" -msgstr "Префикс 6RD" - -# File: src/www/interfaces.php, line: 2734 -msgid "" -"The value in this field is the 6RD IPv6 prefix assigned by your ISP. e.g. " -"'2001:db8::/32'" -msgstr "" -"Значение в этом поле является IPv6-префиксом 6rd-сегмента, назначенным вашим " -"провайдером (например, 2001:db8::/32)." - -# File: src/www/interfaces.php, line: 2739 -msgid "6RD Border Relay" -msgstr "Граничный транслятор 6rd" - -# File: src/www/interfaces.php, line: 2743 -msgid "" -"The value in this field is 6RD IPv4 gateway address assigned by your ISP" -msgstr "" -"Значение в этом поле является IPv6-адресом 6RD-шлюза, назначенным вашим " -"провайдером." - -# File: src/www/interfaces.php, line: 2748 -msgid "6RD IPv4 Prefix length" -msgstr "Длина IPv6-префикса 6rd-сегмента" - -# File: src/www/interfaces.php, line: 2754 -# File: src/www/system_camanager.php, line: 582 -# File: src/www/system_certmanager.php, line: 797 -# File: src/www/system_certmanager.php, line: 980 -# File: src/www/vpn_ipsec.php, line: 385 -# File: src/www/vpn_ipsec.php, line: 495 -# File: src/www/vpn_ipsec_phase2.php, line: 867 -# File: src/www/vpn_openvpn_server.php, line: 1061 -msgid "bits" -msgstr "бит" - -# File: src/www/interfaces.php, line: 2761 -msgid "" -"The value in this field is the 6RD IPv4 prefix length. Normally specified by " -"the ISP. A value of 0 means we embed the entire IPv4 address in the 6RD " -"prefix." -msgstr "" -"Значение в этом поле является длиной IPv4-префикса 6rd-сегмента. Обычно его " -"указывает провайдер. Значение равное 0 значит, что IPv4-адрес полностью " -"отображен в префиксе 6RD." - -# File: src/www/interfaces.php, line: 2775 -msgid "Track IPv6 Interface" -msgstr "Отслеживать состояние IPv6-интерфейсов" - -# File: src/www/interfaces.php, line: 2778 -msgid "IPv6 Interface" -msgstr "IPv6-интерфейс" - -# File: src/www/interfaces.php, line: 2798 -msgid "This selects the dynamic IPv6 WAN interface to track for configuration" -msgstr "Определяет " - -# File: src/www/interfaces.php, line: 2803 -msgid "IPv6 Prefix ID" -msgstr "Идентификатор IPv6-префикса" - -# File: src/www/interfaces.php, line: 2812 -msgid "" -"The value in this field is the (Delegated) IPv6 prefix id. This determines " -"the configurable network ID based on the dynamic IPv6 connection" -msgstr "" -"Значение в этом поле является идентификатором (делегированного) IPv6-" -"префикса и определяет настраиваемый идентификатор сети, основанный на " -"динамическом IPv6-соединении" - -# File: src/www/interfaces.php, line: 2814 -msgid "" -"Enter a hexadecimal value between %x and %x here, default value is 0." -msgstr "" -"Введите шестнадцатеричное значение от %x до %x, значение по умолчанию " -"равно 0." - -# File: src/www/interfaces.php, line: 2831 -msgid "" -"Common wireless configuration - Settings apply to all wireless networks on" -msgstr "" -"Общая конфигурация беспроводных сетей: настройки применяются ко всем " -"включенным беспроводным сетям" - -# File: src/www/interfaces.php, line: 2836 -msgid "Persist common settings" -msgstr "Сохранить общие настройки" - -# File: src/www/interfaces.php, line: 2840 -msgid "" -"Enabling this preserves the common wireless configuration through interface " -"deletions and reassignments." -msgstr "" -"Если этот параметр включен, общая конфигурация беспроводной сети будет " -"сохранена путем удаления и повторного добавления интерфейса." - -# File: src/www/interfaces.php, line: 2861 -msgid "Protection Mode" -msgstr "Режим защиты" - -# File: src/www/interfaces.php, line: 2864 -msgid "Protection mode off" -msgstr "Режим защиты CTS" - -# File: src/www/interfaces.php, line: 2865 -msgid "Protection mode CTS to self" -msgstr "Режим защиты CTS to self" - -# File: src/www/interfaces.php, line: 2866 -msgid "Protection mode RTS and CTS" -msgstr "Режим защиты RTS и CTS" - -# File: src/www/interfaces.php, line: 2869 -msgid "" -"For IEEE 802.11g, use the specified technique for protecting OFDM frames in " -"a mixed 11b/11g network." -msgstr "" -"Для стандарта IEEE 802.11g используйте определенную технику защиты OFDM " -"кадров в смешанной 11b/11g сети." - -# File: src/www/interfaces.php, line: 2879 -msgid "Transmit power" -msgstr "Мощность передачи" - -# File: src/www/interfaces.php, line: 2889 -msgid "" -"Note: Typically only a few discreet power settings are available and the " -"driver will use the setting closest to the specified value. Not all " -"adapters support changing the transmit power setting." -msgstr "" -"Примечание: Обычно только несколько настроек незаметного питания доступно, и " -"драйвер будет использовать настройку ближе всего к указанному значению. Не " -"все адаптеры подкрепляют изменение настройки мощности передачи." - -# File: src/www/interfaces.php, line: 2894 -# File: src/www/status_interfaces.php, line: 344 -msgid "Channel" -msgstr "Канал" - -# File: src/www/interfaces.php, line: 2897 -# File: src/www/interfaces.php, line: 2942 -# File: src/www/interfaces.php, line: 2955 -# File: src/www/vpn_ipsec_phase2.php, line: 743 -msgid "Auto" -msgstr "Авто" - -# File: src/www/interfaces.php, line: 2911 -msgid "" -"Legend: wireless standards - channel # (frequency @ max TX power / TX power " -"allowed in reg. domain)" -msgstr "" -"Легенда: беспроводные стандарты — канальный # (частота при максимальной " -"мощности питания TX/TX, допускаемой в домене регистрации)" - -# File: src/www/interfaces.php, line: 2913 -msgid "" -"Note: Not all channels may be supported by your card. Auto may override the " -"wireless standard selected above." -msgstr "" -"Примечание: ваша сетевая карта может поддерживать не все каналы. Вы можете " -"указать «Авто», чтобы адаптер самостоятельно выбрал наиболее подходящий " -"канал." - -# File: src/www/interfaces.php, line: 2920 -msgid "Antenna settings" -msgstr "Настройки антенны" - -# File: src/www/interfaces.php, line: 2927 -msgid "Diversity" -msgstr "Разнесенный прием" - -# File: src/www/interfaces.php, line: 2939 -msgid "Transmit antenna" -msgstr "Передающая антенна " - -# File: src/www/interfaces.php, line: 2943 -# File: src/www/interfaces.php, line: 2956 -msgid "#1" -msgstr "№1" - -# File: src/www/interfaces.php, line: 2944 -# File: src/www/interfaces.php, line: 2957 -msgid "#2" -msgstr "№2" - -# File: src/www/interfaces.php, line: 2952 -msgid "Receive antenna" -msgstr "Приемная антенна" - -# File: src/www/interfaces.php, line: 2965 -msgid "" -"Note: The antenna numbers do not always match up with the labels on the card." -msgstr "" -"Примечание: номера антенны не всегда совпадают с маркировками на карте." - -# File: src/www/interfaces.php, line: 2973 -msgid "Distance setting" -msgstr "Настройка расстояния" - -# File: src/www/interfaces.php, line: 2977 -msgid "" -"Note: This field can be used to tune ACK/CTS timers to fit the distance " -"between AP and Client" -msgstr "" -"Примечание: это поле может использоваться для настройки ACK/CTS таймеров, " -"чтобы соответствовать расстоянию между точкой доступа и клиентом." - -# File: src/www/interfaces.php, line: 2978 -msgid "(measured in Meters and works only for Atheros based cards !)" -msgstr "" -"(измеряется в метрах и работает только для сетевых карт основанных на " -"микросхеме Atheros!)" - -# File: src/www/interfaces.php, line: 2985 -msgid "Regulatory settings" -msgstr "Регулятивные настройки" - -# File: src/www/interfaces.php, line: 2987 -msgid "Regulatory domain" -msgstr "Регулятивный домен" - -# File: src/www/interfaces.php, line: 2999 -msgid "" -"Note: Some cards have a default that is not recognized and require changing " -"the regulatory domain to one in this list for the changes to other " -"regulatory settings to work." -msgstr "" -"Примечание: в некоторых картах значение по умолчанию не распознается и " -"требует изменения регулятивного домена на домен из этого списка, чтобы " -"изменений других регулятивных настрой ей начали работать." - -# File: src/www/interfaces.php, line: 3003 -msgid "Country (listed with country code and regulatory domain)" -msgstr "Страна (перечислены с кодом страны и регулятивным доменом)" - -# File: src/www/interfaces.php, line: 3016 -msgid "" -"Note: Any country setting other than \"Default\" will override the " -"regulatory domain setting" -msgstr "" -"Примечание: после выбора любой страны (кроме значения «по молчанию»), " -"настройки регулятивного домена буду переопределены" - -# File: src/www/interfaces.php, line: 3019 -msgid "Location" -msgstr "Местоположение" - -# File: src/www/interfaces.php, line: 3022 -msgid "Indoor" -msgstr "В помещении" - -# File: src/www/interfaces.php, line: 3023 -msgid "Outdoor" -msgstr "Вне помещения" - -# File: src/www/interfaces.php, line: 3024 -msgid "Anywhere" -msgstr "Где угодно" - -# File: src/www/interfaces.php, line: 3028 -msgid "" -"These settings may affect which channels are available and the maximum " -"transmit power allowed on those channels. Using the correct settings to " -"comply with local regulatory requirements is recommended." -msgstr "" -"Эти настройки влияют на доступные каналы и максимальную мощность передачи, " -"разрешенную на них. Рекомендуется использовать правильные настройки в " -"соответствии с местными нормативными требованиям." - -# File: src/www/interfaces.php, line: 3030 -msgid "" -"Note: All wireless networks on this interface will be temporarily brought " -"down when changing regulatory settings. Some of the regulatory domains or " -"country codes may not be allowed by some cards. These settings may not be " -"able to add additional channels that are not already supported." -msgstr "" -"Примечание: все беспроводные сети на этом интерфейсе будут временно " -"отключены, когда будут изменены регулятивные настройки. Некоторые " -"регулятивные домены или коды стран могут быть запрещены для некоторых карт. " -"Возможно, из-за этого нельзя будет добавить дополнительные каналы, которые " -"уже не будут поддерживаются." - -# File: src/www/interfaces.php, line: 3035 -msgid "Network-specific wireless configuration" -msgstr "Конфигурация для данной беспроводной сети" - -# File: src/www/interfaces.php, line: 3041 -msgid "Infrastructure (BSS)" -msgstr "Инфраструктура (BSS)" - -# File: src/www/interfaces.php, line: 3044 -msgid "Ad-hoc (IBSS)" -msgstr "Одноранговая беспроводная сеть (IBSS" - -# File: src/www/interfaces.php, line: 3049 -msgid "Access Point" -msgstr "Точка доступа" - -# File: src/www/interfaces.php, line: 3060 -msgid "" -"Note: Only required in Access Point mode. If left blank in Ad-hoc or " -"Infrastructure mode, this interface will connect to any available SSID" -msgstr "" -"Примечание: требуется только в режиме точки доступа. Если оставить поле " -"пустым в режиме инфраструктуры или одноранговой сети, этот интерфейс будет " -"подключаться к любой доступной SSID сети" - -# File: src/www/interfaces.php, line: 3067 -msgid "Minimum standard" -msgstr "Минимальный стандарт" - -# File: src/www/interfaces.php, line: 3073 -msgid "802.11g" -msgstr "802,11g" - -# File: src/www/interfaces.php, line: 3076 -msgid "802.11n" -msgstr "802.11n" - -# File: src/www/interfaces.php, line: 3079 -msgid "" -"When operating as an access point, allow only stations capable of the " -"selected wireless standard to associate (stations not capable are not " -"permitted to associate)." -msgstr "" -"При работе в качестве точки доступа разрешается ассоциировать только " -"станции, совместимые с выбранным стандартом беспроводной связи (запрещается " -"ассоциировать несовместимые станции)." - -# File: src/www/interfaces.php, line: 3086 -msgid "802.11g only" -msgstr "только 802,11g" - -# File: src/www/interfaces.php, line: 3090 -msgid "" -"When operating as an access point in 802.11g mode, allow only 11g-capable " -"stations to associate (11b-only stations are not permitted to associate)." -msgstr "" -"При работе в качестве точки доступа в режиме 802.11g, разрешается " -"ассоциировать только 11g-совместимые станции (запрещается ассоциировать " -"станции совместимые только с 11b)." - -# File: src/www/interfaces.php, line: 3097 -msgid "Allow intra-BSS communication" -msgstr "Разрешить обмен трафиком между клиентами внутри одной BSS" - -# File: src/www/interfaces.php, line: 3101 -msgid "" -"When operating as an access point, enable this if you want to pass packets " -"between wireless clients directly." -msgstr "" -"При работе в качестве точки доступа, включите этот параметр, чтобы передать " -"пакеты между беспроводными клиентами напрямую." - -# File: src/www/interfaces.php, line: 3103 -msgid "" -"Disabling the internal bridging is useful when traffic is to be processed " -"with packet filtering." -msgstr "" -"Рекомендуется отключить внутренние соединения с помощью моста, если трафик " -"фильтруется." - -# File: src/www/interfaces.php, line: 3108 -msgid "Enable WME" -msgstr "Включить WME" - -# File: src/www/interfaces.php, line: 3112 -msgid "Setting this option will force the card to use WME (wireless QoS)." -msgstr "" -"Включите этот параметр, чтобы карта принудительно использовала WME " -"(беспроводной QoS)." - -# File: src/www/interfaces.php, line: 3117 -msgid "Enable Hide SSID" -msgstr "Скрывать SSID" - -# File: src/www/interfaces.php, line: 3121 -msgid "Setting this option will force the card to NOT broadcast its SSID" -msgstr "" -"Включите этот параметр, чтобы карта принудительно скрывала идентификатор " -"беспроводной сети." - -# File: src/www/interfaces.php, line: 3123 -msgid "(this might create problems for some clients)." -msgstr "(это может вызвать проблемы для некоторых клиентов)." - -# File: src/www/interfaces.php, line: 3128 -msgid "WEP" -msgstr "WEP" - -# File: src/www/interfaces.php, line: 3131 -msgid "Enable WEP" -msgstr "Включить WEP" - -# File: src/www/interfaces.php, line: 3136 -msgid "TX key" -msgstr "Ключ TX" - -# File: src/www/interfaces.php, line: 3139 -msgid "Key 1:" -msgstr "Ключ 1:" - -# File: src/www/interfaces.php, line: 3148 -msgid "Key 2:" -msgstr "Ключ 2:" - -# File: src/www/interfaces.php, line: 3157 -msgid "Key 3:" -msgstr "Ключ 3:" - -# File: src/www/interfaces.php, line: 3166 -msgid "Key 4:" -msgstr "Ключ 4:" - -# File: src/www/interfaces.php, line: 3176 -msgid "" -"40 (64) bit keys may be entered as 5 ASCII characters or 10 hex digits " -"preceded by '0x'." -msgstr "" -"40-битный (или 64-битный) WEP-ключ содержит 5 ASCII-символов или " -"10 шестнадцатеричных цифр, перед которыми стоят символы «0x»." - -# File: src/www/interfaces.php, line: 3177 -msgid "" -"104 (128) bit keys may be entered as 13 ASCII characters or 26 hex digits " -"preceded by '0x'." -msgstr "" -"104-битный (или 128-битный) WEP-ключ содержит 13 ASCII-символов или " -"26 шестнадцатеричных цифр, перед которыми стоят символы «0x»." - -# File: src/www/interfaces.php, line: 3182 -# File: src/www/interfaces.php, line: 3198 -msgid "WPA" -msgstr "WPA" - -# File: src/www/interfaces.php, line: 3185 -msgid "Enable WPA" -msgstr "Включить WPA" - -# File: src/www/interfaces.php, line: 3187 -msgid "WPA Pre-Shared Key" -msgstr "Предварительно выданные WPA-ключи" - -# File: src/www/interfaces.php, line: 3190 -msgid "Passphrase must be from 8 to 63 characters." -msgstr "Длина парольной фразы должна быть от 8 до 63 символов." - -# File: src/www/interfaces.php, line: 3195 -msgid "WPA Mode" -msgstr "Режим WPA" - -# File: src/www/interfaces.php, line: 3199 -msgid "WPA2" -msgstr "WPA2" - -# File: src/www/interfaces.php, line: 3200 -# File: src/www/interfaces.php, line: 3210 -# File: src/www/interfaces.php, line: 3220 -# File: src/www/interfaces.php, line: 3231 -msgid "Both" -msgstr "Оба" - -# File: src/www/interfaces.php, line: 3205 -msgid "WPA Key Management Mode" -msgstr "Режим управления WPA-ключами" - -# File: src/www/interfaces.php, line: 3208 -# File: src/www/vpn_ipsec_keys.php, line: 128 -# File: src/www/vpn_ipsec_keys_edit.php, line: 78 -# File: src/www/vpn_ipsec_keys_edit.php, line: 151 -# File: src/www/vpn_ipsec_phase1.php, line: 199 -# File: src/www/vpn_ipsec_phase1.php, line: 836 -msgid "Pre-Shared Key" -msgstr "Предварительно выданный ключ" - -# File: src/www/interfaces.php, line: 3209 -msgid "Extensible Authentication Protocol" -msgstr "Расширяемый протокол аутентификации" - -# File: src/www/interfaces.php, line: 3218 -msgid "Open System Authentication" -msgstr "Аутентификация с помощью открытой системы" - -# File: src/www/interfaces.php, line: 3219 -msgid "Shared Key Authentication" -msgstr "Аутентификация с помощью общего ключа" - -# File: src/www/interfaces.php, line: 3223 -msgid "Note: Shared Key Authentication requires WEP." -msgstr "Примечание: для аутентификации с помощью общего ключа требуется WEP" - -# File: src/www/interfaces.php, line: 3228 -msgid "WPA Pairwise" -msgstr "Парные WPA-ключи" - -# File: src/www/interfaces.php, line: 3232 -msgid "AES (recommended)" -msgstr "Алгоритм шифрования AES (рекомендуется)" - -# File: src/www/interfaces.php, line: 3233 -msgid "TKIP" -msgstr "TKIP" - -# File: src/www/interfaces.php, line: 3238 -msgid "Key Rotation" -msgstr "Чередование ключей" - -# File: src/www/interfaces.php, line: 3242 -msgid "" -"Allowed values are 1-9999 but should not be longer than Master Key " -"Regeneration time." -msgstr "" -"Допустимые значения: 1–9999, но не больше, чем частота повторного создания " -"главного ключа." - -# File: src/www/interfaces.php, line: 3247 -msgid "Master Key Regeneration" -msgstr "Повторное создание главного ключа" - -# File: src/www/interfaces.php, line: 3251 -msgid "" -"Allowed values are 1-9999 but should not be shorter than Key Rotation time." -msgstr "" -"Допустимые значения: 1–9999, но не меньше, чем частота чередования ключа." - -# File: src/www/interfaces.php, line: 3256 -msgid "Strict Key Regeneration" -msgstr "Повторное создание строгого ключа" - -# File: src/www/interfaces.php, line: 3260 -msgid "" -"Setting this option will force the AP to rekey whenever a client " -"disassociates." -msgstr "" -"Включите этот параметр, чтобы точка доступа принудительно меняла ключ, когда " -"клиент перестает быть ассоциированным." - -# File: src/www/interfaces.php, line: 3265 -msgid "Enable IEEE802.1X Authentication" -msgstr "Включить аутентификацию IEEE 802.1x" - -# File: src/www/interfaces.php, line: 3269 -msgid "Setting this option will enable 802.1x authentication." -msgstr "Включите этот параметр, чтобы включить аутентификацию IEEE 802.1x." - -# File: src/www/interfaces.php, line: 3270 -# File: src/www/load_balancer_pool_edit.php, line: 258 -msgid "NOTE" -msgstr "ПРИМЕЧАНИЕ" - -# File: src/www/interfaces.php, line: 3270 -msgid "this option requires checking the \"Enable WPA box\"." -msgstr "" -"для этого параметра необходимо, чтобы был установлен флажок «Включить WPA»." - -# File: src/www/interfaces.php, line: 3275 -msgid "802.1X Server IP Address" -msgstr "IP-адрес сервера аутентификации 802.1X" - -# File: src/www/interfaces.php, line: 3279 -# File: src/www/interfaces.php, line: 3304 -msgid "" -"Enter the IP address of the 802.1X Authentication Server. This is commonly " -"a Radius server (FreeRadius, Internet Authentication Services, etc.)" -msgstr "" -"Введите IP-адрес сервера аутентификации 802.1X. Обычно это Radius сервер " -"(FreeRadius, Internet Authentication Services и т. д.)" - -# File: src/www/interfaces.php, line: 3284 -msgid "802.1X Server Port" -msgstr "Порт сервера аутентификации 802.1X" - -# File: src/www/interfaces.php, line: 3288 -# File: src/www/interfaces.php, line: 3314 -msgid "Leave blank for the default 1812 port." -msgstr "Оставьте поле пустым, чтобы использовать порт по умолчанию (1812)." - -# File: src/www/interfaces.php, line: 3293 -msgid "802.1X Server Shared Secret" -msgstr "Общий секретный ключ сервера аутентификации 802.1X" - -# File: src/www/interfaces.php, line: 3299 -msgid "802.1X Server IP Address (2)" -msgstr "IP-адрес сервера аутентификации 802.1X (2)" - -# File: src/www/interfaces.php, line: 3303 -msgid "Secondary 802.1X Authentication Server IP Address" -msgstr "IP-адрес вспомогательного сервера аутентификации 802.1X" - -# File: src/www/interfaces.php, line: 3309 -msgid "802.1X Server Port (2)" -msgstr "Порт сервера аутентификации 802.1X (2)" - -# File: src/www/interfaces.php, line: 3313 -msgid "Secondary 802.1X Authentication Server Port" -msgstr "Порт вспомогательного сервера аутентификации 802.1X" - -# File: src/www/interfaces.php, line: 3319 -msgid "802.1X Server Shared Secret (2)" -msgstr "Общий секретный ключ сервера аутентификации 802.1X (2)" - -# File: src/www/interfaces.php, line: 3323 -msgid "Secondary 802.1X Authentication Server Shared Secret" -msgstr "Общий секретный ключ вспомогательного сервера аутентификации 802.1X" - -# File: src/www/interfaces.php, line: 3328 -msgid "802.1X Roaming Preauth" -msgstr "Протокол 802.1х роуминга с пре-аутентификацией" - -# File: src/www/interfaces_assign.php, line: 49 -msgid "vlan %s on %s" -msgstr "виртуальная локальная сеть%s для %s" - -# File: src/www/interfaces_assign.php, line: 142 -msgid "lan" -msgstr "локальная сеть" - -# File: src/www/interfaces_assign.php, line: 143 -msgid "LAN" -msgstr "LAN" - -# File: src/www/interfaces_assign.php, line: 170 -msgid "" -"The interface is part of a group. Please remove it from the group to continue" -msgstr "" -"Этот интерфейс является частью группы. Для продолжения сначала удалите его " -"из группы" - -# File: src/www/interfaces_assign.php, line: 172 -msgid "" -"The interface is part of a bridge. Please remove it from the bridge to " -"continue" -msgstr "" -"Этот интерфейс является частью сетевого моста. Для продолжения сначала " -"удалите его из моста." - -# File: src/www/interfaces_assign.php, line: 174 -msgid "" -"The interface is part of a gre tunnel. Please delete the tunnel to continue" -msgstr "" -"Этот интерфейс является частью GRE туннеля. Для продолжения сначала удалите " -"его из туннеля." - -# File: src/www/interfaces_assign.php, line: 176 -msgid "" -"The interface is part of a gif tunnel. Please delete the tunnel to continue" -msgstr "" -"Этот интерфейс является частью GIF туннеля. Для продолжения сначала удалите " -"его из туннеля." - -# File: src/www/interfaces_assign.php, line: 239 -msgid "Port %s was assigned to %d interfaces:" -msgstr "Порт %s привязан к %d интерфейсам:" - -# File: src/www/interfaces_assign.php, line: 253 -msgid "" -"You cannot set port %s to interface %s because this interface is a member of " -"%s." -msgstr "" -"Вы не можете привязать порт %s к интерфейсу %s, так как это интерфейс " -"является участником %s." - -# File: src/www/interfaces_assign.php, line: 264 -msgid "VLAN parent interface %s does not exist." -msgstr "Родительский интерфейс VLAN %s не существует." - -# File: src/www/interfaces_assign.php, line: 362 -msgid "Do you really want to delete this interface?" -msgstr "Вы действительно хотите удалить этот интерфейс?" - -# File: src/www/interfaces_assign.php, line: 399 -msgid "Network port" -msgstr "Сетевой порт" - -# File: src/www/interfaces_assign.php, line: 424 -# File: src/www/interfaces_bridge.php, line: 158 -# File: src/www/interfaces_gif.php, line: 137 -# File: src/www/interfaces_gre.php, line: 139 -# File: src/www/interfaces_lagg.php, line: 147 -# File: src/www/interfaces_ppps.php, line: 145 -# File: src/www/interfaces_qinq.php, line: 156 -# File: src/www/interfaces_vlan.php, line: 139 -# File: src/www/interfaces_wireless.php, line: 136 -msgid "delete interface" -msgstr "удалить интерфейс" - -# File: src/www/interfaces_assign.php, line: 436 -msgid "Available network ports:" -msgstr "Доступные сетевые порты:" - -# File: src/www/interfaces_assign.php, line: 448 -msgid "add selected interface" -msgstr "добавить выбранный интерфейс" - -# File: src/www/interfaces_assign.php, line: 455 -msgid "" -"Interfaces that are configured as members of a LAGG interface will not be " -"shown." -msgstr "" -"Интерфейсы, настроенные как участники LAGG интерфейса, не будут показаны." - -# File: src/www/interfaces_bridge.php, line: 59 -msgid "This bridge cannot be deleted because it is assigned as an interface." -msgstr "" -"Нельзя удалить этот сетевой мост, так как он назначен в качестве интерфейса." - -# File: src/www/interfaces_bridge.php, line: 93 -msgid "Do you really want to delete this bridge?" -msgstr "Вы действительно хотите удалить этот сетевой мост?" - -# File: src/www/interfaces_bridge.php, line: 127 -# File: src/www/interfaces_groups.php, line: 110 -# File: src/www/interfaces_lagg.php, line: 130 -# File: src/www/load_balancer_pool_edit.php, line: 277 -msgid "Members" -msgstr "Участники" - -# File: src/www/interfaces_bridge.php, line: 155 -msgid "edit bridge" -msgstr "редактировать сетевой мост" - -# File: src/www/interfaces_bridge.php, line: 171 -msgid "Here you can configure bridging of interfaces." -msgstr "Здесь вы можете настроить соединение интерфейсов с помощью моста." - -# File: src/www/interfaces_bridge_edit.php, line: 108 -msgid "Member Interfaces" -msgstr "Интерфейсы-участники" - -# File: src/www/interfaces_bridge_edit.php, line: 113 -msgid "Maxage needs to be an integer between 6 and 40." -msgstr "" -"Максимальное время жизни сообщения должно быть целым числом от 6 до 40." - -# File: src/www/interfaces_bridge_edit.php, line: 116 -msgid "Maxaddr needs to be an integer." -msgstr "" -"Значение максимального размера кэша адресов моста должно быть целым числом." - -# File: src/www/interfaces_bridge_edit.php, line: 119 -msgid "Timeout needs to be an integer." -msgstr "Значение тайм-аута должно быть целым числом." - -# File: src/www/interfaces_bridge_edit.php, line: 122 -msgid "Forward Delay needs to be an integer between 4 and 30." -msgstr "Значение задержки смены состояний должно быть целым числом от 4 до 30." - -# File: src/www/interfaces_bridge_edit.php, line: 125 -msgid "Hello time for STP needs to be an integer between 1 and 2." -msgstr "" -"Значение времени приветствия для протокола STP должно быть целым числом от 1 " -"до 2." - -# File: src/www/interfaces_bridge_edit.php, line: 128 -msgid "Priority for STP needs to be an integer between 0 and 61440." -msgstr "" -"Значение приоритета для протокола STP должно быть целым числом от 0 до 61440." - -# File: src/www/interfaces_bridge_edit.php, line: 131 -msgid "Transmit Hold Count for STP needs to be an integer between 1 and 10." -msgstr "" -"Значение счетчика задержки передачи для протокола STP должно быть целым " -"числом от 1 до 10." - -# File: src/www/interfaces_bridge_edit.php, line: 135 -msgid "%s interface priority for STP needs to be an integer between 0 and 240." -msgstr "" -"Значение приоритета интерфейса %s для протокола STP должно быть целым числом " -"от 0 до 240." - -# File: src/www/interfaces_bridge_edit.php, line: 138 -msgid "" -"%s interface path cost for STP needs to be an integer between 1 and " -"200000000." -msgstr "" -"Значение стоимость пути для интерфейса %s для протокола STP должно быть " -"целым числом от 1 до 200000000." - -# File: src/www/interfaces_bridge_edit.php, line: 143 -msgid "You must select at least 2 member interfaces for a bridge." -msgstr "" -"Вы должны выбрать по меньшей мере 2 интерфейса-участника для сетевого моста." - -# File: src/www/interfaces_bridge_edit.php, line: 149 -msgid "A member interface passed does not exist in configuration" -msgstr "Принятый интерфейс-участник не существует в конфигурации " - -# File: src/www/interfaces_bridge_edit.php, line: 152 -msgid "Bridging a wireless interface is only possible in hostap mode." -msgstr "" -"Соединение беспроводного интерфейса с помощью моста возможно только в режиме " -"точки доступа." - -# File: src/www/interfaces_bridge_edit.php, line: 155 -msgid "" -"Span interface cannot be part of the bridge. Remove the span interface from " -"bridge members to continue." -msgstr "" -"Интерфейс SPAN не может быть частью сетевого моста. Для продолжения удалите " -"его из участников сетевого моста." - -# File: src/www/interfaces_bridge_edit.php, line: 202 -# File: src/www/interfaces_gif_edit.php, line: 129 -# File: src/www/interfaces_gre_edit.php, line: 103 -# File: src/www/interfaces_lagg_edit.php, line: 134 -# File: src/www/interfaces_vlan_edit.php, line: 124 -msgid "Error occurred creating interface, please retry." -msgstr "Ошибка при создании интерфейса, попробуйте снова." - -# File: src/www/interfaces_bridge_edit.php, line: 247 -msgid "Bridge configuration" -msgstr "Конфигурация сетевого моста" - -# File: src/www/interfaces_bridge_edit.php, line: 257 -# File: src/www/interfaces_lagg_edit.php, line: 108 -msgid "Member interfaces" -msgstr "Интерфейсы-участники" - -# File: src/www/interfaces_bridge_edit.php, line: 269 -msgid "Interfaces participating in the bridge." -msgstr "Интерфейсы соединенные с помощью моста." - -# File: src/www/interfaces_bridge_edit.php, line: 285 -# File: src/www/interfaces_ppps_edit.php, line: 634 -msgid "Show advanced options" -msgstr "Показать дополнительные параметры" - -# File: src/www/interfaces_bridge_edit.php, line: 298 -msgid "RSTP/STP" -msgstr "RSTP/STP" - -# File: src/www/interfaces_bridge_edit.php, line: 298 -msgid "Spanning Tree Protocol" -msgstr "Протокол остовного дерева" - -# File: src/www/interfaces_bridge_edit.php, line: 307 -msgid "Enable spanning tree options for this bridge." -msgstr "Включить параметры остовного дерева для этого моста." - -# File: src/www/interfaces_bridge_edit.php, line: 316 -msgid "RSTP" -msgstr "RSTP" - -# File: src/www/interfaces_bridge_edit.php, line: 319 -msgid "STP" -msgstr "STP" - -# File: src/www/interfaces_bridge_edit.php, line: 323 -msgid "Protocol used for spanning tree." -msgstr "Протокол для остовного дерева" - -# File: src/www/interfaces_bridge_edit.php, line: 328 -msgid "STP interfaces" -msgstr "STP-интерфейсы:" - -# File: src/www/interfaces_bridge_edit.php, line: 340 -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 remove loops in a network topology." -msgstr "" -"Включить протокол Spanning Tree на интерфейсе. Драйвер If_bridge (4) " -"поддерживает IEEE 802.1D для STP. STP используется для обнаружения и " -"удаления петель в топологии сети." - -# File: src/www/interfaces_bridge_edit.php, line: 348 -msgid "Valid time" -msgstr "Действительное время" - -# File: src/www/interfaces_bridge_edit.php, line: 352 -msgid "" -"Set the time that a Spanning Tree Protocol configuration is valid. The " -"default is 20 seconds. The minimum is 6 seconds and the maximum is 40 " -"seconds." -msgstr "" -"Установите время, в течение которого конфигурация STP считается " -"действительной. Значение по умолчанию составляет 20 секунд. Минимальное " -"значение составляет 6 секунд, а максимальное 40 секунд." - -# File: src/www/interfaces_bridge_edit.php, line: 359 -msgid "Forward time" -msgstr "Время смены состояний" - -# File: src/www/interfaces_bridge_edit.php, line: 363 -msgid "" -"Set the time that must pass before an interface begins forwarding packets " -"when Spanning Tree is enabled. The default is 15 seconds. The minimum is 4 " -"seconds and the maximum is 30 seconds." -msgstr "" -"Установите время, которое должно пройти до того, как интерфейс начнет " -"пересылать пакеты при включенном STP. Значение по умолчанию составляет " -"15 секунд. Минимальное значение составляет 4 секунды, а максимальное " -"30 секунд." - -# File: src/www/interfaces_bridge_edit.php, line: 369 -msgid "Hello time" -msgstr "Время приветствия" - -# File: src/www/interfaces_bridge_edit.php, line: 373 -msgid "" -"Set the time between broadcasting of Spanning Tree Protocol configuration " -"messages. The hello time may only be changed when operating in legacy STP " -"mode. The default is 2 seconds. The minimum is 1 second and the maximum is " -"2 seconds." -msgstr "" -"Установите интервал времени между широковещательными конфигурационными " -"сообщениями Spanning Tree. Время приветствия можно изменить только в режиме " -"STP совместимости. По умолчанию это значение равно 2 секундам. Минимальное " -"значение равно 1, а максимальное 255." - -# File: src/www/interfaces_bridge_edit.php, line: 379 -# File: src/www/interfaces_bridge_edit.php, line: 400 -# File: src/www/system_gateway_groups.php, line: 170 -msgid "Priority" -msgstr "Приоритет" - -# File: src/www/interfaces_bridge_edit.php, line: 383 -msgid "" -"Set the bridge priority for Spanning Tree. The default is 32768. The " -"minimum is 0 and the maximum is 61440." -msgstr "" -"Установите приоритет сетевого моста для остовного дерева. Значение по " -"умолчанию 32768. Минимальное значение 0, а максимальное 61440." - -# File: src/www/interfaces_bridge_edit.php, line: 389 -msgid "Hold count" -msgstr "Счетчик задержки" - -# File: src/www/interfaces_bridge_edit.php, line: 393 -msgid "" -"Set the transmit hold count for Spanning Tree. This is the number of " -"packets transmitted before being rate limited. The default is 6. The " -"minimum is 1 and the maximum is 10." -msgstr "" -"Укажите значение счетчика задержки передачи для остовного дерева. Это " -"количество переданных пакетов, перед тем как скорость будет ограничена. " -"Значение по умолчанию равно 6. Минимальное значение равно 1 и максимум 10." - -# File: src/www/interfaces_bridge_edit.php, line: 415 -msgid "" -"Set the Spanning Tree priority of interface to value. The default is 128. " -"The minimum is 0 and the maximum is 240. Increments of 16." -msgstr "" -"Установите приоритет сетевого моста для остовного дерева. Значение по " -"умолчанию равно 128. Минимальное значение равно 0, а максимальное 240. " -"Инкремент равен 16." - -# File: src/www/interfaces_bridge_edit.php, line: 421 -msgid "Path cost" -msgstr "Стоимость пути" - -# File: src/www/interfaces_bridge_edit.php, line: 436 -msgid "" -"Set the Spanning Tree path cost of interface to value. The default is " -"calculated from the link speed. To change a previously selected path cost " -"back to automatic, set the cost to 0. The minimum is 1 and the maximum is " -"200000000." -msgstr "" -"Установите стоимость пути для остовного дерева. По умолчанию рассчитывается " -"исходя и скорости канала. Чтобы изменить ранее выбранную стоимость пути на " -"автоматически присваиваемое значение, установите значение равное 0. " -"Минимальное значение равно 1, а максимальное 200000000." - -# File: src/www/interfaces_bridge_edit.php, line: 452 -msgid "Advanced options" -msgstr "Дополнительные параметры" - -# File: src/www/interfaces_bridge_edit.php, line: 457 -msgid "Cache size" -msgstr "Размер кэша" - -# File: src/www/interfaces_bridge_edit.php, line: 457 -msgid "entries" -msgstr "адресов" - -# File: src/www/interfaces_bridge_edit.php, line: 461 -msgid "" -"Set the size of the bridge address cache to size. The default is .100 " -"entries." -msgstr "" -"Установите размер кэша адресов сетевого моста. По умолчанию равен100 записям." - -# File: src/www/interfaces_bridge_edit.php, line: 466 -msgid "Cache entry expire time" -msgstr "Время жизни адреса в кэше " - -# File: src/www/interfaces_bridge_edit.php, line: 470 -msgid "" -"Set the timeout of address cache entries to this number of seconds. If " -"seconds is zero, then address cache entries will not be expired. The default " -"is 240 seconds." -msgstr "" -"Установите время нахождения записи адреса в кэше адресов в секундах. Если " -"значение равно 0, то запись не устаревает. По умолчанию равно 240 секундам. " - -# File: src/www/interfaces_bridge_edit.php, line: 477 -msgid "Span port" -msgstr "Порт SPAN" - -# File: src/www/interfaces_bridge_edit.php, line: 490 -msgid "" -"Add the interface named by interface as a span port on the bridge. Span " -"ports transmit a copy of every frame received by the bridge. This is most " -"useful for snooping a bridged network passively on another host connected to " -"one of the span ports of the bridge." -msgstr "" -"Добавьте интерфейс в качестве порта SPAN на мосту. Порты SPAN передают копию " -"каждого кадра, полученного мостом. Это особенно полезно для пассивного " -"отслеживания мостовой сети на другом хосте, подключенном к одному из портов " -"SPAN сетевого моста." - -# File: src/www/interfaces_bridge_edit.php, line: 496 -msgid "The span interface cannot be part of the bridge member interfaces." -msgstr "Интерфейс SPAN не может быть интерфейсом-участником сетевого моста." - -# File: src/www/interfaces_bridge_edit.php, line: 501 -msgid "Edge ports" -msgstr "Граничный порт" - -# File: src/www/interfaces_bridge_edit.php, line: 513 -msgid "" -"Set interface as an edge port. An edge port connects directly to end " -"stations and cannot create bridging loops in the network; this allows it to " -"transition straight to forwarding." -msgstr "" -"Установите интерфейс в качестве пограничного порта. Пограничный порт " -"подключается непосредственно к конечным станциям и не может создать петлю " -"коммутации в сети; это позволяет ему осуществить прямой переход в состояние " -"пересылки." - -# File: src/www/interfaces_bridge_edit.php, line: 520 -msgid "Auto Edge ports" -msgstr "Автоопределение граничного порта" - -# File: src/www/interfaces_bridge_edit.php, line: 532 -msgid "" -"Allow interface to automatically detect edge status. This is the default " -"for all interfaces added to a bridge." -msgstr "" -"Позволяет интерфейсу автоматически определять статус граничного порта. Этот " -"параметр включен по умолчанию для всех интерфейсов, добавленных к мосту." - -# File: src/www/interfaces_bridge_edit.php, line: 535 -msgid "This will disable the autoedge status of interfaces." -msgstr "Это отключит автоопределение статуса граничного порта для интерфейсов." - -# File: src/www/interfaces_bridge_edit.php, line: 540 -msgid "PTP ports" -msgstr "PTP порты" - -# File: src/www/interfaces_bridge_edit.php, line: 552 -msgid "" -"Set the interface as a point-to-point link. This is required for straight " -"transitions to forwarding and should be enabled on a direct link to another " -"RSTP-capable switch." -msgstr "" -"Установите интерфейс в качестве канала «точка-точка». Этот параметр " -"необходим для прямого перехода в состояние пересылки и должен быть включен " -"для прямого соединения с RSTP-совместимым коммутатором." - -# File: src/www/interfaces_bridge_edit.php, line: 559 -msgid "Auto PTP ports" -msgstr "Автоопределение PTP порта" - -# File: src/www/interfaces_bridge_edit.php, line: 571 -msgid "" -"Automatically detect the point-to-point status on interface by checking the " -"full duplex link status. This is the default for interfaces added to the " -"bridge." -msgstr "" -"Автоматическое определение состояния порта «точка-точка» на интерфейсе путем " -"проверки статуса полнодуплексного канала связи. Это значение по умолчанию " -"для интерфейсов, добавленных к мосту." - -# File: src/www/interfaces_bridge_edit.php, line: 575 -msgid "" -"The interfaces selected here will be removed from default autoedge status." -msgstr "Выбранные интерфейсы будут удалены из статуса autoedge по умолчанию." - -# File: src/www/interfaces_bridge_edit.php, line: 580 -msgid "Sticky ports" -msgstr "Фиксированные порты" - -# File: src/www/interfaces_bridge_edit.php, line: 592 -msgid "" -"Mark an interface as a \"sticky\" interface. Dynamically learned address " -"entries are treated as static once entered into the cache. Sticky entries " -"are never aged out of the cache or replaced, even if the address is seen on " -"a different interface." -msgstr "" -"Отметить интерфейс как «фиксированный» интерфейс. Полученные в процессе " -"коммутации записи адресов после попадания в кэш рассматриваются как " -"статические. Фиксированные записи никогда не устаревают и не заменяются " -"другими, даже если адрес наблюдается на другом интерфейсе." - -# File: src/www/interfaces_bridge_edit.php, line: 600 -msgid "Private ports" -msgstr "Частные порты" - -# File: src/www/interfaces_bridge_edit.php, line: 612 -msgid "" -"Mark an interface as a \"private\" interface. A private interface does not " -"forward any traffic to any other port that is also a private interface." -msgstr "" -"Отметить интерфейс как «частный». Частный интерфейс не пересылают трафик на " -"любой другой порт, который тоже является частным интерфейсом." - -# File: src/www/interfaces_gif.php, line: 56 -msgid "" -"This gif TUNNEL cannot be deleted because it is still being used as an " -"interface." -msgstr "" -"Нельзя удалить этот GIF туннель, так как он все еще используется в качестве " -"интерфейса." - -# File: src/www/interfaces_gif.php, line: 86 -msgid "Do you really want to delete this gif tunnel?" -msgstr "Вы действительно хотите удалить этот GIF туннель?" - -# File: src/www/interfaces_gif.php, line: 120 -# File: src/www/interfaces_gre.php, line: 122 -msgid "Tunnel to..." -msgstr "Туннель к…" - -# File: src/www/interfaces_gif.php, line: 134 -# File: src/www/interfaces_gre.php, line: 136 -# File: src/www/interfaces_lagg.php, line: 144 -# File: src/www/interfaces_vlan.php, line: 136 -msgid "edit interface" -msgstr "редактировать интерфейс" - -# File: src/www/interfaces_gif.php, line: 151 -msgid "GIF tunnels are configured here." -msgstr "Здесь настраиваются GIF туннели." - -# File: src/www/interfaces_gif.php, line: 155 -msgid "" -"If you are using a GIF tunnel to connect to a Hurricane Electric (he.net) " -"Tunnel Broker on a WAN with a dynamic IP, you may want to add a %sHE.net " -"Tunnelbroker dynamic DNS entry%s to keep your tunnel functional when your IP " -"changes." -msgstr "" -"Если вы используете туннель GIF, чтобы подключиться к сервису туннелей " -"Hurricane Electric (he.net) на WAN с динамическим IP-адресом, вам может " -"потребоваться добавить запись сервиса туннелей %sHE.net динамического DNS%s, " -"чтобы поддерживать свой туннель функционирующим, когда ваш IP-адрес " -"имзенится." - -# File: src/www/interfaces_gif_edit.php, line: 82 -msgid "" -"Parent interface,Local address, Remote tunnel address, Remote tunnel " -"network, Local tunnel address" -msgstr "" -"Родительский интерфейс, локальный адрес, удаленный адрес туннеля, локальный " -"адрес туннеля" - -# File: src/www/interfaces_gif_edit.php, line: 87 -# File: src/www/interfaces_gre_edit.php, line: 77 -msgid "The tunnel local and tunnel remote fields must have valid IP addresses." -msgstr "" -"Поля «локальный адрес туннеля» и «удаленный адрес туннеля» должны содержать " -"действительные IP-адреса." - -# File: src/www/interfaces_gif_edit.php, line: 94 -msgid "" -"The alias IP address family has to match the family of the remote peer " -"address." -msgstr "" -"Псевдоним семейства IP-адресов должен совпадать с семейством адресов " -"удаленного узла." - -# File: src/www/interfaces_gif_edit.php, line: 103 -msgid "A gif with the network %s is already defined." -msgstr "GIF туннель с сетью %s уже определен." - -# File: src/www/interfaces_gif_edit.php, line: 169 -msgid "GIF configuration" -msgstr "Конфигурация GIF" - -# File: src/www/interfaces_gif_edit.php, line: 179 -# File: src/www/interfaces_gre_edit.php, line: 72 -# File: src/www/interfaces_gre_edit.php, line: 154 -# File: src/www/interfaces_lagg_edit.php, line: 180 -# File: src/www/interfaces_qinq_edit.php, line: 154 -# File: src/www/interfaces_vlan_edit.php, line: 66 -# File: src/www/interfaces_vlan_edit.php, line: 169 -# File: src/www/interfaces_wireless_edit.php, line: 71 -# File: src/www/interfaces_wireless_edit.php, line: 160 -msgid "Parent interface" -msgstr "Родительский интерфейс" - -# File: src/www/interfaces_gif_edit.php, line: 200 -msgid "" -"The interface here serves as the local address to be used for the gif tunnel." -msgstr "Этот интерфейс служит в качестве локального адреса для GIF туннеля." - -# File: src/www/interfaces_gif_edit.php, line: 205 -msgid "GIF remote address" -msgstr "Удаленный IP-адрес GIF туннеля" - -# File: src/www/interfaces_gif_edit.php, line: 209 -msgid "Peer address where encapsulated gif packets will be sent. " -msgstr "" -"IP-адрес пира, по которому будут отправлены инкапсулированные пакеты GIF." - -# File: src/www/interfaces_gif_edit.php, line: 214 -msgid "GIF tunnel local address" -msgstr "Локальный IP-адрес GIF туннеля" - -# File: src/www/interfaces_gif_edit.php, line: 218 -msgid "Local gif tunnel endpoint" -msgstr "Локальная конечная точка GIF туннеля" - -# File: src/www/interfaces_gif_edit.php, line: 223 -msgid "GIF tunnel remote address " -msgstr "Удаленный IP-адрес GIF туннеля" - -# File: src/www/interfaces_gif_edit.php, line: 244 -msgid "" -"Remote gif address endpoint. The subnet part is used for determining the " -"network that is tunnelled." -msgstr "" -"Удаленная конечная точка GIF туннеля. Часть подсети используется для " -"определения сети, которая туннелируется." - -# File: src/www/interfaces_gif_edit.php, line: 249 -msgid "Route caching " -msgstr "Кэширование маршрутов" - -# File: src/www/interfaces_gif_edit.php, line: 253 -msgid "" -"Specify if route caching can be enabled. Be careful with these settings on " -"dynamic networks. " -msgstr "" -"Укажите, если хотите включить кэширование маршрутов. Будьте осторожны с " -"этими настройками в динамических сетях." - -# File: src/www/interfaces_gif_edit.php, line: 258 -msgid "ECN friendly behavior" -msgstr "Дружественное поведение ECN" - -# File: src/www/interfaces_gif_edit.php, line: 262 -msgid "" -"Note that the ECN friendly behavior violates RFC2893. This should be used " -"in mutual agreement with the peer." -msgstr "" -"Заметьте, что дружественное поведение ECN нарушает RFC2893 и должно " -"использоваться во взаимном соглашении с узлом." - -# File: src/www/interfaces_gre.php, line: 57 -msgid "" -"This GRE tunnel cannot be deleted because it is still being used as an " -"interface." -msgstr "" -"Нельзя удалить этот GRE туннель, так как он все еще используется в качестве " -"интерфейса." - -# File: src/www/interfaces_gre.php, line: 88 -msgid "Do you really want to delete this GRE tunnel?" -msgstr "Вы действительно хотите удалить этот GRE туннель?" - -# File: src/www/interfaces_gre.php, line: 153 -msgid "" -"Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) " -"tunnels." -msgstr "Здесь вы можете настроить GRE туннели (GRE — RFC 2784)." - -# File: src/www/interfaces_gre_edit.php, line: 72 -msgid "Local address" -msgstr "Локальный IP-адрес" - -# File: src/www/interfaces_gre_edit.php, line: 72 -msgid "Local tunnel address" -msgstr "Локальный IP-адрес туннеля" - -# File: src/www/interfaces_gre_edit.php, line: 72 -msgid "Remote tunnel address" -msgstr "Удаленный IP-адрес туннеля" - -# File: src/www/interfaces_gre_edit.php, line: 72 -msgid "Remote tunnel network" -msgstr "Удаленный сетевой адрес туннеля" - -# File: src/www/interfaces_gre_edit.php, line: 85 -msgid "A GRE tunnel with the network %s is already defined." -msgstr "GRE туннель с сетью %s уже определен." - -# File: src/www/interfaces_gre_edit.php, line: 144 -msgid "GRE configuration" -msgstr "Конфигурация GIF" - -# File: src/www/interfaces_gre_edit.php, line: 177 -msgid "" -"The interface here serves as the local address to be used for the GRE tunnel." -msgstr "Этот интерфейс служит в качестве локального адреса для GRE туннеля." - -# File: src/www/interfaces_gre_edit.php, line: 182 -msgid "GRE remote address" -msgstr "Удаленный IP-адрес GRE туннеля" - -# File: src/www/interfaces_gre_edit.php, line: 186 -msgid "Peer address where encapsulated GRE packets will be sent " -msgstr "" -"IP-адрес пира, по которому будут отправлены инкапсулированные пакеты GRE." - -# File: src/www/interfaces_gre_edit.php, line: 191 -msgid "GRE tunnel local address " -msgstr "Локальный IP-адрес GRE туннеля" - -# File: src/www/interfaces_gre_edit.php, line: 195 -msgid "Local GRE tunnel endpoint" -msgstr "Локальная конечная точка GRE туннеля" - -# File: src/www/interfaces_gre_edit.php, line: 200 -msgid "GRE tunnel remote address " -msgstr "Удаленный IP-адрес GRE туннеля" - -# File: src/www/interfaces_gre_edit.php, line: 221 -msgid "" -"Remote GRE address endpoint. The subnet part is used for the determining the " -"network that is tunneled." -msgstr "" -"Удаленная конечная точка GRE туннеля. Часть подсети используется для " -"определения сети, которая туннелируется." - -# File: src/www/interfaces_gre_edit.php, line: 226 -msgid "Mobile tunnel" -msgstr "Мобильный туннель" - -# File: src/www/interfaces_gre_edit.php, line: 230 -msgid "Specify which encapsulation method the tunnel should use. " -msgstr "Укажите, каком метод инкапсуляции должен использовать туннель." - -# File: src/www/interfaces_gre_edit.php, line: 235 -msgid "Route search type" -msgstr "Способ поиска маршрута" - -# File: src/www/interfaces_gre_edit.php, line: 239 -msgid "" -"For correct operation, the GRE device needs a route to the destination that " -"is less specific than the one over the tunnel. (Basically, there needs to " -"be a route to the decapsulating host that does not run over the tunnel, as " -"this would be a loop." -msgstr "" -"Для правильной работы устройства GRE нужен менее конкретный маршрут к месту " -"назначения, чем маршрут через туннель (в большинстве случаев это путь к " -"хосту декапсуляции, который не проходит через туннель, так как это создаст " -"петлю коммутации)." - -# File: src/www/interfaces_gre_edit.php, line: 247 -msgid "WCCP version" -msgstr "Версия WCCP" - -# File: src/www/interfaces_gre_edit.php, line: 251 -msgid "" -"Check this box for WCCP encapsulation version 2, or leave unchecked for " -"version 1." -msgstr "" -"Если установлен флажок, будет использоваться версия 2 протокола WCCP (по " -"умолчанию используется версия 1)." - -# File: src/www/interfaces_groups.php, line: 79 -msgid "" -"Do you really want to delete this group? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" -"Вы действительно хотите удалить эту группу? Все элементы, которые ее " -"используют, станут неверными (например, правила фильтрации)!" - -# File: src/www/interfaces_groups.php, line: 134 -# File: src/www/interfaces_ppps.php, line: 144 -# File: src/www/interfaces_qinq.php, line: 153 -# File: src/www/interfaces_wireless.php, line: 134 -# File: src/www/system_groupmanager.php, line: 490 -msgid "edit group" -msgstr "редактировать группу" - -# File: src/www/interfaces_groups.php, line: 137 -msgid "delete ifgroupentry" -msgstr "удалить ifgroupentry" - -# File: src/www/interfaces_groups.php, line: 150 -msgid "" -"Interface Groups allow you to create rules that apply to multiple interfaces " -"without duplicating the rules. If you remove members from an interface " -"group, the group rules no longer apply to that interface." -msgstr "" -"Группы интерфейса позволяют создавать правила, которые применяются к " -"нескольким интерфейсам без дублирования правил. Если удалить участника из " -"группы, правила группы больше не будут применяться к этому интерфейсу." - -# File: src/www/interfaces_groups_edit.php, line: 63 -msgid "Group name already exists!" -msgstr "Имя группы уже существует!" - -# File: src/www/interfaces_groups_edit.php, line: 68 -msgid "Only letters A-Z are allowed as the group name." -msgstr "Имя группы может содержать только буквы A–Z." - -# File: src/www/interfaces_groups_edit.php, line: 73 -msgid "" -"The specified group name is already used by an interface. Please choose " -"another name." -msgstr "" -"Указанное имя группы уже используется интерфейсом. Выберите другое имя." - -# File: src/www/interfaces_groups_edit.php, line: 148 -msgid "Interface Groups Edit" -msgstr "Редактировать группы интерфейсов" - -# File: src/www/interfaces_groups_edit.php, line: 158 -# File: src/www/status_gateway_groups.php, line: 60 -# File: src/www/system_gateway_groups.php, line: 168 -# File: src/www/system_gateway_groups_edit.php, line: 185 -# File: src/www/system_groupmanager.php, line: 105 -msgid "Group Name" -msgstr "Имя группы" - -# File: src/www/interfaces_groups_edit.php, line: 162 -msgid "No numbers or spaces are allowed. Only characters in a-zA-Z" -msgstr "" -"Имя группы не должно содержать цифры или пробелы. Только буквы A–Z, a–z" - -# File: src/www/interfaces_groups_edit.php, line: 177 -# File: src/www/interfaces_qinq_edit.php, line: 199 -msgid "Member (s)" -msgstr "Участник (-и)" - -# File: src/www/interfaces_groups_edit.php, line: 190 -msgid "" -"Rules for WAN type interfaces in groups do not contain the reply-to " -"mechanism upon which Multi-WAN typically relies." -msgstr "" -"Правила для WAN-интерфейсов в группах не содержат механизм reply-to, на " -"котором обычно реализуется Multi-WAN." - -# File: src/www/interfaces_lagg.php, line: 66 -msgid "This LAGG interface cannot be deleted because it is still being used." -msgstr "Нельзя удалить этот LAGG-интерфейс, так как он все еще используется." - -# File: src/www/interfaces_lagg.php, line: 97 -msgid "Do you really want to delete this LAGG interface?" -msgstr "Вы действительно хотите удалить этот LAGG-интерфейс?" - -# File: src/www/interfaces_lagg.php, line: 161 -msgid "" -"LAGG allows for link aggregation, bonding and fault tolerance. Only " -"unassigned interfaces can be added to LAGG." -msgstr "" -"LAGG позволяет агрегировать каналы, такое объединение позволяет увеличивать " -"пропускную способность и надежность канала. Добавлять можно только " -"неназначенные интерфейсы." - -# File: src/www/interfaces_lagg_edit.php, line: 108 -msgid "Lagg protocol" -msgstr "Протокол LAGG" - -# File: src/www/interfaces_lagg_edit.php, line: 114 -msgid "Interface supplied as member is invalid" -msgstr "Недопустимый интерфейс-участник" - -# File: src/www/interfaces_lagg_edit.php, line: 119 -msgid "Protocol supplied is invalid" -msgstr "Недопустимый протокол" - -# File: src/www/interfaces_lagg_edit.php, line: 170 -msgid "LAGG configuration" -msgstr "Конфигурация LAGG" - -# File: src/www/interfaces_lagg_edit.php, line: 192 -msgid "Choose the members that will be used for the link aggregation" -msgstr "" -"Выберите участников, которые могут использоваться для агрегации каналов." - -# File: src/www/interfaces_lagg_edit.php, line: 197 -msgid "Lag proto" -msgstr "Протокол LAG" - -# File: src/www/interfaces_lagg_edit.php, line: 210 -msgid "failover" -msgstr "failover" - -# File: src/www/interfaces_lagg_edit.php, line: 211 -msgid "" -"Sends and receives traffic only through the master port. If the master port " -"becomes unavailable, the next active port is used. The first interface " -"added is the master port; any interfaces added after that are used as " -"failover devices." -msgstr "" -"Посылает и принимает трафик только через главный порт. Если главный порт " -"недоступен, используется следующий активный порт. Первый добавленный " -"интерфейс является ведущим, все добавленные после ведущего интерфейсы " -"используются в качестве аварийных и включаться в работу при обрыве " -"соединения." - -# File: src/www/interfaces_lagg_edit.php, line: 215 -msgid "fec" -msgstr "fec" - -# File: src/www/interfaces_lagg_edit.php, line: 216 -msgid "" -"Supports Cisco EtherChannel. This is a static setup and does not negotiate " -"aggregation with the peer or exchange frames to monitor the link." -msgstr "" -"Поддерживает технологию Cisco EtherChannel. Это статическая настройка не " -"согласовывает агрегацию с участником или обмен кадрами для наблюдения за " -"каналом." - -# File: src/www/interfaces_lagg_edit.php, line: 220 -msgid "lacp" -msgstr "lacp" - -# File: src/www/interfaces_lagg_edit.php, line: 221 -msgid "" -"Supports the IEEE 802.3ad Link Aggregation Control Protocol (LACP) and the " -"Marker Protocol. LACP will negotiate a set of aggregable links with the " -"peer in to one or more Link Aggregated Groups. Each LAG is composed of " -"ports of the same speed, set to full-duplex operation. The traffic will be " -"balanced across the ports in the LAG with the greatest total speed, in most " -"cases there will only be one LAG which contains all ports. In the event of " -"changes in physical connectivity, Link Aggregation will quickly converge to " -"a new configuration." -msgstr "" -"Поддерживает протокол агрегирования каналов (LACP) и протокол маркирования " -"для, описанные в IEEE 802.3ad. LACP согласовывает набор агрегированных " -"ссылок с узлом в одну или несколько групп агрегированных каналов (LAG). " -"Каждая группа состоит из портов с одинаковой скоростью, установленной для " -"двустороннего режима передачи данных. Трафик будет сбалансирован в портах " -"группы с наибольшей общей скоростью, в большинстве случаев будет одна " -"группа, которая содержит все порты. В случае изменений физического " -"соединения агрегирование ссылок будет быстро объединено в новой конфигурации." - -# File: src/www/interfaces_lagg_edit.php, line: 231 -msgid "loadbalance" -msgstr "loadbalance" - -# File: src/www/interfaces_lagg_edit.php, line: 232 -msgid "" -"Balances outgoing traffic across the active ports based on hashed protocol " -"header information and accepts incoming traffic from any active port. This " -"is a static setup and does not negotiate aggregation with the peer or " -"exchange frames to monitor the link. The hash includes the Ethernet source " -"and destination address, and, if available, the VLAN tag, and the IP source " -"and destination address" -msgstr "" -"Балансирует трафик между активными портами на основе хэшированной информации " -"в заголовке протокола и принимает входящий трафик из любого активного порта. " -"Это статическая установка не согласовывает агрегацию с участником или обмен " -"кадрами для наблюдения за соединением. Хэш включает Ethernet-адреса " -"источника и назначения, и, если возможно, VLAN Tag, и .IP адреса источника и " -"назначения." - -# File: src/www/interfaces_lagg_edit.php, line: 239 -msgid "roundrobin" -msgstr "roundrobin" - -# File: src/www/interfaces_lagg_edit.php, line: 240 -msgid "" -"Distributes outgoing traffic using a round-robin scheduler through all " -"active ports and accepts incoming traffic from any active port" -msgstr "" -"Исходящий трафик распределяется циклическим планировщиком через все активные " -"порты, а входящий трафик принимается с любого активного порта." - -# File: src/www/interfaces_lagg_edit.php, line: 244 -msgid "" -"This protocol is intended to do nothing: it disables any traffic without " -"disabling the lagg interface itself" -msgstr "" -"Этот протокол отключает любой трафик без отключения самого LAGG-интерфейса " - -# File: src/www/interfaces_ppps.php, line: 58 -msgid "" -"This point-to-point link cannot be deleted because it is still being used as " -"an interface." -msgstr "" -"Нельзя удалить этот канал типа «точка-точка», так как он все еще " -"используется в качестве интерфейса." - -# File: src/www/interfaces_ppps.php, line: 88 -msgid "Do you really want to delete this PPP interface?" -msgstr "Вы действительно хотите удалить этот PPP-интерфейс?" - -# File: src/www/interfaces_ppps.php, line: 121 -msgid "Interface(s)/Port(s)" -msgstr "Интерфейс (-ы)/Порт (-ы)" - -# File: src/www/interfaces_ppps_edit.php, line: 113 -# File: src/www/interfaces_ppps_edit.php, line: 119 -# File: src/www/interfaces_ppps_edit.php, line: 122 -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -msgid "Link Interface(s)" -msgstr "Канальный интерфейс (-ы)" - -# File: src/www/interfaces_ppps_edit.php, line: 130 -# File: src/www/interfaces_ppps_edit.php, line: 133 -# File: src/www/services_dhcp.php, line: 747 -# File: src/www/services_dhcpv6.php, line: 532 -msgid "Subnet" -msgstr "Подсеть" - -# File: src/www/interfaces_ppps_edit.php, line: 138 -msgid "Please choose a Link Type." -msgstr "Выберите тип канала." - -# File: src/www/interfaces_ppps_edit.php, line: 142 -msgid "" -"Multilink connections (MLPPP) using the PPP link type is not currently " -"supported. Please select only one Link Interface." -msgstr "" -"Многоканальные подключения (MLPPP), использующие тип ссылок PPP, в данный " -"момент не поддерживаются. Выберите только один канальный интерфейс." - -# File: src/www/interfaces_ppps_edit.php, line: 145 -msgid "The Service name contains invalid characters." -msgstr "Имя службы содержит недопустимые символы." - -# File: src/www/interfaces_ppps_edit.php, line: 148 -msgid "Do not specify both a Service name and a NULL Service name." -msgstr "Нельзя одновременно указывать имя службы и NULL." - -# File: src/www/interfaces_ppps_edit.php, line: 169 -msgid "A valid local IP address must be specified for %s." -msgstr "Укажите действительный локальный IP-адрес для %s." - -# File: src/www/interfaces_ppps_edit.php, line: 172 -msgid "A valid gateway IP address OR hostname must be specified for %s." -msgstr "Укажите действительный IP-адрес шлюза для %s." - -# File: src/www/interfaces_ppps_edit.php, line: 175 -msgid "The bandwidth value for %s must be an integer." -msgstr "Значение пропускной способности для %s должно быть целым числом." - -# File: src/www/interfaces_ppps_edit.php, line: 179 -msgid "The MTU for %s must be greater than 576 bytes." -msgstr "" -"Значение максимального размера сегмента для %s должно быть больше 576 байт." - -# File: src/www/interfaces_ppps_edit.php, line: 182 -msgid "The MRU for %s must be greater than 576 bytes." -msgstr "" -"Значение максимального размера получаемых данных для %s должно быть больше " -"576 байт." - -# File: src/www/interfaces_ppps_edit.php, line: 451 -msgid "PPPs configuration" -msgstr "Конфигурация PPP" - -# File: src/www/interfaces_ppps_edit.php, line: 461 -msgid "Link Type" -msgstr "Тип канала" - -# File: src/www/interfaces_ppps_edit.php, line: 474 -msgid "Link interface(s)" -msgstr "Канальный интерфейс (-ы)" - -# File: src/www/interfaces_ppps_edit.php, line: 503 -msgid "Select at least two interfaces for Multilink (MLPPP) connections." -msgstr "" -"Выберите по меньшей мере два интерфейса для многоканальных (MLPPP) " -"подключений." - -# File: src/www/interfaces_ppps_edit.php, line: 512 -msgid "" -"You may enter a description here for your reference. Description will appear " -"in the \"Interfaces Assign\" select lists." -msgstr "" -"Вы можете ввести здесь описание для справки. Описание появится в " -"раскрывающемся списке на странице «Назначение интерфейсов»." - -# File: src/www/interfaces_ppps_edit.php, line: 567 -msgid "Note: Typically *99# for GSM networks and #777 for CDMA networks" -msgstr "" -"Примечание: обычно используются следующие коды: *99# для GSM-сетей и #777 " -"для CDMA-сетей" - -# File: src/www/interfaces_ppps_edit.php, line: 581 -msgid "Configure a NULL Service name" -msgstr "Настроить NULL имя службы" - -# File: src/www/interfaces_ppps_edit.php, line: 583 -msgid "" -"Hint: this field can usually be left empty. Service name will not be " -"configured if this field is empty. Check the \"Configure NULL\" box to " -"configure a blank Service name." -msgstr "" -"Подсказка: это поле может обычно оставаться пустым. Имя службы не будет " -"сконфигурировано, если это поле будет пустым. Установите флажок " -"«Сконфигурировать NULL», чтобы сконфигурировать пустое название службы." - -# File: src/www/interfaces_ppps_edit.php, line: 615 -msgid "IP Address OR Hostname" -msgstr "IP-адрес ИЛИ имя хоста" - -# File: src/www/interfaces_ppps_edit.php, line: 727 -msgid "APN number (optional)" -msgstr "Номер точки доступа (необязательно)" - -# File: src/www/interfaces_ppps_edit.php, line: 731 -msgid "" -"Note: Defaults to 1 if you set APN above. Ignored if you set no APN above." -msgstr "" -"Примечание: если вы настроили точку доступа , будет присвоено значение по " -"умолчанию (1), если нет, то это поле можно оставить пустым." - -# File: src/www/interfaces_ppps_edit.php, line: 736 -msgid "SIM PIN" -msgstr "PIN-код SIM-карты" - -# File: src/www/interfaces_ppps_edit.php, line: 742 -msgid "SIM PIN wait" -msgstr "Ожидание PIN-кода SIM-карты" - -# File: src/www/interfaces_ppps_edit.php, line: 746 -msgid "" -"Note: Time to wait for SIM to discover network after PIN is sent to SIM " -"(seconds)." -msgstr "" -"Примечание: Время ожидания SIM-карты, чтобы обнаружить сеть после того, как " -"PIN-код отправлен на SIM-карту (в секундах)." - -# File: src/www/interfaces_ppps_edit.php, line: 751 -msgid "Init String" -msgstr "Строка инициализации" - -# File: src/www/interfaces_ppps_edit.php, line: 755 -msgid "" -"Note: Enter the modem initialization string here. Do NOT include the \"AT\" " -"string at the beginning of the command. Many modern USB 3G modems don't need " -"an initialization string." -msgstr "" -"Здесь необходимо ввести строку инициализации модема. Не используйте символ " -"\"@\" перед командой. Заметьте, что современные USB 3G модемы не нуждаются в " -"строке инициализации." - -# File: src/www/interfaces_ppps_edit.php, line: 761 -msgid "Connection Timeout" -msgstr "Тайм-аут ожидания подключения" - -# File: src/www/interfaces_ppps_edit.php, line: 765 -msgid "" -"Note: Enter timeout in seconds for connection to be established (sec.) " -"Default is 45 sec." -msgstr "" -"Примечание: введите значение тайм-аута в секундах, в течение которого должно " -"быть установлено соединение (сек.). Значение по умолчанию равно 45 сек." - -# File: src/www/interfaces_ppps_edit.php, line: 770 -msgid "Uptime Logging" -msgstr "Аптайм журналирования" - -# File: src/www/interfaces_ppps_edit.php, line: 773 -msgid "Enable persistent logging of connection uptime." -msgstr "Разрешить постоянное ведение журнала времени подключения." - -# File: src/www/interfaces_ppps_edit.php, line: 775 -msgid "" -"This option causes cumulative uptime to be recorded and displayed on the " -"Status Interfaces page." -msgstr "" -"Включает запись общего времени работы, отображаемого на странице Статуса " -"интерфейсов." - -# File: src/www/interfaces_ppps_edit.php, line: 785 -msgid "Dial On Demand" -msgstr "Соединение по запросу" - -# File: src/www/interfaces_ppps_edit.php, line: 788 -msgid "Enable Dial-on-Demand mode" -msgstr "Включить режим «Соединение по запросу»" - -# File: src/www/interfaces_ppps_edit.php, line: 790 -msgid "" -"This option causes the interface to operate in dial-on-demand mode. Do NOT " -"enable if you want your link to be always up. The interface is configured, " -"but the actual connection of the link is delayed until qualifying outgoing " -"traffic is detected." -msgstr "" -"Если этот параметр включен, интерфейс будет работать в режиме «соединение по " -"запросу». НЕ включайте этот режим, если вы хотите, чтобы ваше соединение " -"было всегда активным. " - -# File: src/www/interfaces_ppps_edit.php, line: 796 -msgid "Idle Timeout" -msgstr "Тайм-аут бездействия" - -# File: src/www/interfaces_ppps_edit.php, line: 800 -msgid "(seconds) Default is 0, which disables the timeout feature." -msgstr "(в секундах) Значение по умолчанию равно 0, тайм-аут отключен." - -# File: src/www/interfaces_ppps_edit.php, line: 801 -msgid "" -"If no incoming or outgoing packets are transmitted for the entered number of " -"seconds the connection is brought down." -msgstr "" -"Если никакие входящие или исходящие пакеты не передаются в течение " -"указанного количества секунд, соединение будет разорвано." - -# File: src/www/interfaces_ppps_edit.php, line: 802 -msgid "" -"When the idle timeout occurs, if the dial-on-demand option is enabled, mpd " -"goes back into dial-on-demand mode. Otherwise, the interface is brought down " -"and all associated routes removed." -msgstr "" -"Когда срабатывает тайм-аут бездействия, mpd возвращается в режим dial-on-" -"demand, если он включен. В противном случае интерфейс отключается, а " -"связанные маршруты удаляются." - -# File: src/www/interfaces_ppps_edit.php, line: 807 -# File: src/www/vpn_openvpn_client.php, line: 925 -# File: src/www/vpn_openvpn_server.php, line: 1387 -msgid "Compression" -msgstr "Сжатие" - -# File: src/www/interfaces_ppps_edit.php, line: 810 -msgid "Disable vjcomp(compression) (auto-negotiated by default)." -msgstr "Отключить vjcomp (сжатие) (автоопределение по умолчанию)" - -# File: src/www/interfaces_ppps_edit.php, line: 812 -msgid "" -"This option enables Van Jacobson TCP header compression, which saves several " -"bytes per TCP data packet. You almost always want this option. This " -"compression ineffective for TCP connections with enabled modern extensions " -"like time stamping or SACK, which modify TCP options between sequential " -"packets." -msgstr "" -"Этот параметр включает сжатие заголовков TCP/IP по методу Вана Якобсона, что " -"сохраняет несколько байт для каждого TCP-пакета данных. Этот параметр почти " -"всегда предпочтителен, хотя и неэффективен для TCP-соединений с включенными " -"современными расширениями, такими как добавление меток времени или SACK, " -"которое изменяет параметры TCP между последовательными пакетами." - -# File: src/www/interfaces_ppps_edit.php, line: 819 -msgid "TCPmssFix" -msgstr "TCPmssFix" - -# File: src/www/interfaces_ppps_edit.php, line: 822 -msgid "Disable tcpmssfix (enabled by default)." -msgstr "Отключить tcpmssfix (включено по умолчанию)." - -# File: src/www/interfaces_ppps_edit.php, line: 824 -msgid "" -"This option causes mpd to adjust incoming and outgoing TCP SYN segments so " -"that the requested maximum segment size is not greater than the amount " -"allowed by the interface MTU. This is necessary in many setups to avoid " -"problems caused by routers that drop ICMP Datagram Too Big messages. Without " -"these messages, the originating machine sends data, it passes the rogue " -"router then hits a machine that has an MTU that is not big enough for the " -"data. Because the IP Don't Fragment option is set, this machine sends an " -"ICMP Datagram Too Big message back to the originator and drops the packet. " -"The rogue router drops the ICMP message and the originator never gets to " -"discover that it must reduce the fragment size or drop the IP Don't Fragment " -"option from its outgoing data." -msgstr "" -"Эта опция заставляет mpd настраивать сегменты SYN входящего и исходящего " -"TCP, чтобы запрашиваемый максимальный размер сегмента был не больше, чем " -"количество, которое делается интерфейсом MTU возможным. Это необходимо во " -"многих настройках, чтобы избежать проблем, вызванных маршрутизаторами, " -"которые отправляют сообщения о Слишком Большой Дейтаграмме ICMP. Без этих " -"сообщений машина создания отправляет данные, он признаёт, что маршрутизатор " -"негодяев затем попадает в машину, имеющую MTU, которая недостаточно для " -"данных большая. Поскольку опция IP Не Фрагментируются настроена, эта машина " -"отсылает сообщение о Слишком Большой Дейтаграмме ICMP назад родоначальнику и " -"перетаскивает пакет. Маршрутизатор негодяев отправляет ICMP-сообщение, и " -"родоначальник никогда не начинает обнаруживать, что он должен уменьшить " -"размер фрагмента, или удалять опцию IP Не Фрагментируются из её исходящих " -"данных." - -# File: src/www/interfaces_ppps_edit.php, line: 833 -msgid "ShortSeq" -msgstr "ShortSeq" - -# File: src/www/interfaces_ppps_edit.php, line: 836 -msgid "Disable shortseq (auto-negotiated by default)." -msgstr "Отключить shortseq (автоопределение по умолчанию)" - -# File: src/www/interfaces_ppps_edit.php, line: 838 -msgid "" -"This option is only meaningful if multi-link PPP is negotiated. It " -"proscribes shorter multi-link fragment headers, saving two bytes on every " -"frame. It is not necessary to disable this for connections that are not " -"multi-link." -msgstr "" -"Эта опция исключительно значима, если PPP многих ссылок уступлен. Она " -"запрещает более краткие заголовки мультиссылочного фрагмента, сохранение " -"двух байт на каждом кадре. Не требуется отключить это для соединения, " -"которое не является множественной ссылкой." - -# File: src/www/interfaces_ppps_edit.php, line: 844 -msgid "ACFComp" -msgstr "ACFComp" - -# File: src/www/interfaces_ppps_edit.php, line: 847 -msgid "Disable acfcomp (compression) (auto-negotiated by default)." -msgstr "Отключить acfcomp (сжатие) (автоопределение по умолчанию)" - -# File: src/www/interfaces_ppps_edit.php, line: 849 -msgid "" -"Address and control field compression. This option only applies to " -"asynchronous link types. It saves two bytes per frame." -msgstr "" -"Сжатие адреса и поля управления кадром. Этот параметр применяется только для " -"асинхронных каналов и экономит два байта на кадр." - -# File: src/www/interfaces_ppps_edit.php, line: 854 -msgid "ProtoComp" -msgstr "ProtoComp" - -# File: src/www/interfaces_ppps_edit.php, line: 857 -msgid "Disable protocomp (compression) (auto-negotiated by default)." -msgstr "Отключить protocomp (сжатие) (автоопределение по умолчанию)." - -# File: src/www/interfaces_ppps_edit.php, line: 859 -msgid "" -"Protocol field compression. This option saves one byte per frame for most " -"frames." -msgstr "" -"Сжатие полей протокола. Эта опция сохраняет один байт согласно кадру для " -"большинства кадров." - -# File: src/www/interfaces_ppps_edit.php, line: 870 -msgid "Link Parameters" -msgstr "Параметры канала" - -# File: src/www/interfaces_ppps_edit.php, line: 886 -# File: src/www/interfaces_ppps_edit.php, line: 902 -msgid "MRU" -msgstr "MRU" - -# File: src/www/interfaces_ppps_edit.php, line: 892 -# File: src/www/interfaces_ppps_edit.php, line: 903 -msgid "MRRU" -msgstr "MRRU" - -# File: src/www/interfaces_ppps_edit.php, line: 900 -msgid "" -"Set ONLY for MLPPP connections and ONLY when links have different bandwidths." -msgstr "" -"ТОЛКЬО для многоканальных подключений и ТОЛЬКО для каналов с разной " -"пропускной способностью." - -# File: src/www/interfaces_ppps_edit.php, line: 901 -msgid "MTU will default to 1492." -msgstr "" -"Будет восстановлено значение по умолчанию (1492) максимального размера " -"сегмента." - -# File: src/www/interfaces_ppps_edit.php, line: 902 -# File: src/www/interfaces_ppps_edit.php, line: 903 -msgid "will be auto-negotiated by default." -msgstr "по умолчанию будет автоматически определено" - -# File: src/www/interfaces_ppps_edit.php, line: 903 -msgid "Set ONLY for MLPPP connections." -msgstr "ТОЛЬКО для многоканальных подключений" - -# File: src/www/interfaces_qinq.php, line: 57 -msgid "" -"This QinQ cannot be deleted because it is still being used as an interface." -msgstr "Нельзя удалить этот QinQ-интерфейс, так как он все еще используется." - -# File: src/www/interfaces_qinq.php, line: 59 -msgid "QinQ interface does not exist" -msgstr "QinQ-интерфейс не существует" - -# File: src/www/interfaces_qinq.php, line: 103 -msgid "Do you really want to delete this QinQ?" -msgstr "Вы действительно хотите удалить этот QinQ-интерфейс?" - -# File: src/www/interfaces_qinq.php, line: 137 -msgid "Tag" -msgstr "Тег" - -# File: src/www/interfaces_qinq.php, line: 138 -msgid "QinQ members" -msgstr "Участники QinQ " - -# File: src/www/interfaces_qinq.php, line: 170 -msgid "" -"Not all drivers/NICs support 802.1Q QinQ tagging properly. On cards that do " -"not explicitly support it, QinQ tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" -"Не все драйверы/NIC поддерживают маркировку 802.1Q QinQ корректно. На " -"картах, которые явно не поддерживают её, маркировка QinQ будет всё еще " -"работать, но уменьшенный MTU может вызвать проблемы. См. справочник %s " -"насчёт информации на поддерживаемых картах." - -# File: src/www/interfaces_qinq_edit.php, line: 60 -msgid "First level tag cannot be empty." -msgstr "Тег первого уровня не может быть пустым." - -# File: src/www/interfaces_qinq_edit.php, line: 63 -msgid "" -"You are editing an existing entry and modifying the first level tag is not " -"allowed." -msgstr "" -"Вы редактируете существующую запись, а изменение тега первого уровня " -"запрещено." - -# File: src/www/interfaces_qinq_edit.php, line: 66 -msgid "" -"You are editing an existing entry and modifying the interface is not allowed." -msgstr "Вы редактируете существующую запись, а изменение интерфейса запрещено." - -# File: src/www/interfaces_qinq_edit.php, line: 72 -msgid "QinQ level already exists for this interface, edit it!" -msgstr "" -"QinQ, на которые уровень уже существует для этого интерфейса, редактируют её!" - -# File: src/www/interfaces_qinq_edit.php, line: 78 -msgid "" -"A normal VLAN exists with this tag please remove it to use this tag for QinQ " -"first level." -msgstr "" -"Существует нормальный VLAN с этим тегом, удалите его, чтобы использовать " -"этот тег в качестве тега первого уровня QinQ." - -# File: src/www/interfaces_qinq_edit.php, line: 144 -# File: src/www/interfaces_vlan_edit.php, line: 159 -msgid "Interface QinQ Edit" -msgstr "Редактировать QinQ-интерфейс" - -# File: src/www/interfaces_qinq_edit.php, line: 176 -msgid "Only QinQ capable interfaces will be shown." -msgstr "Будут показаны только совместимые с QinQ интерфейсы." - -# File: src/www/interfaces_qinq_edit.php, line: 181 -msgid "First level tag" -msgstr "Тег первого уровня" - -# File: src/www/interfaces_qinq_edit.php, line: 185 -msgid "" -"This is the first level VLAN tag. On top of this are stacked the member " -"VLANs defined below." -msgstr "Это тег первого уровня VLAN. " - -# File: src/www/interfaces_vlan.php, line: 57 -msgid "" -"This VLAN cannot be deleted because it is still being used as an interface." -msgstr "" -"Нельзя удалить этот VLAN, так как он все еще используется в качестве " -"интерфейса." - -# File: src/www/interfaces_vlan.php, line: 89 -msgid "Do you really want to delete this VLAN?" -msgstr "Вы действительно хотите удалить этот VLAN?" - -# File: src/www/interfaces_vlan.php, line: 122 -# File: src/www/interfaces_vlan_edit.php, line: 66 -msgid "VLAN tag" -msgstr "Тег VLAN" - -# File: src/www/interfaces_vlan.php, line: 153 -msgid "" -"Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do " -"not explicitly support it, VLAN tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" -"Не все драйверы/NIC поддерживают маркировку 802.1Q VLAN корректно. На " -"картах, которые явно не поддерживают её, VLAN-маркировка будет всё еще " -"работать, но уменьшенный MTU может вызвать проблемы. См. справочник %s " -"насчёт информации на поддерживаемых картах." - -# File: src/www/interfaces_vlan_edit.php, line: 71 -msgid "The VLAN tag must be an integer between 1 and 4094." -msgstr "Значение тега VLAN должно быть целым числом от 1 до 4094." - -# File: src/www/interfaces_vlan_edit.php, line: 75 -msgid "Interface supplied as parent is invalid" -msgstr "Недопустимый родительский интерфейс" - -# File: src/www/interfaces_vlan_edit.php, line: 80 -msgid "" -"Interface is assigned and you cannot change the VLAN tag while assigned." -msgstr "Пока интерфейс назначен, вы не можете изменить VLAN-тег." - -# File: src/www/interfaces_vlan_edit.php, line: 89 -msgid "A VLAN with the tag %s is already defined on this interface." -msgstr "VLAN с тегом %s уже определен для этого интерфейса." - -# File: src/www/interfaces_vlan_edit.php, line: 96 -msgid "A QinQ VLAN exists with this tag please remove it to use this tag with." -msgstr "" -"Существует QinQ VLAN с этим тегом, удалите его, чтобы использовать этот тег." - -# File: src/www/interfaces_vlan_edit.php, line: 192 -msgid "Only VLAN capable interfaces will be shown." -msgstr "Будут показаны только совместимые с VLAN интерфейсы." - -# File: src/www/interfaces_vlan_edit.php, line: 197 -msgid "VLAN tag " -msgstr "Тег VLAN" - -# File: src/www/interfaces_vlan_edit.php, line: 201 -msgid "802.1Q VLAN tag (between 1 and 4094) " -msgstr "802.1Q VLAN-тег (от 1 до 4094)" - -# File: src/www/interfaces_wireless.php, line: 55 -msgid "" -"This wireless clone cannot be deleted because it is assigned as an interface." -msgstr "" -"Нельзя удалить клон беспроводного интерфейса, так как он назначен в качестве " -"интерфейса." - -# File: src/www/interfaces_wireless.php, line: 86 -msgid "Do you really want to delete this wireless clone?" -msgstr "Вы действительно хотите удалить этот клон беспроводного интерфейса?" - -# File: src/www/interfaces_wireless.php, line: 150 -msgid "" -"Here you can configure clones of wireless interfaces, which can be assigned " -"as separate independent interfaces. Only available on wireless chipsets that " -"support this, with limitations on the number that can be created in each " -"mode." -msgstr "" -"Здесь вы можете настроить клоны беспроводных интерфейсов, которые могут быть " -"назначены в виде отдельных независимых интерфейсов. Доступно только для " -"беспроводных чипсетов, которые поддерживают это, с ограничениями на " -"количество, которое может быть создано в каждом режиме." - -# File: src/www/interfaces_wireless_edit.php, line: 101 -msgid "" -"This wireless clone cannot be modified because it is still assigned as an " -"interface." -msgstr "" -"Нельзя удалить клон беспроводного интерфейса, так как он назначен в качестве " -"интерфейса." - -# File: src/www/interfaces_wireless_edit.php, line: 103 -msgid "" -"Use the configuration page for the assigned interface to change the mode." -msgstr "" -"Перейти на страницу конфигурации этого интерфейса для изменения режима." - -# File: src/www/interfaces_wireless_edit.php, line: 108 -msgid "" -"Error creating interface with mode %s. The %s interface may not support " -"creating more clones with the selected mode." -msgstr "" -"Ошибка при создании интерфейса с режимом %s. %s интерфейс не поддерживает " -"создание клонов в выбранном режиме." - -# File: src/www/interfaces_wireless_edit.php, line: 150 -msgid "Wireless clone configuration" -msgstr "Настройка клонов беспроводных интерфейсов" - -# File: src/www/legacy_traffic_stats.php, line: 38 -msgid "Wrong Interface" -msgstr "Неправильный интерфейс" - -# File: src/www/load_balancer_monitor.php, line: 61 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"pool." -msgstr "" -"Нельзя удалить эту запись, так как ей присвоен по меньшей мере один шлюз." - -# File: src/www/load_balancer_monitor.php, line: 97 -# File: src/www/load_balancer_setting.php, line: 102 -msgid "The load balancer configuration has been changed" -msgstr "Конфигурация балансировки нагрузки изменена" - -# File: src/www/load_balancer_monitor_edit.php, line: 154 -msgid "This monitor name has already been used. Monitor names must be unique." -msgstr "" -"Это имя монитора уже используется. Мониторы должны иметь уникальные номера." - -# File: src/www/load_balancer_monitor_edit.php, line: 157 -# File: src/www/load_balancer_pool_edit.php, line: 73 -msgid "You cannot use spaces in the 'name' field." -msgstr "Поле «имя» не должно содержать пробелы." - -# File: src/www/load_balancer_monitor_edit.php, line: 171 -# File: src/www/services_dhcp_edit.php, line: 151 -# File: src/www/services_dhcpv6_edit.php, line: 104 -# File: src/www/services_dnsmasq_edit.php, line: 79 -# File: src/www/services_unbound_host_edit.php, line: 89 -msgid "The hostname can only contain the characters A-Z, 0-9 and '-'." -msgstr "Имя хоста может содержать только символы «a–z, A–Z, 0–9 и - (дефис)»." - -# File: src/www/load_balancer_monitor_edit.php, line: 177 -msgid "HTTP(s) codes must be from RFC2616." -msgstr "Коды состояния HTTP должны быть из спецификации RFC2616." - -# File: src/www/load_balancer_monitor_edit.php, line: 181 -msgid "The path to monitor must be set." -msgstr "Необходимо указать путь к монитору" - -# File: src/www/load_balancer_monitor_edit.php, line: 253 -# File: src/www/load_balancer_monitor_edit.php, line: 337 -# File: src/www/system_advanced_admin.php, line: 334 -# File: src/www/vpn_openvpn_export.php, line: 731 -# File: src/www/vpn_openvpn_export_shared.php, line: 354 -msgid "HTTP" -msgstr "HTTP" - -# File: src/www/load_balancer_monitor_edit.php, line: 253 -# File: src/www/load_balancer_monitor_edit.php, line: 370 -# File: src/www/system_advanced_admin.php, line: 337 -msgid "HTTPS" -msgstr "HTTPS" - -# File: src/www/load_balancer_monitor_edit.php, line: 253 -# File: src/www/load_balancer_monitor_edit.php, line: 404 -msgid "Send/Expect" -msgstr "Send/Expect" - -# File: src/www/load_balancer_monitor_edit.php, line: 301 -msgid "Edit Load Balancer - Monitor entry" -msgstr "Редактировать балансировку нагрузки. Запись монитора" - -# File: src/www/load_balancer_monitor_edit.php, line: 341 -# File: src/www/load_balancer_monitor_edit.php, line: 374 -msgid "Path" -msgstr "Путь" - -# File: src/www/load_balancer_monitor_edit.php, line: 349 -# File: src/www/load_balancer_monitor_edit.php, line: 382 -msgid "Hostname for Host: header if needed." -msgstr "Имя для хоста: заголовок, если нужен" - -# File: src/www/load_balancer_monitor_edit.php, line: 353 -# File: src/www/load_balancer_monitor_edit.php, line: 386 -msgid "HTTP Code" -msgstr "Код состояния HTTP" - -# File: src/www/load_balancer_monitor_edit.php, line: 408 -msgid "Send string" -msgstr "Send string" - -# File: src/www/load_balancer_monitor_edit.php, line: 414 -msgid "Expect string" -msgstr "Expect string" - -# File: src/www/load_balancer_pool.php, line: 62 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"virtual server." -msgstr "" -"Нельзя удалить эту запись, так как ей присвоен по меньшей мере один " -"виртуальный сервер." - -# File: src/www/load_balancer_pool.php, line: 108 -# File: src/www/status_lb_pool.php, line: 113 -# File: src/www/status_lb_vs.php, line: 59 -msgid "" -"The load balancer configuration has been changed%sYou must apply the changes " -"in order for them to take effect." -msgstr "" -"Конфигурация балансировки нагрузки изменена.%sYou должны применить " -"изменения, чтобы они вступили в силу." - -# File: src/www/load_balancer_pool.php, line: 128 -# File: src/www/load_balancer_pool_edit.php, line: 63 -# File: src/www/load_balancer_pool_edit.php, line: 243 -# File: src/www/status_gateways.php, line: 54 -# File: src/www/status_lb_pool.php, line: 131 -msgid "Monitor" -msgstr "Монитор" - -# File: src/www/load_balancer_pool.php, line: 138 -msgid "" -"This feature is intended for server load balancing, not multi-WAN. For load " -"balancing or failover for multiple WANs, use %sGateway Groups%s." -msgstr "" -"Эта особенность предназначена для WAN балансировки нагрузки на серверы, не " -"множественной. Для балансировки нагрузки или аварийного переключения для " -"многочисленных WAN используйте %sGateway Groups%s." - -# File: src/www/load_balancer_pool_edit.php, line: 63 -msgid "Server List" -msgstr "Список серверов" - -# File: src/www/load_balancer_pool_edit.php, line: 70 -msgid "This pool name has already been used. Pool names must be unique." -msgstr "Это имя пула уже используется. Пулы должны иметь уникальные имена." - -# File: src/www/load_balancer_pool_edit.php, line: 76 -msgid "The name '%s' is a reserved word and cannot be used." -msgstr "Имя «%s» является зарезервированным словом и не может использоваться." - -# File: src/www/load_balancer_pool_edit.php, line: 79 -msgid "Sorry, an alias is already named %s." -msgstr "Псевдоним уже имеет имя %s." - -# File: src/www/load_balancer_pool_edit.php, line: 82 -msgid "The port must be an integer between 1 and 65535, or a port alias." -msgstr "" -"Номер порта должен быть целым числом от 1 до 65535 или псевдонимом порта." - -# File: src/www/load_balancer_pool_edit.php, line: 86 -msgid "The retry value must be an integer between 1 and 65535." -msgstr "Количество повторных попыток должно быть целым числом от 1 до 65535." - -# File: src/www/load_balancer_pool_edit.php, line: 91 -msgid "%s is not a valid IP address or IPv4 subnet (in \"enabled\" list)." -msgstr "" -"%s не является действительным IP-адресом или IPv4-адресом подсети (из списка " -"«включенных»)." - -# File: src/www/load_balancer_pool_edit.php, line: 94 -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"enabled\" list)." -msgstr "" -"%s является подсетью, в которой больше 64 IP-адресов (из списка «включенных»)" - -# File: src/www/load_balancer_pool_edit.php, line: 101 -msgid "%s is not a valid IP address or IPv4 subnet (in \"disabled\" list)." -msgstr "" -"%s не является действительным IP-адресом или IPv4-адресом подсети (из списка " -"«отключенных»)." - -# File: src/www/load_balancer_pool_edit.php, line: 104 -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"disabled\" list)." -msgstr "" -"%s является подсетью, в которой больше 64 IP-адресов (из списка " -"«отключенных»)" - -# File: src/www/load_balancer_pool_edit.php, line: 113 -msgid "Invalid monitor chosen." -msgstr "Выбран недопустимый монитор." - -# File: src/www/load_balancer_pool_edit.php, line: 189 -msgid "Add/edit Load Balancer - Pool entry" -msgstr "Добавить/редактировать балансировку нагрузки. Запись пула" - -# File: src/www/load_balancer_pool_edit.php, line: 201 -msgid "Load Balance" -msgstr "Балансировка нагрузки" - -# File: src/www/load_balancer_pool_edit.php, line: 202 -msgid "Manual Failover" -msgstr "Ручное аварийное переключение" - -# File: src/www/load_balancer_pool_edit.php, line: 218 -msgid "This is the port your servers are listening on." -msgstr "Это порт, который прослушивает ваш сервер." - -# File: src/www/load_balancer_pool_edit.php, line: 219 -# File: src/www/load_balancer_virtual_server_edit.php, line: 194 -msgid "" -"You may also specify a port alias listed in Firewall -> Aliases here." -msgstr "Вы можете указать псевдоним порта из списка" - -# File: src/www/load_balancer_pool_edit.php, line: 233 -msgid "" -"Optionally specify how many times to retry checking a server before " -"declaring it down." -msgstr "" -"(Необязательно) Указать, сколько раз необходимо повторить попытку проверки " -"сервера, прежде чем объявить его недоступным." - -# File: src/www/load_balancer_pool_edit.php, line: 240 -msgid "Add item to pool" -msgstr "Добавить сервер в пул" - -# File: src/www/load_balancer_pool_edit.php, line: 258 -msgid "" -"Please add a monitor IP address on the monitors tab if you wish to use this " -"feature." -msgstr "" -"Добавьте IP-адрес монитора во вкладке «мониторы», если хотите использовать " -"эту функцию." - -# File: src/www/load_balancer_pool_edit.php, line: 264 -msgid "Server IP Address" -msgstr "IP-адрес сервера" - -# File: src/www/load_balancer_pool_edit.php, line: 267 -msgid "Add to pool" -msgstr "Добавить в пул" - -# File: src/www/load_balancer_pool_edit.php, line: 274 -msgid "Current Pool Members" -msgstr "Участники пула" - -# File: src/www/load_balancer_pool_edit.php, line: 283 -msgid "Pool Disabled" -msgstr "Пул отключен" - -# File: src/www/load_balancer_pool_edit.php, line: 294 -# File: src/www/load_balancer_pool_edit.php, line: 314 -msgid "Remove" -msgstr "Удалить" - -# File: src/www/load_balancer_pool_edit.php, line: 303 -msgid "Enabled (default)" -msgstr "Включен (по умолчанию)" - -# File: src/www/load_balancer_setting.php, line: 57 -msgid "Timeout must be a numeric value" -msgstr "Значение timeout должно быть числом" - -# File: src/www/load_balancer_setting.php, line: 61 -msgid "Interval must be a numeric value" -msgstr "Значение interval должно быть числом" - -# File: src/www/load_balancer_setting.php, line: 66 -msgid "Prefork must be a numeric value" -msgstr "Значение prefork должно быть числом" - -# File: src/www/load_balancer_setting.php, line: 69 -msgid "Prefork value must be between 1 and 32" -msgstr "Значение prefork должно быть целым числом от 1 до 32" - -# File: src/www/load_balancer_setting.php, line: 116 -msgid "Global settings" -msgstr "Глобальные настройки" - -# File: src/www/load_balancer_setting.php, line: 119 -msgid "timeout" -msgstr "timeout" - -# File: src/www/load_balancer_setting.php, line: 123 -msgid "" -"Set the global timeout in milliseconds for checks. Leave blank to use the " -"default value of 1000 ms " -msgstr "" -"Установите глобальный тайм-аут в миллисекундах для проверки. Оставьте поле " -"пустым, чтобы использовать значение по умолчанию равное 1000 мс" - -# File: src/www/load_balancer_setting.php, line: 127 -msgid "interval" -msgstr "interval" - -# File: src/www/load_balancer_setting.php, line: 131 -msgid "" -"Set the interval in seconds at which the member of a pool will be checked. " -"Leave blank to use the default interval of 10 seconds" -msgstr "" -"Установите интервал в секундах, с которым проверяются участники пула. " -"Оставьте пустым, чтобы использовать значение интервала по умолчанию равное " -"10 секундам" - -# File: src/www/load_balancer_setting.php, line: 135 -msgid "prefork" -msgstr "prefork" - -# File: src/www/load_balancer_setting.php, line: 139 -msgid "" -"Number of processes used by relayd for dns protocol. Leave blank to use the " -"default value of 5 processes" -msgstr "" -"Количество процессов, используемых relayd для протокола DNS. Оставьте " -"пустым, чтобы использовать значение по умолчанию равное 5 процессам." - -# File: src/www/load_balancer_virtual_server.php, line: 145 -msgid "The virtual server configuration has been changed" -msgstr "Конфигурация виртуального сервера изменена" - -# File: src/www/load_balancer_virtual_server.php, line: 163 -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 69 -msgid "Pool" -msgstr "Пул" - -# File: src/www/load_balancer_virtual_server.php, line: 164 -# File: src/www/load_balancer_virtual_server_edit.php, line: 223 -msgid "Fall Back Pool" -msgstr "Пул возврата" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 68 -# File: src/www/load_balancer_virtual_server_edit.php, line: 257 -msgid "Relay Protocol" -msgstr "Протокол повторной передачи" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 77 -msgid "" -"This virtual server name has already been used. Virtual server names must " -"be unique." -msgstr "" -"Это имя виртуального сервера уже используется. Виртуальны сервера должны " -"иметь уникальные имена." - -# File: src/www/load_balancer_virtual_server_edit.php, line: 80 -msgid "You cannot use spaces or slashes in the 'name' field." -msgstr "Поле «имя» не должно содержать пробелы и косую черту." - -# File: src/www/load_balancer_virtual_server_edit.php, line: 83 -msgid "" -"The port must be an integer between 1 and 65535, a port alias, or left blank." -msgstr "" -"Поле «порт» должно содержать целое число от 1 до 65535, псевдоним порта или " -"быть пустым." - -# File: src/www/load_balancer_virtual_server_edit.php, line: 86 -msgid "%s is not a valid IP address, IPv4 subnet, or alias." -msgstr "" -"%s не является действительным IP-адресом, IPv4-адресом подсети, или " -"псевдонимом." - -# File: src/www/load_balancer_virtual_server_edit.php, line: 88 -msgid "%s is a subnet containing more than 64 IP addresses." -msgstr "%s является подсетью, в которой больше 64 IP-адресов." - -# File: src/www/load_balancer_virtual_server_edit.php, line: 91 -msgid "You cannot select a Fall Back Pool when using the DNS relay protocol." -msgstr "" -"Вы не можете выбрать Запавший Задний Пул, когда вы используете протокол " -"повторной передачи DNS." - -# File: src/www/load_balancer_virtual_server_edit.php, line: 160 -msgid "Edit Load Balancer - Virtual Server entry" -msgstr "Редактировать балансировку нагрузки. Запись виртуального сервера" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 178 -msgid "" -"This is normally the WAN IP address that you would like the server to listen " -"on. All connections to this IP and port will be forwarded to the pool " -"cluster." -msgstr "" -"Как правило, это IP-адрес WAN, на котором должен прослушивать сервер. Все " -"подключения к этому IP-адресу и порту будут переданы в кластер пулов." - -# File: src/www/load_balancer_virtual_server_edit.php, line: 179 -msgid "" -"You may also specify a host alias listed in Firewall -> Aliases here." -msgstr "" -"Вы можете указать здесь псевдоним порта из списка на странице «Межсетевой " -"экран. Псевдонимы»" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 192 -msgid "" -"This is the port that the clients will connect to. All connections to this " -"port will be forwarded to the pool cluster." -msgstr "" -"Это порт, к которому будут подключаться клиенты. Все подключения к этому " -"порту будут переданы в кластер пулов." - -# File: src/www/load_balancer_virtual_server_edit.php, line: 193 -msgid "If left blank, listening ports from the pool will be used." -msgstr "" -"Если оставить это поле пустым, будут использоваться прослушивающие порты из " -"пула." - -# File: src/www/load_balancer_virtual_server_edit.php, line: 204 -msgid "Virtual Server Pool" -msgstr "Пул виртуального сервера" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 207 -# File: src/www/load_balancer_virtual_server_edit.php, line: 226 -msgid "Please add a pool on the Pools tab to use this feature." -msgstr "Добавьте пул во вкладке «Пулы», если хотите использовать эту функцию." - -# File: src/www/load_balancer_virtual_server_edit.php, line: 239 -msgid "" -"The server pool to which clients will be redirected if *ALL* servers in the " -"Virtual Server Pool are offline." -msgstr "" -"Пул сервера, на который будут перенаправлены клиенты, если *ВСЕ* серверы в " -"пуле виртуального сервера находятся в автономном режиме." - -# File: src/www/load_balancer_virtual_server_edit.php, line: 240 -msgid "This option is NOT compatible with the DNS relay protocol." -msgstr "Этот параметр НЕсовместим с " - -# File: src/www/load_balancer_virtual_server_edit.php, line: 276 -msgid "Submit" -msgstr "Подтвердить" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 285 -msgid "" -"Don't forget to add a firewall rule for the virtual server/pool after you're " -"finished setting it up." -msgstr "" -"Не забудьте добавить правило межсетевого экрана для виртуального сервера/" -"пула после завершения настройки." - -# File: src/www/reboot.php, line: 47 -msgid "The system is rebooting now. This may take one minute." -msgstr "Система перезагружается. Этот процесс может занять одну минуту." - -# File: src/www/reboot.php, line: 51 -msgid "Are you sure you want to reboot the system?" -msgstr "Вы уверены, что хотите перезагрузить систему?" - -# File: src/www/services_dhcp.php, line: 89 -# File: src/www/services_router_advertisements.php, line: 41 -msgid "Only interfaces configured with a static IP will be shown" -msgstr "Будут показаны только интерфейсы со статическими IP-адресами" - -# File: src/www/services_dhcp.php, line: 89 -msgid "" -"The DHCP Server can only be enabled on interfaces configured with static IP " -"addresses" -msgstr "" -"DHCP-сервер можно включить только на интерфейсах со статическим IP-адресами" - -# File: src/www/services_dhcp.php, line: 218 -# File: src/www/services_dhcpv6.php, line: 149 -msgid "Range begin" -msgstr "Начало диапазона" - -# File: src/www/services_dhcp.php, line: 218 -# File: src/www/services_dhcpv6.php, line: 149 -msgid "Range end" -msgstr "Конец диапазона" - -# File: src/www/services_dhcp.php, line: 223 -# File: src/www/services_dhcp.php, line: 225 -# File: src/www/services_dhcpv6.php, line: 154 -# File: src/www/services_dhcpv6.php, line: 158 -# File: src/www/services_dhcpv6.php, line: 160 -msgid "A valid range must be specified." -msgstr "Укажите допустимый диапазон." - -# File: src/www/services_dhcp.php, line: 227 -# File: src/www/services_dhcp_edit.php, line: 204 -msgid "A valid IP address must be specified for the gateway." -msgstr "Укажите действительный IP-адрес для этого шлюза." - -# File: src/www/services_dhcp.php, line: 229 -# File: src/www/services_dhcp_edit.php, line: 206 -msgid "" -"A valid IP address must be specified for the primary/secondary WINS servers." -msgstr "" -"Укажите действительный IP-адрес для основного/вспомогательного WINS-серверов." - -# File: src/www/services_dhcp.php, line: 234 -# File: src/www/services_dhcp_edit.php, line: 212 -msgid "" -"The gateway address %s does not lie within the chosen interface's subnet." -msgstr "IP-адрес %s шлюза не входит в выбранную подсеть интерфейса." - -# File: src/www/services_dhcp.php, line: 237 -# File: src/www/services_dhcp_edit.php, line: 215 -msgid "" -"A valid IP address must be specified for the primary/secondary DNS servers." -msgstr "" -"Укажите действительный IP-адрес для основного/вспомогательного DNS-серверов." - -# File: src/www/services_dhcp.php, line: 240 -# File: src/www/services_dhcp_edit.php, line: 218 -# File: src/www/services_dhcpv6.php, line: 167 -msgid "The default lease time must be at least 60 seconds." -msgstr "По умолчанию время аренды должно быть по меньшей мере 60 секунд." - -# File: src/www/services_dhcp.php, line: 243 -# File: src/www/services_dhcp_edit.php, line: 220 -# File: src/www/services_dhcpv6.php, line: 169 -msgid "" -"The maximum lease time must be at least 60 seconds and higher than the " -"default lease time." -msgstr "" -"Максимальное время аренды должно быть по меньшей мере 60 секунд и больше " -"времени аренды по умолчанию." - -# File: src/www/services_dhcp.php, line: 245 -# File: src/www/services_dhcp_edit.php, line: 222 -# File: src/www/services_dhcpv6.php, line: 171 -msgid "A valid domain name must be specified for the dynamic DNS registration." -msgstr "Укажите допустимое имя домена для динамической регистрации имен DNS." - -# File: src/www/services_dhcp.php, line: 247 -# File: src/www/services_dhcp_edit.php, line: 224 -msgid "" -"A valid primary domain name server IP address must be specified for the " -"dynamic domain name." -msgstr "" -"Укажите действительный IP-адрес основного сервера доменных имен для системы " -"динамических доменных имен." - -# File: src/www/services_dhcp.php, line: 250 -# File: src/www/services_dhcp_edit.php, line: 227 -# File: src/www/services_dhcpv6.php, line: 176 -msgid "You must specify both a valid domain key and key name." -msgstr "Вы должны указать действительный доменный ключ и имя ключа." - -# File: src/www/services_dhcp.php, line: 255 -# File: src/www/services_dhcp_edit.php, line: 232 -# File: src/www/services_dhcpv6.php, line: 181 -# File: src/www/services_router_advertisements.php, line: 120 -msgid "A valid domain search list must be specified." -msgstr "Укажите действительный список поиска доменов." - -# File: src/www/services_dhcp.php, line: 263 -msgid "" -"If you specify a mac allow list, it must contain only valid partial MAC " -"addresses." -msgstr "" -"Если вы указываете список разрешенных MAC-адресов, он должен содержать " -"только отдельные MAC-адреса." - -# File: src/www/services_dhcp.php, line: 265 -msgid "" -"If you specify a mac deny list, it must contain only valid partial MAC " -"addresses." -msgstr "" -"Если вы указываете список блокируемых MAC-адресов, он должен содержать " -"только отдельные MAC-адреса." - -# File: src/www/services_dhcp.php, line: 268 -# File: src/www/services_dhcp_edit.php, line: 239 -msgid "" -"A valid IP address must be specified for the primary/secondary NTP servers." -msgstr "" -"Укажите действительный IP-адрес для основного/вспомогательного NTP-серверов." - -# File: src/www/services_dhcp.php, line: 270 -# File: src/www/services_dhcpv6.php, line: 190 -msgid "A valid domain name must be specified for the DNS domain." -msgstr "Укажите допустимое имя домена для DNS-домена." - -# File: src/www/services_dhcp.php, line: 272 -# File: src/www/services_dhcp_edit.php, line: 241 -msgid "A valid IP address or hostname must be specified for the TFTP server." -msgstr "Укажите действительный IP-адрес или имя хоста для TFTP-сервера." - -# File: src/www/services_dhcp.php, line: 274 -# File: src/www/services_dhcp_edit.php, line: 243 -msgid "A valid IP address must be specified for the network boot server." -msgstr "Укажите действительный IP-адрес для сервера загрузки по сети." - -# File: src/www/services_dhcp.php, line: 277 -msgid "You cannot use the network address in the starting subnet range." -msgstr "Вы не можете использовать сетевой адрес в начальном диапазоне подсети." - -# File: src/www/services_dhcp.php, line: 279 -msgid "You cannot use the broadcast address in the ending subnet range." -msgstr "Вы не можете использовать сетевой адрес в конечном диапазоне подсети." - -# File: src/www/services_dhcp.php, line: 286 -msgid "The subnet range cannot overlap with virtual IP address %s." -msgstr "Диапазон подсети не может " - -# File: src/www/services_dhcp.php, line: 296 -msgid "" -"Cannot enable static ARP when you have static map entries without IP " -"addresses. Ensure all static maps have IP addresses and try again." -msgstr "" -"Нельзя включить статический ARP, когда у вас есть записи статической карты " -"без IP-адресов. Убедитесь, что все статические карты имеют IP-адреса, и " -"попробуйте снова." - -# File: src/www/services_dhcp.php, line: 301 -msgid "Text type cannot include quotation marks." -msgstr "Текстовый тип данных не может содержать кавычки." - -# File: src/www/services_dhcp.php, line: 303 -msgid "" -"String type must be enclosed in quotes like \"this\" or must be a series of " -"octets specified in hexadecimal, separated by colons, like 01:23:45:67:89:ab:" -"cd:ef" -msgstr "" -"Строковый тип должен быть заключен в кавычки («вот так») или должен быть " -"серией октетов, которая указана в шестнадцатеричном числе, разделена " -"двоеточиями, подобно 01:23:45:67:89:ab:cd:ef" - -# File: src/www/services_dhcp.php, line: 305 -msgid "Boolean type must be true, false, on, or off." -msgstr "" -"Булев тип данных должен хранить только значений двух состояний, например " -"true/false, или on/off." - -# File: src/www/services_dhcp.php, line: 307 -msgid "Unsigned 8-bit integer type must be a number in the range 0 to 255." -msgstr "" -"Беззнаковый 8-битовый целочисленный тип данных должен хранить значения в " -"диапазоне от 2 до 255." - -# File: src/www/services_dhcp.php, line: 309 -msgid "Unsigned 16-bit integer type must be a number in the range 0 to 65535." -msgstr "" -"Беззнаковый 16-битовый целочисленный тип данных должен хранить значения в " -"диапазоне от 2 до 65535." - -# File: src/www/services_dhcp.php, line: 311 -msgid "" -"Unsigned 32-bit integer type must be a number in the range 0 to 4294967295." -msgstr "" -"Беззнаковый 32-битовый целочисленный тип данных должен хранить значения в " -"диапазоне от 2 до 4294967295." - -# File: src/www/services_dhcp.php, line: 313 -msgid "Signed 8-bit integer type must be a number in the range -128 to 127." -msgstr "" -"Знаковый 8-битовый целочисленный тип данных должен хранить значения в " -"диапазоне от -128 до 127." - -# File: src/www/services_dhcp.php, line: 315 -msgid "" -"Signed 16-bit integer type must be a number in the range -32768 to 32767." -msgstr "" -"Знаковый 16-битовый целочисленный тип данных должен хранить значения в " -"диапазоне от -32768 до 32767." - -# File: src/www/services_dhcp.php, line: 317 -msgid "" -"Signed 32-bit integer type must be a number in the range -2147483648 to " -"2147483647." -msgstr "" -"Знаковый 32-битовый целочисленный тип данных должен хранить значения в " -"диапазоне от -2147483648 до 2147483647." - -# File: src/www/services_dhcp.php, line: 319 -msgid "IP address or host type must be an IP address or host name." -msgstr "" -"Тип данных «IP-адрес» или «хост» должен быть IP-адресом или именем хоста." - -# File: src/www/services_dhcp.php, line: 330 -# File: src/www/services_dhcpv6.php, line: 218 -msgid "The specified range lies outside of the current subnet." -msgstr "Указанный диапазон лежит вне текущей подсети." - -# File: src/www/services_dhcp.php, line: 334 -# File: src/www/services_dhcpv6.php, line: 223 -msgid "The range is invalid (first element higher than second element)." -msgstr "Недопустимый диапазон (первый элемент больше второго)." - -# File: src/www/services_dhcp.php, line: 341 -msgid "" -"The specified range must not be within the DHCP range for this interface." -msgstr "" -"Указанный диапазон должен быть вне DHCP диапазона для этого интерфейса." - -# File: src/www/services_dhcp.php, line: 350 -msgid "" -"The specified range must not be within the range configured on a DHCP pool " -"for this interface." -msgstr "" -"Указанный диапазон должен быть вне настроенного диапазона DHCP пула для " -"этого интерфейса." - -# File: src/www/services_dhcp.php, line: 357 -# File: src/www/services_dhcpv6.php, line: 227 -msgid "" -"You must disable the DHCP relay on the %s interface before enabling the DHCP " -"server." -msgstr "" -"Вы должны отключить DHCP-ретрансляцию для %s интерфейса перед включением " -"DHCP-сервера." - -# File: src/www/services_dhcp.php, line: 367 -# File: src/www/services_dhcpv6.php, line: 242 -msgid "The DHCP range cannot overlap any static DHCP mappings." -msgstr "DHCP диапазон не должен пересекаться с любым статическим маршрутом." - -# File: src/www/services_dhcp.php, line: 553 -msgid "Boolean" -msgstr "Булев" - -# File: src/www/services_dhcp.php, line: 553 -msgid "String" -msgstr "Строковый" - -# File: src/www/services_dhcp.php, line: 553 -msgid "Text" -msgstr "Текстовый" - -# File: src/www/services_dhcp.php, line: 554 -msgid "Unsigned 16-bit integer" -msgstr "Беззнаковый 16-битовый целочисленный" - -# File: src/www/services_dhcp.php, line: 554 -msgid "Unsigned 32-bit integer" -msgstr "Беззнаковый 32-битовый целочисленный" - -# File: src/www/services_dhcp.php, line: 554 -msgid "Unsigned 8-bit integer" -msgstr "Беззнаковый 8-битовый целочисленный" - -# File: src/www/services_dhcp.php, line: 555 -msgid "IP address or host" -msgstr "IP-адрес или имя хоста" - -# File: src/www/services_dhcp.php, line: 555 -msgid "Signed 16-bit integer" -msgstr "Беззнаковый 16-битовый целочисленный" - -# File: src/www/services_dhcp.php, line: 555 -msgid "Signed 32-bit integer" -msgstr "Беззнаковый 32-битовый целочисленный" - -# File: src/www/services_dhcp.php, line: 555 -msgid "Signed 8-bit integer" -msgstr "Беззнаковый 8-битовый целочисленный" - -# File: src/www/services_dhcp.php, line: 671 -# File: src/www/services_dhcpv6.php, line: 450 -msgid "The static mapping configuration has been changed" -msgstr "Конфигурация статической маршрутизации изменена" - -# File: src/www/services_dhcp.php, line: 711 -# File: src/www/services_dhcpv6.php, line: 510 -msgid "" -"DHCP Relay is currently enabled. Cannot enable the DHCP Server service while " -"the DHCP Relay is enabled on any interface." -msgstr "" -"DHCP-ретрансляция включена. Невозможно включить DHCP-сервер пока включена " -"DHCP-ретрансляция для этого интерфейса." - -# File: src/www/services_dhcp.php, line: 722 -msgid "Enable DHCP server on %s interface" -msgstr "Включить DHCP-сервер на %s интерфейсе" - -# File: src/www/services_dhcp.php, line: 728 -msgid "" -"Editing Pool-Specific Options. To return to the Interface, click its tab " -"above." -msgstr "" -"Редактирование параметров конкретного пула. Чтобы вернуться к интерфейсу, " -"нажмите выше на соответствующую вкладку." - -# File: src/www/services_dhcp.php, line: 735 -msgid "Deny unknown clients" -msgstr "Блокировать неизвестные клиенты" - -# File: src/www/services_dhcp.php, line: 736 -msgid "" -"If this is checked, only the clients defined below will get DHCP leases from " -"this server. " -msgstr "" -"Если установлен флажок, только клиенты, определенные выше, будут IP-адреса в " -"аренду от этого сервера." - -# File: src/www/services_dhcp.php, line: 740 -msgid "Pool Description" -msgstr "Описание пула" - -# File: src/www/services_dhcp.php, line: 753 -# File: src/www/services_dhcpv6.php, line: 538 -msgid "Subnet mask" -msgstr "Маска подсети" - -# File: src/www/services_dhcp.php, line: 759 -# File: src/www/services_dhcpv6.php, line: 544 -msgid "Available range" -msgstr "Доступный диапазон" - -# File: src/www/services_dhcp.php, line: 786 -# File: src/www/services_dhcpv6.php, line: 580 -msgid "Range" -msgstr "Диапазон" - -# File: src/www/services_dhcp.php, line: 794 -msgid "Additional Pools" -msgstr "Дополнительные пулы" - -# File: src/www/services_dhcp.php, line: 796 -msgid "" -"If you need additional pools of addresses inside of this subnet outside the " -"above Range, they may be specified here." -msgstr "" -"Если вам нужны дополнительные пулы адресов внутри подсети, которые не входят " -"в указанный выше диапазон, вы можете указать их здесь." - -# File: src/www/services_dhcp.php, line: 799 -msgid "Pool Start" -msgstr "Начало пула" - -# File: src/www/services_dhcp.php, line: 800 -msgid "Pool End" -msgstr "Конец пула" - -# File: src/www/services_dhcp.php, line: 821 -msgid "Do you really want to delete this pool?" -msgstr "Вы действительно хотите удалить этот пул?" - -# File: src/www/services_dhcp.php, line: 833 -# File: src/www/services_dhcp_edit.php, line: 426 -msgid "WINS servers" -msgstr "WINS-серверы" - -# File: src/www/services_dhcp.php, line: 840 -# File: src/www/services_dhcp_edit.php, line: 433 -# File: src/www/services_dhcpv6.php, line: 605 -# File: src/www/services_router_advertisements.php, line: 337 -# File: src/www/system_general.php, line: 346 -# File: src/www/vpn_pppoe_edit.php, line: 502 -msgid "DNS servers" -msgstr "DNS-серверы" - -# File: src/www/services_dhcp.php, line: 844 -# File: src/www/services_dhcp_edit.php, line: 437 -# File: src/www/services_dhcpv6.php, line: 609 -# File: src/www/services_router_advertisements.php, line: 341 -msgid "" -"NOTE: leave blank to use the system default DNS servers - this interface's " -"IP if DNS forwarder is enabled, otherwise the servers configured on the " -"General page." -msgstr "" -"ПРИМЕЧАНИЕ: оставьте это поле пустым, чтобы использовать стандартные DNS-" -"серверы (IP-адрес интерфейса, если включен перенаправляющий DNS-сервер), или " -"настройте серверы на странице «Общая конфигурация»." - -# File: src/www/services_dhcp.php, line: 851 -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network. Type \"none\" for no gateway assignment." -msgstr "" -"По умолчанию в качестве шлюза используется IP-адрес на этом интерфейсе " -"межсетевого экрана. Укажите альтернативный шлюз, если это неправильный шлюз " -"для вашей сети или выберите «отсутствует», чтобы не назначать шлюз." - -# File: src/www/services_dhcp.php, line: 855 -# File: src/www/services_dhcp_edit.php, line: 448 -# File: src/www/services_dhcpv6.php, line: 613 -msgid "Domain name" -msgstr "Доменное имя" - -# File: src/www/services_dhcp.php, line: 858 -# File: src/www/services_dhcp_edit.php, line: 451 -# File: src/www/services_dhcpv6.php, line: 616 -msgid "" -"The default is to use the domain name of this system as the default domain " -"name provided by DHCP. You may specify an alternate domain name here." -msgstr "" -"По умолчанию в качестве доменного имени используется доменное имя этой " -"системы " - -# File: src/www/services_dhcp.php, line: 862 -# File: src/www/services_dhcp_edit.php, line: 455 -# File: src/www/services_dhcpv6.php, line: 620 -# File: src/www/services_router_advertisements.php, line: 346 -msgid "Domain search list" -msgstr "Список поиска доменов" - -# File: src/www/services_dhcp.php, line: 865 -# File: src/www/services_dhcp_edit.php, line: 458 -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator " -msgstr "" -"DHCP-сервер дополнительно может предоставлять список поиска домена. " -"Используйте точку с запятой в качестве разделителя " - -# File: src/www/services_dhcp.php, line: 869 -# File: src/www/services_dhcp_edit.php, line: 462 -# File: src/www/services_dhcpv6.php, line: 627 -msgid "Default lease time" -msgstr "Время аренды по умолчанию" - -# File: src/www/services_dhcp.php, line: 873 -# File: src/www/services_dhcp_edit.php, line: 466 -# File: src/www/services_dhcpv6.php, line: 631 -msgid "" -"This is used for clients that do not ask for a specific expiration time." -msgstr "" -"Используется для клиентов, которые не запрашивают конкретное время аренды." - -# File: src/www/services_dhcp.php, line: 875 -# File: src/www/services_dhcp_edit.php, line: 468 -# File: src/www/services_dhcpv6.php, line: 633 -msgid "The default is 7200 seconds." -msgstr "Значение по умолчанию равно 7200 секундам." - -# File: src/www/services_dhcp.php, line: 879 -# File: src/www/services_dhcp_edit.php, line: 472 -# File: src/www/services_dhcpv6.php, line: 637 -msgid "Maximum lease time" -msgstr "Максимальное время аренды" - -# File: src/www/services_dhcp.php, line: 883 -# File: src/www/services_dhcp_edit.php, line: 476 -# File: src/www/services_dhcpv6.php, line: 641 -msgid "" -"This is the maximum lease time for clients that ask for a specific " -"expiration time." -msgstr "" -"Максимальное время аренды для клиентов, которые запрашивают конкретное время " -"аренды." - -# File: src/www/services_dhcp.php, line: 885 -# File: src/www/services_dhcp_edit.php, line: 478 -# File: src/www/services_dhcpv6.php, line: 643 -msgid "The default is 86400 seconds." -msgstr "Значение по умолчанию равно 86400 секундам." - -# File: src/www/services_dhcp.php, line: 890 -msgid "Failover peer IP:" -msgstr "IP-адрес участника для аварийного переключения:" - -# File: src/www/services_dhcp.php, line: 893 -msgid "" -"Leave blank to disable. Enter the interface IP address of the other " -"machine. Machines must be using CARP. Interface's advskew determines " -"whether the DHCPd process is Primary or Secondary. Ensure one machine's " -"advskew<20 (and the other is >20)." -msgstr "" -"Оставьте поле пустым, чтобы отключить. Введите IP-адрес интерфейса на другой " -"машине. Машины должны использовать CARP. Параметр интерфейса advskew " -"определяет, является ли процесс DHCPd основным или вспомогательным. " -"Убедитесь, что advskew одной машины <20 (а другой> 20)." - -# File: src/www/services_dhcp.php, line: 899 -# File: src/www/services_dhcp.php, line: 1128 -msgid "Static ARP" -msgstr "Статический ARP" - -# File: src/www/services_dhcp.php, line: 902 -msgid "Enable Static ARP entries" -msgstr "Включить статические записи ARP" - -# File: src/www/services_dhcp.php, line: 904 -msgid "" -"Warning: This option persists even if DHCP server is disabled. Only the " -"machines listed below will be able to communicate with the firewall on this " -"NIC." -msgstr "" -"Предупреждение: Эта опция сохраняется, даже если DHCP-сервер отключён. " -"Только машины, указанные ниже, смогут соединиться с брандмауэром по этому " -"NIC." - -# File: src/www/services_dhcp.php, line: 910 -# File: src/www/services_dhcpv6.php, line: 647 -msgid "Time format change" -msgstr "Изменить формат даты" - -# File: src/www/services_dhcp.php, line: 913 -msgid "Change DHCP display lease time from UTC to local time." -msgstr "Изменить отображение времени аренды DHCP с UTC на местное время." - -# File: src/www/services_dhcp.php, line: 915 -msgid "" -"Warning: By default DHCP leases are displayed in UTC time. By checking this " -"box DHCP lease time will be displayed in local time and set to time zone " -"selected. This will be used for all DHCP interfaces lease time." -msgstr "" -"Предупреждение: По умолчанию аренда DHCP отображена во время UTC. Проверкой " -"этого окна время аренды DHCP будет отображено в местное время и установлено " -"до выбранного часового пояса. Это будет использоваться всё время аренды " -"интерфейсов DHCP." - -# File: src/www/services_dhcp.php, line: 922 -# File: src/www/services_dhcp_edit.php, line: 482 -# File: src/www/services_dhcpv6.php, line: 672 -# File: src/www/vpn_ipsec_phase1.php, line: 788 -# File: src/www/vpn_openvpn_export.php, line: 650 -# File: src/www/vpn_openvpn_export.php, line: 660 -msgid "Dynamic DNS" -msgstr "Динамический DNS" - -# File: src/www/services_dhcp.php, line: 925 -# File: src/www/services_dhcp_edit.php, line: 485 -# File: src/www/services_dhcpv6.php, line: 675 -msgid "Show Dynamic DNS" -msgstr "Показывать динамический DNS" - -# File: src/www/services_dhcp.php, line: 929 -# File: src/www/services_dhcp_edit.php, line: 489 -# File: src/www/services_dhcpv6.php, line: 679 -msgid "Enable registration of DHCP client names in DNS." -msgstr "Включить регистрацию имен DHCP-клиентов в DNS." - -# File: src/www/services_dhcp.php, line: 932 -# File: src/www/services_dhcp_edit.php, line: 492 -# File: src/www/services_dhcpv6.php, line: 682 -msgid "Note: Leave blank to disable dynamic DNS registration." -msgstr "" -"Примечание: оставьте поле пустым, чтобы отключить регистрацию динамического " -"DNS." - -# File: src/www/services_dhcp.php, line: 933 -# File: src/www/services_dhcp_edit.php, line: 493 -# File: src/www/services_dhcpv6.php, line: 683 -msgid "" -"Enter the dynamic DNS domain which will be used to register client names in " -"the DNS server." -msgstr "" -"Введите доменное имя динамического DNS, которое будет использоваться для " -"регистрации имен клиентов на DNS-сервере." - -# File: src/www/services_dhcp.php, line: 935 -# File: src/www/services_dhcp_edit.php, line: 495 -# File: src/www/services_dhcpv6.php, line: 685 -msgid "" -"Enter the primary domain name server IP address for the dynamic domain name." -msgstr "" -"Введите IP-адрес основного сервера доменных имен для системы динамических " -"доменных имен." - -# File: src/www/services_dhcp.php, line: 937 -# File: src/www/services_dhcp_edit.php, line: 497 -# File: src/www/services_dhcpv6.php, line: 687 -msgid "" -"Enter the dynamic DNS domain key name which will be used to register client " -"names in the DNS server." -msgstr "" -"Введите имя доменного ключа динамического DNS, которое будет использоваться " -"для регистрации имен клиентов на DNS-сервере." - -# File: src/www/services_dhcp.php, line: 939 -# File: src/www/services_dhcp_edit.php, line: 499 -# File: src/www/services_dhcpv6.php, line: 689 -msgid "" -"Enter the dynamic DNS domain key secret which will be used to register " -"client names in the DNS server." -msgstr "" -"Введите секретный ключ домена динамического DNS, который будет " -"использоваться для регистрации имен клиентов на DNS-сервере." - -# File: src/www/services_dhcp.php, line: 944 -msgid "MAC Address Control" -msgstr "Контроль доступа по MAC-адресам" - -# File: src/www/services_dhcp.php, line: 947 -msgid "Show MAC Address Control" -msgstr "Показать контроль доступа по MAC-адресам" - -# File: src/www/services_dhcp.php, line: 951 -msgid "" -"Enter a list of partial MAC addresses to allow, comma separated, no spaces, " -"such as " -msgstr "" -"Введите список разрешенных MAC-адресов через запятую и без пробелов, например" - -# File: src/www/services_dhcp.php, line: 953 -msgid "" -"Enter a list of partial MAC addresses to deny access, comma separated, no " -"spaces, such as " -msgstr "" -"Введите список блокируемых MAC-адресов через запятую и без пробелов, например" - -# File: src/www/services_dhcp.php, line: 958 -# File: src/www/services_dhcp_edit.php, line: 505 -# File: src/www/services_dhcpv6.php, line: 695 -msgid "NTP servers" -msgstr "NTP-серверы" - -# File: src/www/services_dhcp.php, line: 961 -# File: src/www/services_dhcp_edit.php, line: 508 -# File: src/www/services_dhcpv6.php, line: 698 -msgid "Show NTP configuration" -msgstr "Показать конфигурацию NTP" - -# File: src/www/services_dhcp.php, line: 970 -# File: src/www/services_dhcp_edit.php, line: 517 -# File: src/www/services_dhcpv6.php, line: 708 -msgid "TFTP server" -msgstr "TFTP-сервер" - -# File: src/www/services_dhcp.php, line: 973 -# File: src/www/services_dhcp_edit.php, line: 520 -# File: src/www/services_dhcpv6.php, line: 711 -msgid "Show TFTP configuration" -msgstr "Показать конфигурацию TFTP" - -# File: src/www/services_dhcp.php, line: 977 -# File: src/www/services_dhcp_edit.php, line: 524 -# File: src/www/services_dhcpv6.php, line: 715 -msgid "" -"Leave blank to disable. Enter a full hostname or IP for the TFTP server." -msgstr "" -"Оставьте поле пустым, чтобы отключить. Введите полное имя машины или IP-" -"адрес для TFTP-сервера." - -# File: src/www/services_dhcp.php, line: 982 -# File: src/www/services_dhcpv6.php, line: 721 -msgid "LDAP URI" -msgstr "LDAP URI" - -# File: src/www/services_dhcp.php, line: 985 -# File: src/www/services_dhcpv6.php, line: 724 -msgid "Show LDAP configuration" -msgstr "Показать конфигурацию LDAP" - -# File: src/www/services_dhcp.php, line: 989 -# File: src/www/services_dhcpv6.php, line: 728 -msgid "" -"Leave blank to disable. Enter a full URI for the LDAP server in the form " -"ldap://ldap.example.com/dc=example,dc=com" -msgstr "" -"Оставьте поле пустым, чтобы отключить. Введите полный URL для LDAP-сервера в " -"формате ldap://ldap.example.com/dc=example,dc=com" - -# File: src/www/services_dhcp.php, line: 994 -# File: src/www/services_dhcpv6.php, line: 733 -msgid "Enable network booting" -msgstr "Включить загрузку по сети" - -# File: src/www/services_dhcp.php, line: 997 -# File: src/www/services_dhcpv6.php, line: 736 -msgid "Show Network booting" -msgstr "Показать загрузку по сети" - -# File: src/www/services_dhcp.php, line: 1001 -# File: src/www/services_dhcpv6.php, line: 740 -msgid "Enables network booting." -msgstr "Включает загрузку по сети." - -# File: src/www/services_dhcp.php, line: 1003 -msgid "Enter the IP of the" -msgstr "Введите IP-адрес " - -# File: src/www/services_dhcp.php, line: 1003 -msgid "next-server" -msgstr "следующего-сервера" - -# File: src/www/services_dhcp.php, line: 1005 -msgid "and the default bios filename" -msgstr "и имя файла bios по умолчанию" - -# File: src/www/services_dhcp.php, line: 1007 -msgid "and the UEFI 32bit filename " -msgstr "и 32-битовое имя файла UEFI" - -# File: src/www/services_dhcp.php, line: 1009 -msgid "and the UEFI 64bit filename " -msgstr "и 64-битовое имя файла UEFI" - -# File: src/www/services_dhcp.php, line: 1011 -msgid "" -"Note: You need both a filename and a boot server configured for this to work!" -msgstr "" -"Примечание: чтобы это работало, вам нужно имя файла и настроенный сервер " -"загрузки." - -# File: src/www/services_dhcp.php, line: 1012 -msgid "" -"You will need all three filenames and a boot server configured for UEFI to " -"work!" -msgstr "" -"Вам нужно все три имени файлов и настроенный сервер загрузки для работы UEFI." - -# File: src/www/services_dhcp.php, line: 1013 -msgid "Enter the" -msgstr "Введите" - -# File: src/www/services_dhcp.php, line: 1013 -msgid "root-path" -msgstr "корневой-путь" - -# File: src/www/services_dhcp.php, line: 1013 -msgid "string" -msgstr "строку" - -# File: src/www/services_dhcp.php, line: 1015 -msgid "" -"Note: string-format: iscsi:(servername):(protocol):(port):(LUN):targetname" -msgstr "" -"Примечание: формат-строки:iscsi:(имясервера):(протокол):(порт):(LUN):" -"целевоеимя" - -# File: src/www/services_dhcp.php, line: 1021 -# File: src/www/services_dhcpv6.php, line: 748 -msgid "Additional BOOTP/DHCP Options" -msgstr "Дополнительные параметры BOOTP/DHCP" - -# File: src/www/services_dhcp.php, line: 1024 -# File: src/www/services_dhcpv6.php, line: 751 -msgid "Show Additional BOOTP/DHCP Options" -msgstr "Показать дополнительные параметры BOOTP/DHCP" - -# File: src/www/services_dhcp.php, line: 1032 -# File: src/www/services_dhcpv6.php, line: 759 -msgid "" -"Enter the DHCP option number and the value for each item you would like to " -"include in the DHCP lease information. For a list of available options " -"please visit this" -msgstr "" -"Введите номер и значение каждого параметра, который вы хотели бы включить в " -"информацию об аренды адреса DHCP. Чтобы посмотреть список доступных " -"параметров, посетите эту страницу:" - -# File: src/www/services_dhcp.php, line: 1032 -# File: src/www/services_dhcpv6.php, line: 759 -msgid "URL" -msgstr "URL" - -# File: src/www/services_dhcp.php, line: 1039 -# File: src/www/services_dhcpv6.php, line: 765 -# File: src/www/services_unbound_overrides.php, line: 134 -# File: src/www/system_advanced_sysctl.php, line: 166 -# File: src/www/system_advanced_sysctl.php, line: 217 -# File: src/www/system_certmanager.php, line: 910 -msgid "Value" -msgstr "Значение" - -# File: src/www/services_dhcp.php, line: 1107 -# File: src/www/services_dhcpv6.php, line: 816 -msgid "System: General setup" -msgstr "Система. Общие настройки" - -# File: src/www/services_dhcp.php, line: 1107 -# File: src/www/services_dhcpv6.php, line: 816 -msgid "The DNS servers entered in" -msgstr "Введенные DNS серверы" - -# File: src/www/services_dhcp.php, line: 1108 -# File: src/www/services_dhcpv6.php, line: 817 -msgid "(or the" -msgstr "(или" - -# File: src/www/services_dhcp.php, line: 1108 -# File: src/www/services_dhcpv6.php, line: 817 -msgid "DNS forwarder" -msgstr "перенаправляющий DNS-сервер," - -# File: src/www/services_dhcp.php, line: 1109 -# File: src/www/services_dhcpv6.php, line: 818 -msgid "if enabled)" -msgstr "если включен)" - -# File: src/www/services_dhcp.php, line: 1109 -# File: src/www/services_dhcpv6.php, line: 818 -msgid "will be assigned to clients by the DHCP server." -msgstr "будут назначены клиентам DHCP-сервером." - -# File: src/www/services_dhcp.php, line: 1112 -msgid "Status: DHCP leases" -msgstr "Статус. Арендованные адреса DHCP" - -# File: src/www/services_dhcp.php, line: 1112 -# File: src/www/services_dhcpv6.php, line: 821 -msgid "The DHCP lease table can be viewed on the" -msgstr "На этот странице можно просмотреть таблицу арендованных" - -# File: src/www/services_dhcp.php, line: 1113 -# File: src/www/services_dhcpv6.php, line: 822 -msgid "page." -msgstr "адресов DHCP." - -# File: src/www/services_dhcp.php, line: 1124 -msgid "DHCP Static Mappings for this interface." -msgstr "Статическая маршрутизация через DHCP для этого интерфейса." - -# File: src/www/services_dhcp.php, line: 1167 -# File: src/www/services_dhcpv6.php, line: 868 -msgid "Do you really want to delete this mapping?" -msgstr "Вы действительно хотите удалить этот маршрут?" - -# File: src/www/services_dhcp_edit.php, line: 141 -msgid "Either MAC address or Client identifier must be specified" -msgstr "Необходимо указать MAC-адрес или идентификатор клиента." - -# File: src/www/services_dhcp_edit.php, line: 149 -# File: src/www/services_dhcpv6_edit.php, line: 102 -msgid "The hostname cannot end with a hyphen according to RFC952" -msgstr "Согласно RFC952 имя хоста не может заканчиваться дефисом" - -# File: src/www/services_dhcp_edit.php, line: 154 -# File: src/www/services_dhcpv6_edit.php, line: 107 -msgid "" -"A valid hostname is specified, but the domain name part should be omitted" -msgstr "Должно быть указано действительное имя хоста без доменной части" - -# File: src/www/services_dhcp_edit.php, line: 165 -msgid "Static ARP is enabled. You must specify an IP address." -msgstr "Включен статический ARP. Вы должны указать IP-адрес." - -# File: src/www/services_dhcp_edit.php, line: 174 -msgid "This Hostname, IP, MAC address or Client identifier already exists." -msgstr "" -"Имя хоста, IP-адрес, MAC-адрес или идентификатор клиента уже существует." - -# File: src/www/services_dhcp_edit.php, line: 185 -msgid "The IP address must not be within the DHCP range for this interface." -msgstr "IP-адрес должен быть вне DHCP диапазона для этого интерфейса." - -# File: src/www/services_dhcp_edit.php, line: 190 -msgid "" -"The IP address must not be within the range configured on a DHCP pool for " -"this interface." -msgstr "" -"IP-адрес должен быть вне настроенного диапазона DHCP пула для этого " -"интерфейса." - -# File: src/www/services_dhcp_edit.php, line: 199 -msgid "The IP address must lie in the %s subnet." -msgstr "Этот IP-адрес должен быть в %s подсети интерфейса." - -# File: src/www/services_dhcp_edit.php, line: 359 -msgid "Static DHCP Mapping" -msgstr "Статическая маршрутизация через DHCP" - -# File: src/www/services_dhcp_edit.php, line: 370 -msgid "Copy my MAC address" -msgstr "Скопировать мой MAC-адрес" - -# File: src/www/services_dhcp_edit.php, line: 372 -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "Введите MAC-адрес в формате «xx:xx:xx:xx:xx:xx»" - -# File: src/www/services_dhcp_edit.php, line: 376 -msgid "Client identifier" -msgstr "Идентификатор клиента" - -# File: src/www/services_dhcp_edit.php, line: 386 -msgid "If an IPv4 address is entered, the address must be outside of the pool." -msgstr "Если IPv4-адрес введен, он должен быть вне пула." - -# File: src/www/services_dhcp_edit.php, line: 388 -msgid "" -"If no IPv4 address is given, one will be dynamically allocated from the pool." -msgstr "" -"Если IPv4-адрес не указан, другой адрес будет динамически выделен из пула." - -# File: src/www/services_dhcp_edit.php, line: 395 -# File: src/www/services_dhcpv6_edit.php, line: 217 -msgid "Name of the host, without domain part." -msgstr "Имя хоста без доменной части" - -# File: src/www/services_dhcp_edit.php, line: 399 -msgid "Netboot Filename" -msgstr "Имя файла Netboot" - -# File: src/www/services_dhcp_edit.php, line: 402 -# File: src/www/services_dhcpv6_edit.php, line: 224 -msgid "" -"Name of the file that should be loaded when this host boots off of the " -"network, overrides setting on main page." -msgstr "Имя файла, который должен быть загружен" - -# File: src/www/services_dhcp_edit.php, line: 405 -# File: src/www/services_dhcpv6_edit.php, line: 227 -msgid "Root Path" -msgstr "Корневой путь" - -# File: src/www/services_dhcp_edit.php, line: 408 -# File: src/www/services_dhcpv6_edit.php, line: 230 -msgid "Enter the root-path-string, overrides setting on main page." -msgstr "Введите строку-корневого-пути, " - -# File: src/www/services_dhcp_edit.php, line: 419 -msgid "ARP Table Static Entry" -msgstr "Статические записи в таблице ARP" - -# File: src/www/services_dhcp_edit.php, line: 422 -msgid "Create an ARP Table Static Entry for this MAC & IP Address pair. " -msgstr "" -"Создать статическую запись в таблице ARP для этой пары MAC- & IP-адресов." - -# File: src/www/services_dhcp_edit.php, line: 444 -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network." -msgstr "" -"По умолчанию в качестве шлюза используется IP-адрес на этом интерфейсе " -"межсетевого экрана. Укажите альтернативный шлюз, если это неправильный шлюз " -"для вашей сети." - -# File: src/www/services_dhcp_relay.php, line: 69 -# File: src/www/services_dhcpv6_relay.php, line: 65 -msgid "Destination Server" -msgstr "Сервер-адресат" - -# File: src/www/services_dhcp_relay.php, line: 77 -msgid "A valid Destination Server IP address must be specified." -msgstr "Укажите действительный IP-адрес сервера-адресата." - -# File: src/www/services_dhcp_relay.php, line: 140 -msgid "" -"DHCP Server is currently enabled. Cannot enable the DHCP Relay service while " -"the DHCP Server is enabled on any interface." -msgstr "" -"DHCP-сервер включен. Невозможно включить DHCP-ретрансляцию пока включен DHCP-" -"сервер на этом интерфейсе." - -# File: src/www/services_dhcp_relay.php, line: 144 -msgid "DHCP Relay configuration" -msgstr "Конфигурация DHCP-ретрансляции" - -# File: src/www/services_dhcp_relay.php, line: 154 -msgid "Enable DHCP relay on interface" -msgstr "Включить DHCP-ретрансляцию на интерфейсе" - -# File: src/www/services_dhcp_relay.php, line: 158 -# File: src/www/services_dhcpv6_relay.php, line: 155 -# File: src/www/services_ntpd.php, line: 229 -msgid "Interface(s)" -msgstr "Интерфейс (-ы)" - -# File: src/www/services_dhcp_relay.php, line: 172 -# File: src/www/services_ntpd.php, line: 253 -msgid "Interfaces without an IP address will not be shown." -msgstr "Интерфейсы без IP-адресов не будут показаны." - -# File: src/www/services_dhcp_relay.php, line: 179 -# File: src/www/services_dhcpv6_relay.php, line: 176 -msgid "Append circuit ID and agent ID to requests" -msgstr "Добавьте ID канала и ID агента в запросы" - -# File: src/www/services_dhcp_relay.php, line: 180 -msgid "" -"If this is checked, the DHCP relay will append the circuit ID (%s interface " -"number) and the agent ID to the DHCP request." -msgstr "" -"Если это будет проверено, DHCP-реле добавит ID канала (номер интерфейса %s) " -"и ID агента в запрос DHCP." - -# File: src/www/services_dhcp_relay.php, line: 183 -# File: src/www/services_dhcpv6_relay.php, line: 180 -msgid "Destination server" -msgstr "Сервер-адресат" - -# File: src/www/services_dhcp_relay.php, line: 187 -msgid "" -"This is the IP address of the server to which DHCP requests are relayed. You " -"can enter multiple server IP addresses, separated by commas. Select \"Proxy " -"requests to DHCP server on WAN subnet\" to relay DHCP packets to the server " -"that was used on the WAN interface." -msgstr "" -"Это IP-адрес сервера, на который передаются DHCP-запросы. Вы можете ввести " -"несколько IP-адресов, разделенных запятой. Выберите «Запросы прокси к DHCP-" -"серверу на подсети WAN» для ретрансляции DHCP-пакетов на сервер, который был " -"использован на интерфейсе WAN." - -# File: src/www/services_dhcpv6.php, line: 45 -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses. Only interfaces configured with a static IP will be shown." -msgstr "" -"DHCPv6-сервер может быть включен только на интерфейсах со статическими IP-" -"адресами. Буду показаны только интерфейсы со статическим IP-адресами." - -# File: src/www/services_dhcpv6.php, line: 156 -msgid "A valid prefix range must be specified." -msgstr "Укажите допустимый диапазон префиксов." - -# File: src/www/services_dhcpv6.php, line: 162 -msgid "A valid IPv6 address must be specified for the gateway." -msgstr "Укажите действительный IPv6-адрес для этого шлюза." - -# File: src/www/services_dhcpv6.php, line: 164 -# File: src/www/services_router_advertisements.php, line: 115 -msgid "" -"A valid IPv6 address must be specified for the primary/secondary DNS servers." -msgstr "" -"Укажите действительный IPv6-адрес для основного/вспомогательного DNS-" -"серверов." - -# File: src/www/services_dhcpv6.php, line: 173 -msgid "" -"A valid primary domain name server IPv4 address must be specified for the " -"dynamic domain name." -msgstr "" -"Укажите действительный IPv4-адрес основного сервера доменных имен для " -"системы динамических доменных имен." - -# File: src/www/services_dhcpv6.php, line: 188 -msgid "" -"A valid IPv6 address must be specified for the primary/secondary NTP servers." -msgstr "" -"Укажите действительный IPv6-адрес для основного/вспомогательного NTP-" -"серверов." - -# File: src/www/services_dhcpv6.php, line: 192 -msgid "A valid IPv6 address or hostname must be specified for the TFTP server." -msgstr "Укажите действительный IPv6-адрес или имя хоста для TFTP-сервера." - -# File: src/www/services_dhcpv6.php, line: 194 -msgid "A valid URL must be specified for the network bootfile." -msgstr "Укажите действительный URL для файла сетевой загрузки." - -# File: src/www/services_dhcpv6.php, line: 201 -msgid "The subnet range cannot overlap with virtual IPv6 address %s." -msgstr "Диапазон сети не должен пересекаться с виртуальныv IPv6-адресом %s." - -# File: src/www/services_dhcpv6.php, line: 501 -# File: src/www/services_router_advertisements.php, line: 224 -# File: src/www/services_router_advertisements.php, line: 232 -msgid "Router Advertisements" -msgstr "Объявления маршрутизатора" - -# File: src/www/services_dhcpv6.php, line: 523 -msgid "Enable DHCPv6 server on %s interface" -msgstr "Включить DHCPv6-сервер на %s интерфейсе" - -# File: src/www/services_dhcpv6.php, line: 563 -# File: src/www/vpn_l2tp.php, line: 343 -msgid "Subnet Mask" -msgstr "Маска подсети" - -# File: src/www/services_dhcpv6.php, line: 587 -msgid "Prefix Delegation Range" -msgstr "Диапазон делегируемых префиксов" - -# File: src/www/services_dhcpv6.php, line: 591 -msgid "Prefix Delegation Size" -msgstr "Размер делегируемого префикса" - -# File: src/www/services_dhcpv6.php, line: 600 -msgid "" -"You can define a Prefix range here for DHCP Prefix Delegation. This allows " -"for\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\tassigning networks to subrouters. The start and " -"end of the range must end on boundaries of the prefix delegation size." -msgstr "" -"Здесь вы можете определить диапазон префиксов для делегирования. Это " -"позволяет\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\tassigning networks to подмаршрутам. The start and " -"end of the range must end on boundaries of the prefix delegation size." - -# File: src/www/services_dhcpv6.php, line: 623 -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator" -msgstr "" -"DHCP-сервер может дополнительно предоставить список поиска домена. " -"Используйте точку с запятой в качестве разделителя." - -# File: src/www/services_dhcpv6.php, line: 656 -msgid "Change DHCPv6 display lease time from UTC to local time." -msgstr "Изменить отображение времени аренды DHCPv6 с UTC на местное время." - -# File: src/www/services_dhcpv6.php, line: 663 -msgid "" -"By default DHCPv6 leases are displayed in UTC time. By checking this\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\tbox DHCPv6 lease time will be displayed in local " -"time and set to time zone selected. This will be used for all DHCPv6 " -"interfaces lease time." -msgstr "" -"По умолчанию DHCPv6-аренда отображена во время UTC. Если установлен флажок,\n" -"что это время аренды \t\t\t\t\t\t\t\t\t\t\t\t\t\tbox DHCPv6 будет отображено " -"в местное время и установлено до часового пояса, была выбрана. Это будет " -"использоваться всё время аренды интерфейсов DHCPv6." - -# File: src/www/services_dhcpv6.php, line: 742 -msgid "Enter the Bootfile URL" -msgstr "Веедите URL для " - -# File: src/www/services_dhcpv6.php, line: 784 -msgid "Delete" -msgstr "Удалить" - -# File: src/www/services_dhcpv6.php, line: 791 -# File: src/www/services_router_advertisements.php, line: 322 -msgid "add another entry" -msgstr "добавить другую запись" - -# File: src/www/services_dhcpv6.php, line: 821 -msgid "Status: DHCPv6 leases" -msgstr "Статус. Арендованные адреса DHCP" - -# File: src/www/services_dhcpv6.php, line: 831 -msgid "DHCPv6 Static Mappings for this interface." -msgstr "Статическая маршрутизация через DHCPv6 для этого интерфейса." - -# File: src/www/services_dhcpv6.php, line: 835 -# File: src/www/status_dhcpv6_leases.php, line: 421 -# File: src/www/status_dhcpv6_leases.php, line: 524 -msgid "DUID" -msgstr "DUID" - -# File: src/www/services_dhcpv6_edit.php, line: 95 -# File: src/www/services_dhcpv6_edit.php, line: 195 -msgid "DUID Identifier" -msgstr "Идентификатор участников DHCP (DUID)" - -# File: src/www/services_dhcpv6_edit.php, line: 115 -msgid "A valid DUID Identifier must be specified." -msgstr "Укажите действительный идентификатор участников DHCP." - -# File: src/www/services_dhcpv6_edit.php, line: 124 -msgid "This Hostname, IP or DUID Identifier already exists." -msgstr "" -"Имя хоста, IP-адрес, MAC-адрес или идентификатор участников DHCP уже " -"существует." - -# File: src/www/services_dhcpv6_edit.php, line: 192 -msgid "Static DHCPv6 Mapping" -msgstr "Статическая маршрутизация через DHCPv6" - -# File: src/www/services_dhcpv6_edit.php, line: 199 -msgid "Enter a DUID Identifier in the following format: " -msgstr "Введите идентификатор участников DHCP в формате:" - -# File: src/www/services_dhcpv6_edit.php, line: 200 -msgid "DUID-LLT - ETH -- TIME --- ---- ADDR ----" -msgstr "DUID-LLT - ETH -- TIME --- ---- ADDR ----" - -# File: src/www/services_dhcpv6_edit.php, line: 208 -msgid "If an IPv6 address is entered, the address must be outside of the pool." -msgstr "Если IPv6-адрес введен, он должен быть вне пула." - -# File: src/www/services_dhcpv6_edit.php, line: 210 -msgid "" -"If no IPv6 address is given, one will be dynamically allocated from the pool." -msgstr "" -"Если IPv6-адрес не указан, другой адрес будет динамически выделен из пула." - -# File: src/www/services_dhcpv6_edit.php, line: 221 -msgid "Netboot filename" -msgstr "Имя файла Netboot" - -# File: src/www/services_dhcpv6_relay.php, line: 73 -msgid "A valid Destination Server IPv6 address must be specified." -msgstr "Укажите действительный IPv6-адрес сервера-адресата." - -# File: src/www/services_dhcpv6_relay.php, line: 136 -msgid "" -"DHCPv6 Server is currently enabled. Cannot enable the DHCPv6 Relay service " -"while the DHCPv6 Server is enabled on any interface." -msgstr "" -"DHCPv6-сервер включен. Невозможно включить DHCPv6-ретрансляцию пока включен " -"DHCPv6-сервер на этом интерфейсе." - -# File: src/www/services_dhcpv6_relay.php, line: 140 -msgid "DHCPv6 Relay configuration" -msgstr "Конфигурация DHCPv6-ретрансляции" - -# File: src/www/services_dhcpv6_relay.php, line: 151 -msgid "Enable DHCPv6 relay on interface" -msgstr "Включить DHCPv6-ретрансляцию на интерфейсе" - -# File: src/www/services_dhcpv6_relay.php, line: 169 -msgid "Interfaces without an IPv6 address will not be shown." -msgstr "Интерфейсы без IPv6-адресов не будут показаны." - -# File: src/www/services_dhcpv6_relay.php, line: 177 -msgid "" -"If this is checked, the DHCPv6 relay will append the circuit ID (%s " -"interface number) and the agent ID to the DHCPv6 request." -msgstr "Если установлен флажок, " - -# File: src/www/services_dhcpv6_relay.php, line: 184 -msgid "" -"This is the IPv6 address of the server to which DHCPv6 requests are relayed. " -"You can enter multiple server IPv6 addresses, separated by commas. " -msgstr "" -"Это IPv6-адрес сервера, на который передаются DHCPv6-запросы. Вы можете " -"ввести несколько IP-адресов, разделенных запятой." - -# File: src/www/services_dnsmasq.php, line: 83 -# File: src/www/system_advanced_admin.php, line: 82 -msgid "You must specify a valid port number" -msgstr "Вы должны указать допустимый номер порта" - -# File: src/www/services_dnsmasq.php, line: 98 -msgid "Invalid custom options" -msgstr "Недопустимые пользовательские параметры" - -# File: src/www/services_dnsmasq.php, line: 178 -msgid "The DNS forwarder configuration has been changed." -msgstr "Конфигурация перенаправляющего DNS-сервера изменена." - -# File: src/www/services_dnsmasq.php, line: 188 -msgid "General DNS Forwarder Options" -msgstr "Общие параметры перенаправляющего DNS-сервера изменена" - -# File: src/www/services_dnsmasq.php, line: 198 -msgid "Enable DNS forwarder" -msgstr "Включить перенаправляющий DNS-сервер" - -# File: src/www/services_dnsmasq.php, line: 202 -# File: src/www/services_unbound.php, line: 268 -msgid "DHCP Registration" -msgstr "Регистрация DHCP" - -# File: src/www/services_dnsmasq.php, line: 205 -msgid "Register DHCP leases in DNS forwarder" -msgstr "Регистрация DHCP аренды в перенаправляющем DNS-сервере" - -# File: src/www/services_dnsmasq.php, line: 206 -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS forwarder, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" -"Если этот параметр включен, то машины, которые определяют имя хоста в своем " -"запросе аренды DHCP, будут регистрироваться в перенаправляющем DNS-сервере, " -"так что их имена могут быть преобразованы. Вы должны также указать " -"действительный домен на странице «%sSystem. Общие настройки%s»." - -# File: src/www/services_dnsmasq.php, line: 214 -# File: src/www/services_unbound.php, line: 280 -msgid "Static DHCP" -msgstr "Статический DHCP" - -# File: src/www/services_dnsmasq.php, line: 217 -msgid "Register DHCP static mappings in DNS forwarder" -msgstr "" -"Регистрировать статические маршруты DHCP в перенаправляющем DNS-сервере" - -# File: src/www/services_dnsmasq.php, line: 218 -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS forwarder, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" -"Если этот параметр включен, статические маршруты DHCP будут регистрироваться " -"в перенаправляющем DNS-сервере, так что их имена могут быть преобразованы. " -"Вы должны также указать действительный домен на странице «%sSystem. Общие " -"настройки%s»." - -# File: src/www/services_dnsmasq.php, line: 225 -msgid "Prefer DHCP" -msgstr "Предпочтите DHCP" - -# File: src/www/services_dnsmasq.php, line: 228 -msgid "Resolve DHCP mappings first" -msgstr "Решите отображение DHCP сначала" - -# File: src/www/services_dnsmasq.php, line: 229 -msgid "" -"If this option is set, then DHCP mappings will be resolved before the manual " -"list of names below. This only affects the name given for a reverse lookup " -"(PTR)." -msgstr "" -"Если эта опция будет настроена, отображение DHCP будет решено перед ручным " -"списком имён ниже. Это только влияет на имя, данное для обратного поиска " -"(PTR)." - -# File: src/www/services_dnsmasq.php, line: 235 -# File: src/www/services_unbound.php, line: 261 -msgid "DNS Query Forwarding" -msgstr "Переадресация DNS-Запросов" - -# File: src/www/services_dnsmasq.php, line: 238 -msgid "Query DNS servers sequentially" -msgstr "Перенаправление запросов DNS" - -# File: src/www/services_dnsmasq.php, line: 239 -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will query the DNS servers " -"sequentially in the order specified (System - General Setup - DNS " -"Servers), rather than all at once in parallel. " -msgstr "" -"Если этот параметр включен, %s перенаправляющий DNS-сервер (dnsmasq) будет " -"последовательно отправлять запросы DNS-серверам в указанном порядке " -"(Система. Общие настройки. DNS-серверы), а не всем одновременно." - -# File: src/www/services_dnsmasq.php, line: 248 -msgid "Require domain" -msgstr "Требовать доменное имя" - -# File: src/www/services_dnsmasq.php, line: 249 -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward A or AAAA " -"queries for plain names, without dots or domain parts, to upstream name " -"servers. If the name is not known from /etc/hosts or DHCP then a \"not found" -"\" answer is returned. " -msgstr "" -"Если этот параметр включен, %s пернаправляющий DNS-сервер (dnsmasq) не будет " -"переадресовывать A или AAAA запросы для простых имен без точек или доменных " -"частей серверам публичных имен. Если имя не найдено в /etc/hosts или DHCP, " -"будет получен ответ «не найдено»." - -# File: src/www/services_dnsmasq.php, line: 258 -msgid "Do not forward private reverse lookups" -msgstr "Не перенаправляйте закрытый обратный поиск" - -# File: src/www/services_dnsmasq.php, line: 259 -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward reverse " -"DNS lookups (PTR) for private addresses (RFC 1918) to upstream name " -"servers. Any entries in the Domain Overrides section forwarding private \"n." -"n.n.in-addr.arpa\" names to a specific server are still forwarded. If the IP " -"to name is not known from /etc/hosts, DHCP or a specific domain override " -"then a \"not found\" answer is immediately returned. " -msgstr "" -"Если эта опция будет задана, %s Перенаправитель DNS (dnsmasq) не перешлёт " -"обратный поиск DNS (PTR) за закрытыми адресами (RFC 1918) на серверы имена " -"восходящего потока. Любые записи в секции Переопределений Доменов, " -"пересылающей секретные имена «вход n.n.n. – addr.arpa» на конкретный сервер, " -"ещё пересланы. Если IP имени не отличается от /etc/hosts, DHCP или " -"переопределения конкретных доменов, «не найден» ответ немедленно возвращён." - -# File: src/www/services_dnsmasq.php, line: 267 -# File: src/www/services_unbound.php, line: 193 -msgid "Listen Port" -msgstr "Порт прослушивания" - -# File: src/www/services_dnsmasq.php, line: 271 -# File: src/www/services_unbound.php, line: 198 -msgid "" -"The port used for responding to DNS queries. It should normally be left " -"blank unless another service needs to bind to TCP/UDP port 53." -msgstr "" -"Этот порт отвечает на DNS-запросы. Как правило, это поле оставляют пустым, " -"если нет других служб, которые необходимо привязать к порту 53 TCP/UDP." - -# File: src/www/services_dnsmasq.php, line: 281 -msgid "" -"Interface IPs used by the DNS Forwarder for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" -"IP-адреса интерфейса, используемые перенаправляющим DNS-сервером для отавета " -"на запросы клиентов. Если интерфейс имеет IPv4-адрес и IPv6-адрес, то " -"используются оба. Запросы на другие IP-адреса интерфейса, не выбранные ниже, " -"отбрасываются. Поведение по умолчанию: ответа на запросы на всех доступных " -"IPv4-адресах и IPv6-адресах." - -# File: src/www/services_dnsmasq.php, line: 301 -msgid "Strict Interface Binding" -msgstr "Строгая привязка интерфейсов" - -# File: src/www/services_dnsmasq.php, line: 303 -msgid "" -"If this option is set, the DNS forwarder will only bind to the interfaces " -"containing the IP addresses selected above, rather than binding to all " -"interfaces and discarding queries to other addresses." -msgstr "" -"Если этот параметр включен, преобразующий DNS-сервер будет привязываться " -"только к интерфейсам с выбранными выше IP-адресами, а не ко всем " -"интерфейсам, отбрасывая запросы к другим адресам." - -# File: src/www/services_dnsmasq.php, line: 305 -msgid "" -"NOTE: This option does NOT work with IPv6. If set, dnsmasq will not bind to " -"IPv6 addresses." -msgstr "" -"ПРИМЕЧАНИЕ: этот параметр НЕ работает с IPv6. Если параметр включен, dnsmasq " -"не будет привязываться к IPv6-адресам." - -# File: src/www/services_dnsmasq.php, line: 313 -# File: src/www/services_unbound.php, line: 302 -# File: src/www/services_upnp.php, line: 547 -msgid "Show advanced option" -msgstr "Показать дополнительные параметры" - -# File: src/www/services_dnsmasq.php, line: 318 -msgid "" -"Enter any additional options you would like to add to the dnsmasq " -"configuration here, separated by a space or newline" -msgstr "" -"Введите любые дополнительные параметры, которые вы хотели бы добавить в " -"конфигурацию dnsmasq. Параметры должны быть разделены пробелом или символом " -"перевода строки." - -# File: src/www/services_dnsmasq.php, line: 332 -msgid "" -"If the DNS forwarder is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the forwarder. The DNS forwarder will use the DNS servers " -"entered in %sSystem: General setup%s or those obtained via DHCP or PPP on " -"WAN if the "Allow DNS server list to be overridden by DHCP/PPP on " -"WAN" is checked. If you don't use that option (or if you use a static " -"IP address on WAN), you must manually specify at least one DNS server on the " -"%sSystem: General setup%s page." -msgstr "" -"Если перенаправитель DNS будет включён, служба DHCP (если она будет " -"включена) будет автоматически служить IP-адресом ЛВС, как DNS-сервер до DHCP-" -"клиентов, так что они будут использовать перенаправитель. Перенаправитель " -"DNS будет использовать DNS-серверы, введённые в %sSystem: Общие настройки%s, " -"или те остались через DHCP или PPP WAN, если они " Позволяют списку DNS-" -"сервера быть переопределённым DHCP/PPP на WAN" проверены. Если вы не " -"используете ту опцию (или вы относитесь к статическому IP-адресу на WAN) вы " -"должны вручную указать по крайней мере один DNS-сервер %sSystem: Общие " -"настройки%s." - -# File: src/www/services_dnsmasq.php, line: 350 -# File: src/www/services_unbound_overrides.php, line: 118 -msgid "Host Overrides" -msgstr "Переопределение хоста" - -# File: src/www/services_dnsmasq.php, line: 354 -# File: src/www/services_unbound_overrides.php, line: 122 -msgid "" -"Entries in this section override individual results from the forwarders." -msgstr "" -"Записи в этом разделе переопределяют отдельные результаты из " -"перенаправителей." - -# File: src/www/services_dnsmasq.php, line: 355 -# File: src/www/services_unbound_overrides.php, line: 123 -msgid "Use these for changing DNS results or for adding custom DNS records." -msgstr "" -"Используйте их для изменения результатов DNS или добавления записей " -"заказного DNS." - -# File: src/www/services_dnsmasq.php, line: 366 -# File: src/www/services_dnsmasq.php, line: 444 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 68 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 139 -# File: src/www/services_dnsmasq_edit.php, line: 74 -# File: src/www/services_dnsmasq_edit.php, line: 210 -# File: src/www/services_dnsmasq_edit.php, line: 244 -# File: src/www/services_unbound_domainoverride_edit.php, line: 60 -# File: src/www/services_unbound_domainoverride_edit.php, line: 131 -# File: src/www/services_unbound_host_edit.php, line: 84 -# File: src/www/services_unbound_host_edit.php, line: 265 -# File: src/www/services_unbound_host_edit.php, line: 334 -# File: src/www/services_unbound_overrides.php, line: 132 -# File: src/www/services_unbound_overrides.php, line: 214 -# File: src/www/system_general.php, line: 109 -# File: src/www/system_general.php, line: 335 -msgid "Domain" -msgstr "Домен" - -# File: src/www/services_dnsmasq.php, line: 398 -# File: src/www/services_unbound_overrides.php, line: 182 -msgid "Do you really want to delete this host?" -msgstr "Вы действительно хотите удалить этот хост?" - -# File: src/www/services_dnsmasq.php, line: 432 -# File: src/www/services_unbound_overrides.php, line: 202 -msgid "Domain Overrides" -msgstr "Переопределение домена" - -# File: src/www/services_dnsmasq.php, line: 435 -msgid "" -"Entries in this area override an entire domain, and subdomains, by " -"specifying an authoritative DNS server to be queried for that domain." -msgstr "" -"Записи в этой зоне переопределяют целый домен, указывая полномочный DNS-" -"сервер, который будет запрашиваться для этого домена." - -# File: src/www/services_dnsmasq.php, line: 471 -# File: src/www/services_unbound_overrides.php, line: 244 -msgid "Do you really want to delete this domain override?" -msgstr "Вы действительно хотите удалить это переопределение домена?" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 79 -# File: src/www/services_unbound_domainoverride_edit.php, line: 71 -msgid "A valid domain must be specified after _msdcs." -msgstr "Укажите действительный домен после _msdcs." - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 83 -# File: src/www/services_dnsmasq_edit.php, line: 82 -# File: src/www/services_unbound_domainoverride_edit.php, line: 73 -# File: src/www/services_unbound_host_edit.php, line: 93 -msgid "A valid domain must be specified." -msgstr "Укажите действительный домен." - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 86 -msgid "" -"A valid IP address must be specified, or # for an exclusion or ! to not " -"forward at all." -msgstr "" -"Укажите действительный IP-адрес или символ # для исключения или символ !, " -"чтобы не " - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 89 -msgid "An interface IP address must be specified for the DNS query source." -msgstr "" -"Укажите действительный IP-адрес интерфейса в качестве источника DNS-запроса." - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 142 -# File: src/www/services_unbound_domainoverride_edit.php, line: 135 -msgid "Domain to override (NOTE: this does not have to be a valid TLD!)" -msgstr "" -"Домен для переопределения (ПРИМЕЧАНИЕ: это не должен быть домен верхнего " -"уровня!)" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 143 -# File: src/www/services_dnsmasq_edit.php, line: 221 -# File: src/www/services_unbound_domainoverride_edit.php, line: 136 -# File: src/www/services_unbound_host_edit.php, line: 286 -# File: src/www/services_unbound_host_edit.php, line: 294 -msgid "or" -msgstr "или" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 143 -# File: src/www/services_unbound_domainoverride_edit.php, line: 136 -msgid "test" -msgstr "тестировать" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 149 -# File: src/www/services_unbound_domainoverride_edit.php, line: 145 -msgid "IP address of the authoritative DNS server for this domain" -msgstr "IP-адрес полномочного DNS-сервера для этого домена" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 150 -msgid "" -"Or enter ! for lookups for this host/subdomain to NOT be forwarded anywhere." -msgstr "" -"Или введите !, чтобы опросы этого хоста/поддомена НЕ переправлялись куда-" -"либо." - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 150 -msgid "" -"Or enter # for an exclusion to pass through this host/subdomain to standard " -"nameservers instead of a previous override." -msgstr "" -"Или введите #, чтобы предотвратить пропуск через этот хост/поддомен к " -"стандартным серверам имен, а не через предыдущее переопределение." - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 153 -msgid "Source IP" -msgstr "IP-адрес источника" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 156 -msgid "" -"Source IP address for queries to the DNS server for the override domain." -msgstr "" -"IP-адрес источника для запросов к DNS-серверу для домена переопределения." - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 157 -msgid "Leave blank unless your DNS server is accessed through a VPN tunnel." -msgstr "" -"Оставьте пустым, если доступ к вашему DNS-серверу не будет осуществлен " -"посредством туннеля VPN." - -# File: src/www/services_dnsmasq_edit.php, line: 112 -# File: src/www/services_unbound_host_edit.php, line: 151 -msgid "Alias Domain" -msgstr "Псевдоним домена" - -# File: src/www/services_dnsmasq_edit.php, line: 117 -# File: src/www/services_unbound_host_edit.php, line: 156 -msgid "" -"Hostnames in alias list can only contain the characters A-Z, 0-9 and '-'." -msgstr "" -"Имена хоста из списка псевдонимов могут содержать только символы «A–Z, 0–9 " -"и - (дефис)»." - -# File: src/www/services_dnsmasq_edit.php, line: 120 -# File: src/www/services_unbound_host_edit.php, line: 158 -msgid "A valid domain must be specified in alias list." -msgstr "Укажите действительный домен в списке псевдонимов." - -# File: src/www/services_dnsmasq_edit.php, line: 131 -msgid "This host/domain already exists." -msgstr "Этот хост/домен уже существует." - -# File: src/www/services_dnsmasq_edit.php, line: 199 -msgid "Edit DNS Forwarder entry" -msgstr "Редактировать запись преобразующего DNS-сервера" - -# File: src/www/services_dnsmasq_edit.php, line: 205 -# File: src/www/services_unbound_host_edit.php, line: 260 -msgid "Name of the host, without domain part" -msgstr "Имя хоста без доменной части" - -# File: src/www/services_dnsmasq_edit.php, line: 207 -# File: src/www/services_unbound_host_edit.php, line: 261 -msgid "myhost" -msgstr "myhost" - -# File: src/www/services_dnsmasq_edit.php, line: 213 -# File: src/www/services_unbound_host_edit.php, line: 268 -msgid "Domain of the host" -msgstr "Домен хоста" - -# File: src/www/services_dnsmasq_edit.php, line: 214 -# File: src/www/services_unbound_host_edit.php, line: 269 -msgid "example.com" -msgstr "example.com" - -# File: src/www/services_dnsmasq_edit.php, line: 220 -# File: src/www/services_unbound_host_edit.php, line: 293 -msgid "IP address of the host" -msgstr "IP-адрес хоста" - -# File: src/www/services_dnsmasq_edit.php, line: 238 -# File: src/www/services_unbound_host_edit.php, line: 328 -msgid "Enter additional names for this host." -msgstr "Введите дополнительные имена для этого хоста." - -# File: src/www/services_dnsmasq_edit.php, line: 266 -# File: src/www/services_router_advertisements.php, line: 305 -msgid "remove this entry" -msgstr "удалить эту запись" - -# File: src/www/services_dyndns.php, line: 85 -# File: src/www/status_services.php, line: 295 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 79 -# File: src/www/widgets/widgets/services_status.widget.php, line: 59 -msgid "Service" -msgstr "Службы" - -# File: src/www/services_dyndns.php, line: 87 -# File: src/www/services_rfc2136.php, line: 81 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 81 -msgid "Cached IP" -msgstr "Кэшированный IP-адрес" - -# File: src/www/services_dyndns.php, line: 184 -msgid "" -"IP addresses appearing in green are up to date with Dynamic DNS provider." -msgstr "" -"IP-адреса, выделенные зеленым цветом, обновлены в соответствии с провайдером " -"динамического DNS." - -# File: src/www/services_dyndns.php, line: 185 -msgid "" -"You can force an update for an IP address on the edit page for that service." -msgstr "" -"Вы можете принудительно обновить IP-адреса на странице редактирования для " -"этой службы." - -# File: src/www/services_dyndns_edit.php, line: 88 -# File: src/www/services_dyndns_edit.php, line: 255 -msgid "Service type" -msgstr "Тип службы" - -# File: src/www/services_dyndns_edit.php, line: 100 -# File: src/www/services_dyndns_edit.php, line: 392 -msgid "Update URL" -msgstr "Обновить URL" - -# File: src/www/services_dyndns_edit.php, line: 113 -msgid "The Hostname contains invalid characters." -msgstr "Имя хоста содержит недопустимые символы." - -# File: src/www/services_dyndns_edit.php, line: 119 -msgid "The MX contains invalid characters." -msgstr "MX-запись содержит недопустимые символы." - -# File: src/www/services_dyndns_edit.php, line: 121 -# File: src/www/system_usermanager.php, line: 250 -# File: src/www/vpn_l2tp_users_edit.php, line: 84 -# File: src/www/vpn_pptp_users_edit.php, line: 82 -msgid "The username contains invalid characters." -msgstr "Имя пользователя содержит недопустимые символы." - -# File: src/www/services_dyndns_edit.php, line: 244 -msgid "Dynamic DNS client" -msgstr "Клиента динамического DNS" - -# File: src/www/services_dyndns_edit.php, line: 251 -# File: src/www/services_rfc2136_edit.php, line: 208 -# File: src/www/services_rfc2136_edit.php, line: 214 -msgid "yes" -msgstr "да" - -# File: src/www/services_dyndns_edit.php, line: 269 -# File: src/www/services_rfc2136_edit.php, line: 154 -msgid "Interface to monitor" -msgstr "Отслеживать интерфейс" - -# File: src/www/services_dyndns_edit.php, line: 294 -msgid "Interface to send update from" -msgstr "Интерфейс для отправки обновления" - -# File: src/www/services_dyndns_edit.php, line: 316 -msgid "Note: This is almost always the same as the Interface to Monitor." -msgstr "" -"Примечание: это параметр такой же, как и на странице «Обслуживаемый " -"интерфейс»." - -# File: src/www/services_dyndns_edit.php, line: 327 -msgid "Enter the complete host/domain name. example: myhost.dyndns.org" -msgstr "Введите полное имя хоста/домена. Например: myhost.dyndns.org" - -# File: src/www/services_dyndns_edit.php, line: 328 -msgid "For he.net tunnelbroker, enter your tunnel ID" -msgstr "Введите идентификатор вашего туннеля для сервита туннелей he.net" - -# File: src/www/services_dyndns_edit.php, line: 333 -msgid "MX" -msgstr "MX" - -# File: src/www/services_dyndns_edit.php, line: 337 -msgid "" -"Note: With a dynamic DNS service you can only use a hostname, not an IP " -"address." -msgstr "" -"Примечание: со службой динамического DNS вы можете использовать только имя " -"хоста, а не IP-адрес." - -# File: src/www/services_dyndns_edit.php, line: 339 -msgid "" -"Set this option only if you need a special MX record. Not all services " -"support this." -msgstr "" -"Включите этот параметр, только если вам нужна специальная MX-запись. Не все " -"службы поддерживают эту функцию." - -# File: src/www/services_dyndns_edit.php, line: 343 -msgid "Wildcards" -msgstr "Подстановочные символы" - -# File: src/www/services_dyndns_edit.php, line: 346 -# File: src/www/services_dyndns_edit.php, line: 352 -msgid "Enable " -msgstr "Включить" - -# File: src/www/services_dyndns_edit.php, line: 346 -msgid "Wildcard" -msgstr "Подстановочные символы" - -# File: src/www/services_dyndns_edit.php, line: 349 -msgid "Verbose logging" -msgstr "Уровень детальности журналирования" - -# File: src/www/services_dyndns_edit.php, line: 352 -msgid "verbose logging" -msgstr "Уровень детальности журналирования" - -# File: src/www/services_dyndns_edit.php, line: 355 -msgid "CURL options" -msgstr "Параметры CURL" - -# File: src/www/services_dyndns_edit.php, line: 358 -msgid "Force IPv4 resolving" -msgstr "Принудительное преобразование IPv4" - -# File: src/www/services_dyndns_edit.php, line: 360 -msgid "Verify SSL peer" -msgstr "Проверять SSL узел" - -# File: src/www/services_dyndns_edit.php, line: 367 -msgid "" -"Username is required for all types except Namecheap, FreeDNS and Custom " -"Entries." -msgstr "" -"Имя пользователя требуется для всех типов , кроме Namecheap, FreeDNS и " -"пользовательских записей." - -# File: src/www/services_dyndns_edit.php, line: 368 -msgid "Route 53: Enter your Access Key ID." -msgstr "Route 53: идентификатор ключа доступа." - -# File: src/www/services_dyndns_edit.php, line: 369 -msgid "Duck DNS: Enter your Token." -msgstr "Duck DNS: введите ваш токен." - -# File: src/www/services_dyndns_edit.php, line: 370 -msgid "" -"For Custom Entries, Username and Password represent HTTP Authentication " -"username and passwords." -msgstr "" -"Для пользовательских записей, Имя пользователя и Пароль представляют имя " -"пользователя и пароль в HTTP аутентификации." - -# File: src/www/services_dyndns_edit.php, line: 378 -msgid "" -"FreeDNS (freedns.afraid.org): Enter your \"Authentication Token\" provided " -"by FreeDNS." -msgstr "" -"FreeDNS (freedns.afraid.org): Введите свой «Токен аутентификации», " -"предоставленный FreeDNS." - -# File: src/www/services_dyndns_edit.php, line: 379 -msgid "Route 53: Enter your Secret Access Key." -msgstr "Route 53: секретный ключ доступа." - -# File: src/www/services_dyndns_edit.php, line: 380 -msgid "Duck DNS: Leave blank." -msgstr "Duck DNS: оставьте поле пустым." - -# File: src/www/services_dyndns_edit.php, line: 385 -msgid "Zone ID" -msgstr "Идентификатор зоны" - -# File: src/www/services_dyndns_edit.php, line: 388 -msgid "" -"Enter Zone ID that you received when you created your domain in Route 53." -msgstr "" -"Введите идентификатор зоны, который вы получили после создания домена в " -"сервисе Route 53." - -# File: src/www/services_dyndns_edit.php, line: 395 -msgid "" -"This is the only field required by for Custom Dynamic DNS, and is only used " -"by Custom Entries." -msgstr "" -"Это единственное поле, запрашиваемое пользовательским динамическим DNS, и " -"используется только пользовательскими записями." - -# File: src/www/services_dyndns_edit.php, line: 397 -# File: src/www/services_dyndns_edit.php, line: 408 -msgid "" -"If you need the new IP to be included in the request, put %IP% in its place." -msgstr "" -"Если вам необходимо включить новый IP-адрес в запрос, укажите %IP в нужном " -"месте." - -# File: src/www/services_dyndns_edit.php, line: 401 -msgid "Result Match" -msgstr "Соответствие результатов" - -# File: src/www/services_dyndns_edit.php, line: 404 -msgid "This field is only used by Custom Dynamic DNS Entries." -msgstr "" -"Это поле используется только пользовательскими записями динамического DNS." - -# File: src/www/services_dyndns_edit.php, line: 406 -msgid "" -"This field should be identical to what your dynamic DNS Provider will return " -"if the update succeeds, leave it blank to disable checking of returned " -"results." -msgstr "" -"Это поле должно быть идентичным с тем, что возвратит ваш провайдер " -"динамического DNS, если обновление будет успешным, оставьте поле пустым для " -"отключения возвращаемых результатов." - -# File: src/www/services_dyndns_edit.php, line: 410 -msgid "" -"If you need to include multiple possible values, separate them with a |. If " -"your provider includes a |, escape it with \\|" -msgstr "" -"Если необходимо включить многочисленные возможные значения, разделите их с " -"помощью символа «|». Если ваш провайдер включает символ «|», экранируйте его " -"с помощью \\|" - -# File: src/www/services_dyndns_edit.php, line: 412 -msgid "" -"Tabs (\\t), newlines (\\n) and carriage returns (\\r) at the beginning or " -"end of the returned results are removed before comparison." -msgstr "" -"Табуляции (\\t), разделители строк (\\n) и переносы строки (\\r) в начале " -"или конце возвращаемых результатов удалены до сравнения." - -# File: src/www/services_dyndns_edit.php, line: 417 -# File: src/www/services_rfc2136_edit.php, line: 73 -# File: src/www/services_rfc2136_edit.php, line: 172 -msgid "TTL" -msgstr "TTL" - -# File: src/www/services_dyndns_edit.php, line: 420 -msgid "Choose TTL for your dns record." -msgstr "Выберите время жизни ваших DNS-записей." - -# File: src/www/services_dyndns_edit.php, line: 437 -# File: src/www/services_rfc2136_edit.php, line: 105 -msgid "Save & Force Update" -msgstr "Сохранить и принудительно обновить" - -# File: src/www/services_dyndns_edit.php, line: 445 -msgid "" -"You must configure a DNS server in %sSystem:\n" -"\t\t\t\t\t General setup%s or allow the DNS server list " -"to be overridden\n" -"\t\t\t\t\t by DHCP/PPP on WAN for dynamic DNS updates to " -"work." -msgstr "" -"Вы должны сконфигурировать DNS-сервер на странице «%sSystem.\n" -"\t\t\t\t\t Общие настройки»%s или разрешить списку DNS-" -"сервера, который должен быть переопределен\n" -"\t\t\t\t\t DHCP/PPP на WAN для того, чтобы работали " -"обновления динамического DNS." - -# File: src/www/services_igmpproxy.php, line: 71 -msgid "add a new igmpentry" -msgstr "добавить новую запись IGMP" - -# File: src/www/services_igmpproxy.php, line: 86 -msgid "The IGMP entry list has been changed" -msgstr "Список записей IGMP изменен" - -# File: src/www/services_igmpproxy.php, line: 128 -msgid "edit igmpentry" -msgstr "редактировать запись IGMP" - -# File: src/www/services_igmpproxy.php, line: 129 -msgid "" -"Do you really want to delete this igmp entry? All elements that still use it " -"will become invalid (e.g. filter rules)!" -msgstr "" -"Вы действительно хотите удалить эту запись IGMP? Все элементы, которые ее " -"используют, станут недопустимыми (например, правила фильтрации)!" - -# File: src/www/services_igmpproxy.php, line: 129 -msgid "delete igmpentry" -msgstr "удалить запись IGMP" - -# File: src/www/services_igmpproxy.php, line: 143 -msgid "" -"Please add the interface for upstream, the allowed subnets, and the " -"downstream interfaces you would like the proxy to allow. Only one 'upstream' " -"interface can be configured." -msgstr "" -"Добавьте публичный интерфейс, разрешаемые подсети и внутренние интерфейсы, " -"которые разрешит прокси-сервер. Только один 'публичный интерфейс может быть " -"сконфигурирован." - -# File: src/www/services_igmpproxy_edit.php, line: 64 -msgid "Only one 'upstream' interface can be configured." -msgstr "Только один 'публичный' интерфейс может быть сконфигурирован." - -# File: src/www/services_igmpproxy_edit.php, line: 157 -msgid "IGMP Proxy Edit" -msgstr "Редактировать IGMP-прокси" - -# File: src/www/services_igmpproxy_edit.php, line: 187 -msgid "Upstream Interface" -msgstr "Публичный интерфейс" - -# File: src/www/services_igmpproxy_edit.php, line: 188 -msgid "Downstream Interface" -msgstr "Внутренний интерфейс" - -# File: src/www/services_igmpproxy_edit.php, line: 192 -msgid "" -"The upstream network interface is the outgoing interface which is " -"responsible for communicating to available multicast data sources. There can " -"only be one upstream interface." -msgstr "" -"Публичный интерфейс является исходящим интерфейсом, который " -"ответственен за соединение с доступными источниками многоадресных данных. " -"Может быть только один публичный интерфейс." - -# File: src/www/services_igmpproxy_edit.php, line: 198 -msgid "Downstream" -msgstr "Внутренние" - -# File: src/www/services_igmpproxy_edit.php, line: 198 -msgid "" -"network interfaces are the distribution interfaces to the destination " -"networks, where multicast clients can join groups and receive multicast " -"data. One or more downstream interfaces must be configured." -msgstr "" -"Сетевые интерфейсы являются интерфейсами дистрибутива для сетей места " -"назначения, в которых многоадресные клиенты могут соединить группы и " -"приёмные многоадресные данные. Один или более интерфейсов нисходящего потока " -"должны быть сконфигурированы." - -# File: src/www/services_igmpproxy_edit.php, line: 205 -msgid "Threshold" -msgstr "Порог" - -# File: src/www/services_igmpproxy_edit.php, line: 210 -msgid "" -"Defines the TTL threshold for the network interface. Packets with a " -"lower TTL than the threshold value will be ignored. This setting is " -"optional, and by default the threshold is 1." -msgstr "" -"Определяет пороговое значение TTL для сетевого интерфейса. Пакеты с меньшим " -"TTL, чем пороговое значение, будут игнорироваться. Этот параметр не является " -"обязательным, и по умолчанию порог равен 1." - -# File: src/www/services_igmpproxy_edit.php, line: 217 -msgid "Network (s)" -msgstr "Сеть (-и)" - -# File: src/www/services_igmpproxy_edit.php, line: 223 -# File: src/www/services_unbound_acls.php, line: 249 -msgid "CIDR" -msgstr "CIDR" - -# File: src/www/services_ntpd.php, line: 196 -# File: src/www/services_ntpd.php, line: 287 -msgid "Add another Time server" -msgstr "Добавить другой сервер времени" - -# File: src/www/services_ntpd.php, line: 226 -msgid "NTP Server Configuration" -msgstr "Конфигурация NTP-сервера" - -# File: src/www/services_ntpd.php, line: 255 -msgid "Selecting no interfaces will listen on all interfaces with a wildcard." -msgstr "" -"Невыбор каких-либо интерфейсов будет прослушивать все интерфейсы с помощью " -"специального символа." - -# File: src/www/services_ntpd.php, line: 256 -msgid "" -"Selecting all interfaces will explicitly listen on only the interfaces/IPs " -"specified." -msgstr "" -"Выбор всех интерфейсов будет явно прослушивать только интерфейсы/IP указали." - -# File: src/www/services_ntpd.php, line: 260 -msgid "Time servers" -msgstr "Серверы времени" - -# File: src/www/services_ntpd.php, line: 280 -msgid "prefer this server" -msgstr "выбрать это сервер" - -# File: src/www/services_ntpd.php, line: 283 -msgid "do not use this server" -msgstr "не использовать этот сервер" - -# File: src/www/services_ntpd.php, line: 290 -msgid "For best results three to five servers should be configured here." -msgstr "Для лучшего результата необходимо настроить от трех до пяти серверов." - -# File: src/www/services_ntpd.php, line: 292 -msgid "" -"The %sprefer%s option indicates that NTP should favor the use of this server " -"more than all others." -msgstr "" -"Параметр %sprefer%s указывает, что NTP должен предпочесть использование " -"этого сервера больше, чем все другие." - -# File: src/www/services_ntpd.php, line: 294 -msgid "" -"The %snoselect%s option indicates that NTP should not use this server for " -"time, but stats for this server will be collected and displayed." -msgstr "" -"Параметр %snoselect%s указывает, что NTP не должен использовать этот сервер " -"на время, но статистика для этого сервера будет собрана и отображена." - -# File: src/www/services_ntpd.php, line: 298 -msgid "Orphan mode" -msgstr "Автономный режим" - -# File: src/www/services_ntpd.php, line: 300 -msgid "(0-15)" -msgstr "(0–15)" - -# File: src/www/services_ntpd.php, line: 301 -msgid "" -"Orphan mode allows the system clock to be used when no other clocks are " -"available. The number here specifies the stratum reported during orphan mode " -"and should normally be set to a number high enough to insure that any other " -"servers available to clients are preferred over this server. (default: 12)." -msgstr "" -"Стиль висячей строки позволяет системным часам использоваться, когда никакие " -"другие часы не доступны. Количество здесь указывает, что слой сообщил во " -"время режима висячих строк, и должно до достаточно большого числа обычно " -"задаваться, чтобы гарантировать, что любые другие серверы, доступные " -"клиентам, предпочтены этому серверу. (Неявка в суд: 12)." - -# File: src/www/services_ntpd.php, line: 305 -msgid "NTP graphs" -msgstr "Графики NTP" - -# File: src/www/services_ntpd.php, line: 308 -msgid "Enable rrd graphs of NTP statistics (default: disabled)." -msgstr "Включить RRD графики статистики NTP (по умолчанию: отключено)" - -# File: src/www/services_ntpd.php, line: 312 -msgid "Syslog logging" -msgstr "Системное журналирование" - -# File: src/www/services_ntpd.php, line: 314 -msgid "Status > System Logs > NTP" -msgstr "Статус. Системные журналы. NTP" - -# File: src/www/services_ntpd.php, line: 314 -msgid "" -"These options enable additional messages from NTP to be written to the " -"System Log" -msgstr "" -"Эти параметры включают запись дополнительных сообщений NTP в системный журнал" - -# File: src/www/services_ntpd.php, line: 317 -msgid "Enable logging of peer messages (default: disabled)." -msgstr "Включить журналирование сообщений узлов (по умолчанию: отключено)." - -# File: src/www/services_ntpd.php, line: 320 -msgid "Enable logging of system messages (default: disabled)." -msgstr "Включить журналирование системных сообщений (по умолчанию: отключено)." - -# File: src/www/services_ntpd.php, line: 324 -msgid "Statistics logging" -msgstr "Журналирование статистики" - -# File: src/www/services_ntpd.php, line: 327 -msgid "Show statistics logging options" -msgstr "Показать параметры журналирования статистики" - -# File: src/www/services_ntpd.php, line: 330 -msgid "Warning: " -msgstr "Предупреждение:" - -# File: src/www/services_ntpd.php, line: 330 -msgid "these options will create persistant daily log files in /var/log/ntp." -msgstr "эти параметры создают сохраняемые ежедневные журналы в /var/log/ntp." - -# File: src/www/services_ntpd.php, line: 333 -msgid "Enable logging of reference clock statistics (default: disabled)." -msgstr "" -"Включить журналирование статистики задающего тактового генератора (по " -"умолчанию: отключено)." - -# File: src/www/services_ntpd.php, line: 336 -msgid "Enable logging of clock discipline statistics (default: disabled)." -msgstr "" -"Включить журналирование статистики высокостабильного тактового генератора " -"(по умолчанию: отключено)." - -# File: src/www/services_ntpd.php, line: 339 -msgid "Enable logging of NTP peer statistics (default: disabled)." -msgstr "Включить журналирование статистики NTP-узла (по умолчанию: отключено)." - -# File: src/www/services_ntpd.php, line: 344 -msgid "Access restrictions" -msgstr "Ограничения доступа" - -# File: src/www/services_ntpd.php, line: 347 -msgid "Show access restriction options" -msgstr "Показать параметры ограничения доступа" - -# File: src/www/services_ntpd.php, line: 350 -msgid "these options control access to NTP from the WAN." -msgstr "данные параметры управляют доступом к NTP из сети WAN." - -# File: src/www/services_ntpd.php, line: 353 -msgid "Enable Kiss-o'-death packets (default: enabled)." -msgstr "Включить пакеты «Kiss-o'-death» (по умолчанию: отключено)." - -# File: src/www/services_ntpd.php, line: 356 -msgid "" -"Deny state modifications (i.e. run time configuration) by ntpq and ntpdc " -"(default: enabled)." -msgstr "" -"Блокировать изменение состояния (т.е. конфигурация времени прогона) с " -"помощью ntpq и ntpdc (по умолчанию: включено)." - -# File: src/www/services_ntpd.php, line: 359 -msgid "Disable ntpq and ntpdc queries (default: disabled)." -msgstr "Отключить запросы ntpq и ntpdc (по умолчанию: отключено)." - -# File: src/www/services_ntpd.php, line: 362 -msgid "Disable all except ntpq and ntpdc queries (default: disabled)." -msgstr "Отключить все запросы, кроме ntpq и ntpdc (по умолчанию: отключено)." - -# File: src/www/services_ntpd.php, line: 365 -msgid "Deny packets that attempt a peer association (default: enabled)." -msgstr "" -"Блокировать пакеты, которые пытаются ассоциироваться с узлом (по умолчанию: " -"отключено)." - -# File: src/www/services_ntpd.php, line: 368 -msgid "Deny mode 6 control message trap service (default: enabled)." -msgstr "" -"Блокировать службу контроля сообщений о ловушке в режиме 6 (по умолчанию: " -"включено)." - -# File: src/www/services_ntpd.php, line: 373 -msgid "Leap seconds" -msgstr "Секунды координации" - -# File: src/www/services_ntpd.php, line: 376 -msgid "Show Leap second configuration" -msgstr "Показать настройки секунды координации" - -# File: src/www/services_ntpd.php, line: 379 -msgid "" -"A leap second file allows NTP to advertize an upcoming leap second addition " -"or subtraction." -msgstr "" -"Файл секунды координации позволяет NTP анонсировать последующее добавление " -"или вычитание секунды координации." - -# File: src/www/services_ntpd.php, line: 380 -msgid "Normally this is only useful if this server is a stratum 1 time server." -msgstr "" -"Как правило, это полезно только в том случае, если данный сервер является " -"первичным сервером времени." - -# File: src/www/services_ntpd.php, line: 382 -msgid "Enter Leap second configuration as text:" -msgstr "Введите настройки секунды синхронизации в виде текста:" - -# File: src/www/services_ntpd.php, line: 384 -msgid "Or" -msgstr "Или" - -# File: src/www/services_ntpd.php, line: 384 -msgid "select a file to upload:" -msgstr "выберите файл для загрузки:" - -# File: src/www/services_ntpd_gps.php, line: 351 -msgid "NTP Serial GPS Configuration" -msgstr "Конфигурация NTP GPS-приемника" - -# File: src/www/services_ntpd_gps.php, line: 356 -msgid "" -"A GPS connected via a serial port may be used as a reference clock for NTP. " -"If the GPS also supports PPS and is properly configured, and connected, that " -"GPS may also be used as a Pulse Per Second clock reference. NOTE: a USB GPS " -"may work, but is not recommended due to USB bus timing issues." -msgstr "" -"GPS-приемник, подключенный через порт последовательного ввода-вывода, может " -"использоваться в качестве задающего тактового генератора для NTP. Кроме " -"того, если GPS-приемник поддерживает PPS, правильно настроен и подключен, то " -"он может также использоваться в качестве задающего тактового генератора PPS. " -"ПРИМЕЧАНИЕ: USB GPS-приемник может использоваться, но это не рекомендуется " -"из-за синхронизации USB шины." - -# File: src/www/services_ntpd_gps.php, line: 358 -msgid "" -"For the best results, NTP should have at least three sources of time. So it " -"is best to configure at least 2 servers under" -msgstr "" -"Для лучшего результата NTP должен иметь по крайней мере три источника " -"времени. Таким образом, лучше всего настроить по крайней мере 2 сервера на " -"странице" - -# File: src/www/services_ntpd_gps.php, line: 358 -# File: src/www/services_ntpd_pps.php, line: 127 -msgid "Services > NTP" -msgstr "Службы > NTP" - -# File: src/www/services_ntpd_gps.php, line: 358 -msgid "" -"to minimize clock drift if the GPS data is not valid over time. Otherwise " -"ntpd may only use values from the unsynchronized local clock when providing " -"time to clients." -msgstr "" -"чтобы уменьшить уход часов, если данные GPS-приемника не являются " -"действительными в течение долгого времени. В противном случае ntpd может " -"использовать только значения несинхронизированного локального источника " -"времени при предоставлении времени клиентам." - -# File: src/www/services_ntpd_gps.php, line: 366 -msgid "Generic" -msgstr "Универсальный" - -# File: src/www/services_ntpd_gps.php, line: 368 -msgid "Garmin" -msgstr "Garmin" - -# File: src/www/services_ntpd_gps.php, line: 370 -msgid "SiRF" -msgstr "SiRF" - -# File: src/www/services_ntpd_gps.php, line: 371 -msgid "U-Blox" -msgstr "U-Blox" - -# File: src/www/services_ntpd_gps.php, line: 372 -msgid "SureGPS" -msgstr "SureGPS" - -# File: src/www/services_ntpd_gps.php, line: 374 -msgid "This option allows you to select a predefined configuration." -msgstr "" -"Данный параметр позволяет выбрать предварительно заданную конфигурацию." - -# File: src/www/services_ntpd_gps.php, line: 377 -msgid "Select Generic if your GPS is not listed." -msgstr "Выберите «Универсальный», если вашего GPS-приемника нет в списке." - -# File: src/www/services_ntpd_gps.php, line: 378 -msgid "" -"The perdefined configurations assume your GPS has already been set to NMEA " -"mode." -msgstr "" -"Предварительно заданные конфигурации предполагают, что ваш GPS-приемник уже " -"установлен в режим NMEA." - -# File: src/www/services_ntpd_gps.php, line: 388 -# File: src/www/services_ntpd_pps.php, line: 133 -msgid "Serial port" -msgstr "Порт последовательного ввода-вывода" - -# File: src/www/services_ntpd_gps.php, line: 403 -msgid "" -"All serial ports are listed, be sure to pick the port with the GPS attached." -msgstr "" -"Все порты последовательного ввода-вывода указаны в списке, убедитесь, что вы " -"выбрали порт с подключенным GPS-приемником." - -# File: src/www/services_ntpd_gps.php, line: 412 -msgid "Serial port baud rate." -msgstr "Скорость передачи данных порта последовательного ввода-вывода в бодах." - -# File: src/www/services_ntpd_gps.php, line: 415 -msgid "" -"Note: A higher baud rate is generally only helpful if the GPS is sending too " -"many sentences. It is recommended to configure the GPS to send only one " -"sentence at a baud rate of 4800 or 9600." -msgstr "" -"Примечание: более высокая скорость передачи данных, как правило, полезна " -"только в том случае, если GPS-приемник посылает слишком много предложений. " -"Рекомендуется настроить GPS-приемник для отправки только одного предложения " -"со скоростью передачи данных 4800 или 9600 бод." - -# File: src/www/services_ntpd_gps.php, line: 423 -msgid "NMEA sentences" -msgstr "Предложения NMEA" - -# File: src/www/services_ntpd_gps.php, line: 432 -msgid "" -"By default NTP will listen for all supported NMEA sentences. Here one or " -"more sentences to listen for may be specified." -msgstr "" -"NTP будет прослушивать все поддерживаемые NMEA-предложения по умолчанию. " -"Здесь можно указать одно или несколько предложений для прослушивания." - -# File: src/www/services_ntpd_gps.php, line: 436 -msgid "Fudge time 1" -msgstr "Время коррекции 1" - -# File: src/www/services_ntpd_gps.php, line: 439 -msgid "Fudge time 1 is used to specify the GPS PPS signal offset" -msgstr "" -"Время коррекции 1 используется для задания смещения сигнала PPS GPS-" -"приемника." - -# File: src/www/services_ntpd_gps.php, line: 442 -msgid "Fudge time 2" -msgstr "Время коррекции 2" - -# File: src/www/services_ntpd_gps.php, line: 445 -msgid "Fudge time 2 is used to specify the GPS time offset" -msgstr "" -"Время коррекции 2 используется для задания смещения времени GPS-приемника" - -# File: src/www/services_ntpd_gps.php, line: 448 -# File: src/www/services_ntpd_pps.php, line: 154 -# File: src/www/status_ntpd.php, line: 180 -msgid "Stratum" -msgstr "Часовой слой" - -# File: src/www/services_ntpd_gps.php, line: 450 -# File: src/www/services_ntpd_pps.php, line: 156 -msgid "(0-16)" -msgstr "(0-16)" - -# File: src/www/services_ntpd_gps.php, line: 451 -msgid "This may be used to change the GPS Clock stratum" -msgstr "" -"Это параметр может использоваться для изменения часового слоя тактового " -"генератора GPS-приемника" - -# File: src/www/services_ntpd_gps.php, line: 451 -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock" -msgstr "" -"Это параметр может быть полезен, если вы по какой-то причине предпочитаете " -"другой тактовый генератор для ntpd" - -# File: src/www/services_ntpd_gps.php, line: 454 -# File: src/www/services_ntpd_pps.php, line: 160 -msgid "Flags" -msgstr "Флажки" - -# File: src/www/services_ntpd_gps.php, line: 459 -# File: src/www/services_ntpd_pps.php, line: 165 -msgid "" -"Normally there should be no need to change these options from the defaults." -msgstr "" -"Как правило, нет необходимости менять значения по умолчанию для данных " -"параметров." - -# File: src/www/services_ntpd_gps.php, line: 469 -msgid "NTP should prefer this clock (default: enabled)." -msgstr "" -"NTP должен использовать данный тактовый генератор (по умолчанию: включено)." - -# File: src/www/services_ntpd_gps.php, line: 477 -msgid "" -"NTP should not use this clock, it will be displayed for reference " -"only(default: disabled)." -msgstr "" -"NTP не должен использовать данный тактовый генератор, он будет отображаться " -"только для справки (по умолчанию: отключено)." - -# File: src/www/services_ntpd_gps.php, line: 485 -msgid "Enable PPS signal processing (default: enabled)." -msgstr "Включить обработку сигнала PPS (по умолчанию: включено)." - -# File: src/www/services_ntpd_gps.php, line: 493 -# File: src/www/services_ntpd_pps.php, line: 175 -msgid "Enable falling edge PPS signal processing (default: rising edge)." -msgstr "" -"Включить обработку сигнала PPS заднего фронта (по умолчанию: передний фронт)." - -# File: src/www/services_ntpd_gps.php, line: 501 -msgid "Enable kernel PPS clock discipline (default: enabled)." -msgstr "Включить тактовую синхронизацию PPS ядра (по умолчанию: включено)." - -# File: src/www/services_ntpd_gps.php, line: 509 -msgid "Obscure location in timestamp (default: unobscured)." -msgstr "Скрыть местоположение во временной метке (по умолчанию: открыто)." - -# File: src/www/services_ntpd_gps.php, line: 517 -msgid "" -"Log the sub-second fraction of the received time stamp (default: Not logged)." -"
Note: enabling this will rapidly fill the log, but is useful for " -"tuning Fudge time 2." -msgstr "" -"Журналировать вспомогательную вторую часть полученной временной метки (по " -"умолчанию: не журналируется).
Примечание: если данный параметр включен, " -"журнал будет быстро заполнен, но это может пригодиться для настройки времени " -"коррекции 2." - -# File: src/www/services_ntpd_gps.php, line: 524 -# File: src/www/services_ntpd_pps.php, line: 198 -msgid "Clock ID" -msgstr "Идентификатор тактового генератора" - -# File: src/www/services_ntpd_gps.php, line: 526 -# File: src/www/services_ntpd_pps.php, line: 200 -msgid "(1 to 4 charactors)" -msgstr "(от 1 до 4 символов)" - -# File: src/www/services_ntpd_gps.php, line: 527 -msgid "This may be used to change the GPS Clock ID" -msgstr "" -"Это параметр может использоваться для изменения идентификатора тактового " -"генератора GPS-приемника" - -# File: src/www/services_ntpd_gps.php, line: 530 -msgid "GPS Initialization" -msgstr "Инициализация GPS" - -# File: src/www/services_ntpd_gps.php, line: 533 -msgid "Show GPS Initialization commands" -msgstr "Показать команды инициализации GPS-приемника" - -# File: src/www/services_ntpd_gps.php, line: 538 -msgid "" -"Note: Commands entered here will be sent to the GPS during initialization. " -"Please read and understand your GPS documentation before making any changes " -"here." -msgstr "" -"Примечание: введенные здесь команды будут отправлены GPS-приемнику во время " -"инициализации. Ознакомьтесь с документацией GPS-приемника перед внесением " -"каких-либо изменений." - -# File: src/www/services_ntpd_gps.php, line: 539 -msgid "NMEA checksum calculator" -msgstr "Вычислитель контрольной суммы NMEA" - -# File: src/www/services_ntpd_gps.php, line: 541 -msgid "" -"Enter the text between "$" and "*" of a NMEA command " -"string:" -msgstr "" -"Введите текст между символами "$" and "*" строки команды " -"NMEA:" - -# File: src/www/services_ntpd_gps.php, line: 541 -msgid "checksum" -msgstr "контрольная сумма" - -# File: src/www/services_ntpd_gps.php, line: 542 -msgid "Calculate NMEA checksum" -msgstr "Вычислить контрольную сумму NMEA" - -# File: src/www/services_ntpd_pps.php, line: 118 -msgid "NTP PPS Configuration" -msgstr "Конфигурация NTP PPS" - -# File: src/www/services_ntpd_pps.php, line: 123 -msgid "" -"Devices with a Pulse Per Second output such as radios that receive a time " -"signal from DCF77 (DE), JJY (JP), MSF (GB) or WWVB (US) may be used as a PPS " -"reference for NTP." -msgstr "" -"Устройства с PPS выходом, такие как радиоприемники, которые принимают " -"временной сигнал от DCF77 (DE), JJY (JP), MSF (GB) или WWVB (US), могут " -"использоваться в качестве PPS-источника для NTP." - -# File: src/www/services_ntpd_pps.php, line: 124 -msgid "" -"A serial GPS may also be used, but the serial GPS driver would usually be " -"the better option." -msgstr "" -"Также можно использовать GPS-приемник с последовательным интерфейсом, но, " -"как правило, лучше использовать драйвер GPS." - -# File: src/www/services_ntpd_pps.php, line: 125 -msgid "" -"A PPS signal only provides a reference to the change of a second, so at " -"least one other source to number the seconds is required." -msgstr "" -"Сигнал синхронизации PPS вырабатывается только в момент перехода с одной " -"секунды на другую, так что требуется по меньшей мере еще один источник для " -"подсчета секунд." - -# File: src/www/services_ntpd_pps.php, line: 127 -msgid "At least 3 additional time sources should be configured under" -msgstr "" -"Необходимо настроить по меньшей мере 3 дополнительных источника времени," - -# File: src/www/services_ntpd_pps.php, line: 127 -msgid "to reliably supply the time of each PPS pulse." -msgstr "чтобы надежно выдавать время каждого импульса PPS." - -# File: src/www/services_ntpd_pps.php, line: 143 -msgid "" -"All serial ports are listed, be sure to pick the port with the PPS source " -"attached." -msgstr "" -"Все порты последовательного ввода-вывода указаны в списке, убедитесь, что вы " -"выбрали порт с подключенным источником PPS." - -# File: src/www/services_ntpd_pps.php, line: 148 -msgid "Fudge time" -msgstr "Время коррекции" - -# File: src/www/services_ntpd_pps.php, line: 151 -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 "" -"Время коррекции используется для задания смещения сигнала PPS от фактической " -"секунды, например из-за задержки передачи между передатчиком и приемником." - -# File: src/www/services_ntpd_pps.php, line: 157 -msgid "This may be used to change the PPS Clock stratum" -msgstr "" -"Этот параметр может использоваться для изменения часового слоя тактового " -"генератора PPS" - -# File: src/www/services_ntpd_pps.php, line: 157 -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock and just monitor this source." -msgstr "" -"Это параметр может быть полезен, если вы по какой-то причине предпочитаете " -"другой тактовый генератор для ntpd и просто отслеживаете данный источник." - -# File: src/www/services_ntpd_pps.php, line: 183 -msgid "Enable kernel PPS clock discipline (default: disabled)." -msgstr "Включить служба генерации сигналов PPS ядра (по умолчанию: отключено)." - -# File: src/www/services_ntpd_pps.php, line: 191 -msgid "" -"Record a timestamp once for each second, useful for constructing Allan " -"deviation plots (default: disabled)." -msgstr "" -"Записать временную метку один раз для каждой секунды, используется для " -"построения графиков отклонения Аллана (по умолчанию: отключено)." - -# File: src/www/services_ntpd_pps.php, line: 201 -msgid "This may be used to change the PPS Clock ID" -msgstr "" -"Этот параметр может использоваться для изменения идентификатора тактового " -"генератора PPS" - -# File: src/www/services_opendns.php, line: 142 -msgid "OpenDNS Setup" -msgstr "Настройка OpenDNS" - -# File: src/www/services_opendns.php, line: 150 -msgid "Filter DNS requests using OpenDNS" -msgstr "Фильтровать DNS-запросы через OpenDNS" - -# File: src/www/services_opendns.php, line: 170 -msgid "" -"Signon Username to log into your OpenDNS dashboard. It is used to " -"automatically update the IP address of the registered network." -msgstr "" -"Введите имя пользователя для входа в инструментальную панель OpenDNS. " -"Используется для автоматического обновления IP-адреса зарегистрированной " -"сети." - -# File: src/www/services_opendns.php, line: 194 -msgid "Networks Dashboard of OpenDNS" -msgstr "Инструментальная панель сетей OpenDNS" - -# File: src/www/services_opendns.php, line: 201 -msgid "Test result" -msgstr "Результат теста" - -# File: src/www/services_opendns.php, line: 223 -msgid "Test/Update" -msgstr "Проверка/Обновления" - -# File: src/www/services_rfc2136.php, line: 166 -# File: src/www/vpn_openvpn_client.php, line: 345 -msgid "Do you really want to delete this client?" -msgstr "Вы действительно хотите удалить этот клиент?" - -# File: src/www/services_rfc2136_edit.php, line: 73 -# File: src/www/services_rfc2136_edit.php, line: 193 -msgid "Key" -msgstr "Ключ" - -# File: src/www/services_rfc2136_edit.php, line: 73 -# File: src/www/services_rfc2136_edit.php, line: 178 -msgid "Key name" -msgstr "Имя ключа" - -# File: src/www/services_rfc2136_edit.php, line: 78 -msgid "The DNS update host name contains invalid characters." -msgstr "Имя хоста обновления DNS содержит недопустимые символы. " - -# File: src/www/services_rfc2136_edit.php, line: 80 -msgid "The DNS update TTL must be an integer." -msgstr "TTL обновления DNS должно быть целым числом." - -# File: src/www/services_rfc2136_edit.php, line: 82 -msgid "The DNS update key name contains invalid characters." -msgstr "Имя ключа обновления DNS содержит недопустимые символы." - -# File: src/www/services_rfc2136_edit.php, line: 103 -msgid "New/Edited RFC2136 dnsupdate entry was posted." -msgstr "" -"Новая/отредактированная запись обновления DNS RFC2136 была зарегистрирована." - -# File: src/www/services_rfc2136_edit.php, line: 143 -msgid "RFC 2136 client" -msgstr "Клиент RFC 2136" - -# File: src/www/services_rfc2136_edit.php, line: 168 -msgid "Fully qualified hostname of the host to be updated." -msgstr "Полностью определенное имя хоста, который подлежит обновлению." - -# File: src/www/services_rfc2136_edit.php, line: 182 -msgid "This must match the setting on the DNS server." -msgstr "Этот параметр должно совпадать со значением на сервере DNS." - -# File: src/www/services_rfc2136_edit.php, line: 185 -msgid "Key type" -msgstr "Тип ключа" - -# File: src/www/services_rfc2136_edit.php, line: 187 -msgid "Zone" -msgstr "Зона" - -# File: src/www/services_rfc2136_edit.php, line: 189 -msgid " User" -msgstr " Пользователь" - -# File: src/www/services_rfc2136_edit.php, line: 197 -msgid "Paste an HMAC-MD5 key here." -msgstr "Вставьте здесь ключ HMAC-MD5." - -# File: src/www/services_rfc2136_edit.php, line: 209 -msgid "Use TCP instead of UDP" -msgstr "Использовать TCP вместо UDP" - -# File: src/www/services_rfc2136_edit.php, line: 212 -msgid "Use Public IP" -msgstr "Использовать публичный IP" - -# File: src/www/services_rfc2136_edit.php, line: 215 -msgid "" -"If the interface IP is private, attempt to fetch and use the public IP " -"instead." -msgstr "" -"Если у интерфейса частный IP-адрес, пытаться получить и использовать " -"общедоступный IP-адрес." - -# File: src/www/services_rfc2136_edit.php, line: 229 -msgid "Save & Force Update" -msgstr "Сохранить и принудительно обновить" - -# File: src/www/services_rfc2136_edit.php, line: 238 -msgid "" -"You must configure a DNS server in %sSystem: General setup %sor allow the " -"DNS server list to be overridden by DHCP/PPP on WAN for dynamic DNS updates " -"to work." -msgstr "" -"Вы должны настроить сервер DNS на странице «%sSystem. Общие настройки» %sor " -"позволить переопределить список DNS-серверов с помощью DHCP/PPP в сети WAN " -"для для работы динамических обновлений DNS." - -# File: src/www/services_router_advertisements.php, line: 40 -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses" -msgstr "" -"DHCPv6-сервер можно включить только на интерфейсах со статическими IP-" -"адресами" - -# File: src/www/services_router_advertisements.php, line: 83 -msgid "" -"Subnets are specified in CIDR format. Select the CIDR mask that pertains to " -"each entry. /128 specifies a single IPv6 host; /64 specifies a normal IPv6 " -"network; etc. If no subnets are specified here, the Router Advertisement " -"(RA) Daemon will advertise to the subnet to which the router's interface is " -"assigned." -msgstr "" -"Подсети задаются в формате CIDR. Выберите маску CIDR, которая относится к " -"каждой записи. Маска /128 определяет один хост IPv6; / 64 определяет " -"нормальную сеть IPv6 и т. д. Если здесь не указаны подсети, демон объявления " -"маршрутизатора (RA) будет отправлять сообщение подсети, к которой привязан " -"интерфейс маршрутизатора ." - -# File: src/www/services_router_advertisements.php, line: 110 -msgid "An invalid subnet or alias was specified. [%s/%s]" -msgstr "Указана недопустимая подсеть или псевдоним. [%s/%s]" - -# File: src/www/services_router_advertisements.php, line: 239 -msgid "Select the Operating Mode for the Router Advertisement (RA) Daemon." -msgstr "Выберите рабочий режим для демона объявления маршрутизатора (RA)." - -# File: src/www/services_router_advertisements.php, line: 240 -msgid "" -"Use \"Router Only\" to only advertise this router, \"Unmanaged\" for Router " -"Advertising with Stateless Autoconfig, \"Managed\" for assignment through " -"(a) DHCPv6 Server, \"Assisted\" for DHCPv6 Server assignment combined with " -"Stateless Autoconfig" -msgstr "" -"Используйте «Только маршрутизатор», чтоб объявлять только этот " -"маршрутизатор, «Неуправляемый» для объявления маршрутизатора с " -"автоконфигурацией без сохранения информации о состоянии, «Управляемый» для " -"присвоения посредством DHCPv6-сервера, «Обслуживающий» присвоения " -"посредством DHCPv6-сервера, соединенного с автоконфигурацией без сохранения " -"информации о состоянии" - -# File: src/www/services_router_advertisements.php, line: 241 -msgid "" -"It is not required to activate this DHCPv6 server when set to \"Managed\", " -"this can be another host on the network" -msgstr "" -"Не обязательно активировать этот сервер DHCPv6, если был выбран " -"«Управляемый», это может быть другой хост в сети" - -# File: src/www/services_router_advertisements.php, line: 245 -msgid "Router Priority" -msgstr "Приоритет маршрутизатора" - -# File: src/www/services_router_advertisements.php, line: 252 -msgid "Select the Priority for the Router Advertisement (RA) Daemon." -msgstr "Выберите приоритет для демона объявления маршрутизатора (RA)." - -# File: src/www/services_router_advertisements.php, line: 266 -msgid "RA Interface" -msgstr "RA-интерфейс" - -# File: src/www/services_router_advertisements.php, line: 274 -msgid "Select the Interface for the Router Advertisement (RA) Daemon." -msgstr "Выберите интерфейс для демона объявления маршрутизатора (RA)." - -# File: src/www/services_router_advertisements.php, line: 280 -msgid "RA Subnet(s)" -msgstr "RA-подсеть" - -# File: src/www/services_router_advertisements.php, line: 349 -msgid "" -"The RA server can optionally provide a domain search list. Use the semicolon " -"character as separator" -msgstr "" -"RA-сервер может дополнительно предоставить список поиска домена. Используйте " -"точку с запятой в качестве разделителя." - -# File: src/www/services_router_advertisements.php, line: 357 -msgid "Use same settings as DHCPv6 server" -msgstr "Используйте такие же настойки, как и для DHCPv6-сервера" - -# File: src/www/services_snmp.php, line: 81 -msgid "Invalid character '#' in system location" -msgstr "Недопустимый символ «#» в поле «Расположение системы»" - -# File: src/www/services_snmp.php, line: 82 -msgid "Invalid character '#' in system contact" -msgstr "Недопустимый символ «#» в поле «Контактная информация»" - -# File: src/www/services_snmp.php, line: 83 -msgid "Invalid character '#' in read community string" -msgstr "Недопустимый символ «#» в поле «Строка сообщества только для чтения»" - -# File: src/www/services_snmp.php, line: 86 -msgid "Community" -msgstr "Сообщество" - -# File: src/www/services_snmp.php, line: 90 -msgid "Polling Port" -msgstr "Опрашивающий порт" - -# File: src/www/services_snmp.php, line: 97 -msgid "Invalid character '#' in SNMP trap string" -msgstr "Недопустимый символ «#» в поле «Строка ловушки»" - -# File: src/www/services_snmp.php, line: 100 -# File: src/www/services_snmp.php, line: 382 -msgid "Trap server" -msgstr "Сервер ловушек" - -# File: src/www/services_snmp.php, line: 104 -msgid "Trap server port" -msgstr "Порт сервера ловушек" - -# File: src/www/services_snmp.php, line: 108 -# File: src/www/services_snmp.php, line: 401 -msgid "Trap string" -msgstr "Строка ловушек" - -# File: src/www/services_snmp.php, line: 288 -msgid "SNMP Daemon" -msgstr "Демон SNMP" - -# File: src/www/services_snmp.php, line: 305 -msgid "Polling Port " -msgstr "Порт опроса" - -# File: src/www/services_snmp.php, line: 308 -msgid "Enter the port to accept polling events on (default 161)" -msgstr "" -"Введите порт, который будет принимать события опроса (по умолчанию: 161)" - -# File: src/www/services_snmp.php, line: 313 -msgid "System location" -msgstr "Расположение системы" - -# File: src/www/services_snmp.php, line: 320 -msgid "System contact" -msgstr "Контактная информация" - -# File: src/www/services_snmp.php, line: 327 -msgid "Read Community String" -msgstr "Строка сообщества только для чтения" - -# File: src/www/services_snmp.php, line: 330 -msgid "" -"The community string is like a password, restricting access to querying SNMP " -"to hosts knowing the community string. Use a strong value here to protect " -"from unauthorized information disclosure." -msgstr "" -"Строка сообщества как и пароль ограничивает доступ к SNMP запросам для " -"хостов, которым она известна. Используйте надежное значение для защиты от " -"несанкционированного раскрытия информации." - -# File: src/www/services_snmp.php, line: 363 -msgid "SNMP Traps" -msgstr "SNMP ловушки" - -# File: src/www/services_snmp.php, line: 385 -msgid "Enter trap server name" -msgstr "Введите имя сервера ловушек" - -# File: src/www/services_snmp.php, line: 390 -msgid "Trap server port " -msgstr "Порт сервера ловушек" - -# File: src/www/services_snmp.php, line: 393 -msgid "Enter the port to send the traps to (default 162)" -msgstr "" -"Введите порт, на который будет будут отправляться ловушки (по умолчанию: 162)" - -# File: src/www/services_snmp.php, line: 398 -msgid "Enter the SNMP trap string" -msgstr "Введите строку ловушки SNMP" - -# File: src/www/services_snmp.php, line: 414 -msgid "Modules" -msgstr "Модули" - -# File: src/www/services_snmp.php, line: 425 -msgid "SNMP Modules" -msgstr "Модули SNMP" - -# File: src/www/services_snmp.php, line: 427 -msgid "MibII" -msgstr "MibII" - -# File: src/www/services_snmp.php, line: 429 -msgid "Netgraph" -msgstr "Netgraph" - -# File: src/www/services_snmp.php, line: 431 -msgid "PF" -msgstr "PF" - -# File: src/www/services_snmp.php, line: 433 -msgid "Host Resources (Requires MibII)" -msgstr "Ресурсы хоста (требуется MibII)" - -# File: src/www/services_snmp.php, line: 435 -msgid "UCD" -msgstr "UCD" - -# File: src/www/services_snmp.php, line: 437 -msgid "Regex" -msgstr "Regex" - -# File: src/www/services_snmp.php, line: 452 -msgid "Interface Binding" -msgstr "Привязка интерфейсов" - -# File: src/www/services_snmp.php, line: 462 -msgid "Bind Interface" -msgstr "Привязать интерфейс" - -# File: src/www/services_unbound.php, line: 81 -msgid "" -"The DNS Forwarder is still active. Disable it before enabling the DNS " -"Resolver." -msgstr "" -"Преобразующий DNS-сервер активен. Отключите его перед включением DNS-" -"преобразователя." - -# File: src/www/services_unbound.php, line: 84 -msgid "" -"A single network interface needs to be selected for the DNS Resolver to bind " -"to." -msgstr "" -"Необходимо выбрать единственный сетевой интерфейс для привязки к DNS-" -"преобразователю." - -# File: src/www/services_unbound.php, line: 87 -msgid "" -"A single outgoing network interface needs to be selected for the DNS " -"Resolver to use for outgoing DNS requests." -msgstr "" -"Необходимо выбрать один исходящий сетевой интерфейс для привязки к DNS-" -"преобразователю, чтобы использовать его для исходящих DNS-запросов." - -# File: src/www/services_unbound.php, line: 93 -msgid "You must specify a valid port number." -msgstr "Вы должны указать допустимый номер порта." - -# File: src/www/services_unbound.php, line: 168 -# File: src/www/services_unbound_overrides.php, line: 108 -msgid "The configuration for the DNS Resolver, has been changed" -msgstr "Конфигурация DNS-преобразователя изменена" - -# File: src/www/services_unbound.php, line: 182 -msgid "General DNS Resolver Options" -msgstr "Общие параметры DNS-преобразователя" - -# File: src/www/services_unbound.php, line: 188 -msgid "Enable DNS Resolver" -msgstr "Включить DNS-преобразователь" - -# File: src/www/services_unbound.php, line: 203 -# File: src/www/system_advanced_network.php, line: 225 -msgid "Network Interfaces" -msgstr "Сетевые интерфейсы " - -# File: src/www/services_unbound.php, line: 209 -msgid "" -"Interface IPs used by the DNS Resolver for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" -"IP-адреса интерфейса, используемые DNS-преобразователем для ответа на " -"запросы клиентов. Если интерфейс имеет IPv4-адрес и IPv6-адрес, то " -"используются оба. Запросы на другие IP-адреса интерфейса, не выбранные ниже, " -"отбрасываются. Поведение по умолчанию: ответа на запросы на всех доступных " -"IPv4-адресах и IPv6-адресах." - -# File: src/www/services_unbound.php, line: 228 -msgid "Outgoing Network Interfaces" -msgstr "Исходящие сетевые интерфейсы" - -# File: src/www/services_unbound.php, line: 234 -msgid "" -"Utilize different network interface(s) that the DNS Resolver will use to " -"send queries to authoritative servers and receive their replies. By default " -"all interfaces are used." -msgstr "" -"Назначьте другие сетевые интерфейсы, которые DNS-преобразователь будет " -"использовать для отправки запросов к полномочным серверам и получения " -"ответов от них. По умолчанию используются все интерфейсы." - -# File: src/www/services_unbound.php, line: 253 -msgid "DNSSEC" -msgstr "DNSSEC" - -# File: src/www/services_unbound.php, line: 256 -msgid "Enable DNSSEC Support" -msgstr "Включить поддержку DNSSEC" - -# File: src/www/services_unbound.php, line: 264 -msgid "Enable Forwarding Mode" -msgstr "Включить режим передачи" - -# File: src/www/services_unbound.php, line: 271 -msgid "Register DHCP leases in the DNS Resolver" -msgstr "Регистрировать DHCP аренды в DNS-преобразователе" - -# File: src/www/services_unbound.php, line: 272 -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS Resolver, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" -"Если этот параметр включен, то машины, которые определяют имя хоста в своем " -"запросе аренды DHCP, будут регистрироваться в DNS-преобразователе, так что " -"их имена могут быть преобразованы. Вы должны также указать действительный " -"домен на странице «%sSystem. Общие настройки%s»." - -# File: src/www/services_unbound.php, line: 283 -msgid "Register DHCP static mappings in the DNS Resolver" -msgstr "Регистрировать статические маршруты DHCP в DNS-преобразователе" - -# File: src/www/services_unbound.php, line: 284 -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS Resolver, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" -"Если этот параметр включен, статические маршруты DHCP будут регистрироваться " -"в DNS-преобразователе, так что их имена могут быть преобразованы. Вы должны " -"также указать действительный домен на странице «%sSystem. Общие настройки%s»." - -# File: src/www/services_unbound.php, line: 291 -msgid "TXT Comment Support" -msgstr "Поддержка TXT комментариев" - -# File: src/www/services_unbound.php, line: 294 -msgid "" -"If this option is set, then any descriptions associated with Host entries " -"and DHCP Static mappings will create a corresponding TXT record." -msgstr "" -"Если этот параметр включен, любые описания ассоциированные с записями хоста " -"и статическими маршрутами DHCP будут создавать соответствующие TXT записи." - -# File: src/www/services_unbound.php, line: 307 -msgid "" -"Enter any additional options you would like to add to the DNS Resolver " -"configuration here, separated by a space or newline" -msgstr "" -"Введите любые дополнительные параметры, которые вы хотели бы добавить в " -"конфигурацию DNS-преобразователя. Параметры должны быть разделены пробелом " -"или символом перевода строки." - -# File: src/www/services_unbound.php, line: 322 -msgid "" -"If the DNS Resolver is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the DNS Resolver. If Forwarding, is enabled, the DNS Resolver " -"will use the DNS servers entered in %sSystem: General setup%s or those " -"obtained via DHCP or PPP on WAN if the "Allow DNS server list to be " -"overridden by DHCP/PPP on WAN" is checked." -msgstr "" -"Если DNS-преобразователь будет включен, служба DHCP (если включена) будет " -"автоматически использовать IP-адрес локальной сети как DNS-сервер до DHCP-" -"клиентов, так что они будут использовать DNS-преобразователь. Если " -"перенаправление включено, DNS-преобразователь будет использовать DNS-" -"серверы, указанные на странице «%sSystem: Общие настройки»%s, или полученные " -"посредством DHCP или PPP на WAN, если отмечен флажок " Разрешить " -"переопределение списка DNS-серверов с помощью DHCP/PPP на WAN"." - -# File: src/www/services_unbound_acls.php, line: 199 -msgid "" -"The settings for the DNS Resolver have changed. You must apply the " -"configuration to take affect." -msgstr "" -"Конфигурация DNS-преобразователя изменена. Вы должны применить изменения, " -"чтобы они вступили в силу." - -# File: src/www/services_unbound_acls.php, line: 213 -msgid "%s Access List" -msgstr "%s список доступа" - -# File: src/www/services_unbound_acls.php, line: 216 -msgid "Access List name" -msgstr "Имя списка доступа" - -# File: src/www/services_unbound_acls.php, line: 220 -msgid "Provide an Access List name." -msgstr "Укажите имя списка доступа" - -# File: src/www/services_unbound_acls.php, line: 235 -msgid "" -"Choose what to do with DNS requests that match the criteria specified below." -msgstr "" -"Выберите, что делать с DNS-запросами, которые соответствуют указанным ниже " -"критериям." - -# File: src/www/services_unbound_acls.php, line: 236 -msgid "" -"Deny: This action stops queries from hosts within the netblock " -"defined below." -msgstr "" -"Блокировать: это действие останавливает запросы от хостов, указанных " -"в netblock ниже." - -# File: src/www/services_unbound_acls.php, line: 237 -msgid "" -"Refuse: This action also stops queries from hosts within the netblock " -"defined below, but sends a DNS rcode REFUSED error message back to the " -"client." -msgstr "" -"Отклонить: Этим действием запросов с хостов в пределах нетблок, " -"определённого ниже:
, но сообщение DNS REFUSED ркоуд об ошибке " -"отсылается назад в клиент." - -# File: src/www/services_unbound_acls.php, line: 238 -msgid "" -"Allow: This action allows queries from hosts within the netblock " -"defined below." -msgstr "" -"Блокировать: это действие останавливает запросы от хостов, указанных " -"в блоке сетевых адресов ниже." - -# File: src/www/services_unbound_acls.php, line: 239 -msgid "" -"Allow Snoop: This action allows recursive and nonrecursive access " -"from hosts within the netblock defined below. Used for cache snooping and " -"ideally should only be configured for your administrative host." -msgstr "" -"Позволить Шпионить: Это действие делает рекурсивный и нерекурсивный " -"доступ с хостов возможным в пределах нетблок, определённого ниже. " -"Использовали для кэша шпионство, и, в идеале, им нужно только быть " -"сконфигурированными для вашего административного хоста." - -# File: src/www/services_unbound_acls.php, line: 304 -msgid "You may enter a description here for your reference." -msgstr "Вы можете ввести здесь описание ссылки." - -# File: src/www/services_unbound_acls.php, line: 323 -msgid "Access List Name" -msgstr "Имя списка доступа" - -# File: src/www/services_unbound_acls.php, line: 340 -msgid "Access Lists to control access to the DNS Resolver can be defined here." -msgstr "" -"Здесь можно определить списки доступа для контроля доступа к DNS-" -"преобразователю." - -# File: src/www/services_unbound_acls.php, line: 361 -msgid "Do you really want to delete this access list?" -msgstr "Вы действительно хотите удалить этот список доступа?" - -# File: src/www/services_unbound_advanced.php, line: 135 -msgid "The configuration of the DNS Resolver, has been changed" -msgstr "Конфигурация DNS-преобразователя изменена" - -# File: src/www/services_unbound_advanced.php, line: 150 -msgid "Advanced Resolver Options" -msgstr "Дополнительные параметры преобразователя" - -# File: src/www/services_unbound_advanced.php, line: 153 -msgid "Hide Identity" -msgstr "Скройте Идентификационные Данные" - -# File: src/www/services_unbound_advanced.php, line: 156 -msgid "If enabled, id.server and hostname.bind queries are refused." -msgstr "ID, если они включены.Сервер и хост-имя.В запросах тупика отказано." - -# File: src/www/services_unbound_advanced.php, line: 160 -msgid "Hide Version" -msgstr "Версия засады" - -# File: src/www/services_unbound_advanced.php, line: 163 -msgid "If enabled, version.server and version.bind queries are refused." -msgstr "Версия, если включено.Сервер и версия.В запросах тупика отказано." - -# File: src/www/services_unbound_advanced.php, line: 167 -msgid "Prefetch Support" -msgstr "Поддержка предварительной выборки" - -# File: src/www/services_unbound_advanced.php, line: 170 -msgid "" -"Message cache elements are prefetched before they expire to help keep the " -"cache up to date. When enabled, this option can cause an increase of around " -"10% more DNS traffic and load on the server, but frequently requested items " -"will not expire from the cache." -msgstr "" -"Элементы кэшей сообщений заранее выбраны до того, как они истекут, чтобы " -"помочь держать кэш современным. Когда она включена, эта опция может вызвать " -"увеличение примерно на 10% большего количества трафиков DNS и нагрузки на " -"сервер, но часто просила неистечение элементов из кэша." - -# File: src/www/services_unbound_advanced.php, line: 174 -msgid "Prefetch DNS Key Support" -msgstr "Поддержка Ключа DNS предварительной выборки" - -# File: src/www/services_unbound_advanced.php, line: 177 -msgid "" -"DNSKEY's are fetched earlier in the validation process when a %sDelegation " -"signer%s is encountered. This helps lower the latency of requests but does " -"utilize a little more CPU." -msgstr "" -"DNSKEY выбираются раньше в процессе проверки, когда встречается %sDelegation " -"signer%s. Это помогает уменьшить затор запросов, но немного больше " -"использует ЦП." - -# File: src/www/services_unbound_advanced.php, line: 181 -msgid "Harden Glue" -msgstr "Сделайте Клей более застывшим" - -# File: src/www/services_unbound_advanced.php, line: 184 -msgid "Only trust glue if it is within the servers authority." -msgstr "" -"Только доверяйте клею, если он находится в пределах авторитета серверов." - -# File: src/www/services_unbound_advanced.php, line: 188 -msgid "Harden DNSSEC data" -msgstr "Ужесточите данные DNSSEC" - -# File: src/www/services_unbound_advanced.php, line: 191 -msgid "" -"DNSSEC data is required for trust-anchored zones. If such data is absent, " -"the zone becomes bogus. If this is disabled and no DNSSEC data is received, " -"then the zone is made insecure." -msgstr "" -"Данных DNSSEC требуют основанные на доверии зоны. Если такие данные " -"отсутствуют, зона становится ложной. Если это отключено и никакие данные " -"DNSSEC не получены, зона сделана небезопасной." - -# File: src/www/services_unbound_advanced.php, line: 195 -msgid "Message Cache Size" -msgstr "Размер кэша сообщений" - -# File: src/www/services_unbound_advanced.php, line: 209 -msgid "" -"Size of the message cache. The message cache stores DNS rcodes and " -"validation statuses. The RRSet cache will automatically be set to twice this " -"amount. The RRSet cache contains the actual RR data. The default is 4 " -"megabytes." -msgstr "" -"Размер кэша сообщений. Кэш сообщений хранит DNS ркоудс и статусы проверки. " -"Кэш RRSet будет автоматически настроен на эту двойную величину. Кэш RRSet " -"содержит фактические данные RR. Настройки по умолчанию – 4 мегабайта." - -# File: src/www/services_unbound_advanced.php, line: 214 -msgid "Outgoing TCP Buffers" -msgstr "Буфера исходящего TCP" - -# File: src/www/services_unbound_advanced.php, line: 228 -msgid "" -"The number of outgoing TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, to authoritative servers, are " -"done." -msgstr "" -"Количество буферов исходящего TCP для распределения потока согласно " -"условиям. Значение по умолчанию – 10. Если 0 – избранные запросы в то время " -"без TCP, они авторитетным серверам сделаны." - -# File: src/www/services_unbound_advanced.php, line: 233 -msgid "Incoming TCP Buffers" -msgstr "Входящие Буфера TCP" - -# File: src/www/services_unbound_advanced.php, line: 247 -msgid "" -"The number of incoming TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, from clients, are accepted." -msgstr "" -"Количество буферов входящего TCP для распределения потока согласно условиям. " -"Значение по умолчанию – 10. Если 0 – избранные запросы в то время без TCP от " -"клиентов, приняты." - -# File: src/www/services_unbound_advanced.php, line: 252 -msgid "EDNS Buffer Size" -msgstr "Размер Буфера EDNS" - -# File: src/www/services_unbound_advanced.php, line: 266 -msgid "" -"Number of bytes size to advertise as the EDNS reassembly buffer size. This " -"is the value that is used in UDP datagrams sent to peers. RFC recommendation " -"is 4096 (which is the default). If you have fragmentation reassemble " -"problems, usually seen as timeouts, then a value of 1480 should help. The " -"512 value bypasses most MTU path problems, but it can generate an excessive " -"amount of TCP fallback." -msgstr "" -"Размер чисел байт, чтобы объявить, как размер буфера у повторной сборки " -"EDNS. Это – значение, которое используется в UDP датаграммах, отправленных " -"равным. Рекомендация RFC – 4096 (что является по умолчанию). Если вы " -"заставляете фрагментацию повторно собирать проблемы, её обычно будут видеть, " -"как тайм-ауты, значение 1480 должно помогать. Значение 512 обходит " -"большинство проблем путей MTU, но оно может сгенерировать чрезмерное " -"количество убывания TCP." - -# File: src/www/services_unbound_advanced.php, line: 271 -msgid "Number of queries per thread" -msgstr "Количество запросов на поток" - -# File: src/www/services_unbound_advanced.php, line: 285 -msgid "" -"The number of queries that every thread will service simultaneously. If more " -"queries arrive that need to be serviced, and no queries can be jostled, then " -"these queries are dropped." -msgstr "" -"Количество запросов, которые каждый поток обслужит одновременно. Если больше " -"запросов, которые нужно обслужить, приходит и запросы не могут иметься, " -"толкнули, затем эти запросы перетащены." - -# File: src/www/services_unbound_advanced.php, line: 290 -msgid "Jostle Timeout" -msgstr "Тайм-аут давки" - -# File: src/www/services_unbound_advanced.php, line: 304 -msgid "" -"This timeout is used for when the server is very busy. This protects against " -"denial of service by slow queries or high query rates. The default value is " -"200 milliseconds." -msgstr "" -"Этот тайм-аут используется для того, когда сервер очень занят. Это защищает " -"от отказа медленных запросов или высоких показателей запроса в обслуживании. " -"Значение по умолчанию 200 миллисекунд." - -# File: src/www/services_unbound_advanced.php, line: 309 -msgid "Maximum TTL for RRsets and messages" -msgstr "Максимальный ТТЛ для RRsets и сообщения" - -# File: src/www/services_unbound_advanced.php, line: 313 -msgid "" -"Configure a maximum Time to live for RRsets and messages in the cache. The " -"default is 86400 seconds (1 day). When the internal TTL expires the cache " -"item is expired. This can be configured to force the resolver to query for " -"data more often and not trust (very large) TTL values." -msgstr "" -"Сконфигурируйте максимальный Раз, чтобы жить за RRsets и сообщения в кэше. " -"Настройки по умолчанию – 86400 секунд (1 день). Кэш при истечении " -"внутреннего ТТЛ, которым пункт является, истёк. Это может быть " -"сконфигурировано, чтобы заставить разрешатель запрашивать данные чаще и не " -"доверить (очень большие) значения ТТЛ." - -# File: src/www/services_unbound_advanced.php, line: 318 -msgid "Minimum TTL for RRsets and messages" -msgstr "Минимальный ТТЛ для RRsets и сообщения" - -# File: src/www/services_unbound_advanced.php, line: 322 -msgid "" -"Configure a minimum Time to live for RRsets and messages in the cache. The " -"default is 0 seconds. If the minimum value kicks in, the data is cached for " -"longer than the domain owner intended, and thus less queries are made to " -"look up the data. The 0 value ensures the data in the cache is as the domain " -"owner intended. High values can lead to trouble as the data in the cache " -"might not match up with the actual data anymore." -msgstr "" -"Сконфигурируйте минимальный Раз, чтобы жить за RRsets и сообщения в кэше. " -"Настройки по умолчанию – 0 секунд. Если минимальное значение включается, " -"данные кэшированы дольше планирования у владельца домена, и, таким образом, " -"меньше запросов задан для поиска данных. Значение 0 гарантирует, что данные " -"в кэше имеются при планировании у владельца домена. Высокие стоимости могут " -"привести к трудности, поскольку данные в кэше больше могли бы не " -"соответствовать фактическим данным." - -# File: src/www/services_unbound_advanced.php, line: 327 -msgid "TTL for Host cache entries" -msgstr "TTL для записей кэша хоста" - -# File: src/www/services_unbound_advanced.php, line: 331 -# File: src/www/services_unbound_advanced.php, line: 346 -msgid "1 minute" -msgstr "1 минута" - -# File: src/www/services_unbound_advanced.php, line: 332 -# File: src/www/services_unbound_advanced.php, line: 347 -msgid "2 minutes" -msgstr "2 минуты" - -# File: src/www/services_unbound_advanced.php, line: 333 -# File: src/www/services_unbound_advanced.php, line: 348 -msgid "5 minutes" -msgstr "5 минут" - -# File: src/www/services_unbound_advanced.php, line: 334 -# File: src/www/services_unbound_advanced.php, line: 349 -msgid "10 minutes" -msgstr "10 минут" - -# File: src/www/services_unbound_advanced.php, line: 335 -# File: src/www/services_unbound_advanced.php, line: 350 -msgid "15 minutes" -msgstr "15 минут" - -# File: src/www/services_unbound_advanced.php, line: 337 -msgid "" -"Time to live for entries in the host cache. The host cache contains " -"roundtrip timing and EDNS support information. The default is 15 minutes." -msgstr "" -"Время жизни для записей в кэше хоста. Кэш хоста содержит двустороннее время " -"прохождения пакета и информацию о поддержке EDNS. Значение по умолчанию " -"составляет 15 минут." - -# File: src/www/services_unbound_advanced.php, line: 342 -msgid "TTL for lame delegation" -msgstr "TTL для неправильного делегирования" - -# File: src/www/services_unbound_advanced.php, line: 352 -msgid "" -"Time to live for when a delegation is considered to be lame. The default is " -"15 minutes." -msgstr "" -"Время жить, когда делегация считается неточным. Значение по умолчанию " -"составляет 15 минут." - -# File: src/www/services_unbound_advanced.php, line: 357 -msgid "Number of Hosts to cache" -msgstr "Количество кэшируемых хостов" - -# File: src/www/services_unbound_advanced.php, line: 361 -msgid "1000" -msgstr "1000" - -# File: src/www/services_unbound_advanced.php, line: 362 -msgid "5000" -msgstr "5000" - -# File: src/www/services_unbound_advanced.php, line: 363 -msgid "10 000" -msgstr "10 000" - -# File: src/www/services_unbound_advanced.php, line: 364 -msgid "20 000" -msgstr "20 000" - -# File: src/www/services_unbound_advanced.php, line: 365 -msgid "50 000" -msgstr "50 000" - -# File: src/www/services_unbound_advanced.php, line: 367 -msgid "Number of hosts for which information is cached. The default is 10,000." -msgstr "" -"Количество хостов, для которых кэширована информация. Настройки по умолчанию " -"– 10,000." - -# File: src/www/services_unbound_advanced.php, line: 372 -msgid "Unwanted Reply Threshold" -msgstr "Пороговое значение нежелательных ответов" - -# File: src/www/services_unbound_advanced.php, line: 376 -msgid "disabled" -msgstr "отключен" - -# File: src/www/services_unbound_advanced.php, line: 377 -msgid "5 million" -msgstr "5 миллионов" - -# File: src/www/services_unbound_advanced.php, line: 378 -msgid "10 million" -msgstr "10 миллионов" - -# File: src/www/services_unbound_advanced.php, line: 379 -msgid "20 million" -msgstr "20 миллионов" - -# File: src/www/services_unbound_advanced.php, line: 380 -msgid "40 million" -msgstr "40 миллионов" - -# File: src/www/services_unbound_advanced.php, line: 381 -msgid "50 million" -msgstr "50 миллионов" - -# File: src/www/services_unbound_advanced.php, line: 383 -msgid "" -"If enabled, a total number of unwanted replies is kept track of in every " -"thread. When it reaches the threshold, a defensive action is taken and a " -"warning is printed to the log file. This defensive action is to clear the " -"RRSet and message caches, hopefully flushing away any poison. The default is " -"disabled, but if enabled a value of 10 million is suggested." -msgstr "" -"Если он включён, общее количество нежелательных ответов есть, отслеживали " -"вход на каждый поток. Когда оно доходит до порога, принимаются защитные " -"меры, и предупреждение напечатано в лог файл. Этот защитный иск состоит в " -"том, чтобы очистить RRSet и кэши сообщений, промывая в надежде в стороне " -"любой яд. По умолчанию отключён, но, если оно включено, предложено значение " -"за 10 миллионов." - -# File: src/www/services_unbound_advanced.php, line: 388 -msgid "Log level verbosity" -msgstr "Уровень детализации журнала" - -# File: src/www/services_unbound_advanced.php, line: 402 -msgid "Select the log verbosity." -msgstr "Выберите уровенеь детализации" - -# File: src/www/services_unbound_domainoverride_edit.php, line: 79 -msgid "" -"A valid IP address and port must be specified, for example " -"192.168.100.10@5353." -msgstr "Укажите действительный IP-адрес и порт, например 192.168.100.10@5353." - -# File: src/www/services_unbound_domainoverride_edit.php, line: 81 -msgid "A valid IP address must be specified, for example 192.168.100.10." -msgstr "Укажите действительный IP-адрес, например 192.168.100.10." - -# File: src/www/services_unbound_domainoverride_edit.php, line: 147 -msgid "" -"To use a nondefault port for communication, append an '@' with the port " -"number." -msgstr "" -"Чтобы использовать для передачи порт не по умолчанию, добавьте символ «@» " -"вместе с номером порта." - -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 306 -msgid "MX Host" -msgstr "Хост MX" - -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 298 -msgid "MX Priority" -msgstr "Приоритет MX-записи" - -# File: src/www/services_unbound_host_edit.php, line: 114 -msgid "A valid MX priority must be specified." -msgstr "Укажите действительный приоритет MX-записи." - -# File: src/www/services_unbound_host_edit.php, line: 118 -msgid "A valid MX host must be specified." -msgstr "Укажите действительный хост MX." - -# File: src/www/services_unbound_host_edit.php, line: 122 -msgid "A valid resource record type must be specified." -msgstr "Укажите действительный тип ресурсной записи." - -# File: src/www/services_unbound_host_edit.php, line: 254 -msgid "Edit DNS Resolver entry" -msgstr "Редактировать запись DNS-преобразователя" - -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "A or AAAA (IPv4 or IPv6 address)" -msgstr "A или AAAA (IPv4 или IPv6-адрес)" - -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "MX (Mail server)" -msgstr "MX (почтовый сервер)" - -# File: src/www/services_unbound_host_edit.php, line: 285 -msgid "Type of resource record" -msgstr "Тип ресурсной записи" - -# File: src/www/services_unbound_host_edit.php, line: 286 -msgid "for IPv4 or IPv6 addresses" -msgstr "для IPv4 или IPv6-адресов" - -# File: src/www/services_unbound_host_edit.php, line: 301 -msgid "Priority of MX record" -msgstr "Приоритет МХ-записи" - -# File: src/www/services_unbound_host_edit.php, line: 309 -msgid "Host name of MX host" -msgstr "Имя хоста MX" - -# File: src/www/services_unbound_overrides.php, line: 124 -msgid "" -"Keep in mind that all resource record types (i.e. A, AAAA, MX, etc. records) " -"of a specified host below are being overwritten." -msgstr "" -"Помните, что все типы ресурсных записей (например, A, AAAA, MX, и т. д.) " -"указанного ниже хоста перезаписываются." - -# File: src/www/services_unbound_overrides.php, line: 206 -msgid "" -"Entries in this area override an entire domain by specifying an " -"authoritative DNS server to be queried for that domain." -msgstr "" -"Записи в этой зоне переопределяют целый домен, указывая полномочный DNS-" -"сервер, который будет запрашиваться для этого домена." - -# File: src/www/services_upnp.php, line: 70 -msgid "At least one of 'UPnP' or 'NAT-PMP' must be allowed" -msgstr "Необходимо разрешить по крайней мере «UPnP» или «NAT-PMP»" - -# File: src/www/services_upnp.php, line: 74 -msgid "It is a security risk to specify WAN in the 'Interface' field" -msgstr "В целях безопасности лучше не указывать WAN в поле «интерфейс»" - -# File: src/www/services_upnp.php, line: 76 -msgid "You cannot select the external interface as an internal interface." -msgstr "Вы не можете выбрать внешний интерфейс в качестве внутреннего." - -# File: src/www/services_upnp.php, line: 79 -msgid "You must specify a valid ip address in the 'Override WAN address' field" -msgstr "" -"Вы должны указать действительный IP-адрес в поле «Переопределить WAN-адрес»" - -# File: src/www/services_upnp.php, line: 81 -msgid "" -"You must fill in both 'Maximum Download Speed' and 'Maximum Upload Speed' " -"fields" -msgstr "" -"Вы должны указать значения полей «Максимальная скорость скачивания» и " -"«Максимальная скорость загрузки»" - -# File: src/www/services_upnp.php, line: 83 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Download Speed' field" -msgstr "Значение поля «Максимальная скорость скачивания» должно быть больше 0." - -# File: src/www/services_upnp.php, line: 85 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Upload Speed' field" -msgstr "Значение поля «Максимальная скорость загрузки» должно быть больше 0." - -# File: src/www/services_upnp.php, line: 93 -msgid "" -"You must follow the specified format in the 'User specified permissions %s' " -"field" -msgstr "" -"Вы должны следить за указанным форматом в поле «Указанных пользователями " -"разрешений %s»" - -# File: src/www/services_upnp.php, line: 97 -msgid "" -"You must begin with allow or deny in the 'User specified permissions %s' " -"field" -msgstr "" -"Вы должны начать с позволяют, или отказываются в поле «Указанных " -"пользователями разрешений %s»" - -# File: src/www/services_upnp.php, line: 100 -msgid "" -"You must specify a port or port range between 0 and 65535 in the 'User " -"specified permissions %s' field" -msgstr "" -"Вы должны указать номер порта или диапазон номеров от 0 до 65535 в поле " -"«Полномочия указанного пользователя %s»" - -# File: src/www/services_upnp.php, line: 103 -msgid "" -"You must specify a valid ip address in the 'User specified permissions %s' " -"field" -msgstr "" -"Вы должны указать действительный IP-адрес в поле «Полномочия указанного " -"пользователя %s»" - -# File: src/www/services_upnp.php, line: 206 -msgid "Modified Universal Plug and Play settings." -msgstr "Настройки Universal Plug and Play изменены." - -# File: src/www/services_wol.php, line: 55 -msgid "Sent magic packet to %s (%s)." -msgstr "Отправить специальный пакет %s (%s)." - -# File: src/www/services_wol.php, line: 57 -msgid "" -"Please check the %ssystem log%s, the wol command for %s (%s) did not " -"complete successfully." -msgstr "" -"Проверьте %ssystem журнал%s, команда wol для %s (%s) не была успешно " -"завершена." - -# File: src/www/services_wol.php, line: 81 -msgid "A valid interface must be specified." -msgstr "Укажите действительный интерфейс." - -# File: src/www/services_wol.php, line: 87 -msgid "A valid ip could not be found!" -msgstr "Не удается найти действительный IP-адрес!" - -# File: src/www/services_wol.php, line: 92 -msgid "Sent magic packet to %s." -msgstr "Отправить специальный пакет %s." - -# File: src/www/services_wol.php, line: 94 -msgid "" -"Please check the %ssystem log%s, the wol command for %s did not complete " -"successfully." -msgstr "" -"Проверьте %ssystem журнал%s, команда wol для %s не была успешно завершена." - -# File: src/www/services_wol.php, line: 150 -msgid "Choose which interface the host to be woken up is connected to." -msgstr "" -"Выберите интерфейс, подключенный к хосту, который должен быть пробужден." - -# File: src/www/services_wol.php, line: 157 -msgid "Enter a MAC address %sin the following format: xx:xx:xx:xx:xx:xx%s" -msgstr "Введите MAC-адрес %sin в формате «xx:xx:xx:xx:xx:xx%s»" - -# File: src/www/services_wol.php, line: 168 -msgid "Or Click the MAC address to wake up an individual device:" -msgstr "Или нажмите на MAC-адрес, чтобы пробудить конкретное устройство:" - -# File: src/www/services_wol.php, line: 168 -msgid "Wake all clients at once: " -msgstr "Пробудить все клиенты одновременно:" - -# File: src/www/services_wol.php, line: 216 -msgid "" -"This service can be used to wake up (power on) computers by sending special " -"\"Magic Packets\". The NIC in the computer that is to be woken up must " -"support Wake on LAN and has to be configured properly (WOL cable, BIOS " -"settings)." -msgstr "" -"Эта служба может использоваться для пробуждения (включения питания) " -"компьютеров с помощью отправки специальных «магических» пакетов. Сетевая " -"плата компьютера должна поддерживать технологию Wake on LAN и быть правильно " -"настроена (кабель WOL, настройки BIOS)." - -# File: src/www/services_wol_edit.php, line: 127 -msgid "Edit WOL entry" -msgstr "Редактировать WOL-запись " - -# File: src/www/services_wol_edit.php, line: 148 -msgid "Choose which interface this host is connected to." -msgstr "Выберите интерфейс, подключенный к этому хосту." - -# File: src/www/services_wol_edit.php, line: 155 -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "Введите MAC-адрес в формате «xx:xx:xx:xx:xx:xx»" - -# File: src/www/shortcuts.inc, line: 53 -# File: src/www/shortcuts.inc, line: 55 -msgid "Log entries for items on this page" -msgstr "Записи в журнале для объектов на этой странице" - -# File: src/www/status.php, line: 92 -msgid "This status page includes the following information" -msgstr "Эта страница статуса включает следующую информацию:" - -# File: src/www/status.php, line: 209 -msgid "" -"Note: make sure to remove any sensitive information (passwords, maybe also " -"IP addresses) before posting information from this page in public places " -"(like mailing lists)" -msgstr "" -"Примечание: обязательно удалите всю критичную информацию (пароли, IP-адреса) " -"перед тем как выкладывать информацию с этой страницы в публичный доступ " -"(например, списки рассылки)" - -# File: src/www/status.php, line: 212 -msgid "Passwords in config.xml have been automatically removed" -msgstr "Пароли в файле config.xml автоматически удалены" - -# File: src/www/status_dhcp_leases.php, line: 304 -# File: src/www/status_dhcpv6_leases.php, line: 384 -msgid "Failover Group" -msgstr "Группа аварийного переключения" - -# File: src/www/status_dhcp_leases.php, line: 305 -# File: src/www/status_dhcpv6_leases.php, line: 385 -msgid "My State" -msgstr "Состояние" - -# File: src/www/status_dhcp_leases.php, line: 306 -# File: src/www/status_dhcp_leases.php, line: 308 -# File: src/www/status_dhcpv6_leases.php, line: 386 -# File: src/www/status_dhcpv6_leases.php, line: 388 -msgid "Since" -msgstr "С" - -# File: src/www/status_dhcp_leases.php, line: 307 -# File: src/www/status_dhcpv6_leases.php, line: 387 -msgid "Peer State" -msgstr "Состояние узла" - -# File: src/www/status_dhcp_leases.php, line: 344 -# File: src/www/status_dhcpv6_leases.php, line: 425 -# File: src/www/status_dhcpv6_leases.php, line: 526 -msgid "End" -msgstr "Конец" - -# File: src/www/status_dhcp_leases.php, line: 346 -msgid "Lease type" -msgstr "Тип аренды" - -# File: src/www/status_dhcp_leases.php, line: 400 -msgid "send Wake on LAN packet to this MAC address" -msgstr "отправить пакет Wake on LAN на этот MAC-адрес" - -# File: src/www/status_dhcp_leases.php, line: 427 -msgid "add a static mapping for this MAC address" -msgstr "добавить статическое сопоставление для этого MAC-адреса" - -# File: src/www/status_dhcp_leases.php, line: 433 -msgid "add a Wake on LAN mapping for this MAC address" -msgstr "добавить Wake on LAN сопоставление для этого MAC-адреса" - -# File: src/www/status_dhcp_leases.php, line: 438 -msgid "delete this DHCP lease" -msgstr "удалить эту DHCP аренду" - -# File: src/www/status_dhcp_leases.php, line: 457 -# File: src/www/status_dhcpv6_leases.php, line: 587 -msgid "Show active and static leases only" -msgstr "Показать только активные и статические аренды" - -# File: src/www/status_dhcp_leases.php, line: 460 -# File: src/www/status_dhcpv6_leases.php, line: 590 -msgid "Show all configured leases" -msgstr "Показать все " - -# File: src/www/status_dhcp_leases.php, line: 464 -# File: src/www/status_dhcpv6_leases.php, line: 594 -msgid "No leases file found. Is the DHCP server active" -msgstr "Файл аренды не найден. DHCP сервер активен?" - -# File: src/www/status_dhcpv6_leases.php, line: 420 -# File: src/www/status_dhcpv6_leases.php, line: 523 -msgid "IAID" -msgstr "IAID" - -# File: src/www/status_dhcpv6_leases.php, line: 422 -msgid "Hostname/MAC" -msgstr "Имя хоста/MAC-адрес" - -# File: src/www/status_dhcpv6_leases.php, line: 426 -# File: src/www/status_gateway_groups.php, line: 94 -# File: src/www/status_gateways.php, line: 97 -# File: src/www/status_gateways.php, line: 101 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 61 -msgid "Online" -msgstr "Онлайн" - -# File: src/www/status_dhcpv6_leases.php, line: 427 -msgid "Lease Type" -msgstr "Тип аренды" - -# File: src/www/status_dhcpv6_leases.php, line: 522 -msgid "IPv6 Prefix" -msgstr "IPv6-префикс" - -# File: src/www/status_filter_reload.php, line: 73 -msgid "Reload Filter" -msgstr "Перезапуск фильтра" - -# File: src/www/status_filter_reload.php, line: 75 -msgid "Force Config Sync" -msgstr "Принудительная синхронизация файла конфигурации" - -# File: src/www/status_gateway_groups.php, line: 88 -# File: src/www/status_gateways.php, line: 91 -msgid "Warning, Packetloss" -msgstr "Предупреждение, потеря пакетов" - -# File: src/www/status_gateway_groups.php, line: 91 -# File: src/www/status_gateways.php, line: 94 -msgid "Warning, Latency" -msgstr "Предупреждение, задержка" - -# File: src/www/status_gateway_groups.php, line: 97 -msgid "Gathering data" -msgstr "Сбор данных" - -# File: src/www/status_gateway_groups.php, line: 102 -msgid "Tier %s" -msgstr "Ранг %s" - -# File: src/www/status_gateways.php, line: 55 -# File: src/www/widgets/widgets/gateways.widget.php, line: 46 -msgid "RTT" -msgstr "Время приема-передачи (RTT)" - -# File: src/www/status_gateways.php, line: 56 -# File: src/www/widgets/widgets/gateways.widget.php, line: 47 -msgid "Loss" -msgstr "Потеря" - -# File: src/www/status_gateways.php, line: 75 -# File: src/www/status_gateways.php, line: 78 -# File: src/www/status_gateways.php, line: 104 -# File: src/www/widgets/widgets/gateways.widget.php, line: 86 -# File: src/www/widgets/widgets/gateways.widget.php, line: 96 -msgid "Pending" -msgstr "Ожидание" - -# File: src/www/status_gateways.php, line: 85 -msgid "Offline (forced)" -msgstr "В автономном режиме (принудительно)" - -# File: src/www/status_gateways.php, line: 113 -msgid "Last check:" -msgstr "Последняя проверка:" - -# File: src/www/status_graph.php, line: 116 -msgid "Sort by" -msgstr "Сортировать по" - -# File: src/www/status_graph.php, line: 118 -msgid "Display" -msgstr "Отображать" - -# File: src/www/status_graph.php, line: 137 -msgid "Bw In" -msgstr "Вход Bw" - -# File: src/www/status_graph.php, line: 140 -msgid "Bw Out" -msgstr "Выход Bw" - -# File: src/www/status_graph.php, line: 147 -msgid "Local" -msgstr "Локальный" - -# File: src/www/status_graph.php, line: 158 -# File: src/www/system_authservers.php, line: 673 -msgid "Host Name" -msgstr "Имя хоста" - -# File: src/www/status_graph.php, line: 161 -msgid "FQDN" -msgstr "Полностью определенное имя домена (FQDN)" - -# File: src/www/status_graph.php, line: 191 -msgid "Host IP" -msgstr "IP-адрес хоста" - -# File: src/www/status_graph.php, line: 191 -msgid "Host Name or IP" -msgstr "Имя хоста или IP-адрес" - -# File: src/www/status_graph.php, line: 192 -msgid "Bandwidth In" -msgstr "Входящая пропускная способность" - -# File: src/www/status_graph.php, line: 193 -msgid "Bandwidth Out" -msgstr "Исходящая пропускная способность" - -# File: src/www/status_graph.php, line: 202 -msgid "" -"The %sAdobe SVG Viewer%s, Firefox 1.5 or later or other browser supporting " -"SVG is required to view the graph." -msgstr "" -"Для просмотра это графика требуется %sAdobe SVG Viewer%s, Firefox версии 1.5 " -"или выше или другой браузер с поддержкой SVG." - -# File: src/www/status_interfaces.php, line: 76 -msgid "interface" -msgstr "интерфейс" - -# File: src/www/status_interfaces.php, line: 94 -# File: src/www/status_interfaces.php, line: 108 -msgid "Release" -msgstr "Версия" - -# File: src/www/status_interfaces.php, line: 94 -# File: src/www/status_interfaces.php, line: 108 -msgid "Renew" -msgstr "Возобновить" - -# File: src/www/status_interfaces.php, line: 102 -msgid "DHCP6" -msgstr "DHCP6" - -# File: src/www/status_interfaces.php, line: 122 -# File: src/www/status_interfaces.php, line: 136 -# File: src/www/status_interfaces.php, line: 150 -# File: src/www/status_interfaces.php, line: 168 -msgid "Connect" -msgstr "Подключиться" - -# File: src/www/status_interfaces.php, line: 122 -# File: src/www/status_interfaces.php, line: 136 -# File: src/www/status_interfaces.php, line: 150 -# File: src/www/status_interfaces.php, line: 165 -msgid "Disconnect" -msgstr "Отключиться" - -# File: src/www/status_interfaces.php, line: 178 -msgid "Uptime " -msgstr "Время работы" - -# File: src/www/status_interfaces.php, line: 185 -msgid "Cell Signal (RSSI)" -msgstr "Сигнал сотовой связи (RSSI)" - -# File: src/www/status_interfaces.php, line: 192 -msgid "Cell Mode" -msgstr "Режим сотовой связи" - -# File: src/www/status_interfaces.php, line: 199 -msgid "Cell SIM State" -msgstr "Состояние ячейки для SIM" - -# File: src/www/status_interfaces.php, line: 206 -msgid "Cell Service" -msgstr "Служба ячеек" - -# File: src/www/status_interfaces.php, line: 213 -msgid "Cell Upstream" -msgstr "Ячеистый Восходящий Поток" - -# File: src/www/status_interfaces.php, line: 214 -# File: src/www/status_interfaces.php, line: 221 -# File: src/www/status_interfaces.php, line: 228 -# File: src/www/status_interfaces.php, line: 235 -msgid "kbit/s" -msgstr "кбит/с" - -# File: src/www/status_interfaces.php, line: 220 -msgid "Cell Downstream" -msgstr "Нисходящий Поток ячеек" - -# File: src/www/status_interfaces.php, line: 227 -msgid "Cell Current Up" -msgstr "Увеличение Тока ячейки" - -# File: src/www/status_interfaces.php, line: 234 -msgid "Cell Current Down" -msgstr "Даун Тока ячейки" - -# File: src/www/status_interfaces.php, line: 264 -msgid "Subnet mask IPv4" -msgstr "Маска подсети IPv4" - -# File: src/www/status_interfaces.php, line: 271 -msgid "Gateway IPv4" -msgstr "IPv4-адрес шлюза" - -# File: src/www/status_interfaces.php, line: 278 -msgid "IPv6 Link Local" -msgstr "Локальный IPv6-адрес канала" - -# File: src/www/status_interfaces.php, line: 292 -msgid "Subnet mask IPv6" -msgstr "Маска подсети IPv6" - -# File: src/www/status_interfaces.php, line: 299 -msgid "Gateway IPv6" -msgstr "IPv6-адрес шлюза" - -# File: src/www/status_interfaces.php, line: 306 -msgid "ISP DNS servers" -msgstr "DNS-серверы провайдера" - -# File: src/www/status_interfaces.php, line: 319 -msgid "Media" -msgstr "Медиа" - -# File: src/www/status_interfaces.php, line: 326 -msgid "LAGG Protocol" -msgstr "Протокол LAGG" - -# File: src/www/status_interfaces.php, line: 333 -msgid "LAGG Ports" -msgstr "Порты LAGG" - -# File: src/www/status_interfaces.php, line: 358 -# File: src/www/status_wireless.php, line: 98 -msgid "BSSID" -msgstr "BSSID" - -# File: src/www/status_interfaces.php, line: 372 -# File: src/www/status_wireless.php, line: 101 -# File: src/www/status_wireless.php, line: 153 -msgid "RSSI" -msgstr "RSSI" - -# File: src/www/status_interfaces.php, line: 378 -msgid "In/out packets" -msgstr "Входящие/исходящие пакеты" - -# File: src/www/status_interfaces.php, line: 384 -msgid "In/out packets (pass)" -msgstr "Входящие/исходящие пакеты (разрешить)" - -# File: src/www/status_interfaces.php, line: 390 -msgid "In/out packets (block)" -msgstr "Входящие/исходящие пакеты (блокировать)" - -# File: src/www/status_interfaces.php, line: 398 -msgid "In/out errors" -msgstr "Входящие/исходящие ошибки" - -# File: src/www/status_interfaces.php, line: 405 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 100 -msgid "Collisions" -msgstr "Коллизии" - -# File: src/www/status_interfaces.php, line: 413 -msgid "Bridge (%s)" -msgstr "Сетевой мост (%s)" - -# File: src/www/status_interfaces.php, line: 434 -msgid "Interrupts/Second" -msgstr "Прерываний в секунду" - -# File: src/www/status_interfaces.php, line: 437 -msgid "total" -msgstr "всего" - -# File: src/www/status_interfaces.php, line: 439 -msgid "rate" -msgstr "частота" - -# File: src/www/status_interfaces.php, line: 457 -msgid "" -"Using dial-on-demand will bring the connection up again if any packet " -"triggers it. To substantiate this point: disconnecting manually will %snot%s " -"prevent dial-on-demand from making connections to the outside! Don't use " -"dial-on-demand if you want to make sure that the line is kept disconnected." -msgstr "" -"Использование ими с запросом набора-запрошенный снова остановит связь, если " -"какой-либо пакет включит её. Чтобы обосновать эту точку (отсоединяясь " -"вручную, %snot%s предотвратит набор – требует от создания соединений с " -"поверхностью!), не используйте набор-запрошенный, если вы хотите убедиться, " -"что линия держится отключённой." - -# File: src/www/status_ntpd.php, line: 179 -msgid "Ref ID" -msgstr "Ref ID" - -# File: src/www/status_ntpd.php, line: 182 -msgid "When" -msgstr "Когда" - -# File: src/www/status_ntpd.php, line: 183 -msgid "Poll" -msgstr "Опрос" - -# File: src/www/status_ntpd.php, line: 184 -msgid "Reach" -msgstr "Охват" - -# File: src/www/status_ntpd.php, line: 185 -msgid "Delay" -msgstr "Задержка" - -# File: src/www/status_ntpd.php, line: 186 -msgid "Offset" -msgstr "Смещение" - -# File: src/www/status_ntpd.php, line: 187 -msgid "Jitter" -msgstr "Дрожание" - -# File: src/www/status_ntpd.php, line: 193 -msgid "" -"Statistics unavailable because ntpq and ntpdc queries are disabled in the " -"%sNTP service settings%s." -msgstr "" -"Статистика из-за отключения запросов ntpq и ntpdc в настройках службы %sNTP " -"недоступна%s." - -# File: src/www/status_ntpd.php, line: 197 -msgid "No peers found, %sis the ntp service running%s?" -msgstr "Никакие равные не нашли running%sis, %s ntp обслуживают его?" - -# File: src/www/status_ntpd.php, line: 244 -msgid "Clock Latitude" -msgstr "Широта часов" - -# File: src/www/status_ntpd.php, line: 245 -msgid "Clock Longitude" -msgstr "Долгота часов" - -# File: src/www/status_ntpd.php, line: 246 -msgid "Clock Altitude" -msgstr "Высота часов" - -# File: src/www/status_ntpd.php, line: 247 -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 161 -msgid "Satellites" -msgstr "Спутники" - -# File: src/www/status_openvpn.php, line: 130 -msgid "OpenVPN Status" -msgstr "Статус OpenVPN" - -# File: src/www/status_openvpn.php, line: 140 -msgid "Client connections" -msgstr "Подключения клиента" - -# File: src/www/status_openvpn.php, line: 144 -# File: src/www/status_openvpn.php, line: 193 -# File: src/www/system_camanager.php, line: 676 -# File: src/www/system_certmanager.php, line: 893 -# File: src/www/system_certmanager.php, line: 1071 -# File: src/www/vpn_openvpn_csc.php, line: 613 -msgid "Common Name" -msgstr "Стандартное имя" - -# File: src/www/status_openvpn.php, line: 145 -# File: src/www/status_openvpn.php, line: 194 -msgid "Real Address" -msgstr "Реальный адрес" - -# File: src/www/status_openvpn.php, line: 146 -msgid "Virtual Address" -msgstr "Виртуальный адрес" - -# File: src/www/status_openvpn.php, line: 147 -# File: src/www/status_openvpn.php, line: 232 -# File: src/www/status_openvpn.php, line: 268 -msgid "Connected Since" -msgstr "Подключен с" - -# File: src/www/status_openvpn.php, line: 148 -# File: src/www/status_openvpn.php, line: 233 -# File: src/www/status_openvpn.php, line: 271 -msgid "Bytes Sent" -msgstr "Отправлено байт" - -# File: src/www/status_openvpn.php, line: 149 -# File: src/www/status_openvpn.php, line: 234 -msgid "Bytes Received" -msgstr "Получено байт" - -# File: src/www/status_openvpn.php, line: 165 -msgid "Kill client connection from" -msgstr "Уничтожается клиентское соединение из" - -# File: src/www/status_openvpn.php, line: 184 -msgid "Show/Hide Routing Table" -msgstr "Показать/скрыть таблицу маршрутизации" - -# File: src/www/status_openvpn.php, line: 188 -msgid "Routing Table" -msgstr "Таблица маршрутизации" - -# File: src/www/status_openvpn.php, line: 195 -msgid "Target Network" -msgstr "Целевая сеть" - -# File: src/www/status_openvpn.php, line: 196 -msgid "Last Used" -msgstr "Последнее использование " - -# File: src/www/status_openvpn.php, line: 210 -msgid "" -"An IP address followed by C indicates a host currently connected through the " -"VPN." -msgstr "" -"Буква «C» после IP-адреса означает, что в данный момент хост подключен через " -"VPN." - -# File: src/www/status_openvpn.php, line: 225 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 186 -msgid "Peer to Peer Server Instance Statistics" -msgstr "Статистика экземпляра однорангового сервера" - -# File: src/www/status_openvpn.php, line: 230 -# File: src/www/status_openvpn.php, line: 270 -msgid "Remote Host" -msgstr "Удаленный хост" - -# File: src/www/status_openvpn.php, line: 231 -# File: src/www/status_openvpn.php, line: 269 -msgid "Virtual Addr" -msgstr "Виртуальный адрес" - -# File: src/www/status_openvpn.php, line: 263 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 239 -msgid "Client Instance Statistics" -msgstr "Статистика экземпляра клиента" - -# File: src/www/status_openvpn.php, line: 272 -msgid "Bytes Rcvd" -msgstr "Получено байт" - -# File: src/www/status_openvpn.php, line: 299 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 293 -msgid "No OpenVPN instance defined" -msgstr "Экземпляр OpenVPN не определен" - -# File: src/www/status_services.php, line: 129 -msgid "Could not start unknown service `%s'" -msgstr "Не удалось запустить неизвестную службу `%s'" - -# File: src/www/status_services.php, line: 132 -msgid "%s has been started." -msgstr "%s запущена." - -# File: src/www/status_services.php, line: 198 -msgid "Could not stop unknown service `%s'" -msgstr "Не удалось остановить неизвестную службу `%s'" - -# File: src/www/status_services.php, line: 201 -msgid "%s has been stopped." -msgstr "%s остановлена." - -# File: src/www/status_services.php, line: 267 -msgid "Could not restart unknown service `%s'" -msgstr "Не удалось перезапустить неизвестную службу `%s'" - -# File: src/www/status_services.php, line: 270 -msgid "%s has been restarted." -msgstr "%s перезапущена." - -# File: src/www/status_services.php, line: 317 -# File: src/www/widgets/widgets/services_status.widget.php, line: 87 -msgid "No services found" -msgstr "Службы не найдены" - -# File: src/www/status_upnp.php, line: 37 -msgid "Rules have been cleared and the daemon restarted" -msgstr "Правила были стерты, и демон перезапущен" - -# File: src/www/status_upnp.php, line: 69 -msgid "UPnP is currently disabled." -msgstr "UPnP отключен." - -# File: src/www/status_upnp.php, line: 81 -msgid "Int. Port" -msgstr "Порт целого числа" - -# File: src/www/status_upnp.php, line: 114 -msgid "all currently connected sessions" -msgstr "все подключенные в данный момент сессии" - -# File: src/www/status_wireless.php, line: 39 -msgid "" -"Rescan has been initiated in the background. Refresh this page in 10 seconds " -"to see the results." -msgstr "" -"Повторное сканирование было запущено в фоновом режиме. Обновите эту страницу " -"через 10, чтобы увидеть результаты." - -# File: src/www/status_wireless.php, line: 91 -msgid "Nearby access points or ad-hoc peers" -msgstr "Ближайшие точки доступа или узлы одноранговой сети" - -# File: src/www/status_wireless.php, line: 99 -# File: src/www/status_wireless.php, line: 151 -msgid "CHAN" -msgstr "CHAN" - -# File: src/www/status_wireless.php, line: 100 -# File: src/www/status_wireless.php, line: 152 -msgid "RATE" -msgstr "RATE" - -# File: src/www/status_wireless.php, line: 102 -msgid "INT" -msgstr "INT" - -# File: src/www/status_wireless.php, line: 103 -# File: src/www/status_wireless.php, line: 157 -msgid "CAPS" -msgstr "CAPS" - -# File: src/www/status_wireless.php, line: 144 -msgid "Associated or ad-hoc peers" -msgstr "Ассоциированные или одноранговые узлы" - -# File: src/www/status_wireless.php, line: 149 -msgid "ADDR" -msgstr "ADDR" - -# File: src/www/status_wireless.php, line: 150 -msgid "AID" -msgstr "AID" - -# File: src/www/status_wireless.php, line: 154 -msgid "IDLE" -msgstr "IDLE" - -# File: src/www/status_wireless.php, line: 155 -msgid "TXSEQ" -msgstr "TXSEQ" - -# File: src/www/status_wireless.php, line: 156 -msgid "RXSEQ" -msgstr "RXSEQ" - -# File: src/www/status_wireless.php, line: 158 -msgid "ERP" -msgstr "ERP" - -# File: src/www/status_wireless.php, line: 190 -msgid "Rescan" -msgstr "Повторное сканирование" - -# File: src/www/status_wireless.php, line: 196 -msgid "A = authorized, E = Extended Rate (802.11g), P = Power save mode" -msgstr "" -"Официальный, E-Расширенный Показатель (802.11г), энергосберегающий режим P" - -# File: src/www/status_wireless.php, line: 196 -msgid "Flags:" -msgstr "Флажки:" - -# File: src/www/status_wireless.php, line: 197 -msgid "Capabilities:" -msgstr "Функции:" - -# File: src/www/status_wireless.php, line: 197 -msgid "" -"E = ESS (infrastructure mode), I = IBSS (ad-hoc mode), P = privacy (WEP/TKIP/" -"AES), S = Short preamble, s = Short slot time" -msgstr "" -"E = ESS (режим инфраструктуры), I = IBSS (режим одноранговой сети), P = " -"защита сети от несанкционированного доступа (WEP/TKIP/AES), S = служебная " -"информация добавляемая в начало кадра, s = время ожидания после коллизии для " -"повторно передачи" - -# File: src/www/system_advanced_admin.php, line: 67 -msgid "You must specify a valid webConfigurator port number" -msgstr "Вы должны указать допустимый номер порта Web-конфигуратора" - -# File: src/www/system_advanced_admin.php, line: 75 -msgid "Alternate hostname %s is not a valid hostname." -msgstr "Альтернативное имя %s не является действительным именем хоста." - -# File: src/www/system_advanced_admin.php, line: 238 -msgid "One moment...redirecting to %s in 20 seconds." -msgstr "Подождите… вы будете перенаправлены на %s через 20 секунд." - -# File: src/www/system_advanced_admin.php, line: 252 -msgid "Secure Shell configuration has changed. Applying now..." -msgstr "Конфигурация SSH изменена. Применение…" - -# File: src/www/system_advanced_admin.php, line: 257 -msgid "webConfigurator configuration has changed. Applying now..." -msgstr "Конфигурация Web-конфигуратора изменена. Применение…" - -# File: src/www/system_advanced_admin.php, line: 324 -# File: src/www/system_certmanager.php, line: 1256 -msgid "webConfigurator" -msgstr "Web-конфигуратор" - -# File: src/www/system_advanced_admin.php, line: 342 -msgid "No Certificates have been defined. You must" -msgstr "Сертификаты не определены. Вы должны" - -# File: src/www/system_advanced_admin.php, line: 343 -msgid "Create or Import" -msgstr "создать или импортировать" - -# File: src/www/system_advanced_admin.php, line: 344 -msgid "a Certificate before SSL can be enabled." -msgstr "сертификат перед включением SSL." - -# File: src/www/system_advanced_admin.php, line: 350 -msgid "SSL Certificate" -msgstr "Сертификат SSL" - -# File: src/www/system_advanced_admin.php, line: 363 -msgid "" -"The %sSSL certificate manager%s can be used to create or import certificates " -"if required." -msgstr "" -"С помощью менеджера%s сертификатов %sSSL можно создавать или импортировать " -"сертификаты." - -# File: src/www/system_advanced_admin.php, line: 371 -msgid "TCP port" -msgstr "Порт TCP" - -# File: src/www/system_advanced_admin.php, line: 375 -msgid "" -"Enter a custom port number for the webConfigurator above if you want to " -"override the default (80 for HTTP, 443 for HTTPS). Changes will take effect " -"immediately after save." -msgstr "" -"Введите номер порта для Web-конфигуратора выше, если хотите переопределить " -"значение по умолчанию (80 для HTTP, 443 для HTTPS). Изменения вступят в силу " -"сразу же после сохранения." - -# File: src/www/system_advanced_admin.php, line: 382 -msgid "WebGUI redirect" -msgstr "WebGUI переадресация" - -# File: src/www/system_advanced_admin.php, line: 385 -msgid "Disable webConfigurator redirect rule" -msgstr "Отключить правило переадресации Web-конфигуратора" - -# File: src/www/system_advanced_admin.php, line: 387 -msgid "" -"When this is unchecked, access to the webConfigurator is always permitted " -"even on port 80, regardless of the listening port configured. Check this box " -"to disable this automatically added redirect rule. " -msgstr "" -"Если этот флажок не установлен, доступ к Web-конфигуратору разрешается даже " -"на порту номер 80, независимо от настроенного порта прослушивания. " -"Установите этот флажок, чтобы отключить это автоматически добавленное " -"правило переадресации." - -# File: src/www/system_advanced_admin.php, line: 395 -msgid "WebGUI Login Autocomplete" -msgstr "WebGUI автозаполнение учетных данных" - -# File: src/www/system_advanced_admin.php, line: 398 -msgid "Enable webConfigurator login autocomplete" -msgstr "Включить автозаполнение учетных данных для Web-конфигуратора" - -# File: src/www/system_advanced_admin.php, line: 400 -msgid "" -"When this is checked, login credentials for the webConfigurator may be saved " -"by the browser. While convenient, some security standards require this to be " -"disabled. Check this box to enable autocomplete on the login form so that " -"browsers will prompt to save credentials (NOTE: Some browsers do not respect " -"this option). " -msgstr "" -"Если этот флажок установлен, учетные данные для Web-конфигуратора могут быть " -"сохранены в браузере. Хотя это и удобно, некоторые стандарты безопасности " -"требуют, чтобы эта функция была отключена. Если автозаполнение формы входа " -"включено, браузеры будут предлагать сохранить учетные данные (ПРИМЕЧАНИЕ: " -"некоторые браузеры не учитывают этот параметр)." - -# File: src/www/system_advanced_admin.php, line: 407 -msgid "WebGUI login messages" -msgstr "WebGUI автозаполнение учетных данных" - -# File: src/www/system_advanced_admin.php, line: 410 -msgid "Disable logging of webConfigurator successful logins" -msgstr "Отключить журналирование успешных входов в Web-конфигуратор" - -# File: src/www/system_advanced_admin.php, line: 412 -msgid "" -"When this is checked, successful logins to the webConfigurator will not be " -"logged." -msgstr "" -"Если установлен флажок, успешные входы в Web-конфигуратор не будут " -"журналироваться." - -# File: src/www/system_advanced_admin.php, line: 418 -msgid "Anti-lockout" -msgstr "Антиблокировка" - -# File: src/www/system_advanced_admin.php, line: 421 -msgid "Disable webConfigurator anti-lockout rule" -msgstr "Отключить правило антиблокировки Web-конфигуратора" - -# File: src/www/system_advanced_admin.php, line: 423 -msgid "" -"When this is unchecked, access to the webConfigurator on the %s interface is " -"always permitted, regardless of the user-defined firewall rule set. Check " -"this box to disable this automatically added rule, so access to the " -"webConfigurator is controlled by the user-defined firewall rules (ensure you " -"have a firewall rule in place that allows you in, or you will lock yourself " -"out!)" -msgstr "" -"Если этот флажок не установлен, доступ к Web-конфигуратору на %s интерфейсе " -"всегда разрешается, независимо от заданного пользователем набора правил " -"межсетевого экрана. Установите этот флажок, чтобы отключить это " -"автоматически добавленное правило, тогда доступ к Web-конфигуратору будет " -"контролироваться пользовательскими правилами межсетевого экрана (убедитесь, " -"что у вас есть правило межсетевого экрана, которое позволяет вам войти, или " -"вы заблокируете себя!)" - -# File: src/www/system_advanced_admin.php, line: 429 -msgid "" -"Hint: the "Set interface(s) IP address" option in the console menu " -"resets this setting as well." -msgstr "" -"Подсказка: параметр "Установить IP-адрес интерфейса" в меню " -"консоли также сбрасывает эти настройки." - -# File: src/www/system_advanced_admin.php, line: 434 -msgid "DNS Rebind Check" -msgstr "DNS повторно Связывается Проверка" - -# File: src/www/system_advanced_admin.php, line: 437 -msgid "Disable DNS Rebinding Checks" -msgstr "Отключите Проверки Повторного Связывания DNS" - -# File: src/www/system_advanced_admin.php, line: 439 -msgid "" -"When this is unchecked, your system is protected against DNS Rebinding attacks. This blocks " -"private IP responses from your configured DNS servers. Check this box to " -"disable this protection if it interferes with webConfigurator access or name " -"resolution in your environment. " -msgstr "" -"Когда это отменяется, ваша система защищается от DNS Rebinding Attcks. Это блокирует " -"ответы закрытому IP от ваших сконфигурированных DNS-серверов. Проверьте это " -"окно, чтобы отключить эту защиту, если оно мешает доступу webConfigurator " -"или разрешению имени в вашей среде." - -# File: src/www/system_advanced_admin.php, line: 447 -msgid "Alternate Hostnames" -msgstr "Альтернативные имена хостов" - -# File: src/www/system_advanced_admin.php, line: 450 -msgid "Alternate Hostnames for DNS Rebinding and HTTP_REFERER Checks" -msgstr "Альтернативные имена хостов для " - -# File: src/www/system_advanced_admin.php, line: 452 -msgid "" -"Here you can specify alternate hostnames by which the router may be queried, " -"to bypass the DNS Rebinding Attack checks. Separate hostnames with spaces." -msgstr "" -"Здесь вы можете указать альтернативные хост-имена, с помощью которых " -"маршрутизатор может быть запрошен, чтобы обойти проверки Атаки Повторного " -"Связывания DNS. Разделяйте хост-имена с помощью пробелов." - -# File: src/www/system_advanced_admin.php, line: 458 -msgid "HTTP_REFERER enforcement" -msgstr "Обеспечение соблюдения HTTP_REFERER" - -# File: src/www/system_advanced_admin.php, line: 461 -msgid "Disable HTTP_REFERER enforcement check" -msgstr "Отключите проверку обеспечения соблюдения HTTP_REFERER" - -# File: src/www/system_advanced_admin.php, line: 463 -msgid "" -"When this is unchecked, access to the webConfigurator is protected against " -"HTTP_REFERER redirection attempts. Check this box to disable this protection " -"if you find that it interferes with webConfigurator access in certain corner " -"cases such as using external scripts to interact with this system. More " -"information on HTTP_REFERER is available from Wikipedia." -msgstr "" -"Когда это отменяется, доступ к webConfigurator защищается от попыток " -"перенаправления HTTP_REFERER. Проверьте это окно, чтобы отключить эту " -"защиту, если вы обнаружите, что оно препятствует доступу webConfigurator в " -"некоторых угловых случаях, таких как использование внешних сценариев, чтобы " -"взаимодействовать с этой системой. Дополнительная информация по HTTP_REFERER " -"есть доступным из Википедии." - -# File: src/www/system_advanced_admin.php, line: 471 -msgid "Enable XDebug" -msgstr "Включите XDebug" - -# File: src/www/system_advanced_admin.php, line: 474 -msgid "" -"Enable debugger / profiler (developer mode, do not enable in production " -"environment)" -msgstr "" -"Запустите отладчик/профилировщик (моды на разработчика), не включайте в " -"среде создания" - -# File: src/www/system_advanced_admin.php, line: 476 -msgid "" -"When this is checked, php XDebug will be enabled and profiling output can be " -"analysed using webgrind which will be available at [this-url]/webgrind/" -msgstr "" -"Когда это будет проверено, будет включён php XDebug, и выходные данные " -"профилирования могут быть проанализированы, используя уэбграйнд, который " -"будет доступным по [этому-URL]/в уэбграйнде/" - -# File: src/www/system_advanced_admin.php, line: 478 -msgid "" -"For more information about XDebug profiling and how to enable it for your " -"requests, please visit http://www.xdebug.org/docs/" -"all_settings#profiler_enable_trigger" -msgstr "" -"За дополнительной информацией о профилировании XDebug и том, как включить " -"его для ваших запросов, пожалуйста, посетите http://www.xdebug.org/docs/" -"all_settings#profiler_enable_trigger" - -# File: src/www/system_advanced_admin.php, line: 483 -msgid "Secure Shell" -msgstr "Безопасная Оболочка" - -# File: src/www/system_advanced_admin.php, line: 486 -msgid "Secure Shell Server" -msgstr "Демон SSH" - -# File: src/www/system_advanced_admin.php, line: 489 -msgid "Enable Secure Shell" -msgstr "Включите Безопасный Шелл" - -# File: src/www/system_advanced_admin.php, line: 493 -msgid "Root Login" -msgstr "Вход суперпользователей в учётную запись" - -# File: src/www/system_advanced_admin.php, line: 496 -msgid "Permit root user login" -msgstr "Разрешите вход суперпользователей в учётную запись" - -# File: src/www/system_advanced_admin.php, line: 499 -msgid "" -"Root login is generally discouraged. It is advised to log in via another " -"user and switch to root afterwards." -msgstr "" -"Входу суперпользователей в учётную запись в целом воспрепятствовали. Им " -"посоветовали залогиниться через другого пользователя и переключиться на " -"суперпользователя позже." - -# File: src/www/system_advanced_admin.php, line: 506 -msgid "Authentication Method" -msgstr "Метод аутентификации" - -# File: src/www/system_advanced_admin.php, line: 509 -msgid "Permit password login" -msgstr "Разрешите парольный вход в учётную запись" - -# File: src/www/system_advanced_admin.php, line: 511 -msgid "When disabled, authorized keys need to be configured for each" -msgstr "" -"При отключении авторизованным ключам нужно быть сконфигурированными для " -"всякого" - -# File: src/www/system_advanced_admin.php, line: 512 -msgid "user" -msgstr "пользователя" - -# File: src/www/system_advanced_admin.php, line: 513 -msgid "that has been granted secure shell access." -msgstr "Ему был предоставлен доступ к безопасному шеллу." - -# File: src/www/system_advanced_admin.php, line: 518 -msgid "SSH port" -msgstr "Порт SSH" - -# File: src/www/system_advanced_admin.php, line: 522 -msgid "Leave this blank for the default of 22." -msgstr "Оставьте поле пустым, чтобы использовать порт по умолчанию (22)." - -# File: src/www/system_advanced_admin.php, line: 527 -msgid "Serial Communications" -msgstr "Последовательная Связь" - -# File: src/www/system_advanced_admin.php, line: 530 -msgid "Serial Terminal" -msgstr "Последовательный Терминал" - -# File: src/www/system_advanced_admin.php, line: 533 -msgid "" -"Enables the first serial port with 115200/8/N/1 by default, or another speed " -"selectable below." -msgstr "" -"Включает первый последовательный порт 115200/8/N/1 по умолчанию или другой " -"выбираемой скоростью ниже." - -# File: src/www/system_advanced_admin.php, line: 535 -msgid "" -"Note: This will redirect the console output and messages to the serial " -"port. You can still access the console menu from the internal video card/" -"keyboard. A null modem serial cable or adapter is required to use the " -"serial console." -msgstr "" -"Примечание: это перенаправит консольные выходные данные и сообщения в " -"последовательный порт. Вы всё еще можете иметь доступ к меню консоли из " -"видеокарты внутренних компонентов/клавиатуры. Безмодемный/<нулевого " -"последовательный кабель или адаптер требуется, чтобы использовать " -"последовательную консоль." - -# File: src/www/system_advanced_admin.php, line: 540 -msgid "Serial Speed" -msgstr "Серийная Скорость" - -# File: src/www/system_advanced_admin.php, line: 549 -msgid "bps" -msgstr "бит/с" - -# File: src/www/system_advanced_admin.php, line: 551 -msgid "Allows selection of different speeds for the serial console port." -msgstr "" -"Допускает выбор различных скоростей для последовательного порта консоли." - -# File: src/www/system_advanced_admin.php, line: 556 -msgid "Primary Console" -msgstr "Главная консоль" - -# File: src/www/system_advanced_admin.php, line: 560 -msgid "Serial Console" -msgstr "Последовательная консоль" - -# File: src/www/system_advanced_admin.php, line: 563 -msgid "VGA Console" -msgstr "Консоль VGA" - -# File: src/www/system_advanced_admin.php, line: 567 -msgid "" -"Select the preferred console if multiple consoles are present. The preferred " -"console will show OPNsense boot script output. All consoles display OS boot " -"messages, console messages, and the console menu." -msgstr "" -"Выберите предпочтённую консоль, если многочисленные консоли присутствуют. " -"Предпочтённая консоль покажет вывод скриптов загрузки OPNsense. Все консоли " -"отображают сообщения о загрузке OS, сообщения о консолях и меню консоли." - -# File: src/www/system_advanced_admin.php, line: 572 -msgid "Console Options" -msgstr "Параметры консоли" - -# File: src/www/system_advanced_admin.php, line: 575 -msgid "Console menu" -msgstr "Меню консоли" - -# File: src/www/system_advanced_admin.php, line: 578 -msgid "Password protect the console menu" -msgstr "пароль изменен в меню консоли" - -# File: src/www/system_advanced_admin.php, line: 580 -msgid "Changes to this option will take effect after a reboot." -msgstr "Изменения этой опции вступят в силу после перезагрузки." - -# File: src/www/system_advanced_firewall.php, line: 79 -msgid "The Firewall Adaptive values must be set together." -msgstr "Адаптивные Значения Брандмауэра должны быть установлены вместе." - -# File: src/www/system_advanced_firewall.php, line: 82 -msgid "The Firewall Adaptive Start value must be an integer." -msgstr "Значение тайм-аута бездействия должно быть целым числом." - -# File: src/www/system_advanced_firewall.php, line: 85 -msgid "The Firewall Adaptive End value must be an integer." -msgstr "Значение тайм-аута бездействия должно быть целым числом." - -# File: src/www/system_advanced_firewall.php, line: 88 -msgid "The Firewall Maximum States value must be an integer." -msgstr "Значение тайм-аута бездействия должно быть целым числом." - -# File: src/www/system_advanced_firewall.php, line: 91 -msgid "The Aliases Hostname Resolve Interval value must be an integer." -msgstr "Значение Интервала Решимости Хост-Имени Псевдонимы должно быть целым." - -# File: src/www/system_advanced_firewall.php, line: 94 -msgid "The Firewall Maximum Table Entries value must be an integer." -msgstr "Значение тайм-аута бездействия должно быть целым числом." - -# File: src/www/system_advanced_firewall.php, line: 97 -msgid "The Reflection timeout must be an integer." -msgstr "Значение тайм-аута бездействия должно быть целым числом." - -# File: src/www/system_advanced_firewall.php, line: 254 -msgid "Firewall Advanced" -msgstr "Брандмауэр Продвинулся" - -# File: src/www/system_advanced_firewall.php, line: 261 -msgid "IP Do-Not-Fragment" -msgstr "IP Do Не Фрагмент" - -# File: src/www/system_advanced_firewall.php, line: 265 -msgid "Clear invalid DF bits instead of dropping the packets" -msgstr "" -"Разрешите недопустимому DF биты вместо того, чтобы перетаскивать пакеты" - -# File: src/www/system_advanced_firewall.php, line: 266 -msgid "" -"This allows for communications with hosts that generate fragmented packets " -"with the don't fragment (DF) bit set. Linux NFS is known to do this. This " -"will cause the filter to not drop such packets but instead clear the don't " -"fragment bit." -msgstr "" -"Это делает возможным соединение с хостами, которые генерируют " -"фрагментированные пакеты с помощью набора бит (DF) во фрагменты дона t. NFS " -"Linux известен, чтобы сделать это. Это заставит фильтр не удалять такие " -"пакеты, но вместо этого очистить бит фрагментов дона t." - -# File: src/www/system_advanced_firewall.php, line: 274 -msgid "IP Random id" -msgstr "IP Случайный ID" - -# File: src/www/system_advanced_firewall.php, line: 278 -msgid "" -"Insert a stronger id into IP header of packets passing through the filter." -msgstr "" -"Вставьте более сильный ID в заголовок IP пакетов, передающих посредством " -"фильтра." - -# File: src/www/system_advanced_firewall.php, line: 279 -msgid "" -"Replaces the IP identification field of packets with random values to " -"compensate for operating systems that use predictable values. This option " -"only applies to packets that are not fragmented after the optional packet " -"reassembly." -msgstr "" -"Заменяет поле IP идентифицирования пакетов случайными значениями, чтобы " -"компенсировать операционные системы, которые используют прогнозируемые " -"значения. Эта опция только применяется к пакетам, которые не фрагментированы " -"после повторной сборки опциональных пакетов." - -# File: src/www/system_advanced_firewall.php, line: 287 -msgid "Firewall Optimization" -msgstr "Оптимизация правил межсетевого экрана" - -# File: src/www/system_advanced_firewall.php, line: 291 -# File: src/www/system_advanced_firewall.php, line: 307 -msgid "normal" -msgstr "нормальная" - -# File: src/www/system_advanced_firewall.php, line: 294 -# File: src/www/system_advanced_firewall.php, line: 311 -msgid "high-latency" -msgstr "большая задержка" - -# File: src/www/system_advanced_firewall.php, line: 297 -# File: src/www/system_advanced_firewall.php, line: 315 -msgid "aggressive" -msgstr "агрессивный" - -# File: src/www/system_advanced_firewall.php, line: 300 -# File: src/www/system_advanced_firewall.php, line: 319 -msgid "conservative" -msgstr "консервативный" - -# File: src/www/system_advanced_firewall.php, line: 304 -msgid "Select the type of state table optimization to use" -msgstr "Выберите тип оптимизации таблицы состояний для использования" - -# File: src/www/system_advanced_firewall.php, line: 308 -msgid "as the name says, it is the normal optimization algorithm" -msgstr "Как имя говорит, он является нормальным алгоритмом оптимизации" - -# File: src/www/system_advanced_firewall.php, line: 312 -msgid "" -"used for high latency links, such as satellite links. Expires idle " -"connections later than default" -msgstr "" -"Оно использовалось для линий большого затора, таких как спутниковые каналы. " -"Истекает через праздный подключений вдобавок к неявке в суд" - -# File: src/www/system_advanced_firewall.php, line: 316 -msgid "" -"expires idle connections quicker. More efficient use of CPU and memory but " -"can drop legitimate idle connections" -msgstr "" -"Выдыхает на простаивающее соединение быстрее. Более эффективное " -"использование ЦП и памяти может только удалить обоснованное простаивающее " -"соединение" - -# File: src/www/system_advanced_firewall.php, line: 320 -msgid "" -"tries to avoid dropping any legitimate idle connections at the expense of " -"increased memory usage and CPU utilization." -msgstr "" -"Попытки избежать удаления любого обоснованного простаивающего соединения за " -"счёт увеличенного использования памяти и использования ЦП." - -# File: src/www/system_advanced_firewall.php, line: 328 -msgid "Disable Firewall" -msgstr "Отключить межсетевой экран" - -# File: src/www/system_advanced_firewall.php, line: 332 -msgid "Disable all packet filtering." -msgstr "Отключить фильтрацию пакетов." - -# File: src/www/system_advanced_firewall.php, line: 333 -msgid "Warning: This converts %s into a routing only platform!" -msgstr "Предупреждение: " - -# File: src/www/system_advanced_firewall.php, line: 334 -msgid "Warning: This will also turn off NAT!" -msgstr "Предупреждение: NAT также будет выключен!" - -# File: src/www/system_advanced_firewall.php, line: 336 -msgid "" -"If you only want to disable NAT, and not firewall rules, visit the " -"%sOutbound NAT%s page." -msgstr "" -"Если вы хотите отключить только NAT, но не правила межсетевого экрана, " -"посетите страницу «%sOutbound NAT%s»" - -# File: src/www/system_advanced_firewall.php, line: 343 -msgid "Disable Firewall Scrub" -msgstr "Отключить нормализацию пакетов межсетевым экраном" - -# File: src/www/system_advanced_firewall.php, line: 347 -msgid "" -"Disables the PF scrubbing option which can sometimes interfere with NFS and " -"PPTP traffic." -msgstr "" -"Отключает нормализацию пакетов межсетевым экраном PF, которая иногда " -"препятствует NFS и PPTP трафику." - -# File: src/www/system_advanced_firewall.php, line: 352 -msgid "Firewall Adaptive Timeouts" -msgstr "Адаптивные Тайм-ауты брандмауэра" - -# File: src/www/system_advanced_firewall.php, line: 357 -# File: src/www/system_advanced_firewall.php, line: 375 -msgid "start" -msgstr "начало" - -# File: src/www/system_advanced_firewall.php, line: 358 -# File: src/www/system_advanced_firewall.php, line: 377 -msgid "end" -msgstr "конец" - -# File: src/www/system_advanced_firewall.php, line: 373 -msgid "" -"Timeouts for states can be scaled adaptively as the number of state table " -"entries grows." -msgstr "" -"Тайм-ауты для состояний могут адаптивно быть масштабированы, в то время как " -"число записей таблицы состояний увеличивается." - -# File: src/www/system_advanced_firewall.php, line: 376 -msgid "" -"When the number of state entries exceeds this value, adaptive scaling " -"begins. All timeout values are scaled linearly with factor (adaptive.end - " -"number of states) / (adaptive.end - adaptive.start)." -msgstr "" -"Когда количество записей состояния превышает это значение, адаптивное " -"масштабирование начинается. Все значения тайм-аута масштабированы линейно с " -"помощью коэффициента (адаптивен.Конец – число состояний) / ( – адаптивен." -"Завершает (адаптивность).Начните)." - -# File: src/www/system_advanced_firewall.php, line: 378 -msgid "" -"When reaching this number of state entries, all timeout values become zero, " -"effectively purging all state entries immediately. This value is used to " -"define the scale factor, it should not actually be reached (set a lower " -"state limit, see below)." -msgstr "" -"Когда они достигают этого количества записей состояния, все значения тайм-" -"аута становятся нулевыми все записи состояния фактически очистительными на " -"значения немедленно. Это значение используется для определения масштабному " -"коэффициенту, что оно не на самом деле должно быть достигнуто (задайте " -"нижний предел состояния, см. ниже)." - -# File: src/www/system_advanced_firewall.php, line: 380 -msgid "Note: Leave this blank for the default(0)." -msgstr "" -"Примечание: оставьте поле пустым, чтобы использовать значение по умолчанию " -"(0)." - -# File: src/www/system_advanced_firewall.php, line: 385 -msgid "Firewall Maximum States" -msgstr "Максимальное количество состояний межсетевого экрана" - -# File: src/www/system_advanced_firewall.php, line: 389 -msgid "Maximum number of connections to hold in the firewall state table." -msgstr "" -"Максимальное количество соединений, которые будут храниться в таблице " -"состояний межсетевого экрана." - -# File: src/www/system_advanced_firewall.php, line: 391 -msgid "" -"Note: Leave this blank for the default. On your system the default size is:" -msgstr "" -"Примечание: оставьте поле пустым, чтобы использовать значение по умолчанию. " -"В вашей системе размер по умолчанию:" - -# File: src/www/system_advanced_firewall.php, line: 396 -msgid "Firewall Maximum Table Entries" -msgstr "Максимальное количество записей в таблице" - -# File: src/www/system_advanced_firewall.php, line: 400 -msgid "" -"Maximum number of table entries for systems such as aliases, sshlockout, " -"snort, etc, combined." -msgstr "" -"Максимальное количество записей в таблице, таких как aliases, sshlockout, " -"snort и т. д." - -# File: src/www/system_advanced_firewall.php, line: 402 -msgid "Note: Leave this blank for the default." -msgstr "" -"Примечание: оставьте поле пустым, чтобы использовать значение по умолчанию." - -# File: src/www/system_advanced_firewall.php, line: 405 -msgid "On your system the default size is:" -msgstr "В вашей системе размер по умолчанию:" - -# File: src/www/system_advanced_firewall.php, line: 412 -msgid "Static route filtering" -msgstr "Фильтрация статических маршрутов" - -# File: src/www/system_advanced_firewall.php, line: 416 -msgid "Bypass firewall rules for traffic on the same interface" -msgstr "Правила обхода межсетевого экрана для трафика на одном интерфейсе" - -# File: src/www/system_advanced_firewall.php, line: 418 -msgid "" -"This option only applies if you have defined one or more static routes. If " -"it is enabled, traffic that enters and leaves through the same interface " -"will not be checked by the firewall. This may be desirable in some " -"situations where multiple subnets are connected to the same interface." -msgstr "" -"Этот параметр применяется, только если вы определили один или несколько " -"статических маршрутов. Если параметр включен, трафик, который входит и " -"выходит через один интерфейс не будет проверяться межсетевым экраном. Это " -"может быть целесообразно в ситуациях, когда несколько подсетей подключены к " -"одному интерфейсу." - -# File: src/www/system_advanced_firewall.php, line: 425 -msgid "Disable Auto-added VPN rules" -msgstr "Отключить автоматически добавленные правила VPN" - -# File: src/www/system_advanced_firewall.php, line: 429 -msgid "Disable all auto-added VPN rules." -msgstr "Отключить все автоматически добавленные правила VPN." - -# File: src/www/system_advanced_firewall.php, line: 431 -msgid "Note: This disables automatically added rules for IPsec, PPTP." -msgstr "" -"Примечание: этот параметр отключает автоматически добавленные правила для " -"IPsec, PPTP." - -# File: src/www/system_advanced_firewall.php, line: 436 -msgid "Disable reply-to" -msgstr "Отключается ответ к" - -# File: src/www/system_advanced_firewall.php, line: 440 -msgid "Disable reply-to on WAN rules" -msgstr "Помешайте ответу-в WAN-правила" - -# File: src/www/system_advanced_firewall.php, line: 442 -msgid "" -"With Multi-WAN you generally want to ensure traffic leaves the same " -"interface it arrives on, hence reply-to is added automatically by default. " -"When using bridging, you must disable this behavior if the WAN gateway IP is " -"different from the gateway IP of the hosts behind the bridged interface." -msgstr "" -"С Множественной WAN вам вообще требуется гарантировать, что трафик будет " -"оставлять таким же интерфейс, куда она приходит, следовательно, отвечает- " -"автоматическое добавление по умолчанию. Когда вы используете соединение " -"мостом, вы должны отключить это поведение, если шлюз WAN IP отличается от " -"шлюзового IP хостов за интерфейсом возведения моста." - -# File: src/www/system_advanced_firewall.php, line: 448 -msgid "Disable Negate rules" -msgstr "Отключить это правило" - -# File: src/www/system_advanced_firewall.php, line: 452 -msgid "Disable Negate rule on policy routing rules" -msgstr "Отключите правило Негейт на правилах маршрутизации правил" - -# File: src/www/system_advanced_firewall.php, line: 454 -msgid "" -"With Multi-WAN you generally want to ensure traffic reaches directly " -"connected networks and VPN networks when using policy routing. You can " -"disable this for special purposes but it requires manually creating rules " -"for these networks" -msgstr "" -"С Множественной WAN вам вообще требуется убедиться, что трафик прибывает в " -"напрямую подключённые сети и сети VPN, когда вы используете маршрутизацию " -"правил. Вы можете отключить это для особых целей, но она требует создания " -"правил вручную для этих сетей" - -# File: src/www/system_advanced_firewall.php, line: 459 -msgid "Aliases Resolve Interval" -msgstr "Псевдонимы Разрешают Интервал" - -# File: src/www/system_advanced_firewall.php, line: 463 -msgid "" -"Interval, in seconds, that will be used to resolve hostnames configured on " -"aliases." -msgstr "" -"Интервал, секунды, который будет использоваться для разрешения хост-имён, " -"сконфигурированных на псевдонимах." - -# File: src/www/system_advanced_firewall.php, line: 465 -msgid "Note: Leave this blank for the default (300s)." -msgstr "" -"Примечание: оставьте поле пустым, чтобы использовать значение по умолчанию " -"(300 с)." - -# File: src/www/system_advanced_firewall.php, line: 470 -msgid "Check certificate of aliases URLs" -msgstr "Сертификат псевдонимных URL о проверке" - -# File: src/www/system_advanced_firewall.php, line: 474 -msgid "Verify HTTPS certificates when downloading alias URLs" -msgstr "Проверьте HTTPS-сертификаты при загрузке псевдонимных URL" - -# File: src/www/system_advanced_firewall.php, line: 476 -msgid "" -"Make sure the certificate is valid for all HTTPS addresses on aliases. If " -"it's not valid or is revoked, do not download it." -msgstr "" -"Убедитесь, что сертификат действителен для всех адресов HTTPS на " -"псевдонимах. Если он не является действительным или он отозван, не " -"загружайте его." - -# File: src/www/system_advanced_firewall.php, line: 481 -msgid "Bogon Networks" -msgstr "Bogon сети" - -# File: src/www/system_advanced_firewall.php, line: 484 -msgid "Update Frequency" -msgstr "Частота обновлений" - -# File: src/www/system_advanced_firewall.php, line: 488 -msgid "Monthly" -msgstr "Ежемесячно" - -# File: src/www/system_advanced_firewall.php, line: 491 -msgid "Weekly" -msgstr "Еженедельно" - -# File: src/www/system_advanced_firewall.php, line: 494 -msgid "Daily" -msgstr "Ежедневно" - -# File: src/www/system_advanced_firewall.php, line: 498 -msgid "" -"The frequency of updating the lists of IP addresses that are reserved (but " -"not RFC 1918) or not yet assigned by IANA." -msgstr "" -"Частота обновления списков IP-адресов, которые зарезервированы (но не RFC " -"1918) или еще не присвоены IANA." - -# File: src/www/system_advanced_firewall.php, line: 504 -msgid "Network Address Translation" -msgstr "Преобразование сетевых адресов" - -# File: src/www/system_advanced_firewall.php, line: 507 -msgid "Reflection for port forwards" -msgstr "Отражение для форвардных контрактов о портах" - -# File: src/www/system_advanced_firewall.php, line: 521 -msgid "" -"When enabled, this automatically creates additional NAT redirect rules for " -"access to port forwards on your external IP addresses from within your " -"internal networks." -msgstr "" -"Включает автоматическое создание дополнительных правил переадресации NAT для " -"доступа к преобразованиям 1:1 ваших внешних IP-адресов из внутренних сетей." - -# File: src/www/system_advanced_firewall.php, line: 523 -msgid "" -"The NAT + proxy mode uses a helper program to send packets to the target of " -"the port forward. It is useful in setups where the interface and/or gateway " -"IP used for communication with the target cannot be accurately determined at " -"the time the rules are loaded. Reflection rules are not created for ranges " -"larger than 500 ports and will not be used for more than 1000 ports total " -"between all port forwards. Only TCP and UDP protocols are supported." -msgstr "" -"NAT + режим прокси использует вспомогательную программу, чтобы отправить " -"пакеты до цели форвардного контракта о портах. Она полезна в настройках, в " -"которых интерфейс и/или шлюз IP, используемый для соединения с целью, не " -"могут быть точно заданы во время, когда загружены правила. Правила " -"отражения не созданы для диапазонов больше, чем 500 портов, и не будут " -"использоваться более чем для 1000 абсолютных между всеми форвардными " -"контрактами о портах портов. Только протоколы TCP и UDP поддерживаются." - -# File: src/www/system_advanced_firewall.php, line: 525 -msgid "" -"The pure NAT mode uses a set of NAT rules to direct packets to the target of " -"the port forward. It has better scalability, but it must be possible to " -"accurately determine the interface and gateway IP used for communication " -"with the target at the time the rules are loaded. There are no inherent " -"limits to the number of ports other than the limits of the protocols. All " -"protocols available for port forwards are supported." -msgstr "" -"Чистая форма NAT использует систему правил NAT, чтобы направить пакеты до " -"цели форвардного контракта о портах. Она имеет лучшую масштабируемость, но " -"должно быть возможно точно определить интерфейс и шлюзовый IP, используемый " -"для соединения с целью, во время, когда загружены правила. Не имеются " -"неизбежные ограничения на количество портов, отличных от пределов " -"протоколов. Поддерживаются все протоколы, доступные для форвардных " -"контрактов о портах." - -# File: src/www/system_advanced_firewall.php, line: 527 -# File: src/www/system_advanced_firewall.php, line: 551 -msgid "" -"Individual rules may be configured to override this system setting on a per-" -"rule basis." -msgstr "" -"Индивидуальные правила могут быть сконфигурированы, чтобы переопределить эту " -"настройку систем на основе согласно- правилу." - -# File: src/www/system_advanced_firewall.php, line: 532 -msgid "Reflection Timeout" -msgstr "Тайм-аут отражения" - -# File: src/www/system_advanced_firewall.php, line: 536 -msgid "Enter value for Reflection timeout in seconds." -msgstr "Введите значение тайм-аута Отражения за несколько секунд." - -# File: src/www/system_advanced_firewall.php, line: 538 -msgid "Note: Only applies to Reflection on port forwards in NAT + proxy mode." -msgstr "" -"Примечание: Только обращается до Отражения в форвардных контрактах о портах " -"в NAT + режим прокси." - -# File: src/www/system_advanced_firewall.php, line: 543 -msgid "Enable Reflection for 1:1" -msgstr "Включить рефлексию для 1:1" - -# File: src/www/system_advanced_firewall.php, line: 547 -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 "" -"Включает автоматическое создание дополнительных правил переадресации NAT для " -"доступа к преобразованиям 1:1 ваших внешних IP-адресов из внутренних сетей." - -# File: src/www/system_advanced_firewall.php, line: 549 -msgid "" -"Note: Reflection on 1:1 mappings is only for the inbound component of the " -"1:1 mappings. This functions the same as the pure NAT mode for port " -"forwards. For more details, refer to the pure NAT mode description above." -msgstr "" -"Примечание: рефлексия на преобразованиях 1:1 предназначена только для " -"входного компонента преобразований 1:1. Это действует так же, как режим " -"чистого NAT для переадресаций порта. Для получения более подробной " -"информации, обратитесь к описанию режима чистого NAT выше." - -# File: src/www/system_advanced_firewall.php, line: 556 -msgid "Enable automatic outbound NAT for Reflection" -msgstr "Включить автоматический исходящий NAT для рефлексии" - -# File: src/www/system_advanced_firewall.php, line: 560 -msgid "" -"Automatically create outbound NAT rules which assist inbound NAT rules that " -"direct traffic back out to the same subnet it originated from." -msgstr "" -"Автоматически создавать правила исходящего NAT, которые помогают правилам " -"входящего NAT, направляющим трафик обратно к той же подсети, от которой он " -"возник." - -# File: src/www/system_advanced_firewall.php, line: 562 -msgid "" -"Required for full functionality of the pure NAT mode of NAT Reflection for " -"port forwards or NAT Reflection for 1:1 NAT." -msgstr "" -"Требуется для полной функциональности режима чистого NAT рефлексии NAT для " -"переадресаций порта или рефлексии NAT для NAT 1:1." - -# File: src/www/system_advanced_firewall.php, line: 564 -msgid "" -"Note: This only works for assigned interfaces. Other interfaces require " -"manually creating the outbound NAT rules that direct the reply packets back " -"through the router." -msgstr "" -"Примечание: эта функция работает только для назначенных интерфейсов. Другие " -"интерфейсы требуют вручную создавать правила исходящего NAT, которые " -"возвращают ответные пакеты через маршрутизатор." - -# File: src/www/system_advanced_misc.php, line: 42 -msgid "AMD Geode LX Security Block" -msgstr "Блокирование защиты AMD Geode LX" - -# File: src/www/system_advanced_misc.php, line: 43 -msgid "AES-NI CPU-based Acceleration" -msgstr "Процессорное ускорение AES-NI" - -# File: src/www/system_advanced_misc.php, line: 46 -msgid "Intel Core* CPU on-die thermal sensor" -msgstr "Накристальный тепловой датчик процессора Intel Core*" - -# File: src/www/system_advanced_misc.php, line: 47 -msgid "AMD K8, K10 and K11 CPU on-die thermal sensor" -msgstr "Накристальный тепловой датчик процессора AMD K8, K10 и K11" - -# File: src/www/system_advanced_misc.php, line: 84 -msgid "Please select a valid Cryptographic Accelerator." -msgstr "Выберите действительный криптографический ускоритель." - -# File: src/www/system_advanced_misc.php, line: 88 -msgid "Please select a valid Thermal Hardware Sensor." -msgstr "Выберите действительный тепловой датчик аппаратного обеспечения" - -# File: src/www/system_advanced_misc.php, line: 264 -msgid "Proxy support" -msgstr "Поддержка прокси-сервера" - -# File: src/www/system_advanced_misc.php, line: 271 -msgid "Proxy URL" -msgstr "URL прокси-сервера" - -# File: src/www/system_advanced_misc.php, line: 275 -msgid "Proxy url for allowing %s to use this proxy to connect outside." -msgstr "" -"URL прокси-сервера, позволяющий %s использовать этот прокси-сервер для " -"внешнего соединения." - -# File: src/www/system_advanced_misc.php, line: 280 -msgid "Proxy Port" -msgstr "Номер порта прокси-сервера" - -# File: src/www/system_advanced_misc.php, line: 284 -msgid "" -"Proxy port to use when %s connects to the proxy URL configured above. " -"Default is 8080 for http protocol or 443 for ssl." -msgstr "" -"Использовать прокси-порт, если %s подключается к URL прокси-сервера " -"настроенного выше. Значение по умолчанию составляет 8080 для протокола http " -"или 443 для ssl." - -# File: src/www/system_advanced_misc.php, line: 289 -msgid "Proxy Username" -msgstr "Имя пользователя прокси-сервера" - -# File: src/www/system_advanced_misc.php, line: 293 -msgid "Proxy username for allowing %s to use this proxy to connect outside" -msgstr "" -"Имя пользователя прокси-сервера, позволяющее использовать этот прокси-" -"сервер для внешнего соединения." - -# File: src/www/system_advanced_misc.php, line: 298 -msgid "Proxy Pass" -msgstr "Пароль прокси-сервера" - -# File: src/www/system_advanced_misc.php, line: 302 -msgid "Proxy password for allowing %s to use this proxy to connect outside" -msgstr "" -"Пароль прокси-сервера, позволяющий использовать этот прокси-сервер для " -"внешнего соединения." - -# File: src/www/system_advanced_misc.php, line: 307 -msgid "Load Balancing" -msgstr "Балансировка нагрузки" - -# File: src/www/system_advanced_misc.php, line: 310 -msgid "Gateway switching" -msgstr "Переключение шлюзов" - -# File: src/www/system_advanced_misc.php, line: 313 -msgid "Allow default gateway switching" -msgstr "Разрешить переключение шлюзов по умолчанию" - -# File: src/www/system_advanced_misc.php, line: 315 -msgid "" -"If the link where the default gateway resides fails switch the default " -"gateway to another available one." -msgstr "" -"Если в канале, где хранится шлюз по умолчанию, произошел сбой, переключите " -"шлюз по умолчанию на другой доступный." - -# File: src/www/system_advanced_misc.php, line: 321 -msgid "Sticky connections" -msgstr "Фиксированные соединения" - -# File: src/www/system_advanced_misc.php, line: 324 -msgid "Use sticky connections" -msgstr "Использовать фиксированные соединения" - -# File: src/www/system_advanced_misc.php, line: 326 -msgid "" -"Successive connections will be redirected to the servers in a round-robin " -"manner with connections from the same source being sent to the same web " -"server. This 'sticky connection' will exist as long as there are states that " -"refer to this connection. Once the states expire, so will the sticky " -"connection. Further connections from that host will be redirected to the " -"next web server in the round robin. Changing this option will restart the " -"Load Balancing service." -msgstr "" -"Последовательные соединения будут перенаправлены на серверы в циклическом " -"порядке, а соединения из того же источника будут отправлены на тот же веб-" -"сервер. Это «фиксированное соединение» будет существовать до тех пор, пока " -"существуют состояния, которые относятся к этому соединению. Как только " -"состояния устаревают, происходит разрыв фиксированного соединения. " -"Дальнейшие соединения от этого хоста будут перенаправлены на следующий веб-" -"сервер в циклическом порядке. Изменение этого параметра перезапустит службу " -"балансировки нагрузки." - -# File: src/www/system_advanced_misc.php, line: 335 -msgid "Source tracking timeout" -msgstr "Тайм-аут отслеживание источника" - -# File: src/www/system_advanced_misc.php, line: 338 -msgid "" -"Set the source tracking timeout for sticky connections. By default this is " -"0, so source tracking is removed as soon as the state expires. Setting this " -"timeout higher will cause the source/destination relationship to persist for " -"longer periods of time." -msgstr "" -"Сколько времени хранить в памяти информацию об исходящих IP для работы " -"source tracking (см. Раздел C.2.1.4.7, «Опции таблицы состояний») после " -"удаления записи из таблицы состояний. По умолчанию —0." - -# File: src/www/system_advanced_misc.php, line: 345 -msgid "Power savings" -msgstr "Средства энергосбережения" - -# File: src/www/system_advanced_misc.php, line: 348 -msgid "Use PowerD" -msgstr "Использовать PowerD" - -# File: src/www/system_advanced_misc.php, line: 355 -msgid "On AC Power Mode" -msgstr "В режиме питания от сети переменного тока" - -# File: src/www/system_advanced_misc.php, line: 356 -msgid "On Battery Power Mode" -msgstr "В режиме батарейного питания" - -# File: src/www/system_advanced_misc.php, line: 364 -# File: src/www/system_advanced_misc.php, line: 380 -msgid "Hiadaptive" -msgstr "Режим «hiadaptive»" - -# File: src/www/system_advanced_misc.php, line: 367 -# File: src/www/system_advanced_misc.php, line: 383 -msgid "Adaptive" -msgstr "Режим «adaptive»" - -# File: src/www/system_advanced_misc.php, line: 370 -# File: src/www/system_advanced_misc.php, line: 386 -msgid "Minimum" -msgstr "Минимум" - -# File: src/www/system_advanced_misc.php, line: 373 -# File: src/www/system_advanced_misc.php, line: 389 -msgid "Maximum" -msgstr "Максимум" - -# File: src/www/system_advanced_misc.php, line: 397 -msgid "" -"The powerd utility monitors the system state and sets various power control " -"options accordingly. It offers four modes (maximum, minimum, adaptive and " -"hiadaptive) that can be individually selected while on AC power or " -"batteries. The modes maximum, minimum, adaptive and hiadaptive may be " -"abbreviated max, min, adp, hadp. Maximum mode chooses the highest " -"performance values. Minimum mode selects the lowest performance values to " -"get the most power savings. Adaptive mode attempts to strike a balance by " -"degrading performance when the system appears idle and increasing it when " -"the system is busy. It offers a good balance between a small performance " -"loss for greatly increased power savings. Hiadaptive mode is alike adaptive " -"mode, but tuned for systems where performance and interactivity are more " -"important than power consumption. It raises frequency faster, drops slower " -"and keeps twice lower CPU load." -msgstr "" -"Сервисная программа Powerd отслеживает состояние системы и соответственно " -"устанавливает различные параметры включения/выключения питания. Она " -"предлагает четыре режима (maximum, minimum, adaptive and hiadaptive), " -"которые могут выбираться отдельно при питании от сети переменного тока или " -"батареи. Режимы maximum, minimum, adaptive и hiadaptive могут быть сокращены " -"до max, min, adp, hadp. В режиме minimum выбираются самые высокие значения " -"производительности. В режиме minimum выбираются самые низкие значения " -"производительности, чтобы получить максимальную экономию электроэнергии. В " -"режиме adaptive производится попытка найти баланс путем снижения " -"производительности, если система оказывается в режиме ожидания, и увеличения " -"ее, если система недоступна. Он предлагает соответствующий баланс между " -"небольшой потерей производительности и значительным увеличением экономии " -"электроэнергии. Режим hiadaptive аналогичен режиму adaptive, но он настроен " -"для систем, в которых производительность и интерактивность являются более " -"важными элементами, чем потребление энергии. Он повышает частоту быстрее, " -"снижает медленнее и поддерживает в два раза меньшую нагрузку на центральный " -"процессор." - -# File: src/www/system_advanced_misc.php, line: 414 -msgid "Cryptographic Hardware Acceleration" -msgstr "Криптографическое аппаратное ускорение" - -# File: src/www/system_advanced_misc.php, line: 417 -# File: src/www/system_advanced_misc.php, line: 446 -msgid "Hardware" -msgstr "Аппаратное обеспечение" - -# File: src/www/system_advanced_misc.php, line: 430 -msgid "" -"A cryptographic accelerator module will use hardware support to speed up " -"some cryptographic functions on systems which have the chip. Do not enable " -"this option if you have a Hifn cryptographic acceleration card, as this will " -"take precedence and the Hifn card will not be used. Acceleration should be " -"automatic for IPsec when using a cipher supported by your chip, such as " -"AES-128. OpenVPN should be set for AES-128-CBC and have cryptodev enabled " -"for hardware acceleration." -msgstr "" -"Модуль криптографического ускорителя будет использовать аппаратную поддержку " -"для ускорения некоторых криптографических функций в системах с чипом. Не " -"включайте этот параметр, если у вас есть плата криптографического ускорения " -"Hifn, так как она получит приоритет и плата Hifn не будет использоваться. " -"Ускорение должно быть автоматическим для IPsec при использовании кода, " -"поддерживаемого вашим чипом, таким как AES-128. OpenVPN должен быть настроен " -"для AES-128-CBC и должен иметь включенный cryptodev для аппаратного " -"ускорения." - -# File: src/www/system_advanced_misc.php, line: 438 -msgid "" -"If you do not have a crypto chip in your system, this option will have no " -"effect. To unload the selected module, set this option to 'none' and then " -"reboot." -msgstr "" -"Если в вашей системе нет криптографического чипа, этот параметр не будет " -"функционировать. Для того, чтобы разгрузить выбранный модуль, включите этот " -"параметр как «Отсутствует», а затем выполните перезагрузку." - -# File: src/www/system_advanced_misc.php, line: 443 -msgid "Thermal Sensors" -msgstr "Тепловые датчики" - -# File: src/www/system_advanced_misc.php, line: 449 -msgid "None/ACPI" -msgstr "Отсутствует/ACPI" - -# File: src/www/system_advanced_misc.php, line: 459 -msgid "" -"If you have a supported CPU, selecting a themal sensor will load the " -"appropriate driver to read its temperature. Setting this to 'None' will " -"attempt to read the temperature from an ACPI-compliant motherboard sensor " -"instead, if one is present." -msgstr "" -"Если у вас есть поддерживаемый центральный процессор, при выборе теплового " -"датчика будет загружен соответствующий драйвер, чтобы считать его " -"температуру. Включите этот параметр как «Отсутствует», чтобы взамен " -"считывать температуру с датчика материнской платы ACPI, если он присутствует." - -# File: src/www/system_advanced_misc.php, line: 463 -msgid "" -"If you do not have a supported thermal sensor chip in your system, this " -"option will have no effect. To unload the selected module, set this option " -"to 'none' and then reboot." -msgstr "" -"Если в вашей системе нет поддерживаемого чипа теплового датчика, этот " -"параметр не будет функционировать. Для того, чтобы разгрузить выбранный " -"модуль, включите этот параметр как «Отсутствует», а затем выполните " -"перезагрузку." - -# File: src/www/system_advanced_misc.php, line: 472 -msgid "Schedule States" -msgstr "Состояния расписания" - -# File: src/www/system_advanced_misc.php, line: 476 -msgid "" -"By default schedules clear the states of existing connections when the " -"expiration time has come. This option overrides that behavior by not " -"clearing states for existing connections." -msgstr "" -"Расписания по умолчанию очищают состояния существующих соединений, если " -"время истечения срока вышло. Этот параметр переопределяет такое поведение, " -"не очищая состояния для существующих соединений." - -# File: src/www/system_advanced_misc.php, line: 482 -msgid "Gateway Monitoring" -msgstr "Мониторинг шлюза" - -# File: src/www/system_advanced_misc.php, line: 485 -msgid "Kill states" -msgstr "Сбросить состояния" - -# File: src/www/system_advanced_misc.php, line: 488 -msgid "State Killing on Gateway Failure" -msgstr "Сброс состояний при отключении шлюза" - -# File: src/www/system_advanced_misc.php, line: 490 -msgid "" -"The monitoring process will flush states for a gateway that goes down if " -"this box is not checked. Check this box to disable this behavior." -msgstr "" -"Процесс мониторинга очистит состояния для неисправного шлюза, если этот " -"флажок не установлен. Установите этот флажок, чтобы отключить это поведение." - -# File: src/www/system_advanced_misc.php, line: 495 -msgid "Skip rules" -msgstr "Игнорировать правила" - -# File: src/www/system_advanced_misc.php, line: 498 -msgid "Skip rules when gateway is down" -msgstr "Игнорировать правила, если шлюз отключен" - -# File: src/www/system_advanced_misc.php, line: 500 -msgid "" -"By default, when a rule has a specific gateway set, and this gateway is " -"down, rule is created and traffic is sent to default gateway.This option " -"overrides that behavior and the rule is not created when gateway is down" -msgstr "" -"По умолчанию, если правило содержит определенный набор шлюзов и эти шлюзы " -"отключены, создается правило и трафик передается к шлюзу по умолчанию. Этот " -"параметр переопределяет такое поведение, а правило не создается, если шлюз " -"отключен" - -# File: src/www/system_advanced_misc.php, line: 507 -msgid "RAM Disk Settings (Reboot to Apply Changes)" -msgstr "Параметры RAM-диска (перезагрузить, что применить изменения)" - -# File: src/www/system_advanced_misc.php, line: 510 -msgid "Use RAM Disks" -msgstr "Использовать RAM-диски" - -# File: src/www/system_advanced_misc.php, line: 514 -msgid "Use memory file system for /tmp and /var" -msgstr "Использовать систему файловой памяти для /tmp и /var" - -# File: src/www/system_advanced_misc.php, line: 515 -msgid "" -"Set this if you wish to use /tmp and /var as RAM disks (memory file system " -"disks) on a full install rather than use the hard disk. Setting this will " -"cause the data in /tmp and /var to be lost at reboot, including log data. " -"RRD and DHCP Leases will be retained." -msgstr "" -"Установите этот параметр, если вы хотите использовать /tmp and /var в " -"качестве RAM-дисков (диски файловой системы памяти) для полной установки, а " -"не использовать жесткий диск. Установка этого параметра вызовет потерю " -"данных в /tmp и /var при перезагрузке, включая данные журнала. RRD и DHCP " -"аренды будут сохранены." - -# File: src/www/system_advanced_misc.php, line: 521 -msgid "Periodic RRD Backup" -msgstr "Периодическая резервная копия RRD" - -# File: src/www/system_advanced_misc.php, line: 530 -# File: src/www/system_advanced_misc.php, line: 549 -msgid "hour" -msgstr "ч" - -# File: src/www/system_advanced_misc.php, line: 537 -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 will happen to your media." -msgstr "" -"Это будет периодически создавать резервные копии данных RRD, поэтому они " -"могут быть автоматически восстановлены при следующей загрузке. Помните, чем " -"чаще производится резервное копирование, тем больше будет записей в вашем " -"носителе информации." - -# File: src/www/system_advanced_misc.php, line: 542 -msgid "Periodic DHCP Leases Backup" -msgstr "Периодическая резервная копия аренды DHCP" - -# File: src/www/system_advanced_misc.php, line: 555 -msgid "" -"This will periodically backup the DHCP leases data so it can be restored " -"automatically on the next boot. Keep in mind that the more frequent the " -"backup, the more writes will happen to your media." -msgstr "" -"Это будет периодически создавать резервные копии данных аренды DHCP, поэтому " -"они могут быть автоматически восстановлены при следующей загрузке. Помните, " -"чем чаще производится резервное копирование, тем больше будет записей в " -"вашем носителе информации." - -# File: src/www/system_advanced_network.php, line: 56 -msgid "You must specify an IP address to NAT IPv6 packets." -msgstr "Вы должны указать IP-адрес для пакетов NAT IPv6." - -# File: src/www/system_advanced_network.php, line: 180 -msgid "IPv6 Options" -msgstr "Параметры IPv6" - -# File: src/www/system_advanced_network.php, line: 187 -# File: src/www/system_advanced_network.php, line: 191 -msgid "Allow IPv6" -msgstr "Разрешить IPv6" - -# File: src/www/system_advanced_network.php, line: 192 -msgid "" -"All IPv6 traffic will be blocked by the firewall unless this box is checked." -msgstr "" -"Межсетевой экран заблокирует весь трафик IPv6, если этот флажок не " -"установлен." - -# File: src/www/system_advanced_network.php, line: 193 -msgid "" -"NOTE: This does not disable any IPv6 features on the firewall, it only " -"blocks traffic." -msgstr "" -"ПРИМЕЧАНИЕ: Это не отключает какие-либо функции IPv6 на межсетевом экране, а " -"только блокирует трафик." - -# File: src/www/system_advanced_network.php, line: 198 -msgid "IPv6 over IPv4 Tunneling" -msgstr "IPv6 через IPv4 туннелирование" - -# File: src/www/system_advanced_network.php, line: 201 -msgid "Enable IPv4 NAT encapsulation of IPv6 packets" -msgstr "Включить инкапсуляцию NAT IPv4 пакетов IPv6" - -# File: src/www/system_advanced_network.php, line: 203 -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 firewall rule to permit IPv6 packets." -msgstr "" -"Это обеспечивает механизм совместимости в RFC 2893, который может " -"использоваться для туннелирования пакетов IPv6 через инфраструктуры " -"маршрутизации IPv4. Если этот параметр включен, не забудьте добавить правило " -"межсетевого экрана, чтобы разрешить передачу пакетов IPv6." - -# File: src/www/system_advanced_network.php, line: 213 -msgid "Prefer IPv4 over IPv6" -msgstr "Выбрать IPv4 вместо IPv6" - -# File: src/www/system_advanced_network.php, line: 217 -msgid "Prefer to use IPv4 even if IPv6 is available" -msgstr "Использовать IPv4, даже если IPv6 доступен" - -# File: src/www/system_advanced_network.php, line: 218 -msgid "" -"By default, if a hostname resolves IPv6 and IPv4 addresses IPv6 will be " -"used, if you check this option, IPv4 will be used instead of IPv6." -msgstr "" -"Если имя хоста преобразовывает IPv6 и IPv4-адреса по умолчанию, будет " -"использоваться IPv6, если вы отметите эту опцию, IPv4 будет использоваться " -"вместо IPv6." - -# File: src/www/system_advanced_network.php, line: 228 -msgid "Device polling" -msgstr "Опрос устройств" - -# File: src/www/system_advanced_network.php, line: 231 -msgid "Enable device polling" -msgstr "Включить опрос устройств" - -# File: src/www/system_advanced_network.php, line: 233 -msgid "" -"Device polling is a technique that lets the system periodically poll network " -"devices for new data instead of relying on interrupts. This prevents your " -"webConfigurator, SSH, etc. from being inaccessible due to interrupt floods " -"when under extreme load. Generally this is not recommended. Not all NICs " -"support polling; see the %s homepage for a list of supported cards." -msgstr "" -"Опрос устройств является техникой, которая позволяет системе периодически " -"опрашивать сетевые устройства о новых данных вместо того, чтобы полагаться " -"на прерывания. Это не позволяет webConfigurator, SSH и т.д. быть " -"недоступными из-за потоков прерывания при экстремальных нагрузках. Как " -"правило, это не рекомендуется. Не все сетевые платы поддерживают режим " -"опроса; смотрите главную страницу для получения списка поддерживаемых плат." - -# File: src/www/system_advanced_network.php, line: 238 -msgid "Hardware CRC" -msgstr "CRC аппаратного обеспечения" - -# File: src/www/system_advanced_network.php, line: 241 -msgid "Disable hardware checksum offload" -msgstr "Отключить сброс контрольной суммы аппаратного обеспечения" - -# File: src/www/system_advanced_network.php, line: 243 -msgid "" -"Checking this option will disable hardware checksum offloading. Checksum " -"offloading is broken in some hardware, particularly some Realtek cards. " -"Rarely, drivers may have problems with checksum offloading and some specific " -"NICs." -msgstr "" -"Установка этого параметра приведет к отключению сброса контрольной суммы " -"аппаратного обеспечения. Сброс контрольной суммы отключен в некотором " -"аппаратном оборудовании, в частности, в некоторых платах Realtek. Редко " -"драйверы могут иметь проблемы со сбросом контрольной суммы и некоторыми " -"конкретными сетевыми платами." - -# File: src/www/system_advanced_network.php, line: 246 -# File: src/www/system_advanced_network.php, line: 259 -# File: src/www/system_advanced_network.php, line: 272 -# File: src/www/system_advanced_network.php, line: 285 -msgid "" -"This will take effect after you reboot the machine or re-configure each " -"interface." -msgstr "" -"Это вступит в силу после перезагрузки машины или повторной настройки каждого " -"интерфейса." - -# File: src/www/system_advanced_network.php, line: 251 -msgid "Hardware TSO" -msgstr "TSO аппаратного обеспечения" - -# File: src/www/system_advanced_network.php, line: 254 -msgid "Disable hardware TCP segmentation offload" -msgstr "Отключить сброс сегментации TCP аппаратного обеспечения" - -# File: src/www/system_advanced_network.php, line: 256 -msgid "" -"Checking this option will disable hardware TCP segmentation offloading (TSO, " -"TSO4, TSO6). This offloading is broken in some hardware drivers, and may " -"impact performance with some specific NICs." -msgstr "" -"Установка этого параметра приведет к отключению сброса сегментации TCP " -"аппаратного обеспечения (TSO, TSO4, TSO6). Этот сброс отключен в некоторых " -"драйверах аппаратного оборудования и может повлиять на производительность " -"при работе с некоторыми конкретными сетевыми платами." - -# File: src/www/system_advanced_network.php, line: 264 -msgid "Hardware LRO" -msgstr "LRO аппаратного обеспечения" - -# File: src/www/system_advanced_network.php, line: 267 -msgid "Disable hardware large receive offload" -msgstr "Отключить LRO аппаратного обеспечения" - -# File: src/www/system_advanced_network.php, line: 269 -msgid "" -"Checking this option will disable hardware large receive offloading (LRO). " -"This offloading is broken in some hardware drivers, and may impact " -"performance with some specific NICs." -msgstr "" -"Установка этого параметра приведет к отключению LRO аппаратного обеспечения. " -"Этот сброс отключен в некоторых драйверах аппаратного оборудования и может " -"повлиять на производительность при работе с некоторыми конкретными сетевыми " -"платами." - -# File: src/www/system_advanced_network.php, line: 277 -msgid "VLAN Hardware Filtering" -msgstr "Фильтрация аппаратного обеспечения VLAN" - -# File: src/www/system_advanced_network.php, line: 280 -msgid "Disable VLAN Hardware Filtering" -msgstr "Отключить фильтрацию аппаратного обеспечения VLAN" - -# File: src/www/system_advanced_network.php, line: 282 -msgid "" -"Checking this option will disable VLAN hardware filtering. This offloading " -"is broken in some hardware drivers, and may impact performance with some " -"specific NICs." -msgstr "" -"Установка этого параметра приведет к отключению фильтрации аппаратного " -"обеспечения VLAN. Этот сброс отключен в некоторых драйверах аппаратного " -"оборудования и может повлиять на производительность при работе с некоторыми " -"конкретными сетевыми платами." - -# File: src/www/system_advanced_network.php, line: 290 -msgid "ARP Handling" -msgstr "Обработка ARP" - -# File: src/www/system_advanced_network.php, line: 293 -msgid "Suppress ARP messages" -msgstr "Блокировать сообщения ARP" - -# File: src/www/system_advanced_network.php, line: 295 -msgid "" -"This option will suppress ARP log messages when multiple interfaces reside " -"on the same broadcast domain" -msgstr "" -"Этот параметр заблокирует сообщения в журнале регистрации ARP, если " -"несколько интерфейсов хранятся на одном широковещательном домене" - -# File: src/www/system_advanced_notifications.php, line: 102 -# File: src/www/system_advanced_notifications.php, line: 316 -msgid "Test Growl" -msgstr "Проверить Growl" - -# File: src/www/system_advanced_notifications.php, line: 108 -# File: src/www/system_advanced_notifications.php, line: 113 -msgid "This is a test message from %s. It is safe to ignore this message." -msgstr "Это текстовое сообщение от %s. Это сообщение можно проигнорировать." - -# File: src/www/system_advanced_notifications.php, line: 110 -# File: src/www/system_advanced_notifications.php, line: 317 -msgid "Test SMTP" -msgstr "Проверить SMTP" - -# File: src/www/system_advanced_notifications.php, line: 158 -msgid "Growl" -msgstr "Growl" - -# File: src/www/system_advanced_notifications.php, line: 165 -msgid "Disable Growl Notifications" -msgstr "Отключить уведомления Growl" - -# File: src/www/system_advanced_notifications.php, line: 169 -msgid "" -"Check this option to disable growl notifications but preserve the settings " -"below." -msgstr "" -"Установите этот параметр, чтобы отключить уведомления Growl, но сохранить " -"настройки ниже." - -# File: src/www/system_advanced_notifications.php, line: 174 -msgid "Registration Name" -msgstr "Регистрационное имя" - -# File: src/www/system_advanced_notifications.php, line: 178 -msgid "Enter the name to register with the Growl server (default: PHP-Growl)." -msgstr "" -"Введите имя для регистрации на сервере Growl (по умолчанию: PHP-Growl)." - -# File: src/www/system_advanced_notifications.php, line: 183 -msgid "Notification Name" -msgstr "Имя уведомления" - -# File: src/www/system_advanced_notifications.php, line: 187 -msgid "Enter a name for the Growl notifications (default: %s growl alert)." -msgstr "" -"Введите имя для уведомлений Growl (по умолчанию: %s предупреждение Growl)." - -# File: src/www/system_advanced_notifications.php, line: 196 -msgid "" -"This is the IP address that you would like to send growl notifications to." -msgstr "Это IP-адрес, на который вы хотели бы отправить уведомления Growl." - -# File: src/www/system_advanced_notifications.php, line: 205 -msgid "Enter the password of the remote growl notification device." -msgstr "Введите пароль удаленного устройства уведомлений Growl." - -# File: src/www/system_advanced_notifications.php, line: 210 -msgid "SMTP E-Mail" -msgstr "SMTP E-Mail" - -# File: src/www/system_advanced_notifications.php, line: 213 -msgid "Disable SMTP Notifications" -msgstr "Отключить SMTP-уведомления" - -# File: src/www/system_advanced_notifications.php, line: 217 -msgid "" -"Check this option to disable SMTP notifications but preserve the settings " -"below. Some other mechanisms, such as packages, may need these settings in " -"place to function." -msgstr "" -"Установите этот флажок, чтобы отключить уведомления SMTP, но сохранить " -"настройки ниже. Некоторым другим механизмам, таким как пакеты, могут " -"понадобиться эти настройки, чтобы функционировать." - -# File: src/www/system_advanced_notifications.php, line: 222 -msgid "E-Mail server" -msgstr "Почтовый сервер" - -# File: src/www/system_advanced_notifications.php, line: 226 -msgid "" -"This is the FQDN or IP address of the SMTP E-Mail server to which " -"notifications will be sent." -msgstr "" -"Это полностью определенное имя домена или IP-адрес почтового сервера SMTP, " -"на который будут отправляться уведомления." - -# File: src/www/system_advanced_notifications.php, line: 231 -msgid "SMTP Port of E-Mail server" -msgstr "SMTP порт почтового сервера" - -# File: src/www/system_advanced_notifications.php, line: 235 -msgid "" -"This is the port of the SMTP E-Mail server, typically 25, 587 (submission) " -"or 465 (smtps)" -msgstr "" -"Это порт почтового сервера SMTP, как правило, 25, 587 (предоставление) или " -"465 (smtps)" - -# File: src/www/system_advanced_notifications.php, line: 240 -msgid "Secure SMTP Connection" -msgstr "Безопасное SMTP соединение" - -# File: src/www/system_advanced_notifications.php, line: 243 -msgid "Enable SMTP over SSL/TLS" -msgstr "Включить SMTP поверх SSL/TLS" - -# File: src/www/system_advanced_notifications.php, line: 245 -msgid "Enable STARTTLS" -msgstr "Включить STARTTLS" - -# File: src/www/system_advanced_notifications.php, line: 249 -msgid "From e-mail address" -msgstr "Адрес отправителя " - -# File: src/www/system_advanced_notifications.php, line: 253 -msgid "This is the e-mail address that will appear in the from field." -msgstr "Это адрес электронной почты, который будет отображаться в поле формы." - -# File: src/www/system_advanced_notifications.php, line: 258 -msgid "E-Mail address" -msgstr "Почтовый адрес" - -# File: src/www/system_advanced_notifications.php, line: 262 -msgid "" -"Enter the e-mail address that you would like email notifications sent to." -msgstr "" -"Введите адрес электронной почты, на который вы хотели бы отсылать " -"уведомления." - -# File: src/www/system_advanced_notifications.php, line: 267 -msgid "E-Mail auth username" -msgstr "Отправить имя пользователя для аутентификации" - -# File: src/www/system_advanced_notifications.php, line: 271 -# File: src/www/system_advanced_notifications.php, line: 281 -# File: src/www/system_camanager.php, line: 538 -msgid "(optional)" -msgstr "(дополнительно)" - -# File: src/www/system_advanced_notifications.php, line: 272 -msgid "Enter the e-mail address username for SMTP authentication." -msgstr "Введите имя пользователя электронной почтой для аутентификации SMTP." - -# File: src/www/system_advanced_notifications.php, line: 277 -msgid "E-Mail auth password" -msgstr "Отправить пароль для аутентификации" - -# File: src/www/system_advanced_notifications.php, line: 282 -msgid "Enter the e-mail address password for SMTP authentication." -msgstr "Введите пароль электронной почты для аутентификации SMTP." - -# File: src/www/system_advanced_notifications.php, line: 291 -msgid "System Sounds" -msgstr "Настройки звука" - -# File: src/www/system_advanced_notifications.php, line: 294 -msgid "Startup/Shutdown Sound" -msgstr "Звук включения/выключения" - -# File: src/www/system_advanced_notifications.php, line: 297 -msgid "Disable the startup/shutdown beep" -msgstr "Отключить звук включения/выключения" - -# File: src/www/system_advanced_notifications.php, line: 300 -msgid "When this is checked, startup and shutdown sounds will no longer play." -msgstr "Если этот флажок установлен, звук включения/выключения будет отключен." - -# File: src/www/system_advanced_notifications.php, line: 319 -msgid "" -"NOTE: A test notification will be sent even if the service is marked as " -"disabled." -msgstr "" -"ПРИМЕЧАНИЕ: тестовое уведомление будет отправлено, даже если служба отмечена " -"как отключенная." - -# File: src/www/system_advanced_sysctl.php, line: 104 -msgid "Add a new tunable" -msgstr "Добавить новые параметры" - -# File: src/www/system_advanced_sysctl.php, line: 119 -# File: src/www/system_advanced_sysctl.php, line: 205 -msgid "Tunable" -msgstr "Параметр" - -# File: src/www/system_advanced_sysctl.php, line: 150 -msgid "" -"The firewall tunables have changed. You must apply the configuration to " -"take affect." -msgstr "" -"Параметры межсетевого экрана были изменены. Вы должны применить изменения, " -"чтобы они вступили в силу." - -# File: src/www/system_advanced_sysctl.php, line: 164 -msgid "Tunable Name" -msgstr "Имя параметра" - -# File: src/www/system_advanced_sysctl.php, line: 183 -msgid "Edit Tunable" -msgstr "Редактировать параметр" - -# File: src/www/system_advanced_sysctl.php, line: 185 -msgid "Delete Tunable" -msgstr "Удалить параметр" - -# File: src/www/system_advanced_sysctl.php, line: 200 -msgid "Edit system tunable" -msgstr "Редактировать параметры системы" - -# File: src/www/system_authservers.php, line: 128 -# File: src/www/system_authservers.php, line: 149 -# File: src/www/system_authservers.php, line: 427 -# File: src/www/system_camanager.php, line: 267 -# File: src/www/system_camanager.php, line: 282 -# File: src/www/system_camanager.php, line: 298 -# File: src/www/system_camanager.php, line: 496 -# File: src/www/system_certmanager.php, line: 260 -# File: src/www/system_certmanager.php, line: 293 -# File: src/www/system_certmanager.php, line: 304 -# File: src/www/system_certmanager.php, line: 319 -# File: src/www/system_certmanager.php, line: 723 -# File: src/www/system_certmanager.php, line: 1143 -# File: src/www/system_crlmanager.php, line: 228 -# File: src/www/system_crlmanager.php, line: 236 -# File: src/www/system_crlmanager.php, line: 386 -# File: src/www/system_crlmanager.php, line: 476 -msgid "Descriptive name" -msgstr "Описательное имя" - -# File: src/www/system_authservers.php, line: 131 -# File: src/www/system_authservers.php, line: 473 -msgid "Port value" -msgstr "Значение порта" - -# File: src/www/system_authservers.php, line: 132 -# File: src/www/system_authservers.php, line: 479 -msgid "Transport" -msgstr "Транспортный протокол" - -# File: src/www/system_authservers.php, line: 133 -# File: src/www/system_authservers.php, line: 516 -msgid "Protocol version" -msgstr "Версия протокола" - -# File: src/www/system_authservers.php, line: 134 -msgid "Search level" -msgstr "Уровень поиска" - -# File: src/www/system_authservers.php, line: 135 -msgid "User naming Attribute" -msgstr "Атрибут присвоения имени пользователю" - -# File: src/www/system_authservers.php, line: 136 -msgid "Authentication container" -msgstr "Контейнер для аутентификации" - -# File: src/www/system_authservers.php, line: 141 -msgid "Bind user DN" -msgstr "Привязать уникальное имя пользователя" - -# File: src/www/system_authservers.php, line: 142 -msgid "Bind Password" -msgstr "Привязать пароль" - -# File: src/www/system_authservers.php, line: 157 -# File: src/www/system_authservers.php, line: 627 -msgid "Authentication port value" -msgstr "Значение порта аутентификации" - -# File: src/www/system_authservers.php, line: 162 -# File: src/www/system_authservers.php, line: 608 -msgid "Shared Secret" -msgstr "Общий секретный ключ" - -# File: src/www/system_authservers.php, line: 169 -# File: src/www/system_authservers.php, line: 172 -msgid "The host name contains invalid characters." -msgstr "Имя хоста содержит недопустимые символы." - -# File: src/www/system_authservers.php, line: 176 -msgid "An authentication server with the same name already exists." -msgstr "Существует сервер аутентификации с таким же именем." - -# File: src/www/system_authservers.php, line: 180 -msgid "RADIUS Timeout value must be numeric and positive." -msgstr "Значение timeout RADIUS должно быть положительным числом" - -# File: src/www/system_authservers.php, line: 260 -msgid "deleted" -msgstr "удалено" - -# File: src/www/system_authservers.php, line: 287 -msgid "Add server" -msgstr "Добавить сервер" - -# File: src/www/system_authservers.php, line: 302 -msgid "Please fill the required values." -msgstr "Заполните необходимые значения." - -# File: src/www/system_authservers.php, line: 325 -# File: src/www/system_usermanager.php, line: 533 -# File: src/www/system_usermanager_settings.php, line: 82 -msgid "Popup blocker detected. Action aborted." -msgstr "Блокировка всплывающих окон отключена. Действие прервано." - -# File: src/www/system_authservers.php, line: 375 -msgid "Do you really want to delete this Server?" -msgstr "Вы действительно хотите удалить этот сервер?" - -# File: src/www/system_authservers.php, line: 464 -# File: src/www/system_authservers.php, line: 602 -msgid "Hostname or IP address" -msgstr "Имя хоста или IP-адрес" - -# File: src/www/system_authservers.php, line: 468 -msgid "" -"NOTE: When using SSL, this hostname MUST match the Common Name (CN) of the " -"LDAP server's SSL Certificate." -msgstr "" -"ПРИМЕЧАНИЕ: При использовании SSL, это имя хоста ДОЛЖНО совпадать с общим " -"именем (CN) сертификата SSL сервера LDAP." - -# File: src/www/system_authservers.php, line: 483 -msgid "TCP - Standard" -msgstr "TCP - стандартный" - -# File: src/www/system_authservers.php, line: 486 -msgid "SSL - Encrypted" -msgstr "SSL - зашифрованный" - -# File: src/www/system_authservers.php, line: 492 -# File: src/www/vpn_openvpn_client.php, line: 697 -# File: src/www/vpn_openvpn_server.php, line: 937 -msgid "Peer Certificate Authority" -msgstr "Центр сертификации пиров" - -# File: src/www/system_authservers.php, line: 505 -msgid "This option is used if 'SSL Encrypted' option is choosen." -msgstr "Этот параметр используется, если выбран параметр «SSL зашифрованный»." - -# File: src/www/system_authservers.php, line: 506 -msgid "It must match with the CA in the AD otherwise problems will arise." -msgstr "Это должно совпадать с CA в AD, в противном случае возникнут проблемы." - -# File: src/www/system_authservers.php, line: 510 -# File: src/www/vpn_openvpn_client.php, line: 719 -# File: src/www/vpn_openvpn_client.php, line: 763 -# File: src/www/vpn_openvpn_server.php, line: 959 -# File: src/www/vpn_openvpn_server.php, line: 995 -# File: src/www/vpn_openvpn_server.php, line: 1039 -msgid "Create one under" -msgstr "Создать под" - -# File: src/www/system_authservers.php, line: 510 -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_server.php, line: 958 -msgid "No Certificate Authorities defined." -msgstr "Центры сертификации не определены." - -# File: src/www/system_authservers.php, line: 510 -# File: src/www/vpn_openvpn_client.php, line: 720 -# File: src/www/vpn_openvpn_client.php, line: 764 -# File: src/www/vpn_openvpn_server.php, line: 959 -# File: src/www/vpn_openvpn_server.php, line: 996 -# File: src/www/vpn_openvpn_server.php, line: 1040 -msgid "System: Certificates" -msgstr "Система: сертификаты" - -# File: src/www/system_authservers.php, line: 525 -msgid "Bind credentials" -msgstr "Привязать параметры доступа" - -# File: src/www/system_authservers.php, line: 527 -msgid "User DN:" -msgstr "Уникальное имя пользователя:" - -# File: src/www/system_authservers.php, line: 532 -msgid "Leave empty to use anonymous binds to resolve distinguished names" -msgstr "" -"Оставьте поле пустым, чтобы использовать анонимные привязки для " -"преобразования уникальных имен" - -# File: src/www/system_authservers.php, line: 537 -msgid "Search scope" -msgstr "Область поиска" - -# File: src/www/system_authservers.php, line: 540 -msgid "Level:" -msgstr "Уровень:" - -# File: src/www/system_authservers.php, line: 543 -msgid "One Level" -msgstr "Единичный уровень" - -# File: src/www/system_authservers.php, line: 546 -msgid "Entire Subtree" -msgstr "Целое поддерево" - -# File: src/www/system_authservers.php, line: 551 -msgid "Base DN:" -msgstr "База поиска:" - -# File: src/www/system_authservers.php, line: 557 -msgid "Authentication containers" -msgstr "Контейнеры для аутентификации" - -# File: src/www/system_authservers.php, line: 561 -msgid "Select" -msgstr "Выбрать" - -# File: src/www/system_authservers.php, line: 565 -msgid "" -"Note: Semi-Colon separated. This will be prepended to the search base dn " -"above or you can specify full container path containing a dc= component." -msgstr "" -"Примечание: разделено точкой с запятой. Это будет добавлено в базу поиска " -"выше или вы можете указать полный маршрут контейнера, содержащий компонент " -"dc=." - -# File: src/www/system_authservers.php, line: 572 -msgid "Extended Query" -msgstr "Расширенный запрос" - -# File: src/www/system_authservers.php, line: 583 -msgid "Initial Template" -msgstr "Начальный шаблон" - -# File: src/www/system_authservers.php, line: 586 -msgid "OpenLDAP" -msgstr "OpenLDAP" - -# File: src/www/system_authservers.php, line: 587 -msgid "Microsoft AD" -msgstr "Microsoft AD" - -# File: src/www/system_authservers.php, line: 588 -msgid "Novell eDirectory" -msgstr "Novell eDirectory" - -# File: src/www/system_authservers.php, line: 595 -msgid "User naming attribute" -msgstr "Атрибут присвоения имени пользователю" - -# File: src/www/system_authservers.php, line: 614 -msgid "Services offered" -msgstr "Предложенные службы" - -# File: src/www/system_authservers.php, line: 618 -msgid "Authentication and Accounting" -msgstr "Аутентификация и учет" - -# File: src/www/system_authservers.php, line: 633 -msgid "Accounting port value" -msgstr "Значение порта учета" - -# File: src/www/system_authservers.php, line: 639 -msgid "Authentication Timeout" -msgstr "Тайм-аут аутентификации" - -# File: src/www/system_authservers.php, line: 643 -msgid "" -"This value controls how long, in seconds, that the RADIUS server may take to " -"respond to an authentication request." -msgstr "" -"Это значение определяет сколько времени в секундах сервер RADIUS отвечает на " -"запрос аутентификации." - -# File: src/www/system_authservers.php, line: 644 -msgid "If left blank, the default value is 5 seconds." -msgstr "Если поле оставлено пустым, то значение по умолчанию равно 5 секундам." - -# File: src/www/system_authservers.php, line: 645 -msgid "" -"NOTE: If you are using an interactive two-factor authentication system, " -"increase this timeout to account for how long it will take the user to " -"receive and enter a token." -msgstr "" -"ПРИМЕЧАНИЕ: если вы используете интерактивную систему двухфакторной " -"аутентификации, увеличьте этот тайм-аут, чтобы определить, сколько времени " -"займет получение и ввод токена для пользователя." - -# File: src/www/system_authservers.php, line: 671 -msgid "Server Name" -msgstr "Имя сервера" - -# File: src/www/system_authservers.php, line: 681 -msgid "Additional authentication servers can be added here." -msgstr "Дополнительные серверы аутентификации могут быть добавлены здесь." - -# File: src/www/system_authservers.php, line: 702 -msgid "delete this server" -msgstr "удалить этот сервер" - -# File: src/www/system_camanager.php, line: 268 -# File: src/www/system_camanager.php, line: 527 -# File: src/www/system_certmanager.php, line: 294 -# File: src/www/system_certmanager.php, line: 738 -msgid "Certificate data" -msgstr "Данные сертификата" - -# File: src/www/system_camanager.php, line: 270 -# File: src/www/system_certmanager.php, line: 297 -msgid "This certificate does not appear to be valid." -msgstr "Этот сертификат не является действительным." - -# File: src/www/system_camanager.php, line: 273 -msgid "Encrypted private keys are not yet supported." -msgstr "Зашифрованные секретные ключи еще не поддерживаются." - -# File: src/www/system_camanager.php, line: 283 -# File: src/www/system_camanager.php, line: 300 -# File: src/www/system_camanager.php, line: 582 -# File: src/www/system_certmanager.php, line: 306 -# File: src/www/system_certmanager.php, line: 320 -# File: src/www/system_certmanager.php, line: 797 -# File: src/www/system_certmanager.php, line: 980 -msgid "Key length" -msgstr "Длина ключа" - -# File: src/www/system_camanager.php, line: 284 -# File: src/www/system_camanager.php, line: 301 -# File: src/www/system_camanager.php, line: 609 -# File: src/www/system_certmanager.php, line: 307 -# File: src/www/system_certmanager.php, line: 826 -# File: src/www/system_crlmanager.php, line: 434 -# File: src/www/vpn_ipsec_phase1.php, line: 968 -# File: src/www/vpn_ipsec_phase2.php, line: 927 -msgid "Lifetime" -msgstr "Время существования" - -# File: src/www/system_camanager.php, line: 285 -# File: src/www/system_camanager.php, line: 302 -# File: src/www/system_certmanager.php, line: 308 -# File: src/www/system_certmanager.php, line: 321 -msgid "Distinguished name Country Code" -msgstr "Код страны уникального имени" - -# File: src/www/system_camanager.php, line: 286 -# File: src/www/system_camanager.php, line: 303 -# File: src/www/system_certmanager.php, line: 309 -# File: src/www/system_certmanager.php, line: 322 -msgid "Distinguished name State or Province" -msgstr "Провинция или штат уникального имени" - -# File: src/www/system_camanager.php, line: 287 -# File: src/www/system_camanager.php, line: 304 -# File: src/www/system_certmanager.php, line: 310 -# File: src/www/system_certmanager.php, line: 323 -msgid "Distinguished name City" -msgstr "Город уникального имени" - -# File: src/www/system_camanager.php, line: 288 -# File: src/www/system_camanager.php, line: 305 -# File: src/www/system_certmanager.php, line: 311 -# File: src/www/system_certmanager.php, line: 324 -msgid "Distinguished name Organization" -msgstr "Организация уникального имени" - -# File: src/www/system_camanager.php, line: 289 -# File: src/www/system_camanager.php, line: 306 -# File: src/www/system_certmanager.php, line: 312 -# File: src/www/system_certmanager.php, line: 325 -msgid "Distinguished name Email Address" -msgstr "Электронная почта уникального имени" - -# File: src/www/system_camanager.php, line: 290 -# File: src/www/system_camanager.php, line: 307 -# File: src/www/system_certmanager.php, line: 313 -# File: src/www/system_certmanager.php, line: 326 -msgid "Distinguished name Common Name" -msgstr "Общее имя уникального имени" - -# File: src/www/system_camanager.php, line: 299 -# File: src/www/system_camanager.php, line: 567 -msgid "Signing Certificate Authority" -msgstr "Подписание центра сертификации" - -# File: src/www/system_camanager.php, line: 316 -# File: src/www/system_certmanager.php, line: 378 -msgid "" -"The field 'Distinguished name Email Address' contains invalid characters." -msgstr "" -"Поле «Электронная почта уникального имени» содержит недопустимые символы." - -# File: src/www/system_camanager.php, line: 320 -# File: src/www/system_certmanager.php, line: 383 -msgid "The field 'Distinguished name Common Name' contains invalid characters." -msgstr "Поле «Общее имя уникального имени» содержит недопустимые символы." - -# File: src/www/system_camanager.php, line: 323 -# File: src/www/system_certmanager.php, line: 386 -msgid "The field '%s' contains invalid characters." -msgstr "Поле «%s» содержит недопустимые символы." - -# File: src/www/system_camanager.php, line: 327 -# File: src/www/system_certmanager.php, line: 391 -# File: src/www/system_certmanager.php, line: 398 -msgid "Please select a valid Key Length." -msgstr "Выберите действительную длину ключа." - -# File: src/www/system_camanager.php, line: 330 -# File: src/www/system_certmanager.php, line: 394 -# File: src/www/system_certmanager.php, line: 401 -msgid "Please select a valid Digest Algorithm." -msgstr "Выберите действительный алгоритм выборки сообщений." - -# File: src/www/system_camanager.php, line: 375 -# File: src/www/system_camanager.php, line: 389 -# File: src/www/system_certmanager.php, line: 454 -# File: src/www/system_certmanager.php, line: 477 -msgid "openssl library returns:" -msgstr "Выход из подпрограммы библиотеки openssl:" - -# File: src/www/system_camanager.php, line: 415 -msgid "add or import ca" -msgstr "добавить или импортировать ca" - -# File: src/www/system_camanager.php, line: 431 -msgid "" -"Do you really want to delete this Certificate Authority and its CRLs, and " -"unreference any associated certificates?" -msgstr "" -"Вы действительно хотите удалить этот центр сертификации, его CRL и не " -"использовать любые ассоциированные сертификатами?" - -# File: src/www/system_camanager.php, line: 502 -# File: src/www/system_certmanager.php, line: 709 -# File: src/www/system_crlmanager.php, line: 375 -msgid "Method" -msgstr "Метод" - -# File: src/www/system_camanager.php, line: 506 -msgid "Import an existing Certificate Authority" -msgstr "Импортировать существующий центр сертификации" - -# File: src/www/system_camanager.php, line: 509 -msgid "Create an internal Certificate Authority" -msgstr "Создать внутренний центр сертификации" - -# File: src/www/system_camanager.php, line: 512 -msgid "Create an intermediate Certificate Authority" -msgstr "Создать промежуточный центр сертификации" - -# File: src/www/system_camanager.php, line: 522 -msgid "Existing Certificate Authority" -msgstr "Существующий центра сертификации" - -# File: src/www/system_camanager.php, line: 531 -# File: src/www/system_certmanager.php, line: 742 -msgid "Paste a certificate in X.509 PEM format here." -msgstr "Вставьте сертификат в X.509 формате PEM сюда." - -# File: src/www/system_camanager.php, line: 537 -msgid "Certificate Private Key" -msgstr "Секретный ключ сертификата" - -# File: src/www/system_camanager.php, line: 543 -msgid "" -"Paste the private key for the above certificate here. This is optional in " -"most cases, but required if you need to generate a Certificate Revocation " -"List (CRL)." -msgstr "" -"Вставьте секретный ключ для вышеупомянутого сертификата сюда. Это " -"необязательно в большинстве случаев, но требуется, если вам нужно " -"сгенерировать Список Отзыва Сертификатов (CRL)." - -# File: src/www/system_camanager.php, line: 548 -msgid "Serial for next certificate" -msgstr "Серийное для следующего сертификата" - -# File: src/www/system_camanager.php, line: 552 -msgid "" -"Enter a decimal number to be used as the serial number for the next " -"certificate to be created using this CA." -msgstr "" -"Введите десятичное число, чтобы использоваться, как порядковый номер, для " -"следующего сертификата, который должен быть создан, используя этот CA." - -# File: src/www/system_camanager.php, line: 562 -msgid "Internal Certificate Authority" -msgstr "Неверный внутренний Сервер сертификатов" - -# File: src/www/system_camanager.php, line: 594 -# File: src/www/system_certmanager.php, line: 809 -# File: src/www/system_certmanager.php, line: 993 -msgid "Digest Algorithm" -msgstr "Алгоритм дайджеста" - -# File: src/www/system_camanager.php, line: 604 -# File: src/www/system_certmanager.php, line: 821 -# File: src/www/system_certmanager.php, line: 1005 -msgid "" -"NOTE: It is recommended to use an algorithm stronger than SHA1 when possible." -msgstr "" -"Примечание: Ему рекомендовано использование более сильного, чем SHA1, " -"алгоритма, когда возможно." - -# File: src/www/system_camanager.php, line: 615 -# File: src/www/system_certmanager.php, line: 832 -# File: src/www/system_certmanager.php, line: 1010 -# File: src/www/vpn_ipsec_phase1.php, line: 784 -# File: src/www/vpn_ipsec_phase1.php, line: 812 -msgid "Distinguished name" -msgstr "Отличительное имя" - -# File: src/www/system_camanager.php, line: 618 -# File: src/www/system_certmanager.php, line: 835 -# File: src/www/system_certmanager.php, line: 1013 -msgid "Country Code" -msgstr "Код страны" - -# File: src/www/system_camanager.php, line: 632 -# File: src/www/system_certmanager.php, line: 849 -# File: src/www/system_certmanager.php, line: 1027 -msgid "State or Province" -msgstr "Штат или Провинция" - -# File: src/www/system_camanager.php, line: 636 -# File: src/www/system_camanager.php, line: 647 -# File: src/www/system_camanager.php, line: 658 -# File: src/www/system_camanager.php, line: 669 -# File: src/www/system_camanager.php, line: 680 -# File: src/www/system_certmanager.php, line: 853 -# File: src/www/system_certmanager.php, line: 864 -# File: src/www/system_certmanager.php, line: 875 -# File: src/www/system_certmanager.php, line: 886 -# File: src/www/system_certmanager.php, line: 897 -# File: src/www/system_certmanager.php, line: 1031 -# File: src/www/system_certmanager.php, line: 1042 -# File: src/www/system_certmanager.php, line: 1053 -# File: src/www/system_certmanager.php, line: 1064 -# File: src/www/system_certmanager.php, line: 1075 -msgid "ex:" -msgstr "бывший:" - -# File: src/www/system_camanager.php, line: 638 -# File: src/www/system_certmanager.php, line: 855 -# File: src/www/system_certmanager.php, line: 1033 -msgid "Sachsen" -msgstr "Саксония" - -# File: src/www/system_camanager.php, line: 643 -# File: src/www/system_certmanager.php, line: 860 -# File: src/www/system_certmanager.php, line: 1038 -msgid "City" -msgstr "Город" - -# File: src/www/system_camanager.php, line: 649 -# File: src/www/system_certmanager.php, line: 866 -# File: src/www/system_certmanager.php, line: 1044 -msgid "Leipzig" -msgstr "Лейпциг" - -# File: src/www/system_camanager.php, line: 654 -# File: src/www/system_certmanager.php, line: 871 -# File: src/www/system_certmanager.php, line: 1049 -msgid "Organization" -msgstr "Организация" - -# File: src/www/system_camanager.php, line: 660 -# File: src/www/system_certmanager.php, line: 877 -# File: src/www/system_certmanager.php, line: 1055 -msgid "My Company Inc" -msgstr "Мой Компания Inc." - -# File: src/www/system_camanager.php, line: 671 -# File: src/www/system_certmanager.php, line: 888 -# File: src/www/system_certmanager.php, line: 1066 -msgid "admin@mycompany.com" -msgstr "admin@mycompany.com" - -# File: src/www/system_camanager.php, line: 682 -# File: src/www/system_certmanager.php, line: 899 -# File: src/www/system_certmanager.php, line: 1077 -msgid "internal-ca" -msgstr "Внутренние ка" - -# File: src/www/system_camanager.php, line: 709 -# File: src/www/system_crlmanager.php, line: 609 -msgid "Internal" -msgstr "Внутри" - -# File: src/www/system_camanager.php, line: 710 -# File: src/www/system_certmanager.php, line: 1188 -msgid "Issuer" -msgstr "Эмитент" - -# File: src/www/system_camanager.php, line: 712 -# File: src/www/system_certmanager.php, line: 1189 -msgid "Distinguished Name" -msgstr "Характерное Имя" - -# File: src/www/system_camanager.php, line: 724 -# File: src/www/system_certmanager.php, line: 1206 -msgid "self-signed" -msgstr "Самоподписаны" - -# File: src/www/system_camanager.php, line: 726 -# File: src/www/system_certmanager.php, line: 1208 -msgid "external" -msgstr "Снаружи" - -# File: src/www/system_camanager.php, line: 756 -# File: src/www/system_certmanager.php, line: 1239 -msgid "Valid From" -msgstr "Действителен от" - -# File: src/www/system_camanager.php, line: 761 -# File: src/www/system_certmanager.php, line: 1244 -msgid "Valid Until" -msgstr "Допустим До" - -# File: src/www/system_camanager.php, line: 767 -msgid "edit CA" -msgstr "Редактирование CA" - -# File: src/www/system_camanager.php, line: 770 -msgid "export CA cert" -msgstr "Экспортируйте сертификат CA" - -# File: src/www/system_camanager.php, line: 775 -msgid "export CA private key" -msgstr "экспортировать секретный ключ" - -# File: src/www/system_camanager.php, line: 780 -msgid "delete ca" -msgstr "Ка удаления" - -# File: src/www/system_certmanager.php, line: 85 -msgid "Import an existing Certificate" -msgstr "Импортировать существующий центр сертификации" - -# File: src/www/system_certmanager.php, line: 86 -msgid "Create an internal Certificate" -msgstr "Создать внутренний центр сертификации" - -# File: src/www/system_certmanager.php, line: 87 -msgid "Create a Certificate Signing Request" -msgstr "Создайте Запрос Подписания на Сертификаты" - -# File: src/www/system_certmanager.php, line: 112 -msgid "Choose an existing certificate" -msgstr "Импортировать существующий центр сертификации" - -# File: src/www/system_certmanager.php, line: 261 -msgid "Final Certificate data" -msgstr "Окончательные данные сертификата" - -# File: src/www/system_certmanager.php, line: 269 -msgid "The certificate modulus does not match the signing request modulus." -msgstr "Модуль сертификатов не соответствует модулю запросов подписания." - -# File: src/www/system_certmanager.php, line: 295 -msgid "Key data" -msgstr "Данные о ключе" - -# File: src/www/system_certmanager.php, line: 305 -# File: src/www/system_certmanager.php, line: 766 -msgid "Certificate authority" -msgstr "Авторитет сертификата" - -# File: src/www/system_certmanager.php, line: 329 -msgid "Existing Certificate Choice" -msgstr "Существующий центр сертификации" - -# File: src/www/system_certmanager.php, line: 347 -msgid "DNS subjectAltName values must be valid hostnames or FQDNs" -msgstr "" -"Значения DNS subjectAltName должны быть допустимыми хост-именами или FQDN" - -# File: src/www/system_certmanager.php, line: 352 -msgid "IP subjectAltName values must be valid IP Addresses" -msgstr "Значения IP subjectAltName должны быть допустимыми IP-Адресами" - -# File: src/www/system_certmanager.php, line: 357 -msgid "You must provide an e-mail address for this type of subjectAltName" -msgstr "" -"Вы должны предоставить адрес электронной почты для этого типа subjectAltName" - -# File: src/www/system_certmanager.php, line: 360 -msgid "The e-mail provided in a subjectAltName contains invalid characters." -msgstr "" -"Электронная почта, выданная в subjectAltName, содержит недопустимые символы." - -# File: src/www/system_certmanager.php, line: 365 -msgid "URI subjectAltName types must be a valid URI" -msgstr "Типы URI subjectAltName должны быть допустимым URI" - -# File: src/www/system_certmanager.php, line: 369 -msgid "Unrecognized subjectAltName type." -msgstr "Неузнанный тип subjectAltName." - -# File: src/www/system_certmanager.php, line: 511 -msgid "add or import certificate" -msgstr "добавить или импортировать ca" - -# File: src/www/system_certmanager.php, line: 542 -msgid "Do you really want to delete this Certificate?" -msgstr "Вы действительно хотите удалить этот QinQ-интерфейс?" - -# File: src/www/system_certmanager.php, line: 567 -# File: src/www/system_usermanager.php, line: 203 -# File: src/www/system_usermanager.php, line: 482 -# File: src/www/system_usermanager.php, line: 894 -# File: src/www/vpn_ipsec_phase1.php, line: 205 -# File: src/www/vpn_openvpn_server.php, line: 284 -msgid "Certificate" -msgstr "Сертификат" - -# File: src/www/system_certmanager.php, line: 733 -msgid "Import Certificate" -msgstr "Сертификат об импорте" - -# File: src/www/system_certmanager.php, line: 747 -msgid "Private key data" -msgstr "Данные о секретном ключе" - -# File: src/www/system_certmanager.php, line: 751 -msgid "Paste a private key in X.509 PEM format here." -msgstr "Вставьте секретный ключ X.509 в PEM формат сюда." - -# File: src/www/system_certmanager.php, line: 761 -msgid "Internal Certificate" -msgstr "Внутренний Сертификат" - -# File: src/www/system_certmanager.php, line: 779 -msgid "" -"No internal Certificate Authorities have been defined. You must %sadd%s an " -"internal CA before creating an internal certificate." -msgstr "" -"Не были определены никакие Разрешения на внутренние Сертификаты. Вы должны " -"%sadd%s внутренний CA назад, создающий внутренний сертификат, потребность." - -# File: src/www/system_certmanager.php, line: 787 -# File: src/www/vpn_openvpn_client.php, line: 726 -msgid "Client Certificate" -msgstr "Сертификат клиента" - -# File: src/www/system_certmanager.php, line: 788 -# File: src/www/vpn_openvpn_server.php, line: 1002 -msgid "Server Certificate" -msgstr "Сертификат сервера" - -# File: src/www/system_certmanager.php, line: 789 -# File: src/www/system_crlmanager.php, line: 237 -# File: src/www/system_crlmanager.php, line: 392 -# File: src/www/vpn_ipsec_phase1.php, line: 205 -# File: src/www/vpn_openvpn_client.php, line: 241 -# File: src/www/vpn_openvpn_server.php, line: 284 -msgid "Certificate Authority" -msgstr "Разрешение на сертификаты" - -# File: src/www/system_certmanager.php, line: 792 -msgid "" -"Choose the type of certificate to generate here, the type defines it's " -"constraints" -msgstr "" -"Выберите тип сертификата, который можно сгенерировать здесь, на который тип " -"определяет, что он является ограничениями" - -# File: src/www/system_certmanager.php, line: 904 -msgid "Alternative Names" -msgstr "Альтернативные Имена" - -# File: src/www/system_certmanager.php, line: 920 -# File: src/www/system_certmanager.php, line: 940 -msgid "DNS" -msgstr "DNS" - -# File: src/www/system_certmanager.php, line: 922 -# File: src/www/system_certmanager.php, line: 942 -msgid "email" -msgstr "email" - -# File: src/www/system_certmanager.php, line: 923 -# File: src/www/system_certmanager.php, line: 943 -msgid "URI" -msgstr "URI" - -# File: src/www/system_certmanager.php, line: 975 -msgid "External Signing Request" -msgstr "Запрос внешнего Подписания" - -# File: src/www/system_certmanager.php, line: 1087 -msgid "Choose an Existing Certificate" -msgstr "Импортировать существующий центр сертификации" - -# File: src/www/system_certmanager.php, line: 1092 -msgid "Existing Certificates" -msgstr "Существующие Сертификаты" - -# File: src/www/system_certmanager.php, line: 1110 -msgid "*In Use" -msgstr "*Используется" - -# File: src/www/system_certmanager.php, line: 1111 -msgid "*Revoked" -msgstr "*Отозван" - -# File: src/www/system_certmanager.php, line: 1152 -msgid "Complete Signing Request" -msgstr "Завершите Запрос Подписания" - -# File: src/www/system_certmanager.php, line: 1155 -msgid "Signing request data" -msgstr "Данные запроса подписания" - -# File: src/www/system_certmanager.php, line: 1159 -msgid "" -"Copy the certificate signing data from here and forward it to your " -"certificate authority for signing." -msgstr "" -"Скопируйте отсюда данные о подписании сертификата и перенаправьте его своему " -"центру сертификации для подписания." - -# File: src/www/system_certmanager.php, line: 1163 -msgid "Final certificate data" -msgstr "Окончательные данные сертификата" - -# File: src/www/system_certmanager.php, line: 1167 -msgid "Paste the certificate received from your certificate authority here." -msgstr "Вставьте сертификат, полученный от вашего центра сертификации, сюда." - -# File: src/www/system_certmanager.php, line: 1190 -# File: src/www/system_crlmanager.php, line: 611 -msgid "In Use" -msgstr "В использовании" - -# File: src/www/system_certmanager.php, line: 1214 -msgid "external - signature pending" -msgstr "Снаружи: выжидание подписи" - -# File: src/www/system_certmanager.php, line: 1229 -msgid "CA:" -msgstr "Удостоверяющий центр (CA):" - -# File: src/www/system_certmanager.php, line: 1230 -msgid "Server:" -msgstr "Сервер:" - -# File: src/www/system_certmanager.php, line: 1252 -# File: src/www/system_usermanager.php, line: 800 -msgid "Revoked" -msgstr "Отозванный" - -# File: src/www/system_certmanager.php, line: 1260 -msgid "User Cert" -msgstr "Сертификат пользователя" - -# File: src/www/system_certmanager.php, line: 1264 -msgid "OpenVPN Server" -msgstr "OpenVPN-сервер" - -# File: src/www/system_certmanager.php, line: 1268 -msgid "OpenVPN Client" -msgstr "OpenVPN-клиент" - -# File: src/www/system_certmanager.php, line: 1272 -msgid "IPsec Tunnel" -msgstr "IPsec-туннель" - -# File: src/www/system_certmanager.php, line: 1276 -msgid "show certificate info" -msgstr "Информация о сертификате" - -# File: src/www/system_certmanager.php, line: 1280 -msgid "export ca" -msgstr "экспортировать CA" - -# File: src/www/system_certmanager.php, line: 1284 -msgid "export key" -msgstr "Экспортировать ключ" - -# File: src/www/system_certmanager.php, line: 1288 -msgid "export ca cert+user cert+user cert key in .p12 format" -msgstr "Экспортировать ca cert+user cert+user cert key в формате .p12" - -# File: src/www/system_certmanager.php, line: 1294 -msgid "delete cert" -msgstr "Удалить сертификат" - -# File: src/www/system_certmanager.php, line: 1300 -msgid "update csr" -msgstr "Обновить CSR" - -# File: src/www/system_certmanager.php, line: 1313 -msgid "Note: You can only delete a certificate if it is not currently in use." -msgstr "Удалить можно только не используемый сертификат." - -# File: src/www/system_crlmanager.php, line: 153 -msgid "Certificate Revocation List %s is in use and cannot be deleted" -msgstr "Нельзя удалить список отзыва сертификатов %s, так как он используется." - -# File: src/www/system_crlmanager.php, line: 183 -msgid "Deleted Certificate %s from CRL %s" -msgstr "Удалить сертификат %s из CRL %s" - -# File: src/www/system_crlmanager.php, line: 187 -msgid "Failed to delete Certificate %s from CRL %s" -msgstr "Не удалось удалить сертификат %s из CRL %s" - -# File: src/www/system_crlmanager.php, line: 202 -msgid "Both the Certificate and CRL must be specified." -msgstr "Необходимо выбрать сертификат и CRL." - -# File: src/www/system_crlmanager.php, line: 206 -msgid "CA mismatch between the Certificate and CRL. Unable to Revoke." -msgstr "Несоответствие CA между Сертификатом и CRL. Неспособное Отозвать." - -# File: src/www/system_crlmanager.php, line: 209 -msgid "Cannot revoke certificates for an imported/external CRL." -msgstr "Невозможно отозвать сертификаты для сторонних CRL." - -# File: src/www/system_crlmanager.php, line: 229 -msgid "Certificate Revocation List data" -msgstr "Данные Списка Отзыва Сертификатов" - -# File: src/www/system_crlmanager.php, line: 297 -msgid "Do you really want to delete this Certificate Revocation List?" -msgstr "Действительно удалить указанный Перечень отозванных сертификатов?" - -# File: src/www/system_crlmanager.php, line: 321 -# File: src/www/system_crlmanager.php, line: 536 -msgid "Delete this certificate from the CRL " -msgstr "Удалить указанный сертификат из CRL " - -# File: src/www/system_crlmanager.php, line: 378 -msgid "Create an internal Certificate Revocation List" -msgstr "Создать внутренний центр сертификации" - -# File: src/www/system_crlmanager.php, line: 379 -msgid "Import an existing Certificate Revocation List" -msgstr "Импортировать существующий центр сертификации" - -# File: src/www/system_crlmanager.php, line: 410 -msgid "Existing Certificate Revocation List" -msgstr "Список отзыва сертификатов узлов" - -# File: src/www/system_crlmanager.php, line: 415 -# File: src/www/system_crlmanager.php, line: 482 -msgid "CRL data" -msgstr "Данные CRL" - -# File: src/www/system_crlmanager.php, line: 419 -# File: src/www/system_crlmanager.php, line: 486 -msgid "Paste a Certificate Revocation List in X.509 CRL format here." -msgstr "Вставьте Список Отзыва Сертификатов в X.509 формате CRL сюда." - -# File: src/www/system_crlmanager.php, line: 429 -msgid "Internal Certificate Revocation List" -msgstr "Список отзыва сертификатов узлов" - -# File: src/www/system_crlmanager.php, line: 438 -msgid "Default: 9999" -msgstr "По умолчанию: 9999" - -# File: src/www/system_crlmanager.php, line: 443 -msgid "Serial" -msgstr "Серийное" - -# File: src/www/system_crlmanager.php, line: 447 -msgid "Default: 0" -msgstr "По умолчанию: 0" - -# File: src/www/system_crlmanager.php, line: 473 -msgid "Edit Imported Certificate Revocation List" -msgstr "Редактировать импортированный список отзыва сертификатов (CLR)" - -# File: src/www/system_crlmanager.php, line: 511 -msgid "Currently Revoked Certificates for CRL" -msgstr "Отозванные в данный момент сертификаты для списка CRL" - -# File: src/www/system_crlmanager.php, line: 514 -# File: src/www/vpn_openvpn_export.php, line: 789 -msgid "Certificate Name" -msgstr "Название сертификата" - -# File: src/www/system_crlmanager.php, line: 515 -msgid "Revocation Reason" -msgstr "Причина отзыва" - -# File: src/www/system_crlmanager.php, line: 516 -msgid "Revoked At" -msgstr "Отозван" - -# File: src/www/system_crlmanager.php, line: 525 -msgid "No Certificates Found for this CRL." -msgstr "Не найдено сертификатов в данном CRL." - -# File: src/www/system_crlmanager.php, line: 552 -msgid "No Certificates Found for this CA." -msgstr "Не найдено сертификатов для этого CA." - -# File: src/www/system_crlmanager.php, line: 557 -msgid "Revoke a Certificate" -msgstr "Отозвать сертификат" - -# File: src/www/system_crlmanager.php, line: 561 -msgid "Choose a Certificate to Revoke" -msgstr "Выберите сертификат, чтобы отозвать" - -# File: src/www/system_crlmanager.php, line: 575 -msgid "Reason" -msgstr "Причина" - -# File: src/www/system_crlmanager.php, line: 619 -msgid "Additional Certificate Revocation Lists can be added here." -msgstr "Здесь можно добавить дополнительные списки отзыва сертификатов." - -# File: src/www/system_crlmanager.php, line: 638 -msgid "Add or Import CRL for %s" -msgstr "Добавить или импортировать список CRL для %s" - -# File: src/www/system_crlmanager.php, line: 643 -msgid "Import CRL for %s" -msgstr "Импортировать список CRL для %s" - -# File: src/www/system_crlmanager.php, line: 659 -msgid "Unknown (imported)" -msgstr "Неизвестный (импортирован)" - -# File: src/www/system_crlmanager.php, line: 663 -msgid "Export CRL" -msgstr "Экспортировать список CRL" - -# File: src/www/system_crlmanager.php, line: 668 -# File: src/www/system_crlmanager.php, line: 673 -msgid "Edit CRL" -msgstr "Редактировать список CRL" - -# File: src/www/system_crlmanager.php, line: 679 -msgid "Delete CRL" -msgstr "Удалить список CRL" - -# File: src/www/system_gateway_groups.php, line: 118 -msgid "Add group" -msgstr "Добавить группу" - -# File: src/www/system_gateway_groups.php, line: 130 -msgid "Gateway-group" -msgstr "Группа шлюза" - -# File: src/www/system_gateway_groups.php, line: 131 -msgid "Do you really want to delete this gateway group?" -msgstr "Вы действительно хотите удалить эту группу шлюза?" - -# File: src/www/system_gateway_groups.php, line: 155 -msgid "" -"The gateway configuration has been changed.%sYou must apply the changes in " -"order for them to take effect." -msgstr "" -"Конфигурация шлюза изменена.%sYou должны применить изменения, чтобы они " -"вступили в силу." - -# File: src/www/system_gateway_groups.php, line: 192 -msgid "Tier " -msgstr "Ранг " - -# File: src/www/system_gateway_groups.php, line: 203 -# File: src/www/system_groupmanager.php, line: 498 -msgid "delete group" -msgstr "удалить группу" - -# File: src/www/system_gateway_groups.php, line: 219 -msgid "" -"Remember to use these Gateway Groups in firewall rules in order to enable " -"load balancing, failover, or policy-based routing. Without rules directing " -"traffic into the Gateway Groups, they will not be used." -msgstr "" -"Не забывайте использовать эти Группы Шлюзов в правилах брандмауэра, чтобы " -"обеспечить балансировку нагрузки, аварийное переключение или основанную на " -"правилах маршрутизацию. При том, что правила не будут направлять движение в " -"Группы Шлюзов, они не будут использоваться." - -# File: src/www/system_gateway_groups_edit.php, line: 77 -msgid "A valid gateway group name must be specified." -msgstr "Укажите действительный шлюз." - -# File: src/www/system_gateway_groups_edit.php, line: 80 -# File: src/www/system_gateways_edit.php, line: 61 -msgid "The gateway name must not contain invalid characters." -msgstr "Имя шлюза не должно содержать недопустимые символы." - -# File: src/www/system_gateway_groups_edit.php, line: 89 -msgid "Changing name on a gateway group is not allowed." -msgstr "Переключение имени группой шлюзов не позволяется." - -# File: src/www/system_gateway_groups_edit.php, line: 95 -msgid "A gateway group with this name \"%s\" already exists." -msgstr "Группа шлюзов с этим именем «%s» уже существует." - -# File: src/www/system_gateway_groups_edit.php, line: 112 -msgid "" -"A gateway group cannot have the same name with a gateway \"%s\" please " -"choose another name." -msgstr "" -"Шлюз, который группа не может так же заставить именовать, и шлюз «%s», " -"пожалуйста, выбирают другое имя." - -# File: src/www/system_gateway_groups_edit.php, line: 117 -msgid "No gateway(s) have been selected to be used in this group" -msgstr "Никакой шлюз (шлюзы) не был выбран, чтобы использоваться в этой группе" - -# File: src/www/system_gateway_groups_edit.php, line: 191 -msgid "Gateway Priority" -msgstr "Очерёдность шлюза" - -# File: src/www/system_gateway_groups_edit.php, line: 196 -msgid "Tier" -msgstr "Ранг" - -# File: src/www/system_gateway_groups_edit.php, line: 225 -msgid "Never" -msgstr "Никогда" - -# File: src/www/system_gateway_groups_edit.php, line: 225 -msgid "Tier %d" -msgstr "Ранг %d" - -# File: src/www/system_gateway_groups_edit.php, line: 243 -msgid "Interface Address" -msgstr "Адрес интерфейса" - -# File: src/www/system_gateway_groups_edit.php, line: 271 -msgid "Link Priority" -msgstr "Очерёдность ссылки" - -# File: src/www/system_gateway_groups_edit.php, line: 272 -msgid "" -"The priority selected here defines in what order failover and balancing of " -"links will be done. Multiple links of the same priority will balance " -"connections until all links in the priority will be exhausted. If all links " -"in a priority level are exhausted we will use the next available link(s) in " -"the next priority level." -msgstr "" -"Очерёдность, выбранная здесь, определяет, в каком порядке аварийное " -"переключение и балансировку ссылок будут делать. Многочисленные звенья такой " -"же очерёдности будут уравновешивать подключение, пока все ссылки в " -"очерёдности не будут исчерпаны. Если будут исчерпаны все ссылки в уровне " -"очерёдности, мы будем использовать следующую доступную ссылку (ссылки) в " -"следующем уровне очерёдности." - -# File: src/www/system_gateway_groups_edit.php, line: 278 -msgid "" -"The virtual IP field selects what (virtual) IP should be used when this " -"group applies to a local Dynamic DNS, IPsec or OpenVPN endpoint" -msgstr "" -"Виртуальное поле IP выбирает, какой (виртуальный) IP должен использоваться, " -"когда эта группа применяется к локальному Динамическому DNS, IPsec или " -"конечной точке OpenVPN" - -# File: src/www/system_gateway_groups_edit.php, line: 283 -msgid "Trigger Level" -msgstr "Уровень срабатывания" - -# File: src/www/system_gateway_groups_edit.php, line: 286 -msgid "Member Down" -msgstr "Членский Даун" - -# File: src/www/system_gateway_groups_edit.php, line: 287 -msgid "Packet Loss" -msgstr "Потеря пакетов" - -# File: src/www/system_gateway_groups_edit.php, line: 288 -msgid "High Latency" -msgstr "Большой Затор" - -# File: src/www/system_gateway_groups_edit.php, line: 289 -msgid "Packet Loss or High Latency" -msgstr "Потеря пакетов или Большой Затор" - -# File: src/www/system_gateway_groups_edit.php, line: 292 -msgid "When to trigger exclusion of a member" -msgstr "Когда включить исключение члена" - -# File: src/www/system_gateways.php, line: 58 -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Gateway Group '%s'" -msgstr "" -"Шлюзовый '%s' не может быть удалён, потому что оно в использовании группа " -"Шлюзов на '%s'" - -# File: src/www/system_gateways.php, line: 68 -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Static Route '%s'" -msgstr "" -"Шлюз '%s' не может быть удалён, потому что он используется на '%s' " -"Статического Маршрута" - -# File: src/www/system_gateways.php, line: 211 -msgid "Add gateway" -msgstr "Добавьте шлюз" - -# File: src/www/system_gateways.php, line: 225 -msgid "Do you really want to delete this gateway?" -msgstr "Вы действительно хотите удалить этот маршрут?" - -# File: src/www/system_gateways.php, line: 257 -msgid "Do you really want to delete the selected gateway items?" -msgstr "Вы действительно хотите удалить выбранные правила?" - -# File: src/www/system_gateways.php, line: 287 -msgid "The gateway configuration has been changed." -msgstr "Конфигурация межсетевого экрана изменена." - -# File: src/www/system_gateways.php, line: 303 -# File: src/www/system_gateways_edit.php, line: 644 -msgid "Monitor IP" -msgstr "Монитор IP" - -# File: src/www/system_gateways.php, line: 326 -msgid "Gateway is inactive because interface is missing" -msgstr "Шлюз неактивен, потому что интерфейс отсутствует" - -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "disable gateway" -msgstr "Отключите шлюз" - -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "enable gateway" -msgstr "Включите шлюз" - -# File: src/www/system_gateways.php, line: 356 -msgid "edit gateway" -msgstr "Шлюз редактирования" - -# File: src/www/system_gateways.php, line: 361 -msgid "delete gateway" -msgstr "Удалите шлюз" - -# File: src/www/system_gateways.php, line: 368 -msgid "clone gateway" -msgstr "Шлюз в клонах" - -# File: src/www/system_gateways.php, line: 383 -msgid "delete selected items" -msgstr "удалить выбранные маршруты" - -# File: src/www/system_gateways_edit.php, line: 58 -msgid "A valid gateway name must be specified." -msgstr "Укажите действительный шлюз." - -# File: src/www/system_gateways_edit.php, line: 67 -msgid "A valid gateway IP address must be specified." -msgstr "Укажите действительный псевдоним IP-адреса." - -# File: src/www/system_gateways_edit.php, line: 75 -msgid "" -"Cannot add IPv4 Gateway Address because no IPv4 address could be found on " -"the interface." -msgstr "" -"Добавить Адрес Шлюза IPv4 нельзя, потому что никакой адрес IPv4 не мог бы " -"быть найден на интерфейсе." - -# File: src/www/system_gateways_edit.php, line: 97 -# File: src/www/system_gateways_edit.php, line: 128 -msgid "" -"The gateway address %1$s does not lie within one of the chosen interface's " -"subnets." -msgstr "IP-адрес %1$s шлюза не входит в выбранную подсеть интерфейса." - -# File: src/www/system_gateways_edit.php, line: 106 -msgid "" -"Cannot add IPv6 Gateway Address because no IPv6 address could be found on " -"the interface." -msgstr "" -"Добавить Адрес Шлюза IPv6 нельзя, потому что никакой адрес IPv6 не мог бы " -"быть найден на интерфейсе." - -# File: src/www/system_gateways_edit.php, line: 136 -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv4 " -"configuration." -msgstr "" -"Значения динамического шлюза не могут быть указаны для интерфейсов со " -"статической конфигурацией IPv4." - -# File: src/www/system_gateways_edit.php, line: 141 -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv6 " -"configuration." -msgstr "" -"Значения динамического шлюза не могут быть заданы для интерфейсов с помощью " -"статической конфигурации IPv6." - -# File: src/www/system_gateways_edit.php, line: 146 -msgid "A valid monitor IP address must be specified." -msgstr "Укажите действительный псевдоним IP-адреса." - -# File: src/www/system_gateways_edit.php, line: 172 -msgid "Changing name on a gateway is not allowed." -msgstr "Переключение имени шлюзом не позволяется." - -# File: src/www/system_gateways_edit.php, line: 178 -msgid "The gateway name \"%s\" already exists." -msgstr "Имя шлюза «%s» уже существует." - -# File: src/www/system_gateways_edit.php, line: 184 -msgid "The gateway IP address \"%s\" already exists." -msgstr "IP-адрес шлюза «%s» уже существует." - -# File: src/www/system_gateways_edit.php, line: 190 -msgid "" -"The monitor IP address \"%s\" is already in use. You must choose a different " -"monitor IP." -msgstr "" -"IP-адрес монитора «%s» уже используется. Вы должны выбрать другой монитор IP." - -# File: src/www/system_gateways_edit.php, line: 200 -msgid "The low latency threshold needs to be a numeric value." -msgstr "Порог маленького затора должен быть значением цифры." - -# File: src/www/system_gateways_edit.php, line: 202 -msgid "The low latency threshold needs to be positive." -msgstr "Порог маленького затора должен быть положительным." - -# File: src/www/system_gateways_edit.php, line: 208 -msgid "The high latency threshold needs to be a numeric value." -msgstr "Высокий порог затора должен быть значением цифры." - -# File: src/www/system_gateways_edit.php, line: 210 -msgid "The high latency threshold needs to be positive." -msgstr "Высокий порог затора должен быть положительным." - -# File: src/www/system_gateways_edit.php, line: 216 -msgid "The low Packet Loss threshold needs to be a numeric value." -msgstr "Низкий порог Потери Пакетов должен быть значением цифры." - -# File: src/www/system_gateways_edit.php, line: 218 -msgid "The low Packet Loss threshold needs to be positive." -msgstr "Низкий порог Потери Пакетов должен быть положительным." - -# File: src/www/system_gateways_edit.php, line: 220 -msgid "The low Packet Loss threshold needs to be less than 100." -msgstr "Низкий порог Потери Пакетов должен быть менее 100." - -# File: src/www/system_gateways_edit.php, line: 226 -msgid "The high Packet Loss threshold needs to be a numeric value." -msgstr "Высокий порог Потери Пакетов должен быть значением цифры." - -# File: src/www/system_gateways_edit.php, line: 228 -msgid "The high Packet Loss threshold needs to be positive." -msgstr "Высокий порог Потери Пакетов должен быть положительным." - -# File: src/www/system_gateways_edit.php, line: 230 -msgid "The high Packet Loss threshold needs to be 100 or less." -msgstr "Высокий порог Потери Пакетов должен быть 100 или менее." - -# File: src/www/system_gateways_edit.php, line: 238 -msgid "" -"The high latency threshold needs to be higher than the low latency threshold" -msgstr "Высокий порог затора должен быть выше, чем порог маленького затора" - -# File: src/www/system_gateways_edit.php, line: 252 -msgid "" -"The high Packet Loss threshold needs to be higher than the low Packet Loss " -"threshold" -msgstr "" -"Высокий порог Потери Пакетов должен быть выше, чем низкий порог Потери " -"Пакетов" - -# File: src/www/system_gateways_edit.php, line: 266 -msgid "The probe interval needs to be a numeric value." -msgstr "Интервал зонда должен быть значением цифры." - -# File: src/www/system_gateways_edit.php, line: 268 -msgid "The probe interval needs to be positive." -msgstr "Интервал зонда должен быть положительным." - -# File: src/www/system_gateways_edit.php, line: 274 -msgid "The down time setting needs to be a numeric value." -msgstr "Настройка времени простоя должна быть значением цифры." - -# File: src/www/system_gateways_edit.php, line: 276 -msgid "The down time setting needs to be positive." -msgstr "Настройка времени простоя должна быть положительной." - -# File: src/www/system_gateways_edit.php, line: 282 -msgid "The probe interval needs to be less than the down time setting." -msgstr "Интервал зонда должен быть менее чем настройкой времени простоя." - -# File: src/www/system_gateways_edit.php, line: 296 -msgid "The average delay replies qty needs to be a numeric value." -msgstr "Кол-во ответов на среднюю задержку должно быть значением цифры." - -# File: src/www/system_gateways_edit.php, line: 298 -msgid "The average delay replies qty needs to be positive." -msgstr "Кол-во ответов на среднюю задержку должно быть положительным." - -# File: src/www/system_gateways_edit.php, line: 304 -msgid "The average packet loss probes qty needs to be a numeric value." -msgstr "Среднее кол-во потери пакетов у зондов должно быть значением цифры." - -# File: src/www/system_gateways_edit.php, line: 306 -msgid "The average packet loss probes qty needs to be positive." -msgstr "Среднее кол-во потери пакетов у зондов должно быть положительным." - -# File: src/www/system_gateways_edit.php, line: 312 -msgid "The lost probe delay needs to be a numeric value." -msgstr "Упущенная задержка зонда должна быть значением цифры." - -# File: src/www/system_gateways_edit.php, line: 314 -msgid "The lost probe delay needs to be positive." -msgstr "Упущенная задержка зонда должна быть положительной." - -# File: src/www/system_gateways_edit.php, line: 558 -msgid "Edit gateway" -msgstr "Шлюз редактирования" - -# File: src/www/system_gateways_edit.php, line: 569 -msgid "Disable this gateway" -msgstr "Отключить это правило" - -# File: src/www/system_gateways_edit.php, line: 570 -msgid "" -"Set this option to disable this gateway without removing it from the list." -msgstr "Выберите этот параметр, чтобы отключить правило не удаляя из списка." - -# File: src/www/system_gateways_edit.php, line: 587 -msgid "Choose which interface this gateway applies to." -msgstr "Выберите интерфейс для применения правила." - -# File: src/www/system_gateways_edit.php, line: 603 -msgid "Choose the Internet Protocol this gateway uses." -msgstr "Выберите Протокол Интернета, который использует этот шлюз." - -# File: src/www/system_gateways_edit.php, line: 612 -msgid "Gateway name" -msgstr "Имя шлюза:" - -# File: src/www/system_gateways_edit.php, line: 621 -msgid "Gateway IP address" -msgstr "Локальный IP-адрес" - -# File: src/www/system_gateways_edit.php, line: 626 -msgid "Default Gateway" -msgstr "Шлюз по умолчанию:" - -# File: src/www/system_gateways_edit.php, line: 630 -msgid "This will select the above gateway as the default gateway" -msgstr "Это выберет шлюз выше шлюзом по умолчанию" - -# File: src/www/system_gateways_edit.php, line: 635 -msgid "Disable Gateway Monitoring" -msgstr "Отключите Мониторинг Шлюзов" - -# File: src/www/system_gateways_edit.php, line: 639 -msgid "This will consider this gateway as always being up" -msgstr "Это будет считать этот шлюз всегда работающим" - -# File: src/www/system_gateways_edit.php, line: 648 -msgid "Alternative monitor IP" -msgstr "IP альтернативных мониторов" - -# File: src/www/system_gateways_edit.php, line: 649 -msgid "" -"Enter an alternative address here to be used to monitor the link. This is " -"used for the quality RRD graphs as well as the load balancer entries. Use " -"this if the gateway does not respond to ICMP echo requests (pings)" -msgstr "" -"Введите сюда альтернативный адрес, чтобы использоваться для мониторинга " -"ссылки. Это используется для качественных графиков RRD, а также записей " -"балансира нагрузки. Используйте это, если шлюз не отвечает на ICMP-запросы " -"эха (PING)" - -# File: src/www/system_gateways_edit.php, line: 656 -# File: src/www/system_gateways_edit.php, line: 660 -msgid "Mark Gateway as Down" -msgstr "Пометьте Шлюз как Дауна" - -# File: src/www/system_gateways_edit.php, line: 661 -msgid "This will force this gateway to be considered Down" -msgstr "Это заставит этот шлюз считаться Стоящим" - -# File: src/www/system_gateways_edit.php, line: 668 -msgid " - Show advanced option" -msgstr "Показать дополнительные параметры" - -# File: src/www/system_gateways_edit.php, line: 687 -msgid "Weight for this gateway when used in a Gateway Group." -msgstr "Взвешивайте для этого шлюза при использовании в Группе Шлюзов." - -# File: src/www/system_gateways_edit.php, line: 692 -msgid "Latency thresholds" -msgstr "Пороги затора" - -# File: src/www/system_gateways_edit.php, line: 697 -# File: src/www/system_gateways_edit.php, line: 723 -msgid "From" -msgstr "От" - -# File: src/www/system_gateways_edit.php, line: 698 -# File: src/www/system_gateways_edit.php, line: 724 -msgid "To" -msgstr "до" - -# File: src/www/system_gateways_edit.php, line: 718 -msgid "Packet Loss thresholds" -msgstr "Пороги Потери пакетов" - -# File: src/www/system_gateways_edit.php, line: 744 -msgid "Probe Interval" -msgstr "Интервал зонда" - -# File: src/www/system_gateways_edit.php, line: 749 -msgid "" -"NOTE: The quality graph is averaged over seconds, not intervals, so as the " -"probe interval is increased the accuracy of the quality graph is decreased." -msgstr "" -"Примечание: Качественный график усреднён в течение нескольких секунд, а не в " -"течение интервалов, так что, как интервал зонда увеличен, чёткость " -"качественного графика уменьшена." - -# File: src/www/system_gateways_edit.php, line: 754 -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 83 -msgid "Down" -msgstr "Недействующее" - -# File: src/www/system_gateways_edit.php, line: 763 -msgid "Avg Delay Replies Qty" -msgstr "Эвги Задерживают Кол-во Ответов" - -# File: src/www/system_gateways_edit.php, line: 767 -# File: src/www/system_gateways_edit.php, line: 778 -# File: src/www/system_gateways_edit.php, line: 790 -msgid "Use calculated value." -msgstr "Используйте вычисленное значение." - -# File: src/www/system_gateways_edit.php, line: 774 -msgid "Avg Packet Loss Probes Qty" -msgstr "Кол-во Потери Пакетов Эвгов у Зондов" - -# File: src/www/system_gateways_edit.php, line: 786 -msgid "Lost Probe Delay" -msgstr "Оно утратило Задержку Зонда" - -# File: src/www/system_gateways_edit.php, line: 801 -msgid "" -"The probe interval must be less than the down time, otherwise the gateway " -"will seem to go down then come up again at the next probe." -msgstr "" -"Интервал зонда должен быть менее чем временем простоя, иначе будет казаться, " -"что шлюз затем спустится, чтобы быть снова поднесённым к следующему зонду." - -# File: src/www/system_gateways_edit.php, line: 802 -msgid "" -"The down time defines the length of time before the gateway is marked as " -"down, but the accuracy is controlled by the probe interval. For example, if " -"your down time is 40 seconds but on a 30 second probe interval, only one " -"probe would have to fail before the gateway is marked down at the 40 second " -"mark. By default, the gateway is considered down after 10 seconds, and the " -"probe interval is 1 second, so 10 probes would have to fail before the " -"gateway is marked down." -msgstr "" -"Время простоя задаёт отрезок времени до того, как шлюз будет помечен его " -"неработой, но аккуратность управляется интервалом зонда. Например, если ваше " -"время простоя будет 40 секунд кроме как интервал 30 секунд зонда, только " -"один зонд должен будет сбоить до того, как шлюз будет записан в отметке 40 " -"секунд. По умолчанию шлюз рассматривается как стоящий через 10 секунд, и " -"интервал зонда – 1 секунда, так что 10 зондов должны были бы отказать до " -"того, как шлюз будет помечен вниз." - -# File: src/www/system_general.php, line: 43 -msgid "English" -msgstr "Английский язык" - -# File: src/www/system_general.php, line: 44 -msgid "Chinese (Simplified)" -msgstr "Китайский язык (Упростился)" - -# File: src/www/system_general.php, line: 45 -msgid "French" -msgstr "Французский язык" - -# File: src/www/system_general.php, line: 46 -msgid "German" -msgstr "Немецкий язык" - -# File: src/www/system_general.php, line: 47 -msgid "Japanese" -msgstr "Японский язык" - -# File: src/www/system_general.php, line: 48 -msgid "Mongolian" -msgstr "Монгольский язык" - -# File: src/www/system_general.php, line: 49 -msgid "Spanish" -msgstr "Испанский язык" - -# File: src/www/system_general.php, line: 114 -msgid "The hostname may only contain the characters a-z, 0-9 and '-'." -msgstr "Имя хоста может содержать только символы «a–z, A–Z, 0–9 и - (дефис)»." - -# File: src/www/system_general.php, line: 117 -msgid "The domain may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "Имя хоста может содержать только символы «a–z, A–Z, 0–9 и - (дефис)»." - -# File: src/www/system_general.php, line: 151 -msgid "" -"You can not assign a gateway to DNS '%s' server which is on a directly " -"connected network." -msgstr "" -"Вы не можете установить шлюз до DNS-сервера '%s', который находится в " -"напрямую подключённой сети." - -# File: src/www/system_general.php, line: 163 -msgid "" -"A NTP Time Server name may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "Имя хоста может содержать только символы «a–z, A–Z, 0–9 и - (дефис)»." - -# File: src/www/system_general.php, line: 328 -msgid "Name of the firewall host, without domain part" -msgstr "Имя хоста без доменной части" - -# File: src/www/system_general.php, line: 330 -msgid "firewall" -msgstr "Межсетевой экран" - -# File: src/www/system_general.php, line: 339 -msgid "" -"Do not use 'local' as a domain name. It will cause local hosts running mDNS " -"(avahi, bonjour, etc.) to be unable to resolve local hosts not running mDNS." -msgstr "" -"Не используйте 'локальный', как доменное имя. Он заставит локальные хосты, " -"запускающие mDNS (avahi, bonjour и т. д.), являться неспособными решить " -"локальные хосты, не запускающие mDNS." - -# File: src/www/system_general.php, line: 341 -msgid "e.g. %smycorp.com, home, office, private, etc.%s" -msgstr "Например, %smycorp.com, дом, офис, рядовой, etc.%s" - -# File: src/www/system_general.php, line: 351 -msgid "DNS Server" -msgstr "DNS-серверы" - -# File: src/www/system_general.php, line: 352 -msgid "Use gateway" -msgstr "Используйте шлюз" - -# File: src/www/system_general.php, line: 390 -msgid "" -"Enter IP addresses to be used by the system for DNS resolution. These are " -"also used for the DHCP service, DNS forwarder and for PPTP VPN clients." -msgstr "" -"Введите IP-адреса, которые должны использоваться системой для разрешения " -"DNS. Они также используются для службы DHCP, перенаправителя DNS и клиентов " -"VPN PPTP." - -# File: src/www/system_general.php, line: 394 -msgid "" -"In addition, optionally select the gateway for each DNS server. When using " -"multiple WAN connections there should be at least one unique DNS server per " -"gateway." -msgstr "" -"Кроме того, опционально выберите шлюз для каждого DNS-сервера. Когда он " -"использует многочисленные соединения с WAN, должен быть на шлюз по крайней " -"мере один уникальный DNS-сервер." - -# File: src/www/system_general.php, line: 400 -msgid "DNS server options" -msgstr "Опции DNS-сервера" - -# File: src/www/system_general.php, line: 404 -msgid "Allow DNS server list to be overridden by DHCP/PPP on WAN" -msgstr "Позвольте, чтобы список DNS-сервера был переопределён DHCP/PPP по WAN" - -# File: src/www/system_general.php, line: 407 -msgid "" -"If this option is set, %s will use DNS servers assigned by a DHCP/PPP server " -"on WAN for its own purposes (including the DNS forwarder). However, they " -"will not be assigned to DHCP and PPTP VPN clients." -msgstr "" -"Если эта опция будет настроена, %s будет использовать DNS-серверы, " -"определённые DHCP/PPP-сервером по WAN, в его собственных целях (включая " -"перенаправитель DNS). Однако, они не будут отнесены к DHCP и клиентам VPN " -"PPTP." - -# File: src/www/system_general.php, line: 416 -msgid "Do not use the DNS Forwarder as a DNS server for the firewall" -msgstr "Не используйте Перенаправитель DNS, как DNS-сервер, для брандмауэра" - -# File: src/www/system_general.php, line: 419 -msgid "" -"By default localhost (127.0.0.1) will be used as the first DNS server where " -"the DNS Forwarder or DNS Resolver is enabled and set to listen on Localhost, " -"so system can use the local DNS service to perform lookups. Checking this " -"box omits localhost from the list of DNS servers." -msgstr "" -"По умолчанию локолхост (127.0.0.1) будет использоваться, как первый DNS-" -"сервер, на котором запущен Перенаправитель DNS или Разрешатель DNS, и ему " -"будет поручено прослушивать на Локолхост, так что система может использовать " -"локальную службу DNS, чтобы выполнить поиск. Проверка этого окна пропускает " -"локолхост от списка DNS-серверов." - -# File: src/www/system_general.php, line: 425 -msgid "Time zone" -msgstr "Часовой пояс" - -# File: src/www/system_general.php, line: 440 -msgid "Select the location closest to you" -msgstr "Выберите размещение ближе всего к вам" - -# File: src/www/system_general.php, line: 445 -msgid "NTP time server" -msgstr "Сервер времени NTP" - -# File: src/www/system_general.php, line: 449 -msgid "" -"Use a space to separate multiple hosts (only one required). Remember to set " -"up at least one DNS server if you enter a host name here!" -msgstr "" -"Используйте пробел, чтобы разделить многочисленные хосты (требуется только " -"один). Не забывайте настроить по крайней мере один DNS-сервер, если вы " -"вводите здесь имя хоста!" - -# File: src/www/system_general.php, line: 456 -msgid "Language" -msgstr "Язык" - -# File: src/www/system_general.php, line: 469 -msgid "Choose a language for the webConfigurator" -msgstr "Выберите язык для webConfigurator" - -# File: src/www/system_general.php, line: 475 -msgid "Theme" -msgstr "Оформление" - -# File: src/www/system_general.php, line: 489 -msgid "This will change the look and feel of" -msgstr "Это изменит look and feel из" - -# File: src/www/system_general.php, line: 496 -msgid "Firmware Mirror" -msgstr "Зеркало встроенного программного обеспечения" - -# File: src/www/system_general.php, line: 509 -msgid "Select an alternate firmware mirror." -msgstr "Выберите зеркало альтернативного встроенного программного обеспечения." - -# File: src/www/system_general.php, line: 515 -msgid "Firmware Flavour" -msgstr "Тип встроенного программного обеспечения" - -# File: src/www/system_general.php, line: 528 -msgid "Select the firmware cryptography flavour." -msgstr "Выберите криптографический тип встроенного программного обеспечения." - -# File: src/www/system_groupmanager.php, line: 110 -msgid "The group name contains invalid characters." -msgstr "Имя службы содержит недопустимые символы." - -# File: src/www/system_groupmanager.php, line: 114 -msgid "The group name is longer than 16 characters." -msgstr "Длина имени пользователя больше 16 символов." - -# File: src/www/system_groupmanager.php, line: 121 -msgid "Another entry with the same group name already exists." -msgstr "Другая запись с таким же именем уже существует." - -# File: src/www/system_groupmanager.php, line: 129 -msgid "That groupname is reserved by the system." -msgstr "Это имя пользователя зарезервировано системой." - -# File: src/www/system_groupmanager.php, line: 256 -# File: src/www/system_usermanager.php, line: 460 -msgid "Do you really want to delete this privilege?" -msgstr "Вы действительно хотите удалить этот хост?" - -# File: src/www/system_groupmanager.php, line: 280 -msgid "Do you really want to delete this group?" -msgstr "Вы действительно хотите удалить этот хост?" - -# File: src/www/system_groupmanager.php, line: 320 -# File: src/www/system_usermanager.php, line: 618 -msgid "Defined by" -msgstr "Как определили по" - -# File: src/www/system_groupmanager.php, line: 327 -# File: src/www/system_groupmanager.php, line: 468 -msgid "Group name" -msgstr "Имя группы" - -# File: src/www/system_groupmanager.php, line: 337 -msgid "Group description, for your own information only" -msgstr "Описание группы только для вашей собственной информации" - -# File: src/www/system_groupmanager.php, line: 342 -# File: src/www/system_usermanager.php, line: 675 -msgid "Group Memberships" -msgstr "Членство в группе" - -# File: src/www/system_groupmanager.php, line: 347 -# File: src/www/system_usermanager.php, line: 680 -msgid "Not Member Of" -msgstr "Не Член Из" - -# File: src/www/system_groupmanager.php, line: 349 -# File: src/www/system_usermanager.php, line: 682 -msgid "Member Of" -msgstr "Член Из" - -# File: src/www/system_groupmanager.php, line: 371 -msgid "Add Groups" -msgstr "добавить группы" - -# File: src/www/system_groupmanager.php, line: 375 -msgid "Remove Groups" -msgstr "удалить группы" - -# File: src/www/system_groupmanager.php, line: 398 -# File: src/www/system_groupmanager_addprivs.php, line: 142 -# File: src/www/system_usermanager.php, line: 733 -# File: src/www/system_usermanager_addprivs.php, line: 139 -msgid "Hold down CTRL (pc)/COMMAND (mac) key to select multiple items" -msgstr "" -"Удержите CTRL (pc)/клавишу Команд (Mac), чтобы выбрать многочисленные " -"элементы" - -# File: src/www/system_groupmanager.php, line: 405 -msgid "Assigned Privileges" -msgstr "Он присвоил Привилегии" - -# File: src/www/system_groupmanager.php, line: 423 -msgid "delete privilege" -msgstr "Удаляйте привилегированность" - -# File: src/www/system_groupmanager.php, line: 470 -msgid "Member Count" -msgstr "Количество элементов" - -# File: src/www/system_groupmanager.php, line: 515 -# File: src/www/system_usermanager.php, line: 989 -# File: src/www/vpn_l2tp_users.php, line: 69 -# File: src/www/vpn_pptp_users.php, line: 66 -msgid "add user" -msgstr "добавить пользователя" - -# File: src/www/system_groupmanager.php, line: 523 -msgid "" -"Additional webConfigurator groups can be added here.\n" -" Group permissions can be assigned which are inherited " -"by users who are members of the group.\n" -" An icon that appears grey indicates that it is a " -"system defined object.\n" -" Some system object properties can be modified but they " -"cannot be deleted." -msgstr "" -"Здесь можно добавить дополнительных пользователей.\n" -" Права пользователя для доступа к Web-конфигуратору " -"могут быть назначены непосредственно или унаследованы от участников групп.\n" -" Значок серого цвета указывает на то, что это " -"определяемый системой объект.\n" -" Некоторые свойства системных объектов могут быть " -"изменены, но их нельзя удалить." - -# File: src/www/system_groupmanager_addprivs.php, line: 56 -# File: src/www/system_usermanager_addprivs.php, line: 66 -msgid "Selected priveleges" -msgstr "Они выбрали привилегии" - -# File: src/www/system_groupmanager_addprivs.php, line: 126 -# File: src/www/system_usermanager_addprivs.php, line: 123 -msgid "System Privileges" -msgstr "Системные Привилегии" - -# File: src/www/system_groupmanager_addprivs.php, line: 148 -# File: src/www/system_usermanager_addprivs.php, line: 145 -msgid "Select a privilege from the list above for a description" -msgstr "Выберите привилегию из списка выше для описания" - -# File: src/www/system_hasync.php, line: 98 -msgid "State Synchronization" -msgstr "Синхронизация состояния" - -# File: src/www/system_hasync.php, line: 105 -msgid "Synchronize States" -msgstr "Синхронизируйте Состояния" - -# File: src/www/system_hasync.php, line: 109 -msgid "" -"pfsync transfers state insertion, update, and deletion messages between " -"firewalls.%sEach firewall sends these messages out via multicast on a " -"specified interface, using the PFSYNC protocol (%sIP Protocol 240%s).%sIt " -"also listens on that interface for similar messages from other firewalls, " -"and imports them into the local state table.%sThis setting should be enabled " -"on all members of a failover group." -msgstr "" -"pfsync передает сообщения о вставке, обновлении и удалении между межсетевыми " -"экранами. %sEach межсетевой экран отправляет эти сообщения посредством " -"многоадресной передачи на указанном интерфейсе, используя протокол PFSYNC " -"(%sIP Протокол 240%s).%sIt также прослушивает этот интерфейс на наличие " -"подобных сообщений от других межсетевых экранов и импортирует их в локальную " -"таблицу состояний.%sThis параметр должен быть включен на всех участниках " -"группы аварийного переключения." - -# File: src/www/system_hasync.php, line: 113 -msgid "" -"Clicking save will force a configuration sync if it is enabled! (see " -"Configuration Synchronization Settings below)" -msgstr "" -"Нажатие «сохранить» активирует принудительную синхронизацию файла " -"конфигурации, если он включен! (см. ниже Настройки синхронизации " -"конфигурации)" - -# File: src/www/system_hasync.php, line: 118 -msgid "Synchronize Interface" -msgstr "Синхронизировать интерфейс" - -# File: src/www/system_hasync.php, line: 123 -msgid "loopback" -msgstr "петля" - -# File: src/www/system_hasync.php, line: 133 -msgid "" -"If Synchronize States is enabled, it will utilize this interface for " -"communication." -msgstr "" -"Если параметр «Синхронизировать состояния» включен, он будет использовать " -"этот интерфейс для обмена данными." - -# File: src/www/system_hasync.php, line: 136 -msgid "" -"We recommend setting this to a interface other than LAN! A dedicated " -"interface works the best." -msgstr "" -"Рекомендуется настроить это в другом интерфейсе, а не в LAN! Выделенный " -"интерфейс работает лучше всего." - -# File: src/www/system_hasync.php, line: 137 -msgid "" -"You must define a IP on each machine participating in this failover group." -msgstr "" -"Вы должны определить IP-адрес на каждой машине в этой группе аварийного " -"переключения." - -# File: src/www/system_hasync.php, line: 138 -msgid "" -"You must have an IP assigned to the interface on any participating sync " -"nodes." -msgstr "" -"У вас должен быть IP-адрес, назначенный интерфейсу на любых узлах " -"синхронизации." - -# File: src/www/system_hasync.php, line: 145 -msgid "Synchronize Peer IP" -msgstr "Синхронизировать IP-адрес участника" - -# File: src/www/system_hasync.php, line: 149 -msgid "" -"Setting this option will force pfsync to synchronize its state table to this " -"IP address. The default is directed multicast." -msgstr "" -"Включите этот параметр, чтобы pfsync принудительно синхронизировал свою " -"таблицу состояний для этого IP-адреса. Значение по умолчанию - это " -"направленная многоадресной передача." - -# File: src/www/system_hasync.php, line: 154 -msgid "Configuration Synchronization Settings (XMLRPC Sync)" -msgstr "Настройки синхронизации конфигурации (XMLRPC Sync)" - -# File: src/www/system_hasync.php, line: 157 -msgid "Synchronize Config to IP" -msgstr "Синхронизировать конфигурацию с IP-адресом" - -# File: src/www/system_hasync.php, line: 161 -msgid "" -"Enter the IP address of the firewall to which the selected configuration " -"sections should be synchronized." -msgstr "" -"Введите IP-адрес межсетевого экрана, с которым необходимо синхронизировать " -"выбранные секции конфигурации." - -# File: src/www/system_hasync.php, line: 164 -msgid "" -"XMLRPC sync is currently only supported over connections using the same " -"protocol and port as this system - make sure the remote system's port and " -"protocol are set accordingly!" -msgstr "" -"XMLRPC sync в настоящее время поддерживается только через соединения, " -"используя тот же протокол и порт как эту систему. Убедитесь, что порт " -"удаленной системы и протокола установлены соответственно!" - -# File: src/www/system_hasync.php, line: 165 -# File: src/www/system_hasync.php, line: 190 -msgid "" -"Do not use the Synchronize Config to IP and password option on backup " -"cluster members!" -msgstr "" -"Не используйте параметр «Синхронизировать конфигурацию с IP-адресом» и " -"параметры пароля для участников кластера резервного копирования!" - -# File: src/www/system_hasync.php, line: 172 -msgid "Remote System Username" -msgstr "Имя пользователя удаленной системы" - -# File: src/www/system_hasync.php, line: 176 -msgid "" -"Enter the webConfigurator username of the system entered above for " -"synchronizing your configuration." -msgstr "" -"Введите имя пользователя Web-конфигуратора системы, введенной выше для " -"синхронизации конфигурации." - -# File: src/www/system_hasync.php, line: 178 -msgid "" -"Do not use the Synchronize Config to IP and username option on backup " -"cluster members!" -msgstr "" -"Не используйте параметр «Синхронизировать конфигурацию с IP-адресом» и " -"параметры имени пользователя для участников кластера резервного копирования!" - -# File: src/www/system_hasync.php, line: 184 -msgid "Remote System Password" -msgstr "Пароль удаленной системы" - -# File: src/www/system_hasync.php, line: 188 -msgid "" -"Enter the webConfigurator password of the system entered above for " -"synchronizing your configuration." -msgstr "" -"Введите пароль Web-конфигуратора системы, введенной выше для синхронизации " -"конфигурации." - -# File: src/www/system_hasync.php, line: 196 -msgid "Users and Groups" -msgstr "Пользователи и группы" - -# File: src/www/system_hasync.php, line: 200 -msgid "" -"Automatically sync the users and groups over to the other HA host when " -"changes are made." -msgstr "" -"Автоматически синхронизируйте пользователей и группы с другим хостом HA " -"после внесения изменений." - -# File: src/www/system_hasync.php, line: 205 -msgid "Auth Servers" -msgstr "Серверы аутентификации" - -# File: src/www/system_hasync.php, line: 209 -msgid "" -"Automatically sync the authentication servers (e.g. LDAP, RADIUS) over to " -"the other HA host when changes are made." -msgstr "" -"Автоматически синхронизируйте серверы аутентификации (напр. LDAP, RADIUS) с " -"другим хостом HA после внесения изменений." - -# File: src/www/system_hasync.php, line: 218 -msgid "" -"Automatically sync the Certificate Authorities, Certificates, and " -"Certificate Revocation Lists over to the other HA host when changes are made." -msgstr "" -"Автоматически синхронизируйте центры сертификации, сертификаты и список " -"отозванных сертификатов с другим хостом HA после внесения изменений." - -# File: src/www/system_hasync.php, line: 227 -msgid "" -"Automatically sync the firewall rules to the other HA host when changes are " -"made." -msgstr "" -"Автоматически синхронизируйте правила межсетевого экрана с другим хостом HA " -"после внесения изменений." - -# File: src/www/system_hasync.php, line: 232 -msgid "Firewall Schedules" -msgstr "Расписания межсетевого экрана" - -# File: src/www/system_hasync.php, line: 236 -msgid "" -"Automatically sync the firewall schedules to the other HA host when changes " -"are made." -msgstr "" -"Автоматически синхронизируйте расписания межсетевого экрана с другим хостом " -"HA после внесения изменений." - -# File: src/www/system_hasync.php, line: 245 -msgid "" -"Automatically sync the aliases over to the other HA host when changes are " -"made." -msgstr "" -"Автоматически синхронизируйте псевдонимы с другим хостом HA после внесения " -"изменений." - -# File: src/www/system_hasync.php, line: 254 -msgid "" -"Automatically sync the NAT rules over to the other HA host when changes are " -"made." -msgstr "" -"Автоматически синхронизируйте правила NAT с другим хостом HA после внесения " -"изменений." - -# File: src/www/system_hasync.php, line: 263 -msgid "" -"Automatically sync the IPsec configuration to the other HA host when changes " -"are made." -msgstr "" -"Автоматически синхронизируйте конфигурацию IPsec с другим хостом HA после " -"внесения изменений." - -# File: src/www/system_hasync.php, line: 272 -msgid "" -"Automatically sync the OpenVPN configuration to the other HA host when " -"changes are made." -msgstr "" -"Автоматически синхронизируйте конфигурацию OpenVPN с другим хостом HA после " -"внесения изменений." - -# File: src/www/system_hasync.php, line: 273 -msgid "" -"Using this option implies \"Synchronize Certificates\" as they are required " -"for OpenVPN." -msgstr "" -"Использование этого параметра означает «Синхронизировать сертификаты», " -"поскольку они требуются для OpenVPN." - -# File: src/www/system_hasync.php, line: 278 -msgid "DHCPD" -msgstr "DHCPD" - -# File: src/www/system_hasync.php, line: 282 -msgid "" -"Automatically sync the DHCP Server settings over to the other HA host when " -"changes are made. This only applies to DHCP for IPv4." -msgstr "" -"Автоматически синхронизируйте настройки DHCP-сервера с другим хостом HA " -"после внесения изменений. Это применимо только к DHCP для IPv4-адреса." - -# File: src/www/system_hasync.php, line: 291 -msgid "" -"Automatically sync the WoL configuration to the other HA host when changes " -"are made." -msgstr "" -"Автоматически синхронизируйте конфигурацию WoL с другим хостом HA после " -"внесения изменений." - -# File: src/www/system_hasync.php, line: 296 -msgid "Static Routes" -msgstr "Статические маршруты" - -# File: src/www/system_hasync.php, line: 300 -msgid "" -"Automatically sync the Static Route configuration to the other HA host when " -"changes are made." -msgstr "" -"Автоматически синхронизируйте конфигурацию статического маршрута с другим " -"хостом HA после внесения изменений." - -# File: src/www/system_hasync.php, line: 309 -msgid "" -"Automatically sync the Load Balancer configuration to the other HA host when " -"changes are made." -msgstr "" -"Автоматически синхронизируйте конфигурацию балансировки нагрузки с другим " -"хостом HA после внесения изменений." - -# File: src/www/system_hasync.php, line: 318 -msgid "" -"Automatically sync the CARP Virtual IPs to the other HA host when changes " -"are made." -msgstr "" -"Автоматически синхронизируйте виртуальные IP-адреса CARP с другим хостом HA " -"после внесения изменений." - -# File: src/www/system_hasync.php, line: 327 -msgid "" -"Automatically sync the DNS Forwarder configuration to the other HA host when " -"changes are made." -msgstr "" -"Автоматически синхронизируйте конфигурацию перенаправляющего DNS-сервера с " -"другим хостом HA после внесения изменений." - -# File: src/www/system_routes.php, line: 148 -msgid "Add route" -msgstr "Добавить маршрут" - -# File: src/www/system_routes.php, line: 164 -# File: src/www/system_routes.php, line: 186 -msgid "Route" -msgstr "Маршрут" - -# File: src/www/system_routes.php, line: 165 -msgid "Do you really want to delete this route?" -msgstr "Вы действительно хотите удалить этот хост?" - -# File: src/www/system_routes.php, line: 187 -msgid "Do you really want to delete the selected routes?" -msgstr "Вы действительно хотите удалить выбранные маршруты?" - -# File: src/www/system_routes.php, line: 229 -msgid "" -"The static route configuration has been changed.%sYou must apply the changes " -"in order for them to take effect." -msgstr "" -"Конфигурация статического маршрута изменена.%sYou должны применить " -"изменения, чтобы они вступили в силу." - -# File: src/www/system_routes.php, line: 258 -msgid "disable route" -msgstr "выключить маршрут" - -# File: src/www/system_routes.php, line: 258 -msgid "enable route" -msgstr "включить маршрут" - -# File: src/www/system_routes.php, line: 275 -msgid "move selected routes before this route" -msgstr "переместить выбранные маршруты перед этим маршрутом" - -# File: src/www/system_routes.php, line: 279 -msgid "edit route" -msgstr "редактировать маршрут" - -# File: src/www/system_routes.php, line: 283 -msgid "delete route" -msgstr "удалить маршрут" - -# File: src/www/system_routes.php, line: 287 -msgid "clone route" -msgstr "клонировать маршрут" - -# File: src/www/system_routes.php, line: 302 -# File: src/www/system_routes.php, line: 305 -msgid "move selected routes to end" -msgstr "переместить выбранные маршруты в конец" - -# File: src/www/system_routes.php, line: 318 -msgid "delete selected routes" -msgstr "удалить выбранные маршруты" - -# File: src/www/system_routes.php, line: 321 -msgid "add route" -msgstr "добавить маршрут" - -# File: src/www/system_routes.php, line: 329 -msgid "" -"Do not enter static routes for networks assigned on any interface of this " -"firewall. Static routes are only used for networks reachable via a " -"different router, and not reachable via your default gateway." -msgstr "" -"Не вводите статические маршруты для сетей, назначенных на любом интерфейсе " -"этого межсетевого экрана. Статические маршруты используются только для " -"сетей, доступных через другой маршрутизатор, и недоступных через шлюз по " -"умолчанию." - -# File: src/www/system_routes_edit.php, line: 83 -# File: src/www/system_routes_edit.php, line: 256 -msgid "Destination network" -msgstr "Сеть назначения" - -# File: src/www/system_routes_edit.php, line: 84 -msgid "Destination network bit count" -msgstr "Количество бит сети назначения" - -# File: src/www/system_routes_edit.php, line: 91 -msgid "A valid IPv4 or IPv6 destination network must be specified." -msgstr "Укажите действительную IPv4 и IPv6 сеть назначения." - -# File: src/www/system_routes_edit.php, line: 94 -msgid "A valid destination network bit count must be specified." -msgstr "Укажите допустимое количество бит сети назначения." - -# File: src/www/system_routes_edit.php, line: 114 -msgid "A IPv4 subnet can not be over 32 bits." -msgstr "Подсеть IPv4 не может быть более 32 бит." - -# File: src/www/system_routes_edit.php, line: 163 -msgid "A route to these destination networks already exists" -msgstr "Маршрут к этим сетям назначения уже существует" - -# File: src/www/system_routes_edit.php, line: 173 -# File: src/www/system_routes_edit.php, line: 179 -msgid "This network conflicts with address configured on interface %s." -msgstr "Эта сеть конфликтует с адресом, настроенным на интерфейсе %s." - -# File: src/www/system_routes_edit.php, line: 270 -msgid "Destination network for this static route" -msgstr "Сеть назначения для этого статического маршрута" - -# File: src/www/system_routes_edit.php, line: 287 -msgid "Choose which gateway this route applies to or" -msgstr "Выберите шлюз для применения этого маршрута или" - -# File: src/www/system_routes_edit.php, line: 297 -msgid "Disable this static route" -msgstr "Отключите этог статический маршрут" - -# File: src/www/system_routes_edit.php, line: 298 -msgid "" -"Set this option to disable this static route without removing it from the " -"list." -msgstr "" -"Включите этот параметр, чтобы отключить этот статический маршрут, не удаляя " -"из списка." - -# File: src/www/system_usermanager.php, line: 170 -# File: src/www/system_usermanager.php, line: 191 -msgid "successfully deleted" -msgstr "успешно удален" - -# File: src/www/system_usermanager.php, line: 190 -msgid "Privilege" -msgstr "Привилегии" - -# File: src/www/system_usermanager.php, line: 204 -msgid "association removed." -msgstr "ассоциация удалена." - -# File: src/www/system_usermanager.php, line: 226 -msgid "API key" -msgstr "API-ключ" - -# File: src/www/system_usermanager.php, line: 227 -msgid "removed." -msgstr "удален." - -# File: src/www/system_usermanager.php, line: 229 -msgid "No API key found" -msgstr "API-ключ не найден" - -# File: src/www/system_usermanager.php, line: 254 -msgid "The username is longer than 16 characters." -msgstr "Имя пользователя длиннее 16 символов." - -# File: src/www/system_usermanager.php, line: 258 -# File: src/www/system_usermanager_passwordmg.php, line: 47 -# File: src/www/vpn_l2tp_users_edit.php, line: 92 -# File: src/www/vpn_pptp_users_edit.php, line: 94 -msgid "The passwords do not match." -msgstr "Пароли не совпадают." - -# File: src/www/system_usermanager.php, line: 270 -# File: src/www/vpn_l2tp_users_edit.php, line: 102 -# File: src/www/vpn_pptp_users_edit.php, line: 104 -msgid "Another entry with the same username already exists." -msgstr "Пользователь с таким именем уже существует." - -# File: src/www/system_usermanager.php, line: 281 -msgid "That username is reserved by the system." -msgstr "Данное имя пользователя зарезервировано для служебных целей." - -# File: src/www/system_usermanager.php, line: 301 -msgid "Invalid expiration date format; use MM/DD/YYYY instead." -msgstr "Неверный формат даты истечения; используйте ММ/ДД/ГГГГ." - -# File: src/www/system_usermanager.php, line: 308 -msgid "Invalid internal Certificate Authority" -msgstr "Неверный внутренний Сервер сертификатов" - -# File: src/www/system_usermanager.php, line: 483 -msgid "(Certificate will not be deleted)" -msgstr "(Сертификат не будет удален)" - -# File: src/www/system_usermanager.php, line: 483 -msgid "Do you really want to remove this certificate association?" -msgstr "Вы действительно хотите удалить эту ассоциацию сертификата?" - -# File: src/www/system_usermanager.php, line: 507 -# File: src/www/vpn_l2tp_users.php, line: 125 -# File: src/www/vpn_pptp_users.php, line: 119 -msgid "Do you really want to delete this user?" -msgstr "Действительно удалить данного пользователя?" - -# File: src/www/system_usermanager.php, line: 568 -msgid "Do you really want to delete this API key?" -msgstr "Действительно удалить данный API-ключ?" - -# File: src/www/system_usermanager.php, line: 640 -# File: src/www/vpn_ipsec_phase1.php, line: 785 -# File: src/www/vpn_ipsec_phase1.php, line: 813 -msgid "User distinguished name" -msgstr "Уникальное имя пользователя" - -# File: src/www/system_usermanager.php, line: 652 -msgid "(confirmation)" -msgstr "(подтверждение)" - -# File: src/www/system_usermanager.php, line: 658 -# File: src/www/system_usermanager.php, line: 938 -msgid "Full name" -msgstr "Полное имя" - -# File: src/www/system_usermanager.php, line: 662 -msgid "User's full name, for your own information only" -msgstr "Полное имя пользователя, только для вашей собственной информации" - -# File: src/www/system_usermanager.php, line: 667 -msgid "Expiration date" -msgstr "Дата окончания" - -# File: src/www/system_usermanager.php, line: 671 -msgid "" -"Leave blank if the account shouldn't expire, otherwise enter the expiration " -"date in the following format: mm/dd/yyyy" -msgstr "" -"Оставьте поле пустым, если у учетной записи нет срока действия, в противном " -"случае введите дату окончания срока действия в следующем формате: дд.мм.гггг" - -# File: src/www/system_usermanager.php, line: 704 -msgid "add groups" -msgstr "добавить группы" - -# File: src/www/system_usermanager.php, line: 708 -msgid "remove groups" -msgstr "удалить группы" - -# File: src/www/system_usermanager.php, line: 740 -msgid "Effective Privileges" -msgstr "Действующие привилегии" - -# File: src/www/system_usermanager.php, line: 746 -msgid "Inherited From" -msgstr "Наследованный от" - -# File: src/www/system_usermanager.php, line: 761 -msgid "revoke privilege" -msgstr "отозвать привилегию" - -# File: src/www/system_usermanager.php, line: 774 -msgid "assign privileges" -msgstr "назначить привилегию" - -# File: src/www/system_usermanager.php, line: 783 -msgid "User Certificates" -msgstr "Сертификаты пользователя" - -# File: src/www/system_usermanager.php, line: 788 -msgid "CA" -msgstr "СА" - -# File: src/www/system_usermanager.php, line: 807 -msgid "export private key" -msgstr "экспортировать секретный ключ" - -# File: src/www/system_usermanager.php, line: 811 -msgid "export certificate" -msgstr "экспортировать сертификат" - -# File: src/www/system_usermanager.php, line: 815 -msgid "unlink certificate" -msgstr "отсоединить сертификат" - -# File: src/www/system_usermanager.php, line: 828 -msgid "create or link user certificate" -msgstr "создать или соединить сертификат пользователя" - -# File: src/www/system_usermanager.php, line: 837 -msgid "API keys" -msgstr "API-ключи" - -# File: src/www/system_usermanager.php, line: 844 -msgid "key" -msgstr "ключ" - -# File: src/www/system_usermanager.php, line: 864 -msgid "delete API key" -msgstr "удалить API-ключ" - -# File: src/www/system_usermanager.php, line: 878 -msgid "create API key" -msgstr "Создать API-ключ" - -# File: src/www/system_usermanager.php, line: 887 -msgid "" -"manage API keys here for machine to machine interaction using this users " -"credentials" -msgstr "" -"управлять ключами API здесь для взаимодействия машин, используя учетные " -"данные этого пользователя" - -# File: src/www/system_usermanager.php, line: 896 -msgid "Click to create a user certificate." -msgstr "Создать сертификат пользователя." - -# File: src/www/system_usermanager.php, line: 896 -msgid "Redirects on save" -msgstr "Переадресовывает на сохранение" - -# File: src/www/system_usermanager.php, line: 902 -msgid "Authorized keys" -msgstr "Ключи авторизации" - -# File: src/www/system_usermanager.php, line: 904 -msgid "Paste an authorized keys file here." -msgstr "Вставьте файл ключей авторизации." - -# File: src/www/system_usermanager.php, line: 908 -msgid "IPsec Pre-Shared Key" -msgstr "Общий ключ IPsec" - -# File: src/www/system_usermanager.php, line: 965 -msgid "edit user" -msgstr "Редактировать пользователя" - -# File: src/www/system_usermanager.php, line: 972 -# File: src/www/vpn_l2tp_users.php, line: 126 -# File: src/www/vpn_pptp_users.php, line: 120 -msgid "delete user" -msgstr "Удалить пользователя" - -# File: src/www/system_usermanager.php, line: 998 -msgid "import users" -msgstr "Импортировать пользователей" - -# File: src/www/system_usermanager.php, line: 1008 -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 appears grey indicates that it is a system defined " -"object. Some system object properties can be modified but they cannot be " -"deleted." -msgstr "" -"Здесь можно добавить дополнительных пользователей. Права пользователя для " -"доступа к Web-конфигуратору могут быть назначены непосредственно или " -"унаследованы от участников групп. Значок серого цвета указывает на то, что " -"это определяемый системой объект. Некоторые свойства системных объектов " -"могут быть изменены, но их нельзя удалить." - -# File: src/www/system_usermanager.php, line: 1013 -msgid "" -"Accounts created here are also used for other parts of the system such as " -"OpenVPN, IPsec, and Captive Portal." -msgstr "" -"Созданные здесь учетные записи также используются для других частей системы, " -"таких как OpenVPN, IPsec и Captive Portal." - -# File: src/www/system_usermanager.php, line: 1025 -msgid "System Admininistrator" -msgstr "Системный администратор" - -# File: src/www/system_usermanager.php, line: 1027 -msgid "Disabled User" -msgstr "Отключенный пользователь" - -# File: src/www/system_usermanager.php, line: 1029 -msgid "Normal User" -msgstr "Обычный пользователь" - -# File: src/www/system_usermanager_import_ldap.php, line: 143 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 83 -msgid "" -"Could not connect to the LDAP server. Please check your LDAP configuration." -msgstr "Не удалось подключиться к серверу LDAP. Проверьте конфигурацию LDAP." - -# File: src/www/system_usermanager_import_ldap.php, line: 153 -msgid "Please select users to import:" -msgstr "Выберите пользователей для импорта:" - -# File: src/www/system_usermanager_passwordmg.php, line: 59 -msgid "Sorry, you cannot change the password for a non-local user." -msgstr "" -"К сожалению, вы не можете изменить пароль для нелокального пользователя." - -# File: src/www/system_usermanager_passwordmg.php, line: 69 -msgid "Password successfully changed" -msgstr "Пароль успешно изменен" - -# File: src/www/system_usermanager_passwordmg.php, line: 97 -msgid "Old password" -msgstr "Старый пароль" - -# File: src/www/system_usermanager_passwordmg.php, line: 103 -msgid "New password" -msgstr "Новый пароль" - -# File: src/www/system_usermanager_passwordmg.php, line: 109 -msgid "Confirmation" -msgstr "Подтверждение" - -# File: src/www/system_usermanager_settings.php, line: 43 -msgid "Session timeout must be an integer value." -msgstr "Значение тайм-аута сессии должно быть целым числом." - -# File: src/www/system_usermanager_settings.php, line: 52 -msgid "" -"The test was not performed because it is supported only for ldap based " -"backends." -msgstr "" -"Тестирование не было выполнено, потому что оно поддерживается только для " -"основанных на LDAP серверных компонентов." - -# File: src/www/system_usermanager_settings.php, line: 103 -msgid "Session Timeout" -msgstr "Тайм-аут сессии" - -# File: src/www/system_usermanager_settings.php, line: 107 -msgid "" -"Time in minutes to expire idle management sessions. The default is 4 hours " -"(240 minutes)." -msgstr "" -"Хронометрируйте простаивающие сеансы управления в минутах для истечения. По " -"умолчанию — 4 ч (240 мин)." - -# File: src/www/system_usermanager_settings.php, line: 108 -msgid "Enter 0 to never expire sessions. NOTE: This is a security risk!" -msgstr "" -"Введите 0, чтобы никогда не выдыхать на сеансы. Примечание: Это угроза " -"безопасности!" - -# File: src/www/system_usermanager_settings.php, line: 130 -msgid "Save and Test" -msgstr "Сохранить и проверить" - -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 92 -msgid "Please select which containers to Authenticate against:" -msgstr "Пожалуйста, выберите, в каких контейнерах Аутентифицироваться:" - -# File: src/www/system_usermanager_settings_test.php, line: 53 -msgid "Could not find settings for %s%s" -msgstr "Они бы не могли обнаружить настройки для %s%s" - -# File: src/www/system_usermanager_settings_test.php, line: 57 -msgid "Testing %s LDAP settings... One moment please..." -msgstr "Проверка настроек LDAP %s... Один момент, пожалуйста..." - -# File: src/www/system_usermanager_settings_test.php, line: 58 -msgid "Attempting connection to" -msgstr "Попытка подключения к" - -# File: src/www/system_usermanager_settings_test.php, line: 61 -msgid "Attempting to fetch Organizational Units from" -msgstr "Попытка произвести выборку Организационных Единиц из" - -# File: src/www/system_usermanager_settings_test.php, line: 65 -msgid "Organization units found" -msgstr "Подразделения организации нашли" - -# File: src/www/system_usermanager_settings_test.php, line: 70 -# File: src/www/system_usermanager_settings_test.php, line: 73 -msgid "failed" -msgstr "НЕУДАЧНО" - -# File: src/www/vpn_ipsec.php, line: 52 -# File: src/www/vpn_ipsec.php, line: 372 -msgid "Mobile Client" -msgstr "Мобильный клиент" - -# File: src/www/vpn_ipsec.php, line: 202 -msgid "" -"Do you really want to delete this phase1 and all associated phase2 entries?" -msgstr "" -"Вы действительно хотите удалить этот phase1 и все связанные записи phase2?" - -# File: src/www/vpn_ipsec.php, line: 221 -msgid "Do you really want to delete the selected phase1 entries?" -msgstr "Вы действительно хотите удалить выбранные правила?" - -# File: src/www/vpn_ipsec.php, line: 247 -msgid "Do you really want to delete this phase2 entry?" -msgstr "Вы действительно хотите удалить эту запись?" - -# File: src/www/vpn_ipsec.php, line: 266 -msgid "Do you really want to delete the selected phase2 entries?" -msgstr "Вы действительно хотите удалить выбранные правила?" - -# File: src/www/vpn_ipsec.php, line: 300 -msgid "The IPsec tunnel configuration has been changed." -msgstr "Конфигурация перенаправляющего DNS-сервера изменена." - -# File: src/www/vpn_ipsec.php, line: 313 -msgid "IKE" -msgstr "АЙК" - -# File: src/www/vpn_ipsec.php, line: 314 -msgid "Remote Gateway" -msgstr "Удалённый Шлюз" - -# File: src/www/vpn_ipsec.php, line: 316 -msgid "P1 Protocol" -msgstr "Протокол P1" - -# File: src/www/vpn_ipsec.php, line: 317 -msgid "P1 Transforms" -msgstr "Преобразования P1" - -# File: src/www/vpn_ipsec.php, line: 318 -msgid "P1 Description" -msgstr "Описание P1" - -# File: src/www/vpn_ipsec.php, line: 333 -msgid "disable phase 1 entry" -msgstr "отключить запись фазы 1" - -# File: src/www/vpn_ipsec.php, line: 333 -msgid "enable phase 1 entry" -msgstr "включить запись фазы 1" - -# File: src/www/vpn_ipsec.php, line: 383 -# File: src/www/vpn_ipsec.php, line: 493 -# File: src/www/vpn_ipsec_phase2.php, line: 863 -msgid "auto" -msgstr "Автоматически" - -# File: src/www/vpn_ipsec.php, line: 397 -# File: src/www/vpn_ipsec.php, line: 513 -msgid "move selected entries before this" -msgstr "Переместить выбранные записи перед этой записью" - -# File: src/www/vpn_ipsec.php, line: 401 -msgid "edit phase1 entry" -msgstr "удалить эту запись" - -# File: src/www/vpn_ipsec.php, line: 405 -msgid "delete phase1 entry" -msgstr "удалить эту запись" - -# File: src/www/vpn_ipsec.php, line: 413 -msgid "clone phase1 entry" -msgstr "удалить эту запись" - -# File: src/www/vpn_ipsec.php, line: 432 -msgid "Show %s Phase-2 entries" -msgstr "Показать записи %s Фазы-2" - -# File: src/www/vpn_ipsec.php, line: 442 -msgid "Local Subnet" -msgstr "Локальные подсети" - -# File: src/www/vpn_ipsec.php, line: 443 -msgid "Remote Subnet" -msgstr "Удаленные подсети" - -# File: src/www/vpn_ipsec.php, line: 444 -msgid "P2 Protocol" -msgstr "2-постраничный Протокол" - -# File: src/www/vpn_ipsec.php, line: 445 -msgid "P2 Transforms" -msgstr "Преобразования 2 страниц" - -# File: src/www/vpn_ipsec.php, line: 446 -msgid "P2 Auth Methods" -msgstr "Методы 2 страниц От" - -# File: src/www/vpn_ipsec.php, line: 463 -msgid "disable phase 2 entry" -msgstr "отключить запись фазы 2" - -# File: src/www/vpn_ipsec.php, line: 463 -msgid "enable phase 2 entry" -msgstr "включить запись фазы 2" - -# File: src/www/vpn_ipsec.php, line: 519 -msgid "edit phase 2 entry" -msgstr "Отредактируйте запись фазы 2" - -# File: src/www/vpn_ipsec.php, line: 524 -msgid "delete phase 2 entry" -msgstr "Удаляйте запись фазы 2" - -# File: src/www/vpn_ipsec.php, line: 530 -msgid "clone phase 2 entry" -msgstr "Клонируйте запись фазы 2" - -# File: src/www/vpn_ipsec.php, line: 546 -msgid "move selected phase 2 entries to end" -msgstr "Перенесите выбранные записи фазы 2 до конца" - -# File: src/www/vpn_ipsec.php, line: 550 -msgid "delete selected phase 2 entries" -msgstr "Удаляйте избранные записи фазы 2" - -# File: src/www/vpn_ipsec.php, line: 557 -msgid "add phase 2 entry" -msgstr "Добавьте запись фазы 2" - -# File: src/www/vpn_ipsec.php, line: 577 -msgid "move selected phase 1 entries to end" -msgstr "Перенесите выбранные записи фазы 1 до конца" - -# File: src/www/vpn_ipsec.php, line: 584 -msgid "delete selected phase 1 entries" -msgstr "Удаляйте избранные записи фазы 1" - -# File: src/www/vpn_ipsec.php, line: 589 -msgid "add new phase 1 entry" -msgstr "Добавьте новую запись фазы 1" - -# File: src/www/vpn_ipsec.php, line: 598 -msgid "Enable IPsec" -msgstr "Включение IPsec" - -# File: src/www/vpn_ipsec_keys.php, line: 52 -msgid "Deleted IPsec Pre-Shared Key" -msgstr "Предварительно выданные ключи IPsec" - -# File: src/www/vpn_ipsec_keys.php, line: 88 -msgid "Do you really want to delete this Pre-Shared Key?" -msgstr "Вы действительно хотите удалить этот ключ API?" - -# File: src/www/vpn_ipsec_keys.php, line: 117 -# File: src/www/vpn_ipsec_mobile.php, line: 328 -msgid "The IPsec tunnel configuration has been changed" -msgstr "Конфигурация перенаправляющего DNS-сервера изменена." - -# File: src/www/vpn_ipsec_keys.php, line: 127 -# File: src/www/vpn_ipsec_keys_edit.php, line: 78 -# File: src/www/vpn_ipsec_keys_edit.php, line: 142 -msgid "Identifier" -msgstr "Идентификатор" - -# File: src/www/vpn_ipsec_keys.php, line: 145 -msgid "ANY USER" -msgstr "ЛЮБОЙ ПОЛЬЗОВАТЕЛЬ" - -# File: src/www/vpn_ipsec_keys.php, line: 152 -msgid "edit" -msgstr "Редактировать" - -# File: src/www/vpn_ipsec_keys.php, line: 170 -msgid "edit key" -msgstr "Редактировать ключ" - -# File: src/www/vpn_ipsec_keys.php, line: 172 -msgid "delete key" -msgstr "Удалить ключ" - -# File: src/www/vpn_ipsec_keys.php, line: 190 -# File: src/www/vpn_ipsec_keys_edit.php, line: 173 -msgid "PSK for any user can be set by using an identifier of any/ANY" -msgstr "" -"PSK может быть установлен для любого пользователя с использованием " -"идентификатора любого/ANY" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 73 -msgid "A user with this name already exists. Add the key to the user instead." -msgstr "" -"Пользователь с этим именем уже существует. Добавьте ключ пользователя вместо " -"этого." - -# File: src/www/vpn_ipsec_keys_edit.php, line: 83 -msgid "The identifier contains invalid characters." -msgstr "Идентификатор содержит недопустимые символы." - -# File: src/www/vpn_ipsec_keys_edit.php, line: 90 -msgid "Another entry with the same identifier already exists." -msgstr "Другая запись с таким же именем уже существует." - -# File: src/www/vpn_ipsec_keys_edit.php, line: 104 -msgid "Edited" -msgstr "Она была отредактирована" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 106 -msgid "Added" -msgstr "Она была добавлена" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 146 -msgid "" -"This can be either an IP address, fully qualified domain name or an e-mail " -"address." -msgstr "" -"Это могут быть или IP-адрес, полно квалифицированное доменное имя, или адрес " -"электронной почты." - -# File: src/www/vpn_ipsec_mobile.php, line: 112 -msgid "Group Authentication Source" -msgstr "Источник Аутентификации группы" - -# File: src/www/vpn_ipsec_mobile.php, line: 112 -msgid "User Authentication Source" -msgstr "Источник Аутентификации пользователей" - -# File: src/www/vpn_ipsec_mobile.php, line: 116 -msgid "" -"A valid IP address for 'Virtual Address Pool Network' must be specified." -msgstr "" -"Допустимый IP-адрес для 'Сети Пулов Виртуальных Адресов' должен быть указан." - -# File: src/www/vpn_ipsec_mobile.php, line: 120 -msgid "A valid value for 'DNS Default Domain' must be specified." -msgstr "Допустимое значение 'Домена DNS по Умолчанию' должно быть указано." - -# File: src/www/vpn_ipsec_mobile.php, line: 127 -msgid "A valid split DNS domain list must be specified." -msgstr "Укажите действительный список поиска доменов." - -# File: src/www/vpn_ipsec_mobile.php, line: 134 -msgid "A valid IP address for 'DNS Server #1' must be specified." -msgstr "Допустимый IP-адрес должен быть указан для 'DNS-Сервера #1'." - -# File: src/www/vpn_ipsec_mobile.php, line: 137 -msgid "A valid IP address for 'DNS Server #2' must be specified." -msgstr "Допустимый IP-адрес должен быть указан для 'DNS-Сервера #2'." - -# File: src/www/vpn_ipsec_mobile.php, line: 140 -msgid "A valid IP address for 'DNS Server #3' must be specified." -msgstr "Допустимый IP-адрес должен быть указан для 'DNS-Сервера #3'." - -# File: src/www/vpn_ipsec_mobile.php, line: 143 -msgid "A valid IP address for 'DNS Server #4' must be specified." -msgstr "Допустимый IP-адрес должен быть указан для 'DNS-Сервера #4'." - -# File: src/www/vpn_ipsec_mobile.php, line: 147 -msgid "A valid IP address for 'WINS Server #1' must be specified." -msgstr "Допустимый IP-адрес должен быть указан для 'Сервера WINS #1'." - -# File: src/www/vpn_ipsec_mobile.php, line: 150 -msgid "A valid IP address for 'WINS Server #2' must be specified." -msgstr "Допустимый IP-адрес должен быть указан для 'Сервера WINS #2'." - -# File: src/www/vpn_ipsec_mobile.php, line: 357 -msgid "Create Phase1" -msgstr "Создайте Phase1" - -# File: src/www/vpn_ipsec_mobile.php, line: 357 -msgid "Please click Create to define one." -msgstr "Пожалуйста, щёлкните Крит, чтобы задать его." - -# File: src/www/vpn_ipsec_mobile.php, line: 357 -msgid "" -"Support for IPsec Mobile clients is enabled but a Phase1 definition was not " -"found" -msgstr "" -"Поддержка клиентов Мобильных IPsec включена, но не было найдено определение " -"Phase1" - -# File: src/www/vpn_ipsec_mobile.php, line: 369 -msgid "IKE Extensions" -msgstr "Расширения IKE" - -# File: src/www/vpn_ipsec_mobile.php, line: 380 -msgid "Enable IPsec Mobile Client Support" -msgstr "Включите Поддержку Клиентов Мобильных IPsec" - -# File: src/www/vpn_ipsec_mobile.php, line: 385 -msgid "Extended Authentication (Xauth)" -msgstr "Подробная Аутентификация (Ксот)" - -# File: src/www/vpn_ipsec_mobile.php, line: 389 -msgid "User Authentication" -msgstr "Аутентификация пользователей" - -# File: src/www/vpn_ipsec_mobile.php, line: 403 -msgid "Group Authentication" -msgstr "Аутентификация группы" - -# File: src/www/vpn_ipsec_mobile.php, line: 408 -msgid "system" -msgstr "Система" - -# File: src/www/vpn_ipsec_mobile.php, line: 413 -msgid "Client Configuration (mode-cfg)" -msgstr "Конфигурация клиента (режимный cfg)" - -# File: src/www/vpn_ipsec_mobile.php, line: 416 -msgid "Virtual Address Pool" -msgstr "Пул виртуального сервера" - -# File: src/www/vpn_ipsec_mobile.php, line: 419 -msgid "Provide a virtual IP address to clients" -msgstr "Предоставьте виртуальный IP-адрес клиентам" - -# File: src/www/vpn_ipsec_mobile.php, line: 436 -msgid "Network List" -msgstr "Список сети" - -# File: src/www/vpn_ipsec_mobile.php, line: 440 -msgid "Provide a list of accessible networks to clients" -msgstr "Предоставьте список доступных сетей клиентам" - -# File: src/www/vpn_ipsec_mobile.php, line: 445 -msgid "Save Xauth Password" -msgstr "Сохраните Ксот-Пароль" - -# File: src/www/vpn_ipsec_mobile.php, line: 449 -msgid "Allow clients to save Xauth passwords (Cisco VPN client only)." -msgstr "Позвольте клиентам сохранить Ксот-пароли (только клиент VPN Cisco)." - -# File: src/www/vpn_ipsec_mobile.php, line: 450 -msgid "" -"NOTE: With iPhone clients, this does not work when deployed via the iPhone " -"configuration utility, only by manual entry." -msgstr "" -"Примечание: С клиентами iPhone это работает не только на ручном вводе, когда " -"оно развёрнуто посредством утилиты конфигурации iPhone." - -# File: src/www/vpn_ipsec_mobile.php, line: 455 -# File: src/www/vpn_openvpn_csc.php, line: 475 -# File: src/www/vpn_openvpn_server.php, line: 1492 -msgid "DNS Default Domain" -msgstr "Домен DNS по Умолчанию" - -# File: src/www/vpn_ipsec_mobile.php, line: 460 -# File: src/www/vpn_openvpn_csc.php, line: 482 -# File: src/www/vpn_openvpn_server.php, line: 1500 -msgid "Provide a default domain name to clients" -msgstr "Дайте доменное имя по умолчанию клиентам" - -# File: src/www/vpn_ipsec_mobile.php, line: 465 -msgid "Split DNS" -msgstr "Они разделили DNS" - -# File: src/www/vpn_ipsec_mobile.php, line: 470 -msgid "" -"Provide a list of split DNS domain names to clients. Enter a comma separated " -"list." -msgstr "" -"Предоставьте список доменных имён DNS разделения клиентам. Введите " -"разделённый с помощью запятых список." - -# File: src/www/vpn_ipsec_mobile.php, line: 471 -msgid "" -"NOTE: If left blank, and a default domain is set, it will be used for this " -"value." -msgstr "" -"Примечание: Если левый пробел и домен по умолчанию будут установлены, он " -"будет использоваться для этого значения." - -# File: src/www/vpn_ipsec_mobile.php, line: 476 -# File: src/www/vpn_openvpn_csc.php, line: 487 -# File: src/www/vpn_openvpn_server.php, line: 1506 -msgid "DNS Servers" -msgstr "DNS-серверы" - -# File: src/www/vpn_ipsec_mobile.php, line: 490 -# File: src/www/vpn_openvpn_csc.php, line: 501 -# File: src/www/vpn_openvpn_server.php, line: 1529 -msgid "Provide a DNS server list to clients" -msgstr "Предоставить клиенту список NTP-серверов" - -# File: src/www/vpn_ipsec_mobile.php, line: 495 -# File: src/www/vpn_openvpn_csc.php, line: 565 -# File: src/www/vpn_openvpn_server.php, line: 1615 -msgid "WINS Servers" -msgstr "WINS-серверы" - -# File: src/www/vpn_ipsec_mobile.php, line: 505 -# File: src/www/vpn_openvpn_csc.php, line: 575 -# File: src/www/vpn_openvpn_server.php, line: 1620 -msgid "Provide a WINS server list to clients" -msgstr "Предоставить клиенту список NTP-серверов" - -# File: src/www/vpn_ipsec_mobile.php, line: 510 -msgid "Phase2 PFS Group" -msgstr "Группа Phase2 PFS" - -# File: src/www/vpn_ipsec_mobile.php, line: 526 -msgid "" -"Provide the Phase2 PFS group to clients ( overrides all mobile phase2 " -"settings )" -msgstr "" -"Дайте группу Phase2 PFS клиентам (переопределяет все настройки подвижных фаз)" - -# File: src/www/vpn_ipsec_mobile.php, line: 531 -msgid "Login Banner" -msgstr "Баннер входа" - -# File: src/www/vpn_ipsec_mobile.php, line: 536 -msgid "Provide a login banner to clients" -msgstr "Дайте заголовок логина клиентам" - -# File: src/www/vpn_ipsec_phase1.php, line: 188 -msgid "EAP-TLS can only be used with IKEv2 type VPNs." -msgstr "EAP-TLS может только использоваться с помощью VPN типа IKEv2." - -# File: src/www/vpn_ipsec_phase1.php, line: 210 -# File: src/www/vpn_ipsec_phase1.php, line: 703 -msgid "Remote gateway" -msgstr "Удаленный шлюз" - -# File: src/www/vpn_ipsec_phase1.php, line: 216 -msgid "The P1 lifetime must be an integer." -msgstr "Значение тайм-аута бездействия должно быть целым числом." - -# File: src/www/vpn_ipsec_phase1.php, line: 221 -msgid "A valid remote gateway address or host name must be specified." -msgstr "Необходимо определить адрес или имя удаленного шлюза." - -# File: src/www/vpn_ipsec_phase1.php, line: 223 -msgid "" -"A valid remote gateway IPv4 address must be specified or you need to change " -"protocol to IPv6" -msgstr "" -"Допустимый адрес удалённого шлюза IPv4 должен быть указан, или вам нужно " -"заменить протокол на IPv6" - -# File: src/www/vpn_ipsec_phase1.php, line: 225 -msgid "" -"A valid remote gateway IPv6 address must be specified or you need to change " -"protocol to IPv4" -msgstr "" -"Допустимый адрес удалённого шлюза IPv6 должен быть указан, или вам нужно " -"заменить протокол на IPv4" - -# File: src/www/vpn_ipsec_phase1.php, line: 234 -msgid "The remote gateway \"%s\" is already used by phase1 \"%s\"." -msgstr "Удаленный шлюз «%s» уже используется «%s» фазой 1." - -# File: src/www/vpn_ipsec_phase1.php, line: 245 -msgid "There is a Phase 2 using IPv6, you cannot use IPv4." -msgstr "Есть смысл в Фазе 2, вы не можете использовать IPv4." - -# File: src/www/vpn_ipsec_phase1.php, line: 249 -msgid "There is a Phase 2 using IPv4, you cannot use IPv6." -msgstr "Есть смысл в Фазе 2, вы не можете использовать IPv6." - -# File: src/www/vpn_ipsec_phase1.php, line: 257 -msgid "Please enter an address for 'My Identifier'" -msgstr "Пожалуйста, введите адрес для 'Моего Идентификатора'" - -# File: src/www/vpn_ipsec_phase1.php, line: 261 -msgid "Please enter a keyid tag for 'My Identifier'" -msgstr "Пожалуйста, введите тег кейид для 'Моего Идентификатора'" - -# File: src/www/vpn_ipsec_phase1.php, line: 265 -msgid "Please enter a fully qualified domain name for 'My Identifier'" -msgstr "" -"Пожалуйста, введите полно квалифицированное имя домена для 'Моего " -"Идентификатора'" - -# File: src/www/vpn_ipsec_phase1.php, line: 269 -msgid "Please enter a user and fully qualified domain name for 'My Identifier'" -msgstr "" -"Пожалуйста, введите пользователя и полно квалифицированное имя домена для " -"'Моего Идентификатора'" - -# File: src/www/vpn_ipsec_phase1.php, line: 273 -msgid "Please enter a dynamic domain name for 'My Identifier'" -msgstr "" -"Пожалуйста, введите имя динамического домена для 'Моего Идентификатора'" - -# File: src/www/vpn_ipsec_phase1.php, line: 277 -msgid "A valid IP address for 'My identifier' must be specified." -msgstr "Допустимый IP-адрес должен быть указан для 'Моего идентификатора'." - -# File: src/www/vpn_ipsec_phase1.php, line: 281 -msgid "A valid domain name for 'My identifier' must be specified." -msgstr "" -"Действительное доменное имя для 'Моего идентификатора' должно быть указано." - -# File: src/www/vpn_ipsec_phase1.php, line: 286 -msgid "A valid FQDN for 'My identifier' must be specified." -msgstr "Допустимый FQDN должен быть указан для 'Моего идентификатора'." - -# File: src/www/vpn_ipsec_phase1.php, line: 293 -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'My identifier' must " -"be specified." -msgstr "" -"Допустимый Пользователь FQDN в виде user@my.domain.com должен быть указан " -"для 'Моего идентификатора'." - -# File: src/www/vpn_ipsec_phase1.php, line: 299 -msgid "A valid Dynamic DNS address for 'My identifier' must be specified." -msgstr "" -"Допустимый адрес Динамического DNS для 'Моего идентификатора' должен быть " -"указан." - -# File: src/www/vpn_ipsec_phase1.php, line: 306 -msgid "Please enter an address for 'Peer Identifier'" -msgstr "Пожалуйста, введите адрес для 'Идентификатора Пира'" - -# File: src/www/vpn_ipsec_phase1.php, line: 309 -msgid "Please enter a keyid tag for 'Peer Identifier'" -msgstr "Пожалуйста, введите набранный тег для 'Идентификатора Пира'" - -# File: src/www/vpn_ipsec_phase1.php, line: 312 -msgid "Please enter a fully qualified domain name for 'Peer Identifier'" -msgstr "" -"Пожалуйста, введите полно квалифицированное имя домена для 'Идентификатора " -"Пира'" - -# File: src/www/vpn_ipsec_phase1.php, line: 315 -msgid "" -"Please enter a user and fully qualified domain name for 'Peer Identifier'" -msgstr "" -"Пожалуйста, введите пользователя и полно квалифицированное имя домена для " -"'Идентификатора Пира'" - -# File: src/www/vpn_ipsec_phase1.php, line: 318 -msgid "A valid IP address for 'Peer identifier' must be specified." -msgstr "Допустимый IP-адрес для 'Идентификатора Пира' должен быть указан." - -# File: src/www/vpn_ipsec_phase1.php, line: 321 -msgid "A valid domain name for 'Peer identifier' must be specified." -msgstr "" -"Действительное доменное имя должно быть указано для 'Идентификатора Пира'." - -# File: src/www/vpn_ipsec_phase1.php, line: 325 -msgid "A valid FQDN for 'Peer identifier' must be specified." -msgstr "Допустимый FQDN должен быть указан для 'Идентификатора пира'." - -# File: src/www/vpn_ipsec_phase1.php, line: 331 -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'Peer identifier' " -"must be specified." -msgstr "" -"Допустимый Пользователь FQDN в виде user@my.domain.com для 'Идентификатора " -"пира' должен быть указан." - -# File: src/www/vpn_ipsec_phase1.php, line: 338 -msgid "A numeric value must be specified for DPD delay." -msgstr "Значение цифры должно быть указано для задержки DPD." - -# File: src/www/vpn_ipsec_phase1.php, line: 341 -msgid "A numeric value must be specified for DPD retries." -msgstr "Значение цифры должно быть указано для повторений DPD." - -# File: src/www/vpn_ipsec_phase1.php, line: 346 -msgid "Invalid argument for key exchange protocol version." -msgstr "Недопустимый аргумент за версию протокола обмена ключами." - -# File: src/www/vpn_ipsec_phase1.php, line: 588 -# File: src/www/vpn_ipsec_phase2.php, line: 652 -# File: src/www/vpn_openvpn_client.php, line: 468 -# File: src/www/vpn_openvpn_csc.php, line: 328 -# File: src/www/vpn_openvpn_server.php, line: 724 -msgid "General information" -msgstr "Общая информация" - -# File: src/www/vpn_ipsec_phase1.php, line: 599 -msgid "Disable this phase1 entry" -msgstr "Отключите эту запись phase1" - -# File: src/www/vpn_ipsec_phase1.php, line: 600 -msgid "" -"Set this option to disable this phase1 without removing it from the list." -msgstr "Выберите этот параметр, чтобы отключить правило не удаляя из списка." - -# File: src/www/vpn_ipsec_phase1.php, line: 606 -msgid "Connection method" -msgstr "Способ подключения" - -# File: src/www/vpn_ipsec_phase1.php, line: 611 -msgid "Respond only" -msgstr "Только ответьте" - -# File: src/www/vpn_ipsec_phase1.php, line: 612 -msgid "Start on traffic" -msgstr "Начните по движению" - -# File: src/www/vpn_ipsec_phase1.php, line: 613 -msgid "Start immediate" -msgstr "Немедленный Запуск" - -# File: src/www/vpn_ipsec_phase1.php, line: 616 -msgid "" -"Choose the connect behaviour here, when using CARP you might want to " -"consider the Repond only option here (wait for the other side to connect)." -msgstr "" -"Выберите поведение подключения здесь, когда вы используете CARP, могло бы " -"вам требоваться рассмотреть единственный вариант Рипонд здесь (ждёте, что " -"другая сторона соединится)." - -# File: src/www/vpn_ipsec_phase1.php, line: 621 -msgid "Key Exchange version" -msgstr "Версия Обмена Ключами" - -# File: src/www/vpn_ipsec_phase1.php, line: 636 -msgid "" -"Select the KeyExchange Protocol version to be used. Usually known as IKEv1 " -"or IKEv2." -msgstr "" -"Выберите версию KeyExchange Протокола, которая должна использоваться. Она " -"обычно была известна как IKEv1 или IKEv2." - -# File: src/www/vpn_ipsec_phase1.php, line: 641 -msgid "Internet Protocol" -msgstr "Протокол Интернета" - -# File: src/www/vpn_ipsec_phase1.php, line: 655 -msgid "Select the Internet Protocol family from this dropdown." -msgstr "Выделите семейством Протоколов Интернета от этого выпадающее." - -# File: src/www/vpn_ipsec_phase1.php, line: 695 -msgid "Select the interface for the local endpoint of this phase1 entry." -msgstr "Выберите интерфейс для локальной конечной точки этой записи phase1." - -# File: src/www/vpn_ipsec_phase1.php, line: 707 -msgid "Enter the public IP address or host name of the remote gateway" -msgstr "Введите публичный IP-адрес или имя удаленного шлюза" - -# File: src/www/vpn_ipsec_phase1.php, line: 727 -msgid "Phase 1 proposal (Authentication)" -msgstr "Предложение фазы 1 (Аутентификация)" - -# File: src/www/vpn_ipsec_phase1.php, line: 730 -# File: src/www/vpn_openvpn_client.php, line: 621 -msgid "Authentication method" -msgstr "Способ аутентификации" - -# File: src/www/vpn_ipsec_phase1.php, line: 753 -# File: src/www/vpn_ipsec_phase1.php, line: 932 -# File: src/www/vpn_ipsec_phase1.php, line: 963 -msgid "Must match the setting chosen on the remote side." -msgstr "Должно соответствовать настройке, выбранной в удалённой части." - -# File: src/www/vpn_ipsec_phase1.php, line: 758 -msgid "Negotiation mode" -msgstr "Режим согласования" - -# File: src/www/vpn_ipsec_phase1.php, line: 772 -msgid "Aggressive is more flexible, but less secure." -msgstr "Агрессивное более гибко, но менее надёжно." - -# File: src/www/vpn_ipsec_phase1.php, line: 777 -msgid "My identifier" -msgstr "Мой идентификатор" - -# File: src/www/vpn_ipsec_phase1.php, line: 782 -msgid "My IP address" -msgstr "Мой IP-адрес" - -# File: src/www/vpn_ipsec_phase1.php, line: 786 -# File: src/www/vpn_ipsec_phase1.php, line: 814 -msgid "ASN.1 distinguished Name" -msgstr "Отличительное Имя ASN.1" - -# File: src/www/vpn_ipsec_phase1.php, line: 787 -# File: src/www/vpn_ipsec_phase1.php, line: 815 -msgid "KeyID tag" -msgstr "Тег KeyID" - -# File: src/www/vpn_ipsec_phase1.php, line: 805 -msgid "Peer identifier" -msgstr "Идентификатор пира" - -# File: src/www/vpn_ipsec_phase1.php, line: 810 -msgid "Peer IP address" -msgstr "Локальный IP-адрес" - -# File: src/www/vpn_ipsec_phase1.php, line: 830 -msgid "" -"NOTE: This is known as the \"group\" setting on some VPN client " -"implementations." -msgstr "" -"Примечание: Это известно как установка «группы» по некоторым внедрениям " -"клиентов VPN." - -# File: src/www/vpn_ipsec_phase1.php, line: 841 -msgid "Input your Pre-Shared Key string." -msgstr "Введите общий ключ." - -# File: src/www/vpn_ipsec_phase1.php, line: 846 -msgid "My Certificate" -msgstr "Мой сертификат" - -# File: src/www/vpn_ipsec_phase1.php, line: 861 -msgid "Select a certificate previously configured in the Certificate Manager." -msgstr "" -"Выберите сертификат, ранее сконфигурированный на Диспетчер Сертификатов." - -# File: src/www/vpn_ipsec_phase1.php, line: 866 -msgid "My Certificate Authority" -msgstr "Существующий центр сертификации" - -# File: src/www/vpn_ipsec_phase1.php, line: 884 -msgid "" -"Select a certificate authority previously configured in the Certificate " -"Manager." -msgstr "" -"Выбор, который авторитет сертификата ранее сконфигурировал в Диспетчер " -"Сертификатов." - -# File: src/www/vpn_ipsec_phase1.php, line: 889 -msgid "Phase 1 proposal (Algorithms)" -msgstr "Предложение фазы 1 (Алгоритмы)" - -# File: src/www/vpn_ipsec_phase1.php, line: 892 -# File: src/www/vpn_openvpn_client.php, line: 787 -# File: src/www/vpn_openvpn_server.php, line: 1095 -msgid "Encryption algorithm" -msgstr "Алгоритм шифрования" - -# File: src/www/vpn_ipsec_phase1.php, line: 911 -msgid "Hash algorithm" -msgstr "Алгоритм хеширования" - -# File: src/www/vpn_ipsec_phase1.php, line: 937 -msgid "DH key group" -msgstr "Группа ключей DH" - -# File: src/www/vpn_ipsec_phase1.php, line: 980 -msgid "Disable Rekey" -msgstr "Ключ отключения" - -# File: src/www/vpn_ipsec_phase1.php, line: 984 -msgid "Whether a connection should be renegotiated when it is about to expire." -msgstr "Нужно ли снова сойтись на соединении, когда он готов истечь." - -# File: src/www/vpn_ipsec_phase1.php, line: 989 -msgid "Disable Reauth" -msgstr "Отключите Рот" - -# File: src/www/vpn_ipsec_phase1.php, line: 993 -msgid "" -"Whether rekeying of an IKE_SA should also reauthenticate the peer. In IKEv1, " -"reauthentication is always done." -msgstr "" -"Должен ли повторный набор IKE_SA также вновь подтвердить подлинность " -"равного. В IKEv1 всегда делается повторное подтверждение подлинности." - -# File: src/www/vpn_ipsec_phase1.php, line: 998 -msgid "NAT Traversal" -msgstr "Обход Ната" - -# File: src/www/vpn_ipsec_phase1.php, line: 1008 -msgid "Force" -msgstr "Сила" - -# File: src/www/vpn_ipsec_phase1.php, line: 1012 -msgid "" -"Set this option to enable the use of NAT-T (i.e. the encapsulation of ESP in " -"UDP packets) if needed, which can help with clients that are behind " -"restrictive firewalls." -msgstr "" -"Настройте эту опцию, чтобы ей включить использование NAT-T (т. е. " -"инкапсуляции ESP в пакеты UDP), которое, если требуется, может помочь " -"клиентами, которые стоят за ограничительными брандмауэрами." - -# File: src/www/vpn_ipsec_phase1.php, line: 1018 -msgid "Dead Peer Detection" -msgstr "Обнаружение мёртвых Равных" - -# File: src/www/vpn_ipsec_phase1.php, line: 1022 -msgid "Enable DPD" -msgstr "Включение DPD" - -# File: src/www/vpn_ipsec_phase1.php, line: 1029 -msgid "Delay between requesting peer acknowledgement." -msgstr "Задержитесь в промежутке, прося подтверждение равных." - -# File: src/www/vpn_ipsec_phase1.php, line: 1033 -msgid "retries" -msgstr "Повторные попытки" - -# File: src/www/vpn_ipsec_phase1.php, line: 1035 -msgid "Number of consecutive failures allowed before disconnect." -msgstr "" -"Количество последовательных сбоев сделало прежнее отключение возможным." - -# File: src/www/vpn_ipsec_phase2.php, line: 237 -msgid "A valid ikeid must be specified." -msgstr "Укажите допустимый диапазон." - -# File: src/www/vpn_ipsec_phase2.php, line: 240 -msgid "Local network type" -msgstr "Тип локальной сети" - -# File: src/www/vpn_ipsec_phase2.php, line: 240 -msgid "Unique Identifier" -msgstr "Уникальный Идентификатор" - -# File: src/www/vpn_ipsec_phase2.php, line: 243 -msgid "Remote network type" -msgstr "Тип удалённой сети" - -# File: src/www/vpn_ipsec_phase2.php, line: 252 -msgid "A valid local network bit count must be specified." -msgstr "Укажите допустимое количество бит сети назначения." - -# File: src/www/vpn_ipsec_phase2.php, line: 256 -msgid "A valid local network IP address must be specified." -msgstr "Необходимо установить корректный внутренний IP-адрес." - -# File: src/www/vpn_ipsec_phase2.php, line: 258 -msgid "" -"A valid local network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "" -"Необходимо установить внутренний IPv4-адрес или переключиться в режим IPv6" - -# File: src/www/vpn_ipsec_phase2.php, line: 260 -msgid "" -"A valid local network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "" -"Необходимо установить внутренний IPv6-адрес или переключиться в режим IPv4" - -# File: src/www/vpn_ipsec_phase2.php, line: 270 -msgid "Invalid Local Network." -msgstr "Неверная внутренняя сеть." - -# File: src/www/vpn_ipsec_phase2.php, line: 270 -msgid "has no subnet." -msgstr "не имеет подсети." - -# File: src/www/vpn_ipsec_phase2.php, line: 278 -msgid "A valid NAT local network bit count must be specified." -msgstr "Укажите допустимое количество бит сети назначения." - -# File: src/www/vpn_ipsec_phase2.php, line: 281 -msgid "" -"You cannot configure a network type address for NAT while only an address " -"type is selected for local source." -msgstr "" -"Вы не можете сконфигурировать сетевой адрес типа для NAT, в то время как " -"только тип адресов будет выбран для локального источника." - -# File: src/www/vpn_ipsec_phase2.php, line: 286 -msgid "A valid NAT local network IP address must be specified." -msgstr "Укажите действительный удаленный IP-адрес PPTP." - -# File: src/www/vpn_ipsec_phase2.php, line: 288 -msgid "" -"A valid NAT local network IPv4 address must be specified or you need to " -"change Mode to IPv6" -msgstr "" -"Допустимый адрес NAT локальной сети IPv4 должен быть указан, или вам нужно " -"заменить Режим на IPv6" - -# File: src/www/vpn_ipsec_phase2.php, line: 290 -msgid "" -"A valid NAT local network IPv6 address must be specified or you need to " -"change Mode to IPv4" -msgstr "" -"Допустимый адрес NAT локальной сети IPv6 должен быть указан, или вам нужно " -"заменить Режим на IPv4" - -# File: src/www/vpn_ipsec_phase2.php, line: 297 -msgid "" -"BINAT requires that the netmask of the local network matches the one of the " -"NAT/BINAT network." -msgstr "" -"BINAT требует, чтобы сетевая маска локальной сети соответствовала сетевой " -"маске сети NAT/BINAT." - -# File: src/www/vpn_ipsec_phase2.php, line: 305 -msgid "A valid remote network bit count must be specified." -msgstr "Укажите допустимое количество бит сети назначения." - -# File: src/www/vpn_ipsec_phase2.php, line: 310 -msgid "A valid remote network IP address must be specified." -msgstr "Укажите действительный удаленный IP-адрес PPTP." - -# File: src/www/vpn_ipsec_phase2.php, line: 312 -msgid "" -"A valid remote network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "" -"Допустимый удалённый сетевой адрес IPv4 должен быть указан, или вам нужно " -"сменить Режим на IPv6" - -# File: src/www/vpn_ipsec_phase2.php, line: 314 -msgid "" -"A valid remote network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "" -"Допустимый удалённый сетевой адрес IPv6 должен быть указан, или вам нужно " -"заменить Режим на IPv4" - -# File: src/www/vpn_ipsec_phase2.php, line: 337 -msgid "Phase2 with this Local Network is already defined for mobile clients." -msgstr "Phase2 с этой Локальной Сетью уже определён для мобильных клиентов." - -# File: src/www/vpn_ipsec_phase2.php, line: 369 -msgid "" -"Phase2 with this Local/Remote networks combination is already defined for " -"this Phase1." -msgstr "" -"Phase2 с этой комбинацией Локальных/Удалённых Сетей уже определён для этого " -"Phase1." - -# File: src/www/vpn_ipsec_phase2.php, line: 381 -msgid "At least one encryption algorithm must be selected." -msgstr "По крайней мере один алгоритм шифрования должен быть выбран." - -# File: src/www/vpn_ipsec_phase2.php, line: 386 -msgid "At least one hashing algorithm needs to be selected." -msgstr "Нужно по крайней мере один алгоритм хеширования выбрать." - -# File: src/www/vpn_ipsec_phase2.php, line: 394 -msgid "The P2 lifetime must be an integer." -msgstr "Значение тайм-аута бездействия должно быть целым числом." - -# File: src/www/vpn_ipsec_phase2.php, line: 663 -msgid "Disable this phase2 entry" -msgstr "Отключите эту запись phase2" - -# File: src/www/vpn_ipsec_phase2.php, line: 664 -msgid "" -"Set this option to disable this phase2 entry without removing it from the " -"list" -msgstr "Выберите этот параметр, чтобы отключить правило не удаляя из списка." - -# File: src/www/vpn_ipsec_phase2.php, line: 700 -msgid "Local Network" -msgstr "Локальная Сеть" - -# File: src/www/vpn_ipsec_phase2.php, line: 712 -msgid "%s subnet" -msgstr "%s подсеть" - -# File: src/www/vpn_ipsec_phase2.php, line: 736 -msgid "NAT/BINAT" -msgstr "NAT/BINAT" - -# File: src/www/vpn_ipsec_phase2.php, line: 739 -msgid "NAT Type" -msgstr "Тип NAT" - -# File: src/www/vpn_ipsec_phase2.php, line: 749 -msgid "BINAT" -msgstr "BINAT" - -# File: src/www/vpn_ipsec_phase2.php, line: 753 -msgid "" -"Enforce the type of NAT by choosing either NAT or BINAT. Leave it to Auto to " -"let OPNsense automatically choose the best NAT option." -msgstr "" -"Вынудите тип NAT, выбрав или NAT, или BINAT. Оставьте выбор Автомобилю, " -"чтобы позволить OPNsense автоматически выбрать лучшую опцию NAT." - -# File: src/www/vpn_ipsec_phase2.php, line: 772 -msgid "" -"In case you need NAT/BINAT on this network specify the address to be " -"translated" -msgstr "" -"Если вам нужен NAT/BINAT в этой сети, укажите адрес, который должен быть " -"преобразован" - -# File: src/www/vpn_ipsec_phase2.php, line: 796 -msgid "Remote Network" -msgstr "Удалённая Сеть" - -# File: src/www/vpn_ipsec_phase2.php, line: 832 -msgid "Phase 2 proposal (SA/Key Exchange)" -msgstr "Предложение фазы 2 (Обмен SA/Ключами)" - -# File: src/www/vpn_ipsec_phase2.php, line: 849 -msgid "ESP is encryption, AH is authentication only" -msgstr "ESP – шифрование, AH – только аутентификация" - -# File: src/www/vpn_ipsec_phase2.php, line: 854 -msgid "Encryption algorithms" -msgstr "Алгоритмы шифрования" - -# File: src/www/vpn_ipsec_phase2.php, line: 882 -msgid "" -"Hint: use 3DES for best compatibility or if you have a hardware crypto " -"accelerator card. Blowfish is usually the fastest in software encryption" -msgstr "" -"Намёк: использование – 3 DE Секунда для лучшей совместимости или есть ли у " -"вас карта аппаратного шифровального ускорителя? Блоуфиш обычно наиболее " -"быстр в шифровании программного обеспечения" - -# File: src/www/vpn_ipsec_phase2.php, line: 889 -msgid "Hash algorithms" -msgstr "Алгоритмы хеша" - -# File: src/www/vpn_ipsec_phase2.php, line: 901 -msgid "PFS key group" -msgstr "Группа ключей PFS" - -# File: src/www/vpn_ipsec_phase2.php, line: 921 -msgid "Set globally in mobile client options" -msgstr "Глобально заданы в опциях клиента мобильных" - -# File: src/www/vpn_ipsec_phase2.php, line: 939 -msgid "Automatically ping host" -msgstr "Автоматически пингуйте хост" - -# File: src/www/vpn_ipsec_settings.php, line: 155 -msgid "IPSec Advanced Settings" -msgstr "IPSec-Перенесённые Настройки" - -# File: src/www/vpn_ipsec_settings.php, line: 162 -msgid "LAN security associations" -msgstr "Ассоциации безопасности ЛВС" - -# File: src/www/vpn_ipsec_settings.php, line: 165 -msgid "Do not install LAN SPD" -msgstr "Не устанавливайте Сетевой SPD" - -# File: src/www/vpn_ipsec_settings.php, line: 167 -msgid "" -"By default, if IPSec is enabled negating SPD are inserted to provide " -"protection. This behaviour can be changed by enabling this setting which " -"will prevent installing these SPDs." -msgstr "" -"Если IPSec включён, по умолчанию отрицающие SPD вставлены для обеспечения " -"защиты. Это поведение может быть изменено включением этой настройки, которая " -"предотвратит установку этих SPD." - -# File: src/www/vpn_ipsec_settings.php, line: 173 -msgid "Security Associations" -msgstr "Сопоставления безопасности" - -# File: src/www/vpn_ipsec_settings.php, line: 176 -msgid "Prefer older IPsec SAs" -msgstr "Предпочтите более старый IPsec SAs" - -# File: src/www/vpn_ipsec_settings.php, line: 178 -msgid "" -"By default, if several SAs match, the newest one is preferred if it's at " -"least 30 seconds old. Select this option to always prefer old SAs over new " -"ones." -msgstr "" -"По умолчанию, если несколько SA соответствуют друг другу, самый новый one " -"предпочтён, если ему есть по крайней мере 30 секунд. Выберите эту опцию, " -"чтобы всегда предпочитать старые SA новым." - -# File: src/www/vpn_ipsec_settings.php, line: 185 -msgid "IPsec Debug" -msgstr "Отладка IPsec" - -# File: src/www/vpn_ipsec_settings.php, line: 188 -msgid "Start IPSec in debug mode based on sections selected" -msgstr "Запустите IPSec в режиме отладки по выбранным разделам" - -# File: src/www/vpn_ipsec_settings.php, line: 205 -msgid "" -"Launches IPSec in debug mode so that more verbose logs will be generated to " -"aid in troubleshooting." -msgstr "" -"Запускает IPSec в режиме отладки, чтобы более многословные логи были " -"сгенерированы, чтобы помочь в устранении неисправностей." - -# File: src/www/vpn_ipsec_settings.php, line: 211 -msgid "IPsec Reload on Failover" -msgstr "IPsec Перезагружаются при Аварийном Переключении" - -# File: src/www/vpn_ipsec_settings.php, line: 214 -msgid "Force IPsec Reload on Failover" -msgstr "Силовые IPsec Перезагружаются при Аварийном Переключении" - -# File: src/www/vpn_ipsec_settings.php, line: 216 -msgid "" -"In some circumstances using a gateway group as the interface for an IPsec " -"tunnel does not function properly, and IPsec must be forcefully reloaded " -"when a failover occurs. Because this will disrupt all IPsec tunnels, this " -"behavior is disabled by default. Check this box to force IPsec to fully " -"reload on failover." -msgstr "" -"В каких-то обстоятельствах использование группы шлюзов как интерфейса для " -"туннеля IPsec не функционирует правильно, и IPsec должен быть уверенно " -"перезагружен, когда аварийное переключение возникает. Поскольку это испортит " -"все туннели IPsec, это поведение отключено по умолчанию. Проверьте это окно, " -"чтобы заставить IPsec быть полностью перезагруженным при аварийном " -"переключении." - -# File: src/www/vpn_ipsec_settings.php, line: 224 -msgid "Maximum MSS" -msgstr "Максимальный MSS" - -# File: src/www/vpn_ipsec_settings.php, line: 227 -msgid "Enable MSS clamping on VPN traffic" -msgstr "Подключите сжатие MSS на VPN-трафике" - -# File: src/www/vpn_ipsec_settings.php, line: 231 -msgid "" -"Enable MSS clamping on TCP flows over VPN. This helps overcome problems with " -"PMTUD on IPsec VPN links. If left blank, the default value is 1400 bytes. " -msgstr "" -"Включите ограничение MSS на потоках TCP по VPN. Это помогает преодолеть " -"проблемы с PMTUD в ссылках IPsec на VPN. Если оно остаётся пустым, значение " -"по умолчанию – 1400 байт." - -# File: src/www/vpn_l2tp.php, line: 64 -# File: src/www/vpn_pppoe_edit.php, line: 110 -# File: src/www/vpn_pptp.php, line: 74 -msgid "Remote start address" -msgstr "Удаленный IP-адрес туннеля" - -# File: src/www/vpn_l2tp.php, line: 64 -# File: src/www/vpn_pppoe_edit.php, line: 110 -# File: src/www/vpn_pppoe_edit.php, line: 475 -# File: src/www/vpn_pptp.php, line: 74 -# File: src/www/vpn_pptp.php, line: 383 -msgid "Server address" -msgstr "Адрес сервера" - -# File: src/www/vpn_l2tp.php, line: 70 -# File: src/www/vpn_pppoe_edit.php, line: 116 -# File: src/www/vpn_pptp.php, line: 80 -msgid "RADIUS server address" -msgstr "Основной RADIUS-сервер" - -# File: src/www/vpn_l2tp.php, line: 70 -# File: src/www/vpn_pppoe_edit.php, line: 116 -# File: src/www/vpn_pptp.php, line: 80 -# File: src/www/vpn_pptp.php, line: 471 -msgid "RADIUS shared secret" -msgstr "Общий секретный ключ основного RADIUS-сервера" - -# File: src/www/vpn_l2tp.php, line: 77 -# File: src/www/vpn_pppoe_edit.php, line: 123 -# File: src/www/vpn_pptp.php, line: 87 -msgid "A valid server address must be specified." -msgstr "Укажите действительный IP-адрес." - -# File: src/www/vpn_l2tp.php, line: 80 -# File: src/www/vpn_pptp.php, line: 90 -msgid "" -"'Server address' parameter should NOT be set to any IP address currently in " -"use on this firewall." -msgstr "" -"ПРИМЕЧАНИЕ: IP-адрес НЕ должен совпадать с любым IP-адресом, который " -"используется в межсетевом экране" - -# File: src/www/vpn_l2tp.php, line: 83 -# File: src/www/vpn_pppoe_edit.php, line: 126 -# File: src/www/vpn_pptp.php, line: 93 -msgid "A valid remote start address must be specified." -msgstr "Укажите действительный удаленный IP-адрес PPTP." - -# File: src/www/vpn_l2tp.php, line: 86 -# File: src/www/vpn_pppoe_edit.php, line: 129 -# File: src/www/vpn_pptp.php, line: 96 -msgid "A valid RADIUS server address must be specified." -msgstr "Укажите действительный псевдоним IP-адреса." - -# File: src/www/vpn_l2tp.php, line: 96 -# File: src/www/vpn_pppoe_edit.php, line: 137 -# File: src/www/vpn_pptp.php, line: 105 -msgid "The specified server address lies in the remote subnet." -msgstr "Указанный адрес сервера лежит в удалённой подсети." - -# File: src/www/vpn_l2tp.php, line: 99 -# File: src/www/vpn_pptp.php, line: 109 -msgid "The specified server address is equal to the LAN interface address." -msgstr "Указанный адрес сервера совпадает с IP-адресом интерфейса." - -# File: src/www/vpn_l2tp.php, line: 300 -msgid "Enable L2TP server" -msgstr "Включить PPTP-сервер" - -# File: src/www/vpn_l2tp.php, line: 324 -msgid "Server Address" -msgstr "Адрес сервера" - -# File: src/www/vpn_l2tp.php, line: 328 -msgid "" -"Enter the IP address the L2TP server should give to clients for use as their " -"\"gateway\"." -msgstr "" -"Введите IP-адрес, который PPPoE-сервер будет выдавать клиентам для " -"использования в качестве «шлюза»" - -# File: src/www/vpn_l2tp.php, line: 330 -# File: src/www/vpn_pppoe_edit.php, line: 481 -# File: src/www/vpn_pptp.php, line: 389 -msgid "Typically this is set to an unused IP just outside of the client range" -msgstr "" -"Обычно это устанавливается по неиспользуемому IP, просто кроме диапазона " -"клиентов" - -# File: src/www/vpn_l2tp.php, line: 333 -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall." -msgstr "" -"ПРИМЕЧАНИЕ: IP-адрес НЕ должен совпадать с любым IP-адресом, который " -"используется в межсетевом экране" - -# File: src/www/vpn_l2tp.php, line: 336 -msgid "Remote Address Range" -msgstr "Диапазон удаленных адресов" - -# File: src/www/vpn_l2tp.php, line: 339 -msgid "Specify the starting address for the client IP address subnet." -msgstr "Укажите начальный адрес для IP-адреса подсети клиента" - -# File: src/www/vpn_l2tp.php, line: 358 -# File: src/www/vpn_pppoe_edit.php, line: 453 -msgid "is" -msgstr "Оно есть" - -# File: src/www/vpn_l2tp.php, line: 362 -msgid "Number of L2TP users" -msgstr "Количество пользователей" - -# File: src/www/vpn_l2tp.php, line: 377 -msgid "10 is ten L2TP clients" -msgstr "10 – десять клиентов L2TP" - -# File: src/www/vpn_l2tp.php, line: 381 -msgid "Secret" -msgstr "secret" - -# File: src/www/vpn_l2tp.php, line: 385 -msgid "" -"Specify optional secret shared between peers. Required on some devices/" -"setups." -msgstr "" -"Укажите, что необязательная тайна поделилась между равными. Она потребовала " -"по некоторым устройствам/настройкам." - -# File: src/www/vpn_l2tp.php, line: 389 -msgid "Authentication Type" -msgstr "Тип аутентификации" - -# File: src/www/vpn_l2tp.php, line: 395 -msgid "CHAP" -msgstr "ПАРЕНЬ" - -# File: src/www/vpn_l2tp.php, line: 399 -msgid "PAP" -msgstr "КАША" - -# File: src/www/vpn_l2tp.php, line: 402 -msgid "Specifies which protocol to use for authentication." -msgstr "Указывает, какой протокол использовать для аутентификации." - -# File: src/www/vpn_l2tp.php, line: 406 -msgid "L2TP DNS Servers" -msgstr "DNS-серверы PPTP-клиентов" - -# File: src/www/vpn_l2tp.php, line: 412 -msgid "primary and secondary DNS servers assigned to L2TP clients" -msgstr "назначенные PPTP-клиентам основной и резервный DNS-серверы" - -# File: src/www/vpn_l2tp.php, line: 416 -# File: src/www/vpn_pptp.php, line: 414 -msgid "WINS Server" -msgstr "WINS-серверы" - -# File: src/www/vpn_l2tp.php, line: 422 -# File: src/www/vpn_pppoe_edit.php, line: 512 -# File: src/www/vpn_pptp.php, line: 420 -msgid "RADIUS" -msgstr "RADIUS" - -# File: src/www/vpn_l2tp.php, line: 427 -# File: src/www/vpn_pppoe_edit.php, line: 517 -# File: src/www/vpn_pptp.php, line: 425 -msgid "Use a RADIUS server for authentication" -msgstr "Используйте RADIUS-сервер для аутентификации" - -# File: src/www/vpn_l2tp.php, line: 428 -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used." -msgstr "" -"Если параметр включен, пользователи будут проходить аутентификацию используя " -"указанный ниже RADIUS-сервер. Локальная база пользователей не будет " -"использоваться" - -# File: src/www/vpn_l2tp.php, line: 433 -# File: src/www/vpn_pppoe_edit.php, line: 525 -# File: src/www/vpn_pptp.php, line: 433 -msgid "Enable RADIUS accounting" -msgstr "Учёт RADIUS включения" - -# File: src/www/vpn_l2tp.php, line: 434 -msgid "Sends accounting packets to the RADIUS server." -msgstr "Отправляет пакеты учета на RADIUS-сервер" - -# File: src/www/vpn_l2tp.php, line: 437 -# File: src/www/vpn_pptp.php, line: 462 -msgid "RADIUS Server" -msgstr "RADIUS-Сервер" - -# File: src/www/vpn_l2tp.php, line: 441 -msgid "Enter the IP address of the RADIUS server." -msgstr "Введите IP-адрес RADIUS-сервера." - -# File: src/www/vpn_l2tp.php, line: 444 -msgid "RADIUS Shared Secret" -msgstr "Общий секретный ключ основного RADIUS-сервера" - -# File: src/www/vpn_l2tp.php, line: 448 -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server." -msgstr "" -"Введите общий секретный ключ, который будет использоваться для " -"аутентификации на RADIUS-сервере" - -# File: src/www/vpn_l2tp.php, line: 451 -msgid "RADIUS Issued IP's" -msgstr "RADIUS Дал IP" - -# File: src/www/vpn_l2tp.php, line: 457 -msgid "Issue IP Addresses via RADIUS server." -msgstr "Выдача IP-адресов через RADIUS-сервер" - -# File: src/www/vpn_l2tp.php, line: 470 -msgid "" -"Don't forget to add a firewall rule to permit traffic from L2TP clients!" -msgstr "" -"не забудьте добавить правило межсетевого экрана, чтобы разрешить трафик от " -"PPPoE-клиентов" - -# File: src/www/vpn_l2tp_users.php, line: 85 -# File: src/www/vpn_pptp_users.php, line: 83 -msgid "Warning: RADIUS is enabled. The local user database will not be used." -msgstr "" -"Предупреждение: RADIUS включён. Локальная пользовательская база данных не " -"будет использоваться." - -# File: src/www/vpn_l2tp_users.php, line: 89 -msgid "The l2tp user list has been modified" -msgstr "Список пользователей PPTP изменен" - -# File: src/www/vpn_l2tp_users.php, line: 89 -msgid "Warning: this will terminate all current l2tp sessions!" -msgstr "Предупреждение: все текущие PPTP-сессии будут завершены" - -# File: src/www/vpn_l2tp_users.php, line: 89 -# File: src/www/vpn_pptp_users.php, line: 87 -msgid "You must apply the changes in order for them to take effect" -msgstr "Вы должны применить изменения, чтобы они вступили в силу." - -# File: src/www/vpn_l2tp_users_edit.php, line: 88 -# File: src/www/vpn_pptp_users_edit.php, line: 90 -msgid "The password contains invalid characters." -msgstr "MX-запись содержит недопустимые символы." - -# File: src/www/vpn_l2tp_users_edit.php, line: 95 -# File: src/www/vpn_pptp_users_edit.php, line: 97 -msgid "The IP address entered is not valid." -msgstr "Введённый IP-адрес не допустим." - -# File: src/www/vpn_l2tp_users_edit.php, line: 173 -# File: src/www/vpn_pptp_users_edit.php, line: 171 -msgid "confirmation" -msgstr "Подтверждение" - -# File: src/www/vpn_l2tp_users_edit.php, line: 175 -msgid "If you want to change the users password, enter it here twice." -msgstr "" -"Если вы хотите изменить пароль пользователя, введите его и подтверждение " -"здесь." - -# File: src/www/vpn_l2tp_users_edit.php, line: 183 -# File: src/www/vpn_pptp_users_edit.php, line: 181 -msgid "" -"If you want the user to be assigned a specific IP address, enter it here." -msgstr "" -"Если вы хотите, чтобы пользователю был присвоен конкретный IP-адрес, введите " -"его сюда." - -# File: src/www/vpn_openvpn_client.php, line: 168 -# File: src/www/vpn_openvpn_server.php, line: 176 -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv6 " -"protocol and an IPv4 IP address." -msgstr "" -"Семейства протоколов и IP-адресов не соответствуют друг другу. Вы не можете " -"выбрать протокол IPv6 и IPv4-IP-адрес." - -# File: src/www/vpn_openvpn_client.php, line: 170 -# File: src/www/vpn_openvpn_server.php, line: 178 -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv4 " -"protocol and an IPv6 IP address." -msgstr "" -"Семейства протоколов и IP-адресов не соответствуют друг другу. Вы не можете " -"выбрать протокол IPv4 и IPv6-IP-адрес." - -# File: src/www/vpn_openvpn_client.php, line: 172 -# File: src/www/vpn_openvpn_server.php, line: 180 -msgid "" -"An IPv4 protocol was selected, but the selected interface has no IPv4 " -"address." -msgstr "" -"Был выбран протокол IPv4, но выбранный интерфейс не имеет никакого адреса " -"IPv4." - -# File: src/www/vpn_openvpn_client.php, line: 174 -# File: src/www/vpn_openvpn_server.php, line: 182 -msgid "" -"An IPv6 protocol was selected, but the selected interface has no IPv6 " -"address." -msgstr "" -"Был выбран протокол IPv6, но выбранный интерфейс не имеет никакого адреса " -"IPv6." - -# File: src/www/vpn_openvpn_client.php, line: 178 -msgid "" -"The field Local port must contain a valid port, ranging from 0 to 65535." -msgstr "" -"Поле должно содержать допустимый номер порта (целое число от 0 до 65535)." - -# File: src/www/vpn_openvpn_client.php, line: 182 -# File: src/www/vpn_openvpn_server.php, line: 219 -msgid "The specified 'Local port' is in use. Please select another value" -msgstr "Указанный «локальный порт» используется. Выберите другое значение." - -# File: src/www/vpn_openvpn_client.php, line: 186 -msgid "" -"The field Server host or address must contain a valid IP address or domain " -"name." -msgstr "" -"Хост или адрес Полесервера должны содержать допустимый IP-адрес или доменное " -"действительное имя." - -# File: src/www/vpn_openvpn_client.php, line: 190 -msgid "" -"The field Server port must contain a valid port, ranging from 0 to 65535." -msgstr "" -"Поле должно содержать допустимый номер порта (целое число от 0 до 65535)." - -# File: src/www/vpn_openvpn_client.php, line: 195 -msgid "" -"The field Proxy host or address must contain a valid IP address or domain " -"name." -msgstr "" -"Хост или адрес Прокси поля должны содержать допустимый IP-адрес или доменное " -"действительное имя." - -# File: src/www/vpn_openvpn_client.php, line: 198 -msgid "" -"The field Proxy port must contain a valid port, ranging from 0 to 65535." -msgstr "" -"Поле должно содержать допустимый номер порта (целое число от 0 до 65535)." - -# File: src/www/vpn_openvpn_client.php, line: 202 -msgid "User name and password are required for proxy with authentication." -msgstr "Имени пользователя и пароля с аутентификацией требует прокси." - -# File: src/www/vpn_openvpn_client.php, line: 223 -msgid "The bandwidth limit must be a positive numeric value." -msgstr "" -"Ограничение пропускной способности должно быть положительным значением цифры." - -# File: src/www/vpn_openvpn_client.php, line: 228 -# File: src/www/vpn_openvpn_server.php, line: 225 -msgid "The field 'Shared Key' does not appear to be valid" -msgstr "Некорректное значение поля «TLS-ключ аутентификации»." - -# File: src/www/vpn_openvpn_client.php, line: 234 -# File: src/www/vpn_openvpn_server.php, line: 232 -msgid "The field 'TLS Authentication Key' does not appear to be valid" -msgstr "Некорректное значение поля «TLS-ключ аутентификации»." - -# File: src/www/vpn_openvpn_client.php, line: 245 -# File: src/www/vpn_openvpn_server.php, line: 288 -msgid "Shared key" -msgstr "Совместно использованный ключ" - -# File: src/www/vpn_openvpn_client.php, line: 251 -msgid "" -"If no Client Certificate is selected, a username and password must be " -"entered." -msgstr "" -"Если Сертификат никакого Клиента будет выбран, имя пользователя и пароль " -"должны быть введены." - -# File: src/www/vpn_openvpn_client.php, line: 321 -msgid "add client" -msgstr "Добавьте клиент" - -# File: src/www/vpn_openvpn_client.php, line: 479 -msgid "" -"Set this option to disable this client without removing it from the list" -msgstr "Выберите этот параметр, чтобы отключить правило не удаляя из списка." - -# File: src/www/vpn_openvpn_client.php, line: 484 -# File: src/www/vpn_openvpn_server.php, line: 745 -msgid "Server Mode" -msgstr "Режим серверов" - -# File: src/www/vpn_openvpn_client.php, line: 489 -# File: src/www/vpn_openvpn_server.php, line: 750 -msgid "Peer to Peer ( SSL/TLS )" -msgstr "Пиринговая сеть (SSL/TLS)" - -# File: src/www/vpn_openvpn_client.php, line: 490 -# File: src/www/vpn_openvpn_server.php, line: 751 -msgid "Peer to Peer ( Shared Key )" -msgstr "Пиринговая сеть (Общий Ключ)" - -# File: src/www/vpn_openvpn_client.php, line: 525 -msgid "Device mode" -msgstr "Режим работы устройства" - -# File: src/www/vpn_openvpn_client.php, line: 586 -# File: src/www/vpn_openvpn_server.php, line: 875 -msgid "Local port" -msgstr "Локальный порт" - -# File: src/www/vpn_openvpn_client.php, line: 590 -msgid "" -"Set this option if you would like to bind to a specific port. Leave this " -"blank or enter 0 for a random dynamic port." -msgstr "" -"Установите этой опции, хотели ли бы вы привязаться к конкретному порту. " -"Оставьте этот пробел или введите 0 для случайного динамического порта." - -# File: src/www/vpn_openvpn_client.php, line: 595 -msgid "Server host or address" -msgstr "Хост или адрес Сервера" - -# File: src/www/vpn_openvpn_client.php, line: 601 -msgid "Server port" -msgstr "Порт сервера" - -# File: src/www/vpn_openvpn_client.php, line: 607 -msgid "Proxy host or address" -msgstr "Хост или адрес Прокси" - -# File: src/www/vpn_openvpn_client.php, line: 613 -msgid "Proxy port" -msgstr "Номер порта прокси-сервера" - -# File: src/www/vpn_openvpn_client.php, line: 619 -msgid "Proxy authentication extra options" -msgstr "Дополнительные опции аутентификации прокси" - -# File: src/www/vpn_openvpn_client.php, line: 624 -# File: src/www/vpn_openvpn_export.php, line: 742 -# File: src/www/vpn_openvpn_export_shared.php, line: 365 -msgid "basic" -msgstr "Базовая" - -# File: src/www/vpn_openvpn_client.php, line: 625 -# File: src/www/vpn_openvpn_export.php, line: 743 -# File: src/www/vpn_openvpn_export_shared.php, line: 366 -msgid "ntlm" -msgstr "ntlm" - -# File: src/www/vpn_openvpn_client.php, line: 636 -msgid "Server host name resolution" -msgstr "Сервер разрешения хост-имени" - -# File: src/www/vpn_openvpn_client.php, line: 640 -msgid "Infinitely resolve server" -msgstr "В бесконечно больших величинах решите сервер" - -# File: src/www/vpn_openvpn_client.php, line: 641 -msgid "" -"Continuously attempt to resolve the server host name. Useful when " -"communicating with a server that is not permanently connected to the Internet" -msgstr "" -"Постоянно пытайтесь разрешить хост-имя сервера. Полезно, когда сообщается с " -"сервером тот, не постоянно подключаясь к Интернету" - -# File: src/www/vpn_openvpn_client.php, line: 658 -msgid "User Authentication Settings" -msgstr "Настройки Аутентификации пользователей" - -# File: src/www/vpn_openvpn_client.php, line: 661 -msgid "User name/pass" -msgstr "Имя пользователя/переход" - -# File: src/www/vpn_openvpn_client.php, line: 668 -msgid "Leave empty when no user name and password are needed." -msgstr "" -"Оставляйте пустым, когда какое-либо имя пользователя и пароль не будут " -"требоваться." - -# File: src/www/vpn_openvpn_client.php, line: 674 -# File: src/www/vpn_openvpn_server.php, line: 893 -msgid "Cryptographic Settings" -msgstr "Криптографические Установки" - -# File: src/www/vpn_openvpn_client.php, line: 677 -# File: src/www/vpn_openvpn_server.php, line: 896 -msgid "TLS Authentication" -msgstr "Аутентификация TLS" - -# File: src/www/vpn_openvpn_client.php, line: 680 -# File: src/www/vpn_openvpn_server.php, line: 905 -msgid "Enable authentication of TLS packets" -msgstr "Включите аутентификацию пакетов TLS" - -# File: src/www/vpn_openvpn_client.php, line: 686 -# File: src/www/vpn_openvpn_server.php, line: 919 -msgid "Automatically generate a shared TLS authentication key" -msgstr "" -"Автоматически сгенерируйте совместно использованный ключ аутентификации TLS" - -# File: src/www/vpn_openvpn_client.php, line: 692 -# File: src/www/vpn_openvpn_client.php, line: 782 -# File: src/www/vpn_openvpn_server.php, line: 930 -# File: src/www/vpn_openvpn_server.php, line: 1088 -msgid "Paste your shared key here" -msgstr "Вставьте свой совместно использованный ключ сюда" - -# File: src/www/vpn_openvpn_client.php, line: 758 -msgid "(Username and Password required)" -msgstr "(Имя пользователя и требуемый Пароль)" - -# File: src/www/vpn_openvpn_client.php, line: 762 -# File: src/www/vpn_openvpn_server.php, line: 1038 -msgid "No Certificates defined." -msgstr "Ни в каких Сертификатах не определилось." - -# File: src/www/vpn_openvpn_client.php, line: 765 -msgid "if one is required for this connection." -msgstr "Если их требует это подключение." - -# File: src/www/vpn_openvpn_client.php, line: 771 -# File: src/www/vpn_openvpn_server.php, line: 1066 -msgid "Shared Key" -msgstr "Совместно использованный Ключ" - -# File: src/www/vpn_openvpn_client.php, line: 776 -# File: src/www/vpn_openvpn_server.php, line: 1077 -msgid "Automatically generate a shared key" -msgstr "Автоматически сгенерируйте совместно использованный ключ" - -# File: src/www/vpn_openvpn_client.php, line: 806 -# File: src/www/vpn_openvpn_server.php, line: 1115 -msgid "Auth Digest Algorithm" -msgstr "Алгоритм От-Дайджеста" - -# File: src/www/vpn_openvpn_client.php, line: 823 -msgid "" -"NOTE: Leave this set to SHA1 unless the server is set to match. SHA1 is the " -"default for OpenVPN." -msgstr "" -"ПРИМЕЧАНИЕ: не изменяйте эти настройки, если все клиенты поддерживают " -"установленный по умолчанию для OpenVPN алгоритм хеширования SHA1." - -# File: src/www/vpn_openvpn_client.php, line: 828 -# File: src/www/vpn_openvpn_server.php, line: 1137 -msgid "Hardware Crypto" -msgstr "Аппаратные средства криптозащиты" - -# File: src/www/vpn_openvpn_client.php, line: 853 -# File: src/www/vpn_openvpn_server.php, line: 1209 -msgid "IPv4 Tunnel Network" -msgstr "Сеть Туннель IPv4" - -# File: src/www/vpn_openvpn_client.php, line: 857 -# File: src/www/vpn_openvpn_csc.php, line: 384 -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 assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" -"Это – виртуальная сеть, используемая, поскольку закрытая связь между этим " -"клиентом и сервером экспрессировала, используя CIDR (например, 10.0.8.0/24). " -"Предполагается, что первый сетевой адрес – адрес сервера, и второй сетевой " -"адрес будет присвоен виртуальному интерфейсу клиента" - -# File: src/www/vpn_openvpn_client.php, line: 868 -# File: src/www/vpn_openvpn_server.php, line: 1224 -msgid "IPv6 Tunnel Network" -msgstr "Сеть Туннель IPv6" - -# File: src/www/vpn_openvpn_client.php, line: 872 -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 is assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" -"Это – IPv6, который экспрессировала виртуальная сеть, используемая для " -"закрытого соединения между этим клиентом и сервером, используя CIDR " -"(например, fe80::/64). Предполагается, что первый сетевой адрес – адрес " -"сервера, и второй сетевой адрес будет присвоен виртуальному интерфейсу " -"клиента" - -# File: src/www/vpn_openvpn_client.php, line: 883 -# File: src/www/vpn_openvpn_csc.php, line: 419 -# File: src/www/vpn_openvpn_server.php, line: 1348 -msgid "IPv4 Remote Network/s" -msgstr "Локальная сеть/сети IPv4" - -# File: src/www/vpn_openvpn_client.php, line: 887 -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" -"Сети IPv4, для которых будет создан маршрут через туннель, чтобы установить " -"VPN-соединение между двумя пунктами, не изменяя таблицы маршрутизации " -"вручную, представляют собой разделенный запятыми список из одного или " -"нескольких CIDR-диапазонов. Для VPN-соединения между двумя пунктами, " -"необходимо ввести адрес удаленной сети LAN. Вы можете оставить это поле " -"пустым, если не хотите использовать VPN-соединение между двумя пунктами." - -# File: src/www/vpn_openvpn_client.php, line: 898 -# File: src/www/vpn_openvpn_csc.php, line: 435 -# File: src/www/vpn_openvpn_server.php, line: 1363 -msgid "IPv6 Remote Network/s" -msgstr "Локальная сеть/сети IPv6" - -# File: src/www/vpn_openvpn_client.php, line: 902 -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" -"Сети IPv6, для которых будет создан маршрут через туннель, чтобы установить " -"VPN-соединение между двумя пунктами, не изменяя таблицы маршрутизации " -"вручную, представляют собой разделенный запятыми список из одного или " -"нескольких IP-адресов/префиксов. Для VPN-соединения между двумя пунктами, " -"необходимо ввести адрес удаленной сети LAN. Вы можете оставить это поле " -"пустым, если не хотите использовать VPN-соединение между двумя пунктами." - -# File: src/www/vpn_openvpn_client.php, line: 913 -msgid "Limit outgoing bandwidth" -msgstr "Ограничьте исходящую пропускную способность" - -# File: src/www/vpn_openvpn_client.php, line: 917 -msgid "" -"Maximum outgoing bandwidth for this tunnel. Leave empty for no limit. The " -"input value has to be something between 100 bytes/sec and 100 Mbytes/sec " -"(entered as bytes per second)" -msgstr "" -"Максимальная исходящая пропускная способность для этого туннеля. Не " -"оставляйте пустым ни для какого ограничения. Входная величина должна быть " -"чем-то между 100 байтами/секунды (как байты за секунду), и 100 МБ/секунда " -"ввелись, как они" - -# File: src/www/vpn_openvpn_client.php, line: 940 -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently." -msgstr "" -"Сжимать туннельные пакеты с помощью алгоритма LZO. Адаптивное сжатие " -"динамически отключит сжатие в течение определенного периода времени, если " -"OpenVPN обнаружит, что данные в пакетах не сжимаются эффективно" - -# File: src/www/vpn_openvpn_client.php, line: 945 -# File: src/www/vpn_openvpn_server.php, line: 1407 -msgid "Type-of-Service" -msgstr "Тип сервиса (TOS)" - -# File: src/www/vpn_openvpn_client.php, line: 949 -# File: src/www/vpn_openvpn_server.php, line: 1412 -msgid "" -"Set the TOS IP header value of tunnel packets to match the encapsulated " -"packet value" -msgstr "" -"Укажите значение поля « Тип сервиса» заголовка IP для туннельных пакетов " -"так, чтобы оно совпадало со значением инкапсулированного пакета" - -# File: src/www/vpn_openvpn_client.php, line: 954 -# File: src/www/vpn_openvpn_server.php, line: 1440 -msgid "Disable IPv6" -msgstr "Отключить IPv6" - -# File: src/www/vpn_openvpn_client.php, line: 958 -# File: src/www/vpn_openvpn_server.php, line: 1445 -msgid "Don't forward IPv6 traffic" -msgstr "Не переадресовывать IPv6-трафик" - -# File: src/www/vpn_openvpn_client.php, line: 963 -msgid "Don't pull routes" -msgstr "Не получать маршруты" - -# File: src/www/vpn_openvpn_client.php, line: 967 -msgid "" -"Don't add or remove routes automatically. Instead pass routes to %s--route-up" -"%s script using environmental variables" -msgstr "" -"Не добавлять или удалять маршруты автоматически. Вместо этого передавать " -"маршруты %s сценарию route-up%s, который использует переменные окружения" - -# File: src/www/vpn_openvpn_client.php, line: 972 -msgid "Don't add/remove routes" -msgstr "Не добавлять/удалять маршруты" - -# File: src/www/vpn_openvpn_client.php, line: 976 -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 properties of the client's TUN/TAP interface" -msgstr "" -"Этот параметр эффективно препятствует серверу добавлять маршруты в таблицу " -"маршрутизации клиента, однако этот параметр все еще позволяет серверу " -"установить свойства TCP/IP для TUN/TAP интерфейса клиента" - -# File: src/www/vpn_openvpn_client.php, line: 984 -# File: src/www/vpn_openvpn_server.php, line: 1653 -msgid "Advanced configuration" -msgstr "Дополнительная конфигурация" - -# File: src/www/vpn_openvpn_client.php, line: 991 -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"configuration here, separated by a semicolon" -msgstr "" -"Введите любые дополнительные параметры, которые вы хотели бы добавить в " -"конфигурацию клиента OpenVPN. Параметры должны быть разделены двоеточием." - -# File: src/www/vpn_openvpn_client.php, line: 992 -msgid "EXAMPLE:" -msgstr "НАПРИМЕР:" - -# File: src/www/vpn_openvpn_client.php, line: 997 -# File: src/www/vpn_openvpn_server.php, line: 1666 -msgid "Verbosity level" -msgstr "Уровень детальности сообщений" - -# File: src/www/vpn_openvpn_client.php, line: 1011 -# File: src/www/vpn_openvpn_server.php, line: 1680 -msgid "" -"Each level shows all info from the previous levels. Level 3 is recommended " -"if you want a good summary of what's happening without being swamped by " -"output." -msgstr "" -"Каждый уровень показывает всю информацию из предыдущих уровней. " -"Рекомендуется использовать уровень 3, если если вам необходима информативная " -"сводка того, что происходит, без горы лишних данных." - -# File: src/www/vpn_openvpn_client.php, line: 1012 -# File: src/www/vpn_openvpn_server.php, line: 1681 -msgid "%snone%s -- No output except fatal errors." -msgstr "%snone%s — нет результатов, кроме фатальных ошибок." - -# File: src/www/vpn_openvpn_client.php, line: 1013 -# File: src/www/vpn_openvpn_server.php, line: 1682 -msgid "%sdefault%s-%s4%s -- Normal usage range." -msgstr "%sdefault%s-%s4%s — диапазон обычного использования." - -# File: src/www/vpn_openvpn_client.php, line: 1014 -# File: src/www/vpn_openvpn_server.php, line: 1683 -msgid "" -"%s5%s -- Output R and W characters to the console for each packet read and " -"write, uppercase is used for TCP/UDP packets and lowercase is used for TUN/" -"TAP packets." -msgstr "" -"%s5%s — вывод R и W символов в консоль для каждого прочитанного и " -"записанного пакета, верхний регистр используется для пакетов TCP/UDP, а " -"нижний регистр для пакетов TUN/ TAP." - -# File: src/www/vpn_openvpn_client.php, line: 1015 -# File: src/www/vpn_openvpn_server.php, line: 1684 -msgid "%s6%s-%s11%s -- Debug info range." -msgstr "%s6%s–%s11%s — диапазон отладочной информации." - -# File: src/www/vpn_openvpn_client.php, line: 1081 -msgid "delete client" -msgstr "удалить клиент" - -# File: src/www/vpn_openvpn_csc.php, line: 143 -# File: src/www/vpn_openvpn_server.php, line: 256 -msgid "The field 'NTP Server #3' must contain a valid IP address" -msgstr "Поле «NTP-сервер №3» должно содержать действительный IP-адрес." - -# File: src/www/vpn_openvpn_csc.php, line: 146 -# File: src/www/vpn_openvpn_server.php, line: 259 -msgid "The field 'NTP Server #4' must contain a valid IP address" -msgstr "Поле «NTP-сервер №4» должно содержать действительный IP-адрес." - -# File: src/www/vpn_openvpn_csc.php, line: 219 -msgid "Do you really want to delete this csc?" -msgstr "Вы действительно хотите удалить этот csc?" - -# File: src/www/vpn_openvpn_csc.php, line: 297 -msgid "add csc" -msgstr "добавить csc" - -# File: src/www/vpn_openvpn_csc.php, line: 339 -msgid "" -"Set this option to disable this client-specific override without removing it " -"from the list" -msgstr "" -"Включите этот параметр, чтобы отключить переопределение для данного клиента, " -"не удаляя его из списка" - -# File: src/www/vpn_openvpn_csc.php, line: 344 -msgid "Common name" -msgstr "Стандартное имя" - -# File: src/www/vpn_openvpn_csc.php, line: 348 -msgid "Enter the client's X.509 common name here" -msgstr "Введите стандартное имя клиента X 509" - -# File: src/www/vpn_openvpn_csc.php, line: 362 -msgid "Connection blocking" -msgstr "Блокировка соединений" - -# File: src/www/vpn_openvpn_csc.php, line: 366 -msgid "Block this client connection based on its common name" -msgstr "Блокировать это соединение клиента на основании его стандартного имени" - -# File: src/www/vpn_openvpn_csc.php, line: 367 -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 "" -"Не используйте этот параметр, чтобы полностью отключить клиент из-за " -"скомпрометированного ключа или пароля. Вместо этого используйте список CRL " -"(список отозванных сертификатов)." - -# File: src/www/vpn_openvpn_csc.php, line: 380 -# File: src/www/vpn_openvpn_server.php, line: 1712 -msgid "Tunnel Network" -msgstr "Сеть туннелей" - -# File: src/www/vpn_openvpn_csc.php, line: 395 -# File: src/www/vpn_openvpn_server.php, line: 1320 -msgid "IPv4 Local Network/s" -msgstr "Локальная сеть/сети IPv4" - -# File: src/www/vpn_openvpn_csc.php, line: 399 -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 "" -"Сети IPv4, которые будут доступны через этот клиент, представляют собой " -"разделенный запятыми список из одного или нескольких CIDR-диапазонов." - -# File: src/www/vpn_openvpn_csc.php, line: 401 -# File: src/www/vpn_openvpn_csc.php, line: 413 -msgid "" -"NOTE: You do not need to specify networks here if they have already been " -"defined on the main server configuration." -msgstr "" -"ПРИМЕЧАНИЕ: вы не должны указывать сети здесь, если они были определены в " -"конфигурации главного сервера." - -# File: src/www/vpn_openvpn_csc.php, line: 407 -# File: src/www/vpn_openvpn_server.php, line: 1334 -msgid "IPv6 Local Network/s" -msgstr "Локальная сеть/сети IPv6" - -# File: src/www/vpn_openvpn_csc.php, line: 411 -msgid "" -"These are the IPv6 networks that will be accessible from this particular " -"client. Expressed as a comma-separated list of one or more IP/PREFIX " -"networks." -msgstr "" -"Сети IPv6, которые будут доступны через этот клиент, представляют собой " -"разделенный запятыми список из одной или нескольких IP-адресов/префиксов " -"сетей." - -# File: src/www/vpn_openvpn_csc.php, line: 423 -msgid "" -"These are the IPv4 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more CIDR ranges. You may leave this blank if " -"there are no client-side networks to be routed" -msgstr "" -"Сети IPv4, для которых будет создан маршрут к этому клиенту с помощью iroute " -"для VPN-соединения между двумя пунктами, представляют собой разделенный " -"запятыми список из одного или нескольких CIDR-диапазонов. Вы можете оставить " -"это поле пустым, если со стороны клиента нет сетей для маршрутизации." - -# File: src/www/vpn_openvpn_csc.php, line: 429 -msgid "" -"NOTE: Remember to add these subnets to the IPv4 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" -"ПРИМЕЧАНИЕ: не забудьте добавить эти подсети в список удаленных сетей IPv4 в " -"соответствующих настройках сервера OpenVPN." - -# File: src/www/vpn_openvpn_csc.php, line: 439 -msgid "" -"These are the IPv6 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more IP/PREFIX networks. You may leave this " -"blank if there are no client-side networks to be routed." -msgstr "" -"Сети IPv6, для которых будет создан маршрут к этому клиенту с помощью iroute " -"для VPN-соединения между двумя пунктами, представляют собой разделенный " -"запятыми список из одной или нескольких сетей IP/PREFIX. Вы можете оставить " -"это поле пустым, если со стороны клиента нет сетей для маршрутизации." - -# File: src/www/vpn_openvpn_csc.php, line: 445 -msgid "" -"NOTE: Remember to add these subnets to the IPv6 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" -"ПРИМЕЧАНИЕ: не забудьте добавить эти подсети в список удаленных сетей IPv6 в " -"соответствующих настройках сервера OpenVPN." - -# File: src/www/vpn_openvpn_csc.php, line: 451 -# File: src/www/vpn_openvpn_server.php, line: 1309 -msgid "Redirect Gateway" -msgstr "Перенаправление шлюза" - -# File: src/www/vpn_openvpn_csc.php, line: 455 -# File: src/www/vpn_openvpn_server.php, line: 1314 -msgid "Force all client generated traffic through the tunnel" -msgstr "Принудительно отправлять трафик от клиента через туннель" - -# File: src/www/vpn_openvpn_csc.php, line: 466 -msgid "Server Definitions" -msgstr "Определения сервера" - -# File: src/www/vpn_openvpn_csc.php, line: 470 -msgid "Prevent this client from receiving any server-defined client settings." -msgstr "" -"Предотвратить получение клиентом каких-либо клиентских настроек, " -"определенных сервером." - -# File: src/www/vpn_openvpn_csc.php, line: 491 -# File: src/www/vpn_openvpn_csc.php, line: 510 -# File: src/www/vpn_openvpn_csc.php, line: 569 -# File: src/www/vpn_openvpn_server.php, line: 1511 -# File: src/www/vpn_openvpn_server.php, line: 1551 -# File: src/www/vpn_openvpn_server.php, line: 1625 -msgid "Server #1:" -msgstr "Сервер №1:" - -# File: src/www/vpn_openvpn_csc.php, line: 493 -# File: src/www/vpn_openvpn_csc.php, line: 512 -# File: src/www/vpn_openvpn_csc.php, line: 571 -# File: src/www/vpn_openvpn_server.php, line: 1515 -# File: src/www/vpn_openvpn_server.php, line: 1555 -# File: src/www/vpn_openvpn_server.php, line: 1629 -msgid "Server #2:" -msgstr "Сервер №2:" - -# File: src/www/vpn_openvpn_csc.php, line: 495 -# File: src/www/vpn_openvpn_server.php, line: 1519 -msgid "Server #3:" -msgstr "Сервер №3:" - -# File: src/www/vpn_openvpn_csc.php, line: 497 -# File: src/www/vpn_openvpn_server.php, line: 1523 -msgid "Server #4:" -msgstr "Сервер №4:" - -# File: src/www/vpn_openvpn_csc.php, line: 506 -# File: src/www/vpn_openvpn_server.php, line: 1546 -msgid "NTP Servers" -msgstr "NTP-серверы" - -# File: src/www/vpn_openvpn_csc.php, line: 516 -# File: src/www/vpn_openvpn_server.php, line: 1561 -msgid "Provide a NTP server list to clients" -msgstr "Предоставить клиенту список NTP-серверов" - -# File: src/www/vpn_openvpn_csc.php, line: 521 -# File: src/www/vpn_openvpn_server.php, line: 1567 -msgid "NetBIOS Options" -msgstr "Параметры NetBIOS" - -# File: src/www/vpn_openvpn_csc.php, line: 524 -# File: src/www/vpn_openvpn_server.php, line: 1572 -msgid "Enable NetBIOS over TCP/IP" -msgstr "Включить NetBIOS через TCP/IP" - -# File: src/www/vpn_openvpn_csc.php, line: 526 -# File: src/www/vpn_openvpn_server.php, line: 1573 -msgid "" -"If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) " -"will be disabled" -msgstr "" -"Если этот параметр не включен, то все параметры NetBIOS-через-TCP/IP " -"(включая WINS) будут отключены" - -# File: src/www/vpn_openvpn_csc.php, line: 530 -# File: src/www/vpn_openvpn_server.php, line: 1578 -msgid "Node Type" -msgstr "Тип узла" - -# File: src/www/vpn_openvpn_csc.php, line: 547 -# File: src/www/vpn_openvpn_server.php, line: 1595 -msgid "" -"Possible options: b-node (broadcasts), p-node (point-to-point name queries " -"to a WINS server), m-node (broadcast then query name server), and h-node " -"(query name server, then broadcast)." -msgstr "" -"Возможные параметры: b-узел (широковещание), р-узел (напрямую запрашивает " -"сервер имен WINS), m-узел (широковещание затем запрос сервера имен), и h-" -"узел (запрос сервера имен, а затем широковещание)." - -# File: src/www/vpn_openvpn_csc.php, line: 555 -msgid "" -"A NetBIOS Scope\tID provides an extended naming service for\tNetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" -"Идентификатор группы имен \tNetBIOS предоставляет расширенную службу " -"именования для \tNetBIOS через TCP/IP. Идентификатор группы имен NetBIOS " -"изолирует трафик NetBIOS в одной сети только для узлов с тем же " -"идентификатором." - -# File: src/www/vpn_openvpn_csc.php, line: 584 -msgid "" -"Enter any additional options you would like to add for this client specific " -"override, separated by a semicolon" -msgstr "" -"Введите любые дополнительные параметры, которые вы хотели бы добавить для " -"переопределения значений конкретного клиента. Параметры должны быть " -"разделены пробелом." - -# File: src/www/vpn_openvpn_csc.php, line: 585 -# File: src/www/vpn_openvpn_server.php, line: 1661 -msgid "EXAMPLE: push \"route 10.0.0.0 255.255.255.0\"" -msgstr "НАПРИМЕР: push \"route 10.0.0.0 255.255.255.0\"" - -# File: src/www/vpn_openvpn_csc.php, line: 638 -msgid "delete csc" -msgstr "удалить csc" - -# File: src/www/vpn_openvpn_csc.php, line: 649 -msgid "Additional OpenVPN client specific overrides can be added here." -msgstr "" -"Вы можете добавить здесь дополнительные переопределения значений для " -"конкретного клиента OpenVPN." - -# File: src/www/vpn_openvpn_export.php, line: 138 -# File: src/www/vpn_openvpn_export_shared.php, line: 78 -msgid "You need to specify an IP or hostname." -msgstr "Необходимо указать IP-адрес или имя хоста." - -# File: src/www/vpn_openvpn_export.php, line: 148 -msgid "" -"You cannot use Microsoft Certificate Storage with an Inline configuration." -msgstr "" -"Вы не можете использовать хранилище сертификатов Microsoft с конфигурацией " -"Inline." - -# File: src/www/vpn_openvpn_export.php, line: 151 -msgid "" -"You cannot use Microsoft Certificate Storage with a Yealink or SNOM " -"configuration." -msgstr "" -"Невозможно использовать хранилище сертификатов Microsoft с конфигурацией " -"Yealink или SNOM." - -# File: src/www/vpn_openvpn_export.php, line: 162 -# File: src/www/vpn_openvpn_export_shared.php, line: 87 -msgid "You need to specify an address for the proxy port." -msgstr "Необходимо указать адрес порта прокси-сервера." - -# File: src/www/vpn_openvpn_export.php, line: 167 -# File: src/www/vpn_openvpn_export_shared.php, line: 92 -msgid "You need to specify a port for the proxy ip." -msgstr "Необходимо указать порт для IP-адреса прокси-сервера." - -# File: src/www/vpn_openvpn_export.php, line: 178 -# File: src/www/vpn_openvpn_export_shared.php, line: 100 -msgid "You need to specify a username with the proxy config." -msgstr "Необходимо указать имя пользователя с конфигурацией прокси-сервера." - -# File: src/www/vpn_openvpn_export.php, line: 183 -# File: src/www/vpn_openvpn_export_shared.php, line: 105 -msgid "You need to specify a password with the proxy user." -msgstr "Необходимо указать пароль с пользователем прокси-сервер." - -# File: src/www/vpn_openvpn_export.php, line: 245 -# File: src/www/vpn_openvpn_export_shared.php, line: 118 -msgid "Failed to export config files!" -msgstr "Не удалось экспортировать файлы конфигурации!" - -# File: src/www/vpn_openvpn_export.php, line: 337 -# File: src/www/vpn_openvpn_export_shared.php, line: 176 -msgid "Please specify an IP address or hostname." -msgstr "Укажите IP-адрес или имя хоста." - -# File: src/www/vpn_openvpn_export.php, line: 366 -msgid "The password or confirm field is empty" -msgstr "Вы не ввели пароль или его подтверждение" - -# File: src/www/vpn_openvpn_export.php, line: 370 -msgid "The password and confirm fields must match" -msgstr "Пароль или его подтверждение должны совпадать" - -# File: src/www/vpn_openvpn_export.php, line: 384 -# File: src/www/vpn_openvpn_export_shared.php, line: 192 -msgid "The proxy ip and port cannot be empty" -msgstr "IP-адрес и порт прокси-сервера не могут быть пустыми" - -# File: src/www/vpn_openvpn_export.php, line: 399 -# File: src/www/vpn_openvpn_export_shared.php, line: 207 -msgid "Please fill the proxy username and password." -msgstr "Заполните имя пользователя и пароль прокси-сервера." - -# File: src/www/vpn_openvpn_export.php, line: 403 -# File: src/www/vpn_openvpn_export_shared.php, line: 211 -msgid "The proxy password or confirm field is empty" -msgstr "Вы не ввели пароль прокси-сервера или его подтверждение" - -# File: src/www/vpn_openvpn_export.php, line: 407 -# File: src/www/vpn_openvpn_export_shared.php, line: 215 -msgid "The proxy password and confirm fields must match" -msgstr "Пароль прокси-сервера и его подтверждение должны совпадать" - -# File: src/www/vpn_openvpn_export.php, line: 626 -msgid "Remote Access Server" -msgstr "Сервер удаленного доступа" - -# File: src/www/vpn_openvpn_export.php, line: 639 -# File: src/www/vpn_openvpn_export_shared.php, line: 322 -msgid "Host Name Resolution" -msgstr "Преобразование имени хоста" - -# File: src/www/vpn_openvpn_export.php, line: 642 -# File: src/www/vpn_openvpn_export_shared.php, line: 325 -msgid "Interface IP Address" -msgstr "IP-адрес интерфейса" - -# File: src/www/vpn_openvpn_export.php, line: 643 -msgid "Automagic Multi-WAN IPs (port forward targets)" -msgstr "IP-адреса Automagic Multi-WAN (цели переадресации порта)" - -# File: src/www/vpn_openvpn_export.php, line: 644 -msgid "Automagic Multi-WAN dynamic DNS Hostnames (port forward targets)" -msgstr "" -"Имена хостов динамического DNS Automagic Multi-WAN (цели переадресации порта)" - -# File: src/www/vpn_openvpn_export.php, line: 645 -# File: src/www/vpn_openvpn_export_shared.php, line: 326 -msgid "Installation hostname" -msgstr "Установка имени хоста" - -# File: src/www/vpn_openvpn_export.php, line: 670 -# File: src/www/vpn_openvpn_export_shared.php, line: 341 -msgid "" -"Enter the hostname or IP address the client will use to connect to this " -"server." -msgstr "" -"Введите имя хоста или IP-адрес, который будет использовать клиент для " -"подключения к этому серверу." - -# File: src/www/vpn_openvpn_export.php, line: 677 -msgid "Verify Server CN" -msgstr "Проверять общее имя сервера" - -# File: src/www/vpn_openvpn_export.php, line: 680 -msgid "Automatic - Use verify-x509-name (OpenVPN 2.3+) where possible" -msgstr "" -"Автоматически: используйте verify-x509-name (OpenVPN 2.3+), где это возможно" - -# File: src/www/vpn_openvpn_export.php, line: 681 -msgid "Use tls-remote (Deprecated, use only on old clients <= OpenVPN 2.2.x" -msgstr "" -"Используйте tls-remote (устаревшая директива, используйте только на старых " -"клиентах <= OpenVPN 2.2.x" - -# File: src/www/vpn_openvpn_export.php, line: 682 -msgid "Use tls-remote and quote the server CN" -msgstr "Используйте tls-remote и возьмите в кавычки общее имя сервера" - -# File: src/www/vpn_openvpn_export.php, line: 683 -msgid "Do not verify the server CN" -msgstr "Не проверять общее имя сервера" - -# File: src/www/vpn_openvpn_export.php, line: 686 -msgid "" -"Optionally verify the server certificate Common Name (CN) when the client " -"connects. Current clients, including the most recent versions of Windows, " -"Viscosity, Tunnelblick, OpenVPN on iOS and Android and so on should all work " -"at the default automatic setting." -msgstr "" -"Когда подключается клиент, при необходимости проверьте общее имя сертификата " -"сервера (CN). Современные клиенты, в том числе самые последние версии " -"Windows, Viscosity, Tunnelblick, OpenVPN в IOS и Android и т. д., должны " -"работать с автоматическими настройками по умолчанию." - -# File: src/www/vpn_openvpn_export.php, line: 687 -msgid "" -"Only use tls-remote if you must use an older client that you cannot control. " -"The option has been deprecated by OpenVPN and will be removed in the next " -"major version." -msgstr "" -"Используйте только tls-remote, если необходимо использовать более старый " -"клиент, которым вы не можете управлять. Эта директива считается устаревшей в " -"OpenVPN, и будет удалена в следующей полноценной версии." - -# File: src/www/vpn_openvpn_export.php, line: 688 -msgid "" -"With tls-remote the server CN may optionally be enclosed in quotes. This can " -"help if the server CN contains spaces and certain clients cannot parse the " -"server CN. Some clients have problems parsing the CN with quotes. Use only " -"as needed." -msgstr "" -"С tls-remote общее имя сервера при необходимости может заключаться в кавычки " -"(например, если имя содержит пробелы, и некоторые клиенты не могут его " -"разобрать). Используйте эту функцию только по мере необходимости, так как " -"некоторые клиенты не могут разобрать имена в кавычках." - -# File: src/www/vpn_openvpn_export.php, line: 693 -msgid "Use Random Local Port" -msgstr "Использовать случайный локальный порт" - -# File: src/www/vpn_openvpn_export.php, line: 697 -msgid "" -"Use a random local source port (lport) for traffic from the client. Without " -"this set, two clients may not run concurrently." -msgstr "" -"Использовать случайный локальный порт источника (lport) для трафика от " -"клиента. Если этот параметр не включен, два клиента не смогут работать " -"одновременно." - -# File: src/www/vpn_openvpn_export.php, line: 699 -msgid "" -"NOTE: Not supported on older clients. Automatically disabled for Yealink and " -"Snom configurations." -msgstr "" -"ПРИМЕЧАНИЕ: не поддерживается на старых клиентах. Автоматически отключается " -"для конфигураций Yealink и Snom." - -# File: src/www/vpn_openvpn_export.php, line: 703 -msgid "Certificate Export Options" -msgstr "Параметры экспорта сертификатов" - -# File: src/www/vpn_openvpn_export.php, line: 707 -msgid "Use Microsoft Certificate Storage instead of local files." -msgstr "Используйте хранилище сертификатов Microsoft вместо локальных файлов." - -# File: src/www/vpn_openvpn_export.php, line: 711 -msgid "" -"Use a password to protect the pkcs12 file contents or key in Viscosity " -"bundle." -msgstr "" -"Используйте пароль для защиты содержимого файла pkcs12 или ключ в файле " -"конфигурации Viscosity." - -# File: src/www/vpn_openvpn_export.php, line: 716 -# File: src/www/vpn_openvpn_export.php, line: 750 -# File: src/www/vpn_openvpn_export_shared.php, line: 373 -msgid "Confirm" -msgstr "Подтвердить" - -# File: src/www/vpn_openvpn_export.php, line: 722 -# File: src/www/vpn_openvpn_export_shared.php, line: 347 -msgid "Use Proxy" -msgstr "Использовать прокси" - -# File: src/www/vpn_openvpn_export.php, line: 726 -# File: src/www/vpn_openvpn_export_shared.php, line: 378 -msgid "Use proxy to communicate with the server." -msgstr "Использовать прокси для обмена данными с сервером." - -# File: src/www/vpn_openvpn_export.php, line: 732 -# File: src/www/vpn_openvpn_export_shared.php, line: 355 -msgid "SOCKS" -msgstr "SOCKS" - -# File: src/www/vpn_openvpn_export.php, line: 739 -# File: src/www/vpn_openvpn_export_shared.php, line: 362 -msgid "Choose proxy authentication if any." -msgstr "Выберите прокси-аутентификацию, если таковая имеется." - -# File: src/www/vpn_openvpn_export.php, line: 758 -msgid "Management Interface OpenVPNManager" -msgstr "Интерфейс управления OpenVPNManager" - -# File: src/www/vpn_openvpn_export.php, line: 762 -msgid "" -"This will change the generated .ovpn configuration to allow for usage of the " -"management interface.And include the OpenVPNManager program in the \"Windows " -"Installers\". With this OpenVPN can be used also by non-administrator users." -"This is also useful for Windows Vista/7/8 systems where elevated permissions " -"are needed to add routes to the system." -msgstr "" -"Существующая конфигурация .ovpn будет изменена, чтобы разрешить " -"использование интерфейса управления. Также будет добавлена программа " -"OpenVPNManager в «Установщик Windows», чтобы пользователи без прав " -"администратора могли использовать OpenVPN. Это необходимо, если используется " -"система Windows Vista/7/8, где необходимы повышенные права для добавления " -"маршрутов в систему." - -# File: src/www/vpn_openvpn_export.php, line: 766 -msgid "" -"NOTE: This is not currently compatible with the 64-bit OpenVPN installer. It " -"will work with the 32-bit installer on a 64-bit system." -msgstr "" -"ПРИМЕЧАНИЕ: в настоящее время он не совместим с 64-разрядным установщиком " -"OpenVPN, но будет работать с 32-разрядным установщиком на 64-разрядной " -"системе." - -# File: src/www/vpn_openvpn_export.php, line: 774 -msgid "Additional configuration options" -msgstr "Дополнительные параметры конфигурации" - -# File: src/www/vpn_openvpn_export.php, line: 778 -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"export configuration here, separated by a line break or semicolon" -msgstr "" -"Введите любые дополнительные параметры, которые вы хотели бы добавить в " -"экспорт конфигурации клиента OpenVPN. Параметры должны быть разделены " -"пробелом или символом перевода строки." - -# File: src/www/vpn_openvpn_export.php, line: 779 -msgid "EXAMPLE: remote-random" -msgstr "НАПРИМЕР: remote-random" - -# File: src/www/vpn_openvpn_export.php, line: 784 -msgid "Client Install Packages" -msgstr "Пакеты установки клиента" - -# File: src/www/vpn_openvpn_export.php, line: 790 -# File: src/www/vpn_openvpn_export_shared.php, line: 388 -msgid "Export" -msgstr "Экспорт" - -# File: src/www/vpn_openvpn_export.php, line: 794 -# File: src/www/vpn_openvpn_export.php, line: 805 -msgid "NOTES:" -msgstr "ПРИМЕЧАНИЯ:" - -# File: src/www/vpn_openvpn_export.php, line: 795 -msgid "" -"The "XP" Windows installers work on Windows XP and later versions. " -"The "win6" Windows installers include a new tap-windows6 driver " -"that works only on Windows Vista and later." -msgstr "" -""XP" установщики Windows работают на Windows XP и более поздних " -"версиях. "win6" установщики Windows включают в себя новый драйвер " -"tap-windows6, который работает только на Windows Vista и более поздних " -"версиях." - -# File: src/www/vpn_openvpn_export.php, line: 797 -msgid "Links to OpenVPN clients for various platforms:" -msgstr "Ссылки на клиентов OpenVPN для различных платформ:" - -# File: src/www/vpn_openvpn_export.php, line: 798 -msgid "" -"Binaries for Windows, Source for other platforms. Packaged above in the " -"Windows Installers" -msgstr "" -"Двоичные файлы для Windows, источника для других платформ. Упакованные выше " -"в установщик Windows" - -# File: src/www/vpn_openvpn_export.php, line: 798 -msgid "OpenVPN Community Client" -msgstr "Клиент сообщества OpenVPN" - -# File: src/www/vpn_openvpn_export.php, line: 799 -msgid "OpenVPN For Android" -msgstr "OpenVPN для Android" - -# File: src/www/vpn_openvpn_export.php, line: 799 -msgid "Recommended client for Android" -msgstr "Рекомендуемый клиент для Android" - -# File: src/www/vpn_openvpn_export.php, line: 800 -msgid "FEAT VPN For Android" -msgstr "FEAT VPN для Android" - -# File: src/www/vpn_openvpn_export.php, line: 800 -msgid "For older versions of Android" -msgstr "Для более ранних версий Android" - -# File: src/www/vpn_openvpn_export.php, line: 801 -msgid "Android (Google Play)" -msgstr "Android (Google Play)" - -# File: src/www/vpn_openvpn_export.php, line: 801 -msgid "OpenVPN Connect" -msgstr "OpenVPN Connect" - -# File: src/www/vpn_openvpn_export.php, line: 801 -msgid "Recommended client for iOS" -msgstr "Рекомендованный клиент для iOS" - -# File: src/www/vpn_openvpn_export.php, line: 801 -msgid "iOS (App Store)" -msgstr "iOS (App Store)" - -# File: src/www/vpn_openvpn_export.php, line: 802 -msgid "Recommended client for Mac OSX" -msgstr "Рекомендованный клиент для Mac OSX" - -# File: src/www/vpn_openvpn_export.php, line: 802 -msgid "Viscosity" -msgstr "Viscosity" - -# File: src/www/vpn_openvpn_export.php, line: 803 -msgid "Free client for OSX" -msgstr "Свободный клиент для OSX" - -# File: src/www/vpn_openvpn_export.php, line: 803 -msgid "Tunnelblick" -msgstr "Tunnelblick" - -# File: src/www/vpn_openvpn_export.php, line: 806 -msgid "" -"If you expect to see a certain client in the list but it is not there, it is " -"usually due to a CA mismatch between the OpenVPN server instance and the " -"client certificates found in the User Manager." -msgstr "" -"Если вы ожидаете увидеть определенный клиент в списке, но он там " -"отсутствует, как правило, это происходит из-за несоответствия CA между " -"экземпляром сервера OpenVPN и клиентскими сертификатами на странице " -"«Управление пользователями»." - -# File: src/www/vpn_openvpn_export_shared.php, line: 309 -msgid "Shared Key Server" -msgstr "Общий ключ сервера" - -# File: src/www/vpn_openvpn_export_shared.php, line: 332 -msgid "Dynamic DNS:" -msgstr "Динамический DNS:" - -# File: src/www/vpn_openvpn_export_shared.php, line: 383 -msgid "Client Configuration Packages" -msgstr "Пакеты конфигурации клиента" - -# File: src/www/vpn_openvpn_export_shared.php, line: 387 -msgid "Client Type" -msgstr "Тип клиента" - -# File: src/www/vpn_openvpn_export_shared.php, line: 393 -msgid "" -"These are shared key configurations for use in site-to-site tunnels with " -"other routers. Shared key tunnels are not normally used for remote access " -"connections to end users." -msgstr "" -"Это конфигурации общего ключа для использования в туннелях между двумя " -"пунктами с другими маршрутизаторами. Обычно туннели с общим ключом не " -"используются для подключений удаленного доступа к конечным пользователям." - -# File: src/www/vpn_openvpn_server.php, line: 186 -msgid "" -"You must select a Backend for Authentication if the server mode requires " -"User Auth." -msgstr "" -"Вы должны выбрать сервер для аутентификации, если режим сервера требует " -"аутентификацию пользователя." - -# File: src/www/vpn_openvpn_server.php, line: 293 -msgid "Tunnel network" -msgstr "Сеть туннелей" - -# File: src/www/vpn_openvpn_server.php, line: 296 -msgid "" -"Using a tunnel network and server bridge settings together is not allowed." -msgstr "" -"Нельзя использовать сети туннелей вместе с параметрами сетевого моста " -"сервера." - -# File: src/www/vpn_openvpn_server.php, line: 300 -msgid "Server Bridge DHCP Start and End must both be empty, or defined." -msgstr "" -"Необходимо указать начальный и конечный IP-адреса сетевого моста сервера " -"DHCP или оставить эти поля пустыми." - -# File: src/www/vpn_openvpn_server.php, line: 303 -msgid "Server Bridge DHCP Start must be an IPv4 address." -msgstr "Начальный адрес сетевого моста сервера DHCP должен быть IPv4-адресом." - -# File: src/www/vpn_openvpn_server.php, line: 306 -msgid "Server Bridge DHCP End must be an IPv4 address." -msgstr "Конечный адрес сетевого моста сервера DHCP должен быть IPv4-адресом." - -# File: src/www/vpn_openvpn_server.php, line: 309 -msgid "The Server Bridge DHCP range is invalid (start higher than end)." -msgstr "" -"Недопустимый диапазон сетевого моста сервера DHCP (начальный адрес больше " -"конечного)." - -# File: src/www/vpn_openvpn_server.php, line: 408 -msgid "add server" -msgstr "добавить сервер" - -# File: src/www/vpn_openvpn_server.php, line: 426 -msgid "Do you really want to delete this server?" -msgstr "Вы действительно хотите удалить этот сервер?" - -# File: src/www/vpn_openvpn_server.php, line: 740 -msgid "" -"Set this option to disable this server without removing it from the list" -msgstr "" -"Включите этот параметр, чтобы отключить сервер, не удаляя его из списка" - -# File: src/www/vpn_openvpn_server.php, line: 752 -msgid "Remote Access ( SSL/TLS )" -msgstr "Удаленный доступ (SSL/TLS)" - -# File: src/www/vpn_openvpn_server.php, line: 753 -msgid "Remote Access ( User Auth )" -msgstr "Удаленный доступ (аутентификация пользователя)" - -# File: src/www/vpn_openvpn_server.php, line: 754 -msgid "Remote Access ( SSL/TLS + User Auth )" -msgstr "Удаленный доступ (SSL/TLS + аутентификация пользователя)" - -# File: src/www/vpn_openvpn_server.php, line: 770 -msgid "Backend for authentication" -msgstr "Сервер для аутентификации" - -# File: src/www/vpn_openvpn_server.php, line: 811 -msgid "Device Mode" -msgstr "Режим работы устройства" - -# File: src/www/vpn_openvpn_server.php, line: 965 -msgid "Peer Certificate Revocation List" -msgstr "Список отзыва сертификатов узлов" - -# File: src/www/vpn_openvpn_server.php, line: 994 -msgid "No Certificate Revocation Lists (CRLs) defined." -msgstr "Списки отзыва сертификатов (CRL) не определены." - -# File: src/www/vpn_openvpn_server.php, line: 1046 -msgid "DH Parameters Length" -msgstr "Длина параметров DH" - -# File: src/www/vpn_openvpn_server.php, line: 1132 -msgid "" -"NOTE: Leave this set to SHA1 unless all clients are set to match. SHA1 is " -"the default for OpenVPN." -msgstr "" -"ПРИМЕЧАНИЕ: не изменяйте эти настройки, если все клиенты поддерживают " -"установленный по умолчанию для OpenVPN алгоритм хеширования SHA1." - -# File: src/www/vpn_openvpn_server.php, line: 1156 -msgid "Certificate Depth" -msgstr "Уровень сертификата" - -# File: src/www/vpn_openvpn_server.php, line: 1161 -msgid "Do Not Check" -msgstr "Не проверять" - -# File: src/www/vpn_openvpn_server.php, line: 1164 -msgid "One (Client+Server)" -msgstr "Один (клиент+сервер)" - -# File: src/www/vpn_openvpn_server.php, line: 1165 -msgid "Two (Client+Intermediate+Server)" -msgstr "Два (клиент+промежуточная система+сервер)" - -# File: src/www/vpn_openvpn_server.php, line: 1166 -msgid "Three (Client+2xIntermediate+Server)" -msgstr "Три (клиент+2xпромежуточная система+сервер)" - -# File: src/www/vpn_openvpn_server.php, line: 1167 -msgid "Four (Client+3xIntermediate+Server)" -msgstr "Четыре (клиент+3xпромежуточная система+сервер)" - -# File: src/www/vpn_openvpn_server.php, line: 1168 -msgid "Five (Client+4xIntermediate+Server)" -msgstr "Пять (клиент+4xпромежуточная система+сервер)" - -# File: src/www/vpn_openvpn_server.php, line: 1184 -msgid "" -"When a certificate-based client logs in, do not accept certificates below " -"this depth. Useful for denying certificates made with intermediate CAs " -"generated from the same CA as the server." -msgstr "" -"Если клиент входит в систему на основе сертификата, не принимать сертификаты " -"ниже указанного уровня. Позволяет отклонять сертификаты, выданные " -"промежуточными центрами сертификации, сгенерированые на основе того же " -"корневого сертификата, что и сертификат сервера." - -# File: src/www/vpn_openvpn_server.php, line: 1192 -msgid "Strict User/CN Matching" -msgstr "Strict User/совпадение с общим именем сертификата" - -# File: src/www/vpn_openvpn_server.php, line: 1197 -msgid "" -"When authenticating users, enforce a match between the common name of the " -"client certificate and the username given at login." -msgstr "" -"Для успешной аутентификации пользователей общее имя сертификата клиента " -"должно совпадать с именем пользователя, полученным при входе в систему." - -# File: src/www/vpn_openvpn_server.php, line: 1213 -msgid "" -"This is the IPv4 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. 10.0.8.0/24). The " -"first network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" -"Эта виртуальная сеть IPv4 используется для частной связи между этим сервером " -"и клиентскими хостами в формате CIDR (например, 10.0.8.0/24). Первый сетевой " -"адрес будет назначен интерфейсу виртуального сервера. Остальные сетевые " -"адреса могут быть дополнительно назначены подключаемым клиентам (см. пул " -"адресов)." - -# File: src/www/vpn_openvpn_server.php, line: 1228 -msgid "" -"This is the IPv6 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. fe80::/64). The first " -"network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" -"Эта виртуальная сеть IPv6 используется для частных соединений между этим " -"сервером и клиентскими хостами в формате CIDR (например, fe80::/64). Первый " -"сетевой адрес будет назначен интерфейсу виртуального сервера. Остальные " -"сетевые адреса могут быть дополнительно назначены подключаемым клиентам (см. " -"пул IP-адресов)." - -# File: src/www/vpn_openvpn_server.php, line: 1239 -msgid "Bridge DHCP" -msgstr "Сетевой мост DHCP" - -# File: src/www/vpn_openvpn_server.php, line: 1244 -msgid "Allow clients on the bridge to obtain DHCP." -msgstr "Разрешить клиентам на мосту получать DHCP." - -# File: src/www/vpn_openvpn_server.php, line: 1250 -msgid "Bridge Interface" -msgstr "Интерфейс моста" - -# File: src/www/vpn_openvpn_server.php, line: 1278 -msgid "" -"The interface to which this tap instance will be bridged. This is not done " -"automatically. You must assign this interface and create the bridge " -"separately. This setting controls which existing IP address and subnet mask " -"are used by OpenVPN for the bridge. Setting this to 'none' will cause the " -"Server Bridge DHCP settings below to be ignored." -msgstr "" -"Интерфейс, к которому будет подключено устройство тест- порта (TAP) " -"экземпляра с помощью моста. Так как соединение не происходит автоматически, " -"необходимо назначить этот интерфейс и создать сетевой мост отдельно. Этот " -"параметр определяет, какие существующие IP-адреса и маска подсети " -"используются OpenVPN для сетевого моста. Если выбрать значение " -"«отсутствует», настройки сетевого моста сервера DHCP ниже будут " -"проигнорированы." - -# File: src/www/vpn_openvpn_server.php, line: 1288 -msgid "Server Bridge DHCP Start" -msgstr "Начальный адрес сетевого моста сервера DHCP" - -# File: src/www/vpn_openvpn_server.php, line: 1292 -msgid "" -"When using tap mode as a multi-point server, you may optionally supply a " -"DHCP range to use on the interface to which this tap instance is bridged. If " -"these settings are left blank, DHCP will be passed through to the LAN, and " -"the interface setting above will be ignored." -msgstr "" -"Если используется режим TAP в качестве многоточечного сервера, вы можете " -"дополнительно указать диапазон DHCP для использования на интерфейсе, к " -"которому присоединен данный экземпляр устройства тест- порта. Если эти " -"параметры оставить пустыми, DHCP будет передан через LAN, а настройки " -"интерфейса выше будут проигнорированы." - -# File: src/www/vpn_openvpn_server.php, line: 1302 -msgid "Server Bridge DHCP End" -msgstr "Конечный адрес сетевого моста сервера DHCP " - -# File: src/www/vpn_openvpn_server.php, line: 1324 -msgid "" -"These are the IPv4 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more CIDR ranges. " -"You may leave this blank if you don't want to add a route to the local " -"network through this tunnel on the remote machine. This is generally set to " -"your LAN network" -msgstr "" -"Сети IPv4, которые будут доступны из удаленной точки, представляют собой " -"разделенный запятыми список из одного или нескольких CIDR-диапазонов. Вы " -"можете оставить это поле пустым, если вы не хотите добавлять маршрут к " -"локальной сети через этот туннель на удаленном компьютере. Как правило, " -"определен маршрут к вашей сети LAN" - -# File: src/www/vpn_openvpn_server.php, line: 1338 -msgid "" -"These are the IPv6 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more IP/PREFIX. You " -"may leave this blank if you don't want to add a route to the local network " -"through this tunnel on the remote machine. This is generally set to your LAN " -"network" -msgstr "" -"Сети IPv6, которые будут доступны из удаленной точки, представляют собой " -"разделенный запятыми список из одного или нескольких IP-адресов/префиксов. " -"Вы можете оставить это поле пустым, если вы не хотите добавлять маршрут к " -"локальной сети через этот туннель на удаленном компьютере. Как правило, " -"определен маршрут к вашей сети LAN" - -# File: src/www/vpn_openvpn_server.php, line: 1352 -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" -"Сети IPv4, для которых будет создан маршрут через туннель, чтобы установить " -"VPN-соединение между двумя пунктами, не изменяя таблицы маршрутизации " -"вручную, представляют собой разделенный запятыми список из одного или " -"нескольких CIDR-диапазонов. Для VPN-соединения между двумя пунктами, " -"необходимо ввести адрес удаленной сети LAN. Вы можете оставить это поле " -"пустым, если не хотите использовать VPN-соединение между двумя пунктами." - -# File: src/www/vpn_openvpn_server.php, line: 1367 -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" -"Сети IPv6, для которых будет создан маршрут через туннель, чтобы установить " -"VPN-соединение между двумя пунктами, не изменяя таблицы маршрутизации " -"вручную, представляют собой разделенный запятыми список из одного или " -"нескольких IP-адресов/префиксов. Для VPN-соединения между двумя пунктами, " -"необходимо ввести адрес удаленной сети LAN. Вы можете оставить это поле " -"пустым, если не хотите использовать VPN-соединение между двумя пунктами." - -# File: src/www/vpn_openvpn_server.php, line: 1378 -msgid "Concurrent connections" -msgstr "Число одновременных подключений" - -# File: src/www/vpn_openvpn_server.php, line: 1382 -msgid "" -"Specify the maximum number of clients allowed to concurrently connect to " -"this server" -msgstr "" -"Укажите максимальное количество клиентов, которым разрешено одновременно " -"подключаться к этому серверу" - -# File: src/www/vpn_openvpn_server.php, line: 1402 -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently" -msgstr "" -"Сжимать туннельные пакеты с помощью алгоритма LZO. Адаптивное сжатие " -"динамически отключит сжатие в течение определенного периода времени, если " -"OpenVPN обнаружит, что данные в пакетах не сжимаются эффективно" - -# File: src/www/vpn_openvpn_server.php, line: 1418 -msgid "Inter-client communication" -msgstr "Передача данных между клиентами" - -# File: src/www/vpn_openvpn_server.php, line: 1423 -msgid "Allow communication between clients connected to this server" -msgstr "" -"Разрешить передачу данных между клиентами, подключенными к этому серверу" - -# File: src/www/vpn_openvpn_server.php, line: 1429 -msgid "Duplicate Connections" -msgstr "Резервные соединения" - -# File: src/www/vpn_openvpn_server.php, line: 1434 -msgid "" -"Allow multiple concurrent connections from clients using the same Common " -"Name.
NOTE: This is not generally recommended, but may be needed for " -"some scenarios." -msgstr "" -"Разрешить несколько одновременных подключений от клиентов, которые " -"используют одно и то же общее имя.
ПРИМЕЧАНИЕ: рекомендуется включать " -"этот параметр, только если он может потребоваться для некоторых сценариев." - -# File: src/www/vpn_openvpn_server.php, line: 1457 -msgid "Dynamic IP" -msgstr "Динамический IP-адрес" - -# File: src/www/vpn_openvpn_server.php, line: 1462 -msgid "" -"Allow connected clients to retain their connections if their IP address " -"changes" -msgstr "" -"Разрешить подключенным клиентам сохранять соединения при смене IP-адреса" - -# File: src/www/vpn_openvpn_server.php, line: 1468 -msgid "Address Pool" -msgstr "Пул IP-адресов" - -# File: src/www/vpn_openvpn_server.php, line: 1473 -msgid "Provide a virtual adapter IP address to clients (see Tunnel Network)" -msgstr "" -"Предоставить клиентам IP-адрес виртуального адаптера (см. сеть туннелей)" - -# File: src/www/vpn_openvpn_server.php, line: 1479 -msgid "Topology" -msgstr "Топология сети" - -# File: src/www/vpn_openvpn_server.php, line: 1484 -msgid "" -"Allocate only one IP per client (topology subnet), rather than an isolated " -"subnet per client (topology net30)." -msgstr "" -"Выделить только один IP-адрес для клиента (топология подсети) вместо " -"изолированной подсети (топология net30)." - -# File: src/www/vpn_openvpn_server.php, line: 1485 -msgid "" -"Relevant when supplying a virtual adapter IP address to clients when using " -"tun mode on IPv4." -msgstr "" -"Актуально при указании IP-адреса виртуального адаптера для клиентов, когда " -"используется режим TUN на IPv4." - -# File: src/www/vpn_openvpn_server.php, line: 1486 -msgid "" -"Some clients may require this even for IPv6, such as OpenVPN Connect (iOS/" -"Android). Others may break if it is present, such as older versions of " -"OpenVPN or clients such as Yealink phones." -msgstr "" -"Некоторые клиенты могут требовать этот параметр даже для IPv6, например " -"OpenVPN Connect (iOS/Android). Другие могут отключиться, если параметр " -"включен, например более ранние версии OpenVPN или такие клиенты, как " -"телефоны Yealink." - -# File: src/www/vpn_openvpn_server.php, line: 1535 -msgid "Force DNS cache update" -msgstr "Принудительное обновление кэша DNS" - -# File: src/www/vpn_openvpn_server.php, line: 1540 -msgid "" -"Run ''net stop dnscache'', ''net start dnscache'', ''ipconfig /flushdns'' " -"and ''ipconfig /registerdns'' on connection initiation. This is known to " -"kick Windows into recognizing pushed DNS servers." -msgstr "" -"Запустить «net stop dnscache», «net start dnscache», «ipconfig /flushdns» и " -"«ipconfig /registerdns» при инициации соединения. Как известно, это " -"заставляет Windows распознавать развернутые DNS-серверы." - -# File: src/www/vpn_openvpn_server.php, line: 1601 -msgid "Scope ID" -msgstr "Идентификатор группы имен" - -# File: src/www/vpn_openvpn_server.php, line: 1605 -msgid "" -"A NetBIOS Scope ID provides an extended naming service for NetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" -"Идентификатор группы имен \tNetBIOS предоставляет расширенную службу " -"именования для \tNetBIOS через TCP/IP. Идентификатор группы имен NetBIOS " -"изолирует трафик NetBIOS в одной сети только для узлов с тем же " -"идентификатором." - -# File: src/www/vpn_openvpn_server.php, line: 1636 -msgid "Client Management Port" -msgstr "Порт управления клиентами" - -# File: src/www/vpn_openvpn_server.php, line: 1644 -msgid "" -"Use a different management port on clients. The default port is 166. Specify " -"a different port if the client machines need to select from multiple OpenVPN " -"links." -msgstr "" -"Используйте другой порт управления на клиентах. По умолчанию используется " -"порт 166. Укажите другой порт, если необходимо выбрать один из нескольких " -"каналов OpenVPN для клиентских компьютеров." - -# File: src/www/vpn_openvpn_server.php, line: 1660 -msgid "" -"Enter any additional options you would like to add to the OpenVPN server " -"configuration here, separated by a semicolon" -msgstr "" -"Введите любые дополнительные параметры, которые вы хотели бы добавить в " -"конфигурацию сервера OpenVPN. Параметры должны быть разделены двоеточием." - -# File: src/www/vpn_openvpn_server.php, line: 1711 -msgid "Protocol / Port" -msgstr "Протокол/порт" - -# File: src/www/vpn_openvpn_server.php, line: 1744 -msgid "edit server" -msgstr "редактировать сервер" - -# File: src/www/vpn_openvpn_server.php, line: 1746 -msgid "delete server" -msgstr "удалить сервер" - -# File: src/www/vpn_openvpn_server.php, line: 1758 -msgid "Use a wizard to setup a new server" -msgstr "Использовать местер для настройки нового сервера" - -# File: src/www/vpn_pppoe.php, line: 89 -msgid "add a new pppoe instance" -msgstr "добавить новый экземпляр PPPoE" - -# File: src/www/vpn_pppoe.php, line: 102 -msgid "The PPPoE entry list has been changed" -msgstr "Список записей PPPoE изменен" - -# File: src/www/vpn_pppoe.php, line: 119 -msgid "Number of users" -msgstr "Количество пользователей" - -# File: src/www/vpn_pppoe.php, line: 141 -msgid "edit pppoe instance" -msgstr "редактировать экземпляр PPPoE" - -# File: src/www/vpn_pppoe.php, line: 144 -msgid "" -"Do you really want to delete this entry? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "" -"Вы действительно хотите удалить эту запись? Все элементы, которые ее " -"используют, станут недействительными (например, правила фильтрации)!" - -# File: src/www/vpn_pppoe.php, line: 145 -msgid "delete pppoe instance" -msgstr "удалить экземпляр PPPoE" - -# File: src/www/vpn_pppoe_edit.php, line: 140 -msgid "The specified server address is equal to an interface ip address." -msgstr "Указанный адрес сервера совпадает с IP-адресом интерфейса." - -# File: src/www/vpn_pppoe_edit.php, line: 146 -msgid "No password specified for username %s" -msgstr "Не указан пароль для имени пользователя %s" - -# File: src/www/vpn_pppoe_edit.php, line: 149 -msgid "Incorrect ip address specified for username %s" -msgstr "Указан недействительный IP-адрес для имени пользователя %s" - -# File: src/www/vpn_pppoe_edit.php, line: 156 -msgid "Wrong data submitted" -msgstr "Отправлены неверные данные" - -# File: src/www/vpn_pppoe_edit.php, line: 396 -msgid "PPPoE server configuration" -msgstr "Конфигурация PPPoE-сервера" - -# File: src/www/vpn_pppoe_edit.php, line: 413 -msgid "Enable PPPoE server" -msgstr "Включить PPPoE-сервер" - -# File: src/www/vpn_pppoe_edit.php, line: 438 -msgid "Subnet netmask" -msgstr "Маска подсети" - -# File: src/www/vpn_pppoe_edit.php, line: 452 -msgid "Hint" -msgstr "Подсказка" - -# File: src/www/vpn_pppoe_edit.php, line: 457 -msgid "No. PPPoE users" -msgstr "Нет. PPPoE пользователи" - -# File: src/www/vpn_pppoe_edit.php, line: 471 -msgid "Hint: 10 is ten PPPoE clients" -msgstr "Подсказка: 10 означает десять PPPoE клиентов" - -# File: src/www/vpn_pppoe_edit.php, line: 479 -msgid "" -"Enter the IP address the PPPoE server should give to clients for use as " -"their \"gateway\"" -msgstr "" -"Введите IP-адрес, который PPPoE-сервер будет выдавать клиентам для " -"использования в качестве «шлюза»" - -# File: src/www/vpn_pppoe_edit.php, line: 484 -# File: src/www/vpn_pptp.php, line: 392 -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall" -msgstr "" -"ПРИМЕЧАНИЕ: IP-адрес НЕ должен совпадать с любым IP-адресом, который " -"используется в межсетевом экране" - -# File: src/www/vpn_pppoe_edit.php, line: 487 -# File: src/www/vpn_pptp.php, line: 395 -msgid "Remote address range" -msgstr "Диапазон удаленных адресов" - -# File: src/www/vpn_pppoe_edit.php, line: 491 -msgid "Specify the starting address for the client IP address subnet" -msgstr "Укажите начальный адрес для IP-адреса подсети клиента" - -# File: src/www/vpn_pppoe_edit.php, line: 508 -msgid "" -"If entered they will be given to all PPPoE clients, else LAN DNS and one WAN " -"DNS will go to all clients" -msgstr "" -"Если адреса указаны, они будут выданы всем PPPoE клиентам, в противном " -"случае клиентам будут отправлены LAN DNS и один WAN DNS" - -# File: src/www/vpn_pppoe_edit.php, line: 518 -# File: src/www/vpn_pptp.php, line: 426 -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used" -msgstr "" -"Если параметр включен, пользователи будут проходить аутентификацию используя " -"указанный ниже RADIUS-сервер. Локальная база пользователей не будет " -"использоваться" - -# File: src/www/vpn_pppoe_edit.php, line: 527 -# File: src/www/vpn_pptp.php, line: 434 -msgid "Sends accounting packets to the RADIUS server" -msgstr "Отправляет пакеты учета на RADIUS-сервер" - -# File: src/www/vpn_pppoe_edit.php, line: 531 -msgid "Use Backup RADIUS Server" -msgstr "Использовать резервный RADIUS-сервер" - -# File: src/www/vpn_pppoe_edit.php, line: 532 -msgid "" -"When set, if primary server fails all requests will be sent via backup server" -msgstr "" -"Если параметр включен, при сбое основного сервера все запросы будут " -"отправляться через резервный сервер" - -# File: src/www/vpn_pppoe_edit.php, line: 535 -msgid "NAS IP Address" -msgstr "IP-адрес NAS-сервера" - -# File: src/www/vpn_pppoe_edit.php, line: 538 -msgid "RADIUS server NAS IP Address" -msgstr "IP-адрес NAS-сервера для RADIUS-сервера" - -# File: src/www/vpn_pppoe_edit.php, line: 542 -# File: src/www/vpn_pptp.php, line: 456 -msgid "RADIUS Accounting Update" -msgstr "Обновление RADIUS-учета" - -# File: src/www/vpn_pppoe_edit.php, line: 545 -msgid "RADIUS accounting update period in seconds" -msgstr "Период обновления RADIUS-учета в секундах" - -# File: src/www/vpn_pppoe_edit.php, line: 549 -# File: src/www/vpn_pptp.php, line: 445 -msgid "RADIUS issued IPs" -msgstr "Выданные RADIUS-сервером IP-адреса" - -# File: src/www/vpn_pppoe_edit.php, line: 554 -msgid "Issue IP Addresses via RADIUS server" -msgstr "Выдача IP-адресов через RADIUS-сервер" - -# File: src/www/vpn_pppoe_edit.php, line: 557 -msgid "RADIUS server Primary" -msgstr "Основной RADIUS-сервер" - -# File: src/www/vpn_pppoe_edit.php, line: 562 -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the RADIUS server." -msgstr "" -"Введите IP-адрес, порт аутентификации и порт учета (не обязательно) RADIUS-" -"сервера." - -# File: src/www/vpn_pppoe_edit.php, line: 563 -# File: src/www/vpn_pppoe_edit.php, line: 579 -msgid "standard port 1812 and 1813 accounting" -msgstr "стандартный порт 1812 и порт учета 1813" - -# File: src/www/vpn_pppoe_edit.php, line: 566 -msgid "RADIUS primary shared secret" -msgstr "Общий секретный ключ основного RADIUS-сервера" - -# File: src/www/vpn_pppoe_edit.php, line: 569 -# File: src/www/vpn_pppoe_edit.php, line: 586 -# File: src/www/vpn_pptp.php, line: 475 -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server" -msgstr "" -"Введите общий секретный ключ, который будет использоваться для " -"аутентификации на RADIUS-сервере" - -# File: src/www/vpn_pppoe_edit.php, line: 573 -msgid "RADIUS server Secondary" -msgstr "Резервный RADIUS-сервер" - -# File: src/www/vpn_pppoe_edit.php, line: 578 -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the backup RADIUS server." -msgstr "" -"Введите IP-адрес, порт аутентификации и порт учета (не обязательно) " -"резервного RADIUS-сервера." - -# File: src/www/vpn_pppoe_edit.php, line: 582 -msgid "RADIUS secondary shared secret" -msgstr "Общий секретный ключ резервного RADIUS-сервера" - -# File: src/www/vpn_pppoe_edit.php, line: 590 -msgid "User (s)" -msgstr "Пользователь (-и)" - -# File: src/www/vpn_pppoe_edit.php, line: 661 -msgid "" -"don't forget to add a firewall rule to permit traffic from PPPoE clients" -msgstr "" -"не забудьте добавить правило межсетевого экрана, чтобы разрешить трафик от " -"PPPoE-клиентов" - -# File: src/www/vpn_pptp.php, line: 114 -msgid "PPTP redirection target address" -msgstr "Целевой IP-адрес перенаправления PPTP" - -# File: src/www/vpn_pptp.php, line: 119 -msgid "A valid target address must be specified." -msgstr "Укажите допустимый целевой IP-адрес." - -# File: src/www/vpn_pptp.php, line: 312 -msgid "" -"PPTP is not considered a secure VPN technology, because it relies upon the " -"compromised MS-CHAPv2 protocol. If you choose to use PPTP, be aware that " -"your traffic can be decrypted by virtually any third party. It should be " -"considered an unencrypted tunneling protocol." -msgstr "" -"PPTP не считается безопасной технологии VPN, так как она опирается на " -"скомпрометированный протокол SCHAPv2. Если вы решите использовать PPTP, ваш " -"трафик может быть расшифрован третьей стороной, поэтому рассматривайте его " -"как незашифрованный протокол туннелирования." - -# File: src/www/vpn_pptp.php, line: 317 -msgid "Read more" -msgstr "Подробнее" - -# File: src/www/vpn_pptp.php, line: 345 -msgid "Redirect incoming PPTP connections to" -msgstr "Перенаправлять входящие PPTP-соединения на" - -# File: src/www/vpn_pptp.php, line: 348 -msgid "PPTP redirection" -msgstr "Перенаправление PPTP" - -# File: src/www/vpn_pptp.php, line: 352 -msgid "" -"Enter the IP address of a host which will accept incoming PPTP connections" -msgstr "" -"Введите IP-адрес хоста, который будет принимать входящие PPTP-соединения" - -# File: src/www/vpn_pptp.php, line: 361 -msgid "Enable PPTP server" -msgstr "Включить PPTP-сервер" - -# File: src/www/vpn_pptp.php, line: 364 -msgid "No. PPTP users" -msgstr "Нет. PPTP пользователи" - -# File: src/www/vpn_pptp.php, line: 379 -msgid "Hint: 10 is ten PPTP clients" -msgstr "Подсказка: 10 означает десять PPTP клиентов" - -# File: src/www/vpn_pptp.php, line: 387 -msgid "" -"Enter the IP address the PPTP server should give to clients for use as their " -"\"gateway\"" -msgstr "" -"Введите IP-адрес, который PPTP-сервер будет выдавать клиентам для " -"использования в качестве «шлюза»" - -# File: src/www/vpn_pptp.php, line: 400 -msgid "Specify the starting address for the client IP subnet" -msgstr "Укажите начальный адрес для IP-адреса подсети клиента" - -# File: src/www/vpn_pptp.php, line: 404 -msgid "PPTP DNS Servers" -msgstr "DNS-серверы PPTP-клиентов" - -# File: src/www/vpn_pptp.php, line: 410 -msgid "primary and secondary DNS servers assigned to PPTP clients" -msgstr "назначенные PPTP-клиентам основной и резервный DNS-серверы" - -# File: src/www/vpn_pptp.php, line: 439 -msgid "Secondary RADIUS server for failover authentication" -msgstr "" -"Резервный RADIUS-сервер для аутентификации в случае аварийного переключения" - -# File: src/www/vpn_pptp.php, line: 440 -msgid "" -"When set, all requests will go to the secondary server when primary fails" -msgstr "" -"Если параметр включен, все запросы будут отправляться на резервный сервер в " -"случае сбоя основного" - -# File: src/www/vpn_pptp.php, line: 446 -msgid "Issue IP addresses via RADIUS server" -msgstr "Выдача IP-адресов через RADIUS-сервер" - -# File: src/www/vpn_pptp.php, line: 450 -msgid "RADIUS NAS IP" -msgstr "IP-адрес NAS-сервера для RADIUS-сервера" - -# File: src/www/vpn_pptp.php, line: 468 -# File: src/www/vpn_pptp.php, line: 485 -msgid "" -"Enter the IP address, RADIUS port, and RADIUS accounting port of the RADIUS " -"server" -msgstr "Введите IP-адрес, порт RADIUS и порт RADIUS-учета для RADIUS-сервера." - -# File: src/www/vpn_pptp.php, line: 479 -msgid "Secondary RADIUS server" -msgstr "Резервный RADIUS-сервер" - -# File: src/www/vpn_pptp.php, line: 488 -msgid "Secondary RADIUS shared secret" -msgstr "Общий секретный ключ резервного RADIUS-сервера" - -# File: src/www/vpn_pptp.php, line: 492 -msgid "" -"Enter the shared secret that will be used to authenticate to the secondary " -"RADIUS server" -msgstr "" -"Введите общий секретный ключ, который будет использоваться для " -"аутентификации на резервном RADIUS-сервере" - -# File: src/www/vpn_pptp.php, line: 504 -msgid "Require 128-bit encryption" -msgstr "Требовать 128-битное шифрование" - -# File: src/www/vpn_pptp.php, line: 505 -msgid "" -"When set, only 128-bit encryption will be accepted. Otherwise 40-bit and 56-" -"bit encryption will be accepted as well. Note that encryption will always be " -"forced on PPTP connections (i.e. unencrypted connections will not be " -"accepted)" -msgstr "" -"Если параметр включен, сервер будет принимать только 128-битное шифрование. " -"В противном случае сервер будет принимать 40-битное и 56-битное шифрование. " -"Шифрование принудительно для PPTP-соединений (незашифрованные соединения " -"будут отклонены)" - -# File: src/www/vpn_pptp.php, line: 518 -msgid "" -"Note: don't forget to %sadd a firewall rule%s to permit traffic from PPTP " -"clients!" -msgstr "" -"Примечание: не забудьте %sadd правило межсетевого экрана%s, чтобы разрешить " -"трафик от PPTP-клиентов" - -# File: src/www/vpn_pptp_users.php, line: 87 -msgid "The PPTP user list has been modified" -msgstr "Список пользователей PPTP изменен" - -# File: src/www/vpn_pptp_users.php, line: 87 -msgid "Warning: this will terminate all current PPTP sessions" -msgstr "Предупреждение: все текущие PPTP-сессии будут завершены" - -# File: src/www/vpn_pptp_users_edit.php, line: 86 -msgid "The password cannot start with '!'." -msgstr "Пароль не может начинаться с символа «!»." - -# File: src/www/vpn_pptp_users_edit.php, line: 173 -msgid "If you want to change the users' password, enter it here twice." -msgstr "" -"Если вы хотите изменить пароль пользователя, введите его и подтверждение " -"здесь." - -# File: src/www/widgets/widgets/carp_status.widget.php, line: 64 -msgid "DISABLED" -msgstr "ОТКЛЮЧЕН" - -# File: src/www/widgets/widgets/carp_status.widget.php, line: 84 -msgid "No CARP Interfaces Defined. Click %shere%s to configure CARP." -msgstr "CARP-интерфейсы не определены. Нажмите %shere%s, чтобы настроить CARP." - -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 68 -msgid "N/A " -msgstr "Н/П " - -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 78 -msgid "Int." -msgstr "Int." - -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 133 -msgid "Checking ..." -msgstr "Проверка…" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 64 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 65 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 70 -msgid "n/a" -msgstr "н/п" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 82 -msgid "Packets In" -msgstr "Входящие пакеты" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 85 -msgid "Packets Out" -msgstr "Исходящие пакеты" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 88 -msgid "Bytes In" -msgstr "Входящие байты" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 91 -msgid "Bytes Out" -msgstr "Исходящие байты" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 94 -msgid "Errors In" -msgstr "Входящие ошибки" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 97 -msgid "Errors Out" -msgstr "Исходящие ошибки" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 45 -msgid "Tunnels" -msgstr "Туннели" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 46 -msgid "Mobile" -msgstr "Мобильные" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 108 -msgid "Active Tunnels" -msgstr "Активные туннели" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 109 -msgid "Inactive Tunnels" -msgstr "Неактивные туннели" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 110 -msgid "Mobile Users" -msgstr "Мобильные пользователи" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 210 -msgid "Note: There are no configured IPsec Tunnels" -msgstr "Примечание: нет настроенных IPsec туннелей" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 213 -msgid "You can configure your IPsec %shere%s." -msgstr "Вы можете настроить Ipsec %shere%s." - -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 79 -msgid "Active" -msgstr "Активный" - -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 87 -msgid "Unknown - relayd not running?" -msgstr "Неизвестный — relayd не запущен?" - -# File: src/www/widgets/widgets/log.widget.php, line: 153 -msgid "Number of lines to display:" -msgstr "Количество отображаемых строк:" - -# File: src/www/widgets/widgets/log.widget.php, line: 190 -msgid "Interfaces:" -msgstr "Интерфейсы:" - -# File: src/www/widgets/widgets/log.widget.php, line: 236 -msgid "IF" -msgstr "ЕСЛИ" - -# File: src/www/widgets/widgets/log.widget.php, line: 258 -# File: src/www/widgets/widgets/log.widget.php, line: 262 -msgid "Reverse Resolve with DNS" -msgstr "Обратное преобразование с DNS" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 135 -msgid "No active peers available" -msgstr "Нет доступных активных узлов" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 147 -msgid "Clock location" -msgstr "Расположение тактового генератора" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 165 -msgid "in view " -msgstr "отображается" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 171 -msgid "in use " -msgstr "используется" - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 192 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 245 -msgid "Name/Time" -msgstr "Имя/время" - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 193 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 246 -msgid "Remote/Virtual IP" -msgstr "Удаленный/виртуальный IP-адрес" - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 289 -msgid "" -"You need to bind each OpenVPN client to enable its management daemon: use " -"'Local port' setting in the OpenVPN client screen" -msgstr "" -"Необходимо привязать каждый клиент OpenVPN, чтобы включить демон управления " -"ими: используйте настройки локального порта на экране клиента OpenVPN" - -# File: src/www/widgets/widgets/rss.widget.php, line: 97 -msgid "Display number of items:" -msgstr "Количество отображаемых объектов:" - -# File: src/www/widgets/widgets/rss.widget.php, line: 112 -msgid "Widget height:" -msgstr "Высота виджета:" - -# File: src/www/widgets/widgets/rss.widget.php, line: 127 -msgid "Show how many characters from story:" -msgstr "Показать сколько символов из истории:" - -# File: src/www/widgets/widgets/services_status.widget.php, line: 51 -msgid "Comma separated list of services to NOT display in the widget" -msgstr "" -"Разделенный запятыми список служб, которые НЕ будут отображаться в виджете" - -# File: src/www/widgets/widgets/smart_status.widget.php, line: 38 -msgid "Drive" -msgstr "Диск" - -# File: src/www/widgets/widgets/smart_status.widget.php, line: 39 -msgid "Ident" -msgstr "Идентификатор" - -# File: src/www/widgets/widgets/smart_status.widget.php, line: 58 -msgid "OK" -msgstr "ОК" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 44 -# File: src/www/widgets/widgets/system_information.widget.php, line: 46 -msgid "Click to retry" -msgstr "Повторить" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 44 -msgid "Connection Error" -msgstr "Ошибка подключения" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 46 -msgid "Repository Problem" -msgstr "Проблема репозитория" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 48 -# File: src/www/widgets/widgets/system_information.widget.php, line: 105 -msgid "Click to check for updates" -msgstr "Проверить обновления" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 48 -msgid "Your system is up to date." -msgstr "Система находится в актуальном состоянии." - -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid " update(s) available." -msgstr " обновление(-ий) доступно." - -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid "Click to upgrade" -msgstr "Выполнить обновление" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid "Re-check now" -msgstr "Проверить повторно" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid "There are " -msgstr "Есть" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 89 -msgid "Versions" -msgstr "Версии" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 109 -msgid "CPU Type" -msgstr "Тип ЦПУ" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 124 -msgid "Hardware crypto" -msgstr "Аппаратные средства криптозащиты" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 129 -msgid "Uptime" -msgstr "Время работы" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 133 -msgid "Current date/time" -msgstr "Текущие дата/время" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 139 -msgid "DNS server(s)" -msgstr "DNS-сервер(-ы)" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 152 -msgid "Last config change" -msgstr "Последнее изменение конфигурации" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 157 -msgid "State table size" -msgstr "Размер таблицы состояний" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 171 -msgid "Show states" -msgstr "Показать состояния" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 175 -msgid "MBUF Usage" -msgstr "Использование MBUF" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 193 -msgid "Temperature" -msgstr "Температура" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 207 -msgid "Load average" -msgstr "Средняя нагрузка" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 213 -msgid "CPU usage" -msgstr "Использование ЦПУ" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 221 -msgid "Updating in 10 seconds" -msgstr "Обновление через 10 секунд" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 225 -msgid "Memory usage" -msgstr "Использование ОЗУ" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 239 -msgid "SWAP usage" -msgstr "Использование файла подкачки" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 252 -msgid "Disk usage" -msgstr "Использование диска" - -# File: src/www/widgets/widgets/system_log.widget.php, line: 55 -msgid "Number of Log lines to display" -msgstr "Количество строк системного журнала для отображения" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 181 -msgid "Thresholds in °C (1 to 100):" -msgstr "Пороговое значение в °C (от 1 до 100):" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 184 -msgid "Display settings:" -msgstr "Отображать настройки:" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 189 -msgid "Zone Warning:" -msgstr "Предупреждение зоны:" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 198 -msgid "Show raw output (no graph):" -msgstr "Показать необработанные результаты (без графика):" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 208 -msgid "Zone Critical:" -msgstr "Критическая зона:" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 217 -msgid "Show full sensor name:" -msgstr "Показать полное имя датчика:" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 227 -msgid "Core Warning:" -msgstr "Предупреждение ядра:" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 236 -msgid "Pulsate Warning:" -msgstr "Предупреждение о колебаниях:" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 246 -msgid "Core Critical:" -msgstr "Критическая ошибка ядра" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 255 -msgid "Pulsate Critical:" -msgstr "Критические колебания:" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 270 -msgid "" -"You can configure a proper Thermal Sensor / Module under
\n" -"    System > " -"Advanced > Miscellaneous : Thermal Sensors section." -msgstr "" -"Вы можете настроить правильный Термодатчик/Модуль на странице
\n" -"    Система> " -"Дополнительно > Прочее: Термодатчики." - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 280 -msgid "Updating..." -msgstr "Обновление..." - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 114 -msgid "Default AutoScale:" -msgstr "Автоматическое масштабирование по умолчанию:" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 133 -msgid "Scale up" -msgstr "Увеличить масштаб" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 138 -msgid "Scale follow" -msgstr "Придерживаться масштаба" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 139 -msgid "Refresh Interval:" -msgstr "Интервал обновления:" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "Seconds" -msgstr "Секунд" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "changing this setting will increase CPU utilization" -msgstr "изменение этого параметра увеличить загрузку ЦПУ" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 190 -msgid "Current %s Traffic" -msgstr "Текущий трафик %s" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 45 -msgid "Computer / Device" -msgstr "Компьютер / Устройство" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 71 -msgid "Wake Up" -msgstr "Пробудить" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 76 -msgid "No saved WoL addresses" -msgstr "Нет сохраненных адресов для Wake-on-LAN" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 80 -msgid "DHCP Leases Status" -msgstr "Статус аренды адресов DHCP" - -# File: src/www/wizard.php, line: 126 -msgid "ERROR: Could not parse %s wizard file." -msgstr "ОШИБКА: не удалось разобрать %s файл мастера." diff --git a/lang/zh_CN.po b/lang/zh_CN.po deleted file mode 100644 index 293308566..000000000 --- a/lang/zh_CN.po +++ /dev/null @@ -1,25862 +0,0 @@ -# OPNsense Simplified Chinese Language Translation -# Copyright (C) OPNsense project. -# This file is distributed under the same BSD license as the OPNsense project. -# Liu , 周,2015 - -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-26 07:32+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: ch\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 1.13.0\n" -"X-Pootle-Path: /ch/gui/ch.po\n" -"X-Pootle-Revision: 4296\n" - -# File: lang/dynamic/helpers/acl.php, line: 36 -msgid "Allow access to the 'Status: IPsec: SAD' page." -msgstr "允许访问“状态:IPSec:SAD”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 37 -msgid "Allow access to the 'VPN: PPTP: Users' page." -msgstr "允许访问“VPN:PPTP:用户”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 39 -msgid "Allow access to the 'System: Authentication Servers' page." -msgstr "允许访问“系统:认证服务器”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 40 -msgid "Allow access to the 'Diagnostics: States Summary' page." -msgstr "允许访问“诊断:状态摘要”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 43 -msgid "Allow access to the 'VPN: PPTP: User: Edit' page." -msgstr "允许访问“VPN:PPTP:用户:编辑”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 44 -msgid "Show all items on help menu" -msgstr "显示帮助菜单中所有条目" - -# File: lang/dynamic/helpers/acl.php, line: 46 -msgid "Allow access to the 'System: Firmware: Settings' page." -msgstr "允许访问“系统:固件:设置”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 47 -msgid "Allow access to the 'System: User Manager: Add Privileges' page." -msgstr "允许访问“系统:用户管理:添加权限”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 48 -msgid "Allow access to the 'Services: NTP' page." -msgstr "允许访问“服务:NTP”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 49 -msgid "Allow access to the 'VPN: OpenVPN: Client Specific Override' page." -msgstr "允许访问“VPN:OpenVPN:定制客户端”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 50 -msgid "Allow access to the 'VPN: OpenVPN: Client' page." -msgstr "允许访问“VPN:OpenVPN:客户端”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 51 -msgid "Allow access to the 'Interfaces: Assign network ports' page." -msgstr "允许访问“接口:分配网络端口”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 52 -msgid "Allow access to the 'Firewall: NAT: Port Forward' page." -msgstr "允许访问“防火墙:NAT:端口转发”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 38 -msgid "Allow access to the 'VPN: IPsec: Pre-Shared Keys List' page." -msgstr "允许访问“VPN:IPsec:预共享密钥列表”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 54 -msgid "Create interface groups" -msgstr "创建接口组" - -# File: lang/dynamic/helpers/acl.php, line: 56 -msgid "Allow access to the 'Interfaces: VLAN: Edit' page." -msgstr "允许访问“接口:VLAN:编辑”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 57 -msgid "Allow access to the 'Diagnostics: Reboot System' page." -msgstr "允许访问“诊断:重启系统”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 59 -msgid "Allow access to the 'Load Balancer: Pool: Edit' page." -msgstr "允许访问“负载均衡:池:编辑”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 60 -msgid "Allow access to the 'System: User Manager' page." -msgstr "允许访问“系统:用户管理”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 61 -msgid "" -"Allow access to the 'Services: DHCPv6 Server : Edit static mapping' page." -msgstr "允许访问“服务:DHCPv6服务器:编辑静态映射”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 62 -msgid "Allow access to the 'Load Balancer: Pool' page." -msgstr "允许访问“负载均衡:池”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 63 -msgid "Allow access to the 'VPN: L2TP: Users : Edit' page." -msgstr "允许访问“VPN:L2TP:用户:编辑”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 64 -msgid "Allow access to the 'Firewall: Schedules' page." -msgstr "允许访问“防火墙:时间表”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 65 -msgid "Allow access to the 'Diagnostics: Logs: Settings' page." -msgstr "允许访问“诊断:日志:设置”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 66 -msgid "Allow access to the 'Service: Universal Plug and Play' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 68 -msgid "Allow access to the 'Firewall: Virtual IP Addresses' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 69 -msgid "Allow access to the 'System: Firmware: Manual Update' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 71 -msgid "Allow access to the 'Status: Services' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 72 -msgid "Allow access to the 'Status: IPsec: Leases' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 73 -msgid "" -"Allow access to the 'Services: DNS Forwarder: Edit Domain Override' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 74 -msgid "Allow access to the 'Interfaces: PPPs' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 78 -msgid "Allow access to the 'Firewall: NAT: 1:1' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 79 -msgid "Indicates whether the user is allowed to use the proxy" -msgstr "指明用户是否被允许使用该代理" - -# File: lang/dynamic/helpers/acl.php, line: 80 -# File: lang/dynamic/helpers/acl.php, line: 175 -msgid "Allow access to the 'Status: System logs: IPsec VPN' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 81 -msgid "Allow access to the 'Services: DHCP Server : Edit static mapping' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 82 -msgid "Allow access to the 'Services: DHCPv6 server' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 84 -msgid "Allow access to the 'Status: System logs: Load Balancer' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 86 -msgid "Allow access to the 'Lobby: Login / Logout/ Dashboard' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 87 -msgid "Allow access to the 'Services: DNS Resolver: Edit host' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 88 -msgid "Allow access to the 'Services: SNMP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 89 -msgid "Allow access to the 'Settings: Load Balancer: Settings' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 90 -msgid "Allow access to the 'Diagnostics: Show States' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 91 -msgid "Allow access to the 'VPN: OpenVPN: Client Export Utility' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 92 -msgid "Indicates whether the user is able to login for example via SSH." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 93 -msgid "Allow access to the 'Status: Traffic Graph' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 94 -msgid "Allow access to the 'Firewall: Aliases' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 138 -msgid "Allow access to the 'Services: Load Balancer: Monitor: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 96 -msgid "Allow access to the 'System: CRL Manager' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 99 -msgid "Allow access to the 'Diagnostics: Interface Traffic' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 100 -msgid "Allow access to the 'System: Firmware: Auto Update' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 101 -msgid "Allow access to the 'Diagnostics: Sockets' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 99 -msgid "Allow access to the 'Status: Universal Plug and Play' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 103 -msgid "Allow access to the 'Services: PPPoE Server' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 104 -msgid "Allow access to the 'Status: System logs: OpenVPN' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 105 -msgid "Allow access to the 'Status: OpenVPN' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 106 -msgid "Allow access to the 'Services: RFC 2136 clients' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 105 -msgid "Uploads crash reports to the developers." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 108 -msgid "Allow access to the 'Firewall: Alias: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 109 -msgid "Allow access to the 'Interfaces: PPPs: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 110 -msgid "Allow access to the 'Firewall: NAT: NPT' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 246 -msgid "Allow access to the 'Interfaces: GIF: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 112 -msgid "Allow access to the 'VPN: IPsec' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 114 -msgid "Allow access to the 'Load Balancer: Virtual Server: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 115 -msgid "Allow access to the 'Status: System logs: NTP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 116 -msgid "Allow access to the 'Interfaces: GRE' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 118 -msgid "Allow access to the 'Services: Router Advertisements' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 119 -msgid "Allow access to the 'VPN: IPsec: Edit Phase 2' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 74 -msgid "Allow access to the 'System: Advanced: Networking' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 122 -msgid "Allow access to the 'VPN: IPsec: Edit Phase 1' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 123 -msgid "Allow access to the 'Interfaces: VLAN' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 125 -msgid "Allow access to the 'Firewall: NAT: Port Forward: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 126 -msgid "" -"Allow access to the 'Services: DNS Resolver: Edit Domain Override' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 127 -msgid "Allow access to the 'Firewall: Alias: Import' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 128 -msgid "Allow access to the 'Diagnostics: Reset state' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 129 -msgid "Allow access to the 'Services: Wake on LAN: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 130 -msgid "Allow access to the 'Firewall: Virtual IP Address: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 131 -msgid "Allow access to the 'Diagnostics: Routing tables' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 132 -msgid "Allow access to the 'System: Advanced: Admin Access' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 70 -msgid "Allow access to the 'Status: System logs: System: Routing' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 134 -msgid "Allow access to the 'Status: Interfaces' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 135 -msgid "Allow access to the 'Services: DNS Forwarder' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 136 -msgid "Allow access to the 'Status: Gateways' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 137 -msgid "Allow access to the 'Status: DHCP leases' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 139 -msgid "Allow access to the 'Hidden: Detailed Status' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 140 -msgid "Allow access to the 'System: Advanced: Miscellaneous' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 142 -msgid "Allow access to the 'AJAX: Service Providers' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 127 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Normal View' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 144 -msgid "Allow access to the 'Diagnostics: Halt system' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 123 -msgid "Allow access to the 'Diagnostics: Logs: L2TP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 146 -msgid "Allow access to the 'Services: Igmpproxy: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 147 -msgid "Allow access to the 'System: User Manager: Settings: Test LDAP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 148 -msgid "Allow access to the 'VPN: L2TP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 149 -msgid "Allow access to the 'XMLRPC Library' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 134 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Summary View' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 150 -msgid "Allow access to the 'Status: IPsec: SPD' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 151 -msgid "Allow access to the 'Status: Filter Reload Status' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 152 -msgid "Allow access to all pages" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 150 -msgid "Allow access to the 'Firewall: NAT: NPT: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 154 -msgid "Indicates whether the user is allowed to dial in via PPPOE" -msgstr "指明用户是否被允许通过PPPOE拨入" - -# File: lang/dynamic/helpers/acl.php, line: 155 -msgid "Allow access to the 'System: Advanced: Notifications' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 156 -msgid "Allow access to the 'Diagnostics: Logs: DHCP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 157 -msgid "Allow access to the 'System: Gateway Groups' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 156 -msgid "Allow access to the 'Wizard subsystem' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 159 -msgid "Allow access to the 'Diagnostics: Restore Full Backup' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 160 -msgid "Allow access to the 'Status: CARP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 161 -msgid "Allow access to the 'Diagnostics: Authentication' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 97 -msgid "Allow access to the 'VPN: PPTP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 163 -msgid "Allow access to the 'Firewall: Rules' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 247 -msgid "Allow access to the 'AJAX: Get Stats' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 164 -msgid "Allow access to the 'Diagnostics: Logs: System: Gateways' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 170 -msgid "Allow access to the 'Services: DHCPv6 Relay' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 165 -msgid "Allow access to the 'Services: DNS Resolver: Advanced' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 166 -msgid "Allow access to the 'Services: Load Balancer: Virtual Servers' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 167 -msgid "Allow access to the 'Status: NTP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 169 -msgid "Allows access to the 'Diagnostics: Limiter Info' page" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 155 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Plain View' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 171 -msgid "Allow access to the 'Diagnostics: Logs: System: Resolver' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 172 -msgid "Allow access to the 'Status: Wireless' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 174 -msgid "Allow access to the 'Status: NTP PPS' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 154 -msgid "Allow access to the 'Diagnostics: Logs: PPTP' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 176 -msgid "Allow access to the 'Diagnostics: NanoBSD' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 177 -msgid "Allow access to the 'System: CA Manager' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 178 -msgid "Allow access to all pages required for the dashboard." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 179 -msgid "Allow access to the 'Diagnostics: Patterns' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 180 -msgid "Allow access to the 'System: User Password Manager' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 181 -msgid "Allow access to 'Interfaces: QinQ: Edit' page" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 182 -msgid "Allow access to the 'Firewall: Rules: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 183 -msgid "Allow access to the 'Diagnostics: Packet Capture' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 184 -msgid "Allow access to the 'Services: DNS Resolver: Access Lists' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 185 -msgid "Allow access to the 'Firewall: NAT: Outbound: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 42 -msgid "Allow access to the 'Status: IPsec' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 187 -msgid "Allow access to the 'Interfaces: Wireless : Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 188 -msgid "Allow access to the 'Diagnostics: Test Port' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 189 -msgid "Allow access to the 'Diagnostics: Logs: System' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 113 -msgid "Allow access to the 'VPN: L2TP : Users' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 191 -msgid "If present, ignores requests from this user to write config.xml." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 192 -msgid "Allow access to the 'Interfaces: Groups: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 177 -msgid "Allow access to the 'Diagnostics: Logs: Firewall: Dynamic View' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 194 -msgid "Allows access to the 'Diagnostics: pfInfo' page" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 195 -msgid "" -"Indicates whether the user is allowed to dial in via IPsec xauth (Note: Does " -"not allow shell access, but may allow the user to create ssh tunnels)" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 196 -msgid "Allow access to the 'Interfaces: LAGG: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 197 -msgid "Allow access to the 'VPN: OpenVPN: Server' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 198 -msgid "Allow access to the 'VPN: IPsec: Mobile' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 199 -msgid "Allow access to the 'System: Gateways: Edit Gateway' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 143 -msgid "Allow access to the 'Diagnostics: Backup/restore' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 202 -msgid "" -"Allow direct access to all Dashboard widget pages, required for some widgets " -"using AJAX." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 203 -msgid "Allow access to the 'Status: Load Balancer: Virtual Server' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 204 -msgid "Allow access to the 'Diagnostics: Configuration History' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 205 -msgid "Allow access to the 'Interfaces: GRE: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 207 -msgid "Allow access to the 'Status: Gateway Groups' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 145 -msgid "Allow access to the 'Services: DHCP server' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 208 -msgid "Allow access to the 'Interfaces' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 209 -msgid "Allow access to the 'Services: DNS Forwarder: Edit host' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 210 -msgid "Allow access to the 'Status: System logs: Captive portal' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 206 -msgid "Allow access to the 'System: General Setup' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 240 -msgid "Allow access to the 'Services: DNS Resolver: Access Lists: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 214 -msgid "Allow access to the 'Firewall: NAT: 1:1: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 215 -msgid "Allow access to the 'Diagnostics: Tables' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 216 -msgid "Allow access to the 'System: Group manager' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 217 -msgid "Allow access to the 'System: User Manager: settings' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 218 -msgid "Allow access to the 'Status: DHCPv6 leases' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 219 -msgid "Edit Interface LAGG" -msgstr "编辑LAGG接口" - -# File: lang/dynamic/helpers/acl.php, line: 220 -msgid "Allow access to the 'Status: NTP Serial GPS' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 221 -msgid "Indicates whether the user is allowed to dial in via L2TP" -msgstr "指明用户是否被允许通过L2TP拨入" - -# File: lang/dynamic/helpers/acl.php, line: 222 -msgid "Allow access to the 'Status: Load Balancer: Pool' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 261 -msgid "Allow access to the 'Interfaces: QinQ' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 225 -msgid "Allow access to the 'Interfaces: Bridge : Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 226 -msgid "Allow access to the 'Interfaces: Wireless' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 227 -msgid "Allow access to the 'Services: Dynamic DNS clients' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 228 -msgid "Allow access to the 'Status: System logs: System: Wireless' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 229 -msgid "Allow access to the 'Firewall: Schedules: Edit' page." -msgstr "允许访问“防火墙:时间表:编辑”页面。" - -# File: lang/dynamic/helpers/acl.php, line: 230 -msgid "Allow access to the 'Diagnostics: Ping' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 231 -msgid "Allow access to the 'System: Certificate Manager' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 232 -msgid "Allow access to the 'System: Gateways: Edit Gateway Groups' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 233 -msgid "Allow access to the 'System: Static Routes: Edit route' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 41 -msgid "Allow access to the 'Services: Wake on LAN' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 235 -msgid "Allow access to the 'System: License' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 236 -msgid "Allow access to the 'Services: DNS Filter' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 237 -msgid "Allow access to the 'Services: DNS Resolver' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 238 -msgid "Allows access to the 'Diagnostics: pfTop' page" -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 241 -msgid "Allow access to the 'Interfaces: GIF' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 242 -msgid "Allow access to the 'VPN: IPsec: Edit Pre-Shared Keys' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 243 -msgid "Allow access to the 'Services: Dynamic DNS client' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 245 -msgid "Allow access to the 'Services: PPPoE Server: Edit' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 220 -msgid "Allow access to the 'Diagnostics: Logs: PPPoE' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 248 -msgid "Allow access to the 'System: Advanced: Tunables' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 249 -msgid "Allow access to the 'System: Group Manager: Add Privileges' page." -msgstr "允许访问“系统:组管理:添加权限”页面" - -# File: lang/dynamic/helpers/acl.php, line: 250 -msgid "Allow access to the 'Services: Load Balancer: Monitors' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 252 -msgid "Indicates whether the user is allowed to dial in via PPTP" -msgstr "指明用户是否被允许通过PPTP拨入" - -# File: lang/dynamic/helpers/acl.php, line: 253 -msgid "Allow access to the 'Diagnostics: Traceroute' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 254 -msgid "Allow access to the 'Firewall: NAT: Outbound' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 255 -msgid "Allow access to the 'System: Advanced: Firewall and NAT' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 256 -msgid "Allow access to the 'System: Gateways' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 257 -msgid "Allow access to the 'Firewall: Easy Rule' add/status page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 259 -msgid "Allow access to the 'System: Static Routes' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 260 -msgid "Allow access to the 'XMLRPC Interface Stats' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 224 -msgid "Allow access to the 'Interfaces: Bridge' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 262 -msgid "Allow access to the 'System: High Availability' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 263 -msgid "Allow access to the 'Diagnostics: Factory defaults' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 264 -msgid "Allow access to the 'Services: DHCP Relay' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 265 -msgid "" -"Allow access to the 'System: Firmware: Manual Update: Progress bar' page." -msgstr "" - -# File: lang/dynamic/helpers/acl.php, line: 266 -msgid "Allow access to the 'Services: Igmpproxy' page." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 95 -msgid "Enable this zone" -msgstr "编辑该区域" - -# File: lang/dynamic/helpers/controllers.php, line: 96 -msgid "Internal number used for this zone" -msgstr "用于该区域的内部编号" - -# File: lang/dynamic/helpers/controllers.php, line: 97 -msgid "Select interface(s) to enable for captive portal." -msgstr "选择启用入网认证的接口。" - -# File: lang/dynamic/helpers/controllers.php, line: 98 -msgid "" -"Select authentication methods to use, leave empty for no authentication " -"needed." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "" -"Clients will be disconnected after this amount of inactivity. They may log " -"in again immediately, though. Enter 0 to disable idle timeout." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 40 -msgid "" -"Clients will be disconnected after this amount of time, regardless of " -"activity. They may log in again immediately, though. Enter 0 to disable hard " -"timeout (not recommended unless an idle timeout is set)." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 101 -msgid "" -"If this option is set, users can login on multiple machines at once. If " -"disabled subsequent logins will cause machines previously logged in with the " -"same username to be disconnected." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 102 -msgid "" -"If provided, all traffic will be transmitted over an HTTPS connection to " -"protect against eavesdroppers." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 103 -msgid "" -"Hostname (of this machine) to redirect login page to, leave blank to use " -"this interface IP address, otherwise make sure the client can access DNS to " -"resolve this location. When using a SSL certificate, make sure both this " -"name and the cert name are equal." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 104 -msgid "Avoid authentication for addresses and subnets in this list" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 105 -msgid "Avoid authentication for physical addresses in this list" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 106 -msgid "Use custom template package for user login" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 107 -msgid "Description to identify this zone." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 64 -# File: lang/dynamic/helpers/controllers.php, line: 85 -msgid "Select if job is enabled or not" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 86 -msgid "" -"Enter the minutes for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,20,30 or 10-30)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 87 -msgid "" -"Enter the hours for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 10,11,12 or 10-12)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 88 -msgid "" -"Enter the days of the month for the job to act, can also be a comma " -"separated list, * (each) or a range (ex. 1,20,28 or 1-28)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 89 -msgid "" -"Enter the months for the job to act, can also be a comma separated list, * " -"(each) or a range (ex. 1,2,3 or 1-3)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 90 -msgid "" -"Enter the days of the week for the job to act, can also be a comma separated " -"list, * (each) or a range (ex. 1,2,3 or 1-3)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 91 -msgid "Select the command that needs to be executed at given time frame." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 92 -msgid "Enter parameters for this job if required." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 93 -msgid "Enter a description to explain what this job is intended for." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 63 -msgid "set action to perform here, only used when in IPS mode" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 68 -msgid "enable IDS" -msgstr "启用IDS" - -# File: lang/dynamic/helpers/controllers.php, line: 69 -msgid "Select interface(s) to use." -msgstr "选择使用的接口。" - -# File: lang/dynamic/helpers/controllers.php, line: 65 -msgid "Enter a filename for storing the blacklist." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 66 -msgid "Enter an url to fetch the blacklist from." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 67 -msgid "Enter a description to explain what this blacklist is intended for." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 35 -msgid "Enable or disable the proxy service." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 36 -msgid "" -"The port number where Squid sends and receives ICP queries to and from " -"neighbor caches. Leave blank to disable (default). The standard UDP port for " -"ICP is 3130." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "Enable access logging." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 40 -msgid "Enable store logging." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 39 -msgid "" -"If set (default), Squid will include a Via header in requests and\n" -" replies as required by RFC2616." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 41 -msgid "Select what to do with X-Forwarded for header." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 42 -msgid "" -"Suppress Squid version string info in HTTP headers and HTML error pages." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 72 -msgid "Enter the cache memory size to use." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 43 -msgid "Enter the storage size for the local cache (default is 100)." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 46 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 16)." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 47 -msgid "" -"Enter the number of first-level subdirectories for the local cache (default " -"is 256)." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 48 -msgid "Enable or disable traffic management." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 49 -msgid "" -"Enter the maxium size for downloads in kilobytes (leave empty to disable)." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 50 -msgid "" -"Enter the maxium size for uploads in kilobytes (leave empty to disable)." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 51 -msgid "" -"Enter the allowed overall bandtwith in kilobits per second (leave empty to " -"disable)." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 52 -msgid "" -"Enter the allowed per host bandwidth in kilobits per second (leave empty to " -"disable)." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 55 -msgid "Select interface(s) the proxy will bind to." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 56 -# File: lang/dynamic/helpers/controllers.php, line: 60 -msgid "The port the proxy service will listen to." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 55 -msgid "" -"When enabled the subnets of the selected interfaces will be added to the " -"allow access list." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 59 -msgid "Select interface(s) the ftp proxy will bind to." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 61 -msgid "Select Authentication method" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 64 -msgid "The prompt will be displayed in the authentication request window." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 63 -msgid "The total number of authenticator processes to spawn." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 70 -msgid "enable this pipe and it's related queues and rules" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 71 -msgid "Total bandwidth for this pipe" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 72 -msgid "number of dynamic queues, leave empty for default" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 73 -# File: lang/dynamic/helpers/controllers.php, line: 77 -msgid "Description to identify this pipe." -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 74 -msgid "enable this queue and it's related rules" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 75 -msgid "connected pipe for this queue" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 76 -msgid "" -"Weight of this queue (1..100), used to prioritize within a pipe. (1 is low, " -"100 is high)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 78 -msgid "order in which the rule will be evaluated (lowest first)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 81 -msgid "" -"secondary interface, matches packets going traveling from interface (1) to " -"interface (2).\n" -" " -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 79 -msgid "source ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 80 -msgid "source port number or well known name (imap,imaps, http,https,...)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 81 -msgid "destination ip or network, examples 10.0.0.0/24, 10.0.0.1" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 82 -msgid "destination port number or well known name (imap,imaps, http,https,...)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 87 -msgid "matches incoming or outgoing packets or both (default)" -msgstr "" - -# File: lang/dynamic/helpers/controllers.php, line: 84 -msgid "target pipe or queue" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 35 -msgid "Root" -msgstr "" - -# File: src/www/index.php, line: 353 -msgid "Dashboard" -msgstr "仪表盘" - -# File: src/www/license.php, line: 32 -msgid "License" -msgstr "许可" - -# File: src/www/diag_authentication.php, line: 107 -# File: src/www/interfaces.php, line: 2579 -# File: src/www/interfaces.php, line: 2653 -# File: src/www/interfaces.php, line: 2762 -# File: src/www/interfaces_ppps_edit.php, line: 189 -# File: src/www/interfaces_ppps_edit.php, line: 192 -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -# File: src/www/interfaces_ppps_edit.php, line: 534 -# File: src/www/services_dyndns_edit.php, line: 94 -# File: src/www/services_dyndns_edit.php, line: 373 -# File: src/www/services_opendns.php, line: 161 -# File: src/www/system_advanced_notifications.php, line: 213 -# File: src/www/system_usermanager.php, line: 170 -# File: src/www/system_usermanager.php, line: 175 -# File: src/www/system_usermanager.php, line: 479 -# File: src/www/system_usermanager_passwordmg.php, line: 40 -# File: src/www/system_usermanager_passwordmg.php, line: 112 -# File: src/www/system_usermanager_passwordmg.php, line: 116 -# File: src/www/vpn_l2tp_users_edit.php, line: 76 -# File: src/www/vpn_l2tp_users_edit.php, line: 174 -# File: src/www/vpn_openvpn_client.php, line: 632 -# File: src/www/vpn_openvpn_client.php, line: 695 -# File: src/www/vpn_pppoe_edit.php, line: 552 -# File: src/www/vpn_pptp_users_edit.php, line: 72 -# File: src/www/vpn_pptp_users_edit.php, line: 166 -msgid "Password" -msgstr "密码" - -# File: src/www/services_captiveportal.php, line: 1034 -msgid "Logout" -msgstr "退出登陆" - -# File: src/www/index.php, line: 353 -msgid "Lobby" -msgstr "大厅" - -# File: lang/dynamic/helpers/models.php, line: 38 -# File: lang/dynamic/helpers/models.php, line: 40 -# File: lang/dynamic/helpers/models.php, line: 42 -msgid "workAround" -msgstr "" - -# File: src/www/system_camanager.php, line: 601 -# File: src/www/system_certificates_tabs.inc, line: 6 -# File: src/www/system_crlmanager.php, line: 549 -msgid "Certificates" -msgstr "证书" - -# File: lang/dynamic/helpers/models.php, line: 41 -msgid "Authorities" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 43 -msgid "Revocation" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 47 -msgid "Trust" -msgstr "" - -# File: src/www/firewall_rules.php, line: 777 -# File: src/www/firewall_rules_edit.php, line: 1350 -# File: src/www/firewall_rules_edit.php, line: 1359 -# File: src/www/interfaces_lagg_edit.php, line: 221 -# File: src/www/load_balancer_virtual_server_edit.php, line: 233 -# File: src/www/vpn_ipsec_mobile.php, line: 408 -# File: src/www/vpn_openvpn_client.php, line: 610 -msgid "none" -msgstr "没有" - -# File: lang/dynamic/helpers/models.php, line: 177 -msgid "History" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 47 -msgid "Backups" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 51 -msgid "Configuration" -msgstr "" - -# File: src/www/crash_reporter.php, line: 62 -msgid "Crash Reporter" -msgstr "崩溃报告" - -# File: src/www/system_firmware_check.php, line: 98 -# File: src/www/system_firmware_settings.php, line: 46 -msgid "Firmware" -msgstr "固件" - -# File: src/www/system_hasync.php, line: 97 -msgid "Synchronization" -msgstr "同步" - -# File: src/www/carp_status.php, line: 99 -msgid "CARP Status" -msgstr "CARP状态" - -# File: src/www/system_hasync.php, line: 86 -msgid "High Availability" -msgstr "高可用" - -# File: src/www/firewall_aliases_edit.php, line: 38 -# File: src/www/firewall_nat_1to1_edit.php, line: 212 -# File: src/www/firewall_nat_edit.php, line: 436 -# File: src/www/firewall_nat_npt_edit.php, line: 134 -# File: src/www/firewall_nat_out_edit.php, line: 326 -# File: src/www/firewall_rules_edit.php, line: 737 -# File: src/www/firewall_schedule_edit.php, line: 48 -# File: src/www/firewall_virtual_ip.php, line: 264 -# File: src/www/firewall_virtual_ip_edit.php, line: 234 -# File: src/www/interfaces_bridge_edit.php, line: 233 -# File: src/www/interfaces_gif_edit.php, line: 123 -# File: src/www/interfaces_gre_edit.php, line: 117 -# File: src/www/interfaces_groups_edit.php, line: 33 -# File: src/www/interfaces_lagg_edit.php, line: 124 -# File: src/www/interfaces_ppps_edit.php, line: 379 -# File: src/www/interfaces_qinq_edit.php, line: 30 -# File: src/www/interfaces_vlan_edit.php, line: 143 -# File: src/www/interfaces_wireless_edit.php, line: 139 -# File: src/www/load_balancer_monitor_edit.php, line: 182 -# File: src/www/load_balancer_pool_edit.php, line: 157 -# File: src/www/load_balancer_relay_action_edit.php, line: 170 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 127 -# File: src/www/load_balancer_virtual_server_edit.php, line: 132 -# File: src/www/pkg_edit.php, line: 255 -# File: src/www/services_igmpproxy_edit.php, line: 31 -# File: src/www/services_rfc2136_edit.php, line: 113 -# File: src/www/services_wol_edit.php, line: 105 -# File: src/www/vpn_l2tp_users_edit.php, line: 29 -# File: src/www/vpn_pppoe_edit.php, line: 231 -# File: src/www/vpn_pptp_users_edit.php, line: 128 -msgid "Edit" -msgstr "编辑" - -# File: src/www/diag_smart.php, line: 299 -# File: src/www/firewall_aliases.php, line: 180 -msgid "All" -msgstr "所有" - -# File: src/www/carp_status.php, line: 78 -# File: src/www/carp_status.php, line: 133 -# File: src/www/diag_gmirror.php, line: 222 -# File: src/www/diag_ipsec.php, line: 34 -# File: src/www/diag_ipsec.php, line: 101 -# File: src/www/diag_ipsec_leases.php, line: 32 -# File: src/www/diag_ipsec_leases.php, line: 75 -# File: src/www/diag_ipsec_sad.php, line: 33 -# File: src/www/diag_ipsec_spd.php, line: 33 -# File: src/www/diag_logs.php, line: 56 -# File: src/www/diag_logs_auth.php, line: 43 -# File: src/www/diag_logs_dhcp.php, line: 46 -# File: src/www/diag_logs_filter.php, line: 108 -# File: src/www/diag_logs_filter_dynamic.php, line: 48 -# File: src/www/diag_logs_filter_summary.php, line: 30 -# File: src/www/diag_logs_gateways.php, line: 57 -# File: src/www/diag_logs_ipsec.php, line: 47 -# File: src/www/diag_logs_ntpd.php, line: 44 -# File: src/www/diag_logs_openvpn.php, line: 31 -# File: src/www/diag_logs_ppp.php, line: 44 -# File: src/www/diag_logs_proxy.php, line: 44 -# File: src/www/diag_logs_relayd.php, line: 44 -# File: src/www/diag_logs_resolver.php, line: 57 -# File: src/www/diag_logs_routing.php, line: 43 -# File: src/www/diag_logs_settings.php, line: 171 -# File: src/www/diag_logs_vpn.php, line: 30 -# File: src/www/diag_logs_wireless.php, line: 45 -# File: src/www/easyrule.php, line: 77 -# File: src/www/status_captiveportal_expire.php, line: 50 -# File: src/www/status_captiveportal_test.php, line: 50 -# File: src/www/status_captiveportal_voucher_rolls.php, line: 49 -# File: src/www/status_captiveportal_vouchers.php, line: 49 -# File: src/www/status_dhcp_leases.php, line: 33 -# File: src/www/status_dhcpv6_leases.php, line: 34 -# File: src/www/status_filter_reload.php, line: 33 -# File: src/www/status_gateway_groups.php, line: 45 -# File: src/www/status_gateways.php, line: 38 -# File: src/www/status_gateways.php, line: 76 -# File: src/www/status_graph.php, line: 95 -# File: src/www/status_graph_cpu.php, line: 29 -# File: src/www/status_interfaces.php, line: 45 -# File: src/www/status_interfaces.php, line: 85 -# File: src/www/status_lb_pool.php, line: 56 -# File: src/www/status_lb_vs.php, line: 43 -# File: src/www/status_lb_vs.php, line: 82 -# File: src/www/status_ntpd.php, line: 145 -# File: src/www/status_ntpd.php, line: 174 -# File: src/www/status_openvpn.php, line: 32 -# File: src/www/status_openvpn.php, line: 281 -# File: src/www/status_openvpn.php, line: 344 -# File: src/www/status_queues.php, line: 113 -# File: src/www/status_rrd_graph.php, line: 247 -# File: src/www/status_rrd_graph_settings.php, line: 106 -# File: src/www/status_services.php, line: 52 -# File: src/www/status_services.php, line: 79 -# File: src/www/status_upnp.php, line: 44 -# File: src/www/status_wireless.php, line: 31 -# File: src/www/status_wireless.php, line: 68 -# File: src/www/widgets/widgets/gateways.widget.php, line: 49 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 45 -msgid "Status" -msgstr "状态" - -# File: lang/dynamic/helpers/models.php, line: 202 -# File: lang/dynamic/helpers/models.php, line: 211 -# File: lang/dynamic/helpers/models.php, line: 217 -# File: lang/dynamic/helpers/models.php, line: 241 -# File: lang/dynamic/helpers/models.php, line: 254 -# File: lang/dynamic/helpers/models.php, line: 285 -# File: src/www/diag_logs_auth.php, line: 47 -# File: src/www/diag_logs_openvpn.php, line: 37 -# File: src/www/diag_logs_proxy.php, line: 49 -# File: src/www/diag_logs_relayd.php, line: 48 -msgid "Log File" -msgstr "日志文件" - -# File: src/www/system_gateways_tabs.inc, line: 7 -msgid "Routes" -msgstr "路由" - -# File: src/www/system_groupmanager.php, line: 57 -# File: src/www/vpn_ipsec_mobile.php, line: 627 -msgid "Group" -msgstr "组" - -# File: src/www/status_gateway_groups.php, line: 60 -msgid "Group Status" -msgstr "组状态" - -# File: src/www/diag_logs_gateways.php, line: 57 -# File: src/www/diag_logs_pills.php, line: 64 -# File: src/www/status_gateway_groups.php, line: 66 -# File: src/www/status_gateway_groups.php, line: 81 -# File: src/www/status_gateways.php, line: 38 -# File: src/www/status_gateways.php, line: 58 -# File: src/www/system_gateway_groups.php, line: 138 -# File: src/www/system_gateway_groups_edit.php, line: 144 -# File: src/www/system_gateways.php, line: 175 -# File: src/www/system_gateways_edit.php, line: 513 -# File: src/www/system_gateways_tabs.inc, line: 6 -msgid "Gateways" -msgstr "网关" - -# File: src/www/diag_logs.php, line: 56 -# File: src/www/diag_logs_pills.php, line: 63 -# File: src/www/system_advanced_tabs.inc, line: 6 -# File: src/www/system_general.php, line: 272 -msgid "General" -msgstr "一般" - -# File: src/www/system_advanced_admin.php, line: 273 -# File: src/www/system_advanced_tabs.inc, line: 7 -msgid "Admin Access" -msgstr "管理接入" - -# File: src/www/system_advanced_network.php, line: 144 -# File: src/www/system_advanced_tabs.inc, line: 9 -msgid "Networking" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 46 -msgid "Firewall/NAT" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 151 -# File: src/www/system_advanced_tabs.inc, line: 12 -msgid "Notifications" -msgstr "通知" - -# File: lang/dynamic/helpers/models.php, line: 79 -msgid "Logs/Reports" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 220 -# File: src/www/system_advanced_tabs.inc, line: 10 -msgid "Miscellaneous" -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 119 -msgid "Tunables" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 171 -# File: src/www/diag_logs_tabs.inc, line: 40 -# File: src/www/load_balancer_monitor.php, line: 108 -# File: src/www/load_balancer_pool.php, line: 119 -# File: src/www/load_balancer_setting.php, line: 85 -# File: src/www/load_balancer_setting.php, line: 113 -# File: src/www/load_balancer_virtual_server.php, line: 118 -# File: src/www/status_rrd_graph_tabs.inc, line: 40 -# File: src/www/system_advanced_admin.php, line: 273 -# File: src/www/system_advanced_firewall.php, line: 219 -# File: src/www/system_advanced_misc.php, line: 220 -# File: src/www/system_advanced_network.php, line: 144 -# File: src/www/system_advanced_notifications.php, line: 151 -# File: src/www/system_advanced_sysctl.php, line: 114 -# File: src/www/system_authservers.php, line: 452 -# File: src/www/system_firmware_settings.php, line: 46 -# File: src/www/system_general.php, line: 272 -# File: src/www/system_groupmanager.php, line: 245 -# File: src/www/system_groupmanager_addprivs.php, line: 160 -# File: src/www/system_usermanager.php, line: 435 -# File: src/www/system_usermanager_addprivs.php, line: 142 -# File: src/www/system_usermanager_settings.php, line: 109 -# File: src/www/vpn_ipsec_settings.php, line: 110 -msgid "Settings" -msgstr "设置" - -# File: lang/dynamic/helpers/models.php, line: 82 -msgid "Step" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 83 -msgid "Wizard" -msgstr "" - -# File: src/www/system_groupmanager_addprivs.php, line: 48 -# File: src/www/system_usermanager_addprivs.php, line: 48 -msgid "Privileges" -msgstr "权限" - -# File: src/www/services_captiveportal_zones.php, line: 90 -# File: src/www/system_authservers.php, line: 450 -# File: src/www/system_groupmanager.php, line: 243 -# File: src/www/system_groupmanager_addprivs.php, line: 158 -# File: src/www/system_usermanager.php, line: 433 -# File: src/www/system_usermanager_addprivs.php, line: 140 -# File: src/www/system_usermanager_settings.php, line: 107 -# File: src/www/vpn_l2tp.php, line: 285 -# File: src/www/vpn_l2tp_users.php, line: 29 -# File: src/www/vpn_l2tp_users.php, line: 98 -# File: src/www/vpn_l2tp_users_edit.php, line: 157 -# File: src/www/vpn_pptp.php, line: 304 -# File: src/www/vpn_pptp_users.php, line: 63 -# File: src/www/vpn_pptp_users.php, line: 92 -# File: src/www/vpn_pptp_users_edit.php, line: 149 -msgid "Users" -msgstr "用户" - -# File: src/www/interfaces_groups.php, line: 53 -# File: src/www/interfaces_groups_edit.php, line: 33 -# File: src/www/system_authservers.php, line: 451 -# File: src/www/system_gateways_tabs.inc, line: 8 -# File: src/www/system_groupmanager.php, line: 244 -# File: src/www/system_groupmanager_addprivs.php, line: 159 -# File: src/www/system_usermanager.php, line: 434 -# File: src/www/system_usermanager.php, line: 859 -# File: src/www/system_usermanager_addprivs.php, line: 141 -# File: src/www/system_usermanager_settings.php, line: 108 -msgid "Groups" -msgstr "组" - -# File: src/www/load_balancer_pool.php, line: 136 -# File: src/www/status_lb_pool.php, line: 138 -# File: src/www/status_lb_vs.php, line: 81 -# File: src/www/system_authservers.php, line: 453 -# File: src/www/system_groupmanager.php, line: 246 -# File: src/www/system_groupmanager_addprivs.php, line: 161 -# File: src/www/system_usermanager.php, line: 436 -# File: src/www/system_usermanager_addprivs.php, line: 143 -# File: src/www/system_usermanager_settings.php, line: 110 -msgid "Servers" -msgstr "服务器" - -# File: lang/dynamic/helpers/models.php, line: 93 -msgid "Tester" -msgstr "" - -# File: src/www/diag_logs_pills.inc, line: 45 -msgid "Access" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 181 -msgid "Factory Defaults" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 182 -msgid "Halt System" -msgstr "" - -# File: src/www/reboot.php, line: 34 -msgid "Reboot System" -msgstr "重启动系统" - -# File: src/www/widgets/widgets/smart_status.widget.php, line: 41 -msgid "SMART Status" -msgstr "SMART状态" - -# File: src/www/load_balancer_monitor.php, line: 77 -# File: src/www/load_balancer_monitor_edit.php, line: 182 -# File: src/www/load_balancer_pool.php, line: 86 -# File: src/www/load_balancer_pool_edit.php, line: 157 -# File: src/www/load_balancer_relay_action.php, line: 93 -# File: src/www/load_balancer_relay_action_edit.php, line: 170 -# File: src/www/load_balancer_relay_protocol.php, line: 89 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 127 -# File: src/www/load_balancer_setting.php, line: 85 -# File: src/www/load_balancer_virtual_server.php, line: 86 -# File: src/www/load_balancer_virtual_server_edit.php, line: 132 -# File: src/www/services_captiveportal.php, line: 57 -# File: src/www/services_captiveportal_filemanager.php, line: 62 -# File: src/www/services_captiveportal_ip.php, line: 48 -# File: src/www/services_captiveportal_ip_edit.php, line: 47 -# File: src/www/services_captiveportal_mac.php, line: 52 -# File: src/www/services_captiveportal_mac_edit.php, line: 49 -# File: src/www/services_captiveportal_vouchers.php, line: 83 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 36 -# File: src/www/services_captiveportal_zones_edit.php, line: 35 -# File: src/www/services_dhcp.php, line: 552 -# File: src/www/services_dhcp_edit.php, line: 309 -# File: src/www/services_dhcp_relay.php, line: 90 -# File: src/www/services_dhcpv6.php, line: 346 -# File: src/www/services_dhcpv6_edit.php, line: 165 -# File: src/www/services_dhcpv6_relay.php, line: 91 -# File: src/www/services_dnsmasq.php, line: 140 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 109 -# File: src/www/services_dnsmasq_edit.php, line: 156 -# File: src/www/services_dyndns.php, line: 50 -# File: src/www/services_dyndns_edit.php, line: 172 -# File: src/www/services_igmpproxy.php, line: 65 -# File: src/www/services_ntpd.php, line: 162 -# File: src/www/services_ntpd_gps.php, line: 150 -# File: src/www/services_ntpd_pps.php, line: 90 -# File: src/www/services_rfc2136.php, line: 46 -# File: src/www/services_rfc2136_edit.php, line: 113 -# File: src/www/services_router_advertisements.php, line: 157 -# File: src/www/services_snmp.php, line: 154 -# File: src/www/services_unbound.php, line: 160 -# File: src/www/services_unbound_advanced.php, line: 114 -# File: src/www/services_unbound_domainoverride_edit.php, line: 101 -# File: src/www/services_unbound_host_edit.php, line: 155 -# File: src/www/services_wol.php, line: 105 -# File: src/www/services_wol_edit.php, line: 105 -# File: src/www/status_services.php, line: 52 -# File: src/www/system_authservers.php, line: 181 -# File: src/www/vpn_pppoe_edit.php, line: 231 -msgid "Services" -msgstr "服务" - -# File: src/www/crash_reporter.php, line: 62 -# File: src/www/diag_arp.php, line: 246 -# File: src/www/diag_authentication.php, line: 56 -# File: src/www/diag_backup.php, line: 541 -# File: src/www/diag_confbak.php, line: 98 -# File: src/www/diag_defaults.php, line: 33 -# File: src/www/diag_dns.php, line: 29 -# File: src/www/diag_dump_states.php, line: 59 -# File: src/www/diag_dump_states_sources.php, line: 53 -# File: src/www/diag_gmirror.php, line: 33 -# File: src/www/diag_halt.php, line: 35 -# File: src/www/diag_ndp.php, line: 91 -# File: src/www/diag_packet_capture.php, line: 75 -# File: src/www/diag_ping.php, line: 30 -# File: src/www/diag_resetstate.php, line: 50 -# File: src/www/diag_routes.php, line: 57 -# File: src/www/diag_smart.php, line: 32 -# File: src/www/diag_sockets.php, line: 32 -# File: src/www/diag_states_summary.php, line: 180 -# File: src/www/diag_tables.php, line: 33 -# File: src/www/diag_testport.php, line: 32 -# File: src/www/diag_traceroute.php, line: 32 -# File: src/www/reboot.php, line: 34 -msgid "Diagnostics" -msgstr "诊断" - -# File: src/www/diag_backup.php, line: 154 -# File: src/www/diag_logs_tabs.inc, line: 29 -# File: src/www/status_rrd_graph_img.php, line: 38 -# File: src/www/status_rrd_graph_settings.php, line: 40 -# File: src/www/status_rrd_graph_tabs.inc, line: 4 -# File: src/www/system_advanced_admin.php, line: 273 -# File: src/www/system_advanced_firewall.php, line: 219 -# File: src/www/system_advanced_misc.php, line: 220 -# File: src/www/system_advanced_network.php, line: 144 -# File: src/www/system_advanced_notifications.php, line: 151 -# File: src/www/system_advanced_sysctl.php, line: 114 -# File: src/www/system_authservers.php, line: 34 -# File: src/www/system_camanager.php, line: 41 -# File: src/www/system_certmanager.php, line: 44 -# File: src/www/system_crlmanager.php, line: 35 -# File: src/www/system_firmware_check.php, line: 98 -# File: src/www/system_firmware_settings.php, line: 46 -# File: src/www/system_gateway_groups.php, line: 98 -# File: src/www/system_gateway_groups_edit.php, line: 144 -# File: src/www/system_gateways.php, line: 175 -# File: src/www/system_gateways_edit.php, line: 513 -# File: src/www/system_general.php, line: 70 -# File: src/www/system_general.php, line: 272 -# File: src/www/system_general.php, line: 297 -# File: src/www/system_groupmanager.php, line: 33 -# File: src/www/system_groupmanager_addprivs.php, line: 44 -# File: src/www/system_hasync.php, line: 86 -# File: src/www/system_routes.php, line: 191 -# File: src/www/system_routes_edit.php, line: 207 -# File: src/www/system_usermanager.php, line: 37 -# File: src/www/system_usermanager_passwordmg.php, line: 33 -# File: src/www/system_usermanager_settings.php, line: 37 -msgid "System" -msgstr "系统" - -# File: src/www/diag_ipsec_tabs.inc, line: 28 -msgid "Overview" -msgstr "概览" - -# File: lang/dynamic/helpers/models.php, line: 107 -msgid "Assignments" -msgstr "" - -# File: src/www/interfaces_bridge.php, line: 79 -# File: src/www/interfaces_bridge_edit.php, line: 233 -msgid "Bridge" -msgstr "网桥" - -# File: src/www/interfaces_assign.php, line: 464 -# File: src/www/interfaces_bridge.php, line: 110 -# File: src/www/interfaces_gif.php, line: 67 -# File: src/www/interfaces_gif.php, line: 98 -# File: src/www/interfaces_gif_edit.php, line: 123 -# File: src/www/interfaces_gre.php, line: 99 -# File: src/www/interfaces_groups.php, line: 84 -# File: src/www/interfaces_lagg.php, line: 104 -# File: src/www/interfaces_ppps.php, line: 100 -# File: src/www/interfaces_qinq.php, line: 108 -# File: src/www/interfaces_vlan.php, line: 108 -# File: src/www/interfaces_wireless.php, line: 98 -msgid "GIF" -msgstr "GIF" - -# File: src/www/interfaces_assign.php, line: 463 -# File: src/www/interfaces_bridge.php, line: 109 -# File: src/www/interfaces_gif.php, line: 97 -# File: src/www/interfaces_gre.php, line: 68 -# File: src/www/interfaces_gre.php, line: 98 -# File: src/www/interfaces_gre_edit.php, line: 117 -# File: src/www/interfaces_groups.php, line: 83 -# File: src/www/interfaces_lagg.php, line: 103 -# File: src/www/interfaces_ppps.php, line: 99 -# File: src/www/interfaces_qinq.php, line: 107 -# File: src/www/interfaces_vlan.php, line: 107 -# File: src/www/interfaces_wireless.php, line: 97 -msgid "GRE" -msgstr "GRE" - -# File: src/www/interfaces_assign.php, line: 466 -# File: src/www/interfaces_bridge.php, line: 112 -# File: src/www/interfaces_gif.php, line: 100 -# File: src/www/interfaces_gre.php, line: 101 -# File: src/www/interfaces_groups.php, line: 86 -# File: src/www/interfaces_lagg.php, line: 73 -# File: src/www/interfaces_lagg.php, line: 106 -# File: src/www/interfaces_lagg_edit.php, line: 124 -# File: src/www/interfaces_ppps.php, line: 102 -# File: src/www/interfaces_qinq.php, line: 110 -# File: src/www/interfaces_vlan.php, line: 110 -# File: src/www/interfaces_wireless.php, line: 100 -msgid "LAGG" -msgstr "LAGG" - -# File: src/www/interfaces_qinq.php, line: 77 -# File: src/www/interfaces_qinq_edit.php, line: 30 -msgid "QinQ" -msgstr "QinQ" - -# File: src/www/interfaces_vlan.php, line: 76 -# File: src/www/interfaces_vlan_edit.php, line: 143 -msgid "VLAN" -msgstr "VLAN" - -# File: lang/dynamic/helpers/models.php, line: 122 -msgid "Other Types" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 124 -# File: lang/dynamic/helpers/models.php, line: 128 -msgid "Devices" -msgstr "设备" - -# File: lang/dynamic/helpers/models.php, line: 126 -msgid "Point-to-Point" -msgstr "点对点" - -# File: src/www/diag_logs_pills.php, line: 67 -# File: src/www/diag_logs_wireless.php, line: 45 -# File: src/www/interfaces_assign.php, line: 459 -# File: src/www/interfaces_bridge.php, line: 105 -# File: src/www/interfaces_gif.php, line: 93 -# File: src/www/interfaces_gre.php, line: 94 -# File: src/www/interfaces_groups.php, line: 79 -# File: src/www/interfaces_lagg.php, line: 99 -# File: src/www/interfaces_ppps.php, line: 95 -# File: src/www/interfaces_qinq.php, line: 103 -# File: src/www/interfaces_vlan.php, line: 103 -# File: src/www/interfaces_wireless.php, line: 66 -# File: src/www/interfaces_wireless.php, line: 93 -# File: src/www/interfaces_wireless_edit.php, line: 139 -# File: src/www/status_rrd_graph_tabs.inc, line: 19 -# File: src/www/status_wireless.php, line: 31 -msgid "Wireless" -msgstr "无线" - -# File: src/www/diag_dns.php, line: 29 -# File: src/www/diag_dns.php, line: 265 -msgid "DNS Lookup" -msgstr "DNS查询" - -# File: src/www/diag_packet_capture.php, line: 75 -msgid "Packet Capture" -msgstr "数据包捕获" - -# File: src/www/diag_dns.php, line: 251 -# File: src/www/diag_ping.php, line: 30 -# File: src/www/diag_ping.php, line: 86 -# File: src/www/diag_ping.php, line: 131 -msgid "Ping" -msgstr "" - -# File: src/www/diag_testport.php, line: 32 -# File: src/www/diag_testport.php, line: 102 -msgid "Test Port" -msgstr "测试端口" - -# File: src/www/diag_dns.php, line: 252 -# File: src/www/diag_traceroute.php, line: 32 -# File: src/www/diag_traceroute.php, line: 94 -# File: src/www/diag_traceroute.php, line: 147 -msgid "Traceroute" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 128 -# File: lang/dynamic/helpers/models.php, line: 166 -msgid "Details" -msgstr "" - -# File: src/www/status_graph.php, line: 95 -msgid "Traffic Graph" -msgstr "流量图" - -# File: src/www/diag_backup.php, line: 146 -# File: src/www/diag_logs_filter_summary.php, line: 43 -# File: src/www/interfaces.php, line: 1346 -# File: src/www/interfaces_assign.php, line: 31 -# File: src/www/interfaces_bridge.php, line: 79 -# File: src/www/interfaces_bridge_edit.php, line: 233 -# File: src/www/interfaces_gif.php, line: 67 -# File: src/www/interfaces_gif_edit.php, line: 123 -# File: src/www/interfaces_gre.php, line: 68 -# File: src/www/interfaces_gre_edit.php, line: 117 -# File: src/www/interfaces_groups.php, line: 53 -# File: src/www/interfaces_groups_edit.php, line: 33 -# File: src/www/interfaces_lagg.php, line: 73 -# File: src/www/interfaces_lagg_edit.php, line: 124 -# File: src/www/interfaces_ppps_edit.php, line: 379 -# File: src/www/interfaces_qinq.php, line: 77 -# File: src/www/interfaces_qinq_edit.php, line: 30 -# File: src/www/interfaces_vlan.php, line: 76 -# File: src/www/interfaces_vlan_edit.php, line: 143 -# File: src/www/interfaces_wireless.php, line: 66 -# File: src/www/interfaces_wireless_edit.php, line: 139 -# File: src/www/services_captiveportal.php, line: 516 -# File: src/www/services_captiveportal_zones.php, line: 89 -# File: src/www/services_dnsmasq.php, line: 276 -# File: src/www/status_interfaces.php, line: 45 -msgid "Interfaces" -msgstr "接口" - -# File: lang/dynamic/helpers/models.php, line: 140 -msgid "NoneEdit" -msgstr "" - -# File: src/etc/inc/ipsec.inc, line: 267 -# File: src/www/diag_system_pftop.php, line: 142 -# File: src/www/firewall_nat_edit.php, line: 823 -# File: src/www/firewall_nat_edit.php, line: 854 -# File: src/www/interfaces.php, line: 1351 -# File: src/www/interfaces.php, line: 1352 -# File: src/www/interfaces.php, line: 1758 -# File: src/www/interfaces.php, line: 1867 -# File: src/www/interfaces_bridge_edit.php, line: 457 -# File: src/www/system_advanced_misc.php, line: 390 -# File: src/www/vpn_ipsec_phase2.php, line: 586 -msgid "None" -msgstr "不存在" - -# File: lang/dynamic/helpers/models.php, line: 144 -msgid "IPs" -msgstr "" - -# File: src/www/firewall_aliases.php, line: 178 -msgid "Ports" -msgstr "端口" - -# File: src/www/firewall_aliases.php, line: 179 -msgid "URLs" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 97 -msgid "Import" -msgstr "" - -# File: src/www/diag_backup.php, line: 139 -# File: src/www/firewall_aliases.php, line: 147 -# File: src/www/firewall_aliases_edit.php, line: 38 -# File: src/www/firewall_aliases_import.php, line: 38 -# File: src/www/firewall_aliases_import.php, line: 60 -# File: src/www/services_dnsmasq_edit.php, line: 230 -# File: src/www/services_unbound_host_edit.php, line: 232 -msgid "Aliases" -msgstr "别名组" - -# File: lang/dynamic/helpers/models.php, line: 92 -msgid "RulesEdit" -msgstr "" - -# File: src/www/firewall_rules.php, line: 376 -msgid "Floating" -msgstr "浮动" - -# File: src/www/diag_arp.php, line: 337 -# File: src/www/diag_logs_filter.php, line: 200 -# File: src/www/diag_ndp.php, line: 154 -# File: src/www/diag_packet_capture.php, line: 237 -# File: src/www/firewall_nat_1to1.php, line: 182 -# File: src/www/firewall_nat_1to1_edit.php, line: 102 -# File: src/www/firewall_nat_1to1_edit.php, line: 310 -# File: src/www/firewall_nat_edit.php, line: 182 -# File: src/www/firewall_nat_edit.php, line: 185 -# File: src/www/firewall_nat_edit.php, line: 486 -# File: src/www/firewall_nat_npt.php, line: 108 -# File: src/www/firewall_nat_npt_edit.php, line: 94 -# File: src/www/firewall_nat_npt_edit.php, line: 171 -# File: src/www/firewall_nat_out.php, line: 306 -# File: src/www/firewall_nat_out.php, line: 510 -# File: src/www/firewall_nat_out_edit.php, line: 135 -# File: src/www/firewall_nat_out_edit.php, line: 466 -# File: src/www/firewall_rules_edit.php, line: 845 -# File: src/www/firewall_virtual_ip.php, line: 227 -# File: src/www/firewall_virtual_ip_edit.php, line: 359 -# File: src/www/interfaces_assign.php, line: 480 -# File: src/www/interfaces_bridge.php, line: 126 -# File: src/www/interfaces_gif.php, line: 114 -# File: src/www/interfaces_gre.php, line: 115 -# File: src/www/interfaces_groups_edit.php, line: 276 -# File: src/www/interfaces_lagg.php, line: 121 -# File: src/www/interfaces_ppps.php, line: 116 -# File: src/www/interfaces_qinq.php, line: 125 -# File: src/www/interfaces_vlan.php, line: 123 -# File: src/www/interfaces_wireless.php, line: 114 -# File: src/www/services_captiveportal.php, line: 199 -# File: src/www/services_dhcp_relay.php, line: 61 -# File: src/www/services_dhcpv6_relay.php, line: 62 -# File: src/www/services_dyndns.php, line: 89 -# File: src/www/services_igmpproxy_edit.php, line: 161 -# File: src/www/services_wol.php, line: 136 -# File: src/www/services_wol.php, line: 171 -# File: src/www/services_wol_edit.php, line: 75 -# File: src/www/services_wol_edit.php, line: 136 -# File: src/www/status_graph.php, line: 205 -# File: src/www/system_gateways.php, line: 217 -# File: src/www/system_gateways_edit.php, line: 104 -# File: src/www/system_gateways_edit.php, line: 660 -# File: src/www/system_routes.php, line: 236 -# File: src/www/vpn_ipsec_phase1.php, line: 596 -# File: src/www/vpn_l2tp.php, line: 310 -# File: src/www/vpn_openvpn_client.php, line: 532 -# File: src/www/vpn_openvpn_server.php, line: 852 -# File: src/www/vpn_pppoe.php, line: 116 -# File: src/www/vpn_pppoe_edit.php, line: 386 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 44 -msgid "Interface" -msgstr "接口" - -# File: src/www/diag_system_pftop.php, line: 130 -# File: src/www/firewall_rules.php, line: 36 -# File: src/www/firewall_rules_edit.php, line: 737 -msgid "Rules" -msgstr "规则" - -# File: lang/dynamic/helpers/models.php, line: 83 -msgid "NatEdit" -msgstr "" - -# File: src/www/firewall_nat.php, line: 149 -# File: src/www/firewall_nat.php, line: 202 -# File: src/www/firewall_nat_1to1.php, line: 164 -# File: src/www/firewall_nat_edit.php, line: 436 -# File: src/www/firewall_nat_npt.php, line: 92 -# File: src/www/firewall_nat_out.php, line: 225 -msgid "Port Forward" -msgstr "端口转发" - -# File: lang/dynamic/helpers/models.php, line: 86 -msgid "OneOnOneEdit" -msgstr "" - -# File: src/www/firewall_nat.php, line: 203 -# File: src/www/firewall_nat_1to1.php, line: 133 -# File: src/www/firewall_nat_1to1.php, line: 165 -# File: src/www/firewall_nat_1to1_edit.php, line: 212 -# File: src/www/firewall_nat_npt.php, line: 93 -# File: src/www/firewall_nat_out.php, line: 226 -msgid "1:1" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 88 -msgid "OutboundEdit" -msgstr "" - -# File: src/www/firewall_nat.php, line: 204 -# File: src/www/firewall_nat_1to1.php, line: 166 -# File: src/www/firewall_nat_npt.php, line: 94 -# File: src/www/firewall_nat_out.php, line: 199 -# File: src/www/firewall_nat_out.php, line: 227 -# File: src/www/firewall_nat_out_edit.php, line: 326 -msgid "Outbound" -msgstr "出站" - -# File: lang/dynamic/helpers/models.php, line: 106 -msgid "NPTEdit" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 107 -msgid "NPT (IPv6)" -msgstr "" - -# File: src/www/diag_backup.php, line: 148 -# File: src/www/firewall_nat.php, line: 149 -# File: src/www/firewall_nat_1to1.php, line: 133 -# File: src/www/firewall_nat_1to1_edit.php, line: 212 -# File: src/www/firewall_nat_edit.php, line: 436 -# File: src/www/firewall_nat_npt.php, line: 65 -# File: src/www/firewall_nat_npt_edit.php, line: 134 -# File: src/www/firewall_nat_out.php, line: 199 -# File: src/www/firewall_nat_out_edit.php, line: 326 -# File: src/www/firewall_virtual_ip.php, line: 279 -msgid "NAT" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 165 -msgid "TrafficShaper" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 99 -msgid "VirtualIPEdit" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 210 -msgid "Virtual IPs" -msgstr "虚拟IP" - -# File: lang/dynamic/helpers/models.php, line: 96 -msgid "SchedulesEdit" -msgstr "时间表编辑" - -# File: src/www/firewall_schedule.php, line: 37 -# File: src/www/firewall_schedule_edit.php, line: 48 -# File: src/www/system_advanced_misc.php, line: 439 -msgid "Schedules" -msgstr "时间表" - -# File: lang/dynamic/helpers/models.php, line: 138 -msgid "Filter Reload" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 186 -msgid "pfInfo" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 187 -msgid "pfTop" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 167 -# File: src/www/diag_tables.php, line: 76 -msgid "pfTables" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 232 -msgid "SocketsDetails" -msgstr "" - -# File: src/www/diag_sockets.php, line: 32 -msgid "Sockets" -msgstr "套接字" - -# File: lang/dynamic/helpers/models.php, line: 170 -msgid "States Dump" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 171 -msgid "States Reset" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 194 -msgid "States Summary" -msgstr "状态摘要" - -# File: src/www/diag_dump_states.php, line: 136 -# File: src/www/diag_dump_states_sources.php, line: 130 -# File: src/www/diag_logs.php, line: 102 -# File: src/www/diag_logs_filter.php, line: 177 -# File: src/www/diag_logs_filter.php, line: 243 -# File: src/www/diag_logs_gateways.php, line: 103 -# File: src/www/diag_logs_resolver.php, line: 102 -msgid "Filter" -msgstr "过滤" - -# File: src/www/diag_dump_states_sources.php, line: 100 -msgid "Source Tracking" -msgstr "源踪迹" - -# File: src/www/diag_logs_pills.php, line: 56 -msgid "Normal View" -msgstr "普通浏览" - -# File: src/www/diag_logs_pills.php, line: 57 -msgid "Dynamic View" -msgstr "动态浏览" - -# File: src/www/diag_logs_pills.php, line: 58 -msgid "Summary View" -msgstr "概要浏览" - -# File: lang/dynamic/helpers/models.php, line: 142 -# File: src/www/diag_logs_filter_plain.php, line: 52 -msgid "Plain View" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 71 -# File: lang/dynamic/helpers/models.php, line: 80 -# File: lang/dynamic/helpers/models.php, line: 143 -# File: lang/dynamic/helpers/models.php, line: 272 -# File: src/www/diag_logs.php, line: 51 -# File: src/www/diag_logs_filter.php, line: 593 -# File: src/www/diag_logs_filter_dynamic.php, line: 50 -# File: src/www/diag_logs_filter_plain.php, line: 52 -# File: src/www/diag_logs_filter_summary.php, line: 30 -# File: src/www/diag_logs_gateways.php, line: 53 -# File: src/www/diag_logs_resolver.php, line: 53 -# File: src/www/diag_logs_routing.php, line: 50 -# File: src/www/diag_logs_settings.php, line: 215 -# File: src/www/diag_logs_wireless.php, line: 52 -msgid "Log Files" -msgstr "日志文件" - -# File: src/www/diag_logs_filter.php, line: 108 -# File: src/www/diag_logs_tabs.inc, line: 30 -# File: src/www/firewall_aliases.php, line: 147 -# File: src/www/firewall_aliases_edit.php, line: 38 -# File: src/www/firewall_aliases_import.php, line: 38 -# File: src/www/firewall_nat.php, line: 149 -# File: src/www/firewall_nat_1to1.php, line: 133 -# File: src/www/firewall_nat_1to1_edit.php, line: 212 -# File: src/www/firewall_nat_edit.php, line: 436 -# File: src/www/firewall_nat_npt.php, line: 65 -# File: src/www/firewall_nat_npt_edit.php, line: 134 -# File: src/www/firewall_nat_out.php, line: 199 -# File: src/www/firewall_nat_out_edit.php, line: 326 -# File: src/www/firewall_rules.php, line: 36 -# File: src/www/firewall_rules_edit.php, line: 737 -# File: src/www/firewall_schedule.php, line: 37 -# File: src/www/firewall_schedule_edit.php, line: 48 -# File: src/www/firewall_shaper.php, line: 43 -# File: src/www/firewall_shaper_wizards.php, line: 62 -# File: src/www/firewall_virtual_ip.php, line: 178 -# File: src/www/firewall_virtual_ip_edit.php, line: 234 -# File: src/www/services_igmpproxy_edit.php, line: 31 -msgid "Firewall" -msgstr "防火墙" - -# File: lang/dynamic/helpers/models.php, line: 189 -msgid "Tab" -msgstr "" - -# File: src/www/diag_dns.php, line: 154 -# File: src/www/diag_dns.php, line: 231 -# File: src/www/diag_logs_settings.php, line: 398 -# File: src/www/diag_logs_settings.php, line: 402 -# File: src/www/diag_logs_settings.php, line: 406 -# File: src/www/services_rfc2136.php, line: 83 -# File: src/www/services_rfc2136_edit.php, line: 199 -# File: src/www/status_ntpd.php, line: 175 -# File: src/www/vpn_ipsec_mobile.php, line: 555 -# File: src/www/vpn_ipsec_mobile.php, line: 561 -# File: src/www/vpn_ipsec_mobile.php, line: 567 -# File: src/www/vpn_ipsec_mobile.php, line: 573 -# File: src/www/vpn_ipsec_mobile.php, line: 597 -# File: src/www/vpn_ipsec_mobile.php, line: 603 -# File: src/www/vpn_openvpn_client.php, line: 446 -# File: src/www/vpn_openvpn_client.php, line: 1109 -# File: src/www/vpn_openvpn_csc.php, line: 325 -# File: src/www/vpn_openvpn_csc.php, line: 554 -# File: src/www/vpn_openvpn_csc.php, line: 562 -# File: src/www/vpn_openvpn_csc.php, line: 570 -# File: src/www/vpn_openvpn_csc.php, line: 578 -# File: src/www/vpn_openvpn_csc.php, line: 606 -# File: src/www/vpn_openvpn_csc.php, line: 614 -# File: src/www/vpn_openvpn_csc.php, line: 701 -# File: src/www/vpn_openvpn_csc.php, line: 709 -# File: src/www/vpn_openvpn_export.php, line: 585 -# File: src/www/vpn_openvpn_export_shared.php, line: 286 -# File: src/www/vpn_openvpn_server.php, line: 471 -# File: src/www/vpn_openvpn_server.php, line: 745 -# File: src/www/vpn_openvpn_server.php, line: 1555 -# File: src/www/vpn_openvpn_server.php, line: 1563 -# File: src/www/vpn_openvpn_server.php, line: 1571 -# File: src/www/vpn_openvpn_server.php, line: 1579 -# File: src/www/vpn_openvpn_server.php, line: 1627 -# File: src/www/vpn_openvpn_server.php, line: 1635 -# File: src/www/vpn_openvpn_server.php, line: 1723 -# File: src/www/vpn_openvpn_server.php, line: 1731 -msgid "Server" -msgstr "服务器" - -# File: lang/dynamic/helpers/models.php, line: 192 -# File: lang/dynamic/helpers/models.php, line: 199 -msgid "Relay" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 194 -# File: lang/dynamic/helpers/models.php, line: 201 -msgid "Leases" -msgstr "" - -# File: src/www/diag_logs_dhcp.php, line: 46 -# File: src/www/diag_logs_tabs.inc, line: 31 -# File: src/www/interfaces.php, line: 1351 -# File: src/www/services_dhcp_edit.php, line: 309 -msgid "DHCP" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 197 -msgid "RA" -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 165 -msgid "DHCPv6" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 442 -msgid "Hosts" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 204 -# File: lang/dynamic/helpers/models.php, line: 207 -msgid "Domains" -msgstr "" - -# File: src/etc/inc/service-utils.inc, line: 56 -# File: src/www/diag_backup.php, line: 142 -msgid "DNS Forwarder" -msgstr "DNS转发" - -# File: lang/dynamic/helpers/models.php, line: 210 -# File: src/www/services_unbound_overrides.php, line: 92 -msgid "Overrides" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 539 -# File: src/www/firewall_rules_edit.php, line: 1035 -# File: src/www/firewall_rules_edit.php, line: 1220 -# File: src/www/firewall_rules_edit.php, line: 1242 -# File: src/www/firewall_rules_edit.php, line: 1258 -# File: src/www/firewall_rules_edit.php, line: 1298 -# File: src/www/firewall_rules_edit.php, line: 1338 -# File: src/www/firewall_rules_edit.php, line: 1368 -# File: src/www/firewall_rules_edit.php, line: 1380 -# File: src/www/firewall_rules_edit.php, line: 1435 -# File: src/www/firewall_rules_edit.php, line: 1462 -# File: src/www/firewall_rules_edit.php, line: 1511 -# File: src/www/interfaces.php, line: 1691 -# File: src/www/interfaces.php, line: 2801 -# File: src/www/pkg_edit.php, line: 1143 -# File: src/www/services_dhcp.php, line: 971 -# File: src/www/services_dhcp.php, line: 993 -# File: src/www/services_dhcp.php, line: 1007 -# File: src/www/services_dhcp.php, line: 1019 -# File: src/www/services_dhcp.php, line: 1031 -# File: src/www/services_dhcp.php, line: 1043 -# File: src/www/services_dhcp.php, line: 1070 -# File: src/www/services_dhcp_edit.php, line: 485 -# File: src/www/services_dhcp_edit.php, line: 508 -# File: src/www/services_dhcp_edit.php, line: 520 -# File: src/www/services_dhcpv6.php, line: 673 -# File: src/www/services_dhcpv6.php, line: 696 -# File: src/www/services_dhcpv6.php, line: 709 -# File: src/www/services_dhcpv6.php, line: 722 -# File: src/www/services_dhcpv6.php, line: 734 -# File: src/www/services_dhcpv6.php, line: 749 -# File: src/www/services_dnsmasq.php, line: 311 -# File: src/www/services_dnsmasq.php, line: 314 -# File: src/www/services_dnsmasq.php, line: 317 -# File: src/www/services_ntpd.php, line: 334 -# File: src/www/services_ntpd.php, line: 354 -# File: src/www/services_ntpd.php, line: 383 -# File: src/www/services_ntpd_gps.php, line: 555 -# File: src/www/services_unbound.php, line: 330 -# File: src/www/services_unbound.php, line: 333 -# File: src/www/services_unbound.php, line: 336 -# File: src/www/services_unbound_advanced.php, line: 114 -# File: src/www/system_gateways_edit.php, line: 749 -# File: src/www/vpn_openvpn_client.php, line: 1049 -# File: src/www/vpn_openvpn_csc.php, line: 718 -# File: src/www/vpn_openvpn_server.php, line: 1774 -msgid "Advanced" -msgstr "高级" - -# File: src/www/services_unbound.php, line: 202 -# File: src/www/services_unbound_acls.php, line: 187 -# File: src/www/services_unbound_advanced.php, line: 142 -msgid "Access Lists" -msgstr "接入列表" - -# File: src/www/services_unbound.php, line: 160 -# File: src/www/services_unbound_advanced.php, line: 114 -# File: src/www/services_unbound_domainoverride_edit.php, line: 101 -# File: src/www/services_unbound_host_edit.php, line: 155 -msgid "DNS Resolver" -msgstr "DNS解析器" - -# File: lang/dynamic/helpers/models.php, line: 214 -msgid "DynDNS" -msgstr "" - -# File: src/www/services_dyndns.php, line: 75 -# File: src/www/services_rfc2136.php, line: 68 -msgid "RFC 2136" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 219 -msgid "DNS Tools" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 127 -msgid "IGMPProxyEdit" -msgstr "" - -# File: src/www/services_igmpproxy.php, line: 65 -# File: src/www/services_igmpproxy_edit.php, line: 31 -msgid "IGMP Proxy" -msgstr "IGMP代理" - -# File: src/www/load_balancer_monitor.php, line: 107 -# File: src/www/load_balancer_pool.php, line: 118 -# File: src/www/load_balancer_relay_action.php, line: 120 -# File: src/www/load_balancer_relay_protocol.php, line: 114 -# File: src/www/load_balancer_setting.php, line: 112 -# File: src/www/load_balancer_virtual_server.php, line: 117 -msgid "Monitors" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 199 -# File: src/www/load_balancer_pool.php, line: 87 -msgid "Pool Setup" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 200 -# File: src/www/status_lb_pool.php, line: 56 -msgid "Pool Status" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 204 -# File: src/www/load_balancer_virtual_server.php, line: 125 -msgid "Virtual Server Setup" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 205 -# File: src/www/status_lb_vs.php, line: 44 -msgid "Virtual Server Status" -msgstr "" - -# File: src/www/diag_logs_relayd.php, line: 44 -# File: src/www/diag_logs_tabs.inc, line: 36 -# File: src/www/load_balancer_monitor.php, line: 77 -# File: src/www/load_balancer_monitor_edit.php, line: 182 -# File: src/www/load_balancer_pool.php, line: 86 -# File: src/www/load_balancer_pool_edit.php, line: 157 -# File: src/www/load_balancer_relay_action.php, line: 93 -# File: src/www/load_balancer_relay_action_edit.php, line: 170 -# File: src/www/load_balancer_relay_protocol.php, line: 89 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 127 -# File: src/www/load_balancer_setting.php, line: 85 -# File: src/www/load_balancer_virtual_server.php, line: 86 -# File: src/www/load_balancer_virtual_server_edit.php, line: 132 -# File: src/www/status_lb_pool.php, line: 56 -# File: src/www/status_lb_vs.php, line: 43 -msgid "Load Balancer" -msgstr "负载均衡" - -# File: src/www/services_ntpd_gps.php, line: 385 -msgid "GPS" -msgstr "" - -# File: src/www/services_ntpd.php, line: 224 -# File: src/www/services_ntpd_gps.php, line: 363 -# File: src/www/services_ntpd_pps.php, line: 111 -# File: src/www/status_queues.php, line: 175 -msgid "PPS" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 238 -# File: src/www/services_ntpd.php, line: 161 -# File: src/www/services_ntpd_gps.php, line: 134 -# File: src/www/services_ntpd_pps.php, line: 92 -# File: src/www/status_ntpd.php, line: 147 -msgid "Network Time" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 666 -# File: src/www/firewall_virtual_ip.php, line: 228 -# File: src/www/firewall_virtual_ip_edit.php, line: 88 -# File: src/www/firewall_virtual_ip_edit.php, line: 346 -# File: src/www/load_balancer_monitor.php, line: 124 -# File: src/www/load_balancer_monitor_edit.php, line: 77 -# File: src/www/load_balancer_monitor_edit.php, line: 249 -# File: src/www/load_balancer_relay_action.php, line: 139 -# File: src/www/load_balancer_relay_action_edit.php, line: 464 -# File: src/www/load_balancer_relay_protocol.php, line: 133 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 69 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 203 -# File: src/www/services_captiveportal.php, line: 869 -# File: src/www/services_dhcp.php, line: 1084 -# File: src/www/services_igmpproxy.php, line: 97 -# File: src/www/services_igmpproxy_edit.php, line: 185 -# File: src/www/status_ntpd.php, line: 178 -# File: src/www/system_authservers.php, line: 156 -# File: src/www/system_authservers.php, line: 179 -# File: src/www/system_authservers.php, line: 474 -# File: src/www/system_authservers.php, line: 815 -# File: src/www/system_certmanager.php, line: 775 -# File: src/www/vpn_ipsec_phase2.php, line: 539 -# File: src/www/vpn_ipsec_phase2.php, line: 574 -# File: src/www/vpn_ipsec_phase2.php, line: 616 -msgid "Type" -msgstr "类型" - -# File: src/www/vpn_pppoe_edit.php, line: 231 -msgid "PPPoE Server" -msgstr "PPPoE服务器" - -# File: lang/dynamic/helpers/models.php, line: 216 -msgid "More" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 248 -msgid "Proxy" -msgstr "" - -# File: src/www/services_snmp.php, line: 154 -msgid "SNMP" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 115 -# File: lang/dynamic/helpers/models.php, line: 173 -# File: src/www/status_upnp.php, line: 44 -msgid "Universal Plug and Play" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 145 -msgid "WoLEdit" -msgstr "" - -# File: src/www/diag_backup.php, line: 160 -# File: src/www/services_wol.php, line: 105 -# File: src/www/services_wol.php, line: 126 -# File: src/www/services_wol_edit.php, line: 105 -msgid "Wake on LAN" -msgstr "局域网内唤醒" - -# File: lang/dynamic/helpers/models.php, line: 229 -msgid "Phase1" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 230 -msgid "Phase2" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 884 -# File: src/www/vpn_openvpn_csc.php, line: 404 -# File: src/www/vpn_openvpn_server.php, line: 1171 -msgid "Tunnel Settings" -msgstr "隧道设置" - -# File: lang/dynamic/helpers/models.php, line: 232 -# File: src/www/vpn_ipsec_mobile.php, line: 197 -msgid "Mobile Clients" -msgstr "移动客户端" - -# File: src/www/vpn_ipsec_phase1.php, line: 534 -# File: src/www/vpn_ipsec_phase2.php, line: 494 -# File: src/www/vpn_ipsec_tabs.inc, line: 5 -msgid "Pre-Shared Keys" -msgstr "预共享密钥" - -# File: src/www/vpn_ipsec_phase1.php, line: 535 -# File: src/www/vpn_ipsec_phase2.php, line: 495 -# File: src/www/vpn_ipsec_tabs.inc, line: 6 -msgid "Advanced Settings" -msgstr "高级设置" - -# File: src/www/diag_logs_filter.php, line: 298 -# File: src/www/diag_logs_filter_dynamic.php, line: 111 -# File: src/www/widgets/widgets/log.widget.php, line: 197 -msgid "Act" -msgstr "动作" - -# File: lang/dynamic/helpers/models.php, line: 221 -# File: lang/dynamic/helpers/models.php, line: 237 -# File: src/www/diag_ipsec.php, line: 64 -msgid "Status Overview" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 238 -# File: src/www/diag_ipsec_leases.php, line: 35 -msgid "Lease Status" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 239 -# File: src/www/diag_ipsec_sad.php, line: 36 -msgid "Security Association Database" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 240 -# File: src/www/diag_ipsec_spd.php, line: 36 -msgid "Security Policy Database" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 34 -# File: src/www/diag_ipsec_leases.php, line: 32 -# File: src/www/diag_ipsec_sad.php, line: 33 -# File: src/www/diag_ipsec_spd.php, line: 33 -# File: src/www/diag_logs_tabs.inc, line: 33 -# File: src/www/vpn_ipsec.php, line: 211 -# File: src/www/vpn_ipsec_mobile.php, line: 238 -# File: src/www/vpn_ipsec_phase1.php, line: 386 -# File: src/www/vpn_ipsec_phase1.php, line: 388 -# File: src/www/vpn_ipsec_phase2.php, line: 313 -# File: src/www/vpn_ipsec_phase2.php, line: 315 -# File: src/www/vpn_ipsec_settings.php, line: 110 -msgid "IPsec" -msgstr "" - -# File: src/www/interfaces.php, line: 1351 -# File: src/www/status_interfaces.php, line: 149 -# File: src/www/vpn_l2tp.php, line: 29 -# File: src/www/vpn_l2tp_users.php, line: 29 -# File: src/www/vpn_l2tp_users_edit.php, line: 29 -msgid "L2TP" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 256 -msgid "Server Settings" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 489 -# File: src/www/vpn_openvpn_server.php, line: 1447 -msgid "Client Settings" -msgstr "客户端设置" - -# File: src/www/vpn_openvpn_client.php, line: 448 -# File: src/www/vpn_openvpn_csc.php, line: 327 -# File: src/www/vpn_openvpn_export.php, line: 587 -# File: src/www/vpn_openvpn_export_shared.php, line: 288 -# File: src/www/vpn_openvpn_server.php, line: 747 -msgid "Client Specific Overrides" -msgstr "定制客户端" - -# File: src/www/vpn_openvpn_client.php, line: 450 -# File: src/www/vpn_openvpn_csc.php, line: 329 -# File: src/www/vpn_openvpn_export.php, line: 589 -# File: src/www/vpn_openvpn_export_shared.php, line: 290 -# File: src/www/vpn_openvpn_server.php, line: 749 -msgid "Client Export" -msgstr "客户端输出" - -# File: src/www/vpn_openvpn_client.php, line: 451 -# File: src/www/vpn_openvpn_csc.php, line: 330 -# File: src/www/vpn_openvpn_export.php, line: 590 -# File: src/www/vpn_openvpn_export_shared.php, line: 291 -# File: src/www/vpn_openvpn_server.php, line: 750 -msgid "Shared Key Export" -msgstr "预共享密钥输出" - -# File: lang/dynamic/helpers/models.php, line: 257 -# File: src/www/status_openvpn.php, line: 70 -msgid "Connection Status" -msgstr "" - -# File: src/etc/inc/service-utils.inc, line: 165 -# File: src/etc/inc/system.inc, line: 1746 -# File: src/www/diag_backup.php, line: 149 -# File: src/www/diag_logs_openvpn.php, line: 31 -# File: src/www/diag_logs_tabs.inc, line: 37 -# File: src/www/diag_packet_capture.php, line: 97 -# File: src/www/status_graph.php, line: 50 -# File: src/www/status_openvpn.php, line: 32 -# File: src/www/vpn_openvpn_client.php, line: 33 -# File: src/www/vpn_openvpn_csc.php, line: 32 -# File: src/www/vpn_openvpn_server.php, line: 471 -msgid "OpenVPN" -msgstr "OpenVPN" - -# File: src/www/interfaces.php, line: 1351 -# File: src/www/status_interfaces.php, line: 136 -msgid "PPTP" -msgstr "" - -# File: src/www/diag_logs_tabs.inc, line: 35 -# File: src/www/diag_logs_vpn.php, line: 30 -# File: src/www/vpn_ipsec.php, line: 211 -# File: src/www/vpn_ipsec_mobile.php, line: 238 -# File: src/www/vpn_ipsec_phase1.php, line: 386 -# File: src/www/vpn_ipsec_phase1.php, line: 388 -# File: src/www/vpn_ipsec_phase2.php, line: 313 -# File: src/www/vpn_ipsec_phase2.php, line: 315 -# File: src/www/vpn_ipsec_settings.php, line: 110 -# File: src/www/vpn_l2tp.php, line: 29 -# File: src/www/vpn_l2tp_users.php, line: 29 -# File: src/www/vpn_l2tp_users_edit.php, line: 29 -# File: src/www/vpn_pppoe.php, line: 82 -# File: src/www/vpn_pptp.php, line: 188 -# File: src/www/vpn_pptp_users.php, line: 63 -# File: src/www/vpn_pptp_users_edit.php, line: 128 -msgid "VPN" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 200 -msgid "About this Page" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 201 -msgid "Developers Wiki" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 202 -msgid "Documentation" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 203 -msgid "FreeBSD Handbook" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 204 -msgid "Paid Support" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 262 -msgid "User Forum" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 206 -msgid "Help" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 207 -msgid "menu" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 215 -# File: lang/dynamic/helpers/models.php, line: 282 -msgid "Administration" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 283 -msgid "Sessions" -msgstr "" - -# File: src/www/services_captiveportal.php, line: 496 -# File: src/www/services_captiveportal.php, line: 646 -# File: src/www/services_captiveportal_filemanager.php, line: 152 -# File: src/www/services_captiveportal_ip.php, line: 91 -# File: src/www/services_captiveportal_mac.php, line: 149 -# File: src/www/services_captiveportal_vouchers.php, line: 83 -# File: src/www/services_captiveportal_vouchers.php, line: 350 -# File: src/www/status_captiveportal_vouchers.php, line: 49 -msgid "Vouchers" -msgstr "优惠券" - -# File: src/etc/inc/service-utils.inc, line: 78 -# File: src/www/diag_backup.php, line: 140 -# File: src/www/status_rrd_graph_settings.php, line: 45 -msgid "Captive Portal" -msgstr "入网认证" - -# File: lang/dynamic/helpers/models.php, line: 289 -msgid "Maximum number of zones reached" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 290 -msgid "Idle timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 291 -msgid "Hard timeout must be between 0(no timeout) and 10080 (a week)" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 292 -msgid "Please select a valid certificate from the list" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 293 -msgid "Please enter a valid servername, ip address or leave this option blank" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 294 -msgid "Please enter valid addresses" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 295 -msgid "Please enter valid mac addresses" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 296 -msgid "Related template not found" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 232 -# File: lang/dynamic/helpers/models.php, line: 236 -msgid "Description should be a string between 1 and 255 characters" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 298 -msgid "Fileid should be an internally generated unique number" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 299 -msgid "Template name should be a string between 1 and 255 characters" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 300 -msgid "File content should be in (base64 encoded) zip format" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 241 -msgid "Origin should be regular text of max 30 characters" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 242 -msgid "" -"Value needs to be between 0 and 59, multiple values, ranges and * are " -"supported (ex. 1,10,20,30 or 1-30 )" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 243 -msgid "" -"Value needs to be between 0 and 23, multiple values, ranges and * are " -"supported (ex. 1,2,8 or 0-8 )" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 244 -msgid "" -"Value needs to be between 1 and 31, multiple values, ranges, L (last day of " -"month) and * are supported (ex. 1,2,8 or 1-28 )" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 245 -msgid "" -"Value needs to be between 1 and 12 or JAN to DEC, multiple values, ranges " -"and * are supported (ex. JAN,2,10 or 3-8 )" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 246 -msgid "" -"Value needs to be between 0 and 6 ( Sunday to Saturday), multiple values, " -"ranges and * are supported (ex. 1,2,4 or 0-4 ) " -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 247 -msgid "Select a command from the list." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 248 -msgid "" -"Enter valid parameter(s) for the chosen command (Found illegal characters)." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 249 -msgid "Enter a description." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 117 -# File: src/etc/inc/service-utils.inc, line: 183 -msgid "Intrusion Detection" -msgstr "入侵检测" - -# File: lang/dynamic/helpers/models.php, line: 210 -msgid "sid should be a number" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 211 -msgid "Related cron not found" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 113 -msgid "Proxy Server" -msgstr "代理服务" - -# File: lang/dynamic/helpers/models.php, line: 212 -msgid "ICP port needs to be an integer value between 1 and 65535" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 342 -msgid "Specify a positive memory cache size. (number of MB's)" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 213 -msgid "Specify a positive cache size. (number of MB's)" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 214 -msgid "Specify a positive number of first-level subdirectories." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 215 -msgid "Specify a positive number of second-level subdirectories." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 276 -msgid "Specify the maximum download size. (number of KBs)" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 277 -msgid "Specify the maximum upload size. (number of KBs)" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 218 -msgid "Specify the overall bandwidth for downloads in kilobits per second." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 219 -msgid "Specify the per host bandwidth for downloads in kilobits per second." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 220 -msgid "Proxy port needs to be an integer value between 1 and 65535" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 221 -msgid "FTP Proxy port needs to be an integer value between 1 and 65535" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 222 -msgid "" -"The filename may only contain letters,digits and one dot (not required)." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 223 -msgid "This does not look like a valid url." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 224 -msgid "Credentials TTL needs to be an integer value above 0" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 225 -msgid "Number of children needs to be an integer value above 0" -msgstr "" - -# File: src/www/diag_smart.php, line: 296 -msgid "Health" -msgstr "健康" - -# File: lang/dynamic/helpers/models.php, line: 92 -msgid "Activity Monitor" -msgstr "" - -# File: src/www/diag_arp.php, line: 246 -msgid "ARP Table" -msgstr "ARP表" - -# File: src/www/diag_ndp.php, line: 91 -msgid "NDP Table" -msgstr "NDP表" - -# File: src/www/diag_backup.php, line: 158 -# File: src/www/firewall_shaper.php, line: 43 -# File: src/www/firewall_shaper_wizards.php, line: 62 -msgid "Traffic Shaper" -msgstr "数据流整形" - -# File: lang/dynamic/helpers/models.php, line: 226 -msgid "Pipe number must be between 1...65535" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 227 -msgid "Bandwidth out of range" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 228 -msgid "Bandwidth metric should be one of bit,Kbit,Mbit" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 229 -msgid "The burst value is an integer and represent a number of bytes." -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 230 -msgid "queue size should be between 2...100" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 231 -# File: lang/dynamic/helpers/models.php, line: 237 -# File: lang/dynamic/helpers/models.php, line: 240 -msgid "origin should be regular text of max 30 characters" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 233 -msgid "Queue number must be between 1...65535" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 234 -msgid "Related pipe not found" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 235 -msgid "Weight must be between 1...100" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 238 -msgid "provide a valid sequence for sorting" -msgstr "" - -# File: lang/dynamic/helpers/models.php, line: 239 -msgid "Related pipe or queue not found" -msgstr "" - -# File: src/etc/inc/auth.inc, line: 108 -msgid "" -"Potential DNS Rebind attack detected, see " -"http://en.wikipedia.org/wiki/DNS_rebinding
Try accessing the router by " -"IP address instead of by hostname." -msgstr "" - -# File: src/etc/inc/auth.inc, line: 123 -msgid "Redirecting to the dashboard..." -msgstr "正在重定向到仪表盘" - -# File: src/etc/inc/auth.inc, line: 123 -msgid "Redirecting..." -msgstr "正在重定向" - -# File: src/etc/inc/auth.inc, line: 394 -msgid "" -"There is something wrong in your config because user %s password is missing!" -msgstr "" - -# File: src/etc/inc/auth.inc, line: 686 -msgid "LDAP: Could not lookup CA by reference for host %s." -msgstr "LDAP: 无法为主机%s查询CA引用。" - -# File: src/etc/inc/auth.inc, line: 1235 -# File: src/etc/inc/auth.inc, line: 1250 -msgid "Local Database" -msgstr "本地数据库" - -# File: src/etc/inc/auth.inc, line: 1343 -msgid "Successful login for user '%1$s' from: %2$s" -msgstr "用户'%1$s' 从: %2$s成功登陆" - -# File: src/etc/inc/auth.inc, line: 1341 -msgid "Wrong username or password." -msgstr "" - -# File: src/etc/inc/auth.inc, line: 1394 -msgid "Session timed out for user '%1$s' from: %2$s" -msgstr "用户'%1$s' from: %2$s 进程超时" - -# File: src/etc/inc/auth.inc, line: 1396 -msgid "User logged out for user '%1$s' from: %2$s" -msgstr "用户'%1$s' 已从: %2$s退出登陆" - -# File: src/etc/inc/authgui.inc, line: 66 -msgid "No page assigned to this user! Click here to logout." -msgstr "该用户无权限!点击这里退出登陆" - -# File: src/etc/inc/authgui.inc, line: 224 -# File: src/etc/inc/authgui.inc, line: 270 -msgid "Login" -msgstr "登陆" - -# File: src/etc/inc/authgui.inc, line: 238 -msgid "" -"You are accessing this router by an IP address not configured locally, which " -"may be forwarded by NAT or other means.

If you did not setup " -"this forwarding, you may be the target of a man-in-the-middle attack." -msgstr "" -"你正在用本地未配置的IP地址连接路由器,它或许是NAT转发的或者其他因素导致的.

如果你没有设置过这个转发,你可能是中间人攻击的目标。" - -# File: src/etc/inc/authgui.inc, line: 259 -msgid "Username:" -msgstr "用户名:" - -# File: src/etc/inc/authgui.inc, line: 264 -# File: src/www/diag_backup.php, line: 653 -# File: src/www/system_authservers.php, line: 663 -msgid "Password:" -msgstr "密码:" - -# File: src/etc/inc/authgui.inc, line: 277 -msgid "Your browser must support cookies to login." -msgstr "你的浏览器必须支持cookies来完成登陆" - -# File: src/etc/inc/config.console.inc, line: 42 -msgid "Press any key to start the manual interface assignment: " -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 59 -# File: src/etc/inc/config.console.inc, line: 462 -msgid "No interfaces found!" -msgstr "没有发现网络接口" - -# File: src/etc/inc/config.console.inc, line: 157 -msgid "VLAN interfaces:" -msgstr "VLAN接口" - -# File: src/etc/inc/config.console.inc, line: 176 -msgid "Enter the WAN interface name or 'a' for auto-detection:" -msgstr "输入WAN接口名称或‘a’自动检测" - -# File: src/etc/inc/config.console.inc, line: 126 -msgid "Invalid interface name '%s'" -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 191 -msgid "" -"%sEnter the LAN interface name or 'a' for auto-detection %sNOTE: this " -"enables full Firewalling/NAT mode.%s(or nothing if finished):%s" -msgstr "%s输入LAN接口名称或‘a’自动检测%s提示:这会启用完整的防火墙NAT模式。%s(或者已结束,什么都不做):%s" - -# File: src/etc/inc/config.console.inc, line: 184 -# File: src/etc/inc/config.console.inc, line: 208 -# File: src/etc/inc/config.console.inc, line: 240 -# File: src/etc/inc/config.console.inc, line: 485 -msgid "%sInvalid interface name '%s'%s" -msgstr "%s无效的接口名称'%s'%s" - -# File: src/etc/inc/config.console.inc, line: 225 -msgid "%sOptional interface %s description found: %s" -msgstr "%s可选接口%s 说明发现: %s" - -# File: src/etc/inc/config.console.inc, line: 227 -msgid "" -"%sEnter the Optional %s interface name or 'a' for auto-detection%s(or " -"nothing if finished):%s" -msgstr "%s输入选项%s接口名称或‘a’自动检测%s(或者已结束,什么都不做):%s" - -# File: src/etc/inc/config.console.inc, line: 268 -msgid "The interfaces will be assigned as follows:" -msgstr "该接口将被如下定义:" - -# File: src/etc/inc/config.console.inc, line: 389 -msgid "%sWriting configuration..." -msgstr "%s正在写入配置..." - -# File: src/etc/inc/config.console.inc, line: 391 -msgid "done.%s" -msgstr "完成。%s" - -# File: src/etc/inc/config.console.inc, line: 444 -msgid "Detected link-up: %s%s" -msgstr "" - -# File: src/etc/inc/config.console.inc, line: 426 -msgid "No link-up detected.%s" -msgstr "没有检测到已启用.%s" - -# File: src/etc/inc/config.console.inc, line: 460 -msgid "VLAN Capable interfaces:" -msgstr "VLAN接口:" - -# File: src/etc/inc/config.console.inc, line: 475 -msgid "No VLAN capable interfaces detected." -msgstr "没有检测到VLAN接口" - -# File: src/etc/inc/config.console.inc, line: 479 -msgid "" -"Enter the parent interface name for the new VLAN (or nothing if finished):" -msgstr "为新VLAN输入父接口名称(或者已结束,什么都不做):" - -# File: src/etc/inc/config.console.inc, line: 492 -msgid "Enter the VLAN tag (1-4094):" -msgstr "输入VLAN标签(1-4094):" - -# File: src/etc/inc/config.console.inc, line: 496 -msgid "%sInvalid VLAN tag '%s'%s" -msgstr "%s无效的VLAN标签'%s'%s" - -# File: src/etc/inc/config.lib.inc, line: 70 -msgid "No valid config.xml found, attempting last known config restore." -msgstr "" - -# File: src/etc/inc/config.lib.inc, line: 74 -msgid "No valid config.xml found, attempting to restore factory config." -msgstr "" - -# File: src/etc/inc/config.lib.inc, line: 97 -# File: src/etc/inc/config.lib.inc, line: 98 -msgid "Updated bogon update frequency to 3am" -msgstr "已更新bogon更新频率到3am" - -# File: src/etc/inc/config.lib.inc, line: 143 -msgid "Upgraded config version level from %s to %s" -msgstr "" - -# File: src/etc/inc/config.lib.inc, line: 157 -msgid "WARNING: User" -msgstr "警告:用户" - -# File: src/etc/inc/config.lib.inc, line: 157 -msgid "may not write config (user-config-readonly set)" -msgstr "不可写入配置 (user-config-readonly 已设定)" - -# File: src/etc/inc/config.lib.inc, line: 169 -msgid "WARNING: Corrupt config!" -msgstr "警告:损坏的配置!" - -# File: src/etc/inc/config.lib.inc, line: 180 -msgid "WARNING: Config contents could not be saved. Could not open file!" -msgstr "警告:配置内容不能被保存。不能打开文件!" - -# File: src/etc/inc/config.lib.inc, line: 235 -msgid "Reverted to" -msgstr "已恢复" - -# File: src/etc/inc/config.lib.inc, line: 332 -msgid "%s made unknown change" -msgstr "%s 导致未知更改" - -# File: src/etc/inc/crypt.inc, line: 47 -msgid "Failed to encrypt/decrypt data!" -msgstr "加密/解密数据失败!" - -# File: src/etc/inc/dyndns.class, line: 1197 -msgid "Dynamic DNS updated IP Address on %s (%s) to %s" -msgstr "" - -# File: src/etc/inc/dyndns.class, line: 1204 -msgid "Dynamic DNS updated IPv6 Address on %s (%s) to %s" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 169 -msgid "Initializing" -msgstr "正在初始化" - -# File: src/etc/inc/filter.inc, line: 177 -msgid "Configuring firewall" -msgstr "正在配置防火墙" - -# File: src/etc/inc/filter.inc, line: 182 -msgid "Creating aliases" -msgstr "正在生成别名组" - -# File: src/etc/inc/filter.inc, line: 187 -msgid "Generating Limiter rules" -msgstr "正在生成限制者规则" - -# File: src/etc/inc/filter.inc, line: 188 -msgid "Generating NAT rules" -msgstr "正在生成NAT规则" - -# File: src/etc/inc/filter.inc, line: 193 -msgid "Generating filter rules" -msgstr "正在生成过滤规则" - -# File: src/etc/inc/filter.inc, line: 203 -msgid "Loading filter rules" -msgstr "正在载入过滤规则" - -# File: src/etc/inc/filter.inc, line: 210 -msgid "Filter is disabled. Not loading rules." -msgstr "过滤被禁用。不载入规则。" - -# File: src/etc/inc/filter.inc, line: 212 -# File: src/etc/inc/filter.inc, line: 380 -# File: src/etc/inc/interfaces.inc, line: 242 -# File: src/etc/inc/interfaces.inc, line: 271 -# File: src/etc/inc/interfaces.inc, line: 406 -# File: src/etc/inc/interfaces.inc, line: 463 -# File: src/etc/inc/interfaces.inc, line: 760 -# File: src/etc/inc/interfaces.inc, line: 1111 -# File: src/etc/inc/interfaces.inc, line: 1137 -# File: src/etc/inc/interfaces.inc, line: 1156 -# File: src/etc/inc/interfaces.inc, line: 1169 -# File: src/etc/inc/interfaces.inc, line: 2042 -# File: src/etc/inc/rrd.inc, line: 887 -# File: src/etc/inc/services.inc, line: 1310 -# File: src/etc/inc/services.inc, line: 1689 -# File: src/etc/inc/services.inc, line: 1857 -# File: src/etc/inc/services.inc, line: 1885 -# File: src/etc/inc/services.inc, line: 2091 -# File: src/etc/inc/system.inc, line: 784 -# File: src/etc/inc/system.inc, line: 1264 -# File: src/etc/inc/system.inc, line: 1646 -msgid "done." -msgstr "完成" - -# File: src/etc/inc/filter.inc, line: 255 -msgid "Setting up logging information" -msgstr "正在建立日志信息" - -# File: src/etc/inc/filter.inc, line: 260 -msgid "Setting up SCRUB information" -msgstr "正在建立SCRUB信息" - -# File: src/etc/inc/filter.inc, line: 297 -msgid "The line in question reads [%d]: %s" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 303 -msgid "PF was wedged/busy and has been reset." -msgstr "PF拥塞/繁忙,已重置" - -# File: src/etc/inc/filter.inc, line: 315 -# File: src/etc/inc/filter.inc, line: 316 -msgid "There were error(s) loading the rules: %s - %s" -msgstr "" - -# File: src/etc/inc/filter.inc, line: 372 -msgid "Processing down interface states" -msgstr "正在处理关闭的网络接口状态" - -# File: src/etc/inc/filter.inc, line: 378 -msgid "Done" -msgstr "完成" - -# File: src/etc/inc/filter.inc, line: 637 -msgid "Creating gateway group item..." -msgstr "正在生成网关组..." - -# File: src/etc/inc/filter.inc, line: 677 -msgid "" -"An error occurred while trying to find the interface got %s . The rule has " -"not been added." -msgstr "试图寻找网络接口got %s 时产生了一个错误。该规则未被添加" - -# File: src/etc/inc/filter.inc, line: 1003 -msgid "Creating reflection NAT rule for %s..." -msgstr "正在为 %s生成反向NAT规则..." - -# File: src/etc/inc/filter.inc, line: 1092 -msgid "Creating reflection rule for %s..." -msgstr "正在为 %s生成反向规则..." - -# File: src/etc/inc/filter.inc, line: 1275 -msgid "localhost" -msgstr "本地主机" - -# File: src/etc/inc/filter.inc, line: 1283 -msgid "static route" -msgstr "静态路由" - -# File: src/etc/inc/filter.inc, line: 1294 -msgid "DHCP alias address" -msgstr "DHCP别名地址" - -# File: src/etc/inc/filter.inc, line: 1331 -msgid "PPTP server" -msgstr "PPTP服务器" - -# File: src/etc/inc/filter.inc, line: 1340 -msgid "PPPoE server" -msgstr "PPPOE服务器" - -# File: src/etc/inc/filter.inc, line: 1349 -msgid "L2TP server" -msgstr "L2TP服务器" - -# File: src/etc/inc/filter.inc, line: 1358 -msgid "OpenVPN server" -msgstr "OpenVPN服务器" - -# File: src/etc/inc/filter.inc, line: 1367 -msgid "OpenVPN client" -msgstr "OpenVPN客户端" - -# File: src/etc/inc/filter.inc, line: 1377 -msgid "IPsec client" -msgstr "IPsec客户端" - -# File: src/etc/inc/filter.inc, line: 1415 -msgid "Auto created rule for ISAKMP" -msgstr "自动生成的ISAKMP规则" - -# File: src/etc/inc/filter.inc, line: 1425 -msgid "Auto created rule" -msgstr "自动生成的规则" - -# File: src/etc/inc/filter.inc, line: 1525 -msgid "Creating 1:1 rules..." -msgstr "正在生成1:1规则..." - -# File: src/etc/inc/filter.inc, line: 1670 -msgid "Creating advanced outbound rule %s" -msgstr "正在生成高级出站规则 %s" - -# File: src/etc/inc/filter.inc, line: 1708 -msgid "Creating outbound NAT rules" -msgstr "正在生成出站NAT规则" - -# File: src/etc/inc/filter.inc, line: 1715 -msgid "Creating automatic outbound rules" -msgstr "正在生成自动出站规则" - -# File: src/etc/inc/filter.inc, line: 1767 -msgid "Creating NAT rule %s" -msgstr "正在生成NAT规则 %s" - -# File: src/etc/inc/filter.inc, line: 1973 -msgid "Creating filter rule %s ..." -msgstr "正在生成过滤规则 %s ..." - -# File: src/etc/inc/filter.inc, line: 1996 -msgid "filter_generate_port: %s is not a valid %s port." -msgstr "filter_generate_port: %s 不是有效的 %s 端口。" - -# File: src/etc/inc/filter.inc, line: 2301 -msgid "Setting up pass/block rules %s" -msgstr "正在建立放行/拦截规则 %s" - -# File: src/etc/inc/filter.inc, line: 2316 -msgid "Could not find IPv4 gateway for interface (%s)." -msgstr "无法为网络接口(%s)找到IPv4网关" - -# File: src/etc/inc/filter.inc, line: 2343 -msgid "Creating rule %s" -msgstr "正在生成规则 %s" - -# File: src/etc/inc/filter.inc, line: 2564 -msgid "Creating default rules" -msgstr "正在生成默认规则" - -# File: src/etc/inc/filter.inc, line: 3133 -msgid "Creating IPsec rules..." -msgstr "正在生成IPsec规则" - -# File: src/etc/inc/filter.inc, line: 3223 -msgid "Installed 15 minute filter reload for Time Based Rules" -msgstr "已经为基于时间的规则安装了15分钟过滤重新载入" - -# File: src/etc/inc/filter.inc, line: 3230 -msgid "Removed 15 minute filter reload for Time Based Rules" -msgstr "已经为基于时间的规则移除了15分钟过滤重新载入" - -# File: src/etc/inc/filter_log.inc, line: 136 -msgid "There was an error parsing a rule: no time (`%s')" -msgstr "解析一条规则时有一个错误:没有时间 (`%s')" - -# File: src/etc/inc/filter_log.inc, line: 156 -msgid "There was an error parsing rule number: %s -- not IPv4 or IPv6 (`%s')" -msgstr "解析规则时有一个错误:%s -- 不是IPv4或IPv6 (`%s')" - -# File: src/etc/inc/filter_log.inc, line: 190 -msgid "There was an error parsing rule number: %s -- no src or dst (`%s')" -msgstr "解析规则时有一个错误:%s -- 不是来源或目标(`%s')" - -# File: src/etc/inc/gwlb.inc, line: 827 -msgid "MONITOR: %s is down, removing from routing group %s" -msgstr "监视:%s 是关闭的,正在从路由组 %s 移除" - -# File: src/etc/inc/gwlb.inc, line: 831 -msgid "MONITOR: %s has packet loss, removing from routing group %s" -msgstr "监视:%s 有丢包, 正在从路由组 %s 移除" - -# File: src/etc/inc/gwlb.inc, line: 835 -msgid "MONITOR: %s has high latency, removing from routing group %s" -msgstr "监视:%s 有高延迟,正在从路由组 %s 移除" - -# File: src/etc/inc/gwlb.inc, line: 856 -msgid "" -"Gateways status could not be determined, considering all as up/active. " -"(Group: %s)" -msgstr "不能断定这些网关的状态, 正在把所有认定为开启/活动的。 (组: %s)" - -# File: src/etc/inc/interfaces.inc, line: 78 -msgid "interfaces_bring_up() was called but no variable defined." -msgstr "interfaces_bring_up() 被呼叫,但没有已定义的变量" - -# File: src/etc/inc/interfaces.inc, line: 235 -msgid "Configuring loopback interface..." -msgstr "正在配置回环网络接口" - -# File: src/etc/inc/interfaces.inc, line: 253 -msgid "Configuring VLAN interfaces..." -msgstr "正在配置VLAN接口" - -# File: src/etc/inc/interfaces.inc, line: 279 -msgid "VLAN: called with wrong options. Problems with config!" -msgstr "VLAN: 呼叫了错误的选项.,配置存在问题!" - -# File: src/etc/inc/interfaces.inc, line: 287 -msgid "interface_vlan_configure called with if undefined." -msgstr "interface_vlan_configure如果未定义,将被呼叫" - -# File: src/etc/inc/interfaces.inc, line: 321 -# File: src/etc/inc/interfaces.inc, line: 413 -msgid "QinQ compat VLAN: called with wrong options. Problems with config!%s" -msgstr "QinQ compat VLAN:呼叫了错误的选项,配置存在问题!%s" - -# File: src/etc/inc/interfaces.inc, line: 328 -msgid "interface_qinq_configure called with if undefined.%s" -msgstr "interface_qinq_configure如果未定义,将被呼叫。%s" - -# File: src/etc/inc/interfaces.inc, line: 333 -msgid "interface_qinq_configure called with invalid if.%s" -msgstr "interface_qinq_configure如果无效,将被呼叫。%s" - -# File: src/etc/inc/interfaces.inc, line: 398 -msgid "Configuring QinQ interfaces..." -msgstr "正在配置QinQ接口" - -# File: src/etc/inc/interfaces.inc, line: 421 -msgid "interface_qinq2_configure called with if undefined.%s" -msgstr "interface_qinq2_configure如果未定义,将被呼叫。%s" - -# File: src/etc/inc/interfaces.inc, line: 442 -msgid "Creating wireless clone interfaces..." -msgstr "正在生成无线克隆网络接口" - -# File: src/etc/inc/interfaces.inc, line: 511 -msgid "No members found on %s" -msgstr "在%s没有发现成员" - -# File: src/etc/inc/interfaces.inc, line: 599 -msgid "realif not defined in interfaces bridge - up" -msgstr "realif没有在桥接网络接口被定义 -开启" - -# File: src/etc/inc/interfaces.inc, line: 712 -msgid "bridgeif not defined -- could not bring interface up" -msgstr "bridgeif没有被定义——不能开启网络接口" - -# File: src/etc/inc/interfaces.inc, line: 746 -msgid "Configuring LAGG interfaces..." -msgstr "正在配置LAGG接口" - -# File: src/etc/inc/interfaces.inc, line: 1000 -msgid "" -"could not bring realif up -- variable not defined -- " -"interface_gif_configure()" -msgstr "不能开启realif——变量未定义——interface_gif_configure()" - -# File: src/etc/inc/interfaces.inc, line: 1107 -# File: src/etc/inc/interfaces.inc, line: 1132 -# File: src/etc/inc/interfaces.inc, line: 1151 -# File: src/etc/inc/interfaces.inc, line: 1164 -msgid "Configuring %s interface..." -msgstr "正在配置 %s 接口" - -# File: src/etc/inc/interfaces.inc, line: 1245 -msgid "Wrong parameters used during interface_bring_down" -msgstr "interface_bring_down期间使用了错误的参数" - -# File: src/etc/inc/interfaces.inc, line: 1571 -msgid "Can't find PPP config for %s in interface_ppps_configure()." -msgstr "不能在interface_ppps_configure()为%s找到PPP配置" - -# File: src/etc/inc/interfaces.inc, line: 1537 -msgid "" -"Could not get a PPTP/L2TP Remote IP address from %s for %s in " -"interfaces_ppps_configure." -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 1636 -msgid "" -"Device %s does not exist. PPP link cannot start without the modem device." -msgstr "设备%s不存在。PPP连接不能开启,没有modem设备" - -# File: src/etc/inc/interfaces.inc, line: 1641 -msgid "Unkown %s configured as ppp interface." -msgstr "未知的%s已配置为ppp接口" - -# File: src/etc/inc/interfaces.inc, line: 1913 -msgid "Error: cannot open mpd_%s.conf in interface_ppps_configure().%s" -msgstr "错误:不能在interface_ppps_configure()打开mpd_%s.conf。%s" - -# File: src/etc/inc/interfaces.inc, line: 1985 -msgid "Configuring CARP settings..." -msgstr "正在配置CARP设置" - -# File: src/etc/inc/interfaces.inc, line: 2196 -msgid "" -"Interface specified for the virtual IP address %s does not exist. Skipping " -"this VIP." -msgstr "为虚拟IP地址 %s定义的网络接口不存在。正在跳过这个虚拟IP" - -# File: src/etc/inc/interfaces.inc, line: 2204 -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IP address %s." -msgstr "抱歉,我们不能为虚拟IP地址%s在该接口找到一个必需的、已定义的IP地址" - -# File: src/etc/inc/interfaces.inc, line: 2211 -msgid "" -"Sorry but we could not find a required assigned ip address on the interface " -"for the virtual IPv6 address %s." -msgstr "抱歉,我们不能为虚拟IPv6地址%s在该接口找到一个必需的、已定义的IP地址" - -# File: src/etc/inc/interfaces.inc, line: 2269 -msgid "Interface %s changed to hostap mode" -msgstr "接口%s已改为hostap模式" - -# File: src/etc/inc/interfaces.inc, line: 2273 -msgid "Interface %s changed to adhoc mode" -msgstr "接口%s已改为特别模式" - -# File: src/etc/inc/interfaces.inc, line: 2277 -msgid "Interface %s changed to infrastructure mode" -msgstr "接口%s已改为基础模式" - -# File: src/etc/inc/interfaces.inc, line: 2290 -msgid "Cloning new wireless interface %s" -msgstr "正在克隆新无线接口%s" - -# File: src/etc/inc/interfaces.inc, line: 2211 -msgid "Failed to clone interface %s with error code %s, output %s" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 3017 -msgid "Generating new MAC address." -msgstr "正在生成新MAC地址" - -# File: src/etc/inc/interfaces.inc, line: 2934 -msgid "" -"The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface %s has been " -"automatically replaced with %s" -msgstr "" - -# File: src/etc/inc/interfaces.inc, line: 3852 -msgid "" -"Error: cannot open dhclient_%s.conf in interface_dhcp_configure() for " -"writing.%s" -msgstr "错误:不能在interface_dhcp_configure()打开dhclient_%s.conf,以便写入.%s" - -# File: src/etc/inc/interfaces.inc, line: 3865 -msgid "Invalid interface \"%s\" in interface_dhcp_configure()" -msgstr "在 interface_dhcp_configure()无效的接口 \"%s\"" - -# File: src/etc/inc/interfaces.inc, line: 3917 -msgid "Could not bring up %s interface in interface_dhcp_configure()" -msgstr "不能在 interface_dhcp_configure()提出 %s接口" - -# File: src/etc/inc/pfsense-utils.inc, line: 1070 -msgid "device not present! Is the modem attached to the system?" -msgstr "设备不存在!是附属于系统的modem吗?" - -# File: src/etc/inc/pfsense-utils.inc, line: 1181 -msgid "blocking" -msgstr "正在拦截" - -# File: src/etc/inc/pfsense-utils.inc, line: 1181 -msgid "check for ethernet loops" -msgstr "检查以太网回环" - -# File: src/etc/inc/pfsense-utils.inc, line: 1184 -msgid "learning" -msgstr "正在学习" - -# File: src/etc/inc/pfsense-utils.inc, line: 1187 -msgid "forwarding" -msgstr "正在转发" - -# File: src/etc/inc/pfsense-utils.inc, line: 947 -msgid "No history data found!" -msgstr "没有找到历史数据" - -# File: src/etc/inc/load_balancer_maintable.inc, line: 150 -msgid "Move selected entries before this entry" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 266 -# File: src/www/services_captiveportal_zones.php, line: 121 -# File: src/www/services_dyndns.php, line: 180 -# File: src/www/services_wol.php, line: 198 -# File: src/www/system_advanced_sysctl.php, line: 175 -msgid "Do you really want to delete this entry?" -msgstr "你真要删除该条目吗?" - -# File: src/etc/inc/load_balancer_maintable.inc, line: 162 -msgid "Duplicate entry" -msgstr "" - -# File: src/etc/inc/notices.inc, line: 66 -msgid "Could not open %s for writing" -msgstr "无法打开%s来写入" - -# File: src/etc/inc/notices.inc, line: 287 -msgid "Message sent to %s OK" -msgstr "消息已发送到%s" - -# File: src/etc/inc/notices.inc, line: 296 -msgid "Could not send the message to %s -- Error: %s" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 83 -msgid ": data access time out" -msgstr "数据连接超时" - -# File: src/etc/inc/notices.smtp.inc, line: 86 -msgid ": the server disconnected" -msgstr "服务器无连接" - -# File: src/etc/inc/notices.smtp.inc, line: 98 -msgid "reached the end of data while reading from the SMTP server connection" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 104 -msgid "it was not possible to read line from the SMTP server" -msgstr "不能从SMTP服务器读取数据行" - -# File: src/etc/inc/notices.smtp.inc, line: 126 -msgid "it was not possible to send a line to the SMTP server" -msgstr "不能发送一行到SMTP服务器" - -# File: src/etc/inc/notices.smtp.inc, line: 140 -msgid "it was not possible to send data to the SMTP server" -msgstr "不能发送数据到SMTP服务器" - -# File: src/etc/inc/notices.smtp.inc, line: 212 -msgid "establishing SSL connections requires at least PHP version 4.3.0" -msgstr "建立SSL连接需要至少PHP4.3.0" - -# File: src/etc/inc/notices.smtp.inc, line: 215 -msgid "establishing SSL connections requires the OpenSSL extension enabled" -msgstr "建立SSL连接需要OpenSSL扩展支持" - -# File: src/etc/inc/notices.smtp.inc, line: 224 -msgid "could not resolve host \"%s\"" -msgstr "不能解析主机\"%s\"" - -# File: src/etc/inc/notices.smtp.inc, line: 228 -msgid "domain \"%s\" resolved to an address excluded to be valid" -msgstr "域\"%s\" 解析到了一个已排除有效的地址" - -# File: src/etc/inc/notices.smtp.inc, line: 230 -msgid "Connecting to host address \"%s\" port %s..." -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 237 -msgid "-3 socket could not be created" -msgstr "-3 socket 不能生成" - -# File: src/etc/inc/notices.smtp.inc, line: 239 -msgid "-4 dns lookup on hostname \"%s\" failed" -msgstr "-4 dns 查询主机名 \"%s\" 失败" - -# File: src/etc/inc/notices.smtp.inc, line: 241 -msgid "-5 connection refused or timed out" -msgstr "-5 连接被拒绝或超时" - -# File: src/etc/inc/notices.smtp.inc, line: 243 -msgid "-6 fdopen() call failed" -msgstr "-6 fdopen() 呼叫失败" - -# File: src/etc/inc/notices.smtp.inc, line: 245 -msgid "-7 setvbuf() call failed" -msgstr "-7 setvbuf() 呼叫失败" - -# File: src/etc/inc/notices.smtp.inc, line: 247 -msgid "could not connect to the host \"%s\": %s" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 256 -msgid "" -"it is not possible to authenticate using the specified mechanism because the " -"SASL library class is not loaded" -msgstr "不能使用特定机制来验证,因为SASL库级别没有载入" - -# File: src/etc/inc/notices.smtp.inc, line: 280 -msgid "Authentication mechanism %s may not be used: %s" -msgstr "" - -# File: src/etc/inc/notices.smtp.inc, line: 285 -msgid "Could not start the SASL authentication client:" -msgstr "不能启动SASL认证客户端:" - -# File: src/etc/inc/notices.smtp.inc, line: 292 -msgid "Could not send the AUTH command" -msgstr "不能发送AUTH命令" - -# File: src/etc/inc/notices.smtp.inc, line: 307 -# File: src/etc/inc/notices.smtp.inc, line: 337 -msgid "Authentication error:" -msgstr "认证错误:" - -# File: src/etc/inc/notices.smtp.inc, line: 322 -msgid "Could not send the authentication step message" -msgstr "不能发送认证步骤消息" - -# File: src/etc/inc/notices.smtp.inc, line: 342 -msgid "Could not process the SASL authentication step:" -msgstr "不能处理SASL认证步骤" - -# File: src/etc/inc/notices.smtp.inc, line: 356 -msgid "connection is already established" -msgstr "连接已建立" - -# File: src/etc/inc/notices.smtp.inc, line: 394 -msgid "it was not specified the POP3 authentication user" -msgstr "没有指定POP3认证用户" - -# File: src/etc/inc/notices.smtp.inc, line: 400 -msgid "it was not specified the POP3 authentication password" -msgstr "没有指定POP3认证密码" - -# File: src/etc/inc/notices.smtp.inc, line: 404 -msgid "Resolving POP3 authentication host \"%s\"..." -msgstr "正在解析POP3认证主机\"%s\"" - -# File: src/etc/inc/notices.smtp.inc, line: 411 -msgid "POP3 authentication server greeting was not found" -msgstr "POP3认证服务器没有找到" - -# File: src/etc/inc/notices.smtp.inc, line: 419 -msgid "POP3 authentication user was not accepted:" -msgstr "POP3认证用户不被接受" - -# File: src/etc/inc/notices.smtp.inc, line: 427 -msgid "POP3 authentication password was not accepted:" -msgstr "POP3认证密码不被接受" - -# File: src/etc/inc/notices.smtp.inc, line: 436 -msgid "could not determine the SMTP to connect" -msgstr "无法确定SMTP来连接" - -# File: src/etc/inc/notices.smtp.inc, line: 442 -msgid "Resolving SMTP server domain \"%s\"..." -msgstr "正在解析SMTP服务器域\"%s\"" - -# File: src/etc/inc/notices.smtp.inc, line: 454 -msgid "Connected to SMTP server \"%s\"." -msgstr "已连接SMTP服务器 \"%s\"" - -# File: src/etc/inc/notices.smtp.inc, line: 468 -msgid "server does not require authentication" -msgstr "服务器不需要认证" - -# File: src/etc/inc/notices.smtp.inc, line: 532 -msgid "" -"it is not supported any of the authentication mechanisms required by the " -"server" -msgstr "不支持服务器所需要的任何认证机制" - -# File: src/etc/inc/notices.smtp.inc, line: 629 -msgid "" -"direct delivery connection is already established and sender is already set" -msgstr "直接交付连接已建立,发送者已设定" - -# File: src/etc/inc/notices.smtp.inc, line: 637 -msgid "connection is not in the initial state" -msgstr "连接不在初始状态" - -# File: src/etc/inc/notices.smtp.inc, line: 659 -msgid "it was not specified a valid direct recipient" -msgstr "没有被指定一个有效的容器" - -# File: src/etc/inc/notices.smtp.inc, line: 678 -msgid "" -"it is not possible to deliver directly to recipients of different domains" -msgstr "不能直接交付给不同域的收件人" - -# File: src/etc/inc/notices.smtp.inc, line: 683 -msgid "connection is already established and the recipient is already set" -msgstr "连接已建立,收件人已设定" - -# File: src/etc/inc/notices.smtp.inc, line: 695 -msgid "connection is not in the recipient setting state" -msgstr "连接没有在接收设置状态" - -# File: src/etc/inc/notices.smtp.inc, line: 724 -msgid "connection is not in the start sending data state" -msgstr "连接没有在开始发送数据状态" - -# File: src/etc/inc/notices.smtp.inc, line: 754 -# File: src/etc/inc/notices.smtp.inc, line: 765 -msgid "connection is not in the sending data state" -msgstr "连接没有在发送数据状态" - -# File: src/etc/inc/notices.smtp.inc, line: 801 -msgid "it was not previously established a SMTP connection" -msgstr "没有预先建立一个SMTP连接" - -# File: src/etc/inc/openvpn-client-export.inc, line: 84 -# File: src/etc/inc/openvpn-client-export.inc, line: 686 -msgid "Could not locate server configuration." -msgstr "" - -# File: src/etc/inc/openvpn-client-export.inc, line: 88 -# File: src/etc/inc/openvpn-client-export.inc, line: 690 -msgid "You cannot export for disabled servers." -msgstr "" - -# File: src/etc/inc/openvpn-client-export.inc, line: 96 -msgid "Could not locate server certificate." -msgstr "" - -# File: src/etc/inc/openvpn-client-export.inc, line: 100 -msgid "Could not locate the CA reference for the server certificate." -msgstr "" - -# File: src/etc/inc/openvpn-client-export.inc, line: 111 -msgid "Could not find user settings." -msgstr "" - -# File: src/etc/inc/openvpn-client-export.inc, line: 123 -# File: src/etc/inc/openvpn-client-export.inc, line: 132 -msgid "Could not find client certificate." -msgstr "" - -# File: src/etc/inc/openvpn-client-export.inc, line: 209 -# File: src/etc/inc/openvpn-client-export.inc, line: 754 -msgid "This server uses UDP protocol and cannot communicate with HTTP proxy." -msgstr "" - -# File: src/etc/inc/openvpn-client-export.inc, line: 502 -msgid "Could not create a config to export." -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 34 -msgid "0 (none)" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 35 -msgid "1 (default)" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 36 -msgid "2" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 37 -msgid "3 (recommended)" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 38 -msgid "4" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 39 -msgid "5" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 40 -msgid "6" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 41 -msgid "7" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 42 -msgid "8" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 43 -msgid "9" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 44 -msgid "10" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 45 -msgid "11" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 101 -msgid "No Preference" -msgstr "没有参数" - -# File: src/etc/inc/openvpn.inc, line: 102 -msgid "Disabled - No Compression" -msgstr "禁用-不压缩" - -# File: src/etc/inc/openvpn.inc, line: 103 -msgid "Enabled with Adaptive Compression" -msgstr "启用自适应压缩" - -# File: src/etc/inc/openvpn.inc, line: 104 -msgid "Enabled without Adaptive Compression" -msgstr "已启用无自适应压缩" - -# File: src/etc/inc/openvpn.inc, line: 198 -msgid "None (No Encryption)" -msgstr "不存在(没有加密)" - -# File: src/etc/inc/openvpn.inc, line: 212 -msgid "None (No Authentication)" -msgstr "不存在(没有认证)" - -# File: src/etc/inc/openvpn.inc, line: 263 -msgid "The field '%s' must contain a valid port, ranging from 0 to 65535." -msgstr "区域 '%s'必须包含一个有效的端口,介于0~65535" - -# File: src/etc/inc/openvpn.inc, line: 275 -msgid "The field '%s' must contain a single valid %s CIDR range." -msgstr "区域 '%s'必须包含一个单独的有效 %s CIDR范围" - -# File: src/etc/inc/openvpn.inc, line: 287 -msgid "" -"The field '%s' must contain only valid %s CIDR range(s) separated by commas." -msgstr "区域 '%s'必须只包含一个有效的 %s CIDR范围,由逗号隔开" - -# File: src/etc/inc/openvpn_wizard.inc, line: 216 -# File: src/etc/inc/openvpn_wizard.inc, line: 315 -msgid "Please do not use special characters in Certificate field names." -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 401 -msgid "The specified 'Local port' is in use. Please select another value." -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 406 -msgid "The field 'TLS Authentication Key' does not appear to be valid." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 139 -# File: src/www/vpn_openvpn_server.php, line: 282 -msgid "The field 'DNS Server #1' must contain a valid IP address" -msgstr "区域 'DNS Server #1'必须包含一个有效的IP地址" - -# File: src/www/vpn_openvpn_csc.php, line: 141 -# File: src/www/vpn_openvpn_server.php, line: 284 -msgid "The field 'DNS Server #2' must contain a valid IP address" -msgstr "区域 'DNS Server #2'必须包含一个有效的IP" - -# File: src/www/vpn_openvpn_csc.php, line: 143 -# File: src/www/vpn_openvpn_server.php, line: 286 -msgid "The field 'DNS Server #3' must contain a valid IP address" -msgstr "区域 'DNS Server #3'必须包含一个有效的IP" - -# File: src/www/vpn_openvpn_csc.php, line: 145 -# File: src/www/vpn_openvpn_server.php, line: 288 -msgid "The field 'DNS Server #4' must contain a valid IP address" -msgstr "区域 'DNS Server #4'必须包含一个有效的IP" - -# File: src/www/vpn_openvpn_csc.php, line: 150 -# File: src/www/vpn_openvpn_server.php, line: 293 -msgid "The field 'NTP Server #1' must contain a valid IP address" -msgstr "区域 'NTP Server #1'必须包含一个有效的IP地址" - -# File: src/www/vpn_openvpn_csc.php, line: 152 -# File: src/www/vpn_openvpn_server.php, line: 295 -msgid "The field 'NTP Server #2' must contain a valid IP address" -msgstr "区域 'NTP Server #2'必须包含一个有效的IP地址" - -# File: src/www/vpn_openvpn_csc.php, line: 162 -# File: src/www/vpn_openvpn_server.php, line: 305 -msgid "The field 'WINS Server #1' must contain a valid IP address" -msgstr "区域 'WINS Server #1'必须包含一个有效的IP地址" - -# File: src/www/vpn_openvpn_csc.php, line: 164 -# File: src/www/vpn_openvpn_server.php, line: 307 -msgid "The field 'WINS Server #2' must contain a valid IP address" -msgstr "区域 'WINS Server #2'必须包含一个有效的IP地址" - -# File: src/www/vpn_openvpn_server.php, line: 320 -msgid "The field 'Concurrent connections' must be numeric." -msgstr "" - -# File: src/etc/inc/openvpn_wizard.inc, line: 431 -msgid "You must specify a 'Tunnel network'." -msgstr "" - -# File: src/www/wizards/openvpn_wizard.inc, line: 625 -# File: src/www/wizards/openvpn_wizard.inc, line: 642 -msgid "OpenVPN %s wizard" -msgstr "OpenVPN %s 向导" - -# File: src/www/wizards/openvpn_wizard.inc, line: 637 -# File: src/www/wizards/openvpn_wizard.inc, line: 652 -msgid "OpenVPN Wizard" -msgstr "OpenVPN向导" - -# File: src/etc/inc/pfsense-utils.inc, line: 264 -msgid "MASTER" -msgstr "控制者" - -# File: src/etc/inc/pfsense-utils.inc, line: 266 -msgid "BACKUP" -msgstr "备份" - -# File: src/etc/inc/pfsense-utils.inc, line: 268 -msgid "INIT" -msgstr "初始化" - -# File: src/etc/inc/pfsense-utils.inc, line: 437 -# File: src/etc/inc/pfsense-utils.inc, line: 459 -msgid "Restored %s of config file (maybe from CARP partner)" -msgstr "已恢复配置文件的 %s (可能来自CARP伙伴)" - -# File: src/etc/inc/pfsense-utils.inc, line: 1580 -msgid "" -"Alias archive is a .zip file which cannot be decompressed because utility is " -"missing!" -msgstr "Alias存档是一个不能被解压的zip文件,因为效用函数丢失!" - -# File: src/etc/inc/pfsense-utils.inc, line: 1590 -# File: src/etc/inc/pfsense-utils.inc, line: 1622 -msgid "Could not open %s/aliases for writing!" -msgstr "无法打开%s/aliases以写入!" - -# File: src/etc/inc/pfsense-utils.inc, line: 1596 -# File: src/etc/inc/pfsense-utils.inc, line: 1628 -msgid "The following file could not be read %s from %s" -msgstr "以下文件不能从%s读取%s" - -# File: src/etc/inc/pfsense-utils.inc, line: 1612 -msgid "" -"Alias archive is a .tar/tgz file which cannot be decompressed because " -"utility is missing!" -msgstr "Alias存档是一个不能被解压的.tar/tgz文件,因为效用函数丢失!" - -# File: src/etc/inc/rrd.inc, line: 74 -msgid "RRD create failed exited with %s, the error is: %s" -msgstr "" - -# File: src/etc/inc/rrd.inc, line: 196 -msgid "Generating RRD graphs..." -msgstr "正在生成RRD图形" - -# File: src/etc/inc/rrd.inc, line: 861 -msgid "Creating rrd update script" -msgstr "正在产生rrd 更新脚本" - -# File: src/etc/inc/services.inc, line: 425 -msgid "DHCP leases restore failed exited with %s, the error is: %s" -msgstr "" - -# File: src/etc/inc/services.inc, line: 408 -msgid "Starting DHCP service..." -msgstr "正在启动DHCP服务" - -# File: src/etc/inc/services.inc, line: 491 -msgid "Warning! DHCP Failover setup and no CARP virtual IPs defined!" -msgstr "警告: DHCP备用设置和无CARP虚拟IP已定义!" - -# File: src/etc/inc/services.inc, line: 890 -msgid "Error: cannot open dhcpd.conf in services_dhcpdv4_configure().%s" -msgstr "错误:不能在services_dhcpdv4_configure().%s打开dhcpd.conf" - -# File: src/etc/inc/services.inc, line: 1359 -msgid "Could not write Igmpproxy configuration file!" -msgstr "不能写入Igmpproxy配置文件!" - -# File: src/etc/inc/services.inc, line: 1367 -msgid "Started IGMP proxy service." -msgstr "已启动IGMP代理服务" - -# File: src/etc/inc/services.inc, line: 1386 -msgid "Starting DHCP relay service..." -msgstr "正在启动DHCP中继服务" - -# File: src/etc/inc/services.inc, line: 1503 -msgid "Starting DHCPv6 relay service..." -msgstr "正在启动DHCPv6中继服务" - -# File: src/etc/inc/services.inc, line: 1739 -msgid "Starting dynamic DNS clients..." -msgstr "" - -# File: src/etc/inc/services.inc, line: 1739 -msgid "Starting DNS forwarder..." -msgstr "正在启动DNS转发器" - -# File: src/etc/inc/services.inc, line: 1878 -msgid "Starting DNS Resolver..." -msgstr "正在启动DNS解析器" - -# File: src/etc/inc/services.inc, line: 1911 -msgid "Starting SNMP daemon... " -msgstr "正在启动SNMP进程" - -# File: src/etc/inc/services.inc, line: 1916 -msgid "Error: cannot open snmpd.conf in services_snmpd_configure().%s" -msgstr "错误:不能在services_snmpd_configure().%s打开snmpd.conf" - -# File: src/etc/inc/services.inc, line: 2253 -msgid "Dynamic DNS updated IP Address (A) for %s on %s (%s) to %s" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2268 -msgid "Dynamic DNS updated IPv6 Address (AAAA) for %s on %s (%s) to %s" -msgstr "" - -# File: src/etc/inc/services.inc, line: 2312 -msgid "Starting UPnP service... " -msgstr "正在启动UPnP服务" - -# File: src/etc/inc/services.inc, line: 2362 -msgid "Installed cron job for %s" -msgstr "已为%s安装定时任务" - -# File: src/etc/inc/services.inc, line: 2365 -msgid "Updated cron job for %s" -msgstr "已为%s更新定时任务" - -# File: src/etc/inc/services.inc, line: 2370 -msgid "Removed cron job for %s" -msgstr "已为%s删除定时任务" - -# File: src/etc/inc/service-utils.inc, line: 49 -msgid "Router Advertisement Daemon" -msgstr "路由通告进程" - -# File: src/etc/inc/services.inc, line: 2476 -msgid "Unbound DNS Resolver" -msgstr "" - -# File: src/etc/inc/service-utils.inc, line: 69 -msgid "NTP clock sync" -msgstr "时间服务器时钟同步" - -# File: src/etc/inc/service-utils.inc, line: 95 -# File: src/www/services_dhcp_relay.php, line: 90 -msgid "DHCP Relay" -msgstr "DHCP中继" - -# File: src/etc/inc/service-utils.inc, line: 102 -# File: src/www/services_dhcpv6_relay.php, line: 91 -msgid "DHCPv6 Relay" -msgstr "DHCPv6中继" - -# File: src/etc/inc/service-utils.inc, line: 109 -msgid "DHCP Service" -msgstr "DHCP服务" - -# File: src/etc/inc/service-utils.inc, line: 117 -msgid "Gateway Monitoring Daemon" -msgstr "网关监测进程" - -# File: src/etc/inc/service-utils.inc, line: 124 -msgid "SNMP Service" -msgstr "SNMP服务" - -# File: src/etc/inc/service-utils.inc, line: 131 -msgid "IGMP proxy" -msgstr "IGMP代理" - -# File: src/etc/inc/service-utils.inc, line: 138 -msgid "UPnP Service" -msgstr "UPnP服务" - -# File: src/etc/inc/service-utils.inc, line: 145 -# File: src/www/diag_logs_ipsec.php, line: 47 -msgid "IPsec VPN" -msgstr "" - -# File: src/etc/inc/service-utils.inc, line: 152 -msgid "Secure Shell Daemon" -msgstr "安全Shell进程" - -# File: src/etc/inc/service-utils.inc, line: 175 -msgid "Server load balancing daemon" -msgstr "服务器负载均衡进程" - -# File: src/etc/inc/service-utils.inc, line: 180 -msgid "Proxy server" -msgstr "代理服务器" - -# File: src/etc/inc/service-utils.inc, line: 278 -msgid "Running" -msgstr "正在运行" - -# File: src/etc/inc/service-utils.inc, line: 279 -# File: src/etc/inc/service-utils.inc, line: 282 -msgid "%s Service is" -msgstr "%s 服务是" - -# File: src/etc/inc/service-utils.inc, line: 281 -msgid "Stopped" -msgstr "已停止" - -# File: src/etc/inc/service-utils.inc, line: 309 -msgid "Restart %sService" -msgstr "重启 %s服务" - -# File: src/etc/inc/service-utils.inc, line: 321 -msgid "Stop %sService" -msgstr "停止 %s服务" - -# File: src/etc/inc/service-utils.inc, line: 335 -msgid "Start %sService" -msgstr "启动 %s服务" - -# File: src/etc/inc/system.inc, line: 611 -msgid "DNSCACHE: Found old IP %s and new IP %s" -msgstr "" - -# File: src/etc/inc/system.inc, line: 473 -msgid "Static Routes: Gateway IP could not be found for %s" -msgstr "静态路由: %s找不到网关IP" - -# File: src/etc/inc/system.inc, line: 611 -msgid "Starting syslog..." -msgstr "正在启动syslog" - -# File: src/etc/inc/system.inc, line: 748 -msgid "Error: cannot open syslog.conf in system_syslogd_start().%s" -msgstr "错误:不能在system_syslogd_start().%s打开 syslog.conf" - -# File: src/etc/inc/system.inc, line: 819 -msgid "webConfigurator default" -msgstr "web配置默认界面" - -# File: src/etc/inc/system.inc, line: 834 -msgid "Importing HTTPS certificate" -msgstr "正在导入HTTPS证书" - -# File: src/etc/inc/system.inc, line: 1156 -msgid "Error: cannot open cert.pem in system_webgui_start().%s" -msgstr "错误:不能在system_webgui_start().%s打开cert.pem" - -# File: src/etc/inc/system.inc, line: 1167 -msgid "Error: cannot open ca.pem in system_webgui_start().%s" -msgstr "错误:不能在system_webgui_start().%s打开 ca.pem" - -# File: src/etc/inc/system.inc, line: 1175 -msgid "ssl configuration" -msgstr "ssl 配置" - -# File: src/etc/inc/system.inc, line: 1227 -msgid "Error: cannot open %s in system_generate_lighty_config().%s" -msgstr "错误:不能在system_generate_lighty_config().%s打开%s" - -# File: src/etc/inc/system.inc, line: 1244 -msgid "Setting timezone..." -msgstr "正在设置时区" - -# File: src/etc/inc/upgrade_config.inc, line: 40 -msgid "RRD dump failed exited with %s, the error is: %s" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 56 -msgid "" -"Import RRD has %s DS values and %s RRA databases, new format RRD has %s DS " -"values and %s RRA databases" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 140 -msgid "The new RRD now has %s DS values and %s RRA databases" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 107 -msgid "%sWarning: filter rule removed (interface '%s' does not exist anymore)." -msgstr "%s警告:过滤规则已删除(接口 '%s' 不再存在)" - -# File: src/etc/inc/upgrade_config.inc, line: 119 -msgid "" -"%sWarning: filter rule removed (source network '%s' does not exist anymore)." -msgstr "%s警告:过滤规则已删除(来源网络'%s' 不再存在)" - -# File: src/etc/inc/upgrade_config.inc, line: 132 -msgid "" -"%sWarning: filter rule removed (destination network '%s' does not exist " -"anymore)." -msgstr "%s警告:过滤规则已删除(目标网络 '%s'不再存在)" - -# File: src/etc/inc/upgrade_config.inc, line: 152 -msgid "" -"%sWarning: traffic shaper rule removed (interface '%s' does not exist " -"anymore)." -msgstr "%s警告:流整形规则已删除(接口'%s'不再存在)" - -# File: src/etc/inc/upgrade_config.inc, line: 164 -msgid "" -"%sWarning: traffic shaper rule removed (source network '%s' does not exist " -"anymore)." -msgstr "%s警告:流整形规则已删除(来源网络'%s'不再存在)" - -# File: src/etc/inc/upgrade_config.inc, line: 177 -msgid "" -"%sWarning: traffic shaper rule removed (destination network '%s' does not " -"exist anymore)." -msgstr "%s警告:流整形规则已删除(目标网络'%s'不再存在)" - -# File: src/etc/inc/upgrade_config.inc, line: 327 -msgid "CARP vhid %s" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 487 -msgid "Permit IPsec traffic." -msgstr "允许 IPsec数据流" - -# File: src/etc/inc/upgrade_config.inc, line: 507 -msgid "System Administrators" -msgstr "系统管理员" - -# File: src/etc/inc/upgrade_config.inc, line: 526 -msgid "" -"Indicates whether this user will lock access to the webConfigurator for " -"other users." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 529 -msgid "" -"Indicates whether this user will lock individual HTML pages after having " -"accessed a particular page (the lock will be freed if the user leaves or " -"saves the page form)." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 532 -msgid "Indicates whether this user is able to login for example via SSH." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 535 -msgid "" -"Indicates whether this user is allowed to copy files onto the %s appliance " -"via SCP/SFTP. If you are going to use this privilege, you must install " -"scponly on the appliance (Hint: pkg_add -r scponly)." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 538 -msgid "" -"This user is associated with the UNIX root user (you should associate this " -"privilege only with one single user)." -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 555 -msgid "Drop packets to closed TCP ports without returning a RST" -msgstr "丢弃数据包,关闭TCP端口并不返回RST信息" - -# File: src/etc/inc/upgrade_config.inc, line: 559 -msgid "Do not send ICMP port unreachable messages for closed UDP ports" -msgstr "关闭UDP端口,不发送ICMP端口不可达信息" - -# File: src/etc/inc/upgrade_config.inc, line: 563 -msgid "Randomize the ID field in IP packets (default is 0: sequential IP IDs)" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 567 -msgid "Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)" -msgstr "丢弃SYN-FIN包(虽然RFC1379提到该数据包,但没有人使用它)" - -# File: src/etc/inc/upgrade_config.inc, line: 571 -msgid "Sending of IPv4 ICMP redirects" -msgstr "发送IPv4 ICMP重定向" - -# File: src/etc/inc/upgrade_config.inc, line: 575 -msgid "Sending of IPv6 ICMP redirects" -msgstr "发送IPv6 ICMP重定向" - -# File: src/etc/inc/upgrade_config.inc, line: 579 -msgid "Generate SYN cookies for outbound SYN-ACK packets" -msgstr "为出站SYN-ACK包生成SYN cookies" - -# File: src/etc/inc/upgrade_config.inc, line: 583 -msgid "Maximum incoming TCP datagram size" -msgstr "最大入站TCP分片" - -# File: src/etc/inc/upgrade_config.inc, line: 587 -msgid "Maximum outgoing TCP datagram size" -msgstr "最大出站TCP分片" - -# File: src/etc/inc/upgrade_config.inc, line: 591 -msgid "" -"Fastforwarding (see http://lists.freebsd.org/pipermail/freebsd-" -"net/2004-January/002534.html)" -msgstr "" -"正在转发 (参阅 http://lists.freebsd.org/pipermail/freebsd-" -"net/2004-January/002534.html)" - -# File: src/etc/inc/upgrade_config.inc, line: 595 -msgid "Do not delay ACK to try and piggyback it onto a data packet" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 599 -msgid "Maximum outgoing UDP datagram size" -msgstr "最大出站UDP分片" - -# File: src/etc/inc/upgrade_config.inc, line: 603 -msgid "" -"Handling of non-IP packets which are not passed to pfil (see if_bridge(4))" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 607 -msgid "Allow unprivileged access to tap(4) device nodes" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 611 -msgid "Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 615 -msgid "" -"The system will attempt to calculate the bandwidth delay product for each " -"connection and limit the amount of data queued to the network to just the " -"amount required to maintain optimum throughput. " -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 619 -msgid "Set ICMP Limits" -msgstr "设置ICMP限制" - -# File: src/etc/inc/upgrade_config.inc, line: 623 -msgid "TCP Offload engine" -msgstr "TCP卸载引擎" - -# File: src/etc/inc/upgrade_config.inc, line: 664 -msgid "Interface %s Static Gateway" -msgstr "接口%s静态网关" - -# File: src/etc/inc/upgrade_config.inc, line: 667 -msgid "Interface %s Dynamic Gateway" -msgstr "接口%s动态网关" - -# File: src/etc/inc/upgrade_config.inc, line: 733 -msgid "Upgraded static route for %s" -msgstr "为 %s更新静态路由" - -# File: src/etc/inc/upgrade_config.inc, line: 830 -msgid "Sitedown pool for VS: %s" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 985 -msgid "phase2 for %s" -msgstr "" - -# File: src/etc/inc/upgrade_config.inc, line: 1212 -msgid "Upgraded Dyndns %s" -msgstr "已更新动态DNS %s" - -# File: src/etc/inc/upgrade_config.inc, line: 1264 -msgid "All Users" -msgstr "所有用户" - -# File: src/etc/inc/upgrade_config.inc, line: 1419 -msgid "Converted bridged %s" -msgstr "转换桥接%s" - -# File: src/etc/inc/upgrade_config.inc, line: 1793 -msgid "Auto added OpenVPN rule from config upgrade." -msgstr "从配置更新自动添加OpenVPN规则" - -# File: src/etc/inc/util.inc, line: 92 -msgid "WARNING: You must give a name as parameter to lock() function." -msgstr "警告:你必须给lock() 提供一个名字作为参数" - -# File: src/etc/inc/util.inc, line: 1023 -msgid "The command '%s' returned exit code '%d', the output was '%s'" -msgstr "" - -# File: src/etc/inc/vpn.inc, line: 136 -msgid "Configuring IPsec VPN... " -msgstr "正在配置 IPsec VPN" - -# File: src/etc/inc/vpn.inc, line: 394 -msgid "Error: Invalid certificate info for %s" -msgstr "错误:对于%s是无效的证书信息" - -# File: src/etc/inc/vpn.inc, line: 400 -msgid "Error: Invalid certificate hash info for %s" -msgstr "错误:对于%s是无效的哈希信息" - -# File: src/etc/inc/vpn.inc, line: 405 -msgid "Error: Cannot write IPsec CA file for %s" -msgstr "错误:对于%s不能写入IPsec CA文件" - -# File: src/etc/inc/vpn.inc, line: 427 -msgid "Error: Invalid phase1 certificate reference for %s" -msgstr "错误:对于%s是无效的phase1证书参考" - -# File: src/etc/inc/vpn.inc, line: 435 -msgid "Error: Cannot write phase1 key file for %s" -msgstr "错误:对于%s不能写入phase1密钥文件" - -# File: src/etc/inc/vpn.inc, line: 442 -msgid "Error: Cannot write phase1 certificate file for %s" -msgstr "错误:对于%s不能写入phase1证书文件" - -# File: src/etc/inc/vpn.inc, line: 869 -msgid "Ignoring IPsec reload since there are no tunnels on interface %s" -msgstr "正在忽略IPsec负债,因为在接口 %s上没有隧道" - -# File: src/etc/inc/vpn.inc, line: 876 -msgid "Forcefully reloading IPsec" -msgstr "强制载入IPsec" - -# File: src/etc/inc/vpn.inc, line: 917 -msgid "Configuring PPTP VPN service... " -msgstr "正在配置PPTP VPN服务" - -# File: src/etc/inc/vpn.inc, line: 927 -msgid "Could not kill mpd within 3 seconds. Trying again." -msgstr "不能在3秒内杀掉mpd,请重试" - -# File: src/etc/inc/vpn.inc, line: 949 -msgid "Error: cannot open mpd.conf in vpn_pptpd_configure()." -msgstr "错误:不能 在vpn_pptpd_configure()打开mpd.conf" - -# File: src/etc/inc/vpn.inc, line: 1068 -msgid "Error: cannot open mpd.links in vpn_pptpd_configure()." -msgstr "错误:不能 在vpn_pptpd_configure()打开mpd.links" - -# File: src/etc/inc/vpn.inc, line: 1093 -msgid "Error: cannot open mpd.secret in vpn_pptpd_configure()." -msgstr "错误:不能 在vpn_pptpd_configure()打开mpd.secret" - -# File: src/etc/inc/vpn.inc, line: 1150 -msgid "Configuring PPPoE VPN service... " -msgstr "正在配置PPPoE VPN服务" - -# File: src/etc/inc/vpn.inc, line: 1174 -msgid "Error: cannot open mpd.conf in vpn_pppoe_configure()." -msgstr "错误:不能 在vpn_pppoe_configure()打开mpd.conf" - -# File: src/etc/inc/vpn.inc, line: 1283 -msgid "Error: cannot open mpd.links in vpn_pppoe_configure()." -msgstr "错误:不能 在vpn_pppoe_configure()打开mpd.links" - -# File: src/etc/inc/vpn.inc, line: 1310 -msgid "Error: cannot open mpd.secret in vpn_pppoe_configure()." -msgstr "错误:不能 在vpn_pppoe_configure()打开mpd.secret" - -# File: src/etc/inc/vpn.inc, line: 1342 -msgid "done" -msgstr "完成" - -# File: src/etc/inc/vpn.inc, line: 1358 -msgid "Configuring l2tp VPN service... " -msgstr "正在配置l2tp VPN服务" - -# File: src/etc/inc/vpn.inc, line: 1379 -msgid "Error: cannot open mpd.conf in vpn_l2tp_configure()." -msgstr "错误:不能 在vpn_l2tp_configure()打开mpd.conf" - -# File: src/etc/inc/vpn.inc, line: 1478 -msgid "Error: cannot open mpd.links in vpn_l2tp_configure()." -msgstr "错误:不能 在vpn_l2tp_configure()打开mpd.links" - -# File: src/etc/inc/vpn.inc, line: 1504 -msgid "Error: cannot open mpd.secret in vpn_l2tp_configure()." -msgstr "错误:不能 在vpn_l2tp_configure()打开mpd.secret" - -# File: src/etc/inc/xmlparse.inc, line: 83 -# File: src/www/interfaces.php, line: 92 -msgid "XML error: %s at line %d cannot occur more than once" -msgstr "" - -# File: src/etc/inc/xmlparse.inc, line: 159 -# File: src/etc/inc/xmlparse_attr.inc, line: 185 -msgid "Error: could not open XML input" -msgstr "错误:无法打开XML输入" - -# File: src/etc/inc/xmlparse.inc, line: 165 -msgid "XML error: %s at line %d in %s" -msgstr "" - -# File: src/etc/inc/xmlparse.inc, line: 182 -# File: src/etc/inc/xmlparse_attr.inc, line: 208 -msgid "XML error: no %s object found!" -msgstr "XML 错误:没有找到%s对象" - -# File: src/etc/inc/xmlrpc/legacy.inc, line: 145 -# File: src/etc/inc/xmlrpc/legacy.inc, line: 210 -msgid "Merged in config (%s sections) from XMLRPC client." -msgstr "" - -# File: src/etc/rc.bootup, line: 143 -msgid "Default interfaces not found -- Running interface assignment option." -msgstr "" - -# File: src/etc/rc.initial.password, line: 38 -msgid "The %s password will be reset to the factory default of `%s'." -msgstr "" - -# File: src/etc/rc.initial.password, line: 43 -msgid "Do you want to proceed [y|n]? " -msgstr "你想继续吗?【y/n】" - -# File: src/etc/rc.initial.password, line: 49 -msgid "The User manager authentication server is set to \"%s\"." -msgstr "" - -# File: src/etc/rc.initial.password, line: 51 -msgid "Do you want to set it back to Local Database [y|n]? " -msgstr "" - -# File: src/etc/rc.initial.password, line: 76 -msgid "password changed from console menu" -msgstr "从console菜单更改了密码" - -# File: src/etc/rc.initial.password, line: 79 -msgid "The password has been reset." -msgstr "密码已重置" - -# File: src/etc/rc.initial.password, line: 81 -msgid "Please change the password as soon as you log in!" -msgstr "登陆时请尽快更改密码!" - -# File: src/etc/rc.initial.setlanip, line: 106 -msgid "Do you want to enable the %s server on %s?" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 249 -msgid "Configure %s address %s interface via %s?" -msgstr "配置%s 地址 %s 接口经由 %s?" - -# File: src/etc/rc.initial.setlanip, line: 263 -msgid "Enter the new %s %s address. Press for none:" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 269 -msgid "This IP address conflicts with another interface or a VIP" -msgstr "该IP与另一个接口或虚拟IP冲突了" - -# File: src/etc/rc.initial.setlanip, line: 274 -msgid "Subnet masks are entered as bit counts (as in CIDR notation) in %s." -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 289 -msgid "Enter the new %s %s subnet bit count (1 to %s):" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 297 -msgid "You cannot set network address to an interface" -msgstr "不能在一个接口上设置网络地址" - -# File: src/etc/rc.initial.setlanip, line: 301 -msgid "You cannot set broadcast address to an interface" -msgstr "不能在一个接口上设置广播地址" - -# File: src/etc/rc.initial.setlanip, line: 314 -msgid "For a WAN, enter the new %s %s upstream gateway address." -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 315 -msgid "For a LAN, press for none:" -msgstr "对于一个LAN,如果什么都不做,请按键继续" - -# File: src/etc/rc.initial.setlanip, line: 321 -msgid "not an %s IP address!" -msgstr "%s不是一个IP地址" - -# File: src/etc/rc.initial.setlanip, line: 323 -msgid "not in subnet!" -msgstr "不在子网中!" - -# File: src/etc/rc.initial.setlanip, line: 367 -msgid "Enter the start address of the %s client address range:" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 376 -# File: src/etc/rc.initial.setlanip, line: 389 -msgid "This IP address must be in the interface's subnet" -msgstr "该IP地址必须在接口子网内" - -# File: src/etc/rc.initial.setlanip, line: 380 -msgid "Enter the end address of the %s client address range:" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 392 -msgid "The end address of the DHCP range must be >= the start address" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 403 -msgid "Disabling %s DHCPD..." -msgstr "禁用%s DHCPD..." - -# File: src/etc/rc.initial.setlanip, line: 416 -msgid "Do you want to revert to HTTP as the webConfigurator protocol?" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 423 -msgid "Note: the anti-lockout rule on %s has been re-enabled." -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 454 -msgid "%s IP configuration from console menu" -msgstr "%s来自console菜单的 IP配置" - -# File: src/etc/rc.initial.setlanip, line: 469 -# File: src/etc/rc.initial.setlanip, line: 472 -msgid "The IPv4 %s address has been set to %s" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 478 -# File: src/etc/rc.initial.setlanip, line: 481 -msgid "The IPv6 %s address has been set to %s" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 488 -msgid "" -"You can now access the webConfigurator by opening the following URL in your " -"web browser:" -msgstr "" - -# File: src/etc/rc.initial.setlanip, line: 516 -msgid "Press to continue." -msgstr "键继续" - -# File: src/etc/inc/util.inc, line: 112 -msgid "WARNING: You must give a name as parameter to try_lock() function." -msgstr "警告:你必须给 try_lock() 功能提供一个名字作为参数" - -# File: src/etc/rc.openvpn, line: 88 -msgid "" -"Could not obtain openvpn lock for executing rc.openvpn for more than 10 " -"seconds continuing..." -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 14 -# File: src/etc/rc.restore_config_backup, line: 77 -# File: src/www/diag_confbak.php, line: 53 -# File: src/www/diag_confbak.php, line: 59 -# File: src/www/diag_confbak.php, line: 135 -# File: src/www/diag_confbak.php, line: 195 -# File: src/www/diag_confbak.php, line: 266 -# File: src/www/diag_confbak.php, line: 276 -# File: src/www/firewall_nat_edit.php, line: 877 -# File: src/www/firewall_nat_edit.php, line: 885 -# File: src/www/firewall_nat_out_edit.php, line: 818 -# File: src/www/firewall_nat_out_edit.php, line: 829 -# File: src/www/firewall_rules_edit.php, line: 1579 -# File: src/www/firewall_rules_edit.php, line: 1587 -msgid "n/j/y H:i:s" -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 16 -# File: src/www/diag_confbak.php, line: 278 -# File: src/www/widgets/widgets/gateways.widget.php, line: 119 -# File: src/www/widgets/widgets/system_information.widget.php, line: 66 -msgid "Unknown" -msgstr "未知" - -# File: src/etc/rc.restore_config_backup, line: 21 -msgid "Unknown Page" -msgstr "未知页面" - -# File: src/etc/rc.restore_config_backup, line: 34 -# File: src/etc/rc.restore_config_backup, line: 50 -msgid "No backups found in the configuration history." -msgstr "配置历史中没有找到备份" - -# File: src/etc/rc.restore_config_backup, line: 53 -msgid "Which configuration would you like to restore?" -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 59 -msgid "That is not a valid backup number.\n" -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 67 -msgid "Is this the backup you wish to restore?" -msgstr "你希望恢复此备份吗?" - -# File: src/etc/rc.restore_config_backup, line: 71 -msgid "Y/N?" -msgstr "是/否?" - -# File: src/etc/rc.restore_config_backup, line: 73 -msgid "Y" -msgstr "是" - -# File: src/etc/rc.restore_config_backup, line: 76 -# File: src/www/diag_confbak.php, line: 47 -msgid "Successfully reverted to timestamp %s with description \"%s\"." -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 78 -msgid "" -"You may need to reboot the firewall or restart services before the restored " -"configuration is fully active." -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 80 -# File: src/www/diag_confbak.php, line: 55 -msgid "Unable to revert to the selected configuration." -msgstr "不能转换到所选配置" - -# File: src/etc/rc.restore_config_backup, line: 83 -msgid "Restore canceled." -msgstr "恢复已取消的" - -# File: src/etc/rc.restore_config_backup, line: 86 -msgid "Restore canceled due to invalid input." -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 93 -msgid "Restore Backup from Configuration History" -msgstr "从配置历史恢复备份" - -# File: src/etc/rc.restore_config_backup, line: 94 -msgid "List Backups" -msgstr "列表备份" - -# File: src/etc/rc.restore_config_backup, line: 95 -msgid "Restore Backup" -msgstr "恢复备份" - -# File: src/etc/rc.restore_config_backup, line: 96 -msgid "Quit" -msgstr "退出" - -# File: src/etc/rc.restore_config_backup, line: 98 -msgid "Please select an option to continue" -msgstr "" - -# File: src/etc/rc.restore_config_backup, line: 103 -msgid "quit" -msgstr "退出" - -# File: src/etc/rc.sshd, line: 133 -msgid "Started creating your SSH keys. SSH startup is being delayed a wee bit." -msgstr "" - -# File: src/etc/rc.sshd, line: 140 -msgid "Completed creating your SSH keys. SSH will now be started." -msgstr "" - -# File: src/etc/inc/pfsense-utils.inc, line: 1546 -msgid "Could not process aliases from alias: %s" -msgstr "不能处理来自别名组 %s的别名" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 54 -msgid "Connection error." -msgstr "" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 57 -msgid "Repository problem." -msgstr "" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 60 -msgid "There are no updates available." -msgstr "" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 68 -msgid "" -"There is a mandatory update for the package manager available. Please " -"install and fetch updates again." -msgstr "有一个可用软件管理器强制更新,请先更新并在完成后重新点击获取更新。" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 77 -msgid "There is %s update available, total download size is %s." -msgstr "共有 %s 个可用的更新,共需下载 %s 。" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 83 -msgid "There are %s updates available, total download size is %s." -msgstr "" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 84 -msgid "This update requires a reboot." -msgstr "此更新需要重启系统。" - -# File: src/opnsense/mvc/app/controllers/OPNsense/Core/Api/FirmwareController.php, line: 89 -msgid "Current status is unknown." -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 98 -msgid "Disconnect selected client?" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 131 -msgid "Session" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 132 -msgid "userName" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 133 -msgid "macAddress" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 134 -msgid "ipAddress" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt, line: 135 -msgid "connected since" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 63 -msgid "Error reconfiguring captiveportal" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 167 -msgid "Error uploading template" -msgstr "" - -# File: src/www/services_captiveportal_zones.php, line: 56 -msgid "Zones" -msgstr "区域" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 181 -msgid "Templates" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 86 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 409 -msgid "Enabled" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 87 -msgid "Zoneid" -msgstr "" - -# File: src/etc/inc/shaper.inc, line: 1161 -# File: src/www/diag_ipsec.php, line: 95 -# File: src/www/firewall_aliases.php, line: 194 -# File: src/www/firewall_aliases_edit.php, line: 463 -# File: src/www/firewall_aliases_edit.php, line: 656 -# File: src/www/firewall_aliases_edit.php, line: 693 -# File: src/www/firewall_aliases_import.php, line: 188 -# File: src/www/firewall_nat.php, line: 227 -# File: src/www/firewall_nat_1to1.php, line: 186 -# File: src/www/firewall_nat_1to1_edit.php, line: 538 -# File: src/www/firewall_nat_edit.php, line: 794 -# File: src/www/firewall_nat_npt.php, line: 111 -# File: src/www/firewall_nat_npt_edit.php, line: 282 -# File: src/www/firewall_nat_out.php, line: 314 -# File: src/www/firewall_nat_out.php, line: 518 -# File: src/www/firewall_nat_out_edit.php, line: 794 -# File: src/www/firewall_rules.php, line: 407 -# File: src/www/firewall_rules_edit.php, line: 1188 -# File: src/www/firewall_schedule.php, line: 107 -# File: src/www/firewall_schedule_edit.php, line: 805 -# File: src/www/firewall_schedule_edit.php, line: 1018 -# File: src/www/firewall_virtual_ip.php, line: 229 -# File: src/www/firewall_virtual_ip_edit.php, line: 460 -# File: src/www/interfaces.php, line: 1603 -# File: src/www/interfaces_bridge.php, line: 128 -# File: src/www/interfaces_bridge_edit.php, line: 300 -# File: src/www/interfaces_gif.php, line: 116 -# File: src/www/interfaces_gif_edit.php, line: 233 -# File: src/www/interfaces_gre.php, line: 117 -# File: src/www/interfaces_gre_edit.php, line: 238 -# File: src/www/interfaces_groups.php, line: 102 -# File: src/www/interfaces_groups_edit.php, line: 261 -# File: src/www/interfaces_lagg.php, line: 123 -# File: src/www/interfaces_lagg_edit.php, line: 228 -# File: src/www/interfaces_ppps.php, line: 118 -# File: src/www/interfaces_ppps_edit.php, line: 487 -# File: src/www/interfaces_qinq.php, line: 128 -# File: src/www/interfaces_qinq_edit.php, line: 334 -# File: src/www/interfaces_vlan.php, line: 125 -# File: src/www/interfaces_vlan_edit.php, line: 202 -# File: src/www/interfaces_wireless.php, line: 116 -# File: src/www/interfaces_wireless_edit.php, line: 189 -# File: src/www/load_balancer_monitor.php, line: 125 -# File: src/www/load_balancer_monitor_edit.php, line: 77 -# File: src/www/load_balancer_monitor_edit.php, line: 243 -# File: src/www/load_balancer_pool.php, line: 139 -# File: src/www/load_balancer_pool_edit.php, line: 216 -# File: src/www/load_balancer_relay_action.php, line: 141 -# File: src/www/load_balancer_relay_action_edit.php, line: 107 -# File: src/www/load_balancer_relay_action_edit.php, line: 418 -# File: src/www/load_balancer_relay_protocol.php, line: 135 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 69 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 220 -# File: src/www/load_balancer_virtual_server.php, line: 137 -# File: src/www/load_balancer_virtual_server_edit.php, line: 173 -# File: src/www/services_captiveportal_ip.php, line: 107 -# File: src/www/services_captiveportal_ip_edit.php, line: 190 -# File: src/www/services_captiveportal_mac.php, line: 166 -# File: src/www/services_captiveportal_mac_edit.php, line: 217 -# File: src/www/services_captiveportal_zones.php, line: 91 -# File: src/www/services_captiveportal_zones_edit.php, line: 111 -# File: src/www/services_dhcp.php, line: 815 -# File: src/www/services_dhcp.php, line: 1178 -# File: src/www/services_dhcp_edit.php, line: 412 -# File: src/www/services_dhcpv6.php, line: 836 -# File: src/www/services_dhcpv6_edit.php, line: 235 -# File: src/www/services_dnsmasq.php, line: 369 -# File: src/www/services_dnsmasq.php, line: 447 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 157 -# File: src/www/services_dnsmasq_edit.php, line: 223 -# File: src/www/services_dnsmasq_edit.php, line: 244 -# File: src/www/services_dyndns.php, line: 93 -# File: src/www/services_dyndns_edit.php, line: 425 -# File: src/www/services_igmpproxy.php, line: 99 -# File: src/www/services_igmpproxy_edit.php, line: 175 -# File: src/www/services_rfc2136.php, line: 86 -# File: src/www/services_rfc2136_edit.php, line: 218 -# File: src/www/services_unbound.php, line: 387 -# File: src/www/services_unbound.php, line: 451 -# File: src/www/services_unbound_acls.php, line: 235 -# File: src/www/services_unbound_acls.php, line: 285 -# File: src/www/services_unbound_acls.php, line: 310 -# File: src/www/services_unbound_domainoverride_edit.php, line: 151 -# File: src/www/services_unbound_host_edit.php, line: 225 -# File: src/www/services_unbound_host_edit.php, line: 246 -# File: src/www/services_wol.php, line: 173 -# File: src/www/services_wol_edit.php, line: 158 -# File: src/www/status_gateway_groups.php, line: 82 -# File: src/www/status_gateways.php, line: 77 -# File: src/www/status_lb_pool.php, line: 140 -# File: src/www/status_lb_vs.php, line: 83 -# File: src/www/status_services.php, line: 78 -# File: src/www/status_upnp.php, line: 78 -# File: src/www/system_advanced_sysctl.php, line: 144 -# File: src/www/system_advanced_sysctl.php, line: 210 -# File: src/www/system_gateway_groups.php, line: 140 -# File: src/www/system_gateway_groups_edit.php, line: 338 -# File: src/www/system_gateways.php, line: 220 -# File: src/www/system_gateways_edit.php, line: 857 -# File: src/www/system_groupmanager.php, line: 280 -# File: src/www/system_groupmanager.php, line: 364 -# File: src/www/system_groupmanager.php, line: 436 -# File: src/www/system_groupmanager_addprivs.php, line: 198 -# File: src/www/system_routes.php, line: 237 -# File: src/www/system_routes_edit.php, line: 333 -# File: src/www/system_usermanager.php, line: 598 -# File: src/www/system_usermanager_addprivs.php, line: 167 -# File: src/www/vpn_ipsec_phase1.php, line: 646 -# File: src/www/vpn_ipsec_phase2.php, line: 648 -# File: src/www/vpn_openvpn_client.php, line: 664 -# File: src/www/vpn_openvpn_client.php, line: 1110 -# File: src/www/vpn_openvpn_csc.php, line: 373 -# File: src/www/vpn_openvpn_csc.php, line: 752 -# File: src/www/vpn_openvpn_server.php, line: 894 -# File: src/www/vpn_openvpn_server.php, line: 1833 -# File: src/www/vpn_pppoe.php, line: 119 -# File: src/www/vpn_pppoe_edit.php, line: 459 -msgid "Description" -msgstr "描述" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 89 -msgid "Commands" -msgstr "" - -# File: src/www/diag_ipsec_leases.php, line: 73 -# File: src/www/load_balancer_relay_action_edit.php, line: 511 -msgid "ID" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 214 -msgid "Fileid" -msgstr "" - -# File: src/etc/inc/shaper.inc, line: 582 -# File: src/etc/inc/shaper.inc, line: 932 -# File: src/www/diag_gmirror.php, line: 221 -# File: src/www/diag_gmirror.php, line: 288 -# File: src/www/firewall_aliases.php, line: 192 -# File: src/www/firewall_aliases_edit.php, line: 115 -# File: src/www/firewall_aliases_edit.php, line: 642 -# File: src/www/firewall_aliases_import.php, line: 60 -# File: src/www/firewall_schedule.php, line: 105 -# File: src/www/interfaces_groups.php, line: 100 -# File: src/www/load_balancer_monitor.php, line: 123 -# File: src/www/load_balancer_monitor_edit.php, line: 77 -# File: src/www/load_balancer_monitor_edit.php, line: 237 -# File: src/www/load_balancer_pool.php, line: 134 -# File: src/www/load_balancer_pool_edit.php, line: 68 -# File: src/www/load_balancer_pool_edit.php, line: 201 -# File: src/www/load_balancer_relay_action.php, line: 138 -# File: src/www/load_balancer_relay_action_edit.php, line: 107 -# File: src/www/load_balancer_relay_action_edit.php, line: 412 -# File: src/www/load_balancer_relay_protocol.php, line: 132 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 69 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 197 -# File: src/www/load_balancer_virtual_server.php, line: 131 -# File: src/www/load_balancer_virtual_server_edit.php, line: 61 -# File: src/www/load_balancer_virtual_server_edit.php, line: 66 -# File: src/www/load_balancer_virtual_server_edit.php, line: 167 -# File: src/www/services_captiveportal_filemanager.php, line: 190 -# File: src/www/services_igmpproxy.php, line: 96 -# File: src/www/status_gateways.php, line: 71 -# File: src/www/status_lb_pool.php, line: 136 -# File: src/www/status_lb_vs.php, line: 79 -# File: src/www/status_openvpn.php, line: 280 -# File: src/www/status_openvpn.php, line: 343 -# File: src/www/system_camanager.php, line: 598 -# File: src/www/system_certmanager.php, line: 1055 -# File: src/www/system_crlmanager.php, line: 547 -# File: src/www/system_gateways.php, line: 216 -# File: src/www/system_gateways_edit.php, line: 104 -# File: src/www/system_gateways_edit.php, line: 694 -# File: src/www/system_groupmanager.php, line: 363 -# File: src/www/system_usermanager.php, line: 597 -# File: src/www/system_usermanager.php, line: 658 -# File: src/www/widgets/widgets/gateways.widget.php, line: 46 -# File: src/www/widgets/widgets/system_information.widget.php, line: 102 -msgid "Name" -msgstr "名字" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 111 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 505 -msgid "Apply" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 251 -msgid "Upload file" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 257 -msgid "Template name" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt, line: 261 -msgid "File input" -msgstr "" - -# File: src/www/services_captiveportal_filemanager.php, line: 174 -msgid "Upload" -msgstr "上载" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "Please setup a voucher server first " -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 52 -msgid "goto auth servers" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 139 -msgid "Remove voucher group" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 140 -msgid "All vouchers within this group will be deleted" -msgstr "" - -# File: src/www/crash_reporter.php, line: 138 -# File: src/www/diag_defaults.php, line: 48 -# File: src/www/diag_defaults.php, line: 59 -# File: src/www/diag_defaults.php, line: 73 -# File: src/www/diag_halt.php, line: 47 -# File: src/www/diag_halt.php, line: 59 -# File: src/www/reboot.php, line: 47 -# File: src/www/reboot.php, line: 57 -msgid "Yes" -msgstr "是" - -# File: src/www/status_captiveportal_vouchers.php, line: 125 -msgid "Voucher" -msgstr "优惠券" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 240 -msgid "Valid from" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 241 -msgid "Valid to" -msgstr "" - -# File: src/www/diag_dump_states.php, line: 192 -# File: src/www/diag_system_pftop.php, line: 133 -# File: src/www/status_dhcpv6_leases.php, line: 519 -msgid "State" -msgstr "状态" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 256 -msgid "Create vouchers" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 276 -msgid "Generate vouchers" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 282 -msgid "Validity" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 283 -msgid "Number of vouchers" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 284 -msgid "Groupname" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 291 -msgid "4 hours" -msgstr "4小时" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 292 -msgid "8 hours" -msgstr "8小时" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 293 -msgid "1 day" -msgstr "1天" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 294 -msgid "2 days" -msgstr "2天" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 295 -msgid "3 days" -msgstr "3天" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 296 -msgid "4 days" -msgstr "4天" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 297 -msgid "5 days" -msgstr "5天" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 298 -msgid "6 days" -msgstr "6天" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 299 -msgid "1 week" -msgstr "1周" - -# File: src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt, line: 300 -msgid "2 weeks" -msgstr "2周" - -# File: src/www/services_captiveportal_vouchers.php, line: 429 -# File: src/www/services_captiveportal_vouchers.php, line: 436 -msgid "Generate" -msgstr "形成" - -# File: src/www/guiconfig.inc, line: 355 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 68 -# File: src/www/system_usermanager_settings_test.php, line: 85 -msgid "Close" -msgstr "关闭" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 39 -msgid "Fetching... (may take up to 30 seconds)" -msgstr "获取中... (可能长达30秒)" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 57 -msgid "Package Name" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "Current Version" -msgstr "当前版本" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 58 -msgid "New Version" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 64 -msgid "NEW" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 67 -msgid "REINSTALL" -msgstr "重新安装" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 85 -msgid "Upgrading... (do not leave this page while upgrade is in progress)" -msgstr "升级中... (升级过程中请勿关闭此页面)" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 100 -msgid "Executing... (do not leave this page while execute is in progress)" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 146 -msgid "Upgrade done!" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 152 -msgid "Your device is rebooting" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 157 -msgid "" -"The upgrade has finished and your device is being rebooted at the moment, " -"please wait..." -msgstr "" - -# File: src/www/diag_confbak.php, line: 255 -# File: src/www/diag_gmirror.php, line: 289 -# File: src/www/diag_system_pftop.php, line: 131 -# File: src/www/diag_system_pftop.php, line: 146 -# File: src/www/services_captiveportal_filemanager.php, line: 191 -msgid "Size" -msgstr "大小" - -# File: src/www/diag_confbak.php, line: 254 -msgid "Version" -msgstr "版本" - -# File: src/www/services_captiveportal_vouchers.php, line: 381 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 205 -# File: src/www/status_captiveportal_voucher_rolls.php, line: 93 -msgid "Comment" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 248 -msgid "Fetch updates to view available plugins." -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 207 -msgid "Upgrade now" -msgstr "立即升级" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 208 -msgid "Fetch updates" -msgstr "获取更新" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 209 -msgid "Click to check for updates." -msgstr "点击以检查更新。" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 215 -msgid "Packages" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 307 -msgid "Plugins" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 108 -msgid "Updates" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt, line: 217 -msgid "Progress" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Cron/index.volt, line: 116 -msgid "Jobs" -msgstr "" - -# File: src/www/diag_states_summary.php, line: 143 -# File: src/www/firewall_aliases.php, line: 177 -# File: src/www/services_dnsmasq.php, line: 368 -# File: src/www/services_dnsmasq.php, line: 446 -# File: src/www/services_unbound.php, line: 386 -# File: src/www/services_unbound.php, line: 450 -# File: src/www/vpn_pppoe_edit.php, line: 553 -msgid "IP" -msgstr "IP" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 79 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 79 -msgid "MAC" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 80 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 80 -msgid "Manufacturer" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 82 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 82 -msgid "Interface name" -msgstr "" - -# File: src/www/diag_arp.php, line: 327 -# File: src/www/diag_ndp.php, line: 144 -# File: src/www/interfaces.php, line: 1960 -# File: src/www/services_dhcp.php, line: 1177 -# File: src/www/services_dhcp_edit.php, line: 392 -# File: src/www/services_dhcpv6.php, line: 835 -# File: src/www/services_dhcpv6_edit.php, line: 215 -# File: src/www/services_dyndns.php, line: 91 -# File: src/www/services_dyndns_edit.php, line: 89 -# File: src/www/services_dyndns_edit.php, line: 319 -# File: src/www/services_rfc2136.php, line: 84 -# File: src/www/services_rfc2136_edit.php, line: 71 -# File: src/www/services_rfc2136_edit.php, line: 164 -# File: src/www/status_dhcp_leases.php, line: 338 -# File: src/www/system_general.php, line: 99 -# File: src/www/system_general.php, line: 302 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 76 -msgid "Hostname" -msgstr "主机名" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 90 -msgid "NOTE: Local IPv6 peers use NDP instead of ARP." -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt, line: 100 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt, line: 94 -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 128 -msgid "Refresh" -msgstr "" - -# File: src/www/diag_testport.php, line: 158 -msgid "IPv6" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 100 -msgid "PID" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 101 -msgid "USERNAME" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 102 -msgid "PRI" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 103 -msgid "NICE" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 104 -msgid "SIZE" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 105 -msgid "RES" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 106 -msgid "STATE" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 107 -msgid "C" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 108 -msgid "TIME" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 109 -msgid "WCPU" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt, line: 110 -msgid "COMMAND" -msgstr "" - -# File: src/www/graph.php, line: 108 -# File: src/www/interfaces.php, line: 2675 -# File: src/www/interfaces.php, line: 2797 -# File: src/www/interfaces_bridge_edit.php, line: 355 -# File: src/www/interfaces_bridge_edit.php, line: 365 -# File: src/www/interfaces_bridge_edit.php, line: 374 -# File: src/www/interfaces_bridge_edit.php, line: 445 -# File: src/www/services_dhcp.php, line: 895 -# File: src/www/services_dhcp.php, line: 905 -# File: src/www/services_dhcp_edit.php, line: 465 -# File: src/www/services_dhcp_edit.php, line: 475 -# File: src/www/services_dhcpv6.php, line: 628 -# File: src/www/services_dhcpv6.php, line: 638 -# File: src/www/services_ntpd_gps.php, line: 460 -# File: src/www/services_ntpd_gps.php, line: 466 -# File: src/www/services_ntpd_pps.php, line: 155 -# File: src/www/services_rfc2136_edit.php, line: 174 -# File: src/www/vpn_ipsec_phase1.php, line: 857 -# File: src/www/vpn_ipsec_phase1.php, line: 909 -# File: src/www/vpn_ipsec_phase2.php, line: 767 -msgid "seconds" -msgstr "秒" - -# File: src/www/system_camanager.php, line: 501 -# File: src/www/system_certmanager.php, line: 714 -# File: src/www/system_crlmanager.php, line: 370 -msgid "days" -msgstr "天" - -# File: src/www/services_captiveportal.php, line: 568 -msgid "hours" -msgstr "" - -# File: src/www/services_captiveportal.php, line: 546 -# File: src/www/services_captiveportal.php, line: 553 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 84 -msgid "minutes" -msgstr "分钟" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 336 -msgid "Year(s)" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 338 -msgid "Days" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 340 -msgid "Hours" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 342 -msgid "Minutes" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 369 -msgid "full date & time" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 371 -msgid "timestamp" -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 327 -# File: src/www/load_balancer_relay_action.php, line: 140 -# File: src/www/load_balancer_relay_action_edit.php, line: 516 -# File: src/www/load_balancer_relay_action_edit.php, line: 536 -# File: src/www/load_balancer_relay_protocol.php, line: 134 -msgid "Options" -msgstr "选项" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 578 -msgid "Zoom level" -msgstr "" - -# File: src/www/status_rrd_graph.php, line: 175 -# File: src/www/status_rrd_graph_settings.php, line: 51 -msgid "Inverse" -msgstr "" - -# File: src/www/interfaces.php, line: 2927 -# File: src/www/vpn_l2tp.php, line: 300 -# File: src/www/vpn_pppoe_edit.php, line: 375 -# File: src/www/vpn_pptp.php, line: 319 -msgid "Off" -msgstr "关闭" - -# File: src/www/interfaces.php, line: 2928 -msgid "On" -msgstr "开启" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 602 -msgid "Resolution" -msgstr "" - -# File: src/www/interfaces.php, line: 2835 -msgid "Standard" -msgstr "标准" - -# File: src/www/diag_packet_capture.php, line: 328 -msgid "Medium" -msgstr "中等" - -# File: src/www/diag_packet_capture.php, line: 329 -msgid "High" -msgstr "高" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 622 -msgid "Show Tables" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 646 -msgid "Please wait while loading data..." -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 643 -msgid "Current detail is showing" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 643 -msgid "averages" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 668 -msgid "Current View - Overview" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 692 -msgid "Current View - Details" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 696 -msgid "Toggle Timeview" -msgstr "" - -# File: src/www/firewall_rules.php, line: 129 -# File: src/www/firewall_rules_edit.php, line: 956 -msgid "Timestamp" -msgstr "时间戳" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 706 -msgid "" -"Full Date &\n" -" Time" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt, line: 712 -msgid "Download as CSV" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 383 -msgid "Alerts" -msgstr "" - -# File: src/www/firewall_rules.php, line: 406 -# File: src/www/firewall_rules_edit.php, line: 1432 -msgid "Schedule" -msgstr "计划" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 399 -msgid "rulesets" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 408 -msgid "Last updated" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 418 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 455 -msgid "disable selected" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 419 -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 456 -msgid "enable selected" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 443 -msgid "sid" -msgstr "" - -# File: src/www/diag_confbak.php, line: 184 -# File: src/www/diag_gmirror.php, line: 194 -# File: src/www/diag_logs_vpn.php, line: 134 -# File: src/www/firewall_rules_edit.php, line: 775 -# File: src/www/load_balancer_relay_action_edit.php, line: 107 -# File: src/www/load_balancer_relay_action_edit.php, line: 485 -# File: src/www/services_captiveportal_mac_edit.php, line: 90 -# File: src/www/services_captiveportal_mac_edit.php, line: 185 -# File: src/www/services_unbound_acls.php, line: 209 -# File: src/www/services_unbound_acls.php, line: 309 -msgid "Action" -msgstr "动作" - -# File: src/www/diag_ipsec_sad.php, line: 62 -# File: src/www/diag_ipsec_spd.php, line: 62 -# File: src/www/diag_logs_filter.php, line: 304 -# File: src/www/diag_logs_filter_dynamic.php, line: 114 -# File: src/www/firewall_nat_edit.php, line: 537 -# File: src/www/firewall_nat_edit.php, line: 543 -# File: src/www/firewall_nat_out.php, line: 307 -# File: src/www/firewall_nat_out.php, line: 511 -# File: src/www/firewall_nat_out_edit.php, line: 135 -# File: src/www/firewall_nat_out_edit.php, line: 530 -# File: src/www/firewall_rules.php, line: 400 -# File: src/www/firewall_rules_edit.php, line: 973 -# File: src/www/vpn_ipsec_mobile.php, line: 388 -# File: src/www/vpn_ipsec_mobile.php, line: 406 -# File: src/www/widgets/widgets/log.widget.php, line: 200 -msgid "Source" -msgstr "源" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 445 -msgid "ClassType" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 446 -msgid "Message" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 447 -msgid "Info / enabled" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 481 -msgid "Search" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 482 -msgid "Query" -msgstr "" - -# File: src/www/diag_ipsec_sad.php, line: 63 -# File: src/www/diag_ipsec_spd.php, line: 63 -# File: src/www/diag_logs_filter.php, line: 305 -# File: src/www/diag_logs_filter_dynamic.php, line: 115 -# File: src/www/firewall_nat_1to1_edit.php, line: 445 -# File: src/www/firewall_nat_edit.php, line: 641 -# File: src/www/firewall_nat_out.php, line: 309 -# File: src/www/firewall_nat_out.php, line: 513 -# File: src/www/firewall_nat_out_edit.php, line: 135 -# File: src/www/firewall_nat_out_edit.php, line: 583 -# File: src/www/firewall_rules.php, line: 402 -# File: src/www/firewall_rules_edit.php, line: 1076 -# File: src/www/widgets/widgets/log.widget.php, line: 201 -msgid "Destination" -msgstr "目标" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 495 -msgid "Alert" -msgstr "" - -# File: src/www/diag_smart.php, line: 284 -# File: src/www/diag_smart.php, line: 295 -msgid "Info" -msgstr "信息" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 506 -msgid "Download & Update Rules" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 508 -msgid "" -"Please use \"Download & Update Rules\" to fetch your initial ruleset, " -"automatic updating can be scheduled after the first download" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/IDS/index.volt, line: 519 -msgid "Processing request..." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 324 -# File: src/www/firewall_aliases_import.php, line: 165 -# File: src/www/firewall_nat_1to1_edit.php, line: 288 -# File: src/www/firewall_nat_edit.php, line: 507 -# File: src/www/firewall_nat_npt_edit.php, line: 176 -# File: src/www/firewall_nat_out_edit.php, line: 393 -# File: src/www/vpn_ipsec_mobile.php, line: 348 -# File: src/www/vpn_ipsec_phase1.php, line: 604 -# File: src/www/vpn_ipsec_phase2.php, line: 645 -# File: src/www/vpn_ipsec_settings.php, line: 164 -# File: src/www/vpn_openvpn_client.php, line: 480 -# File: src/www/vpn_openvpn_client.php.orig, line: 480 -# File: src/www/vpn_openvpn_csc.php, line: 340 -# File: src/www/vpn_openvpn_export.php, line: 633 -# File: src/www/vpn_openvpn_export.php.orig, line: 633 -# File: src/www/vpn_openvpn_export_shared.php, line: 312 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 312 -# File: src/www/vpn_openvpn_server.php, line: 730 -# File: src/www/vpn_openvpn_server.php.orig, line: 730 -msgid "full help" -msgstr "完成帮助" - -# File: src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt, line: 234 -msgid "" -"\n" -" Add an item to the table to fetch a remote acl for " -"blacklisting.
\n" -" You can enable or disable the blacklist list.
\n" -" The active blacklists will be merged with the settings " -"under Forward Proxy -> Access Control List.\n" -" " -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 88 -msgid "Error reconfiguring trafficshaper" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 102 -msgid "Pipes" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 103 -msgid "Queues" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 112 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 142 -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 171 -msgid "Origin" -msgstr "" - -# File: src/www/services_captiveportal_vouchers_edit.php, line: 84 -# File: src/www/services_dhcp.php, line: 1083 -# File: src/www/services_dhcpv6.php, line: 762 -msgid "Number" -msgstr "数目" - -# File: src/etc/inc/shaper.inc, line: 276 -# File: src/etc/inc/shaper.inc, line: 608 -# File: src/etc/inc/shaper.inc, line: 1526 -# File: src/etc/inc/shaper.inc, line: 1841 -# File: src/etc/inc/shaper.inc, line: 2186 -# File: src/etc/inc/shaper.inc, line: 2326 -# File: src/etc/inc/shaper.inc, line: 2469 -# File: src/etc/inc/shaper.inc, line: 2600 -# File: src/www/interfaces_ppps_edit.php, line: 767 -# File: src/www/status_queues.php, line: 176 -msgid "Bandwidth" -msgstr "带宽" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 116 -msgid "Metric" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 117 -msgid "Burst" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 118 -msgid "Mask" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 145 -msgid "Pipe" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 758 -msgid "Weight" -msgstr "" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 170 -msgid "#" -msgstr "" - -# File: src/www/diag_ipsec_sad.php, line: 64 -# File: src/www/diag_ipsec_spd.php, line: 65 -# File: src/www/diag_packet_capture.php, line: 269 -# File: src/www/firewall_nat_edit.php, line: 182 -# File: src/www/firewall_nat_edit.php, line: 185 -# File: src/www/firewall_nat_edit.php, line: 526 -# File: src/www/firewall_nat_out_edit.php, line: 135 -# File: src/www/firewall_nat_out_edit.php, line: 510 -# File: src/www/firewall_rules_edit.php, line: 926 -# File: src/www/interfaces_bridge_edit.php, line: 318 -# File: src/www/load_balancer_relay_action_edit.php, line: 107 -# File: src/www/load_balancer_relay_action_edit.php, line: 425 -# File: src/www/load_balancer_virtual_server.php, line: 132 -# File: src/www/services_rfc2136_edit.php, line: 205 -# File: src/www/status_upnp.php, line: 75 -# File: src/www/system_advanced_admin.php, line: 315 -# File: src/www/vpn_ipsec_phase2.php, line: 667 -# File: src/www/vpn_openvpn_client.php, line: 502 -# File: src/www/vpn_openvpn_client.php, line: 1108 -# File: src/www/vpn_openvpn_server.php, line: 817 -msgid "Protocol" -msgstr "协议" - -# File: src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt, line: 176 -msgid "Target" -msgstr "" - -# File: src/opnsense/mvc/app/views/layout_partials/base_dialog.volt, line: 73 -# File: src/opnsense/mvc/app/views/layout_partials/base_form.volt, line: 63 -msgid "advanced mode" -msgstr "" - -# File: src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt, line: 61 -msgid "Clear All" -msgstr "" - -# File: src/www/carp_status.php, line: 55 -msgid "" -"%s IPs have been disabled. Please note that disabling does not survive a " -"reboot." -msgstr "%s IPs已禁用。请注意,该禁用在系统重启后不保存" - -# File: src/www/carp_status.php, line: 57 -msgid "CARP has been enabled." -msgstr "CARP 已经启用" - -# File: src/www/carp_status.php, line: 95 -msgid "" -"CARP has detected a problem and this unit has been demoted to BACKUP status." -msgstr "" - -# File: src/www/carp_status.php, line: 95 -msgid "Check link status on all interfaces with configured CARP VIPs." -msgstr "" - -# File: src/www/carp_status.php, line: 114 -msgid "Enable CARP" -msgstr "启用CARP" - -# File: src/www/carp_status.php, line: 117 -msgid "Temporarily Disable CARP" -msgstr "暂时禁用CARP" - -# File: src/www/carp_status.php, line: 122 -msgid "Enter Persistent CARP Maintenance Mode" -msgstr "" - -# File: src/www/carp_status.php, line: 120 -msgid "Leave Persistent CARP Maintenance Mode" -msgstr "" - -# File: src/www/carp_status.php, line: 131 -msgid "CARP Interface" -msgstr "CARP接口" - -# File: src/www/carp_status.php, line: 132 -# File: src/www/firewall_nat_out.php, line: 620 -# File: src/www/firewall_nat_out_edit.php, line: 725 -# File: src/www/system_gateway_groups_edit.php, line: 317 -msgid "Virtual IP" -msgstr "虚拟IP" - -# File: src/www/carp_status.php, line: 137 -msgid "Could not locate any defined CARP interfaces." -msgstr "" - -# File: src/www/carp_status.php, line: 185 -msgid "pfSync nodes" -msgstr "pf同步节点" - -# File: src/www/crash_reporter.php, line: 119 -msgid "Luckily we have not detected a programming bug." -msgstr "没有检测到程序bug" - -# File: src/www/crash_reporter.php, line: 115 -msgid "Thank you for submitting this crash report." -msgstr "谢谢提交崩溃报告" - -# File: src/www/crash_reporter.php, line: 117 -msgid "Please consider submitting a crash report if the error persists." -msgstr "如果这个错误持续存在,请考虑提交一个崩溃报告" - -# File: src/www/crash_reporter.php, line: 156 -msgid "Dismiss this report" -msgstr "" - -# File: src/www/crash_reporter.php, line: 157 -msgid "Submit this report" -msgstr "" - -# File: src/www/crash_reporter.php, line: 136 -msgid "Unfortunately we have detected at least one programming bug." -msgstr "检测到至少一个程序bug" - -# File: src/www/crash_reporter.php, line: 150 -msgid "Would you like to submit this crash report to the developers?" -msgstr "" - -# File: src/www/crash_reporter.php, line: 174 -msgid "" -"You can help us further by adding your contact information and a problem " -"description. Please note that providing your contact information greatly " -"improves the chances of bugs being fixed." -msgstr "" - -# File: src/www/crash_reporter.php, line: 176 -msgid "your@email.com" -msgstr "" - -# File: src/www/crash_reporter.php, line: 177 -msgid "A short problem description or steps to reproduce." -msgstr "" - -# File: src/www/crash_reporter.php, line: 156 -msgid "" -"Please double-check the following contents to ensure you are comfortable " -"submitting the following information." -msgstr "" - -# File: src/www/crash_reporter.php, line: 170 -msgid "Report an issue" -msgstr "" - -# File: src/www/diag_authentication.php, line: 39 -msgid "is not a valid authentication server" -msgstr "不是一个有效的认证服务器" - -# File: src/www/diag_authentication.php, line: 42 -msgid "A username and password must be specified." -msgstr "必须指定一个用户名和密码" - -# File: src/www/diag_authentication.php, line: 46 -# File: src/www/diag_logs_vpn.php, line: 135 -# File: src/www/system_usermanager.php, line: 76 -# File: src/www/vpn_l2tp_users_edit.php, line: 29 -# File: src/www/vpn_openvpn_export.php, line: 881 -# File: src/www/vpn_pptp_users_edit.php, line: 128 -msgid "User" -msgstr "用户" - -# File: src/www/diag_authentication.php, line: 46 -msgid "authenticated successfully." -msgstr "已认证成功" - -# File: src/www/diag_authentication.php, line: 48 -msgid "This user is a member of these groups" -msgstr "该用户是这些组的一个成员" - -# File: src/www/diag_authentication.php, line: 52 -msgid "Authentication failed." -msgstr "认证失败" - -# File: src/www/diag_authentication.php, line: 105 -msgid "Test a server" -msgstr "" - -# File: src/www/diag_authentication.php, line: 88 -# File: src/www/system_authservers.php, line: 74 -# File: src/www/system_usermanager_settings.php, line: 132 -msgid "Authentication Server" -msgstr "认证服务器" - -# File: src/www/diag_authentication.php, line: 103 -# File: src/www/firewall_aliases_edit.php, line: 482 -# File: src/www/interfaces.php, line: 2573 -# File: src/www/interfaces.php, line: 2647 -# File: src/www/interfaces.php, line: 2756 -# File: src/www/interfaces_ppps_edit.php, line: 189 -# File: src/www/interfaces_ppps_edit.php, line: 192 -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -# File: src/www/interfaces_ppps_edit.php, line: 528 -# File: src/www/services_dyndns_edit.php, line: 91 -# File: src/www/services_dyndns_edit.php, line: 363 -# File: src/www/services_opendns.php, line: 147 -# File: src/www/status_captiveportal.php, line: 163 -# File: src/www/system_usermanager.php, line: 164 -# File: src/www/system_usermanager.php, line: 169 -# File: src/www/system_usermanager.php, line: 174 -# File: src/www/system_usermanager.php, line: 472 -# File: src/www/system_usermanager.php, line: 857 -# File: src/www/vpn_l2tp_users.php, line: 109 -# File: src/www/vpn_l2tp_users_edit.php, line: 73 -# File: src/www/vpn_l2tp_users_edit.php, line: 76 -# File: src/www/vpn_l2tp_users_edit.php, line: 168 -# File: src/www/vpn_openvpn_client.php, line: 622 -# File: src/www/vpn_openvpn_client.php, line: 685 -# File: src/www/vpn_pppoe_edit.php, line: 551 -# File: src/www/vpn_pptp_users.php, line: 103 -# File: src/www/vpn_pptp_users_edit.php, line: 69 -# File: src/www/vpn_pptp_users_edit.php, line: 72 -# File: src/www/vpn_pptp_users_edit.php, line: 160 -# File: src/www/widgets/widgets/captive_portal_status.widget.php, line: 76 -msgid "Username" -msgstr "用户名" - -# File: src/www/diag_authentication.php, line: 112 -# File: src/www/diag_smart.php, line: 373 -# File: src/www/diag_testport.php, line: 166 -msgid "Test" -msgstr "测试" - -# File: src/www/diag_backup.php, line: 143 -msgid "DHCP Server" -msgstr "DHCP服务器" - -# File: src/www/diag_backup.php, line: 144 -# File: src/www/services_dhcpv6.php, line: 498 -# File: src/www/services_dhcpv6.php, line: 518 -# File: src/www/services_router_advertisements.php, line: 227 -msgid "DHCPv6 Server" -msgstr "DHCPv6服务器" - -# File: src/www/diag_backup.php, line: 145 -msgid "Firewall Rules" -msgstr "防火墙规则" - -# File: src/www/diag_backup.php, line: 147 -msgid "IPSEC" -msgstr "" - -# File: src/www/diag_backup.php, line: 150 -msgid "PPTP Server" -msgstr "PPTP服务器" - -# File: src/www/diag_backup.php, line: 151 -msgid "RRD Data" -msgstr "RRD数据" - -# File: src/www/diag_backup.php, line: 152 -msgid "Scheduled Tasks" -msgstr "计划任务" - -# File: src/www/diag_backup.php, line: 153 -msgid "Syslog" -msgstr "系统日志" - -# File: src/www/diag_backup.php, line: 155 -msgid "Static routes" -msgstr "静态路由" - -# File: src/www/diag_backup.php, line: 156 -msgid "System tunables" -msgstr "系统调整" - -# File: src/www/diag_backup.php, line: 157 -msgid "SNMP Server" -msgstr "SNMP服务器" - -# File: src/www/diag_backup.php, line: 159 -msgid "VLANS" -msgstr "" - -# File: src/www/diag_backup.php, line: 221 -msgid "You must supply and confirm the password for encryption." -msgstr "必须提供并确认加密所需的密码" - -# File: src/www/diag_backup.php, line: 223 -# File: src/www/diag_backup.php, line: 279 -# File: src/www/diag_backup.php, line: 501 -msgid "The supplied 'Password' and 'Confirm' field values must match." -msgstr "所提供的'密码'和'确认'域的值必须吻合" - -# File: src/www/diag_backup.php, line: 277 -msgid "You must supply and confirm the password for decryption." -msgstr "必须提供并确认解密所需的密码" - -# File: src/www/diag_backup.php, line: 289 -msgid "Warning, could not read file %s" -msgstr "警告:不能读取文件%s" - -# File: src/www/diag_backup.php, line: 468 -msgid "The configuration could not be restored (file upload error)." -msgstr "该配置不能被恢复(文件上载错误)" - -# File: src/www/diag_backup.php, line: 295 -msgid "" -"The uploaded file does not appear to contain an encrypted OPNsense " -"configuration." -msgstr "上载的文件没有包含一个加密的OPNsense配置" - -# File: src/www/diag_backup.php, line: 309 -# File: src/www/diag_backup.php, line: 312 -msgid "" -"You have selected to restore an area but we could not locate the correct xml " -"tag." -msgstr "你已经选择要恢复一个区域,但我们不能定位正确的xml标签" - -# File: src/www/diag_backup.php, line: 301 -msgid "Upgrading m0n0wall configuration to OPNsense." -msgstr "正在更新m0n0wall配置到OPNsense" - -# File: src/www/diag_backup.php, line: 321 -msgid "" -"The configuration area has been restored. You may need to reboot the " -"firewall." -msgstr "该配置区域已经恢复,你需要重启动防火墙" - -# File: src/www/diag_backup.php, line: 435 -msgid "The m0n0wall configuration has been restored and upgraded to OPNsense." -msgstr "m0n0wall配置已经恢复并更新到OPNsense" - -# File: src/www/diag_backup.php, line: 463 -# File: src/www/diag_backup.php, line: 479 -msgid "The configuration could not be restored." -msgstr "该配置不能被恢复" - -# File: src/www/diag_backup.php, line: 525 -msgid "Google Drive communication failure" -msgstr "Google网盘连接失败" - -# File: src/www/diag_backup.php, line: 527 -msgid "Backup succesfull, current filelist:" -msgstr "成功备份,当前文件列表:" - -# File: src/www/diag_backup.php, line: 584 -msgid "The firewall configuration has been changed." -msgstr "防火墙配置已更改" - -# File: src/www/diag_backup.php, line: 584 -msgid "The firewall is now rebooting." -msgstr "防火墙正在重启动" - -# File: src/www/diag_backup.php, line: 205 -# File: src/www/diag_tables.php, line: 158 -# File: src/www/diag_tables.php, line: 167 -msgid "Download" -msgstr "下载" - -# File: src/www/diag_backup.php, line: 626 -msgid "Click this button to download the system configuration in XML format." -msgstr "点击该按钮来下载系统配置,使用XML格式" - -# File: src/www/diag_backup.php, line: 626 -msgid "Backup area:" -msgstr "备份区域:" - -# File: src/www/diag_backup.php, line: 164 -msgid "ALL" -msgstr "所有" - -# File: src/www/diag_backup.php, line: 638 -msgid "Encrypt this configuration file." -msgstr "加密该配置文件" - -# File: src/www/diag_backup.php, line: 646 -msgid "" -"Do not backup RRD data (NOTE: RRD Data can consume 4+ megabytes of " -"config.xml space!)" -msgstr "不要备份RRD数据(注意:RRD数据能消耗4+ megabytes的XML配置空间!)" - -# File: src/www/diag_backup.php, line: 661 -msgid "confirm:" -msgstr "确认:" - -# File: src/www/diag_backup.php, line: 669 -msgid "Download configuration" -msgstr "下载配置" - -# File: src/www/diag_backup.php, line: 672 -msgid "Restore" -msgstr "" - -# File: src/www/diag_backup.php, line: 695 -msgid "Open a" -msgstr "打开a" - -# File: src/www/diag_backup.php, line: 695 -msgid "" -"configuration XML file and click the button below to restore the " -"configuration." -msgstr "配置XML文件并点击以下图标来回复配置" - -# File: src/www/diag_backup.php, line: 697 -msgid "Restore area:" -msgstr "恢复区域:" - -# File: src/www/diag_backup.php, line: 709 -msgid "Configuration file is encrypted." -msgstr "配置文件是加密的" - -# File: src/www/diag_backup.php, line: 203 -# File: src/www/diag_backup.php, line: 687 -# File: src/www/diag_backup.php, line: 731 -msgid "Restore configuration" -msgstr "恢复配置" - -# File: src/www/diag_backup.php, line: 732 -# File: src/www/diag_ipsec.php, line: 351 -# File: src/www/diag_ipsec_leases.php, line: 102 -# File: src/www/diag_ipsec_sad.php, line: 96 -# File: src/www/diag_ipsec_spd.php, line: 113 -# File: src/www/diag_logs_settings.php, line: 446 -# File: src/www/diag_packet_capture.php, line: 333 -# File: src/www/diag_routes.php, line: 199 -# File: src/www/firewall_aliases.php, line: 271 -# File: src/www/firewall_nat_1to1.php, line: 291 -# File: src/www/firewall_nat_out.php, line: 608 -# File: src/www/firewall_schedule.php, line: 237 -# File: src/www/firewall_virtual_ip.php, line: 278 -# File: src/www/firewall_virtual_ip_edit.php, line: 480 -# File: src/www/interfaces.php, line: 2703 -# File: src/www/interfaces_bridge.php, line: 173 -# File: src/www/interfaces_bridge_edit.php, line: 475 -# File: src/www/interfaces_bridge_edit.php, line: 519 -# File: src/www/interfaces_bridge_edit.php, line: 563 -# File: src/www/interfaces_gif.php, line: 149 -# File: src/www/interfaces_gre.php, line: 149 -# File: src/www/interfaces_groups.php, line: 147 -# File: src/www/interfaces_lagg.php, line: 156 -# File: src/www/interfaces_ppps_edit.php, line: 638 -# File: src/www/interfaces_qinq.php, line: 168 -# File: src/www/interfaces_vlan.php, line: 159 -# File: src/www/load_balancer_virtual_server_edit.php, line: 289 -# File: src/www/services_captiveportal.php, line: 1062 -# File: src/www/services_captiveportal_filemanager.php, line: 220 -# File: src/www/services_captiveportal_ip.php, line: 144 -# File: src/www/services_captiveportal_mac.php, line: 199 -# File: src/www/services_captiveportal_vouchers.php, line: 509 -# File: src/www/services_dhcp.php, line: 934 -# File: src/www/services_dhcp.php, line: 959 -# File: src/www/services_dhcp.php, line: 1152 -# File: src/www/services_dhcpv6.php, line: 661 -# File: src/www/services_dhcpv6.php, line: 813 -# File: src/www/services_dnsmasq.php, line: 332 -# File: src/www/services_dyndns.php, line: 187 -# File: src/www/services_dyndns_edit.php, line: 324 -# File: src/www/services_dyndns_edit.php, line: 443 -# File: src/www/services_igmpproxy.php, line: 141 -# File: src/www/services_rfc2136_edit.php, line: 236 -# File: src/www/services_unbound.php, line: 352 -# File: src/www/services_wol.php, line: 211 -# File: src/www/status_rrd_graph_settings.php, line: 199 -# File: src/www/system_advanced_network.php, line: 238 -# File: src/www/system_advanced_network.php, line: 249 -# File: src/www/system_advanced_network.php, line: 260 -# File: src/www/system_gateway_groups.php, line: 191 -# File: src/www/system_routes.php, line: 360 -# File: src/www/vpn_l2tp.php, line: 456 -msgid "Note:" -msgstr "注意:" - -# File: src/www/diag_backup.php, line: 732 -msgid "The firewall will reboot after restoring the configuration." -msgstr "防火墙恢复配置后将重新启动" - -# File: src/www/diag_backup.php, line: 734 -msgid "Google Drive" -msgstr "Google网盘" - -# File: src/www/diag_backup.php, line: 760 -# File: src/www/diag_routes.php, line: 172 -# File: src/www/interfaces.php, line: 1588 -# File: src/www/services_dnsmasq.php, line: 196 -# File: src/www/services_opendns.php, line: 130 -# File: src/www/services_rfc2136_edit.php, line: 147 -# File: src/www/services_snmp.php, line: 295 -# File: src/www/services_snmp.php, line: 371 -# File: src/www/services_snmp.php, line: 373 -# File: src/www/services_unbound.php, line: 216 -# File: src/www/vpn_ipsec_phase1.php, line: 891 -msgid "Enable" -msgstr "启用" - -# File: src/www/diag_backup.php, line: 761 -# File: src/www/diag_smart.php, line: 223 -# File: src/www/system_camanager.php, line: 554 -# File: src/www/system_certmanager.php, line: 746 -# File: src/www/system_certmanager.php, line: 918 -msgid "Email Address" -msgstr "邮件地址" - -# File: src/www/diag_backup.php, line: 762 -msgid "(not loaded)" -msgstr "(没有载入)" - -# File: src/www/diag_backup.php, line: 762 -msgid "(replace)" -msgstr "(代替)" - -# File: src/www/diag_backup.php, line: 762 -msgid "P12 key" -msgstr "P12密钥" - -# File: src/www/diag_backup.php, line: 763 -msgid "Folder ID" -msgstr "文件夹ID" - -# File: src/www/diag_backup.php, line: 764 -# File: src/www/diag_confbak.php, line: 219 -msgid "Backup Count" -msgstr "备份计数" - -# File: src/www/diag_backup.php, line: 765 -msgid "Password protect your data" -msgstr "使用密码保护你的数据" - -# File: src/www/diag_backup.php, line: 716 -# File: src/www/diag_backup.php, line: 766 -msgid "Password :" -msgstr "密码:" - -# File: src/www/diag_backup.php, line: 767 -msgid "Confirm :" -msgstr "确认:" - -# File: src/www/diag_backup.php, line: 209 -# File: src/www/diag_backup.php, line: 768 -msgid "Setup/Test Google Drive" -msgstr "设置/测试Google网盘" - -# File: src/www/diag_confbak.php, line: 42 -msgid "Changed backup revision count." -msgstr "" - -# File: src/www/diag_confbak.php, line: 59 -msgid "Deleted backup with timestamp %s and description \"%s\"." -msgstr "" - -# File: src/www/diag_confbak.php, line: 61 -msgid "Unable to delete the selected configuration." -msgstr "" - -# File: src/www/diag_confbak.php, line: 186 -msgid "Restore from Configuration Backup" -msgstr "从配置备份来恢复" - -# File: src/www/crash_reporter.php, line: 139 -# File: src/www/diag_defaults.php, line: 74 -# File: src/www/diag_halt.php, line: 60 -# File: src/www/reboot.php, line: 58 -msgid "No" -msgstr "不" - -# File: src/www/diag_confbak.php, line: 190 -msgid "Remove Configuration Backup" -msgstr "删除配置备份" - -# File: src/www/diag_confbak.php, line: 221 -msgid "" -"Enter the number of older configurations to keep in the local backup cache. " -"By default this is 30." -msgstr "输入旧配置的数量,以便保存在本地备份缓存中。默认值为30" - -# File: src/www/diag_confbak.php, line: 222 -# File: src/www/diag_logs_settings.php, line: 441 -# File: src/www/diag_smart.php, line: 233 -# File: src/www/firewall_aliases_edit.php, line: 746 -# File: src/www/firewall_aliases_import.php, line: 218 -# File: src/www/firewall_nat_1to1_edit.php, line: 566 -# File: src/www/firewall_nat_edit.php, line: 897 -# File: src/www/firewall_nat_npt_edit.php, line: 291 -# File: src/www/firewall_nat_out.php, line: 285 -# File: src/www/firewall_nat_out_edit.php, line: 839 -# File: src/www/firewall_rules_edit.php, line: 1200 -# File: src/www/firewall_rules_edit.php, line: 1596 -# File: src/www/firewall_schedule_edit.php, line: 1177 -# File: src/www/firewall_shaper.php, line: 341 -# File: src/www/firewall_virtual_ip_edit.php, line: 468 -# File: src/www/interfaces.php, line: 3333 -# File: src/www/interfaces_assign.php, line: 559 -# File: src/www/interfaces_bridge_edit.php, line: 612 -# File: src/www/interfaces_gif_edit.php, line: 243 -# File: src/www/interfaces_gre_edit.php, line: 248 -# File: src/www/interfaces_groups_edit.php, line: 333 -# File: src/www/interfaces_lagg_edit.php, line: 238 -# File: src/www/interfaces_ppps_edit.php, line: 800 -# File: src/www/interfaces_qinq_edit.php, line: 387 -# File: src/www/interfaces_vlan_edit.php, line: 212 -# File: src/www/interfaces_wireless_edit.php, line: 200 -# File: src/www/load_balancer_monitor_edit.php, line: 358 -# File: src/www/load_balancer_pool_edit.php, line: 334 -# File: src/www/load_balancer_relay_action_edit.php, line: 558 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 282 -# File: src/www/load_balancer_setting.php, line: 155 -# File: src/www/pkg_edit.php, line: 447 -# File: src/www/services_captiveportal.php, line: 1056 -# File: src/www/services_captiveportal_ip_edit.php, line: 215 -# File: src/www/services_captiveportal_mac_edit.php, line: 245 -# File: src/www/services_captiveportal_vouchers.php, line: 503 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 215 -# File: src/www/services_dhcp.php, line: 1147 -# File: src/www/services_dhcp_edit.php, line: 531 -# File: src/www/services_dhcp_relay.php, line: 185 -# File: src/www/services_dhcpv6.php, line: 808 -# File: src/www/services_dhcpv6_edit.php, line: 244 -# File: src/www/services_dhcpv6_relay.php, line: 187 -# File: src/www/services_dnsmasq.php, line: 325 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 166 -# File: src/www/services_dnsmasq_edit.php, line: 289 -# File: src/www/services_dyndns_edit.php, line: 433 -# File: src/www/services_igmpproxy.php, line: 135 -# File: src/www/services_igmpproxy_edit.php, line: 275 -# File: src/www/services_ntpd.php, line: 399 -# File: src/www/services_ntpd_gps.php, line: 571 -# File: src/www/services_ntpd_pps.php, line: 211 -# File: src/www/services_opendns.php, line: 205 -# File: src/www/services_rfc2136_edit.php, line: 226 -# File: src/www/services_router_advertisements.php, line: 369 -# File: src/www/services_snmp.php, line: 480 -# File: src/www/services_unbound.php, line: 344 -# File: src/www/services_unbound_acls.php, line: 105 -# File: src/www/services_unbound_acls.php, line: 296 -# File: src/www/services_unbound_domainoverride_edit.php, line: 162 -# File: src/www/services_unbound_host_edit.php, line: 291 -# File: src/www/services_wol_edit.php, line: 167 -# File: src/www/status_lb_pool.php, line: 228 -# File: src/www/status_rrd_graph_settings.php, line: 192 -# File: src/www/system_advanced_admin.php, line: 596 -# File: src/www/system_advanced_firewall.php, line: 517 -# File: src/www/system_advanced_misc.php, line: 545 -# File: src/www/system_advanced_network.php, line: 274 -# File: src/www/system_advanced_notifications.php, line: 89 -# File: src/www/system_advanced_notifications.php, line: 321 -# File: src/www/system_advanced_sysctl.php, line: 93 -# File: src/www/system_advanced_sysctl.php, line: 224 -# File: src/www/system_authservers.php, line: 799 -# File: src/www/system_camanager.php, line: 363 -# File: src/www/system_camanager.php, line: 584 -# File: src/www/system_certmanager.php, line: 182 -# File: src/www/system_certmanager.php, line: 581 -# File: src/www/system_certmanager.php, line: 987 -# File: src/www/system_crlmanager.php, line: 281 -# File: src/www/system_crlmanager.php, line: 389 -# File: src/www/system_crlmanager.php, line: 422 -# File: src/www/system_firmware_settings.php, line: 96 -# File: src/www/system_gateway_groups_edit.php, line: 347 -# File: src/www/system_gateways_edit.php, line: 866 -# File: src/www/system_general.php, line: 501 -# File: src/www/system_groupmanager.php, line: 413 -# File: src/www/system_groupmanager_addprivs.php, line: 206 -# File: src/www/system_routes_edit.php, line: 342 -# File: src/www/system_usermanager.php, line: 836 -# File: src/www/system_usermanager_addprivs.php, line: 175 -# File: src/www/system_usermanager_passwordmg.php, line: 130 -# File: src/www/system_usermanager_settings.php, line: 154 -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 90 -# File: src/www/vpn_ipsec.php, line: 683 -# File: src/www/vpn_ipsec_keys_edit.php, line: 153 -# File: src/www/vpn_ipsec_mobile.php, line: 667 -# File: src/www/vpn_ipsec_phase1.php, line: 933 -# File: src/www/vpn_ipsec_phase2.php, line: 790 -# File: src/www/vpn_ipsec_settings.php, line: 240 -# File: src/www/vpn_l2tp.php, line: 450 -# File: src/www/vpn_l2tp_users_edit.php, line: 191 -# File: src/www/vpn_openvpn_client.php, line: 1091 -# File: src/www/vpn_openvpn_csc.php, line: 733 -# File: src/www/vpn_openvpn_server.php, line: 1814 -# File: src/www/vpn_pppoe_edit.php, line: 605 -# File: src/www/vpn_pptp.php, line: 481 -# File: src/www/vpn_pptp_users_edit.php, line: 183 -msgid "Save" -msgstr "保存" - -# File: src/www/diag_confbak.php, line: 228 -msgid "" -"NOTE: Be aware of how much space is consumed by backups before adjusting " -"this value. Current space used by backups: " -msgstr "注意:确认在调整这个值之前,有多大空间分配给备份。当前给备份使用的空间为: " - -# File: src/www/diag_confbak.php, line: 135 -msgid "Configuration diff from" -msgstr "比较配置,从" - -# File: src/www/diag_confbak.php, line: 135 -# File: src/www/diag_dump_states.php, line: 234 -# File: src/www/diag_dump_states_sources.php, line: 177 -# File: src/www/firewall_nat_edit.php, line: 637 -# File: src/www/firewall_nat_edit.php, line: 760 -# File: src/www/services_dhcp.php, line: 803 -# File: src/www/services_dhcpv6.php, line: 581 -# File: src/www/services_dhcpv6.php, line: 588 -msgid "to" -msgstr "到" - -# File: src/www/diag_confbak.php, line: 271 -msgid "View differences" -msgstr "" - -# File: src/www/diag_confbak.php, line: 266 -msgid "" -"To view the differences between an older configuration and a newer " -"configuration, select the older configuration using the left column of radio " -"options and select the newer configuration in the right column, then press " -"the button." -msgstr "" - -# File: src/www/diag_confbak.php, line: 252 -# File: src/www/diag_confbak.php, line: 309 -msgid "Diff" -msgstr "比较" - -# File: src/www/diag_confbak.php, line: 253 -msgid "Date" -msgstr "日期" - -# File: src/www/diag_confbak.php, line: 256 -msgid "Configuration Change" -msgstr "配置更改" - -# File: src/www/diag_confbak.php, line: 270 -msgid "Current" -msgstr "当前" - -# File: src/www/diag_confbak.php, line: 298 -msgid "Revert to this configuration" -msgstr "恢复到该配置" - -# File: src/www/diag_confbak.php, line: 299 -msgid "Remove this backup" -msgstr "删除该备份" - -# File: src/www/diag_confbak.php, line: 300 -msgid "Download this backup" -msgstr "下载该配置" - -# File: src/www/diag_defaults.php, line: 49 -msgid "" -"The system has been reset to factory defaults and is now rebooting. This may " -"take a few minutes, depending on your hardware." -msgstr "系统已重设为默认初始状态,正在重启动。这将在几分钟后生效,时间取决于你的硬件" - -# File: src/www/diag_defaults.php, line: 50 -msgid "If you click \"Yes\", the firewall will:" -msgstr "如果你点击“是”,防火墙将会:" - -# File: src/www/diag_defaults.php, line: 61 -msgid "Reset to factory defaults" -msgstr "重设为默认初始状态" - -# File: src/www/diag_defaults.php, line: 62 -msgid "LAN IP address will be reset to 192.168.1.1" -msgstr "LAN IP地址将重设为192.168.1.1" - -# File: src/www/diag_defaults.php, line: 63 -msgid "System will be configured as a DHCP server on the default LAN interface" -msgstr "系统将在默认的LAN接口上配置为DHCP服务器" - -# File: src/www/diag_defaults.php, line: 64 -msgid "Reboot after changes are installed" -msgstr "改动被应用后重启动" - -# File: src/www/diag_defaults.php, line: 65 -msgid "" -"WAN interface will be set to obtain an address automatically from a DHCP " -"server" -msgstr "WAN接口将被设置为自动从DHCP服务器获得一个地址" - -# File: src/www/diag_defaults.php, line: 66 -msgid "webConfigurator admin username will be reset to 'root'" -msgstr "web配置管理员用户名将被重设为‘root’" - -# File: src/www/diag_defaults.php, line: 67 -msgid "webConfigurator admin password will be reset to" -msgstr "web配置管理密码将被重设" - -# File: src/www/diag_defaults.php, line: 69 -msgid "Are you sure you want to proceed?" -msgstr "你确定想要继续吗?" - -# File: src/www/diag_dns.php, line: 100 -msgid "Host must be a valid hostname or IP address." -msgstr "主机必须是有效的主机名或IP地址" - -# File: src/www/diag_dns.php, line: 109 -msgid "No response" -msgstr "没有响应" - -# File: src/www/diag_dns.php, line: 181 -msgid "Resolve DNS hostname or IP" -msgstr "解析DNS主机名或IP" - -# File: src/www/diag_dns.php, line: 189 -# File: src/www/system_authservers.php, line: 157 -# File: src/www/system_authservers.php, line: 180 -msgid "Hostname or IP" -msgstr "主机名或IP" - -# File: src/www/diag_dns.php, line: 90 -msgid "Response" -msgstr "" - -# File: src/www/interfaces.php, line: 2269 -# File: src/www/status_lb_vs.php, line: 80 -# File: src/www/vpn_ipsec_phase2.php, line: 543 -# File: src/www/vpn_ipsec_phase2.php, line: 578 -# File: src/www/vpn_ipsec_phase2.php, line: 620 -# File: src/www/vpn_ipsec_phase2.php, line: 626 -msgid "Address" -msgstr "地址" - -# File: src/www/diag_dns.php, line: 226 -msgid "Resolution time per server" -msgstr "解析每服务器的时间" - -# File: src/www/diag_dns.php, line: 232 -msgid "Query time" -msgstr "查询时间" - -# File: src/www/diag_dns.php, line: 250 -msgid "More Information:" -msgstr "更多信息:" - -# File: src/www/diag_dns.php, line: 254 -msgid "" -"NOTE: The following links are to external services, so their reliability " -"cannot be guaranteed." -msgstr "注意:下面这些链接是连接到外部服务,所以可靠性不能被保证" - -# File: src/www/diag_dns.php, line: 255 -msgid "IP WHOIS @ DNS Stuff" -msgstr "" - -# File: src/www/diag_dns.php, line: 256 -msgid "IP Info @ DNS Stuff" -msgstr "" - -# File: src/www/diag_dump_states.php, line: 39 -# File: src/www/diag_dump_states_sources.php, line: 39 -# File: src/www/status_openvpn.php, line: 49 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 43 -msgid "invalid input" -msgstr "无效的输入" - -# File: src/www/diag_dump_states.php, line: 95 -# File: src/www/diag_dump_states_sources.php, line: 83 -# File: src/www/status_openvpn.php, line: 121 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 110 -msgid "An error occurred." -msgstr "发生了一个错误" - -# File: src/www/diag_dump_states.php, line: 133 -msgid "Current total state count" -msgstr "当前总共的状态计数" - -# File: src/www/diag_dump_states.php, line: 134 -# File: src/www/diag_dump_states_sources.php, line: 119 -msgid "Filter expression:" -msgstr "过滤表达:" - -# File: src/www/diag_dump_states.php, line: 138 -msgid "Kill" -msgstr "终止" - -# File: src/www/diag_dump_states.php, line: 162 -msgid "Int" -msgstr "接口" - -# File: src/www/diag_dump_states.php, line: 172 -# File: src/www/diag_logs_filter.php, line: 306 -# File: src/www/diag_logs_filter_dynamic.php, line: 116 -# File: src/www/diag_states_summary.php, line: 145 -# File: src/www/firewall_nat.php, line: 220 -# File: src/www/firewall_rules.php, line: 399 -msgid "Proto" -msgstr "协议" - -# File: src/www/diag_dump_states.php, line: 182 -msgid "Source -> Router -> Destination" -msgstr "源->路由器->目标" - -# File: src/www/diag_dump_states.php, line: 234 -msgid "Remove all state entries from" -msgstr "删除所有的状态条目,从" - -# File: src/www/diag_dump_states.php, line: 247 -msgid "No states were found." -msgstr "没有找到状态" - -# File: src/www/diag_dump_states.php, line: 257 -msgid "States matching current filter" -msgstr "状态匹配当前的过滤" - -# File: src/www/diag_dump_states_sources.php, line: 142 -msgid "Source -> Destination" -msgstr "源->目标" - -# File: src/www/diag_dump_states_sources.php, line: 143 -msgid "# States" -msgstr "状态" - -# File: src/www/diag_dump_states_sources.php, line: 144 -msgid "# Connections" -msgstr "连接" - -# File: src/www/diag_dump_states_sources.php, line: 145 -# File: src/www/diag_system_pftop.php, line: 145 -# File: src/www/status_interfaces.php, line: 367 -msgid "Rate" -msgstr "速度" - -# File: src/www/diag_dump_states_sources.php, line: 177 -msgid "Remove all source tracking entries from" -msgstr "删除所有的源踪迹条目,从" - -# File: src/www/diag_dump_states_sources.php, line: 188 -msgid "No source tracking entries were found." -msgstr "没有找到源踪迹条目" - -# File: src/www/diag_halt.php, line: 48 -msgid "The system is halting now. This may take one minute." -msgstr "系统正在停止。可能需要一分钟" - -# File: src/www/diag_halt.php, line: 56 -msgid "Are you sure you want to halt the system?" -msgstr "你确定要停止系统吗?" - -# File: src/www/diag_ipsec.php, line: 91 -# File: src/www/widgets/widgets/ipsec.widget.php, line: 127 -msgid "Connection" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 96 -msgid "Local ID" -msgstr "本地ID" - -# File: src/www/diag_ipsec.php, line: 97 -# File: src/www/interfaces_ppps_edit.php, line: 670 -# File: src/www/vpn_pppoe.php, line: 117 -msgid "Local IP" -msgstr "本地IP" - -# File: src/www/diag_ipsec.php, line: 98 -msgid "Remote ID" -msgstr "远程ID" - -# File: src/www/diag_ipsec.php, line: 99 -msgid "Remote IP" -msgstr "远程IP" - -# File: src/www/diag_ipsec.php, line: 97 -msgid "Local Auth" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 98 -msgid "Remote Auth" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 227 -msgid "Local subnets" -msgstr "本地子网" - -# File: src/www/diag_ipsec.php, line: 148 -msgid "SPI(s)" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 229 -msgid "Remote subnets" -msgstr "远程子网" - -# File: src/www/diag_ipsec.php, line: 151 -msgid "Stats" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 162 -msgid "in" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 163 -msgid "out" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 299 -# File: src/www/diag_logs_filter_dynamic.php, line: 112 -# File: src/www/diag_logs_vpn.php, line: 133 -# File: src/www/diag_system_pftop.php, line: 134 -# File: src/www/firewall_schedule_edit.php, line: 925 -# File: src/www/widgets/widgets/log.widget.php, line: 198 -msgid "Time" -msgstr "时间" - -# File: src/www/diag_ipsec.php, line: 174 -msgid "Bytes in" -msgstr "" - -# File: src/www/diag_ipsec.php, line: 175 -msgid "Bytes out" -msgstr "" - -# File: src/www/diag_ipsec_leases.php, line: 65 -msgid "Pool: " -msgstr "池:" - -# File: src/www/diag_ipsec_leases.php, line: 66 -msgid "usage: " -msgstr "使用率:" - -# File: src/www/diag_ipsec_leases.php, line: 67 -msgid "online: " -msgstr "在线:" - -# File: src/www/diag_ipsec_leases.php, line: 74 -# File: src/www/diag_ping.php, line: 43 -# File: src/www/diag_ping.php, line: 95 -# File: src/www/diag_testport.php, line: 43 -# File: src/www/diag_testport.php, line: 111 -# File: src/www/diag_traceroute.php, line: 49 -# File: src/www/diag_traceroute.php, line: 103 -# File: src/www/load_balancer_monitor_edit.php, line: 280 -# File: src/www/load_balancer_monitor_edit.php, line: 313 -# File: src/www/services_dnsmasq.php, line: 366 -# File: src/www/services_dnsmasq_edit.php, line: 201 -# File: src/www/services_dnsmasq_edit.php, line: 242 -# File: src/www/services_rfc2136_edit.php, line: 187 -# File: src/www/services_unbound.php, line: 384 -# File: src/www/services_unbound_host_edit.php, line: 201 -# File: src/www/services_unbound_host_edit.php, line: 244 -msgid "Host" -msgstr "主机" - -# File: src/www/diag_ipsec_leases.php, line: 90 -msgid "No leases from this pool yet." -msgstr "这个池中还没有租约" - -# File: src/www/diag_ipsec_leases.php, line: 97 -msgid "No IPsec pools." -msgstr "没有IPsec池" - -# File: src/www/diag_ipsec_sad.php, line: 65 -msgid "SPI" -msgstr "" - -# File: src/www/diag_ipsec_sad.php, line: 66 -msgid "Enc. alg." -msgstr "加密. 算法." - -# File: src/www/diag_ipsec_sad.php, line: 67 -msgid "Auth. alg." -msgstr "认证. 算法." - -# File: src/www/diag_ipsec_sad.php, line: 68 -msgid "Data" -msgstr "数据" - -# File: src/www/diag_ipsec_sad.php, line: 87 -msgid "No IPsec security associations." -msgstr "没有关联IPsec安全" - -# File: src/www/diag_ipsec_spd.php, line: 64 -# File: src/www/firewall_rules_edit.php, line: 892 -# File: src/www/load_balancer_relay_action_edit.php, line: 107 -# File: src/www/load_balancer_relay_action_edit.php, line: 444 -msgid "Direction" -msgstr "方向" - -# File: src/www/diag_ipsec_spd.php, line: 66 -msgid "Tunnel endpoints" -msgstr "隧道终端" - -# File: src/www/diag_ipsec_spd.php, line: 92 -msgid "incoming (as seen by firewall)" -msgstr "进入(如防火墙所看到的)" - -# File: src/www/diag_ipsec_spd.php, line: 99 -msgid "outgoing (as seen by firewall)" -msgstr "出去(如防火墙所看到的)" - -# File: src/www/diag_ipsec_spd.php, line: 104 -msgid "No IPsec security policies." -msgstr "没有IPsec安全策略" - -# File: src/www/diag_limiter_info.php, line: 37 -msgid "We could not find any limiters on this system." -msgstr "" - -# File: src/www/diag_limiter_info.php, line: 92 -msgid "Gathering Limiter information, please wait..." -msgstr "正在搜集限制者信息,请稍等" - -# File: src/etc/inc/easyrule.inc, line: 114 -msgid "Easy Rule: Blocked from Firewall Log View" -msgstr "简单规则:查看防火墙拦截日志" - -# File: src/etc/inc/easyrule.inc, line: 115 -# File: src/etc/inc/easyrule.inc, line: 301 -msgid "Easy Rule" -msgstr "简单规则" - -# File: src/etc/inc/easyrule.inc, line: 178 -# File: src/etc/inc/easyrule.inc, line: 186 -msgid "Entry added" -msgstr "入口已添加" - -# File: src/etc/inc/easyrule.inc, line: 183 -msgid "Hosts blocked from Firewall Log view" -msgstr "查看防火墙拦截主机日志" - -# File: src/etc/inc/easyrule.inc, line: 263 -msgid "Easy Rule: Passed from Firewall Log View" -msgstr "简单规则:查看防火墙放行日志" - -# File: src/etc/inc/easyrule.inc, line: 318 -msgid "Tried to block invalid IP:" -msgstr "尝试拦截无效IP:" - -# File: src/etc/inc/easyrule.inc, line: 322 -msgid "Invalid interface for block rule:" -msgstr "针对拦截规则的无效网络接口:" - -# File: src/etc/inc/easyrule.inc, line: 325 -msgid "Host added successfully" -msgstr "已成功添加主机" - -# File: src/etc/inc/easyrule.inc, line: 327 -msgid "Failed to create block rule, alias, or add host." -msgstr "生成拦截规则、别名或添加主机,都已失败" - -# File: src/etc/inc/easyrule.inc, line: 330 -msgid "Tried to block but had no host IP or interface" -msgstr "尝试拦截但没有主机IP或网络接口" - -# File: src/etc/inc/easyrule.inc, line: 332 -msgid "Unknown block error." -msgstr "未知拦截错误" - -# File: src/etc/inc/easyrule.inc, line: 343 -msgid "Invalid interface for pass rule:" -msgstr "针对放行规则的无效网络接口:" - -# File: src/etc/inc/easyrule.inc, line: 346 -msgid "Invalid protocol for pass rule:" -msgstr "针对放行规则的无效协议:" - -# File: src/etc/inc/easyrule.inc, line: 349 -msgid "Tried to pass invalid source IP:" -msgstr "尝试放行无效的来源IP:" - -# File: src/etc/inc/easyrule.inc, line: 352 -msgid "Tried to pass invalid destination IP:" -msgstr "尝试放行无效的目标IP:" - -# File: src/etc/inc/easyrule.inc, line: 356 -msgid "Missing destination port:" -msgstr "缺失目标端口:" - -# File: src/etc/inc/easyrule.inc, line: 359 -msgid "Tried to pass invalid destination port:" -msgstr "尝试放行无效的目标端口:" - -# File: src/etc/inc/easyrule.inc, line: 366 -msgid "Successfully added pass rule!" -msgstr "成功添加放行规则!" - -# File: src/etc/inc/easyrule.inc, line: 368 -msgid "Failed to add pass rule." -msgstr "添加放行规则失败" - -# File: src/etc/inc/easyrule.inc, line: 371 -msgid "Missing parameters for pass rule." -msgstr "放行规则缺少参数" - -# File: src/etc/inc/easyrule.inc, line: 373 -msgid "Unknown pass error." -msgstr "未知放行错误" - -# File: src/www/diag_logs_filter.php, line: 43 -msgid "Cannot resolve" -msgstr "不能解决" - -# File: src/www/diag_logs_filter.php, line: 63 -msgid "The rule that triggered this action is" -msgstr "触发该动作的规则是" - -# File: src/www/diag_logs_filter.php, line: 627 -msgid "Time and interface" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 628 -msgid "Source and destination IP Address" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 629 -msgid "Source and destination port" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 642 -msgid "Source IP Address" -msgstr "" - -# File: src/www/diag_system_pftop.php, line: 147 -# File: src/www/diag_testport.php, line: 119 -# File: src/www/firewall_nat_out.php, line: 308 -# File: src/www/firewall_nat_out.php, line: 512 -msgid "Source Port" -msgstr "源端口" - -# File: src/www/diag_logs_filter.php, line: 238 -msgid "Quantity" -msgstr "数量" - -# File: src/www/diag_logs_filter.php, line: 654 -msgid "Destination IP Address" -msgstr "" - -# File: src/www/diag_system_pftop.php, line: 140 -# File: src/www/firewall_nat_out.php, line: 310 -# File: src/www/firewall_nat_out.php, line: 514 -msgid "Destination Port" -msgstr "目标端口:" - -# File: src/www/diag_logs_filter.php, line: 656 -msgid "Protocol Flags" -msgstr "" - -# File: src/www/interfaces.php, line: 3051 -msgid "Any" -msgstr "任何" - -# File: src/www/diag_testport.php, line: 155 -msgid "IPv4" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 291 -msgid "Last %s firewall log entries." -msgstr "最后 %s 防火墙日志条目" - -# File: src/www/diag_logs_filter.php, line: 706 -msgid "Showing %s matching log entries (maximum is %s)." -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 300 -# File: src/www/diag_logs_filter_dynamic.php, line: 113 -# File: src/www/firewall_nat.php, line: 219 -# File: src/www/services_rfc2136.php, line: 82 -msgid "If" -msgstr "如果" - -# File: src/www/diag_logs_filter.php, line: 302 -msgid "Rule" -msgstr "规则" - -# File: src/www/diag_logs_filter.php, line: 748 -msgid "Direction=OUT" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 345 -# File: src/www/diag_logs_filter.php, line: 351 -msgid "Click to resolve" -msgstr "点击解析" - -# File: src/www/diag_logs_filter.php, line: 346 -msgid "Easy Rule: Add to Block List" -msgstr "简单规则:添加到拦截列表" - -# File: src/www/diag_logs_filter.php, line: 352 -msgid "Easy Rule: Pass this traffic" -msgstr "简单规则:放行该数据流" - -# File: src/www/diag_logs_filter.php, line: 790 -msgid "Icon Easy Rule: Pass this traffic" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 837 -msgid "added block rule" -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 859 -msgid "added pass rule" -msgstr "" - -# File: src/www/diag_logs_filter_dynamic.php, line: 101 -msgid "Showing last %s records." -msgstr "" - -# File: src/www/diag_logs_filter_dynamic.php, line: 107 -msgid "Pause" -msgstr "中止" - -# File: src/www/diag_logs_filter.php, line: 373 -msgid "Last %s firewall log entries" -msgstr "最后 %s 防火墙日志条目" - -# File: src/www/diag_logs.php, line: 97 -# File: src/www/diag_logs_auth.php, line: 77 -# File: src/www/diag_logs_dhcp.php, line: 74 -# File: src/www/diag_logs_filter.php, line: 391 -# File: src/www/diag_logs_gateways.php, line: 99 -# File: src/www/diag_logs_ipsec.php, line: 91 -# File: src/www/diag_logs_ntpd.php, line: 78 -# File: src/www/diag_logs_openvpn.php, line: 80 -# File: src/www/diag_logs_ppp.php, line: 77 -# File: src/www/diag_logs_proxy.php, line: 62 -# File: src/www/diag_logs_relayd.php, line: 79 -# File: src/www/diag_logs_resolver.php, line: 97 -# File: src/www/diag_logs_routing.php, line: 77 -# File: src/www/diag_logs_vpn.php, line: 148 -# File: src/www/diag_logs_wireless.php, line: 79 -msgid "Clear log" -msgstr "清除日志" - -# File: src/www/diag_logs_filter_summary.php, line: 42 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 232 -msgid "Actions" -msgstr "动作" - -# File: src/www/diag_logs_filter_summary.php, line: 44 -msgid "Protocols" -msgstr "协议" - -# File: src/www/diag_logs_filter_summary.php, line: 45 -msgid "Source IPs" -msgstr "源IP" - -# File: src/www/diag_logs_filter_summary.php, line: 46 -msgid "Destination IPs" -msgstr "目标IP" - -# File: src/www/diag_logs_filter_summary.php, line: 47 -msgid "Source Ports" -msgstr "源端口" - -# File: src/www/diag_logs_filter_summary.php, line: 48 -msgid "Destination Ports" -msgstr "目标端口" - -# File: src/www/firewall_nat_edit.php, line: 613 -# File: src/www/firewall_nat_edit.php, line: 626 -# File: src/www/firewall_nat_edit.php, line: 733 -# File: src/www/firewall_nat_edit.php, line: 746 -# File: src/www/firewall_nat_edit.php, line: 776 -# File: src/www/firewall_rules_edit.php, line: 1048 -# File: src/www/firewall_rules_edit.php, line: 1061 -# File: src/www/firewall_rules_edit.php, line: 1147 -# File: src/www/firewall_rules_edit.php, line: 1160 -msgid "other" -msgstr "其他" - -# File: src/www/diag_logs_filter_summary.php, line: 124 -msgid "" -"The following summaries have been collected from the last %s lines of the " -"firewall log (maximum is %s)." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 316 -# File: src/www/diag_ping.php, line: 43 -# File: src/www/diag_ping.php, line: 122 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 84 -# File: src/www/services_captiveportal_vouchers_edit.php, line: 197 -msgid "Count" -msgstr "计数" - -# File: src/www/diag_logs_pills.php, line: 45 -msgid "L2TP Logins" -msgstr "L2TP登陆" - -# File: src/www/diag_logs_pills.php, line: 48 -msgid "L2TP Raw" -msgstr "L2TP原始数据" - -# File: src/www/diag_logs_pills.php, line: 39 -msgid "PPPoE Logins" -msgstr "PPPOE登陆" - -# File: src/www/diag_logs_pills.php, line: 42 -msgid "PPPoE Raw" -msgstr "PPPoE原始数据" - -# File: src/www/diag_logs_pills.php, line: 33 -msgid "PPTP Logins" -msgstr "PPTP登陆" - -# File: src/www/diag_logs_pills.php, line: 36 -msgid "PPTP Raw" -msgstr "PPTP原始数据" - -# File: src/www/diag_logs_pills.inc, line: 44 -msgid "Cache" -msgstr "" - -# File: src/www/diag_logs_pills.inc, line: 42 -msgid "Store" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 74 -msgid "The log files have been reset." -msgstr "日志文件已复位" - -# File: src/www/status_rrd_graph_settings.php, line: 40 -msgid "RRD data has been cleared." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 82 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #1." -msgstr "一个有效的IP地址/主机名:必须为远程syslog服务器#1指定端口" - -# File: src/www/diag_logs_settings.php, line: 85 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #2." -msgstr "一个有效的IP地址/主机名:必须为远程syslog服务器#2指定端口" - -# File: src/www/diag_logs_settings.php, line: 88 -msgid "" -"A valid IP address/hostname or IP/hostname:port must be specified for remote " -"syslog server #3." -msgstr "一个有效的IP地址/主机名:必须为远程syslog服务器#3指定端口" - -# File: src/www/diag_logs_settings.php, line: 92 -msgid "Number of log entries to show must be between 5 and 2000." -msgstr "日志显示条目数值必须介于5~2000" - -# File: src/www/diag_logs_settings.php, line: 97 -msgid "Log file size must be a positive integer greater than 5120." -msgstr "日志文件大小必须是大于5120的正整数" - -# File: src/www/diag_logs_settings.php, line: 162 -# File: src/www/system_advanced_admin.php, line: 634 -msgid "webConfigurator configuration has changed. Restarting webConfigurator." -msgstr "web界面配置已经更改,正在重启web配置" - -# File: src/www/diag_logs_settings.php, line: 164 -msgid "WebGUI process is restarting." -msgstr "Web界面进程正在重启动" - -# File: src/www/status_rrd_graph_settings.php, line: 193 -msgid "" -"Do you really want to reset the RRD graphs? This will erase all graph data." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 343 -msgid "" -"Do you really want to reset the log files? This will erase all local log " -"data." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 339 -msgid "Reporting Database Options" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 342 -msgid "Round-Robin-Database" -msgstr "" - -# File: src/www/status_rrd_graph_settings.php, line: 140 -msgid "Enables the RRD graphing backend." -msgstr "" - -# File: src/www/status_rrd_graph_settings.php, line: 193 -msgid "Reset RRD Data" -msgstr "RRD数据重设" - -# File: src/www/status_rrd_graph_settings.php, line: 200 -msgid "" -"Graphs will not be allowed to be recreated within a 1 minute interval, " -"please take this into account after changing the style." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 371 -msgid "Local Logging Options" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 378 -msgid "Reverse Display" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 272 -msgid "Show log entries in reverse order (newest entries on top)" -msgstr "按相反顺序显示日志条目(最新的条目在上方)" - -# File: src/www/diag_logs_settings.php, line: 315 -msgid "GUI Log Entries to Display" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 278 -msgid "" -"Hint: This is only the number of log entries displayed in the GUI. It does " -"not affect how many entries are contained in the actual log files." -msgstr "提示:这只是图形界面显示的日志条目数。它不会影响到实际日志文件中包含多少条目" - -# File: src/www/diag_logs_settings.php, line: 321 -msgid "Log File Size (Bytes)" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 284 -msgid "" -"Logs are held in constant-size circular log files. This field controls how " -"large each log file is, and thus how many entries may exist inside the log. " -"By default this is approximately 500KB per log file, and there are nearly 20 " -"such log files." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 286 -msgid "" -"NOTE: Log sizes are changed the next time a log file is cleared or deleted. " -"To immediately increase the size of the log files, you must first save the " -"options to set the size, then clear all logs using the \"Reset Log Files\" " -"option farther down this page. " -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 287 -msgid "" -"Be aware that increasing this value increases every log file size, so disk " -"usage will increase significantly." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 288 -msgid "Disk space currently used by log files: " -msgstr "日志文件当前占用磁盘空间:" - -# File: src/www/diag_logs_settings.php, line: 289 -msgid "Remaining disk space for log files: " -msgstr "日志文件的剩余磁盘空间:" - -# File: src/www/diag_logs_settings.php, line: 333 -msgid "Log Firewall Default Blocks" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 296 -msgid "Log packets matched from the default block rules put in the ruleset" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 297 -msgid "" -"Hint: packets that are blocked by the implicit default block rule will not " -"be logged if you uncheck this option. Per-rule logging options are still " -"respected." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 300 -msgid "Log packets matched from the default pass rules put in the ruleset" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 301 -msgid "" -"Hint: packets that are allowed by the implicit default pass rule will be " -"logged if you check this option. Per-rule logging options are still " -"respected." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 304 -msgid "Log packets blocked by 'Block Bogon Networks' rules" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 307 -msgid "Log packets blocked by 'Block Private Networks' rules" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 351 -msgid "Web Server Log" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 313 -msgid "Log errors from the web server process." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 314 -msgid "" -"Hint: If this is checked, errors from the lighttpd web server process for " -"the GUI or Captive Portal will appear in the main system log." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 357 -msgid "Filter descriptions" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 360 -msgid "Omit descriptions" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 361 -msgid "Display as column" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 362 -msgid "Display as second row" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 330 -msgid "Show the applied rule description below or in the firewall log rows." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 332 -msgid "" -"Displaying rule descriptions for all lines in the log might affect " -"performance with large rule sets." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 370 -msgid "Local Logging" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 338 -msgid "Disable writing log files to the local disk" -msgstr "禁用写入日志文件到本地磁盘" - -# File: src/www/diag_logs_settings.php, line: 375 -msgid "Reset Logs" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 72 -# File: src/www/diag_logs_settings.php, line: 343 -msgid "Reset Log Files" -msgstr "复位日志文件" - -# File: src/www/diag_logs_settings.php, line: 345 -msgid "" -"Note: Clears all local log files and reinitializes them as empty logs. This " -"also restarts the DHCP daemon. Use the Save button first if you have made " -"any setting changes." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 352 -msgid "Remote Logging Options" -msgstr "远程日志选项" - -# File: src/www/diag_logs_settings.php, line: 355 -# File: src/www/diag_ping.php, line: 106 -# File: src/www/diag_system_pftop.php, line: 148 -# File: src/www/diag_testport.php, line: 131 -# File: src/www/diag_traceroute.php, line: 114 -msgid "Source Address" -msgstr "源地址" - -# File: src/www/diag_logs_settings.php, line: 392 -msgid "Default (any)" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 371 -msgid "" -"This option will allow the logging daemon to bind to a single IP address, " -"rather than all IP addresses." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 372 -msgid "" -"If you pick a single IP, remote syslog severs must all be of that IP type. " -"If you wish to mix IPv4 and IPv6 remote syslog servers, you must bind to all " -"interfaces." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 374 -msgid "" -"NOTE: If an IP address cannot be located on the chosen interface, the daemon " -"will bind to all addresses." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 378 -# File: src/www/diag_ping.php, line: 99 -# File: src/www/diag_testport.php, line: 148 -# File: src/www/diag_traceroute.php, line: 107 -msgid "IP Protocol" -msgstr "IP协议" - -# File: src/www/diag_logs_settings.php, line: 385 -msgid "" -"This option is only used when a non-default address is chosen as the source " -"above. This option only expresses a preference; If an IP address of the " -"selected type is not found on the chosen interface, the other type will be " -"tried." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 389 -msgid "Enable Remote Logging" -msgstr "启用远程日志" - -# File: src/www/diag_logs_settings.php, line: 391 -msgid "Send log messages to remote syslog server" -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 394 -msgid "Remote Syslog Servers" -msgstr "远程Syslog 日志服务器" - -# File: src/www/diag_logs_settings.php, line: 411 -msgid "IP addresses of remote syslog servers, or an IP:port." -msgstr "" - -# File: src/www/diag_logs_settings.php, line: 417 -msgid "Remote Syslog Contents" -msgstr "远程Syslog 内容" - -# File: src/www/diag_logs_settings.php, line: 420 -msgid "Everything" -msgstr "一切" - -# File: src/www/diag_logs_settings.php, line: 422 -msgid "System events" -msgstr "系统事件" - -# File: src/www/diag_logs_settings.php, line: 424 -msgid "Firewall events" -msgstr "防火墙事件" - -# File: src/www/diag_logs_settings.php, line: 426 -msgid "DHCP service events" -msgstr "DHCP服务事件" - -# File: src/www/diag_logs_settings.php, line: 428 -msgid "Portal Auth events" -msgstr "入口认证事件" - -# File: src/www/diag_logs_settings.php, line: 430 -msgid "VPN (PPTP, IPsec, OpenVPN) events" -msgstr "VPN (PPTP, IPsec, OpenVPN) 事件" - -# File: src/www/diag_logs_settings.php, line: 432 -msgid "Gateway Monitor events" -msgstr "网关监测事件" - -# File: src/www/diag_logs_settings.php, line: 434 -msgid "Server Load Balancer events" -msgstr "服务器负载均衡事件" - -# File: src/www/diag_logs_settings.php, line: 436 -msgid "Wireless events" -msgstr "无线事件" - -# File: src/www/diag_logs_settings.php, line: 447 -msgid "" -"syslog sends UDP datagrams to port 514 on the specified remote syslog " -"server, unless another port is specified. Be sure to set syslogd on the " -"remote server to accept syslog messages from" -msgstr "" - -# File: src/etc/inc/ipsec.inc, line: 41 -# File: src/etc/inc/ipsec.inc, line: 50 -# File: src/www/diag_arp.php, line: 307 -# File: src/www/diag_logs_vpn.php, line: 136 -# File: src/www/services_captiveportal.php, line: 701 -# File: src/www/services_captiveportal.php, line: 722 -# File: src/www/services_captiveportal.php, line: 744 -# File: src/www/services_captiveportal.php, line: 763 -# File: src/www/services_captiveportal_ip.php, line: 106 -# File: src/www/services_captiveportal_ip_edit.php, line: 177 -# File: src/www/services_dhcp.php, line: 1176 -# File: src/www/services_dhcp_edit.php, line: 382 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 63 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 143 -# File: src/www/services_dnsmasq_edit.php, line: 71 -# File: src/www/services_dnsmasq_edit.php, line: 216 -# File: src/www/services_unbound_domainoverride_edit.php, line: 57 -# File: src/www/services_unbound_domainoverride_edit.php, line: 140 -# File: src/www/services_unbound_host_edit.php, line: 72 -# File: src/www/services_unbound_host_edit.php, line: 217 -# File: src/www/status_captiveportal.php, line: 161 -# File: src/www/status_dhcp_leases.php, line: 336 -# File: src/www/system_advanced_network.php, line: 206 -# File: src/www/vpn_ipsec_phase2.php, line: 780 -# File: src/www/vpn_l2tp_users.php, line: 110 -# File: src/www/vpn_l2tp_users_edit.php, line: 183 -# File: src/www/vpn_pptp_users.php, line: 104 -# File: src/www/vpn_pptp_users_edit.php, line: 175 -msgid "IP address" -msgstr "IP地址" - -# File: src/www/diag_packet_capture.php, line: 114 -msgid "Invalid interface." -msgstr "无效网络接口" - -# File: src/www/diag_packet_capture.php, line: 117 -msgid "Invalid address family." -msgstr "无效的地址群" - -# File: src/www/diag_packet_capture.php, line: 120 -msgid "Invalid protocol." -msgstr "无效协议" - -# File: src/www/diag_packet_capture.php, line: 132 -msgid "A valid IP address or CIDR block must be specified. [%s]" -msgstr "必须指定一个有效的IP地址或CIDR块. [%s]" - -# File: src/www/diag_packet_capture.php, line: 138 -msgid "Invalid value specified for port." -msgstr "无效的端口" - -# File: src/www/diag_packet_capture.php, line: 145 -msgid "Invalid value specified for packet length." -msgstr "数据包长度指定了无效值" - -# File: src/www/diag_packet_capture.php, line: 152 -msgid "Invalid value specified for packet count." -msgstr "数据包计数指定了无效值" - -# File: src/www/diag_packet_capture.php, line: 228 -msgid "Packet capture" -msgstr "数据包捕获" - -# File: src/www/diag_packet_capture.php, line: 246 -msgid "Select the interface on which to capture traffic." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 250 -msgid "Promiscuous" -msgstr "混杂模式" - -# File: src/www/diag_packet_capture.php, line: 253 -msgid "If checked, the" -msgstr "如果已检查" - -# File: src/www/diag_packet_capture.php, line: 253 -msgid "packet capture" -msgstr "数据包捕获" - -# File: src/www/diag_packet_capture.php, line: 253 -msgid "will be performed using promiscuous mode." -msgstr "将执行混杂模式" - -# File: src/www/carp_status.php, line: 179 -# File: src/www/diag_packet_capture.php, line: 254 -# File: src/www/diag_packet_capture.php, line: 343 -# File: src/www/interfaces_wireless.php, line: 150 -# File: src/www/pkg_edit.php, line: 948 -# File: src/www/services_ntpd_pps.php, line: 132 -# File: src/www/status_graph.php, line: 352 -# File: src/www/status_graph_cpu.php, line: 41 -# File: src/www/status_queues.php, line: 190 -# File: src/www/vpn_ipsec.php, line: 656 -# File: src/www/vpn_ipsec_keys.php, line: 174 -# File: src/www/vpn_ipsec_keys_edit.php, line: 165 -# File: src/www/vpn_pppoe_edit.php, line: 611 -# File: src/www/vpn_pptp.php, line: 486 -msgid "Note" -msgstr "注意:" - -# File: src/www/diag_packet_capture.php, line: 254 -msgid "Some network adapters do not support or work well in promiscuous mode." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 258 -# File: src/www/system_gateways_edit.php, line: 677 -msgid "Address Family" -msgstr "地址簇" - -# File: src/www/diag_packet_capture.php, line: 264 -msgid "IPv4 Only" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 265 -msgid "IPv6 Only" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 265 -msgid "" -"Select the type of traffic to be captured, either Any, IPv4 only or IPv6 " -"only." -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 186 -msgid "ICMP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 276 -msgid "Exclude ICMP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 277 -msgid "ICMPv6" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 278 -msgid "Exclude ICMPv6" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 534 -# File: src/www/load_balancer_monitor_edit.php, line: 186 -# File: src/www/load_balancer_relay_action_edit.php, line: 174 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 132 -msgid "TCP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 280 -msgid "Exclude TCP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 281 -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "UDP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 282 -msgid "Exclude UDP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 283 -msgid "ARP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 284 -msgid "Exclude ARP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 285 -msgid "CARP (VRRP)" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 286 -msgid "Exclude CARP (VRRP)" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 287 -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "ESP" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 287 -msgid "Select the protocol to capture, or Any." -msgstr "选择要抓包的协议,或者“任意”" - -# File: src/www/diag_packet_capture.php, line: 291 -msgid "Host Address" -msgstr "主机地址" - -# File: src/www/diag_packet_capture.php, line: 294 -msgid "" -"This value is either the Source or Destination IP address or subnet in CIDR " -"notation. The packet capture will look for this address in either field." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 384 -msgid "" -"Matching can be negated by preceding the value with \"not\". Multiple IP " -"addresses or CIDR subnets may be specified as boolean expresion." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 296 -msgid "" -"If you leave this field blank, all packets on the specified interface will " -"be captured." -msgstr "" - -# File: src/www/system_authservers.php, line: 615 -# File: src/www/system_authservers.php, line: 616 -# File: src/www/system_authservers.php, line: 633 -msgid "Example:" -msgstr "例子:" - -# File: src/www/diag_packet_capture.php, line: 301 -# File: src/www/diag_testport.php, line: 43 -# File: src/www/diag_testport.php, line: 115 -# File: src/www/firewall_aliases_edit.php, line: 467 -# File: src/www/firewall_rules.php, line: 401 -# File: src/www/firewall_rules.php, line: 403 -# File: src/www/load_balancer_pool.php, line: 137 -# File: src/www/load_balancer_pool_edit.php, line: 68 -# File: src/www/load_balancer_pool_edit.php, line: 223 -# File: src/www/load_balancer_virtual_server.php, line: 134 -# File: src/www/load_balancer_virtual_server_edit.php, line: 193 -# File: src/www/services_captiveportal.php, line: 706 -# File: src/www/services_captiveportal.php, line: 727 -# File: src/www/services_captiveportal.php, line: 749 -# File: src/www/services_captiveportal.php, line: 768 -# File: src/www/status_upnp.php, line: 74 -msgid "Port" -msgstr "端口" - -# File: src/www/diag_packet_capture.php, line: 305 -msgid "Leave blank if you do not want to filter by port." -msgstr "如果你不想依据端口过滤,请保留空白" - -# File: src/www/diag_packet_capture.php, line: 305 -msgid "" -"The port can be either the source or destination port. The packet capture " -"will look for this port in either field." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 309 -msgid "Packet Length" -msgstr "数据包长度" - -# File: src/www/diag_packet_capture.php, line: 312 -msgid "" -"The Packet length is the number of bytes of each packet that will be " -"captured. Default value is 0, which will capture the entire frame regardless " -"of its size." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 319 -msgid "Enter 0 (zero) for no count limit." -msgstr "输入 0 (零) ,不限制计数" - -# File: src/www/diag_packet_capture.php, line: 319 -msgid "" -"This is the number of packets the packet capture will grab. Default value is " -"100." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 418 -msgid "View settings" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 324 -msgid "Level of Detail" -msgstr "细节级别" - -# File: src/www/diag_packet_capture.php, line: 327 -msgid "Normal" -msgstr "普通" - -# File: src/www/diag_packet_capture.php, line: 330 -msgid "Full" -msgstr "完整" - -# File: src/www/diag_packet_capture.php, line: 332 -msgid "" -"This is the level of detail that will be displayed after hitting 'Stop' when " -"the packets have been captured." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 334 -msgid "" -"This option does not affect the level of detail when downloading the packet " -"capture." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 339 -msgid "Reverse DNS Lookup" -msgstr "DNS反向查询" - -# File: src/www/diag_packet_capture.php, line: 342 -msgid "" -"This check box will cause the packet capture to perform a reverse DNS lookup " -"associated with all IP addresses." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 343 -msgid "This option can cause delays for large packet captures." -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 183 -# File: src/www/diag_packet_capture.php, line: 360 -# File: src/www/diag_packet_capture.php, line: 363 -msgid "Stop" -msgstr "停止" - -# File: src/www/diag_packet_capture.php, line: 176 -# File: src/www/diag_packet_capture.php, line: 361 -# File: src/www/diag_packet_capture.php, line: 424 -# File: src/www/status_dhcp_leases.php, line: 339 -# File: src/www/status_dhcpv6_leases.php, line: 421 -# File: src/www/status_dhcpv6_leases.php, line: 517 -msgid "Start" -msgstr "启动" - -# File: src/www/diag_packet_capture.php, line: 366 -msgid "View Capture" -msgstr "浏览捕获" - -# File: src/www/diag_packet_capture.php, line: 72 -# File: src/www/diag_packet_capture.php, line: 367 -msgid "Download Capture" -msgstr "下载捕获" - -# File: src/www/diag_packet_capture.php, line: 461 -msgid "Delete Capture" -msgstr "" - -# File: src/www/diag_packet_capture.php, line: 479 -msgid "Capture output" -msgstr "" - -# File: src/www/diag_pf_info.php, line: 87 -msgid "Gathering PF information, please wait..." -msgstr "正在搜集pf信息,请稍等" - -# File: src/www/diag_ping.php, line: 47 -msgid "Count must be between 1 and %s" -msgstr "计数必须介于1~ %s" - -# File: src/www/diag_ping.php, line: 53 -# File: src/www/diag_traceroute.php, line: 58 -msgid "When using IPv4, the target host must be an IPv4 address or hostname." -msgstr "" - -# File: src/www/diag_ping.php, line: 55 -# File: src/www/diag_traceroute.php, line: 60 -msgid "When using IPv6, the target host must be an IPv6 address or hostname." -msgstr "" - -# File: src/www/diag_system_pftop.php, line: 126 -# File: src/www/interfaces.php, line: 2926 -# File: src/www/interfaces.php, line: 2937 -# File: src/www/interfaces.php, line: 2949 -# File: src/www/interfaces.php, line: 2979 -# File: src/www/interfaces.php, line: 2995 -# File: src/www/interfaces.php, line: 3011 -msgid "Default" -msgstr "默认" - -# File: src/www/diag_ping.php, line: 155 -msgid "Ping output" -msgstr "ping输出" - -# File: src/www/diag_resetstate.php, line: 40 -msgid "The state table has been flushed successfully." -msgstr "状态表已成功清空" - -# File: src/www/diag_resetstate.php, line: 46 -msgid "The source tracking table has been flushed successfully." -msgstr "来源跟踪表已成功清空" - -# File: src/www/diag_resetstate.php, line: 88 -msgid "Firewall state table" -msgstr "防火墙状态表" - -# File: src/www/diag_resetstate.php, line: 90 -msgid "" -"Resetting the state tables will remove all entries from the corresponding " -"tables. This means that all open connections will be broken and will have to " -"be re-established. This may be necessary after making substantial changes to " -"the firewall and/or NAT rules, especially if there are IP protocol mappings (" -"e.g. for PPTP or IPv6) with open connections." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 97 -msgid "" -"The firewall will normally leave the state tables intact when changing rules." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 100 -msgid "" -"NOTE: If you reset the firewall state table, the browser session may appear " -"to be hung after clicking "Reset". Simply refresh the page to " -"continue." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 107 -msgid "Firewall Source Tracking" -msgstr "防火墙源踪迹" - -# File: src/www/diag_resetstate.php, line: 109 -msgid "" -"Resetting the source tracking table will remove all source/destination " -"associations. This means that the \"sticky\" source/destination association " -"will be cleared for all clients." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 113 -msgid "This does not clear active connection states, only source tracking." -msgstr "" - -# File: src/www/diag_resetstate.php, line: 116 -# File: src/www/status_lb_pool.php, line: 229 -msgid "Reset" -msgstr "重设" - -# File: src/www/diag_routes.php, line: 57 -# File: src/www/diag_routes.php, line: 161 -msgid "Routing tables" -msgstr "路由表" - -# File: src/www/diag_routes.php, line: 171 -msgid "Name resolution" -msgstr "名字解析" - -# File: src/www/diag_routes.php, line: 173 -msgid "Enable this to attempt to resolve names when displaying the tables." -msgstr "" - -# File: src/www/diag_routes.php, line: 199 -msgid "" -"By enabling name resolution, the query should take a bit longer. You can " -"stop it at any time by clicking the Stop button in your browser." -msgstr "" - -# File: src/www/diag_routes.php, line: 177 -msgid "Number of rows" -msgstr "行数目" - -# File: src/www/diag_routes.php, line: 180 -# File: src/www/diag_tables.php, line: 170 -msgid "all" -msgstr "所有" - -# File: src/www/diag_routes.php, line: 185 -msgid "Select how many rows to display." -msgstr "" - -# File: src/www/diag_logs_filter.php, line: 234 -# File: src/www/diag_routes.php, line: 189 -msgid "Filter expression" -msgstr "过滤表达" - -# File: src/www/diag_routes.php, line: 192 -msgid "Use a regular expression to filter IP address or hostnames." -msgstr "" - -# File: src/www/diag_routes.php, line: 198 -# File: src/www/system_certmanager.php, line: 397 -# File: src/www/system_certmanager.php, line: 996 -# File: src/www/system_certmanager.php, line: 1040 -msgid "Update" -msgstr "更新" - -# File: src/www/diag_routes.php, line: 221 -# File: src/www/diag_routes.php, line: 237 -msgid "Gathering data, please wait..." -msgstr "搜集数据,请等待" - -# File: src/www/diag_smart.php, line: 68 -msgid "PASSED" -msgstr "已放行" - -# File: src/www/diag_smart.php, line: 69 -msgid "FAILED" -msgstr "失败" - -# File: src/www/diag_smart.php, line: 70 -msgid "Warning" -msgstr "警告" - -# File: src/www/diag_smart.php, line: 121 -# File: src/www/diag_smart.php, line: 466 -msgid "Abort" -msgstr "中止" - -# File: src/www/diag_smart.php, line: 170 -msgid "Email sent to %s" -msgstr "邮件发送到%s" - -# File: src/www/diag_smart.php, line: 208 -msgid "Information/Tests" -msgstr "信息/测试" - -# File: src/www/diag_smart.php, line: 209 -# File: src/www/diag_smart.php, line: 220 -msgid "Config" -msgstr "配置" - -# File: src/www/diag_smart.php, line: 245 -msgid "Test email" -msgstr "测试邮件" - -# File: src/www/diag_smart.php, line: 250 -msgid "Send test email to %s" -msgstr "发送测试邮件到 %s" - -# File: src/www/diag_smart.php, line: 258 -# File: src/www/services_wol.php, line: 158 -msgid "Send" -msgstr "发送" - -# File: src/www/diag_smart.php, line: 293 -msgid "Info type" -msgstr "信息类型" - -# File: src/www/diag_smart.php, line: 297 -msgid "SMART Capabilities" -msgstr "SMART性能" - -# File: src/www/diag_smart.php, line: 298 -msgid "Attributes" -msgstr "属性" - -# File: src/www/diag_smart.php, line: 304 -# File: src/www/diag_smart.php, line: 357 -# File: src/www/diag_smart.php, line: 408 -# File: src/www/diag_smart.php, line: 450 -msgid "Device: /dev/" -msgstr "" - -# File: src/www/diag_smart.php, line: 320 -# File: src/www/diag_smart.php, line: 424 -msgid "View" -msgstr "浏览" - -# File: src/www/diag_smart.php, line: 337 -msgid "Perform Self-tests" -msgstr "执行自测试" - -# File: src/www/diag_smart.php, line: 346 -msgid "Test type" -msgstr "测试类型" - -# File: src/www/diag_smart.php, line: 349 -# File: src/www/status_gateway_groups.php, line: 132 -# File: src/www/status_gateways.php, line: 122 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 62 -msgid "Offline" -msgstr "脱机" - -# File: src/www/diag_smart.php, line: 350 -msgid "Short" -msgstr "短" - -# File: src/www/diag_smart.php, line: 351 -# File: src/www/diag_system_pftop.php, line: 128 -msgid "Long" -msgstr "长" - -# File: src/www/diag_smart.php, line: 352 -msgid "Conveyance (ATA Disks Only)" -msgstr "传输(仅ATA磁盘)" - -# File: src/www/diag_smart.php, line: 390 -msgid "View Logs" -msgstr "浏览日志" - -# File: src/www/diag_smart.php, line: 399 -msgid "Log type" -msgstr "日志类型" - -# File: src/www/diag_smart.php, line: 402 -msgid "Error" -msgstr "错误" - -# File: src/www/diag_smart.php, line: 403 -msgid "Self-test" -msgstr "自测试" - -# File: src/www/diag_smart.php, line: 441 -msgid "Abort tests" -msgstr "中止测试" - -# File: src/www/diag_smart.php, line: 466 -msgid "Do you really want to abort the test?" -msgstr "你真要中止该测试吗?" - -# File: src/www/diag_smart.php, line: 485 -msgid "Back" -msgstr "返回" - -# File: src/www/diag_sockets.php, line: 41 -msgid "Show all socket connections" -msgstr "" - -# File: src/www/diag_sockets.php, line: 41 -msgid "Show only listening sockets" -msgstr "" - -# File: src/www/diag_sockets.php, line: 52 -msgid "Information about listening sockets for both %sIPv4%s and %sIPv6%s." -msgstr "" - -# File: src/www/diag_sockets.php, line: 53 -msgid "" -"For explanation about the meaning of the information listed for each socket " -"click %shere%s." -msgstr "" - -# File: src/www/diag_sockets.php, line: 54 -msgid "" -"To show information about both listening and connected sockets click this." -msgstr "" - -# File: src/www/diag_sockets.php, line: 123 -msgid "" -"This page show the output for the commands: \"sockstat -4lL\" and \"sockstat " -"-6lL\".%sOr in case of showing all sockets the output for: \"sockstat -4\" " -"and \"sockstat -6\".%s%sThe information listed for each socket is:" -msgstr "" - -# File: src/www/diag_sockets.php, line: 129 -msgid "The user who owns the socket." -msgstr "" - -# File: src/www/diag_sockets.php, line: 130 -msgid "The command which holds the socket." -msgstr "" - -# File: src/www/diag_sockets.php, line: 131 -msgid "The process ID of the command which holds the socket." -msgstr "" - -# File: src/www/diag_sockets.php, line: 132 -msgid "The file descriptor number of the socket." -msgstr "" - -# File: src/www/diag_sockets.php, line: 133 -msgid "" -"The transport protocol associated with the socket for Internet sockets, or " -"the type of socket (stream or data-gram) for UNIX sockets." -msgstr "" - -# File: src/www/diag_sockets.php, line: 134 -msgid "" -"(UNIX sockets only) For bound sockets, this is the file-name of the socket. %" -"sFor other sockets, it is the name, PID and file descriptor number of the " -"peer, or ``(none)'' if the socket is neither bound nor connected." -msgstr "" - -# File: src/www/diag_sockets.php, line: 135 -msgid "" -"(Internet sockets only) The address the local end of the socket is bound to (" -"see getsockname(2))." -msgstr "" - -# File: src/www/diag_sockets.php, line: 136 -msgid "" -"(Internet sockets only) The address the foreign end of the socket is bound " -"to (see getpeername(2))." -msgstr "" - -# File: src/www/diag_dump_states.php, line: 117 -# File: src/www/diag_dump_states_sources.php, line: 99 -# File: src/www/diag_resetstate.php, line: 67 -# File: src/www/diag_states_summary.php, line: 144 -# File: src/www/diag_states_summary.php, line: 146 -msgid "States" -msgstr "状态" - -# File: src/www/diag_states_summary.php, line: 147 -msgid "Src Ports" -msgstr "源端口" - -# File: src/www/diag_states_summary.php, line: 148 -msgid "Dst Ports" -msgstr "目标端口" - -# File: src/www/diag_states_summary.php, line: 194 -msgid "By Source IP" -msgstr "依靠源IP:" - -# File: src/www/diag_states_summary.php, line: 195 -msgid "By Destination IP" -msgstr "依靠目标IP" - -# File: src/www/diag_states_summary.php, line: 196 -msgid "Total per IP" -msgstr "每IP总计" - -# File: src/www/diag_states_summary.php, line: 197 -msgid "By IP Pair" -msgstr "依靠IP对" - -# File: src/www/diag_system_pftop.php, line: 118 -msgid "View type:" -msgstr "浏览类型:" - -# File: src/www/diag_system_pftop.php, line: 119 -msgid "Sort type:" -msgstr "方式类型" - -# File: src/www/diag_system_pftop.php, line: 120 -msgid "Number of States:" -msgstr "状态数:" - -# File: src/www/diag_system_pftop.php, line: 127 -msgid "Label" -msgstr "标签" - -# File: src/www/diag_system_pftop.php, line: 132 -msgid "Speed" -msgstr "速度" - -# File: src/www/diag_system_pftop.php, line: 137 -msgid "Age" -msgstr "寿命" - -# File: src/www/diag_system_pftop.php, line: 138 -msgid "Bytes" -msgstr "字节" - -# File: src/www/diag_system_pftop.php, line: 139 -msgid "Destination Address" -msgstr "目标地址" - -# File: src/www/diag_system_pftop.php, line: 141 -msgid "Expiry" -msgstr "过期" - -# File: src/www/diag_system_pftop.php, line: 143 -msgid "Peak" -msgstr "顶峰" - -# File: src/www/diag_system_pftop.php, line: 144 -msgid "Packet" -msgstr "数据包" - -# File: src/www/diag_system_pftop.php, line: 178 -msgid "Gathering pfTOP activity, please wait..." -msgstr "正在搜集pfTOP活动,请稍等" - -# File: src/www/diag_tables.php, line: 53 -msgid "The bogons database has NOT been updated." -msgstr "" - -# File: src/www/diag_tables.php, line: 76 -msgid "The bogons database has been updated." -msgstr "bogons数据库已更新" - -# File: src/www/diag_tables.php, line: 33 -msgid "Tables" -msgstr "表" - -# File: src/www/diag_tables.php, line: 130 -msgid "Do you really want to flush this table?" -msgstr "" - -# File: src/www/diag_tables.php, line: 164 -msgid "Flush" -msgstr "" - -# File: src/www/diag_tables.php, line: 166 -msgid "Update bogons" -msgstr "" - -# File: src/www/diag_dns.php, line: 150 -# File: src/www/diag_tables.php, line: 138 -# File: src/www/interfaces_ppps_edit.php, line: 678 -# File: src/www/load_balancer_virtual_server.php, line: 133 -# File: src/www/load_balancer_virtual_server_edit.php, line: 61 -# File: src/www/load_balancer_virtual_server_edit.php, line: 66 -# File: src/www/load_balancer_virtual_server_edit.php, line: 179 -# File: src/www/system_advanced_notifications.php, line: 206 -msgid "IP Address" -msgstr "IP地址" - -# File: src/www/diag_tables.php, line: 158 -# File: src/www/diag_tables.php, line: 160 -msgid "No entries exist in this table." -msgstr "该表中没有记录" - -# File: src/www/diag_tables.php, line: 187 -msgid "delete this entry" -msgstr "" - -# File: src/www/diag_testport.php, line: 47 -msgid "Please enter a valid IP or hostname." -msgstr "请输入有效的主机名或IP地址" - -# File: src/www/diag_testport.php, line: 51 -msgid "Please enter a valid port number." -msgstr "请输入一个有效端口" - -# File: src/www/diag_testport.php, line: 55 -msgid "Please enter a valid source port number, or leave the field blank." -msgstr "请输入一个有效的源端口,或者保留该区域空白" - -# File: src/www/diag_testport.php, line: 59 -msgid "You cannot connect to an IPv4 address using IPv6." -msgstr "不能使用IPv6连接到一个IPv4地址" - -# File: src/www/diag_testport.php, line: 62 -msgid "You cannot connect to an IPv6 address using IPv4." -msgstr "不能使用IPv4连接到一个IPv6地址" - -# File: src/www/diag_testport.php, line: 92 -msgid "" -"This page allows you to perform a simple TCP connection test to determine if " -"a host is up and accepting connections on a given port. This test does not " -"function for UDP since there is no way to reliably determine if a UDP port " -"accepts connections in this manner." -msgstr "" - -# File: src/www/diag_testport.php, line: 94 -msgid "" -"No data is transmitted to the remote host during this test, it will only " -"attempt to open a connection and optionally display the data sent back from " -"the server." -msgstr "" - -# File: src/www/diag_testport.php, line: 161 -msgid "" -"If you force IPv4 or IPv6 and use a hostname that does not contain a result " -"using that protocol,
it will result in an error. For example if you " -"force IPv4 and use a hostname that only returns an AAAA IPv6 IP address, it " -"will not work." -msgstr "" - -# File: src/www/diag_testport.php, line: 121 -msgid "This should typically be left blank." -msgstr "通常这应该保留空白" - -# File: src/www/diag_testport.php, line: 125 -msgid "Show Remote Text" -msgstr "显示远程文本" - -# File: src/www/diag_testport.php, line: 127 -msgid "" -"Shows the text given by the server when connecting to the port. Will take 10+" -" seconds to display if checked." -msgstr "" - -# File: src/www/diag_testport.php, line: 193 -msgid "Port Test Results" -msgstr "端口测试规则" - -# File: src/www/diag_testport.php, line: 268 -msgid "" -"No output received, or connection failed. Try with \"Show Remote Text\" " -"unchecked first." -msgstr "" - -# File: src/www/diag_testport.php, line: 270 -msgid "Connection failed (Refused/Timeout)" -msgstr "连接失败(被拒绝/超时)" - -# File: src/www/diag_traceroute.php, line: 49 -msgid "ttl" -msgstr "" - -# File: src/www/diag_traceroute.php, line: 53 -msgid "Maximum number of hops must be between 1 and %s" -msgstr "最大跳数必须介于1 - %s" - -# File: src/www/diag_traceroute.php, line: 130 -msgid "Maximum number of hops" -msgstr "最大跳数" - -# File: src/www/diag_traceroute.php, line: 138 -msgid "Reverse Address Lookup" -msgstr "地址反向查询" - -# File: src/www/diag_traceroute.php, line: 142 -msgid "Use ICMP" -msgstr "使用ICMP" - -# File: src/www/diag_traceroute.php, line: 153 -# File: src/www/firewall_rules_edit.php, line: 819 -# File: src/www/services_ntpd_gps.php, line: 400 -# File: src/www/services_ntpd_gps.php, line: 401 -msgid "Note: " -msgstr "注意:" - -# File: src/www/diag_traceroute.php, line: 154 -msgid "" -"Traceroute may take a while to complete. You may hit the Stop button on your " -"browser at any time to see the progress of failed traceroutes." -msgstr "" - -# File: src/www/diag_traceroute.php, line: 156 -msgid "" -"Using a source interface/IP address that does not match selected type (IPv4, " -"IPv6) will result in an error or empty output." -msgstr "" - -# File: src/www/diag_traceroute.php, line: 180 -msgid "Traceroute output" -msgstr "Traceroute 输出" - -# File: src/www/fbegin.inc, line: 132 -msgid "Help for items on this page" -msgstr "该页条目帮助" - -# File: src/www/fbegin.inc, line: 207 -msgid "Save Settings" -msgstr "保存设置" - -# File: src/www/fbegin.inc, line: 258 -msgid "Add widget" -msgstr "" - -# File: src/www/firewall_aliases.php, line: 99 -msgid "Cannot delete alias. Currently in use by %s" -msgstr "" - -# File: src/www/firewall_aliases.php, line: 153 -msgid "Add a new alias" -msgstr "添加新别名" - -# File: src/www/firewall_aliases.php, line: 257 -msgid "" -"Do you really want to delete this alias? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "真要删除该别名吗?仍在使用它的所有元素将失效(例如一些过滤规则)!" - -# File: src/www/firewall_aliases.php, line: 169 -msgid "The alias list has been changed." -msgstr "该别名列表已更改" - -# File: src/www/firewall_aliases.php, line: 169 -# File: src/www/firewall_nat.php, line: 194 -# File: src/www/firewall_nat_1to1.php, line: 157 -# File: src/www/firewall_nat_npt.php, line: 85 -# File: src/www/firewall_nat_out.php, line: 216 -# File: src/www/firewall_shaper.php, line: 401 -# File: src/www/firewall_shaper_queues.php, line: 183 -# File: src/www/firewall_shaper_wizards.php, line: 87 -# File: src/www/firewall_virtual_ip.php, line: 201 -# File: src/www/interfaces.php, line: 1567 -# File: src/www/load_balancer_monitor.php, line: 97 -# File: src/www/load_balancer_relay_protocol.php, line: 106 -# File: src/www/load_balancer_setting.php, line: 102 -# File: src/www/load_balancer_virtual_server.php, line: 107 -# File: src/www/services_captiveportal_zones.php, line: 75 -# File: src/www/services_dhcp.php, line: 685 -# File: src/www/services_dhcpv6.php, line: 448 -# File: src/www/services_dnsmasq.php, line: 176 -# File: src/www/services_igmpproxy.php, line: 84 -# File: src/www/services_unbound.php, line: 191 -# File: src/www/services_unbound_advanced.php, line: 132 -# File: src/www/system_gateways.php, line: 200 -# File: src/www/vpn_ipsec.php, line: 232 -# File: src/www/vpn_ipsec_keys.php, line: 90 -# File: src/www/vpn_ipsec_mobile.php, line: 332 -# File: src/www/vpn_pppoe.php, line: 100 -msgid "You must apply the changes in order for them to take effect." -msgstr "你必须应用这些改变,好使它们生效" - -# File: src/www/firewall_aliases.php, line: 193 -# File: src/www/services_igmpproxy.php, line: 98 -msgid "Values" -msgstr "值" - -# File: src/www/firewall_aliases.php, line: 255 -msgid "Edit alias" -msgstr "编辑别名" - -# File: src/www/firewall_schedule.php, line: 227 -msgid "delete alias" -msgstr "删除别名" - -# File: src/www/firewall_aliases.php, line: 271 -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 changes. You can enter the name of an alias instead of the " -"host, network or port in all fields that have a red background. The alias " -"will be resolved according to 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." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 183 -# File: src/www/firewall_aliases_edit.php, line: 225 -# File: src/www/firewall_aliases_edit.php, line: 314 -msgid "Entry added %s" -msgstr "入口已添加%s" - -# File: src/www/firewall_aliases_edit.php, line: 141 -# File: src/www/firewall_aliases_import.php, line: 75 -msgid "Cannot use a reserved keyword as alias name %s" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 146 -# File: src/www/firewall_aliases_import.php, line: 80 -msgid "An interface description with this name already exists." -msgstr "一个拥有名字的接口已存在" - -# File: src/www/firewall_aliases_edit.php, line: 126 -msgid "" -"The alias name must be less than 32 characters long and may only consist of " -"the characters" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 139 -msgid "Update Frequency should be a number" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 132 -# File: src/www/firewall_aliases_import.php, line: 69 -msgid "An alias with this name already exists." -msgstr "一个同名的别名已存在" - -# File: src/www/firewall_aliases_edit.php, line: 156 -msgid "Alias type may not be changed for an existing alias." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 169 -msgid "You must provide a valid URL." -msgstr "必须提供一个有效的URL" - -# File: src/www/firewall_aliases_edit.php, line: 465 -msgid "IP or FQDN" -msgstr "IP或FQDN" - -# File: src/www/firewall_aliases_edit.php, line: 464 -# File: src/www/firewall_aliases_edit.php, line: 669 -# File: src/www/firewall_aliases_edit.php, line: 681 -msgid "Host(s)" -msgstr "主机" - -# File: src/www/firewall_aliases_edit.php, line: 461 -# File: src/www/firewall_aliases_edit.php, line: 670 -msgid "Network(s)" -msgstr "网络" - -# File: src/www/firewall_aliases_edit.php, line: 466 -# File: src/www/firewall_aliases_edit.php, line: 671 -msgid "Port(s)" -msgstr "端口" - -# File: src/www/firewall_aliases_edit.php, line: 620 -msgid "Alias Edit" -msgstr "编辑别名" - -# File: src/www/firewall_aliases_edit.php, line: 651 -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z, 0-9 and " -"_\"." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 661 -# File: src/www/firewall_nat_1to1_edit.php, line: 543 -# File: src/www/firewall_nat_edit.php, line: 797 -# File: src/www/firewall_nat_npt_edit.php, line: 285 -# File: src/www/firewall_nat_out_edit.php, line: 798 -# File: src/www/firewall_schedule_edit.php, line: 808 -# File: src/www/firewall_schedule_edit.php, line: 985 -# File: src/www/firewall_virtual_ip_edit.php, line: 463 -# File: src/www/interfaces_gif_edit.php, line: 236 -# File: src/www/interfaces_gre_edit.php, line: 241 -# File: src/www/interfaces_groups_edit.php, line: 266 -# File: src/www/interfaces_qinq_edit.php, line: 339 -# File: src/www/interfaces_vlan_edit.php, line: 205 -# File: src/www/interfaces_wireless_edit.php, line: 192 -# File: src/www/services_dhcp_edit.php, line: 415 -# File: src/www/services_dhcpv6_edit.php, line: 238 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 160 -# File: src/www/services_dnsmasq_edit.php, line: 226 -# File: src/www/services_igmpproxy_edit.php, line: 180 -# File: src/www/services_unbound_domainoverride_edit.php, line: 155 -# File: src/www/services_unbound_host_edit.php, line: 228 -# File: src/www/services_wol_edit.php, line: 161 -# File: src/www/system_gateway_groups_edit.php, line: 341 -# File: src/www/system_routes_edit.php, line: 336 -msgid "You may enter a description here for your reference (not parsed)." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 468 -# File: src/www/firewall_aliases_edit.php, line: 673 -msgid "URL (IPs)" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 469 -# File: src/www/firewall_aliases_edit.php, line: 674 -msgid "URL (Ports)" -msgstr "URL (端口)" - -# File: src/www/firewall_aliases_edit.php, line: 470 -# File: src/www/firewall_aliases_edit.php, line: 675 -msgid "URL Table (IPs)" -msgstr "URL表(IPs)" - -# File: src/www/firewall_aliases_edit.php, line: 471 -# File: src/www/firewall_aliases_edit.php, line: 676 -msgid "URL Table (Ports)" -msgstr "URL表(端口)" - -# File: src/www/firewall_aliases_edit.php, line: 691 -# File: src/www/firewall_nat_1to1_edit.php, line: 383 -# File: src/www/firewall_nat_1to1_edit.php, line: 465 -# File: src/www/firewall_nat_edit.php, line: 560 -# File: src/www/firewall_nat_edit.php, line: 658 -# File: src/www/firewall_nat_out_edit.php, line: 539 -# File: src/www/firewall_nat_out_edit.php, line: 598 -# File: src/www/firewall_rules_edit.php, line: 996 -# File: src/www/firewall_rules_edit.php, line: 1099 -# File: src/www/firewall_virtual_ip_edit.php, line: 383 -# File: src/www/services_igmpproxy_edit.php, line: 223 -# File: src/www/services_opendns.php, line: 167 -# File: src/www/services_unbound_acls.php, line: 233 -# File: src/www/system_routes.php, line: 234 -# File: src/www/vpn_ipsec_mobile.php, line: 443 -# File: src/www/vpn_ipsec_phase2.php, line: 544 -# File: src/www/vpn_ipsec_phase2.php, line: 579 -# File: src/www/vpn_ipsec_phase2.php, line: 621 -msgid "Network" -msgstr "网络" - -# File: src/www/firewall_aliases_edit.php, line: 472 -msgid "Update Freq. (days)" -msgstr "更新频率(天)" - -# File: src/www/services_unbound_acls.php, line: 229 -msgid "Networks" -msgstr "网络" - -# File: src/www/firewall_aliases_edit.php, line: 474 -msgid "" -"Networks are specified in CIDR format. Select the CIDR mask that pertains " -"to each entry. /32 specifies a single IPv4 host, /128 specifies a single " -"IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, " -"etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 or /" -"128 for IPv6. You may also enter an IP range such as 192.168.1.1-" -"192.168.1.254 and a list of CIDR networks will be derived to fill the range." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 475 -msgid "" -"Enter as many hosts as you would like. Hosts must be specified by their IP " -"address or fully qualified domain name (FQDN). FQDN hostnames are " -"periodically re-resolved and updated. If multiple IPs are returned by a DNS " -"query, all are used." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 476 -msgid "" -"Enter as many ports as you wish. Port ranges can be expressed by separating " -"with a colon." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 456 -msgid "URL's" -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 459 -msgid "" -"Enter a URL containing a large number of IPs,ports and/or Subnets. After " -"saving the lists will be downloaded and scheduled for automatic updates when " -"a frequency is provided." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 747 -# File: src/www/firewall_aliases_import.php, line: 219 -# File: src/www/firewall_nat_1to1_edit.php, line: 567 -# File: src/www/firewall_nat_edit.php, line: 898 -# File: src/www/firewall_nat_npt_edit.php, line: 292 -# File: src/www/firewall_nat_out_edit.php, line: 840 -# File: src/www/firewall_rules_edit.php, line: 1201 -# File: src/www/firewall_rules_edit.php, line: 1597 -# File: src/www/firewall_schedule_edit.php, line: 1178 -# File: src/www/firewall_virtual_ip_edit.php, line: 469 -# File: src/www/interfaces.php, line: 1811 -# File: src/www/interfaces.php, line: 1921 -# File: src/www/interfaces.php, line: 3334 -# File: src/www/interfaces_bridge_edit.php, line: 613 -# File: src/www/interfaces_gif_edit.php, line: 244 -# File: src/www/interfaces_gre_edit.php, line: 249 -# File: src/www/interfaces_groups_edit.php, line: 334 -# File: src/www/interfaces_lagg_edit.php, line: 239 -# File: src/www/interfaces_ppps_edit.php, line: 801 -# File: src/www/interfaces_qinq_edit.php, line: 388 -# File: src/www/interfaces_vlan_edit.php, line: 213 -# File: src/www/interfaces_wireless_edit.php, line: 201 -# File: src/www/load_balancer_monitor_edit.php, line: 359 -# File: src/www/load_balancer_pool_edit.php, line: 335 -# File: src/www/load_balancer_relay_action_edit.php, line: 559 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 283 -# File: src/www/load_balancer_virtual_server_edit.php, line: 281 -# File: src/www/pkg_edit.php, line: 954 -# File: src/www/services_captiveportal.php, line: 1057 -# File: src/www/services_captiveportal_vouchers.php, line: 504 -# File: src/www/services_dhcp_edit.php, line: 532 -# File: src/www/services_dhcpv6_edit.php, line: 245 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 167 -# File: src/www/services_dnsmasq_edit.php, line: 290 -# File: src/www/services_dyndns_edit.php, line: 438 -# File: src/www/services_igmpproxy_edit.php, line: 276 -# File: src/www/services_rfc2136_edit.php, line: 227 -# File: src/www/services_unbound_acls.php, line: 297 -# File: src/www/services_unbound_domainoverride_edit.php, line: 163 -# File: src/www/services_unbound_host_edit.php, line: 292 -# File: src/www/services_wol_edit.php, line: 168 -# File: src/www/system_advanced_sysctl.php, line: 225 -# File: src/www/system_gateway_groups_edit.php, line: 348 -# File: src/www/system_gateways_edit.php, line: 867 -# File: src/www/system_groupmanager.php, line: 414 -# File: src/www/system_groupmanager_addprivs.php, line: 207 -# File: src/www/system_hasync.php, line: 333 -# File: src/www/system_routes_edit.php, line: 315 -# File: src/www/system_routes_edit.php, line: 343 -# File: src/www/system_usermanager.php, line: 837 -# File: src/www/system_usermanager_addprivs.php, line: 176 -# File: src/www/vpn_l2tp_users_edit.php, line: 192 -# File: src/www/vpn_pppoe_edit.php, line: 606 -msgid "Cancel" -msgstr "取消" - -# File: src/www/firewall_aliases_import.php, line: 65 -msgid "The alias name may only consist of the characters" -msgstr "该别名只可以由字符组成" - -# File: src/www/firewall_aliases_import.php, line: 104 -msgid "%s is not an IP address. Please correct the error to continue" -msgstr "%s不是一个 IP地址。请纠正该错误,以便继续" - -# File: src/www/firewall_aliases_import.php, line: 170 -msgid "Alias Import" -msgstr "别名导入" - -# File: src/www/firewall_aliases_import.php, line: 178 -msgid "Alias Name" -msgstr "别名" - -# File: src/www/firewall_aliases_import.php, line: 183 -msgid "" -"The name of the alias may only consist of the characters \"a-z, A-Z and 0-9\"" -"." -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 193 -# File: src/www/interfaces_lagg_edit.php, line: 231 -# File: src/www/services_captiveportal_ip_edit.php, line: 193 -# File: src/www/services_captiveportal_mac_edit.php, line: 221 -# File: src/www/services_captiveportal_zones_edit.php, line: 115 -# File: src/www/system_gateways_edit.php, line: 860 -# File: src/www/vpn_ipsec_phase1.php, line: 651 -# File: src/www/vpn_ipsec_phase2.php, line: 653 -# File: src/www/vpn_openvpn_client.php, line: 667 -# File: src/www/vpn_openvpn_csc.php, line: 376 -# File: src/www/vpn_openvpn_server.php, line: 898 -msgid "You may enter a description here for your reference (not parsed)" -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 198 -msgid "Aliases to import" -msgstr "别名导入" - -# File: src/www/firewall_aliases_import.php, line: 203 -msgid "" -"Paste in the aliases to import separated by a carriage return. Common " -"examples are lists of IPs, networks, blacklists, etc." -msgstr "" - -# File: src/www/firewall_aliases_import.php, line: 205 -msgid "" -"The list may contain IP addresses, with or without CIDR prefix, IP ranges, " -"blank lines (ignored) and an optional description after each IP. e.g.:" -msgstr "" - -# File: src/www/load_balancer_relay_protocol_edit.php, line: 254 -# File: src/www/system_crlmanager.php, line: 534 -msgid "Add" -msgstr "添加" - -# File: src/www/firewall_nat.php, line: 373 -# File: src/www/firewall_nat_1to1.php, line: 248 -# File: src/www/firewall_nat_out.php, line: 452 -# File: src/www/system_routes.php, line: 298 -msgid "Do you really want to delete this rule?" -msgstr "你真要删除该规则吗?" - -# File: src/www/firewall_nat.php, line: 391 -# File: src/www/firewall_nat.php, line: 413 -# File: src/www/firewall_rules.php, line: 423 -# File: src/www/firewall_rules.php, line: 830 -msgid "Do you really want to delete the selected rules?" -msgstr "真要删除所选规则吗?" - -# File: src/www/firewall_nat.php, line: 194 -# File: src/www/firewall_nat_npt.php, line: 85 -msgid "The NAT configuration has been changed" -msgstr "NAT配置已更改" - -# File: src/www/firewall_nat_1to1_edit.php, line: 407 -# File: src/www/firewall_nat_1to1_edit.php, line: 497 -# File: src/www/firewall_nat_edit.php, line: 575 -# File: src/www/firewall_nat_edit.php, line: 674 -# File: src/www/firewall_rules_edit.php, line: 1014 -# File: src/www/firewall_rules_edit.php, line: 1115 -msgid "address" -msgstr "地址" - -# File: src/www/firewall_rules.php, line: 449 -msgid "Anti-Lockout Rule" -msgstr "Anti-Lockout规则" - -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "disable rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 306 -# File: src/www/firewall_nat_1to1.php, line: 216 -# File: src/www/firewall_nat_npt.php, line: 214 -# File: src/www/firewall_nat_out.php, line: 368 -# File: src/www/firewall_rules.php, line: 427 -msgid "enable rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 333 -# File: src/www/firewall_nat.php, line: 347 -# File: src/www/firewall_nat.php, line: 361 -# File: src/www/firewall_nat.php, line: 375 -# File: src/www/firewall_nat.php, line: 404 -# File: src/www/firewall_nat_1to1.php, line: 239 -# File: src/www/firewall_nat_1to1.php, line: 252 -# File: src/www/firewall_nat_out.php, line: 384 -# File: src/www/firewall_nat_out.php, line: 402 -# File: src/www/firewall_nat_out.php, line: 430 -# File: src/www/firewall_rules.php, line: 490 -# File: src/www/firewall_rules.php, line: 504 -# File: src/www/firewall_rules.php, line: 518 -# File: src/www/firewall_rules.php, line: 532 -msgid "edit alias" -msgstr "" - -# File: src/www/firewall_nat.php, line: 371 -# File: src/www/firewall_nat_out.php, line: 449 -# File: src/www/firewall_rules.php, line: 451 -# File: src/www/firewall_rules.php, line: 474 -# File: src/www/firewall_rules.php, line: 497 -# File: src/www/firewall_rules.php, line: 789 -# File: src/www/system_routes.php, line: 287 -msgid "move selected rules before this rule" -msgstr "移动所选规则到这条规则前" - -# File: src/www/firewall_nat_npt.php, line: 155 -# File: src/www/firewall_rules.php, line: 452 -# File: src/www/firewall_rules.php, line: 476 -# File: src/www/firewall_rules.php, line: 499 -# File: src/www/firewall_rules.php, line: 790 -# File: src/www/system_routes.php, line: 292 -msgid "edit rule" -msgstr "编辑规则" - -# File: src/www/firewall_nat.php, line: 423 -# File: src/www/firewall_nat_1to1.php, line: 269 -# File: src/www/firewall_nat_npt.php, line: 241 -# File: src/www/firewall_nat_out.php, line: 453 -# File: src/www/firewall_rules.php, line: 585 -msgid "delete rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 426 -# File: src/www/firewall_nat_1to1.php, line: 272 -# File: src/www/firewall_nat_npt.php, line: 244 -# File: src/www/firewall_nat_out.php, line: 456 -# File: src/www/firewall_rules.php, line: 588 -msgid "clone rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 385 -# File: src/www/firewall_rules.php, line: 829 -msgid "move selected rules to end" -msgstr "移动所选规则到末尾" - -# File: src/www/firewall_nat.php, line: 389 -# File: src/www/firewall_nat.php, line: 391 -# File: src/www/firewall_nat.php, line: 413 -# File: src/www/firewall_nat_1to1.php, line: 277 -# File: src/www/firewall_nat_out.php, line: 484 -# File: src/www/firewall_rules.php, line: 423 -# File: src/www/firewall_rules.php, line: 830 -msgid "delete selected rules" -msgstr "删除所选规则" - -# File: src/www/firewall_nat.php, line: 393 -# File: src/www/firewall_rules.php, line: 425 -# File: src/www/firewall_rules.php, line: 831 -msgid "add new rule" -msgstr "添加新规则" - -# File: src/www/firewall_nat.php, line: 426 -# File: src/www/firewall_nat_1to1.php, line: 306 -# File: src/www/firewall_nat_npt.php, line: 288 -# File: src/www/firewall_nat_out.php, line: 476 -msgid "Enabled rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 430 -# File: src/www/firewall_nat_1to1.php, line: 310 -# File: src/www/firewall_nat_npt.php, line: 292 -# File: src/www/firewall_nat_out.php, line: 480 -msgid "Disabled rule" -msgstr "" - -# File: src/www/firewall_nat.php, line: 434 -msgid "No redirect" -msgstr "" - -# File: src/www/firewall_nat.php, line: 405 -msgid "linked rule" -msgstr "已链接规则" - -# File: src/www/firewall_nat.php, line: 442 -# File: src/www/firewall_nat_1to1.php, line: 314 -# File: src/www/firewall_rules.php, line: 579 -msgid "Alias (click to view/edit)" -msgstr "" - -# File: src/www/firewall_nat_1to1.php, line: 90 -msgid "Toggled NAT rule" -msgstr "" - -# File: src/www/firewall_nat_1to1.php, line: 137 -msgid "add rule" -msgstr "添加规则" - -# File: src/www/firewall_nat_1to1.php, line: 155 -# File: src/www/firewall_nat_out.php, line: 216 -msgid "The NAT configuration has been changed." -msgstr "NAT配置已更改" - -# File: src/www/firewall_nat_1to1.php, line: 183 -msgid "External IP" -msgstr "外部IP" - -# File: src/www/firewall_nat_1to1.php, line: 184 -# File: src/www/firewall_nat_1to1_edit.php, line: 363 -# File: src/www/status_upnp.php, line: 76 -msgid "Internal IP" -msgstr "内部IP" - -# File: src/www/firewall_nat_1to1.php, line: 185 -msgid "Destination IP" -msgstr "目标IP" - -# File: src/www/firewall_nat_1to1.php, line: 266 -msgid "edit rule " -msgstr "" - -# File: src/www/firewall_nat_1to1.php, line: 292 -msgid "Depending on the way your WAN connection is setup, you may also need a" -msgstr "依靠这个方法,你的WAN连接被设置,你可能还需要一个" - -# File: src/www/firewall_nat_1to1.php, line: 293 -msgid "Virtual IP." -msgstr "虚拟IP" - -# File: src/www/firewall_nat_1to1.php, line: 294 -msgid "" -"If you add a 1:1 NAT entry for any of the interface IPs on this system, it " -"will make this system inaccessible on that IP address. i.e. if you use your " -"WAN IP address, any services on this system (IPsec, OpenVPN server, etc.) " -"using the WAN IP address will no longer function." -msgstr "" -"如果你在系统中为该接口任何IP添加一个1:1 NAT条目,将使该系统在这个IP地址难以连接。也就是说,如果你使用WAN " -"IP地址,任何使用该IP地址的服务(IPsec、OpenVPN server等) 将不再运行。" - -# File: src/www/firewall_nat_1to1_edit.php, line: 379 -# File: src/www/firewall_nat_1to1_edit.php, line: 460 -# File: src/www/firewall_nat_edit.php, line: 558 -# File: src/www/firewall_nat_edit.php, line: 614 -# File: src/www/firewall_nat_edit.php, line: 627 -# File: src/www/firewall_nat_edit.php, line: 656 -# File: src/www/firewall_nat_out_edit.php, line: 537 -# File: src/www/firewall_nat_out_edit.php, line: 595 -# File: src/www/firewall_rules.php, line: 118 -# File: src/www/firewall_rules_edit.php, line: 945 -# File: src/www/firewall_rules_edit.php, line: 988 -# File: src/www/firewall_rules_edit.php, line: 1049 -# File: src/www/firewall_rules_edit.php, line: 1062 -# File: src/www/firewall_rules_edit.php, line: 1072 -# File: src/www/firewall_rules_edit.php, line: 1091 -# File: src/www/firewall_rules_edit.php, line: 1148 -# File: src/www/firewall_rules_edit.php, line: 1161 -msgid "any" -msgstr "任何" - -# File: src/www/firewall_nat_1to1_edit.php, line: 387 -# File: src/www/firewall_nat_1to1_edit.php, line: 471 -# File: src/www/firewall_nat_edit.php, line: 562 -# File: src/www/firewall_nat_edit.php, line: 661 -# File: src/www/firewall_rules_edit.php, line: 1001 -# File: src/www/firewall_rules_edit.php, line: 1102 -msgid "PPTP clients" -msgstr "PPTP客户端" - -# File: src/www/firewall_nat_1to1_edit.php, line: 392 -# File: src/www/firewall_nat_1to1_edit.php, line: 478 -# File: src/www/firewall_nat_edit.php, line: 565 -# File: src/www/firewall_nat_edit.php, line: 664 -# File: src/www/firewall_rules_edit.php, line: 1004 -# File: src/www/firewall_rules_edit.php, line: 1105 -msgid "PPPoE clients" -msgstr "PPPoE客户端" - -# File: src/www/firewall_nat_1to1_edit.php, line: 397 -# File: src/www/firewall_nat_1to1_edit.php, line: 485 -# File: src/www/firewall_nat_edit.php, line: 568 -# File: src/www/firewall_nat_edit.php, line: 667 -# File: src/www/firewall_rules_edit.php, line: 1007 -# File: src/www/firewall_rules_edit.php, line: 1108 -msgid "L2TP clients" -msgstr "L2TP客户端" - -# File: src/www/firewall_nat_1to1_edit.php, line: 404 -# File: src/www/firewall_nat_1to1_edit.php, line: 494 -# File: src/www/firewall_nat_edit.php, line: 573 -# File: src/www/firewall_nat_edit.php, line: 672 -# File: src/www/firewall_rules_edit.php, line: 1012 -# File: src/www/firewall_rules_edit.php, line: 1113 -msgid "net" -msgstr "网络" - -# File: src/www/firewall_nat_1to1_edit.php, line: 97 -# File: src/www/firewall_nat_out_edit.php, line: 130 -msgid "" -"Invalid characters detected (%s). Please remove invalid characters and save " -"again." -msgstr "检测到无效字符(%s),请删除无效字符并再次保存" - -# File: src/www/firewall_nat_1to1_edit.php, line: 109 -# File: src/www/firewall_nat_edit.php, line: 194 -msgid "Destination address" -msgstr "目标地址" - -# File: src/www/firewall_nat_1to1_edit.php, line: 102 -msgid "External subnet" -msgstr "外部子网" - -# File: src/www/firewall_nat_1to1_edit.php, line: 105 -# File: src/www/firewall_nat_edit.php, line: 190 -msgid "Source address" -msgstr "源地址" - -# File: src/www/firewall_nat_1to1_edit.php, line: 140 -msgid "A valid external subnet must be specified." -msgstr "必须指定一个有效的外部子网" - -# File: src/www/firewall_nat_edit.php, line: 244 -# File: src/www/firewall_rules_edit.php, line: 429 -msgid "%s is not a valid source IP address or alias." -msgstr "%s不是有效的源IP地址或别名" - -# File: src/www/firewall_nat_edit.php, line: 247 -# File: src/www/firewall_nat_out_edit.php, line: 169 -# File: src/www/firewall_rules_edit.php, line: 432 -msgid "A valid source bit count must be specified." -msgstr "必须指定一个有效的源位数" - -# File: src/www/firewall_nat_1to1_edit.php, line: 159 -# File: src/www/firewall_nat_edit.php, line: 252 -# File: src/www/firewall_rules_edit.php, line: 437 -msgid "%s is not a valid destination IP address or alias." -msgstr "%s不是有效的目标IP地址或别名" - -# File: src/www/firewall_nat_1to1_edit.php, line: 162 -# File: src/www/firewall_nat_edit.php, line: 255 -# File: src/www/firewall_nat_out_edit.php, line: 177 -# File: src/www/firewall_rules_edit.php, line: 440 -msgid "A valid destination bit count must be specified." -msgstr "必须指定一个有效的目标IP位数" - -# File: src/www/firewall_nat_1to1_edit.php, line: 299 -msgid "Edit NAT 1:1 entry" -msgstr "编辑NAT 1:1条目" - -# File: src/www/firewall_nat_1to1_edit.php, line: 302 -# File: src/www/firewall_nat_edit.php, line: 470 -# File: src/www/firewall_nat_npt_edit.php, line: 163 -# File: src/www/firewall_nat_out_edit.php, line: 450 -# File: src/www/firewall_rules_edit.php, line: 795 -# File: src/www/interfaces.php, line: 2686 -# File: src/www/interfaces_ppps_edit.php, line: 621 -# File: src/www/system_gateways_edit.php, line: 652 -# File: src/www/system_routes_edit.php, line: 325 -# File: src/www/system_usermanager.php, line: 466 -# File: src/www/vpn_ipsec_phase1.php, line: 555 -# File: src/www/vpn_ipsec_phase2.php, line: 509 -# File: src/www/vpn_openvpn_client.php, line: 467 -# File: src/www/vpn_openvpn_client.php, line: 1107 -# File: src/www/vpn_openvpn_csc.php, line: 346 -# File: src/www/vpn_openvpn_csc.php, line: 750 -# File: src/www/vpn_openvpn_server.php, line: 765 -# File: src/www/vpn_openvpn_server.php, line: 1830 -msgid "Disabled" -msgstr "禁用" - -# File: src/www/firewall_nat_1to1_edit.php, line: 305 -# File: src/www/firewall_nat_edit.php, line: 473 -# File: src/www/firewall_nat_npt_edit.php, line: 166 -# File: src/www/firewall_nat_out_edit.php, line: 453 -# File: src/www/firewall_rules_edit.php, line: 798 -msgid "Disable this rule" -msgstr "禁用该规则" - -# File: src/www/firewall_nat_1to1_edit.php, line: 306 -# File: src/www/firewall_nat_edit.php, line: 474 -# File: src/www/firewall_nat_npt_edit.php, line: 167 -# File: src/www/firewall_nat_out_edit.php, line: 454 -# File: src/www/firewall_rules_edit.php, line: 799 -msgid "Set this option to disable this rule without removing it from the list." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 347 -# File: src/www/firewall_nat_npt_edit.php, line: 207 -msgid "Choose which interface this rule applies to" -msgstr "选择该规则应用于哪个接口" - -# File: src/www/firewall_nat_1to1_edit.php, line: 348 -# File: src/www/firewall_nat_npt_edit.php, line: 208 -msgid "Hint: in most cases, you'll want to use WAN here" -msgstr "提示:多数情况下,这里你会想用WAN" - -# File: src/www/firewall_nat_1to1_edit.php, line: 351 -msgid "External subnet IP" -msgstr "外部子网" - -# File: src/www/firewall_nat_1to1_edit.php, line: 327 -msgid "" -"Enter the external (usually on a WAN) subnet's starting address for the 1:1 " -"mapping. " -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 328 -msgid "" -"The subnet mask from the internal address below will be applied to this IP " -"address." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 358 -msgid "" -"Hint: this is generally an address owned by the router itself on the " -"selected interface." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 334 -# File: src/www/firewall_nat_1to1_edit.php, line: 385 -# File: src/www/firewall_nat_edit.php, line: 579 -# File: src/www/firewall_nat_edit.php, line: 693 -# File: src/www/firewall_nat_npt_edit.php, line: 213 -# File: src/www/firewall_nat_npt_edit.php, line: 251 -# File: src/www/firewall_nat_out_edit.php, line: 506 -msgid "Invert" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 368 -# File: src/www/firewall_nat_1to1_edit.php, line: 450 -# File: src/www/firewall_nat_edit.php, line: 548 -# File: src/www/firewall_nat_edit.php, line: 646 -# File: src/www/firewall_nat_npt_edit.php, line: 216 -# File: src/www/firewall_nat_npt_edit.php, line: 252 -# File: src/www/firewall_nat_out_edit.php, line: 587 -# File: src/www/firewall_rules_edit.php, line: 978 -# File: src/www/firewall_rules_edit.php, line: 1081 -msgid "Use this option to invert the sense of the match." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 349 -# File: src/www/firewall_nat_1to1_edit.php, line: 400 -# File: src/www/firewall_nat_edit.php, line: 594 -# File: src/www/firewall_nat_edit.php, line: 708 -# File: src/www/firewall_nat_out_edit.php, line: 465 -# File: src/www/firewall_nat_out_edit.php, line: 521 -# File: src/www/firewall_nat_out_edit.php, line: 567 -msgid "Single host or Network" -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 441 -msgid "" -"Enter the internal (LAN) subnet for the 1:1 mapping. The subnet size " -"specified for the internal subnet will be applied to the external subnet." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 532 -msgid "" -"The 1:1 mapping will only be used for connections to or from the specified " -"destination." -msgstr "" - -# File: src/www/firewall_nat_1to1_edit.php, line: 533 -msgid "Hint: this is usually 'any'." -msgstr "提示:这是通常的“任何”" - -# File: src/www/firewall_nat_1to1_edit.php, line: 548 -# File: src/www/firewall_nat_edit.php, line: 808 -msgid "NAT reflection" -msgstr "NAT反射" - -# File: src/www/firewall_nat_edit.php, line: 811 -msgid "Use system default" -msgstr "使用系统默认" - -# File: src/www/firewall_nat_edit.php, line: 814 -# File: src/www/services_dyndns_edit.php, line: 248 -# File: src/www/system_advanced_firewall.php, line: 459 -# File: src/www/system_advanced_misc.php, line: 515 -# File: src/www/system_advanced_misc.php, line: 531 -# File: src/www/vpn_ipsec_phase1.php, line: 890 -msgid "Disable" -msgstr "禁用" - -# File: src/www/firewall_nat_edit.php, line: 109 -msgid "" -"Invalid characters detected %s. Please remove invalid characters and save " -"again." -msgstr "检测到无效字符(%s),请删除无效字符并再次保存" - -# File: src/www/firewall_nat_edit.php, line: 182 -msgid "Destination port from" -msgstr "目标端口来自" - -# File: src/www/firewall_nat_edit.php, line: 182 -msgid "Destination port to" -msgstr "目标端口到" - -# File: src/www/firewall_nat_edit.php, line: 198 -# File: src/www/firewall_nat_edit.php, line: 765 -msgid "Redirect target IP" -msgstr "重定向目标IP" - -# File: src/www/firewall_nat_edit.php, line: 220 -msgid "\"%s\" is not a valid redirect target IP address or host alias." -msgstr "\"%s\" 不是一个有效的重定向目标IP或主机别名组" - -# File: src/www/firewall_nat_edit.php, line: 224 -# File: src/www/firewall_rules_edit.php, line: 384 -msgid "" -"%s is not a valid start source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "%s 不是一个有效的开始源端口,它必须是一个端口别名或介于1~65535的整数" - -# File: src/www/firewall_nat_edit.php, line: 226 -msgid "" -"%s is not a valid end source port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "%s 不是一个有效的结束源端口,它必须是一个端口别名或介于1~65535的整数" - -# File: src/www/firewall_nat_edit.php, line: 228 -# File: src/www/firewall_rules_edit.php, line: 388 -msgid "" -"%s is not a valid start destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "%s 不是一个有效的开始目标端口,它必须是一个端口别名或介于1~65535的整数" - -# File: src/www/firewall_nat_edit.php, line: 230 -# File: src/www/firewall_rules_edit.php, line: 390 -msgid "" -"%s is not a valid end destination port. It must be a port alias or integer " -"between 1 and 65535." -msgstr "%s 不是一个有效的结束目标端口,它必须是一个端口别名或介于1~65535的整数" - -# File: src/www/firewall_nat_edit.php, line: 233 -msgid "" -"A valid redirect target port must be specified. It must be a port alias or " -"integer between 1 and 65535." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 274 -msgid "The target port range must be an integer between 1 and 65535." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 404 -msgid "NAT Port Forward" -msgstr "NAT端口转发" - -# File: src/www/firewall_nat_edit.php, line: 467 -msgid "Edit Redirect entry" -msgstr "编辑重定向条目" - -# File: src/www/firewall_nat_edit.php, line: 478 -msgid "No RDR (NOT)" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 481 -msgid "" -"Enabling this option will disable redirection for traffic matching this rule." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 482 -msgid "" -"Hint: this option is rarely needed, don't use this unless you know what " -"you're doing." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 522 -# File: src/www/firewall_nat_out_edit.php, line: 504 -msgid "Choose which interface this rule applies to." -msgstr "选择该规则应用于哪个接口" - -# File: src/www/firewall_nat_edit.php, line: 523 -# File: src/www/firewall_nat_out_edit.php, line: 505 -msgid "Hint: in most cases, you'll want to use WAN here." -msgstr "提示:多数情况下,这里你会想用WAN" - -# File: src/www/firewall_nat_edit.php, line: 532 -# File: src/www/firewall_rules_edit.php, line: 936 -msgid "Choose which IP protocol this rule should match." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 534 -msgid "Hint: in most cases, you should specify" -msgstr "" - -# File: src/www/diag_ipsec_leases.php, line: 103 -# File: src/www/diag_ipsec_sad.php, line: 97 -# File: src/www/diag_ipsec_spd.php, line: 114 -# File: src/www/firewall_nat_edit.php, line: 534 -# File: src/www/firewall_rules_edit.php, line: 936 -msgid "here." -msgstr "这里" - -# File: src/www/firewall_nat_edit.php, line: 539 -msgid "Show source address and port range" -msgstr "显示源地址和端口范围" - -# File: src/www/firewall_nat_edit.php, line: 605 -# File: src/www/firewall_rules_edit.php, line: 1041 -msgid "Source port range" -msgstr "源端口范围" - -# File: src/www/firewall_nat_edit.php, line: 609 -# File: src/www/firewall_nat_edit.php, line: 730 -# File: src/www/firewall_rules_edit.php, line: 1045 -# File: src/www/firewall_rules_edit.php, line: 1144 -msgid "from:" -msgstr "从:" - -# File: src/www/firewall_nat_edit.php, line: 623 -# File: src/www/firewall_nat_edit.php, line: 743 -# File: src/www/firewall_rules_edit.php, line: 1058 -# File: src/www/firewall_rules_edit.php, line: 1157 -msgid "to:" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 646 -# File: src/www/firewall_nat_edit.php, line: 663 -# File: src/www/firewall_nat_edit.php, line: 790 -# File: src/www/firewall_nat_edit.php, line: 807 -# File: src/www/firewall_nat_edit.php, line: 857 -# File: src/www/firewall_rules_edit.php, line: 938 -# File: src/www/firewall_rules_edit.php, line: 955 -# File: src/www/firewall_rules_edit.php, line: 1060 -# File: src/www/firewall_rules_edit.php, line: 1077 -msgid "Well-known ports" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 637 -msgid "Specify the source port or port range for this rule" -msgstr "为该规则指定源端口或端口范围" - -# File: src/www/firewall_nat_edit.php, line: 637 -# File: src/www/firewall_rules_edit.php, line: 1072 -msgid "This is usually" -msgstr "这是通常的" - -# File: src/www/firewall_nat_edit.php, line: 637 -# File: src/www/firewall_rules_edit.php, line: 1072 -msgid "random" -msgstr "随机" - -# File: src/www/firewall_nat_edit.php, line: 637 -msgid "" -"and almost never equal to the destination port range (and should usually be " -"'any')" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 726 -msgid "Destination port range" -msgstr "目标端口范围" - -# File: src/www/firewall_nat_edit.php, line: 758 -msgid "" -"Specify the port or port range for the destination of the packet for this " -"mapping." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 768 -msgid "" -"Enter the internal IP address of the server on which you want to map the " -"ports." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 770 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 140 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 147 -# File: src/www/services_dnsmasq_edit.php, line: 206 -# File: src/www/services_dnsmasq_edit.php, line: 213 -# File: src/www/services_dnsmasq_edit.php, line: 220 -# File: src/www/services_unbound_domainoverride_edit.php, line: 135 -# File: src/www/services_unbound_domainoverride_edit.php, line: 145 -# File: src/www/services_unbound_host_edit.php, line: 205 -# File: src/www/services_unbound_host_edit.php, line: 213 -# File: src/www/services_unbound_host_edit.php, line: 221 -# File: src/www/system_general.php, line: 308 -# File: src/www/system_general.php, line: 319 -msgid "e.g." -msgstr "例如" - -# File: src/www/firewall_nat_edit.php, line: 773 -msgid "Redirect target port" -msgstr "重定向目标端口" - -# File: src/www/firewall_nat_edit.php, line: 787 -msgid "" -"Specify the port on the machine with the IP address entered above. In case " -"of a port range, specify the beginning port of the range (the end port will " -"be calculated automatically)." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 791 -msgid "Hint: this is usually identical to the 'from' port above" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 801 -# File: src/www/firewall_nat_out_edit.php, line: 787 -# File: src/www/firewall_rules_edit.php, line: 1365 -msgid "No XMLRPC Sync" -msgstr "没有XMLRPC同步" - -# File: src/www/firewall_nat_edit.php, line: 804 -# File: src/www/firewall_nat_out_edit.php, line: 790 -# File: src/www/firewall_rules_edit.php, line: 1372 -msgid "" -"Hint: This prevents the rule on Master from automatically syncing to other " -"CARP members. This does NOT prevent the rule from being overwritten on Slave." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 812 -# File: src/www/system_advanced_firewall.php, line: 460 -msgid "Enable (NAT + Proxy)" -msgstr "启用(NAT + Proxy)" - -# File: src/www/firewall_nat_edit.php, line: 813 -# File: src/www/system_advanced_firewall.php, line: 461 -msgid "Enable (Pure NAT)" -msgstr "启用(Pure NAT)" - -# File: src/www/firewall_nat_edit.php, line: 820 -# File: src/www/firewall_nat_edit.php, line: 851 -msgid "Filter rule association" -msgstr "过滤规则关联" - -# File: src/www/firewall_nat_edit.php, line: 824 -# File: src/www/firewall_nat_edit.php, line: 857 -msgid "Pass" -msgstr "放行" - -# File: src/www/firewall_nat_edit.php, line: 834 -msgid "View the filter rule" -msgstr "浏览过滤规则" - -# File: src/www/firewall_nat_edit.php, line: 855 -msgid "Add associated filter rule" -msgstr "添加关联的过滤规则" - -# File: src/www/firewall_nat_edit.php, line: 856 -msgid "Add unassociated filter rule" -msgstr "添加不关联的过滤规则" - -# File: src/www/firewall_nat_edit.php, line: 859 -msgid "" -"NOTE: The \"pass\" selection does not work properly with Multi-WAN. It will " -"only work on an interface containing the default gateway." -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 871 -# File: src/www/firewall_nat_out_edit.php, line: 810 -# File: src/www/firewall_rules_edit.php, line: 1573 -msgid "Rule Information" -msgstr "规则信息" - -# File: src/www/firewall_nat_edit.php, line: 875 -# File: src/www/firewall_nat_out_edit.php, line: 816 -# File: src/www/firewall_rules_edit.php, line: 1577 -msgid "Created" -msgstr "已生成" - -# File: src/www/firewall_nat_edit.php, line: 877 -# File: src/www/firewall_nat_edit.php, line: 885 -# File: src/www/firewall_nat_out_edit.php, line: 818 -# File: src/www/firewall_nat_out_edit.php, line: 829 -# File: src/www/firewall_rules_edit.php, line: 1579 -# File: src/www/firewall_rules_edit.php, line: 1587 -msgid "by" -msgstr "由" - -# File: src/www/firewall_nat_edit.php, line: 883 -# File: src/www/firewall_nat_out_edit.php, line: 827 -# File: src/www/firewall_rules_edit.php, line: 1585 -msgid "Updated" -msgstr "已更新" - -# File: src/www/firewall_nat_npt.php, line: 91 -msgid "Firewall: NAT: NPT, enable/disable NAT rule" -msgstr "" - -# File: src/www/firewall_nat_npt.php, line: 106 -msgid "Add rule" -msgstr "" - -# File: src/www/firewall_nat_npt.php, line: 120 -# File: src/www/firewall_nat_npt.php, line: 139 -msgid "NPT" -msgstr "" - -# File: src/www/firewall_nat_npt.php, line: 109 -msgid "External Prefix" -msgstr "外部子前缀" - -# File: src/www/firewall_nat_npt.php, line: 110 -msgid "Internal prefix" -msgstr "内部前缀" - -# File: src/www/firewall_nat_npt_edit.php, line: 96 -msgid "Source prefix" -msgstr "源前缀" - -# File: src/www/firewall_nat_npt_edit.php, line: 98 -msgid "Destination prefix" -msgstr "目标前缀" - -# File: src/www/firewall_nat_npt_edit.php, line: 174 -msgid "Edit NAT NPT entry" -msgstr "" - -# File: src/www/firewall_nat_npt_edit.php, line: 211 -msgid "Internal IPv6 Prefix" -msgstr "内部IPv6前缀" - -# File: src/www/firewall_nat_1to1_edit.php, line: 417 -# File: src/www/firewall_nat_1to1_edit.php, line: 507 -# File: src/www/firewall_nat_edit.php, line: 583 -# File: src/www/firewall_nat_edit.php, line: 703 -# File: src/www/firewall_nat_npt_edit.php, line: 221 -# File: src/www/firewall_nat_npt_edit.php, line: 257 -# File: src/www/firewall_nat_out_edit.php, line: 544 -# File: src/www/firewall_nat_out_edit.php, line: 604 -# File: src/www/firewall_nat_out_edit.php, line: 647 -# File: src/www/firewall_rules_edit.php, line: 1022 -# File: src/www/firewall_rules_edit.php, line: 1123 -# File: src/www/firewall_virtual_ip_edit.php, line: 389 -# File: src/www/vpn_ipsec_phase2.php, line: 555 -# File: src/www/vpn_ipsec_phase2.php, line: 591 -msgid "Address:" -msgstr "地址:" - -# File: src/www/firewall_nat_npt_edit.php, line: 239 -msgid "" -"Enter the internal (LAN) ULA IPv6 Prefix for the Network Prefix translation. " -"The prefix size specified for the internal IPv6 prefix will be applied to " -"the external prefix." -msgstr "" - -# File: src/www/firewall_nat_npt_edit.php, line: 247 -msgid "Destination IPv6 Prefix" -msgstr "目标IPv6前缀" - -# File: src/www/firewall_nat_npt_edit.php, line: 278 -msgid "Enter the Global Unicast routable IPv6 prefix here" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 89 -msgid "Manual Outbound NAT Switch" -msgstr "手动出站NAT切换" - -# File: src/www/firewall_nat_out.php, line: 108 -msgid "Default rules for each interface have been created." -msgstr "已生成每个接口的默认规则" - -# File: src/www/firewall_nat_out.php, line: 184 -# File: src/www/firewall_nat_out.php, line: 204 -msgid "Nat" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 237 -msgid "Mode:" -msgstr "模式:" - -# File: src/www/firewall_nat_out.php, line: 247 -msgid "Automatic outbound NAT rule generation" -msgstr "自动出站 NAT规则生成" - -# File: src/www/firewall_nat_out.php, line: 278 -msgid "(no manual rules can be used)" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 289 -msgid "Hybrid outbound NAT rule generation" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 290 -msgid "(automatically generated rules are applied after manual rules)" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 303 -msgid "Manual outbound NAT rule generation" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 304 -msgid "(no automatic rules are being generated)" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 315 -msgid "Disable outbound NAT rule generation" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 316 -msgid "(outbound NAT is disabled)" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 335 -msgid "Manual rules:" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 311 -# File: src/www/firewall_nat_out.php, line: 515 -msgid "NAT Address" -msgstr "NAT地址" - -# File: src/www/firewall_nat_out.php, line: 312 -# File: src/www/firewall_nat_out.php, line: 516 -msgid "NAT Port" -msgstr "NAT端口" - -# File: src/www/firewall_nat_out.php, line: 313 -# File: src/www/firewall_nat_out.php, line: 517 -msgid "Static Port" -msgstr "静态端口" - -# File: src/www/firewall_nat_out.php, line: 364 -msgid "All manual rules are being ignored" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 388 -msgid "This Firewall" -msgstr "" - -# File: src/www/firewall_nat_out.php, line: 441 -# File: src/www/firewall_nat_out.php, line: 593 -msgid "NO" -msgstr "不" - -# File: src/www/firewall_nat_out.php, line: 439 -# File: src/www/firewall_nat_out.php, line: 591 -msgid "YES" -msgstr "是" - -# File: src/www/firewall_nat_out.php, line: 506 -msgid "Automatic rules:" -msgstr "自动规则:" - -# File: src/www/firewall_nat_out.php, line: 529 -msgid "automatic outbound nat" -msgstr "自动出站NAT" - -# File: src/www/firewall_nat_out_edit.php, line: 135 -# File: src/www/firewall_rules_edit.php, line: 369 -msgid "Destination bit count" -msgstr "目标位数" - -# File: src/www/firewall_nat_out_edit.php, line: 135 -msgid "Source bit count" -msgstr "源位数" - -# File: src/www/firewall_nat_out_edit.php, line: 155 -msgid "" -"You must supply either a valid port or port alias for the source port entry." -msgstr "你必须为源端口条目提供一个有效的端口或端口别名组" - -# File: src/www/firewall_nat_out_edit.php, line: 158 -msgid "" -"You must supply either a valid port or port alias for the destination port " -"entry." -msgstr "你必须为目标端口条目提供一个有效的端口或端口别名组" - -# File: src/www/firewall_nat_out_edit.php, line: 161 -msgid "You must supply a valid port for the NAT port entry." -msgstr "你必须为NAT端口条目提供一个有效端口" - -# File: src/www/firewall_nat_out_edit.php, line: 165 -msgid "A valid source must be specified." -msgstr "必须指定一个有效的源" - -# File: src/www/firewall_nat_out_edit.php, line: 173 -msgid "A valid destination must be specified." -msgstr "必须指定一个有效的目标" - -# File: src/www/firewall_nat_out_edit.php, line: 181 -msgid "Negating destination address of \"any\" is invalid." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 186 -msgid "A valid target IP address must be specified." -msgstr "必须指定一个有效的目标IP地址" - -# File: src/www/firewall_nat_out_edit.php, line: 207 -msgid "Only Round Robin pool options may be chosen when selecting an alias." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 447 -msgid "Edit Advanced Outbound NAT entry" -msgstr "编辑高级NAT出站条目" - -# File: src/www/firewall_nat_out_edit.php, line: 458 -msgid "Do not NAT" -msgstr "不NAT" - -# File: src/www/firewall_nat_out_edit.php, line: 461 -msgid "" -"Enabling this option will disable NAT for traffic matching this rule and " -"stop processing Outbound NAT rules." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 462 -msgid "Hint: in most cases, you won't use this option." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "AH" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "IGMP" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "IPV6" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "OSPF" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "PIM" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 450 -msgid "TCP/UDP" -msgstr "" - -# File: src/www/firewall_nat_edit.php, line: 659 -# File: src/www/firewall_nat_out_edit.php, line: 538 -# File: src/www/firewall_rules_edit.php, line: 998 -# File: src/www/firewall_rules_edit.php, line: 1100 -msgid "This Firewall (self)" -msgstr "该防火墙(自身)" - -# File: src/www/firewall_nat_out_edit.php, line: 569 -msgid "Enter the source network for the outbound NAT mapping." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 573 -msgid "Source port:" -msgstr "源端口:" - -# File: src/www/firewall_nat_out_edit.php, line: 576 -# File: src/www/firewall_nat_out_edit.php, line: 636 -msgid "(leave blank for any)" -msgstr "(“任意”请保留空白)" - -# File: src/www/firewall_nat_out_edit.php, line: 633 -msgid "Destination port:" -msgstr "目标端口:" - -# File: src/www/firewall_nat_out_edit.php, line: 561 -msgid "Translation / target" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 572 -msgid "Interface address" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 582 -msgid "Translation address" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 722 -msgid "Packets matching this rule will be mapped to the IP address given here." -msgstr "匹配该规则的数据包将被映射到这里的该IP地址" - -# File: src/www/firewall_nat_out_edit.php, line: 604 -msgid "" -"If you want this rule to apply to another IP address rather than the IP " -"address of the interface chosen above, select it here (you will need to " -"define %sVirtual IP addresses%s on the interface first)." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 602 -msgid "Pool Options:" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 609 -msgid "Round Robin" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 612 -msgid "Round Robin with Sticky Address" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 615 -msgid "Random" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 618 -msgid "Random with Sticky Address" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 621 -msgid "Source Hash" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 624 -msgid "Bitmask" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 758 -msgid "" -"Only Round Robin types work with Host Aliases. Any type can be used with a " -"Subnet." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 759 -msgid "Round Robin: Loops through the translation addresses." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 760 -msgid "Random: Selects an address from the translation address pool at random." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 761 -msgid "" -"Source Hash: Uses a hash of the source address to determine the translation " -"address, ensuring that the redirection address is always the same for a " -"given source." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 762 -msgid "" -"Bitmask: Applies the subnet mask and keeps the last portion identical; " -"10.0.1.50 -> x.x.x.50." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 763 -msgid "" -"Sticky Address: The Sticky Address option can be used with the Random and " -"Round Robin pool types to ensure that a particular source address is always " -"mapped to the same translation address." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 643 -msgid "Translation" -msgstr "翻译" - -# File: src/www/firewall_nat_out_edit.php, line: 638 -msgid "port:" -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 776 -msgid "Enter the source port for the outbound NAT mapping." -msgstr "" - -# File: src/www/firewall_nat_out_edit.php, line: 780 -msgid "Static-port:" -msgstr "静态端口:" - -# File: src/www/firewall_rules.php, line: 196 -msgid "" -"The settings have been applied. The firewall rules are now reloading in the " -"background.
You can also %s monitor %s the reload progress" -msgstr "" - -# File: src/www/firewall_rules.php, line: 358 -# File: src/www/firewall_rules.php, line: 360 -msgid "" -"The firewall rule configuration has been changed.
You must apply the " -"changes in order for them to take effect." -msgstr "" - -# File: src/www/firewall_rules.php, line: 404 -# File: src/www/firewall_rules_edit.php, line: 1459 -# File: src/www/interfaces.php, line: 510 -# File: src/www/interfaces.php, line: 563 -# File: src/www/services_dhcp.php, line: 871 -# File: src/www/services_dhcp_edit.php, line: 441 -# File: src/www/status_gateways.php, line: 72 -# File: src/www/system_gateways.php, line: 218 -# File: src/www/system_gateways_edit.php, line: 701 -# File: src/www/system_routes.php, line: 235 -# File: src/www/system_routes_edit.php, line: 80 -# File: src/www/system_routes_edit.php, line: 260 -msgid "Gateway" -msgstr "网关" - -# File: src/www/firewall_rules.php, line: 291 -msgid "Block all IPv6 traffic" -msgstr "" - -# File: src/www/firewall_rules.php, line: 293 -# File: src/www/firewall_rules.php, line: 317 -# File: src/www/firewall_rules.php, line: 343 -# File: src/www/firewall_rules.php, line: 368 -msgid "change configuration" -msgstr "" - -# File: src/www/firewall_rules.php, line: 465 -msgid "RFC 1918 networks" -msgstr "RFC 1918 网络" - -# File: src/www/firewall_rules.php, line: 472 -# File: src/www/interfaces.php, line: 3302 -msgid "Block private networks" -msgstr "拦截私有网络" - -# File: src/www/firewall_rules.php, line: 488 -msgid "Reserved/not assigned by IANA" -msgstr "保留/IANA未定义" - -# File: src/www/firewall_rules.php, line: 495 -# File: src/www/interfaces.php, line: 3314 -msgid "Block bogon networks" -msgstr "拦截bogon网络" - -# File: src/www/firewall_rules.php, line: 441 -# File: src/www/firewall_rules.php, line: 658 -msgid "first match" -msgstr "" - -# File: src/www/firewall_rules.php, line: 443 -# File: src/www/firewall_rules.php, line: 680 -msgid "last match" -msgstr "" - -# File: src/www/firewall_rules.php, line: 119 -# File: src/www/firewall_rules_edit.php, line: 946 -msgid "Echo request" -msgstr "回显请求" - -# File: src/www/firewall_rules.php, line: 120 -# File: src/www/firewall_rules_edit.php, line: 947 -msgid "Echo reply" -msgstr "回显应答" - -# File: src/www/firewall_rules.php, line: 121 -# File: src/www/firewall_rules_edit.php, line: 948 -msgid "Destination unreachable" -msgstr "目标不可达" - -# File: src/www/firewall_rules.php, line: 122 -# File: src/www/firewall_rules_edit.php, line: 949 -msgid "Source quench" -msgstr "源结束" - -# File: src/www/firewall_rules.php, line: 123 -# File: src/www/firewall_rules_edit.php, line: 950 -msgid "Redirect" -msgstr "重定向" - -# File: src/www/firewall_rules.php, line: 124 -# File: src/www/firewall_rules_edit.php, line: 951 -msgid "Alternate Host" -msgstr "轮流主机" - -# File: src/www/firewall_rules.php, line: 125 -# File: src/www/firewall_rules_edit.php, line: 952 -msgid "Router advertisement" -msgstr "路由通告" - -# File: src/www/firewall_rules.php, line: 126 -# File: src/www/firewall_rules_edit.php, line: 953 -msgid "Router solicitation" -msgstr "路由请求" - -# File: src/www/firewall_rules.php, line: 127 -# File: src/www/firewall_rules_edit.php, line: 954 -msgid "Time exceeded" -msgstr "超时" - -# File: src/www/firewall_rules.php, line: 128 -# File: src/www/firewall_rules_edit.php, line: 955 -msgid "Invalid IP header" -msgstr "无效的IP首部" - -# File: src/www/firewall_rules.php, line: 130 -# File: src/www/firewall_rules_edit.php, line: 957 -msgid "Timestamp reply" -msgstr "时间戳应答" - -# File: src/www/firewall_rules.php, line: 131 -# File: src/www/firewall_rules_edit.php, line: 958 -msgid "Information request" -msgstr "信息请求" - -# File: src/www/firewall_rules.php, line: 132 -# File: src/www/firewall_rules_edit.php, line: 959 -msgid "Information reply" -msgstr "信息应答" - -# File: src/www/firewall_rules.php, line: 133 -# File: src/www/firewall_rules_edit.php, line: 960 -msgid "Address mask request" -msgstr "地址掩码请求" - -# File: src/www/firewall_rules.php, line: 134 -# File: src/www/firewall_rules_edit.php, line: 961 -msgid "Address mask reply" -msgstr "地址掩码应答" - -# File: src/www/firewall_rules.php, line: 569 -# File: src/www/firewall_schedule.php, line: 235 -msgid "edit schedule" -msgstr "" - -# File: src/www/firewall_rules.php, line: 805 -msgid "No floating rules are currently defined." -msgstr "当前没有定义非固定规则" - -# File: src/www/firewall_rules.php, line: 807 -msgid "No rules are currently defined for this interface" -msgstr "该接口当前没有定义规则" - -# File: src/www/firewall_rules.php, line: 808 -msgid "" -"All incoming connections on this interface will be blocked until you add " -"pass rules." -msgstr "" - -# File: src/www/firewall_rules.php, line: 810 -msgid "Click the" -msgstr "点击" - -# File: src/www/firewall_rules.php, line: 810 -msgid " button to add a new rule." -msgstr "在底部添加一条新规则" - -# File: src/www/firewall_nat.php, line: 401 -# File: src/www/firewall_rules.php, line: 844 -msgid "pass" -msgstr "放行" - -# File: src/www/firewall_rules.php, line: 847 -msgid "match" -msgstr "吻合" - -# File: src/www/firewall_rules.php, line: 850 -msgid "block" -msgstr "拦截" - -# File: src/www/firewall_rules.php, line: 853 -msgid "reject" -msgstr "拒绝" - -# File: src/www/firewall_rules.php, line: 856 -msgid "log" -msgstr "记录日志" - -# File: src/www/firewall_rules.php, line: 860 -msgid "pass (disabled)" -msgstr "放行(已禁用)" - -# File: src/www/firewall_rules.php, line: 863 -msgid "match (disabled)" -msgstr "匹配(已禁用)" - -# File: src/www/firewall_rules.php, line: 866 -msgid "block (disabled)" -msgstr "拦截(已禁用)" - -# File: src/www/firewall_rules.php, line: 869 -msgid "reject (disabled)" -msgstr "拒绝(已禁用)" - -# File: src/www/firewall_rules.php, line: 872 -msgid "log (disabled)" -msgstr "记录日志(已禁用)" - -# File: src/www/firewall_rules.php, line: 583 -msgid "Schedule (click to view/edit)" -msgstr "" - -# File: src/www/firewall_rules.php, line: 878 -# File: src/www/load_balancer_pool.php, line: 148 -# File: src/www/vpn_l2tp.php, line: 359 -# File: src/www/vpn_l2tp.php, line: 376 -msgid "Hint:" -msgstr "提示" - -# File: src/www/firewall_rules.php, line: 882 -msgid "" -"Rules are evaluated on a first-match basis (i.e. the action of the first " -"rule to match a packet will be executed). This means that if you use block " -"rules, you'll have to pay attention to the rule order. Everything that isn't " -"explicitly passed is blocked by default. " -msgstr "" - -# File: src/www/firewall_rules.php, line: 889 -msgid "" -"Floating rules are evaluated on a first-match basis (i.e. the action of the " -"first rule to match a packet will be executed) only if the 'quick' option is " -"checked on a rule. Otherwise they will only apply if no other rules match. " -"Pay close attention to the rule order and options chosen. If no rule here " -"matches, the per-interface or default rules are used. " -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 910 -msgid "TCP/IP Version" -msgstr "TCP/IP 版本" - -# File: src/www/firewall_rules_edit.php, line: 256 -# File: src/www/firewall_rules_edit.php, line: 270 -msgid "You can not assign a gateway to a rule that applies to IPv4 and IPv6" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 259 -msgid "You can not assign a IPv4 gateway group on IPv6 Address Family rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 262 -msgid "You can not assign a IPv6 gateway group on IPv4 Address Family rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 273 -msgid "You can not assign the IPv4 Gateway to a IPv6 Filter rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 276 -msgid "You can not assign the IPv6 Gateway to a IPv4 Filter rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 282 -msgid "You can not assign a ICMP type to a rule that applies to IPv4 and IPv6" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 356 -msgid "%s is only valid with protocol tcp." -msgstr "%s只在tcp协议有效" - -# File: src/www/firewall_rules_edit.php, line: 358 -msgid "%s is only valid if the gateway is set to 'default'." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 281 -msgid "" -"When selecting aliases for source ports, both from and to fields must be the " -"same" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 284 -msgid "" -"When selecting aliases for destination ports, both from and to fields must " -"be the same" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 445 -msgid "" -"The Source IP address %s Address Family differs from the destination %s." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 447 -msgid "You can not use IPv6 addresses in IPv4 rules." -msgstr "你不能在IPv4规则使用IPv6地址" - -# File: src/www/firewall_rules_edit.php, line: 449 -msgid "You can not use IPv4 addresses in IPv6 rules." -msgstr "你不能在IPv6规则使用IPv4地址" - -# File: src/www/firewall_rules_edit.php, line: 312 -msgid "Invalid subnet mask on IPv4 source" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 315 -msgid "Invalid subnet mask on IPv4 destination" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 453 -msgid "You can not use a IPv4 or IPv6 address in combined IPv4 + IPv6 rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 469 -msgid "OS detection is only valid with protocol tcp." -msgstr "操作系统检测只在tcp协议有效" - -# File: src/www/firewall_rules_edit.php, line: 471 -msgid "Invalid OS detection selection. Please select a valid OS." -msgstr "无效的操作系统检测选项。请选择一个有效的操作系统" - -# File: src/www/firewall_rules_edit.php, line: 481 -msgid "" -"You can not use gateways in Floating rules without choosing a direction." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 487 -msgid "" -"You can only specify the maximum number of established connections per host (" -"advanced option) for TCP protocol." -msgstr "你只能定义每主机(高级选项)TCP最大建立连接数" - -# File: src/www/firewall_rules_edit.php, line: 489 -msgid "" -"You can only specify the maximum new connections per host / per second(s) (" -"advanced option) for TCP protocol." -msgstr "你只能定义每主机每秒(高级选项)最大TCP新连接数。" - -# File: src/www/firewall_rules_edit.php, line: 491 -msgid "" -"You can only specify the state timeout (advanced option) for TCP protocol." -msgstr "你只能为TCP协议定义超时状态(高级选项)。" - -# File: src/www/firewall_rules_edit.php, line: 496 -msgid "" -"You can only specify the maximum state entries (advanced option) for Pass " -"type rules." -msgstr "你只能为‘放行’类型的规则定义最大状态条数。" - -# File: src/www/firewall_rules_edit.php, line: 498 -msgid "" -"You can only specify the maximum number of unique source hosts (advanced " -"option) for Pass type rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 500 -msgid "" -"You can only specify the maximum number of established connections per host (" -"advanced option) for Pass type rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 502 -msgid "" -"You can only specify the maximum state entries per host (advanced option) " -"for Pass type rules." -msgstr "你只能为放行规则定义每主机最大状态条数。" - -# File: src/www/firewall_rules_edit.php, line: 504 -msgid "" -"You can only specify the maximum new connections per host / per second(s) (" -"advanced option) for Pass type rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 506 -msgid "" -"You can only specify the state timeout (advanced option) for Pass type rules." -msgstr "你只能为‘放行’类型的规则定义状态超时" - -# File: src/www/firewall_rules_edit.php, line: 511 -msgid "" -"You cannot specify the maximum state entries (advanced option) if statetype " -"is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 513 -msgid "" -"You cannot specify the maximum number of unique source hosts (advanced " -"option) if statetype is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 515 -msgid "" -"You cannot specify the maximum number of established connections per host (" -"advanced option) if statetype is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 517 -msgid "" -"You cannot specify the maximum state entries per host (advanced option) if " -"statetype is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 519 -msgid "" -"You cannot specify the maximum new connections per host / per second(s) (" -"advanced option) if statetype is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 521 -msgid "" -"You cannot specify the state timeout (advanced option) if statetype is none." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 525 -msgid "Maximum state entries (advanced option) must be a positive integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 528 -msgid "" -"Maximum number of unique source hosts (advanced option) must be a positive " -"integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 531 -msgid "" -"Maximum number of established connections per host (advanced option) must be " -"a positive integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 534 -msgid "" -"Maximum state entries per host (advanced option) must be a positive integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 537 -msgid "" -"Maximum new connections per host / per second(s) (advanced option) must be a " -"positive integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 540 -msgid "State timeout (advanced option) must be a positive integer" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 544 -msgid "" -"Both maximum new connections per host and the interval (per second(s)) must " -"be specified" -msgstr "每主机最大新连接和间隔(每多少秒)必须被指定" - -# File: src/www/firewall_rules_edit.php, line: 556 -msgid "" -"If you specify TCP flags that should be set you should specify out of which " -"flags as well." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 771 -msgid "Edit Firewall rule" -msgstr "编辑防火墙规则" - -# File: src/www/firewall_rules_edit.php, line: 667 -msgid "Block" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 667 -msgid "Reject" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 669 -msgid "Match" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 789 -msgid "Choose what to do with packets that match the criteria specified below." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 790 -msgid "" -"Hint: the difference between block and reject is that with reject, a packet (" -"TCP RST or ICMP port unreachable for UDP) is returned to the sender, whereas " -"with block the packet is dropped silently. In either case, the original " -"packet is discarded." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 805 -msgid "Quick" -msgstr "快速" - -# File: src/www/firewall_rules_edit.php, line: 809 -msgid "Apply the action immediately on match." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 810 -msgid "" -"Set this option if you need to apply this action to traffic that matches " -"this rule immediately." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 817 -msgid "Associated filter rule" -msgstr "关联过滤规则" - -# File: src/www/firewall_rules_edit.php, line: 819 -msgid "This is associated to a NAT rule." -msgstr "这已关联到一条NAT规则" - -# File: src/www/firewall_rules_edit.php, line: 820 -msgid "" -"You cannot edit the interface, protocol, source, or destination of " -"associated filter rules." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 827 -msgid "View the NAT rule" -msgstr "浏览NAT规则" - -# File: src/www/firewall_rules_edit.php, line: 886 -msgid "Choose on which interface packets must come in to match this rule." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 922 -msgid "Select the Internet Protocol version this rule applies to" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 936 -msgid "Hint: in most cases, you should specify " -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 940 -msgid "ICMP type" -msgstr "ICMP类型" - -# File: src/www/firewall_rules_edit.php, line: 969 -msgid "" -"If you selected ICMP for the protocol above, you may specify an ICMP type " -"here." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1179 -msgid "Log" -msgstr "日志" - -# File: src/www/firewall_rules_edit.php, line: 1182 -msgid "Log packets that are handled by this rule" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1184 -msgid "Diagnostics: System logs: Settings" -msgstr "诊断:系统日志:设置" - -# File: src/www/firewall_rules_edit.php, line: 1184 -msgid "" -"Hint: the firewall has limited local log space. Don't turn on logging for " -"everything. If you want to do a lot of logging, consider using a remote " -"syslog server" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1184 -# File: src/www/services_captiveportal.php, line: 1035 -# File: src/www/system_advanced_firewall.php, line: 315 -msgid "page" -msgstr "页面" - -# File: src/www/firewall_rules_edit.php, line: 1184 -msgid "see the" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1214 -# File: src/www/pkg_edit.php, line: 458 -msgid "Advanced features" -msgstr "高级组件" - -# File: src/www/firewall_rules_edit.php, line: 1217 -msgid "Source OS" -msgstr "源操作系统" - -# File: src/www/firewall_rules_edit.php, line: 1223 -msgid "OS Type:" -msgstr "操作系统类型:" - -# File: src/www/firewall_rules_edit.php, line: 1234 -msgid "" -"Note: this only works for TCP rules. General OS choice matches all subtypes." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1239 -msgid "Diffserv Code Point" -msgstr "Diffserv代码要点" - -# File: src/www/firewall_rules_edit.php, line: 1454 -msgid "Leave as 'none' to leave the rule enabled all the time." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1466 -# File: src/www/services_captiveportal.php, line: 871 -# File: src/www/services_captiveportal.php, line: 901 -# File: src/www/services_ntpd_gps.php, line: 461 -# File: src/www/services_ntpd_gps.php, line: 467 -# File: src/www/services_ntpd_gps.php, line: 473 -# File: src/www/services_ntpd_gps.php, line: 549 -# File: src/www/services_ntpd_pps.php, line: 156 -# File: src/www/services_ntpd_pps.php, line: 162 -# File: src/www/services_ntpd_pps.php, line: 206 -msgid "default" -msgstr "默认" - -# File: src/www/firewall_rules_edit.php, line: 1503 -msgid "" -"Leave as 'default' to use the system routing table. Or choose a gateway to " -"utilize policy based routing." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1255 -# File: src/www/interfaces_ppps_edit.php, line: 693 -# File: src/www/vpn_ipsec_phase1.php, line: 867 -# File: src/www/vpn_ipsec_phase2.php, line: 774 -msgid "Advanced Options" -msgstr "高级选项" - -# File: src/www/firewall_rules_edit.php, line: 1219 -msgid "Show/Hide" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1224 -msgid "Note: Leave fields blank to disable the feature." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1227 -msgid "allow options" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1262 -msgid "" -"This allows packets with IP options to pass. Otherwise they are blocked by " -"default. This is usually only seen with multicast traffic." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1236 -msgid "disable reply-to" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1265 -msgid "This will disable auto generated reply-to for this rule." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1245 -msgid "Set local tag" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1268 -msgid "Policy filtering" -msgstr "过滤策略" - -# File: src/www/firewall_rules_edit.php, line: 1268 -msgid "" -"You can mark a packet matching this rule and use this mark to match on other " -"NAT/filter rules. It is called" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1254 -msgid "Match local tag" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1271 -msgid "You can match packet on a mark placed before on another rule." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1263 -msgid "Max states" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1273 -msgid " Maximum state entries this rule can create" -msgstr "该规则可以产生的最大状态条目" - -# File: src/www/firewall_rules_edit.php, line: 1272 -msgid "Max source nodes" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1274 -msgid " Maximum number of unique source hosts" -msgstr "唯一源主机最大值" - -# File: src/www/firewall_rules_edit.php, line: 1281 -msgid "Max established" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1275 -msgid " Maximum number of established connections per host (TCP only)" -msgstr "每主机建立连接最大值(TCP)" - -# File: src/www/firewall_rules_edit.php, line: 1290 -msgid "Max source states" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1276 -msgid " Maximum state entries per host" -msgstr "每主机最大状态条目" - -# File: src/www/firewall_rules_edit.php, line: 1299 -msgid "Max new connections" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1285 -msgid "Maximum new connections per host / per second(s) (TCP only)" -msgstr "每主机每秒TCP最大新连接" - -# File: src/www/firewall_rules_edit.php, line: 1329 -msgid "State timeout" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1288 -msgid "State Timeout in seconds (TCP only)" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1295 -msgid "TCP flags" -msgstr "TCP标记" - -# File: src/www/firewall_rules_edit.php, line: 1327 -msgid "Any flags." -msgstr "任何标记" - -# File: src/www/firewall_rules_edit.php, line: 1329 -msgid "" -"Use this to choose TCP flags that must be set or cleared for this rule to " -"match." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1376 -msgid "NO pfsync" -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1335 -msgid "State Type" -msgstr "状态类型" - -# File: src/www/firewall_rules_edit.php, line: 1344 -msgid "" -"Hint: This prevents states created by this rule to be sync'ed over pfsync." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1347 -# File: src/www/firewall_rules_edit.php, line: 1356 -msgid "keep state" -msgstr "保持状态" - -# File: src/www/firewall_rules_edit.php, line: 1348 -# File: src/www/firewall_rules_edit.php, line: 1357 -msgid "sloppy state" -msgstr "松散状态" - -# File: src/www/firewall_rules_edit.php, line: 1349 -# File: src/www/firewall_rules_edit.php, line: 1358 -msgid "synproxy state" -msgstr "synproxy 状态" - -# File: src/www/firewall_rules_edit.php, line: 1353 -msgid "" -"Hint: Select which type of state tracking mechanism you would like to use. " -"If in doubt, use keep state." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1356 -# File: src/www/firewall_rules_edit.php, line: 1357 -msgid "Works with all IP protocols." -msgstr "所有IP协议都有效" - -# File: src/www/firewall_rules_edit.php, line: 1358 -msgid "" -"Proxies incoming TCP connections to help protect servers from spoofed TCP " -"SYN floods. This option includes the functionality of keep state and " -"modulate state combined." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1359 -msgid "" -"Do not use state mechanisms to keep track. This is only useful if you're " -"doing advanced queueing in certain situations. Please check the " -"documentation." -msgstr "" - -# File: src/www/firewall_rules.php, line: 595 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 52 -# File: src/www/firewall_schedule_edit.php, line: 862 -msgid "Fri" -msgstr "星期五" - -# File: src/www/firewall_rules.php, line: 595 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 52 -# File: src/www/firewall_schedule_edit.php, line: 858 -msgid "Mon" -msgstr "星期一" - -# File: src/www/firewall_rules.php, line: 595 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 52 -# File: src/www/firewall_schedule_edit.php, line: 863 -msgid "Sat" -msgstr "星期六" - -# File: src/www/firewall_rules.php, line: 595 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 52 -# File: src/www/firewall_schedule_edit.php, line: 864 -msgid "Sun" -msgstr "星期日" - -# File: src/www/firewall_rules.php, line: 595 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "Thur" -msgstr "星期四" - -# File: src/www/firewall_rules.php, line: 595 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 52 -msgid "Tues" -msgstr "星期二" - -# File: src/www/firewall_rules.php, line: 595 -# File: src/www/firewall_schedule.php, line: 30 -# File: src/www/firewall_schedule_edit.php, line: 52 -# File: src/www/firewall_schedule_edit.php, line: 860 -msgid "Wed" -msgstr "星期三" - -# File: src/www/firewall_rules.php, line: 596 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 53 -msgid "April" -msgstr "四月" - -# File: src/www/firewall_rules.php, line: 596 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 53 -msgid "August" -msgstr "八月" - -# File: src/www/firewall_rules.php, line: 596 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 53 -msgid "December" -msgstr "十二月" - -# File: src/www/firewall_rules.php, line: 596 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 53 -msgid "February" -msgstr "二月" - -# File: src/www/firewall_rules.php, line: 596 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 53 -msgid "January" -msgstr "一月" - -# File: src/www/firewall_rules.php, line: 596 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 53 -msgid "July" -msgstr "七月" - -# File: src/www/firewall_rules.php, line: 596 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 53 -msgid "June" -msgstr "六月" - -# File: src/www/firewall_rules.php, line: 596 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 53 -msgid "March" -msgstr "" - -# File: src/www/firewall_rules.php, line: 596 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 53 -msgid "May" -msgstr "五月" - -# File: src/www/firewall_rules.php, line: 596 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 53 -msgid "November" -msgstr "十一月" - -# File: src/www/firewall_rules.php, line: 596 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 53 -msgid "October" -msgstr "十月" - -# File: src/www/firewall_rules.php, line: 596 -# File: src/www/firewall_schedule.php, line: 31 -# File: src/www/firewall_schedule_edit.php, line: 53 -msgid "September" -msgstr "九月" - -# File: src/www/firewall_schedule.php, line: 64 -msgid "Cannot delete Schedule. Currently in use by %s" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 79 -msgid "Add a new schedule" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 227 -msgid "Do you really want to delete this schedule?" -msgstr "真要删除该计划吗?" - -# File: src/www/firewall_schedule.php, line: 106 -msgid "Time Range(s)" -msgstr "时间范围(秒)" - -# File: src/www/firewall_schedule.php, line: 121 -msgid "Schedule is currently active" -msgstr "计划是当前活动" - -# File: src/www/firewall_schedule.php, line: 238 -msgid "delete schedule" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 241 -msgid "clone schedule" -msgstr "" - -# File: src/www/firewall_schedule.php, line: 237 -msgid "" -"Schedules act as placeholders for time ranges to be used in Firewall Rules." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 76 -msgid "Schedule may not be named LAN." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 78 -msgid "Schedule may not be named WAN." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 80 -msgid "Schedule name cannot be blank." -msgstr "计划名不能是空白的" - -# File: src/www/firewall_schedule_edit.php, line: 84 -msgid "Reserved word used for schedule name." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 87 -msgid "The schedule name may only consist of the characters a-z, A-Z, 0-9" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 96 -msgid "A Schedule with this name already exists." -msgstr "一个同名%s的计划已存在" - -# File: src/www/firewall_schedule_edit.php, line: 109 -msgid "Invalid start time - '%s'" -msgstr "无效开始时间 - '%s'" - -# File: src/www/firewall_schedule_edit.php, line: 113 -msgid "Invalid stop time - '%s'" -msgstr "无效停止时间 - '%s'" - -# File: src/www/firewall_schedule_edit.php, line: 161 -msgid "The schedule must have at least one time range configured." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 777 -msgid "Schedule information" -msgstr "计划信息" - -# File: src/www/firewall_schedule_edit.php, line: 788 -msgid "Schedule Name" -msgstr "计划名字" - -# File: src/www/firewall_schedule_edit.php, line: 794 -msgid "NOTE: This schedule is in use so the name may not be modified!" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 799 -msgid "" -"The name of the alias may only consist of the characters a-z, A-Z and 0-9" -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 816 -msgid "Month" -msgstr "月" - -# File: src/www/firewall_schedule_edit.php, line: 859 -msgid "Tue" -msgstr "星期二" - -# File: src/www/firewall_schedule_edit.php, line: 861 -msgid "Thu" -msgstr "星期四" - -# File: src/www/firewall_schedule_edit.php, line: 921 -msgid "" -"Click individual date to select that date only. Click the appropriate " -"weekday Header to select all occurrences of that weekday." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 929 -# File: src/www/firewall_schedule_edit.php, line: 1016 -msgid "Start Time" -msgstr "开始时间" - -# File: src/www/firewall_schedule_edit.php, line: 929 -# File: src/www/firewall_schedule_edit.php, line: 1017 -msgid "Stop Time" -msgstr "停止时间" - -# File: src/www/firewall_schedule_edit.php, line: 978 -msgid "" -"Select the time range for the day(s) selected on the Month(s) above. A full " -"day is 0:00-23:59." -msgstr "" - -# File: src/www/firewall_schedule_edit.php, line: 982 -msgid "Time Range Description" -msgstr "时间范围描述" - -# File: src/www/firewall_schedule_edit.php, line: 992 -msgid "Add Time" -msgstr "添加时间" - -# File: src/www/firewall_schedule_edit.php, line: 993 -msgid "Clear Selection" -msgstr "清除选项" - -# File: src/www/firewall_schedule_edit.php, line: 1005 -msgid "Schedule repeat" -msgstr "计划调度重复" - -# File: src/www/firewall_schedule_edit.php, line: 1010 -msgid "Configured Ranges" -msgstr "已配置范围" - -# File: src/www/firewall_schedule_edit.php, line: 1015 -msgid "Day(s)" -msgstr "日期" - -# File: src/www/firewall_virtual_ip.php, line: 84 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"NAT mapping." -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 118 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"Gateway." -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 145 -msgid "" -"This entry cannot be deleted because it is still referenced by a CARP IP " -"with the description" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 201 -msgid "The VIP configuration has been changed." -msgstr "VIP配置已更改" - -# File: src/www/firewall_virtual_ip.php, line: 226 -msgid "Virtual IP address" -msgstr "虚拟IP地址" - -# File: src/www/firewall_virtual_ip.php, line: 309 -msgid "move selected virtual IPs before this entry" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 312 -msgid "edit virtual IP" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 315 -msgid "delete virtual IP" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 318 -msgid "clone virtual IP" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 332 -msgid "move selected virtual IPs to end" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 335 -msgid "add new virtual IP" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 279 -msgid "The virtual IP addresses defined on this page may be used in" -msgstr "" - -# File: src/www/firewall_virtual_ip.php, line: 279 -msgid "mappings." -msgstr "映射" - -# File: src/www/firewall_virtual_ip.php, line: 280 -msgid "You can check the status of your CARP Virtual IPs and interfaces " -msgstr "" - -# File: src/www/carp_status.php, line: 181 -# File: src/www/firewall_virtual_ip.php, line: 280 -# File: src/www/interfaces.php, line: 3446 -# File: src/www/interfaces.php, line: 3455 -# File: src/www/status_queues.php, line: 192 -msgid "here" -msgstr "这里" - -# File: src/www/firewall_virtual_ip_edit.php, line: 95 -# File: src/www/services_dhcp_edit.php, line: 158 -# File: src/www/services_dnsmasq_edit.php, line: 82 -# File: src/www/services_unbound_host_edit.php, line: 83 -msgid "A valid IP address must be specified." -msgstr "必须指定一个有效的IP地址" - -# File: src/www/firewall_virtual_ip_edit.php, line: 104 -msgid "This IP address is being used by another interface or VIP." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 114 -msgid "" -"The interface chosen for the VIP has no IPv4 or IPv6 address configured so " -"it cannot be used as a parent for the VIP." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 128 -msgid "You cannot use the network address for this VIP" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 130 -msgid "You cannot use the broadcast address for this VIP" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 141 -msgid "" -"VHID %s is already in use on interface %s. Pick a unique number on this " -"interface." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 145 -msgid "" -"You must specify a CARP password that is shared between the two VHID members." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 159 -msgid "" -"Sorry, we could not locate an interface with a matching subnet for %s. " -"Please add an IP alias in this subnet on this interface." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 163 -# File: src/www/firewall_virtual_ip_edit.php, line: 165 -msgid "For this type of vip localhost is not allowed." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 266 -msgid "Please provide a single IP address" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 262 -# File: src/www/firewall_virtual_ip_edit.php, line: 264 -msgid "" -"This must be the network's subnet mask. It does not specify a CIDR range." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 263 -msgid "This is a CIDR block of proxy ARP addresses." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 336 -msgid "Edit Virtual IP" -msgstr "编辑虚拟IP" - -# File: src/www/firewall_virtual_ip_edit.php, line: 349 -msgid "IP Alias" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 334 -msgid "carp" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 353 -msgid "Proxy ARP" -msgstr "ARP代理" - -# File: src/www/firewall_virtual_ip_edit.php, line: 355 -msgid "Other" -msgstr "其他" - -# File: src/www/firewall_virtual_ip_edit.php, line: 374 -msgid "IP Address(es)" -msgstr "IP地址" - -# File: src/www/firewall_nat_1to1_edit.php, line: 373 -# File: src/www/firewall_nat_1to1_edit.php, line: 455 -# File: src/www/firewall_nat_edit.php, line: 553 -# File: src/www/firewall_nat_edit.php, line: 651 -# File: src/www/firewall_nat_out_edit.php, line: 534 -# File: src/www/firewall_nat_out_edit.php, line: 591 -# File: src/www/firewall_rules_edit.php, line: 983 -# File: src/www/firewall_rules_edit.php, line: 1086 -# File: src/www/firewall_virtual_ip_edit.php, line: 378 -msgid "Type:" -msgstr "类型:" - -# File: src/www/firewall_virtual_ip_edit.php, line: 381 -msgid "Single address" -msgstr "单个地址" - -# File: src/www/firewall_virtual_ip_edit.php, line: 401 -msgid "Expansion:" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 403 -msgid "" -"Disable expansion of this entry into IPs on NAT lists (e.g. 192.168.1.0/24 " -"expands to 256 entries." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 421 -msgid "Virtual IP Password" -msgstr "虚拟IP地址" - -# File: src/www/firewall_virtual_ip_edit.php, line: 423 -msgid "Enter the VHID group password." -msgstr "输入VHID组密码" - -# File: src/www/firewall_virtual_ip_edit.php, line: 427 -msgid "VHID Group" -msgstr "VHID组" - -# File: src/www/firewall_virtual_ip_edit.php, line: 435 -msgid "Enter the VHID group that the machines will share" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 439 -msgid "Advertising Frequency" -msgstr "通告频率" - -# File: src/www/firewall_virtual_ip_edit.php, line: 433 -msgid "Base" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 441 -msgid "Skew" -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 456 -msgid "" -"The frequency that this machine will advertise. 0 means usually master. " -"Otherwise the lowest combination of both values in the cluster determines " -"the master." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 482 -msgid "" -"Proxy ARP and Other type Virtual IPs cannot be bound to by anything running " -"on the firewall, such as IPsec, OpenVPN, etc. Use a CARP or IP Alias type " -"address for these cases." -msgstr "" - -# File: src/www/firewall_virtual_ip_edit.php, line: 483 -msgid "CARP FAQ" -msgstr "CARP常见问题" - -# File: src/www/firewall_virtual_ip_edit.php, line: 483 -msgid "For more information on CARP and the above values, visit the OpenBSD " -msgstr "" - -# File: src/www/foot.inc, line: 25 -msgid "Available Widgets" -msgstr "可用的侧边栏" - -# File: src/www/graph.php, line: 79 -msgid "Cannot get data about interface %s" -msgstr "" - -# File: src/www/graph.php, line: 99 -msgid "In" -msgstr "" - -# File: src/www/graph.php, line: 100 -msgid "Out" -msgstr "出去" - -# File: src/www/graph.php, line: 104 -msgid "Switch to bytes/s" -msgstr "转到字节" - -# File: src/www/graph.php, line: 105 -msgid "AutoScale" -msgstr "自动刻度" - -# File: src/www/graph.php, line: 108 -msgid "Graph shows last" -msgstr "显示上一条图形" - -# File: src/www/graph.php, line: 111 -# File: src/www/graph_cpu.php, line: 72 -msgid "Collecting initial data, please wait" -msgstr "正在搜集初始数据,请等待" - -# File: src/www/graph.php, line: 123 -# File: src/www/graph_cpu.php, line: 84 -msgid "No URL for getURL" -msgstr "getURL没有URL" - -# File: src/www/graph.php, line: 130 -# File: src/www/graph_cpu.php, line: 91 -msgid "No callback function for getURL" -msgstr "getURL没有回叫功能" - -# File: src/www/graph.php, line: 146 -# File: src/www/graph_cpu.php, line: 107 -msgid "Both getURL and XMLHttpRequest are undefined" -msgstr "getURL和 XMLHttpRequest未定义" - -# File: src/www/graph.php, line: 183 -msgid "Switch to" -msgstr "转到" - -# File: src/www/graph.php, line: 189 -msgid "follow" -msgstr "遵循" - -# File: src/etc/inc/pfsense-utils.inc, line: 1138 -# File: src/www/graph.php, line: 189 -msgid "up" -msgstr "启用" - -# File: src/www/graph.php, line: 350 -msgid "Kbps" -msgstr "" - -# File: src/www/graph.php, line: 352 -msgid "Mbps" -msgstr "" - -# File: src/www/graph.php, line: 354 -msgid "Gbps" -msgstr "" - -# File: src/www/graph.php, line: 360 -msgid "KB/s" -msgstr "" - -# File: src/www/graph.php, line: 362 -msgid "MB/s" -msgstr "" - -# File: src/www/graph.php, line: 364 -msgid "GB/s" -msgstr "" - -# File: src/www/guiconfig.inc, line: 246 -msgid "The field %s contains invalid characters." -msgstr "区域 '%s'包含无效字符" - -# File: src/www/guiconfig.inc, line: 252 -msgid "The field %s is required." -msgstr "区域 '%s'是必须的" - -# File: src/www/guiconfig.inc, line: 264 -msgid "The following input errors were detected:" -msgstr "检测到以下输入错误:" - -# File: src/www/firewall_rules.php, line: 358 -# File: src/www/guiconfig.inc, line: 283 -msgid "Apply changes" -msgstr "应用更改" - -# File: src/www/guiconfig.inc, line: 259 -msgid "" -"The firewall has globally been disabled and configured rules are currently " -"not enforced. It can be enabled in the %sFirewall/NAT%s settings." -msgstr "" - -# File: src/www/guiconfig.inc, line: 383 -msgid "The changes have been applied successfully." -msgstr "已成功应用这项改动" - -# File: src/www/guiconfig.inc, line: 388 -msgid "" -"You can also monitor the filter " -"reload progress." -msgstr "你也能 监测 过滤重新载入的进程 " - -# File: src/www/guiconfig.inc, line: 412 -msgid "File %s is a directory." -msgstr "" - -# File: src/www/guiconfig.inc, line: 414 -msgid "File %s doesn't exist." -msgstr "" - -# File: src/www/guiconfig.inc, line: 389 -# File: src/www/guiconfig.inc, line: 420 -msgid "File %s yielded no results." -msgstr "" - -# File: src/www/guiconfig.inc, line: 937 -msgid "Currently viewing: " -msgstr "当前正在浏览:" - -# File: src/www/guiconfig.inc, line: 629 -msgid "A problem was detected. Click %shere%s for more information." -msgstr "" - -# File: src/etc/inc/functions.inc, line: 89 -msgid "Acknowledge All Notices" -msgstr "确认所有提醒" - -# File: src/etc/inc/functions.inc, line: 109 -msgid "unread notice" -msgstr "未读提醒" - -# File: src/etc/inc/functions.inc, line: 111 -msgid "unread notices" -msgstr "未读提醒" - -# File: src/www/index.php, line: 94 -msgid "Widget configuration has been changed." -msgstr "窗体配置已更改" - -# File: src/www/index.php, line: 382 -msgid "Starting initial configuration" -msgstr "正在开始初始化配置" - -# File: src/www/index.php, line: 398 -msgid "Welcome to %s!\n" -msgstr "欢迎来到 %s!\n" - -# File: src/www/index.php, line: 399 -msgid "One moment while we start the initial setup wizard." -msgstr "开始初始化设置向导,稍等" - -# File: src/www/index.php, line: 400 -msgid "" -"Embedded platform users: Please be patient, the wizard takes a little longer " -"to run than the normal GUI." -msgstr "嵌入式平台用户:耐心等候,该向导比运行常规的GUI时间有点长" - -# File: src/www/index.php, line: 401 -msgid "To bypass the wizard, click on the %s logo on the initial page." -msgstr "要绕过该向导,请点击初始化页面上的 %s 标识" - -# File: src/www/index.php, line: 566 -msgid "Loading selected widget" -msgstr "正在载入所选择的窗体" - -# File: src/www/interfaces.php, line: 214 -msgid "XML error: %s at line %d" -msgstr "" - -# File: src/www/interfaces.php, line: 414 -msgid "You have already applied your settings!" -msgstr "已经应用你的设置!" - -# File: src/www/interfaces.php, line: 246 -msgid "Sorry, an alias with the name %s already exists." -msgstr "抱歉,一个同名%s的别名组已存在" - -# File: src/www/interfaces.php, line: 497 -msgid "An interface with the specified description already exists." -msgstr "一个拥有该定义描述的接口已存在" - -# File: src/www/interfaces.php, line: 503 -msgid "" -"The DHCP Server is active on this interface and it can be used only with a " -"static IP configuration. Please disable the DHCP Server service on this " -"interface first, then change the interface configuration." -msgstr "该接口上的DHCP服务器是激活的,只能使用一个静态IP的配置。请先禁用DHCP服务,然后更改接口配置" - -# File: src/www/interfaces.php, line: 779 -msgid "" -"The DHCPv6 Server is active on this interface and it can be used only with a " -"static IPv6 configuration. Please disable the DHCPv6 Server service on this " -"interface first, then change the interface configuration." -msgstr "" - -# File: src/www/interfaces.php, line: 510 -# File: src/www/interfaces.php, line: 1727 -# File: src/www/status_interfaces.php, line: 257 -msgid "IPv4 address" -msgstr "IPv4地址" - -# File: src/www/interfaces.php, line: 510 -# File: src/www/interfaces.php, line: 563 -msgid "Subnet bit count" -msgstr "子网位数" - -# File: src/www/interfaces.php, line: 517 -msgid "" -"This interface is referenced by IPv4 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "该接口被IPv4的虚拟IP引用了,请在设置接口为'none'配置前删除那些虚拟IP" - -# File: src/www/interfaces.php, line: 522 -# File: src/www/interfaces.php, line: 575 -# File: src/www/interfaces.php, line: 587 -# File: src/www/interfaces.php, line: 597 -# File: src/www/interfaces.php, line: 602 -msgid "You have to reassign the interface to be able to configure as %s." -msgstr "你必须重新指派接口,以便配置为%s" - -# File: src/www/interfaces.php, line: 526 -# File: src/www/interfaces.php, line: 2597 -msgid "Modem Port" -msgstr "Modem端口" - -# File: src/www/interfaces.php, line: 526 -# File: src/www/interfaces.php, line: 2585 -# File: src/www/interfaces_ppps_edit.php, line: 183 -# File: src/www/interfaces_ppps_edit.php, line: 541 -msgid "Phone Number" -msgstr "电话号码" - -# File: src/www/interfaces.php, line: 532 -# File: src/www/interfaces.php, line: 542 -# File: src/www/interfaces.php, line: 552 -# File: src/www/interfaces.php, line: 2665 -# File: src/www/interfaces.php, line: 2787 -# File: src/www/interfaces_ppps_edit.php, line: 189 -# File: src/www/interfaces_ppps_edit.php, line: 200 -msgid "Dial on demand" -msgstr "按需拨号" - -# File: src/www/interfaces.php, line: 532 -# File: src/www/interfaces.php, line: 542 -# File: src/www/interfaces.php, line: 552 -# File: src/www/interfaces_ppps_edit.php, line: 189 -# File: src/www/interfaces_ppps_edit.php, line: 200 -msgid "Idle timeout value" -msgstr "闲置超时值" - -# File: src/www/interfaces.php, line: 532 -# File: src/www/interfaces.php, line: 535 -msgid "PPPoE password" -msgstr "PPPoE密码" - -# File: src/www/interfaces.php, line: 532 -# File: src/www/interfaces.php, line: 535 -msgid "PPPoE username" -msgstr "PPPoE用户名" - -# File: src/www/interfaces.php, line: 542 -# File: src/www/interfaces.php, line: 545 -msgid "PPTP local IP address" -msgstr "PPTP本地IP" - -# File: src/www/interfaces.php, line: 542 -# File: src/www/interfaces.php, line: 545 -msgid "PPTP password" -msgstr "PPTP 密码" - -# File: src/www/interfaces.php, line: 542 -# File: src/www/interfaces.php, line: 545 -msgid "PPTP remote IP address" -msgstr "PPTP 远程IP地址" - -# File: src/www/interfaces.php, line: 542 -# File: src/www/interfaces.php, line: 545 -msgid "PPTP subnet" -msgstr "PPTP 子网" - -# File: src/www/interfaces.php, line: 542 -# File: src/www/interfaces.php, line: 545 -msgid "PPTP username" -msgstr "PPTP 用户名" - -# File: src/www/interfaces.php, line: 552 -# File: src/www/interfaces.php, line: 555 -msgid "L2TP password" -msgstr "L2TP密码" - -# File: src/www/interfaces.php, line: 552 -# File: src/www/interfaces.php, line: 555 -msgid "L2TP remote IP address" -msgstr "L2TP远程IP地址" - -# File: src/www/interfaces.php, line: 552 -# File: src/www/interfaces.php, line: 555 -msgid "L2TP username" -msgstr "L2TP用户名" - -# File: src/www/diag_ndp.php, line: 124 -# File: src/www/interfaces.php, line: 563 -# File: src/www/interfaces.php, line: 1836 -# File: src/www/services_dhcpv6.php, line: 834 -# File: src/www/services_dhcpv6_edit.php, line: 205 -# File: src/www/status_dhcpv6_leases.php, line: 417 -# File: src/www/status_interfaces.php, line: 288 -msgid "IPv6 address" -msgstr "IPv6地址" - -# File: src/www/interfaces.php, line: 570 -msgid "" -"This interface is referenced by IPv6 VIPs. Please delete those before " -"setting the interface to 'none' configuration." -msgstr "该接口被IPv6 虚拟IP引用了,请在设置接口为'none'配置前删除那些虚拟IP" - -# File: src/www/interfaces.php, line: 581 -msgid "You can only have one interface configured in 6rd with same prefix." -msgstr "" - -# File: src/www/interfaces.php, line: 592 -msgid "You can only have one interface configured as 6to4." -msgstr "" - -# File: src/www/interfaces.php, line: 605 -msgid "You must enter a valid hexadecimal number for the IPv6 prefix ID." -msgstr "" - -# File: src/www/interfaces.php, line: 609 -msgid "You specified an IPv6 prefix ID that is out of range." -msgstr "你指定了一个超出范围的IPv6前缀ID" - -# File: src/www/interfaces.php, line: 621 -msgid "A valid IPv4 address must be specified." -msgstr "必须指定一个有效的IPv4地址" - -# File: src/www/interfaces.php, line: 624 -msgid "This IPv4 address is being used by another interface or VIP." -msgstr "" - -# File: src/www/interfaces.php, line: 629 -msgid "This IPv4 address is the network address and cannot be used" -msgstr "该IPv4地址是网络地址,不能使用" - -# File: src/www/interfaces.php, line: 631 -msgid "This IPv4 address is the broadcast address and cannot be used" -msgstr "该IPv4地址是广播地址,不能使用" - -# File: src/www/interfaces.php, line: 637 -msgid "This IPv4 address conflicts with a Static Route." -msgstr "" - -# File: src/www/interfaces.php, line: 646 -# File: src/www/services_dhcpv6_edit.php, line: 112 -msgid "A valid IPv6 address must be specified." -msgstr "必须指定一个IPv6地址" - -# File: src/www/interfaces.php, line: 649 -msgid "This IPv6 address is being used by another interface or VIP." -msgstr "" - -# File: src/www/interfaces.php, line: 654 -msgid "This IPv6 address conflicts with a Static Route." -msgstr "" - -# File: src/www/interfaces.php, line: 662 -# File: src/www/interfaces.php, line: 664 -msgid "A valid subnet bit count must be specified." -msgstr "必须指定一个有效的子网位数" - -# File: src/www/interfaces.php, line: 666 -msgid "A valid alias IP address must be specified." -msgstr "必须指定一个有效的别名IP地址" - -# File: src/www/interfaces.php, line: 668 -msgid "A valid alias subnet bit count must be specified." -msgstr "必须指定一个有效的别名网络位数" - -# File: src/www/interfaces.php, line: 670 -msgid "A valid alias IP address must be specified to reject DHCP Leases from." -msgstr "必须指定一个有效的IP地址别名来拒绝DHCP租约" - -# File: src/www/interfaces.php, line: 684 -# File: src/www/system_routes_edit.php, line: 92 -msgid "A valid gateway must be specified." -msgstr "必须指定一个有效的网关" - -# File: src/www/interfaces.php, line: 688 -msgid "The service name contains invalid characters." -msgstr "服务名包含无效字符" - -# File: src/www/interfaces.php, line: 690 -# File: src/www/interfaces.php, line: 706 -# File: src/www/interfaces_ppps_edit.php, line: 218 -msgid "The idle timeout value must be an integer." -msgstr "闲置超时值必须是一个整数" - -# File: src/www/interfaces.php, line: 693 -# File: src/www/interfaces_ppps_edit.php, line: 221 -msgid "A valid PPPoE reset hour must be specified (0-23)." -msgstr "一个有效的PPPoE 重置小时必须是 (0-23)" - -# File: src/www/interfaces.php, line: 696 -# File: src/www/interfaces_ppps_edit.php, line: 224 -msgid "A valid PPPoE reset minute must be specified (0-59)." -msgstr "一个有效的PPPoE 重置分钟必须是 (0-59)" - -# File: src/www/interfaces.php, line: 698 -# File: src/www/interfaces_ppps_edit.php, line: 226 -msgid "A valid PPPoE reset date must be specified (mm/dd/yyyy)." -msgstr "一个有效的PPPoE 重置日期必须是 (月/日/年)" - -# File: src/www/interfaces.php, line: 700 -msgid "A valid PPTP local IP address must be specified." -msgstr "必须指定一个有效的PPTP本地IP地址" - -# File: src/www/interfaces.php, line: 702 -msgid "A valid PPTP subnet bit count must be specified." -msgstr "必须指定一个有效的PPTP子网位数" - -# File: src/www/interfaces.php, line: 704 -msgid "A valid PPTP remote IP address must be specified." -msgstr "必须指定一个有效的PPTP远端IP地址" - -# File: src/www/interfaces.php, line: 708 -# File: src/www/services_dhcp_edit.php, line: 161 -# File: src/www/services_wol.php, line: 76 -# File: src/www/services_wol_edit.php, line: 83 -msgid "A valid MAC address must be specified." -msgstr "必须指定一个有效的Mac地址" - -# File: src/www/interfaces.php, line: 711 -msgid "The MTU must be greater than 576 bytes and less than 9000." -msgstr "" - -# File: src/www/interfaces.php, line: 720 -msgid "MTU of a vlan should not be bigger than parent interface." -msgstr "" - -# File: src/www/interfaces.php, line: 735 -msgid "Interface %s (VLAN) has MTU set to a bigger value" -msgstr "" - -# File: src/www/interfaces.php, line: 740 -msgid "The MSS must be greater than 576 bytes." -msgstr "MSS必须大于576字节" - -# File: src/www/interfaces.php, line: 744 -# File: src/www/interfaces.php, line: 3029 -# File: src/www/interfaces_wireless.php, line: 115 -# File: src/www/interfaces_wireless_edit.php, line: 78 -# File: src/www/interfaces_wireless_edit.php, line: 180 -# File: src/www/load_balancer_pool.php, line: 135 -# File: src/www/load_balancer_pool_edit.php, line: 68 -# File: src/www/load_balancer_pool_edit.php, line: 207 -# File: src/www/load_balancer_virtual_server_edit.php, line: 61 -# File: src/www/status_lb_pool.php, line: 137 -# File: src/www/vpn_ipsec.php, line: 249 -# File: src/www/vpn_ipsec.php, line: 422 -# File: src/www/vpn_ipsec_phase2.php, line: 520 -msgid "Mode" -msgstr "模式" - -# File: src/www/interfaces.php, line: 747 -# File: src/www/interfaces.php, line: 3039 -# File: src/www/status_interfaces.php, line: 353 -msgid "SSID" -msgstr "" - -# File: src/www/interfaces.php, line: 1323 -msgid "" -"Unable to change mode to %s. You may already have the maximum number of " -"wireless clones supported in this mode." -msgstr "" - -# File: src/www/interfaces.php, line: 782 -msgid "" -"Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit." -msgstr "" - -# File: src/www/interfaces.php, line: 790 -msgid "The length of the passphrase should be between 8 and 63 characters." -msgstr "" - -# File: src/www/interfaces.php, line: 1567 -msgid "Don't forget to adjust the DHCP Server range if needed after applying." -msgstr "" - -# File: src/www/interfaces.php, line: 1567 -msgid "The %s configuration has been changed." -msgstr " %s配置已更改" - -# File: src/www/interfaces.php, line: 1583 -msgid "General configuration" -msgstr "一般配置" - -# File: src/www/interfaces.php, line: 1591 -msgid "Enable Interface" -msgstr "启用接口" - -# File: src/www/interfaces.php, line: 1606 -msgid "Enter a description (name) for the interface here." -msgstr "为这里的接口输入一个描述(名字)" - -# File: src/www/interfaces.php, line: 1706 -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved for " -"private networks as per RFC 1918 (10/8, 172.16/12, 192.168/16) as well as " -"loopback addresses (127/8)." -msgstr "" - -# File: src/www/interfaces.php, line: 3305 -msgid "" -"You should generally leave this option turned on, unless your WAN network " -"lies in such a private address space, too." -msgstr "你通常应当让该选项启用,除非你的WAN网络也是基于这样的私有地址空间" - -# File: src/www/interfaces.php, line: 3315 -msgid "" -"When set, this option blocks traffic from IP addresses that are reserved (" -"but not RFC 1918) or not yet assigned by IANA." -msgstr "" - -# File: src/www/interfaces.php, line: 3317 -msgid "" -"Bogons are prefixes that should never appear in the Internet routing table, " -"and obviously should not appear as the source address in any packets you " -"receive." -msgstr "" - -# File: src/www/interfaces.php, line: 3320 -msgid "" -"Note: The update frequency can be changed under System->Advanced Firewall/" -"NAT settings." -msgstr "" - -# File: src/www/interfaces.php, line: 1610 -msgid "IPv4 Configuration Type" -msgstr "IPv4配置类型" - -# File: src/www/diag_logs_ppp.php, line: 44 -# File: src/www/diag_logs_tabs.inc, line: 34 -# File: src/www/interfaces.php, line: 1351 -# File: src/www/status_interfaces.php, line: 162 -msgid "PPP" -msgstr "" - -# File: src/www/interfaces.php, line: 1351 -# File: src/www/status_interfaces.php, line: 123 -# File: src/www/vpn_pppoe.php, line: 82 -msgid "PPPoE" -msgstr "" - -# File: src/www/interfaces.php, line: 1351 -msgid "Static IPv4" -msgstr "静态IPv4" - -# File: src/www/interfaces.php, line: 1626 -msgid "IPv6 Configuration Type" -msgstr "IPv6 配置类型" - -# File: src/www/interfaces.php, line: 1352 -msgid "6rd Tunnel" -msgstr "6rd隧道" - -# File: src/www/interfaces.php, line: 1352 -msgid "6to4 Tunnel" -msgstr "6to4隧道" - -# File: src/www/interfaces.php, line: 1352 -msgid "SLAAC" -msgstr "" - -# File: src/www/interfaces.php, line: 1352 -msgid "Static IPv6" -msgstr "静态IPv6" - -# File: src/www/interfaces.php, line: 1352 -msgid "Track Interface" -msgstr "跟踪接口" - -# File: src/www/diag_arp.php, line: 317 -# File: src/www/diag_ndp.php, line: 134 -# File: src/www/interfaces.php, line: 1642 -# File: src/www/services_captiveportal_mac.php, line: 165 -# File: src/www/services_captiveportal_mac_edit.php, line: 90 -# File: src/www/services_captiveportal_mac_edit.php, line: 204 -# File: src/www/services_dhcp.php, line: 1175 -# File: src/www/services_dhcp_edit.php, line: 362 -# File: src/www/services_wol.php, line: 150 -# File: src/www/services_wol.php, line: 172 -# File: src/www/services_wol_edit.php, line: 75 -# File: src/www/services_wol_edit.php, line: 150 -# File: src/www/status_captiveportal.php, line: 162 -# File: src/www/status_dhcp_leases.php, line: 337 -# File: src/www/status_interfaces.php, line: 243 -msgid "MAC address" -msgstr "MAC地址" - -# File: src/www/interfaces.php, line: 1651 -msgid "Insert my local MAC address" -msgstr "插入本地MAC地址" - -# File: src/www/interfaces.php, line: 1654 -msgid "" -"This field can be used to modify (\"spoof\") the MAC address of this " -"interface" -msgstr "" - -# File: src/www/interfaces.php, line: 1656 -msgid "(may be required with some cable connections)" -msgstr "(或许需要一些线缆连接)" - -# File: src/www/interfaces.php, line: 1657 -msgid "" -"Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx or leave blank" -msgstr "" - -# File: src/www/interfaces.php, line: 1662 -# File: src/www/interfaces_ppps_edit.php, line: 774 -msgid "MTU" -msgstr "" - -# File: src/www/interfaces.php, line: 1667 -msgid "" -"If you leave this field blank, the adapter's default MTU will be used. This " -"is typically 1500 bytes but can vary in some circumstances." -msgstr "" - -# File: src/www/interfaces.php, line: 1673 -msgid "MSS" -msgstr "" - -# File: src/www/interfaces.php, line: 1677 -msgid "" -"If you enter a value in this field, then MSS clamping for TCP connections to " -"the value entered above minus 40 (TCP/IP header size) will be in effect." -msgstr "" - -# File: src/www/interfaces.php, line: 1686 -msgid "Speed and duplex" -msgstr "速度和双工" - -# File: src/www/interfaces.php, line: 1802 -msgid "Default (no preference, typically autoselect)" -msgstr "" - -# File: src/www/interfaces.php, line: 1707 -msgid "" -"Here you can explicitly set speed and duplex mode for this interface. " -"WARNING: You MUST leave this set to autoselect (automatically negotiate " -"speed) unless the port this interface connects to has its speed and duplex " -"forced." -msgstr "" - -# File: src/www/interfaces.php, line: 1722 -msgid "Static IPv4 configuration" -msgstr "静态IPv4配置" - -# File: src/www/interfaces.php, line: 1755 -msgid "IPv4 Upstream Gateway" -msgstr "IPv4上游网关" - -# File: src/www/interfaces.php, line: 1773 -# File: src/www/interfaces.php, line: 1882 -# File: src/www/system_routes_edit.php, line: 274 -msgid "add a new one." -msgstr "添加一个新的" - -# File: src/www/interfaces.php, line: 1788 -msgid "Add new gateway" -msgstr "添加新网关" - -# File: src/www/interfaces.php, line: 1795 -# File: src/www/system_routes_edit.php, line: 287 -msgid "Default gateway:" -msgstr "默认网关" - -# File: src/www/interfaces.php, line: 1798 -# File: src/www/system_routes_edit.php, line: 301 -msgid "Gateway Name:" -msgstr "网关名字" - -# File: src/www/interfaces.php, line: 1801 -msgid "Gateway IPv4:" -msgstr "" - -# File: src/www/interfaces.php, line: 1804 -# File: src/www/interfaces.php, line: 1914 -# File: src/www/system_routes_edit.php, line: 307 -msgid "Description:" -msgstr "描述:" - -# File: src/www/interfaces.php, line: 1810 -# File: src/www/interfaces.php, line: 1920 -# File: src/www/system_routes_edit.php, line: 314 -msgid "Save Gateway" -msgstr "保存网关" - -# File: src/www/interfaces.php, line: 1776 -# File: src/www/interfaces.php, line: 1885 -msgid "" -"If this interface is an Internet connection, select an existing Gateway from " -"the list or add a new one using the link above." -msgstr "" - -# File: src/www/interfaces.php, line: 1777 -# File: src/www/interfaces.php, line: 1886 -msgid "On local LANs the upstream gateway should be \"none\"." -msgstr "" - -# File: src/www/diag_gmirror.php, line: 176 -# File: src/www/interfaces.php, line: 3446 -# File: src/www/interfaces.php, line: 3455 -# File: src/www/interfaces_groups_edit.php, line: 326 -# File: src/www/load_balancer_virtual_server_edit.php, line: 211 -# File: src/www/load_balancer_virtual_server_edit.php, line: 230 -# File: src/www/system_routes_edit.php, line: 413 -# File: src/www/vpn_openvpn_export_shared.php, line: 454 -msgid "NOTE:" -msgstr "注意:" - -# File: src/www/interfaces.php, line: 3446 -# File: src/www/interfaces.php, line: 3455 -msgid "You can manage Gateways" -msgstr "可以管理网关" - -# File: src/www/interfaces.php, line: 1941 -msgid "DHCP client configuration" -msgstr "DHCP客户端配置" - -# File: src/www/interfaces.php, line: 1937 -# File: src/www/interfaces.php, line: 2530 -msgid "Basic" -msgstr "" - -# File: src/www/interfaces.php, line: 1945 -# File: src/www/interfaces.php, line: 2073 -# File: src/www/interfaces.php, line: 2538 -msgid "Config File Override" -msgstr "" - -# File: src/www/interfaces.php, line: 1964 -msgid "" -"The value in this field is sent as the DHCP client identifier and hostname " -"when requesting a DHCP lease. Some ISPs may require this (for client " -"identification)." -msgstr "" - -# File: src/www/interfaces.php, line: 1970 -msgid "Alias IPv4 address" -msgstr "别名IPv4地址" - -# File: src/www/interfaces.php, line: 1989 -msgid "" -"The value in this field is used as a fixed alias IPv4 address by the DHCP " -"client." -msgstr "" - -# File: src/www/interfaces.php, line: 1997 -msgid "Reject Leases From" -msgstr "拒绝租约" - -# File: src/www/interfaces.php, line: 2001 -msgid "" -"If there is a certain upstream DHCP server that should be ignored, place the " -"IP address or subnet of the DHCP server to be ignored here." -msgstr "" - -# File: src/www/interfaces.php, line: 2002 -msgid "" -"This is useful for rejecting leases from cable modems that offer private IPs " -"when they lose upstream sync." -msgstr "" - -# File: src/www/interfaces.php, line: 2007 -msgid "Protocol Timing" -msgstr "协议定时" - -# File: src/www/interfaces.php, line: 2003 -msgid "Timeout" -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 239 -msgid "Retry" -msgstr "重试" - -# File: src/www/interfaces.php, line: 2005 -msgid "Select Timeout" -msgstr "" - -# File: src/www/interfaces.php, line: 2006 -msgid "Reboot" -msgstr "" - -# File: src/www/interfaces.php, line: 2007 -msgid "Backoff Cutoff" -msgstr "" - -# File: src/www/interfaces.php, line: 2008 -msgid "Initial Interval" -msgstr "" - -# File: src/www/interfaces.php, line: 2010 -msgid "Presets:" -msgstr "" - -# File: src/www/interfaces.php, line: 2013 -msgid "FreeBSD Default" -msgstr "" - -# File: src/www/status_upnp.php, line: 110 -msgid "Clear" -msgstr "清除" - -# File: src/www/interfaces.php, line: 2019 -msgid "OPNsense Default" -msgstr "" - -# File: src/www/interfaces.php, line: 2022 -msgid "Saved Cfg" -msgstr "" - -# File: src/www/interfaces.php, line: 2028 -msgid "" -"The values in these fields are DHCP protocol timings used when requesting a " -"lease.
" -msgstr "" - -# File: src/www/interfaces.php, line: 2032 -msgid "Lease Requirements" -msgstr "" - -# File: src/www/interfaces.php, line: 2035 -msgid "FreeBSD Manual" -msgstr "" - -# File: src/www/interfaces.php, line: 2035 -msgid "" -"More detailed information about lease requirements and requests can be found " -"in the " -msgstr "" - -# File: src/www/interfaces.php, line: 2232 -msgid "Send Options" -msgstr "发送选项" - -# File: src/www/interfaces.php, line: 2074 -msgid "" -"The values in this field are DHCP options to be sent when requesting a DHCP " -"lease. [option declaration [, ...]]
Value Substitutions: {interface}, " -"{hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C is U(pper) or " -"L(ower) Case, and D is \" :-.\" Delimiter (space, colon, hyphen, or period) (" -"omitted for none).
Some ISPs may require certain options be or not be " -"sent. " -msgstr "" - -# File: src/www/interfaces.php, line: 2241 -msgid "Request Options" -msgstr "请求选项" - -# File: src/www/interfaces.php, line: 2082 -msgid "" -"The values in this field are DHCP option 55 to be sent when requesting a " -"DHCP lease. [option [, ...]]
Some ISPs may require certain options be " -"or not be requested. " -msgstr "" - -# File: src/www/interfaces.php, line: 2054 -msgid "Require Options" -msgstr "" - -# File: src/www/interfaces.php, line: 2088 -msgid "" -"The values in this field are DHCP options required by the client when " -"requesting a DHCP lease. [option [, ...]] " -msgstr "" - -# File: src/www/interfaces.php, line: 2062 -msgid "Option Modifiers" -msgstr "" - -# File: src/www/interfaces.php, line: 2097 -msgid "" -"The values in this field are DHCP option modifiers applied to obtained DHCP " -"lease. [modifier option declaration [, ...]]
modifiers: (default, " -"supersede, prepend, append)" -msgstr "" - -# File: src/www/interfaces.php, line: 2068 -# File: src/www/interfaces.php, line: 2081 -msgid "FreeBSD manual" -msgstr "" - -# File: src/www/interfaces.php, line: 2107 -# File: src/www/interfaces.php, line: 2352 -msgid "" -"The value in this field is the full absolute path to a DHCP client " -"configuration file. [/[dirname/[.../]]filename[.ext]]
Value " -"Substitutions in Config File: {interface}, {hostname}, {mac_addr_asciiCD}, " -"{mac_addr_hexCD}
Where C is U(pper) or L(ower) Case, and D is \" :-.\" " -"Delimiter (space, colon, hyphen, or period) (omitted for none).
Some " -"ISPs may require certain options be or not be sent. " -msgstr "" - -# File: src/www/interfaces.php, line: 2538 -msgid "PPP configuration" -msgstr "PPP配置" - -# File: src/www/interfaces.php, line: 2541 -# File: src/www/interfaces_ppps_edit.php, line: 496 -msgid "Service Provider" -msgstr "服务者" - -# File: src/www/interfaces.php, line: 2545 -# File: src/www/interfaces_ppps_edit.php, line: 500 -msgid "Country:" -msgstr "国家:" - -# File: src/www/interfaces.php, line: 2553 -# File: src/www/interfaces_ppps_edit.php, line: 508 -msgid "Provider:" -msgstr "服务者" - -# File: src/www/interfaces.php, line: 2561 -# File: src/www/interfaces_ppps_edit.php, line: 516 -msgid "Plan:" -msgstr "" - -# File: src/www/interfaces.php, line: 2569 -# File: src/www/interfaces_ppps_edit.php, line: 524 -msgid "Select to fill in data for your service provider." -msgstr "" - -# File: src/www/interfaces.php, line: 2591 -# File: src/www/interfaces_ppps_edit.php, line: 548 -msgid "Access Point Name (APN)" -msgstr "接入点名称(APN)" - -# File: src/www/interfaces.php, line: 2621 -msgid "Advanced PPP" -msgstr "高级PPP" - -# File: src/www/interfaces.php, line: 2624 -# File: src/www/interfaces.php, line: 2629 -# File: src/www/interfaces.php, line: 2733 -# File: src/www/interfaces.php, line: 2738 -# File: src/www/interfaces.php, line: 2804 -# File: src/www/interfaces.php, line: 2809 -msgid "Click here" -msgstr "点击这里" - -# File: src/www/interfaces.php, line: 2625 -msgid "to edit PPP configuration." -msgstr "编辑PPP配置" - -# File: src/www/interfaces.php, line: 2630 -msgid "to create a PPP configuration." -msgstr "生成PPP配置" - -# File: src/www/interfaces.php, line: 2644 -msgid "PPPoE configuration" -msgstr "PPPoE配置" - -# File: src/www/interfaces.php, line: 2659 -# File: src/www/interfaces_ppps_edit.php, line: 607 -msgid "Service name" -msgstr "服务名字" - -# File: src/www/interfaces.php, line: 2661 -msgid "Hint: this field can usually be left empty" -msgstr "" - -# File: src/www/interfaces.php, line: 2668 -# File: src/www/interfaces.php, line: 2790 -msgid "Enable Dial-On-Demand mode" -msgstr "启用按需拨号" - -# File: src/www/interfaces.php, line: 2669 -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a " -msgstr "" - -# File: src/www/interfaces.php, line: 2669 -# File: src/www/interfaces.php, line: 2791 -msgid "" -"connection. The interface is configured, but the actual connection of the " -"link is delayed until qualifying outgoing traffic is detected." -msgstr "" - -# File: src/www/interfaces.php, line: 2669 -# File: src/www/interfaces.php, line: 2791 -msgid "virtual full time" -msgstr "虚拟全时间" - -# File: src/www/interfaces.php, line: 2673 -# File: src/www/interfaces.php, line: 2795 -# File: src/www/services_captiveportal.php, line: 543 -msgid "Idle timeout" -msgstr "闲置超时" - -# File: src/www/interfaces.php, line: 2675 -# File: src/www/interfaces.php, line: 2797 -msgid "" -"If no qualifying outgoing packets are transmitted for the specified number " -"of seconds, the connection is brought down. An idle timeout of zero disables " -"this feature." -msgstr "" - -# File: src/www/interfaces.php, line: 2679 -# File: src/www/interfaces_ppps_edit.php, line: 614 -msgid "Periodic reset" -msgstr "周期重设" - -# File: src/www/interfaces.php, line: 2687 -# File: src/www/interfaces_ppps_edit.php, line: 622 -# File: src/www/status_rrd_graph_tabs.inc, line: 38 -msgid "Custom" -msgstr "自定义" - -# File: src/www/interfaces.php, line: 2688 -# File: src/www/interfaces_ppps_edit.php, line: 623 -msgid "Pre-Set" -msgstr "预设置" - -# File: src/www/interfaces.php, line: 2689 -# File: src/www/interfaces_ppps_edit.php, line: 624 -msgid "Select a reset timing type" -msgstr "" - -# File: src/www/interfaces.php, line: 2697 -# File: src/www/interfaces_ppps_edit.php, line: 632 -msgid "hour (0-23)" -msgstr "小时(0~23)" - -# File: src/www/interfaces.php, line: 2699 -# File: src/www/interfaces_ppps_edit.php, line: 634 -msgid "minute (0-59)" -msgstr "" - -# File: src/www/interfaces.php, line: 2701 -# File: src/www/interfaces_ppps_edit.php, line: 636 -msgid "reset at a specific date (mm/dd/yyyy)" -msgstr "" - -# File: src/www/interfaces.php, line: 2704 -# File: src/www/interfaces_ppps_edit.php, line: 639 -msgid "" -"If you leave the date field empty, the reset will be executed each day at " -"the time you did specify using the minutes and hour field." -msgstr "" - -# File: src/www/interfaces.php, line: 2712 -# File: src/www/interfaces_ppps_edit.php, line: 647 -msgid "reset at each month ('0 0 1 * *')" -msgstr "" - -# File: src/www/interfaces.php, line: 2715 -# File: src/www/interfaces_ppps_edit.php, line: 650 -msgid "reset at each week ('0 0 * * 0')" -msgstr "" - -# File: src/www/interfaces.php, line: 2718 -# File: src/www/interfaces_ppps_edit.php, line: 653 -msgid "reset at each day ('0 0 * * *')" -msgstr "" - -# File: src/www/interfaces.php, line: 2721 -# File: src/www/interfaces_ppps_edit.php, line: 656 -msgid "reset at each hour ('0 * * * *')" -msgstr "" - -# File: src/www/interfaces.php, line: 2730 -msgid "Advanced and MLPPP" -msgstr "高级和MLPPP" - -# File: src/www/interfaces.php, line: 2734 -msgid "" -"for additional PPPoE configuration options. Save first if you made changes." -msgstr "" - -# File: src/www/interfaces.php, line: 2739 -msgid "for advanced PPPoE configuration options and MLPPP configuration." -msgstr "" - -# File: src/www/interfaces.php, line: 2753 -msgid "PPTP/L2TP configuration" -msgstr "PPTP/L2TP配置" - -# File: src/www/interfaces.php, line: 2768 -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -msgid "Local IP address" -msgstr "本地IP地址" - -# File: src/www/interfaces.php, line: 2781 -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -msgid "Remote IP address" -msgstr "远程IP地址" - -# File: src/www/interfaces.php, line: 2791 -msgid "" -"This option causes the interface to operate in dial-on-demand mode, allowing " -"you to have a" -msgstr "" - -# File: src/www/interfaces.php, line: 2805 -msgid "" -"for additional PPTP and L2TP configuration options. Save first if you made " -"changes." -msgstr "" - -# File: src/www/interfaces.php, line: 2810 -msgid "for advanced PPTP and L2TP configuration options" -msgstr "" - -# File: src/www/interfaces.php, line: 1831 -msgid "Static IPv6 configuration" -msgstr "静态IPv6配置" - -# File: src/www/interfaces.php, line: 1864 -msgid "IPv6 Upstream Gateway" -msgstr "IPv6上游网关" - -# File: src/www/interfaces.php, line: 1897 -msgid "Add new v6 gateway:" -msgstr "添加新IPv6网关" - -# File: src/www/interfaces.php, line: 1905 -msgid "Default v6 gateway:" -msgstr "默认v6网关:" - -# File: src/www/interfaces.php, line: 1908 -msgid "Gateway Name IPv6:" -msgstr "网关名字IPv6:" - -# File: src/www/interfaces.php, line: 1911 -msgid "Gateway IPv6:" -msgstr "网关IPv6:" - -# File: src/www/interfaces.php, line: 2520 -msgid "DHCPv6 client configuration" -msgstr "" - -# File: src/www/interfaces.php, line: 2544 -msgid "Use IPv4 connectivity" -msgstr "" - -# File: src/www/interfaces.php, line: 2189 -msgid "Request a IPv6 prefix/information through the IPv4 connectivity link" -msgstr "" - -# File: src/www/interfaces.php, line: 2193 -msgid "Request only a IPv6 prefix" -msgstr "只请求一个IPv6前缀" - -# File: src/www/interfaces.php, line: 2196 -msgid "Only request a IPv6 prefix, do not request a IPv6 address" -msgstr "" - -# File: src/www/interfaces.php, line: 2200 -msgid "DHCPv6 Prefix Delegation size" -msgstr "DHCPv6 前缀授权大小" - -# File: src/www/interfaces.php, line: 2213 -msgid "" -"The value in this field is the delegated prefix length provided by the " -"DHCPv6 server. Normally specified by the ISP." -msgstr "" - -# File: src/www/interfaces.php, line: 2217 -msgid "Send IPv6 prefix hint" -msgstr "发送IPv6前缀提示" - -# File: src/www/interfaces.php, line: 2220 -msgid "" -"Send an IPv6 prefix hint to indicate the desired prefix size for delegation" -msgstr "发送IPv6前缀提示来指出授权希望的前缀大小" - -# File: src/www/interfaces.php, line: 2588 -msgid "Interface Statement" -msgstr "" - -# File: src/www/interfaces.php, line: 2229 -msgid "Information Only" -msgstr "信息只有" - -# File: src/www/interfaces.php, line: 2593 -msgid "" -"This statement specifies dhcp6c to only exchange informational " -"configuration parameters with servers. A list of DNS server addresses is " -"an example of such parameters. This statement is useful when the client " -"does not need stateful configuration parameters such as IPv6 addresses or " -"prefixes." -msgstr "" - -# File: src/www/interfaces.php, line: 2598 -msgid "source: FreeBSD man page" -msgstr "" - -# File: src/www/interfaces.php, line: 2235 -msgid "" -"The values in this field are DHCP send options to be sent when requesting a " -"DHCP lease. [option declaration [, ...]]
Value Substitutions: " -"{interface}, {hostname}, {mac_addr_asciiCD}, {mac_addr_hexCD}
Where C " -"is U(pper) or L(ower) Case, and D is \" :-.\" Delimiter (space, colon, " -"hyphen, or period) (omitted for none).
Some DHCP services may require " -"certain options be or not be sent. " -msgstr "" - -# File: src/www/interfaces.php, line: 2244 -msgid "" -"The values in this field are DHCP request options to be sent when requesting " -"a DHCP lease. [option [, ...]]
Some DHCP services may require certain " -"options be or not be requested. " -msgstr "" - -# File: src/www/interfaces.php, line: 2248 -msgid "Script" -msgstr "脚本" - -# File: src/www/interfaces.php, line: 2251 -msgid "" -"The value in this field is the absolute path to a script invoked on certain " -"conditions including when a reply message is received.
[/[dirname/[.../]]filename[.ext]] " -msgstr "" - -# File: src/www/interfaces.php, line: 2629 -msgid "Identity Association" -msgstr "" - -# File: src/www/interfaces.php, line: 2263 -msgid "Non-Temporary Address Allocation" -msgstr "" - -# File: src/www/interfaces.php, line: 2265 -msgid "id-assoc na" -msgstr "" - -# File: src/www/interfaces.php, line: 2266 -# File: src/www/interfaces.php, line: 2283 -msgid "ID" -msgstr "" - -# File: src/www/interfaces.php, line: 2270 -msgid "ipv6-address" -msgstr "" - -# File: src/www/interfaces.php, line: 2272 -# File: src/www/interfaces.php, line: 2289 -msgid "pltime" -msgstr "" - -# File: src/www/interfaces.php, line: 2274 -# File: src/www/interfaces.php, line: 2291 -msgid "vltime" -msgstr "" - -# File: src/www/interfaces.php, line: 2280 -msgid "Prefix Delegation" -msgstr "前缀整数" - -# File: src/www/interfaces.php, line: 2282 -msgid "id-assoc pd" -msgstr "" - -# File: src/www/interfaces.php, line: 2286 -msgid "Prefix" -msgstr "前缀" - -# File: src/www/interfaces.php, line: 2287 -msgid "ipv6-prefix" -msgstr "" - -# File: src/www/interfaces.php, line: 2665 -msgid "Prefix Interface" -msgstr "" - -# File: src/www/interfaces.php, line: 2302 -msgid "Prefix Interface " -msgstr "前缀接口" - -# File: src/www/interfaces.php, line: 2303 -msgid "sla-id" -msgstr "" - -# File: src/www/interfaces.php, line: 2305 -msgid "sla-len" -msgstr "" - -# File: src/www/diag_authentication.php, line: 56 -# File: src/www/interfaces.php, line: 3192 -# File: src/www/services_captiveportal.php, line: 637 -# File: src/www/services_captiveportal.php, line: 1014 -msgid "Authentication" -msgstr "认证" - -# File: src/www/interfaces.php, line: 2315 -msgid "authname" -msgstr "" - -# File: src/www/interfaces.php, line: 2317 -msgid "protocol" -msgstr "" - -# File: src/www/interfaces.php, line: 2319 -msgid "algorithm" -msgstr "" - -# File: src/www/interfaces.php, line: 2321 -msgid "rdm" -msgstr "" - -# File: src/www/interfaces.php, line: 2688 -msgid "Keyinfo" -msgstr "" - -# File: src/www/interfaces.php, line: 2331 -msgid "keyname" -msgstr "" - -# File: src/www/interfaces.php, line: 2333 -msgid "realm" -msgstr "" - -# File: src/www/interfaces.php, line: 2336 -msgid "keyid" -msgstr "" - -# File: src/www/interfaces.php, line: 2338 -msgid "secret" -msgstr "" - -# File: src/www/interfaces.php, line: 2340 -msgid "expire" -msgstr "" - -# File: src/www/interfaces.php, line: 2704 -msgid "Configuration File Override" -msgstr "" - -# File: src/www/interfaces.php, line: 2433 -msgid "6RD Rapid Deployment" -msgstr "6RD快速部署" - -# File: src/www/interfaces.php, line: 2436 -msgid "6RD prefix" -msgstr "6RD 前缀" - -# File: src/www/interfaces.php, line: 2440 -msgid "" -"The value in this field is the 6RD IPv6 prefix assigned by your ISP. e.g. " -"'2001:db8::/32'" -msgstr "" - -# File: src/www/interfaces.php, line: 2444 -msgid "6RD Border Relay" -msgstr "6RD 边界中继" - -# File: src/www/interfaces.php, line: 2448 -msgid "" -"The value in this field is 6RD IPv4 gateway address assigned by your ISP" -msgstr "" - -# File: src/www/interfaces.php, line: 2452 -msgid "6RD IPv4 Prefix length" -msgstr "6RD IPv4 前缀长度" - -# File: src/www/system_camanager.php, line: 478 -# File: src/www/system_certmanager.php, line: 691 -# File: src/www/vpn_ipsec.php, line: 334 -# File: src/www/vpn_ipsec.php, line: 501 -# File: src/www/vpn_ipsec_phase2.php, line: 714 -# File: src/www/vpn_openvpn_server.php, line: 1036 -msgid "bits" -msgstr "比特" - -# File: src/www/interfaces.php, line: 2464 -msgid "" -"The value in this field is the 6RD IPv4 prefix length. Normally specified by " -"the ISP. A value of 0 means we embed the entire IPv4 address in the 6RD " -"prefix." -msgstr "" - -# File: src/www/interfaces.php, line: 2477 -msgid "Track IPv6 Interface" -msgstr "跟踪IPv6接口" - -# File: src/www/interfaces.php, line: 2480 -msgid "IPv6 Interface" -msgstr "IPv6接口" - -# File: src/www/interfaces.php, line: 2510 -msgid "This selects the dynamic IPv6 WAN interface to track for configuration" -msgstr "" - -# File: src/www/interfaces.php, line: 2514 -msgid "IPv6 Prefix ID" -msgstr "IPv6前缀ID" - -# File: src/www/interfaces.php, line: 2523 -msgid "" -"The value in this field is the (Delegated) IPv6 prefix id. This determines " -"the configurable network ID based on the dynamic IPv6 connection" -msgstr "" - -# File: src/www/interfaces.php, line: 2525 -msgid "" -"Enter a hexadecimal value between %x and %x here, default value is 0." -msgstr "" - -# File: src/www/interfaces.php, line: 2825 -msgid "" -"Common wireless configuration - Settings apply to all wireless networks on" -msgstr "" - -# File: src/www/interfaces.php, line: 2828 -msgid "Persist common settings" -msgstr "保留通常设置" - -# File: src/www/interfaces.php, line: 2831 -msgid "" -"Enabling this preserves the common wireless configuration through interface " -"deletions and reassignments." -msgstr "" - -# File: src/www/interfaces.php, line: 2855 -msgid "Protection Mode" -msgstr "保护模式" - -# File: src/www/interfaces.php, line: 2858 -msgid "Protection mode off" -msgstr "保护模式关闭" - -# File: src/www/interfaces.php, line: 2859 -msgid "Protection mode CTS to self" -msgstr "自我保护模式CTS" - -# File: src/www/interfaces.php, line: 2860 -msgid "Protection mode RTS and CTS" -msgstr "保护模式RTS和CTS" - -# File: src/www/interfaces.php, line: 2863 -msgid "" -"For IEEE 802.11g, use the specified technique for protecting OFDM frames in " -"a mixed 11b/11g network." -msgstr "" - -# File: src/www/interfaces.php, line: 2871 -msgid "Transmit power" -msgstr "输出功率" - -# File: src/www/interfaces.php, line: 2884 -msgid "" -"Note: Typically only a few discreet power settings are available and the " -"driver will use the setting closest to the specified value. Not all " -"adapters support changing the transmit power setting." -msgstr "" - -# File: src/www/interfaces.php, line: 2888 -# File: src/www/status_interfaces.php, line: 346 -msgid "Channel" -msgstr "" - -# File: src/www/interfaces.php, line: 2891 -# File: src/www/interfaces.php, line: 2938 -# File: src/www/interfaces.php, line: 2950 -msgid "Auto" -msgstr "自动" - -# File: src/www/interfaces.php, line: 2911 -msgid "" -"Legend: wireless standards - channel # (frequency @ max TX power / TX power " -"allowed in reg. domain)" -msgstr "" - -# File: src/www/interfaces.php, line: 2913 -msgid "" -"Note: Not all channels may be supported by your card. Auto may override the " -"wireless standard selected above." -msgstr "" - -# File: src/www/interfaces.php, line: 2918 -msgid "Antenna settings" -msgstr "天线设置" - -# File: src/www/interfaces.php, line: 2924 -msgid "Diversity" -msgstr "" - -# File: src/www/interfaces.php, line: 2935 -msgid "Transmit antenna" -msgstr "发射天线" - -# File: src/www/interfaces.php, line: 2939 -# File: src/www/interfaces.php, line: 2951 -msgid "#1" -msgstr "" - -# File: src/www/interfaces.php, line: 2940 -# File: src/www/interfaces.php, line: 2952 -msgid "#2" -msgstr "" - -# File: src/www/interfaces.php, line: 2947 -msgid "Receive antenna" -msgstr "接收天线" - -# File: src/www/interfaces.php, line: 2959 -msgid "" -"Note: The antenna numbers do not always match up with the labels on the card." -msgstr "" - -# File: src/www/interfaces.php, line: 2965 -msgid "Distance setting" -msgstr "禁用设置" - -# File: src/www/interfaces.php, line: 2969 -msgid "" -"Note: This field can be used to tune ACK/CTS timers to fit the distance " -"between AP and Client" -msgstr "" - -# File: src/www/interfaces.php, line: 2970 -msgid "(measured in Meters and works only for Atheros based cards !)" -msgstr "(按米计量,仅工作在基于Atheros的网卡)" - -# File: src/www/interfaces.php, line: 2975 -msgid "Regulatory settings" -msgstr "调控设置" - -# File: src/www/interfaces.php, line: 2977 -msgid "Regulatory domain" -msgstr "自治区域" - -# File: src/www/interfaces.php, line: 2991 -msgid "" -"Note: Some cards have a default that is not recognized and require changing " -"the regulatory domain to one in this list for the changes to other " -"regulatory settings to work." -msgstr "" - -# File: src/www/interfaces.php, line: 2993 -msgid "Country (listed with country code and regulatory domain)" -msgstr "国家(已列出国家代码和自治区域)" - -# File: src/www/interfaces.php, line: 3007 -msgid "" -"Note: Any country setting other than \"Default\" will override the " -"regulatory domain setting" -msgstr "" - -# File: src/www/interfaces.php, line: 3009 -msgid "Location" -msgstr "本地" - -# File: src/www/interfaces.php, line: 3012 -msgid "Indoor" -msgstr "" - -# File: src/www/interfaces.php, line: 3013 -msgid "Outdoor" -msgstr "" - -# File: src/www/interfaces.php, line: 3014 -msgid "Anywhere" -msgstr "任何地方" - -# File: src/www/interfaces.php, line: 3017 -msgid "" -"These settings may affect which channels are available and the maximum " -"transmit power allowed on those channels. Using the correct settings to " -"comply with local regulatory requirements is recommended." -msgstr "" - -# File: src/www/interfaces.php, line: 3019 -msgid "" -"Note: All wireless networks on this interface will be temporarily brought " -"down when changing regulatory settings. Some of the regulatory domains or " -"country codes may not be allowed by some cards. These settings may not be " -"able to add additional channels that are not already supported." -msgstr "" - -# File: src/www/interfaces.php, line: 3026 -msgid "Network-specific wireless configuration" -msgstr "专用网络无线配置" - -# File: src/www/interfaces.php, line: 3032 -# File: src/www/interfaces_wireless_edit.php, line: 183 -msgid "Infrastructure (BSS)" -msgstr "" - -# File: src/www/interfaces.php, line: 3033 -# File: src/www/interfaces_wireless_edit.php, line: 184 -msgid "Ad-hoc (IBSS)" -msgstr "" - -# File: src/www/interfaces.php, line: 3034 -# File: src/www/interfaces_wireless_edit.php, line: 185 -msgid "Access Point" -msgstr "接入点" - -# File: src/www/interfaces.php, line: 3043 -msgid "" -"Note: Only required in Access Point mode. If left blank in Ad-hoc or " -"Infrastructure mode, this interface will connect to any available SSID" -msgstr "" - -# File: src/www/interfaces.php, line: 3067 -msgid "Minimum standard" -msgstr "" - -# File: src/www/interfaces.php, line: 3053 -msgid "802.11g" -msgstr "" - -# File: src/www/interfaces.php, line: 3055 -msgid "802.11n" -msgstr "" - -# File: src/www/interfaces.php, line: 3058 -msgid "" -"When operating as an access point, allow only stations capable of the " -"selected wireless standard to associate (stations not capable are not " -"permitted to associate)." -msgstr "" - -# File: src/www/interfaces.php, line: 3063 -msgid "802.11g only" -msgstr "仅802.11g" - -# File: src/www/interfaces.php, line: 3066 -msgid "" -"When operating as an access point in 802.11g mode, allow only 11g-capable " -"stations to associate (11b-only stations are not permitted to associate)." -msgstr "" - -# File: src/www/interfaces.php, line: 3071 -msgid "Allow intra-BSS communication" -msgstr "允许intra-BSS连接" - -# File: src/www/interfaces.php, line: 3075 -msgid "" -"When operating as an access point, enable this if you want to pass packets " -"between wireless clients directly." -msgstr "" - -# File: src/www/interfaces.php, line: 3077 -msgid "" -"Disabling the internal bridging is useful when traffic is to be processed " -"with packet filtering." -msgstr "" - -# File: src/www/interfaces.php, line: 3081 -msgid "Enable WME" -msgstr "启用WME" - -# File: src/www/interfaces.php, line: 3084 -msgid "Setting this option will force the card to use WME (wireless QoS)." -msgstr "" - -# File: src/www/interfaces.php, line: 3088 -msgid "Enable Hide SSID" -msgstr "启用隐藏SSID" - -# File: src/www/interfaces.php, line: 3092 -msgid "Setting this option will force the card to NOT broadcast its SSID" -msgstr "" - -# File: src/www/interfaces.php, line: 3094 -msgid "(this might create problems for some clients)." -msgstr "(这可能对一些客户端产生问题)" - -# File: src/www/interfaces.php, line: 3098 -msgid "WEP" -msgstr "" - -# File: src/www/interfaces.php, line: 3101 -msgid "Enable WEP" -msgstr "启用WEP" - -# File: src/www/interfaces.php, line: 3106 -msgid "TX key" -msgstr "TX密钥" - -# File: src/www/interfaces.php, line: 3109 -msgid "Key 1:" -msgstr "密钥1:" - -# File: src/www/interfaces.php, line: 3118 -msgid "Key 2:" -msgstr "密钥2:" - -# File: src/www/interfaces.php, line: 3127 -msgid "Key 3:" -msgstr "密钥3:" - -# File: src/www/interfaces.php, line: 3136 -msgid "Key 4:" -msgstr "密钥4:" - -# File: src/www/interfaces.php, line: 3146 -msgid "" -"40 (64) bit keys may be entered as 5 ASCII characters or 10 hex digits " -"preceded by '0x'." -msgstr "40(64)位密钥可以输入为5位ASCII,或由 '0x'开头的10位十六进制数字。" - -# File: src/www/interfaces.php, line: 3147 -msgid "" -"104 (128) bit keys may be entered as 13 ASCII characters or 26 hex digits " -"preceded by '0x'." -msgstr "104 (128)位密钥可以输入为13位ASCII,或由 '0x'开头的26位十六进制数字。" - -# File: src/www/interfaces.php, line: 3151 -# File: src/www/interfaces.php, line: 3175 -msgid "WPA" -msgstr "" - -# File: src/www/interfaces.php, line: 3154 -msgid "Enable WPA" -msgstr "启用WPA" - -# File: src/www/interfaces.php, line: 3159 -msgid "WPA Pre-Shared Key" -msgstr "WPA 预共享密钥" - -# File: src/www/interfaces.php, line: 3168 -msgid "Passphrase must be from 8 to 63 characters." -msgstr "" - -# File: src/www/interfaces.php, line: 3172 -msgid "WPA Mode" -msgstr "WPA 模式" - -# File: src/www/interfaces.php, line: 3176 -msgid "WPA2" -msgstr "" - -# File: src/www/interfaces.php, line: 3177 -# File: src/www/interfaces.php, line: 3187 -# File: src/www/interfaces.php, line: 3197 -# File: src/www/interfaces.php, line: 3206 -msgid "Both" -msgstr "两者都" - -# File: src/www/interfaces.php, line: 3182 -msgid "WPA Key Management Mode" -msgstr "WPA 密钥管理模式" - -# File: src/www/interfaces.php, line: 3185 -# File: src/www/vpn_ipsec_keys.php, line: 108 -# File: src/www/vpn_ipsec_keys_edit.php, line: 65 -# File: src/www/vpn_ipsec_keys_edit.php, line: 145 -# File: src/www/vpn_ipsec_phase1.php, line: 171 -# File: src/www/vpn_ipsec_phase1.php, line: 741 -msgid "Pre-Shared Key" -msgstr "预共享密钥" - -# File: src/www/interfaces.php, line: 3186 -msgid "Extensible Authentication Protocol" -msgstr "可扩展认证协议" - -# File: src/www/interfaces.php, line: 3195 -msgid "Open System Authentication" -msgstr "开放系统认证" - -# File: src/www/interfaces.php, line: 3196 -msgid "Shared Key Authentication" -msgstr "预共享认证密钥" - -# File: src/www/interfaces.php, line: 3199 -msgid "Note: Shared Key Authentication requires WEP." -msgstr "" - -# File: src/www/interfaces.php, line: 3203 -msgid "WPA Pairwise" -msgstr "" - -# File: src/www/interfaces.php, line: 3207 -msgid "AES (recommended)" -msgstr "AES(推荐)" - -# File: src/www/interfaces.php, line: 3208 -msgid "TKIP" -msgstr "" - -# File: src/www/interfaces.php, line: 3213 -msgid "Key Rotation" -msgstr "密钥循环" - -# File: src/www/interfaces.php, line: 3216 -msgid "" -"Allowed values are 1-9999 but should not be longer than Master Key " -"Regeneration time." -msgstr "" - -# File: src/www/interfaces.php, line: 3220 -msgid "Master Key Regeneration" -msgstr "主密钥生成" - -# File: src/www/interfaces.php, line: 3223 -msgid "" -"Allowed values are 1-9999 but should not be shorter than Key Rotation time." -msgstr "" - -# File: src/www/interfaces.php, line: 3227 -msgid "Strict Key Regeneration" -msgstr "严格的密钥再生" - -# File: src/www/interfaces.php, line: 3230 -msgid "" -"Setting this option will force the AP to rekey whenever a client " -"disassociates." -msgstr "" - -# File: src/www/interfaces.php, line: 3234 -msgid "Enable IEEE802.1X Authentication" -msgstr "启用EEE802.1X认证" - -# File: src/www/interfaces.php, line: 3237 -msgid "Setting this option will enable 802.1x authentication." -msgstr "" - -# File: src/www/interfaces.php, line: 3238 -# File: src/www/load_balancer_pool_edit.php, line: 267 -# File: src/www/status_openvpn.php, line: 397 -msgid "NOTE" -msgstr "注意:" - -# File: src/www/interfaces.php, line: 3238 -msgid "this option requires checking the \"Enable WPA box\"." -msgstr "" - -# File: src/www/interfaces.php, line: 3275 -msgid "802.1X Server IP Address" -msgstr "" - -# File: src/www/interfaces.php, line: 3245 -# File: src/www/interfaces.php, line: 3266 -msgid "" -"Enter the IP address of the 802.1X Authentication Server. This is commonly " -"a Radius server (FreeRadius, Internet Authentication Services, etc.)" -msgstr "" - -# File: src/www/interfaces.php, line: 3284 -msgid "802.1X Server Port" -msgstr "" - -# File: src/www/interfaces.php, line: 3252 -# File: src/www/interfaces.php, line: 3273 -msgid "Leave blank for the default 1812 port." -msgstr "为默认的1812端口保留空白" - -# File: src/www/interfaces.php, line: 3293 -msgid "802.1X Server Shared Secret" -msgstr "" - -# File: src/www/interfaces.php, line: 3299 -msgid "802.1X Server IP Address (2)" -msgstr "" - -# File: src/www/interfaces.php, line: 3263 -msgid "Secondary 802.1X Authentication Server IP Address" -msgstr "第二个802.1X认证服务器IP地址" - -# File: src/www/interfaces.php, line: 3309 -msgid "802.1X Server Port (2)" -msgstr "" - -# File: src/www/interfaces.php, line: 3270 -msgid "Secondary 802.1X Authentication Server Port" -msgstr "第二个802.1X认证服务器端口" - -# File: src/www/interfaces.php, line: 3319 -msgid "802.1X Server Shared Secret (2)" -msgstr "" - -# File: src/www/interfaces.php, line: 3277 -msgid "Secondary 802.1X Authentication Server Shared Secret" -msgstr "第二个802.1X认证服务器预共享密钥" - -# File: src/www/interfaces.php, line: 3328 -msgid "802.1X Roaming Preauth" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 49 -msgid "vlan %s on %s" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 198 -msgid "lan" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 199 -msgid "LAN" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 357 -msgid "" -"The interface is part of a group. Please remove it from the group to continue" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 359 -msgid "" -"The interface is part of a bridge. Please remove it from the bridge to " -"continue" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 361 -msgid "" -"The interface is part of a gre tunnel. Please delete the tunnel to continue" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 363 -msgid "" -"The interface is part of a gif tunnel. Please delete the tunnel to continue" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 271 -msgid "Port %s was assigned to %d interfaces:" -msgstr "" - -# File: src/www/interfaces_assign.php, line: 278 -msgid "" -"You cannot set port %s to interface %s because this interface is a member of " -"%s." -msgstr "" - -# File: src/www/interfaces_assign.php, line: 299 -msgid "VLAN parent interface %s does not exist." -msgstr "" - -# File: src/www/interfaces_assign.php, line: 517 -msgid "Do you really want to delete this interface?" -msgstr "真要删除该接口吗?" - -# File: src/www/interfaces_assign.php, line: 481 -msgid "Network port" -msgstr "网络端口" - -# File: src/www/interfaces_assign.php, line: 513 -msgid "delete interface" -msgstr "删除接口" - -# File: src/www/interfaces_assign.php, line: 531 -msgid "Available network ports:" -msgstr "可用网络用户" - -# File: src/www/interfaces_assign.php, line: 547 -msgid "add selected interface" -msgstr "添加已选择接口" - -# File: src/www/interfaces_assign.php, line: 527 -msgid "" -"Interfaces that are configured as members of a LAGG interface will not be " -"shown." -msgstr "" - -# File: src/www/interfaces_bridge.php, line: 61 -msgid "This bridge cannot be deleted because it is assigned as an interface." -msgstr "" - -# File: src/www/interfaces_bridge.php, line: 161 -msgid "Do you really want to delete this bridge?" -msgstr "你真要删除该网桥吗?" - -# File: src/www/interfaces_bridge.php, line: 127 -# File: src/www/interfaces_groups.php, line: 101 -# File: src/www/interfaces_lagg.php, line: 122 -# File: src/www/load_balancer_pool_edit.php, line: 286 -# File: src/www/system_groupmanager.php, line: 328 -msgid "Members" -msgstr "成员" - -# File: src/www/interfaces_bridge.php, line: 155 -msgid "edit bridge" -msgstr "" - -# File: src/www/interfaces_bridge.php, line: 175 -msgid "Here you can configure bridging of interfaces." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 116 -msgid "Member Interfaces" -msgstr "成员接口" - -# File: src/www/interfaces_bridge_edit.php, line: 121 -msgid "Maxage needs to be an integer between 6 and 40." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 123 -msgid "Maxaddr needs to be an integer." -msgstr "最大地址需要一个整数" - -# File: src/www/interfaces_bridge_edit.php, line: 125 -msgid "Timeout needs to be an integer." -msgstr "超时必须是整数" - -# File: src/www/interfaces_bridge_edit.php, line: 127 -msgid "Forward Delay needs to be an integer between 4 and 30." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 129 -msgid "Hello time for STP needs to be an integer between 1 and 2." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 131 -msgid "Priority for STP needs to be an integer between 0 and 61440." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 133 -msgid "Transmit Hold Count for STP needs to be an integer between 1 and 10." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 143 -msgid "%s interface priority for STP needs to be an integer between 0 and 240." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 149 -msgid "" -"%s interface path cost for STP needs to be an integer between 1 and " -"200000000." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 146 -msgid "You must select at least 2 member interfaces for a bridge." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 151 -msgid "A member interface passed does not exist in configuration" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 154 -msgid "Bridging a wireless interface is only possible in hostap mode." -msgstr "仅在hostap模式下可以桥接一个无线网卡" - -# File: src/www/interfaces_bridge_edit.php, line: 156 -msgid "" -"Span interface cannot be part of the bridge. Remove the span interface from " -"bridge members to continue." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 214 -# File: src/www/interfaces_gif_edit.php, line: 104 -# File: src/www/interfaces_gre_edit.php, line: 98 -# File: src/www/interfaces_lagg_edit.php, line: 105 -# File: src/www/interfaces_vlan_edit.php, line: 125 -msgid "Error occurred creating interface, please retry." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 273 -msgid "Bridge configuration" -msgstr "网桥配置" - -# File: src/www/interfaces_bridge_edit.php, line: 281 -# File: src/www/interfaces_lagg_edit.php, line: 79 -msgid "Member interfaces" -msgstr "成员接口" - -# File: src/www/interfaces_bridge_edit.php, line: 296 -msgid "Interfaces participating in the bridge." -msgstr "该网桥参与接口" - -# File: src/www/interfaces_bridge_edit.php, line: 308 -# File: src/www/interfaces_ppps_edit.php, line: 756 -msgid "Show advanced options" -msgstr "显示高级选项" - -# File: src/www/interfaces_bridge_edit.php, line: 312 -msgid "RSTP/STP" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 298 -msgid "Spanning Tree Protocol" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 315 -msgid "Enable spanning tree options for this bridge." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 316 -msgid "RSTP" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 319 -msgid "STP" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 331 -msgid "Protocol used for spanning tree." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 333 -msgid "STP interfaces" -msgstr "STP接口" - -# File: src/www/interfaces_bridge_edit.php, line: 347 -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 remove loops in a network topology." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 353 -msgid "Valid time" -msgstr "有效时间" - -# File: src/www/interfaces_bridge_edit.php, line: 358 -msgid "" -"Set the time that a Spanning Tree Protocol configuration is valid. The " -"default is 20 seconds. The minimum is 6 seconds and the maximum is 40 " -"seconds." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 363 -msgid "Forward time" -msgstr "转发时间" - -# File: src/www/interfaces_bridge_edit.php, line: 368 -msgid "" -"Set the time that must pass before an interface begins forwarding packets " -"when Spanning Tree is enabled. The default is 15 seconds. The minimum is 4 " -"seconds and the maximum is 30 seconds." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 372 -msgid "Hello time" -msgstr "欢迎时间" - -# File: src/www/interfaces_bridge_edit.php, line: 377 -msgid "" -"Set the time between broadcasting of Spanning Tree Protocol configuration " -"messages. The hello time may only be changed when operating in legacy STP " -"mode. The default is 2 seconds. The minimum is 1 second and the maximum is " -"2 seconds." -msgstr "" - -# File: src/etc/inc/shaper.inc, line: 1114 -# File: src/www/interfaces_bridge_edit.php, line: 381 -# File: src/www/interfaces_bridge_edit.php, line: 400 -# File: src/www/system_gateway_groups.php, line: 139 -msgid "Priority" -msgstr "优先级" - -# File: src/www/interfaces_bridge_edit.php, line: 386 -msgid "" -"Set the bridge priority for Spanning Tree. The default is 32768. The " -"minimum is 0 and the maximum is 61440." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 390 -msgid "Hold count" -msgstr "保持计数" - -# File: src/www/interfaces_bridge_edit.php, line: 395 -msgid "" -"Set the transmit hold count for Spanning Tree. This is the number of " -"packets transmitted before being rate limited. The default is 6. The " -"minimum is 1 and the maximum is 10." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 410 -msgid "" -"Set the Spanning Tree priority of interface to value. The default is 128. " -"The minimum is 0 and the maximum is 240. Increments of 16." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 414 -msgid "Path cost" -msgstr "路径开销" - -# File: src/www/interfaces_bridge_edit.php, line: 424 -msgid "" -"Set the Spanning Tree path cost of interface to value. The default is " -"calculated from the link speed. To change a previously selected path cost " -"back to automatic, set the cost to 0. The minimum is 1 and the maximum is " -"200000000." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 452 -msgid "Advanced options" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 433 -msgid "Cache size" -msgstr "缓存大小" - -# File: src/www/interfaces_bridge_edit.php, line: 435 -msgid "entries" -msgstr "条目" - -# File: src/www/interfaces_bridge_edit.php, line: 461 -msgid "" -"Set the size of the bridge address cache to size. The default is .100 " -"entries." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 443 -msgid "Cache entry expire time" -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 447 -msgid "" -"Set the timeout of address cache entries to this number of seconds. If " -"seconds is zero, then address cache entries will not be expired. The default " -"is 240 seconds." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 454 -msgid "Span port" -msgstr "Span端口" - -# File: src/www/interfaces_bridge_edit.php, line: 468 -msgid "" -"Add the interface named by interface as a span port on the bridge. Span " -"ports transmit a copy of every frame received by the bridge. This is most " -"useful for snooping a bridged network passively on another host connected to " -"one of the span ports of the bridge." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 477 -msgid "The span interface cannot be part of the bridge member interfaces." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 482 -msgid "Edge ports" -msgstr "边界端口" - -# File: src/www/interfaces_bridge_edit.php, line: 496 -msgid "" -"Set interface as an edge port. An edge port connects directly to end " -"stations and cannot create bridging loops in the network; this allows it to " -"transition straight to forwarding." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 502 -msgid "Auto Edge ports" -msgstr "自动边界端口" - -# File: src/www/interfaces_bridge_edit.php, line: 516 -msgid "" -"Allow interface to automatically detect edge status. This is the default " -"for all interfaces added to a bridge." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 521 -msgid "This will disable the autoedge status of interfaces." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 525 -msgid "PTP ports" -msgstr "PTP端口" - -# File: src/www/interfaces_bridge_edit.php, line: 539 -msgid "" -"Set the interface as a point-to-point link. This is required for straight " -"transitions to forwarding and should be enabled on a direct link to another " -"RSTP-capable switch." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 545 -msgid "Auto PTP ports" -msgstr "自动PTP端口" - -# File: src/www/interfaces_bridge_edit.php, line: 559 -msgid "" -"Automatically detect the point-to-point status on interface by checking the " -"full duplex link status. This is the default for interfaces added to the " -"bridge." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 565 -msgid "" -"The interfaces selected here will be removed from default autoedge status." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 569 -msgid "Sticky ports" -msgstr "Sticky端口" - -# File: src/www/interfaces_bridge_edit.php, line: 583 -msgid "" -"Mark an interface as a \"sticky\" interface. Dynamically learned address " -"entries are treated as static once entered into the cache. Sticky entries " -"are never aged out of the cache or replaced, even if the address is seen on " -"a different interface." -msgstr "" - -# File: src/www/interfaces_bridge_edit.php, line: 590 -msgid "Private ports" -msgstr "私有端口" - -# File: src/www/interfaces_bridge_edit.php, line: 604 -msgid "" -"Mark an interface as a \"private\" interface. A private interface does not " -"forward any traffic to any other port that is also a private interface." -msgstr "" - -# File: src/www/interfaces_gif.php, line: 55 -msgid "" -"This gif TUNNEL cannot be deleted because it is still being used as an " -"interface." -msgstr "" - -# File: src/www/interfaces_gif.php, line: 139 -msgid "Do you really want to delete this gif tunnel?" -msgstr "你真要删除该gif隧道吗?" - -# File: src/www/interfaces_gif.php, line: 115 -# File: src/www/interfaces_gre.php, line: 116 -msgid "Tunnel to..." -msgstr "隧道到……" - -# File: src/www/interfaces_gif.php, line: 134 -# File: src/www/interfaces_gre.php, line: 136 -# File: src/www/interfaces_lagg.php, line: 144 -# File: src/www/interfaces_vlan.php, line: 136 -msgid "edit interface" -msgstr "" - -# File: src/www/interfaces_gif.php, line: 151 -msgid "GIF tunnels are configured here." -msgstr "" - -# File: src/www/interfaces_gif.php, line: 158 -msgid "" -"If you are using a GIF tunnel to connect to a Hurricane Electric (he.net) " -"Tunnel Broker on a WAN with a dynamic IP, you may want to add a %sHE.net " -"Tunnelbroker dynamic DNS entry%s to keep your tunnel functional when your IP " -"changes." -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 65 -msgid "" -"Parent interface,Local address, Remote tunnel address, Remote tunnel " -"network, Local tunnel address" -msgstr "父接口,本地地址,远端隧道地址,远端隧道网络,本地隧道地址" - -# File: src/www/interfaces_gif_edit.php, line: 71 -# File: src/www/interfaces_gre_edit.php, line: 70 -msgid "The tunnel local and tunnel remote fields must have valid IP addresses." -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 77 -msgid "" -"The alias IP address family has to match the family of the remote peer " -"address." -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 85 -msgid "A gif with the network %s is already defined." -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 146 -msgid "GIF configuration" -msgstr "GIF配置." - -# File: src/www/interfaces_gif_edit.php, line: 154 -# File: src/www/interfaces_gre_edit.php, line: 64 -# File: src/www/interfaces_gre_edit.php, line: 150 -# File: src/www/interfaces_lagg_edit.php, line: 155 -# File: src/www/interfaces_qinq_edit.php, line: 297 -# File: src/www/interfaces_vlan_edit.php, line: 71 -# File: src/www/interfaces_vlan_edit.php, line: 176 -# File: src/www/interfaces_wireless_edit.php, line: 78 -# File: src/www/interfaces_wireless_edit.php, line: 162 -msgid "Parent interface" -msgstr "父接口" - -# File: src/www/interfaces_gif_edit.php, line: 174 -msgid "" -"The interface here serves as the local address to be used for the gif tunnel." -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 205 -msgid "GIF remote address" -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 181 -msgid "Peer address where encapsulated gif packets will be sent. " -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 214 -msgid "GIF tunnel local address" -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 188 -msgid "Local gif tunnel endpoint" -msgstr "本地GIF隧道终端" - -# File: src/www/interfaces_gif_edit.php, line: 223 -msgid "GIF tunnel remote address " -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 213 -msgid "" -"Remote gif address endpoint. The subnet part is used for determining the " -"network that is tunnelled." -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 216 -msgid "Route caching " -msgstr "路由缓存" - -# File: src/www/interfaces_gif_edit.php, line: 220 -msgid "" -"Specify if route caching can be enabled. Be careful with these settings on " -"dynamic networks. " -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 223 -msgid "ECN friendly behavior" -msgstr "" - -# File: src/www/interfaces_gif_edit.php, line: 228 -msgid "" -"Note that the ECN friendly behavior violates RFC2893. This should be used " -"in mutual agreement with the peer." -msgstr "" - -# File: src/www/interfaces_gre.php, line: 56 -msgid "" -"This GRE tunnel cannot be deleted because it is still being used as an " -"interface." -msgstr "" - -# File: src/www/interfaces_gre.php, line: 140 -msgid "Do you really want to delete this GRE tunnel?" -msgstr "真要删除该gre隧道吗?" - -# File: src/www/interfaces_gre.php, line: 149 -msgid "" -"Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) " -"tunnels." -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 64 -msgid "Local address" -msgstr "本地地址" - -# File: src/www/interfaces_gre_edit.php, line: 64 -msgid "Local tunnel address" -msgstr "本地隧道地址" - -# File: src/www/interfaces_gre_edit.php, line: 64 -msgid "Remote tunnel address" -msgstr "远程隧道地址" - -# File: src/www/interfaces_gre_edit.php, line: 64 -msgid "Remote tunnel network" -msgstr "远程隧道网络" - -# File: src/www/interfaces_gre_edit.php, line: 78 -msgid "A GRE tunnel with the network %s is already defined." -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 142 -msgid "GRE configuration" -msgstr "GRE 配置" - -# File: src/www/interfaces_gre_edit.php, line: 170 -msgid "" -"The interface here serves as the local address to be used for the GRE tunnel." -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 173 -msgid "GRE remote address" -msgstr "GRE 远程地址" - -# File: src/www/interfaces_gre_edit.php, line: 177 -msgid "Peer address where encapsulated GRE packets will be sent " -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 180 -msgid "GRE tunnel local address " -msgstr "GRE 隧道本地地址" - -# File: src/www/interfaces_gre_edit.php, line: 184 -msgid "Local GRE tunnel endpoint" -msgstr "本地GRE 隧道终端" - -# File: src/www/interfaces_gre_edit.php, line: 187 -msgid "GRE tunnel remote address " -msgstr "GRE 隧道远程地址" - -# File: src/www/interfaces_gre_edit.php, line: 209 -msgid "" -"Remote GRE address endpoint. The subnet part is used for the determining the " -"network that is tunneled." -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 212 -msgid "Mobile tunnel" -msgstr "移动隧道" - -# File: src/www/interfaces_gre_edit.php, line: 216 -msgid "Specify which encapsulation method the tunnel should use. " -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 219 -msgid "Route search type" -msgstr "路由检索类型" - -# File: src/www/interfaces_gre_edit.php, line: 224 -msgid "" -"For correct operation, the GRE device needs a route to the destination that " -"is less specific than the one over the tunnel. (Basically, there needs to " -"be a route to the decapsulating host that does not run over the tunnel, as " -"this would be a loop." -msgstr "" - -# File: src/www/interfaces_gre_edit.php, line: 231 -msgid "WCCP version" -msgstr "WCCP版本" - -# File: src/www/interfaces_gre_edit.php, line: 235 -msgid "" -"Check this box for WCCP encapsulation version 2, or leave unchecked for " -"version 1." -msgstr "" - -# File: src/www/interfaces_groups.php, line: 138 -msgid "" -"Do you really want to delete this group? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "真要删除该组吗?仍在使用它的所有元素将失效(例如一些过滤规则)! " - -# File: src/www/interfaces_bridge.php, line: 159 -# File: src/www/interfaces_gif.php, line: 137 -# File: src/www/interfaces_gre.php, line: 138 -# File: src/www/interfaces_groups.php, line: 136 -# File: src/www/interfaces_lagg.php, line: 143 -# File: src/www/interfaces_ppps.php, line: 145 -# File: src/www/interfaces_qinq.php, line: 156 -# File: src/www/interfaces_vlan.php, line: 145 -# File: src/www/interfaces_wireless.php, line: 137 -# File: src/www/system_groupmanager.php, line: 500 -msgid "edit group" -msgstr "编辑组" - -# File: src/www/interfaces_groups.php, line: 138 -msgid "delete ifgroupentry" -msgstr "删除条件集" - -# File: src/www/interfaces_groups.php, line: 147 -msgid "" -"Interface Groups allow you to create rules that apply to multiple interfaces " -"without duplicating the rules. If you remove members from an interface " -"group, the group rules no longer apply to that interface." -msgstr "" - -# File: src/www/interfaces_groups_edit.php, line: 63 -msgid "Group name already exists!" -msgstr "组名已存在!" - -# File: src/www/interfaces_groups_edit.php, line: 66 -msgid "Only letters A-Z are allowed as the group name." -msgstr "" - -# File: src/www/interfaces_groups_edit.php, line: 71 -msgid "" -"The specified group name is already used by an interface. Please choose " -"another name." -msgstr "" - -# File: src/www/interfaces_groups_edit.php, line: 245 -msgid "Interface Groups Edit" -msgstr "编辑接口组" - -# File: src/www/interfaces_groups_edit.php, line: 253 -# File: src/www/status_gateway_groups.php, line: 80 -# File: src/www/system_gateway_groups.php, line: 137 -# File: src/www/system_gateway_groups_edit.php, line: 233 -# File: src/www/system_gateway_groups_edit.php, line: 236 -# File: src/www/system_groupmanager.php, line: 103 -msgid "Group Name" -msgstr "组名" - -# File: src/www/interfaces_groups_edit.php, line: 257 -msgid "No numbers or spaces are allowed. Only characters in a-zA-Z" -msgstr "" - -# File: src/www/interfaces_groups_edit.php, line: 271 -# File: src/www/interfaces_qinq_edit.php, line: 344 -msgid "Member (s)" -msgstr "成员" - -# File: src/www/interfaces_groups_edit.php, line: 327 -msgid "" -"Rules for WAN type interfaces in groups do not contain the reply-to " -"mechanism upon which Multi-WAN typically relies." -msgstr "" - -# File: src/www/interfaces_lagg.php, line: 61 -msgid "This LAGG interface cannot be deleted because it is still being used." -msgstr "" - -# File: src/www/interfaces_lagg.php, line: 145 -msgid "Do you really want to delete this LAGG interface?" -msgstr "真要删除该LAGG接口吗?" - -# File: src/www/interfaces_lagg.php, line: 158 -msgid "" -"LAGG allows for link aggregation, bonding and fault tolerance. Only " -"unassigned interfaces can be added to LAGG." -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 79 -msgid "Lagg protocol" -msgstr "LAGG 协议" - -# File: src/www/interfaces_lagg_edit.php, line: 86 -# File: src/www/interfaces_lagg_edit.php, line: 89 -msgid "Interface supplied as member is invalid" -msgstr "所提供作为成员的接口是无效的" - -# File: src/www/interfaces_lagg_edit.php, line: 92 -msgid "Protocol supplied is invalid" -msgstr "提供的协议无效" - -# File: src/www/interfaces_lagg_edit.php, line: 147 -msgid "LAGG configuration" -msgstr "LAGG配置" - -# File: src/www/interfaces_lagg_edit.php, line: 170 -msgid "Choose the members that will be used for the link aggregation" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 173 -msgid "Lag proto" -msgstr "滞后原型" - -# File: src/www/interfaces_lagg_edit.php, line: 188 -msgid "failover" -msgstr "失效" - -# File: src/www/interfaces_lagg_edit.php, line: 189 -msgid "" -"Sends and receives traffic only through the master port. If the master port " -"becomes unavailable, the next active port is used. The first interface " -"added is the master port; any interfaces added after that are used as " -"failover devices." -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 194 -msgid "fec" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 194 -msgid "" -"Supports Cisco EtherChannel. This is a static setup and does not negotiate " -"aggregation with the peer or exchange frames to monitor the link." -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 198 -msgid "lacp" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 198 -msgid "" -"Supports the IEEE 802.3ad Link Aggregation Control Protocol (LACP) and the " -"Marker Protocol. LACP will negotiate a set of aggregable links with the " -"peer in to one or more Link Aggregated Groups. Each LAG is composed of " -"ports of the same speed, set to full-duplex operation. The traffic will be " -"balanced across the ports in the LAG with the greatest total speed, in most " -"cases there will only be one LAG which contains all ports. In the event of " -"changes in physical connectivity, Link Aggregation will quickly converge to " -"a new configuration." -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 209 -msgid "loadbalance" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 209 -msgid "" -"Balances outgoing traffic across the active ports based on hashed protocol " -"header information and accepts incoming traffic from any active port. This " -"is a static setup and does not negotiate aggregation with the peer or " -"exchange frames to monitor the link. The hash includes the Ethernet source " -"and destination address, and, if available, the VLAN tag, and the IP source " -"and destination address" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 217 -msgid "roundrobin" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 217 -msgid "" -"Distributes outgoing traffic using a round-robin scheduler through all " -"active ports and accepts incoming traffic from any active port" -msgstr "" - -# File: src/www/interfaces_lagg_edit.php, line: 221 -msgid "" -"This protocol is intended to do nothing: it disables any traffic without " -"disabling the lagg interface itself" -msgstr "" - -# File: src/www/interfaces_ppps.php, line: 48 -msgid "" -"This point-to-point link cannot be deleted because it is still being used as " -"an interface." -msgstr "" - -# File: src/www/interfaces_ppps.php, line: 147 -msgid "Do you really want to delete this PPP interface?" -msgstr "你真要删除该PPP接口吗?" - -# File: src/www/interfaces_ppps.php, line: 117 -msgid "Interface(s)/Port(s)" -msgstr "接口/端口" - -# File: src/www/interfaces_ppps_edit.php, line: 183 -# File: src/www/interfaces_ppps_edit.php, line: 189 -# File: src/www/interfaces_ppps_edit.php, line: 192 -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -msgid "Link Interface(s)" -msgstr "连接接口" - -# File: src/www/interfaces_ppps_edit.php, line: 200 -# File: src/www/interfaces_ppps_edit.php, line: 203 -# File: src/www/services_dhcp.php, line: 761 -# File: src/www/services_dhcpv6.php, line: 530 -msgid "Subnet" -msgstr "子网" - -# File: src/www/interfaces_ppps_edit.php, line: 208 -msgid "Please choose a Link Type." -msgstr "请选择一个连接类型" - -# File: src/www/interfaces_ppps_edit.php, line: 212 -msgid "" -"Multilink connections (MLPPP) using the PPP link type is not currently " -"supported. Please select only one Link Interface." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 214 -msgid "The Service name contains invalid characters." -msgstr "服务名包含无效字符" - -# File: src/www/interfaces_ppps_edit.php, line: 216 -msgid "Do not specify both a Service name and a NULL Service name." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 239 -msgid "A valid local IP address must be specified for %s." -msgstr "必须为%s指定一个有效的本地IP地址" - -# File: src/www/interfaces_ppps_edit.php, line: 241 -msgid "A valid gateway IP address OR hostname must be specified for %s." -msgstr "必须为%s指定一个有效的网关IP地址或主机名" - -# File: src/www/interfaces_ppps_edit.php, line: 243 -msgid "The bandwidth value for %s must be an integer." -msgstr " %s带宽值必须是整数" - -# File: src/www/interfaces_ppps_edit.php, line: 245 -msgid "The MTU for %s must be greater than 576 bytes." -msgstr "%s的MTU必须大于576字节" - -# File: src/www/interfaces_ppps_edit.php, line: 247 -msgid "The MRU for %s must be greater than 576 bytes." -msgstr "%s的MRU必须大于576字节" - -# File: src/www/interfaces_ppps_edit.php, line: 412 -msgid "PPPs configuration" -msgstr "PPPs配置" - -# File: src/www/interfaces_ppps_edit.php, line: 420 -msgid "Link Type" -msgstr "连接类型" - -# File: src/www/interfaces_ppps_edit.php, line: 435 -msgid "Link interface(s)" -msgstr "连接接口" - -# File: src/www/interfaces_ppps_edit.php, line: 441 -msgid "Select at least two interfaces for Multilink (MLPPP) connections." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 490 -msgid "" -"You may enter a description here for your reference. Description will appear " -"in the \"Interfaces Assign\" select lists." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 544 -msgid "Note: Typically *99# for GSM networks and #777 for CDMA networks" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 609 -msgid "Configure a NULL Service name" -msgstr "配置一个空服务名字" - -# File: src/www/interfaces_ppps_edit.php, line: 610 -msgid "" -"Hint: this field can usually be left empty. Service name will not be " -"configured if this field is empty. Check the \"Configure NULL\" box to " -"configure a blank Service name." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 685 -msgid "IP Address OR Hostname" -msgstr "IP地址或主机名" - -# File: src/www/interfaces_ppps_edit.php, line: 558 -msgid "APN number (optional)" -msgstr "APN 数字(可选)" - -# File: src/www/interfaces_ppps_edit.php, line: 561 -msgid "" -"Note: Defaults to 1 if you set APN above. Ignored if you set no APN above." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 565 -msgid "SIM PIN" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 572 -msgid "SIM PIN wait" -msgstr "SIM PIN等待" - -# File: src/www/interfaces_ppps_edit.php, line: 575 -msgid "" -"Note: Time to wait for SIM to discover network after PIN is sent to SIM " -"(seconds)." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 579 -msgid "Init String" -msgstr "初始化字符串" - -# File: src/www/interfaces_ppps_edit.php, line: 582 -msgid "" -"Note: Enter the modem initialization string here. Do NOT include the \"AT\" " -"string at the beginning of the command. Many modern USB 3G modems don't need " -"an initialization string." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 587 -msgid "Connection Timeout" -msgstr "连接超时" - -# File: src/www/interfaces_ppps_edit.php, line: 590 -msgid "" -"Note: Enter timeout in seconds for connection to be established (sec.) " -"Default is 45 sec." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 594 -msgid "Uptime Logging" -msgstr "正常运转时间日志" - -# File: src/www/interfaces_ppps_edit.php, line: 596 -msgid "Enable persistent logging of connection uptime." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 597 -msgid "" -"This option causes cumulative uptime to be recorded and displayed on the " -"Status Interfaces page." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 696 -msgid "Dial On Demand" -msgstr "按需拨号" - -# File: src/www/interfaces_ppps_edit.php, line: 698 -msgid "Enable Dial-on-Demand mode" -msgstr "启用按需拨号模式" - -# File: src/www/interfaces_ppps_edit.php, line: 699 -msgid "" -"This option causes the interface to operate in dial-on-demand mode. Do NOT " -"enable if you want your link to be always up. The interface is configured, " -"but the actual connection of the link is delayed until qualifying outgoing " -"traffic is detected." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 704 -msgid "Idle Timeout" -msgstr "闲置超时" - -# File: src/www/interfaces_ppps_edit.php, line: 706 -msgid "(seconds) Default is 0, which disables the timeout feature." -msgstr "(秒)默认为0,禁用超时功能" - -# File: src/www/interfaces_ppps_edit.php, line: 707 -msgid "" -"If no incoming or outgoing packets are transmitted for the entered number of " -"seconds the connection is brought down." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 708 -msgid "" -"When the idle timeout occurs, if the dial-on-demand option is enabled, mpd " -"goes back into dial-on-demand mode. Otherwise, the interface is brought down " -"and all associated routes removed." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 712 -# File: src/www/vpn_openvpn_client.php, line: 949 -# File: src/www/vpn_openvpn_server.php, line: 1351 -msgid "Compression" -msgstr "压缩" - -# File: src/www/interfaces_ppps_edit.php, line: 714 -msgid "Disable vjcomp(compression) (auto-negotiated by default)." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 715 -msgid "" -"This option enables Van Jacobson TCP header compression, which saves several " -"bytes per TCP data packet. You almost always want this option. This " -"compression ineffective for TCP connections with enabled modern extensions " -"like time stamping or SACK, which modify TCP options between sequential " -"packets." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 721 -msgid "TCPmssFix" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 723 -msgid "Disable tcpmssfix (enabled by default)." -msgstr "禁用tcpmssfix((默认是启用)" - -# File: src/www/interfaces_ppps_edit.php, line: 724 -msgid "" -"This option causes mpd to adjust incoming and outgoing TCP SYN segments so " -"that the requested maximum segment size is not greater than the amount " -"allowed by the interface MTU. This is necessary in many setups to avoid " -"problems caused by routers that drop ICMP Datagram Too Big messages. Without " -"these messages, the originating machine sends data, it passes the rogue " -"router then hits a machine that has an MTU that is not big enough for the " -"data. Because the IP Don't Fragment option is set, this machine sends an " -"ICMP Datagram Too Big message back to the originator and drops the packet. " -"The rogue router drops the ICMP message and the originator never gets to " -"discover that it must reduce the fragment size or drop the IP Don't Fragment " -"option from its outgoing data." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 732 -msgid "ShortSeq" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 734 -msgid "Disable shortseq (auto-negotiated by default)." -msgstr "禁用shortseq(默认自动协商)" - -# File: src/www/interfaces_ppps_edit.php, line: 735 -msgid "" -"This option is only meaningful if multi-link PPP is negotiated. It " -"proscribes shorter multi-link fragment headers, saving two bytes on every " -"frame. It is not necessary to disable this for connections that are not " -"multi-link." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 740 -msgid "ACFComp" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 742 -msgid "Disable acfcomp (compression) (auto-negotiated by default)." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 743 -msgid "" -"Address and control field compression. This option only applies to " -"asynchronous link types. It saves two bytes per frame." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 747 -msgid "ProtoComp" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 749 -msgid "Disable protocomp (compression) (auto-negotiated by default)." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 750 -msgid "" -"Protocol field compression. This option saves one byte per frame for most " -"frames." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 763 -msgid "Link Parameters" -msgstr "连接参数" - -# File: src/www/interfaces_ppps_edit.php, line: 781 -msgid "MRU" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 788 -msgid "MRRU" -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 770 -msgid "" -"Set ONLY for MLPPP connections and ONLY when links have different bandwidths." -msgstr "" - -# File: src/www/interfaces_ppps_edit.php, line: 777 -msgid "MTU will default to 1492." -msgstr "MTU 默认1492" - -# File: src/www/interfaces_ppps_edit.php, line: 784 -# File: src/www/interfaces_ppps_edit.php, line: 791 -msgid "will be auto-negotiated by default." -msgstr "默认将自动协商" - -# File: src/www/interfaces_ppps_edit.php, line: 791 -msgid "Set ONLY for MLPPP connections." -msgstr "" - -# File: src/www/interfaces_qinq.php, line: 54 -msgid "" -"This QinQ cannot be deleted because it is still being used as an interface." -msgstr "" - -# File: src/www/interfaces_qinq.php, line: 56 -msgid "QinQ interface does not exist" -msgstr "" - -# File: src/www/interfaces_qinq.php, line: 158 -msgid "Do you really want to delete this QinQ?" -msgstr "真要删除该QinQ吗?" - -# File: src/www/interfaces_qinq.php, line: 126 -# File: src/www/interfaces_qinq_edit.php, line: 353 -msgid "Tag" -msgstr "标签" - -# File: src/www/interfaces_qinq.php, line: 127 -msgid "QinQ members" -msgstr "QinQ 成员" - -# File: src/www/interfaces_qinq.php, line: 170 -msgid "" -"Not all drivers/NICs support 802.1Q QinQ tagging properly. On cards that do " -"not explicitly support it, QinQ tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 77 -msgid "First level tag cannot be empty." -msgstr "首要级别标签不能是空的" - -# File: src/www/interfaces_qinq_edit.php, line: 79 -msgid "" -"You are editing an existing entry and modifying the first level tag is not " -"allowed." -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 81 -msgid "" -"You are editing an existing entry and modifying the interface is not allowed." -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 85 -msgid "QinQ level already exists for this interface, edit it!" -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 89 -msgid "" -"A normal VLAN exists with this tag please remove it to use this tag for QinQ " -"first level." -msgstr "" - -# File: src/www/interfaces_qinq_edit.php, line: 289 -msgid "Interface QinQ Edit" -msgstr "接口QinQ编辑" - -# File: src/www/interfaces_qinq_edit.php, line: 314 -msgid "Only QinQ capable interfaces will be shown." -msgstr "只显示QinQ接口" - -# File: src/www/interfaces_qinq_edit.php, line: 317 -msgid "First level tag" -msgstr "首要级别标签" - -# File: src/www/interfaces_qinq_edit.php, line: 322 -msgid "" -"This is the first level VLAN tag. On top of this are stacked the member " -"VLANs defined below." -msgstr "" - -# File: src/www/interfaces_vlan.php, line: 61 -msgid "" -"This VLAN cannot be deleted because it is still being used as an interface." -msgstr "" - -# File: src/www/interfaces_vlan.php, line: 147 -msgid "Do you really want to delete this VLAN?" -msgstr "你真要删除该VLAN吗?" - -# File: src/www/interfaces_vlan.php, line: 124 -# File: src/www/interfaces_vlan_edit.php, line: 71 -msgid "VLAN tag" -msgstr "VLAN标签" - -# File: src/www/interfaces_vlan.php, line: 161 -msgid "" -"Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do " -"not explicitly support it, VLAN tagging will still work, but the reduced MTU " -"may cause problems. See the %s handbook for information on supported cards." -msgstr "" - -# File: src/www/interfaces_vlan_edit.php, line: 76 -msgid "The VLAN tag must be an integer between 1 and 4094." -msgstr "VLAN标签必须是一个整数(介于1~4094)" - -# File: src/www/interfaces_vlan_edit.php, line: 80 -msgid "Interface supplied as parent is invalid" -msgstr "所提供的父接口无效" - -# File: src/www/interfaces_vlan_edit.php, line: 85 -msgid "" -"Interface is assigned and you cannot change the VLAN tag while assigned." -msgstr "" - -# File: src/www/interfaces_vlan_edit.php, line: 93 -msgid "A VLAN with the tag %s is already defined on this interface." -msgstr "" - -# File: src/www/interfaces_vlan_edit.php, line: 100 -msgid "A QinQ VLAN exists with this tag please remove it to use this tag with." -msgstr "" - -# File: src/www/interfaces_vlan_edit.php, line: 192 -msgid "Only VLAN capable interfaces will be shown." -msgstr "只显示VLAN接口" - -# File: src/www/interfaces_vlan_edit.php, line: 195 -msgid "VLAN tag " -msgstr "VLAN标签" - -# File: src/www/interfaces_vlan_edit.php, line: 199 -msgid "802.1Q VLAN tag (between 1 and 4094) " -msgstr "802.1Q VLAN标签(介于1~4094)" - -# File: src/www/interfaces_wireless.php, line: 53 -msgid "" -"This wireless clone cannot be deleted because it is assigned as an interface." -msgstr "" - -# File: src/www/interfaces_wireless.php, line: 139 -msgid "Do you really want to delete this wireless clone?" -msgstr "真要删除该无线克隆吗?" - -# File: src/www/interfaces_wireless.php, line: 152 -msgid "" -"Here you can configure clones of wireless interfaces, which can be assigned " -"as separate independent interfaces. Only available on wireless chipsets that " -"support this, with limitations on the number that can be created in each " -"mode." -msgstr "" - -# File: src/www/interfaces_wireless_edit.php, line: 110 -msgid "" -"This wireless clone cannot be modified because it is still assigned as an " -"interface." -msgstr "" - -# File: src/www/interfaces_wireless_edit.php, line: 112 -msgid "" -"Use the configuration page for the assigned interface to change the mode." -msgstr "" - -# File: src/www/interfaces_wireless_edit.php, line: 118 -msgid "" -"Error creating interface with mode %s. The %s interface may not support " -"creating more clones with the selected mode." -msgstr "" - -# File: src/www/interfaces_wireless_edit.php, line: 155 -msgid "Wireless clone configuration" -msgstr "无线克隆配置" - -# File: src/www/bandwidth_by_ip.php, line: 47 -msgid "Wrong Interface" -msgstr "错误的接口" - -# File: src/www/load_balancer_monitor.php, line: 61 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"pool." -msgstr "" - -# File: src/www/load_balancer_monitor.php, line: 97 -# File: src/www/load_balancer_relay_protocol.php, line: 106 -# File: src/www/load_balancer_setting.php, line: 102 -msgid "The load balancer configuration has been changed" -msgstr "该负载均衡配置已更改" - -# File: src/www/load_balancer_monitor_edit.php, line: 84 -msgid "This monitor name has already been used. Monitor names must be unique." -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 87 -# File: src/www/load_balancer_pool_edit.php, line: 78 -# File: src/www/load_balancer_relay_action_edit.php, line: 117 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 79 -msgid "You cannot use spaces in the 'name' field." -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 101 -# File: src/www/services_dhcp_edit.php, line: 150 -# File: src/www/services_dhcpv6_edit.php, line: 104 -# File: src/www/services_dnsmasq_edit.php, line: 76 -# File: src/www/services_unbound_host_edit.php, line: 77 -msgid "The hostname can only contain the characters A-Z, 0-9 and '-'." -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 107 -msgid "HTTP(s) codes must be from RFC2616." -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 111 -msgid "The path to monitor must be set." -msgstr "必须指定一个监视器路径" - -# File: src/www/load_balancer_monitor_edit.php, line: 186 -# File: src/www/load_balancer_monitor_edit.php, line: 270 -# File: src/www/load_balancer_relay_action_edit.php, line: 174 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 132 -# File: src/www/system_advanced_admin.php, line: 326 -msgid "HTTP" -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 186 -# File: src/www/load_balancer_monitor_edit.php, line: 303 -# File: src/www/system_advanced_admin.php, line: 329 -msgid "HTTPS" -msgstr "" - -# File: src/www/load_balancer_monitor_edit.php, line: 186 -# File: src/www/load_balancer_monitor_edit.php, line: 337 -msgid "Send/Expect" -msgstr "发送/期待" - -# File: src/www/load_balancer_monitor_edit.php, line: 234 -msgid "Edit Load Balancer - Monitor entry" -msgstr "添加负载均衡——监视器条目" - -# File: src/www/load_balancer_monitor_edit.php, line: 274 -# File: src/www/load_balancer_monitor_edit.php, line: 307 -msgid "Path" -msgstr "路径" - -# File: src/www/load_balancer_monitor_edit.php, line: 282 -# File: src/www/load_balancer_monitor_edit.php, line: 315 -msgid "Hostname for Host: header if needed." -msgstr "主机名:首部,如果需要" - -# File: src/www/load_balancer_monitor_edit.php, line: 286 -# File: src/www/load_balancer_monitor_edit.php, line: 319 -msgid "HTTP Code" -msgstr "HTTP代码" - -# File: src/www/load_balancer_monitor_edit.php, line: 341 -msgid "Send string" -msgstr "发送字符串" - -# File: src/www/load_balancer_monitor_edit.php, line: 347 -msgid "Expect string" -msgstr "预计字符串" - -# File: src/www/load_balancer_pool.php, line: 61 -# File: src/www/load_balancer_relay_protocol.php, line: 60 -msgid "" -"This entry cannot be deleted because it is still referenced by at least one " -"virtual server." -msgstr "" - -# File: src/www/load_balancer_pool.php, line: 108 -# File: src/www/status_lb_pool.php, line: 113 -# File: src/www/status_lb_vs.php, line: 57 -msgid "" -"The load balancer configuration has been changed%sYou must apply the changes " -"in order for them to take effect." -msgstr "" - -# File: src/www/load_balancer_monitor.php, line: 77 -# File: src/www/load_balancer_monitor_edit.php, line: 182 -# File: src/www/load_balancer_pool.php, line: 138 -# File: src/www/load_balancer_pool_edit.php, line: 68 -# File: src/www/load_balancer_pool_edit.php, line: 252 -# File: src/www/status_gateways.php, line: 73 -# File: src/www/status_lb_pool.php, line: 139 -msgid "Monitor" -msgstr "监视器" - -# File: src/www/load_balancer_pool.php, line: 139 -msgid "" -"This feature is intended for server load balancing, not multi-WAN. For load " -"balancing or failover for multiple WANs, use %sGateway Groups%s." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 68 -msgid "Server List" -msgstr "服务器列表" - -# File: src/www/load_balancer_pool_edit.php, line: 75 -msgid "This pool name has already been used. Pool names must be unique." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 81 -msgid "The name '%s' is a reserved word and cannot be used." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 84 -msgid "Sorry, an alias is already named %s." -msgstr "抱歉,一个同名%s的别名组已存在" - -# File: src/www/load_balancer_pool_edit.php, line: 87 -msgid "The port must be an integer between 1 and 65535, or a port alias." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 91 -msgid "The retry value must be an integer between 1 and 65535." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 96 -msgid "%s is not a valid IP address or IPv4 subnet (in \"enabled\" list)." -msgstr "%s不是有效的IP地址或IPv4子网(在“启用”列表)" - -# File: src/www/load_balancer_pool_edit.php, line: 99 -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"enabled\" list)." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 106 -msgid "%s is not a valid IP address or IPv4 subnet (in \"disabled\" list)." -msgstr "%s不是有效的IP地址或IPv4子网(在“启用”列表)" - -# File: src/www/load_balancer_pool_edit.php, line: 109 -msgid "" -"%s is a subnet containing more than 64 IP addresses (in \"disabled\" list)." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 118 -msgid "Invalid monitor chosen." -msgstr "选择了无效监控" - -# File: src/www/load_balancer_pool_edit.php, line: 198 -msgid "Add/edit Load Balancer - Pool entry" -msgstr "添加/编辑负载均衡——池条目" - -# File: src/www/load_balancer_pool_edit.php, line: 210 -msgid "Load Balance" -msgstr "负载平衡" - -# File: src/www/load_balancer_pool_edit.php, line: 211 -msgid "Manual Failover" -msgstr "手动故障转移" - -# File: src/www/load_balancer_pool_edit.php, line: 227 -msgid "This is the port your servers are listening on." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 228 -# File: src/www/load_balancer_virtual_server_edit.php, line: 198 -msgid "" -"You may also specify a port alias listed in Firewall -> Aliases here." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 242 -msgid "" -"Optionally specify how many times to retry checking a server before " -"declaring it down." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 249 -msgid "Add item to pool" -msgstr "添加项目到池" - -# File: src/www/load_balancer_pool_edit.php, line: 267 -msgid "" -"Please add a monitor IP address on the monitors tab if you wish to use this " -"feature." -msgstr "" - -# File: src/www/load_balancer_pool_edit.php, line: 273 -msgid "Server IP Address" -msgstr "服务器 IP地址" - -# File: src/www/load_balancer_pool_edit.php, line: 276 -msgid "Add to pool" -msgstr "添加到池" - -# File: src/www/load_balancer_pool_edit.php, line: 283 -msgid "Current Pool Members" -msgstr "当前池成员" - -# File: src/www/load_balancer_pool_edit.php, line: 292 -msgid "Pool Disabled" -msgstr "禁用池" - -# File: src/www/diag_gmirror.php, line: 245 -# File: src/www/diag_gmirror.php, line: 260 -# File: src/www/load_balancer_pool_edit.php, line: 303 -# File: src/www/load_balancer_pool_edit.php, line: 323 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 255 -msgid "Remove" -msgstr "删除" - -# File: src/www/load_balancer_pool_edit.php, line: 312 -msgid "Enabled (default)" -msgstr "启用(默认)" - -# File: src/www/load_balancer_setting.php, line: 56 -msgid "Timeout must be a numeric value" -msgstr "超时值必须是一个数字" - -# File: src/www/load_balancer_setting.php, line: 60 -msgid "Interval must be a numeric value" -msgstr "间隔必须是一个数字" - -# File: src/www/load_balancer_setting.php, line: 65 -msgid "Prefork must be a numeric value" -msgstr "预创建必须是一个数字" - -# File: src/www/load_balancer_setting.php, line: 68 -msgid "Prefork value must be between 1 and 32" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 117 -msgid "Global settings" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 129 -msgid "timeout" -msgstr "超时" - -# File: src/www/load_balancer_setting.php, line: 133 -msgid "" -"Set the global timeout in milliseconds for checks. Leave blank to use the " -"default value of 1000 ms " -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 137 -msgid "interval" -msgstr "间隔" - -# File: src/www/load_balancer_setting.php, line: 141 -msgid "" -"Set the interval in seconds at which the member of a pool will be checked. " -"Leave blank to use the default interval of 10 seconds" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 145 -msgid "prefork" -msgstr "" - -# File: src/www/load_balancer_setting.php, line: 149 -msgid "" -"Number of processes used by relayd for dns protocol. Leave blank to use the " -"default value of 5 processes" -msgstr "" - -# File: src/www/load_balancer_virtual_server.php, line: 107 -msgid "The virtual server configuration has been changed" -msgstr "虚拟服务器配置已更改" - -# File: src/www/load_balancer_pool.php, line: 86 -# File: src/www/load_balancer_pool_edit.php, line: 157 -# File: src/www/load_balancer_virtual_server.php, line: 135 -# File: src/www/status_lb_pool.php, line: 56 -msgid "Pool" -msgstr "池" - -# File: src/www/load_balancer_virtual_server.php, line: 136 -# File: src/www/load_balancer_virtual_server_edit.php, line: 227 -msgid "Fall Back Pool" -msgstr "回落池" - -# File: src/www/load_balancer_relay_protocol.php, line: 89 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 127 -# File: src/www/load_balancer_virtual_server_edit.php, line: 66 -# File: src/www/load_balancer_virtual_server_edit.php, line: 261 -msgid "Relay Protocol" -msgstr "中继协议" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 75 -msgid "" -"This virtual server name has already been used. Virtual server names must " -"be unique." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 78 -msgid "You cannot use spaces or slashes in the 'name' field." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 81 -msgid "" -"The port must be an integer between 1 and 65535, a port alias, or left blank." -msgstr "该端口必须是一个端口别名(介于1~65535的整数),或保留空白" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 84 -msgid "%s is not a valid IP address, IPv4 subnet, or alias." -msgstr "%s不是有效的IP地址,IPv4子网,或别名" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 86 -msgid "%s is a subnet containing more than 64 IP addresses." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 89 -msgid "You cannot select a Fall Back Pool when using the DNS relay protocol." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 164 -msgid "Edit Load Balancer - Virtual Server entry" -msgstr "编辑负载均衡——虚拟服务器条目" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 182 -msgid "" -"This is normally the WAN IP address that you would like the server to listen " -"on. All connections to this IP and port will be forwarded to the pool " -"cluster." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 183 -msgid "" -"You may also specify a host alias listed in Firewall -> Aliases here." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 196 -msgid "" -"This is the port that the clients will connect to. All connections to this " -"port will be forwarded to the pool cluster." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 197 -msgid "If left blank, listening ports from the pool will be used." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 208 -msgid "Virtual Server Pool" -msgstr "虚拟服务器池" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 211 -# File: src/www/load_balancer_virtual_server_edit.php, line: 230 -msgid "Please add a pool on the Pools tab to use this feature." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 243 -msgid "" -"The server pool to which clients will be redirected if *ALL* servers in the " -"Virtual Server Pool are offline." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 244 -msgid "This option is NOT compatible with the DNS relay protocol." -msgstr "" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 280 -# File: src/www/status_captiveportal_expire.php, line: 96 -# File: src/www/status_captiveportal_test.php, line: 96 -msgid "Submit" -msgstr "提交" - -# File: src/www/load_balancer_virtual_server_edit.php, line: 289 -msgid "" -"Don't forget to add a firewall rule for the virtual server/pool after you're " -"finished setting it up." -msgstr "" - -# File: src/www/reboot.php, line: 49 -msgid "The system is rebooting now. This may take one minute." -msgstr "系统正在重启。可能需要一分钟" - -# File: src/www/reboot.php, line: 55 -msgid "Are you sure you want to reboot the system?" -msgstr "你确定要重启系统吗?" - -# File: src/www/services_dhcp.php, line: 84 -# File: src/www/services_dhcpv6.php, line: 45 -# File: src/www/services_router_advertisements.php, line: 43 -msgid "Only interfaces configured with a static IP will be shown" -msgstr "" - -# File: src/www/services_dhcp.php, line: 84 -msgid "" -"The DHCP Server can only be enabled on interfaces configured with static IP " -"addresses" -msgstr "" - -# File: src/www/services_dhcp.php, line: 213 -# File: src/www/services_dhcpv6.php, line: 146 -msgid "Range begin" -msgstr "范围开始" - -# File: src/www/services_dhcp.php, line: 213 -# File: src/www/services_dhcpv6.php, line: 146 -msgid "Range end" -msgstr "范围结束" - -# File: src/www/services_dhcp.php, line: 218 -# File: src/www/services_dhcp.php, line: 220 -# File: src/www/services_dhcpv6.php, line: 151 -# File: src/www/services_dhcpv6.php, line: 155 -# File: src/www/services_dhcpv6.php, line: 157 -msgid "A valid range must be specified." -msgstr "必须指定一个有效的范围" - -# File: src/www/services_dhcp.php, line: 222 -# File: src/www/services_dhcp_edit.php, line: 203 -msgid "A valid IP address must be specified for the gateway." -msgstr "必须为网关指定一个有效的IP地址" - -# File: src/www/services_dhcp.php, line: 224 -# File: src/www/services_dhcp_edit.php, line: 205 -msgid "" -"A valid IP address must be specified for the primary/secondary WINS servers." -msgstr "" - -# File: src/www/services_dhcp.php, line: 229 -# File: src/www/services_dhcp_edit.php, line: 211 -msgid "" -"The gateway address %s does not lie within the chosen interface's subnet." -msgstr "" - -# File: src/www/services_dhcp.php, line: 232 -# File: src/www/services_dhcp_edit.php, line: 214 -msgid "" -"A valid IP address must be specified for the primary/secondary DNS servers." -msgstr "" - -# File: src/www/services_dhcp.php, line: 235 -# File: src/www/services_dhcp_edit.php, line: 217 -# File: src/www/services_dhcpv6.php, line: 164 -msgid "The default lease time must be at least 60 seconds." -msgstr "" - -# File: src/www/services_dhcp.php, line: 257 -# File: src/www/services_dhcp_edit.php, line: 219 -# File: src/www/services_dhcpv6.php, line: 166 -msgid "" -"The maximum lease time must be at least 60 seconds and higher than the " -"default lease time." -msgstr "" - -# File: src/www/services_dhcp.php, line: 259 -# File: src/www/services_dhcp_edit.php, line: 221 -# File: src/www/services_dhcpv6.php, line: 168 -msgid "A valid domain name must be specified for the dynamic DNS registration." -msgstr "" - -# File: src/www/services_dhcp.php, line: 261 -# File: src/www/services_dhcp_edit.php, line: 223 -msgid "" -"A valid primary domain name server IP address must be specified for the " -"dynamic domain name." -msgstr "" - -# File: src/www/services_dhcp.php, line: 264 -# File: src/www/services_dhcp_edit.php, line: 226 -# File: src/www/services_dhcpv6.php, line: 173 -msgid "You must specify both a valid domain key and key name." -msgstr "" - -# File: src/www/services_dhcp.php, line: 269 -# File: src/www/services_dhcp_edit.php, line: 231 -# File: src/www/services_dhcpv6.php, line: 178 -# File: src/www/services_router_advertisements.php, line: 122 -msgid "A valid domain search list must be specified." -msgstr "必须指定一个有效的域搜索列表" - -# File: src/www/services_dhcp.php, line: 277 -msgid "" -"If you specify a mac allow list, it must contain only valid partial MAC " -"addresses." -msgstr "" - -# File: src/www/services_dhcp.php, line: 279 -msgid "" -"If you specify a mac deny list, it must contain only valid partial MAC " -"addresses." -msgstr "" - -# File: src/www/services_dhcp.php, line: 282 -# File: src/www/services_dhcp_edit.php, line: 238 -msgid "" -"A valid IP address must be specified for the primary/secondary NTP servers." -msgstr "" - -# File: src/www/services_dhcp.php, line: 284 -# File: src/www/services_dhcpv6.php, line: 187 -msgid "A valid domain name must be specified for the DNS domain." -msgstr "必须为DNS域指定一个有效的域名" - -# File: src/www/services_dhcp.php, line: 286 -# File: src/www/services_dhcp_edit.php, line: 240 -msgid "A valid IP address or hostname must be specified for the TFTP server." -msgstr "必须为TFTP服务器指定一个有效的IP地址或主机名" - -# File: src/www/services_dhcp.php, line: 288 -# File: src/www/services_dhcp_edit.php, line: 242 -msgid "A valid IP address must be specified for the network boot server." -msgstr "必须为网络启动服务器指定一个有效的IP地址" - -# File: src/www/services_dhcp.php, line: 291 -msgid "You cannot use the network address in the starting subnet range." -msgstr "" - -# File: src/www/services_dhcp.php, line: 293 -msgid "You cannot use the broadcast address in the ending subnet range." -msgstr "" - -# File: src/www/services_dhcp.php, line: 300 -msgid "The subnet range cannot overlap with virtual IP address %s." -msgstr "" - -# File: src/www/services_dhcp.php, line: 296 -msgid "" -"Cannot enable static ARP when you have static map entries without IP " -"addresses. Ensure all static maps have IP addresses and try again." -msgstr "" - -# File: src/www/services_dhcp.php, line: 315 -msgid "Text type cannot include quotation marks." -msgstr "" - -# File: src/www/services_dhcp.php, line: 317 -msgid "" -"String type must be enclosed in quotes like \"this\" or must be a series of " -"octets specified in hexadecimal, separated by colons, like " -"01:23:45:67:89:ab:cd:ef" -msgstr "" - -# File: src/www/services_dhcp.php, line: 319 -msgid "Boolean type must be true, false, on, or off." -msgstr "" - -# File: src/www/services_dhcp.php, line: 321 -msgid "Unsigned 8-bit integer type must be a number in the range 0 to 255." -msgstr "" - -# File: src/www/services_dhcp.php, line: 323 -msgid "Unsigned 16-bit integer type must be a number in the range 0 to 65535." -msgstr "" - -# File: src/www/services_dhcp.php, line: 325 -msgid "" -"Unsigned 32-bit integer type must be a number in the range 0 to 4294967295." -msgstr "" - -# File: src/www/services_dhcp.php, line: 327 -msgid "Signed 8-bit integer type must be a number in the range -128 to 127." -msgstr "" - -# File: src/www/services_dhcp.php, line: 329 -msgid "" -"Signed 16-bit integer type must be a number in the range -32768 to 32767." -msgstr "" - -# File: src/www/services_dhcp.php, line: 331 -msgid "" -"Signed 32-bit integer type must be a number in the range -2147483648 to " -"2147483647." -msgstr "" - -# File: src/www/services_dhcp.php, line: 333 -msgid "IP address or host type must be an IP address or host name." -msgstr "" - -# File: src/www/services_dhcp.php, line: 344 -# File: src/www/services_dhcpv6.php, line: 215 -msgid "The specified range lies outside of the current subnet." -msgstr "" - -# File: src/www/services_dhcp.php, line: 348 -# File: src/www/services_dhcpv6.php, line: 220 -msgid "The range is invalid (first element higher than second element)." -msgstr "" - -# File: src/www/services_dhcp.php, line: 355 -msgid "" -"The specified range must not be within the DHCP range for this interface." -msgstr "" - -# File: src/www/services_dhcp.php, line: 364 -msgid "" -"The specified range must not be within the range configured on a DHCP pool " -"for this interface." -msgstr "" - -# File: src/www/services_dhcp.php, line: 371 -# File: src/www/services_dhcpv6.php, line: 224 -msgid "" -"You must disable the DHCP relay on the %s interface before enabling the DHCP " -"server." -msgstr "" - -# File: src/www/services_dhcp.php, line: 381 -# File: src/www/services_dhcpv6.php, line: 239 -msgid "The DHCP range cannot overlap any static DHCP mappings." -msgstr "" - -# File: src/www/services_dhcp.php, line: 567 -msgid "Boolean" -msgstr "布尔运算" - -# File: src/www/services_dhcp.php, line: 567 -msgid "String" -msgstr "字符串" - -# File: src/www/services_dhcp.php, line: 567 -msgid "Text" -msgstr "文本" - -# File: src/www/services_dhcp.php, line: 568 -msgid "Unsigned 16-bit integer" -msgstr "没有定义16位整数" - -# File: src/www/services_dhcp.php, line: 568 -msgid "Unsigned 32-bit integer" -msgstr "没有定义32位整数" - -# File: src/www/services_dhcp.php, line: 568 -msgid "Unsigned 8-bit integer" -msgstr "没有定义8位整数" - -# File: src/www/services_dhcp.php, line: 569 -msgid "IP address or host" -msgstr "IP地址或主机" - -# File: src/www/services_dhcp.php, line: 569 -msgid "Signed 16-bit integer" -msgstr "带符号的16位整数" - -# File: src/www/services_dhcp.php, line: 569 -msgid "Signed 32-bit integer" -msgstr "带符号的32位整数" - -# File: src/www/services_dhcp.php, line: 569 -msgid "Signed 8-bit integer" -msgstr "带符号的8位整数" - -# File: src/www/services_dhcp.php, line: 685 -# File: src/www/services_dhcpv6.php, line: 448 -msgid "The static mapping configuration has been changed" -msgstr "该静态映射配置已更改" - -# File: src/www/services_dhcp.php, line: 725 -msgid "" -"DHCP Relay is currently enabled. Cannot enable the DHCP Server service while " -"the DHCP Relay is enabled on any interface." -msgstr "" - -# File: src/www/services_dhcp.php, line: 736 -msgid "Enable DHCP server on %s interface" -msgstr " 在接口%s启用DHCP服务" - -# File: src/www/services_dhcp.php, line: 742 -msgid "" -"Editing Pool-Specific Options. To return to the Interface, click its tab " -"above." -msgstr "" - -# File: src/www/services_dhcp.php, line: 749 -msgid "Deny unknown clients" -msgstr "拒绝未知客户端" - -# File: src/www/services_dhcp.php, line: 750 -msgid "" -"If this is checked, only the clients defined below will get DHCP leases from " -"this server. " -msgstr "" - -# File: src/www/services_dhcp.php, line: 754 -msgid "Pool Description" -msgstr "池描述" - -# File: src/www/services_captiveportal_ip_edit.php, line: 87 -# File: src/www/services_dhcp.php, line: 767 -# File: src/www/services_dhcpv6.php, line: 536 -msgid "Subnet mask" -msgstr "子网掩码" - -# File: src/www/services_dhcp.php, line: 773 -# File: src/www/services_dhcpv6.php, line: 542 -msgid "Available range" -msgstr "有效范围" - -# File: src/www/services_dhcp.php, line: 800 -# File: src/www/services_dhcpv6.php, line: 578 -msgid "Range" -msgstr "范围" - -# File: src/www/services_dhcp.php, line: 808 -msgid "Additional Pools" -msgstr "附加池" - -# File: src/www/services_dhcp.php, line: 810 -msgid "" -"If you need additional pools of addresses inside of this subnet outside the " -"above Range, they may be specified here." -msgstr "" - -# File: src/www/services_dhcp.php, line: 813 -msgid "Pool Start" -msgstr "池启动" - -# File: src/www/services_dhcp.php, line: 814 -msgid "Pool End" -msgstr "池结束" - -# File: src/www/services_dhcp.php, line: 842 -msgid "Do you really want to delete this pool?" -msgstr "你真要删除该池吗?" - -# File: src/www/services_dhcp.php, line: 856 -# File: src/www/services_dhcp_edit.php, line: 426 -msgid "WINS servers" -msgstr "WINS服务器" - -# File: src/www/services_dhcp.php, line: 863 -# File: src/www/services_dhcp_edit.php, line: 433 -# File: src/www/services_dhcpv6.php, line: 603 -# File: src/www/services_router_advertisements.php, line: 341 -# File: src/www/system_general.php, line: 324 -# File: src/www/vpn_pppoe_edit.php, line: 466 -msgid "DNS servers" -msgstr "DNS服务器" - -# File: src/www/services_dhcp.php, line: 867 -# File: src/www/services_dhcp_edit.php, line: 437 -# File: src/www/services_dhcpv6.php, line: 607 -# File: src/www/services_router_advertisements.php, line: 345 -msgid "" -"NOTE: leave blank to use the system default DNS servers - this interface's " -"IP if DNS forwarder is enabled, otherwise the servers configured on the " -"General page." -msgstr "" - -# File: src/www/services_dhcp.php, line: 874 -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network. Type \"none\" for no gateway assignment." -msgstr "" - -# File: src/www/services_dhcp.php, line: 878 -# File: src/www/services_dhcp_edit.php, line: 448 -# File: src/www/services_dhcpv6.php, line: 611 -msgid "Domain name" -msgstr "域名" - -# File: src/www/services_dhcp.php, line: 881 -# File: src/www/services_dhcp_edit.php, line: 451 -# File: src/www/services_dhcpv6.php, line: 614 -msgid "" -"The default is to use the domain name of this system as the default domain " -"name provided by DHCP. You may specify an alternate domain name here." -msgstr "" - -# File: src/www/services_dhcp.php, line: 885 -# File: src/www/services_dhcp_edit.php, line: 455 -# File: src/www/services_dhcpv6.php, line: 618 -# File: src/www/services_router_advertisements.php, line: 350 -msgid "Domain search list" -msgstr "域检索列表" - -# File: src/www/services_dhcp.php, line: 888 -# File: src/www/services_dhcp_edit.php, line: 458 -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator " -msgstr "" - -# File: src/www/services_dhcp.php, line: 892 -# File: src/www/services_dhcp_edit.php, line: 462 -# File: src/www/services_dhcpv6.php, line: 625 -msgid "Default lease time" -msgstr "默认租约时间" - -# File: src/www/services_dhcp.php, line: 896 -# File: src/www/services_dhcp_edit.php, line: 466 -# File: src/www/services_dhcpv6.php, line: 629 -msgid "" -"This is used for clients that do not ask for a specific expiration time." -msgstr "" - -# File: src/www/services_dhcp.php, line: 898 -# File: src/www/services_dhcp_edit.php, line: 468 -# File: src/www/services_dhcpv6.php, line: 631 -msgid "The default is 7200 seconds." -msgstr "默认7200秒" - -# File: src/www/services_dhcp.php, line: 902 -# File: src/www/services_dhcp_edit.php, line: 472 -# File: src/www/services_dhcpv6.php, line: 635 -msgid "Maximum lease time" -msgstr "最大租约时间" - -# File: src/www/services_dhcp.php, line: 906 -# File: src/www/services_dhcp_edit.php, line: 476 -# File: src/www/services_dhcpv6.php, line: 639 -msgid "" -"This is the maximum lease time for clients that ask for a specific " -"expiration time." -msgstr "" - -# File: src/www/services_dhcp.php, line: 908 -# File: src/www/services_dhcp_edit.php, line: 478 -# File: src/www/services_dhcpv6.php, line: 641 -msgid "The default is 86400 seconds." -msgstr "默认86400秒" - -# File: src/www/services_dhcp.php, line: 913 -msgid "Failover peer IP:" -msgstr "失效对端IP:" - -# File: src/www/services_dhcp.php, line: 916 -msgid "" -"Leave blank to disable. Enter the interface IP address of the other " -"machine. Machines must be using CARP. Interface's advskew determines " -"whether the DHCPd process is Primary or Secondary. Ensure one machine's " -"advskew<20 (and the other is >20)." -msgstr "" - -# File: src/www/services_dhcp.php, line: 922 -# File: src/www/services_dhcp.php, line: 1174 -msgid "Static ARP" -msgstr "静态ARP" - -# File: src/www/services_dhcp.php, line: 929 -msgid "Enable Static ARP entries" -msgstr "启用静态ARP条目" - -# File: src/www/services_dhcp.php, line: 932 -msgid "" -"Warning: This option persists even if DHCP server is disabled. Only the " -"machines listed below will be able to communicate with the firewall on this " -"NIC." -msgstr "" - -# File: src/www/services_dhcp.php, line: 943 -# File: src/www/services_dhcpv6.php, line: 645 -msgid "Time format change" -msgstr "时间格式更改" - -# File: src/www/services_dhcp.php, line: 952 -msgid "Change DHCP display lease time from UTC to local time." -msgstr "" - -# File: src/www/services_dhcp.php, line: 943 -msgid "" -"Warning: By default DHCP leases are displayed in UTC time. By checking this " -"box DHCP lease time will be displayed in local time and set to time zone " -"selected. This will be used for all DHCP interfaces lease time." -msgstr "" - -# File: src/etc/inc/ipsec.inc, line: 46 -# File: src/www/services_dhcp.php, line: 968 -# File: src/www/services_dhcp_edit.php, line: 482 -# File: src/www/services_dhcpv6.php, line: 670 -msgid "Dynamic DNS" -msgstr "动态DNS" - -# File: src/www/services_dhcp.php, line: 971 -# File: src/www/services_dhcp_edit.php, line: 485 -# File: src/www/services_dhcpv6.php, line: 673 -msgid "Show Dynamic DNS" -msgstr "显示动态DNS" - -# File: src/www/services_dhcp.php, line: 975 -# File: src/www/services_dhcp_edit.php, line: 489 -# File: src/www/services_dhcpv6.php, line: 677 -msgid "Enable registration of DHCP client names in DNS." -msgstr "" - -# File: src/www/services_dhcp.php, line: 978 -# File: src/www/services_dhcp_edit.php, line: 492 -# File: src/www/services_dhcpv6.php, line: 680 -msgid "Note: Leave blank to disable dynamic DNS registration." -msgstr "" - -# File: src/www/services_dhcp.php, line: 979 -# File: src/www/services_dhcp_edit.php, line: 493 -# File: src/www/services_dhcpv6.php, line: 681 -msgid "" -"Enter the dynamic DNS domain which will be used to register client names in " -"the DNS server." -msgstr "" - -# File: src/www/services_dhcp.php, line: 981 -# File: src/www/services_dhcp_edit.php, line: 495 -# File: src/www/services_dhcpv6.php, line: 683 -msgid "" -"Enter the primary domain name server IP address for the dynamic domain name." -msgstr "" - -# File: src/www/services_dhcp.php, line: 983 -# File: src/www/services_dhcp_edit.php, line: 497 -# File: src/www/services_dhcpv6.php, line: 685 -msgid "" -"Enter the dynamic DNS domain key name which will be used to register client " -"names in the DNS server." -msgstr "" - -# File: src/www/services_dhcp.php, line: 985 -# File: src/www/services_dhcp_edit.php, line: 499 -# File: src/www/services_dhcpv6.php, line: 687 -msgid "" -"Enter the dynamic DNS domain key secret which will be used to register " -"client names in the DNS server." -msgstr "" - -# File: src/www/services_dhcp.php, line: 990 -msgid "MAC Address Control" -msgstr "MAC地址控制" - -# File: src/www/services_dhcp.php, line: 993 -msgid "Show MAC Address Control" -msgstr "显示MAC地址控制" - -# File: src/www/services_dhcp.php, line: 997 -msgid "" -"Enter a list of partial MAC addresses to allow, comma separated, no spaces, " -"such as " -msgstr "" - -# File: src/www/services_dhcp.php, line: 999 -msgid "" -"Enter a list of partial MAC addresses to deny access, comma separated, no " -"spaces, such as " -msgstr "" - -# File: src/www/services_dhcp.php, line: 1004 -# File: src/www/services_dhcp_edit.php, line: 505 -# File: src/www/services_dhcpv6.php, line: 693 -msgid "NTP servers" -msgstr "时间服务器" - -# File: src/www/services_dhcp.php, line: 1007 -# File: src/www/services_dhcp_edit.php, line: 508 -# File: src/www/services_dhcpv6.php, line: 696 -msgid "Show NTP configuration" -msgstr "显示NTP配置" - -# File: src/www/services_dhcp.php, line: 1016 -# File: src/www/services_dhcp_edit.php, line: 517 -# File: src/www/services_dhcpv6.php, line: 706 -msgid "TFTP server" -msgstr "TFTP 服务器" - -# File: src/www/services_dhcp.php, line: 1019 -# File: src/www/services_dhcp_edit.php, line: 520 -# File: src/www/services_dhcpv6.php, line: 709 -msgid "Show TFTP configuration" -msgstr "显示TFTP配置" - -# File: src/www/services_dhcp.php, line: 1023 -# File: src/www/services_dhcp_edit.php, line: 524 -# File: src/www/services_dhcpv6.php, line: 713 -msgid "" -"Leave blank to disable. Enter a full hostname or IP for the TFTP server." -msgstr "" - -# File: src/www/services_dhcp.php, line: 1028 -# File: src/www/services_dhcpv6.php, line: 719 -msgid "LDAP URI" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1031 -# File: src/www/services_dhcpv6.php, line: 722 -msgid "Show LDAP configuration" -msgstr "显示LDAP配置" - -# File: src/www/services_dhcp.php, line: 1035 -# File: src/www/services_dhcpv6.php, line: 726 -msgid "" -"Leave blank to disable. Enter a full URI for the LDAP server in the form " -"ldap://ldap.example.com/dc=example,dc=com" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1040 -# File: src/www/services_dhcpv6.php, line: 731 -msgid "Enable network booting" -msgstr "启用网络启动" - -# File: src/www/services_dhcp.php, line: 1043 -# File: src/www/services_dhcpv6.php, line: 734 -msgid "Show Network booting" -msgstr "显示网络启动" - -# File: src/www/services_dhcp.php, line: 1047 -# File: src/www/services_dhcpv6.php, line: 738 -msgid "Enables network booting." -msgstr "启用网络启动" - -# File: src/www/services_dhcp.php, line: 1049 -msgid "Enter the IP of the" -msgstr "输入IP" - -# File: src/www/services_dhcp.php, line: 1049 -msgid "next-server" -msgstr "下一个服务器" - -# File: src/www/services_dhcp.php, line: 1051 -msgid "and the default bios filename" -msgstr "和默认bios文件名" - -# File: src/www/services_dhcp.php, line: 1053 -msgid "and the UEFI 32bit filename " -msgstr "和UEFI 32位的文件名" - -# File: src/www/services_dhcp.php, line: 1055 -msgid "and the UEFI 64bit filename " -msgstr "和UEFI 64位的文件名" - -# File: src/www/services_dhcp.php, line: 1057 -msgid "" -"Note: You need both a filename and a boot server configured for this to work!" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1058 -msgid "" -"You will need all three filenames and a boot server configured for UEFI to " -"work!" -msgstr "你需要为UEFI配置这三个文件名和一个启动服务器,好使它工作" - -# File: src/www/services_dhcp.php, line: 1059 -# File: src/www/services_dhcp_edit.php, line: 408 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "Enter the" -msgstr "输入" - -# File: src/www/services_dhcp.php, line: 1059 -# File: src/www/services_dhcp_edit.php, line: 408 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "root-path" -msgstr "路径" - -# File: src/www/services_dhcp.php, line: 1059 -# File: src/www/services_dhcp_edit.php, line: 408 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "string" -msgstr "字符串" - -# File: src/www/services_dhcp.php, line: 1061 -msgid "" -"Note: string-format: iscsi:(servername):(protocol):(port):(LUN):targetname" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1067 -# File: src/www/services_dhcpv6.php, line: 746 -msgid "Additional BOOTP/DHCP Options" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1070 -# File: src/www/services_dhcpv6.php, line: 749 -msgid "Show Additional BOOTP/DHCP Options" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1078 -# File: src/www/services_dhcpv6.php, line: 757 -msgid "" -"Enter the DHCP option number and the value for each item you would like to " -"include in the DHCP lease information. For a list of available options " -"please visit this" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1078 -# File: src/www/services_dhcpv6.php, line: 757 -msgid "URL" -msgstr "" - -# File: src/www/load_balancer_relay_action_edit.php, line: 507 -# File: src/www/services_dhcp.php, line: 1085 -# File: src/www/services_dhcpv6.php, line: 763 -# File: src/www/system_advanced_sysctl.php, line: 145 -# File: src/www/system_advanced_sysctl.php, line: 216 -# File: src/www/system_certmanager.php, line: 776 -msgid "Value" -msgstr "值" - -# File: src/www/services_dhcp.php, line: 1153 -# File: src/www/services_dhcpv6.php, line: 814 -msgid "System: General setup" -msgstr "系统:一般设置" - -# File: src/www/services_dhcp.php, line: 1153 -# File: src/www/services_dhcpv6.php, line: 814 -msgid "The DNS servers entered in" -msgstr "已进入 DNS服务器" - -# File: src/www/services_dhcp.php, line: 1154 -# File: src/www/services_dhcpv6.php, line: 815 -msgid "(or the" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1154 -# File: src/www/services_dhcpv6.php, line: 815 -# File: src/www/services_dnsmasq.php, line: 140 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 109 -# File: src/www/services_dnsmasq_edit.php, line: 156 -msgid "DNS forwarder" -msgstr "DNS转发" - -# File: src/www/services_dhcp.php, line: 1155 -# File: src/www/services_dhcpv6.php, line: 816 -msgid "if enabled)" -msgstr "如果已启用)" - -# File: src/www/services_dhcp.php, line: 1155 -# File: src/www/services_dhcpv6.php, line: 816 -msgid "will be assigned to clients by the DHCP server." -msgstr "将由DHCP服务器设定客户端" - -# File: src/www/services_dhcp.php, line: 1158 -msgid "Status: DHCP leases" -msgstr "状态:DHCP租约" - -# File: src/www/services_dhcp.php, line: 1158 -# File: src/www/services_dhcpv6.php, line: 819 -msgid "The DHCP lease table can be viewed on the" -msgstr "" - -# File: src/www/services_dhcp.php, line: 1159 -# File: src/www/services_dhcpv6.php, line: 820 -msgid "page." -msgstr "页面" - -# File: src/www/services_dhcp.php, line: 1170 -msgid "DHCP Static Mappings for this interface." -msgstr "该接口静态DHCP映射" - -# File: src/www/firewall_nat_npt.php, line: 155 -# File: src/www/services_dhcp.php, line: 1213 -# File: src/www/services_dhcpv6.php, line: 866 -msgid "Do you really want to delete this mapping?" -msgstr "你真要删除该映射吗?" - -# File: src/www/services_dhcp_edit.php, line: 140 -msgid "Either MAC address or Client identifier must be specified" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 148 -# File: src/www/services_dhcpv6_edit.php, line: 102 -msgid "The hostname cannot end with a hyphen according to RFC952" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 153 -# File: src/www/services_dhcpv6_edit.php, line: 107 -msgid "" -"A valid hostname is specified, but the domain name part should be omitted" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 164 -msgid "Static ARP is enabled. You must specify an IP address." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 173 -msgid "This Hostname, IP, MAC address or Client identifier already exists." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 184 -msgid "The IP address must not be within the DHCP range for this interface." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 189 -msgid "" -"The IP address must not be within the range configured on a DHCP pool for " -"this interface." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 198 -msgid "The IP address must lie in the %s subnet." -msgstr "该IP地址必须在子网%s内" - -# File: src/www/services_dhcp_edit.php, line: 359 -msgid "Static DHCP Mapping" -msgstr "静态DHCP映射" - -# File: src/www/services_captiveportal_mac_edit.php, line: 212 -# File: src/www/services_dhcp_edit.php, line: 370 -msgid "Copy my MAC address" -msgstr "克隆我的MAC地址" - -# File: src/www/services_dhcp_edit.php, line: 372 -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "按 xx:xx:xx:xx:xx:xx 格式输入MAC地址" - -# File: src/www/services_dhcp_edit.php, line: 376 -msgid "Client identifier" -msgstr "客户端标识" - -# File: src/www/services_dhcp_edit.php, line: 386 -msgid "If an IPv4 address is entered, the address must be outside of the pool." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 388 -msgid "" -"If no IPv4 address is given, one will be dynamically allocated from the pool." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 395 -# File: src/www/services_dhcpv6_edit.php, line: 218 -msgid "Name of the host, without domain part." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 400 -msgid "Netboot Filename" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 403 -# File: src/www/services_dhcpv6_edit.php, line: 225 -msgid "" -"Name of the file that should be loaded when this host boots off of the " -"network, overrides setting on main page." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 406 -# File: src/www/services_dhcpv6_edit.php, line: 228 -msgid "Root Path" -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 409 -# File: src/www/services_dhcpv6_edit.php, line: 231 -msgid "Enter the root-path-string, overrides setting on main page." -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 419 -msgid "ARP Table Static Entry" -msgstr "ARP表静态条目" - -# File: src/www/services_dhcp_edit.php, line: 422 -msgid "Create an ARP Table Static Entry for this MAC & IP Address pair. " -msgstr "" - -# File: src/www/services_dhcp_edit.php, line: 444 -msgid "" -"The default is to use the IP on this interface of the firewall as the " -"gateway. Specify an alternate gateway here if this is not the correct " -"gateway for your network." -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 61 -# File: src/www/services_dhcpv6_relay.php, line: 62 -msgid "Destination Server" -msgstr "目标服务器" - -# File: src/www/services_dhcp_relay.php, line: 69 -msgid "A valid Destination Server IP address must be specified." -msgstr "必须指定一个有效的目标服务器IP地址" - -# File: src/www/services_dhcp_relay.php, line: 140 -msgid "" -"DHCP Server is currently enabled. Cannot enable the DHCP Relay service while " -"the DHCP Server is enabled on any interface." -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 136 -msgid "DHCP Relay configuration" -msgstr "DHCP中继配置" - -# File: src/www/services_dhcp_relay.php, line: 146 -msgid "Enable DHCP relay on interface" -msgstr "启用DHCP中继服务" - -# File: src/www/services_dhcp_relay.php, line: 158 -# File: src/www/services_dhcpv6_relay.php, line: 155 -# File: src/www/services_ntpd.php, line: 230 -msgid "Interface(s)" -msgstr "" - -# File: src/www/services_ntpd.php, line: 264 -msgid "Interfaces without an IP address will not be shown." -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 171 -# File: src/www/services_dhcpv6_relay.php, line: 173 -msgid "Append circuit ID and agent ID to requests" -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 172 -msgid "" -"If this is checked, the DHCP relay will append the circuit ID (%s interface " -"number) and the agent ID to the DHCP request." -msgstr "" - -# File: src/www/services_dhcp_relay.php, line: 175 -# File: src/www/services_dhcpv6_relay.php, line: 177 -msgid "Destination server" -msgstr "目标服务器" - -# File: src/www/services_dhcp_relay.php, line: 179 -msgid "" -"This is the IP address of the server to which DHCP requests are relayed. You " -"can enter multiple server IP addresses, separated by commas. Select \"Proxy " -"requests to DHCP server on WAN subnet\" to relay DHCP packets to the server " -"that was used on the WAN interface." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 50 -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses. Only interfaces configured with a static IP will be shown." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 153 -msgid "A valid prefix range must be specified." -msgstr "必须指定一个有效的前缀范围" - -# File: src/www/services_dhcpv6.php, line: 159 -msgid "A valid IPv6 address must be specified for the gateway." -msgstr "必须为网关指定一个有效的IPv6地址" - -# File: src/www/services_dhcpv6.php, line: 161 -# File: src/www/services_router_advertisements.php, line: 117 -msgid "" -"A valid IPv6 address must be specified for the primary/secondary DNS servers." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 170 -msgid "" -"A valid primary domain name server IPv4 address must be specified for the " -"dynamic domain name." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 185 -msgid "" -"A valid IPv6 address must be specified for the primary/secondary NTP servers." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 189 -msgid "A valid IPv6 address or hostname must be specified for the TFTP server." -msgstr "必须为TFTP服务器指定一个有效的IPv6地址或主机名" - -# File: src/www/services_dhcpv6.php, line: 191 -msgid "A valid URL must be specified for the network bootfile." -msgstr "必须为网络启动文件指定一个有效的URL" - -# File: src/www/services_dhcpv6.php, line: 198 -msgid "The subnet range cannot overlap with virtual IPv6 address %s." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 499 -# File: src/www/services_router_advertisements.php, line: 228 -# File: src/www/services_router_advertisements.php, line: 236 -msgid "Router Advertisements" -msgstr "路由器通告" - -# File: src/www/services_dhcpv6.php, line: 521 -msgid "Enable DHCPv6 server on %s interface" -msgstr " 在接口%s启用DHCPv6服务" - -# File: src/www/services_dhcpv6.php, line: 561 -# File: src/www/vpn_l2tp.php, line: 346 -msgid "Subnet Mask" -msgstr "子网掩码" - -# File: src/www/services_dhcpv6.php, line: 585 -msgid "Prefix Delegation Range" -msgstr "前缀授权范围" - -# File: src/www/services_dhcpv6.php, line: 589 -msgid "Prefix Delegation Size" -msgstr "前缀授权大小" - -# File: src/www/services_dhcpv6.php, line: 598 -msgid "" -"You can define a Prefix range here for DHCP Prefix Delegation. This allows " -"for\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\tassigning networks to subrouters. The start and " -"end of the range must end on boundaries of the prefix delegation size." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 621 -msgid "" -"The DHCP server can optionally provide a domain search list. Use the " -"semicolon character as separator" -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 654 -msgid "Change DHCPv6 display lease time from UTC to local time." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 661 -msgid "" -"By default DHCPv6 leases are displayed in UTC time. By checking this\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\tbox DHCPv6 lease time will be displayed in local " -"time and set to time zone selected. This will be used for all DHCPv6 " -"interfaces lease time." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 740 -msgid "Enter the Bootfile URL" -msgstr "输入 Bootfile URL" - -# File: src/www/diag_tables.php, line: 170 -# File: src/www/services_dhcpv6.php, line: 782 -msgid "Delete" -msgstr "删除" - -# File: src/www/interfaces_qinq_edit.php, line: 380 -# File: src/www/services_dhcpv6.php, line: 789 -# File: src/www/services_router_advertisements.php, line: 326 -# File: src/www/system_certmanager.php, line: 806 -msgid "add another entry" -msgstr "添加另一个条目" - -# File: src/www/services_dhcpv6.php, line: 819 -msgid "Status: DHCPv6 leases" -msgstr "状态:DHCPv6租约" - -# File: src/www/services_dhcpv6.php, line: 829 -msgid "DHCPv6 Static Mappings for this interface." -msgstr "为该接口启用DHCPv6静态映射" - -# File: src/www/services_dhcpv6.php, line: 833 -# File: src/www/status_dhcpv6_leases.php, line: 419 -# File: src/www/status_dhcpv6_leases.php, line: 516 -msgid "DUID" -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 95 -# File: src/www/services_dhcpv6_edit.php, line: 196 -msgid "DUID Identifier" -msgstr "DUID 标识" - -# File: src/www/services_dhcpv6_edit.php, line: 115 -msgid "A valid DUID Identifier must be specified." -msgstr "必须指定一个有效的DUID 标识" - -# File: src/www/services_dhcpv6_edit.php, line: 124 -msgid "This Hostname, IP or DUID Identifier already exists." -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 193 -msgid "Static DHCPv6 Mapping" -msgstr "静态DHCPv6映射" - -# File: src/www/services_dhcpv6_edit.php, line: 200 -msgid "Enter a DUID Identifier in the following format: " -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 201 -msgid "DUID-LLT - ETH -- TIME --- ---- ADDR ----" -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 209 -msgid "If an IPv6 address is entered, the address must be outside of the pool." -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 211 -msgid "" -"If no IPv6 address is given, one will be dynamically allocated from the pool." -msgstr "" - -# File: src/www/services_dhcpv6_edit.php, line: 222 -msgid "Netboot filename" -msgstr "" - -# File: src/www/services_dhcpv6_relay.php, line: 70 -msgid "A valid Destination Server IPv6 address must be specified." -msgstr "必须指定一个有效的目标服务器IPv6地址" - -# File: src/www/services_dhcpv6_relay.php, line: 136 -msgid "" -"DHCPv6 Server is currently enabled. Cannot enable the DHCPv6 Relay service " -"while the DHCPv6 Server is enabled on any interface." -msgstr "" - -# File: src/www/services_dhcpv6_relay.php, line: 137 -msgid "DHCPv6 Relay configuration" -msgstr "DHCPv6中继配置" - -# File: src/www/services_dhcpv6_relay.php, line: 148 -msgid "Enable DHCPv6 relay on interface" -msgstr "启用DHCPv6中继" - -# File: src/www/services_dhcpv6_relay.php, line: 166 -msgid "Interfaces without an IPv6 address will not be shown." -msgstr "" - -# File: src/www/services_dhcpv6_relay.php, line: 174 -msgid "" -"If this is checked, the DHCPv6 relay will append the circuit ID (%s " -"interface number) and the agent ID to the DHCPv6 request." -msgstr "" - -# File: src/www/services_dhcpv6_relay.php, line: 181 -msgid "" -"This is the IPv6 address of the server to which DHCPv6 requests are relayed. " -"You can enter multiple server IPv6 addresses, separated by commas. " -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 80 -# File: src/www/system_advanced_admin.php, line: 91 -msgid "You must specify a valid port number" -msgstr "你必须指定一个有效的端口数" - -# File: src/www/services_dnsmasq.php, line: 95 -msgid "Invalid custom options" -msgstr "无效的自定义选项" - -# File: src/www/services_dnsmasq.php, line: 178 -msgid "The DNS forwarder configuration has been changed." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 186 -# File: src/www/services_dnsmasq.php, line: 193 -msgid "General DNS Forwarder Options" -msgstr "一般DNS转发选项" - -# File: src/www/services_dnsmasq.php, line: 199 -msgid "Enable DNS forwarder" -msgstr "启用DNS转发" - -# File: src/www/services_dnsmasq.php, line: 203 -# File: src/www/services_unbound.php, line: 299 -msgid "DHCP Registration" -msgstr "DHCP注册" - -# File: src/www/services_dnsmasq.php, line: 206 -msgid "Register DHCP leases in DNS forwarder" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 207 -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS forwarder, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 215 -# File: src/www/services_unbound.php, line: 311 -msgid "Static DHCP" -msgstr "静态DHCP" - -# File: src/www/services_dnsmasq.php, line: 218 -msgid "Register DHCP static mappings in DNS forwarder" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 219 -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS forwarder, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 226 -msgid "Prefer DHCP" -msgstr "优先DHCP服务器" - -# File: src/www/services_dnsmasq.php, line: 229 -msgid "Resolve DHCP mappings first" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 230 -msgid "" -"If this option is set, then DHCP mappings will be resolved before the manual " -"list of names below. This only affects the name given for a reverse lookup " -"(PTR)." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 236 -# File: src/www/services_unbound.php, line: 292 -msgid "DNS Query Forwarding" -msgstr "DNS查询转发" - -# File: src/www/services_dnsmasq.php, line: 239 -msgid "Query DNS servers sequentially" -msgstr "递归查询DNS服务器" - -# File: src/www/services_dnsmasq.php, line: 240 -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will query the DNS servers " -"sequentially in the order specified (System - General Setup - DNS " -"Servers), rather than all at once in parallel. " -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 249 -msgid "Require domain" -msgstr "需要域" - -# File: src/www/services_dnsmasq.php, line: 250 -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward A or AAAA " -"queries for plain names, without dots or domain parts, to upstream name " -"servers. If the name is not known from /etc/hosts or DHCP then a \"not " -"found\" answer is returned. " -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 259 -msgid "Do not forward private reverse lookups" -msgstr "不转发私有地址转换查询" - -# File: src/www/services_dnsmasq.php, line: 260 -msgid "" -"If this option is set, %s DNS Forwarder (dnsmasq) will not forward reverse " -"DNS lookups (PTR) for private addresses (RFC 1918) to upstream name " -"servers. Any entries in the Domain Overrides section forwarding private \"" -"n.n.n.in-addr.arpa\" names to a specific server are still forwarded. If the " -"IP to name is not known from /etc/hosts, DHCP or a specific domain override " -"then a \"not found\" answer is immediately returned. " -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 268 -# File: src/www/services_unbound.php, line: 224 -msgid "Listen Port" -msgstr "侦听端口" - -# File: src/www/services_dnsmasq.php, line: 272 -# File: src/www/services_unbound.php, line: 229 -msgid "" -"The port used for responding to DNS queries. It should normally be left " -"blank unless another service needs to bind to TCP/UDP port 53." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 282 -msgid "" -"Interface IPs used by the DNS Forwarder for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 302 -msgid "Strict Interface Binding" -msgstr "严格的接口绑定" - -# File: src/www/services_dnsmasq.php, line: 304 -msgid "" -"If this option is set, the DNS forwarder will only bind to the interfaces " -"containing the IP addresses selected above, rather than binding to all " -"interfaces and discarding queries to other addresses." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 306 -msgid "" -"NOTE: This option does NOT work with IPv6. If set, dnsmasq will not bind to " -"IPv6 addresses." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1220 -# File: src/www/firewall_rules_edit.php, line: 1242 -# File: src/www/firewall_rules_edit.php, line: 1258 -# File: src/www/firewall_rules_edit.php, line: 1298 -# File: src/www/firewall_rules_edit.php, line: 1338 -# File: src/www/firewall_rules_edit.php, line: 1368 -# File: src/www/firewall_rules_edit.php, line: 1380 -# File: src/www/firewall_rules_edit.php, line: 1435 -# File: src/www/firewall_rules_edit.php, line: 1462 -# File: src/www/firewall_rules_edit.php, line: 1511 -# File: src/www/interfaces.php, line: 1691 -# File: src/www/pkg_edit.php, line: 1143 -# File: src/www/services_dnsmasq.php, line: 314 -# File: src/www/services_unbound.php, line: 333 -msgid "Show advanced option" -msgstr "显示高级选项" - -# File: src/www/services_dnsmasq.php, line: 319 -msgid "" -"Enter any additional options you would like to add to the dnsmasq " -"configuration here, separated by a space or newline" -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 333 -msgid "" -"If the DNS forwarder is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the forwarder. The DNS forwarder will use the DNS servers " -"entered in %sSystem: General setup%s or those obtained via DHCP or PPP on " -"WAN if the "Allow DNS server list to be overridden by DHCP/PPP on " -"WAN" is checked. If you don't use that option (or if you use a static " -"IP address on WAN), you must manually specify at least one DNS server on the " -"%sSystem: General setup%s page." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 351 -# File: src/www/services_unbound.php, line: 372 -msgid "Host Overrides" -msgstr "主机覆盖" - -# File: src/www/services_dnsmasq.php, line: 355 -# File: src/www/services_unbound.php, line: 376 -msgid "" -"Entries in this section override individual results from the forwarders." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 356 -# File: src/www/services_unbound.php, line: 377 -msgid "Use these for changing DNS results or for adding custom DNS records." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 367 -# File: src/www/services_dnsmasq.php, line: 445 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 63 -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 136 -# File: src/www/services_dnsmasq_edit.php, line: 71 -# File: src/www/services_dnsmasq_edit.php, line: 209 -# File: src/www/services_dnsmasq_edit.php, line: 243 -# File: src/www/services_unbound.php, line: 385 -# File: src/www/services_unbound.php, line: 449 -# File: src/www/services_unbound_domainoverride_edit.php, line: 57 -# File: src/www/services_unbound_domainoverride_edit.php, line: 130 -# File: src/www/services_unbound_host_edit.php, line: 72 -# File: src/www/services_unbound_host_edit.php, line: 209 -# File: src/www/services_unbound_host_edit.php, line: 245 -# File: src/www/system_general.php, line: 99 -# File: src/www/system_general.php, line: 313 -msgid "Domain" -msgstr "域" - -# File: src/www/services_captiveportal_mac.php, line: 187 -# File: src/www/services_dnsmasq.php, line: 399 -# File: src/www/services_unbound.php, line: 417 -msgid "Do you really want to delete this host?" -msgstr "你真要删除该主机吗?" - -# File: src/www/services_dnsmasq.php, line: 433 -# File: src/www/services_unbound.php, line: 437 -msgid "Domain Overrides" -msgstr "域覆盖" - -# File: src/www/services_dnsmasq.php, line: 436 -msgid "" -"Entries in this area override an entire domain, and subdomains, by " -"specifying an authoritative DNS server to be queried for that domain." -msgstr "" - -# File: src/www/services_dnsmasq.php, line: 472 -# File: src/www/services_unbound.php, line: 479 -msgid "Do you really want to delete this domain override?" -msgstr "真要删除该域覆盖吗?" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 74 -# File: src/www/services_unbound_domainoverride_edit.php, line: 68 -msgid "A valid domain must be specified after _msdcs." -msgstr "在_msdcs之后必须指定一个有效的域" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 78 -# File: src/www/services_dnsmasq_edit.php, line: 79 -# File: src/www/services_unbound_domainoverride_edit.php, line: 70 -# File: src/www/services_unbound_host_edit.php, line: 80 -msgid "A valid domain must be specified." -msgstr "必须指定一个有效的域" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 81 -msgid "" -"A valid IP address must be specified, or # for an exclusion or ! to not " -"forward at all." -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 84 -msgid "An interface IP address must be specified for the DNS query source." -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 139 -# File: src/www/services_unbound_domainoverride_edit.php, line: 134 -msgid "Domain to override (NOTE: this does not have to be a valid TLD!)" -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 140 -# File: src/www/services_dnsmasq_edit.php, line: 220 -# File: src/www/services_unbound_domainoverride_edit.php, line: 135 -# File: src/www/services_unbound_host_edit.php, line: 221 -msgid "or" -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 140 -# File: src/www/services_unbound_domainoverride_edit.php, line: 135 -msgid "test" -msgstr "测试" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 146 -# File: src/www/services_unbound_domainoverride_edit.php, line: 144 -msgid "IP address of the authoritative DNS server for this domain" -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 147 -msgid "" -"Or enter ! for lookups for this host/subdomain to NOT be forwarded anywhere." -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 147 -msgid "" -"Or enter # for an exclusion to pass through this host/subdomain to standard " -"nameservers instead of a previous override." -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 150 -msgid "Source IP" -msgstr "来源IP" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 153 -msgid "" -"Source IP address for queries to the DNS server for the override domain." -msgstr "" - -# File: src/www/services_dnsmasq_domainoverride_edit.php, line: 154 -msgid "Leave blank unless your DNS server is accessed through a VPN tunnel." -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 110 -msgid "Alias Domain" -msgstr "别名域" - -# File: src/www/services_dnsmasq_edit.php, line: 114 -# File: src/www/services_unbound_host_edit.php, line: 115 -msgid "" -"Hostnames in alias list can only contain the characters A-Z, 0-9 and '-'." -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 117 -# File: src/www/services_unbound_host_edit.php, line: 117 -msgid "A valid domain must be specified in alias list." -msgstr "别名列表中必须指定一个有效的域" - -# File: src/www/services_dnsmasq_edit.php, line: 128 -# File: src/www/services_unbound_host_edit.php, line: 127 -msgid "This host/domain already exists." -msgstr "该主机/域已存在" - -# File: src/www/services_dnsmasq_edit.php, line: 198 -msgid "Edit DNS Forwarder entry" -msgstr "编辑DNS转发条目" - -# File: src/www/services_dnsmasq_edit.php, line: 204 -# File: src/www/services_unbound_host_edit.php, line: 204 -msgid "Name of the host, without domain part" -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 206 -# File: src/www/services_unbound_host_edit.php, line: 205 -msgid "myhost" -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 212 -# File: src/www/services_unbound_host_edit.php, line: 212 -msgid "Domain of the host" -msgstr "主机域" - -# File: src/www/services_dnsmasq_edit.php, line: 213 -# File: src/www/services_unbound_host_edit.php, line: 213 -msgid "example.com" -msgstr "" - -# File: src/www/services_dnsmasq_edit.php, line: 219 -# File: src/www/services_unbound_host_edit.php, line: 220 -msgid "IP address of the host" -msgstr "IP地址或主机" - -# File: src/www/services_dnsmasq_edit.php, line: 237 -# File: src/www/services_unbound_host_edit.php, line: 239 -msgid "Enter additional names for this host." -msgstr "" - -# File: src/www/firewall_aliases_edit.php, line: 725 -# File: src/www/services_dnsmasq_edit.php, line: 265 -# File: src/www/services_router_advertisements.php, line: 309 -# File: src/www/system_certmanager.php, line: 795 -msgid "remove this entry" -msgstr "移除该条目" - -# File: src/www/services_dyndns.php, line: 90 -# File: src/www/status_openvpn.php, line: 287 -# File: src/www/status_openvpn.php, line: 350 -# File: src/www/status_services.php, line: 77 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 75 -msgid "Service" -msgstr "服务" - -# File: src/www/services_dyndns.php, line: 92 -# File: src/www/services_rfc2136.php, line: 85 -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 77 -msgid "Cached IP" -msgstr "缓存的IP" - -# File: src/www/services_dyndns.php, line: 189 -msgid "" -"IP addresses appearing in green are up to date with Dynamic DNS provider." -msgstr "" - -# File: src/www/services_dyndns.php, line: 190 -msgid "" -"You can force an update for an IP address on the edit page for that service." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 86 -# File: src/www/services_dyndns_edit.php, line: 254 -msgid "Service type" -msgstr "服务类型" - -# File: src/www/services_dyndns_edit.php, line: 98 -# File: src/www/services_dyndns_edit.php, line: 391 -msgid "Update URL" -msgstr "更新URL" - -# File: src/www/services_dyndns_edit.php, line: 111 -msgid "The Hostname contains invalid characters." -msgstr "主机名包含无效字符" - -# File: src/www/services_dyndns_edit.php, line: 117 -msgid "The MX contains invalid characters." -msgstr "MX包含无效字符" - -# File: src/www/services_dyndns_edit.php, line: 119 -# File: src/www/system_usermanager.php, line: 186 -# File: src/www/vpn_l2tp_users_edit.php, line: 82 -# File: src/www/vpn_pptp_users_edit.php, line: 78 -msgid "The username contains invalid characters." -msgstr "用户名包含无效字符" - -# File: src/www/services_dyndns_edit.php, line: 172 -# File: src/www/services_dyndns_edit.php, line: 243 -msgid "Dynamic DNS client" -msgstr "动态DNS客户端" - -# File: src/www/services_dyndns_edit.php, line: 250 -# File: src/www/services_rfc2136_edit.php, line: 207 -# File: src/www/services_rfc2136_edit.php, line: 213 -msgid "yes" -msgstr "是" - -# File: src/www/services_dyndns_edit.php, line: 268 -# File: src/www/services_rfc2136_edit.php, line: 153 -msgid "Interface to monitor" -msgstr "接口监视" - -# File: src/www/services_dyndns_edit.php, line: 293 -msgid "Interface to send update from" -msgstr "从接口发送更新" - -# File: src/www/services_dyndns_edit.php, line: 315 -msgid "Note: This is almost always the same as the Interface to Monitor." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 326 -msgid "Enter the complete host/domain name. example: myhost.dyndns.org" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 327 -msgid "For he.net tunnelbroker, enter your tunnel ID" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 332 -msgid "MX" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 338 -msgid "" -"Note: With a dynamic DNS service you can only use a hostname, not an IP " -"address." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 338 -msgid "" -"Set this option only if you need a special MX record. Not all services " -"support this." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 342 -msgid "Wildcards" -msgstr "通配符" - -# File: src/www/services_dyndns_edit.php, line: 345 -# File: src/www/services_dyndns_edit.php, line: 351 -msgid "Enable " -msgstr "启用" - -# File: src/www/services_dyndns_edit.php, line: 345 -msgid "Wildcard" -msgstr "通配符" - -# File: src/www/services_dyndns_edit.php, line: 348 -msgid "Verbose logging" -msgstr "verbose日志" - -# File: src/www/services_dyndns_edit.php, line: 351 -msgid "verbose logging" -msgstr "verbose日志" - -# File: src/www/services_dyndns_edit.php, line: 354 -msgid "CURL options" -msgstr "CURL 选项" - -# File: src/www/services_dyndns_edit.php, line: 357 -msgid "Force IPv4 resolving" -msgstr "强制IPv4解析" - -# File: src/www/services_dyndns_edit.php, line: 359 -msgid "Verify SSL peer" -msgstr "验证SSL对端" - -# File: src/www/services_dyndns_edit.php, line: 366 -msgid "" -"Username is required for all types except Namecheap, FreeDNS and Custom " -"Entries." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 367 -msgid "Route 53: Enter your Access Key ID." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 368 -msgid "Duck DNS: Enter your Token." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 369 -msgid "" -"For Custom Entries, Username and Password represent HTTP Authentication " -"username and passwords." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 377 -msgid "" -"FreeDNS (freedns.afraid.org): Enter your \"Authentication Token\" provided " -"by FreeDNS." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 378 -msgid "Route 53: Enter your Secret Access Key." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 379 -msgid "Duck DNS: Leave blank." -msgstr "Duck DNS:请保留空白" - -# File: src/www/services_dyndns_edit.php, line: 384 -msgid "Zone ID" -msgstr "区域ID" - -# File: src/www/services_dyndns_edit.php, line: 387 -msgid "" -"Enter Zone ID that you received when you created your domain in Route 53." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 394 -msgid "" -"This is the only field required by for Custom Dynamic DNS, and is only used " -"by Custom Entries." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 396 -# File: src/www/services_dyndns_edit.php, line: 407 -msgid "" -"If you need the new IP to be included in the request, put %IP% in its place." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 400 -msgid "Result Match" -msgstr "结果匹配" - -# File: src/www/services_dyndns_edit.php, line: 403 -msgid "This field is only used by Custom Dynamic DNS Entries." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 407 -msgid "" -"This field should be identical to what your dynamic DNS Provider will return " -"if the update succeeds, leave it blank to disable checking of returned " -"results." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 409 -msgid "" -"If you need to include multiple possible values, separate them with a |. If " -"your provider includes a |, escape it with \\|" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 411 -msgid "" -"Tabs (\\t), newlines (\\n" -") and carriage returns (\\r) at the beginning or end of the returned results " -"are removed before comparison." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 416 -# File: src/www/services_rfc2136_edit.php, line: 71 -# File: src/www/services_rfc2136_edit.php, line: 171 -msgid "TTL" -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 419 -msgid "Choose TTL for your dns record." -msgstr "" - -# File: src/www/services_dyndns_edit.php, line: 436 -# File: src/www/services_rfc2136_edit.php, line: 103 -msgid "Save & Force Update" -msgstr "保存并强制更新" - -# File: src/www/services_dyndns_edit.php, line: 444 -msgid "" -"You must configure a DNS server in %sSystem:\n" -"\t\t\t\t\t General setup%s or allow the DNS server list " -"to be overridden\n" -"\t\t\t\t\t by DHCP/PPP on WAN for dynamic DNS updates to " -"work." -msgstr "" - -# File: src/www/services_igmpproxy.php, line: 69 -msgid "add a new igmpentry" -msgstr "添加新igmp条目" - -# File: src/www/services_igmpproxy.php, line: 84 -msgid "The IGMP entry list has been changed" -msgstr "该IGMP条目列表已更改" - -# File: src/www/services_igmpproxy.php, line: 126 -msgid "edit igmpentry" -msgstr "编辑igmp条目" - -# File: src/www/services_igmpproxy.php, line: 127 -msgid "" -"Do you really want to delete this igmp entry? All elements that still use it " -"will become invalid (e.g. filter rules)!" -msgstr "真要删除该igmp条目吗?仍在使用它的所有元素将失效(例如一些过滤规则)! " - -# File: src/www/services_igmpproxy.php, line: 127 -msgid "delete igmpentry" -msgstr "删除igmp条目" - -# File: src/www/services_igmpproxy.php, line: 141 -msgid "" -"Please add the interface for upstream, the allowed subnets, and the " -"downstream interfaces you would like the proxy to allow. Only one 'upstream' " -"interface can be configured." -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 65 -msgid "Only one 'upstream' interface can be configured." -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 158 -msgid "IGMP Proxy Edit" -msgstr "IGMP代理编辑" - -# File: src/www/services_igmpproxy_edit.php, line: 188 -msgid "Upstream Interface" -msgstr "上游接口" - -# File: src/www/services_igmpproxy_edit.php, line: 189 -msgid "Downstream Interface" -msgstr "下行接口" - -# File: src/www/services_igmpproxy_edit.php, line: 193 -msgid "" -"The upstream network interface is the outgoing interface which is " -"responsible for communicating to available multicast data sources. There can " -"only be one upstream interface." -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 199 -msgid "Downstream" -msgstr "下行" - -# File: src/www/services_igmpproxy_edit.php, line: 199 -msgid "" -"network interfaces are the distribution interfaces to the destination " -"networks, where multicast clients can join groups and receive multicast " -"data. One or more downstream interfaces must be configured." -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 206 -msgid "Threshold" -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 211 -msgid "" -"Defines the TTL threshold for the network interface. Packets with a " -"lower TTL than the threshold value will be ignored. This setting is " -"optional, and by default the threshold is 1." -msgstr "" - -# File: src/www/services_igmpproxy_edit.php, line: 218 -msgid "Network (s)" -msgstr "网络" - -# File: src/www/firewall_aliases_edit.php, line: 462 -# File: src/www/services_igmpproxy_edit.php, line: 224 -# File: src/www/services_unbound_acls.php, line: 234 -msgid "CIDR" -msgstr "" - -# File: src/www/services_ntpd.php, line: 198 -# File: src/www/services_ntpd.php, line: 294 -msgid "Add another Time server" -msgstr "添加另一个时间服务器" - -# File: src/www/services_ntpd.php, line: 237 -msgid "NTP Server Configuration" -msgstr "时间服务器配置" - -# File: src/www/services_ntpd.php, line: 266 -msgid "Selecting no interfaces will listen on all interfaces with a wildcard." -msgstr "" - -# File: src/www/services_ntpd.php, line: 267 -msgid "" -"Selecting all interfaces will explicitly listen on only the interfaces/IPs " -"specified." -msgstr "" - -# File: src/www/services_ntpd.php, line: 261 -msgid "Time servers" -msgstr "" - -# File: src/www/services_ntpd.php, line: 280 -msgid "prefer this server" -msgstr "" - -# File: src/www/services_ntpd.php, line: 283 -msgid "do not use this server" -msgstr "" - -# File: src/www/services_ntpd.php, line: 297 -msgid "For best results three to five servers should be configured here." -msgstr "" - -# File: src/www/services_ntpd.php, line: 292 -msgid "" -"The %sprefer%s option indicates that NTP should favor the use of this server " -"more than all others." -msgstr "" - -# File: src/www/services_ntpd.php, line: 294 -msgid "" -"The %snoselect%s option indicates that NTP should not use this server for " -"time, but stats for this server will be collected and displayed." -msgstr "" - -# File: src/www/services_ntpd.php, line: 299 -msgid "Orphan mode" -msgstr "" - -# File: src/www/services_ntpd.php, line: 307 -msgid "(0-15)" -msgstr "" - -# File: src/www/services_ntpd.php, line: 308 -msgid "" -"Orphan mode allows the system clock to be used when no other clocks are " -"available. The number here specifies the stratum reported during orphan mode " -"and should normally be set to a number high enough to insure that any other " -"servers available to clients are preferred over this server. (default: 12)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 306 -msgid "NTP graphs" -msgstr "" - -# File: src/www/services_ntpd.php, line: 315 -msgid "Enable rrd graphs of NTP statistics (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 313 -msgid "Syslog logging" -msgstr "" - -# File: src/www/services_ntpd.php, line: 321 -msgid "Status > System Logs > NTP" -msgstr "状态>系统日志>NTP" - -# File: src/www/services_ntpd.php, line: 321 -msgid "" -"These options enable additional messages from NTP to be written to the " -"System Log" -msgstr "" - -# File: src/www/services_ntpd.php, line: 324 -msgid "Enable logging of peer messages (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 327 -msgid "Enable logging of system messages (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 325 -msgid "Statistics logging" -msgstr "" - -# File: src/www/services_ntpd.php, line: 334 -msgid "Show statistics logging options" -msgstr "显示统计日志选项" - -# File: src/www/services_ntpd.php, line: 337 -msgid "Warning: " -msgstr "警告:" - -# File: src/www/services_ntpd.php, line: 337 -msgid "these options will create persistant daily log files in /var/log/ntp." -msgstr "" - -# File: src/www/services_ntpd.php, line: 340 -msgid "Enable logging of reference clock statistics (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 343 -msgid "Enable logging of clock discipline statistics (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 346 -msgid "Enable logging of NTP peer statistics (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 345 -msgid "Access restrictions" -msgstr "" - -# File: src/www/services_ntpd.php, line: 354 -msgid "Show access restriction options" -msgstr "显示接入限制选项" - -# File: src/www/services_ntpd.php, line: 357 -msgid "these options control access to NTP from the WAN." -msgstr "" - -# File: src/www/services_ntpd.php, line: 360 -msgid "Enable Kiss-o'-death packets (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 363 -msgid "" -"Deny state modifications (i.e. run time configuration) by ntpq and ntpdc " -"(default: enabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 366 -msgid "Disable ntpq and ntpdc queries (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 369 -msgid "Disable all except ntpq and ntpdc queries (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 372 -msgid "Deny packets that attempt a peer association (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 375 -msgid "Deny mode 6 control message trap service (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd.php, line: 374 -msgid "Leap seconds" -msgstr "" - -# File: src/www/services_ntpd.php, line: 383 -msgid "Show Leap second configuration" -msgstr "显示闰秒配置" - -# File: src/www/services_ntpd.php, line: 386 -msgid "" -"A leap second file allows NTP to advertize an upcoming leap second addition " -"or subtraction." -msgstr "" - -# File: src/www/services_ntpd.php, line: 387 -msgid "Normally this is only useful if this server is a stratum 1 time server." -msgstr "" - -# File: src/www/services_ntpd.php, line: 389 -msgid "Enter Leap second configuration as text:" -msgstr "" - -# File: src/www/services_ntpd.php, line: 391 -msgid "Or" -msgstr "" - -# File: src/www/services_ntpd.php, line: 391 -msgid "select a file to upload:" -msgstr "选择要上载的文件" - -# File: src/www/services_ntpd_gps.php, line: 374 -msgid "NTP Serial GPS Configuration" -msgstr "时间服务器Serial GPS配置" - -# File: src/www/services_ntpd_gps.php, line: 356 -msgid "" -"A GPS connected via a serial port may be used as a reference clock for NTP. " -"If the GPS also supports PPS and is properly configured, and connected, that " -"GPS may also be used as a Pulse Per Second clock reference. NOTE: a USB GPS " -"may work, but is not recommended due to USB bus timing issues." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 381 -msgid "" -"For the best results, NTP should have at least three sources of time. So it " -"is best to configure at least 2 servers under" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 381 -# File: src/www/services_ntpd_pps.php, line: 132 -msgid "Services > NTP" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 381 -msgid "" -"to minimize clock drift if the GPS data is not valid over time. Otherwise " -"ntpd may only use values from the unsynchronized local clock when providing " -"time to clients." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 366 -msgid "Generic" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 368 -msgid "Garmin" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 370 -msgid "SiRF" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 371 -msgid "U-Blox" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 372 -msgid "SureGPS" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 397 -msgid "This option allows you to select a predefined configuration." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 400 -msgid "Select Generic if your GPS is not listed." -msgstr "如果你的GPS没有被列出,就选择通用的。" - -# File: src/www/services_ntpd_gps.php, line: 401 -msgid "" -"The perdefined configurations assume your GPS has already been set to NMEA " -"mode." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 388 -# File: src/www/services_ntpd_pps.php, line: 132 -msgid "Serial port" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 425 -msgid "" -"All serial ports are listed, be sure to pick the port with the GPS attached." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 434 -msgid "Serial port baud rate." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 437 -msgid "" -"Note: A higher baud rate is generally only helpful if the GPS is sending too " -"many sentences. It is recommended to configure the GPS to send only one " -"sentence at a baud rate of 4800 or 9600." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 423 -msgid "NMEA sentences" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 454 -msgid "" -"By default NTP will listen for all supported NMEA sentences. Here one or " -"more sentences to listen for may be specified." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 436 -msgid "Fudge time 1" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 461 -msgid "Fudge time 1 is used to specify the GPS PPS signal offset" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 442 -msgid "Fudge time 2" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 467 -msgid "Fudge time 2 is used to specify the GPS time offset" -msgstr "" - -# File: src/www/status_ntpd.php, line: 177 -msgid "Stratum" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 472 -# File: src/www/services_ntpd_pps.php, line: 161 -msgid "(0-16)" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 473 -msgid "This may be used to change the GPS Clock stratum" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 473 -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 454 -# File: src/www/services_ntpd_pps.php, line: 159 -msgid "Flags" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 481 -# File: src/www/services_ntpd_pps.php, line: 170 -msgid "" -"Normally there should be no need to change these options from the defaults." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 491 -msgid "NTP should prefer this clock (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 499 -msgid "" -"NTP should not use this clock, it will be displayed for reference " -"only(default: disabled)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 507 -msgid "Enable PPS signal processing (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 515 -# File: src/www/services_ntpd_pps.php, line: 180 -msgid "Enable falling edge PPS signal processing (default: rising edge)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 523 -msgid "Enable kernel PPS clock discipline (default: enabled)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 531 -msgid "Obscure location in timestamp (default: unobscured)." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 539 -msgid "" -"Log the sub-second fraction of the received time stamp (default: Not " -"logged).
Note: enabling this will rapidly fill the log, but is useful " -"for tuning Fudge time 2." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 524 -# File: src/www/services_ntpd_pps.php, line: 197 -msgid "Clock ID" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 548 -# File: src/www/services_ntpd_pps.php, line: 205 -msgid "(1 to 4 charactors)" -msgstr "(1 to 4 字符)" - -# File: src/www/services_ntpd_gps.php, line: 549 -msgid "This may be used to change the GPS Clock ID" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 530 -msgid "GPS Initialization" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 555 -msgid "Show GPS Initialization commands" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 560 -msgid "" -"Note: Commands entered here will be sent to the GPS during initialization. " -"Please read and understand your GPS documentation before making any changes " -"here." -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 561 -msgid "NMEA checksum calculator" -msgstr "计算NMEA校验和" - -# File: src/www/services_ntpd_gps.php, line: 563 -msgid "" -"Enter the text between "$" and "*" of a NMEA command " -"string:" -msgstr "" - -# File: src/www/services_ntpd_gps.php, line: 563 -msgid "checksum" -msgstr "校验和" - -# File: src/www/services_ntpd_gps.php, line: 564 -msgid "Calculate NMEA checksum" -msgstr "计算NMEA校验和" - -# File: src/www/services_ntpd_pps.php, line: 123 -msgid "NTP PPS Configuration" -msgstr "NTP PPS 配置" - -# File: src/www/services_ntpd_pps.php, line: 128 -msgid "" -"Devices with a Pulse Per Second output such as radios that receive a time " -"signal from DCF77 (DE), JJY (JP), MSF (GB) or WWVB (US) may be used as a PPS " -"reference for NTP." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 129 -msgid "" -"A serial GPS may also be used, but the serial GPS driver would usually be " -"the better option." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 130 -msgid "" -"A PPS signal only provides a reference to the change of a second, so at " -"least one other source to number the seconds is required." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 132 -msgid "At least 3 additional time sources should be configured under" -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 132 -msgid "to reliably supply the time of each PPS pulse." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 148 -msgid "" -"All serial ports are listed, be sure to pick the port with the PPS source " -"attached." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 147 -msgid "Fudge time" -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 156 -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 "" - -# File: src/www/services_ntpd_pps.php, line: 162 -msgid "This may be used to change the PPS Clock stratum" -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 162 -msgid "" -"This may be useful if, for some reason, you want ntpd to prefer a different " -"clock and just monitor this source." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 188 -msgid "Enable kernel PPS clock discipline (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 196 -msgid "" -"Record a timestamp once for each second, useful for constructing Allan " -"deviation plots (default: disabled)." -msgstr "" - -# File: src/www/services_ntpd_pps.php, line: 206 -msgid "This may be used to change the PPS Clock ID" -msgstr "" - -# File: src/www/services_opendns.php, line: 125 -msgid "OpenDNS Setup" -msgstr "OpenDNS设置" - -# File: src/www/services_opendns.php, line: 133 -msgid "Filter DNS requests using OpenDNS" -msgstr "" - -# File: src/www/services_opendns.php, line: 153 -msgid "" -"Signon Username to log into your OpenDNS dashboard. It is used to " -"automatically update the IP address of the registered network." -msgstr "" - -# File: src/www/services_opendns.php, line: 177 -msgid "Networks Dashboard of OpenDNS" -msgstr "OpenDNS网络仪表盘" - -# File: src/www/services_opendns.php, line: 184 -msgid "Test result" -msgstr "测试结果" - -# File: src/www/services_opendns.php, line: 206 -msgid "Test/Update" -msgstr "测试/更新" - -# File: src/www/services_rfc2136.php, line: 168 -# File: src/www/vpn_openvpn_client.php, line: 1140 -msgid "Do you really want to delete this client?" -msgstr "你真要删除该客户端吗?" - -# File: src/www/load_balancer_relay_action_edit.php, line: 509 -# File: src/www/services_rfc2136_edit.php, line: 71 -# File: src/www/services_rfc2136_edit.php, line: 192 -msgid "Key" -msgstr "密钥" - -# File: src/www/services_rfc2136_edit.php, line: 71 -# File: src/www/services_rfc2136_edit.php, line: 177 -msgid "Key name" -msgstr "密钥名字" - -# File: src/www/services_rfc2136_edit.php, line: 76 -msgid "The DNS update host name contains invalid characters." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 78 -msgid "The DNS update TTL must be an integer." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 80 -msgid "The DNS update key name contains invalid characters." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 101 -msgid "New/Edited RFC2136 dnsupdate entry was posted." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 113 -# File: src/www/services_rfc2136_edit.php, line: 142 -msgid "RFC 2136 client" -msgstr "RFC 2136客户端" - -# File: src/www/services_rfc2136_edit.php, line: 169 -msgid "Fully qualified hostname of the host to be updated." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 181 -msgid "This must match the setting on the DNS server." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 184 -msgid "Key type" -msgstr "密钥类型" - -# File: src/www/services_captiveportal_zones.php, line: 88 -# File: src/www/services_rfc2136_edit.php, line: 186 -msgid "Zone" -msgstr "区域" - -# File: src/www/services_rfc2136_edit.php, line: 188 -msgid " User" -msgstr "用户" - -# File: src/www/services_rfc2136_edit.php, line: 196 -msgid "Paste an HMAC-MD5 key here." -msgstr "在这里粘贴一个HMAC-MD5密钥" - -# File: src/www/services_rfc2136_edit.php, line: 208 -msgid "Use TCP instead of UDP" -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 211 -msgid "Use Public IP" -msgstr "使用公共IP" - -# File: src/www/services_rfc2136_edit.php, line: 214 -msgid "" -"If the interface IP is private, attempt to fetch and use the public IP " -"instead." -msgstr "" - -# File: src/www/services_rfc2136_edit.php, line: 228 -msgid "Save & Force Update" -msgstr "保存& 强制更新" - -# File: src/www/services_rfc2136_edit.php, line: 237 -msgid "" -"You must configure a DNS server in %sSystem: General setup %sor allow the " -"DNS server list to be overridden by DHCP/PPP on WAN for dynamic DNS updates " -"to work." -msgstr "" - -# File: src/www/services_dhcpv6.php, line: 44 -# File: src/www/services_router_advertisements.php, line: 42 -msgid "" -"The DHCPv6 Server can only be enabled on interfaces configured with static " -"IP addresses" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 85 -msgid "" -"Subnets are specified in CIDR format. Select the CIDR mask that pertains to " -"each entry. /128 specifies a single IPv6 host; /64 specifies a normal IPv6 " -"network; etc. If no subnets are specified here, the Router Advertisement " -"(RA) Daemon will advertise to the subnet to which the router's interface is " -"assigned." -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 112 -msgid "An invalid subnet or alias was specified. [%s/%s]" -msgstr "已指定一个无效的子网或别名。 [%s/%s]" - -# File: src/www/services_router_advertisements.php, line: 243 -msgid "Select the Operating Mode for the Router Advertisement (RA) Daemon." -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 244 -msgid "" -"Use \"Router Only\" to only advertise this router, \"Unmanaged\" for Router " -"Advertising with Stateless Autoconfig, \"Managed\" for assignment through (a)" -" DHCPv6 Server, \"Assisted\" for DHCPv6 Server assignment combined with " -"Stateless Autoconfig" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 245 -msgid "" -"It is not required to activate this DHCPv6 server when set to \"Managed\", " -"this can be another host on the network" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 249 -msgid "Router Priority" -msgstr "路由器优先级" - -# File: src/www/services_router_advertisements.php, line: 256 -msgid "Select the Priority for the Router Advertisement (RA) Daemon." -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 270 -msgid "RA Interface" -msgstr "RA 接口" - -# File: src/www/services_router_advertisements.php, line: 278 -msgid "Select the Interface for the Router Advertisement (RA) Daemon." -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 284 -msgid "RA Subnet(s)" -msgstr "RA 子网" - -# File: src/www/services_router_advertisements.php, line: 353 -msgid "" -"The RA server can optionally provide a domain search list. Use the semicolon " -"character as separator" -msgstr "" - -# File: src/www/services_router_advertisements.php, line: 361 -msgid "Use same settings as DHCPv6 server" -msgstr "" - -# File: src/www/services_snmp.php, line: 79 -msgid "Invalid character '#' in system location" -msgstr "系统位置无效的字符 '#'" - -# File: src/www/services_snmp.php, line: 80 -msgid "Invalid character '#' in system contact" -msgstr "系统联系人无效的字符 '#'" - -# File: src/www/services_snmp.php, line: 81 -msgid "Invalid character '#' in read community string" -msgstr "读取社区字符串时无效字符'#'" - -# File: src/www/services_snmp.php, line: 84 -msgid "Community" -msgstr "社区" - -# File: src/www/services_snmp.php, line: 88 -msgid "Polling Port" -msgstr "轮询端口" - -# File: src/www/services_snmp.php, line: 95 -msgid "Invalid character '#' in SNMP trap string" -msgstr "" - -# File: src/www/services_snmp.php, line: 98 -# File: src/www/services_snmp.php, line: 380 -msgid "Trap server" -msgstr "Trap 服务器" - -# File: src/www/services_snmp.php, line: 102 -msgid "Trap server port" -msgstr "Trap 服务器端口" - -# File: src/www/services_snmp.php, line: 106 -# File: src/www/services_snmp.php, line: 399 -msgid "Trap string" -msgstr "Trap字符串" - -# File: src/www/services_snmp.php, line: 286 -msgid "SNMP Daemon" -msgstr "SNMP进程" - -# File: src/www/services_snmp.php, line: 303 -msgid "Polling Port " -msgstr "轮询端口" - -# File: src/www/services_snmp.php, line: 306 -msgid "Enter the port to accept polling events on (default 161)" -msgstr "" - -# File: src/www/services_snmp.php, line: 311 -msgid "System location" -msgstr "系统位置" - -# File: src/www/services_snmp.php, line: 318 -msgid "System contact" -msgstr "系统联系人" - -# File: src/www/services_snmp.php, line: 325 -msgid "Read Community String" -msgstr "读取社区字符串" - -# File: src/www/services_snmp.php, line: 328 -msgid "" -"The community string is like a password, restricting access to querying SNMP " -"to hosts knowing the community string. Use a strong value here to protect " -"from unauthorized information disclosure." -msgstr "" - -# File: src/www/services_snmp.php, line: 361 -msgid "SNMP Traps" -msgstr "SNMP陷阱" - -# File: src/www/services_snmp.php, line: 383 -msgid "Enter trap server name" -msgstr "输入 trap服务器名字" - -# File: src/www/services_snmp.php, line: 388 -msgid "Trap server port " -msgstr "Trap 服务器端口" - -# File: src/www/services_snmp.php, line: 391 -msgid "Enter the port to send the traps to (default 162)" -msgstr "" - -# File: src/www/services_snmp.php, line: 396 -msgid "Enter the SNMP trap string" -msgstr "输入SNMP trap字符串" - -# File: src/www/services_snmp.php, line: 412 -msgid "Modules" -msgstr "模块" - -# File: src/www/services_snmp.php, line: 423 -msgid "SNMP Modules" -msgstr "SNMP模块" - -# File: src/www/services_snmp.php, line: 425 -msgid "MibII" -msgstr "" - -# File: src/www/services_snmp.php, line: 427 -msgid "Netgraph" -msgstr "" - -# File: src/www/services_snmp.php, line: 429 -msgid "PF" -msgstr "" - -# File: src/www/services_snmp.php, line: 431 -msgid "Host Resources (Requires MibII)" -msgstr "" - -# File: src/www/services_snmp.php, line: 433 -msgid "UCD" -msgstr "" - -# File: src/www/services_snmp.php, line: 435 -msgid "Regex" -msgstr "" - -# File: src/www/services_snmp.php, line: 450 -msgid "Interface Binding" -msgstr "接口绑定" - -# File: src/www/services_snmp.php, line: 460 -msgid "Bind Interface" -msgstr "Bind接口" - -# File: src/www/services_unbound.php, line: 89 -msgid "" -"The DNS Forwarder is still active. Disable it before enabling the DNS " -"Resolver." -msgstr "" - -# File: src/www/services_unbound.php, line: 92 -msgid "" -"A single network interface needs to be selected for the DNS Resolver to bind " -"to." -msgstr "" - -# File: src/www/services_unbound.php, line: 95 -msgid "" -"A single outgoing network interface needs to be selected for the DNS " -"Resolver to use for outgoing DNS requests." -msgstr "" - -# File: src/www/services_unbound.php, line: 96 -msgid "You must specify a valid port number." -msgstr "你必须指定一个有效的端口数" - -# File: src/www/services_unbound.php, line: 191 -msgid "The configuration for the DNS Resolver, has been changed" -msgstr "DNS解析器配置已更改" - -# File: src/www/services_unbound.php, line: 213 -msgid "General DNS Resolver Options" -msgstr "一般DNS解析选项" - -# File: src/www/services_unbound.php, line: 219 -msgid "Enable DNS Resolver" -msgstr "启用DNS解析器" - -# File: src/www/services_unbound.php, line: 234 -# File: src/www/system_advanced_network.php, line: 221 -msgid "Network Interfaces" -msgstr "网络接口" - -# File: src/www/services_unbound.php, line: 240 -msgid "" -"Interface IPs used by the DNS Resolver for responding to queries from " -"clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries " -"to other interface IPs not selected below are discarded. The default " -"behavior is to respond to queries on every available IPv4 and IPv6 address." -msgstr "" - -# File: src/www/services_unbound.php, line: 259 -msgid "Outgoing Network Interfaces" -msgstr "出站网络接口" - -# File: src/www/services_unbound.php, line: 265 -msgid "" -"Utilize different network interface(s) that the DNS Resolver will use to " -"send queries to authoritative servers and receive their replies. By default " -"all interfaces are used." -msgstr "" - -# File: src/www/services_unbound.php, line: 284 -msgid "DNSSEC" -msgstr "" - -# File: src/www/services_unbound.php, line: 287 -msgid "Enable DNSSEC Support" -msgstr "启用DNSSEC支持" - -# File: src/www/services_unbound.php, line: 295 -msgid "Enable Forwarding Mode" -msgstr "启用转发模式" - -# File: src/www/services_unbound.php, line: 302 -msgid "Register DHCP leases in the DNS Resolver" -msgstr "" - -# File: src/www/services_unbound.php, line: 303 -msgid "" -"If this option is set, then machines that specify their hostname when " -"requesting a DHCP lease will be registered in the DNS Resolver, so that " -"their name can be resolved. You should also set the domain in %sSystem: " -"General setup%s to the proper value." -msgstr "" - -# File: src/www/services_unbound.php, line: 314 -msgid "Register DHCP static mappings in the DNS Resolver" -msgstr "" - -# File: src/www/services_unbound.php, line: 315 -msgid "" -"If this option is set, then DHCP static mappings will be registered in the " -"DNS Resolver, so that their name can be resolved. You should also set the " -"domain in %sSystem: General setup%s to the proper value." -msgstr "" - -# File: src/www/services_unbound.php, line: 322 -msgid "TXT Comment Support" -msgstr "txt注释支持" - -# File: src/www/services_unbound.php, line: 325 -msgid "" -"If this option is set, then any descriptions associated with Host entries " -"and DHCP Static mappings will create a corresponding TXT record." -msgstr "" - -# File: src/www/services_unbound.php, line: 338 -msgid "" -"Enter any additional options you would like to add to the DNS Resolver " -"configuration here, separated by a space or newline" -msgstr "" - -# File: src/www/services_unbound.php, line: 353 -msgid "" -"If the DNS Resolver is enabled, the DHCP service (if enabled) will " -"automatically serve the LAN IP address as a DNS server to DHCP clients so " -"they will use the DNS Resolver. If Forwarding, is enabled, the DNS Resolver " -"will use the DNS servers entered in %sSystem: General setup%s or those " -"obtained via DHCP or PPP on WAN if the "Allow DNS server list to be " -"overridden by DHCP/PPP on WAN" is checked." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 176 -msgid "" -"The settings for the DNS Resolver have changed. You must apply the " -"configuration to take affect." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 198 -msgid "%s Access List" -msgstr "%s 接入列表" - -# File: src/www/services_unbound_acls.php, line: 201 -msgid "Access List name" -msgstr "接入列表名字" - -# File: src/www/services_unbound_acls.php, line: 205 -msgid "Provide an Access List name." -msgstr "提供一个接入列表名字" - -# File: src/www/services_unbound_acls.php, line: 220 -msgid "" -"Choose what to do with DNS requests that match the criteria specified below." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 221 -msgid "" -"Deny: This action stops queries from hosts within the netblock " -"defined below." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 222 -msgid "" -"Refuse: This action also stops queries from hosts within the netblock " -"defined below, but sends a DNS rcode REFUSED error message back to the " -"client." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 223 -msgid "" -"Allow: This action allows queries from hosts within the netblock " -"defined below." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 224 -msgid "" -"Allow Snoop: This action allows recursive and nonrecursive access " -"from hosts within the netblock defined below. Used for cache snooping and " -"ideally should only be configured for your administrative host." -msgstr "" - -# File: src/www/firewall_rules_edit.php, line: 1192 -# File: src/www/services_unbound_acls.php, line: 289 -msgid "You may enter a description here for your reference." -msgstr "" - -# File: src/www/services_unbound_acls.php, line: 308 -msgid "Access List Name" -msgstr "接入列表名字" - -# File: src/www/services_unbound_acls.php, line: 325 -msgid "Access Lists to control access to the DNS Resolver can be defined here." -msgstr "这里可定义接入列表来控制连接到DNS解析器" - -# File: src/www/services_unbound_acls.php, line: 346 -msgid "Do you really want to delete this access list?" -msgstr "你真要删除该接入列表吗?" - -# File: src/www/services_unbound_advanced.php, line: 132 -msgid "The configuration of the DNS Resolver, has been changed" -msgstr "DNS解析器配置已更改" - -# File: src/www/services_unbound_advanced.php, line: 156 -msgid "Advanced Resolver Options" -msgstr "高级解析选项" - -# File: src/www/services_unbound_advanced.php, line: 159 -msgid "Hide Identity" -msgstr "隐藏身份" - -# File: src/www/services_unbound_advanced.php, line: 162 -msgid "If enabled, id.server and hostname.bind queries are refused." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 166 -msgid "Hide Version" -msgstr "隐藏版本" - -# File: src/www/services_unbound_advanced.php, line: 169 -msgid "If enabled, version.server and version.bind queries are refused." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 173 -msgid "Prefetch Support" -msgstr "预读取支持" - -# File: src/www/services_unbound_advanced.php, line: 176 -msgid "" -"Message cache elements are prefetched before they expire to help keep the " -"cache up to date. When enabled, this option can cause an increase of around " -"10% more DNS traffic and load on the server, but frequently requested items " -"will not expire from the cache." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 180 -msgid "Prefetch DNS Key Support" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 183 -msgid "" -"DNSKEY's are fetched earlier in the validation process when a %sDelegation " -"signer%s is encountered. This helps lower the latency of requests but does " -"utilize a little more CPU." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 187 -msgid "Harden Glue" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 190 -msgid "Only trust glue if it is within the servers authority." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 194 -msgid "Harden DNSSEC data" -msgstr "Harden DNSSEC数据" - -# File: src/www/services_unbound_advanced.php, line: 197 -msgid "" -"DNSSEC data is required for trust-anchored zones. If such data is absent, " -"the zone becomes bogus. If this is disabled and no DNSSEC data is received, " -"then the zone is made insecure." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 201 -msgid "Message Cache Size" -msgstr "消息缓存大小" - -# File: src/www/services_unbound_advanced.php, line: 215 -msgid "" -"Size of the message cache. The message cache stores DNS rcodes and " -"validation statuses. The RRSet cache will automatically be set to twice this " -"amount. The RRSet cache contains the actual RR data. The default is 4 " -"megabytes." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 220 -msgid "Outgoing TCP Buffers" -msgstr "出站TCP缓冲" - -# File: src/www/services_unbound_advanced.php, line: 234 -msgid "" -"The number of outgoing TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, to authoritative servers, are " -"done." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 239 -msgid "Incoming TCP Buffers" -msgstr "进入TCP缓冲" - -# File: src/www/services_unbound_advanced.php, line: 253 -msgid "" -"The number of incoming TCP buffers to allocate per thread. The default value " -"is 10. If 0 is selected then no TCP queries, from clients, are accepted." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 258 -msgid "EDNS Buffer Size" -msgstr "EDNS 缓冲大小" - -# File: src/www/services_unbound_advanced.php, line: 272 -msgid "" -"Number of bytes size to advertise as the EDNS reassembly buffer size. This " -"is the value that is used in UDP datagrams sent to peers. RFC recommendation " -"is 4096 (which is the default). If you have fragmentation reassemble " -"problems, usually seen as timeouts, then a value of 1480 should help. The " -"512 value bypasses most MTU path problems, but it can generate an excessive " -"amount of TCP fallback." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 277 -msgid "Number of queries per thread" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 291 -msgid "" -"The number of queries that every thread will service simultaneously. If more " -"queries arrive that need to be serviced, and no queries can be jostled, then " -"these queries are dropped." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 296 -msgid "Jostle Timeout" -msgstr "拥塞超时" - -# File: src/www/services_unbound_advanced.php, line: 310 -msgid "" -"This timeout is used for when the server is very busy. This protects against " -"denial of service by slow queries or high query rates. The default value is " -"200 milliseconds." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 315 -msgid "Maximum TTL for RRsets and messages" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 319 -msgid "" -"Configure a maximum Time to live for RRsets and messages in the cache. The " -"default is 86400 seconds (1 day). When the internal TTL expires the cache " -"item is expired. This can be configured to force the resolver to query for " -"data more often and not trust (very large) TTL values." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 324 -msgid "Minimum TTL for RRsets and messages" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 328 -msgid "" -"Configure a minimum Time to live for RRsets and messages in the cache. The " -"default is 0 seconds. If the minimum value kicks in, the data is cached for " -"longer than the domain owner intended, and thus less queries are made to " -"look up the data. The 0 value ensures the data in the cache is as the domain " -"owner intended. High values can lead to trouble as the data in the cache " -"might not match up with the actual data anymore." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 333 -msgid "TTL for Host cache entries" -msgstr "主机缓存条目的TTL" - -# File: src/www/services_unbound_advanced.php, line: 331 -# File: src/www/services_unbound_advanced.php, line: 346 -msgid "1 minute" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 332 -# File: src/www/services_unbound_advanced.php, line: 347 -msgid "2 minutes" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 333 -# File: src/www/services_unbound_advanced.php, line: 348 -msgid "5 minutes" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 334 -# File: src/www/services_unbound_advanced.php, line: 349 -msgid "10 minutes" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 335 -# File: src/www/services_unbound_advanced.php, line: 350 -msgid "15 minutes" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 343 -msgid "" -"Time to live for entries in the host cache. The host cache contains " -"roundtrip timing and EDNS support information. The default is 15 minutes." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 348 -msgid "TTL for lame delegation" -msgstr "不完全委托TTL" - -# File: src/www/services_unbound_advanced.php, line: 358 -msgid "" -"Time to live for when a delegation is considered to be lame. The default is " -"15 minutes." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 363 -msgid "Number of Hosts to cache" -msgstr "许多主机缓存" - -# File: src/www/services_unbound_advanced.php, line: 361 -msgid "1000" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 362 -msgid "5000" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 363 -msgid "10 000" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 364 -msgid "20 000" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 365 -msgid "50 000" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 373 -msgid "Number of hosts for which information is cached. The default is 10,000." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 378 -msgid "Unwanted Reply Threshold" -msgstr "不需要的应答阈值" - -# File: src/www/services_unbound_advanced.php, line: 376 -msgid "disabled" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 377 -msgid "5 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 378 -msgid "10 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 379 -msgid "20 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 380 -msgid "40 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 381 -msgid "50 million" -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 389 -msgid "" -"If enabled, a total number of unwanted replies is kept track of in every " -"thread. When it reaches the threshold, a defensive action is taken and a " -"warning is printed to the log file. This defensive action is to clear the " -"RRSet and message caches, hopefully flushing away any poison. The default is " -"disabled, but if enabled a value of 10 million is suggested." -msgstr "" - -# File: src/www/services_unbound_advanced.php, line: 394 -msgid "Log level verbosity" -msgstr "长日志级别" - -# File: src/www/services_unbound_advanced.php, line: 408 -msgid "Select the log verbosity." -msgstr "选择长日志" - -# File: src/www/services_unbound_domainoverride_edit.php, line: 76 -msgid "" -"A valid IP address and port must be specified, for example " -"192.168.100.10@5353." -msgstr "" - -# File: src/www/services_unbound_domainoverride_edit.php, line: 78 -msgid "A valid IP address must be specified, for example 192.168.100.10." -msgstr "必须指定一个有效的IP地址,例如192.168.100.10" - -# File: src/www/services_unbound_domainoverride_edit.php, line: 146 -msgid "" -"To use a nondefault port for communication, append an '@' with the port " -"number." -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 306 -msgid "MX Host" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 109 -# File: src/www/services_unbound_host_edit.php, line: 298 -msgid "MX Priority" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 114 -msgid "A valid MX priority must be specified." -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 118 -msgid "A valid MX host must be specified." -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 122 -msgid "A valid resource record type must be specified." -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 198 -msgid "Edit DNS Resolver entry" -msgstr "编辑DNS解析条目" - -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "A or AAAA (IPv4 or IPv6 address)" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 277 -msgid "MX (Mail server)" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 285 -msgid "Type of resource record" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 286 -msgid "for IPv4 or IPv6 addresses" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 301 -msgid "Priority of MX record" -msgstr "" - -# File: src/www/services_unbound_host_edit.php, line: 309 -msgid "Host name of MX host" -msgstr "" - -# File: src/www/services_unbound_overrides.php, line: 124 -msgid "" -"Keep in mind that all resource record types (i.e. A, AAAA, MX, etc. records) " -"of a specified host below are being overwritten." -msgstr "" - -# File: src/www/services_unbound.php, line: 441 -msgid "" -"Entries in this area override an entire domain by specifying an " -"authoritative DNS server to be queried for that domain." -msgstr "" - -# File: src/www/services_upnp.php, line: 70 -msgid "At least one of 'UPnP' or 'NAT-PMP' must be allowed" -msgstr "" - -# File: src/www/services_upnp.php, line: 74 -msgid "It is a security risk to specify WAN in the 'Interface' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 76 -msgid "You cannot select the external interface as an internal interface." -msgstr "" - -# File: src/www/services_upnp.php, line: 79 -msgid "You must specify a valid ip address in the 'Override WAN address' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 81 -msgid "" -"You must fill in both 'Maximum Download Speed' and 'Maximum Upload Speed' " -"fields" -msgstr "" - -# File: src/www/services_upnp.php, line: 83 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Download Speed' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 85 -msgid "" -"You must specify a value greater than 0 in the 'Maximum Upload Speed' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 93 -msgid "" -"You must follow the specified format in the 'User specified permissions %s' " -"field" -msgstr "" - -# File: src/www/services_upnp.php, line: 97 -msgid "" -"You must begin with allow or deny in the 'User specified permissions %s' " -"field" -msgstr "" - -# File: src/www/services_upnp.php, line: 100 -msgid "" -"You must specify a port or port range between 0 and 65535 in the 'User " -"specified permissions %s' field" -msgstr "" - -# File: src/www/services_upnp.php, line: 103 -msgid "" -"You must specify a valid ip address in the 'User specified permissions %s' " -"field" -msgstr "" - -# File: src/www/services_upnp.php, line: 208 -msgid "Modified Universal Plug and Play settings." -msgstr "" - -# File: src/www/services_wol.php, line: 55 -msgid "Sent magic packet to %s (%s)." -msgstr "" - -# File: src/www/services_wol.php, line: 57 -msgid "" -"Please check the %ssystem log%s, the wol command for %s (%s) did not " -"complete successfully." -msgstr "" - -# File: src/www/services_wol.php, line: 78 -msgid "A valid interface must be specified." -msgstr "必须指定一个有效的接口" - -# File: src/www/services_wol.php, line: 84 -msgid "A valid ip could not be found!" -msgstr "不能找到有效的IP!" - -# File: src/www/services_wol.php, line: 89 -msgid "Sent magic packet to %s." -msgstr "" - -# File: src/www/services_wol.php, line: 94 -msgid "" -"Please check the %ssystem log%s, the wol command for %s did not complete " -"successfully." -msgstr "" - -# File: src/www/services_wol.php, line: 147 -msgid "Choose which interface the host to be woken up is connected to." -msgstr "" - -# File: src/www/services_wol.php, line: 157 -msgid "Enter a MAC address %sin the following format: xx:xx:xx:xx:xx:xx%s" -msgstr "" - -# File: src/www/services_wol.php, line: 165 -msgid "Or Click the MAC address to wake up an individual device:" -msgstr "" - -# File: src/www/services_wol.php, line: 165 -msgid "Wake all clients at once: " -msgstr "立刻唤醒所有客户端" - -# File: src/www/services_wol.php, line: 216 -msgid "" -"This service can be used to wake up (power on) computers by sending special " -"\"Magic Packets\". The NIC in the computer that is to be woken up must " -"support Wake on LAN and has to be configured properly (WOL cable, BIOS " -"settings)." -msgstr "" - -# File: src/www/services_wol_edit.php, line: 126 -msgid "Edit WOL entry" -msgstr "编辑 WOL条目" - -# File: src/www/services_wol_edit.php, line: 147 -msgid "Choose which interface this host is connected to." -msgstr "选择该主机连接到哪个接口" - -# File: src/www/services_wol_edit.php, line: 154 -msgid "Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx" -msgstr "" - -# File: src/www/shortcuts.inc, line: 128 -# File: src/www/shortcuts.inc, line: 130 -msgid "Log entries for items on this page" -msgstr "该页面日志条目" - -# File: src/www/status.php, line: 93 -msgid "This status page includes the following information" -msgstr "" - -# File: src/www/status.php, line: 210 -msgid "" -"Note: make sure to remove any sensitive information (passwords, maybe also " -"IP addresses) before posting information from this page in public places (" -"like mailing lists)" -msgstr "" - -# File: src/www/status.php, line: 213 -msgid "Passwords in config.xml have been automatically removed" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 301 -# File: src/www/status_dhcpv6_leases.php, line: 382 -msgid "Failover Group" -msgstr "失效组" - -# File: src/www/status_dhcp_leases.php, line: 302 -# File: src/www/status_dhcpv6_leases.php, line: 383 -msgid "My State" -msgstr "我的状态" - -# File: src/www/status_dhcp_leases.php, line: 303 -# File: src/www/status_dhcp_leases.php, line: 305 -# File: src/www/status_dhcpv6_leases.php, line: 384 -# File: src/www/status_dhcpv6_leases.php, line: 386 -msgid "Since" -msgstr "自从" - -# File: src/www/status_dhcp_leases.php, line: 304 -# File: src/www/status_dhcpv6_leases.php, line: 385 -msgid "Peer State" -msgstr "对端状态" - -# File: src/www/status_dhcp_leases.php, line: 340 -# File: src/www/status_dhcpv6_leases.php, line: 422 -# File: src/www/status_dhcpv6_leases.php, line: 518 -msgid "End" -msgstr "末尾" - -# File: src/www/status_dhcp_leases.php, line: 346 -msgid "Lease type" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 395 -msgid "send Wake on LAN packet to this MAC address" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 417 -# File: src/www/status_dhcpv6_leases.php, line: 483 -msgid "add a static mapping for this MAC address" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 423 -msgid "add a Wake on LAN mapping for this MAC address" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 428 -# File: src/www/status_dhcpv6_leases.php, line: 492 -msgid "delete this DHCP lease" -msgstr "删除该DHCP租约" - -# File: src/www/status_dhcp_leases.php, line: 447 -# File: src/www/status_dhcpv6_leases.php, line: 579 -msgid "Show active and static leases only" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 450 -# File: src/www/status_dhcpv6_leases.php, line: 582 -msgid "Show all configured leases" -msgstr "" - -# File: src/www/status_dhcp_leases.php, line: 454 -# File: src/www/status_dhcpv6_leases.php, line: 586 -msgid "No leases file found. Is the DHCP server active" -msgstr "" - -# File: src/www/status_dhcpv6_leases.php, line: 418 -# File: src/www/status_dhcpv6_leases.php, line: 515 -msgid "IAID" -msgstr "" - -# File: src/www/status_dhcpv6_leases.php, line: 420 -msgid "Hostname/MAC" -msgstr "主机名/MAC" - -# File: src/www/status_dhcp_leases.php, line: 341 -# File: src/www/status_dhcpv6_leases.php, line: 423 -# File: src/www/status_gateway_groups.php, line: 141 -# File: src/www/status_gateways.php, line: 131 -# File: src/www/status_gateways.php, line: 135 -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 59 -msgid "Online" -msgstr "在线" - -# File: src/www/status_dhcp_leases.php, line: 342 -# File: src/www/status_dhcpv6_leases.php, line: 424 -msgid "Lease Type" -msgstr "租约类型" - -# File: src/www/status_dhcpv6_leases.php, line: 514 -msgid "IPv6 Prefix" -msgstr "IPv6前缀" - -# File: src/www/status_filter_reload.php, line: 73 -msgid "Reload Filter" -msgstr "" - -# File: src/www/status_filter_reload.php, line: 75 -msgid "Force Config Sync" -msgstr "" - -# File: src/www/status_gateway_groups.php, line: 135 -# File: src/www/status_gateways.php, line: 125 -msgid "Warning, Packetloss" -msgstr "警告:丢包" - -# File: src/www/status_gateway_groups.php, line: 138 -# File: src/www/status_gateways.php, line: 128 -msgid "Warning, Latency" -msgstr "警告:延迟" - -# File: src/www/status_gateway_groups.php, line: 144 -msgid "Gathering data" -msgstr "搜集数据" - -# File: src/www/status_gateway_groups.php, line: 109 -msgid "Tier %s" -msgstr "等级%s" - -# File: src/www/status_gateways.php, line: 74 -# File: src/www/widgets/widgets/gateways.widget.php, line: 47 -msgid "RTT" -msgstr "" - -# File: src/www/status_gateways.php, line: 75 -# File: src/www/widgets/widgets/gateways.widget.php, line: 48 -msgid "Loss" -msgstr "丢失" - -# File: src/www/status_gateways.php, line: 101 -# File: src/www/status_gateways.php, line: 109 -# File: src/www/status_gateways.php, line: 138 -# File: src/www/widgets/widgets/gateways.widget.php, line: 84 -# File: src/www/widgets/widgets/gateways.widget.php, line: 93 -msgid "Pending" -msgstr "挂起" - -# File: src/www/status_gateways.php, line: 119 -msgid "Offline (forced)" -msgstr "脱机(被迫)" - -# File: src/www/status_gateways.php, line: 144 -msgid "Last check:" -msgstr "上次检查" - -# File: src/www/status_graph.php, line: 207 -msgid "Sort by" -msgstr "" - -# File: src/www/status_graph.php, line: 209 -msgid "Display" -msgstr "" - -# File: src/www/status_graph.php, line: 224 -msgid "Bw In" -msgstr "" - -# File: src/www/status_graph.php, line: 225 -msgid "Bw Out" -msgstr "" - -# File: src/www/services_captiveportal.php, line: 646 -msgid "Local" -msgstr "本地" - -# File: src/www/diag_dns.php, line: 151 -# File: src/www/system_authservers.php, line: 816 -msgid "Host Name" -msgstr "主机名" - -# File: src/www/status_graph.php, line: 235 -msgid "FQDN" -msgstr "" - -# File: src/www/status_graph.php, line: 263 -msgid "Host IP" -msgstr "主机IP" - -# File: src/www/status_graph.php, line: 263 -msgid "Host Name or IP" -msgstr "主机名或IP" - -# File: src/www/status_graph.php, line: 264 -msgid "Bandwidth In" -msgstr "进入带宽" - -# File: src/www/status_graph.php, line: 265 -msgid "Bandwidth Out" -msgstr "出站带宽" - -# File: src/www/status_graph.php, line: 202 -msgid "" -"The %sAdobe SVG Viewer%s, Firefox 1.5 or later or other browser supporting " -"SVG is required to view the graph." -msgstr "" - -# File: src/www/status_interfaces.php, line: 77 -msgid "interface" -msgstr "接口" - -# File: src/www/status_interfaces.php, line: 100 -# File: src/www/status_interfaces.php, line: 116 -msgid "Release" -msgstr "" - -# File: src/www/status_interfaces.php, line: 100 -# File: src/www/status_interfaces.php, line: 116 -msgid "Renew" -msgstr "" - -# File: src/www/status_interfaces.php, line: 102 -msgid "DHCP6" -msgstr "" - -# File: src/www/status_interfaces.php, line: 129 -# File: src/www/status_interfaces.php, line: 142 -# File: src/www/status_interfaces.php, line: 155 -# File: src/www/status_interfaces.php, line: 172 -msgid "Connect" -msgstr "连接" - -# File: src/www/status_captiveportal.php, line: 196 -# File: src/www/status_interfaces.php, line: 129 -# File: src/www/status_interfaces.php, line: 142 -# File: src/www/status_interfaces.php, line: 155 -# File: src/www/status_interfaces.php, line: 169 -msgid "Disconnect" -msgstr "断开连接" - -# File: src/www/status_interfaces.php, line: 180 -msgid "Uptime " -msgstr "正常运转时间" - -# File: src/www/status_interfaces.php, line: 187 -msgid "Cell Signal (RSSI)" -msgstr "Cell 信号(RSSI)" - -# File: src/www/status_interfaces.php, line: 194 -msgid "Cell Mode" -msgstr "Cell 模式" - -# File: src/www/status_interfaces.php, line: 201 -msgid "Cell SIM State" -msgstr "Cell SIM状态" - -# File: src/www/status_interfaces.php, line: 208 -msgid "Cell Service" -msgstr "Cell 服务" - -# File: src/www/status_interfaces.php, line: 215 -msgid "Cell Upstream" -msgstr "Cell 上游" - -# File: src/www/status_interfaces.php, line: 214 -# File: src/www/status_interfaces.php, line: 221 -# File: src/www/status_interfaces.php, line: 228 -# File: src/www/status_interfaces.php, line: 235 -msgid "kbit/s" -msgstr "" - -# File: src/www/status_interfaces.php, line: 222 -msgid "Cell Downstream" -msgstr "Cell 下游" - -# File: src/www/status_interfaces.php, line: 229 -msgid "Cell Current Up" -msgstr "Cell 当前开启" - -# File: src/www/status_interfaces.php, line: 236 -msgid "Cell Current Down" -msgstr "Cell 当前关闭" - -# File: src/www/status_interfaces.php, line: 265 -msgid "Subnet mask IPv4" -msgstr "IPv4子网掩码" - -# File: src/www/status_interfaces.php, line: 272 -msgid "Gateway IPv4" -msgstr "" - -# File: src/www/status_interfaces.php, line: 280 -msgid "IPv6 Link Local" -msgstr "IPv6本地连接" - -# File: src/www/status_interfaces.php, line: 296 -msgid "Subnet mask IPv6" -msgstr "IPv6子网掩码" - -# File: src/www/status_interfaces.php, line: 303 -msgid "Gateway IPv6" -msgstr "网关IPv6" - -# File: src/www/status_interfaces.php, line: 311 -msgid "ISP DNS servers" -msgstr "ISP DNS服务器" - -# File: src/www/status_interfaces.php, line: 323 -msgid "Media" -msgstr "" - -# File: src/www/status_interfaces.php, line: 330 -msgid "LAGG Protocol" -msgstr "LAGG 协议" - -# File: src/www/status_interfaces.php, line: 337 -msgid "LAGG Ports" -msgstr "LAGG 端口" - -# File: src/www/status_interfaces.php, line: 360 -msgid "BSSID" -msgstr "" - -# File: src/www/status_interfaces.php, line: 374 -msgid "RSSI" -msgstr "" - -# File: src/www/status_interfaces.php, line: 381 -msgid "In/out packets" -msgstr "进入/外出包" - -# File: src/www/status_interfaces.php, line: 390 -msgid "In/out packets (pass)" -msgstr "进入/外出包(放行)" - -# File: src/www/status_interfaces.php, line: 399 -msgid "In/out packets (block)" -msgstr "进入/外出包(拦截)" - -# File: src/www/status_interfaces.php, line: 409 -msgid "In/out errors" -msgstr "进入/外出错误" - -# File: src/www/status_interfaces.php, line: 417 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 100 -msgid "Collisions" -msgstr "" - -# File: src/www/status_interfaces.php, line: 426 -msgid "Bridge (%s)" -msgstr "网桥(%s)" - -# File: src/www/status_interfaces.php, line: 450 -msgid "Interrupts/Second" -msgstr "" - -# File: src/www/status_interfaces.php, line: 453 -msgid "total" -msgstr "总共" - -# File: src/www/status_interfaces.php, line: 455 -msgid "rate" -msgstr "速度" - -# File: src/www/status_interfaces.php, line: 467 -msgid "" -"Using dial-on-demand will bring the connection up again if any packet " -"triggers it. To substantiate this point: disconnecting manually will %snot%s " -"prevent dial-on-demand from making connections to the outside! Don't use " -"dial-on-demand if you want to make sure that the line is kept disconnected." -msgstr "" - -# File: src/www/status_ntpd.php, line: 176 -msgid "Ref ID" -msgstr "引用ID" - -# File: src/www/status_ntpd.php, line: 179 -msgid "When" -msgstr "" - -# File: src/www/status_ntpd.php, line: 180 -msgid "Poll" -msgstr "轮询" - -# File: src/www/status_ntpd.php, line: 181 -msgid "Reach" -msgstr "" - -# File: src/www/status_ntpd.php, line: 182 -msgid "Delay" -msgstr "延迟" - -# File: src/www/status_ntpd.php, line: 183 -msgid "Offset" -msgstr "" - -# File: src/www/status_ntpd.php, line: 184 -msgid "Jitter" -msgstr "" - -# File: src/www/status_ntpd.php, line: 192 -msgid "" -"Statistics unavailable because ntpq and ntpdc queries are disabled in the %" -"sNTP service settings%s." -msgstr "" - -# File: src/www/status_ntpd.php, line: 196 -msgid "No peers found, %sis the ntp service running%s?" -msgstr "" - -# File: src/www/status_ntpd.php, line: 241 -msgid "Clock Latitude" -msgstr "时钟维度" - -# File: src/www/status_ntpd.php, line: 242 -msgid "Clock Longitude" -msgstr "时钟经度" - -# File: src/www/status_ntpd.php, line: 243 -msgid "Clock Altitude" -msgstr "时钟高度" - -# File: src/www/status_ntpd.php, line: 244 -msgid "Satellites" -msgstr "" - -# File: src/www/status_openvpn.php, line: 131 -msgid "OpenVPN Status" -msgstr "" - -# File: src/www/status_openvpn.php, line: 154 -msgid "Client connections" -msgstr "客户端连接" - -# File: src/www/status_openvpn.php, line: 161 -# File: src/www/status_openvpn.php, line: 231 -# File: src/www/system_camanager.php, line: 564 -# File: src/www/system_certmanager.php, line: 756 -# File: src/www/system_certmanager.php, line: 928 -# File: src/www/vpn_openvpn_csc.php, line: 751 -msgid "Common Name" -msgstr "普通名字" - -# File: src/www/status_openvpn.php, line: 162 -# File: src/www/status_openvpn.php, line: 232 -msgid "Real Address" -msgstr "真实地址" - -# File: src/www/status_openvpn.php, line: 163 -msgid "Virtual Address" -msgstr "虚拟地址" - -# File: src/www/status_openvpn.php, line: 164 -# File: src/www/status_openvpn.php, line: 282 -# File: src/www/status_openvpn.php, line: 345 -msgid "Connected Since" -msgstr "自从已连接" - -# File: src/www/status_openvpn.php, line: 165 -# File: src/www/status_openvpn.php, line: 285 -# File: src/www/status_openvpn.php, line: 348 -msgid "Bytes Sent" -msgstr "发送字节" - -# File: src/www/status_openvpn.php, line: 166 -msgid "Bytes Received" -msgstr "接收字节" - -# File: src/www/status_openvpn.php, line: 193 -msgid "Kill client connection from" -msgstr "" - -# File: src/www/status_openvpn.php, line: 185 -msgid "Show/Hide Routing Table" -msgstr "" - -# File: src/www/status_openvpn.php, line: 224 -msgid "Routing Table" -msgstr "路由表" - -# File: src/www/status_openvpn.php, line: 233 -msgid "Target Network" -msgstr "目标网络" - -# File: src/www/status_openvpn.php, line: 234 -msgid "Last Used" -msgstr "上次使用" - -# File: src/www/status_openvpn.php, line: 256 -msgid "" -"An IP address followed by C indicates a host currently connected through the " -"VPN." -msgstr "" - -# File: src/www/status_openvpn.php, line: 273 -msgid "Peer to Peer Server Instance Statistics" -msgstr "" - -# File: src/www/status_openvpn.php, line: 284 -# File: src/www/status_openvpn.php, line: 347 -msgid "Remote Host" -msgstr "远程主机" - -# File: src/www/status_openvpn.php, line: 283 -# File: src/www/status_openvpn.php, line: 346 -msgid "Virtual Addr" -msgstr "虚拟地址" - -# File: src/www/status_openvpn.php, line: 336 -msgid "Client Instance Statistics" -msgstr "客户端实例统计" - -# File: src/www/status_openvpn.php, line: 286 -# File: src/www/status_openvpn.php, line: 349 -msgid "Bytes Rcvd" -msgstr "Rcvd字节" - -# File: src/www/status_openvpn.php, line: 401 -msgid "No OpenVPN instance defined" -msgstr "没有定义OpenVPN实例" - -# File: src/etc/inc/service-utils.inc, line: 404 -msgid "Could not start unknown service `%s'" -msgstr "不能启动未知服务 `%s'" - -# File: src/etc/inc/service-utils.inc, line: 407 -msgid "%s has been started." -msgstr "%s 已经启动。" - -# File: src/etc/inc/service-utils.inc, line: 480 -msgid "Could not stop unknown service `%s'" -msgstr "不能停止未知服务 `%s'" - -# File: src/etc/inc/service-utils.inc, line: 483 -msgid "%s has been stopped." -msgstr "%s 已经停止。" - -# File: src/etc/inc/service-utils.inc, line: 554 -msgid "Could not restart unknown service `%s'" -msgstr "不能重启未知服务 `%s'" - -# File: src/etc/inc/service-utils.inc, line: 557 -msgid "%s has been restarted." -msgstr "%s 已经重启动。" - -# File: src/www/status_services.php, line: 111 -# File: src/www/widgets/widgets/services_status.widget.php, line: 86 -msgid "No services found" -msgstr "没有发现服务" - -# File: src/www/status_upnp.php, line: 34 -msgid "Rules have been cleared and the daemon restarted" -msgstr "" - -# File: src/www/status_upnp.php, line: 65 -msgid "UPnP is currently disabled." -msgstr "UPnP当前被禁用" - -# File: src/www/status_upnp.php, line: 77 -msgid "Int. Port" -msgstr "接口.端口" - -# File: src/www/status_upnp.php, line: 110 -msgid "all currently connected sessions" -msgstr "所有当前连接线程" - -# File: src/www/status_wireless.php, line: 74 -msgid "" -"Rescan has been initiated in the background. Refresh this page in 10 seconds " -"to see the results." -msgstr "" - -# File: src/www/status_wireless.php, line: 89 -msgid "Nearby access points or ad-hoc peers" -msgstr "" - -# File: src/www/status_wireless.php, line: 99 -# File: src/www/status_wireless.php, line: 151 -msgid "CHAN" -msgstr "" - -# File: src/www/status_wireless.php, line: 100 -# File: src/www/status_wireless.php, line: 152 -msgid "RATE" -msgstr "" - -# File: src/www/status_wireless.php, line: 102 -msgid "INT" -msgstr "" - -# File: src/www/status_wireless.php, line: 103 -# File: src/www/status_wireless.php, line: 157 -msgid "CAPS" -msgstr "" - -# File: src/www/status_wireless.php, line: 141 -msgid "Associated or ad-hoc peers" -msgstr "" - -# File: src/www/status_wireless.php, line: 149 -msgid "ADDR" -msgstr "" - -# File: src/www/status_wireless.php, line: 150 -msgid "AID" -msgstr "" - -# File: src/www/status_wireless.php, line: 154 -msgid "IDLE" -msgstr "" - -# File: src/www/status_wireless.php, line: 155 -msgid "TXSEQ" -msgstr "" - -# File: src/www/status_wireless.php, line: 156 -msgid "RXSEQ" -msgstr "" - -# File: src/www/status_wireless.php, line: 158 -msgid "ERP" -msgstr "" - -# File: src/www/status_wireless.php, line: 190 -msgid "Rescan" -msgstr "" - -# File: src/www/status_wireless.php, line: 191 -msgid "A = authorized, E = Extended Rate (802.11g), P = Power save mode" -msgstr "" - -# File: src/www/status_wireless.php, line: 191 -msgid "Flags:" -msgstr "" - -# File: src/www/status_wireless.php, line: 192 -msgid "Capabilities:" -msgstr "" - -# File: src/www/status_wireless.php, line: 192 -msgid "" -"E = ESS (infrastructure mode), I = IBSS (ad-hoc mode), P = privacy " -"(WEP/TKIP/AES), S = Short preamble, s = Short slot time" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 76 -msgid "You must specify a valid webConfigurator port number" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 86 -msgid "Alternate hostname %s is not a valid hostname." -msgstr "替换主机名 %s不是有效的主机名" - -# File: src/www/system_advanced_admin.php, line: 247 -msgid "One moment...redirecting to %s in 20 seconds." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 252 -msgid "Secure Shell configuration has changed. Applying now..." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 257 -msgid "webConfigurator configuration has changed. Applying now..." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 310 -msgid "webConfigurator" -msgstr "web配置界面" - -# File: src/www/system_advanced_admin.php, line: 332 -msgid "No Certificates have been defined. You must" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 333 -msgid "Create or Import" -msgstr "生成或导入" - -# File: src/www/system_advanced_admin.php, line: 334 -msgid "a Certificate before SSL can be enabled." -msgstr "SSL之前可以启用一个证书" - -# File: src/www/services_captiveportal.php, line: 939 -# File: src/www/system_advanced_admin.php, line: 339 -msgid "SSL Certificate" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 379 -msgid "" -"The %sSSL certificate manager%s can be used to create or import certificates " -"if required." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 358 -msgid "TCP port" -msgstr "TCP端口" - -# File: src/www/system_advanced_admin.php, line: 363 -msgid "" -"Enter a custom port number for the webConfigurator above if you want to " -"override the default (80 for HTTP, 443 for HTTPS). Changes will take effect " -"immediately after save." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 382 -msgid "WebGUI redirect" -msgstr "Web界面重定向" - -# File: src/www/system_advanced_admin.php, line: 385 -msgid "Disable webConfigurator redirect rule" -msgstr "禁用webConfigurator重定向规则" - -# File: src/www/system_advanced_admin.php, line: 387 -msgid "" -"When this is unchecked, access to the webConfigurator is always permitted " -"even on port 80, regardless of the listening port configured. Check this box " -"to disable this automatically added redirect rule. " -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 394 -msgid "WebGUI Login Autocomplete" -msgstr "Web界面登陆自动完成" - -# File: src/www/system_advanced_admin.php, line: 397 -msgid "Enable webConfigurator login autocomplete" -msgstr "启用Web配置界面登陆自动完成" - -# File: src/www/system_advanced_admin.php, line: 399 -msgid "" -"When this is checked, login credentials for the webConfigurator may be saved " -"by the browser. While convenient, some security standards require this to be " -"disabled. Check this box to enable autocomplete on the login form so that " -"browsers will prompt to save credentials (NOTE: Some browsers do not respect " -"this option). " -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 406 -msgid "WebGUI login messages" -msgstr "Web界面登陆消息" - -# File: src/www/system_advanced_admin.php, line: 409 -msgid "Disable logging of webConfigurator successful logins" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 411 -msgid "" -"When this is checked, successful logins to the webConfigurator will not be " -"logged." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 417 -msgid "Anti-lockout" -msgstr "抵御停工" - -# File: src/www/system_advanced_admin.php, line: 426 -msgid "Disable webConfigurator anti-lockout rule" -msgstr "禁用webConfigurator anti-Lockout规则" - -# File: src/www/system_advanced_admin.php, line: 428 -msgid "" -"When this is unchecked, access to the webConfigurator on the %s interface is " -"always permitted, regardless of the user-defined firewall rule set. Check " -"this box to disable this automatically added rule, so access to the " -"webConfigurator is controlled by the user-defined firewall rules (ensure you " -"have a firewall rule in place that allows you in, or you will lock yourself " -"out!)" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 434 -msgid "" -"Hint: the "Set interface(s) IP address" option in the console menu " -"resets this setting as well." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 438 -msgid "DNS Rebind Check" -msgstr "DNS Rebind检查" - -# File: src/www/system_advanced_admin.php, line: 441 -msgid "Disable DNS Rebinding Checks" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 443 -msgid "" -"When this is unchecked, your system is protected against DNS Rebinding attacks. This " -"blocks private IP responses from your configured DNS servers. Check this box " -"to disable this protection if it interferes with webConfigurator access or " -"name resolution in your environment. " -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 450 -msgid "Alternate Hostnames" -msgstr "替换主机名" - -# File: src/www/system_advanced_admin.php, line: 454 -msgid "Alternate Hostnames for DNS Rebinding and HTTP_REFERER Checks" -msgstr "用于DNS Rebinding和HTTP_REFERER Checks的替换主机名" - -# File: src/www/system_advanced_admin.php, line: 456 -msgid "" -"Here you can specify alternate hostnames by which the router may be queried, " -"to bypass the DNS Rebinding Attack checks. Separate hostnames with spaces." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 458 -msgid "HTTP_REFERER enforcement" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 464 -msgid "Disable HTTP_REFERER enforcement check" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 466 -msgid "" -"When this is unchecked, access to the webConfigurator is protected against " -"HTTP_REFERER redirection attempts. Check this box to disable this protection " -"if you find that it interferes with webConfigurator access in certain corner " -"cases such as using external scripts to interact with this system. More " -"information on HTTP_REFERER is available from Wikipedia." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 489 -msgid "Enable XDebug" -msgstr "启用XDebug" - -# File: src/www/system_advanced_admin.php, line: 492 -msgid "" -"Enable debugger / profiler (developer mode, do not enable in production " -"environment)" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 494 -msgid "" -"When this is checked, php XDebug will be enabled and profiling output can be " -"analysed using webgrind which will be available at [this-url]/webgrind/" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 496 -msgid "" -"For more information about XDebug profiling and how to enable it for your " -"requests, please visit " -"http://www.xdebug.org/docs/all_settings#profiler_enable_trigger" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 501 -msgid "Secure Shell" -msgstr "安全Shell" - -# File: src/www/system_advanced_admin.php, line: 505 -msgid "Secure Shell Server" -msgstr "安全Shell服务器" - -# File: src/www/system_advanced_admin.php, line: 508 -msgid "Enable Secure Shell" -msgstr "启用安全Shell" - -# File: src/www/system_advanced_admin.php, line: 512 -msgid "Root Login" -msgstr "Root登陆" - -# File: src/www/system_advanced_admin.php, line: 536 -msgid "Permit root user login" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 499 -msgid "" -"Root login is generally discouraged. It is advised to log in via another " -"user and switch to root afterwards." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 522 -msgid "Authentication Method" -msgstr "认证方式" - -# File: src/www/system_advanced_admin.php, line: 548 -msgid "Permit password login" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 527 -msgid "When disabled, authorized keys need to be configured for each" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 528 -msgid "user" -msgstr "用户" - -# File: src/www/system_advanced_admin.php, line: 529 -msgid "that has been granted secure shell access." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 533 -msgid "SSH port" -msgstr "ssh 端口" - -# File: src/www/system_advanced_admin.php, line: 536 -msgid "Leave this blank for the default of 22." -msgstr "为22的默认保留空白" - -# File: src/www/system_advanced_admin.php, line: 544 -msgid "Serial Communications" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 547 -msgid "Serial Terminal" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 550 -msgid "" -"Enables the first serial port with 115200/8/N/1 by default, or another speed " -"selectable below." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 551 -msgid "" -"Note: This will redirect the console output and messages to the serial " -"port. You can still access the console menu from the internal video card/" -"keyboard. A null modem serial cable or adapter is required to use the " -"serial console." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 555 -msgid "Serial Speed" -msgstr "串接速度" - -# File: src/www/system_advanced_admin.php, line: 549 -msgid "bps" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 565 -msgid "Allows selection of different speeds for the serial console port." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 569 -msgid "Primary Console" -msgstr "主要Console" - -# File: src/www/system_advanced_admin.php, line: 560 -msgid "Serial Console" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 563 -msgid "VGA Console" -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 575 -msgid "" -"Select the preferred console if multiple consoles are present. The preferred " -"console will show OPNsense boot script output. All consoles display OS boot " -"messages, console messages, and the console menu." -msgstr "" - -# File: src/www/system_advanced_admin.php, line: 579 -msgid "Console Options" -msgstr "Console选项" - -# File: src/www/system_advanced_admin.php, line: 583 -msgid "Console menu" -msgstr "Console菜单" - -# File: src/www/system_advanced_admin.php, line: 586 -msgid "Password protect the console menu" -msgstr "密码保护console菜单" - -# File: src/www/system_advanced_admin.php, line: 588 -msgid "Changes to this option will take effect after a reboot." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 67 -msgid "The Firewall Adaptive values must be set together." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 69 -msgid "The Firewall Adaptive Start value must be an integer." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 72 -msgid "The Firewall Adaptive End value must be an integer." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 75 -msgid "The Firewall Maximum States value must be an integer." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 78 -msgid "The Aliases Hostname Resolve Interval value must be an integer." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 81 -msgid "The Firewall Maximum Table Entries value must be an integer." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 87 -msgid "The Reflection timeout must be an integer." -msgstr "该反射超时必须是整数" - -# File: src/www/system_advanced_firewall.php, line: 261 -msgid "Firewall Advanced" -msgstr "防火墙高级" - -# File: src/www/system_advanced_firewall.php, line: 269 -msgid "IP Do-Not-Fragment" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 269 -msgid "Clear invalid DF bits instead of dropping the packets" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 270 -msgid "" -"This allows for communications with hosts that generate fragmented packets " -"with the don't fragment (DF) bit set. Linux NFS is known to do this. This " -"will cause the filter to not drop such packets but instead clear the don't " -"fragment bit." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 282 -msgid "IP Random id" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 280 -msgid "" -"Insert a stronger id into IP header of packets passing through the filter." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 281 -msgid "" -"Replaces the IP identification field of packets with random values to " -"compensate for operating systems that use predictable values. This option " -"only applies to packets that are not fragmented after the optional packet " -"reassembly." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 295 -msgid "Firewall Optimization" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 291 -msgid "normal" -msgstr "普通" - -# File: src/www/system_advanced_firewall.php, line: 292 -msgid "high-latency" -msgstr "高延迟" - -# File: src/www/system_advanced_firewall.php, line: 293 -msgid "aggressive" -msgstr "入侵" - -# File: src/www/system_advanced_firewall.php, line: 294 -msgid "conservative" -msgstr "保守的" - -# File: src/www/system_advanced_firewall.php, line: 304 -msgid "Select the type of state table optimization to use" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 231 -msgid "as the name says, it is the normal optimization algorithm" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 232 -msgid "" -"used for high latency links, such as satellite links. Expires idle " -"connections later than default" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 233 -msgid "" -"expires idle connections quicker. More efficient use of CPU and memory but " -"can drop legitimate idle connections" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 234 -msgid "" -"tries to avoid dropping any legitimate idle connections at the expense of " -"increased memory usage and CPU utilization." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 308 -msgid "Disable Firewall" -msgstr "禁用防火墙" - -# File: src/www/system_advanced_firewall.php, line: 311 -msgid "Disable all packet filtering." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 357 -msgid "Warning: This converts %s into a routing only platform!" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 358 -msgid "Warning: This will also turn off NAT!" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 360 -msgid "" -"If you only want to disable NAT, and not firewall rules, visit the %" -"sOutbound NAT%s page." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 320 -msgid "Disable Firewall Scrub" -msgstr "禁用防火墙清理" - -# File: src/www/system_advanced_firewall.php, line: 323 -msgid "" -"Disables the PF scrubbing option which can sometimes interfere with NFS and " -"PPTP traffic." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 328 -msgid "Firewall Adaptive Timeouts" -msgstr "防火墙适应超时" - -# File: src/www/system_advanced_firewall.php, line: 365 -# File: src/www/system_advanced_firewall.php, line: 383 -msgid "start" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 366 -# File: src/www/system_advanced_firewall.php, line: 385 -msgid "end" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 330 -msgid "" -"Timeouts for states can be scaled adaptively as the number of state table " -"entries grows." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 333 -msgid "" -"When the number of state entries exceeds this value, adaptive scaling " -"begins. All timeout values are scaled linearly with factor (adaptive.end - " -"number of states) / (adaptive.end - adaptive.start)." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 337 -msgid "" -"When reaching this number of state entries, all timeout values become zero, " -"effectively purging all state entries immediately. This value is used to " -"define the scale factor, it should not actually be reached (set a lower " -"state limit, see below)." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 339 -msgid "Note: Leave this blank for the default(0)." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 343 -msgid "Firewall Maximum States" -msgstr "防火墙最大状态" - -# File: src/www/system_advanced_firewall.php, line: 347 -msgid "Maximum number of connections to hold in the firewall state table." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 349 -msgid "" -"Note: Leave this blank for the default. On your system the default size is:" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 353 -msgid "Firewall Maximum Table Entries" -msgstr "防火墙最大表条目" - -# File: src/www/system_advanced_firewall.php, line: 357 -msgid "" -"Maximum number of table entries for systems such as aliases, sshlockout, " -"snort, etc, combined." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 360 -msgid "Note: Leave this blank for the default." -msgstr "说明:为该默认保留空白" - -# File: src/www/system_advanced_firewall.php, line: 362 -msgid "On your system the default size is:" -msgstr "系统默认大小是:" - -# File: src/www/system_advanced_firewall.php, line: 368 -msgid "Static route filtering" -msgstr "静态路由过滤" - -# File: src/www/system_advanced_firewall.php, line: 371 -msgid "Bypass firewall rules for traffic on the same interface" -msgstr "针对同一个接口上的数据流的放行防火墙规则" - -# File: src/www/system_advanced_firewall.php, line: 373 -msgid "" -"This option only applies if you have defined one or more static routes. If " -"it is enabled, traffic that enters and leaves through the same interface " -"will not be checked by the firewall. This may be desirable in some " -"situations where multiple subnets are connected to the same interface." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 433 -msgid "Disable Auto-added VPN rules" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 383 -msgid "Disable all auto-added VPN rules." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 385 -msgid "Note: This disables automatically added rules for IPsec, PPTP." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 444 -msgid "Disable reply-to" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 393 -msgid "Disable reply-to on WAN rules" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 395 -msgid "" -"With Multi-WAN you generally want to ensure traffic leaves the same " -"interface it arrives on, hence reply-to is added automatically by default. " -"When using bridging, you must disable this behavior if the WAN gateway IP is " -"different from the gateway IP of the hosts behind the bridged interface." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 456 -msgid "Disable Negate rules" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 404 -msgid "Disable Negate rule on policy routing rules" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 406 -msgid "" -"With Multi-WAN you generally want to ensure traffic reaches directly " -"connected networks and VPN networks when using policy routing. You can " -"disable this for special purposes but it requires manually creating rules " -"for these networks" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 467 -msgid "Aliases Resolve Interval" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 415 -msgid "" -"Interval, in seconds, that will be used to resolve hostnames configured on " -"aliases." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 417 -msgid "Note: Leave this blank for the default (300s)." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 421 -msgid "Check certificate of aliases URLs" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 424 -msgid "Verify HTTPS certificates when downloading alias URLs" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 426 -msgid "" -"Make sure the certificate is valid for all HTTPS addresses on aliases. If " -"it's not valid or is revoked, do not download it." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 432 -msgid "Bogon Networks" -msgstr "bogon网络" - -# File: src/www/system_advanced_firewall.php, line: 436 -msgid "Update Frequency" -msgstr "更新频率" - -# File: src/www/system_advanced_firewall.php, line: 439 -msgid "Monthly" -msgstr "每月" - -# File: src/www/system_advanced_firewall.php, line: 440 -msgid "Weekly" -msgstr "每周" - -# File: src/www/system_advanced_firewall.php, line: 441 -msgid "Daily" -msgstr "日常" - -# File: src/www/system_advanced_firewall.php, line: 444 -msgid "" -"The frequency of updating the lists of IP addresses that are reserved (but " -"not RFC 1918) or not yet assigned by IANA." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 452 -msgid "Network Address Translation" -msgstr "网络地址转换" - -# File: src/www/system_advanced_firewall.php, line: 516 -msgid "Reflection for port forwards" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 464 -msgid "" -"When enabled, this automatically creates additional NAT redirect rules for " -"access to port forwards on your external IP addresses from within your " -"internal networks." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 466 -msgid "" -"The NAT + proxy mode uses a helper program to send packets to the target of " -"the port forward. It is useful in setups where the interface and/or gateway " -"IP used for communication with the target cannot be accurately determined at " -"the time the rules are loaded. Reflection rules are not created for ranges " -"larger than 500 ports and will not be used for more than 1000 ports total " -"between all port forwards. Only TCP and UDP protocols are supported." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 468 -msgid "" -"The pure NAT mode uses a set of NAT rules to direct packets to the target of " -"the port forward. It has better scalability, but it must be possible to " -"accurately determine the interface and gateway IP used for communication " -"with the target at the time the rules are loaded. There are no inherent " -"limits to the number of ports other than the limits of the protocols. All " -"protocols available for port forwards are supported." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 470 -# File: src/www/system_advanced_firewall.php, line: 490 -msgid "" -"Individual rules may be configured to override this system setting on a per-" -"rule basis." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 474 -msgid "Reflection Timeout" -msgstr "反射超时" - -# File: src/www/system_advanced_firewall.php, line: 477 -msgid "Enter value for Reflection timeout in seconds." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 479 -msgid "Note: Only applies to Reflection on port forwards in NAT + proxy mode." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 552 -msgid "Enable Reflection for 1:1" -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 486 -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 "" - -# File: src/www/system_advanced_firewall.php, line: 488 -msgid "" -"Note: Reflection on 1:1 mappings is only for the inbound component of the 1:" -"1 mappings. This functions the same as the pure NAT mode for port " -"forwards. For more details, refer to the pure NAT mode description above." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 494 -msgid "Enable automatic outbound NAT for Reflection" -msgstr "为反射启用自动出站 NAT" - -# File: src/www/system_advanced_firewall.php, line: 497 -msgid "" -"Automatically create outbound NAT rules which assist inbound NAT rules that " -"direct traffic back out to the same subnet it originated from." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 499 -msgid "" -"Required for full functionality of the pure NAT mode of NAT Reflection for " -"port forwards or NAT Reflection for 1:1 NAT." -msgstr "" - -# File: src/www/system_advanced_firewall.php, line: 501 -msgid "" -"Note: This only works for assigned interfaces. Other interfaces require " -"manually creating the outbound NAT rules that direct the reply packets back " -"through the router." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 66 -msgid "AMD Geode LX Security Block" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 67 -msgid "AES-NI CPU-based Acceleration" -msgstr "AES-NI 基于CPU的加速" - -# File: src/www/system_advanced_misc.php, line: 69 -msgid "Intel Core* CPU on-die thermal sensor" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 70 -msgid "AMD K8, K10 and K11 CPU on-die thermal sensor" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 81 -msgid "Please select a valid Cryptographic Accelerator." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 84 -msgid "Please select a valid Thermal Hardware Sensor." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 272 -msgid "Proxy support" -msgstr "代理支持" - -# File: src/www/system_advanced_misc.php, line: 278 -msgid "Proxy URL" -msgstr "代理URL" - -# File: src/www/system_advanced_misc.php, line: 282 -msgid "Proxy url for allowing %s to use this proxy to connect outside." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 286 -msgid "Proxy Port" -msgstr "代理端口" - -# File: src/www/system_advanced_misc.php, line: 290 -msgid "" -"Proxy port to use when %s connects to the proxy URL configured above. " -"Default is 8080 for http protocol or 443 for ssl." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 294 -msgid "Proxy Username" -msgstr "代理用户名" - -# File: src/www/system_advanced_misc.php, line: 298 -msgid "Proxy username for allowing %s to use this proxy to connect outside" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 302 -msgid "Proxy Pass" -msgstr "代理通过" - -# File: src/www/system_advanced_misc.php, line: 306 -msgid "Proxy password for allowing %s to use this proxy to connect outside" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 311 -# File: src/www/system_advanced_misc.php, line: 314 -# File: src/www/system_advanced_misc.php, line: 335 -msgid "Load Balancing" -msgstr "负载均衡" - -# File: src/www/system_advanced_misc.php, line: 310 -msgid "Gateway switching" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 338 -msgid "Allow default gateway switching" -msgstr "允许默认网关切换" - -# File: src/www/system_advanced_misc.php, line: 339 -msgid "" -"If the link where the default gateway resides fails switch the default " -"gateway to another available one." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 321 -msgid "Sticky connections" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 317 -msgid "Use sticky connections" -msgstr "使用持续连接" - -# File: src/www/system_advanced_misc.php, line: 318 -msgid "" -"Successive connections will be redirected to the servers in a round-robin " -"manner with connections from the same source being sent to the same web " -"server. This 'sticky connection' will exist as long as there are states that " -"refer to this connection. Once the states expire, so will the sticky " -"connection. Further connections from that host will be redirected to the " -"next web server in the round robin. Changing this option will restart the " -"Load Balancing service." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 335 -msgid "Source tracking timeout" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 329 -msgid "" -"Set the source tracking timeout for sticky connections. By default this is " -"0, so source tracking is removed as soon as the state expires. Setting this " -"timeout higher will cause the source/destination relationship to persist for " -"longer periods of time." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 344 -msgid "Power savings" -msgstr "省电模式" - -# File: src/www/system_advanced_misc.php, line: 350 -msgid "Use PowerD" -msgstr "使用PowerD" - -# File: src/www/system_advanced_misc.php, line: 352 -msgid "On AC Power Mode" -msgstr "交流电模式" - -# File: src/www/system_advanced_misc.php, line: 360 -msgid "On Battery Power Mode" -msgstr "电池模式" - -# File: src/www/system_advanced_misc.php, line: 354 -# File: src/www/system_advanced_misc.php, line: 362 -msgid "Hiadaptive" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 355 -# File: src/www/system_advanced_misc.php, line: 363 -msgid "Adaptive" -msgstr "适应" - -# File: src/www/system_advanced_misc.php, line: 356 -# File: src/www/system_advanced_misc.php, line: 364 -msgid "Minimum" -msgstr "最小" - -# File: src/www/system_advanced_misc.php, line: 357 -# File: src/www/system_advanced_misc.php, line: 365 -msgid "Maximum" -msgstr "最大" - -# File: src/www/system_advanced_misc.php, line: 368 -msgid "" -"The powerd utility monitors the system state and sets various power control " -"options accordingly. It offers four modes (maximum, minimum, adaptive and " -"hiadaptive) that can be individually selected while on AC power or " -"batteries. The modes maximum, minimum, adaptive and hiadaptive may be " -"abbreviated max, min, adp, hadp. Maximum mode chooses the highest " -"performance values. Minimum mode selects the lowest performance values to " -"get the most power savings. Adaptive mode attempts to strike a balance by " -"degrading performance when the system appears idle and increasing it when " -"the system is busy. It offers a good balance between a small performance " -"loss for greatly increased power savings. Hiadaptive mode is alike adaptive " -"mode, but tuned for systems where performance and interactivity are more " -"important than power consumption. It raises frequency faster, drops slower " -"and keeps twice lower CPU load." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 384 -msgid "Cryptographic Hardware Acceleration" -msgstr "硬件加密加速" - -# File: src/www/system_advanced_misc.php, line: 417 -# File: src/www/system_advanced_misc.php, line: 446 -msgid "Hardware" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 396 -msgid "" -"A cryptographic accelerator module will use hardware support to speed up " -"some cryptographic functions on systems which have the chip. Do not enable " -"this option if you have a Hifn cryptographic acceleration card, as this will " -"take precedence and the Hifn card will not be used. Acceleration should be " -"automatic for IPsec when using a cipher supported by your chip, such as AES-" -"128. OpenVPN should be set for AES-128-CBC and have cryptodev enabled for " -"hardware acceleration." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 404 -msgid "" -"If you do not have a crypto chip in your system, this option will have no " -"effect. To unload the selected module, set this option to 'none' and then " -"reboot." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 409 -# File: src/www/system_advanced_misc.php, line: 412 -msgid "Thermal Sensors" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 415 -msgid "None/ACPI" -msgstr "不存在/ACPI" - -# File: src/www/system_advanced_misc.php, line: 421 -msgid "" -"If you have a supported CPU, selecting a themal sensor will load the " -"appropriate driver to read its temperature. Setting this to 'None' will " -"attempt to read the temperature from an ACPI-compliant motherboard sensor " -"instead, if one is present." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 425 -msgid "" -"If you do not have a supported thermal sensor chip in your system, this " -"option will have no effect. To unload the selected module, set this option " -"to 'none' and then reboot." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 442 -msgid "Schedule States" -msgstr "计划表状态" - -# File: src/www/system_advanced_misc.php, line: 446 -msgid "" -"By default schedules clear the states of existing connections when the " -"expiration time has come. This option overrides that behavior by not " -"clearing states for existing connections." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 451 -msgid "Gateway Monitoring" -msgstr "网关监测" - -# File: src/www/system_advanced_misc.php, line: 485 -msgid "Kill states" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 454 -msgid "State Killing on Gateway Failure" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 458 -msgid "" -"The monitoring process will flush states for a gateway that goes down if " -"this box is not checked. Check this box to disable this behavior." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 495 -msgid "Skip rules" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 462 -msgid "Skip rules when gateway is down" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 466 -msgid "" -"By default, when a rule has a specific gateway set, and this gateway is " -"down, rule is created and traffic is sent to default gateway.This option " -"overrides that behavior and the rule is not created when gateway is down" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 481 -msgid "RAM Disk Settings (Reboot to Apply Changes)" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 484 -msgid "Use RAM Disks" -msgstr "使用随机磁盘" - -# File: src/www/system_advanced_misc.php, line: 487 -msgid "Use memory file system for /tmp and /var" -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 488 -msgid "" -"Set this if you wish to use /tmp and /var as RAM disks (memory file system " -"disks) on a full install rather than use the hard disk. Setting this will " -"cause the data in /tmp and /var to be lost at reboot, including log data. " -"RRD and DHCP Leases will be retained." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 511 -msgid "Periodic RRD Backup" -msgstr "周期性RRD备份" - -# File: src/www/system_advanced_misc.php, line: 517 -# File: src/www/system_advanced_misc.php, line: 533 -msgid "hour" -msgstr "小时" - -# File: src/www/system_advanced_misc.php, line: 521 -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 will happen to your media." -msgstr "" - -# File: src/www/system_advanced_misc.php, line: 527 -msgid "Periodic DHCP Leases Backup" -msgstr "定期DHCP租约备份" - -# File: src/www/system_advanced_misc.php, line: 537 -msgid "" -"This will periodically backup the DHCP leases data so it can be restored " -"automatically on the next boot. Keep in mind that the more frequent the " -"backup, the more writes will happen to your media." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 55 -msgid "You must specify an IP address to NAT IPv6 packets." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 182 -msgid "IPv6 Options" -msgstr "IPv6选项" - -# File: src/www/system_advanced_network.php, line: 187 -# File: src/www/system_advanced_network.php, line: 190 -msgid "Allow IPv6" -msgstr "允许IPv6" - -# File: src/www/system_advanced_network.php, line: 191 -msgid "" -"All IPv6 traffic will be blocked by the firewall unless this box is checked." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 192 -msgid "" -"NOTE: This does not disable any IPv6 features on the firewall, it only " -"blocks traffic." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 197 -msgid "IPv6 over IPv4 Tunneling" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 200 -msgid "Enable IPv4 NAT encapsulation of IPv6 packets" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 201 -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 firewall rule to permit IPv6 packets." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 211 -msgid "Prefer IPv4 over IPv6" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 214 -msgid "Prefer to use IPv4 even if IPv6 is available" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 215 -msgid "" -"By default, if a hostname resolves IPv6 and IPv4 addresses IPv6 will be " -"used, if you check this option, IPv4 will be used instead of IPv6." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 224 -msgid "Device polling" -msgstr "设备轮询" - -# File: src/www/system_advanced_network.php, line: 227 -msgid "Enable device polling" -msgstr "启用设备轮询" - -# File: src/www/system_advanced_network.php, line: 228 -msgid "" -"Device polling is a technique that lets the system periodically poll network " -"devices for new data instead of relying on interrupts. This prevents your " -"webConfigurator, SSH, etc. from being inaccessible due to interrupt floods " -"when under extreme load. Generally this is not recommended. Not all NICs " -"support polling; see the %s homepage for a list of supported cards." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 239 -msgid "Hardware CRC" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 235 -msgid "Disable hardware checksum offload" -msgstr "禁用硬件校验和卸载" - -# File: src/www/system_advanced_network.php, line: 236 -msgid "" -"Checking this option will disable hardware checksum offloading. Checksum " -"offloading is broken in some hardware, particularly some Realtek cards. " -"Rarely, drivers may have problems with checksum offloading and some specific " -"NICs." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 239 -# File: src/www/system_advanced_network.php, line: 250 -# File: src/www/system_advanced_network.php, line: 261 -msgid "" -"This will take effect after you reboot the machine or re-configure each " -"interface." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 252 -msgid "Hardware TSO" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 246 -msgid "Disable hardware TCP segmentation offload" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 247 -msgid "" -"Checking this option will disable hardware TCP segmentation offloading (TSO, " -"TSO4, TSO6). This offloading is broken in some hardware drivers, and may " -"impact performance with some specific NICs." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 265 -msgid "Hardware LRO" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 257 -msgid "Disable hardware large receive offload" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 258 -msgid "" -"Checking this option will disable hardware large receive offloading (LRO). " -"This offloading is broken in some hardware drivers, and may impact " -"performance with some specific NICs." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 274 -msgid "VLAN Hardware Filtering" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 279 -msgid "Disable VLAN Hardware Filtering" -msgstr "" - -# File: src/www/system_advanced_network.php, line: 280 -msgid "" -"Checking this option will disable VLAN hardware filtering. This offloading " -"is broken in some hardware drivers, and may impact performance with some " -"specific NICs." -msgstr "" - -# File: src/www/system_advanced_network.php, line: 265 -msgid "ARP Handling" -msgstr "ARP处理" - -# File: src/www/system_advanced_network.php, line: 268 -msgid "Suppress ARP messages" -msgstr "抑制ARP消息" - -# File: src/www/system_advanced_network.php, line: 269 -msgid "" -"This option will suppress ARP log messages when multiple interfaces reside " -"on the same broadcast domain" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 135 -# File: src/www/system_advanced_notifications.php, line: 224 -msgid "Test Growl" -msgstr "测试Growl" - -# File: src/www/system_advanced_notifications.php, line: 141 -# File: src/www/system_advanced_notifications.php, line: 147 -msgid "This is a test message from %s. It is safe to ignore this message." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 144 -# File: src/www/system_advanced_notifications.php, line: 293 -msgid "Test SMTP" -msgstr "测试SMTP" - -# File: src/www/system_advanced_notifications.php, line: 181 -msgid "Growl" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 185 -msgid "Disable Growl Notifications" -msgstr "禁用Growl通知" - -# File: src/www/system_advanced_notifications.php, line: 188 -msgid "" -"Check this option to disable growl notifications but preserve the settings " -"below." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 192 -msgid "Registration Name" -msgstr "注册名" - -# File: src/www/system_advanced_notifications.php, line: 195 -msgid "Enter the name to register with the Growl server (default: PHP-Growl)." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 199 -msgid "Notification Name" -msgstr "通知名" - -# File: src/www/system_advanced_notifications.php, line: 202 -msgid "Enter a name for the Growl notifications (default: %s growl alert)." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 209 -msgid "" -"This is the IP address that you would like to send growl notifications to." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 216 -msgid "Enter the password of the remote growl notification device." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 230 -msgid "SMTP E-Mail" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 233 -msgid "Disable SMTP Notifications" -msgstr "禁用SMTP通知" - -# File: src/www/system_advanced_notifications.php, line: 236 -msgid "" -"Check this option to disable SMTP notifications but preserve the settings " -"below. Some other mechanisms, such as packages, may need these settings in " -"place to function." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 240 -msgid "E-Mail server" -msgstr "E-Mail服务器" - -# File: src/www/system_advanced_notifications.php, line: 243 -msgid "" -"This is the FQDN or IP address of the SMTP E-Mail server to which " -"notifications will be sent." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 247 -msgid "SMTP Port of E-Mail server" -msgstr "E-Mail服务器SMTP端口" - -# File: src/www/system_advanced_notifications.php, line: 250 -msgid "" -"This is the port of the SMTP E-Mail server, typically 25, 587 (submission) " -"or 465 (smtps)" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 254 -msgid "Secure SMTP Connection" -msgstr "安全SMTP连接" - -# File: src/www/system_advanced_notifications.php, line: 283 -msgid "Enable SMTP over SSL/TLS" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 287 -msgid "Enable STARTTLS" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 261 -msgid "From e-mail address" -msgstr "来自E-Mail地址" - -# File: src/www/system_advanced_notifications.php, line: 264 -msgid "This is the e-mail address that will appear in the from field." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 257 -msgid "E-Mail address" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 271 -msgid "" -"Enter the e-mail address that you would like email notifications sent to." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 266 -msgid "E-Mail auth username" -msgstr "" - -# File: src/www/system_camanager.php, line: 418 -msgid "(optional)" -msgstr "(可选)" - -# File: src/www/system_advanced_notifications.php, line: 278 -msgid "Enter the e-mail address username for SMTP authentication." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 276 -msgid "E-Mail auth password" -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 285 -msgid "Enter the e-mail address password for SMTP authentication." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 302 -msgid "System Sounds" -msgstr "系统声音" - -# File: src/www/system_advanced_notifications.php, line: 305 -msgid "Startup/Shutdown Sound" -msgstr "启动/关机声音" - -# File: src/www/system_advanced_notifications.php, line: 308 -msgid "Disable the startup/shutdown beep" -msgstr "禁用启动/关机警报声" - -# File: src/www/system_advanced_notifications.php, line: 310 -msgid "When this is checked, startup and shutdown sounds will no longer play." -msgstr "" - -# File: src/www/system_advanced_notifications.php, line: 225 -msgid "" -"NOTE: A test notification will be sent even if the service is marked as " -"disabled." -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 111 -msgid "Add a new tunable" -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 204 -msgid "Tunable" -msgstr "调谐" - -# File: src/www/system_advanced_sysctl.php, line: 132 -msgid "" -"The firewall tunables have changed. You must apply the configuration to " -"take affect." -msgstr "" - -# File: src/www/system_advanced_sysctl.php, line: 143 -msgid "Tunable Name" -msgstr "调谐名" - -# File: src/www/system_advanced_sysctl.php, line: 171 -msgid "Edit Tunable" -msgstr "编辑调谐" - -# File: src/www/system_advanced_sysctl.php, line: 176 -msgid "Delete Tunable" -msgstr "删除调谐" - -# File: src/www/system_advanced_sysctl.php, line: 199 -msgid "Edit system tunable" -msgstr "编辑系统调谐" - -# File: src/www/system_authservers.php, line: 155 -# File: src/www/system_authservers.php, line: 178 -# File: src/www/system_authservers.php, line: 463 -# File: src/www/system_camanager.php, line: 159 -# File: src/www/system_camanager.php, line: 171 -# File: src/www/system_camanager.php, line: 186 -# File: src/www/system_camanager.php, line: 375 -# File: src/www/system_certmanager.php, line: 191 -# File: src/www/system_certmanager.php, line: 203 -# File: src/www/system_certmanager.php, line: 220 -# File: src/www/system_certmanager.php, line: 404 -# File: src/www/system_certmanager.php, line: 607 -# File: src/www/system_certmanager.php, line: 1001 -# File: src/www/system_crlmanager.php, line: 183 -# File: src/www/system_crlmanager.php, line: 190 -# File: src/www/system_crlmanager.php, line: 310 -# File: src/www/system_crlmanager.php, line: 406 -# File: src/www/system_usermanager.php, line: 176 -# File: src/www/system_usermanager.php, line: 749 -msgid "Descriptive name" -msgstr "描写名字" - -# File: src/www/system_authservers.php, line: 158 -# File: src/www/system_authservers.php, line: 513 -msgid "Port value" -msgstr "端口值" - -# File: src/www/system_authservers.php, line: 159 -# File: src/www/system_authservers.php, line: 519 -msgid "Transport" -msgstr "" - -# File: src/www/system_authservers.php, line: 160 -# File: src/www/system_authservers.php, line: 555 -msgid "Protocol version" -msgstr "协议版本" - -# File: src/www/system_authservers.php, line: 161 -msgid "Search level" -msgstr "检索级别" - -# File: src/www/system_authservers.php, line: 162 -msgid "User naming Attribute" -msgstr "用户命名属性" - -# File: src/www/system_authservers.php, line: 165 -msgid "Authentication container" -msgstr "认证容器" - -# File: src/www/system_authservers.php, line: 170 -msgid "Bind user DN" -msgstr "Bind用户DN" - -# File: src/www/system_authservers.php, line: 171 -msgid "Bind Password" -msgstr "Bind密码" - -# File: src/www/system_authservers.php, line: 186 -# File: src/www/system_authservers.php, line: 773 -msgid "Authentication port value" -msgstr "认证端口值" - -# File: src/www/system_authservers.php, line: 197 -# File: src/www/system_authservers.php, line: 752 -msgid "Shared Secret" -msgstr "预共享密钥" - -# File: src/www/system_authservers.php, line: 204 -msgid "The host name contains invalid characters." -msgstr "主机名包含无效字符" - -# File: src/www/system_authservers.php, line: 207 -msgid "An authentication server with the same name already exists." -msgstr "" - -# File: src/www/system_authservers.php, line: 210 -msgid "RADIUS Timeout value must be numeric and positive." -msgstr "" - -# File: src/www/system_authservers.php, line: 75 -msgid "deleted" -msgstr "已删除" - -# File: src/www/system_authservers.php, line: 287 -msgid "Add server" -msgstr "" - -# File: src/www/system_authservers.php, line: 400 -msgid "Please fill the required values." -msgstr "" - -# File: src/www/system_authservers.php, line: 428 -# File: src/www/system_usermanager_settings.php, line: 87 -msgid "Popup blocker detected. Action aborted." -msgstr "检测到弹窗拦截。动作已中止。" - -# File: src/www/system_authservers.php, line: 848 -msgid "Do you really want to delete this Server?" -msgstr "真要删除该服务器吗?" - -# File: src/www/system_authservers.php, line: 506 -# File: src/www/system_authservers.php, line: 746 -msgid "Hostname or IP address" -msgstr "主机名或IP地址" - -# File: src/www/system_authservers.php, line: 509 -msgid "" -"NOTE: When using SSL, this hostname MUST match the Common Name (CN) of the " -"LDAP server's SSL Certificate." -msgstr "" - -# File: src/www/system_authservers.php, line: 476 -msgid "TCP - Standard" -msgstr "" - -# File: src/www/system_authservers.php, line: 479 -msgid "SSL - Encrypted" -msgstr "" - -# File: src/www/system_authservers.php, line: 534 -# File: src/www/vpn_openvpn_client.php, line: 750 -# File: src/www/vpn_openvpn_server.php, line: 950 -msgid "Peer Certificate Authority" -msgstr "对端证书权威" - -# File: src/www/system_authservers.php, line: 547 -msgid "This option is used if 'SSL Encrypted' option is choosen." -msgstr "" - -# File: src/www/system_authservers.php, line: 548 -msgid "It must match with the CA in the AD otherwise problems will arise." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php, line: 1031 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 1031 -msgid "Create one under" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -msgid "No Certificate Authorities defined." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 718 -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 718 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -# File: src/www/vpn_openvpn_server.php, line: 958 -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php, line: 1031 -# File: src/www/vpn_openvpn_server.php.orig, line: 958 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 1031 -msgid "System: Certificates" -msgstr "" - -# File: src/www/system_authservers.php, line: 640 -msgid "Bind credentials" -msgstr "Bind证书" - -# File: src/www/system_authservers.php, line: 657 -msgid "User DN:" -msgstr "用户DN:" - -# File: src/www/system_authservers.php, line: 525 -msgid "Leave empty to use anonymous binds to resolve distinguished names" -msgstr "" - -# File: src/www/system_authservers.php, line: 570 -msgid "Search scope" -msgstr "检索范围" - -# File: src/www/system_authservers.php, line: 574 -msgid "Level:" -msgstr "级别:" - -# File: src/www/system_authservers.php, line: 536 -msgid "One Level" -msgstr "" - -# File: src/www/system_authservers.php, line: 539 -msgid "Entire Subtree" -msgstr "" - -# File: src/www/system_authservers.php, line: 589 -msgid "Base DN:" -msgstr "基本DN:" - -# File: src/www/system_authservers.php, line: 599 -msgid "Authentication containers" -msgstr "认证容器" - -# File: src/www/interfaces_ppps_edit.php, line: 383 -# File: src/www/system_authservers.php, line: 607 -msgid "Select" -msgstr "选择" - -# File: src/www/system_authservers.php, line: 614 -msgid "" -"Note: Semi-Colon separated. This will be prepended to the search base dn " -"above or you can specify full container path containing a dc= component." -msgstr "" - -# File: src/www/system_authservers.php, line: 623 -msgid "Extended Query" -msgstr "扩展查询" - -# File: src/www/system_authservers.php, line: 673 -msgid "Initial Template" -msgstr "初始化模板" - -# File: src/www/system_authservers.php, line: 579 -msgid "OpenLDAP" -msgstr "" - -# File: src/www/system_authservers.php, line: 580 -msgid "Microsoft AD" -msgstr "" - -# File: src/www/system_authservers.php, line: 581 -msgid "Novell eDirectory" -msgstr "" - -# File: src/www/system_authservers.php, line: 689 -msgid "User naming attribute" -msgstr "用户命名属性" - -# File: src/www/system_authservers.php, line: 758 -msgid "Services offered" -msgstr "服务已提供" - -# File: src/www/system_authservers.php, line: 611 -msgid "Authentication and Accounting" -msgstr "" - -# File: src/www/system_authservers.php, line: 192 -# File: src/www/system_authservers.php, line: 779 -msgid "Accounting port value" -msgstr "审计端口值" - -# File: src/www/system_authservers.php, line: 785 -msgid "Authentication Timeout" -msgstr "认证超时" - -# File: src/www/system_authservers.php, line: 788 -msgid "" -"This value controls how long, in seconds, that the RADIUS server may take to " -"respond to an authentication request." -msgstr "" - -# File: src/www/system_authservers.php, line: 789 -msgid "If left blank, the default value is 5 seconds." -msgstr "" - -# File: src/www/system_authservers.php, line: 790 -msgid "" -"NOTE: If you are using an interactive two-factor authentication system, " -"increase this timeout to account for how long it will take the user to " -"receive and enter a token." -msgstr "" - -# File: src/www/system_authservers.php, line: 814 -msgid "Server Name" -msgstr "服务器名字" - -# File: src/www/system_authservers.php, line: 825 -msgid "Additional authentication servers can be added here." -msgstr "" - -# File: src/www/system_authservers.php, line: 695 -msgid "delete this server" -msgstr "" - -# File: src/www/system_camanager.php, line: 160 -# File: src/www/system_camanager.php, line: 410 -# File: src/www/system_certmanager.php, line: 192 -# File: src/www/system_certmanager.php, line: 623 -msgid "Certificate data" -msgstr "证书数据" - -# File: src/www/system_camanager.php, line: 162 -# File: src/www/system_certmanager.php, line: 195 -msgid "This certificate does not appear to be valid." -msgstr "" - -# File: src/www/system_camanager.php, line: 164 -msgid "Encrypted private keys are not yet supported." -msgstr "" - -# File: src/www/system_camanager.php, line: 172 -# File: src/www/system_camanager.php, line: 188 -# File: src/www/system_camanager.php, line: 466 -# File: src/www/system_certmanager.php, line: 205 -# File: src/www/system_certmanager.php, line: 221 -# File: src/www/system_certmanager.php, line: 679 -# File: src/www/system_certmanager.php, line: 835 -# File: src/www/system_usermanager.php, line: 178 -# File: src/www/system_usermanager.php, line: 775 -msgid "Key length" -msgstr "密钥长度" - -# File: src/www/system_camanager.php, line: 173 -# File: src/www/system_camanager.php, line: 189 -# File: src/www/system_camanager.php, line: 498 -# File: src/www/system_certmanager.php, line: 206 -# File: src/www/system_certmanager.php, line: 711 -# File: src/www/system_crlmanager.php, line: 367 -# File: src/www/system_usermanager.php, line: 179 -# File: src/www/system_usermanager.php, line: 793 -# File: src/www/vpn_ipsec_phase1.php, line: 854 -# File: src/www/vpn_ipsec_phase2.php, line: 764 -msgid "Lifetime" -msgstr "生命周期" - -# File: src/www/system_camanager.php, line: 174 -# File: src/www/system_camanager.php, line: 190 -# File: src/www/system_certmanager.php, line: 207 -# File: src/www/system_certmanager.php, line: 222 -msgid "Distinguished name Country Code" -msgstr "专有名称国家代码" - -# File: src/www/system_camanager.php, line: 175 -# File: src/www/system_camanager.php, line: 191 -# File: src/www/system_certmanager.php, line: 208 -# File: src/www/system_certmanager.php, line: 223 -msgid "Distinguished name State or Province" -msgstr "州或省的专有名称" - -# File: src/www/system_camanager.php, line: 176 -# File: src/www/system_camanager.php, line: 192 -# File: src/www/system_certmanager.php, line: 209 -# File: src/www/system_certmanager.php, line: 224 -msgid "Distinguished name City" -msgstr "可识别名城市" - -# File: src/www/system_camanager.php, line: 177 -# File: src/www/system_camanager.php, line: 193 -# File: src/www/system_certmanager.php, line: 210 -# File: src/www/system_certmanager.php, line: 225 -msgid "Distinguished name Organization" -msgstr "可识别名组织" - -# File: src/www/system_camanager.php, line: 178 -# File: src/www/system_camanager.php, line: 194 -# File: src/www/system_certmanager.php, line: 211 -# File: src/www/system_certmanager.php, line: 226 -msgid "Distinguished name Email Address" -msgstr "可识别名邮件地址" - -# File: src/www/system_camanager.php, line: 179 -# File: src/www/system_camanager.php, line: 195 -# File: src/www/system_certmanager.php, line: 212 -# File: src/www/system_certmanager.php, line: 227 -msgid "Distinguished name Common Name" -msgstr "可识别名普通名" - -# File: src/www/system_camanager.php, line: 187 -# File: src/www/system_camanager.php, line: 449 -msgid "Signing Certificate Authority" -msgstr "签署证书权威" - -# File: src/www/system_camanager.php, line: 315 -# File: src/www/system_certmanager.php, line: 361 -msgid "" -"The field 'Distinguished name Email Address' contains invalid characters." -msgstr "" - -# File: src/www/system_camanager.php, line: 319 -# File: src/www/system_certmanager.php, line: 366 -msgid "The field 'Distinguished name Common Name' contains invalid characters." -msgstr "" - -# File: src/www/system_camanager.php, line: 322 -# File: src/www/system_certmanager.php, line: 369 -msgid "The field '%s' contains invalid characters." -msgstr "" - -# File: src/www/system_camanager.php, line: 212 -# File: src/www/system_certmanager.php, line: 295 -# File: src/www/system_certmanager.php, line: 300 -msgid "Please select a valid Key Length." -msgstr "" - -# File: src/www/system_camanager.php, line: 214 -# File: src/www/system_certmanager.php, line: 297 -# File: src/www/system_certmanager.php, line: 302 -msgid "Please select a valid Digest Algorithm." -msgstr "" - -# File: src/www/system_camanager.php, line: 381 -# File: src/www/system_camanager.php, line: 395 -# File: src/www/system_certmanager.php, line: 441 -# File: src/www/system_certmanager.php, line: 464 -msgid "openssl library returns:" -msgstr "" - -# File: src/www/system_camanager.php, line: 297 -msgid "add or import ca" -msgstr "添加或导入证书机构" - -# File: src/www/system_camanager.php, line: 671 -msgid "" -"Do you really want to delete this Certificate Authority and its CRLs, and " -"unreference any associated certificates?" -msgstr "" - -# File: src/www/system_camanager.php, line: 383 -# File: src/www/system_certmanager.php, line: 587 -# File: src/www/system_crlmanager.php, line: 287 -msgid "Method" -msgstr "方式" - -# File: src/www/system_camanager.php, line: 34 -msgid "Import an existing Certificate Authority" -msgstr "导入一个已存在的证书权威" - -# File: src/www/system_camanager.php, line: 35 -msgid "Create an internal Certificate Authority" -msgstr "生成一个内部证书权威" - -# File: src/www/system_camanager.php, line: 36 -msgid "Create an intermediate Certificate Authority" -msgstr "生成一个中间证书权威" - -# File: src/www/system_camanager.php, line: 404 -msgid "Existing Certificate Authority" -msgstr "现有的证书权威" - -# File: src/www/system_camanager.php, line: 414 -# File: src/www/system_certmanager.php, line: 627 -msgid "Paste a certificate in X.509 PEM format here." -msgstr "" - -# File: src/www/system_camanager.php, line: 418 -msgid "Certificate Private Key" -msgstr "证书私人密钥" - -# File: src/www/system_camanager.php, line: 422 -msgid "" -"Paste the private key for the above certificate here. This is optional in " -"most cases, but required if you need to generate a Certificate Revocation " -"List (CRL)." -msgstr "" - -# File: src/www/system_camanager.php, line: 428 -msgid "Serial for next certificate" -msgstr "下一个证书的序列" - -# File: src/www/system_camanager.php, line: 431 -msgid "" -"Enter a decimal number to be used as the serial number for the next " -"certificate to be created using this CA." -msgstr "" - -# File: src/www/system_camanager.php, line: 443 -msgid "Internal Certificate Authority" -msgstr "内部证书权威" - -# File: src/www/system_camanager.php, line: 482 -# File: src/www/system_certmanager.php, line: 695 -# File: src/www/system_certmanager.php, line: 853 -msgid "Digest Algorithm" -msgstr "摘要算法" - -# File: src/www/system_camanager.php, line: 494 -# File: src/www/system_certmanager.php, line: 707 -# File: src/www/system_certmanager.php, line: 865 -msgid "" -"NOTE: It is recommended to use an algorithm stronger than SHA1 when possible." -msgstr "" - -# File: src/etc/inc/ipsec.inc, line: 42 -# File: src/etc/inc/ipsec.inc, line: 51 -# File: src/www/system_camanager.php, line: 505 -# File: src/www/system_certmanager.php, line: 718 -# File: src/www/system_certmanager.php, line: 869 -msgid "Distinguished name" -msgstr "已区分名字" - -# File: src/www/system_camanager.php, line: 509 -# File: src/www/system_certmanager.php, line: 722 -# File: src/www/system_certmanager.php, line: 873 -msgid "Country Code" -msgstr "国家代码" - -# File: src/www/system_camanager.php, line: 524 -# File: src/www/system_certmanager.php, line: 728 -# File: src/www/system_certmanager.php, line: 888 -msgid "State or Province" -msgstr "州或省" - -# File: src/www/system_camanager.php, line: 528 -# File: src/www/system_camanager.php, line: 538 -# File: src/www/system_camanager.php, line: 548 -# File: src/www/system_camanager.php, line: 558 -# File: src/www/system_camanager.php, line: 568 -msgid "ex:" -msgstr "" - -# File: src/www/system_camanager.php, line: 530 -# File: src/www/system_certmanager.php, line: 894 -msgid "Sachsen" -msgstr "" - -# File: src/www/system_camanager.php, line: 534 -# File: src/www/system_certmanager.php, line: 734 -# File: src/www/system_certmanager.php, line: 898 -msgid "City" -msgstr "城市" - -# File: src/www/system_camanager.php, line: 540 -# File: src/www/system_certmanager.php, line: 904 -msgid "Leipzig" -msgstr "" - -# File: src/www/system_camanager.php, line: 544 -# File: src/www/system_certmanager.php, line: 740 -# File: src/www/system_certmanager.php, line: 908 -msgid "Organization" -msgstr "组织" - -# File: src/www/system_camanager.php, line: 550 -msgid "My Company Inc" -msgstr "我的公司" - -# File: src/www/system_camanager.php, line: 560 -msgid "admin@mycompany.com" -msgstr "" - -# File: src/www/system_camanager.php, line: 570 -msgid "internal-ca" -msgstr "内部证书机构" - -# File: src/www/system_camanager.php, line: 599 -# File: src/www/system_crlmanager.php, line: 548 -msgid "Internal" -msgstr "内部" - -# File: src/www/system_camanager.php, line: 600 -# File: src/www/system_certmanager.php, line: 1056 -msgid "Issuer" -msgstr "" - -# File: src/www/system_camanager.php, line: 602 -# File: src/www/system_certmanager.php, line: 1057 -msgid "Distinguished Name" -msgstr "已区分名字" - -# File: src/www/system_camanager.php, line: 616 -# File: src/www/system_certmanager.php, line: 1073 -msgid "self-signed" -msgstr "自登陆" - -# File: src/www/system_camanager.php, line: 618 -# File: src/www/system_certmanager.php, line: 1075 -msgid "external" -msgstr "外部" - -# File: src/www/system_camanager.php, line: 655 -# File: src/www/system_certmanager.php, line: 1117 -msgid "Valid From" -msgstr "从~有效" - -# File: src/www/system_camanager.php, line: 660 -# File: src/www/system_certmanager.php, line: 1122 -msgid "Valid Until" -msgstr "直到~有效" - -# File: src/www/system_camanager.php, line: 666 -msgid "edit CA" -msgstr "编辑证书机构" - -# File: src/www/system_camanager.php, line: 667 -msgid "export CA cert" -msgstr "导出CA证书" - -# File: src/www/system_camanager.php, line: 669 -msgid "export CA private key" -msgstr "导出私有密钥" - -# File: src/www/system_camanager.php, line: 671 -msgid "delete ca" -msgstr "删除证书机构" - -# File: src/www/system_certmanager.php, line: 34 -msgid "Import an existing Certificate" -msgstr "导入一个现存的证书" - -# File: src/www/system_certmanager.php, line: 35 -msgid "Create an internal Certificate" -msgstr "生成一个内部证书" - -# File: src/www/system_certmanager.php, line: 36 -msgid "Create a Certificate Signing Request" -msgstr "生成一个证书登陆请求" - -# File: src/www/system_certmanager.php, line: 52 -msgid "Choose an existing certificate" -msgstr "选择一个现存的证书" - -# File: src/www/system_certmanager.php, line: 405 -msgid "Final Certificate data" -msgstr "最终证书数据" - -# File: src/www/system_certmanager.php, line: 425 -msgid "The certificate modulus does not match the signing request modulus." -msgstr "" - -# File: src/www/system_certmanager.php, line: 193 -msgid "Key data" -msgstr "密钥数据" - -# File: src/www/system_certmanager.php, line: 204 -# File: src/www/system_certmanager.php, line: 662 -# File: src/www/system_usermanager.php, line: 177 -# File: src/www/system_usermanager.php, line: 755 -msgid "Certificate authority" -msgstr "证书权威" - -# File: src/www/system_certmanager.php, line: 232 -msgid "Existing Certificate Choice" -msgstr "现有证书选择" - -# File: src/www/system_certmanager.php, line: 329 -msgid "DNS subjectAltName values must be valid hostnames or FQDNs" -msgstr "" - -# File: src/www/system_certmanager.php, line: 334 -msgid "IP subjectAltName values must be valid IP Addresses" -msgstr "" - -# File: src/www/system_certmanager.php, line: 339 -msgid "You must provide an e-mail address for this type of subjectAltName" -msgstr "" - -# File: src/www/system_certmanager.php, line: 342 -msgid "The e-mail provided in a subjectAltName contains invalid characters." -msgstr "" - -# File: src/www/system_certmanager.php, line: 348 -msgid "URI subjectAltName types must be a valid URI" -msgstr "" - -# File: src/www/system_certmanager.php, line: 352 -msgid "Unrecognized subjectAltName type." -msgstr "" - -# File: src/www/system_certmanager.php, line: 456 -msgid "add or import certificate" -msgstr "添加或导入证书" - -# File: src/www/system_certmanager.php, line: 1164 -msgid "Do you really want to delete this Certificate?" -msgstr "真要删除该证书吗?" - -# File: src/www/system_usermanager.php, line: 144 -# File: src/www/system_usermanager.php, line: 735 -# File: src/www/system_usermanager.php, line: 745 -# File: src/www/vpn_ipsec_phase1.php, line: 177 -# File: src/www/vpn_openvpn_server.php, line: 325 -msgid "Certificate" -msgstr "证书" - -# File: src/www/system_certmanager.php, line: 617 -msgid "Import Certificate" -msgstr "导入证书" - -# File: src/www/system_certmanager.php, line: 631 -msgid "Private key data" -msgstr "私人密钥数据" - -# File: src/www/system_certmanager.php, line: 635 -msgid "Paste a private key in X.509 PEM format here." -msgstr "" - -# File: src/www/system_certmanager.php, line: 644 -msgid "Internal Certificate" -msgstr "内部证书" - -# File: src/www/system_certmanager.php, line: 779 -msgid "" -"No internal Certificate Authorities have been defined. You must %sadd%s an " -"internal CA before creating an internal certificate." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 769 -msgid "Client Certificate" -msgstr "客户端证书" - -# File: src/www/vpn_openvpn_server.php, line: 994 -msgid "Server Certificate" -msgstr "服务器证书" - -# File: src/www/system_certificates_tabs.inc, line: 7 -# File: src/www/system_crlmanager.php, line: 191 -# File: src/www/system_crlmanager.php, line: 316 -# File: src/www/vpn_ipsec_phase1.php, line: 177 -# File: src/www/vpn_openvpn_client.php, line: 250 -# File: src/www/vpn_openvpn_server.php, line: 325 -msgid "Certificate Authority" -msgstr "证书权威" - -# File: src/www/system_certmanager.php, line: 792 -msgid "" -"Choose the type of certificate to generate here, the type defines it's " -"constraints" -msgstr "" - -# File: src/www/system_certmanager.php, line: 770 -msgid "Alternative Names" -msgstr "可选名字" - -# File: src/www/load_balancer_relay_action_edit.php, line: 174 -# File: src/www/load_balancer_relay_protocol_edit.php, line: 132 -msgid "DNS" -msgstr "" - -# File: src/www/system_certmanager.php, line: 922 -# File: src/www/system_certmanager.php, line: 942 -msgid "email" -msgstr "" - -# File: src/www/system_certmanager.php, line: 923 -# File: src/www/system_certmanager.php, line: 943 -msgid "URI" -msgstr "" - -# File: src/www/system_certmanager.php, line: 830 -msgid "External Signing Request" -msgstr "外部登录请求" - -# File: src/www/system_certmanager.php, line: 946 -msgid "Choose an Existing Certificate" -msgstr "选择一个现存的证书" - -# File: src/www/system_certmanager.php, line: 951 -msgid "Existing Certificates" -msgstr "现存证书" - -# File: src/www/system_certmanager.php, line: 1110 -msgid "*In Use" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1111 -msgid "*Revoked" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1010 -msgid "Complete Signing Request" -msgstr "完成登录请求" - -# File: src/www/system_certmanager.php, line: 1014 -msgid "Signing request data" -msgstr "登录请求数据" - -# File: src/www/system_certmanager.php, line: 1018 -msgid "" -"Copy the certificate signing data from here and forward it to your " -"certificate authority for signing." -msgstr "" - -# File: src/www/system_certmanager.php, line: 1022 -msgid "Final certificate data" -msgstr "最终证书数据" - -# File: src/www/system_certmanager.php, line: 1026 -msgid "Paste the certificate received from your certificate authority here." -msgstr "" - -# File: src/www/system_certmanager.php, line: 1058 -# File: src/www/system_crlmanager.php, line: 550 -msgid "In Use" -msgstr "使用中" - -# File: src/www/system_certmanager.php, line: 1081 -msgid "external - signature pending" -msgstr "外部--签名确认中" - -# File: src/www/system_certmanager.php, line: 1247 -msgid "CA:" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1248 -msgid "Server:" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1272 -# File: src/www/system_usermanager.php, line: 842 -msgid "Revoked" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1282 -msgid "User Cert" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1287 -msgid "OpenVPN Server" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1292 -msgid "OpenVPN Client" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1297 -msgid "IPsec Tunnel" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1276 -msgid "show certificate info" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1151 -msgid "export ca" -msgstr "导出CA" - -# File: src/www/system_certmanager.php, line: 1155 -msgid "export key" -msgstr "输出密钥" - -# File: src/www/system_certmanager.php, line: 1159 -msgid "export ca cert+user cert+user cert key in .p12 format" -msgstr "" - -# File: src/www/system_certmanager.php, line: 1164 -# File: src/www/system_usermanager.php, line: 703 -msgid "delete cert" -msgstr "删除 证书" - -# File: src/www/system_certmanager.php, line: 1171 -msgid "update csr" -msgstr "更新csr" - -# File: src/www/system_certmanager.php, line: 1181 -msgid "Note: You can only delete a certificate if it is not currently in use." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 82 -msgid "Certificate Revocation List %s is in use and cannot be deleted" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 166 -# File: src/www/system_crlmanager.php, line: 168 -msgid "Deleted Certificate %s from CRL %s" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 170 -msgid "Failed to delete Certificate %s from CRL %s" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 127 -msgid "Both the Certificate and CRL must be specified." -msgstr "证书和CRL必须指定" - -# File: src/www/system_crlmanager.php, line: 131 -msgid "CA mismatch between the Certificate and CRL. Unable to Revoke." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 134 -msgid "Cannot revoke certificates for an imported/external CRL." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 184 -msgid "Certificate Revocation List data" -msgstr "证书撤销列表数据" - -# File: src/www/system_crlmanager.php, line: 618 -msgid "Do you really want to delete this Certificate Revocation List?" -msgstr "真要删除该证书撤销清单吗?" - -# File: src/www/system_crlmanager.php, line: 469 -msgid "Delete this certificate from the CRL " -msgstr "从该CRL删除这个证书" - -# File: src/www/system_crlmanager.php, line: 38 -msgid "Create an internal Certificate Revocation List" -msgstr "生成一个内部证书撤销清单" - -# File: src/www/system_crlmanager.php, line: 39 -msgid "Import an existing Certificate Revocation List" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 340 -msgid "Existing Certificate Revocation List" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 347 -# File: src/www/system_crlmanager.php, line: 412 -msgid "CRL data" -msgstr "CRL数据" - -# File: src/www/system_crlmanager.php, line: 351 -# File: src/www/system_crlmanager.php, line: 416 -msgid "Paste a Certificate Revocation List in X.509 CRL format here." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 361 -msgid "Internal Certificate Revocation List" -msgstr "内部证书撤销列表" - -# File: src/www/system_crlmanager.php, line: 371 -msgid "Default: 9999" -msgstr "默认:9999" - -# File: src/www/system_crlmanager.php, line: 375 -msgid "Serial" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 379 -msgid "Default: 0" -msgstr "默认:0" - -# File: src/www/system_crlmanager.php, line: 403 -msgid "Edit Imported Certificate Revocation List" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 437 -msgid "Currently Revoked Certificates for CRL" -msgstr "当前已为CRL撤销证书" - -# File: src/www/system_crlmanager.php, line: 440 -# File: src/www/vpn_openvpn_export.php, line: 882 -msgid "Certificate Name" -msgstr "证书名字" - -# File: src/www/system_crlmanager.php, line: 441 -msgid "Revocation Reason" -msgstr "撤回的原因" - -# File: src/www/system_crlmanager.php, line: 442 -msgid "Revoked At" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 451 -msgid "No Certificates Found for this CRL." -msgstr "没有为该CRL找到整数" - -# File: src/www/system_crlmanager.php, line: 487 -msgid "No Certificates Found for this CA." -msgstr "没有为该认证机构找到证书" - -# File: src/www/system_crlmanager.php, line: 493 -msgid "Revoke a Certificate" -msgstr "撤销一个证书" - -# File: src/www/system_crlmanager.php, line: 498 -msgid "Choose a Certificate to Revoke" -msgstr "选择一个要撤销的证书" - -# File: src/www/system_crlmanager.php, line: 514 -msgid "Reason" -msgstr "原因" - -# File: src/www/system_crlmanager.php, line: 558 -msgid "Additional Certificate Revocation Lists can be added here." -msgstr "" - -# File: src/www/system_crlmanager.php, line: 585 -msgid "Add or Import CRL for %s" -msgstr "为%s添加或导入CRL" - -# File: src/www/system_crlmanager.php, line: 587 -msgid "Import CRL for %s" -msgstr "为%s导入CRL" - -# File: src/www/system_crlmanager.php, line: 719 -msgid "Unknown (imported)" -msgstr "" - -# File: src/www/system_crlmanager.php, line: 606 -msgid "Export CRL" -msgstr "导出CRL" - -# File: src/www/system_crlmanager.php, line: 610 -# File: src/www/system_crlmanager.php, line: 614 -msgid "Edit CRL" -msgstr "编辑CRL" - -# File: src/www/system_crlmanager.php, line: 619 -msgid "Delete CRL" -msgstr "删除CRL" - -# File: src/www/system_gateway_groups.php, line: 135 -msgid "Add group" -msgstr "" - -# File: src/www/system_gateway_groups.php, line: 131 -msgid "Gateway-group" -msgstr "" - -# File: src/www/system_gateway_groups.php, line: 177 -msgid "Do you really want to delete this gateway group?" -msgstr "真要删除该网关组吗?" - -# File: src/www/system_gateway_groups.php, line: 119 -msgid "" -"The gateway configuration has been changed.%sYou must apply the changes in " -"order for them to take effect." -msgstr "" - -# File: src/www/system_gateway_groups.php, line: 193 -msgid "Tier " -msgstr "" - -# File: src/www/interfaces_bridge.php, line: 161 -# File: src/www/interfaces_gif.php, line: 139 -# File: src/www/interfaces_gre.php, line: 140 -# File: src/www/interfaces_lagg.php, line: 145 -# File: src/www/interfaces_qinq.php, line: 158 -# File: src/www/interfaces_vlan.php, line: 147 -# File: src/www/system_groupmanager.php, line: 511 -msgid "delete group" -msgstr "删除组" - -# File: src/www/system_gateway_groups.php, line: 191 -msgid "" -"Remember to use these Gateway Groups in firewall rules in order to enable " -"load balancing, failover, or policy-based routing. Without rules directing " -"traffic into the Gateway Groups, they will not be used." -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 82 -msgid "A valid gateway group name must be specified." -msgstr "必须指定一个有效的网关组名" - -# File: src/www/system_gateway_groups_edit.php, line: 85 -# File: src/www/system_gateways_edit.php, line: 112 -msgid "The gateway name must not contain invalid characters." -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 94 -msgid "Changing name on a gateway group is not allowed." -msgstr "不允许在一个网关组更改名字" - -# File: src/www/system_gateway_groups_edit.php, line: 99 -msgid "A gateway group with this name \"%s\" already exists." -msgstr "一个同名%s的网关组已存在" - -# File: src/www/system_gateway_groups_edit.php, line: 116 -msgid "" -"A gateway group cannot have the same name with a gateway \"%s\" please " -"choose another name." -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 120 -msgid "No gateway(s) have been selected to be used in this group" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 239 -msgid "Gateway Priority" -msgstr "网关优先级" - -# File: src/www/system_gateway_groups_edit.php, line: 197 -msgid "Tier" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 273 -msgid "Never" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 226 -msgid "Tier %d" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 294 -msgid "Interface Address" -msgstr "接口地址" - -# File: src/www/system_gateway_groups_edit.php, line: 312 -msgid "Link Priority" -msgstr "链接优先级" - -# File: src/www/system_gateway_groups_edit.php, line: 313 -msgid "" -"The priority selected here defines in what order failover and balancing of " -"links will be done. Multiple links of the same priority will balance " -"connections until all links in the priority will be exhausted. If all links " -"in a priority level are exhausted we will use the next available link(s) in " -"the next priority level." -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 318 -msgid "" -"The virtual IP field selects what (virtual) IP should be used when this " -"group applies to a local Dynamic DNS, IPsec or OpenVPN endpoint" -msgstr "" - -# File: src/www/system_gateway_groups_edit.php, line: 323 -msgid "Trigger Level" -msgstr "触发级别:" - -# File: src/www/system_gateway_groups_edit.php, line: 47 -msgid "Member Down" -msgstr "成员关闭" - -# File: src/www/system_gateway_groups_edit.php, line: 48 -msgid "Packet Loss" -msgstr "丢包" - -# File: src/www/system_gateway_groups_edit.php, line: 49 -msgid "High Latency" -msgstr "高延迟" - -# File: src/www/system_gateway_groups_edit.php, line: 50 -msgid "Packet Loss or High Latency" -msgstr "丢包或高延迟" - -# File: src/www/system_gateway_groups_edit.php, line: 334 -msgid "When to trigger exclusion of a member" -msgstr "" - -# File: src/www/system_gateways.php, line: 82 -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Gateway Group '%s'" -msgstr "" - -# File: src/www/system_gateways.php, line: 92 -msgid "" -"Gateway '%s' cannot be deleted because it is in use on Static Route '%s'" -msgstr "" - -# File: src/www/system_gateways.php, line: 194 -msgid "Add gateway" -msgstr "" - -# File: src/www/system_gateways.php, line: 331 -msgid "Do you really want to delete this gateway?" -msgstr "真要删除该网关吗?" - -# File: src/www/system_gateways.php, line: 360 -msgid "Do you really want to delete the selected gateway items?" -msgstr "真要删除所选网关吗?" - -# File: src/www/system_gateways.php, line: 200 -msgid "The gateway configuration has been changed." -msgstr "网关配置已更改" - -# File: src/www/system_gateways.php, line: 219 -# File: src/www/system_gateways_edit.php, line: 724 -msgid "Monitor IP" -msgstr "监控IP地址" - -# File: src/www/system_gateways.php, line: 326 -msgid "Gateway is inactive because interface is missing" -msgstr "" - -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "disable gateway" -msgstr "" - -# File: src/www/system_gateways.php, line: 329 -# File: src/www/system_gateways.php, line: 334 -msgid "enable gateway" -msgstr "" - -# File: src/www/system_gateways.php, line: 356 -msgid "edit gateway" -msgstr "" - -# File: src/www/system_gateways.php, line: 361 -msgid "delete gateway" -msgstr "" - -# File: src/www/system_gateways.php, line: 368 -msgid "clone gateway" -msgstr "" - -# File: src/www/system_gateways.php, line: 359 -msgid "delete selected items" -msgstr "删除所选项" - -# File: src/www/system_gateways_edit.php, line: 118 -msgid "A valid gateway name must be specified." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 116 -msgid "A valid gateway IP address must be specified." -msgstr "必须指定一个有效的网关IP地址" - -# File: src/www/system_gateways_edit.php, line: 124 -msgid "" -"Cannot add IPv4 Gateway Address because no IPv4 address could be found on " -"the interface." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 143 -# File: src/www/system_gateways_edit.php, line: 171 -msgid "" -"The gateway address %1$s does not lie within one of the chosen interface's " -"subnets." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 152 -msgid "" -"Cannot add IPv6 Gateway Address because no IPv6 address could be found on " -"the interface." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 178 -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv4 " -"configuration." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 182 -msgid "" -"Dynamic gateway values cannot be specified for interfaces with a static IPv6 " -"configuration." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 186 -msgid "A valid monitor IP address must be specified." -msgstr "必须指定一个有效的监控IP地址" - -# File: src/www/system_gateways_edit.php, line: 212 -msgid "Changing name on a gateway is not allowed." -msgstr "不允许在一个网关上更改名字" - -# File: src/www/system_gateways_edit.php, line: 217 -msgid "The gateway name \"%s\" already exists." -msgstr "该网关名%s已存在" - -# File: src/www/system_gateways_edit.php, line: 223 -msgid "The gateway IP address \"%s\" already exists." -msgstr "该网关IP地址%s已存在" - -# File: src/www/system_gateways_edit.php, line: 229 -msgid "" -"The monitor IP address \"%s\" is already in use. You must choose a different " -"monitor IP." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 239 -msgid "The low latency threshold needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 242 -msgid "The low latency threshold needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 249 -msgid "The high latency threshold needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 252 -msgid "The high latency threshold needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 259 -msgid "The low Packet Loss threshold needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 262 -msgid "The low Packet Loss threshold needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 265 -msgid "The low Packet Loss threshold needs to be less than 100." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 272 -msgid "The high Packet Loss threshold needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 275 -msgid "The high Packet Loss threshold needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 278 -msgid "The high Packet Loss threshold needs to be 100 or less." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 286 -msgid "" -"The high latency threshold needs to be higher than the low latency threshold" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 309 -msgid "" -"The high Packet Loss threshold needs to be higher than the low Packet Loss " -"threshold" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 331 -msgid "The probe interval needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 334 -msgid "The probe interval needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 341 -msgid "The down time setting needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 344 -msgid "The down time setting needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 352 -msgid "The probe interval needs to be less than the down time setting." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 374 -msgid "The average delay replies qty needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 377 -msgid "The average delay replies qty needs to be positive." -msgstr "平均延迟应答数量需要是正数" - -# File: src/www/system_gateways_edit.php, line: 384 -msgid "The average packet loss probes qty needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 387 -msgid "The average packet loss probes qty needs to be positive." -msgstr "平均丢包探测数量需要是正数" - -# File: src/www/system_gateways_edit.php, line: 394 -msgid "The lost probe delay needs to be a numeric value." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 397 -msgid "The lost probe delay needs to be positive." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 513 -# File: src/www/system_gateways_edit.php, line: 636 -msgid "Edit gateway" -msgstr "编辑网关" - -# File: src/www/system_gateways_edit.php, line: 655 -msgid "Disable this gateway" -msgstr "禁用该网关" - -# File: src/www/system_gateways_edit.php, line: 656 -msgid "" -"Set this option to disable this gateway without removing it from the list." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 673 -msgid "Choose which interface this gateway applies to." -msgstr "选择该网关应用于哪个接口" - -# File: src/www/system_gateways_edit.php, line: 690 -msgid "Choose the Internet Protocol this gateway uses." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 697 -msgid "Gateway name" -msgstr "网关名字" - -# File: src/www/system_gateways_edit.php, line: 704 -msgid "Gateway IP address" -msgstr "网关IP地址" - -# File: src/www/system_gateways_edit.php, line: 708 -# File: src/www/system_gateways_edit.php, line: 711 -msgid "Default Gateway" -msgstr "默认网关" - -# File: src/www/system_gateways_edit.php, line: 712 -msgid "This will select the above gateway as the default gateway" -msgstr "这将选择以上网关作为默认网关" - -# File: src/www/system_gateways_edit.php, line: 716 -# File: src/www/system_gateways_edit.php, line: 719 -msgid "Disable Gateway Monitoring" -msgstr "禁用网关监控" - -# File: src/www/system_gateways_edit.php, line: 720 -msgid "This will consider this gateway as always being up" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 733 -msgid "Alternative monitor IP" -msgstr "可选监控IP地址" - -# File: src/www/system_gateways_edit.php, line: 734 -msgid "" -"Enter an alternative address here to be used to monitor the link. This is " -"used for the quality RRD graphs as well as the load balancer entries. Use " -"this if the gateway does not respond to ICMP echo requests (pings)" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 741 -# File: src/www/system_gateways_edit.php, line: 744 -msgid "Mark Gateway as Down" -msgstr "标记网关为关闭状态" - -# File: src/www/system_gateways_edit.php, line: 745 -msgid "This will force this gateway to be considered Down" -msgstr "这将强制该网关被认为关闭状态" - -# File: src/www/system_gateways_edit.php, line: 753 -msgid " - Show advanced option" -msgstr "-显示高级选项" - -# File: src/www/system_gateways_edit.php, line: 770 -msgid "Weight for this gateway when used in a Gateway Group." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 774 -msgid "Latency thresholds" -msgstr "延迟阈值" - -# File: src/www/system_gateways_edit.php, line: 776 -# File: src/www/system_gateways_edit.php, line: 788 -msgid "From" -msgstr "从" - -# File: src/www/system_gateways_edit.php, line: 779 -# File: src/www/system_gateways_edit.php, line: 791 -msgid "To" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 786 -msgid "Packet Loss thresholds" -msgstr "丢包阈值" - -# File: src/www/system_gateways_edit.php, line: 798 -msgid "Probe Interval" -msgstr "探测间隔" - -# File: src/www/system_gateways_edit.php, line: 804 -msgid "" -"NOTE: The quality graph is averaged over seconds, not intervals, so as the " -"probe interval is increased the accuracy of the quality graph is decreased." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 809 -msgid "Down" -msgstr "关闭" - -# File: src/www/system_gateways_edit.php, line: 772 -msgid "Avg Delay Replies Qty" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 822 -# File: src/www/system_gateways_edit.php, line: 832 -# File: src/www/system_gateways_edit.php, line: 842 -msgid "Use calculated value." -msgstr "使用已计算的值" - -# File: src/www/system_gateways_edit.php, line: 783 -msgid "Avg Packet Loss Probes Qty" -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 837 -msgid "Lost Probe Delay" -msgstr "丢包探测延迟" - -# File: src/www/system_gateways_edit.php, line: 848 -msgid "" -"The probe interval must be less than the down time, otherwise the gateway " -"will seem to go down then come up again at the next probe." -msgstr "" - -# File: src/www/system_gateways_edit.php, line: 849 -msgid "" -"The down time defines the length of time before the gateway is marked as " -"down, but the accuracy is controlled by the probe interval. For example, if " -"your down time is 40 seconds but on a 30 second probe interval, only one " -"probe would have to fail before the gateway is marked down at the 40 second " -"mark. By default, the gateway is considered down after 10 seconds, and the " -"probe interval is 1 second, so 10 probes would have to fail before the " -"gateway is marked down." -msgstr "" - -# File: src/www/system_general.php, line: 37 -msgid "English" -msgstr "英文" - -# File: src/www/system_general.php, line: 43 -msgid "Chinese (Simplified)" -msgstr "" - -# File: src/www/system_general.php, line: 45 -msgid "French" -msgstr "" - -# File: src/www/system_general.php, line: 40 -msgid "German" -msgstr "" - -# File: src/www/system_general.php, line: 42 -msgid "Japanese" -msgstr "" - -# File: src/www/system_general.php, line: 48 -msgid "Mongolian" -msgstr "" - -# File: src/www/system_general.php, line: 41 -msgid "Spanish" -msgstr "" - -# File: src/www/system_general.php, line: 104 -msgid "The hostname may only contain the characters a-z, 0-9 and '-'." -msgstr "" - -# File: src/www/system_general.php, line: 107 -msgid "The domain may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "" - -# File: src/www/system_general.php, line: 143 -msgid "" -"You can not assign a gateway to DNS '%s' server which is on a directly " -"connected network." -msgstr "" - -# File: src/www/system_general.php, line: 159 -msgid "" -"A NTP Time Server name may only contain the characters a-z, 0-9, '-' and '.'." -msgstr "" - -# File: src/www/system_general.php, line: 306 -msgid "Name of the firewall host, without domain part" -msgstr "" - -# File: src/www/system_general.php, line: 331 -msgid "firewall" -msgstr "" - -# File: src/www/system_general.php, line: 317 -msgid "" -"Do not use 'local' as a domain name. It will cause local hosts running mDNS (" -"avahi, bonjour, etc.) to be unable to resolve local hosts not running mDNS." -msgstr "" - -# File: src/www/system_general.php, line: 341 -msgid "e.g. %smycorp.com, home, office, private, etc.%s" -msgstr "" - -# File: src/www/system_general.php, line: 330 -msgid "DNS Server" -msgstr "DNS服务器" - -# File: src/www/system_general.php, line: 332 -msgid "Use gateway" -msgstr "使用网关" - -# File: src/www/system_general.php, line: 382 -msgid "" -"Enter IP addresses to be used by the system for DNS resolution. These are " -"also used for the DHCP service, DNS forwarder and for PPTP VPN clients." -msgstr "" - -# File: src/www/system_general.php, line: 387 -msgid "" -"In addition, optionally select the gateway for each DNS server. When using " -"multiple WAN connections there should be at least one unique DNS server per " -"gateway." -msgstr "" - -# File: src/www/system_general.php, line: 401 -msgid "DNS server options" -msgstr "" - -# File: src/www/system_general.php, line: 394 -msgid "Allow DNS server list to be overridden by DHCP/PPP on WAN" -msgstr "" - -# File: src/www/system_general.php, line: 397 -msgid "" -"If this option is set, %s will use DNS servers assigned by a DHCP/PPP server " -"on WAN for its own purposes (including the DNS forwarder). However, they " -"will not be assigned to DHCP and PPTP VPN clients." -msgstr "" - -# File: src/www/system_general.php, line: 406 -msgid "Do not use the DNS Forwarder as a DNS server for the firewall" -msgstr "" - -# File: src/www/system_general.php, line: 409 -msgid "" -"By default localhost (127.0.0.1) will be used as the first DNS server where " -"the DNS Forwarder or DNS Resolver is enabled and set to listen on Localhost, " -"so system can use the local DNS service to perform lookups. Checking this " -"box omits localhost from the list of DNS servers." -msgstr "" - -# File: src/www/system_general.php, line: 416 -msgid "Time zone" -msgstr "时区" - -# File: src/www/system_general.php, line: 428 -msgid "Select the location closest to you" -msgstr "" - -# File: src/www/system_general.php, line: 446 -msgid "NTP time server" -msgstr "时间服务器" - -# File: src/www/system_general.php, line: 451 -msgid "" -"Use a space to separate multiple hosts (only one required). Remember to set " -"up at least one DNS server if you enter a host name here!" -msgstr "" - -# File: src/www/system_general.php, line: 458 -msgid "Language" -msgstr "语言" - -# File: src/www/system_general.php, line: 471 -msgid "Choose a language for the webConfigurator" -msgstr "为web配置选择一种语言" - -# File: src/www/system_general.php, line: 476 -msgid "Theme" -msgstr "" - -# File: src/www/system_general.php, line: 493 -msgid "This will change the look and feel of" -msgstr "这将更改外观和体验" - -# File: src/www/system_general.php, line: 565 -msgid "Firmware Mirror" -msgstr "" - -# File: src/www/system_general.php, line: 579 -msgid "Select an alternate firmware mirror." -msgstr "" - -# File: src/www/system_general.php, line: 584 -msgid "Firmware Flavour" -msgstr "" - -# File: src/www/system_general.php, line: 598 -msgid "Select the firmware cryptography flavour." -msgstr "" - -# File: src/www/system_groupmanager.php, line: 108 -msgid "The group name contains invalid characters." -msgstr "组名包含无效字符" - -# File: src/www/system_groupmanager.php, line: 111 -msgid "The group name is longer than 16 characters." -msgstr "" - -# File: src/www/system_groupmanager.php, line: 117 -msgid "Another entry with the same group name already exists." -msgstr "" - -# File: src/www/system_groupmanager.php, line: 127 -msgid "That groupname is reserved by the system." -msgstr "" - -# File: src/www/system_groupmanager.php, line: 385 -# File: src/www/system_usermanager.php, line: 627 -msgid "Do you really want to delete this privilege?" -msgstr "真要删除该权限吗?" - -# File: src/www/system_groupmanager.php, line: 510 -msgid "Do you really want to delete this group?" -msgstr "真要删除该组吗?" - -# File: src/www/system_groupmanager.php, line: 267 -# File: src/www/system_usermanager.php, line: 459 -msgid "Defined by" -msgstr "已定义" - -# File: src/www/system_groupmanager.php, line: 274 -# File: src/www/system_groupmanager.php, line: 435 -msgid "Group name" -msgstr "组名字" - -# File: src/www/system_groupmanager.php, line: 284 -msgid "Group description, for your own information only" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 291 -# File: src/www/system_usermanager.php, line: 505 -msgid "Group Memberships" -msgstr "组成员身份" - -# File: src/www/system_usermanager.php, line: 512 -msgid "Not Member Of" -msgstr "成员不属于" - -# File: src/www/system_usermanager.php, line: 514 -msgid "Member Of" -msgstr "成员属于" - -# File: src/www/system_usermanager.php, line: 546 -msgid "Add Groups" -msgstr "添加组" - -# File: src/www/system_usermanager.php, line: 550 -msgid "Remove Groups" -msgstr "删除组" - -# File: src/www/system_groupmanager.php, line: 351 -# File: src/www/system_groupmanager_addprivs.php, line: 181 -# File: src/www/system_usermanager.php, line: 581 -# File: src/www/system_usermanager_addprivs.php, line: 163 -msgid "Hold down CTRL (pc)/COMMAND (mac) key to select multiple items" -msgstr "" - -# File: src/www/system_groupmanager.php, line: 358 -msgid "Assigned Privileges" -msgstr "已定义权限" - -# File: src/www/system_groupmanager.php, line: 386 -# File: src/www/system_usermanager.php, line: 628 -msgid "delete privilege" -msgstr "删除权限" - -# File: src/www/system_groupmanager.php, line: 437 -msgid "Member Count" -msgstr "成员计数" - -# File: src/www/system_usermanager.php, line: 870 -# File: src/www/vpn_l2tp_users.php, line: 71 -# File: src/www/vpn_pptp_users.php, line: 68 -msgid "add user" -msgstr "添加用户" - -# File: src/www/system_groupmanager.php, line: 525 -msgid "" -"Additional webConfigurator groups can be added here.\n" -" Group permissions can be assigned which are inherited " -"by users who are members of the group.\n" -" An icon that appears grey indicates that it is a " -"system defined object.\n" -" Some system object properties can be modified but they " -"cannot be deleted." -msgstr "" - -# File: src/www/system_groupmanager_addprivs.php, line: 68 -# File: src/www/system_usermanager_addprivs.php, line: 58 -msgid "Selected priveleges" -msgstr "已选权限" - -# File: src/www/system_groupmanager_addprivs.php, line: 169 -# File: src/www/system_usermanager_addprivs.php, line: 151 -msgid "System Privileges" -msgstr "系统权限" - -# File: src/www/system_groupmanager_addprivs.php, line: 200 -# File: src/www/system_usermanager_addprivs.php, line: 169 -msgid "Select a privilege from the list above for a description" -msgstr "" - -# File: src/www/system_hasync.php, line: 98 -msgid "State Synchronization" -msgstr "" - -# File: src/www/system_hasync.php, line: 127 -msgid "Synchronize States" -msgstr "" - -# File: src/www/system_hasync.php, line: 132 -msgid "" -"pfsync transfers state insertion, update, and deletion messages between " -"firewalls.%sEach firewall sends these messages out via multicast on a " -"specified interface, using the PFSYNC protocol (%sIP Protocol 240%s).%sIt " -"also listens on that interface for similar messages from other firewalls, " -"and imports them into the local state table.%sThis setting should be enabled " -"on all members of a failover group." -msgstr "" - -# File: src/www/system_hasync.php, line: 136 -msgid "" -"Clicking save will force a configuration sync if it is enabled! (see " -"Configuration Synchronization Settings below)" -msgstr "" - -# File: src/www/system_hasync.php, line: 140 -msgid "Synchronize Interface" -msgstr "" - -# File: src/www/system_hasync.php, line: 123 -msgid "loopback" -msgstr "" - -# File: src/www/system_hasync.php, line: 151 -msgid "" -"If Synchronize States is enabled, it will utilize this interface for " -"communication." -msgstr "" - -# File: src/www/system_hasync.php, line: 154 -msgid "" -"We recommend setting this to a interface other than LAN! A dedicated " -"interface works the best." -msgstr "" - -# File: src/www/system_hasync.php, line: 155 -msgid "" -"You must define a IP on each machine participating in this failover group." -msgstr "" - -# File: src/www/system_hasync.php, line: 156 -msgid "" -"You must have an IP assigned to the interface on any participating sync " -"nodes." -msgstr "" - -# File: src/www/system_hasync.php, line: 145 -msgid "Synchronize Peer IP" -msgstr "" - -# File: src/www/system_hasync.php, line: 165 -msgid "" -"Setting this option will force pfsync to synchronize its state table to this " -"IP address. The default is directed multicast." -msgstr "" - -# File: src/www/system_hasync.php, line: 178 -msgid "Configuration Synchronization Settings (XMLRPC Sync)" -msgstr "" - -# File: src/www/system_hasync.php, line: 183 -msgid "Synchronize Config to IP" -msgstr "" - -# File: src/www/system_hasync.php, line: 186 -msgid "" -"Enter the IP address of the firewall to which the selected configuration " -"sections should be synchronized." -msgstr "" - -# File: src/www/system_hasync.php, line: 189 -msgid "" -"XMLRPC sync is currently only supported over connections using the same " -"protocol and port as this system - make sure the remote system's port and " -"protocol are set accordingly!" -msgstr "" - -# File: src/www/system_hasync.php, line: 190 -# File: src/www/system_hasync.php, line: 213 -msgid "" -"Do not use the Synchronize Config to IP and password option on backup " -"cluster members!" -msgstr "" - -# File: src/www/system_hasync.php, line: 196 -msgid "Remote System Username" -msgstr "" - -# File: src/www/system_hasync.php, line: 200 -msgid "" -"Enter the webConfigurator username of the system entered above for " -"synchronizing your configuration." -msgstr "" - -# File: src/www/system_hasync.php, line: 202 -msgid "" -"Do not use the Synchronize Config to IP and username option on backup " -"cluster members!" -msgstr "" - -# File: src/www/system_hasync.php, line: 207 -msgid "Remote System Password" -msgstr "" - -# File: src/www/system_hasync.php, line: 211 -msgid "" -"Enter the webConfigurator password of the system entered above for " -"synchronizing your configuration." -msgstr "" - -# File: src/www/system_hasync.php, line: 196 -msgid "Users and Groups" -msgstr "" - -# File: src/www/system_hasync.php, line: 223 -msgid "" -"Automatically sync the users and groups over to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 205 -msgid "Auth Servers" -msgstr "" - -# File: src/www/system_hasync.php, line: 232 -msgid "" -"Automatically sync the authentication servers (e.g. LDAP, RADIUS) over to " -"the other HA host when changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 241 -msgid "" -"Automatically sync the Certificate Authorities, Certificates, and " -"Certificate Revocation Lists over to the other HA host when changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 250 -msgid "" -"Automatically sync the firewall rules to the other HA host when changes are " -"made." -msgstr "" - -# File: src/www/system_hasync.php, line: 232 -msgid "Firewall Schedules" -msgstr "防火墙时间表" - -# File: src/www/system_hasync.php, line: 259 -msgid "" -"Automatically sync the firewall schedules to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 268 -msgid "" -"Automatically sync the aliases over to the other HA host when changes are " -"made." -msgstr "" - -# File: src/www/system_hasync.php, line: 277 -msgid "" -"Automatically sync the NAT rules over to the other HA host when changes are " -"made." -msgstr "" - -# File: src/www/system_hasync.php, line: 286 -msgid "" -"Automatically sync the IPsec configuration to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 295 -msgid "" -"Automatically sync the OpenVPN configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 296 -msgid "" -"Using this option implies \"Synchronize Certificates\" as they are required " -"for OpenVPN." -msgstr "" - -# File: src/www/system_hasync.php, line: 278 -msgid "DHCPD" -msgstr "" - -# File: src/www/system_hasync.php, line: 305 -msgid "" -"Automatically sync the DHCP Server settings over to the other HA host when " -"changes are made. This only applies to DHCP for IPv4." -msgstr "" - -# File: src/www/system_hasync.php, line: 314 -msgid "" -"Automatically sync the WoL configuration to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 296 -msgid "Static Routes" -msgstr "" - -# File: src/www/system_hasync.php, line: 323 -msgid "" -"Automatically sync the Static Route configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 332 -msgid "" -"Automatically sync the Load Balancer configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 341 -msgid "" -"Automatically sync the CARP Virtual IPs to the other HA host when changes " -"are made." -msgstr "" - -# File: src/www/system_hasync.php, line: 350 -msgid "" -"Automatically sync the DNS Forwarder configuration to the other HA host when " -"changes are made." -msgstr "" - -# File: src/www/system_routes.php, line: 210 -msgid "Add route" -msgstr "添加路由" - -# File: src/www/system_routes.php, line: 165 -# File: src/www/system_routes.php, line: 187 -msgid "Route" -msgstr "" - -# File: src/www/system_routes.php, line: 166 -msgid "Do you really want to delete this route?" -msgstr "" - -# File: src/www/system_routes.php, line: 349 -msgid "Do you really want to delete the selected routes?" -msgstr "真要删除所选路由吗?" - -# File: src/www/system_routes.php, line: 214 -msgid "" -"The static route configuration has been changed.%sYou must apply the changes " -"in order for them to take effect." -msgstr "" - -# File: src/www/system_routes.php, line: 258 -msgid "disable route" -msgstr "" - -# File: src/www/system_routes.php, line: 258 -msgid "enable route" -msgstr "" - -# File: src/www/system_routes.php, line: 275 -msgid "move selected routes before this route" -msgstr "" - -# File: src/www/system_routes.php, line: 279 -msgid "edit route" -msgstr "" - -# File: src/www/system_routes.php, line: 283 -msgid "delete route" -msgstr "" - -# File: src/www/system_routes.php, line: 287 -msgid "clone route" -msgstr "" - -# File: src/www/system_routes.php, line: 322 -# File: src/www/system_routes.php, line: 327 -msgid "move selected routes to end" -msgstr "移动所选路由到末尾" - -# File: src/www/system_routes.php, line: 348 -msgid "delete selected routes" -msgstr "删除所选路由" - -# File: src/www/system_routes.php, line: 321 -msgid "add route" -msgstr "添加路由" - -# File: src/www/system_routes.php, line: 360 -msgid "" -"Do not enter static routes for networks assigned on any interface of this " -"firewall. Static routes are only used for networks reachable via a " -"different router, and not reachable via your default gateway." -msgstr "不要输入任何防火墙的接口上分配的网络的静态路由。静态路由仅用于通过您的本地网关不可达,且经过其他路由器可达的网络。" - -# File: src/www/system_routes_edit.php, line: 78 -# File: src/www/system_routes_edit.php, line: 238 -msgid "Destination network" -msgstr "目标网络" - -# File: src/www/system_routes_edit.php, line: 79 -msgid "Destination network bit count" -msgstr "目标网络位数计算" - -# File: src/www/system_routes_edit.php, line: 85 -msgid "A valid IPv4 or IPv6 destination network must be specified." -msgstr "必须指定一个有效的IPv4或IPv6目标网络" - -# File: src/www/system_routes_edit.php, line: 88 -msgid "A valid destination network bit count must be specified." -msgstr "必须指定一个有效的目标网络位数" - -# File: src/www/system_routes_edit.php, line: 106 -msgid "A IPv4 subnet can not be over 32 bits." -msgstr "" - -# File: src/www/system_routes_edit.php, line: 148 -msgid "A route to these destination networks already exists" -msgstr "" - -# File: src/www/system_routes_edit.php, line: 158 -# File: src/www/system_routes_edit.php, line: 165 -msgid "This network conflicts with address configured on interface %s." -msgstr "" - -# File: src/www/system_routes_edit.php, line: 256 -msgid "Destination network for this static route" -msgstr "该静态路由的目标网络" - -# File: src/www/system_routes_edit.php, line: 274 -msgid "Choose which gateway this route applies to or" -msgstr "选择该路由应用于哪个网关" - -# File: src/www/system_routes_edit.php, line: 328 -msgid "Disable this static route" -msgstr "禁用该静态路由" - -# File: src/www/system_routes_edit.php, line: 329 -msgid "" -"Set this option to disable this static route without removing it from the " -"list." -msgstr "" - -# File: src/www/system_groupmanager.php, line: 58 -# File: src/www/system_groupmanager.php, line: 82 -# File: src/www/system_usermanager.php, line: 77 -# File: src/www/system_usermanager.php, line: 92 -msgid "successfully deleted" -msgstr "已成功删除" - -# File: src/www/system_groupmanager.php, line: 81 -# File: src/www/system_usermanager.php, line: 91 -msgid "Privilege" -msgstr "权限" - -# File: src/www/system_usermanager.php, line: 145 -msgid "association removed." -msgstr "关联已移除" - -# File: src/www/system_usermanager.php, line: 227 -msgid "API key" -msgstr "" - -# File: src/www/system_usermanager.php, line: 228 -msgid "removed." -msgstr "" - -# File: src/www/system_usermanager.php, line: 230 -msgid "No API key found" -msgstr "" - -# File: src/www/system_usermanager.php, line: 189 -msgid "The username is longer than 16 characters." -msgstr "" - -# File: src/www/system_usermanager.php, line: 192 -# File: src/www/system_usermanager_passwordmg.php, line: 44 -# File: src/www/vpn_l2tp_users_edit.php, line: 88 -# File: src/www/vpn_pptp_users_edit.php, line: 87 -msgid "The passwords do not match." -msgstr "密码不匹配" - -# File: src/www/system_usermanager.php, line: 202 -# File: src/www/vpn_l2tp_users_edit.php, line: 98 -# File: src/www/vpn_pptp_users_edit.php, line: 97 -msgid "Another entry with the same username already exists." -msgstr "" - -# File: src/www/system_usermanager.php, line: 213 -msgid "That username is reserved by the system." -msgstr "该用户名已被系统保留" - -# File: src/www/system_usermanager.php, line: 233 -msgid "Invalid expiration date format; use MM/DD/YYYY instead." -msgstr "" - -# File: src/www/system_usermanager.php, line: 240 -msgid "Invalid internal Certificate Authority" -msgstr "无效的内部证书权威" - -# File: src/www/system_usermanager.php, line: 702 -msgid "(Certificate will not be deleted)" -msgstr "(证书不会被删除)" - -# File: src/www/system_usermanager.php, line: 702 -msgid "Do you really want to remove this certificate association?" -msgstr "你真要删除该证书关联吗?" - -# File: src/www/system_usermanager.php, line: 938 -# File: src/www/vpn_l2tp_users.php, line: 125 -# File: src/www/vpn_pptp_users.php, line: 120 -msgid "Do you really want to delete this user?" -msgstr "你真要删除该用户吗?" - -# File: src/www/system_usermanager.php, line: 611 -msgid "Do you really want to delete this API key?" -msgstr "" - -# File: src/etc/inc/ipsec.inc, line: 43 -# File: src/etc/inc/ipsec.inc, line: 52 -msgid "User distinguished name" -msgstr "用户已区分名字" - -# File: src/www/system_usermanager.php, line: 486 -msgid "(confirmation)" -msgstr "(确认)" - -# File: src/www/system_usermanager.php, line: 490 -# File: src/www/system_usermanager.php, line: 858 -msgid "Full name" -msgstr "全名" - -# File: src/www/system_usermanager.php, line: 494 -msgid "User's full name, for your own information only" -msgstr "" - -# File: src/www/system_usermanager.php, line: 498 -msgid "Expiration date" -msgstr "到期数据" - -# File: src/www/system_usermanager.php, line: 502 -msgid "" -"Leave blank if the account shouldn't expire, otherwise enter the expiration " -"date in the following format: mm/dd/yyyy" -msgstr "" - -# File: src/www/system_usermanager.php, line: 704 -msgid "add groups" -msgstr "" - -# File: src/www/system_usermanager.php, line: 708 -msgid "remove groups" -msgstr "" - -# File: src/www/system_usermanager.php, line: 589 -msgid "Effective Privileges" -msgstr "有效权限" - -# File: src/www/system_usermanager.php, line: 596 -msgid "Inherited From" -msgstr "继承自" - -# File: src/www/system_usermanager.php, line: 761 -msgid "revoke privilege" -msgstr "" - -# File: src/www/system_usermanager.php, line: 774 -msgid "assign privileges" -msgstr "" - -# File: src/www/system_usermanager.php, line: 654 -msgid "User Certificates" -msgstr "用户证书" - -# File: src/www/system_usermanager.php, line: 659 -msgid "CA" -msgstr "认证机构" - -# File: src/www/system_usermanager.php, line: 690 -msgid "export private key" -msgstr "输出私有密钥" - -# File: src/www/system_usermanager.php, line: 811 -msgid "export certificate" -msgstr "" - -# File: src/www/system_usermanager.php, line: 815 -msgid "unlink certificate" -msgstr "" - -# File: src/www/system_usermanager.php, line: 828 -msgid "create or link user certificate" -msgstr "" - -# File: src/www/system_usermanager.php, line: 880 -msgid "API keys" -msgstr "" - -# File: src/www/system_usermanager.php, line: 887 -msgid "key" -msgstr "" - -# File: src/www/system_usermanager.php, line: 907 -msgid "delete API key" -msgstr "" - -# File: src/www/system_usermanager.php, line: 921 -msgid "create API key" -msgstr "" - -# File: src/www/system_usermanager.php, line: 930 -msgid "" -"manage API keys here for machine to machine interaction using this users " -"credentials" -msgstr "" - -# File: src/www/system_usermanager.php, line: 737 -msgid "Click to create a user certificate." -msgstr "点击以生成一个用户证书" - -# File: src/www/system_usermanager.php, line: 896 -msgid "Redirects on save" -msgstr "" - -# File: src/www/system_usermanager.php, line: 807 -# File: src/www/system_usermanager.php, line: 813 -msgid "Authorized keys" -msgstr "授权密钥" - -# File: src/www/system_usermanager.php, line: 824 -msgid "Paste an authorized keys file here." -msgstr "" - -# File: src/www/system_usermanager.php, line: 828 -msgid "IPsec Pre-Shared Key" -msgstr "IPsec 预共享密钥" - -# File: src/www/system_usermanager.php, line: 928 -msgid "edit user" -msgstr "编辑用户" - -# File: src/www/system_usermanager.php, line: 939 -# File: src/www/vpn_l2tp_users.php, line: 125 -# File: src/www/vpn_pptp_users.php, line: 120 -msgid "delete user" -msgstr "删除用户" - -# File: src/www/system_usermanager.php, line: 983 -msgid "import users" -msgstr "" - -# File: src/www/system_usermanager.php, line: 877 -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 appears grey indicates that it is a system defined " -"object. Some system object properties can be modified but they cannot be " -"deleted." -msgstr "" - -# File: src/www/system_usermanager.php, line: 882 -msgid "" -"Accounts created here are also used for other parts of the system such as " -"OpenVPN, IPsec, and Captive Portal." -msgstr "" - -# File: src/www/system_usermanager.php, line: 1053 -msgid "System Admininistrator" -msgstr "" - -# File: src/www/system_usermanager.php, line: 1055 -msgid "Disabled User" -msgstr "" - -# File: src/www/system_usermanager.php, line: 1057 -msgid "Normal User" -msgstr "" - -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 67 -msgid "" -"Could not connect to the LDAP server. Please check your LDAP configuration." -msgstr "" - -# File: src/www/system_usermanager_import_ldap.php, line: 150 -msgid "Please select users to import:" -msgstr "" - -# File: src/www/system_usermanager_passwordmg.php, line: 93 -msgid "Sorry, you cannot change the password for a non-local user." -msgstr "" - -# File: src/www/system_usermanager_passwordmg.php, line: 57 -msgid "Password successfully changed" -msgstr "密码已成功修改" - -# File: src/www/system_usermanager_passwordmg.php, line: 114 -msgid "Old password" -msgstr "" - -# File: src/www/system_usermanager_passwordmg.php, line: 120 -msgid "New password" -msgstr "" - -# File: src/www/system_usermanager_passwordmg.php, line: 122 -msgid "Confirmation" -msgstr "确认" - -# File: src/www/system_usermanager_settings.php, line: 47 -msgid "Session timeout must be an integer value." -msgstr "线程超时必须是一个整数" - -# File: src/www/system_usermanager_settings.php, line: 57 -msgid "" -"The test was not performed because it is supported only for ldap based " -"backends." -msgstr "" - -# File: src/www/system_usermanager_settings.php, line: 123 -msgid "Session Timeout" -msgstr "线程超时" - -# File: src/www/system_usermanager_settings.php, line: 127 -msgid "" -"Time in minutes to expire idle management sessions. The default is 4 hours (" -"240 minutes)." -msgstr "" - -# File: src/www/system_usermanager_settings.php, line: 128 -msgid "Enter 0 to never expire sessions. NOTE: This is a security risk!" -msgstr "" - -# File: src/www/system_usermanager_settings.php, line: 155 -msgid "Save and Test" -msgstr "保存并测试" - -# File: src/www/system_usermanager_settings_ldapacpicker.php, line: 74 -msgid "Please select which containers to Authenticate against:" -msgstr "" - -# File: src/www/system_usermanager_settings_test.php, line: 47 -msgid "Could not find settings for %s%s" -msgstr "无法为%s%s找到设置" - -# File: src/www/system_usermanager_settings_test.php, line: 52 -msgid "Testing %s LDAP settings... One moment please..." -msgstr "" - -# File: src/www/system_usermanager_settings_test.php, line: 53 -msgid "Attempting connection to" -msgstr "正在试图连接到" - -# File: src/www/system_usermanager_settings_test.php, line: 61 -msgid "Attempting to fetch Organizational Units from" -msgstr "正在试图取得组织党员" - -# File: src/www/system_usermanager_settings_test.php, line: 66 -msgid "Organization units found" -msgstr "组织单元已发现" - -# File: src/www/system_usermanager_settings_test.php, line: 72 -# File: src/www/system_usermanager_settings_test.php, line: 75 -# File: src/www/system_usermanager_settings_test.php, line: 78 -msgid "failed" -msgstr "失败" - -# File: src/etc/inc/ipsec.inc, line: 264 -# File: src/www/vpn_ipsec.php, line: 317 -# File: src/www/vpn_ipsec_phase1.php, line: 386 -# File: src/www/vpn_ipsec_phase2.php, line: 313 -msgid "Mobile Client" -msgstr "移动客户端" - -# File: src/www/vpn_ipsec.php, line: 372 -msgid "" -"Do you really want to delete this phase1 and all associated phase2 entries?" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 639 -msgid "Do you really want to delete the selected phase1 entries?" -msgstr "真要删除所选phase1条目吗?" - -# File: src/www/vpn_ipsec.php, line: 534 -msgid "Do you really want to delete this phase2 entry?" -msgstr "真要删除所选phase2条目吗?" - -# File: src/www/vpn_ipsec.php, line: 579 -msgid "Do you really want to delete the selected phase2 entries?" -msgstr "真要删除所选phase2条目吗?" - -# File: src/www/vpn_ipsec.php, line: 300 -msgid "The IPsec tunnel configuration has been changed." -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 247 -msgid "IKE" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 248 -msgid "Remote Gateway" -msgstr "远端网关" - -# File: src/www/vpn_ipsec.php, line: 250 -msgid "P1 Protocol" -msgstr "P1协议" - -# File: src/www/vpn_ipsec.php, line: 251 -msgid "P1 Transforms" -msgstr "P1 变换" - -# File: src/www/vpn_ipsec.php, line: 252 -msgid "P1 Description" -msgstr "P1 描述" - -# File: src/www/vpn_ipsec.php, line: 333 -msgid "disable phase 1 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 333 -msgid "enable phase 1 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 332 -# File: src/www/vpn_ipsec.php, line: 499 -# File: src/www/vpn_ipsec_phase2.php, line: 703 -msgid "auto" -msgstr "自动" - -# File: src/www/vpn_ipsec.php, line: 355 -# File: src/www/vpn_ipsec.php, line: 523 -msgid "move selected entries before this" -msgstr "移动所选条目到这条规则前" - -# File: src/www/vpn_ipsec.php, line: 362 -msgid "edit phase1 entry" -msgstr "编辑phase1条目" - -# File: src/www/vpn_ipsec.php, line: 370 -msgid "delete phase1 entry" -msgstr "删除phase1条目" - -# File: src/www/vpn_ipsec.php, line: 413 -msgid "clone phase1 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 415 -msgid "Show %s Phase-2 entries" -msgstr "显示 %s Phase-2条目" - -# File: src/www/vpn_ipsec.php, line: 423 -msgid "Local Subnet" -msgstr "本地子网" - -# File: src/www/vpn_ipsec.php, line: 424 -msgid "Remote Subnet" -msgstr "远端子网" - -# File: src/www/vpn_ipsec.php, line: 425 -msgid "P2 Protocol" -msgstr "P2协议" - -# File: src/www/vpn_ipsec.php, line: 426 -msgid "P2 Transforms" -msgstr "P2变换" - -# File: src/www/vpn_ipsec.php, line: 427 -msgid "P2 Auth Methods" -msgstr "P2认证方式" - -# File: src/www/vpn_ipsec.php, line: 463 -msgid "disable phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 463 -msgid "enable phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 519 -msgid "edit phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 524 -msgid "delete phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 530 -msgid "clone phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 546 -msgid "move selected phase 2 entries to end" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 550 -msgid "delete selected phase 2 entries" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 557 -msgid "add phase 2 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 577 -msgid "move selected phase 1 entries to end" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 584 -msgid "delete selected phase 1 entries" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 589 -msgid "add new phase 1 entry" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 680 -msgid "Enable IPsec" -msgstr "启用IPsec" - -# File: src/www/vpn_ipsec_keys.php, line: 64 -msgid "Deleted IPsec Pre-Shared Key" -msgstr "删除IPsec 预共享密钥" - -# File: src/www/vpn_ipsec_keys.php, line: 152 -msgid "Do you really want to delete this Pre-Shared Key?" -msgstr "" - -# File: src/www/vpn_ipsec.php, line: 232 -# File: src/www/vpn_ipsec_keys.php, line: 90 -# File: src/www/vpn_ipsec_mobile.php, line: 332 -msgid "The IPsec tunnel configuration has been changed" -msgstr "IPsec隧道配置已更改" - -# File: src/www/vpn_ipsec_keys.php, line: 107 -# File: src/www/vpn_ipsec_keys_edit.php, line: 65 -# File: src/www/vpn_ipsec_keys_edit.php, line: 137 -msgid "Identifier" -msgstr "标识" - -# File: src/www/vpn_ipsec_keys.php, line: 123 -msgid "ANY USER" -msgstr "任意用户" - -# File: src/www/vpn_ipsec_keys.php, line: 137 -msgid "edit" -msgstr "编辑" - -# File: src/www/vpn_ipsec_keys.php, line: 151 -msgid "edit key" -msgstr "编辑密钥" - -# File: src/www/vpn_ipsec_keys.php, line: 152 -msgid "delete key" -msgstr "删除密钥" - -# File: src/www/vpn_ipsec_keys.php, line: 176 -# File: src/www/vpn_ipsec_keys_edit.php, line: 167 -msgid "PSK for any user can be set by using an identifier of any/ANY" -msgstr "" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 73 -msgid "A user with this name already exists. Add the key to the user instead." -msgstr "已存在一个使用该名字的用户。添加该密钥给替代的用户" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 70 -msgid "The identifier contains invalid characters." -msgstr "标识包含无效字符" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 80 -msgid "Another entry with the same identifier already exists." -msgstr "" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 97 -msgid "Edited" -msgstr "" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 100 -msgid "Added" -msgstr "已添加" - -# File: src/www/vpn_ipsec_keys_edit.php, line: 146 -msgid "" -"This can be either an IP address, fully qualified domain name or an e-mail " -"address." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 130 -msgid "Group Authentication Source" -msgstr "组认证源" - -# File: src/www/vpn_ipsec_mobile.php, line: 130 -msgid "User Authentication Source" -msgstr "用户认证源" - -# File: src/www/vpn_ipsec_mobile.php, line: 136 -msgid "" -"A valid IP address for 'Virtual Address Pool Network' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 140 -msgid "A valid value for 'DNS Default Domain' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 147 -msgid "A valid split DNS domain list must be specified." -msgstr "必须指定一个有效的分离DNS域" - -# File: src/www/vpn_ipsec_mobile.php, line: 159 -msgid "A valid IP address for 'DNS Server #1' must be specified." -msgstr " 'DNS Server #1'必须指定一个有效的IP地址" - -# File: src/www/vpn_ipsec_mobile.php, line: 161 -msgid "A valid IP address for 'DNS Server #2' must be specified." -msgstr "'DNS Server #2'必须指定一个有效的IP地址" - -# File: src/www/vpn_ipsec_mobile.php, line: 163 -msgid "A valid IP address for 'DNS Server #3' must be specified." -msgstr "'DNS Server #3'必须指定一个有效的IP地址" - -# File: src/www/vpn_ipsec_mobile.php, line: 165 -msgid "A valid IP address for 'DNS Server #4' must be specified." -msgstr "'DNS Server #4'必须指定一个有效的IP地址" - -# File: src/www/vpn_ipsec_mobile.php, line: 172 -msgid "A valid IP address for 'WINS Server #1' must be specified." -msgstr "'WINS Server #1'必须指定一个有效的IP地址" - -# File: src/www/vpn_ipsec_mobile.php, line: 174 -msgid "A valid IP address for 'WINS Server #2' must be specified." -msgstr "'WINS Server #2'必须指定一个有效的IP地址" - -# File: src/www/vpn_ipsec_mobile.php, line: 337 -msgid "Create Phase1" -msgstr "生成 Phase1" - -# File: src/www/vpn_ipsec_mobile.php, line: 337 -msgid "Please click Create to define one." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 337 -msgid "" -"Support for IPsec Mobile clients is enabled but a Phase1 definition was not " -"found" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 357 -msgid "IKE Extensions" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 366 -msgid "Enable IPsec Mobile Client Support" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 379 -msgid "Extended Authentication (Xauth)" -msgstr "扩展认证(Xauth)" - -# File: src/www/vpn_ipsec_mobile.php, line: 386 -msgid "User Authentication" -msgstr "用户认证" - -# File: src/www/vpn_ipsec_mobile.php, line: 404 -msgid "Group Authentication" -msgstr "组认证" - -# File: src/www/vpn_ipsec_mobile.php, line: 409 -msgid "system" -msgstr "系统" - -# File: src/www/vpn_ipsec_mobile.php, line: 420 -msgid "Client Configuration (mode-cfg)" -msgstr "客户端配置(模式-cfg)" - -# File: src/www/vpn_ipsec_mobile.php, line: 427 -msgid "Virtual Address Pool" -msgstr "虚拟地址池" - -# File: src/www/vpn_ipsec_mobile.php, line: 436 -msgid "Provide a virtual IP address to clients" -msgstr "为客户端提供一个虚拟IP地址" - -# File: src/www/vpn_ipsec_mobile.php, line: 459 -msgid "Network List" -msgstr "网络列表" - -# File: src/www/vpn_ipsec_mobile.php, line: 468 -msgid "Provide a list of accessible networks to clients" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 475 -msgid "Save Xauth Password" -msgstr "保存Xauth密码:" - -# File: src/www/vpn_ipsec_mobile.php, line: 484 -msgid "Allow clients to save Xauth passwords (Cisco VPN client only)." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 485 -msgid "" -"NOTE: With iPhone clients, this does not work when deployed via the iPhone " -"configuration utility, only by manual entry." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 492 -# File: src/www/vpn_openvpn_csc.php, line: 510 -# File: src/www/vpn_openvpn_server.php, line: 1511 -msgid "DNS Default Domain" -msgstr "DNS默认域" - -# File: src/www/vpn_ipsec_mobile.php, line: 501 -# File: src/www/vpn_openvpn_csc.php, line: 520 -# File: src/www/vpn_openvpn_server.php, line: 1521 -msgid "Provide a default domain name to clients" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 515 -msgid "Split DNS" -msgstr "分离DNS" - -# File: src/www/vpn_ipsec_mobile.php, line: 524 -msgid "" -"Provide a list of split DNS domain names to clients. Enter a comma separated " -"list." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 525 -msgid "" -"NOTE: If left blank, and a default domain is set, it will be used for this " -"value." -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 539 -# File: src/www/vpn_openvpn_csc.php, line: 535 -# File: src/www/vpn_openvpn_server.php, line: 1536 -msgid "DNS Servers" -msgstr "DNS服务器" - -# File: src/www/vpn_ipsec_mobile.php, line: 548 -# File: src/www/vpn_openvpn_csc.php, line: 545 -# File: src/www/vpn_openvpn_server.php, line: 1546 -msgid "Provide a DNS server list to clients" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 581 -# File: src/www/vpn_openvpn_csc.php, line: 682 -# File: src/www/vpn_openvpn_server.php, line: 1704 -msgid "WINS Servers" -msgstr "WINS服务器" - -# File: src/www/vpn_ipsec_mobile.php, line: 590 -# File: src/www/vpn_openvpn_csc.php, line: 692 -# File: src/www/vpn_openvpn_server.php, line: 1714 -msgid "Provide a WINS server list to clients" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 611 -msgid "Phase2 PFS Group" -msgstr "Phase2 PFS组" - -# File: src/www/vpn_ipsec_mobile.php, line: 620 -msgid "" -"Provide the Phase2 PFS group to clients ( overrides all mobile phase2 " -"settings )" -msgstr "" - -# File: src/www/vpn_ipsec_mobile.php, line: 641 -msgid "Login Banner" -msgstr "登陆横幅" - -# File: src/www/vpn_ipsec_mobile.php, line: 650 -msgid "Provide a login banner to clients" -msgstr "为客户端提供一个登陆横幅" - -# File: src/www/vpn_ipsec_phase1.php, line: 162 -msgid "EAP-TLS can only be used with IKEv2 type VPNs." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 182 -# File: src/www/vpn_ipsec_phase1.php, line: 635 -msgid "Remote gateway" -msgstr "远端网关" - -# File: src/www/vpn_ipsec_phase1.php, line: 188 -msgid "The P1 lifetime must be an integer." -msgstr "P1生命周期必须是整数" - -# File: src/www/vpn_ipsec_phase1.php, line: 192 -msgid "A valid remote gateway address or host name must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 194 -msgid "" -"A valid remote gateway IPv4 address must be specified or you need to change " -"protocol to IPv6" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 196 -msgid "" -"A valid remote gateway IPv6 address must be specified or you need to change " -"protocol to IPv4" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 233 -msgid "The remote gateway \"%s\" is already used by phase1 \"%s\"." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 216 -msgid "There is a Phase 2 using IPv6, you cannot use IPv4." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 220 -msgid "There is a Phase 2 using IPv4, you cannot use IPv6." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 233 -msgid "Please enter an address for 'My Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 236 -msgid "Please enter a keyid tag for 'My Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 239 -msgid "Please enter a fully qualified domain name for 'My Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 242 -msgid "Please enter a user and fully qualified domain name for 'My Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 245 -msgid "Please enter a dynamic domain name for 'My Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 248 -msgid "A valid IP address for 'My identifier' must be specified." -msgstr "必须为 'My identifier'指定一个有效的IP地址" - -# File: src/www/vpn_ipsec_phase1.php, line: 251 -msgid "A valid domain name for 'My identifier' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 255 -msgid "A valid FQDN for 'My identifier' must be specified." -msgstr "必须为 'My identifier'指定一个有效的FQDN" - -# File: src/www/vpn_ipsec_phase1.php, line: 260 -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'My identifier' must " -"be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 265 -msgid "A valid Dynamic DNS address for 'My identifier' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 275 -msgid "Please enter an address for 'Peer Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 278 -msgid "Please enter a keyid tag for 'Peer Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 281 -msgid "Please enter a fully qualified domain name for 'Peer Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 284 -msgid "" -"Please enter a user and fully qualified domain name for 'Peer Identifier'" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 287 -msgid "A valid IP address for 'Peer identifier' must be specified." -msgstr "必须为 'Peer identifier'指定一个有效的IP地址" - -# File: src/www/vpn_ipsec_phase1.php, line: 290 -msgid "A valid domain name for 'Peer identifier' must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 294 -msgid "A valid FQDN for 'Peer identifier' must be specified." -msgstr "必须为 'Peer identifier'指定一个有效的FQDN" - -# File: src/www/vpn_ipsec_phase1.php, line: 299 -msgid "" -"A valid User FQDN in the form of user@my.domain.com for 'Peer identifier' " -"must be specified." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 305 -msgid "A numeric value must be specified for DPD delay." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 308 -msgid "A numeric value must be specified for DPD retries." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 345 -msgid "Invalid argument for key exchange protocol version." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 548 -# File: src/www/vpn_openvpn_client.php, line: 464 -# File: src/www/vpn_openvpn_csc.php, line: 343 -# File: src/www/vpn_openvpn_server.php, line: 762 -msgid "General information" -msgstr "一般信息" - -# File: src/www/vpn_ipsec_phase1.php, line: 558 -msgid "Disable this phase1 entry" -msgstr "禁用该phase1条目" - -# File: src/www/vpn_ipsec_phase1.php, line: 600 -msgid "" -"Set this option to disable this phase1 without removing it from the list." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 606 -msgid "Connection method" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 611 -msgid "Respond only" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 612 -msgid "Start on traffic" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 613 -msgid "Start immediate" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 616 -msgid "" -"Choose the connect behaviour here, when using CARP you might want to " -"consider the Repond only option here (wait for the other side to connect)." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 566 -msgid "Key Exchange version" -msgstr "密钥交换版本" - -# File: src/www/vpn_ipsec_phase1.php, line: 577 -msgid "" -"Select the KeyExchange Protocol version to be used. Usually known as IKEv1 " -"or IKEv2." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 581 -msgid "Internet Protocol" -msgstr "Internet协议" - -# File: src/www/vpn_ipsec_phase1.php, line: 655 -msgid "Select the Internet Protocol family from this dropdown." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 695 -msgid "Select the interface for the local endpoint of this phase1 entry." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 639 -msgid "Enter the public IP address or host name of the remote gateway" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 666 -msgid "Phase 1 proposal (Authentication)" -msgstr "phase1提案(身份验证)" - -# File: src/www/vpn_ipsec_phase1.php, line: 673 -# File: src/www/vpn_openvpn_client.php, line: 605 -msgid "Authentication method" -msgstr "认证方式" - -# File: src/www/vpn_ipsec_phase1.php, line: 753 -# File: src/www/vpn_ipsec_phase1.php, line: 932 -# File: src/www/vpn_ipsec_phase1.php, line: 963 -msgid "Must match the setting chosen on the remote side." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 693 -msgid "Negotiation mode" -msgstr "协商模式" - -# File: src/www/vpn_ipsec_phase1.php, line: 772 -msgid "Aggressive is more flexible, but less secure." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 708 -msgid "My identifier" -msgstr "我的标识" - -# File: src/etc/inc/ipsec.inc, line: 40 -msgid "My IP address" -msgstr "我的IP地址" - -# File: src/etc/inc/ipsec.inc, line: 44 -# File: src/etc/inc/ipsec.inc, line: 53 -msgid "ASN.1 distinguished Name" -msgstr "ASN.1已区分名字" - -# File: src/etc/inc/ipsec.inc, line: 45 -# File: src/etc/inc/ipsec.inc, line: 54 -msgid "KeyID tag" -msgstr "KeyID 标签" - -# File: src/www/vpn_ipsec_phase1.php, line: 721 -msgid "Peer identifier" -msgstr "对端标识" - -# File: src/etc/inc/ipsec.inc, line: 49 -msgid "Peer IP address" -msgstr "对端IP地址" - -# File: src/www/vpn_ipsec_phase1.php, line: 830 -msgid "" -"NOTE: This is known as the \"group\" setting on some VPN client " -"implementations." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 841 -msgid "Input your Pre-Shared Key string." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 752 -msgid "My Certificate" -msgstr "我的证书" - -# File: src/www/vpn_ipsec_phase1.php, line: 861 -msgid "Select a certificate previously configured in the Certificate Manager." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 771 -msgid "My Certificate Authority" -msgstr "我的证书权威" - -# File: src/www/vpn_ipsec_phase1.php, line: 884 -msgid "" -"Select a certificate authority previously configured in the Certificate " -"Manager." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 796 -msgid "Phase 1 proposal (Algorithms)" -msgstr "phase1提案(算法)" - -# File: src/www/vpn_ipsec_phase1.php, line: 803 -# File: src/www/vpn_openvpn_client.php, line: 826 -# File: src/www/vpn_openvpn_server.php, line: 1070 -msgid "Encryption algorithm" -msgstr "加密算法" - -# File: src/www/vpn_ipsec_phase1.php, line: 822 -msgid "Hash algorithm" -msgstr "哈希算法" - -# File: src/www/vpn_ipsec_phase1.php, line: 838 -msgid "DH key group" -msgstr "DH 密钥组" - -# File: src/www/vpn_ipsec_phase1.php, line: 873 -msgid "Disable Rekey" -msgstr "禁用重复密钥" - -# File: src/www/vpn_ipsec_phase1.php, line: 876 -msgid "Whether a connection should be renegotiated when it is about to expire." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 880 -msgid "Disable Reauth" -msgstr "禁用重新认证" - -# File: src/www/vpn_ipsec_phase1.php, line: 883 -msgid "" -"Whether rekeying of an IKE_SA should also reauthenticate the peer. In IKEv1, " -"reauthentication is always done." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 887 -msgid "NAT Traversal" -msgstr "NAT遍历" - -# File: src/www/vpn_ipsec_phase1.php, line: 892 -msgid "Force" -msgstr "强制" - -# File: src/www/vpn_ipsec_phase1.php, line: 1012 -msgid "" -"Set this option to enable the use of NAT-T (i.e. the encapsulation of ESP in " -"UDP packets) if needed, which can help with clients that are behind " -"restrictive firewalls." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 902 -msgid "Dead Peer Detection" -msgstr "对端死亡检测" - -# File: src/www/vpn_ipsec_phase1.php, line: 905 -msgid "Enable DPD" -msgstr "启用DPD" - -# File: src/www/vpn_ipsec_phase1.php, line: 1029 -msgid "Delay between requesting peer acknowledgement." -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 915 -msgid "retries" -msgstr "" - -# File: src/www/vpn_ipsec_phase1.php, line: 1035 -msgid "Number of consecutive failures allowed before disconnect." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 123 -msgid "A valid ikeid must be specified." -msgstr "必须指定一个有效的ikeid" - -# File: src/www/vpn_ipsec_phase2.php, line: 127 -msgid "Local network type" -msgstr "本地网络类型" - -# File: src/www/vpn_ipsec_phase2.php, line: 127 -msgid "Unique Identifier" -msgstr "唯一标识" - -# File: src/www/vpn_ipsec_phase2.php, line: 130 -msgid "Remote network type" -msgstr "远端网络类型" - -# File: src/www/vpn_ipsec_phase2.php, line: 140 -msgid "A valid local network bit count must be specified." -msgstr "必须指定一个有效的本地网络位数" - -# File: src/www/vpn_ipsec_phase2.php, line: 143 -msgid "A valid local network IP address must be specified." -msgstr "必须指定一个有效的本地网络地址" - -# File: src/www/vpn_ipsec_phase2.php, line: 145 -msgid "" -"A valid local network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 147 -msgid "" -"A valid local network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 157 -# File: src/www/vpn_ipsec_phase2.php, line: 183 -msgid "Invalid Local Network." -msgstr "无效的本地网络" - -# File: src/www/vpn_ipsec_phase2.php, line: 157 -# File: src/www/vpn_ipsec_phase2.php, line: 183 -msgid "has no subnet." -msgstr "没有子网" - -# File: src/www/vpn_ipsec_phase2.php, line: 164 -msgid "A valid NAT local network bit count must be specified." -msgstr "必须指定一个有效的NAT本地网络位数" - -# File: src/www/vpn_ipsec_phase2.php, line: 166 -msgid "" -"You cannot configure a network type address for NAT while only an address " -"type is selected for local source." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 169 -msgid "A valid NAT local network IP address must be specified." -msgstr "必须指定一个有效的NAT本地网络IP地址" - -# File: src/www/vpn_ipsec_phase2.php, line: 171 -msgid "" -"A valid NAT local network IPv4 address must be specified or you need to " -"change Mode to IPv6" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 173 -msgid "" -"A valid NAT local network IPv6 address must be specified or you need to " -"change Mode to IPv4" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 299 -msgid "" -"BINAT requires that the netmask of the local network matches the one of the " -"NAT/BINAT network." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 190 -msgid "A valid remote network bit count must be specified." -msgstr "必须指定一个有效的远端网络位数" - -# File: src/www/vpn_ipsec_phase2.php, line: 193 -msgid "A valid remote network IP address must be specified." -msgstr "必须指定一个有效的远端网络IP地址" - -# File: src/www/vpn_ipsec_phase2.php, line: 195 -msgid "" -"A valid remote network IPv4 address must be specified or you need to change " -"Mode to IPv6" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 197 -msgid "" -"A valid remote network IPv6 address must be specified or you need to change " -"Mode to IPv4" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 215 -msgid "Phase2 with this Local Network is already defined for mobile clients." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 240 -msgid "" -"Phase2 with this Local/Remote networks combination is already defined for " -"this Phase1." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 252 -msgid "At least one encryption algorithm must be selected." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 257 -msgid "At least one hashing algorithm needs to be selected." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 266 -msgid "The P2 lifetime must be an integer." -msgstr "P2生命周期必须是一个整数" - -# File: src/www/vpn_ipsec_phase2.php, line: 512 -msgid "Disable this phase2 entry" -msgstr "禁用该phase2条目" - -# File: src/www/vpn_ipsec_phase2.php, line: 514 -msgid "" -"Set this option to disable this phase2 entry without removing it from the " -"list" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 535 -msgid "Local Network" -msgstr "本地网络" - -# File: src/www/vpn_ipsec_phase2.php, line: 549 -# File: src/www/vpn_ipsec_phase2.php, line: 584 -msgid "%s subnet" -msgstr "%s 子网" - -# File: src/www/vpn_ipsec_phase2.php, line: 725 -msgid "NAT/BINAT" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 746 -msgid "NAT Type" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 756 -msgid "BINAT" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 760 -msgid "" -"Enforce the type of NAT by choosing either NAT or BINAT. Leave it to Auto to " -"let OPNsense automatically choose the best NAT option." -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 571 -msgid "" -"In case you need NAT/BINAT on this network specify the address to be " -"translated" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 612 -msgid "Remote Network" -msgstr "远端子网" - -# File: src/www/vpn_ipsec_phase2.php, line: 663 -msgid "Phase 2 proposal (SA/Key Exchange)" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 678 -msgid "ESP is encryption, AH is authentication only" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 683 -msgid "Encryption algorithms" -msgstr "加密算法" - -# File: src/www/vpn_ipsec_phase2.php, line: 725 -msgid "" -"Hint: use 3DES for best compatibility or if you have a hardware crypto " -"accelerator card. Blowfish is usually the fastest in software encryption" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 731 -msgid "Hash algorithms" -msgstr "哈希算法" - -# File: src/www/vpn_ipsec_phase2.php, line: 741 -msgid "PFS key group" -msgstr "PFS密钥组" - -# File: src/www/vpn_ipsec_phase2.php, line: 759 -msgid "Set globally in mobile client options" -msgstr "" - -# File: src/www/vpn_ipsec_phase2.php, line: 777 -msgid "Automatically ping host" -msgstr "自动ping主机" - -# File: src/www/vpn_ipsec_settings.php, line: 158 -msgid "IPSec Advanced Settings" -msgstr "IPSec高级设置" - -# File: src/www/vpn_ipsec_settings.php, line: 162 -msgid "LAN security associations" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 168 -msgid "Do not install LAN SPD" -msgstr "不安装LAN SPD" - -# File: src/www/vpn_ipsec_settings.php, line: 170 -msgid "" -"By default, if IPSec is enabled negating SPD are inserted to provide " -"protection. This behaviour can be changed by enabling this setting which " -"will prevent installing these SPDs." -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 175 -msgid "Security Associations" -msgstr "安全关联" - -# File: src/www/vpn_ipsec_settings.php, line: 178 -msgid "Prefer older IPsec SAs" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 180 -msgid "" -"By default, if several SAs match, the newest one is preferred if it's at " -"least 30 seconds old. Select this option to always prefer old SAs over new " -"ones." -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 186 -msgid "IPsec Debug" -msgstr "IPsec检错" - -# File: src/www/vpn_ipsec_settings.php, line: 188 -msgid "Start IPSec in debug mode based on sections selected" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 209 -msgid "" -"Launches IPSec in debug mode so that more verbose logs will be generated to " -"aid in troubleshooting." -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 214 -msgid "IPsec Reload on Failover" -msgstr "失效备援重新载入IPsec" - -# File: src/www/vpn_ipsec_settings.php, line: 217 -msgid "Force IPsec Reload on Failover" -msgstr "故障转移,强制重新载入IPsec" - -# File: src/www/vpn_ipsec_settings.php, line: 219 -msgid "" -"In some circumstances using a gateway group as the interface for an IPsec " -"tunnel does not function properly, and IPsec must be forcefully reloaded " -"when a failover occurs. Because this will disrupt all IPsec tunnels, this " -"behavior is disabled by default. Check this box to force IPsec to fully " -"reload on failover." -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 226 -msgid "Maximum MSS" -msgstr "最大MSS" - -# File: src/www/vpn_ipsec_settings.php, line: 229 -msgid "Enable MSS clamping on VPN traffic" -msgstr "" - -# File: src/www/vpn_ipsec_settings.php, line: 233 -msgid "" -"Enable MSS clamping on TCP flows over VPN. This helps overcome problems with " -"PMTUD on IPsec VPN links. If left blank, the default value is 1400 bytes. " -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 65 -# File: src/www/vpn_pppoe_edit.php, line: 105 -# File: src/www/vpn_pptp.php, line: 74 -msgid "Remote start address" -msgstr "远端开始地址" - -# File: src/www/vpn_l2tp.php, line: 65 -# File: src/www/vpn_pppoe_edit.php, line: 105 -# File: src/www/vpn_pppoe_edit.php, line: 439 -# File: src/www/vpn_pptp.php, line: 74 -# File: src/www/vpn_pptp.php, line: 361 -msgid "Server address" -msgstr "服务器地址" - -# File: src/www/vpn_l2tp.php, line: 70 -# File: src/www/vpn_pppoe_edit.php, line: 110 -# File: src/www/vpn_pptp.php, line: 79 -msgid "RADIUS server address" -msgstr "RADIUS服务器地址" - -# File: src/www/vpn_l2tp.php, line: 70 -# File: src/www/vpn_pppoe_edit.php, line: 110 -# File: src/www/vpn_pptp.php, line: 79 -# File: src/www/vpn_pptp.php, line: 441 -msgid "RADIUS shared secret" -msgstr "RADIUS预共享密钥" - -# File: src/www/vpn_l2tp.php, line: 76 -# File: src/www/vpn_pppoe_edit.php, line: 116 -# File: src/www/vpn_pptp.php, line: 85 -msgid "A valid server address must be specified." -msgstr "必须指定一个有效的服务器地址" - -# File: src/www/vpn_l2tp.php, line: 79 -# File: src/www/vpn_pptp.php, line: 88 -msgid "" -"'Server address' parameter should NOT be set to any IP address currently in " -"use on this firewall." -msgstr "服务器地址参数不能被设置为防火墙当前正使用的任何IP地址" - -# File: src/www/vpn_l2tp.php, line: 82 -# File: src/www/vpn_pppoe_edit.php, line: 118 -# File: src/www/vpn_pptp.php, line: 91 -msgid "A valid remote start address must be specified." -msgstr "必须指定一个有效的远端开始地址" - -# File: src/www/vpn_l2tp.php, line: 85 -# File: src/www/vpn_pppoe_edit.php, line: 120 -# File: src/www/vpn_pptp.php, line: 94 -msgid "A valid RADIUS server address must be specified." -msgstr "必须指定一个有效的RADIUS服务器地址" - -# File: src/www/vpn_l2tp.php, line: 101 -# File: src/www/vpn_pppoe_edit.php, line: 127 -# File: src/www/vpn_pptp.php, line: 103 -msgid "The specified server address lies in the remote subnet." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 104 -# File: src/www/vpn_pptp.php, line: 107 -msgid "The specified server address is equal to the LAN interface address." -msgstr "这个指定的服务器地址相当于LAN接口的IP地址" - -# File: src/www/vpn_l2tp.php, line: 306 -msgid "Enable L2TP server" -msgstr "启用L2TP服务器" - -# File: src/www/vpn_l2tp.php, line: 327 -msgid "Server Address" -msgstr "服务器地址" - -# File: src/www/vpn_l2tp.php, line: 328 -msgid "" -"Enter the IP address the L2TP server should give to clients for use as their " -"\"gateway\"." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 333 -# File: src/www/vpn_pppoe_edit.php, line: 445 -# File: src/www/vpn_pptp.php, line: 367 -msgid "Typically this is set to an unused IP just outside of the client range" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 333 -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 339 -msgid "Remote Address Range" -msgstr "远程地址范围" - -# File: src/www/vpn_l2tp.php, line: 342 -msgid "Specify the starting address for the client IP address subnet." -msgstr "为子网客户端IP地址指定开始地址" - -# File: src/www/vpn_l2tp.php, line: 359 -# File: src/www/vpn_pppoe_edit.php, line: 418 -msgid "is" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 363 -msgid "Number of L2TP users" -msgstr "L2TP用户数目" - -# File: src/www/vpn_l2tp.php, line: 377 -msgid "10 is ten L2TP clients" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 380 -msgid "Secret" -msgstr "安全" - -# File: src/www/vpn_l2tp.php, line: 384 -msgid "" -"Specify optional secret shared between peers. Required on some " -"devices/setups." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 388 -msgid "Authentication Type" -msgstr "认证类型" - -# File: src/www/vpn_l2tp.php, line: 391 -msgid "CHAP" -msgstr "" - -# File: src/www/services_captiveportal.php, line: 669 -# File: src/www/vpn_l2tp.php, line: 392 -msgid "PAP" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 395 -msgid "Specifies which protocol to use for authentication." -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 399 -msgid "L2TP DNS Servers" -msgstr "L2TP DNS服务器" - -# File: src/www/vpn_l2tp.php, line: 405 -msgid "primary and secondary DNS servers assigned to L2TP clients" -msgstr "为L2TP客户端指定首选和第二个DNS服务器" - -# File: src/www/vpn_l2tp.php, line: 409 -# File: src/www/vpn_pptp.php, line: 392 -msgid "WINS Server" -msgstr "WINS服务器" - -# File: src/www/vpn_l2tp.php, line: 415 -# File: src/www/vpn_pppoe_edit.php, line: 476 -# File: src/www/vpn_pptp.php, line: 398 -msgid "RADIUS" -msgstr "" - -# File: src/www/vpn_l2tp.php, line: 418 -# File: src/www/vpn_pppoe_edit.php, line: 479 -# File: src/www/vpn_pptp.php, line: 401 -msgid "Use a RADIUS server for authentication" -msgstr "使用一个RADIUS服务器来认证" - -# File: src/www/vpn_l2tp.php, line: 419 -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used." -msgstr "当设定后,所有用户将使用以下指定的RADIUS服务器来认证,而非本地用户数据库" - -# File: src/www/vpn_l2tp.php, line: 422 -# File: src/www/vpn_pppoe_edit.php, line: 485 -# File: src/www/vpn_pptp.php, line: 407 -msgid "Enable RADIUS accounting" -msgstr "启用RADIUS审计" - -# File: src/www/vpn_l2tp.php, line: 423 -msgid "Sends accounting packets to the RADIUS server." -msgstr "发送审计数据包到RADIUS服务器" - -# File: src/www/vpn_l2tp.php, line: 426 -# File: src/www/vpn_pptp.php, line: 432 -msgid "RADIUS Server" -msgstr "RADIUS服务器" - -# File: src/www/vpn_l2tp.php, line: 430 -msgid "Enter the IP address of the RADIUS server." -msgstr "输入RADIUS服务器IP地址" - -# File: src/www/vpn_l2tp.php, line: 433 -msgid "RADIUS Shared Secret" -msgstr "RADIUS预共享密钥" - -# File: src/www/vpn_l2tp.php, line: 437 -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server." -msgstr "输入预共享密钥,用于在RADIUS服务器认证" - -# File: src/www/vpn_l2tp.php, line: 440 -msgid "RADIUS Issued IP's" -msgstr "RADIUS分配IP" - -# File: src/www/vpn_l2tp.php, line: 444 -msgid "Issue IP Addresses via RADIUS server." -msgstr "通过RADIUS服务器分配IP地址" - -# File: src/www/vpn_l2tp.php, line: 457 -msgid "" -"Don't forget to add a firewall rule to permit traffic from L2TP clients!" -msgstr "不要忘记添加一条防火墙规则,允许来自l2tp客户端的数据流!" - -# File: src/www/vpn_l2tp_users.php, line: 85 -# File: src/www/vpn_pptp_users.php, line: 82 -msgid "Warning: RADIUS is enabled. The local user database will not be used." -msgstr "警告:RADIUS已启用,本地用户数据库将不被使用" - -# File: src/www/vpn_l2tp_users.php, line: 87 -msgid "The l2tp user list has been modified" -msgstr "l2tp用户列表已修改" - -# File: src/www/vpn_l2tp_users.php, line: 87 -msgid "Warning: this will terminate all current l2tp sessions!" -msgstr "警告:这将终止所有当前的l2tp线程!" - -# File: src/www/vpn_l2tp_users.php, line: 87 -# File: src/www/vpn_pptp_users.php, line: 84 -msgid "You must apply the changes in order for them to take effect" -msgstr "你必须应用这些改变,好使它们生效" - -# File: src/www/vpn_l2tp_users_edit.php, line: 85 -# File: src/www/vpn_pptp_users_edit.php, line: 84 -msgid "The password contains invalid characters." -msgstr "密码包含无效字符" - -# File: src/www/vpn_l2tp_users_edit.php, line: 91 -# File: src/www/vpn_pptp_users_edit.php, line: 90 -msgid "The IP address entered is not valid." -msgstr "输入的不是有效IP地址" - -# File: src/www/vpn_l2tp_users_edit.php, line: 178 -# File: src/www/vpn_pptp_users_edit.php, line: 170 -msgid "confirmation" -msgstr "确认" - -# File: src/www/vpn_l2tp_users_edit.php, line: 179 -msgid "If you want to change the users password, enter it here twice." -msgstr "如果你想更改用户密码,请在这里输入两次" - -# File: src/www/vpn_l2tp_users_edit.php, line: 186 -# File: src/www/vpn_pptp_users_edit.php, line: 178 -msgid "" -"If you want the user to be assigned a specific IP address, enter it here." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 172 -# File: src/www/vpn_openvpn_server.php, line: 224 -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv6 " -"protocol and an IPv4 IP address." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 174 -# File: src/www/vpn_openvpn_server.php, line: 226 -msgid "" -"Protocol and IP address families do not match. You cannot select an IPv4 " -"protocol and an IPv6 IP address." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 176 -# File: src/www/vpn_openvpn_server.php, line: 228 -msgid "" -"An IPv4 protocol was selected, but the selected interface has no IPv4 " -"address." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 178 -# File: src/www/vpn_openvpn_server.php, line: 230 -msgid "" -"An IPv6 protocol was selected, but the selected interface has no IPv6 " -"address." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 178 -msgid "" -"The field Local port must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 194 -# File: src/www/vpn_openvpn_server.php, line: 265 -msgid "The specified 'Local port' is in use. Please select another value" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 186 -# File: src/www/vpn_openvpn_client.php.orig, line: 186 -msgid "" -"The field Server host or address must contain a valid IP address or domain " -"name." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 190 -msgid "" -"The field Server port must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 195 -# File: src/www/vpn_openvpn_client.php.orig, line: 195 -msgid "" -"The field Proxy host or address must contain a valid IP address or domain " -"name." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 198 -msgid "" -"The field Proxy port must contain a valid port, ranging from 0 to 65535." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 213 -msgid "User name and password are required for proxy with authentication." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 232 -msgid "The bandwidth limit must be a positive numeric value." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 240 -# File: src/www/vpn_openvpn_server.php, line: 273 -msgid "The field 'Shared Key' does not appear to be valid" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 245 -# File: src/www/vpn_openvpn_server.php, line: 278 -msgid "The field 'TLS Authentication Key' does not appear to be valid" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 254 -# File: src/www/vpn_openvpn_server.php, line: 329 -msgid "Shared key" -msgstr "预共享密钥" - -# File: src/www/vpn_openvpn_client.php, line: 260 -msgid "" -"If no Client Certificate is selected, a username and password must be " -"entered." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 337 -msgid "add client" -msgstr "添加客户端" - -# File: src/www/vpn_openvpn_client.php, line: 483 -msgid "" -"Set this option to disable this client without removing it from the list" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 487 -# File: src/www/vpn_openvpn_server.php, line: 785 -msgid "Server Mode" -msgstr "服务器模式" - -# File: src/etc/inc/openvpn.inc, line: 88 -# File: src/etc/inc/openvpn.inc, line: 96 -msgid "Peer to Peer ( SSL/TLS )" -msgstr "端对端(SSL/TLS)" - -# File: src/etc/inc/openvpn.inc, line: 89 -# File: src/etc/inc/openvpn.inc, line: 97 -msgid "Peer to Peer ( Shared Key )" -msgstr "端对端(共享密钥)" - -# File: src/www/vpn_openvpn_client.php, line: 517 -msgid "Device mode" -msgstr "设备模式" - -# File: src/www/vpn_openvpn_client.php, line: 568 -# File: src/www/vpn_openvpn_server.php, line: 888 -msgid "Local port" -msgstr "本地端口" - -# File: src/www/vpn_openvpn_client.php, line: 571 -msgid "" -"Set this option if you would like to bind to a specific port. Leave this " -"blank or enter 0 for a random dynamic port." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 575 -msgid "Server host or address" -msgstr "服务器主机或地址" - -# File: src/www/vpn_openvpn_client.php, line: 581 -msgid "Server port" -msgstr "服务器端口" - -# File: src/www/vpn_openvpn_client.php, line: 587 -msgid "Proxy host or address" -msgstr "代理主机或地址" - -# File: src/www/vpn_openvpn_client.php, line: 593 -msgid "Proxy port" -msgstr "代理端口" - -# File: src/www/vpn_openvpn_client.php, line: 599 -msgid "Proxy authentication extra options" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 611 -msgid "basic" -msgstr "基础" - -# File: src/www/vpn_openvpn_client.php, line: 612 -msgid "ntlm" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 643 -msgid "Server host name resolution" -msgstr "服务器主机名解析" - -# File: src/www/vpn_openvpn_client.php, line: 653 -msgid "Infinitely resolve server" -msgstr "无限制解析服务器" - -# File: src/www/vpn_openvpn_client.php, line: 658 -msgid "" -"Continuously attempt to resolve the server host name. Useful when " -"communicating with a server that is not permanently connected to the Internet" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 674 -msgid "User Authentication Settings" -msgstr "用户认证设置" - -# File: src/www/vpn_openvpn_client.php, line: 677 -msgid "User name/pass" -msgstr "用户名/放行" - -# File: src/www/vpn_openvpn_client.php, line: 679 -msgid "Leave empty when no user name and password are needed." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 706 -# File: src/www/vpn_openvpn_server.php, line: 905 -msgid "Cryptographic Settings" -msgstr "加密设置" - -# File: src/www/vpn_openvpn_client.php, line: 709 -# File: src/www/vpn_openvpn_server.php, line: 908 -msgid "TLS Authentication" -msgstr "TLS 认证" - -# File: src/www/vpn_openvpn_client.php, line: 719 -# File: src/www/vpn_openvpn_server.php, line: 918 -msgid "Enable authentication of TLS packets" -msgstr "启用TLS 认证" - -# File: src/www/vpn_openvpn_client.php, line: 733 -# File: src/www/vpn_openvpn_server.php, line: 932 -msgid "Automatically generate a shared TLS authentication key" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 743 -# File: src/www/vpn_openvpn_client.php, line: 819 -# File: src/www/vpn_openvpn_server.php, line: 943 -# File: src/www/vpn_openvpn_server.php, line: 1063 -msgid "Paste your shared key here" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 752 -# File: src/www/vpn_openvpn_client.php.orig, line: 752 -msgid "(Username and Password required)" -msgstr "" - -# File: src/www/services_captiveportal.php, line: 953 -msgid "No Certificates defined." -msgstr "没有定义证书" - -# File: src/www/vpn_openvpn_client.php, line: 756 -# File: src/www/vpn_openvpn_client.php.orig, line: 756 -msgid "if one is required for this connection." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 798 -# File: src/www/vpn_openvpn_server.php, line: 1041 -msgid "Shared Key" -msgstr "预共享密钥" - -# File: src/www/vpn_openvpn_client.php, line: 809 -# File: src/www/vpn_openvpn_server.php, line: 1052 -msgid "Automatically generate a shared key" -msgstr "自动生成一个共享密钥" - -# File: src/www/vpn_openvpn_client.php, line: 844 -# File: src/www/vpn_openvpn_server.php, line: 1088 -msgid "Auth Digest Algorithm" -msgstr "认证摘要算法" - -# File: src/www/vpn_openvpn_client.php, line: 859 -msgid "" -"NOTE: Leave this set to SHA1 unless the server is set to match. SHA1 is the " -"default for OpenVPN." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 863 -# File: src/www/vpn_openvpn_server.php, line: 1107 -msgid "Hardware Crypto" -msgstr "硬件加密" - -# File: src/www/vpn_openvpn_client.php, line: 887 -# File: src/www/vpn_openvpn_server.php, line: 1174 -msgid "IPv4 Tunnel Network" -msgstr "IPv4隧道网络" - -# File: src/www/vpn_openvpn_client.php, line: 890 -# File: src/www/vpn_openvpn_csc.php, line: 410 -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 assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 900 -# File: src/www/vpn_openvpn_server.php, line: 1188 -msgid "IPv6 Tunnel Network" -msgstr "IPv6隧道网络" - -# File: src/www/vpn_openvpn_client.php, line: 903 -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 is assumed to be the server address and the second network " -"address will be assigned to the client virtual interface" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 913 -# File: src/www/vpn_openvpn_csc.php, line: 440 -# File: src/www/vpn_openvpn_server.php, line: 1315 -msgid "IPv4 Remote Network/s" -msgstr "IPv4远端网络" - -# File: src/www/vpn_openvpn_client.php, line: 916 -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 926 -# File: src/www/vpn_openvpn_csc.php, line: 454 -# File: src/www/vpn_openvpn_server.php, line: 1329 -msgid "IPv6 Remote Network/s" -msgstr "IPv6远端网络" - -# File: src/www/vpn_openvpn_client.php, line: 929 -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank to only communicate with other clients" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 939 -msgid "Limit outgoing bandwidth" -msgstr "限制外出带宽" - -# File: src/www/vpn_openvpn_client.php, line: 942 -msgid "" -"Maximum outgoing bandwidth for this tunnel. Leave empty for no limit. The " -"input value has to be something between 100 bytes/sec and 100 Mbytes/sec (" -"entered as bytes per second)" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 961 -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 965 -# File: src/www/vpn_openvpn_server.php, line: 1368 -msgid "Type-of-Service" -msgstr "服务类型" - -# File: src/www/vpn_openvpn_client.php, line: 975 -# File: src/www/vpn_openvpn_server.php, line: 1378 -msgid "" -"Set the TOS IP header value of tunnel packets to match the encapsulated " -"packet value" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 984 -# File: src/www/vpn_openvpn_server.php, line: 1423 -msgid "Disable IPv6" -msgstr "禁用IPv6" - -# File: src/www/vpn_openvpn_client.php, line: 994 -# File: src/www/vpn_openvpn_server.php, line: 1433 -msgid "Don't forward IPv6 traffic" -msgstr "不转发IPv6数据" - -# File: src/www/vpn_openvpn_client.php, line: 1003 -msgid "Don't pull routes" -msgstr "不要撤出路由" - -# File: src/www/vpn_openvpn_client.php, line: 967 -msgid "" -"Don't add or remove routes automatically. Instead pass routes to %s--route-" -"up%s script using environmental variables" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1022 -msgid "Don't add/remove routes" -msgstr "不要添加/删除路由" - -# File: src/www/vpn_openvpn_client.php, line: 1032 -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 properties of the client's TUN/TAP interface" -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1046 -# File: src/www/vpn_openvpn_server.php, line: 1771 -msgid "Advanced configuration" -msgstr "高级配置" - -# File: src/www/vpn_openvpn_client.php, line: 1055 -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"configuration here, separated by a semicolon" -msgstr "输入你要添加到OpenVPN客户端配置的任何附加选项,使用分号隔开" - -# File: src/www/vpn_openvpn_client.php, line: 1056 -msgid "EXAMPLE:" -msgstr "例子:" - -# File: src/www/vpn_openvpn_client.php, line: 1064 -# File: src/www/vpn_openvpn_server.php, line: 1789 -msgid "Verbosity level" -msgstr "冗余级别" - -# File: src/www/vpn_openvpn_client.php, line: 1011 -# File: src/www/vpn_openvpn_server.php, line: 1680 -msgid "" -"Each level shows all info from the previous levels. Level 3 is recommended " -"if you want a good summary of what's happening without being swamped by " -"output." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1012 -# File: src/www/vpn_openvpn_server.php, line: 1681 -msgid "%snone%s -- No output except fatal errors." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1013 -# File: src/www/vpn_openvpn_server.php, line: 1682 -msgid "%sdefault%s-%s4%s -- Normal usage range." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1014 -# File: src/www/vpn_openvpn_server.php, line: 1683 -msgid "" -"%s5%s -- Output R and W characters to the console for each packet read and " -"write, uppercase is used for TCP/UDP packets and lowercase is used for TUN/" -"TAP packets." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1015 -# File: src/www/vpn_openvpn_server.php, line: 1684 -msgid "%s6%s-%s11%s -- Debug info range." -msgstr "" - -# File: src/www/vpn_openvpn_client.php, line: 1140 -msgid "delete client" -msgstr "删除客户端" - -# File: src/www/vpn_openvpn_csc.php, line: 154 -# File: src/www/vpn_openvpn_server.php, line: 297 -msgid "The field 'NTP Server #3' must contain a valid IP address" -msgstr "区域 'NTP Server #3'必须包含一个有效的IP地址" - -# File: src/www/vpn_openvpn_csc.php, line: 156 -# File: src/www/vpn_openvpn_server.php, line: 299 -msgid "The field 'NTP Server #4' must contain a valid IP address" -msgstr "区域 'NTP Server #4'必须包含一个有效的IP地址" - -# File: src/www/vpn_openvpn_csc.php, line: 777 -msgid "Do you really want to delete this csc?" -msgstr "真要删除该csc吗?" - -# File: src/www/vpn_openvpn_csc.php, line: 301 -msgid "add csc" -msgstr "添加csc" - -# File: src/www/vpn_openvpn_csc.php, line: 362 -msgid "" -"Set this option to disable this client-specific override without removing it " -"from the list" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 366 -msgid "Common name" -msgstr "普通名字" - -# File: src/www/vpn_openvpn_csc.php, line: 369 -msgid "Enter the client's X.509 common name here" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 380 -msgid "Connection blocking" -msgstr "正在拦截连接" - -# File: src/www/vpn_openvpn_csc.php, line: 390 -msgid "Block this client connection based on its common name" -msgstr "基于通常的名字拦截该客户端连接" - -# File: src/www/vpn_openvpn_csc.php, line: 395 -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 "" - -# File: src/www/vpn_openvpn_csc.php, line: 407 -# File: src/www/vpn_openvpn_server.php, line: 1832 -msgid "Tunnel Network" -msgstr "隧道网络" - -# File: src/www/vpn_openvpn_csc.php, line: 420 -# File: src/www/vpn_openvpn_server.php, line: 1289 -msgid "IPv4 Local Network/s" -msgstr "本地IPv4网络" - -# File: src/www/vpn_openvpn_csc.php, line: 423 -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 "" - -# File: src/www/vpn_openvpn_csc.php, line: 425 -# File: src/www/vpn_openvpn_csc.php, line: 435 -msgid "" -"NOTE: You do not need to specify networks here if they have already been " -"defined on the main server configuration." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 430 -# File: src/www/vpn_openvpn_server.php, line: 1302 -msgid "IPv6 Local Network/s" -msgstr "本地IPv6网络" - -# File: src/www/vpn_openvpn_csc.php, line: 433 -msgid "" -"These are the IPv6 networks that will be accessible from this particular " -"client. Expressed as a comma-separated list of one or more IP/PREFIX " -"networks." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 443 -msgid "" -"These are the IPv4 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more CIDR ranges. You may leave this blank if " -"there are no client-side networks to be routed" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 449 -msgid "" -"NOTE: Remember to add these subnets to the IPv4 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 439 -msgid "" -"These are the IPv6 networks that will be routed to this client specifically " -"using iroute, so that a site-to-site VPN can be established. Expressed as a " -"comma-separated list of one or more IP/PREFIX networks. You may leave this " -"blank if there are no client-side networks to be routed." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 463 -msgid "" -"NOTE: Remember to add these subnets to the IPv6 Remote Networks list on the " -"corresponding OpenVPN server settings." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 468 -# File: src/www/vpn_openvpn_server.php, line: 1271 -msgid "Redirect Gateway" -msgstr "重定向网关" - -# File: src/www/vpn_openvpn_csc.php, line: 478 -# File: src/www/vpn_openvpn_server.php, line: 1281 -msgid "Force all client generated traffic through the tunnel" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 492 -msgid "Server Definitions" -msgstr "服务器定义" - -# File: src/www/vpn_openvpn_csc.php, line: 470 -msgid "Prevent this client from receiving any server-defined client settings." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 491 -# File: src/www/vpn_openvpn_csc.php, line: 510 -# File: src/www/vpn_openvpn_csc.php, line: 569 -# File: src/www/vpn_openvpn_server.php, line: 1511 -# File: src/www/vpn_openvpn_server.php, line: 1551 -# File: src/www/vpn_openvpn_server.php, line: 1625 -msgid "Server #1:" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 493 -# File: src/www/vpn_openvpn_csc.php, line: 512 -# File: src/www/vpn_openvpn_csc.php, line: 571 -# File: src/www/vpn_openvpn_server.php, line: 1515 -# File: src/www/vpn_openvpn_server.php, line: 1555 -# File: src/www/vpn_openvpn_server.php, line: 1629 -msgid "Server #2:" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 495 -# File: src/www/vpn_openvpn_server.php, line: 1519 -msgid "Server #3:" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 497 -# File: src/www/vpn_openvpn_server.php, line: 1523 -msgid "Server #4:" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 587 -# File: src/www/vpn_openvpn_server.php, line: 1608 -msgid "NTP Servers" -msgstr "时间服务器" - -# File: src/www/vpn_openvpn_csc.php, line: 597 -# File: src/www/vpn_openvpn_server.php, line: 1618 -msgid "Provide a NTP server list to clients" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 623 -# File: src/www/vpn_openvpn_server.php, line: 1644 -msgid "NetBIOS Options" -msgstr "NetBIOS选项" - -# File: src/www/vpn_openvpn_csc.php, line: 633 -# File: src/www/vpn_openvpn_server.php, line: 1654 -msgid "Enable NetBIOS over TCP/IP" -msgstr "启用NetBIOS over TCP/IP" - -# File: src/www/vpn_openvpn_csc.php, line: 638 -# File: src/www/vpn_openvpn_server.php, line: 1659 -msgid "" -"If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) " -"will be disabled" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 645 -# File: src/www/vpn_openvpn_server.php, line: 1666 -msgid "Node Type" -msgstr "节点类型" - -# File: src/www/vpn_openvpn_csc.php, line: 547 -# File: src/www/vpn_openvpn_server.php, line: 1595 -msgid "" -"Possible options: b-node (broadcasts), p-node (point-to-point name queries " -"to a WINS server), m-node (broadcast then query name server), and h-node (" -"query name server, then broadcast)." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 555 -msgid "" -"A NetBIOS Scope\tID provides an extended naming service for\tNetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 723 -msgid "" -"Enter any additional options you would like to add for this client specific " -"override, separated by a semicolon" -msgstr "输入你要为该定制客户端添加的任何附加选项,使用分号隔开" - -# File: src/www/vpn_openvpn_csc.php, line: 724 -# File: src/www/vpn_openvpn_server.php, line: 1781 -msgid "EXAMPLE: push \"route 10.0.0.0 255.255.255.0\"" -msgstr "" - -# File: src/www/vpn_openvpn_csc.php, line: 778 -msgid "delete csc" -msgstr "删除csc" - -# File: src/www/vpn_openvpn_csc.php, line: 790 -msgid "Additional OpenVPN client specific overrides can be added here." -msgstr "可以在这里添加额外的OpenVPN定制客户端" - -# File: src/www/vpn_openvpn_export.php, line: 139 -# File: src/www/vpn_openvpn_export_shared.php, line: 79 -msgid "You need to specify an IP or hostname." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 149 -msgid "" -"You cannot use Microsoft Certificate Storage with an Inline configuration." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 152 -msgid "" -"You cannot use Microsoft Certificate Storage with a Yealink or SNOM " -"configuration." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 163 -# File: src/www/vpn_openvpn_export_shared.php, line: 88 -msgid "You need to specify an address for the proxy port." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 168 -# File: src/www/vpn_openvpn_export_shared.php, line: 93 -msgid "You need to specify a port for the proxy ip." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 179 -# File: src/www/vpn_openvpn_export_shared.php, line: 101 -msgid "You need to specify a username with the proxy config." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 184 -# File: src/www/vpn_openvpn_export_shared.php, line: 106 -msgid "You need to specify a password with the proxy user." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 246 -# File: src/www/vpn_openvpn_export_shared.php, line: 119 -msgid "Failed to export config files!" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 338 -# File: src/www/vpn_openvpn_export_shared.php, line: 177 -msgid "Please specify an IP address or hostname." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 367 -msgid "The password or confirm field is empty" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 371 -msgid "The password and confirm fields must match" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 385 -# File: src/www/vpn_openvpn_export_shared.php, line: 193 -msgid "The proxy ip and port cannot be empty" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 400 -# File: src/www/vpn_openvpn_export_shared.php, line: 208 -msgid "Please fill the proxy username and password." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 404 -# File: src/www/vpn_openvpn_export_shared.php, line: 212 -msgid "The proxy password or confirm field is empty" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 408 -# File: src/www/vpn_openvpn_export_shared.php, line: 216 -msgid "The proxy password and confirm fields must match" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 638 -# File: src/www/vpn_openvpn_export.php.orig, line: 638 -msgid "Remote Access Server" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 650 -# File: src/www/vpn_openvpn_export.php.orig, line: 650 -# File: src/www/vpn_openvpn_export_shared.php, line: 329 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 329 -msgid "Host Name Resolution" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 653 -# File: src/www/vpn_openvpn_export.php.orig, line: 653 -# File: src/www/vpn_openvpn_export_shared.php, line: 332 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 332 -msgid "Interface IP Address" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 654 -# File: src/www/vpn_openvpn_export.php.orig, line: 654 -msgid "Automagic Multi-WAN IPs (port forward targets)" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 656 -msgid "Automagic Multi-WAN dynamic DNS Hostnames (port forward targets)" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 656 -# File: src/www/vpn_openvpn_export.php.orig, line: 656 -# File: src/www/vpn_openvpn_export_shared.php, line: 333 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 333 -msgid "Installation hostname" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 679 -# File: src/www/vpn_openvpn_export.php.orig, line: 679 -# File: src/www/vpn_openvpn_export_shared.php, line: 346 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 346 -msgid "" -"Enter the hostname or IP address the client will use to connect to this " -"server." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 686 -# File: src/www/vpn_openvpn_export.php.orig, line: 686 -msgid "Verify Server CN" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 689 -# File: src/www/vpn_openvpn_export.php.orig, line: 689 -msgid "Automatic - Use verify-x509-name (OpenVPN 2.3+) where possible" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 690 -# File: src/www/vpn_openvpn_export.php.orig, line: 690 -msgid "Use tls-remote (Deprecated, use only on old clients <= OpenVPN 2.2.x" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 691 -# File: src/www/vpn_openvpn_export.php.orig, line: 691 -msgid "Use tls-remote and quote the server CN" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 692 -# File: src/www/vpn_openvpn_export.php.orig, line: 692 -msgid "Do not verify the server CN" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 695 -# File: src/www/vpn_openvpn_export.php.orig, line: 695 -msgid "" -"Optionally verify the server certificate Common Name (CN) when the client " -"connects. Current clients, including the most recent versions of Windows, " -"Viscosity, Tunnelblick, OpenVPN on iOS and Android and so on should all work " -"at the default automatic setting." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 696 -# File: src/www/vpn_openvpn_export.php.orig, line: 696 -msgid "" -"Only use tls-remote if you must use an older client that you cannot control. " -"The option has been deprecated by OpenVPN and will be removed in the next " -"major version." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 697 -# File: src/www/vpn_openvpn_export.php.orig, line: 697 -msgid "" -"With tls-remote the server CN may optionally be enclosed in quotes. This can " -"help if the server CN contains spaces and certain clients cannot parse the " -"server CN. Some clients have problems parsing the CN with quotes. Use only " -"as needed." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 702 -# File: src/www/vpn_openvpn_export.php.orig, line: 702 -msgid "Use Random Local Port" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 706 -# File: src/www/vpn_openvpn_export.php.orig, line: 706 -msgid "" -"Use a random local source port (lport) for traffic from the client. Without " -"this set, two clients may not run concurrently." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 708 -# File: src/www/vpn_openvpn_export.php.orig, line: 708 -msgid "" -"NOTE: Not supported on older clients. Automatically disabled for Yealink and " -"Snom configurations." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 712 -# File: src/www/vpn_openvpn_export.php.orig, line: 712 -msgid "Certificate Export Options" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 716 -# File: src/www/vpn_openvpn_export.php.orig, line: 716 -msgid "Use Microsoft Certificate Storage instead of local files." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 720 -# File: src/www/vpn_openvpn_export.php.orig, line: 720 -msgid "" -"Use a password to protect the pkcs12 file contents or key in Viscosity " -"bundle." -msgstr "" - -# File: src/www/diag_confbak.php, line: 45 -# File: src/www/diag_confbak.php, line: 196 -# File: src/www/diag_gmirror.php, line: 61 -# File: src/www/diag_gmirror.php, line: 205 -msgid "Confirm" -msgstr "确认" - -# File: src/www/vpn_openvpn_export.php, line: 731 -# File: src/www/vpn_openvpn_export.php.orig, line: 731 -# File: src/www/vpn_openvpn_export_shared.php, line: 352 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 352 -msgid "Use Proxy" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 735 -# File: src/www/vpn_openvpn_export.php.orig, line: 735 -# File: src/www/vpn_openvpn_export_shared.php, line: 383 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 383 -msgid "Use proxy to communicate with the server." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 733 -# File: src/www/vpn_openvpn_export_shared.php, line: 356 -msgid "SOCKS" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 748 -# File: src/www/vpn_openvpn_export.php.orig, line: 748 -# File: src/www/vpn_openvpn_export_shared.php, line: 367 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 367 -msgid "Choose proxy authentication if any." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 767 -# File: src/www/vpn_openvpn_export.php.orig, line: 767 -msgid "Management Interface OpenVPNManager" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 771 -# File: src/www/vpn_openvpn_export.php.orig, line: 771 -msgid "" -"This will change the generated .ovpn configuration to allow for usage of the " -"management interface.And include the OpenVPNManager program in the \"Windows " -"Installers\". With this OpenVPN can be used also by non-administrator " -"users.This is also useful for Windows Vista/7/8 systems where elevated " -"permissions are needed to add routes to the system." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 775 -# File: src/www/vpn_openvpn_export.php.orig, line: 775 -msgid "" -"NOTE: This is not currently compatible with the 64-bit OpenVPN installer. It " -"will work with the 32-bit installer on a 64-bit system." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 783 -# File: src/www/vpn_openvpn_export.php.orig, line: 783 -msgid "Additional configuration options" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 871 -msgid "" -"Enter any additional options you would like to add to the OpenVPN client " -"export configuration here, separated by a line break or semicolon" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 872 -msgid "EXAMPLE: remote-random" -msgstr "例子:远程随机" - -# File: src/www/vpn_openvpn_export.php, line: 793 -# File: src/www/vpn_openvpn_export.php.orig, line: 793 -msgid "Client Install Packages" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 883 -# File: src/www/vpn_openvpn_export_shared.php, line: 449 -msgid "Export" -msgstr "输出" - -# File: src/www/vpn_openvpn_export.php, line: 888 -msgid "NOTES:" -msgstr "说明:" - -# File: src/www/vpn_openvpn_export.php, line: 889 -msgid "" -"The "XP" Windows installers work on Windows XP and later versions. " -"The "win6" Windows installers include a new tap-windows6 driver " -"that works only on Windows Vista and later." -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 896 -msgid "Links to OpenVPN clients for various platforms:" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 901 -msgid "" -"Binaries for Windows, Source for other platforms. Packaged above in the " -"Windows Installers" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 901 -msgid "OpenVPN Community Client" -msgstr "OpenVPN社区客户端" - -# File: src/www/vpn_openvpn_export.php, line: 902 -msgid "OpenVPN For Android" -msgstr "安卓OpenVPN" - -# File: src/www/vpn_openvpn_export.php, line: 902 -msgid "Recommended client for Android" -msgstr "推荐安卓客户端" - -# File: src/www/vpn_openvpn_export.php, line: 903 -msgid "FEAT VPN For Android" -msgstr "安卓FEAT VPN" - -# File: src/www/vpn_openvpn_export.php, line: 903 -msgid "For older versions of Android" -msgstr "为了安卓旧版本" - -# File: src/www/vpn_openvpn_export.php, line: 904 -msgid "Android (Google Play)" -msgstr "安卓(Google Play)" - -# File: src/www/vpn_openvpn_export.php, line: 904 -msgid "OpenVPN Connect" -msgstr "OpenVPN连接" - -# File: src/www/vpn_openvpn_export.php, line: 904 -msgid "Recommended client for iOS" -msgstr "IOS推荐客户端" - -# File: src/www/vpn_openvpn_export.php, line: 904 -msgid "iOS (App Store)" -msgstr "iOS(应用商店)" - -# File: src/www/vpn_openvpn_export.php, line: 905 -msgid "Recommended client for Mac OSX" -msgstr "推荐Mac OSX客户端" - -# File: src/www/vpn_openvpn_export.php, line: 905 -msgid "Viscosity" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 906 -msgid "Free client for OSX" -msgstr "OSX自由客户端" - -# File: src/www/vpn_openvpn_export.php, line: 906 -msgid "Tunnelblick" -msgstr "" - -# File: src/www/vpn_openvpn_export.php, line: 893 -msgid "" -"If you expect to see a certain client in the list but it is not there, it is " -"usually due to a CA mismatch between the OpenVPN server instance and the " -"client certificates found in the User Manager." -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 317 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 317 -msgid "Shared Key Server" -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 340 -msgid "Dynamic DNS:" -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 388 -# File: src/www/vpn_openvpn_export_shared.php.orig, line: 388 -msgid "Client Configuration Packages" -msgstr "" - -# File: src/www/vpn_openvpn_export_shared.php, line: 448 -msgid "Client Type" -msgstr "客户端类型" - -# File: src/www/vpn_openvpn_export_shared.php, line: 455 -msgid "" -"These are shared key configurations for use in site-to-site tunnels with " -"other routers. Shared key tunnels are not normally used for remote access " -"connections to end users." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 239 -msgid "" -"You must select a Backend for Authentication if the server mode requires " -"User Auth." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 334 -msgid "Tunnel network" -msgstr "隧道网络" - -# File: src/www/vpn_openvpn_server.php, line: 337 -msgid "" -"Using a tunnel network and server bridge settings together is not allowed." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 340 -msgid "Server Bridge DHCP Start and End must both be empty, or defined." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 342 -msgid "Server Bridge DHCP Start must be an IPv4 address." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 344 -msgid "Server Bridge DHCP End must be an IPv4 address." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 346 -msgid "The Server Bridge DHCP range is invalid (start higher than end)." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 477 -msgid "add server" -msgstr "添加服务器" - -# File: src/www/vpn_openvpn_server.php, line: 1863 -msgid "Do you really want to delete this server?" -msgstr "真要删除该服务器吗?" - -# File: src/www/vpn_openvpn_server.php, line: 781 -msgid "" -"Set this option to disable this server without removing it from the list" -msgstr "" - -# File: src/etc/inc/openvpn.inc, line: 90 -msgid "Remote Access ( SSL/TLS )" -msgstr "远程接入(SSL/TLS)" - -# File: src/etc/inc/openvpn.inc, line: 91 -msgid "Remote Access ( User Auth )" -msgstr "远程接入(用户认证)" - -# File: src/etc/inc/openvpn.inc, line: 92 -msgid "Remote Access ( SSL/TLS + User Auth )" -msgstr "远程接入(SSL/TLS + 用户认证)" - -# File: src/www/vpn_openvpn_server.php, line: 800 -msgid "Backend for authentication" -msgstr "认证后台" - -# File: src/www/vpn_openvpn_server.php, line: 832 -msgid "Device Mode" -msgstr "设备模式" - -# File: src/www/vpn_openvpn_server.php, line: 969 -msgid "Peer Certificate Revocation List" -msgstr "对端证书撤销列表" - -# File: src/www/vpn_openvpn_server.php, line: 991 -# File: src/www/vpn_openvpn_server.php.orig, line: 991 -msgid "No Certificate Revocation Lists (CRLs) defined." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1023 -msgid "DH Parameters Length" -msgstr "DH参数长度" - -# File: src/www/vpn_openvpn_server.php, line: 1103 -msgid "" -"NOTE: Leave this set to SHA1 unless all clients are set to match. SHA1 is " -"the default for OpenVPN." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1125 -msgid "Certificate Depth" -msgstr "证书深度" - -# File: src/www/vpn_openvpn_server.php, line: 1160 -msgid "Do Not Check" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1163 -msgid "One (Client+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1164 -msgid "Two (Client+Intermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1165 -msgid "Three (Client+2xIntermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1166 -msgid "Four (Client+3xIntermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1167 -msgid "Five (Client+4xIntermediate+Server)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1143 -msgid "" -"When a certificate-based client logs in, do not accept certificates below " -"this depth. Useful for denying certificates made with intermediate CAs " -"generated from the same CA as the server." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1150 -msgid "Strict User/CN Matching" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1160 -msgid "" -"When authenticating users, enforce a match between the common name of the " -"client certificate and the username given at login." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1227 -msgid "" -"This is the IPv4 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. 10.0.8.0/24). The " -"first network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1192 -msgid "" -"This is the IPv6 virtual network used for private communications between " -"this server and client hosts expressed using CIDR (eg. fe80::/64). The first " -"network address will be assigned to the server virtual interface. The " -"remaining network addresses can optionally be assigned to connecting " -"clients. (see Address Pool)" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1202 -msgid "Bridge DHCP" -msgstr "网桥DHCP" - -# File: src/www/vpn_openvpn_server.php, line: 1212 -msgid "Allow clients on the bridge to obtain DHCP." -msgstr "允许该网桥的客户端获取DHCP" - -# File: src/www/vpn_openvpn_server.php, line: 1220 -msgid "Bridge Interface" -msgstr "网桥接口" - -# File: src/www/vpn_openvpn_server.php, line: 1242 -msgid "" -"The interface to which this tap instance will be bridged. This is not done " -"automatically. You must assign this interface and create the bridge " -"separately. This setting controls which existing IP address and subnet mask " -"are used by OpenVPN for the bridge. Setting this to 'none' will cause the " -"Server Bridge DHCP settings below to be ignored." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1251 -msgid "Server Bridge DHCP Start" -msgstr "服务器网桥DHCP开始" - -# File: src/www/vpn_openvpn_server.php, line: 1255 -msgid "" -"When using tap mode as a multi-point server, you may optionally supply a " -"DHCP range to use on the interface to which this tap instance is bridged. If " -"these settings are left blank, DHCP will be passed through to the LAN, and " -"the interface setting above will be ignored." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1264 -msgid "Server Bridge DHCP End" -msgstr "服务器网桥DHCP结束" - -# File: src/www/vpn_openvpn_server.php, line: 1293 -msgid "" -"These are the IPv4 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more CIDR ranges. " -"You may leave this blank if you don't want to add a route to the local " -"network through this tunnel on the remote machine. This is generally set to " -"your LAN network" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1306 -msgid "" -"These are the IPv6 networks that will be accessible from the remote " -"endpoint. Expressed as a comma-separated list of one or more IP/PREFIX. You " -"may leave this blank if you don't want to add a route to the local network " -"through this tunnel on the remote machine. This is generally set to your LAN " -"network" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1319 -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. Expressed as a comma-separated list of one or more CIDR ranges. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1333 -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. Expressed as a comma-separated list of one or more IP/PREFIX. If " -"this is a site-to-site VPN, enter the remote LAN/s here. You may leave this " -"blank if you don't want a site-to-site VPN" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1343 -msgid "Concurrent connections" -msgstr "并发连接" - -# File: src/www/vpn_openvpn_server.php, line: 1347 -msgid "" -"Specify the maximum number of clients allowed to concurrently connect to " -"this server" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1364 -msgid "" -"Compress tunnel packets using the LZO algorithm. Adaptive compression will " -"dynamically disable compression for a period of time if OpenVPN detects that " -"the data in the packets is not being compressed efficiently" -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1386 -msgid "Inter-client communication" -msgstr "内部客户端通信" - -# File: src/www/vpn_openvpn_server.php, line: 1396 -msgid "Allow communication between clients connected to this server" -msgstr "允许已连接到该服务器的客户端之间通信" - -# File: src/www/vpn_openvpn_server.php, line: 1404 -msgid "Duplicate Connections" -msgstr "复制连接" - -# File: src/www/vpn_openvpn_server.php, line: 1414 -msgid "" -"Allow multiple concurrent connections from clients using the same Common " -"Name.
NOTE: This is not generally recommended, but may be needed for " -"some scenarios." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1450 -msgid "Dynamic IP" -msgstr "动态IP" - -# File: src/www/vpn_openvpn_server.php, line: 1460 -msgid "" -"Allow connected clients to retain their connections if their IP address " -"changes" -msgstr "允许已连接客户端当IP地址改变时,仍保持它们的连接" - -# File: src/www/vpn_openvpn_server.php, line: 1468 -msgid "Address Pool" -msgstr "地址池" - -# File: src/www/vpn_openvpn_server.php, line: 1478 -msgid "Provide a virtual adapter IP address to clients (see Tunnel Network)" -msgstr "为客户端提供一个虚拟网卡的IP地址(参看 隧道网络)" - -# File: src/www/vpn_openvpn_server.php, line: 1486 -msgid "Topology" -msgstr "拓朴" - -# File: src/www/vpn_openvpn_server.php, line: 1496 -msgid "" -"Allocate only one IP per client (topology subnet), rather than an isolated " -"subnet per client (topology net30)." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1503 -msgid "" -"Relevant when supplying a virtual adapter IP address to clients when using " -"tun mode on IPv4." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1504 -msgid "" -"Some clients may require this even for IPv6, such as OpenVPN Connect " -"(iOS/Android). Others may break if it is present, such as older versions of " -"OpenVPN or clients such as Yealink phones." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1589 -msgid "Force DNS cache update" -msgstr "强制DNS缓存更新" - -# File: src/www/vpn_openvpn_server.php, line: 1599 -msgid "" -"Run ''net stop dnscache'', ''net start dnscache'', ''ipconfig /flushdns'' " -"and ''ipconfig /registerdns'' on connection initiation. This is known to " -"kick Windows into recognizing pushed DNS servers." -msgstr "" -"在开始连接上运行''net stop dnscache'', ''net start dnscache'', ''ipconfig /" -"flushdns''和''ipconfig /registerdns''。这公认被用于迫使windows使用被推送的DNS服务器" - -# File: src/www/vpn_openvpn_server.php, line: 1689 -msgid "Scope ID" -msgstr "范围ID" - -# File: src/www/vpn_openvpn_server.php, line: 1605 -msgid "" -"A NetBIOS Scope ID provides an extended naming service for NetBIOS over " -"TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to " -"only those nodes with the same NetBIOS scope ID." -msgstr "" - -# File: src/www/vpn_openvpn_server.php, line: 1740 -msgid "Client Management Port" -msgstr "客户端管理端口" - -# File: src/www/vpn_openvpn_server.php, line: 1750 -msgid "" -"Use a different management port on clients. The default port is 166. Specify " -"a different port if the client machines need to select from multiple OpenVPN " -"links." -msgstr "在客户端使用一个不同的管理端口。默认端口是166。如果客户机需要,从多个OpenVPN连接中指定一个不同的端口。" - -# File: src/www/vpn_openvpn_server.php, line: 1780 -msgid "" -"Enter any additional options you would like to add to the OpenVPN server " -"configuration here, separated by a semicolon" -msgstr "输入你要添加的任何附加选项到OpenVPN服务器配置,使用分号隔开" - -# File: src/www/vpn_openvpn_server.php, line: 1831 -msgid "Protocol / Port" -msgstr "协议 /端口" - -# File: src/www/vpn_openvpn_server.php, line: 1861 -msgid "edit server" -msgstr "编辑服务器" - -# File: src/www/vpn_openvpn_server.php, line: 1863 -msgid "delete server" -msgstr "删除服务器" - -# File: src/www/vpn_openvpn_server.php, line: 1749 -# File: src/www/vpn_openvpn_server.php.orig, line: 1749 -msgid "Use a wizard to setup a new server" -msgstr "" - -# File: src/www/vpn_pppoe.php, line: 87 -msgid "add a new pppoe instance" -msgstr "添加一个新的pppoe实例" - -# File: src/www/vpn_pppoe.php, line: 100 -msgid "The PPPoE entry list has been changed" -msgstr "该PPPoE条目列表已更改" - -# File: src/www/vpn_pppoe.php, line: 118 -msgid "Number of users" -msgstr "用户数目" - -# File: src/www/vpn_pppoe.php, line: 138 -msgid "edit pppoe instance" -msgstr "编辑pppoe实例" - -# File: src/www/vpn_pppoe.php, line: 140 -msgid "" -"Do you really want to delete this entry? All elements that still use it will " -"become invalid (e.g. filter rules)!" -msgstr "真要删除该条目吗?仍在使用它的所有元素将失效(例如一些过滤规则)! " - -# File: src/www/vpn_pppoe.php, line: 140 -msgid "delete pppoe instance" -msgstr "删除pppoe实例" - -# File: src/www/vpn_pppoe_edit.php, line: 129 -msgid "The specified server address is equal to an interface ip address." -msgstr "这个指定的服务器地址相当于一个接口的IP地址" - -# File: src/www/vpn_pppoe_edit.php, line: 134 -msgid "No password specified for username %s" -msgstr "没有密码指定给用户%s" - -# File: src/www/vpn_pppoe_edit.php, line: 136 -msgid "Incorrect ip address specified for username %s" -msgstr "不正确的IP地址指定给了用户%s" - -# File: src/www/vpn_pppoe_edit.php, line: 142 -msgid "Wrong data submitted" -msgstr "提交了错误的数据" - -# File: src/www/vpn_pppoe_edit.php, line: 369 -msgid "PPPoE server configuration" -msgstr "PPPoE服务器配置" - -# File: src/www/vpn_pppoe_edit.php, line: 382 -msgid "Enable PPPoE server" -msgstr "启用PPPoE服务器" - -# File: src/www/vpn_pppoe_edit.php, line: 405 -msgid "Subnet netmask" -msgstr "子网掩码" - -# File: src/www/vpn_pppoe_edit.php, line: 418 -msgid "Hint" -msgstr "提示" - -# File: src/www/vpn_pppoe_edit.php, line: 422 -msgid "No. PPPoE users" -msgstr "PPPoE用户编号" - -# File: src/www/vpn_pppoe_edit.php, line: 435 -msgid "Hint: 10 is ten PPPoE clients" -msgstr "提示:10是十个PPPoE客户端" - -# File: src/www/vpn_pppoe_edit.php, line: 443 -msgid "" -"Enter the IP address the PPPoE server should give to clients for use as " -"their \"gateway\"" -msgstr "输入IP地址,PPPoE服务器应该给客户端用作它们的\"网关\"" - -# File: src/www/vpn_l2tp.php, line: 336 -# File: src/www/vpn_pppoe_edit.php, line: 448 -# File: src/www/vpn_pptp.php, line: 370 -msgid "" -"NOTE: This should NOT be set to any IP address currently in use on this " -"firewall" -msgstr "注意:该防火墙不能被设置为任何当前正使用的IP地址" - -# File: src/www/vpn_pppoe_edit.php, line: 451 -# File: src/www/vpn_pptp.php, line: 373 -msgid "Remote address range" -msgstr "远程地址范围" - -# File: src/www/vpn_pppoe_edit.php, line: 455 -msgid "Specify the starting address for the client IP address subnet" -msgstr "为子网客户端IP地址指定开始地址" - -# File: src/www/vpn_pppoe_edit.php, line: 472 -msgid "" -"If entered they will be given to all PPPoE clients, else LAN DNS and one WAN " -"DNS will go to all clients" -msgstr "如果输入,它们将被给予所有的PPPoE客户端,LAN DNS和一个WAN DNS也将给予所有的客户端" - -# File: src/www/vpn_pppoe_edit.php, line: 480 -# File: src/www/vpn_pptp.php, line: 402 -msgid "" -"When set, all users will be authenticated using the RADIUS server specified " -"below. The local user database will not be used" -msgstr "当设定后,所有用户将使用以下指定的RADIUS服务器来认证,而非本地用户数据库" - -# File: src/www/vpn_pppoe_edit.php, line: 487 -# File: src/www/vpn_pptp.php, line: 408 -msgid "Sends accounting packets to the RADIUS server" -msgstr "发送审计数据包到RADIUS服务器" - -# File: src/www/vpn_pppoe_edit.php, line: 489 -msgid "Use Backup RADIUS Server" -msgstr "使用备用RADIUS服务器" - -# File: src/www/vpn_pppoe_edit.php, line: 490 -msgid "" -"When set, if primary server fails all requests will be sent via backup server" -msgstr "当设定后,如果首要服务器失败,所有请求将经由备用服务器发送" - -# File: src/www/vpn_pppoe_edit.php, line: 493 -msgid "NAS IP Address" -msgstr "NAS IP地址" - -# File: src/www/vpn_pppoe_edit.php, line: 496 -msgid "RADIUS server NAS IP Address" -msgstr "RADIUS服务器NAS IP地址" - -# File: src/www/vpn_pppoe_edit.php, line: 500 -# File: src/www/vpn_pptp.php, line: 426 -msgid "RADIUS Accounting Update" -msgstr "RADIUS审计更新" - -# File: src/www/vpn_pppoe_edit.php, line: 503 -msgid "RADIUS accounting update period in seconds" -msgstr "RADIUS审计短时间内更新周期" - -# File: src/www/vpn_pppoe_edit.php, line: 507 -# File: src/www/vpn_pptp.php, line: 415 -msgid "RADIUS issued IPs" -msgstr "RADIUS分配IP" - -# File: src/www/vpn_pppoe_edit.php, line: 510 -msgid "Issue IP Addresses via RADIUS server" -msgstr "通过RADIUS服务器分配IP地址" - -# File: src/www/vpn_pppoe_edit.php, line: 513 -msgid "RADIUS server Primary" -msgstr "首要的RADIUS服务器" - -# File: src/www/vpn_pppoe_edit.php, line: 518 -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the RADIUS server." -msgstr "输入RADIUS服务器的IP地址,认证端口和审计端口(可选)" - -# File: src/www/vpn_pppoe_edit.php, line: 519 -# File: src/www/vpn_pppoe_edit.php, line: 535 -msgid "standard port 1812 and 1813 accounting" -msgstr "标准审计端口1812和1813" - -# File: src/www/vpn_pppoe_edit.php, line: 522 -msgid "RADIUS primary shared secret" -msgstr "RADIUS首要预共享密钥" - -# File: src/www/vpn_pppoe_edit.php, line: 525 -# File: src/www/vpn_pppoe_edit.php, line: 542 -# File: src/www/vpn_pptp.php, line: 445 -msgid "" -"Enter the shared secret that will be used to authenticate to the RADIUS " -"server" -msgstr "输入预共享密钥,用于在RADIUS服务器认证" - -# File: src/www/vpn_pppoe_edit.php, line: 529 -msgid "RADIUS server Secondary" -msgstr "第二个RADIUS服务器" - -# File: src/www/vpn_pppoe_edit.php, line: 534 -msgid "" -"Enter the IP address, authentication port and accounting port (optional) of " -"the backup RADIUS server." -msgstr "输入备用RADIUS服务器的IP地址,认证端口和审计端口(可选)" - -# File: src/www/vpn_pppoe_edit.php, line: 538 -msgid "RADIUS secondary shared secret" -msgstr "RADIUS第二预共享密钥" - -# File: src/www/vpn_pppoe_edit.php, line: 546 -msgid "User (s)" -msgstr "用户" - -# File: src/www/vpn_pppoe_edit.php, line: 612 -msgid "" -"don't forget to add a firewall rule to permit traffic from PPPoE clients" -msgstr "不要忘记添加一条防火墙规则,允许来自PPTP客户端的数据流" - -# File: src/www/vpn_pptp.php, line: 112 -msgid "PPTP redirection target address" -msgstr "PPTP重定向目标地址" - -# File: src/www/vpn_pptp.php, line: 117 -msgid "A valid target address must be specified." -msgstr "必须指定一个有效的目标地址" - -# File: src/www/vpn_pptp.php, line: 312 -msgid "" -"PPTP is not considered a secure VPN technology, because it relies upon the " -"compromised MS-CHAPv2 protocol. If you choose to use PPTP, be aware that " -"your traffic can be decrypted by virtually any third party. It should be " -"considered an unencrypted tunneling protocol." -msgstr "" - -# File: src/www/vpn_pptp.php, line: 318 -msgid "Read more" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 326 -msgid "Redirect incoming PPTP connections to" -msgstr "重定向进入的PPTP连接到" - -# File: src/www/vpn_pptp.php, line: 329 -msgid "PPTP redirection" -msgstr "PPTP重定向" - -# File: src/www/vpn_pptp.php, line: 333 -msgid "" -"Enter the IP address of a host which will accept incoming PPTP connections" -msgstr "输入一个主机的IP地址,可以接受进入的PPTP连接" - -# File: src/www/vpn_pptp.php, line: 340 -msgid "Enable PPTP server" -msgstr "启用PPTP服务器" - -# File: src/www/vpn_pptp.php, line: 343 -msgid "No. PPTP users" -msgstr "PPTP用户编号" - -# File: src/www/vpn_pptp.php, line: 357 -msgid "Hint: 10 is ten PPTP clients" -msgstr "提示:10是十个PPTP客户端" - -# File: src/www/vpn_pptp.php, line: 365 -msgid "" -"Enter the IP address the PPTP server should give to clients for use as their " -"\"gateway\"" -msgstr "输入IP地址,PPTP服务器应该给客户端用作它们的\"网关\"" - -# File: src/www/vpn_pptp.php, line: 378 -msgid "Specify the starting address for the client IP subnet" -msgstr "为客户端IP子网指定开始地址" - -# File: src/www/vpn_pptp.php, line: 382 -msgid "PPTP DNS Servers" -msgstr "PPTP DNS服务器" - -# File: src/www/vpn_pptp.php, line: 388 -msgid "primary and secondary DNS servers assigned to PPTP clients" -msgstr "为PPTP客户端指定首选和第二个DNS服务器" - -# File: src/www/vpn_pptp.php, line: 411 -msgid "Secondary RADIUS server for failover authentication" -msgstr "第二个RADIUS服务器,用于失效备援认证" - -# File: src/www/vpn_pptp.php, line: 412 -msgid "" -"When set, all requests will go to the secondary server when primary fails" -msgstr "设定后,当第一个失败时,所有需求将前往第二个服务器" - -# File: src/www/vpn_pptp.php, line: 416 -msgid "Issue IP addresses via RADIUS server" -msgstr "由RADIUS服务器分发IP地址" - -# File: src/www/vpn_pptp.php, line: 420 -msgid "RADIUS NAS IP" -msgstr "" - -# File: src/www/vpn_pptp.php, line: 438 -# File: src/www/vpn_pptp.php, line: 455 -msgid "" -"Enter the IP address, RADIUS port, and RADIUS accounting port of the RADIUS " -"server" -msgstr "输入IP地址,RADIUS端口,RADIUS服务器的RADIUS记账端口" - -# File: src/www/services_captiveportal.php, line: 719 -# File: src/www/services_captiveportal.php, line: 760 -# File: src/www/vpn_pptp.php, line: 449 -msgid "Secondary RADIUS server" -msgstr "第二个RADIUS服务器" - -# File: src/www/vpn_pptp.php, line: 458 -msgid "Secondary RADIUS shared secret" -msgstr "第二个RADIUS预共享密钥" - -# File: src/www/vpn_pptp.php, line: 462 -msgid "" -"Enter the shared secret that will be used to authenticate to the secondary " -"RADIUS server" -msgstr "输入将被第二个RADIUS服务器用来认证的预共享密钥" - -# File: src/www/vpn_pptp.php, line: 472 -msgid "Require 128-bit encryption" -msgstr "需要128位加密" - -# File: src/www/vpn_pptp.php, line: 473 -msgid "" -"When set, only 128-bit encryption will be accepted. Otherwise 40-bit and 56-" -"bit encryption will be accepted as well. Note that encryption will always be " -"forced on PPTP connections (i.e. unencrypted connections will not be " -"accepted)" -msgstr "设定后, 只有128位加密可被接受。否则,40位和56位加密也可被接受。注意:加密在PPTP连接上总是会被强制执行,非加密连接不会被接受。" - -# File: src/www/vpn_pptp.php, line: 518 -msgid "" -"Note: don't forget to %sadd a firewall rule%s to permit traffic from PPTP " -"clients!" -msgstr "" - -# File: src/www/vpn_pptp_users.php, line: 84 -msgid "The PPTP user list has been modified" -msgstr "PPTP用户列表已修改" - -# File: src/www/vpn_pptp_users.php, line: 84 -msgid "Warning: this will terminate all current PPTP sessions" -msgstr "警告:这将终止所有当前的PPTP连接" - -# File: src/www/vpn_pptp_users_edit.php, line: 81 -msgid "The password cannot start with '!'." -msgstr "密码开头不能是‘!’" - -# File: src/www/vpn_pptp_users_edit.php, line: 171 -msgid "If you want to change the users' password, enter it here twice." -msgstr "如果你想更改用户密码,请在这里输入两次" - -# File: src/www/widgets/widgets/carp_status.widget.php, line: 64 -msgid "DISABLED" -msgstr "" - -# File: src/www/widgets/widgets/carp_status.widget.php, line: 84 -msgid "No CARP Interfaces Defined. Click %shere%s to configure CARP." -msgstr "" - -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 68 -msgid "N/A " -msgstr "N/A" - -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 74 -msgid "Int." -msgstr "接口" - -# File: src/www/widgets/widgets/dyn_dns_status.widget.php, line: 125 -msgid "Checking ..." -msgstr "正在检查" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 64 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 65 -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 70 -msgid "n/a" -msgstr "" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 82 -msgid "Packets In" -msgstr "进入包" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 85 -msgid "Packets Out" -msgstr "外出包" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 88 -msgid "Bytes In" -msgstr "进入字节" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 91 -msgid "Bytes Out" -msgstr "外出字节" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 94 -msgid "Errors In" -msgstr "进入错误" - -# File: src/www/widgets/widgets/interface_statistics.widget.php, line: 97 -msgid "Errors Out" -msgstr "外出错误" - -# File: src/www/vpn_ipsec_phase1.php, line: 532 -# File: src/www/vpn_ipsec_phase2.php, line: 492 -# File: src/www/vpn_ipsec_tabs.inc, line: 3 -msgid "Tunnels" -msgstr "隧道" - -# File: src/www/vpn_ipsec_mobile.php, line: 238 -msgid "Mobile" -msgstr "移动端" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 94 -msgid "Active Tunnels" -msgstr "活动隧道" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 95 -msgid "Inactive Tunnels" -msgstr "非活动隧道" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 96 -msgid "Mobile Users" -msgstr "移动用户" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 245 -msgid "Note: There are no configured IPsec Tunnels" -msgstr "" - -# File: src/www/widgets/widgets/ipsec.widget.php, line: 248 -msgid "You can configure your IPsec %shere%s." -msgstr "" - -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 79 -msgid "Active" -msgstr "" - -# File: src/www/widgets/widgets/load_balancer_status.widget.php, line: 87 -msgid "Unknown - relayd not running?" -msgstr "" - -# File: src/www/widgets/widgets/log.widget.php, line: 153 -msgid "Number of lines to display:" -msgstr "" - -# File: src/www/widgets/widgets/log.widget.php, line: 190 -msgid "Interfaces:" -msgstr "" - -# File: src/www/widgets/widgets/log.widget.php, line: 199 -msgid "IF" -msgstr "" - -# File: src/www/diag_logs_filter_summary.php, line: 78 -# File: src/www/widgets/widgets/log.widget.php, line: 220 -# File: src/www/widgets/widgets/log.widget.php, line: 223 -msgid "Reverse Resolve with DNS" -msgstr "DNS反向解析" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 135 -msgid "No active peers available" -msgstr "" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 147 -msgid "Clock location" -msgstr "" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 165 -msgid "in view " -msgstr "" - -# File: src/www/widgets/widgets/ntp_status.widget.php, line: 171 -msgid "in use " -msgstr "" - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 192 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 245 -msgid "Name/Time" -msgstr "" - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 193 -# File: src/www/widgets/widgets/openvpn.widget.php, line: 246 -msgid "Remote/Virtual IP" -msgstr "" - -# File: src/www/widgets/widgets/openvpn.widget.php, line: 289 -msgid "" -"You need to bind each OpenVPN client to enable its management daemon: use " -"'Local port' setting in the OpenVPN client screen" -msgstr "" - -# File: src/www/widgets/widgets/rss.widget.php, line: 97 -msgid "Display number of items:" -msgstr "" - -# File: src/www/widgets/widgets/rss.widget.php, line: 112 -msgid "Widget height:" -msgstr "" - -# File: src/www/widgets/widgets/rss.widget.php, line: 127 -msgid "Show how many characters from story:" -msgstr "" - -# File: src/www/widgets/widgets/services_status.widget.php, line: 52 -msgid "Comma separated list of services to NOT display in the widget" -msgstr "" - -# File: src/www/widgets/widgets/smart_status.widget.php, line: 39 -msgid "Drive" -msgstr "驱动器" - -# File: src/www/widgets/widgets/smart_status.widget.php, line: 40 -msgid "Ident" -msgstr "识别" - -# File: src/www/widgets/widgets/smart_status.widget.php, line: 58 -msgid "OK" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 45 -# File: src/www/widgets/widgets/system_information.widget.php, line: 47 -msgid "Click to retry" -msgstr "" - -# File: src/www/system_firmware_check.php, line: 78 -# File: src/www/widgets/widgets/system_information.widget.php, line: 57 -msgid "Connection Error" -msgstr "连接错误" - -# File: src/www/system_firmware_check.php, line: 80 -# File: src/www/widgets/widgets/system_information.widget.php, line: 59 -msgid "Repository Problem" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 112 -msgid "Click to check for updates" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 49 -msgid "Your system is up to date." -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 51 -msgid " update(s) available." -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 63 -msgid "Click to upgrade" -msgstr "点击更新" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 50 -msgid "Re-check now" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 51 -msgid "There are " -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 106 -msgid "Versions" -msgstr "版本" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 128 -msgid "CPU Type" -msgstr "CPU类型" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 143 -msgid "Hardware crypto" -msgstr "硬件加密" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 148 -msgid "Uptime" -msgstr "正常运行时间" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 152 -msgid "Current date/time" -msgstr "当前日期/时间" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 158 -msgid "DNS server(s)" -msgstr "DNS服务器" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 170 -msgid "Last config change" -msgstr "上一个配置更改" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 175 -msgid "State table size" -msgstr "状态表大小" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 188 -msgid "Show states" -msgstr "显示状态" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 192 -msgid "MBUF Usage" -msgstr "MBUF利用率" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 209 -msgid "Temperature" -msgstr "温度" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 223 -msgid "Load average" -msgstr "负载平衡" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 229 -msgid "CPU usage" -msgstr "CPU利用率" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 233 -msgid "Updating in 10 seconds" -msgstr "" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 241 -msgid "Memory usage" -msgstr "内存利用率" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 254 -msgid "SWAP usage" -msgstr "SWAP利用率" - -# File: src/www/widgets/widgets/system_information.widget.php, line: 267 -msgid "Disk usage" -msgstr "磁盘利用率" - -# File: src/www/widgets/widgets/system_log.widget.php, line: 58 -msgid "Number of Log lines to display" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 181 -msgid "Thresholds in °C (1 to 100):" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 184 -msgid "Display settings:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 189 -msgid "Zone Warning:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 198 -msgid "Show raw output (no graph):" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 208 -msgid "Zone Critical:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 217 -msgid "Show full sensor name:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 227 -msgid "Core Warning:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 236 -msgid "Pulsate Warning:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 246 -msgid "Core Critical:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 255 -msgid "Pulsate Critical:" -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 270 -msgid "" -"You can configure a proper Thermal Sensor / Module under
\n" -"    System > " -"Advanced > Miscellaneous : Thermal Sensors section." -msgstr "" - -# File: src/www/widgets/widgets/thermal_sensors.widget.php, line: 280 -msgid "Updating..." -msgstr "更新中..." - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 114 -msgid "Default AutoScale:" -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 132 -msgid "Scale up" -msgstr "刻度放大" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 137 -msgid "Scale follow" -msgstr "刻度遵循" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 139 -msgid "Refresh Interval:" -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "Seconds" -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 148 -msgid "changing this setting will increase CPU utilization" -msgstr "" - -# File: src/www/widgets/widgets/traffic_graphs.widget.php, line: 190 -msgid "Current %s Traffic" -msgstr "" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 43 -msgid "Computer / Device" -msgstr "电脑/设备" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 69 -msgid "Wake Up" -msgstr "唤醒" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 74 -msgid "No saved WoL addresses" -msgstr "没有保存 WoL 地址" - -# File: src/www/widgets/widgets/wake_on_lan.widget.php, line: 80 -msgid "DHCP Leases Status" -msgstr "DHCP租约状态" - -# File: src/www/wizard.php, line: 126 -msgid "ERROR: Could not parse %s wizard file." -msgstr ""